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.

286 lines
10 KiB

  1. //
  2. // Copyright (c) 1997-1999 Microsoft Corporation
  3. //
  4. //
  5. // DMPUB IDs
  6. //
  7. #ifdef WINNT_40
  8. #define NUP_DMPUB DMPUB_NONE
  9. #define PAGEORDER_DMPUB DMPUB_NONE
  10. #else
  11. #define NUP_DMPUB DMPUB_NUP
  12. #define PAGEORDER_DMPUB DMPUB_PAGEORDER
  13. #endif // WINNT_40
  14. //
  15. // Resource IDs for dialogs
  16. //
  17. #define IDD_CONFLICTS 100
  18. #define IDC_IGNORE 101
  19. #define IDC_FEATURE1 102
  20. #define IDC_OPTION1 103
  21. #define IDC_FEATURE2 104
  22. #define IDC_OPTION2 105
  23. #define IDC_RESOLVE 106
  24. #define IDC_CANCEL 107
  25. #define IDC_CANCEL_FINAL 108
  26. //
  27. // Font installer dialog
  28. //
  29. #define FONTINST 300
  30. #define IDD_ADD 302
  31. #define IDD_DELFONT 303
  32. #define IDD_FONTDIR 304
  33. #define IDD_NEWFONTS 305
  34. #define IDD_CURFONTS 306
  35. #define IDD_OPEN 307
  36. #define TID_FONTDIR 308
  37. #define TID_NEWFONTS 309
  38. #define TID_CURFONTS 310
  39. //
  40. // String resource IDs
  41. //
  42. #define IDS_DQPERR_PARAM 101
  43. #define IDS_DQPERR_COMMONINFO 102
  44. #define IDS_DQPERR_DEVMODE 103
  45. #define IDS_DQPERR_RESOLUTION 104
  46. #define IDS_DQPERR_OPTSELECT 105
  47. #define IDS_DQPERR_FORMTRAY_ANY 106
  48. #define IDS_DQPERR_FORMTRAY 107
  49. #define IDS_DQPERR_MEMORY 108
  50. #define IDS_DQPERR_PRINTERDATA 109
  51. #define IDS_POSTSCRIPT 250
  52. #define IDS_UNIDRV 251
  53. #define IDS_POSTSCRIPT_VM 400
  54. #define IDS_KBYTES 401
  55. #define IDS_SECONDS 402
  56. #define IDS_PSTIMEOUTS 403
  57. #define IDS_JOBTIMEOUT 404
  58. #define IDS_WAITTIMEOUT 405
  59. #define IDS_PRINTER_DEFAULT 406
  60. #define IDS_INSTALLABLE_OPTIONS 407
  61. #define IDS_DOWNLOAD_AS_SOFTFONT 408
  62. #define IDS_USE_DEVFONTS 409
  63. #define IDS_FONTSUB_OPTION 410
  64. #define IDS_FONTSUB_DEFAULT 411
  65. #define IDS_FONTSUB_SLOW 412
  66. #define IDS_FONTSUB_TABLE 413
  67. #define IDS_DEFAULT_TRAY 414
  68. #define IDS_DRAW_ONLY_FROM_SELECTED 415
  69. #define IDS_RESTORE_DEFAULTS 417
  70. #define IDS_PRINTER_FEATURES 418
  71. #define IDS_METAFILE_SPOOLING 419
  72. #define IDS_ENABLED 420
  73. #define IDS_DISABLED 421
  74. #define IDS_PSOPTIONS 422
  75. #define IDS_MIRROR 423
  76. #define IDS_NEGATIVE_PRINT 424
  77. #define IDS_PAGEINDEP 425
  78. #define IDS_COMPRESSBMP 426
  79. #define IDS_CTRLD_BEFORE 427
  80. #define IDS_CTRLD_AFTER 428
  81. #define IDS_JOB_CONTROL 429
  82. #define IDS_TEXT_ASGRX 431
  83. #define IDS_PAGE_PROTECTION 432
  84. #define IDS_CANCEL_CONFLICT 433
  85. #define IDS_IGNORE_CONFLICT 434
  86. #define IDS_RESOLVE_CONFLICT 435
  87. #define IDS_GETDATA_FAILED 436
  88. #define IDS_DRIVERUI_COLORMODE 437
  89. #define IDS_ENVELOPE 438
  90. #define IDS_ENV_PREFIX 439
  91. #define IDS_PSPROTOCOL 440
  92. #define IDS_PSPROTOCOL_ASCII 441
  93. #define IDS_PSPROTOCOL_BCP 442
  94. #define IDS_PSPROTOCOL_TBCP 443
  95. #define IDS_PSPROTOCOL_BINARY 444
  96. #define IDS_TRAY_FORMSOURCE 445
  97. #define IDS_OEMERR_DLGTITLE 446
  98. #define IDS_OEMERR_OPTITEM 447
  99. #define IDS_OEMERR_PROPSHEET 448
  100. #define IDS_CANCEL_CONFLICT_FINAL 449
  101. #define IDS_PSERROR_HANDLER 450
  102. #define IDS_PSMINOUTLINE 451
  103. #define IDS_PSMAXBITMAP 452
  104. #define IDS_PIXELS 453
  105. #define IDS_PSOUTPUT_OPTION 454
  106. #define IDS_PSOPT_SPEED 455
  107. #define IDS_PSOPT_PORTABILITY 456
  108. #define IDS_PSOPT_EPS 457
  109. #define IDS_PSOPT_ARCHIVE 458
  110. #define IDS_PSTT_DLFORMAT 459
  111. #define IDS_TTDL_DEFAULT 460
  112. #define IDS_TTDL_TYPE1 461
  113. #define IDS_TTDL_TYPE3 462
  114. #define IDS_TTDL_TYPE42 463
  115. #ifdef WINNT_40
  116. #define IDS_NUPOPTION 464
  117. #define IDS_ONE_UP 465
  118. #define IDS_TWO_UP 466
  119. #define IDS_FOUR_UP 467
  120. #define IDS_SIX_UP 468
  121. #define IDS_NINE_UP 469
  122. #define IDS_SIXTEEN_UP 470
  123. #else
  124. #define IDS_NUPOPTION IDS_CPSUI_NUP
  125. #define IDS_ONE_UP IDS_CPSUI_NUP_NORMAL
  126. #define IDS_TWO_UP IDS_CPSUI_NUP_TWOUP
  127. #define IDS_FOUR_UP IDS_CPSUI_NUP_FOURUP
  128. #define IDS_SIX_UP IDS_CPSUI_NUP_SIXUP
  129. #define IDS_NINE_UP IDS_CPSUI_NUP_NINEUP
  130. #define IDS_SIXTEEN_UP IDS_CPSUI_NUP_SIXTEENUP
  131. #endif //WINNT_40
  132. #define IDS_PSLEVEL 471
  133. #define IDS_ICMMETHOD 475
  134. #define IDS_ICMMETHOD_NONE 476
  135. #define IDS_ICMMETHOD_SYSTEM 477
  136. #define IDS_ICMMETHOD_DRIVER 478
  137. #define IDS_ICMMETHOD_DEVICE 479
  138. #define IDS_ICMINTENT 480
  139. #define IDS_ICMINTENT_SATURATE 481
  140. #define IDS_ICMINTENT_CONTRAST 482
  141. #define IDS_ICMINTENT_COLORIMETRIC 483
  142. #define IDS_ICMINTENT_ABS_COLORIMETRIC 484
  143. #define IDS_CUSTOMSIZE_ERROR 485
  144. #define IDS_CUSTOMSIZEPARAM_ERROR 486
  145. #define IDS_CUSTOMSIZE_UNRESOLVED 488
  146. #define IDS_FEEDDIRECTION_BASE 489
  147. #define IDS_FEED_LONGEDGEFIRST (IDS_FEEDDIRECTION_BASE + LONGEDGEFIRST)
  148. #define IDS_FEED_SHORTEDGEFIRST (IDS_FEEDDIRECTION_BASE + SHORTEDGEFIRST)
  149. #define IDS_FEED_LONGEDGEFIRST_FLIPPED (IDS_FEEDDIRECTION_BASE + LONGEDGEFIRST_FLIPPED)
  150. #define IDS_FEED_SHORTEDGEFIRST_FLIPPED (IDS_FEEDDIRECTION_BASE + SHORTEDGEFIRST_FLIPPED)
  151. #define IDS_EDIT_CUSTOMSIZE 493
  152. #ifdef WINNT_40
  153. #define IDS_PAGEORDER 494
  154. #define IDS_PAGEORDER_NORMAL 495
  155. #define IDS_PAGEORDER_REVERSE 496
  156. #else
  157. #define IDS_PAGEORDER IDS_CPSUI_PAGEORDER
  158. #define IDS_PAGEORDER_NORMAL IDS_CPSUI_FRONTTOBACK
  159. #define IDS_PAGEORDER_REVERSE IDS_CPSUI_BACKTOFRONT
  160. #endif // WINNT_40
  161. #define IDS_QUALITY_FIRST 500
  162. #define IDS_QUALITY_BEST IDS_QUALITY_FIRST
  163. #define IDS_QUALITY_BETTER 501
  164. #define IDS_QUALITY_DRAFT 502
  165. #define IDS_QUALITY_SETTINGS 503
  166. #define IDS_QUALITY_CUSTOM 504
  167. #define IDS_PP_SOFTFONTS 505
  168. #define IDS_BOOKLET 506
  169. #define IDS_TRUE_GRAY_TEXT 507
  170. #define IDS_TRUE_GRAY_GRAPH 508
  171. #define IDS_ADD_EURO 509
  172. #define IDS_FONTINST_DIRECTORYTOOLONG 510
  173. #define IDS_FONTINST_FONTINSTALLER 511
  174. #define IDS_FONTINST_INVALIDDIR 512
  175. #define IDS_FONTINST_NOFONTFOUND 513
  176. #define IDS_FONTINST_NODIRNAME 514
  177. #define IDS_FONTINST_OUTOFMEMORY 515
  178. // DCR - use appropriate icons
  179. #define IDI_USE_DEFAULT 0
  180. #define IDI_PSPROTOCOL IDI_USE_DEFAULT
  181. #define IDI_PSOPT_SPEED IDI_USE_DEFAULT
  182. #define IDI_PSOPT_PORTABILITY IDI_USE_DEFAULT
  183. #define IDI_PSOPT_EPS IDI_USE_DEFAULT
  184. #define IDI_PSOPT_ARCHIVE IDI_USE_DEFAULT
  185. #define IDI_ONE_UP IDI_USE_DEFAULT
  186. #define IDI_TWO_UP IDI_USE_DEFAULT
  187. #define IDI_FOUR_UP IDI_USE_DEFAULT
  188. #define IDI_SIX_UP IDI_USE_DEFAULT
  189. #define IDI_NINE_UP IDI_USE_DEFAULT
  190. #define IDI_SIXTEEN_UP IDI_USE_DEFAULT
  191. #define IDI_BOOKLET IDI_USE_DEFAULT
  192. #define IDI_PSTT_DLFORMAT IDI_USE_DEFAULT
  193. #define IDI_PSLEVEL IDI_USE_DEFAULT
  194. #define IDI_ICMMETHOD_NONE IDI_CPSUI_ICM_METHOD
  195. #define IDI_ICMMETHOD_SYSTEM IDI_CPSUI_ICM_METHOD
  196. #define IDI_ICMMETHOD_DRIVER IDI_CPSUI_ICM_METHOD
  197. #define IDI_ICMMETHOD_DEVICE IDI_CPSUI_ICM_METHOD
  198. #define IDI_ICMINTENT_SATURATE IDI_CPSUI_ICM_INTENT
  199. #define IDI_ICMINTENT_CONTRAST IDI_CPSUI_ICM_INTENT
  200. #define IDI_ICMINTENT_COLORIMETRIC IDI_CPSUI_ICM_INTENT
  201. #define IDI_ICMINTENT_ABS_COLORIMETRIC IDI_CPSUI_ICM_INTENT
  202. #define IDI_CUSTOM_PAGESIZE IDI_USE_DEFAULT
  203. #define IDI_PAGEORDER_NORMAL IDI_USE_DEFAULT
  204. #define IDI_PAGEORDER_REVERSE IDI_USE_DEFAULT
  205. //
  206. // PostScript custom page size dialog resources
  207. //
  208. #ifdef PSCRIPT
  209. #define IDD_PSCRIPT_CUSTOMSIZE 1000
  210. #define IDS_PS_VERSION 1002
  211. #define IDC_RESTOREDEFAULTS 100
  212. #define IDC_CS_INCH 101
  213. #define IDC_CS_MM 102
  214. #define IDC_CS_POINT 103
  215. #define IDC_CS_WIDTH 104
  216. #define IDC_CS_HEIGHT 105
  217. #define IDC_CS_WIDTHRANGE 106
  218. #define IDC_CS_HEIGHTRANGE 107
  219. #define IDC_CS_XOFFSET 108
  220. #define IDC_CS_YOFFSET 109
  221. #define IDC_CS_XOFFSETRANGE 110
  222. #define IDC_CS_YOFFSETRANGE 111
  223. #define IDC_CS_FEEDDIRECTION 112
  224. #define IDC_CS_CUTSHEET 113
  225. #define IDC_CS_ROLLFED 114
  226. #define IDD_ABOUT 1001
  227. #define IDC_WINNT_VER 100
  228. #define IDC_MODELNAME 101
  229. #define IDC_PPD_FILENAME 102
  230. #define IDC_PPD_FILEVER 103
  231. #define IDI_PSCRIPT 1000
  232. #endif // PSCRIPT
  233. #ifdef UNIDRV
  234. #define IDD_ABOUT 1001
  235. #define IDC_WINNT_VER 100
  236. #define IDC_MODELNAME 101
  237. #define IDC_GPD_FILENAME 102
  238. #define IDC_GPD_FILEVER 103
  239. #define IDI_UNIDRV 1000
  240. #endif // UNIDRV
  241. #define IDI_WARNING_ICON 2000
  242. #ifdef WINNT_40
  243. #define VER_54DRIVERVERSION_STR "4.50"
  244. #endif // WINNT_40