PopupFilter.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_POPUPFILTER_H__41456DE8_536B_4E89_94AA_BEEEC78595B7__INCLUDED_)
  2. #define AFX_POPUPFILTER_H__41456DE8_536B_4E89_94AA_BEEEC78595B7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PopupFilter.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPopupFilter dialog
  10. class CPopupFilter : public CDialog
  11. {
  12. // Construction
  13. public:
  14. static void LoadFilterList(void);
  15. void SaveFilterList();
  16. CPopupFilter(CWnd* pParent = NULL);   // standard constructor
  17. // Atributes
  18. public:
  19. static CStringArray m_lstFilter;
  20. protected:
  21. CXTEditListBox m_LBEditor;
  22. // Dialog Data
  23. //{{AFX_DATA(CPopupFilter)
  24. enum { IDD = IDD_POPUPFILTER };
  25. BOOL m_bCheckAll;
  26. BOOL m_bCheckList;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CPopupFilter)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CPopupFilter)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnOK();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_POPUPFILTER_H__41456DE8_536B_4E89_94AA_BEEEC78595B7__INCLUDED_)