Author: gedmurphy
Date: Thu Jun 1 20:47:11 2006
New Revision: 22149
URL:
http://svn.reactos.ru/svn/reactos?rev=22149&view=rev
Log:
hmm, tortoise is messing me about ;)
Modified:
trunk/reactos/base/applications/servman/En.rc
Modified: trunk/reactos/base/applications/servman/En.rc
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/base/applications/servman/E…
==============================================================================
--- trunk/reactos/base/applications/servman/En.rc (original)
+++ trunk/reactos/base/applications/servman/En.rc Thu Jun 1 20:47:11 2006
@@ -79,7 +79,7 @@
EDITTEXT IDC_DISP_NAME, 70, 29, 176, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP |
ES_READONLY
EDITTEXT IDC_DESCRIPTION, 70, 46, 176, 24, WS_CHILD | WS_VISIBLE | WS_VSCROLL |
WS_TABSTOP | ES_MULTILINE | ES_READONLY
EDITTEXT IDC_EXEPATH, 6, 86, 240, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
- CONTROL "",IDC_START_TYPE,"ComboBox",0x50010003,70,107,176,40
+ CONTROL "", IDC_START_TYPE, "ComboBox", WS_CHILD | WS_VISIBLE |
WS_TABSTOP | CBS_DROPDOWNLIST, 70, 107, 176, 40
PUSHBUTTON "Start", IDC_START, 6, 155, 54, 15, WS_DISABLED
PUSHBUTTON "Stop", IDC_STOP, 68, 155, 54, 15, WS_DISABLED
PUSHBUTTON "Pause", IDC_PAUSE , 130, 155, 54, 15, WS_DISABLED
@@ -90,7 +90,7 @@
LTEXT "Path to executable:", IDC_STATIC, 6, 73, 82, 9
LTEXT "Startup type:", IDC_STATIC, 6, 108, 53, 11
LTEXT "Service status:", IDC_STATIC, 4, 138, 53, 11
- CONTROL "",IDC_SERV_STATUS,"Static",0x50000000,70,138,176,11
+ LTEXT "", IDC_SERV_STATUS, 70, 138, 176, 11, WS_CHILD | WS_VISIBLE
LTEXT "You can specify the start parameters that apply when you start the service
from here.",IDC_STATIC, 6,177,240,15
LTEXT "Start parameters:", IDC_STATIC, 6, 200, 58, 11
EDITTEXT IDC_START_PARAM, 68, 199, 178, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
@@ -164,8 +164,6 @@
END
-IDB_BUTTONS BITMAP DISCARDABLE "res/toolbar.bmp"
-
STRINGTABLE DISCARDABLE
BEGIN
@@ -196,11 +194,12 @@
IDS_TOOLTIP_PROP "Properties"
IDS_TOOLTIP_REFRESH "Refresh"
IDS_TOOLTIP_EXPORT "Export list"
+ IDS_TOOLTIP_CREATE "Create a new service"
+ IDS_TOOLTIP_DELETE "Deletes an existing service"
IDS_TOOLTIP_START "Start service"
IDS_TOOLTIP_STOP "Stop service"
IDS_TOOLTIP_PAUSE "Pause service"
IDS_TOOLTIP_RESTART "Restart service"
- IDS_TOOLTIP_NEW "Create a new service"
IDS_TOOLTIP_HELP "Help"
IDS_TOOLTIP_EXIT "Exit"
END