Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

396 lines
16 KiB

  1. /*++
  2. Copyright (c) Microsoft Corporation, 2000
  3. Module Name :
  4. resource.h
  5. Abstract :
  6. Include file to be used by proppage.rc
  7. Revision History :
  8. --*/
  9. #define IDS_IDE_PIO_ONLY 1
  10. #define IDS_IDE_DMA 2
  11. #define IDS_IDE_AUTO_DETECT 3
  12. #define IDS_IDE_NONE 4
  13. #define IDS_ADVANCED 6
  14. #define IDS_IDE_SAVE_ERROR 7
  15. #define IDS_IDE_SAVE_ERROR_TITLE 8
  16. #define IDS_VOLUME_VOLUME 9
  17. #define IDS_VOLUME_CAPACITY 10
  18. #define IDS_DISK_INFO_NOT_FOUND 12
  19. #define IDS_DISK_INFO_NOT_FOUND_TITLE 13
  20. #define ID_IDE_PROPPAGE 104
  21. #define ID_DISK_PROPPAGE 106
  22. #define ID_SCSI_PROPPAGE 107
  23. #define ID_STORAGE_PROPPAGE 108
  24. #define ID_DVD_PROPPAGE 109
  25. #define ID_VOLUME_PROPPAGE 110
  26. #define IDB_DISK 113
  27. #define ID_CDROM_PROPPAGE 114
  28. #define IDD_VOLUME 115
  29. #define IDC_CAPACITY 290
  30. #define IDC_VOLUME_LIST 306
  31. #define IDC_DRV_PIE 1001
  32. #define IDC_MASTER_XFER_MODE 1003
  33. #define IDC_SLAVE_XFER_MODE 1004
  34. #define IDC_MASTER_DEVICE_TYPE 1007
  35. #define IDC_SLAVE_DEVICE_TYPE 1008
  36. #define IDC_DVD_COUNTRY_LIST 1009
  37. #define IDC_NEW_REGION 1011
  38. #define IDC_CURRENT_REGION 1013
  39. #define IDC_CHANGE_TEXT 1014
  40. #define IDC_DVD_HELP 1015
  41. #define IDC_MASTER_CURRENT_XFER_MODE 1016
  42. #define IDC_SLAVE_CURRENT_XFER_MODE 1017
  43. #define IDC_SCSI_TAGGED_QUEUING 1022
  44. #define IDC_SCSI_SYNCHONOUS_TX 1023
  45. #define IDC_SCSI_LUN 1026
  46. #define IDC_SCSI_LUN2 1027
  47. #define IDC_SCSI_LUN3 1028
  48. #define IDC_CDROM_REDBOOK_ENABLE 1033
  49. #define IDC_CDROM_REDBOOK_DISABLE 1034
  50. #define IDC_CDROM_IS_DRIVE_GOOD 1035
  51. #define IDC_VOLUME_DISKPERF_ENABLE 1036
  52. #define IDC_DVD_CAUTION 1037
  53. #define IDC_DVD_CHANGE_HELP 1038
  54. #define IDC_PIO_MODE_STRING 1050
  55. #define IDC_DMA_MODE_STRING 1051
  56. #define IDC_UDMA_MODE_STRING 1052
  57. #define IDC_NO_MODE_STRING 1053
  58. #define IDC_DISK 1071
  59. #define IDC_TYPE 1072
  60. #define IDC_SPACE 1073
  61. #define IDC_STATUS 1074
  62. #define IDC_RESERVED 1075
  63. #define IDC_PARTSTYLE 1076
  64. #define IDC_VOLUME_PROPERTY 1090
  65. #define IDC_VOLUME_POPULATE 1091
  66. #define IDC_DISK_STATIC 1139
  67. #define IDC_TYPE_STATIC 1140
  68. #define IDC_STATUS_STATIC 1141
  69. #define IDC_SPACE_STATIC 1142
  70. #define IDC_CAPACITY_STATIC 1143
  71. #define IDC_RESERVED_STATIC 1144
  72. #define IDC_PARTSTYLE_STATIC 1145
  73. #define IDC_VOLUMELIST_STATIC 1147
  74. #define IDC_DIV1_STATIC 1186
  75. #define DVD_REGION1_NAME 2000
  76. #define DVD_REGION2_NAME 2001
  77. #define DVD_REGION3_NAME 2002
  78. #define DVD_REGION4_NAME 2003
  79. #define DVD_REGION5_NAME 2004
  80. #define DVD_REGION6_NAME 2005
  81. #define DVD_REGION7_NAME 2006
  82. #define DVD_REGION8_NAME 2007
  83. #define DVD_NOREGION_NAME 2008
  84. #define DVD_SET_RPC_CONFIRM_TITLE 2010
  85. #define DVD_SET_RPC_CONFIRM 2011
  86. #define DVD_SET_RPC_CONFIRM_LAST_CHANCE 2012
  87. #define DVD_SET_RPC_ERROR_TITLE 2013
  88. #define DVD_SET_RPC_ERROR 2014
  89. #define DVD_HELP 2015
  90. #define DVD_CHANGE_TEXT 2016
  91. #define DVD_CAUTION 2017
  92. #define DVD_CHANGE_HELP 2018
  93. #define REDBOOK_UNKNOWN_DRIVE_CONFIRM 3000
  94. #define REDBOOK_UNKNOWN_DRIVE_CONFIRM_TITLE 3001
  95. #define IDC_MWDMA_MODE2_STRING 3002
  96. #define IDC_MWDMA_MODE1_STRING 3003
  97. #define IDC_SWDMA_MODE2_STRING 3004
  98. #define IDC_UDMA_MODE0_STRING 3005
  99. #define IDC_UDMA_MODE1_STRING 3006
  100. #define IDC_UDMA_MODE2_STRING 3007
  101. #define IDC_UDMA_MODE3_STRING 3008
  102. #define IDC_UDMA_MODE4_STRING 3009
  103. #define IDC_UDMA_MODE5_STRING 3010
  104. //
  105. // Recoding region numbers to the 5000 block.
  106. // (2000 == win2k, 3000 = sp1. )
  107. //
  108. // numbers 2100 - 2600 and 4100 - 4600 are reserved due
  109. // to previous use and MUI's inability to update resouces
  110. // for service packs:
  111. // Region numbers had to be recoded to avoid MUI.dll mixup
  112. //
  113. // This is being done to make it very obvious to the MUI folks
  114. // that the region names have been changed (again).
  115. //
  116. #define DVD_REGION1_00 3100
  117. #define DVD_REGION1_01 3101
  118. #define DVD_REGION1_02 3102
  119. #define DVD_REGION1_03 3103
  120. #define DVD_REGION1_04 3104
  121. #define DVD_REGION1_05 3105
  122. #define DVD_REGION1_06 3106
  123. #define DVD_REGION1_07 3107
  124. #define DVD_MAX_REGION1 8
  125. #define DVD_REGION2_00 3200
  126. #define DVD_REGION2_01 3201
  127. #define DVD_REGION2_02 3202
  128. #define DVD_REGION2_03 3203
  129. #define DVD_REGION2_04 3204
  130. #define DVD_REGION2_05 3205
  131. #define DVD_REGION2_06 3206
  132. #define DVD_REGION2_07 3207
  133. #define DVD_REGION2_08 3208
  134. #define DVD_REGION2_09 3209
  135. #define DVD_REGION2_10 3210
  136. #define DVD_REGION2_11 3211
  137. #define DVD_REGION2_12 3212
  138. #define DVD_REGION2_13 3213
  139. #define DVD_REGION2_14 3214
  140. #define DVD_REGION2_15 3215
  141. #define DVD_REGION2_16 3216
  142. #define DVD_REGION2_17 3217
  143. #define DVD_REGION2_18 3218
  144. #define DVD_REGION2_19 3219
  145. #define DVD_REGION2_20 3220
  146. #define DVD_REGION2_21 3221
  147. #define DVD_REGION2_22 3222
  148. #define DVD_REGION2_23 3223
  149. #define DVD_REGION2_24 3224
  150. #define DVD_REGION2_25 3225
  151. #define DVD_REGION2_26 3226
  152. #define DVD_REGION2_27 3227
  153. #define DVD_REGION2_28 3228
  154. #define DVD_REGION2_29 3229
  155. #define DVD_REGION2_30 3230
  156. #define DVD_REGION2_31 3231
  157. #define DVD_REGION2_32 3232
  158. #define DVD_REGION2_33 3233
  159. #define DVD_REGION2_34 3234
  160. #define DVD_REGION2_35 3235
  161. #define DVD_REGION2_36 3236
  162. #define DVD_REGION2_37 3237
  163. #define DVD_REGION2_38 3238
  164. #define DVD_REGION2_39 3239
  165. #define DVD_REGION2_40 3240
  166. #define DVD_REGION2_41 3241
  167. #define DVD_REGION2_42 3242
  168. #define DVD_REGION2_43 3243
  169. #define DVD_REGION2_44 3244
  170. #define DVD_REGION2_45 3245
  171. #define DVD_REGION2_46 3246
  172. #define DVD_REGION2_47 3247
  173. #define DVD_REGION2_48 3248
  174. #define DVD_REGION2_49 3249
  175. #define DVD_REGION2_50 3250
  176. #define DVD_REGION2_51 3251
  177. #define DVD_REGION2_52 3252
  178. #define DVD_REGION2_53 3253
  179. #define DVD_REGION2_54 3254
  180. #define DVD_REGION2_55 3255
  181. #define DVD_REGION2_56 3256
  182. #define DVD_REGION2_57 3257
  183. #define DVD_REGION2_58 3258
  184. #define DVD_REGION2_59 3259
  185. #define DVD_REGION2_60 3260
  186. #define DVD_REGION2_61 3261
  187. #define DVD_REGION2_62 3262
  188. #define DVD_REGION2_63 3263
  189. #define DVD_MAX_REGION2 64
  190. #define DVD_REGION3_00 3400
  191. #define DVD_REGION3_01 3401
  192. #define DVD_REGION3_02 3402
  193. #define DVD_REGION3_03 3403
  194. #define DVD_REGION3_04 3404
  195. #define DVD_REGION3_05 3405
  196. #define DVD_REGION3_06 3406
  197. #define DVD_REGION3_07 3407
  198. #define DVD_REGION3_08 3408
  199. #define DVD_REGION3_09 3409
  200. #define DVD_REGION3_10 3410
  201. #define DVD_REGION3_11 3411
  202. #define DVD_REGION3_12 3412
  203. #define DVD_REGION3_13 3413
  204. #define DVD_REGION3_14 3414
  205. #define DVD_MAX_REGION3 15
  206. #define DVD_REGION4_00 3500
  207. #define DVD_REGION4_01 3501
  208. #define DVD_REGION4_02 3502
  209. #define DVD_REGION4_03 3503
  210. #define DVD_REGION4_04 3504
  211. #define DVD_REGION4_05 3505
  212. #define DVD_REGION4_06 3506
  213. #define DVD_REGION4_07 3507
  214. #define DVD_REGION4_08 3508
  215. #define DVD_REGION4_09 3509
  216. #define DVD_REGION4_10 3510
  217. #define DVD_REGION4_11 3511
  218. #define DVD_REGION4_12 3512
  219. #define DVD_REGION4_13 3513
  220. #define DVD_REGION4_14 3514
  221. #define DVD_REGION4_15 3515
  222. #define DVD_REGION4_16 3516
  223. #define DVD_REGION4_17 3517
  224. #define DVD_REGION4_18 3518
  225. #define DVD_REGION4_19 3519
  226. #define DVD_REGION4_20 3520
  227. #define DVD_REGION4_21 3521
  228. #define DVD_REGION4_22 3522
  229. #define DVD_REGION4_23 3523
  230. #define DVD_REGION4_24 3524
  231. #define DVD_REGION4_25 3525
  232. #define DVD_REGION4_26 3526
  233. #define DVD_REGION4_27 3527
  234. #define DVD_REGION4_28 3528
  235. #define DVD_REGION4_29 3529
  236. #define DVD_REGION4_30 3530
  237. #define DVD_REGION4_31 3531
  238. #define DVD_REGION4_32 3532
  239. #define DVD_REGION4_33 3533
  240. #define DVD_REGION4_34 3534
  241. #define DVD_REGION4_35 3535
  242. #define DVD_REGION4_36 3536
  243. #define DVD_REGION4_37 3537
  244. #define DVD_REGION4_38 3538
  245. #define DVD_REGION4_39 3539
  246. #define DVD_REGION4_40 3540
  247. #define DVD_REGION4_41 3541
  248. #define DVD_REGION4_42 3542
  249. #define DVD_REGION4_43 3543
  250. #define DVD_REGION4_44 3544
  251. #define DVD_REGION4_45 3545
  252. #define DVD_REGION4_46 3546
  253. #define DVD_REGION4_47 3547
  254. #define DVD_REGION4_48 3548
  255. #define DVD_REGION4_49 3549
  256. #define DVD_REGION4_50 3550
  257. #define DVD_REGION4_51 3551
  258. #define DVD_REGION4_52 3552
  259. #define DVD_REGION4_53 3553
  260. #define DVD_REGION4_54 3554
  261. #define DVD_REGION4_55 3555
  262. #define DVD_REGION4_56 3556
  263. #define DVD_REGION4_57 3557
  264. #define DVD_REGION4_58 3558
  265. #define DVD_REGION4_59 3559
  266. #define DVD_REGION4_60 3560
  267. #define DVD_REGION4_61 3561
  268. #define DVD_REGION4_62 3562
  269. #define DVD_REGION4_63 3563
  270. #define DVD_REGION4_64 3564
  271. #define DVD_REGION4_65 3565
  272. #define DVD_REGION4_66 3566
  273. #define DVD_REGION4_67 3567
  274. #define DVD_REGION4_68 3568
  275. #define DVD_REGION4_69 3569
  276. #define DVD_REGION4_70 3570
  277. #define DVD_REGION4_71 3571
  278. #define DVD_REGION4_72 3572
  279. #define DVD_MAX_REGION4 73
  280. #define DVD_REGION5_00 3700
  281. #define DVD_REGION5_01 3701
  282. #define DVD_REGION5_02 3702
  283. #define DVD_REGION5_03 3703
  284. #define DVD_REGION5_04 3704
  285. #define DVD_REGION5_05 3705
  286. #define DVD_REGION5_06 3706
  287. #define DVD_REGION5_07 3707
  288. #define DVD_REGION5_08 3708
  289. #define DVD_REGION5_09 3709
  290. #define DVD_REGION5_10 3710
  291. #define DVD_REGION5_11 3711
  292. #define DVD_REGION5_12 3712
  293. #define DVD_REGION5_13 3713
  294. #define DVD_REGION5_14 3714
  295. #define DVD_REGION5_15 3715
  296. #define DVD_REGION5_16 3716
  297. #define DVD_REGION5_17 3717
  298. #define DVD_REGION5_18 3718
  299. #define DVD_REGION5_19 3719
  300. #define DVD_REGION5_20 3720
  301. #define DVD_REGION5_21 3721
  302. #define DVD_REGION5_22 3722
  303. #define DVD_REGION5_23 3723
  304. #define DVD_REGION5_24 3724
  305. #define DVD_REGION5_25 3725
  306. #define DVD_REGION5_26 3726
  307. #define DVD_REGION5_27 3727
  308. #define DVD_REGION5_28 3728
  309. #define DVD_REGION5_29 3729
  310. #define DVD_REGION5_30 3730
  311. #define DVD_REGION5_31 3731
  312. #define DVD_REGION5_32 3732
  313. #define DVD_REGION5_33 3733
  314. #define DVD_REGION5_34 3734
  315. #define DVD_REGION5_35 3735
  316. #define DVD_REGION5_36 3736
  317. #define DVD_REGION5_37 3737
  318. #define DVD_REGION5_38 3738
  319. #define DVD_REGION5_39 3739
  320. #define DVD_REGION5_40 3740
  321. #define DVD_REGION5_41 3741
  322. #define DVD_REGION5_42 3742
  323. #define DVD_REGION5_43 3743
  324. #define DVD_REGION5_44 3744
  325. #define DVD_REGION5_45 3745
  326. #define DVD_REGION5_46 3746
  327. #define DVD_REGION5_47 3747
  328. #define DVD_REGION5_48 3748
  329. #define DVD_REGION5_49 3749
  330. #define DVD_REGION5_50 3750
  331. #define DVD_REGION5_51 3751
  332. #define DVD_REGION5_52 3752
  333. #define DVD_REGION5_53 3753
  334. #define DVD_REGION5_54 3754
  335. #define DVD_REGION5_55 3755
  336. #define DVD_REGION5_56 3756
  337. #define DVD_REGION5_57 3757
  338. #define DVD_REGION5_58 3758
  339. #define DVD_REGION5_59 3759
  340. #define DVD_REGION5_60 3760
  341. #define DVD_REGION5_61 3761
  342. #define DVD_REGION5_62 3762
  343. #define DVD_REGION5_63 3763
  344. #define DVD_REGION5_64 3764
  345. #define DVD_REGION5_65 3765
  346. #define DVD_REGION5_66 3766
  347. #define DVD_REGION5_67 3767
  348. #define DVD_REGION5_68 3768
  349. #define DVD_REGION5_69 3769
  350. #define DVD_REGION5_70 3770
  351. #define DVD_REGION5_71 3771
  352. #define DVD_REGION5_72 3772
  353. #define DVD_REGION5_73 3773
  354. #define DVD_REGION5_74 3774
  355. #define DVD_REGION5_75 3775
  356. #define DVD_REGION5_76 3776
  357. #define DVD_REGION5_77 3777
  358. #define DVD_MAX_REGION5 78
  359. #define DVD_REGION6_00 3900
  360. #define DVD_MAX_REGION6 1
  361. #define MAX_REGIONS 6
  362. #define IDC_DISK_POLICY_GROUP 5400
  363. #define IDC_DISK_POLICY_SURPRISE 5401
  364. #define IDC_DISK_POLICY_SURPRISE_MESG 5402
  365. #define IDC_DISK_POLICY_ORDERLY 5403
  366. #define IDC_DISK_POLICY_ORDERLY_MESG 5404
  367. #define IDC_DISK_POLICY_ORDERLY_MSGD 5405
  368. #define IDC_DISK_POLICY_WRITE_CACHE 5406
  369. #define IDC_DISK_POLICY_WRITE_CACHE_ICON 5407
  370. #define IDC_DISK_POLICY_WRITE_CACHE_MESG 5408
  371. #define IDS_DISK_POLICY_WRITE_CACHE_MSG1 5409
  372. #define IDS_DISK_POLICY_WRITE_CACHE_MSG2 5410
  373. #define IDC_DISK_POLICY_DEFAULT 5411
  374. #define IDS_DISK_POLICY_HOTPLUG 5601
  375. #define IDI_DISK_POLICY_WARNING 5602