diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:31:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:31:57 +0000 |
commit | 9c6381373b4654b8a17f6679dacda941538a50fb (patch) | |
tree | c3cd86bf1089224965c29feb96dbf8a5c2fa94e9 /plugins/Clist_nicer/res | |
parent | 30843465a629ab9ef15dc86ccc18aac0bcde5380 (diff) |
fix for the option's page style pt. 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@13401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/res')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 54 |
1 files changed, 32 insertions, 22 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index df8c9724a7..760316f211 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -71,16 +71,17 @@ BEGIN END
IDD_OPTIONSDIALOG DIALOGEX 0, 0, 312, 247
-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", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_OPTIONSTAB,"SysTabControl32",WS_TABSTOP,1,1,310,245,WS_EX_ACCEPTFILES
END
IDD_OPT_CLIST DIALOGEX 0, 0, 305, 226
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Contact list",IDC_STCLISTGROUP,1,0,163,91
CONTROL "Hide offline users",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,12,147,10
@@ -120,8 +121,9 @@ BEGIN END
IDD_OPT_DSPGROUPS DIALOGEX 0, 0, 305, 205
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Groups",IDC_STATIC,1,0,299,109
CONTROL "Draw a line alongside group names",IDC_LINEWITHGROUPS,
@@ -162,8 +164,9 @@ BEGIN END
IDD_OPT_DSPITEMS DIALOGEX 0, 0, 305, 167
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Contact list sorting",IDC_STATIC,1,0,142,145,WS_GROUP
LTEXT "First by",IDC_STATIC,5,15,57,9
@@ -183,8 +186,9 @@ BEGIN END
IDD_OPT_DSPADVANCED DIALOGEX 0, 0, 305, 175
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Avatars",IDC_STATIC,1,0,300,100
CONTROL "Show avatars",IDC_CLISTAVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,11,125,10
@@ -214,8 +218,9 @@ BEGIN END
IDD_OPT_ICONS DIALOGEX 0, 0, 305, 110
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Icons",IDC_STATIC,5,3,293,99
CONTROL "Show status icons",IDC_SHOWSTATUSICONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,14,277,10
@@ -231,8 +236,9 @@ BEGIN END
IDD_OPT_CLUI DIALOGEX 0, 0, 305, 226
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Window",IDC_STWINDOWGROUP,1,0,302,165
CONTROL "Always on top",IDC_ONTOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,11,126,10
@@ -290,8 +296,9 @@ BEGIN END
IDD_OPT_CLC DIALOGEX 0, 0, 305, 226
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Items",IDC_STATIC,1,0,302,110
CONTROL "Show divider between online and offline contacts",IDC_DIVIDERONOFF,
@@ -322,7 +329,7 @@ BEGIN END
IDD_OPT_CLCBKG DIALOGEX 0, 0, 305, 226
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -343,7 +350,8 @@ BEGIN END
IDD_OPT_SBAR DIALOGEX 0, 0, 303, 226
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Status bar",IDC_STATIC,3,4,297,214
@@ -364,7 +372,8 @@ BEGIN END
IDD_OPT_VIEWMODES DIALOGEX 0, 0, 309, 295
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_CAPTION | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_TAB,"SysTabControl32",0x0,4,4,301,264
@@ -407,7 +416,8 @@ BEGIN END
IDD_OPT_SKIN DIALOGEX 0, 0, 303, 200
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Per contact skins:",IDC_STATIC,9,188,71,12,WS_DISABLED
@@ -449,9 +459,9 @@ BEGIN END
IDD_OPT DIALOGEX 0, 0, 312, 247
-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", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_OPTIONSTAB,"SysTabControl32",WS_TABSTOP,1,1,310,226,WS_EX_ACCEPTFILES
PUSHBUTTON "Load from skin file",IDC_IMPORT,167,229,125,15
|