FilterDlg.h
上传用户:dfwb928
上传日期:2013-04-20
资源大小:228k
文件大小:1k
- #if !defined(AFX_FILTERDLG_H__A8D51980_CAAC_11D3_9447_9F0314453C61__INCLUDED_)
- #define AFX_FILTERDLG_H__A8D51980_CAAC_11D3_9447_9F0314453C61__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // FilterDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CFilterDlg dialog
- class CFilterDlg : public CDialog
- {
- // Construction
- public:
- void SetFilter(float *);
- CFilterDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CFilterDlg)
- enum { IDD = IDD_FILTER };
- CComboBox m_cType;
- float m_fEdit1;
- float m_fEdit2;
- float m_fEdit3;
- float m_fEdit4;
- float m_fEdit5;
- float m_fEdit6;
- float m_fEdit7;
- float m_fEdit8;
- float m_fEdit9;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFilterDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CFilterDlg)
- afx_msg void OnSelEndOKType();
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FILTERDLG_H__A8D51980_CAAC_11D3_9447_9F0314453C61__INCLUDED_)