summaryrefslogtreecommitdiff
path: root/plugins/StopSpamPlus/res/stopspam.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamPlus/res/stopspam.rc')
-rw-r--r--plugins/StopSpamPlus/res/stopspam.rc15
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