use GET_X/Y_LPARAM as per MSDN
[reactos.git] / reactos / subsys / system / servman / En.rc
1
2 IDR_MAINMENU MENU
3 BEGIN
4 POPUP "&File"
5 BEGIN
6 MENUITEM "E&xit",ID_EXIT
7 END
8 POPUP "Action"
9 BEGIN
10 MENUITEM "Start",ID_START
11 MENUITEM "Stop",ID_STOP
12 MENUITEM "Pause",ID_PAUSE
13 MENUITEM "Resume",ID_RESUME
14 MENUITEM "Restart",ID_RESTART
15 MENUITEM SEPARATOR
16 MENUITEM "Refresh",ID_REFRESH
17 MENUITEM SEPARATOR
18 MENUITEM "Properties",ID_PROP
19 END
20 POPUP "View"
21 BEGIN
22 MENUITEM "Customize",ID_VIEW_CUSTOMIZE
23 END
24 POPUP "Help"
25 BEGIN
26 MENUITEM "About",ID_ABOUT
27 END
28 END
29
30
31 IDR_POPUP MENU
32 BEGIN
33 POPUP "popup"
34 BEGIN
35 MENUITEM "Start",ID_START
36 MENUITEM "Stop",ID_STOP
37 MENUITEM "Pause",ID_PAUSE
38 MENUITEM "Resume",ID_RESUME
39 MENUITEM "Restart",ID_RESTART
40 MENUITEM SEPARATOR
41 POPUP "All tasks"
42 BEGIN
43 MENUITEM "Start",ID_START
44 MENUITEM "Stop",ID_STOP
45 MENUITEM "Pause",ID_PAUSE
46 MENUITEM "Resume",ID_RESUME
47 MENUITEM "Restart",ID_RESTART
48 MENUITEM "Refresh",ID_REFRESH
49 END
50 MENUITEM SEPARATOR
51 MENUITEM "Refresh",ID_REFRESH
52 MENUITEM SEPARATOR
53 MENUITEM "Properties",ID_PROP
54 MENUITEM SEPARATOR
55 MENUITEM "About",ID_HELP
56 END
57 END
58
59
60 IDD_ABOUTBOX DIALOG DISCARDABLE 22,16,190,182
61 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
62 CAPTION "About Service Manager"
63 FONT 8, "Tahoma"
64 BEGIN
65 CONTROL "Service Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)",
66 IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,48,7,130,26
67 DEFPUSHBUTTON "Close",IDOK,75,162,44,15,WS_GROUP
68 ICON IDI_SM_ICON,IDC_STATIC,12,7,30,20
69 EDITTEXT IDC_LICENSE_EDIT,8,44,174,107,ES_MULTILINE |
70 ES_READONLY | WS_VSCROLL
71 END
72
73
74 IDD_DLG_GENERAL DIALOGEX 6,6,253,225
75 CAPTION "General"
76 FONT 8,"MS Sans Serif",0,0
77 STYLE 0x10CF0000
78 BEGIN
79 CONTROL "Service name:",IDC_STATIC,"Static",0x50000000,4,11,53,11
80 CONTROL "Display name:",IDC_STATIC,"Static",0x50000000,4,29,53,11
81 CONTROL "Description",IDC_STATIC,"Static",0x50000000,4,51,53,11
82 CONTROL "",IDC_SERV_NAME,"Static",0x50000000,70,11,176,11
83 CONTROL "",IDC_DISP_NAME,"Static",0x50001000,70,29,176,12
84 CONTROL "",IDC_DESCRIPTION,"Static",0x50201000,70,46,176,22
85 CONTROL "Path to executable:",IDC_STATIC,"Static",0x50000000,6,73,82,9
86 CONTROL "",IDC_STATIC,"Static",0x50001000,6,86,238,12
87 CONTROL "Startup type:",IDC_STATIC,"Static",0x50000000,6,108,53,11
88 CONTROL "",IDC_START_TYPE,"ComboBox",0x50010003,70,107,176,11
89 CONTROL "Service status:",IDC_STATIC,"Static",0x50000000,4,138,53,11
90 CONTROL "",IDC_SERV_STATUS,"Static",0x50000000,70,138,176,11
91 CONTROL "Start",IDC_START,"Button",0x50010000,6,155,54,15
92 CONTROL "Stop",IDC_STOP,"Button",0x50010000,68,155,54,15
93 CONTROL "Pause",IDC_PAUSE,"Button",0x50010000,130,155,54,15
94 CONTROL "Resume",IDC_RESUME,"Button",0x50010000,192,155,54,15
95 CONTROL "You can specify the start parameters that apply when you start the service from here.",IDC_STATIC,"Static",0x50000000,6,177,240,15
96 CONTROL "Start parameters",IDC_STATIC,"Static",0x50000000,6,199,53,11
97 CONTROL "",IDC_START_PARAM,"Static",0x50001000,70,199,176,11
98 END
99
100 IDB_BUTTONS BITMAP "res/toolbar.bmp"
101
102 STRINGTABLE DISCARDABLE
103 BEGIN
104 IDS_FIRSTCOLUMN "Name"
105 IDS_SECONDCOLUMN "Description"
106 IDS_THIRDCOLUMN "Status"
107 IDS_FOURTHCOLUMN "Startup Type"
108 IDS_FITHCOLUMN "Log On As"
109 END
110
111 STRINGTABLE DISCARDABLE
112 BEGIN
113 IDS_SERVICES_STARTED "Started"
114 IDS_SERVICES_AUTO "Automatic"
115 IDS_SERVICES_MAN "Manual"
116 IDS_SERVICES_DIS "Disabled"
117 END
118
119 STRINGTABLE DISCARDABLE
120 BEGIN
121 IDS_NUM_SERVICES "Num Services: %d"
122
123 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
124 /*"This program is free software; you can redistribute it "
125 "and/or modify it under the terms of the GNU Lesser General "
126 "Public License as published by the Free Software Foundation; "
127 "either version 2.1 of the License, or (at your option) any "
128 "later version.\r\n\r\nThis program is distributed in the hope "
129 "that it will be useful, but WITHOUT ANY WARRANTY; without even "
130 "the implied warranty of MERCHANTABILITY or FITNESS FOR A "
131 "PARTICULAR PURPOSE. See the GNU General Public License for more "
132 "details.\r\n\r\nYou should have received a copy of the GNU "
133 "General Public License along with this program; if not, write "
134 "to the Free Software Foundation, Inc., 59 Temple Place - Suite "
135 "330, Boston, MA 02111-1307, USA." */
136
137 END
138
139 STRINGTABLE DISCARDABLE
140 BEGIN
141 IDS_TOOLTIP_PROP "Properties"
142 IDS_TOOLTIP_REFRESH "Refresh"
143 IDS_TOOLTIP_EXPORT "Export list"
144 IDS_TOOLTIP_START "Start service"
145 IDS_TOOLTIP_STOP "Stop service"
146 IDS_TOOLTIP_PAUSE "Pause service"
147 IDS_TOOLTIP_RESTART "Restart service"
148 IDS_TOOLTIP_NEW "Create a service"
149 IDS_TOOLTIP_HELP "Help"
150 IDS_TOOLTIP_EXIT "Exit"
151 END