diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-28 18:45:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-28 18:45:54 +0000 |
commit | a70382b0e8bed265a1d314d9f6aae8f2dd48d20b (patch) | |
tree | 9a99a073c0d7b9483dab51a0eebf04a9119f61ed /plugins/Quotes/proto_Quotes/res | |
parent | 68fb5b69ea8403a3f9dcb70b3133eb10e1711000 (diff) |
ex-protos moved to the Plugins folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@2545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/proto_Quotes/res')
-rw-r--r-- | plugins/Quotes/proto_Quotes/res/proto_Quotes.rc | 122 | ||||
-rw-r--r-- | plugins/Quotes/proto_Quotes/res/proto_na.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | plugins/Quotes/proto_Quotes/res/proto_occupied.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | plugins/Quotes/proto_Quotes/res/proto_offline.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | plugins/Quotes/proto_Quotes/res/proto_online.ico | bin | 0 -> 1406 bytes |
5 files changed, 122 insertions, 0 deletions
diff --git a/plugins/Quotes/proto_Quotes/res/proto_Quotes.rc b/plugins/Quotes/proto_Quotes/res/proto_Quotes.rc new file mode 100644 index 0000000000..4f696d5870 --- /dev/null +++ b/plugins/Quotes/proto_Quotes/res/proto_Quotes.rc @@ -0,0 +1,122 @@ +//Microsoft Developer Studio generated resource script.
+//
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// 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
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+104 ICON "proto_online.ico"
+105 ICON "proto_offline.ico"
+131 ICON "proto_na.ico"
+159 ICON "proto_occupied.ico"
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#ifdef _WIN32
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "\r\n"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0,0,0,1
+ PRODUCTVERSION 0,0,0,15
+ FILEFLAGSMASK 0x37L
+#ifdef _DEBUG
+ FILEFLAGS 0x21L
+#else
+ FILEFLAGS 0x20L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "CompanyName", "Dioksin"
+ VALUE "FileDescription", "Quotes protocol icons"
+ VALUE "FileVersion", "0, 0, 0, 1"
+ VALUE "InternalName", "proto_Quotes"
+ VALUE "LegalCopyright", "Do not worry!"
+ VALUE "OriginalFilename", "proto_Quotes.dll"
+ VALUE "ProductName", "Miranda NG"
+ VALUE "ProductVersion", "0, 0, 0, 15"
+ VALUE "SpecialBuild", "3"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif // Russian resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/plugins/Quotes/proto_Quotes/res/proto_na.ico b/plugins/Quotes/proto_Quotes/res/proto_na.ico Binary files differnew file mode 100644 index 0000000000..c8888adb80 --- /dev/null +++ b/plugins/Quotes/proto_Quotes/res/proto_na.ico diff --git a/plugins/Quotes/proto_Quotes/res/proto_occupied.ico b/plugins/Quotes/proto_Quotes/res/proto_occupied.ico Binary files differnew file mode 100644 index 0000000000..3f54c740d1 --- /dev/null +++ b/plugins/Quotes/proto_Quotes/res/proto_occupied.ico diff --git a/plugins/Quotes/proto_Quotes/res/proto_offline.ico b/plugins/Quotes/proto_Quotes/res/proto_offline.ico Binary files differnew file mode 100644 index 0000000000..cd99c072bf --- /dev/null +++ b/plugins/Quotes/proto_Quotes/res/proto_offline.ico diff --git a/plugins/Quotes/proto_Quotes/res/proto_online.ico b/plugins/Quotes/proto_Quotes/res/proto_online.ico Binary files differnew file mode 100644 index 0000000000..29e500e2bb --- /dev/null +++ b/plugins/Quotes/proto_Quotes/res/proto_online.ico |