]> granicus.if.org Git - apache/commitdiff
Show the 'Disconnect' button to detach ourselves from another computer's
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 17 Jun 2002 18:37:11 +0000 (18:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 17 Jun 2002 18:37:11 +0000 (18:37 +0000)
  services on Win32.

Submitted by: Mladen Turk <mturk@mappingsoft.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95732 13f79535-47bb-0310-9956-ffa450edef68

support/win32/ApacheMonitor.rc

index 28b612b2c96074fc9db9cf508d8a27b481a5eea2..73c6eafeb855af4fb8e99b14b24abe5ec18fd77a 100644 (file)
@@ -80,12 +80,13 @@ BEGIN
                     LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
     LISTBOX         IDL_STDOUT,2,124,285,51,LBS_NOINTEGRALHEIGHT | 
                     LBS_DISABLENOSCROLL | LBS_NOSEL | WS_VSCROLL
-    PUSHBUTTON      "&Start",IDC_SSTART,298,75,50,14
-    PUSHBUTTON      "S&top",IDC_SSTOP,298,91,50,14
-    PUSHBUTTON      "&Restart",IDC_SRESTART,298,107,50,14
-    PUSHBUTTON      "Ser&vices",IDC_SMANAGER,298,123,50,14
+    PUSHBUTTON      "&Start",IDC_SSTART,298,65,50,14
+    PUSHBUTTON      "S&top",IDC_SSTOP,298,81,50,14
+    PUSHBUTTON      "&Restart",IDC_SRESTART,298,97,50,14
+    PUSHBUTTON      "Ser&vices",IDC_SMANAGER,298,113,50,14
     CONTROL         IDB_BMPHEADER,IDC_STATIC,"Static",SS_BITMAP,0,0,349,38
-    PUSHBUTTON      "&Connect",IDC_SCONNECT,298,139,50,14
+    PUSHBUTTON      "&Connect",IDC_SCONNECT,298,129,50,14
+    PUSHBUTTON      "&Disconnect",IDC_SDISCONN,298,145,50,14
     PUSHBUTTON      "E&xit",IDC_SEXIT,298,161,50,14
 END