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