root/trunk/MakefileDialog.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_MAKEFILEDIALOG_H__A79A1D3F_BCEE_426D_A748_E41170060F01__INCLUDED_)
2 #define AFX_MAKEFILEDIALOG_H__A79A1D3F_BCEE_426D_A748_E41170060F01__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // MakefileDialog.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CMakefileDialog dialog
12 #include "resource.h"
13 class CMakefileDialog : public CRHGenericChildDialog
14 {
15 // Construction
16 public:
17     CMakefileDialog(CWnd* pParent = NULL);   // standard constructor
18
19 // Dialog Data
20     //{{AFX_DATA(CMakefileDialog)
21     enum { IDD = IDD_MAKEFILE_DLG };
22         // NOTE: the ClassWizard will add data members here
23     //}}AFX_DATA
24     virtual int CRHGetDialogID() { return IDD;
25     }
26
27     void Save() {}
28
29 // Overrides
30     // ClassWizard generated virtual function overrides
31     //{{AFX_VIRTUAL(CMakefileDialog)
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(CMakefileDialog)
41         // NOTE: the ClassWizard will add member functions here
42     //}}AFX_MSG
43     DECLARE_MESSAGE_MAP()
44 };
45
46 //{{AFX_INSERT_LOCATION}}
47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
48
49 #endif // !defined(AFX_MAKEFILEDIALOG_H__A79A1D3F_BCEE_426D_A748_E41170060F01__INCLUDED_)
Note: See TracBrowser for help on using the browser.