diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-16 21:29:25 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-16 21:29:25 (GMT) |
commit | 65222add02c2b2a7af8eb0d3251ff254740c58c8 (patch) | |
tree | 97959442ae93bccae7f30fcb1654a57991079c39 /Source/MFCDialog/resource.h | |
parent | 25ac7687631dfd771d7eb975f64f74d5cf8256f1 (diff) | |
download | CMake-65222add02c2b2a7af8eb0d3251ff254740c58c8.zip CMake-65222add02c2b2a7af8eb0d3251ff254740c58c8.tar.gz CMake-65222add02c2b2a7af8eb0d3251ff254740c58c8.tar.bz2 |
face lift for GUI and some more help
Diffstat (limited to 'Source/MFCDialog/resource.h')
-rw-r--r-- | Source/MFCDialog/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/MFCDialog/resource.h b/Source/MFCDialog/resource.h index 56200d0..be740c4 100644 --- a/Source/MFCDialog/resource.h +++ b/Source/MFCDialog/resource.h @@ -9,6 +9,7 @@ #define IDD_CMakeSetupDialog_DIALOG 102 #define IDS_CREATESHORTCUT 102 #define IDR_MAINFRAME 128 +#define IDD_CMAKE_HELP_DIALOG 133 #define IDC_WhereSource 1001 #define IDC_BUTTON2 1002 #define IDC_WhereBuild 1003 @@ -22,14 +23,16 @@ #define IDC_OK 1018 #define IDC_Generator 1019 #define IDC_GeneratorLabel 1020 +#define IDC_HELP_BUTTON 1021 +#define IDC_EDIT1 1025 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 133 +#define _APS_NEXT_RESOURCE_VALUE 134 #define _APS_NEXT_COMMAND_VALUE 32771 -#define _APS_NEXT_CONTROL_VALUE 1021 +#define _APS_NEXT_CONTROL_VALUE 1026 #define _APS_NEXT_SYMED_VALUE 102 #endif #endif |