Sync to trunk r65566.
[reactos.git] / base / applications / mscutils / devmgmt_new / Resource.h
1 #define IDC_STATIC -1
2
3 #define IDI_MAIN_ICON 50
4 #define IDB_ROOT_IMAGE 51
5
6 /* windows */
7 #define IDC_TREEVIEW 1000
8 #define IDC_TOOLBAR 1001
9 #define IDC_STATUSBAR 1002
10
11 /* commands */
12 #define IDC_PROP 2000
13 #define IDC_REFRESH 2001
14 #define IDC_PRINT 2002
15 #define IDC_EXIT 2003
16 #define IDC_ABOUT 4031
17
18 /* menus */
19 #define IDR_MAINMENU 102
20 #define IDR_POPUP 103
21 #define IDC_DEVBYTYPE 104
22 #define IDC_DEVBYCONN 105
23 #define IDC_RESBYTYPE 106
24 #define IDC_RESBYCONN 107
25 #define IDC_SHOWHIDDEN 108
26
27 /* tooltips */
28 #define IDS_TOOLTIP_PROP 6000
29 #define IDS_TOOLTIP_REFRESH 6001
30 #define IDS_TOOLTIP_HELP 6002
31
32 /* button bitmaps */
33 #define IDB_PROP 10000
34 #define IDB_REFRESH 10001
35
36 /* toolbar buttons */
37 #define TBICON_PROP 0
38 #define TBICON_REFRESH 1
39 #define TBICON_HELP 2
40
41 /* about box info */
42 #define IDD_ABOUTBOX 200
43 #define IDC_LICENSE_EDIT 201
44 #define IDS_APPNAME 202
45 #define IDS_LICENSE 203
46
47
48 /* menu hints */
49 #define IDS_HINT_BLANK 20000
50 #define IDS_HINT_REFRESH 20002
51 #define IDS_HINT_PROP 20003
52 #define IDS_HINT_HELP 20004
53 #define IDS_HINT_ABOUT 20005
54 #define IDS_HINT_EXIT 20006
55
56 #define IDS_HINT_DEV_BY_TYPE 20020
57 #define IDS_HINT_DEV_BY_CONN 20021
58 #define IDS_HINT_RES_BY_TYPE 20022
59 #define IDS_HINT_RES_BY_CONN 20023
60
61 /* system menu hints */
62 #define IDS_HINT_SYS_RESTORE 21001
63 #define IDS_HINT_SYS_MOVE 21002
64 #define IDS_HINT_SYS_SIZE 21003
65 #define IDS_HINT_SYS_MINIMIZE 21004
66 #define IDS_HINT_SYS_MAXIMIZE 21005
67 #define IDS_HINT_SYS_CLOSE 21006
68