From 7bd0056248d748046b7a88d10522c8391c43f31c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 20:52:34 +0000 Subject: fix for the option's page style pt. 10 git-svn-id: http://svn.miranda-ng.org/main/trunk@13413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/res/aim.rc | 4 ++-- protocols/EmLanProto/res/amdproto.rc | 3 ++- protocols/FacebookRM/res/facebook.rc | 8 +++---- protocols/ICQCorp/res/resource.rc | 2 +- protocols/IcqOscarJ/res/resources.rc | 10 ++++----- protocols/MRA/res/resource.rc | 10 ++++----- protocols/MSN/res/msn.rc | 7 +++--- protocols/Omegle/res/omegle.rc | 2 +- protocols/Sametime/res/resource.rc | 2 +- protocols/SkypeClassic/res/Resource.rc | 10 ++++----- protocols/SkypeWeb/res/resource.rc | 4 ++-- protocols/Steam/res/Resource.rc | 4 ++-- protocols/Tlen/res/tlen.rc | 17 ++++++++------- protocols/Tox/res/resource.rc | 8 +++---- protocols/Twitter/res/twitter.rc | 4 ++-- protocols/WhatsApp/res/whatsapp.rc | 2 +- protocols/Xfire/res/resource.rc | 20 ++++++++--------- protocols/Yahoo/res/Yahoo.rc | 6 +++--- src/core/stdaway/res/resource.rc | 4 ++-- src/core/stdchat/res/chat.rc | 6 +++--- src/core/stdclist/res/resource.rc | 18 ++++++++-------- src/core/stdfile/res/resource.rc | 2 +- src/core/stdidle/res/resource.rc | 4 ++-- src/core/stdmsg/res/resource.rc | 10 ++++----- src/resource.rc | 39 ++++++++++++++++------------------ 25 files changed, 103 insertions(+), 103 deletions(-) diff --git a/protocols/AimOscar/res/aim.rc b/protocols/AimOscar/res/aim.rc index 7668313f80..23a6a62066 100644 --- a/protocols/AimOscar/res/aim.rc +++ b/protocols/AimOscar/res/aim.rc @@ -136,9 +136,9 @@ BEGIN END IDD_PRIVACY DIALOGEX 0, 0, 301, 220 -STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD +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 LTEXT "Users who can contact me:",IDC_STATIC,16,14,141,8 CONTROL "Allow all users",IDC_ALLOWALL,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,29,145,10 diff --git a/protocols/EmLanProto/res/amdproto.rc b/protocols/EmLanProto/res/amdproto.rc index 3a6a31767a..4ef095178a 100644 --- a/protocols/EmLanProto/res/amdproto.rc +++ b/protocols/EmLanProto/res/amdproto.rc @@ -38,7 +38,8 @@ IDI_ICON_OFFLINE ICON "icon_off.ico" IDD_EMP_FORM_OPT DIALOGEX 0, 0, 200, 63 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LISTBOX IDC_LIST_IP,5,23,94,34,LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index 1e0b5ec143..6941a33008 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -104,7 +104,7 @@ END IDD_OPTIONS DIALOGEX 0, 0, 305, 190 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 GROUPBOX "User details",IDC_STATIC,7,7,291,62 LTEXT "E-mail:",IDC_STATIC,17,20,61,8,0,WS_EX_RIGHT @@ -124,7 +124,7 @@ END IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 227 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 GROUPBOX "Event notifications",IDC_STATIC,6,7,292,126 CONTROL "Notifications",IDC_NOTIFICATIONS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,23,272,8 @@ -149,7 +149,7 @@ END IDD_OPTIONS_STATUSES DIALOGEX 0, 0, 308, 226 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 GROUPBOX "Statuses",IDC_STATIC,7,7,294,73 CONTROL "Post Miranda statuses to Wall",IDC_SET_STATUS,"Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,13,21,281,10 @@ -180,7 +180,7 @@ END IDD_OPTIONS_MESSAGING DIALOGEX 0, 0, 308, 226 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 GROUPBOX "Messages",IDC_STATIC,7,7,294,57 CONTROL "Receive messages from ""inbox"" folder only",IDC_INBOX_ONLY, diff --git a/protocols/ICQCorp/res/resource.rc b/protocols/ICQCorp/res/resource.rc index f68b019090..9f501a79a6 100644 --- a/protocols/ICQCorp/res/resource.rc +++ b/protocols/ICQCorp/res/resource.rc @@ -84,7 +84,7 @@ END /////////////////////////////////////////////////////////////////////////////// IDD_OPT_ICQCORP DIALOGEX 0, 0, 261, 160 -STYLE DS_SETFONT | DS_3DLOOK | 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 diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc index 96a9458cbd..7b90fc901c 100644 --- a/protocols/IcqOscarJ/res/resources.rc +++ b/protocols/IcqOscarJ/res/resources.rc @@ -69,7 +69,7 @@ BEGIN END IDD_OPT_ICQ DIALOGEX 0, 0, 310, 234 -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 @@ -103,7 +103,7 @@ BEGIN END IDD_OPT_ICQCONTACTS DIALOGEX 0, 0, 310, 234 -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 @@ -128,7 +128,7 @@ BEGIN END IDD_OPT_ICQFEATURES DIALOGEX 0, 0, 310, 234 -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 @@ -161,7 +161,7 @@ BEGIN END IDD_OPT_ICQPRIVACY DIALOGEX 0, 0, 310, 234 -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 @@ -191,7 +191,7 @@ BEGIN END IDD_OPT_POPUPS DIALOGEX 0, 0, 314, 251 -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 diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index 991b13743c..964e8d247a 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -64,7 +64,7 @@ BEGIN END IDD_OPT_CONNECTIONS DIALOGEX 0, 0, 295, 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 @@ -143,7 +143,7 @@ BEGIN END IDD_OPT_AVATRS DIALOGEX 0, 0, 295, 195 -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 @@ -165,7 +165,7 @@ BEGIN END IDD_OPT_FILES DIALOGEX 0, 0, 295, 160 -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 @@ -192,7 +192,7 @@ BEGIN END IDD_OPT_ACCOUNT DIALOGEX 0, 0, 295, 149 -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 @@ -209,7 +209,7 @@ BEGIN END IDD_OPT_POPUPS DIALOGEX 0, 0, 295, 150 -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 diff --git a/protocols/MSN/res/msn.rc b/protocols/MSN/res/msn.rc index b8b9fa5d98..12fdb7bf5b 100644 --- a/protocols/MSN/res/msn.rc +++ b/protocols/MSN/res/msn.rc @@ -25,7 +25,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // IDD_OPT_MSN DIALOGEX 0, 0, 304, 176 -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 @@ -53,7 +53,7 @@ BEGIN END IDD_OPT_MSN_CONN DIALOGEX 0, 0, 304, 127 -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 @@ -94,7 +94,7 @@ BEGIN END IDD_OPT_NOTIFY DIALOGEX 0, 0, 289, 126 -STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -128,6 +128,7 @@ END IDD_USEROPTS DIALOGEX 0, 0, 224, 132 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_CCARD_TAB1,"SysTabControl32",0x0,0,0,223,117 diff --git a/protocols/Omegle/res/omegle.rc b/protocols/Omegle/res/omegle.rc index bdc06acab7..c8169d10cd 100644 --- a/protocols/Omegle/res/omegle.rc +++ b/protocols/Omegle/res/omegle.rc @@ -61,7 +61,7 @@ IDI_OMEGLE ICON "omegle.ico" IDD_OPTIONS DIALOGEX 0, 0, 316, 235 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 LTEXT "Server:",IDC_STATIC,14,9,64,8,0,WS_EX_RIGHT COMBOBOX IDC_SERVER,84,7,79,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP diff --git a/protocols/Sametime/res/resource.rc b/protocols/Sametime/res/resource.rc index 4a0a15c241..3feb5fa62b 100644 --- a/protocols/Sametime/res/resource.rc +++ b/protocols/Sametime/res/resource.rc @@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS IDD_OPTNET DIALOGEX 0, 0, 323, 203 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 GROUPBOX "Connection",IDC_STATIC,7,7,153,91 RTEXT "ID:",IDC_STATIC,10,17,54,8 diff --git a/protocols/SkypeClassic/res/Resource.rc b/protocols/SkypeClassic/res/Resource.rc index 9cc23c2aa2..6fa8339224 100644 --- a/protocols/SkypeClassic/res/Resource.rc +++ b/protocols/SkypeClassic/res/Resource.rc @@ -35,7 +35,7 @@ BEGIN END IDD_OPT_DEFAULT DIALOGEX 0, 0, 310, 223 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -105,7 +105,7 @@ BEGIN END IDD_OPTIONS DIALOGEX 0, 0, 313, 249 -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 @@ -113,7 +113,7 @@ BEGIN END IDD_OPT_PROXY DIALOGEX 0, 0, 310, 223 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -156,7 +156,7 @@ BEGIN END IDD_OPT_ADVANCED DIALOGEX 0, 0, 310, 223 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -190,7 +190,7 @@ BEGIN END IDD_OPT_POPUP DIALOGEX 0, 0, 310, 228 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 81199001e7..46dcf9caef 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -155,9 +155,9 @@ BEGIN END IDD_OPTIONS_MAIN DIALOGEX 0, 0, 310, 230 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU +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 GROUPBOX "Account",IDC_STATIC,7,7,296,63 LTEXT "Skypename:",IDC_STATIC,13,19,69,11 diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc index c01563d92d..f7ee0f42ba 100644 --- a/protocols/Steam/res/Resource.rc +++ b/protocols/Steam/res/Resource.rc @@ -96,7 +96,7 @@ END IDD_OPT_MAIN DIALOGEX 0, 0, 305, 230 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 GROUPBOX "Account",IDC_STATIC,7,7,291,44 LTEXT "Username:",IDC_STATIC,15,19,69,8 @@ -134,7 +134,7 @@ END IDD_OPT_BLOCK_LIST DIALOGEX 0, 0, 305, 230 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_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,291,194 COMBOBOX IDC_CONTACTS,7,206,217,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP diff --git a/protocols/Tlen/res/tlen.rc b/protocols/Tlen/res/tlen.rc index 8cb7316bd8..b4eb51e6e6 100644 --- a/protocols/Tlen/res/tlen.rc +++ b/protocols/Tlen/res/tlen.rc @@ -51,9 +51,9 @@ END IDD_OPTIONS_BASIC DIALOGEX 0, 0, 304, 200 -STYLE DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Tlen",IDC_TLEN,0,0,304,42 LTEXT "Username:",IDC_STATIC,8,12,52,8 @@ -102,9 +102,9 @@ END IDD_OPTIONS_VOICE DIALOGEX 0, 0, 304, 200 -STYLE DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Voice Chats",IDC_STATIC,0,0,304,57 LTEXT "Voice chat policy",IDC_STATIC,8,12,70,8 @@ -119,9 +119,9 @@ BEGIN END IDD_OPTIONS_ADVANCED DIALOGEX 0, 0, 304, 200 -STYLE DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Expert Options",IDC_STATIC,0,0,304,74 LTEXT "Login server:",IDC_STATIC,8,18,75,8 @@ -171,8 +171,9 @@ BEGIN END IDD_OPTIONS_POPUPS DIALOG DISCARDABLE 0, 0, 304, 143 -STYLE WS_CHILD -FONT 8, "MS Sans Serif" +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Mail Notification",IDC_STATIC,0,0,304,110 diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index aacae867d3..75d69c6295 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -93,9 +93,9 @@ BEGIN END IDD_OPTIONS_MAIN DIALOGEX 0, 0, 310, 230 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU +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 GROUPBOX "Tox",IDC_STATIC,7,7,296,116 LTEXT "Tox ID:",IDC_STATIC,12,17,69,11 @@ -174,9 +174,9 @@ BEGIN END IDD_OPTIONS_MULTIMEDIA DIALOGEX 0, 0, 310, 230 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU +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 GROUPBOX "Multimedia",-1,7,7,296,89 LTEXT "Audio input device",-1,12,17,60,8 diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc index 5d1168d03e..1c05bc0676 100644 --- a/protocols/Twitter/res/twitter.rc +++ b/protocols/Twitter/res/twitter.rc @@ -79,7 +79,7 @@ END IDD_OPTIONS DIALOGEX 0, 0, 305, 217 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 GROUPBOX "Miscellaneous options",IDC_MISC,17,14,269,82 CONTROL "Use group chat for Twitter feed",IDC_CHATFEED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,28,133,10 @@ -96,7 +96,7 @@ END IDD_OPTIONS_POPUPS DIALOGEX 0, 0, 305, 217 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 "Enable popup notifications for tweets",IDC_SHOWPOPUPS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,7,137,10 diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 17afea48a9..a9b0473003 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -94,7 +94,7 @@ END IDD_OPTIONS DIALOGEX 0, 0, 188, 164 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 400, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Phone number",IDC_STATIC,4,7,55,10 EDITTEXT IDC_CC,60,6,24,12,ES_AUTOHSCROLL diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc index 31a1f31e4f..204383f57e 100644 --- a/protocols/Xfire/res/resource.rc +++ b/protocols/Xfire/res/resource.rc @@ -72,9 +72,9 @@ IDI_AWAY ICON "xfire away.ico" // IDD_OPTLOGIN DIALOGEX 0, 0, 304, 227 -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 EDITTEXT IDC_LOGIN,66,12,100,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE EDITTEXT IDC_PASSWORD,66,31,100,13,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE @@ -104,9 +104,9 @@ BEGIN END IDD_OPTFEAT DIALOGEX 0, 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", 400, 0, 0x1 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Options",IDC_GRP1,2,1,300,152 GROUPBOX "More options",IDC_GRP5,2,155,300,71 @@ -122,9 +122,9 @@ BEGIN END IDD_OPTFEAT2 DIALOGEX 0, 0, 304, 210 -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 GROUPBOX "Files",IDC_GRP6,2,94,300,104 CONTROL "xfire_games.ini",IDC_CHKG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,105,80,9 @@ -141,9 +141,9 @@ BEGIN END IDD_OPTFEAT3 DIALOGEX 0, 0, 304, 220 -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 GROUPBOX "Status Message",IDC_GRP1,2,1,300,214 CONTROL "Enable",IDC_ENABLESTSMSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,14,132,9 @@ -159,9 +159,9 @@ BEGIN END IDD_OPTFEAT4 DIALOGEX 0, 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", 400, 0, 0x1 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LISTBOX IDC_LGAMELIST,6,11,128,185,LBS_SORT | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | NOT WS_BORDER | WS_VSCROLL | WS_TABSTOP,WS_EX_CLIENTEDGE GROUPBOX "Games",IDC_GRP10,2,0,300,225 diff --git a/protocols/Yahoo/res/Yahoo.rc b/protocols/Yahoo/res/Yahoo.rc index a9072b97d2..903bb386d1 100644 --- a/protocols/Yahoo/res/Yahoo.rc +++ b/protocols/Yahoo/res/Yahoo.rc @@ -15,7 +15,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // IDD_OPT_YAHOO DIALOGEX 0, 0, 296, 220 -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 @@ -53,7 +53,7 @@ BEGIN END IDD_OPT_YAHOO_CONNECTION DIALOGEX 0, 0, 296, 220 -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 @@ -67,7 +67,7 @@ BEGIN END IDD_OPT_YAHOO_IGNORE DIALOGEX 0, 0, 296, 220 -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 diff --git a/src/core/stdaway/res/resource.rc b/src/core/stdaway/res/resource.rc index 2b794d95eb..85efa99e84 100644 --- a/src/core/stdaway/res/resource.rc +++ b/src/core/stdaway/res/resource.rc @@ -37,7 +37,7 @@ BEGIN END IDD_OPT_AWAYMSG DIALOGEX 0, 0, 263, 151 -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 @@ -57,7 +57,7 @@ END IDD_MODERNOPT_STATUS DIALOGEX 0, 0, 369, 113 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN COMBOBOX IDC_STATUS,2,54,16,97,CBS_DROPDOWNLIST | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP CONTROL "Do not reply to requests for this message",IDC_DONTREPLY, diff --git a/src/core/stdchat/res/chat.rc b/src/core/stdchat/res/chat.rc index c4fc84fc82..bae7f07e5f 100644 --- a/src/core/stdchat/res/chat.rc +++ b/src/core/stdchat/res/chat.rc @@ -135,7 +135,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT // IDD_OPTIONS1 DIALOGEX 0, 0, 300, 230 -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 @@ -146,7 +146,7 @@ BEGIN END IDD_OPTIONS2 DIALOGEX 0, 0, 300, 200 -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 @@ -196,7 +196,7 @@ BEGIN END IDD_OPTIONSPOPUP DIALOGEX 0, 0, 277, 177 -STYLE DS_FIXEDSYS | DS_SETFONT | WS_POPUP | WS_VISIBLE +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 66333c780b..562231512f 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -44,7 +44,7 @@ BEGIN END IDD_OPT_CLIST DIALOGEX 0, 0, 314, 204 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -78,7 +78,7 @@ BEGIN END IDD_OPT_CLUI DIALOGEX 0, 0, 313, 245 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -121,7 +121,7 @@ BEGIN END IDD_OPT_CLC DIALOGEX 0, 0, 314, 251 -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 @@ -176,7 +176,7 @@ BEGIN END IDD_OPT_CLCBKG DIALOGEX 0, 0, 235, 154 -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 @@ -198,7 +198,7 @@ BEGIN END IDD_OPT_SBAR DIALOGEX 0, 0, 203, 212 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -218,7 +218,7 @@ END IDD_MODERNOPT_CLIST DIALOGEX 0, 0, 369, 51 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Hide offline users",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,124,10 CONTROL "Hide empty groups",IDC_HIDEEMPTYGROUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,124,10 @@ -250,7 +250,7 @@ END IDD_MODERNOPT_CLUI DIALOGEX 0, 0, 369, 100 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Always on top",IDC_ONTOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,128,10 CONTROL "Tool style main window",IDC_TOOLWND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,128,10 @@ -291,7 +291,7 @@ END IDD_MODERNOPT_SBAR DIALOGEX 0, 0, 369, 53 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Show status bar",IDC_SHOWSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,0,369,10 CONTROL "Show icons",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,15,142,10 @@ -308,7 +308,7 @@ END IDD_MODERNOPT_CLCBKG DIALOGEX 0, 0, 232, 143 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Background color",IDC_STATIC,57,28,72,8,NOT WS_GROUP CONTROL "",IDC_BKGCOLOUR,"ColourPicker",WS_TABSTOP,20,28,32,10 diff --git a/src/core/stdfile/res/resource.rc b/src/core/stdfile/res/resource.rc index ed986fbaf2..caa64ce5c7 100644 --- a/src/core/stdfile/res/resource.rc +++ b/src/core/stdfile/res/resource.rc @@ -152,7 +152,7 @@ BEGIN END IDD_OPT_FILETRANSFER DIALOGEX 0, 0, 313, 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 diff --git a/src/core/stdidle/res/resource.rc b/src/core/stdidle/res/resource.rc index af7b53a1ce..bf68917cc7 100644 --- a/src/core/stdidle/res/resource.rc +++ b/src/core/stdidle/res/resource.rc @@ -26,7 +26,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // IDD_OPT_IDLE DIALOGEX 0, 0, 312, 193 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN @@ -59,7 +59,7 @@ END IDD_MODERNOPT_IDLE DIALOGEX 0, 0, 369, 64 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Become idle if computer is left unattended for:",IDC_IDLESHORT, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,171,9 diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index c8de828cc9..0d7d7d4593 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // IDD_OPT_MSGDLG DIALOGEX 0, 0, 304, 234 -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 @@ -100,7 +100,7 @@ BEGIN END IDD_OPT_MSGLOG DIALOGEX 0, 0, 311, 164 -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 @@ -123,7 +123,7 @@ BEGIN END IDD_OPT_MSGTYPE DIALOGEX 0, 0, 283, 234 -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 @@ -143,7 +143,7 @@ END IDD_MODERNOPT_MSGDLG DIALOGEX 0, 0, 369, 106 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Close the message window on send",IDC_AUTOCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,174,10 CONTROL "Minimize the message window on send",IDC_AUTOMIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,174,10 @@ -181,7 +181,7 @@ END IDD_MODERNOPT_MSGLOG DIALOGEX 0, 0, 369, 103 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Show icons",IDC_SHOWLOGICONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,146,10 CONTROL "Show names",IDC_SHOWNAMES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,146,10 diff --git a/src/resource.rc b/src/resource.rc index f8323bfa23..a6867ae0b5 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -76,7 +76,7 @@ BEGIN END IDD_OPT_CONTACT DIALOGEX 0, 0, 313, 242 -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 @@ -135,9 +135,8 @@ BEGIN END IDD_OPTIONS DIALOGEX 0, 0, 428, 303 -STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN COMBOBOX IDC_KEYWORD_FILTER,336,6,88,79,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP @@ -153,9 +152,8 @@ BEGIN END IDD_OPTIONSPAGE DIALOGEX 0, 0, 321, 303 -STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN COMBOBOX IDC_KEYWORD_FILTER,336,37,88,79,CBS_DROPDOWN | CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP @@ -224,9 +222,8 @@ BEGIN END IDD_NETLIBLOGOPTS DIALOGEX 0, 0, 314, 259 -STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -CAPTION "Netlib log options" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Show",IDC_STATIC,6,2,302,118 @@ -257,7 +254,7 @@ BEGIN END IDD_OPT_SOUND DIALOGEX 0, 0, 285, 240 -STYLE DS_SETFONT | DS_3DLOOK | 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 @@ -275,7 +272,7 @@ BEGIN END IDD_OPT_ICONS DIALOGEX 0, 0, 257, 193 -STYLE DS_SETFONT | DS_3DLOOK | 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 @@ -290,7 +287,7 @@ BEGIN END IDD_OPT_IGNORE DIALOGEX 0, 0, 313, 240 -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 @@ -319,7 +316,7 @@ BEGIN END IDD_OPT_VISIBILITY DIALOGEX 0, 0, 313, 240 -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 @@ -352,7 +349,7 @@ BEGIN END IDD_OPT_NETLIB DIALOGEX 0, 0, 313, 235 -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 @@ -455,7 +452,7 @@ BEGIN END IDD_OPT_ICOLIB DIALOGEX 0, 0, 316, 251 -STYLE DS_SETFONT | DS_3DLOOK | 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 @@ -534,7 +531,7 @@ BEGIN END IDD_OPT_HOTKEYS DIALOGEX 0, 0, 316, 251 -STYLE DS_SETFONT | DS_3DLOOK | 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 @@ -599,7 +596,7 @@ END IDD_MODERNOPT_FONTS DIALOGEX 0, 0, 260, 210 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Headers:",IDC_TXT_TITLE1,0,0,259,8 PUSHBUTTON "...",IDC_CHOOSEFONTHEADER,244,30,16,14 @@ -618,7 +615,7 @@ END IDD_MODERNOPT_ACCOUNTS DIALOGEX 0, 0, 368, 210 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LISTBOX IDC_ACCLIST,0,0,162,192,LBS_SORT | LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP LTEXT "Account information:",IDC_TXT_ACCOUNT,167,0,201,8 @@ -636,7 +633,7 @@ END IDD_MODERNOPT_MODULES DIALOGEX 0, 0, 369, 210 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN EDITTEXT IDC_PLUGINLONGINFO,65,133,304,25,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | ES_WANTRETURN | NOT WS_BORDER EDITTEXT IDC_PLUGINAUTHOR,65,160,304,12,ES_AUTOHSCROLL | ES_READONLY | ES_WANTRETURN | NOT WS_BORDER @@ -654,7 +651,7 @@ END IDD_MODERNOPT_IGNORE DIALOGEX 0, 0, 369, 210 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_LIST,"CListControl",WS_TABSTOP | 0x3da,10,13,358,135,WS_EX_CLIENTEDGE LTEXT "Event icon legend:",IDC_TXT_TITLE2,0,153,119,8 @@ -684,7 +681,7 @@ BEGIN END IDD_EI_OPTIONS DIALOGEX 0, 0, 276, 229 -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 @@ -742,9 +739,9 @@ BEGIN END IDD_METAOPTIONS DIALOGEX 0, 0, 306, 226 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Context menu",IDC_STATIC,4,7,297,109 CONTROL "Use contact's unique ID",IDC_RAD_UID,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,30,264,10 -- cgit v1.2.3