Go to the documentation of this file.
21 #define BIN_NAME ApacheMonitor.exe
23 #define IDD_DLGSERVICES 101
24 #define IDS_APMONITORTITLE 102
25 #define IDS_APMONITORCLASS 103
26 #define IDM_RESTORE 104
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
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