-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResource.h
104 lines (103 loc) · 4.23 KB
/
Resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by App.rc
//
#define IDR_APPICON 2
#define IDR_APPMENU 3
#define IDR_APPACCEL 4
#define IDR_APPTOOLBAR 5
#define IDR_CONTEXT 6
#define IDB_HOST_ICONS 7
#define IDB_SERVICE_ICONS 8
#define ID_FILE_POPUP 100
#define ID_FILE_EXIT 109
#define IDD_SERVICES 140
#define IDD_PROCESSES 141
#define IDR_SERVICES 142
#define IDR_MENU1 143
#define IDR_PROCESSES 143
#define ID_HOST_POPUP 200
#define ID_HOST_ADDHOST 201
#define ID_HOST_EDITHOST 202
#define ID_HOST_REMOVEHOST 203
#define ID_HOST_UP 204
#define ID_HOST_DOWN 205
#define ID_HOST_COPYHOST 206
#define ID_HOST_SERVICES 207
#define ID_HOST_PROCESSES 208
#define ID_HOST_INVOKE_TOOL_1 211
#define ID_HOST_INVOKE_TOOL_2 212
#define ID_HOST_INVOKE_TOOL_3 213
#define ID_HOST_INVOKE_TOOL_4 214
#define ID_HOST_INVOKE_TOOL_5 215
#define ID_HOST_INVOKE_TOOL_6 216
#define ID_HOST_INVOKE_TOOL_7 217
#define ID_HOST_INVOKE_TOOL_8 218
#define ID_HOST_INVOKE_TOOL_9 219
#define ID_HOST_INVOKE_TOOL_19 229
#define ID_VIEW_POPUP 300
#define ID_VIEW_QUERIES 301
#define ID_VIEW_REFRESH 302
#define ID_TOOLS_POPUP 400
#define ID_TOOLS_HOSTTOOLS 401
#define ID_HELP_POPUP 900
#define ID_HELP_CONTENTS 901
#define ID_HELP_ABOUT 902
#define IDC_WEBSITE 1083
#define IDC_EMAIL 1084
#define IDC_VERSION 1085
#define IDC_COPYRIGHT 1086
#define IDC_HOSTS 1086
#define IDC_HOST_NAME 1090
#define IDC_TOOLS 1091
#define IDC_ENVIRONMENT 1091
#define IDC_ADD 1092
#define IDC_DESCRIPTION 1092
#define IDC_EDIT 1093
#define IDC_NAME 1093
#define IDC_LOGON 1093
#define IDC_DELETE 1094
#define IDC_CMD_LINE 1095
#define IDC_COPY 1095
#define IDC_REFRESH 1096
#define IDC_CHECK_HOST 1097
#define IDC_UP 1098
#define IDC_DOWN 1099
#define IDC_MONITOR 1100
#define IDC_USER 1101
#define IDC_PASSWORD 1102
#define IDC_QUERIES 1102
#define IDC_TITLE 1103
#define IDC_WMI_CLASS 1104
#define IDC_WMI_PROPERTY 1105
#define IDC_SERVICES 1105
#define IDC_FILTER 1106
#define IDC_PROCESSES 1106
#define IDC_VALUE 1107
#define IDC_FORMAT 1108
#define IDC_TEMPLATES 1109
#define IDC_APPLY 1110
#define IDC_START 1111
#define IDC_RESTART 1112
#define IDC_STOP 1113
#define IDC_TERMINATE 1114
#define IDD_MAIN 5000
#define IDD_ABOUT 5001
#define IDD_ADDEDIT_HOST 5002
#define IDD_HOST_TOOLS 5003
#define IDD_HOST_TOOL 5004
#define IDD_LOGON 5005
#define IDD_QUERIES 5006
#define IDD_QUERY 5007
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 144
#define _APS_NEXT_COMMAND_VALUE 182
#define _APS_NEXT_CONTROL_VALUE 1115
#define _APS_NEXT_SYMED_VALUE 106
#endif
#endif