diff options
Diffstat (limited to 'last_contact/resource.h')
-rw-r--r-- | last_contact/resource.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/last_contact/resource.h b/last_contact/resource.h index aad97c5..a6be251 100644 --- a/last_contact/resource.h +++ b/last_contact/resource.h @@ -7,6 +7,10 @@ #define IDC_CHK_HIDE 1010
#define IDC_CHK_HIDE2 1011
#define IDC_CHK_ONTOP 1011
+#define IDC_CHK_WIN 1011
+#define IDC_RAD_HIDE 1012
+#define IDC_RADIO2 1013
+#define IDC_RAD_MULTI 1013
// Next default values for new objects
//
@@ -14,7 +18,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|