diff options
-rw-r--r-- | MirandaPlugin/Templates/1033/base.rc | 3 | ||||
-rw-r--r-- | MySpace/MySpace.rc | 2 | ||||
-rw-r--r-- | alarms/resource.rc | 5 | ||||
-rw-r--r-- | attache/minidump.rc | 3 | ||||
-rw-r--r-- | exip/resource.rc | 3 | ||||
-rw-r--r-- | justtabs/resource.rc | 3 | ||||
-rw-r--r-- | last_contact/resource.rc | 3 | ||||
-rw-r--r-- | message_notify/resource.rc | 3 | ||||
-rw-r--r-- | meta2/meta2.rc | 6 | ||||
-rw-r--r-- | metacontacts/MetaContacts.rc | 9 | ||||
-rw-r--r-- | no_history/NoHistory.rc | 19 | ||||
-rw-r--r-- | nohtml/nohtml.rc | 3 | ||||
-rw-r--r-- | otr/resource.rc | 3 | ||||
-rw-r--r-- | ping/ping.rc | 6 | ||||
-rw-r--r-- | ping_protocol/pingproto.rc | 6 | ||||
-rw-r--r-- | shhhonidle/resource.rc | 3 | ||||
-rw-r--r-- | tipper/tipper.rc | 9 | ||||
-rw-r--r-- | updater/updater.rc | 6 | ||||
-rw-r--r-- | window_timeout/resources.rc | 3 | ||||
-rw-r--r-- | worldtime/WorldTime.rc | 3 | ||||
-rw-r--r-- | worldtime_protocol/WorldTime.rc | 3 | ||||
-rw-r--r-- | xframes/xframes.rc | 3 | ||||
-rw-r--r-- | yapp/popups2.rc | 9 |
23 files changed, 73 insertions, 43 deletions
diff --git a/MirandaPlugin/Templates/1033/base.rc b/MirandaPlugin/Templates/1033/base.rc index 93bad1c..80b3083 100644 --- a/MirandaPlugin/Templates/1033/base.rc +++ b/MirandaPlugin/Templates/1033/base.rc @@ -28,7 +28,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT //
IDD_OPT1 DIALOGEX 0, 0, 246, 179
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
END
diff --git a/MySpace/MySpace.rc b/MySpace/MySpace.rc index 9547155..3edc495 100644 --- a/MySpace/MySpace.rc +++ b/MySpace/MySpace.rc @@ -27,7 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT //
IDD_OPT1 DIALOGEX 0, 0, 246, 179
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
diff --git a/alarms/resource.rc b/alarms/resource.rc index 976a578..d3703fb 100644 --- a/alarms/resource.rc +++ b/alarms/resource.rc @@ -27,7 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT1 DIALOG 0, 0, 286, 222
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif"
BEGIN
LISTBOX IDC_ALIST,15,20,164,69,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
@@ -118,7 +119,7 @@ BEGIN END
IDD_OPTTRIGGER DIALOGEX 0, 0, 263, 184
-STYLE DS_SETFONT | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
diff --git a/attache/minidump.rc b/attache/minidump.rc index e6ed407..03c0b7a 100644 --- a/attache/minidump.rc +++ b/attache/minidump.rc @@ -53,7 +53,8 @@ END //
IDD_OPTIONS DIALOGEX 0, 0, 255, 190
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "",IDC_STATIC,7,7,241,128
diff --git a/exip/resource.rc b/exip/resource.rc index f88d2a6..f33bbad 100644 --- a/exip/resource.rc +++ b/exip/resource.rc @@ -27,7 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT DIALOG DISCARDABLE 0, 0, 269, 171
-STYLE WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif"
BEGIN
CTEXT "External IP Address:",IDC_STATIC,71,38,128,8
diff --git a/justtabs/resource.rc b/justtabs/resource.rc index 629076c..4606fc9 100644 --- a/justtabs/resource.rc +++ b/justtabs/resource.rc @@ -27,7 +27,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL //
IDD_OPT1 DIALOGEX 0, 0, 246, 179
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
CONTROL "No titlebar",IDC_CHK_TITLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,83,49,91,10
diff --git a/last_contact/resource.rc b/last_contact/resource.rc index f9dd59e..f419f94 100644 --- a/last_contact/resource.rc +++ b/last_contact/resource.rc @@ -27,7 +27,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL //
IDD_OPT1 DIALOGEX 0, 0, 246, 179
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
CONTROL "",IDC_HOTKEY,"msctls_hotkey32",WS_BORDER | WS_TABSTOP,17,39,125,14
diff --git a/message_notify/resource.rc b/message_notify/resource.rc index e0bf111..cd35cfd 100644 --- a/message_notify/resource.rc +++ b/message_notify/resource.rc @@ -53,7 +53,8 @@ END //
IDD_OPTIONS DIALOGEX 0, 0, 269, 181
-STYLE DS_SETFONT | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
GROUPBOX "Notification Options",IDC_STATIC,7,7,142,95
diff --git a/meta2/meta2.rc b/meta2/meta2.rc index 2fac00d..6a01765 100644 --- a/meta2/meta2.rc +++ b/meta2/meta2.rc @@ -27,13 +27,15 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT //
IDD_OPT1 DIALOGEX 0, 0, 246, 179
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
END
IDD_PRIORITIES DIALOGEX 0, 0, 266, 157
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Subcontact Priorities",IDC_STATIC,7,7,252,143
diff --git a/metacontacts/MetaContacts.rc b/metacontacts/MetaContacts.rc index 30c5d6d..1eee034 100644 --- a/metacontacts/MetaContacts.rc +++ b/metacontacts/MetaContacts.rc @@ -221,7 +221,8 @@ END //
IDD_OPTIONS DIALOGEX 0, 0, 298, 178
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "Set default contact on receipt of message",IDC_CHK_SETDEFAULTRECV,
@@ -271,7 +272,8 @@ BEGIN END
IDD_PRIORITIES DIALOGEX 0, 0, 266, 157
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Subcontact Priorities",IDC_STATIC,7,7,252,143
@@ -288,7 +290,8 @@ BEGIN END
IDD_HISTORY DIALOGEX 0, 0, 287, 109
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "Copy subcontact history to MetaContact when creating or adding",IDC_CHK_COPYHISTORY,
diff --git a/no_history/NoHistory.rc b/no_history/NoHistory.rc index b9c8d8b..70e5391 100644 --- a/no_history/NoHistory.rc +++ b/no_history/NoHistory.rc @@ -7,7 +7,8 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include "afxres.h"
+
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -73,18 +74,15 @@ END //
IDD_OPT DIALOGEX 0, 0, 312, 235
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "Custom1",IDC_LIST,"CListControl",WS_TABSTOP | 0x1d0,7,7,298,177,WS_EX_CLIENTEDGE
- ICON IDI_HKEEP,IDC_PIC_KEEP,8,203,20,20
- LTEXT "Keep history for this contact",IDC_STATIC,42,204,136,8,SS_NOPREFIX | SS_CENTERIMAGE
+ ICON IDI_HKEEP,IDC_PIC_KEEP,8,203,21,20
+ LTEXT "Keep history for this contact",IDC_STATIC,42,203,136,8,SS_NOPREFIX | SS_CENTERIMAGE
ICON IDI_HREMOVE,IDC_PIC_REMOVE,8,218,21,20
LTEXT "Disable history for this contact",IDC_STATIC,42,220,136,8,SS_NOPREFIX | SS_CENTERIMAGE
- LTEXT "Delete after",IDC_STATIC,177,204,61,8
- LTEXT "secs",IDC_STATIC,283,204,21,8
- EDITTEXT IDC_ED_TIMEOUT,239,202,30,12,ES_AUTOHSCROLL | ES_NUMBER
- CONTROL "",IDC_SPN_TIMEOUT,"msctls_updown32",UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,269,202,10,13
END
@@ -105,7 +103,7 @@ BEGIN VERTGUIDE, 177
TOPMARGIN, 7
BOTTOMMARGIN, 228
- HORZGUIDE, 212
+ HORZGUIDE, 211
END
END
#endif // APSTUDIO_INVOKED
@@ -120,7 +118,8 @@ END //
// Generated from the TEXTINCLUDE 3 resource.
//
-
+
+
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
diff --git a/nohtml/nohtml.rc b/nohtml/nohtml.rc index aba33c0..e4e9ce1 100644 --- a/nohtml/nohtml.rc +++ b/nohtml/nohtml.rc @@ -27,7 +27,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT //
IDD_OPT1 DIALOGEX 0, 0, 246, 219
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
CONTROL "Replace HTML with BBCodes",IDC_CHK_BBCODES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,62,118,161,10
diff --git a/otr/resource.rc b/otr/resource.rc index a3f624b..38c3011 100644 --- a/otr/resource.rc +++ b/otr/resource.rc @@ -40,7 +40,8 @@ IDI_STOP ICON "stop.ico" //
IDD_OPT1 DIALOGEX 0, 0, 288, 217
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "List1",IDC_CLIST,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,0,0,287,99
diff --git a/ping/ping.rc b/ping/ping.rc index 5289966..5fa3092 100644 --- a/ping/ping.rc +++ b/ping/ping.rc @@ -77,7 +77,8 @@ IDI_ICON_TESTING ICON "yellow.ico" //
IDD_DIALOG1 DIALOGEX 0, 0, 303, 227
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
RTEXT "Delay between pings (secs):",IDC_STATIC,9,21,121,8
@@ -112,7 +113,8 @@ BEGIN END
IDD_DIALOG2 DIALOGEX 0, 0, 285, 212
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
PUSHBUTTON "Add",IDC_BTN_DESTADD,30,172,38,15
diff --git a/ping_protocol/pingproto.rc b/ping_protocol/pingproto.rc index 670e0fe..0372bd4 100644 --- a/ping_protocol/pingproto.rc +++ b/ping_protocol/pingproto.rc @@ -86,7 +86,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_DIALOG1 DIALOGEX 0, 0, 313, 183
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
RTEXT "Delay between pings (secs):",IDC_STATIC,12,20,121,8
@@ -114,7 +115,8 @@ BEGIN END
IDD_DIALOG2 DIALOG 0, 0, 303, 212
-STYLE DS_SETFONT | WS_POPUP
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif"
BEGIN
GROUPBOX "Ping Destinations",IDC_STATIC,7,7,289,198
diff --git a/shhhonidle/resource.rc b/shhhonidle/resource.rc index 550f641..42145ec 100644 --- a/shhhonidle/resource.rc +++ b/shhhonidle/resource.rc @@ -53,7 +53,8 @@ END //
IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 212, 107
-STYLE WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif"
BEGIN
GROUPBOX "Shhh on Idle",IDC_STATIC,7,7,198,93
diff --git a/tipper/tipper.rc b/tipper/tipper.rc index dd4330a..3ea64bd 100644 --- a/tipper/tipper.rc +++ b/tipper/tipper.rc @@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT_LAYOUT DIALOGEX 0, 0, 259, 160
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
COMBOBOX IDC_CMB_ICON,12,26,107,69,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
@@ -137,7 +138,8 @@ BEGIN END
IDD_OPT_CONTENT DIALOGEX 0, 0, 289, 179
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Items",IDC_STATIC,7,3,135,169
@@ -155,7 +157,8 @@ BEGIN END
IDD_OPT_WINDOW DIALOGEX 0, 0, 278, 140
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_ED_WIDTH,89,15,31,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER,WS_EX_RIGHT
diff --git a/updater/updater.rc b/updater/updater.rc index a79ab38..8a89e79 100644 --- a/updater/updater.rc +++ b/updater/updater.rc @@ -78,7 +78,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT1 DIALOGEX 0, 0, 293, 228
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "Check for updates on startup",IDC_CHK_ONSTART,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,97,138,10
@@ -132,7 +133,8 @@ BEGIN END
IDD_OPT2 DIALOGEX 0, 0, 281, 167
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Data:",IDC_STATIC,14,15,129,8
diff --git a/window_timeout/resources.rc b/window_timeout/resources.rc index 2a7ca93..f26c01f 100644 --- a/window_timeout/resources.rc +++ b/window_timeout/resources.rc @@ -27,7 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT DIALOG DISCARDABLE 0, 0, 263, 197
-STYLE WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "Window Timeout:",IDC_STATIC,37,67,90,9
diff --git a/worldtime/WorldTime.rc b/worldtime/WorldTime.rc index eefebde..7fce92b 100644 --- a/worldtime/WorldTime.rc +++ b/worldtime/WorldTime.rc @@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_DIALOG1 DIALOGEX 0, 0, 327, 255
-STYLE DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Configuration",IDC_STATIC,7,7,313,241
diff --git a/worldtime_protocol/WorldTime.rc b/worldtime_protocol/WorldTime.rc index f236f13..49d5e90 100644 --- a/worldtime_protocol/WorldTime.rc +++ b/worldtime_protocol/WorldTime.rc @@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_DIALOG1 DIALOG 0, 0, 327, 255
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Configuration",IDC_STATIC,7,7,313,241
diff --git a/xframes/xframes.rc b/xframes/xframes.rc index 40e579c..e8bc768 100644 --- a/xframes/xframes.rc +++ b/xframes/xframes.rc @@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT DIALOGEX 0, 0, 299, 159
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LISTBOX IDC_LST_FRAMES,15,19,90,126,LBS_SORT | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
diff --git a/yapp/popups2.rc b/yapp/popups2.rc index 2f659c4..c59e253 100644 --- a/yapp/popups2.rc +++ b/yapp/popups2.rc @@ -76,7 +76,8 @@ BEGIN END
IDD_OPT1 DIALOGEX 0, 0, 297, 218
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Default Timeout",IDC_STATIC,4,7,153,36
@@ -123,13 +124,15 @@ BEGIN END
IDD_OPT_NOTIFY DIALOGEX 0, 0, 187, 91
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
END
IDD_CLASSES DIALOGEX 0, 0, 294, 223
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LISTBOX IDC_LST_CLASSES,7,18,102,184,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|