diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-20 18:11:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-20 18:11:52 +0000 |
commit | cea2cbc276fc337f95ab665bd766c5a467980e4e (patch) | |
tree | ac3908a2740a77acc3667fb3f454feb3427d11f0 /plugins/Bonsai/OptArrange.rc | |
parent | 7f22e924e0146afa260530c0920c7968d88ddbd9 (diff) |
project fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Bonsai/OptArrange.rc')
-rw-r--r-- | plugins/Bonsai/OptArrange.rc | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/plugins/Bonsai/OptArrange.rc b/plugins/Bonsai/OptArrange.rc new file mode 100644 index 0000000000..ba9a6a0c50 --- /dev/null +++ b/plugins/Bonsai/OptArrange.rc @@ -0,0 +1,111 @@ +// 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_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 "&Reset",IDC_CANCEL,256,215,50,14
+ PUSHBUTTON "&Save",IDC_SAVE,256,200,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
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|