FilterDlg.h
上传用户:dfwb928
上传日期:2013-04-20
资源大小:228k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_FILTERDLG_H__A8D51980_CAAC_11D3_9447_9F0314453C61__INCLUDED_)
  2. #define AFX_FILTERDLG_H__A8D51980_CAAC_11D3_9447_9F0314453C61__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // FilterDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFilterDlg dialog
  10. class CFilterDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void SetFilter(float *);
  15. CFilterDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CFilterDlg)
  18. enum { IDD = IDD_FILTER };
  19. CComboBox m_cType;
  20. float m_fEdit1;
  21. float m_fEdit2;
  22. float m_fEdit3;
  23. float m_fEdit4;
  24. float m_fEdit5;
  25. float m_fEdit6;
  26. float m_fEdit7;
  27. float m_fEdit8;
  28. float m_fEdit9;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CFilterDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CFilterDlg)
  40. afx_msg void OnSelEndOKType();
  41. virtual void OnOK();
  42. virtual BOOL OnInitDialog();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_FILTERDLG_H__A8D51980_CAAC_11D3_9447_9F0314453C61__INCLUDED_)