diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-19 18:32:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-19 18:32:37 (GMT) |
commit | f991ddd4ba29bd67059e5c2ebe108333e452bbe1 (patch) | |
tree | d32f7b2d28891ac81841b407e880b6c0e4e3c92e /Source/MFCDialog/resource.h | |
parent | 873c9e78404c6e36e19498e4c29a7e868627fc87 (diff) | |
download | CMake-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/resource.h')
-rw-r--r-- | Source/MFCDialog/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/MFCDialog/resource.h b/Source/MFCDialog/resource.h index cd9347b..1a7c3d3 100644 --- a/Source/MFCDialog/resource.h +++ b/Source/MFCDialog/resource.h @@ -15,6 +15,8 @@ #define IDC_LIST2 1007 #define IDC_LIST3 1010 #define IDC_CMAKE_VERSION 1014 +#define IDC_FRAME 1015 +#define IDC_MouseHelpCaption 1016 // Next default values for new objects // @@ -22,7 +24,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 133 #define _APS_NEXT_COMMAND_VALUE 32771 -#define _APS_NEXT_CONTROL_VALUE 1015 +#define _APS_NEXT_CONTROL_VALUE 1017 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |