From da9f6e8a856fc87172fb0d5997c607b4a930c102 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 20 Jul 2012 09:19:04 +0000 Subject: IEView, IgnoreState: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/res/Version.rc | 42 +++++++++ plugins/IEView/res/action.gif | Bin 0 -> 865 bytes plugins/IEView/res/addstatus.gif | Bin 0 -> 887 bytes plugins/IEView/res/file.gif | Bin 0 -> 986 bytes plugins/IEView/res/group_off.ico | Bin 0 -> 2038 bytes plugins/IEView/res/group_on.ico | Bin 0 -> 2038 bytes plugins/IEView/res/ieview.rc | 150 ++++++++++++++++++++++++++++++++ plugins/IEView/res/info.gif | Bin 0 -> 883 bytes plugins/IEView/res/join.gif | Bin 0 -> 857 bytes plugins/IEView/res/kick.gif | Bin 0 -> 857 bytes plugins/IEView/res/message_in.gif | Bin 0 -> 864 bytes plugins/IEView/res/message_in_chat.gif | Bin 0 -> 864 bytes plugins/IEView/res/message_out.gif | Bin 0 -> 864 bytes plugins/IEView/res/message_out_chat.gif | Bin 0 -> 864 bytes plugins/IEView/res/nick.gif | Bin 0 -> 865 bytes plugins/IEView/res/notice.gif | Bin 0 -> 882 bytes plugins/IEView/res/part.gif | Bin 0 -> 863 bytes plugins/IEView/res/quit.gif | Bin 0 -> 866 bytes plugins/IEView/res/removestatus.gif | Bin 0 -> 878 bytes plugins/IEView/res/rtl_off.ico | Bin 0 -> 2038 bytes plugins/IEView/res/rtl_on.ico | Bin 0 -> 2038 bytes plugins/IEView/res/status.gif | Bin 0 -> 868 bytes plugins/IEView/res/topic.gif | Bin 0 -> 877 bytes plugins/IEView/res/url.gif | Bin 0 -> 1018 bytes 24 files changed, 192 insertions(+) create mode 100644 plugins/IEView/res/Version.rc create mode 100644 plugins/IEView/res/action.gif create mode 100644 plugins/IEView/res/addstatus.gif create mode 100644 plugins/IEView/res/file.gif create mode 100644 plugins/IEView/res/group_off.ico create mode 100644 plugins/IEView/res/group_on.ico create mode 100644 plugins/IEView/res/ieview.rc create mode 100644 plugins/IEView/res/info.gif create mode 100644 plugins/IEView/res/join.gif create mode 100644 plugins/IEView/res/kick.gif create mode 100644 plugins/IEView/res/message_in.gif create mode 100644 plugins/IEView/res/message_in_chat.gif create mode 100644 plugins/IEView/res/message_out.gif create mode 100644 plugins/IEView/res/message_out_chat.gif create mode 100644 plugins/IEView/res/nick.gif create mode 100644 plugins/IEView/res/notice.gif create mode 100644 plugins/IEView/res/part.gif create mode 100644 plugins/IEView/res/quit.gif create mode 100644 plugins/IEView/res/removestatus.gif create mode 100644 plugins/IEView/res/rtl_off.ico create mode 100644 plugins/IEView/res/rtl_on.ico create mode 100644 plugins/IEView/res/status.gif create mode 100644 plugins/IEView/res/topic.gif create mode 100644 plugins/IEView/res/url.gif (limited to 'plugins/IEView/res') diff --git a/plugins/IEView/res/Version.rc b/plugins/IEView/res/Version.rc new file mode 100644 index 0000000000..d741488c4f --- /dev/null +++ b/plugins/IEView/res/Version.rc @@ -0,0 +1,42 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END diff --git a/plugins/IEView/res/action.gif b/plugins/IEView/res/action.gif new file mode 100644 index 0000000000..75c18b0b0d Binary files /dev/null and b/plugins/IEView/res/action.gif differ diff --git a/plugins/IEView/res/addstatus.gif b/plugins/IEView/res/addstatus.gif new file mode 100644 index 0000000000..d60cc79415 Binary files /dev/null and b/plugins/IEView/res/addstatus.gif differ diff --git a/plugins/IEView/res/file.gif b/plugins/IEView/res/file.gif new file mode 100644 index 0000000000..8e24842ef4 Binary files /dev/null and b/plugins/IEView/res/file.gif differ diff --git a/plugins/IEView/res/group_off.ico b/plugins/IEView/res/group_off.ico new file mode 100644 index 0000000000..da10759109 Binary files /dev/null and b/plugins/IEView/res/group_off.ico differ diff --git a/plugins/IEView/res/group_on.ico b/plugins/IEView/res/group_on.ico new file mode 100644 index 0000000000..aae912eef3 Binary files /dev/null and b/plugins/IEView/res/group_on.ico differ diff --git a/plugins/IEView/res/ieview.rc b/plugins/IEView/res/ieview.rc new file mode 100644 index 0000000000..b642b075b9 --- /dev/null +++ b/plugins/IEView/res/ieview.rc @@ -0,0 +1,150 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// английский (США) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +IDR_CONTEXTMENU MENU +BEGIN + POPUP "", MENUBREAK + BEGIN + MENUITEM "Copy", ID_MENU_COPY, GRAYED + MENUITEM "Copy Link", ID_MENU_COPYLINK, GRAYED + MENUITEM SEPARATOR + MENUITEM "Select All", ID_MENU_SELECTALL + MENUITEM SEPARATOR + MENUITEM "Save Image As...", ID_MENU_SAVEIMAGE, GRAYED + MENUITEM SEPARATOR + MENUITEM "Print", ID_MENU_PRINT + MENUITEM "Clear Log", ID_MENU_CLEARLOG + MENUITEM "Show source", ID_MENU_SHOWSOURCE + END +END + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_RTL_ON ICON "rtl_on.ico" +IDI_RTL_OFF ICON "rtl_off.ico" +IDI_GROUP_ON ICON "group_on.ico" +IDI_GROUP_OFF ICON "group_off.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_GENERAL_OPTIONS DIALOGEX 0, 0, 306, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + GROUPBOX "Options",IDC_STATIC,4,2,297,155 + CONTROL "Enable BBCodes",IDC_ENABLE_BBCODES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,19,265,10 + LTEXT "Currently the following BBCodes are supported: [b][i][u][s][img][size][color][url]",IDC_STATIC,26,31,265,12 + CONTROL "Enable support for Flash files in smileys and BBCodes",IDC_ENABLE_FLASH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,46,265,10 + CONTROL "Enable workaround for PNG transparency",IDC_ENABLE_PNGHACK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,61,265,10 + CONTROL "Enable MathModule support",IDC_ENABLE_MATHMODULE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,76,265,10 + CONTROL "Replace smileys in user names",IDC_SMILEYS_IN_NAMES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,91,265,10 + CONTROL "Hide window border",IDC_NO_BORDER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,106,265,10 + CONTROL "Embed YouTube videos",IDC_ENABLE_EMBED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,121,265,10 + LTEXT "Size:",IDC_STATIC,26,138,30,8 + COMBOBOX IDC_EMBED_SIZE,57,136,56,130,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP +END + +IDD_SRMM_OPTIONS DIALOGEX 0, 0, 306, 228 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + GROUPBOX "Mode",IDC_STATIC,4,2,297,222 + CONTROL "Compatibility Mode",IDC_MODE_COMPATIBLE,"Button",BS_AUTORADIOBUTTON,118,15,100,10 + CONTROL "Use External CSS",IDC_MODE_CSS,"Button",BS_AUTORADIOBUTTON,118,58,86,10 + CONTROL "Use Templates",IDC_MODE_TEMPLATE,"Button",BS_AUTORADIOBUTTON,118,112,86,10 + CONTROL "",IDC_PROTOLIST,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | TVS_CHECKBOXES | WS_BORDER | WS_HSCROLL | WS_TABSTOP,10,15,100,143 + CONTROL "Background image",IDC_BACKGROUND_IMAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,118,26,86,10 + CONTROL "Scroll with text",IDC_SCROLL_BACKGROUND_IMAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,206,26,93,10 + EDITTEXT IDC_BACKGROUND_IMAGE_FILENAME,118,36,153,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BROWSE_BACKGROUND_IMAGE,278,36,15,11 + EDITTEXT IDC_EXTERNALCSS_FILENAME,118,68,153,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BROWSE_EXTERNALCSS,278,68,15,11 + EDITTEXT IDC_TEMPLATES_FILENAME,118,122,153,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BROWSE_TEMPLATES,278,122,15,11 + ICON IDI_GROUP_OFF,IDC_GROUPSUPPORT,245,135,20,20 + ICON IDI_RTL_OFF,IDC_RTLSUPPORT,260,135,20,20 + GROUPBOX "Template Options",IDC_STATIC,10,161,284,57 + CONTROL "Use message grouping",IDC_LOG_GROUP_MESSAGES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,173,125,10 + CONTROL "Show nicknames",IDC_LOG_SHOW_NICKNAMES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,183,125,10 + CONTROL "Show time",IDC_LOG_SHOW_TIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,193,125,10 + CONTROL "Show seconds",IDC_LOG_SHOW_SECONDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,203,110,10 + CONTROL "Show date",IDC_LOG_SHOW_DATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,145,173,120,10 + CONTROL "Use long date format",IDC_LOG_LONG_DATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,183,110,10 + CONTROL "Use relative timestamp",IDC_LOG_RELATIVE_DATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,193,110,10 +END + + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // английский (США) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/plugins/IEView/res/info.gif b/plugins/IEView/res/info.gif new file mode 100644 index 0000000000..17784ec925 Binary files /dev/null and b/plugins/IEView/res/info.gif differ diff --git a/plugins/IEView/res/join.gif b/plugins/IEView/res/join.gif new file mode 100644 index 0000000000..3350e82278 Binary files /dev/null and b/plugins/IEView/res/join.gif differ diff --git a/plugins/IEView/res/kick.gif b/plugins/IEView/res/kick.gif new file mode 100644 index 0000000000..16d1e821f0 Binary files /dev/null and b/plugins/IEView/res/kick.gif differ diff --git a/plugins/IEView/res/message_in.gif b/plugins/IEView/res/message_in.gif new file mode 100644 index 0000000000..ebf9e1b378 Binary files /dev/null and b/plugins/IEView/res/message_in.gif differ diff --git a/plugins/IEView/res/message_in_chat.gif b/plugins/IEView/res/message_in_chat.gif new file mode 100644 index 0000000000..04fd84cc0e Binary files /dev/null and b/plugins/IEView/res/message_in_chat.gif differ diff --git a/plugins/IEView/res/message_out.gif b/plugins/IEView/res/message_out.gif new file mode 100644 index 0000000000..2ae3b0e325 Binary files /dev/null and b/plugins/IEView/res/message_out.gif differ diff --git a/plugins/IEView/res/message_out_chat.gif b/plugins/IEView/res/message_out_chat.gif new file mode 100644 index 0000000000..a853dec875 Binary files /dev/null and b/plugins/IEView/res/message_out_chat.gif differ diff --git a/plugins/IEView/res/nick.gif b/plugins/IEView/res/nick.gif new file mode 100644 index 0000000000..dba582fa61 Binary files /dev/null and b/plugins/IEView/res/nick.gif differ diff --git a/plugins/IEView/res/notice.gif b/plugins/IEView/res/notice.gif new file mode 100644 index 0000000000..efff0234bc Binary files /dev/null and b/plugins/IEView/res/notice.gif differ diff --git a/plugins/IEView/res/part.gif b/plugins/IEView/res/part.gif new file mode 100644 index 0000000000..00b461381a Binary files /dev/null and b/plugins/IEView/res/part.gif differ diff --git a/plugins/IEView/res/quit.gif b/plugins/IEView/res/quit.gif new file mode 100644 index 0000000000..533f0ede16 Binary files /dev/null and b/plugins/IEView/res/quit.gif differ diff --git a/plugins/IEView/res/removestatus.gif b/plugins/IEView/res/removestatus.gif new file mode 100644 index 0000000000..6caf327b94 Binary files /dev/null and b/plugins/IEView/res/removestatus.gif differ diff --git a/plugins/IEView/res/rtl_off.ico b/plugins/IEView/res/rtl_off.ico new file mode 100644 index 0000000000..836357fcd7 Binary files /dev/null and b/plugins/IEView/res/rtl_off.ico differ diff --git a/plugins/IEView/res/rtl_on.ico b/plugins/IEView/res/rtl_on.ico new file mode 100644 index 0000000000..ec151abfbb Binary files /dev/null and b/plugins/IEView/res/rtl_on.ico differ diff --git a/plugins/IEView/res/status.gif b/plugins/IEView/res/status.gif new file mode 100644 index 0000000000..e0ff3923f1 Binary files /dev/null and b/plugins/IEView/res/status.gif differ diff --git a/plugins/IEView/res/topic.gif b/plugins/IEView/res/topic.gif new file mode 100644 index 0000000000..b2157abc53 Binary files /dev/null and b/plugins/IEView/res/topic.gif differ diff --git a/plugins/IEView/res/url.gif b/plugins/IEView/res/url.gif new file mode 100644 index 0000000000..67e7fa75aa Binary files /dev/null and b/plugins/IEView/res/url.gif differ -- cgit v1.2.3