summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/editwrapper.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-06 16:02:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-06 16:02:51 +0000
commite5921864a7020e65ddee7d5c83fb3ed0f9ddc106 (patch)
treec51dc65b300b192a9da902047c5785443f76c2df /plugins/Utils.pas/editwrapper.rc
parent1109badbf7ade0bd6647654302a6ef5e1bb8fee2 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils.pas/editwrapper.rc')
-rw-r--r--plugins/Utils.pas/editwrapper.rc26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/Utils.pas/editwrapper.rc b/plugins/Utils.pas/editwrapper.rc
new file mode 100644
index 0000000000..105a112119
--- /dev/null
+++ b/plugins/Utils.pas/editwrapper.rc
@@ -0,0 +1,26 @@
+#include "i_text_const.inc"
+
+LANGUAGE 0,0
+
+IDD_EDITCONTROL DIALOGEX 0, 0, 226,184, 0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_VISIBLE | WS_THICKFRAME
+CAPTION "Text Editor"
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0
+{
+// COMBOBOX IDC_TYPE, 4, 4, 140, 56, CBS_DROPDOWNLIST | WS_VSCROLL
+ AUTOCHECKBOX "Script" , IDC_TEXT_SCRIPT, 4, 23, 142, 14
+ CONTROL "Help" ,IDC_SCRIPT_HELP ,"MButtonClass",WS_TABSTOP,206,22,16,16,$18000000 | WS_GROUP
+
+ EDITTEXT IDC_TEXT_EDIT_NW , 4, 40, 218, 124,
+ ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_HSCROLL | WS_VSCROLL
+ EDITTEXT IDC_TEXT_EDIT_W, 4, 40, 218, 124,
+ ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
+ AUTOCHECKBOX "Wrap Text", IDC_TEXT_WRAP, 4, 168, 116, 14
+
+ PUSHBUTTON "&OK" , IDOK , 124, 168, 46, 14
+ PUSHBUTTON "C&ancel", IDCANCEL, 176, 168, 46, 14
+}
+
+//IDI_TEXT ICON "ico\text.ico"
+//IDI_SCRIPT ICON "ico\script.ico"