root/trunk/ProjectSettingsPage.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_PROJECTSETTINGSPAGE_H__51155FCD_83EC_4398_BD19_E89BFC8ED9CD__INCLUDED_)
2 #define AFX_PROJECTSETTINGSPAGE_H__51155FCD_83EC_4398_BD19_E89BFC8ED9CD__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ProjectSettingsPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CProjectSettingsPage dialog
12
13 class CProjectSettingsPage : public CDialog
14 {
15 // Construction
16 public:
17     CProjectSettingsPage(CWnd* pParent = NULL);   // standard constructor
18
19 // Dialog Data
20     //{{AFX_DATA(CProjectSettingsPage)
21     enum { IDD = IDD_PROJECT_DETAILS_PAGE };
22         // NOTE: the ClassWizard will add data members here
23     //}}AFX_DATA
24
25
26 // Overrides
27     // ClassWizard generated virtual function overrides
28     //{{AFX_VIRTUAL(CProjectSettingsPage)
29     protected:
30     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
31     //}}AFX_VIRTUAL
32
33 // Implementation
34 protected:
35
36     // Generated message map functions
37     //{{AFX_MSG(CProjectSettingsPage)
38         // NOTE: the ClassWizard will add member functions here
39     //}}AFX_MSG
40     DECLARE_MESSAGE_MAP()
41 };
42
43 //{{AFX_INSERT_LOCATION}}
44 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
45
46 #endif // !defined(AFX_PROJECTSETTINGSPAGE_H__51155FCD_83EC_4398_BD19_E89BFC8ED9CD__INCLUDED_)
Note: See TracBrowser for help on using the browser.