|
Revision 5, 1.7 kB
(checked in by qbert, 3 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
#if !defined(AFX_ADDNEWPROJECTCOMPILERSETTINGSPAGENEW_H__18E6BCB6_51CA_4AF3_A499_7936200EC484__INCLUDED_) |
|---|
| 2 |
#define AFX_ADDNEWPROJECTCOMPILERSETTINGSPAGENEW_H__18E6BCB6_51CA_4AF3_A499_7936200EC484__INCLUDED_ |
|---|
| 3 |
|
|---|
| 4 |
#if _MSC_VER > 1000 |
|---|
| 5 |
#pragma once |
|---|
| 6 |
#endif // _MSC_VER > 1000 |
|---|
| 7 |
// AddNewProjectCompilerSettingsPageNew.h : header file |
|---|
| 8 |
// |
|---|
| 9 |
|
|---|
| 10 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 11 |
// CAddNewProjectCompilerSettingsPageNew dialog |
|---|
| 12 |
#include "resource.h" |
|---|
| 13 |
class CAddNewProjectCompilerSettingsPageNew : public CRHGenericChildDialog |
|---|
| 14 |
{ |
|---|
| 15 |
// Construction |
|---|
| 16 |
public: |
|---|
| 17 |
CAddNewProjectCompilerSettingsPageNew(CWnd* pParent = NULL); // standard constructor |
|---|
| 18 |
virtual int CRHGetDialogID() { return IDD; |
|---|
| 19 |
} |
|---|
| 20 |
// Dialog Data |
|---|
| 21 |
//{{AFX_DATA(CAddNewProjectCompilerSettingsPageNew) |
|---|
| 22 |
enum { IDD = IDD_ADDNEWPROJECT_COMPILERSETTINGS_PAGE_NEW }; |
|---|
| 23 |
BOOL m_inline; |
|---|
| 24 |
BOOL m_optimize; |
|---|
| 25 |
BOOL m_allowDeprecated; |
|---|
| 26 |
BOOL m_warnings; |
|---|
| 27 |
BOOL m_verbose; |
|---|
| 28 |
BOOL m_release; |
|---|
| 29 |
BOOL m_debug; |
|---|
| 30 |
BOOL m_pHooks; |
|---|
| 31 |
BOOL m_unittest; |
|---|
| 32 |
CString m_version; |
|---|
| 33 |
CString m_csDebug; |
|---|
| 34 |
//}}AFX_DATA |
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
// Overrides |
|---|
| 38 |
// ClassWizard generated virtual function overrides |
|---|
| 39 |
//{{AFX_VIRTUAL(CAddNewProjectCompilerSettingsPageNew) |
|---|
| 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(CAddNewProjectCompilerSettingsPageNew) |
|---|
| 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_ADDNEWPROJECTCOMPILERSETTINGSPAGENEW_H__18E6BCB6_51CA_4AF3_A499_7936200EC484__INCLUDED_) |
|---|