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/src/resource.h | |
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/src/resource.h')
-rw-r--r-- | plugins/StartPosition/src/resource.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/StartPosition/src/resource.h b/plugins/StartPosition/src/resource.h new file mode 100644 index 0000000000..0b9dea9479 --- /dev/null +++ b/plugins/StartPosition/src/resource.h @@ -0,0 +1,30 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by resource.rc
+//
+#define IDD_OPTIONS 101
+#define IDC_CLTOP 1001
+#define IDC_CLBOTTOM 1002
+#define IDC_CLSIDE 1003
+#define IDC_CLWIDTH 1004
+#define IDC_CLALIGN1 1005
+#define IDC_CLALIGN2 1006
+#define IDC_CLTOPENABLE 1007
+#define IDC_CLSTATE0 1008
+#define IDC_CLBOTTOMENABLE 1009
+#define IDC_CLSIDEENABLE 1010
+#define IDC_CLWIDTHENABLE 1011
+#define IDC_CLSTATEENABLE 1012
+#define IDC_CLSTATE2 1013
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_COMMAND_VALUE 40018
+#define _APS_NEXT_CONTROL_VALUE 1014
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|