move the hardware page dialog into it's own file
[reactos.git] / reactos / lib / devmgr / resource.h
1 #ifndef __DEVMGR_RESOURCE_H
2 #define __DEVMGR_RESOURCE_H
3
4 #define IDI_DEVMGR 100
5 #define IDD_HARDWARE 100
6
7 /* control IDs *must* match, some windows components
8 seem to use them... */
9 #define IDC_DEVICES 0x583
10 #define IDC_LV_DEVICES 0x584
11 #define IDC_PROPERTIESGROUP 0x585
12 #define IDC_MANUFACTURER 0x587
13 #define IDC_LOCATION 0x588
14 #define IDC_STATUS 0x586
15 #define IDC_TROUBLESHOOT 0x589
16 #define IDC_PROPERTIES 0x58A
17
18
19 #define IDS_NAME 0x100
20 #define IDS_TYPE 0x101
21 #define IDS_MANUFACTURER 0x102
22 #define IDS_LOCATION 0x103
23 #define IDS_STATUS 0x104
24
25
26 #endif /* __DEVMGR_RESOURCE_H */
27
28 /* EOF */