root/trunk/ProjectDetailsPage.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_PROJECTDETAILSPAGE_H__8B3CFBED_E9B9_45BD_9150_EFA1B0083250__INCLUDED_)
2 #define AFX_PROJECTDETAILSPAGE_H__8B3CFBED_E9B9_45BD_9150_EFA1B0083250__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ProjectDetailsPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CProjectDetailsPage
12
13 class CProjectDetailsPage : public CPropertySheet
14 {
15     DECLARE_DYNAMIC(CProjectDetailsPage)
16
17 // Construction
18 public:
19     CProjectDetailsPage(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
20     CProjectDetailsPage(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
21
22 // Attributes
23 public:
24
25 // Operations
26 public:
27
28 // Overrides
29     // ClassWizard generated virtual function overrides
30     //{{AFX_VIRTUAL(CProjectDetailsPage)
31     //}}AFX_VIRTUAL
32
33 // Implementation
34 public:
35     virtual ~CProjectDetailsPage();
36
37     // Generated message map functions
38 protected:
39     //{{AFX_MSG(CProjectDetailsPage)
40         // NOTE - the ClassWizard will add and remove member functions here.
41     //}}AFX_MSG
42     DECLARE_MESSAGE_MAP()
43 };
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_PROJECTDETAILSPAGE_H__8B3CFBED_E9B9_45BD_9150_EFA1B0083250__INCLUDED_)
Note: See TracBrowser for help on using the browser.