diff options
-rw-r--r-- | IvyProbe/Resource.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/IvyProbe/Resource.h b/IvyProbe/Resource.h index f8d5965..70fe2c7 100644 --- a/IvyProbe/Resource.h +++ b/IvyProbe/Resource.h @@ -19,8 +19,12 @@ #define IDC_SLIDER7 1008
#define IDC_SLIDER2 1010
#define IDC_TEXT 1011
-#define IDC_MSG 1012
-#define IDC_BIND 1013
+#define IDC_MSG 1015
+#define IDC_SEND 1016
+#define IDC_BIND 1017
+#define IDC_STATIC_MSG 1018
+#define IDC_STATIC_BIND 1019
+#define IDC_REGEXP 1021
// Next default values for new objects
//
@@ -28,7 +32,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
-#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 104
#endif
#endif
|