diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-28 18:48:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-28 18:48:14 +0000 |
commit | 9598d99b370389cf445ed5164a1acbd6737599b3 (patch) | |
tree | 352ca8d584fec151f31df74ac6d367b92dea63e8 /plugins/StartPosition/res | |
parent | b86eac53e438cfc1ad0eea3b9eeaf368757970fa (diff) |
adopted StartPosition
git-svn-id: http://svn.miranda-ng.org/main/trunk@2872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/res')
-rw-r--r-- | plugins/StartPosition/res/Version.rc | 38 | ||||
-rw-r--r-- | plugins/StartPosition/res/resource.rc | 103 |
2 files changed, 141 insertions, 0 deletions
diff --git a/plugins/StartPosition/res/Version.rc b/plugins/StartPosition/res/Version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/StartPosition/res/Version.rc @@ -0,0 +1,38 @@ +// 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"
+
+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
diff --git a/plugins/StartPosition/res/resource.rc b/plugins/StartPosition/res/resource.rc new file mode 100644 index 0000000000..c54009e6ed --- /dev/null +++ b/plugins/StartPosition/res/resource.rc @@ -0,0 +1,103 @@ +//Microsoft Developer Studio generated resource script.
+//
+#include "..\src\resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\src\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_OPTIONS DIALOGEX 0, 0, 312, 249
+STYLE DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg"
+BEGIN
+ GROUPBOX "Contact List Window Start Position",IDC_STATIC,6,65,298,
+ 114,WS_TABSTOP
+ EDITTEXT IDC_CLTOP,117,89,26,12,ES_AUTOHSCROLL
+ CONTROL "Left",IDC_CLALIGN1,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP | WS_TABSTOP,151,118,58,10
+ CONTROL "Right",IDC_CLALIGN2,"Button",BS_AUTORADIOBUTTON |
+ WS_TABSTOP,216,118,71,10
+ EDITTEXT IDC_CLBOTTOM,117,103,26,12,ES_AUTOHSCROLL
+ EDITTEXT IDC_CLSIDE,117,116,26,12,ES_AUTOHSCROLL
+ EDITTEXT IDC_CLWIDTH,117,130,26,12,ES_AUTOHSCROLL
+ CONTROL "Pixels from Top",IDC_CLTOPENABLE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,22,91,64,10
+ CONTROL "Pixels from Bottom",IDC_CLBOTTOMENABLE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,22,105,73,10
+ CONTROL "Pixels from Side",IDC_CLSIDEENABLE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,22,118,65,10
+ CONTROL "Width",IDC_CLWIDTHENABLE,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP,22,131,35,10
+ CONTROL "Always start...",IDC_CLSTATEENABLE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,22,144,59,10
+ CONTROL "Minimized to System Tray",IDC_CLSTATE0,"Button",
+ BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,117,145,180,
+ 10
+ CONTROL "Opened",IDC_CLSTATE2,"Button",BS_AUTORADIOBUTTON |
+ WS_TABSTOP,117,156,180,10
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_OPTIONS, DIALOG
+ BEGIN
+ LEFTMARGIN, 2
+ RIGHTMARGIN, 311
+ TOPMARGIN, 2
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
\ No newline at end of file |