Leaked source code of windows server 2003
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.

2054 lines
56 KiB

  1. *GPDSpecVersion: "1.0"
  2. *%
  3. *% GPD file for Ricoh RPDL printer
  4. *% Created: 2001/10/01
  5. *% Modified: 2001/10/02
  6. *%
  7. *% Copyright (c) 1999 - 2001 Ricoh Co., Ltd.
  8. *% All rights reserved.
  9. *%
  10. *GPDFileVersion: "1.07"
  11. *GPDFileName: "RINX92J.GPD"
  12. *Include: "STDNAMES.GPD"
  13. *Include: "RPDLMAC.GPD"
  14. *ModelName: "RICOH IPSiO NX920 RPDL"
  15. *MasterUnits: PAIR(1200, 1200)
  16. *ResourceDLL: "RPDLRES.DLL"
  17. *HelpFile: "RPDLCFG2.HLP"
  18. *PrinterType: PAGE
  19. *MaxCopies: 999
  20. *FontCartSlots: 0
  21. *PrintRatePPM: 45
  22. *PrintRate: 45
  23. *PrintRateUnit: PPM
  24. *rcInstalledOptionNameID: =RC_STR_INSTALLED
  25. *rcNotInstalledOptionNameID: =RC_STR_NOTINSTALLED
  26. *%======== Quality Macros (including PrintDensity) ========
  27. *BestQualitySettings: LIST(Resolution.600dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.Scale100,
  28. + PrintDensity.SmoothingOff)
  29. *BetterQualitySettings: LIST(Resolution.400dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.Scale100,
  30. + PrintDensity.SmoothingOn)
  31. *DraftQualitySettings: LIST(Resolution.400dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.2Up_Scale67,
  32. + PrintDensity.SmoothingOn)
  33. *DefaultQuality: BESTQUALITY
  34. *%======== Left Margin in Printing (custom feature) ========
  35. *Feature: LeftMarginInPrinting
  36. {
  37. *rcNameID: =RC_STR_LEFT_MARGIN
  38. *HelpIndex: 2
  39. *FeatureType: PRINTER_PROPERTY *%%% Margin in Printing
  40. *DefaultOption: 0mm
  41. *Option: 0mm
  42. {
  43. *rcNameID: =RC_STR_0MM
  44. *Command: CmdSelect
  45. {
  46. *Order: DOC_SETUP.20
  47. *CallbackID: =CMD_SET_BASEOFFSETX_0MM
  48. }
  49. }
  50. *Option: 1mm
  51. {
  52. *rcNameID: =RC_STR_1MM
  53. *Command: CmdSelect
  54. {
  55. *Order: DOC_SETUP.20
  56. *CallbackID: =CMD_SET_BASEOFFSETX_1MM
  57. }
  58. }
  59. *Option: 2mm
  60. {
  61. *rcNameID: =RC_STR_2MM
  62. *Command: CmdSelect
  63. {
  64. *Order: DOC_SETUP.20
  65. *CallbackID: =CMD_SET_BASEOFFSETX_2MM
  66. }
  67. }
  68. *Option: 3mm
  69. {
  70. *rcNameID: =RC_STR_3MM
  71. *Command: CmdSelect
  72. {
  73. *Order: DOC_SETUP.20
  74. *CallbackID: =CMD_SET_BASEOFFSETX_3MM
  75. }
  76. }
  77. *Option: 4mm
  78. {
  79. *rcNameID: =RC_STR_4MM
  80. *Command: CmdSelect
  81. {
  82. *Order: DOC_SETUP.20
  83. *CallbackID: =CMD_SET_BASEOFFSETX_4MM
  84. }
  85. }
  86. *Option: 5mm
  87. {
  88. *rcNameID: =RC_STR_5MM
  89. *Command: CmdSelect
  90. {
  91. *Order: DOC_SETUP.20
  92. *CallbackID: =CMD_SET_BASEOFFSETX_5MM
  93. }
  94. }
  95. }
  96. *%======== Top Margin in Printing (custom feature) ========
  97. *Feature: TopMarginInPrinting
  98. {
  99. *rcNameID: =RC_STR_TOP_MARGIN
  100. *HelpIndex: 3
  101. *FeatureType: PRINTER_PROPERTY *%%% Margin in Printing
  102. *DefaultOption: 0mm
  103. *Option: 0mm
  104. {
  105. *rcNameID: =RC_STR_0MM
  106. *Command: CmdSelect
  107. {
  108. *Order: DOC_SETUP.30
  109. *CallbackID: =CMD_SET_BASEOFFSETY_0MM
  110. }
  111. }
  112. *Option: 1mm
  113. {
  114. *rcNameID: =RC_STR_1MM
  115. *Command: CmdSelect
  116. {
  117. *Order: DOC_SETUP.30
  118. *CallbackID: =CMD_SET_BASEOFFSETY_1MM
  119. }
  120. }
  121. *Option: 2mm
  122. {
  123. *rcNameID: =RC_STR_2MM
  124. *Command: CmdSelect
  125. {
  126. *Order: DOC_SETUP.30
  127. *CallbackID: =CMD_SET_BASEOFFSETY_2MM
  128. }
  129. }
  130. *Option: 3mm
  131. {
  132. *rcNameID: =RC_STR_3MM
  133. *Command: CmdSelect
  134. {
  135. *Order: DOC_SETUP.30
  136. *CallbackID: =CMD_SET_BASEOFFSETY_3MM
  137. }
  138. }
  139. *Option: 4mm
  140. {
  141. *rcNameID: =RC_STR_4MM
  142. *Command: CmdSelect
  143. {
  144. *Order: DOC_SETUP.30
  145. *CallbackID: =CMD_SET_BASEOFFSETY_4MM
  146. }
  147. }
  148. *Option: 5mm
  149. {
  150. *rcNameID: =RC_STR_5MM
  151. *Command: CmdSelect
  152. {
  153. *Order: DOC_SETUP.30
  154. *CallbackID: =CMD_SET_BASEOFFSETY_5MM
  155. }
  156. }
  157. }
  158. *%======== Emulation Mode after Printing (custom feature) ========
  159. *Feature: EmulationMode
  160. {
  161. *rcNameID: =RC_STR_EMULATION_MODE_AFTER_PRINTING
  162. *HelpIndex: 4
  163. *FeatureType: PRINTER_PROPERTY
  164. *DefaultOption: None
  165. *Option: None
  166. {
  167. *rcNameID: =RC_STR_NONE
  168. }
  169. *Option: RPCS
  170. {
  171. *rcNameID: =RC_STR_RPCS
  172. *Command: CmdSelect
  173. {
  174. *Order: JOB_FINISH.40
  175. *Cmd: "<1B12>!-1,1,1@RCS<1B> "
  176. }
  177. }
  178. *Option: R98
  179. {
  180. *rcNameID: =RC_STR_R98
  181. *Command: CmdSelect
  182. {
  183. *Order: JOB_FINISH.40
  184. *Cmd: "<1B12>!-1,1,1@R98<1B> "
  185. }
  186. }
  187. *Option: R16
  188. {
  189. *rcNameID: =RC_STR_R16
  190. *Command: CmdSelect
  191. {
  192. *Order: JOB_FINISH.40
  193. *Cmd: "<1B12>!-1,1,1@R16<1B> "
  194. }
  195. }
  196. *Option: PS3
  197. {
  198. *rcNameID: =RC_STR_PS3
  199. *Command: CmdSelect
  200. {
  201. *Order: JOB_FINISH.40
  202. *Cmd: "<1B12>!-1,1,1@RPS<1B> "
  203. }
  204. }
  205. *Option: R55
  206. {
  207. *rcNameID: =RC_STR_R55
  208. *Command: CmdSelect
  209. {
  210. *Order: JOB_FINISH.40
  211. *Cmd: "<1B12>!-1,1,1@R55<1B> "
  212. }
  213. }
  214. *Option: RPGL
  215. {
  216. *rcNameID: =RC_STR_RPGL
  217. *Command: CmdSelect
  218. {
  219. *Order: JOB_FINISH.40
  220. *Cmd: "<1B12>!-1,1,1@RGL<1B> "
  221. }
  222. }
  223. *Option: RPGL2
  224. {
  225. *rcNameID: =RC_STR_RPGL2
  226. *Command: CmdSelect
  227. {
  228. *Order: JOB_FINISH.40
  229. *Cmd: "<1B12>!-1,1,1@RGL<1B> MS-1,6,11;"
  230. }
  231. }
  232. *Option: RTIFF
  233. {
  234. *rcNameID: =RC_STR_RTIFF
  235. *Command: CmdSelect
  236. {
  237. *Order: JOB_FINISH.40
  238. *Cmd: "<1B12>!-1,1,1@RTF<1B> "
  239. }
  240. }
  241. *Option: Program1
  242. {
  243. *rcNameID: =RC_STR_PROGRAM1
  244. *Command: CmdSelect
  245. {
  246. *Order: JOB_FINISH.40
  247. *Cmd: "<1B12>!0,1,2@P1<1B> "
  248. }
  249. }
  250. *Option: Program2
  251. {
  252. *rcNameID: =RC_STR_PROGRAM2
  253. *Command: CmdSelect
  254. {
  255. *Order: JOB_FINISH.40
  256. *Cmd: "<1B12>!0,1,2@P2<1B> "
  257. }
  258. }
  259. *Option: Program3
  260. {
  261. *rcNameID: =RC_STR_PROGRAM3
  262. *Command: CmdSelect
  263. {
  264. *Order: JOB_FINISH.40
  265. *Cmd: "<1B12>!0,1,2@P3<1B> "
  266. }
  267. }
  268. *Option: Program4
  269. {
  270. *rcNameID: =RC_STR_PROGRAM4
  271. *Command: CmdSelect
  272. {
  273. *Order: JOB_FINISH.40
  274. *Cmd: "<1B12>!0,1,2@P4<1B> "
  275. }
  276. }
  277. *Option: Program5
  278. {
  279. *rcNameID: =RC_STR_PROGRAM5
  280. *Command: CmdSelect
  281. {
  282. *Order: JOB_FINISH.40
  283. *Cmd: "<1B12>!0,1,2@P5<1B> "
  284. }
  285. }
  286. *Option: Program6
  287. {
  288. *rcNameID: =RC_STR_PROGRAM6
  289. *Command: CmdSelect
  290. {
  291. *Order: JOB_FINISH.40
  292. *Cmd: "<1B12>!0,1,2@P6<1B> "
  293. }
  294. }
  295. *Option: Program7
  296. {
  297. *rcNameID: =RC_STR_PROGRAM7
  298. *Command: CmdSelect
  299. {
  300. *Order: JOB_FINISH.40
  301. *Cmd: "<1B12>!0,1,2@P7<1B> "
  302. }
  303. }
  304. *Option: Program8
  305. {
  306. *rcNameID: =RC_STR_PROGRAM8
  307. *Command: CmdSelect
  308. {
  309. *Order: JOB_FINISH.40
  310. *Cmd: "<1B12>!0,1,2@P8<1B> "
  311. }
  312. }
  313. *Option: Program9
  314. {
  315. *rcNameID: =RC_STR_PROGRAM9
  316. *Command: CmdSelect
  317. {
  318. *Order: JOB_FINISH.40
  319. *Cmd: "<1B12>!0,1,2@P9<1B> "
  320. }
  321. }
  322. *Option: Program10
  323. {
  324. *rcNameID: =RC_STR_PROGRAM10
  325. *Command: CmdSelect
  326. {
  327. *Order: JOB_FINISH.40
  328. *Cmd: "<1B12>!0,1,2@P10<1B> "
  329. }
  330. }
  331. *Option: Program11
  332. {
  333. *rcNameID: =RC_STR_PROGRAM11
  334. *Command: CmdSelect
  335. {
  336. *Order: JOB_FINISH.40
  337. *Cmd: "<1B12>!0,1,2@P11<1B> "
  338. }
  339. }
  340. *Option: Program12
  341. {
  342. *rcNameID: =RC_STR_PROGRAM12
  343. *Command: CmdSelect
  344. {
  345. *Order: JOB_FINISH.40
  346. *Cmd: "<1B12>!0,1,2@P12<1B> "
  347. }
  348. }
  349. *Option: Program13
  350. {
  351. *rcNameID: =RC_STR_PROGRAM13
  352. *Command: CmdSelect
  353. {
  354. *Order: JOB_FINISH.40
  355. *Cmd: "<1B12>!0,1,2@P13<1B> "
  356. }
  357. }
  358. *Option: Program14
  359. {
  360. *rcNameID: =RC_STR_PROGRAM14
  361. *Command: CmdSelect
  362. {
  363. *Order: JOB_FINISH.40
  364. *Cmd: "<1B12>!0,1,2@P14<1B> "
  365. }
  366. }
  367. *Option: Program15
  368. {
  369. *rcNameID: =RC_STR_PROGRAM15
  370. *Command: CmdSelect
  371. {
  372. *Order: JOB_FINISH.40
  373. *Cmd: "<1B12>!0,1,2@P15<1B> "
  374. }
  375. }
  376. *Option: Program16
  377. {
  378. *rcNameID: =RC_STR_PROGRAM16
  379. *Command: CmdSelect
  380. {
  381. *Order: JOB_FINISH.40
  382. *Cmd: "<1B12>!0,1,2@P16<1B> "
  383. }
  384. }
  385. }
  386. *%======== Enable Font Downloading (custom feature) ========
  387. *Feature: FontDownloading
  388. {
  389. *rcNameID: =RC_STR_ENABLE_TTFONT_DOWNLOADING
  390. *FeatureType: PRINTER_PROPERTY
  391. *HelpIndex: 15
  392. *DefaultOption: No
  393. *Option: Yes
  394. {
  395. *rcNameID: =RC_STR_YES
  396. *Command: CmdSelect
  397. {
  398. *Order: JOB_SETUP.10
  399. *CallbackID: =CMD_SET_MEM128KB
  400. }
  401. }
  402. *Option: No
  403. {
  404. *rcNameID: =RC_STR_NO
  405. *Command: CmdSelect
  406. {
  407. *Order: JOB_SETUP.10
  408. *CallbackID: =CMD_SET_MEM0KB
  409. }
  410. }
  411. }
  412. *%======== Memory ========
  413. *Feature: Memory
  414. {
  415. *rcNameID: =PRINTER_MEMORY_DISPLAY
  416. *ConcealFromUI?: TRUE
  417. *DefaultOption: 65536KB
  418. *Option: 65536KB
  419. {
  420. *Name: "64MB"
  421. *MemoryConfigKB: PAIR(65536, 56700)
  422. }
  423. }
  424. *%======== Hard Disk (custom feature) ========
  425. *Feature: HardDisk
  426. {
  427. *rcNameID: =RC_STR_HARDDISK
  428. *FeatureType: PRINTER_PROPERTY
  429. *ConcealFromUI?: TRUE *%%% Hard Disk installation is of no effect.
  430. *DefaultOption: NotInstalled
  431. *Option: NotInstalled
  432. {
  433. *rcNameID: =RC_STR_NOTINSTALLED
  434. }
  435. *Option: Installed
  436. {
  437. *rcNameID: =RC_STR_INSTALLED
  438. }
  439. }
  440. *%======== Finisher (custom feature) ========
  441. *Feature: Finisher
  442. {
  443. *rcNameID: =RC_STR_FINISHER
  444. *FeatureType: PRINTER_PROPERTY
  445. *DefaultOption: NotInstalled
  446. *Option: NotInstalled
  447. {
  448. *rcNameID: =RC_STR_NOTINSTALLED
  449. *Constraints: OutputBin.FinisherTray
  450. *Constraints: CollateType.Shift
  451. *Constraints: Stapling.1position
  452. *Constraints: Stapling.2position
  453. *Constraints: Punching.Enabled
  454. *DisabledFeatures: LIST(Stapling)
  455. }
  456. *Option: Installed
  457. {
  458. *rcNameID: =RC_STR_INSTALLED
  459. }
  460. }
  461. *%======== PrintPost (custom feature) ========
  462. *Feature: PrintPost
  463. {
  464. *rcNameID: =RC_STR_PRINTPOST
  465. *FeatureType: PRINTER_PROPERTY
  466. *DefaultOption: NotInstalled
  467. *Option: NotInstalled
  468. {
  469. *rcNameID: =RC_STR_NOTINSTALLED
  470. *Constraints: OutputBin.OutputBin1
  471. *Constraints: OutputBin.OutputBin2
  472. *Constraints: OutputBin.OutputBin3
  473. *Constraints: OutputBin.OutputBin4
  474. *Constraints: OutputBin.OutputBin5
  475. *Constraints: OutputBin.OutputBin6
  476. *Constraints: OutputBin.OutputBin7
  477. *Constraints: OutputBin.OutputBin8
  478. *Constraints: OutputBin.OutputBin9
  479. *Constraints: OutputBin.PrintPostUpperTray
  480. }
  481. *Option: Installed
  482. {
  483. *rcNameID: =RC_STR_INSTALLED
  484. }
  485. }
  486. *%======== Orientation ========
  487. *Feature: Orientation
  488. {
  489. *rcNameID: =ORIENTATION_DISPLAY
  490. *DefaultOption: PORTRAIT
  491. *Option: PORTRAIT
  492. {
  493. *rcNameID: =PORTRAIT_DISPLAY
  494. *Command: CmdSelect
  495. {
  496. *Order: DOC_SETUP.80
  497. *CallbackID: =CMD_SET_PORTRAIT
  498. }
  499. }
  500. *Option: LANDSCAPE_CC270
  501. {
  502. *rcNameID: =LANDSCAPE_DISPLAY
  503. *Command: CmdSelect
  504. {
  505. *Order: DOC_SETUP.80
  506. *CallbackID: =CMD_SET_LANDSCAPE
  507. }
  508. }
  509. }
  510. *%======== InputBin ========
  511. *Feature: InputBin
  512. {
  513. *rcNameID: =PAPER_SOURCE_DISPLAY
  514. *DefaultOption: AUTO
  515. *Option: AUTO
  516. {
  517. *rcNameID: =RC_STR_AUTO_SELECT_BY_PRINTER
  518. *Command: CmdSelect
  519. {
  520. *Order: DOC_SETUP.140
  521. *CallbackID: =CMD_SELECT_AUTOFEED
  522. }
  523. }
  524. *Option: MANUAL
  525. {
  526. *rcNameID: =MANUAL_FEED_DISPLAY
  527. *Installable?: TRUE
  528. *rcInstallableFeatureNameID: =MANUAL_FEED_DISPLAY
  529. *Command: CmdSelect
  530. {
  531. *Order: DOC_SETUP.140
  532. *CallbackID: =CMD_SELECT_MANUALFEED
  533. }
  534. }
  535. *Option: Tray1
  536. {
  537. *rcNameID: =RC_STR_TRAY1
  538. *OptionID: =RI_DMBIN_TRAY1
  539. *Command: CmdSelect
  540. {
  541. *Order: DOC_SETUP.140
  542. *CallbackID: =CMD_SELECT_TRAY1
  543. }
  544. }
  545. *Option: Tray2
  546. {
  547. *rcNameID: =RC_STR_TRAY2
  548. *OptionID: =RI_DMBIN_TRAY2
  549. *Command: CmdSelect
  550. {
  551. *Order: DOC_SETUP.140
  552. *CallbackID: =CMD_SELECT_TRAY2
  553. }
  554. }
  555. *Option: Tray3
  556. {
  557. *rcNameID: =RC_STR_TRAY3
  558. *OptionID: =RI_DMBIN_TRAY3
  559. *Installable?: TRUE
  560. *rcInstallableFeatureNameID: =RC_STR_TRAY3
  561. *Command: CmdSelect
  562. {
  563. *Order: DOC_SETUP.140
  564. *CallbackID: =CMD_SELECT_TRAY3
  565. }
  566. }
  567. *Option: Tray4
  568. {
  569. *rcNameID: =RC_STR_TRAY4
  570. *OptionID: =RI_DMBIN_TRAY4
  571. *Installable?: TRUE
  572. *rcInstallableFeatureNameID: =RC_STR_TRAY4
  573. *Command: CmdSelect
  574. {
  575. *Order: DOC_SETUP.140
  576. *CallbackID: =CMD_SELECT_TRAY4
  577. }
  578. }
  579. *Option: LARGECAPACITY
  580. {
  581. *rcNameID: =RC_STR_LARGE_CAPACITY_TRAY
  582. *Installable?: TRUE
  583. *rcInstallableFeatureNameID: =RC_STR_LARGE_CAPACITY_TRAY
  584. *Command: CmdSelect
  585. {
  586. *Order: DOC_SETUP.140
  587. *CallbackID: =CMD_SELECT_TRAY5
  588. }
  589. }
  590. }
  591. *%======== MediaType ========
  592. *Feature: MediaType
  593. {
  594. *rcNameID: =MEDIA_TYPE_DISPLAY
  595. *HelpIndex: 5
  596. *DefaultOption: STANDARD
  597. *Option: STANDARD
  598. {
  599. *rcNameID: =PLAIN_PAPER_DISPLAY
  600. *Command: CmdSelect
  601. {
  602. *Order: DOC_SETUP.110
  603. *CallbackID: =CMD_MEDIATYPE_STANDARD
  604. }
  605. }
  606. *Option: ThickPaper *%%% custom option
  607. {
  608. *rcNameID: =RC_STR_THICK_PAPER
  609. *Command: CmdSelect
  610. {
  611. *Order: DOC_SETUP.110
  612. *CallbackID: =CMD_MEDIATYPE_THICK
  613. }
  614. }
  615. *Option: TRANSPARENCY
  616. {
  617. *rcNameID: =RC_STR_OHP
  618. *Command: CmdSelect
  619. {
  620. *Order: DOC_SETUP.110
  621. *CallbackID: =CMD_MEDIATYPE_OHP
  622. }
  623. }
  624. }
  625. *%======== PaperSize ========
  626. *Feature: PaperSize
  627. {
  628. *rcNameID: =PAPER_SIZE_DISPLAY
  629. *DefaultOption: A4
  630. *Option: A3
  631. {
  632. *rcNameID: =A3_DISPLAY
  633. *switch: EdgeToEdgePrint
  634. {
  635. *case: Standard
  636. {
  637. *PrintableArea: PAIR(13440, 19440)
  638. *PrintableOrigin: PAIR(240, 240)
  639. }
  640. *case: EdgeToEdge
  641. {
  642. *PrintableArea: PAIR(14028, 19848)
  643. *PrintableOrigin: PAIR(0, 0)
  644. }
  645. }
  646. *Command: CmdSelect
  647. {
  648. *Order: DOC_SETUP.120
  649. *CallbackID: =CMD_SELECT_PAPER_A3
  650. }
  651. }
  652. *Option: A4
  653. {
  654. *rcNameID: =A4_DISPLAY
  655. *switch: EdgeToEdgePrint
  656. {
  657. *case: Standard
  658. {
  659. *PrintableArea: PAIR(9360, 13600)
  660. *PrintableOrigin: PAIR(240, 240)
  661. *switch: Resolution
  662. {
  663. *case: 400dpi
  664. {
  665. *PrintableArea: PAIR(9360, 13599)
  666. }
  667. }
  668. }
  669. *case: EdgeToEdge
  670. {
  671. *PrintableArea: PAIR(9924, 14028)
  672. *PrintableOrigin: PAIR(0, 0)
  673. }
  674. }
  675. *Command: CmdSelect
  676. {
  677. *Order: DOC_SETUP.120
  678. *CallbackID: =CMD_SELECT_PAPER_A4
  679. }
  680. }
  681. *Option: A5
  682. {
  683. *rcNameID: =A5_DISPLAY
  684. *switch: EdgeToEdgePrint
  685. {
  686. *case: Standard
  687. {
  688. *PrintableArea: PAIR(6400, 9520)
  689. *PrintableOrigin: PAIR(240, 240)
  690. *switch: Resolution
  691. {
  692. *case: 400dpi
  693. {
  694. *PrintableArea: PAIR(6399, 9519)
  695. }
  696. }
  697. }
  698. *case: EdgeToEdge
  699. {
  700. *PrintableArea: PAIR(6996, 9924)
  701. *PrintableOrigin: PAIR(0, 0)
  702. }
  703. }
  704. *Command: CmdSelect
  705. {
  706. *Order: DOC_SETUP.120
  707. *CallbackID: =CMD_SELECT_PAPER_A5
  708. }
  709. }
  710. *Option: A6
  711. {
  712. *Ifdef: WINNT_50
  713. *rcNameID: =A6_DISPLAY
  714. *Else:
  715. *Name: "A6"
  716. *PageDimensions: PAIR(4961, 6992)
  717. *Endif:
  718. *switch: EdgeToEdgePrint
  719. {
  720. *case: Standard
  721. {
  722. *PrintableArea: PAIR(4400, 6560)
  723. *PrintableOrigin: PAIR(240, 240)
  724. *switch: Resolution
  725. {
  726. *case: 400dpi
  727. {
  728. *PrintableArea: PAIR(4398, 6558)
  729. }
  730. }
  731. }
  732. *case: EdgeToEdge
  733. {
  734. *PrintableArea: PAIR(4956, 6996)
  735. *PrintableOrigin: PAIR(0, 0)
  736. }
  737. }
  738. *Command: CmdSelect
  739. {
  740. *Order: DOC_SETUP.120
  741. *CallbackID: =CMD_SELECT_PAPER_A6
  742. }
  743. }
  744. *Option: B4
  745. {
  746. *rcNameID: =B4_DISPLAY
  747. *switch: EdgeToEdgePrint
  748. {
  749. *case: Standard
  750. {
  751. *PrintableArea: PAIR(11680, 16760)
  752. *PrintableOrigin: PAIR(240, 240)
  753. *switch: Resolution
  754. {
  755. *case: 400dpi
  756. {
  757. *PrintableArea: PAIR(11679, 16758)
  758. }
  759. *case: 600dpi
  760. {
  761. *PrintableArea: PAIR(11680, 16752)
  762. }
  763. }
  764. }
  765. *case: EdgeToEdge
  766. {
  767. *PrintableArea: PAIR(12144, 17196)
  768. *PrintableOrigin: PAIR(0, 0)
  769. }
  770. }
  771. *Command: CmdSelect
  772. {
  773. *Order: DOC_SETUP.120
  774. *CallbackID: =CMD_SELECT_PAPER_B4
  775. }
  776. }
  777. *Option: B5
  778. {
  779. *rcNameID: =B5_DISPLAY
  780. *switch: EdgeToEdgePrint
  781. {
  782. *case: Standard
  783. {
  784. *PrintableArea: PAIR(8000, 11760)
  785. *PrintableOrigin: PAIR(240, 240)
  786. *switch: Resolution
  787. {
  788. *case: 400dpi
  789. {
  790. *PrintableArea: PAIR(7998, 11760)
  791. }
  792. }
  793. }
  794. *case: EdgeToEdge
  795. {
  796. *PrintableArea: PAIR(8604, 12144)
  797. *PrintableOrigin: PAIR(0, 0)
  798. }
  799. }
  800. *Command: CmdSelect
  801. {
  802. *Order: DOC_SETUP.120
  803. *CallbackID: =CMD_SELECT_PAPER_B5
  804. }
  805. }
  806. *Option: B6_JIS
  807. {
  808. *Ifdef: WINNT_50
  809. *rcNameID: =B6_JIS_DISPLAY
  810. *Else:
  811. *Name: "B6 (JIS)"
  812. *PageDimensions: PAIR(6047, 8598)
  813. *Endif:
  814. *switch: EdgeToEdgePrint
  815. {
  816. *case: Standard
  817. {
  818. *PrintableArea: PAIR(5520, 8200)
  819. *PrintableOrigin: PAIR(240, 240)
  820. *switch: Resolution
  821. {
  822. *case: 400dpi
  823. {
  824. *PrintableArea: PAIR(5520, 8199)
  825. }
  826. *case: 600dpi
  827. {
  828. *PrintableArea: PAIR(5520, 8192)
  829. }
  830. }
  831. }
  832. *case: EdgeToEdge
  833. {
  834. *PrintableArea: PAIR(6036, 8592)
  835. *PrintableOrigin: PAIR(0, 0)
  836. }
  837. }
  838. *Command: CmdSelect
  839. {
  840. *Order: DOC_SETUP.120
  841. *CallbackID: =CMD_SELECT_PAPER_B6
  842. }
  843. }
  844. *Option: JAPANESE_POSTCARD
  845. {
  846. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  847. *switch: EdgeToEdgePrint
  848. {
  849. *case: Standard
  850. {
  851. *PrintableArea: PAIR(4400, 6560)
  852. *PrintableOrigin: PAIR(192, 240)
  853. *switch: Resolution
  854. {
  855. *case: 400dpi
  856. {
  857. *PrintableArea: PAIR(4398, 6558)
  858. }
  859. }
  860. }
  861. *case: EdgeToEdge
  862. {
  863. *PrintableArea: PAIR(4728, 6996)
  864. *PrintableOrigin: PAIR(0, 0)
  865. }
  866. }
  867. *Command: CmdSelect
  868. {
  869. *Order: DOC_SETUP.120
  870. *CallbackID: =CMD_SELECT_PAPER_POSTCARD
  871. }
  872. }
  873. *Option: DBL_JAPANESE_POSTCARD
  874. {
  875. *Ifdef: WINNT_50
  876. *rcNameID: =DBL_JAPANESE_POSTCARD_DISPLAY
  877. *Else:
  878. *rcNameID: =RC_STR_JAPANESE_DOUBLE_POSTCARD
  879. *PageDimensions: PAIR(9449, 6992)
  880. *Endif:
  881. *PrintableArea: PAIR(9449, 6992)
  882. *PrintableOrigin: PAIR(0, 0)
  883. *Command: CmdSelect
  884. {
  885. *Order: DOC_SETUP.120
  886. *CallbackID: =CMD_SELECT_PAPER_DOUBLEPOSTCARD
  887. }
  888. }
  889. *Option: TABLOID
  890. {
  891. *rcNameID: =TABLOID_DISPLAY
  892. *switch: EdgeToEdgePrint
  893. {
  894. *case: Standard
  895. {
  896. *PrintableArea: PAIR(12640, 20000)
  897. *PrintableOrigin: PAIR(240, 240)
  898. *switch: Resolution
  899. {
  900. *case: 400dpi
  901. {
  902. *PrintableArea: PAIR(12639, 19998)
  903. }
  904. }
  905. }
  906. *case: EdgeToEdge
  907. {
  908. *PrintableArea: PAIR(13200, 20400)
  909. *PrintableOrigin: PAIR(0, 0)
  910. }
  911. }
  912. *Command: CmdSelect
  913. {
  914. *Order: DOC_SETUP.120
  915. *CallbackID: =CMD_SELECT_PAPER_TABLOID
  916. }
  917. }
  918. *Option: LEGAL
  919. {
  920. *rcNameID: =LEGAL_DISPLAY
  921. *switch: EdgeToEdgePrint
  922. {
  923. *case: Standard
  924. {
  925. *PrintableArea: PAIR(9600, 16400)
  926. *PrintableOrigin: PAIR(240, 240)
  927. *switch: Resolution
  928. {
  929. *case: 400dpi
  930. {
  931. *PrintableArea: PAIR(9600, 16398)
  932. }
  933. }
  934. }
  935. *case: EdgeToEdge
  936. {
  937. *PrintableArea: PAIR(10200, 16800)
  938. *PrintableOrigin: PAIR(0, 0)
  939. }
  940. }
  941. *Command: CmdSelect
  942. {
  943. *Order: DOC_SETUP.120
  944. *CallbackID: =CMD_SELECT_PAPER_LEGAL
  945. }
  946. }
  947. *Option: LETTER
  948. {
  949. *rcNameID: =LETTER_DISPLAY
  950. *switch: EdgeToEdgePrint
  951. {
  952. *case: Standard
  953. {
  954. *PrintableArea: PAIR(9600, 12640)
  955. *PrintableOrigin: PAIR(240, 240)
  956. *switch: Resolution
  957. {
  958. *case: 400dpi
  959. {
  960. *PrintableArea: PAIR(9600, 12639)
  961. }
  962. }
  963. }
  964. *case: EdgeToEdge
  965. {
  966. *PrintableArea: PAIR(10200, 13200)
  967. *PrintableOrigin: PAIR(0, 0)
  968. }
  969. }
  970. *Command: CmdSelect
  971. {
  972. *Order: DOC_SETUP.120
  973. *CallbackID: =CMD_SELECT_PAPER_LETTER
  974. }
  975. }
  976. *Option: STATEMENT
  977. {
  978. *rcNameID: =STATEMENT_DISPLAY
  979. *switch: EdgeToEdgePrint
  980. {
  981. *case: Standard
  982. {
  983. *PrintableArea: PAIR(6000, 9840)
  984. *PrintableOrigin: PAIR(240, 240)
  985. }
  986. *case: EdgeToEdge
  987. {
  988. *PrintableArea: PAIR(6600, 10200)
  989. *PrintableOrigin: PAIR(0, 0)
  990. }
  991. }
  992. *Command: CmdSelect
  993. {
  994. *Order: DOC_SETUP.120
  995. *CallbackID: =CMD_SELECT_PAPER_STATEMENT
  996. }
  997. }
  998. *Option: 11x15toA4 *%%% custom option
  999. {
  1000. *rcNameID: =RC_STR_11X15TOA4
  1001. *PageDimensions: PAIR(13200, 18000)
  1002. *PrintableArea: PAIR(13200, 16320)
  1003. *PrintableOrigin: PAIR(0, 840)
  1004. *Command: CmdSelect
  1005. {
  1006. *Order: DOC_SETUP.120
  1007. *CallbackID: =CMD_SELECT_PAPER_11x15TOA4
  1008. }
  1009. }
  1010. *Option: A2toA3 *%%% custom option
  1011. {
  1012. *rcNameID: =RC_STR_A2TOA3
  1013. *PageDimensions: PAIR(19848, 28068)
  1014. *PrintableArea: PAIR(19848, 28068)
  1015. *PrintableOrigin: PAIR(0, 0)
  1016. *Command: CmdSelect
  1017. {
  1018. *Order: DOC_SETUP.120
  1019. *CallbackID: =CMD_SELECT_PAPER_A2TOA3
  1020. }
  1021. }
  1022. *Option: CUSTOMSIZE
  1023. {
  1024. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  1025. *MinSize: PAIR(4724, 6992) *%%% (100mm, 148mm)
  1026. *MaxSize: PAIR(14032, 20410) *%%% (297mm, 432mm)
  1027. *MaxPrintableWidth: 14032
  1028. *MinLeftMargin: 0
  1029. *CenterPrintable?: FALSE
  1030. *Command: CmdSelect
  1031. {
  1032. *Order: DOC_SETUP.120
  1033. *CallbackID: =CMD_SELECT_PAPER_CUSTOM
  1034. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  1035. }
  1036. }
  1037. }
  1038. *%======== Duplex ========
  1039. *Feature: Duplex
  1040. {
  1041. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  1042. *DefaultOption: NONE
  1043. *Option: NONE
  1044. {
  1045. *rcNameID: =NONE_DISPLAY
  1046. }
  1047. *Option: VERTICAL
  1048. {
  1049. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  1050. *Command: CmdSelect
  1051. {
  1052. *Order: DOC_SETUP.100
  1053. *CallbackID: =CMD_DUPLEX_VERT
  1054. }
  1055. }
  1056. *Option: HORIZONTAL
  1057. {
  1058. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  1059. *Command: CmdSelect
  1060. {
  1061. *Order: DOC_SETUP.100
  1062. *CallbackID: =CMD_DUPLEX_HORZ
  1063. }
  1064. }
  1065. }
  1066. *%======== Collate ========
  1067. *Feature: Collate
  1068. {
  1069. *rcNameID: =RC_STR_COLLATED
  1070. *DefaultOption: OFF
  1071. *Option: ON
  1072. {
  1073. *rcNameID: =ON_DISPLAY
  1074. *Command: CmdSelect
  1075. {
  1076. *Order: JOB_SETUP.40
  1077. *CallbackID: =CMD_SET_COLLATE_ON
  1078. }
  1079. }
  1080. *Option: OFF
  1081. {
  1082. *rcNameID: =OFF_DISPLAY
  1083. *Command: CmdSelect
  1084. {
  1085. *Order: JOB_SETUP.40
  1086. *CallbackID: =CMD_SET_COLLATE_OFF
  1087. }
  1088. }
  1089. }
  1090. *%======== Resolution ========
  1091. *Feature: Resolution
  1092. {
  1093. *rcNameID: =RESOLUTION_DISPLAY
  1094. *DefaultOption: 600dpi
  1095. *Option: 400dpi
  1096. {
  1097. *rcNameID: =RC_STR_400DPI
  1098. *DPI: PAIR(400, 400)
  1099. *TextDPI: PAIR(400, 400)
  1100. EXTERN_GLOBAL: *XMoveUnit: 400
  1101. EXTERN_GLOBAL: *YMoveUnit: 400
  1102. EXTERN_GLOBAL: *MaxFontID: 3
  1103. *MinStripBlankPixels: 32
  1104. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  1105. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  1106. *SpotDiameter: 100
  1107. *Command: CmdSetSrcBmpWidth {
  1108. *CallbackID: =CMD_SET_SRCBMP_W
  1109. *Params: LIST(RasterDataWidthInBytes)
  1110. }
  1111. *Command: CmdSetSrcBmpHeight {
  1112. *CallbackID: =CMD_SET_SRCBMP_H
  1113. *Params: LIST(RasterDataHeightInPixels)
  1114. }
  1115. *Command: CmdSendBlockData {
  1116. *CallbackID: =CMD_SEND_BLOCK
  1117. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  1118. }
  1119. *Command: CmdSelect
  1120. {
  1121. *Order: DOC_SETUP.40
  1122. *CallbackID: =CMD_RES400
  1123. }
  1124. }
  1125. *Option: 600dpi
  1126. {
  1127. *rcNameID: =RC_STR_600DPI
  1128. *DPI: PAIR(600, 600)
  1129. *TextDPI: PAIR(600, 600)
  1130. EXTERN_GLOBAL: *XMoveUnit: 600
  1131. EXTERN_GLOBAL: *YMoveUnit: 600
  1132. EXTERN_GLOBAL: *MaxFontID: 3
  1133. *MinStripBlankPixels: 32
  1134. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  1135. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  1136. *SpotDiameter: 100
  1137. *Command: CmdSetSrcBmpWidth {
  1138. *CallbackID: =CMD_SET_SRCBMP_W
  1139. *Params: LIST(RasterDataWidthInBytes)
  1140. }
  1141. *Command: CmdSetSrcBmpHeight {
  1142. *CallbackID: =CMD_SET_SRCBMP_H
  1143. *Params: LIST(RasterDataHeightInPixels)
  1144. }
  1145. *Command: CmdSendBlockData {
  1146. *CallbackID: =CMD_SEND_BLOCK
  1147. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  1148. }
  1149. *Command: CmdSelect
  1150. {
  1151. *Order: DOC_SETUP.40
  1152. *CallbackID: =CMD_RES600
  1153. }
  1154. }
  1155. }
  1156. *%======== Halftone ========
  1157. *Feature: Halftone
  1158. {
  1159. *rcNameID: =HALFTONING_DISPLAY
  1160. *HelpIndex: 14
  1161. *DefaultOption: HT_PATSIZE_8x8_M
  1162. *Option: HT_PATSIZE_6x6_M
  1163. {
  1164. *rcNameID: =RC_STR_DITHER_6X6
  1165. }
  1166. *Option: HT_PATSIZE_8x8_M
  1167. {
  1168. *rcNameID: =RC_STR_DITHER_8X8
  1169. }
  1170. *Option: HT_PATSIZE_10x10_M
  1171. {
  1172. *rcNameID: =RC_STR_DITHER_10X10
  1173. }
  1174. *Option: HT_PATSIZE_12x12_M
  1175. {
  1176. *rcNameID: =RC_STR_DITHER_12X12
  1177. }
  1178. *Option: HT_PATSIZE_14x14_M
  1179. {
  1180. *rcNameID: =RC_STR_DITHER_14X14
  1181. }
  1182. *Option: HT_PATSIZE_16x16_M
  1183. {
  1184. *rcNameID: =RC_STR_DITHER_16X16
  1185. }
  1186. *Ifdef: WINNT_50
  1187. *Option: HT_PATSIZE_SUPERCELL_M
  1188. {
  1189. *rcNameID: =HT_SUPERCELL_DISPLAY
  1190. }
  1191. *Endif:
  1192. }
  1193. *%======== Edge to Edge Print (custom feature) ========
  1194. *Feature: EdgeToEdgePrint
  1195. {
  1196. *rcNameID: =RC_STR_EDGE_TO_EDGE_PRINTING
  1197. *HelpIndex: 1
  1198. *FeatureType: DOC_PROPERTY
  1199. *DefaultOption: Standard
  1200. *Option: Standard
  1201. {
  1202. *rcNameID: =RC_STR_STANDARD_RECOMMENDED
  1203. *Command: CmdSelect
  1204. {
  1205. *Order: DOC_SETUP.50
  1206. *CallbackID: =CMD_REGION_STANDARD
  1207. }
  1208. }
  1209. *Option: EdgeToEdge
  1210. {
  1211. *rcNameID: =RC_STR_EDGE_TO_EDGE
  1212. *Command: CmdSelect
  1213. {
  1214. *Order: DOC_SETUP.50
  1215. *CallbackID: =CMD_REGION_EDGE_TO_EDGE
  1216. }
  1217. }
  1218. }
  1219. *%======== OutputBin ========
  1220. *Feature: OutputBin
  1221. {
  1222. *rcNameID: =OUTPUTBIN_DISPLAY
  1223. *HelpIndex: 6
  1224. *DefaultOption: PrinterDefault
  1225. *Option: PrinterDefault
  1226. {
  1227. *rcNameID: =RC_STR_PRINTER_DEFAULT
  1228. *Command: CmdSelect
  1229. {
  1230. *Order: DOC_SETUP.150
  1231. *Cmd: "<1B12>80 "
  1232. }
  1233. }
  1234. *Option: StandardTray
  1235. {
  1236. *rcNameID: =RC_STR_INNER_TRAY
  1237. *Command: CmdSelect
  1238. {
  1239. *Order: DOC_SETUP.150
  1240. *Cmd: "<1B12>8I,,0 "
  1241. }
  1242. }
  1243. *Option: FinisherTray
  1244. {
  1245. *rcNameID: =RC_STR_FINISHER_TRAY
  1246. *Command: CmdSelect
  1247. {
  1248. *Order: DOC_SETUP.150
  1249. *Cmd: "<1B12>8F,,1 "
  1250. }
  1251. }
  1252. *Option: OutputBin1
  1253. {
  1254. *rcNameID: =RC_STR_PRINTPOST_TRAY1
  1255. *Command: CmdSelect
  1256. {
  1257. *Order: DOC_SETUP.150
  1258. *Cmd: "<1B12>8M,,1 "
  1259. }
  1260. }
  1261. *Option: OutputBin2
  1262. {
  1263. *rcNameID: =RC_STR_PRINTPOST_TRAY2
  1264. *Command: CmdSelect
  1265. {
  1266. *Order: DOC_SETUP.150
  1267. *Cmd: "<1B12>8M,,2 "
  1268. }
  1269. }
  1270. *Option: OutputBin3
  1271. {
  1272. *rcNameID: =RC_STR_PRINTPOST_TRAY3
  1273. *Command: CmdSelect
  1274. {
  1275. *Order: DOC_SETUP.150
  1276. *Cmd: "<1B12>8M,,3 "
  1277. }
  1278. }
  1279. *Option: OutputBin4
  1280. {
  1281. *rcNameID: =RC_STR_PRINTPOST_TRAY4
  1282. *Command: CmdSelect
  1283. {
  1284. *Order: DOC_SETUP.150
  1285. *Cmd: "<1B12>8M,,4 "
  1286. }
  1287. }
  1288. *Option: OutputBin5
  1289. {
  1290. *rcNameID: =RC_STR_PRINTPOST_TRAY5
  1291. *Command: CmdSelect
  1292. {
  1293. *Order: DOC_SETUP.150
  1294. *Cmd: "<1B12>8M,,5 "
  1295. }
  1296. }
  1297. *Option: OutputBin6
  1298. {
  1299. *rcNameID: =RC_STR_PRINTPOST_TRAY6
  1300. *Command: CmdSelect
  1301. {
  1302. *Order: DOC_SETUP.150
  1303. *Cmd: "<1B12>8M,,6 "
  1304. }
  1305. }
  1306. *Option: OutputBin7
  1307. {
  1308. *rcNameID: =RC_STR_PRINTPOST_TRAY7
  1309. *Command: CmdSelect
  1310. {
  1311. *Order: DOC_SETUP.150
  1312. *Cmd: "<1B12>8M,,7 "
  1313. }
  1314. }
  1315. *Option: OutputBin8
  1316. {
  1317. *rcNameID: =RC_STR_PRINTPOST_TRAY8
  1318. *Command: CmdSelect
  1319. {
  1320. *Order: DOC_SETUP.150
  1321. *Cmd: "<1B12>8M,,8 "
  1322. }
  1323. }
  1324. *Option: OutputBin9
  1325. {
  1326. *rcNameID: =RC_STR_PRINTPOST_TRAY9
  1327. *Command: CmdSelect
  1328. {
  1329. *Order: DOC_SETUP.150
  1330. *Cmd: "<1B12>8M,,9 "
  1331. }
  1332. }
  1333. *Option: PrintPostUpperTray
  1334. {
  1335. *rcNameID: =RC_STR_PRINTPOST_UPPER_TRAY
  1336. *Command: CmdSelect
  1337. {
  1338. *Order: DOC_SETUP.150
  1339. *Cmd: "<1B12>8M,,0 "
  1340. }
  1341. }
  1342. }
  1343. *%======== Stapling ========
  1344. *Feature: Stapling
  1345. {
  1346. *rcNameID: =RC_STR_STAPLING
  1347. *HelpIndex: 8
  1348. *DefaultOption: Disabled
  1349. *Option: Disabled
  1350. {
  1351. *rcNameID: =RC_STR_DISABLED
  1352. *Command: CmdSelect
  1353. {
  1354. *Order: JOB_SETUP.20
  1355. *CallbackID: =CMD_SELECT_STAPLE_NONE
  1356. }
  1357. }
  1358. *Option: 1position
  1359. {
  1360. *rcNameID: =RC_STR_1POINT
  1361. *Command: CmdSelect
  1362. {
  1363. *Order: JOB_SETUP.20
  1364. *CallbackID: =CMD_SELECT_STAPLE_1
  1365. }
  1366. }
  1367. *Option: 2position
  1368. {
  1369. *rcNameID: =RC_STR_2POINT
  1370. *Command: CmdSelect
  1371. {
  1372. *Order: JOB_SETUP.20
  1373. *CallbackID: =CMD_SELECT_STAPLE_2
  1374. }
  1375. }
  1376. }
  1377. *%======== Punching (custom feature) ========
  1378. *Feature: Punching
  1379. {
  1380. *rcNameID: =RC_STR_PUNCHING
  1381. *HelpIndex: 9
  1382. *FeatureType: DOC_PROPERTY
  1383. *DefaultOption: Disabled
  1384. *Option: Disabled
  1385. {
  1386. *rcNameID: =RC_STR_DISABLED
  1387. *Command: CmdSelect
  1388. {
  1389. *Order: JOB_SETUP.30
  1390. *CallbackID: =CMD_SELECT_PUNCH_NONE
  1391. }
  1392. }
  1393. *Option: Enabled
  1394. {
  1395. *rcNameID: =RC_STR_ENABLED
  1396. *Command: CmdSelect
  1397. {
  1398. *Order: JOB_SETUP.30
  1399. *CallbackID: =CMD_SELECT_PUNCH_1
  1400. }
  1401. }
  1402. }
  1403. *%======== CollateType (custom feature) ========
  1404. *Feature: CollateType
  1405. {
  1406. *rcNameID: =RC_STR_COLLATE_TYPE
  1407. *HelpIndex: 17
  1408. *FeatureType: DOC_PROPERTY
  1409. *DefaultOption: Unidirection
  1410. *Option: Unidirection
  1411. {
  1412. *rcNameID: =RC_STR_STANDARD
  1413. *Command: CmdSelect
  1414. {
  1415. *Order: JOB_SETUP.50
  1416. *CallbackID: =CMD_SELECT_COLLATE_UNIDIR
  1417. }
  1418. }
  1419. *Option: Shift
  1420. {
  1421. *rcNameID: =RC_STR_SHIFTED
  1422. *Command: CmdSelect
  1423. {
  1424. *Order: JOB_SETUP.50
  1425. *CallbackID: =CMD_SELECT_COLLATE_SHIFTED
  1426. }
  1427. }
  1428. }
  1429. *Ifdef: WINNT_51
  1430. *%======== Print Text As Black (custom feature) ========
  1431. *Feature: PrintTextAsBlack
  1432. {
  1433. *rcNameID: =RC_STR_PRINT_TEXT_AS_BLACK
  1434. *HelpIndex: 18
  1435. *DefaultOption: No
  1436. *Option: Yes
  1437. {
  1438. *rcNameID: =RC_STR_YES
  1439. EXTERN_GLOBAL: *TextHalftoneThreshold: 1201
  1440. }
  1441. *Option: No
  1442. {
  1443. *rcNameID: =RC_STR_NO
  1444. EXTERN_GLOBAL: *TextHalftoneThreshold: 400
  1445. }
  1446. }
  1447. *Endif:
  1448. *%======== Scan for Rules (custom feature) ========
  1449. *Feature: ScanForRules
  1450. {
  1451. *rcNameID: =RC_STR_SCAN_FOR_RULES
  1452. *HelpIndex: 10
  1453. *FeatureType: DOC_PROPERTY
  1454. *DefaultOption: Yes
  1455. *Option: Yes
  1456. {
  1457. *rcNameID: =RC_STR_YES
  1458. EXTERN_GLOBAL: *MinGrayFill: 1
  1459. EXTERN_GLOBAL: *MaxGrayFill: 100
  1460. *Command: CmdSetRectWidth {
  1461. *CallbackID: =CMD_SET_TEXTRECT_W
  1462. *Params: LIST(RectXSize)
  1463. }
  1464. *Command: CmdSetRectHeight {
  1465. *CallbackID: =CMD_SET_TEXTRECT_H
  1466. *Params: LIST(RectYSize)
  1467. }
  1468. *Command: CmdRectGrayFill {
  1469. *CallbackID: =CMD_DRAW_TEXTRECT_REL
  1470. *Params: LIST(DestX, DestY, GrayPercentage)
  1471. }
  1472. *Command: CmdRectWhiteFill {
  1473. *CallbackID: =CMD_DRAW_TEXTRECT_WHITE_REL
  1474. *Params: LIST(DestX, DestY)
  1475. }
  1476. }
  1477. *Option: No
  1478. {
  1479. *rcNameID: =RC_STR_NO
  1480. }
  1481. }
  1482. *%======== PrintDensity ========
  1483. *Feature: PrintDensity
  1484. {
  1485. *rcNameID: =PRINTDENSITY_DISPLAY
  1486. *HelpIndex: 12
  1487. *DefaultOption: SmoothingOff
  1488. *Option: TonerSaveLight
  1489. {
  1490. *rcNameID: =RC_STR_LIGHT_TONER_SAVING
  1491. *Command: CmdSelect
  1492. {
  1493. *Order: DOC_SETUP.60
  1494. *Cmd: "<1B12>YA2,1 "
  1495. }
  1496. }
  1497. *Option: TonerSaveMediumLight
  1498. {
  1499. *rcNameID: =RC_STR_MEDIUM_LIGHT_TONER_SAVING
  1500. *Command: CmdSelect
  1501. {
  1502. *Order: DOC_SETUP.60
  1503. *Cmd: "<1B12>YA2,3 "
  1504. }
  1505. }
  1506. *Option: SmoothingOn
  1507. {
  1508. *rcNameID: =RC_STR_STANDARD_WITH_SMOOTHING_ON
  1509. *Command: CmdSelect
  1510. {
  1511. *Order: DOC_SETUP.60
  1512. *Cmd: "<1B12>YA2,2 "
  1513. }
  1514. }
  1515. *Option: SmoothingOff
  1516. {
  1517. *rcNameID: =RC_STR_STANDARD_WITH_SMOOTHING_OFF
  1518. *Command: CmdSelect
  1519. {
  1520. *Order: DOC_SETUP.60
  1521. *Cmd: "<1B12>YA2,4 "
  1522. }
  1523. }
  1524. }
  1525. *%======== ImageControl ========
  1526. *Feature: ImageControl
  1527. {
  1528. *rcNameID: =IMAGECONTROL_DISPLAY
  1529. *HelpIndex: 13
  1530. *DefaultOption: Scale100
  1531. *Option: Scale100
  1532. {
  1533. *rcNameID: =RC_STR_STANDARD
  1534. *Command: CmdSelect
  1535. {
  1536. *Order: DOC_SETUP.70
  1537. *CallbackID: =CMD_IMGCTRL_100
  1538. }
  1539. }
  1540. *Option: AtoA_Scale67
  1541. {
  1542. *rcNameID: =RC_STR_SCALE_DOWN_PAPE_SIZE_ATOA_67
  1543. *Command: CmdSelect
  1544. {
  1545. *Order: DOC_SETUP.70
  1546. *CallbackID: =CMD_IMGCTRL_AA67
  1547. }
  1548. }
  1549. *Option: BtoA_Scale80
  1550. {
  1551. *rcNameID: =RC_STR_SCALE_DOWN_PAPE_SIZE_BTOA_80
  1552. *Command: CmdSelect
  1553. {
  1554. *Order: DOC_SETUP.70
  1555. *CallbackID: =CMD_IMGCTRL_BA80
  1556. }
  1557. }
  1558. *Option: BtoA_Scale115
  1559. {
  1560. *rcNameID: =RC_STR_SCALE_UP_PAPER_SIZE_BTOA_115
  1561. *Command: CmdSelect
  1562. {
  1563. *Order: DOC_SETUP.70
  1564. *CallbackID: =CMD_IMGCTRL_BA115
  1565. }
  1566. }
  1567. *Option: 2Up_Scale67
  1568. {
  1569. *rcNameID: =RC_STR_2UP_67_REDUCTION
  1570. *Command: CmdSelect
  1571. {
  1572. *Order: DOC_SETUP.70
  1573. *CallbackID: =CMD_DRV_2IN1_67
  1574. }
  1575. }
  1576. *Option: 2Up_Scale100
  1577. {
  1578. *rcNameID: =RC_STR_2UP_NO_REDUCTION
  1579. *Command: CmdSelect
  1580. {
  1581. *Order: DOC_SETUP.70
  1582. *CallbackID: =CMD_DRV_2IN1_100
  1583. }
  1584. }
  1585. *Option: 4Up_Scale50
  1586. {
  1587. *rcNameID: =RC_STR_4UP_50_REDUCTION
  1588. *Command: CmdSelect
  1589. {
  1590. *Order: DOC_SETUP.70
  1591. *CallbackID: =CMD_DRV_4IN1_50
  1592. }
  1593. }
  1594. *IgnoreBlock
  1595. { *%%% Disabled ->
  1596. *Option: Scale88
  1597. {
  1598. *rcNameID: =RC_STR_88PERCENT
  1599. *Command: CmdSelect
  1600. {
  1601. *Order: DOC_SETUP.70
  1602. *CallbackID: =CMD_IMGCTRL_88
  1603. }
  1604. }
  1605. *Option: Scale80
  1606. {
  1607. *rcNameID: =RC_STR_80PERCENT
  1608. *Command: CmdSelect
  1609. {
  1610. *Order: DOC_SETUP.70
  1611. *CallbackID: =CMD_IMGCTRL_80
  1612. }
  1613. }
  1614. *Option: Scale75
  1615. {
  1616. *rcNameID: =RC_STR_75PERCENT
  1617. *Command: CmdSelect
  1618. {
  1619. *Order: DOC_SETUP.70
  1620. *CallbackID: =CMD_IMGCTRL_75
  1621. }
  1622. }
  1623. *Option: Scale70
  1624. {
  1625. *rcNameID: =RC_STR_70PERCENT
  1626. *Command: CmdSelect
  1627. {
  1628. *Order: DOC_SETUP.70
  1629. *CallbackID: =CMD_IMGCTRL_70
  1630. }
  1631. }
  1632. *Option: Scale67
  1633. {
  1634. *rcNameID: =RC_STR_67PERCENT
  1635. *Command: CmdSelect
  1636. {
  1637. *Order: DOC_SETUP.70
  1638. *CallbackID: =CMD_IMGCTRL_67
  1639. }
  1640. }
  1641. *Option: Scale50
  1642. {
  1643. *rcNameID: =RC_STR_50PERCENT
  1644. *Command: CmdSelect
  1645. {
  1646. *Order: DOC_SETUP.70
  1647. *CallbackID: =CMD_IMGCTRL_50
  1648. }
  1649. }
  1650. *Option: Scale115
  1651. {
  1652. *rcNameID: =RC_STR_115PERCENT
  1653. *Command: CmdSelect
  1654. {
  1655. *Order: DOC_SETUP.70
  1656. *CallbackID: =CMD_IMGCTRL_115
  1657. }
  1658. }
  1659. *Option: Scale122
  1660. {
  1661. *rcNameID: =RC_STR_122PERCENT
  1662. *Command: CmdSelect
  1663. {
  1664. *Order: DOC_SETUP.70
  1665. *CallbackID: =CMD_IMGCTRL_122
  1666. }
  1667. }
  1668. *Option: Scale141
  1669. {
  1670. *rcNameID: =RC_STR_141PERCENT
  1671. *Command: CmdSelect
  1672. {
  1673. *Order: DOC_SETUP.70
  1674. *CallbackID: =CMD_IMGCTRL_141
  1675. }
  1676. }
  1677. *Option: Scale200
  1678. {
  1679. *rcNameID: =RC_STR_200PERCENT
  1680. *Command: CmdSelect
  1681. {
  1682. *Order: DOC_SETUP.70
  1683. *CallbackID: =CMD_IMGCTRL_200
  1684. }
  1685. }
  1686. } *%%% Disabled <-
  1687. }
  1688. *%======== StartDoc ========
  1689. *Command: CmdStartDoc
  1690. {
  1691. *Order: DOC_SETUP.10
  1692. *CallbackID: =CMD_BEGINDOC_NX720
  1693. }
  1694. *%======== EndJob ========
  1695. *Command: CmdEndJob
  1696. {
  1697. *Order: JOB_FINISH.10
  1698. *CallbackID: =CMD_ENDDOC_400DPI_MODEL
  1699. }
  1700. *%======== Copies ========
  1701. *Command: CmdCopies
  1702. {
  1703. *Order: DOC_SETUP.160
  1704. *CallbackID: =CMD_MULTI_COPIES
  1705. *Params: LIST(NumOfCopies)
  1706. }
  1707. *%======== Capabilities ========
  1708. *RotateCoordinate?: FALSE
  1709. *RotateRaster?: TRUE
  1710. *RotateFont?: TRUE
  1711. *TextCaps: LIST(TC_OP_CHARACTER,TC_SF_X_YINDEP,TC_SA_DOUBLE,TC_SA_INTEGER,TC_SA_CONTIN,TC_EA_DOUBLE,TC_IA_ABLE)
  1712. *MemoryUsage: LIST(FONT)
  1713. *%======== Cursor Control ========
  1714. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1715. *XMoveThreshold: 0
  1716. *YMoveThreshold: 0
  1717. *%XMoveUnit: 1200
  1718. *%YMoveUnit: 1200
  1719. *Command: CmdXMoveAbsolute {
  1720. *CallbackID: =CMD_XM_ABS
  1721. *Params: LIST(DestX)
  1722. }
  1723. *Command: CmdXMoveRelRight {
  1724. *CallbackID: =CMD_XM_REL
  1725. *Params: LIST(DestXRel)
  1726. }
  1727. *Command: CmdXMoveRelLeft {
  1728. *CallbackID: =CMD_XM_RELLEFT
  1729. *Params: LIST(DestXRel)
  1730. }
  1731. *Command: CmdYMoveAbsolute {
  1732. *CallbackID: =CMD_YM_ABS
  1733. *Params: LIST(DestY)
  1734. }
  1735. *Command: CmdYMoveRelDown {
  1736. *CallbackID: =CMD_YM_REL
  1737. *Params: LIST(DestYRel)
  1738. }
  1739. *Command: CmdYMoveRelUp {
  1740. *CallbackID: =CMD_YM_RELUP
  1741. *Params: LIST(DestYRel)
  1742. }
  1743. *Command: CmdCR { *CallbackID: =CMD_CR }
  1744. *Command: CmdLF { *CallbackID: =CMD_LF }
  1745. *Command: CmdFF { *CallbackID: =CMD_FF }
  1746. *Command: CmdBackSpace { *CallbackID: =CMD_BS }
  1747. *EjectPageWithFF?: TRUE
  1748. *%======== Raster Data ========
  1749. *Command: CmdEnableOEMComp { *CallbackID: =CMD_OEM_COMPRESS_ON }
  1750. *Command: CmdEnableFE_RLE { *CallbackID: =CMD_RLE_COMPRESS_ON }
  1751. *Command: CmdDisableCompression { *CallbackID: =CMD_COMPRESS_OFF }
  1752. *OutputDataFormat: H_BYTE
  1753. *OptimizeLeftBound?: TRUE
  1754. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1755. *CursorYAfterSendBlockData: NO_MOVE
  1756. *%======== Font ========
  1757. *DefaultFont: 50
  1758. *DefaultCTT: 0
  1759. *CharPosition: BASELINE
  1760. *TTFSEnabled?: TRUE
  1761. *TTFS: MSMincho
  1762. {
  1763. *rcTTFontNameID: =RC_STR_TTFONT_MSMINCHO
  1764. *rcDevFontNameID: =RC_STR_DEVFONT_MSMINCHO
  1765. }
  1766. *TTFS: MSMincho_V
  1767. {
  1768. *rcTTFontNameID: =RC_STR_TTFONT_MSMINCHO_V
  1769. *rcDevFontNameID: =RC_STR_DEVFONT_MSMINCHO_V
  1770. }
  1771. *TTFS: MSGothic
  1772. {
  1773. *rcTTFontNameID: =RC_STR_TTFONT_MSGOTHIC
  1774. *rcDevFontNameID: =RC_STR_DEVFONT_MSGOTHIC
  1775. }
  1776. *TTFS: MSGothic_V
  1777. {
  1778. *rcTTFontNameID: =RC_STR_TTFONT_MSGOTHIC_V
  1779. *rcDevFontNameID: =RC_STR_DEVFONT_MSGOTHIC_V
  1780. }
  1781. *TTFS: MSMincho_E
  1782. {
  1783. *rcTTFontNameID: =RC_STR_TTFONT_MSMINCHO_E
  1784. *rcDevFontNameID: =RC_STR_DEVFONT_MSMINCHO
  1785. }
  1786. *TTFS: MSMincho_V_E
  1787. {
  1788. *rcTTFontNameID: =RC_STR_TTFONT_MSMINCHO_V_E
  1789. *rcDevFontNameID: =RC_STR_DEVFONT_MSMINCHO_V
  1790. }
  1791. *TTFS: MSGothic_E
  1792. {
  1793. *rcTTFontNameID: =RC_STR_TTFONT_MSGOTHIC_E
  1794. *rcDevFontNameID: =RC_STR_DEVFONT_MSGOTHIC
  1795. }
  1796. *TTFS: MSGothic_V_E
  1797. {
  1798. *rcTTFontNameID: =RC_STR_TTFONT_MSGOTHIC_V_E
  1799. *rcDevFontNameID: =RC_STR_DEVFONT_MSGOTHIC_V
  1800. }
  1801. *TTFS: MSPMincho
  1802. {
  1803. *rcTTFontNameID: =RC_STR_TTFONT_MSPMINCHO
  1804. *rcDevFontNameID: =RC_STR_TTFONT_MSPMINCHO
  1805. }
  1806. *TTFS: MSPGothic
  1807. {
  1808. *rcTTFontNameID: =RC_STR_TTFONT_MSPGOTHIC
  1809. *rcDevFontNameID: =RC_STR_TTFONT_MSPGOTHIC
  1810. }
  1811. *TTFS: MSPMincho_E
  1812. {
  1813. *rcTTFontNameID: =RC_STR_TTFONT_MSPMINCHO_E
  1814. *rcDevFontNameID: =RC_STR_TTFONT_MSPMINCHO
  1815. }
  1816. *TTFS: MSPGothic_E
  1817. {
  1818. *rcTTFontNameID: =RC_STR_TTFONT_MSPGOTHIC_E
  1819. *rcDevFontNameID: =RC_STR_TTFONT_MSPGOTHIC
  1820. }
  1821. *TTFS: Arial
  1822. {
  1823. *rcTTFontNameID: =RC_STR_TTFONT_ARIAL
  1824. *rcDevFontNameID: =RC_STR_DEVFONT_ARIAL
  1825. }
  1826. *TTFS: Century
  1827. {
  1828. *rcTTFontNameID: =RC_STR_TTFONT_CENTURY
  1829. *rcDevFontNameID: =RC_STR_DEVFONT_CENTURY
  1830. }
  1831. *TTFS: TimesNewRoman
  1832. {
  1833. *rcTTFontNameID: =RC_STR_TTFONT_TIMESNEWROMAN
  1834. *rcDevFontNameID: =RC_STR_DEVFONT_TIMESNEWROMAN
  1835. }
  1836. *TTFS: CourierNew
  1837. {
  1838. *rcTTFontNameID: =RC_STR_TTFONT_COURIERNEW
  1839. *rcDevFontNameID: =RC_STR_DEVFONT_COURIERNEW
  1840. }
  1841. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
  1842. + 17,18,50,51,56,57,74,76,77,78,79,80,81,82,83,84,85,86,87)
  1843. *Command: CmdBoldOn { *CallbackID: =CMD_FONT_BOLD_ON }
  1844. *Command: CmdBoldOff { *CallbackID: =CMD_FONT_BOLD_OFF }
  1845. *Command: CmdItalicOn { *CallbackID: =CMD_FONT_ITALIC_ON }
  1846. *Command: CmdItalicOff { *CallbackID: =CMD_FONT_ITALIC_OFF }
  1847. *Command: CmdWhiteTextOn { *CallbackID: =CMD_FONT_WHITETEXT_ON }
  1848. *Command: CmdWhiteTextOff { *CallbackID: =CMD_FONT_WHITETEXT_OFF }
  1849. *%======== Font Downloading ========
  1850. *MinFontID: 0
  1851. *%MaxFontID: 3
  1852. *MinGlyphID: 0
  1853. *MaxGlyphID: 69
  1854. *FontFormat: OEM_CALLBACK
  1855. *Command: CmdSetFontID {
  1856. *CallbackID: =CMD_DL_SET_FONT_ID
  1857. *Params: LIST(FontHeight)
  1858. }
  1859. *Command: CmdSelectFontID {
  1860. *CallbackID: =CMD_DL_SELECT_FONT_ID
  1861. }
  1862. *Command: CmdSetCharCode {
  1863. *CallbackID: =CMD_DL_SET_FONT_GLYPH
  1864. *Params: LIST(NextGlyph)
  1865. }
  1866. *%======== Selection Constraints ========
  1867. *InvalidCombination: LIST(InputBin.Tray1, MediaType.ThickPaper)
  1868. *InvalidCombination: LIST(InputBin.Tray1, MediaType.TRANSPARENCY)
  1869. *InvalidCombination: LIST(InputBin.Tray2, MediaType.ThickPaper)
  1870. *InvalidCombination: LIST(InputBin.Tray2, MediaType.TRANSPARENCY)
  1871. *InvalidCombination: LIST(InputBin.Tray3, MediaType.ThickPaper)
  1872. *InvalidCombination: LIST(InputBin.Tray3, MediaType.TRANSPARENCY)
  1873. *InvalidCombination: LIST(InputBin.Tray4, MediaType.ThickPaper)
  1874. *InvalidCombination: LIST(InputBin.Tray4, MediaType.TRANSPARENCY)
  1875. *InvalidCombination: LIST(InputBin.LARGECAPACITY, MediaType.ThickPaper)
  1876. *InvalidCombination: LIST(InputBin.LARGECAPACITY, MediaType.TRANSPARENCY)
  1877. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.A6)
  1878. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.B6_JIS)
  1879. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.JAPANESE_POSTCARD)
  1880. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.DBL_JAPANESE_POSTCARD)
  1881. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.CUSTOMSIZE)
  1882. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.A6)
  1883. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.B6_JIS)
  1884. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.JAPANESE_POSTCARD)
  1885. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.DBL_JAPANESE_POSTCARD)
  1886. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.CUSTOMSIZE)
  1887. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.A6)
  1888. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.B6_JIS)
  1889. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.JAPANESE_POSTCARD)
  1890. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.DBL_JAPANESE_POSTCARD)
  1891. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.CUSTOMSIZE)
  1892. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.A6)
  1893. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.B6_JIS)
  1894. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.JAPANESE_POSTCARD)
  1895. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.DBL_JAPANESE_POSTCARD)
  1896. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.CUSTOMSIZE)
  1897. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.A3)
  1898. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.A5)
  1899. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.A6)
  1900. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.B4)
  1901. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.B5)
  1902. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.B6_JIS)
  1903. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.JAPANESE_POSTCARD)
  1904. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.TABLOID)
  1905. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.LEGAL)
  1906. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.STATEMENT)
  1907. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.A2toA3)
  1908. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.DBL_JAPANESE_POSTCARD)
  1909. *InvalidCombination: LIST(InputBin.LARGECAPACITY, PaperSize.CUSTOMSIZE)
  1910. *InvalidCombination: LIST(InputBin.MANUAL, Duplex.VERTICAL)
  1911. *InvalidCombination: LIST(InputBin.MANUAL, Duplex.HORIZONTAL)
  1912. *InvalidCombination: LIST(PaperSize.A6, Duplex.VERTICAL)
  1913. *InvalidCombination: LIST(PaperSize.A6, Duplex.HORIZONTAL)
  1914. *InvalidCombination: LIST(PaperSize.B6_JIS, Duplex.VERTICAL)
  1915. *InvalidCombination: LIST(PaperSize.B6_JIS, Duplex.HORIZONTAL)
  1916. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Duplex.VERTICAL)
  1917. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Duplex.HORIZONTAL)
  1918. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Duplex.VERTICAL)
  1919. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Duplex.HORIZONTAL)
  1920. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Duplex.VERTICAL)
  1921. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Duplex.HORIZONTAL)
  1922. *InvalidCombination: LIST(OutputBin.OutputBin1, CollateType.Shift)
  1923. *InvalidCombination: LIST(OutputBin.OutputBin2, CollateType.Shift)
  1924. *InvalidCombination: LIST(OutputBin.OutputBin3, CollateType.Shift)
  1925. *InvalidCombination: LIST(OutputBin.OutputBin4, CollateType.Shift)
  1926. *InvalidCombination: LIST(OutputBin.OutputBin5, CollateType.Shift)
  1927. *InvalidCombination: LIST(OutputBin.OutputBin6, CollateType.Shift)
  1928. *InvalidCombination: LIST(OutputBin.OutputBin7, CollateType.Shift)
  1929. *InvalidCombination: LIST(OutputBin.OutputBin8, CollateType.Shift)
  1930. *InvalidCombination: LIST(OutputBin.OutputBin9, CollateType.Shift)
  1931. *InvalidCombination: LIST(OutputBin.PrintPostUpperTray, CollateType.Shift)
  1932. *InvalidCombination: LIST(OutputBin.StandardTray, CollateType.Shift)
  1933. *InvalidCombination: LIST(CollateType.Shift, Stapling.1position)
  1934. *InvalidCombination: LIST(CollateType.Shift, Stapling.2position)
  1935. *InvalidCombination: LIST(InputBin.MANUAL, Stapling.1position)
  1936. *InvalidCombination: LIST(InputBin.MANUAL, Stapling.2position)
  1937. *InvalidCombination: LIST(PaperSize.A5, Stapling.1position)
  1938. *InvalidCombination: LIST(PaperSize.A5, Stapling.2position)
  1939. *InvalidCombination: LIST(PaperSize.A6, Stapling.1position)
  1940. *InvalidCombination: LIST(PaperSize.A6, Stapling.2position)
  1941. *InvalidCombination: LIST(PaperSize.B6_JIS, Stapling.1position)
  1942. *InvalidCombination: LIST(PaperSize.B6_JIS, Stapling.2position)
  1943. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Stapling.1position)
  1944. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Stapling.2position)
  1945. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Stapling.1position)
  1946. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Stapling.2position)
  1947. *InvalidCombination: LIST(PaperSize.STATEMENT, Stapling.1position)
  1948. *InvalidCombination: LIST(PaperSize.STATEMENT, Stapling.2position)
  1949. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Stapling.1position)
  1950. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Stapling.2position)
  1951. *InvalidCombination: LIST(OutputBin.StandardTray, Stapling.1position)
  1952. *InvalidCombination: LIST(OutputBin.StandardTray, Stapling.2position)
  1953. *InvalidCombination: LIST(OutputBin.OutputBin1, Stapling.1position)
  1954. *InvalidCombination: LIST(OutputBin.OutputBin1, Stapling.2position)
  1955. *InvalidCombination: LIST(OutputBin.OutputBin2, Stapling.1position)
  1956. *InvalidCombination: LIST(OutputBin.OutputBin2, Stapling.2position)
  1957. *InvalidCombination: LIST(OutputBin.OutputBin3, Stapling.1position)
  1958. *InvalidCombination: LIST(OutputBin.OutputBin3, Stapling.2position)
  1959. *InvalidCombination: LIST(OutputBin.OutputBin4, Stapling.1position)
  1960. *InvalidCombination: LIST(OutputBin.OutputBin4, Stapling.2position)
  1961. *InvalidCombination: LIST(OutputBin.OutputBin5, Stapling.1position)
  1962. *InvalidCombination: LIST(OutputBin.OutputBin5, Stapling.2position)
  1963. *InvalidCombination: LIST(OutputBin.OutputBin6, Stapling.1position)
  1964. *InvalidCombination: LIST(OutputBin.OutputBin6, Stapling.2position)
  1965. *InvalidCombination: LIST(OutputBin.OutputBin7, Stapling.1position)
  1966. *InvalidCombination: LIST(OutputBin.OutputBin7, Stapling.2position)
  1967. *InvalidCombination: LIST(OutputBin.OutputBin8, Stapling.1position)
  1968. *InvalidCombination: LIST(OutputBin.OutputBin8, Stapling.2position)
  1969. *InvalidCombination: LIST(OutputBin.OutputBin9, Stapling.1position)
  1970. *InvalidCombination: LIST(OutputBin.OutputBin9, Stapling.2position)
  1971. *InvalidCombination: LIST(OutputBin.PrintPostUpperTray, Stapling.1position)
  1972. *InvalidCombination: LIST(OutputBin.PrintPostUpperTray, Stapling.2position)
  1973. *InvalidCombination: LIST(PaperSize.A5, Punching.Enabled)
  1974. *InvalidCombination: LIST(PaperSize.A6, Punching.Enabled)
  1975. *InvalidCombination: LIST(PaperSize.B6_JIS, Punching.Enabled)
  1976. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Punching.Enabled)
  1977. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Punching.Enabled)
  1978. *InvalidCombination: LIST(PaperSize.STATEMENT, Punching.Enabled)
  1979. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Punching.Enabled)
  1980. *InvalidCombination: LIST(OutputBin.StandardTray, Punching.Enabled)
  1981. *InvalidCombination: LIST(OutputBin.OutputBin1, Punching.Enabled)
  1982. *InvalidCombination: LIST(OutputBin.OutputBin2, Punching.Enabled)
  1983. *InvalidCombination: LIST(OutputBin.OutputBin3, Punching.Enabled)
  1984. *InvalidCombination: LIST(OutputBin.OutputBin4, Punching.Enabled)
  1985. *InvalidCombination: LIST(OutputBin.OutputBin5, Punching.Enabled)
  1986. *InvalidCombination: LIST(OutputBin.OutputBin6, Punching.Enabled)
  1987. *InvalidCombination: LIST(OutputBin.OutputBin7, Punching.Enabled)
  1988. *InvalidCombination: LIST(OutputBin.OutputBin8, Punching.Enabled)
  1989. *InvalidCombination: LIST(OutputBin.OutputBin9, Punching.Enabled)
  1990. *InvalidCombination: LIST(OutputBin.PrintPostUpperTray, Punching.Enabled)
  1991. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.AtoA_Scale67)
  1992. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.BtoA_Scale80)
  1993. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.BtoA_Scale115)
  1994. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.2Up_Scale67)
  1995. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.2Up_Scale100)
  1996. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.4Up_Scale50)
  1997. *IgnoreBlock
  1998. { *%%% Disabled ->
  1999. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale88)
  2000. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale80)
  2001. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale75)
  2002. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale70)
  2003. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale67)
  2004. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale50)
  2005. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale115)
  2006. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale122)
  2007. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale141)
  2008. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale200)
  2009. } *%%% Disabled <-