-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresource.h
52 lines (52 loc) · 1.88 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
#define IDD_DLG_MAIN 1000
#define IDC_STC_DOWN 1001
#define IDC_STC_UP 1002
#define IDD_DLG_MORE 1100
#define IDC_CBO_NETCARD 1101
#define IDC_STC_STATUS_L 1130
#define IDC_STC_MAC_L 1131
#define IDC_STC_LIMT_L 1132
#define IDC_STC_STATUS_T 1133
#define IDC_STC_MAC_T 1134
#define IDC_STC_LIMT_T 1135
#define IDC_GRP_IN 1102
#define IDC_STC_INSPEED_L 1103
#define IDC_STC_INOCT_L 1104
#define IDC_STC_INUCAST_L 1105
#define IDC_STC_INNUCAST_L 1106
#define IDC_STC_INDISCARD_L 1107
#define IDC_STC_INERROR_L 1108
#define IDC_STC_INUNKNOWN_L 1109
#define IDC_STC_INSPEED_T 1110
#define IDC_STC_INOCT_T 1111
#define IDC_STC_INUCAST_T 1112
#define IDC_STC_INNUCAST_T 1113
#define IDC_STC_INDISCARD_T 1114
#define IDC_STC_INERROR_T 1115
#define IDC_STC_INUNKNOWN_T 1116
#define IDC_GRP_OUT 1117
#define IDC_STC_OUTSPEED_L 1118
#define IDC_STC_OUTOCT_L 1119
#define IDC_STC_OUTUCAST_L 1120
#define IDC_STC_OUTNUCAST_L 1121
#define IDC_STC_OUTDISCARD_L 1122
#define IDC_STC_OUTERROR_L 1123
#define IDC_STC_OUTSPEED_T 1124
#define IDC_STC_OUTOCT_T 1125
#define IDC_STC_OUTUCAST_T 1126
#define IDC_STC_OUTNUCAST_T 1127
#define IDC_STC_OUTDISCARD_T 1128
#define IDC_STC_OUTERROR_T 1129
#define IDC_STC_TRANSP 1136
#define IDC_TRB_TRANSP 1137
#define IDC_CHK_TOP 1138
#define IDD_DLG_ABOUT 1300
#define IDC_BTN_OK 1301
#define IDC_STC1 1302
#define IDR_POPMENU1 10000
#define IDM_MORE 10001
#define IDM_TOP 10002
#define IDM_ABOUT 10003
#define IDM_EXIT 10004
#define TrayIcon 100
#define IDR_VERSION1 1