summaryrefslogtreecommitdiff
path: root/plugins/IgnoreState/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-20 09:19:04 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-20 09:19:04 +0000
commitda9f6e8a856fc87172fb0d5997c607b4a930c102 (patch)
treea3f086c9e36a19b717a1cb1026a2eb751cfca078 /plugins/IgnoreState/res
parentaa4076ff72097fd65a6c8a2369749afee6adf034 (diff)
IEView, IgnoreState: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IgnoreState/res')
-rw-r--r--plugins/IgnoreState/res/Version.rc44
-rw-r--r--plugins/IgnoreState/res/ignore.rc140
-rw-r--r--plugins/IgnoreState/res/ignore_full.icobin0 -> 318 bytes
-rw-r--r--plugins/IgnoreState/res/ignore_message.icobin0 -> 2806 bytes
-rw-r--r--plugins/IgnoreState/res/ignore_partial.icobin0 -> 318 bytes
5 files changed, 184 insertions, 0 deletions
diff --git a/plugins/IgnoreState/res/Version.rc b/plugins/IgnoreState/res/Version.rc
new file mode 100644
index 0000000000..770f6ff8f2
--- /dev/null
+++ b/plugins/IgnoreState/res/Version.rc
@@ -0,0 +1,44 @@
+// 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 "FileVersion", __FILEVERSION_DOTS
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ VALUE "ProductVersion", __FILEVERSION_DOTS
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
diff --git a/plugins/IgnoreState/res/ignore.rc b/plugins/IgnoreState/res/ignore.rc
new file mode 100644
index 0000000000..9ee105b653
--- /dev/null
+++ b/plugins/IgnoreState/res/ignore.rc
@@ -0,0 +1,140 @@
+// 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
+
+/////////////////////////////////////////////////////////////////////////////
+// Russian resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#ifdef _WIN32
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_IFULL ICON "ignore_full.ico"
+IDI_IPART ICON "ignore_partial.ico"
+IDI_IMESS ICON "ignore_message.ico"
+#endif // Russian resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\src\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_RATE_OPT DIALOGEX 0, 0, 314, 240
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+ COMBOBOX IDC_ADVICON,84,33,102,81,CBS_DROPDOWNLIST | WS_VSCROLL |
+ WS_TABSTOP,WS_EX_CLIENTEDGE
+ GROUPBOX "Plugin settings",IDC_STATIC,17,17,278,207
+ RTEXT "Use",IDC_STATIC,28,33,49,8
+ LTEXT "slot to draw the icon",IDC_STATIC,192,33,92,8
+ LTEXT "Warning: classic contact list plugin doesn`t have ability to use extraicons",
+ IDC_NOTICE,54,51,230,20,NOT WS_VISIBLE
+ LTEXT "Filtered events:",IDC_STATIC,54,70,113,10
+ CONTROL "",IDC_FILTER,"SysTreeView32",TVS_DISABLEDRAGDROP |
+ TVS_NOTOOLTIPS | TVS_CHECKBOXES | WS_BORDER | WS_TABSTOP,
+ 84,85,102,90
+ CONTROL "Use Miranda ignore settings for All Contacts",
+ IDC_IGNORE_IGNOREALL,"Button",BS_AUTOCHECKBOX | BS_TOP |
+ BS_MULTILINE | WS_TABSTOP,84,182,200,25
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_RATE_OPT, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 307
+ VERTGUIDE, 17
+ VERTGUIDE, 54
+ VERTGUIDE, 84
+ VERTGUIDE, 186
+ VERTGUIDE, 192
+ VERTGUIDE, 284
+ VERTGUIDE, 295
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 233
+ HORZGUIDE, 17
+ HORZGUIDE, 33
+ HORZGUIDE, 70
+ HORZGUIDE, 224
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/plugins/IgnoreState/res/ignore_full.ico b/plugins/IgnoreState/res/ignore_full.ico
new file mode 100644
index 0000000000..52ebdde428
--- /dev/null
+++ b/plugins/IgnoreState/res/ignore_full.ico
Binary files differ
diff --git a/plugins/IgnoreState/res/ignore_message.ico b/plugins/IgnoreState/res/ignore_message.ico
new file mode 100644
index 0000000000..3476ef41e9
--- /dev/null
+++ b/plugins/IgnoreState/res/ignore_message.ico
Binary files differ
diff --git a/plugins/IgnoreState/res/ignore_partial.ico b/plugins/IgnoreState/res/ignore_partial.ico
new file mode 100644
index 0000000000..59677eec84
--- /dev/null
+++ b/plugins/IgnoreState/res/ignore_partial.ico
Binary files differ