From 669813f9a07f0a8936a19f124aa6b5ae96840f8a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 24 Nov 2012 14:08:08 +0000 Subject: NoHistory and NotesAndReminders added to full slns git-svn-id: http://svn.miranda-ng.org/main/trunk@2462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NoHistory/res/NoHistory.rc | 124 +++++++++++++++++++++++++++++ plugins/NoHistory/res/history_clear.ico | Bin 0 -> 2550 bytes plugins/NoHistory/res/history_disabled.ico | Bin 0 -> 2550 bytes plugins/NoHistory/res/history_enabled.ico | Bin 0 -> 2550 bytes plugins/NoHistory/res/private.rc | 35 ++++++++ plugins/NoHistory/res/resource.rc | 2 + 6 files changed, 161 insertions(+) create mode 100644 plugins/NoHistory/res/NoHistory.rc create mode 100644 plugins/NoHistory/res/history_clear.ico create mode 100644 plugins/NoHistory/res/history_disabled.ico create mode 100644 plugins/NoHistory/res/history_enabled.ico create mode 100644 plugins/NoHistory/res/private.rc create mode 100644 plugins/NoHistory/res/resource.rc (limited to 'plugins/NoHistory/res') diff --git a/plugins/NoHistory/res/NoHistory.rc b/plugins/NoHistory/res/NoHistory.rc new file mode 100644 index 0000000000..d24f904c35 --- /dev/null +++ b/plugins/NoHistory/res/NoHistory.rc @@ -0,0 +1,124 @@ +//Microsoft Developer Studio generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Neutral (Default) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD) +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, 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_HKEEP ICON DISCARDABLE "history_enabled.ico" +IDI_HREMOVE ICON DISCARDABLE "history_disabled.ico" +IDI_HCLEAR ICON DISCARDABLE "history_clear.ico" +#endif // Neutral (Default) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (Australia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE MOVEABLE PURE +BEGIN + "resource.h\0" +END + +3 TEXTINCLUDE MOVEABLE PURE +BEGIN + "\r\0" +END + +2 TEXTINCLUDE MOVEABLE PURE +BEGIN + "#include ""afxres.h""\r\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_OPT DIALOGEX 0, 0, 312, 235 +STYLE DS_FIXEDSYS | DS_CENTER | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg" +BEGIN + CONTROL "Custom1",IDC_LIST,"CListControl",WS_TABSTOP | 0x1d0,7,7, + 298,192,WS_EX_CLIENTEDGE + ICON IDI_HKEEP,IDC_PIC_KEEP,8,203,21,20 + LTEXT "Keep history for this contact",IDC_STATIC,42,203,263,8, + SS_NOPREFIX | SS_CENTERIMAGE + ICON IDI_HREMOVE,IDC_PIC_REMOVE,8,218,21,20 + LTEXT "Disable history for this contact",IDC_STATIC,42,220,263, + 8,SS_NOPREFIX | SS_CENTERIMAGE +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO MOVEABLE PURE +BEGIN + IDD_OPT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 305 + VERTGUIDE, 42 + TOPMARGIN, 7 + BOTTOMMARGIN, 228 + HORZGUIDE, 211 + END +END +#endif // APSTUDIO_INVOKED + +#endif // English (Australia) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/plugins/NoHistory/res/history_clear.ico b/plugins/NoHistory/res/history_clear.ico new file mode 100644 index 0000000000..1a95f86f20 Binary files /dev/null and b/plugins/NoHistory/res/history_clear.ico differ diff --git a/plugins/NoHistory/res/history_disabled.ico b/plugins/NoHistory/res/history_disabled.ico new file mode 100644 index 0000000000..27225e24fb Binary files /dev/null and b/plugins/NoHistory/res/history_disabled.ico differ diff --git a/plugins/NoHistory/res/history_enabled.ico b/plugins/NoHistory/res/history_enabled.ico new file mode 100644 index 0000000000..cee748347d Binary files /dev/null and b/plugins/NoHistory/res/history_enabled.ico differ diff --git a/plugins/NoHistory/res/private.rc b/plugins/NoHistory/res/private.rc new file mode 100644 index 0000000000..0cf871117d --- /dev/null +++ b/plugins/NoHistory/res/private.rc @@ -0,0 +1,35 @@ +/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ +/* DO NOT EDIT! */ + +#include "..\src\private.h" +#include "afxres.h" +// +// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS... +// +1 VERSIONINFO +FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD +PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD +FILETYPE VFT_DLL +{ + BLOCK "StringFileInfo" + { + BLOCK "0C0904E4" + { + VALUE "CompanyName", COMPANY_NAME + VALUE "FileVersion", FILE_VERSION + VALUE "FileDescription", FILE_DESCRIPTION + VALUE "InternalName", INTERNAL_NAME + VALUE "LegalCopyright", LEGAL_COPYRIGHT + VALUE "LegalTrademarks", LEGAL_TRADEMARKS + VALUE "OriginalFilename", ORIGINAL_FILENAME + VALUE "ProductName", PRODUCT_NAME + VALUE "ProductVersion", PRODUCT_VERSION + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0C09, 1252 + } +} + + diff --git a/plugins/NoHistory/res/resource.rc b/plugins/NoHistory/res/resource.rc new file mode 100644 index 0000000000..12fdadcee4 --- /dev/null +++ b/plugins/NoHistory/res/resource.rc @@ -0,0 +1,2 @@ +#include "NoHistory.rc" +#include "private.rc" -- cgit v1.2.3