diff options
Diffstat (limited to 'Plugins/smh/resource.h')
-rw-r--r-- | Plugins/smh/resource.h | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Plugins/smh/resource.h b/Plugins/smh/resource.h new file mode 100644 index 0000000..dda44d5 --- /dev/null +++ b/Plugins/smh/resource.h @@ -0,0 +1,55 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by resource.rc
+//
+#define IDD_OPTIONS 119
+#define IDD_POPUPS 120
+#define IDC_DELAY 1001
+#define IDC_WINCOLORS 1002
+#define IDC_DEFAULTCOLORS 1003
+#define IDC_BGCOLOR 1004
+#define IDC_TEXTCOLOR 1005
+#define IDC_PREV 1006
+#define IDC_DELAYFROMPU 1007
+#define IDC_DELAYCUSTOM 1008
+#define IDC_DELAYPERMANENT 1009
+#define IDC_RIGHT_ACTION 1022
+#define IDC_LEFT_ACTION 1023
+#define IDC_PROTOCOLS 1041
+#define IDC_CHANGED 1058
+#define IDC_REMOVED 1059
+#define IDC_CHECK1 1060
+#define IDC_POPUPS 1060
+#define IDC_CHECK2 1061
+#define IDC_DELAY_SPIN 1061
+#define IDC_HISTORY 1061
+#define IDC_ANSI 1062
+#define IDC_TRACK_G 1063
+#define IDC_CHANGED_L 1064
+#define IDC_REMOVED_L 1065
+#define IDC_PROTOCOLS_G 1066
+#define IDC_PROTOCOLS_L 1067
+#define IDC_COLOURS_G 1068
+#define IDC_TRACK_CHANGE 1068
+#define IDC_BGCOLOR_L 1069
+#define IDC_TRACK_REMOVE 1069
+#define IDC_TEXTCOLOR_L 1070
+#define IDC_ONLY_NOT_OFFLINE 1070
+#define IDC_DELAY_G 1071
+#define IDC_ACTIONS_G 1072
+#define IDC_RIGHT_ACTION_L 1073
+#define IDC_LEFT_ACTION_L 1074
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_3D_CONTROLS 1
+#define _APS_NEXT_RESOURCE_VALUE 120
+#define _APS_NEXT_COMMAND_VALUE 40004
+#define _APS_NEXT_CONTROL_VALUE 1075
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|