summaryrefslogtreecommitdiff
path: root/plugins/AuthState/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-07-04 15:53:43 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-07-04 15:53:43 +0000
commitf70609f71f4e104597b1edf4db9baebec0719f03 (patch)
tree959ea37e93d083844e2ffa288ee4f22b82f09183 /plugins/AuthState/res
parent1d8520937fff9118cf0d42372d8d138146a18e48 (diff)
AuthState:
changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/res')
-rw-r--r--plugins/AuthState/res/auth.icobin0 -> 2038 bytes
-rw-r--r--plugins/AuthState/res/authgrant.icobin0 -> 2038 bytes
-rw-r--r--plugins/AuthState/res/authstate.rc132
-rw-r--r--plugins/AuthState/res/grant.icobin0 -> 2038 bytes
-rw-r--r--plugins/AuthState/res/version.rc40
5 files changed, 172 insertions, 0 deletions
diff --git a/plugins/AuthState/res/auth.ico b/plugins/AuthState/res/auth.ico
new file mode 100644
index 0000000000..01cb6f019f
--- /dev/null
+++ b/plugins/AuthState/res/auth.ico
Binary files differ
diff --git a/plugins/AuthState/res/authgrant.ico b/plugins/AuthState/res/authgrant.ico
new file mode 100644
index 0000000000..3f15a64183
--- /dev/null
+++ b/plugins/AuthState/res/authgrant.ico
Binary files differ
diff --git a/plugins/AuthState/res/authstate.rc b/plugins/AuthState/res/authstate.rc
new file mode 100644
index 0000000000..92e9024d9f
--- /dev/null
+++ b/plugins/AuthState/res/authstate.rc
@@ -0,0 +1,132 @@
+// 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
+
+/////////////////////////////////////////////////////////////////////////////
+// Ukrainian resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_UKR)
+#ifdef _WIN32
+LANGUAGE LANG_UKRAINIAN, 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_AUTH ICON "auth.ico"
+IDI_GRANT ICON "grant.ico"
+IDI_AUTHGRANT ICON "authgrant.ico"
+#endif // Ukrainian 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_AUTHSTATE_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,95,127,78,81,CBS_DROPDOWNLIST | WS_VSCROLL |
+ WS_TABSTOP,WS_EX_CLIENTEDGE
+ CONTROL "Show Auth icon",IDC_AUTHICON,"Button",BS_AUTOCHECKBOX |
+ BS_LEFTTEXT | WS_TABSTOP,76,93,167,18
+ CONTROL "Show Grant icon",IDC_GRANTICON,"Button",BS_AUTOCHECKBOX |
+ BS_LEFTTEXT | WS_TABSTOP,76,109,167,18
+ GROUPBOX "Plugin settings",IDC_STATIC,19,46,276,118
+ RTEXT "Use",IDC_STATIC,40,129,49,12
+ LTEXT "slot to draw the icon",IDC_STATIC,179,129,86,17
+ CONTROL "Enable Menu Item (*)",IDC_ENABLEMENUITEM,"Button",
+ BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,76,65,167,13
+ CONTROL "Show icons only for recently added contacts",
+ IDC_ICONSFORRECENT,"Button",BS_AUTOCHECKBOX |
+ BS_LEFTTEXT | WS_TABSTOP,76,78,167,17
+ RTEXT "* Restart of Miranda required",IDC_STATIC,58,171,210,11
+ LTEXT "Note: if you still don't see the icons try changing icon slot. Perhaps its used by some other plugin.",
+ IDC_NOTICE,54,143,198,20
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_AUTHSTATE_OPT, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 307
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 233
+ 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/AuthState/res/grant.ico b/plugins/AuthState/res/grant.ico
new file mode 100644
index 0000000000..89ce6012ed
--- /dev/null
+++ b/plugins/AuthState/res/grant.ico
Binary files differ
diff --git a/plugins/AuthState/res/version.rc b/plugins/AuthState/res/version.rc
new file mode 100644
index 0000000000..2325cd192f
--- /dev/null
+++ b/plugins/AuthState/res/version.rc
@@ -0,0 +1,40 @@
+// Microsoft Visual C++ generated resource script.
+//
+#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