root/trunk/AddNewProjectFilesPage.h

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

Initial ( and last :( ) commit

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