From 1559d8356c07eedd8207a8badd709c0effcce923 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 20 Jul 2012 06:26:45 +0000 Subject: Gender: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1063 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Gender/res/female.ico | Bin 0 -> 2550 bytes plugins/Gender/res/gender.ico | Bin 0 -> 2550 bytes plugins/Gender/res/gender.rc | 129 ++++++++++++++++++++++++++++++++++++++++++ plugins/Gender/res/male.ico | Bin 0 -> 2550 bytes 4 files changed, 129 insertions(+) create mode 100644 plugins/Gender/res/female.ico create mode 100644 plugins/Gender/res/gender.ico create mode 100644 plugins/Gender/res/gender.rc create mode 100644 plugins/Gender/res/male.ico (limited to 'plugins/Gender/res') diff --git a/plugins/Gender/res/female.ico b/plugins/Gender/res/female.ico new file mode 100644 index 0000000000..fe1cbd2bce Binary files /dev/null and b/plugins/Gender/res/female.ico differ diff --git a/plugins/Gender/res/gender.ico b/plugins/Gender/res/gender.ico new file mode 100644 index 0000000000..930c34279c Binary files /dev/null and b/plugins/Gender/res/gender.ico differ diff --git a/plugins/Gender/res/gender.rc b/plugins/Gender/res/gender.rc new file mode 100644 index 0000000000..7907593e0b --- /dev/null +++ b/plugins/Gender/res/gender.rc @@ -0,0 +1,129 @@ +// 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_MALE ICON "male.ico" +IDI_FEMALE ICON "female.ico" +IDI_UNDEF ICON "gender.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_GENDER_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,78,222,100 + RTEXT "Use",IDC_USE_L,56,104,33,12 + LTEXT "slot to draw the icon",IDC_SLOT_L,179,104,76,17 + CONTROL "Enable menu items",IDC_MENUITEMS,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,76,122,167,12 + LTEXT "Note: if you still don't see the icons try changing icon slot. Perhaps its used by some other plugin.", + IDC_NOTE_L,53,152,200,18 + CONTROL "Draw an icon when gender info not found", + IDC_DRAWUNDEFICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, + 76,138,167,12 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_GENDER_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/Gender/res/male.ico b/plugins/Gender/res/male.ico new file mode 100644 index 0000000000..ebd0420554 Binary files /dev/null and b/plugins/Gender/res/male.ico differ -- cgit v1.2.3