From 16b3108be10c20c54d8ad47e2dac5b7cd908e3eb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 1 Aug 2012 13:18:09 +0000 Subject: folders renames git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SimpleAR/res/Off.ico | Bin 0 -> 1150 bytes plugins/SimpleAR/res/On.ico | Bin 0 -> 1150 bytes plugins/SimpleAR/res/Resource.rc | 93 +++++++++++++++++++++++++++++++++++++++ plugins/SimpleAR/res/Version.rc | 42 ++++++++++++++++++ 4 files changed, 135 insertions(+) create mode 100644 plugins/SimpleAR/res/Off.ico create mode 100644 plugins/SimpleAR/res/On.ico create mode 100644 plugins/SimpleAR/res/Resource.rc create mode 100644 plugins/SimpleAR/res/Version.rc (limited to 'plugins/SimpleAR/res') diff --git a/plugins/SimpleAR/res/Off.ico b/plugins/SimpleAR/res/Off.ico new file mode 100644 index 0000000000..51e55a8aeb Binary files /dev/null and b/plugins/SimpleAR/res/Off.ico differ diff --git a/plugins/SimpleAR/res/On.ico b/plugins/SimpleAR/res/On.ico new file mode 100644 index 0000000000..b02d1fc828 Binary files /dev/null and b/plugins/SimpleAR/res/On.ico differ diff --git a/plugins/SimpleAR/res/Resource.rc b/plugins/SimpleAR/res/Resource.rc new file mode 100644 index 0000000000..4a43561be7 --- /dev/null +++ b/plugins/SimpleAR/res/Resource.rc @@ -0,0 +1,93 @@ +// 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 + +///////////////////////////////////////////////////////////////////////////// +//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_OPTION DIALOGEX 0, 0, 295, 158 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + CONTROL "Enable Auto Replier",IDC_ENABLEREPLIER,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,9,7,79,10 + LTEXT "Reply Message Heading:",IDC_STATIC,9,22,85,8 + EDITTEXT IDC_HEADING,96,21,190,12,ES_AUTOHSCROLL + LTEXT "Reply Message when",IDC_STATIC,9,42,73,8 + COMBOBOX IDC_STATUSMODE,96,40,77,30,CBS_DROPDOWNLIST | WS_VSCROLL | + WS_TABSTOP + EDITTEXT IDC_MESSAGE,9,59,277,54,ES_MULTILINE | ES_AUTOHSCROLL + LTEXT "No-repeat Interval:",IDC_STATIC,96,7,64,8 + EDITTEXT IDC_INTERVAL,163,5,36,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "mins",IDC_STATIC,201,7,30,9 + PUSHBUTTON "&Default",IDC_DEFAULT,226,40,60,13 +END + +#endif //resources +///////////////////////////////////////////////////////////////////////////// + +// Icon +// remains consistent on all systems. +IDI_ON ICON "On.ico" +IDI_OFF ICON "Off.ico" +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/plugins/SimpleAR/res/Version.rc b/plugins/SimpleAR/res/Version.rc new file mode 100644 index 0000000000..d741488c4f --- /dev/null +++ b/plugins/SimpleAR/res/Version.rc @@ -0,0 +1,42 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#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 "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END -- cgit v1.2.3