You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/06/17 20:37:11 UTC

cvs commit: httpd-2.0/support/win32 ApacheMonitor.rc

wrowe       2002/06/17 11:37:11

  Modified:    support/win32 ApacheMonitor.rc
  Log:
    Show the 'Disconnect' button to detach ourselves from another computer's
    services on Win32.
  
  Submitted by: Mladen Turk <mt...@mappingsoft.com>
  
  Revision  Changes    Path
  1.13      +6 -5      httpd-2.0/support/win32/ApacheMonitor.rc
  
  Index: ApacheMonitor.rc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/ApacheMonitor.rc,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ApacheMonitor.rc	17 May 2002 21:08:54 -0000	1.12
  +++ ApacheMonitor.rc	17 Jun 2002 18:37:11 -0000	1.13
  @@ -80,12 +80,13 @@
                       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