update for HEAD-2003091401
[reactos.git] / subsys / system / explorer / Seashell / FilterDlg.h
1 #if !defined(AFX_FILTERDLG_H__72E6269E_A226_4DA4_83CB_28B40EFDB28E__INCLUDED_)
2 #define AFX_FILTERDLG_H__72E6269E_A226_4DA4_83CB_28B40EFDB28E__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // FilterDlg.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CFilterDlg dialog
12
13 class CFilterDlg : public CDialog
14 {
15 // Construction
16 public:
17         CFilterDlg(CWnd* pParent = NULL);   // standard constructor
18
19 // Dialog Data
20         //{{AFX_DATA(CFilterDlg)
21         enum { IDD = IDD_FILTER };
22         CString m_FileType;
23         CString m_Filter;
24         //}}AFX_DATA
25
26
27 // Overrides
28         // ClassWizard generated virtual function overrides
29         //{{AFX_VIRTUAL(CFilterDlg)
30         protected:
31         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
32         //}}AFX_VIRTUAL
33
34 // Implementation
35 protected:
36
37         // Generated message map functions
38         //{{AFX_MSG(CFilterDlg)
39         virtual BOOL OnInitDialog();
40         //}}AFX_MSG
41         DECLARE_MESSAGE_MAP()
42 };
43
44 //{{AFX_INSERT_LOCATION}}
45 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
46
47 #endif // !defined(AFX_FILTERDLG_H__72E6269E_A226_4DA4_83CB_28B40EFDB28E__INCLUDED_)