root/trunk/ProjectDetailsWizardPage.h

Revision 5, 1.5 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_PROJECTDETAILSWIZARDPAGE_H__C081EC9E_3458_4DA2_87A0_C72759D10B6E__INCLUDED_)
2 #define AFX_PROJECTDETAILSWIZARDPAGE_H__C081EC9E_3458_4DA2_87A0_C72759D10B6E__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ProjectDetailsWizardPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // ProjectDetailsWizardPage dialog
12 #include "GUIComponents/TreePropSheetEx/ResizablePage.h"
13
14 class ProjectDetailsWizardPage : public CResizablePage
15 {
16     DECLARE_DYNCREATE(ProjectDetailsWizardPage)
17
18 // Construction
19 public:
20     ProjectDetailsWizardPage();
21     ~ProjectDetailsWizardPage();
22
23 // Dialog Data
24     //{{AFX_DATA(ProjectDetailsWizardPage)
25     enum { IDD = IDD_ADDWIZARDPROJECT_DETAILS_PAGE };
26         // NOTE - ClassWizard will add data members here.
27         //    DO NOT EDIT what you see in these blocks of generated code !
28     //}}AFX_DATA
29
30
31 // Overrides
32     // ClassWizard generate virtual function overrides
33     //{{AFX_VIRTUAL(ProjectDetailsWizardPage)
34     protected:
35     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
36     //}}AFX_VIRTUAL
37
38 // Implementation
39 protected:
40     // Generated message map functions
41     //{{AFX_MSG(ProjectDetailsWizardPage)
42     virtual BOOL OnInitDialog();
43     //}}AFX_MSG
44     DECLARE_MESSAGE_MAP()
45
46 };
47
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
50
51 #endif // !defined(AFX_PROJECTDETAILSWIZARDPAGE_H__C081EC9E_3458_4DA2_87A0_C72759D10B6E__INCLUDED_)
Note: See TracBrowser for help on using the browser.