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.

1934 lines
50 KiB

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