1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements.  See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License.  You may obtain a copy of the License at
7 *
8 *     http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/**
18 * @file  ApacheMonitor.h
19 * @brief Resource definitions for ApacheMonitor.rc and ApacheMonitor.c
20 */
21#define BIN_NAME  ApacheMonitor.exe
22
23#define IDD_DLGSERVICES                 101
24#define IDS_APMONITORTITLE              102
25#define IDS_APMONITORCLASS              103
26#define IDM_RESTORE                     104
27#define IDM_EXIT                        105
28#define IDI_APSRVMON                    106
29#define IDI_ICOSTOP                     107
30#define IDI_ICORUN                      108
31#define IDC_STATBAR                     109
32#define IDC_SSTATUS                     110
33#define IDB_BMPSTOP                     111
34#define IDB_BMPRUN                      112
35#define IDB_BMPHEADER                   114
36#define IDL_SERVICES                    115
37#define IDL_STDOUT                      116
38#define IDC_SSTART                      117
39#define IDC_SSTOP                       118
40#define IDC_SRESTART                    119
41#define IDC_SMANAGER                    121
42#define IDD_DLGCONNECT                  122
43#define IDC_LREMOTE                     123
44#define IDC_LBROWSE                     124
45#define IDC_COMPUTER                    125
46#define IDC_SCONNECT                    126
47#define IDC_SDISCONN                    127
48#define IDS_MSG_FIRST                   256
49#define IDS_MSG_APPRUNNING              256
50#define IDS_MSG_ERROR                   257
51#define IDS_MSG_RUNNINGALL              258
52#define IDS_MSG_RUNNING                 259
53#define IDS_MSG_RUNNINGNONE             260
54#define IDS_MSG_NOSERVICES              261
55#define IDS_MSG_MNUSERVICES             262
56#define IDS_MSG_MNUSHOW                 263
57#define IDS_MSG_MNUEXIT                 264
58#define IDS_MSG_SRVSTART                265
59#define IDS_MSG_SRVSTARTED              266
60#define IDS_MSG_SRVSTOP                 267
61#define IDS_MSG_SRVSTOPPED              268
62#define IDS_MSG_SRVRESTART              269
63#define IDS_MSG_SRVRESTARTED            270
64#define IDS_MSG_SRVFAILED               271
65#define IDS_MSG_SSTART                  272
66#define IDS_MSG_SSTOP                   273
67#define IDS_MSG_SRESTART                274
68#define IDS_MSG_SERVICES                275
69#define IDS_MSG_CONNECT                 276
70#define IDS_MSG_ECONNECT                277
71#define IDS_MSG_OK                      278
72#define IDS_MSG_LAST                    278
73#define IDM_SM_SERVICE                  0x1100
74#define IDM_SM_START                    0x1200
75#define IDM_SM_STOP                     0x1400
76#define IDM_SM_RESTART                  0x1800
77#define IDC_STATIC                      -1
78
79