From cea2cbc276fc337f95ab665bd766c5a467980e4e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 20 May 2012 18:11:52 +0000 Subject: project fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Bonsai/Bonsai.rc | 121 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 plugins/Bonsai/Bonsai.rc (limited to 'plugins/Bonsai/Bonsai.rc') diff --git a/plugins/Bonsai/Bonsai.rc b/plugins/Bonsai/Bonsai.rc new file mode 100644 index 0000000000..fbb66130c3 --- /dev/null +++ b/plugins/Bonsai/Bonsai.rc @@ -0,0 +1,121 @@ +// 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.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 + "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_OPT_FIXOPTIONS DIALOGEX 0, 0, 314, 240 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Dialog" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + GROUPBOX "Plugins",IDC_STATIC,4,4,306,182 + CONTROL "",IDC_LIST_PLUGINS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,8,11,298,171 + GROUPBOX "Options group and title",IDC_STATIC,4,189,306,47 + LTEXT "Group:",IDC_STATIC,8,202,47,8 + EDITTEXT IDC_GROUP,57,199,127,14,ES_AUTOHSCROLL + LTEXT "Title:",IDC_STATIC,8,219,47,8 + EDITTEXT IDC_TITLE,57,215,127,14,ES_AUTOHSCROLL + PUSHBUTTON "&Save",IDC_SAVE,256,200,50,14 + PUSHBUTTON "&Reset",IDC_CANCEL,256,215,50,14 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_OPT_FIXOPTIONS, DIALOG + BEGIN + LEFTMARGIN, 4 + RIGHTMARGIN, 310 + VERTGUIDE, 8 + VERTGUIDE, 306 + TOPMARGIN, 4 + BOTTOMMARGIN, 236 + HORZGUIDE, 11 + HORZGUIDE, 182 + HORZGUIDE, 189 + HORZGUIDE, 229 + HORZGUIDE, 231 + END +END +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Bitmap +// + +IDB_MODIFIED BITMAP "icons\\modified.bmp" +IDB_UNMODIFIED BITMAP "icons\\unmodified.bmp" +IDB_NEWLYMODIFIED BITMAP "icons\\newlymodified.bmp" +IDB_HIDDEN BITMAP "icons\\hidden.bmp" +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + -- cgit v1.2.3