diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/QuickMessages/resource.h | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickMessages/resource.h')
-rw-r--r-- | plugins/QuickMessages/resource.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/plugins/QuickMessages/resource.h b/plugins/QuickMessages/resource.h new file mode 100644 index 0000000000..9facd53bf2 --- /dev/null +++ b/plugins/QuickMessages/resource.h @@ -0,0 +1,47 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by quickmessages.rc
+//
+#define IDD_OPTIONS 101
+#define IDI_QICON 102
+#define IDC_BUTTONSLIST 104
+#define IDC_BLISTADD 105
+#define IDC_BLISTREMOVE 106
+#define IDC_MENUTREE 107
+#define IDC_MTREEADD 108
+#define IDC_MTREEREMOVE 109
+#define IDC_MENUVALUE 110
+#define IDC_RCLICKVALUE 111
+#define IDD_HELPDIALOG 112
+#define IDC_BUTTONNAME 1076
+#define IDC_MENUNAME 1077
+#define IDC_LAUTOSEND 1079
+#define IDC_RAUTOSEND 1080
+#define IDC_INQMENU 1081
+#define IDC_RAUTOSEND2 1082
+#define IDC_ENABLEQUICKMENU 1082
+#define IDC_ISSERVNAME 1083
+#define IDC_WARNING 1084
+#define IDC_VARHELP 1085
+#define IDC_VARTEXT 1086
+#define IDC_ISSERVNAME2 1086
+#define IDC_VARCLIP 1087
+#define IDC_VARPUNAME 1088
+#define IDC_VARPLNAME 1089
+#define IDC_VARCNAME 1090
+#define IDC_STATICTITLE 1091
+#define IDC_STATICTITLE2 1092
+#define IDC_VARCFNAME 1093
+#define IDC_VARCLNAME 1094
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 113
+#define _APS_NEXT_COMMAND_VALUE 40015
+#define _APS_NEXT_CONTROL_VALUE 1092
+#define _APS_NEXT_SYMED_VALUE 1125
+#endif
+#endif
|