root/trunk/AddNewProjectDetailsPage.h

Revision 5, 1.6 kB (checked in by qbert, 3 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_ADDNEWPROJECTDETAILSPAGE_H__ABCEF6F5_9D3E_4920_918F_39B944D30A4A__INCLUDED_)
2 #define AFX_ADDNEWPROJECTDETAILSPAGE_H__ABCEF6F5_9D3E_4920_918F_39B944D30A4A__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // AddNewProjectDetailsPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CAddNewProjectDetailsPage dialog
12
13 class CAddNewProjectDetailsPage : public CRHGenericChildDialog
14 {
15 // Construction
16 public:
17     CAddNewProjectDetailsPage(CWnd* pParent = NULL);   // standard constructor
18 virtual int CRHGetDialogID() { return IDD;
19     }
20 // Dialog Data
21     //{{AFX_DATA(CAddNewProjectDetailsPage)
22     enum { IDD = IDD_ADDNEWPROJECT_DETAILS_PAGE };
23     CElephantEdit   m_author;
24     CElephantEdit   m_company;
25     CElephantEdit   m_description; 
26     CElephantEdit   m_rootFolder;   
27     CElephantEdit   m_projectName; 
28     CString m_csProjectName;
29     CString m_csDescription;
30     CString m_csRootFolder;
31     CString m_csAuthor;
32     CString m_csCompany;
33     //}}AFX_DATA
34
35
36 // Overrides
37     // ClassWizard generated virtual function overrides
38     //{{AFX_VIRTUAL(CAddNewProjectDetailsPage)
39     protected:
40     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
41     //}}AFX_VIRTUAL
42
43 // Implementation
44 protected:
45
46     // Generated message map functions
47     //{{AFX_MSG(CAddNewProjectDetailsPage)
48     virtual BOOL OnInitDialog();
49     //}}AFX_MSG
50     DECLARE_MESSAGE_MAP()
51 };
52
53 //{{AFX_INSERT_LOCATION}}
54 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
55
56 #endif // !defined(AFX_ADDNEWPROJECTDETAILSPAGE_H__ABCEF6F5_9D3E_4920_918F_39B944D30A4A__INCLUDED_)
Note: See TracBrowser for help on using the browser.