summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-22 13:39:36 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-22 13:39:36 +0300
commitd752ffd9ed1a88a1ac4cedd2631f7e77d725d815 (patch)
treec73d6dd610a5d78b58712058b30ed7eaff66d673 /plugins/NewStory/res/resource.rc
parentf34bf81d0bc84e17b38587c44bc38e9efba5cf64 (diff)
fixes #2350 (NewStory: в настройках шаблонов нужна кнопка "Reset to default")
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r--plugins/NewStory/res/resource.rc11
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc
index 8f7ae835a6..340661acad 100644
--- a/plugins/NewStory/res/resource.rc
+++ b/plugins/NewStory/res/resource.rc
@@ -148,17 +148,18 @@ IDD_OPT_TEMPLATES DIALOGEX 0, 0, 307, 223
STYLE DS_SETFONT | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
+ LTEXT "Template list:",IDC_STATIC,7,7,140,8
CONTROL "Tree1",IDC_TEMPLATES,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | TVS_FULLROWSELECT | WS_BORDER | WS_TABSTOP,12,20,135,117
LTEXT "Edit template:",IDC_STATIC,7,142,293,8
EDITTEXT IDC_EDITTEMPLATE,12,155,288,42,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN
- CONTROL "",IDC_VARHELP,"MButtonClass",WS_DISABLED | WS_TABSTOP,284,202,16,14
- EDITTEXT IDC_PREVIEW,162,20,138,42,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY
- LTEXT "Template list:",IDC_STATIC,7,7,140,8
LTEXT "Text preview:",IDC_STATIC,157,7,143,8
- CONTROL "",IDC_DISCARD,"MButtonClass",WS_TABSTOP,252,202,16,14
+ EDITTEXT IDC_PREVIEW,162,20,138,42,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY
LTEXT "Graphic preview:",IDC_STATIC,157,67,143,8
CONTROL "",IDC_GPREVIEW,"MTextControl",WS_TABSTOP,162,80,138,57
- CONTROL "",IDC_UPDATEPREVIEW,"MButtonClass",WS_TABSTOP,268,202,16,14
+ CONTROL "",IDC_RESET,"MButtonClass",WS_TABSTOP,230,202,16,16
+ CONTROL "",IDC_DISCARD,"MButtonClass",WS_TABSTOP,248,202,16,16
+ CONTROL "",IDC_UPDATEPREVIEW,"MButtonClass",WS_TABSTOP,266,202,16,16
+ CONTROL "",IDC_VARHELP,"MButtonClass",WS_DISABLED | WS_TABSTOP,284,202,16,16
END
IDD_FILTERMODE DIALOGEX 0, 0, 219, 171