From 2184116cbf00ea959282cc6172934c81c74cb252 Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 20 Jul 2007 04:08:52 +0000 Subject: made subcontact priorities configurable git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@289 4f64403b-2f21-0410-a795-97e2b3489a10 --- metacontacts/resource.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'metacontacts/resource.h') 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 -- cgit v1.2.3