ApacheMonitor.h revision 385313f8fa11244ec086f59ec2b3bf09efd9592b
45632c3574ce843b9e85b9f73efe75b7b809f789slive/* Licensed to the Apache Software Foundation (ASF) under one or more
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd * contributor license agreements. See the NOTICE file distributed with
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd * this work for additional information regarding copyright ownership.
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd * The ASF licenses this file to You under the Apache License, Version 2.0
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd * (the "License"); you may not use this file except in compliance with
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd * the License. You may obtain a copy of the License at
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd *
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * http://www.apache.org/licenses/LICENSE-2.0
6df89e6e4adeb986b41b7ec6b7593a887e031ce7nd *
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * Unless required by applicable law or agreed to in writing, software
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * distributed under the License is distributed on an "AS IS" BASIS,
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * See the License for the specific language governing permissions and
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen */
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd/**
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd * @file ApacheMonitor.h
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * @brief Resource definitions for ApacheMonitor.rc and ApacheMonitor.c
3f08db06526d6901aa08c110b5bc7dde6bc39905nd */
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#define BIN_NAME ApacheMonitor.exe
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDD_DLGSERVICES 101
4b5981e276e93df97c34e4da05ca5cf8bbd937dand#define IDS_APMONITORTITLE 102
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#define IDS_APMONITORCLASS 103
6df89e6e4adeb986b41b7ec6b7593a887e031ce7nd#define IDM_RESTORE 104
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#define IDM_EXIT 105
ed1d958582984a7c54a6ca859e15939a414fa733nd#define IDI_APSRVMON 106
ed1d958582984a7c54a6ca859e15939a414fa733nd#define IDI_ICOSTOP 107
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#define IDI_ICORUN 108
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#define IDC_STATBAR 109
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#define IDC_SSTATUS 110
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd#define IDB_BMPSTOP 111
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd#define IDB_BMPRUN 112
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end#define IDB_BMPHEADER 114
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen#define IDL_SERVICES 115
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen#define IDL_STDOUT 116
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#define IDC_SSTART 117
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#define IDC_SSTOP 118
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDC_SRESTART 119
a29610af88e278144045bfa1bc63b4a1a4b5ff14trawick#define IDC_SMANAGER 121
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz#define IDD_DLGCONNECT 122
35b1112eadc3479a2d81ea1b836aa87f21505ee9jerenkrantz#define IDC_LREMOTE 123
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz#define IDC_LBROWSE 124
a12dd6260a66f51e25119982390def72e2db4be5nd#define IDC_COMPUTER 125
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDC_SCONNECT 126
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDC_SDISCONN 127
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_FIRST 256
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_APPRUNNING 256
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_ERROR 257
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_RUNNINGALL 258
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_RUNNING 259
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_RUNNINGNONE 260
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_NOSERVICES 261
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_MNUSERVICES 262
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_MNUSHOW 263
63581ee088272ef76aa8d053609dc1705c222deesf#define IDS_MSG_MNUEXIT 264
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRVSTART 265
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRVSTARTED 266
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRVSTOP 267
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRVSTOPPED 268
0745f050c4e7b9eeac73c7f10a528ce5015854bcrbowen#define IDS_MSG_SRVRESTART 269
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRVRESTARTED 270
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRVFAILED 271
4af55bbfdbff2cae0cd3195876c93ea991523d1fcolm#define IDS_MSG_SSTART 272
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SSTOP 273
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SRESTART 274
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_SERVICES 275
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_CONNECT 276
64f23d7fddbd8bacb8c18434baedb5f1f86b432aminfrin#define IDS_MSG_ECONNECT 277
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_OK 278
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDS_MSG_LAST 278
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDM_SM_SERVICE 0x1100
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDM_SM_START 0x1200
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDM_SM_STOP 0x1400
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd#define IDM_SM_RESTART 0x1800
38819b9bf8b10d6db4842fb5a4ede7828b409819rbowen#define IDC_STATIC -1
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd
29fb68cf24dbdb4985cbb4734cb6074ea4bbab26nd