00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #define IDD_DLGSERVICES 101
00021 #define IDS_APMONITORTITLE 102
00022 #define IDS_APMONITORCLASS 103
00023 #define IDM_RESTORE 104
00024 #define IDM_EXIT 105
00025 #define IDI_APSRVMON 106
00026 #define IDI_ICOSTOP 107
00027 #define IDI_ICORUN 108
00028 #define IDC_STATBAR 109
00029 #define IDC_SSTATUS 110
00030 #define IDB_BMPSTOP 111
00031 #define IDB_BMPRUN 112
00032 #define IDB_BMPHEADER 114
00033 #define IDL_SERVICES 115
00034 #define IDL_STDOUT 116
00035 #define IDC_SSTART 117
00036 #define IDC_SSTOP 118
00037 #define IDC_SRESTART 119
00038 #define IDC_SEXIT 120
00039 #define IDC_SMANAGER 121
00040 #define IDD_DLGCONNECT 122
00041 #define IDC_LREMOTE 123
00042 #define IDC_LBROWSE 124
00043 #define IDC_COMPUTER 125
00044 #define IDC_SCONNECT 126
00045 #define IDC_SDISCONN 127
00046 #define IDS_MSG_FIRST 256
00047 #define IDS_MSG_APPRUNNING 256
00048 #define IDS_MSG_ERROR 257
00049 #define IDS_MSG_RUNNINGALL 258
00050 #define IDS_MSG_RUNNING 259
00051 #define IDS_MSG_RUNNINGNONE 260
00052 #define IDS_MSG_NOSERVICES 261
00053 #define IDS_MSG_MNUSERVICES 262
00054 #define IDS_MSG_MNUSHOW 263
00055 #define IDS_MSG_MNUEXIT 264
00056 #define IDS_MSG_SRVSTART 265
00057 #define IDS_MSG_SRVSTARTED 266
00058 #define IDS_MSG_SRVSTOP 267
00059 #define IDS_MSG_SRVSTOPPED 268
00060 #define IDS_MSG_SRVRESTART 269
00061 #define IDS_MSG_SRVRESTARTED 270
00062 #define IDS_MSG_SRVFAILED 271
00063 #define IDS_MSG_SSTART 272
00064 #define IDS_MSG_SSTOP 273
00065 #define IDS_MSG_SRESTART 274
00066 #define IDS_MSG_SERVICES 275
00067 #define IDS_MSG_CONNECT 276
00068 #define IDS_MSG_ECONNECT 277
00069 #define IDS_MSG_LAST 277
00070 #define IDM_SM_SERVICE 0x1100
00071 #define IDM_SM_START 0x1200
00072 #define IDM_SM_STOP 0x1400
00073 #define IDM_SM_RESTART 0x1800
00074 #define IDC_STATIC -1
00075