diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-14 15:34:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-14 15:34:03 +0000 |
commit | f90f9a3734f3807ff0c6fb0c1c8e29dea04cba73 (patch) | |
tree | da6530e22c8c6dd732b563f7dadd80bea1bf23ee | |
parent | b7a1174511c3b7fad5b81a54bb4647662d94031c (diff) |
forgotten options style
git-svn-id: http://svn.miranda-ng.org/main/trunk@13590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/StopSpamPlus/res/stopspam.rc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/plugins/StopSpamPlus/res/stopspam.rc b/plugins/StopSpamPlus/res/stopspam.rc index 19d92038a8..5e856d1571 100644 --- a/plugins/StopSpamPlus/res/stopspam.rc +++ b/plugins/StopSpamPlus/res/stopspam.rc @@ -25,8 +25,9 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT //
IDD_MESSAGES DIALOGEX 0, 0, 302, 232
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_POPUP | WS_SYSMENU
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Question (Ctrl+Enter for carriage return):",IDC_STATIC,0,5,156,8
EDITTEXT ID_QUESTION,0,17,300,57,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
@@ -43,16 +44,18 @@ BEGIN END
IDD_PROTO DIALOGEX 0, 0, 300, 211
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Disable protection for following accounts:",IDC_STATIC,24,7,216,11
CONTROL "",IDC_PROTO,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,24,22,216,166
END
IDD_MAIN DIALOGEX 0, 0, 309, 189
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
EDITTEXT ID_DESCRIPTION,12,7,282,82,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_TABSTOP
CTEXT "Do not send more than",IDC_STATIC,11,93,101,12,SS_CENTERIMAGE
|