diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-12 02:51:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-12 02:51:56 (GMT) |
commit | 420725077cc9326d5b8c610f2770994a177eed15 (patch) | |
tree | 955bf582c6b9d25475b1c98a98a0ba49b587f2d9 /Source/MFCDialog/resource.h | |
parent | fc26c1459caa61c79b9076e3ca85905e45bbcbc9 (diff) | |
download | CMake-420725077cc9326d5b8c610f2770994a177eed15.zip CMake-420725077cc9326d5b8c610f2770994a177eed15.tar.gz CMake-420725077cc9326d5b8c610f2770994a177eed15.tar.bz2 |
ENH: add ability to suppress dev warnings to gui code
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 a4160a7..0395b76 100644 --- a/Source/MFCDialog/resource.h +++ b/Source/MFCDialog/resource.h @@ -33,6 +33,8 @@ #define IDC_AdvancedValues 1027 #define IDC_PROGRESS 1028 #define IDC_BuildForLabel 1029 +#define IDC_CHECK1 1030 +#define IDC_SUPPRESS_DEV_WARNINGS 1030 // Next default values for new objects // @@ -40,7 +42,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 135 #define _APS_NEXT_COMMAND_VALUE 32771 -#define _APS_NEXT_CONTROL_VALUE 1030 +#define _APS_NEXT_CONTROL_VALUE 1031 #define _APS_NEXT_SYMED_VALUE 102 #endif #endif |