PopupFilter.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
- #if !defined(AFX_POPUPFILTER_H__41456DE8_536B_4E89_94AA_BEEEC78595B7__INCLUDED_)
- #define AFX_POPUPFILTER_H__41456DE8_536B_4E89_94AA_BEEEC78595B7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PopupFilter.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPopupFilter dialog
- class CPopupFilter : public CDialog
- {
- // Construction
- public:
- static void LoadFilterList(void);
- void SaveFilterList();
- CPopupFilter(CWnd* pParent = NULL); // standard constructor
- // Atributes
- public:
- static CStringArray m_lstFilter;
- protected:
- CXTEditListBox m_LBEditor;
- // Dialog Data
- //{{AFX_DATA(CPopupFilter)
- enum { IDD = IDD_POPUPFILTER };
- BOOL m_bCheckAll;
- BOOL m_bCheckList;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPopupFilter)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPopupFilter)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_POPUPFILTER_H__41456DE8_536B_4E89_94AA_BEEEC78595B7__INCLUDED_)