diff options
Diffstat (limited to 'meta2/resource.h')
-rw-r--r-- | meta2/resource.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta2/resource.h b/meta2/resource.h index 7462749..eca2737 100644 --- a/meta2/resource.h +++ b/meta2/resource.h @@ -11,26 +11,23 @@ #define IDI_MCCONVERT 125
#define IDI_MCEDIT 126
#define IDI_MCREMOVE 127
-
#define IDD_PRIORITIES 128
+#define IDD_METASELECT 129
+#define IDD_METAEDIT 130
#define IDC_ED_PRIORITY 1001
#define IDC_SP_PRIORITY 1002
#define IDC_CMB_STATUS 1003
#define IDC_CMB_PROTOCOL 1004
#define IDC_BTN_RESET 1005
#define IDC_CHK_DEFAULT 1006
-
-#define IDD_METASELECT 129
#define IDC_METALIST 1007
#define IDC_CHK_SRT 1008
-
-#define IDD_METAEDIT 130
#define IDC_VALIDATE 1009
#define IDC_BTN_REM 1010
#define IDC_BTN_SETDEFAULT 1011
#define IDC_ED_NAME 1012
#define IDC_LST_CONTACTS 1013
-
+#define IDC_CHECK1 1014
#define IDC_STATIC -1
// Next default values for new objects
@@ -39,7 +36,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1014
+#define _APS_NEXT_CONTROL_VALUE 1015
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|