The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / base / applications / mscutils / devmgmt / 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_PROGHELP 2003
16 #define IDC_EXIT 2004
17 #define IDC_ABOUT 4031
18
19 /* menus */
20 #define IDR_MAINMENU 102
21 #define IDR_POPUP 103
22 #define IDC_DEVBYTYPE 104
23
24 /* tooltips */
25 #define IDS_TOOLTIP_PROP 6000
26 #define IDS_TOOLTIP_REFRESH 6001
27 #define IDS_TOOLTIP_HELP 6002
28 #define IDS_TOOLTIP_EXIT 6003
29
30 /* button bitmaps */
31 #define IDB_PROP 10000
32 #define IDB_REFRESH 10001
33 #define IDB_HELP 10002
34 #define IDB_EXIT 10003
35
36 /* toolbar buttons */
37 #define TBICON_PROP 0
38 #define TBICON_REFRESH 1
39 #define TBICON_HELP 2
40 #define TBICON_EXIT 3
41
42 /* about box info */
43 #define IDD_ABOUTBOX 200
44 #define IDC_LICENSE_EDIT 201
45 #define IDS_APPNAME 202
46 #define IDS_LICENSE 203
47
48
49 /* menu hints */
50 #define IDS_HINT_BLANK 20000
51 #define IDS_HINT_REFRESH 20002
52 #define IDS_HINT_PROP 20003
53 #define IDS_HINT_HELP 20004
54 #define IDS_HINT_ABOUT 20005
55 #define IDS_HINT_EXIT 20006
56
57 /* system menu hints */
58 #define IDS_HINT_SYS_RESTORE 21001
59 #define IDS_HINT_SYS_MOVE 21002
60 #define IDS_HINT_SYS_SIZE 21003
61 #define IDS_HINT_SYS_MINIMIZE 21004
62 #define IDS_HINT_SYS_MAXIMIZE 21005
63 #define IDS_HINT_SYS_CLOSE 21006