diff options
Diffstat (limited to 'ieview/resource.h')
-rw-r--r-- | ieview/resource.h | 104 |
1 files changed, 49 insertions, 55 deletions
diff --git a/ieview/resource.h b/ieview/resource.h index 672bd66..073073f 100644 --- a/ieview/resource.h +++ b/ieview/resource.h @@ -1,5 +1,4 @@ /*
-
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
@@ -16,78 +15,73 @@ 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 ID_MENU_COPY 15
+#define ID_MENU_PRINT 27
+#define ID_MENU_SELECTALL 31
+#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_BACKGROUND_IMAGE_FILENAME 1001
#define IDC_BROWSE_BACKGROUND_IMAGE 1002
#define IDC_SCROLL_BACKGROUND_IMAGE 1003
-
-#define IDC_ENABLE_BBCODES 1004
+#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_ENABLE_PNGHACK 1007
+#define IDC_SMILEYS_IN_NAMES 1008
+#define IDC_NO_BORDER 1009
+#define IDC_ENABLE_EMBED 1010
+#define IDC_EMBED_SIZE 1011
#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_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_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_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_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_COPYLINK 2262
+#define ID_MENU_SAVEIMAGE 2270
#define ID_MENU_SAVEHTML 6012
#define ID_MENU_CLEARLOG 40000
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1000
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|