From cb4a46e7fbe62d788e66ed6121c717a2d22a4d7c Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 21 Apr 2011 14:14:52 +0000 Subject: svn.miranda.im is moving to a new home! git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@7 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- bancontrol/res/BanControl.aps | Bin 0 -> 22384 bytes bancontrol/res/BanControl.rc | 141 ++++++++++++++++++++++++++++++++++++++++++ bancontrol/res/ban.ico | Bin 0 -> 2550 bytes bancontrol/res/resource.h | 19 ++++++ 4 files changed, 160 insertions(+) create mode 100644 bancontrol/res/BanControl.aps create mode 100644 bancontrol/res/BanControl.rc create mode 100644 bancontrol/res/ban.ico create mode 100644 bancontrol/res/resource.h (limited to 'bancontrol/res') diff --git a/bancontrol/res/BanControl.aps b/bancontrol/res/BanControl.aps new file mode 100644 index 0000000..59eef98 Binary files /dev/null and b/bancontrol/res/BanControl.aps differ diff --git a/bancontrol/res/BanControl.rc b/bancontrol/res/BanControl.rc new file mode 100644 index 0000000..0c56743 --- /dev/null +++ b/bancontrol/res/BanControl.rc @@ -0,0 +1,141 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.K.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +100 DIALOGEX 0, 0, 314, 240 +STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD | WS_VISIBLE +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + CONTROL "",IDT_MAIN,"SysTabControl32",0x0,1,1,311,237 +END + +101 DIALOGEX 0, 0, 305, 220 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN +END + +102 DIALOGEX 0, 0, 305, 220 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "To enable or disable the plugin for an individual contact, click on the icon to the right of it. Clicking on the group's icon, enables/disables the plugin for all the contacts in that group.", + IDC_STATIC,40,188,227,27 + CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x1c0,10,10,285, + 165,WS_EX_CLIENTEDGE + CONTROL "Show hidden",IDC_SHOWHIDDEN,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,20,177,195,10 +END + + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +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,1,0 + PRODUCTVERSION 0,0,1,0 + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", "BanControl" + VALUE "FileVersion", "0, 0, 1, 0" + VALUE "InternalName", "BanControl" + VALUE "LegalCopyright", "Copyright (C) 2007" + VALUE "OriginalFilename", "BanControl.dll" + VALUE "ProductName", "BanControl" + VALUE "ProductVersion", "0, 0, 1, 0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_BAN ICON "ban.ico" +#endif // English (U.K.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/bancontrol/res/ban.ico b/bancontrol/res/ban.ico new file mode 100644 index 0000000..bb71cb9 Binary files /dev/null and b/bancontrol/res/ban.ico differ diff --git a/bancontrol/res/resource.h b/bancontrol/res/resource.h new file mode 100644 index 0000000..c7d48ff --- /dev/null +++ b/bancontrol/res/resource.h @@ -0,0 +1,19 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by BanControl.rc +// +#define IDI_BAN 101 +#define IDT_MAIN 1000 +#define IDC_CLIST 3000 +#define IDC_SHOWHIDDEN 50071 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 102 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 201 +#endif +#endif -- cgit v1.2.3