root/trunk/FileDMDPage.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_FILEDMDPAGE_H__A2CA4439_1ABC_46FD_B1B7_153E23B13480__INCLUDED_)
2 #define AFX_FILEDMDPAGE_H__A2CA4439_1ABC_46FD_B1B7_153E23B13480__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // FileDMDPage.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CFileDMDPage dialog
12 #include "resource.h"
13
14 class CFileDMDPage : public CRHGenericChildDialog
15 {
16 // Construction
17 public:
18     CFileDMDPage(CWnd* pParent = NULL);   // standard constructor
19
20 // Dialog Data
21     //{{AFX_DATA(CFileDMDPage)
22     enum { IDD = IDD_FILE_CONFIGURATIONS_PAGE };
23     BOOL    m_inline;
24     BOOL    m_release;
25     BOOL    m_optimize;
26     BOOL    m_debug;
27     BOOL    m_allowDeprecated;
28     BOOL    m_pHooks;
29     BOOL    m_warnings;
30     BOOL    m_unittest;
31     BOOL    m_verbose;
32     BOOL    m_dontLink;
33     //}}AFX_DATA
34
35     virtual int CRHGetDialogID() { return IDD; }
36   void Save () ;
37 // Overrides
38     // ClassWizard generated virtual function overrides
39     //{{AFX_VIRTUAL(CFileDMDPage)
40     protected:
41     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
42     //}}AFX_VIRTUAL
43
44 // Implementation
45 protected:
46
47     // Generated message map functions
48     //{{AFX_MSG(CFileDMDPage)
49         // NOTE: the ClassWizard will add member functions here
50     //}}AFX_MSG
51     DECLARE_MESSAGE_MAP()
52 };
53
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56
57 #endif // !defined(AFX_FILEDMDPAGE_H__A2CA4439_1ABC_46FD_B1B7_153E23B13480__INCLUDED_)
Note: See TracBrowser for help on using the browser.