From: William A. Rowe Jr Date: Mon, 17 Jun 2002 18:37:11 +0000 (+0000) Subject: Show the 'Disconnect' button to detach ourselves from another computer's X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cca2f4abdb2c34e27e25f89dab1281c810c0124a;p=apache Show the 'Disconnect' button to detach ourselves from another computer's services on Win32. Submitted by: Mladen Turk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95732 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index 28b612b2c9..73c6eafeb8 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -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