diff options
Diffstat (limited to 'metacontacts/resource.h')
-rw-r--r-- | metacontacts/resource.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/metacontacts/resource.h b/metacontacts/resource.h index 575bc1b..0639c6d 100644 --- a/metacontacts/resource.h +++ b/metacontacts/resource.h @@ -16,6 +16,9 @@ #define IDI_MCADD 121
#define IDI_ICON1 122
#define IDI_MCSETDEFAULT 122
+#define IDD_PRIORITIES 123
+#define IDD_DIALOG1 124
+#define IDD_HISTORY 124
#define IDC_METALIST 1002
#define IDC_ONLYAVAIL 1005
#define IDC_DEFAULT 1008
@@ -28,6 +31,7 @@ #define IDC_CHK_SUPPRESSSTATUS 1018
#define IDC_CHK_FORCEDEFAULT 1018
#define IDC_CHK_SRT 1018
+#define IDC_CHK_DEFAULT 1018
#define IDC_RAD_UID 1019
#define IDC_RAD_DID 1020
#define IDC_RAD_MSG 1021
@@ -53,15 +57,20 @@ #define IDC_CHK_COPYDATA 1038
#define IDC_CHK_LOCKHANDLE 1039
#define IDC_CHK_TEMPDEFAULT 1040
-#define IDC_STATIC -1
+#define IDC_ED_PRIORITY 1042
+#define IDC_SP_PRIORITY 1043
+#define IDC_CMB_STATUS 1044
+#define IDC_BUTTON2 1048
+#define IDC_BTN_RESET 1048
+#define IDC_CMB_PROTOCOL 1062
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 123
+#define _APS_NEXT_RESOURCE_VALUE 125
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1042
+#define _APS_NEXT_CONTROL_VALUE 1049
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|