[DEVMGR]
[reactos.git] / reactos / dll / win32 / devmgr / devmgmt / Resource.h
1 #define IDC_STATIC -1
2
3 #define IDI_MAIN_ICON 20
4 #define IDB_ROOT_IMAGE 21
5 #define IDB_TOOLBAR 22
6
7 /* windows */
8 #define IDC_TREEVIEW 50
9 #define IDC_TOOLBAR 51
10 #define IDC_STATUSBAR 52
11 #define IDR_MAINMENU 53
12 #define IDR_POPUP 54
13
14 /* Actions */
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
22 #define IDC_ABOUT 107
23 #define IDC_EXIT 108
24
25 /* view menu */
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
31
32 /* about box info */
33 #define IDD_ABOUTBOX 300
34 #define IDC_LICENSE_EDIT 301
35 #define IDS_APPNAME 302
36 #define IDS_LICENSE 303
37
38 /* tooltips */
39 #define IDS_TOOLTIP_PROP 6000
40 #define IDS_TOOLTIP_REFRESH 6001
41 #define IDS_TOOLTIP_HELP 6002
42
43 /* menu hints */
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
50
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
55
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
63