summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-19 18:32:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-19 18:32:37 (GMT)
commitf991ddd4ba29bd67059e5c2ebe108333e452bbe1 (patch)
treed32f7b2d28891ac81841b407e880b6c0e4e3c92e /Source/MFCDialog/CMakeSetupDialog.h
parent873c9e78404c6e36e19498e4c29a7e868627fc87 (diff)
downloadCMake-f991ddd4ba29bd67059e5c2ebe108333e452bbe1.zip
CMake-f991ddd4ba29bd67059e5c2ebe108333e452bbe1.tar.gz
CMake-f991ddd4ba29bd67059e5c2ebe108333e452bbe1.tar.bz2
ENH: add resize ability to dialog and fix tab stop orders
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h
index aea794d..7e0942d 100644
--- a/Source/MFCDialog/CMakeSetupDialog.h
+++ b/Source/MFCDialog/CMakeSetupDialog.h
@@ -35,10 +35,15 @@ protected:
enum { IDD = IDD_CMakeSetupDialog_DIALOG };
CString m_WhereSource;
CString m_WhereBuild;
+ CButton m_ListFrame;
bool m_BuildPathChanged;
CComboBox m_WhereSourceControl;
CComboBox m_WhereBuildControl;
CPropertyList m_CacheEntriesList;
+ CStatic m_MouseHelp;
+ CStatic m_VersionDisplay;
+ CButton m_BuildProjects;
+ CButton m_CancelButton;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
@@ -72,6 +77,8 @@ protected:
afx_msg void OnSelendokWhereBuild();
afx_msg void OnChangeWhereSource();
afx_msg void OnSelendokWhereSource();
+ afx_msg void OnSize(UINT nType, int cx, int cy);
+ afx_msg void OnGetMinMaxInfo( MINMAXINFO FAR* lpMMI );
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};