summaryrefslogtreecommitdiff
path: root/plugins/MessageState/res
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-06-09 11:38:48 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-06-09 11:38:48 +0000
commit35d50950b5c60523f5a4a4959ee5e5a370ceabef (patch)
tree8fa1791c935acba3d79dc4eb25d67622d61dbe58 /plugins/MessageState/res
parentbc5b5ca600ad9364aa50de6afe2bf92dc63e1420 (diff)
MessageState: Initial commit.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14072 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MessageState/res')
-rw-r--r--plugins/MessageState/res/fail.icobin0 -> 1150 bytes
-rw-r--r--plugins/MessageState/res/nosent.icobin0 -> 1150 bytes
-rw-r--r--plugins/MessageState/res/read.icobin0 -> 1150 bytes
-rw-r--r--plugins/MessageState/res/resource.rc73
-rw-r--r--plugins/MessageState/res/unread.icobin0 -> 1150 bytes
-rw-r--r--plugins/MessageState/res/version.rc38
6 files changed, 111 insertions, 0 deletions
diff --git a/plugins/MessageState/res/fail.ico b/plugins/MessageState/res/fail.ico
new file mode 100644
index 0000000000..0056538ccd
--- /dev/null
+++ b/plugins/MessageState/res/fail.ico
Binary files differ
diff --git a/plugins/MessageState/res/nosent.ico b/plugins/MessageState/res/nosent.ico
new file mode 100644
index 0000000000..67587965fd
--- /dev/null
+++ b/plugins/MessageState/res/nosent.ico
Binary files differ
diff --git a/plugins/MessageState/res/read.ico b/plugins/MessageState/res/read.ico
new file mode 100644
index 0000000000..60d0d2f7ad
--- /dev/null
+++ b/plugins/MessageState/res/read.ico
Binary files differ
diff --git a/plugins/MessageState/res/resource.rc b/plugins/MessageState/res/resource.rc
new file mode 100644
index 0000000000..639fe66254
--- /dev/null
+++ b/plugins/MessageState/res/resource.rc
@@ -0,0 +1,73 @@
+// 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
+
+/////////////////////////////////////////////////////////////////////////////
+// Czech (Czech Republic) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CSY)
+LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+#pragma code_page(1250)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_READ ICON "read.ico"
+IDI_UNREAD ICON "unread.ico"
+IDI_FAIL ICON "fail.ico"
+IDI_NOSENT ICON "nosent.ico"
+
+#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
+
+#endif // Czech (Czech Republic) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/plugins/MessageState/res/unread.ico b/plugins/MessageState/res/unread.ico
new file mode 100644
index 0000000000..b8676315a2
--- /dev/null
+++ b/plugins/MessageState/res/unread.ico
Binary files differ
diff --git a/plugins/MessageState/res/version.rc b/plugins/MessageState/res/version.rc
new file mode 100644
index 0000000000..5bfbab4754
--- /dev/null
+++ b/plugins/MessageState/res/version.rc
@@ -0,0 +1,38 @@
+// 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"
+
+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