home *** CD-ROM | disk | FTP | other *** search
- // filter.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CFilterDialog dialog
-
- class CFilterDialog : public CDialog
- {
- // Construction
- public:
- CFilterDialog(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CFilterDialog)
- enum { IDD = IDD_DIALOG_DOCLICKURL };
- CString m_editURL;
- BOOL m_stopShowingMe;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFilterDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CFilterDialog)
- afx_msg void OnOkHide();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-