Create a branch for working on csrss and co.
[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 #define IDC_DEVBYCONN 105
24 #define IDC_RESBYTYPE 106
25 #define IDC_RESBYCONN 107
26 #define IDC_SHOWHIDDEN 108
27
28 /* tooltips */
29 #define IDS_TOOLTIP_PROP 6000
30 #define IDS_TOOLTIP_REFRESH 6001
31 #define IDS_TOOLTIP_HELP 6002
32 #define IDS_TOOLTIP_EXIT 6003
33
34 /* button bitmaps */
35 #define IDB_PROP 10000
36 #define IDB_REFRESH 10001
37 #define IDB_HELP 10002
38 #define IDB_EXIT 10003
39
40 /* toolbar buttons */
41 #define TBICON_PROP 0
42 #define TBICON_REFRESH 1
43 #define TBICON_HELP 2
44 #define TBICON_EXIT 3
45
46 /* about box info */
47 #define IDD_ABOUTBOX 200
48 #define IDC_LICENSE_EDIT 201
49 #define IDS_APPNAME 202
50 #define IDS_LICENSE 203
51
52
53 /* menu hints */
54 #define IDS_HINT_BLANK 20000
55 #define IDS_HINT_REFRESH 20002
56 #define IDS_HINT_PROP 20003
57 #define IDS_HINT_HELP 20004
58 #define IDS_HINT_ABOUT 20005
59 #define IDS_HINT_EXIT 20006
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