diff options
Diffstat (limited to 'meta2/resource.h')
-rw-r--r-- | meta2/resource.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/meta2/resource.h b/meta2/resource.h new file mode 100644 index 0000000..7462749 --- /dev/null +++ b/meta2/resource.h @@ -0,0 +1,45 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by meta2.rc
+//
+#define IDD_OPT1 109
+#define IDI_MCSETDEFAULT 120
+#define IDI_MCMENU 121
+#define IDI_MCMENUOFF 122
+#define IDI_MCMENUOFF2 123
+#define IDI_MCADD 124
+#define IDI_MCCONVERT 125
+#define IDI_MCEDIT 126
+#define IDI_MCREMOVE 127
+
+#define IDD_PRIORITIES 128
+#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_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#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_SYMED_VALUE 101
+#endif
+#endif
|