mirror of
https://github.com/reactos/reactos.git
synced 2026-09-15 06:10:07 +08:00
29 lines
605 B
C
29 lines
605 B
C
#ifndef __DEVMGR_RESOURCE_H
|
|
#define __DEVMGR_RESOURCE_H
|
|
|
|
#define IDI_DEVMGR 100
|
|
#define IDD_HARDWARE 100
|
|
|
|
/* control IDs *must* match, some windows components
|
|
seem to use them... */
|
|
#define IDC_DEVICES 0x583
|
|
#define IDC_LV_DEVICES 0x584
|
|
#define IDC_PROPERTIESGROUP 0x585
|
|
#define IDC_MANUFACTURER 0x587
|
|
#define IDC_LOCATION 0x588
|
|
#define IDC_STATUS 0x586
|
|
#define IDC_TROUBLESHOOT 0x589
|
|
#define IDC_PROPERTIES 0x58A
|
|
|
|
|
|
#define IDS_NAME 0x100
|
|
#define IDS_TYPE 0x101
|
|
#define IDS_MANUFACTURER 0x102
|
|
#define IDS_LOCATION 0x103
|
|
#define IDS_STATUS 0x104
|
|
|
|
|
|
#endif /* __DEVMGR_RESOURCE_H */
|
|
|
|
/* EOF */
|