diff options
-rw-r--r-- | IvyProbe/Resource.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/IvyProbe/Resource.h b/IvyProbe/Resource.h index 97c8ba1..972709c 100644 --- a/IvyProbe/Resource.h +++ b/IvyProbe/Resource.h @@ -25,6 +25,13 @@ #define IDC_STATIC_MSG 1018
#define IDC_STATIC_BIND 1019
#define IDC_REGEXP 1021
+#define IDC_CLOCK_FAST_BACKWARD 1026
+#define IDC_CLOCK_BACKWARD 1027
+#define IDC_CLOCK_START 1028
+#define IDC_CLOCK_PAUSE 1029
+#define IDC_CLOCK_FORWARD 1030
+#define IDC_CLOCK_FAST_FORWARD 1031
+#define IDC_CLOCK_RATE 1032
// Next default values for new objects
//
@@ -32,7 +39,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 132
#define _APS_NEXT_COMMAND_VALUE 32771
-#define _APS_NEXT_CONTROL_VALUE 1024
+#define _APS_NEXT_CONTROL_VALUE 1027
#define _APS_NEXT_SYMED_VALUE 104
#endif
#endif
|