[USB-BRINGUP-TRUNK]
[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
23 /* tooltips */
24 #define IDS_TOOLTIP_PROP 6000
25 #define IDS_TOOLTIP_REFRESH 6001
26 #define IDS_TOOLTIP_HELP 6002
27 #define IDS_TOOLTIP_EXIT 6003
28
29 /* button bitmaps */
30 #define IDB_PROP 10000
31 #define IDB_REFRESH 10001
32
33 /* toolbar buttons */
34 #define TBICON_PROP 0
35 #define TBICON_REFRESH 1
36 #define TBICON_HELP 2
37 #define TBICON_EXIT 3
38
39 /* about box info */
40 #define IDD_ABOUTBOX 200
41 #define IDC_LICENSE_EDIT 201
42 #define IDS_APPNAME 202
43 #define IDS_LICENSE 203
44
45
46 /* menu hints */
47 #define IDS_HINT_BLANK 20000
48 #define IDS_HINT_REFRESH 20002
49 #define IDS_HINT_PROP 20003
50 #define IDS_HINT_HELP 20004
51 #define IDS_HINT_ABOUT 20005
52 #define IDS_HINT_EXIT 20006
53
54 /* system menu hints */
55 #define IDS_HINT_SYS_RESTORE 21001
56 #define IDS_HINT_SYS_MOVE 21002
57 #define IDS_HINT_SYS_SIZE 21003
58 #define IDS_HINT_SYS_MINIMIZE 21004
59 #define IDS_HINT_SYS_MAXIMIZE 21005
60 #define IDS_HINT_SYS_CLOSE 21006
61