use a .spec file and fix the export ordinals
[reactos.git] / reactos / lib / devmgr / resource.h
1 #ifndef __DEVMGR_RESOURCE_H
2 #define __DEVMGR_RESOURCE_H
3
4 #define IDI_DEVMGR 100
5
6 #define IDD_HARDWARE 100
7 #define IDD_DEVICEGENERAL 101
8 #define IDD_DEVICEDRIVER 102
9 #define IDD_DEVICERESOURCES 103
10 #define IDD_DRIVERDETAILS 104
11
12 #define IDC_DEVICON 0x57B
13 #define IDC_DEVNAME 0x57C
14 #define IDC_DEVTYPE 0x57D
15 #define IDC_DEVMANUFACTURER 0x57E
16 #define IDC_DEVLOCATION 0x57F
17 #define IDC_DEVSTATUSGROUP 0x580
18 #define IDC_DEVSTATUS 0x581
19 #define IDC_DEVUSAGE 0x582
20 #define IDC_DEVICES 0x583
21 #define IDC_LV_DEVICES 0x584
22 #define IDC_PROPERTIESGROUP 0x585
23 #define IDC_MANUFACTURER 0x587
24 #define IDC_LOCATION 0x588
25 #define IDC_STATUS 0x586
26 #define IDC_TROUBLESHOOT 0x589
27 #define IDC_PROPERTIES 0x58A
28 #define IDC_DEVUSAGELABEL 0x58B
29 #define IDC_DEVPROBLEM 0x58C
30 #define IDC_DRVPROVIDER 0x58D
31 #define IDC_DRVDATE 0x58E
32 #define IDC_DRVVERSION 0x58F
33 #define IDC_DIGITALSIGNER 0x590
34 #define IDC_DRIVERDETAILS 0x591
35 #define IDC_DRIVERFILES 0x592
36 #define IDC_FILEPROVIDER 0x593
37 #define IDC_FILEVERSION 0x594
38 #define IDC_FILECOPYRIGHT 0x594
39
40 #define IDS_NAME 0x100
41 #define IDS_TYPE 0x101
42 #define IDS_MANUFACTURER 0x102
43 #define IDS_LOCATION 0x103
44 #define IDS_STATUS 0x104
45 #define IDS_UNKNOWN 0x105
46 #define IDS_LOCATIONSTR 0x106
47 #define IDS_DEVCODE 0x107
48 #define IDS_DEVCODE2 0x108
49 #define IDS_ENABLEDEVICE 0x109
50 #define IDS_DISABLEDEVICE 0x10A
51 #define IDS_UNKNOWNDEVICE 0x10B
52 #define IDS_NODRIVERLOADED 0x10C
53 #define IDS_DEVONPARENT 0x10D
54 #define IDS_TROUBLESHOOTDEV 0x10E
55 #define IDS_ENABLEDEV 0x10F
56 #define IDS_PROPERTIES 0x110
57 #define IDS_UPDATEDRV 0x111
58 #define IDS_REINSTALLDRV 0x112
59 #define IDS_REBOOT 0x113
60 #define IDS_NOTAVAILABLE 0x114
61 #define IDS_NOTDIGITALLYSIGNED 0x115
62 #define IDS_NODRIVERS 0x116
63
64 #define IDS_DEV_NO_PROBLEM 0x200
65 #define IDS_DEV_NOT_CONFIGURED 0x201
66 #define IDS_DEV_DEVLOADER_FAILED 0x202
67 #define IDS_DEV_DEVLOADER_FAILED2 0x203
68 #define IDS_DEV_OUT_OF_MEMORY 0x204
69 #define IDS_DEV_ENTRY_IS_WRONG_TYPE 0x205
70 #define IDS_DEV_LACKED_ARBITRATOR 0x206
71 #define IDS_DEV_BOOT_CONFIG_CONFLICT 0x207
72 #define IDS_DEV_FAILED_FILTER 0x208
73 #define IDS_DEV_DEVLOADER_NOT_FOUND 0x209
74 #define IDS_DEV_DEVLOADER_NOT_FOUND2 0x20A
75 #define IDS_DEV_DEVLOADER_NOT_FOUND3 0x20B
76 #define IDS_DEV_INVALID_DATA 0x20C
77 #define IDS_DEV_INVALID_DATA2 0x20D
78 #define IDS_DEV_FAILED_START 0x20E
79 #define IDS_DEV_LIAR 0x20F
80 #define IDS_DEV_NORMAL_CONFLICT 0x210
81 #define IDS_DEV_NOT_VERIFIED 0x211
82 #define IDS_DEV_NEED_RESTART 0x212
83 #define IDS_DEV_REENUMERATION 0x213
84 #define IDS_DEV_PARTIAL_LOG_CONF 0x214
85 #define IDS_DEV_UNKNOWN_RESOURCE 0x215
86 #define IDS_DEV_REINSTALL 0x216
87 #define IDS_DEV_REGISTRY 0x217
88 #define IDS_DEV_WILL_BE_REMOVED 0x218
89 #define IDS_DEV_DISABLED 0x219
90 #define IDS_DEV_DISABLED2 0x21A
91 #define IDS_DEV_DEVLOADER_NOT_READY 0x21B
92 #define IDS_DEV_DEVLOADER_NOT_READY2 0x21C
93 #define IDS_DEV_DEVLOADER_NOT_READY3 0x21D
94 #define IDS_DEV_DEVICE_NOT_THERE 0x21E
95 #define IDS_DEV_MOVED 0x21F
96 #define IDS_DEV_TOO_EARLY 0x220
97 #define IDS_DEV_NO_VALID_LOG_CONF 0x221
98 #define IDS_DEV_FAILED_INSTALL 0x222
99 #define IDS_DEV_HARDWARE_DISABLED 0x223
100 #define IDS_DEV_CANT_SHARE_IRQ 0x224
101 #define IDS_DEV_FAILED_ADD 0x225
102 #define IDS_DEV_DISABLED_SERVICE 0x226
103 #define IDS_DEV_TRANSLATION_FAILED 0x227
104 #define IDS_DEV_NO_SOFTCONFIG 0x228
105 #define IDS_DEV_BIOS_TABLE 0x229
106 #define IDS_DEV_IRQ_TRANSLATION_FAILED 0x22A
107 #define IDS_DEV_FAILED_DRIVER_ENTRY 0x22B
108 #define IDS_DEV_DRIVER_FAILED_PRIOR_UNLOAD 0x22C
109 #define IDS_DEV_DRIVER_FAILED_LOAD 0x22D
110 #define IDS_DEV_DRIVER_SERVICE_KEY_INVALID 0x22E
111 #define IDS_DEV_LEGACY_SERVICE_NO_DEVICES 0x22F
112 #define IDS_DEV_DUPLICATE_DEVICE 0x230
113 #define IDS_DEV_FAILED_POST_START 0x231
114 #define IDS_DEV_HALTED 0x232
115 #define IDS_DEV_PHANTOM 0x233
116 #define IDS_DEV_SYSTEM_SHUTDOWN 0x234
117 #define IDS_DEV_HELD_FOR_EJECT 0x235
118 #define IDS_DEV_DRIVER_BLOCKED 0x236
119 #define IDS_DEV_REGISTRY_TOO_LARGE 0x237
120 #define IDS_DEV_SETPROPERTIES_FAILED 0x238
121
122 #endif /* __DEVMGR_RESOURCE_H */
123
124 /* EOF */