diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 18:46:23 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 18:46:23 +0000 |
commit | b880db8491271b4bd4aa87c2dd79b5e3c3dde6cf (patch) | |
tree | b4e7c071826a2c1cc45bd0b253a76764e5194c4e /ieview/resource.h | |
parent | 2f10a9e6cc4782d61f0f15bbff36209af922bd34 (diff) |
added: ieview, imo2sproxy, skype
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@175 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ieview/resource.h')
-rw-r--r-- | ieview/resource.h | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/ieview/resource.h b/ieview/resource.h new file mode 100644 index 0000000..672bd66 --- /dev/null +++ b/ieview/resource.h @@ -0,0 +1,93 @@ +/*
+
+IEView Plugin for Miranda IM
+Copyright (C) 2005-2010 Piotr Piastucki
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+#define IDI_RTL_ON 100
+#define IDI_RTL_OFF 101
+#define IDI_GROUP_ON 102
+#define IDI_GROUP_OFF 103
+
+#define IDD_SRMM_OPTIONS 153
+#define IDD_GENERAL_OPTIONS 155
+
+#define IDR_CONTEXTMENU 200
+
+#define IDC_BACKGROUND_IMAGE 1000
+#define IDC_BACKGROUND_IMAGE_FILENAME 1001
+#define IDC_BROWSE_BACKGROUND_IMAGE 1002
+#define IDC_SCROLL_BACKGROUND_IMAGE 1003
+
+#define IDC_ENABLE_BBCODES 1004
+#define IDC_ENABLE_FLASH 1005
+#define IDC_ENABLE_MATHMODULE 1006
+#define IDC_ENABLE_PNGHACK 1007
+#define IDC_SMILEYS_IN_NAMES 1008
+#define IDC_NO_BORDER 1009
+#define IDC_ENABLE_EMBED 1010
+
+#define IDC_EXTERNALCSS 1020
+#define IDC_EXTERNALCSS_FILENAME 1021
+#define IDC_BROWSE_EXTERNALCSS 1022
+#define IDC_EXTERNALCSS_FILENAME_RTL 1023
+#define IDC_BROWSE_EXTERNALCSS_RTL 1024
+
+#define IDC_TEMPLATES 1030
+#define IDC_TEMPLATES_FILENAME 1031
+#define IDC_BROWSE_TEMPLATES 1032
+#define IDC_TEMPLATES_FILENAME_RTL 1033
+#define IDC_BROWSE_TEMPLATES_RTL 1034
+
+#define IDC_LOG_SHOW_NICKNAMES 1043
+#define IDC_LOG_SHOW_TIME 1044
+#define IDC_LOG_SHOW_DATE 1045
+#define IDC_LOG_SHOW_SECONDS 1046
+#define IDC_LOG_LONG_DATE 1047
+#define IDC_LOG_RELATIVE_DATE 1048
+
+#define IDC_LOG_GROUP_MESSAGES 1050
+
+#define IDC_GROUPCHAT_CSS 1051
+#define IDC_GROUPCHAT_CSS_FILENAME 1052
+#define IDC_GROUPCHAT_CSS_BROWSE 1053
+#define IDC_GROUPCHAT_TEMPLATES_BROWSE 1054
+#define IDC_GROUPCHAT_TEMPLATES_FILENAME 1055
+#define IDC_GROUPCHAT_TEMPLATES 1056
+
+#define IDC_MODE_COMPATIBLE 1060
+#define IDC_MODE_CSS 1061
+#define IDC_MODE_TEMPLATE 1062
+#define IDC_PROTOLIST 1063
+
+#define IDC_RTLSUPPORT 1070
+#define IDC_GROUPSUPPORT 1071
+
+#define IDC_SIMPLE 1100
+#define IDC_TABS 2000
+
+/*
+ * Values taken from shdoclc.dll
+ */
+#define ID_MENU_COPY 15
+#define ID_MENU_PRINT 27
+#define ID_MENU_SELECTALL 31
+#define ID_MENU_SHOWSOURCE 2139
+#define ID_MENU_COPYLINK 2262
+#define ID_MENU_SAVEIMAGE 2270
+#define ID_MENU_SAVEHTML 6012
+#define ID_MENU_CLEARLOG 40000
|