root/trunk/MakefileDialog1.h

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

Initial ( and last :( ) commit

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