diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-02 04:00:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-02 04:00:44 (GMT) |
commit | 565afcbdb97c1a2bc05357644d85e09f957a2e0b (patch) | |
tree | c1b72717cae3729d225ae58ebcf75510fadd5d53 /Source/MFCDialog/CMakeSetupDialog.h | |
parent | 2ccc30d22a63cf6c1858cdb955e3d7a53c8b423b (diff) | |
download | CMake-565afcbdb97c1a2bc05357644d85e09f957a2e0b.zip CMake-565afcbdb97c1a2bc05357644d85e09f957a2e0b.tar.gz CMake-565afcbdb97c1a2bc05357644d85e09f957a2e0b.tar.bz2 |
ENH: better resize
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.h | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h index b35764f..af503b7 100644 --- a/Source/MFCDialog/CMakeSetupDialog.h +++ b/Source/MFCDialog/CMakeSetupDialog.h @@ -57,11 +57,15 @@ protected: void RemoveAdvancedValues(); // Dialog Data //{{AFX_DATA(CMakeSetupDialog) - enum { IDD = IDD_CMakeSetupDialog_DIALOG }; - CButton m_HelpButton; - CComboBox m_GeneratorChoice; - CButton m_OKButton; - CButton m_CancelButton; + enum { IDD = IDD_CMakeSetupDialog_DIALOG }; + CButton m_AdvancedValuesControl; + CStatic m_BuildForLabel; + CButton m_BrowseSource; + CButton m_BrowseBuild; + CButton m_HelpButton; + CComboBox m_GeneratorChoice; + CButton m_OKButton; + CButton m_CancelButton; CString m_WhereSource; CString m_WhereBuild; CButton m_ListFrame; @@ -72,9 +76,9 @@ protected: CStatic m_MouseHelp; CStatic m_VersionDisplay; CButton m_Configure; - CString m_GeneratorChoiceString; - BOOL m_AdvancedValues; - //}}AFX_DATA + CString m_GeneratorChoiceString; + BOOL m_AdvancedValues; + //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMakeSetupDialog) |