From f90f9a3734f3807ff0c6fb0c1c8e29dea04cba73 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 May 2015 15:34:03 +0000 Subject: forgotten options style git-svn-id: http://svn.miranda-ng.org/main/trunk@13590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamPlus/res/stopspam.rc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'plugins/StopSpamPlus') 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 -- cgit v1.2.3