mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
hmm, tortoise is messing me about ;)
svn path=/trunk/; revision=22149
This commit is contained in:
parent
520bbfd043
commit
68f041d222
1 changed files with 4 additions and 5 deletions
|
@ -79,7 +79,7 @@ BEGIN
|
|||
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 @@ BEGIN
|
|||
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 @@ BEGIN
|
|||
END
|
||||
|
||||
|
||||
IDB_BUTTONS BITMAP DISCARDABLE "res/toolbar.bmp"
|
||||
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
|
@ -196,11 +194,12 @@ BEGIN
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue