From 60338d55bb73d0c45b6e092703c4bb88a3c49755 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 23 Jul 2012 13:03:18 +0000 Subject: Rate, RecentContacts, Scriver: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Rate/res/rate.rc | 124 +++++++++++++++++++++++++++++++++++++++++ plugins/Rate/res/rate_high.ico | Bin 0 -> 1150 bytes plugins/Rate/res/rate_low.ico | Bin 0 -> 1150 bytes plugins/Rate/res/rate_med.ico | Bin 0 -> 1150 bytes 4 files changed, 124 insertions(+) create mode 100644 plugins/Rate/res/rate.rc create mode 100644 plugins/Rate/res/rate_high.ico create mode 100644 plugins/Rate/res/rate_low.ico create mode 100644 plugins/Rate/res/rate_med.ico (limited to 'plugins/Rate/res') diff --git a/plugins/Rate/res/rate.rc b/plugins/Rate/res/rate.rc new file mode 100644 index 0000000000..59a1db4d1f --- /dev/null +++ b/plugins/Rate/res/rate.rc @@ -0,0 +1,124 @@ +// 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_RATEHI ICON "rate_high.ico" +IDI_RATELO ICON "rate_low.ico" +IDI_RATEME ICON "rate_med.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_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,95,102,78,81,CBS_DROPDOWNLIST | WS_VSCROLL | + WS_TABSTOP,WS_EX_CLIENTEDGE + GROUPBOX "Plugin settings",IDC_STATIC,46,46,222,118 + RTEXT "Use",IDC_STATIC,56,104,33,12 + LTEXT "slot to draw the icon",IDC_STATIC,179,104,76,17 + LTEXT "Warning: classic contact list plugin doesn`t have ability to use extraicons", + IDC_NOTMODERN_WARNING,77,126,171,18,NOT WS_VISIBLE +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_RATE_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/Rate/res/rate_high.ico b/plugins/Rate/res/rate_high.ico new file mode 100644 index 0000000000..ad5fa6acf1 Binary files /dev/null and b/plugins/Rate/res/rate_high.ico differ diff --git a/plugins/Rate/res/rate_low.ico b/plugins/Rate/res/rate_low.ico new file mode 100644 index 0000000000..66a340da9c Binary files /dev/null and b/plugins/Rate/res/rate_low.ico differ diff --git a/plugins/Rate/res/rate_med.ico b/plugins/Rate/res/rate_med.ico new file mode 100644 index 0000000000..2b3220de1b Binary files /dev/null and b/plugins/Rate/res/rate_med.ico differ -- cgit v1.2.3