diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:19:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:19:45 +0000 |
commit | 71bd734efb7c6592b2b3a468e2b28359671eb031 (patch) | |
tree | d675a2f18d023abde8c805441c752831917d7870 /plugins/Scriver/res/resource.rc | |
parent | ad0437acd3fbaa8f42249ef9bfb85c710602ae3d (diff) |
fix for the option's page style pt. 4
git-svn-id: http://svn.miranda-ng.org/main/trunk@13404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res/resource.rc')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 81b0aa2a09..ac83451263 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -25,7 +25,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL //
IDD_OPT_MSGDLG DIALOGEX 2, 0, 304, 230
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -52,7 +52,7 @@ BEGIN END
IDD_OPT_MSGTABS DIALOGEX 2, 0, 304, 230
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -80,7 +80,7 @@ BEGIN END
IDD_OPT_LAYOUT DIALOGEX 2, 0, 304, 230
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -107,7 +107,7 @@ BEGIN END
IDD_OPT_MSGLOG DIALOGEX 2, 0, 304, 232
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -144,7 +144,7 @@ BEGIN END
IDD_OPT_MSGTYPE DIALOGEX 0, 0, 283, 252
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -272,7 +272,7 @@ BEGIN END
IDD_OPTIONS1 DIALOGEX 2, 0, 304, 232
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -288,7 +288,7 @@ BEGIN END
IDD_OPTIONS2 DIALOGEX 2, 0, 304, 232
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -321,7 +321,7 @@ BEGIN END
IDD_OPTIONSPOPUP DIALOGEX 0, 0, 304, 232
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|