diff options
Diffstat (limited to 'plugins/IEView/res')
24 files changed, 192 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..75c18b0b0d --- /dev/null +++ b/plugins/IEView/res/action.gif diff --git a/plugins/IEView/res/addstatus.gif b/plugins/IEView/res/addstatus.gif Binary files differnew file mode 100644 index 0000000000..d60cc79415 --- /dev/null +++ b/plugins/IEView/res/addstatus.gif diff --git a/plugins/IEView/res/file.gif b/plugins/IEView/res/file.gif Binary files differnew file mode 100644 index 0000000000..8e24842ef4 --- /dev/null +++ b/plugins/IEView/res/file.gif diff --git a/plugins/IEView/res/group_off.ico b/plugins/IEView/res/group_off.ico Binary files differnew file mode 100644 index 0000000000..da10759109 --- /dev/null +++ b/plugins/IEView/res/group_off.ico diff --git a/plugins/IEView/res/group_on.ico b/plugins/IEView/res/group_on.ico Binary files differnew file mode 100644 index 0000000000..aae912eef3 --- /dev/null +++ b/plugins/IEView/res/group_on.ico 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 Binary files differnew file mode 100644 index 0000000000..17784ec925 --- /dev/null +++ b/plugins/IEView/res/info.gif diff --git a/plugins/IEView/res/join.gif b/plugins/IEView/res/join.gif Binary files differnew file mode 100644 index 0000000000..3350e82278 --- /dev/null +++ b/plugins/IEView/res/join.gif diff --git a/plugins/IEView/res/kick.gif b/plugins/IEView/res/kick.gif Binary files differnew file mode 100644 index 0000000000..16d1e821f0 --- /dev/null +++ b/plugins/IEView/res/kick.gif diff --git a/plugins/IEView/res/message_in.gif b/plugins/IEView/res/message_in.gif Binary files differnew file mode 100644 index 0000000000..ebf9e1b378 --- /dev/null +++ b/plugins/IEView/res/message_in.gif diff --git a/plugins/IEView/res/message_in_chat.gif b/plugins/IEView/res/message_in_chat.gif Binary files differnew file mode 100644 index 0000000000..04fd84cc0e --- /dev/null +++ b/plugins/IEView/res/message_in_chat.gif diff --git a/plugins/IEView/res/message_out.gif b/plugins/IEView/res/message_out.gif Binary files differnew file mode 100644 index 0000000000..2ae3b0e325 --- /dev/null +++ b/plugins/IEView/res/message_out.gif diff --git a/plugins/IEView/res/message_out_chat.gif b/plugins/IEView/res/message_out_chat.gif Binary files differnew file mode 100644 index 0000000000..a853dec875 --- /dev/null +++ b/plugins/IEView/res/message_out_chat.gif diff --git a/plugins/IEView/res/nick.gif b/plugins/IEView/res/nick.gif Binary files differnew file mode 100644 index 0000000000..dba582fa61 --- /dev/null +++ b/plugins/IEView/res/nick.gif diff --git a/plugins/IEView/res/notice.gif b/plugins/IEView/res/notice.gif Binary files differnew file mode 100644 index 0000000000..efff0234bc --- /dev/null +++ b/plugins/IEView/res/notice.gif diff --git a/plugins/IEView/res/part.gif b/plugins/IEView/res/part.gif Binary files differnew file mode 100644 index 0000000000..00b461381a --- /dev/null +++ b/plugins/IEView/res/part.gif diff --git a/plugins/IEView/res/quit.gif b/plugins/IEView/res/quit.gif Binary files differnew file mode 100644 index 0000000000..533f0ede16 --- /dev/null +++ b/plugins/IEView/res/quit.gif diff --git a/plugins/IEView/res/removestatus.gif b/plugins/IEView/res/removestatus.gif Binary files differnew file mode 100644 index 0000000000..6caf327b94 --- /dev/null +++ b/plugins/IEView/res/removestatus.gif diff --git a/plugins/IEView/res/rtl_off.ico b/plugins/IEView/res/rtl_off.ico Binary files differnew file mode 100644 index 0000000000..836357fcd7 --- /dev/null +++ b/plugins/IEView/res/rtl_off.ico diff --git a/plugins/IEView/res/rtl_on.ico b/plugins/IEView/res/rtl_on.ico Binary files differnew file mode 100644 index 0000000000..ec151abfbb --- /dev/null +++ b/plugins/IEView/res/rtl_on.ico diff --git a/plugins/IEView/res/status.gif b/plugins/IEView/res/status.gif Binary files differnew file mode 100644 index 0000000000..e0ff3923f1 --- /dev/null +++ b/plugins/IEView/res/status.gif diff --git a/plugins/IEView/res/topic.gif b/plugins/IEView/res/topic.gif Binary files differnew file mode 100644 index 0000000000..b2157abc53 --- /dev/null +++ b/plugins/IEView/res/topic.gif diff --git a/plugins/IEView/res/url.gif b/plugins/IEView/res/url.gif Binary files differnew file mode 100644 index 0000000000..67e7fa75aa --- /dev/null +++ b/plugins/IEView/res/url.gif |