diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
commit | b317b66c1a85de26def5c3371fe04b85f334fe45 (patch) | |
tree | 91754b010b95b5d80d913c5be722c54c4eaa456a /resource.h | |
parent | b15f94cba811a15aed857cf5e88e36374082e625 (diff) |
math expressions check code
Diffstat (limited to 'resource.h')
-rwxr-xr-x[-rw-r--r--] | resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resource.h b/resource.h index 47ce7f1..05f1ba3 100644..100755 --- a/resource.h +++ b/resource.h @@ -52,6 +52,9 @@ #define IDC_REGEX 1028
#define IDC_CHECK1 1029
#define IDC_HISTORY_LOG 1029
+#define IDC_MATH_QUESTION 1030
+#define IDC_BUTTON2 1031
+#define IDC_MATH_DETAILS 1031
// Next default values for new objects
//
@@ -59,7 +62,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1030
+#define _APS_NEXT_CONTROL_VALUE 1032
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|