root/trunk/ProjectDetailsPropPage.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_PROJECTDETAILSPROPPAGE_H__5E05F28C_1C27_4A3A_9B98_93DF397A6B03__INCLUDED_)
2 #define AFX_PROJECTDETAILSPROPPAGE_H__5E05F28C_1C27_4A3A_9B98_93DF397A6B03__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ProjectDetailsPropPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CProjectDetailsPropPage dialog
12
13 class CProjectDetailsPropPage : public CPropertyPage
14 {
15     DECLARE_DYNCREATE(CProjectDetailsPropPage)
16
17 // Construction
18 public:
19     CProjectDetailsPropPage();
20     ~CProjectDetailsPropPage();
21
22 // Dialog Data
23     //{{AFX_DATA(CProjectDetailsPropPage)
24     enum { IDD = IDD_PROJECT_DETAILS_PAGE1 };
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(CProjectDetailsPropPage)
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(CProjectDetailsPropPage)
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_PROJECTDETAILSPROPPAGE_H__5E05F28C_1C27_4A3A_9B98_93DF397A6B03__INCLUDED_)
Note: See TracBrowser for help on using the browser.