root/trunk/AddProjectWizardPropPage.h

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

Initial ( and last :( ) commit

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