summaryrefslogtreecommitdiff
path: root/ping_protocol
diff options
context:
space:
mode:
Diffstat (limited to 'ping_protocol')
-rw-r--r--ping_protocol/pingproto.rc6
1 files changed, 4 insertions, 2 deletions
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