3 #define IDI_MAIN_ICON 20
4 #define IDB_ROOT_IMAGE 21
8 #define IDC_TREEVIEW 50
10 #define IDC_STATUSBAR 52
11 #define IDR_MAINMENU 53
15 #define IDC_PROPERTIES 100
16 #define IDC_SCAN_HARDWARE 101
17 #define IDC_ENABLE_DRV 102
18 #define IDC_DISABLE_DRV 103
19 #define IDC_UPDATE_DRV 104
20 #define IDC_UNINSTALL_DRV 105
21 #define IDC_ADD_HARDWARE 106
26 #define IDC_DEVBYTYPE 200
27 #define IDC_DEVBYCONN 201
28 #define IDC_RESBYTYPE 202
29 #define IDC_RESBYCONN 203
30 #define IDC_SHOWHIDDEN 204
33 #define IDD_ABOUTBOX 300
34 #define IDC_LICENSE_EDIT 301
35 #define IDS_APPNAME 302
36 #define IDS_LICENSE 303
39 #define IDS_TOOLTIP_PROP 6000
40 #define IDS_TOOLTIP_REFRESH 6001
41 #define IDS_TOOLTIP_HELP 6002
44 #define IDS_HINT_BLANK 20000
45 #define IDS_HINT_REFRESH 20002
46 #define IDS_HINT_PROP 20003
47 #define IDS_HINT_HELP 20004
48 #define IDS_HINT_ABOUT 20005
49 #define IDS_HINT_EXIT 20006
51 #define IDS_HINT_DEV_BY_TYPE 20020
52 #define IDS_HINT_DEV_BY_CONN 20021
53 #define IDS_HINT_RES_BY_TYPE 20022
54 #define IDS_HINT_RES_BY_CONN 20023
56 /* system menu hints */
57 #define IDS_HINT_SYS_RESTORE 21001
58 #define IDS_HINT_SYS_MOVE 21002
59 #define IDS_HINT_SYS_SIZE 21003
60 #define IDS_HINT_SYS_MINIMIZE 21004
61 #define IDS_HINT_SYS_MAXIMIZE 21005
62 #define IDS_HINT_SYS_CLOSE 21006