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.

1663 lines
55 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "FXDP250J.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "FX DocuPrint 250 ART4"
  11. *MasterUnits: PAIR(1200, 1200)
  12. *ResourceDLL: "FXARTRES.DLL"
  13. *PrinterType: PAGE
  14. *PrintRate: 25
  15. *PrintRateUnit: PPM
  16. *MaxCopies: 9999
  17. *FontCartSlots: 1
  18. *rcInstalledOptionNameID: 350
  19. *rcNotInstalledOptionNameID: 351
  20. *%========== Orientation ==========
  21. *Feature: Orientation
  22. {
  23. *rcNameID: =ORIENTATION_DISPLAY
  24. *DefaultOption: PORTRAIT
  25. *Option: PORTRAIT
  26. {
  27. *rcNameID: =PORTRAIT_DISPLAY
  28. *Command: CmdSelect
  29. {
  30. *Order: DOC_SETUP.8
  31. *CallbackID: 17
  32. }
  33. }
  34. *Option: LANDSCAPE_CC90
  35. {
  36. *rcNameID: =LANDSCAPE_DISPLAY
  37. *Command: CmdSelect
  38. {
  39. *Order: DOC_SETUP.8
  40. *CallbackID: 18
  41. }
  42. }
  43. }
  44. *%========== InputBin ==========
  45. *Feature: InputBin
  46. {
  47. *rcNameID: =PAPER_SOURCE_DISPLAY
  48. *DefaultOption: AUTO
  49. *Option: AUTO
  50. {
  51. *rcNameID: =AUTO_DISPLAY
  52. *Command: CmdSelect
  53. {
  54. *Order: DOC_SETUP.9
  55. *Cmd: "it -1<0D0A>"
  56. }
  57. }
  58. *Option: MANUAL
  59. {
  60. *rcNameID: =MANUAL_FEED_DISPLAY
  61. *Command: CmdSelect
  62. {
  63. *Order: DOC_SETUP.9
  64. *Cmd: "it 0<0D0A>"
  65. }
  66. }
  67. *Option: TRAY1
  68. {
  69. *rcNameID: 258
  70. *Command: CmdSelect
  71. {
  72. *Order: DOC_SETUP.9
  73. *Cmd: "it 1<0D0A>"
  74. }
  75. }
  76. *Option: TRAY2
  77. {
  78. *rcNameID: 259
  79. *Command: CmdSelect
  80. {
  81. *Order: DOC_SETUP.9
  82. *Cmd: "it 2<0D0A>"
  83. }
  84. }
  85. *Option: TRAY3
  86. {
  87. *rcNameID: 260
  88. *Command: CmdSelect
  89. {
  90. *Order: DOC_SETUP.9
  91. *Cmd: "it 3<0D0A>"
  92. }
  93. }
  94. *Option: TRAY4
  95. {
  96. *rcNameID: 261
  97. *Command: CmdSelect
  98. {
  99. *Order: DOC_SETUP.9
  100. *Cmd: "it 4<0D0A>"
  101. }
  102. }
  103. *Option: LVTRAY3
  104. {
  105. *rcNameID: 370
  106. *Command: CmdSelect
  107. {
  108. *Order: DOC_SETUP.9
  109. *Cmd: "it 3<0D0A>"
  110. }
  111. }
  112. *Option: LVTRAY4
  113. {
  114. *rcNameID: 371
  115. *Command: CmdSelect
  116. {
  117. *Order: DOC_SETUP.9
  118. *Cmd: "it 4<0D0A>"
  119. }
  120. }
  121. }
  122. *%========== Resolution ==========
  123. *Feature: Resolution
  124. {
  125. *rcNameID: =RESOLUTION_DISPLAY
  126. *DefaultOption: Option3
  127. *Option: Option1
  128. {
  129. *Name: "300 x 300 dots per inch"
  130. *DPI: PAIR(300, 300)
  131. *TextDPI: PAIR(300, 300)
  132. *MinStripBlankPixels: 24
  133. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  134. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  135. *SpotDiameter: 100
  136. *Command: CmdSendBlockData
  137. {
  138. *CallbackID: 26
  139. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  140. }
  141. *Command: CmdEndBlockData { *Cmd : "]<0D0A>" }
  142. *Command: CmdSelect
  143. {
  144. *Order: DOC_SETUP.7
  145. *CallbackID: 22
  146. }
  147. }
  148. *Option: Option2
  149. {
  150. *Name: "400 x 400 dots per inch"
  151. *DPI: PAIR(400, 400)
  152. *TextDPI: PAIR(400, 400)
  153. *MinStripBlankPixels: 24
  154. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  155. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  156. *SpotDiameter: 100
  157. *Command: CmdSendBlockData
  158. {
  159. *CallbackID: 26
  160. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  161. }
  162. *Command: CmdEndBlockData { *Cmd : "]<0D0A>" }
  163. *Command: CmdSelect
  164. {
  165. *Order: DOC_SETUP.7
  166. *CallbackID: 23
  167. }
  168. }
  169. *Option: Option3
  170. {
  171. *Name: "600 x 600 dots per inch"
  172. *DPI: PAIR(600, 600)
  173. *TextDPI: PAIR(600, 600)
  174. *MinStripBlankPixels: 24
  175. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  176. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  177. *SpotDiameter: 100
  178. *Command: CmdSendBlockData
  179. {
  180. *CallbackID: 26
  181. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  182. }
  183. *Command: CmdEndBlockData { *Cmd : "]<0D0A>" }
  184. *Command: CmdSelect
  185. {
  186. *Order: DOC_SETUP.7
  187. *CallbackID: 24
  188. }
  189. }
  190. }
  191. *%========== PaperSize ==========
  192. *Feature: PaperSize
  193. {
  194. *rcNameID: =PAPER_SIZE_DISPLAY
  195. *DefaultOption: A4
  196. *Option: A3
  197. {
  198. *rcNameID: =A3_DISPLAY
  199. *Constraints: LIST(InputBin.LVTRAY3, InputBin.LVTRAY4)
  200. *switch: Orientation
  201. {
  202. *case: PORTRAIT
  203. {
  204. *PrintableArea: PAIR(13548, 19368)
  205. *PrintableOrigin: PAIR(240, 240)
  206. *CursorOrigin: PAIR(240, 240)
  207. *Command: CmdSelect
  208. {
  209. *Order: DOC_SETUP.12
  210. *CallbackID: 30
  211. }
  212. }
  213. *case: LANDSCAPE_CC90
  214. {
  215. *PrintableArea: PAIR(13548, 19368)
  216. *PrintableOrigin: PAIR(240, 240)
  217. *CursorOrigin: PAIR(240, 19608)
  218. *Command: CmdSelect
  219. {
  220. *Order: DOC_SETUP.12
  221. *CallbackID: 30
  222. }
  223. }
  224. }
  225. }
  226. *Option: A4
  227. {
  228. *rcNameID: =A4_DISPLAY
  229. *switch: Orientation
  230. {
  231. *case: PORTRAIT
  232. {
  233. *PrintableArea: PAIR(9444, 13548)
  234. *PrintableOrigin: PAIR(240, 240)
  235. *CursorOrigin: PAIR(240, 240)
  236. *Command: CmdSelect
  237. {
  238. *Order: DOC_SETUP.12
  239. *CallbackID: 31
  240. }
  241. }
  242. *case: LANDSCAPE_CC90
  243. {
  244. *PrintableArea: PAIR(9444, 13548)
  245. *PrintableOrigin: PAIR(240, 240)
  246. *CursorOrigin: PAIR(240, 13788)
  247. *Command: CmdSelect
  248. {
  249. *Order: DOC_SETUP.12
  250. *CallbackID: 31
  251. }
  252. }
  253. }
  254. }
  255. *Option: A5
  256. {
  257. *rcNameID: =A5_DISPLAY
  258. *Constraints: LIST(InputBin.TRAY2,InputBin.TRAY3,InputBin.TRAY4)
  259. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  260. *switch: Orientation
  261. {
  262. *case: PORTRAIT
  263. {
  264. *PrintableArea: PAIR(6516, 9444)
  265. *PrintableOrigin: PAIR(240, 240)
  266. *CursorOrigin: PAIR(240, 240)
  267. *Command: CmdSelect
  268. {
  269. *Order: DOC_SETUP.12
  270. *CallbackID: 32
  271. }
  272. }
  273. *case: LANDSCAPE_CC90
  274. {
  275. *PrintableArea: PAIR(6516, 9444)
  276. *PrintableOrigin: PAIR(240, 240)
  277. *CursorOrigin: PAIR(240, 9684)
  278. *Command: CmdSelect
  279. {
  280. *Order: DOC_SETUP.12
  281. *CallbackID: 32
  282. }
  283. }
  284. }
  285. }
  286. *Option: B4
  287. {
  288. *rcNameID: =B4_DISPLAY
  289. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  290. *switch: Orientation
  291. {
  292. *case: PORTRAIT
  293. {
  294. *PrintableArea: PAIR(11664, 16716)
  295. *PrintableOrigin: PAIR(240, 240)
  296. *CursorOrigin: PAIR(240, 240)
  297. *Command: CmdSelect
  298. {
  299. *Order: DOC_SETUP.12
  300. *CallbackID: 33
  301. }
  302. }
  303. *case: LANDSCAPE_CC90
  304. {
  305. *PrintableArea: PAIR(11664, 16716)
  306. *PrintableOrigin: PAIR(240, 240)
  307. *CursorOrigin: PAIR(240, 16956)
  308. *Command: CmdSelect
  309. {
  310. *Order: DOC_SETUP.12
  311. *CallbackID: 33
  312. }
  313. }
  314. }
  315. }
  316. *Option: B5
  317. {
  318. *rcNameID: =B5_DISPLAY
  319. *switch: Orientation
  320. {
  321. *case: PORTRAIT
  322. {
  323. *PrintableArea: PAIR(8124, 11664)
  324. *PrintableOrigin: PAIR(240, 240)
  325. *CursorOrigin: PAIR(240, 240)
  326. *Command: CmdSelect
  327. {
  328. *Order: DOC_SETUP.12
  329. *CallbackID: 34
  330. }
  331. }
  332. *case: LANDSCAPE_CC90
  333. {
  334. *PrintableArea: PAIR(8124, 11664)
  335. *PrintableOrigin: PAIR(240, 240)
  336. *CursorOrigin: PAIR(240, 11904)
  337. *Command: CmdSelect
  338. {
  339. *Order: DOC_SETUP.12
  340. *CallbackID: 34
  341. }
  342. }
  343. }
  344. }
  345. *Option: JAPANESE_POSTCARD
  346. {
  347. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  348. *Constraints: LIST(InputBin.TRAY1,InputBin.TRAY2)
  349. *Constraints: LIST(InputBin.TRAY3,InputBin.TRAY4,InputBin.AUTO)
  350. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  351. *Constraints: LIST(Stapling.Option2, Stapling.Option3, Stapling.Option4,
  352. + Stapling.Option5, Stapling.Option6)
  353. *switch: Orientation
  354. {
  355. *case: PORTRAIT
  356. {
  357. *PrintableArea: PAIR(4244, 6512)
  358. *PrintableOrigin: PAIR(240, 240)
  359. *CursorOrigin: PAIR(240, 240)
  360. *Command: CmdSelect
  361. {
  362. *Order: DOC_SETUP.12
  363. *CallbackID: 35
  364. }
  365. }
  366. *case: LANDSCAPE_CC90
  367. {
  368. *PrintableArea: PAIR(4292, 6560)
  369. *PrintableOrigin: PAIR(216, 216)
  370. *CursorOrigin: PAIR(216, 6774)
  371. *Command: CmdSelect
  372. {
  373. *Order: DOC_SETUP.12
  374. *CallbackID: 35
  375. }
  376. }
  377. }
  378. }
  379. *Option: TABLOID
  380. {
  381. *rcNameID: =TABLOID_DISPLAY
  382. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  383. *switch: Orientation
  384. {
  385. *case: PORTRAIT
  386. {
  387. *PrintableArea: PAIR(12768, 19968)
  388. *PrintableOrigin: PAIR(216, 216)
  389. *CursorOrigin: PAIR(216, 216)
  390. *Command: CmdSelect
  391. {
  392. *Order: DOC_SETUP.12
  393. *CallbackID: 36
  394. }
  395. }
  396. *case: LANDSCAPE_CC90
  397. {
  398. *PrintableArea: PAIR(12768, 19968)
  399. *PrintableOrigin: PAIR(216, 216)
  400. *CursorOrigin: PAIR(216, 20184)
  401. *Command: CmdSelect
  402. {
  403. *Order: DOC_SETUP.12
  404. *CallbackID: 36
  405. }
  406. }
  407. }
  408. }
  409. *Option: LETTER
  410. {
  411. *rcNameID: =LETTER_DISPLAY
  412. *switch: Orientation
  413. {
  414. *case: PORTRAIT
  415. {
  416. *PrintableArea: PAIR(9768, 12768)
  417. *PrintableOrigin: PAIR(216, 216)
  418. *CursorOrigin: PAIR(216, 216)
  419. *Command: CmdSelect
  420. {
  421. *Order: DOC_SETUP.12
  422. *CallbackID: 37
  423. }
  424. }
  425. *case: LANDSCAPE_CC90
  426. {
  427. *PrintableArea: PAIR(9768, 12768)
  428. *PrintableOrigin: PAIR(216, 216)
  429. *CursorOrigin: PAIR(216, 12984)
  430. *Command: CmdSelect
  431. {
  432. *Order: DOC_SETUP.12
  433. *CallbackID: 37
  434. }
  435. }
  436. }
  437. }
  438. *Option: FOLIO
  439. {
  440. *rcNameID: =FOLIO_DISPLAY
  441. *switch: Orientation
  442. {
  443. *case: PORTRAIT
  444. {
  445. *PrintableArea: PAIR(9768, 15168)
  446. *PrintableOrigin: PAIR(216, 216)
  447. *CursorOrigin: PAIR(216, 216)
  448. *Command: CmdSelect
  449. {
  450. *Order: DOC_SETUP.12
  451. *CallbackID: 38
  452. }
  453. }
  454. *case: LANDSCAPE_CC90
  455. {
  456. *PrintableArea: PAIR(9768, 15168)
  457. *PrintableOrigin: PAIR(216, 216)
  458. *CursorOrigin: PAIR(216, 15384)
  459. *Command: CmdSelect
  460. {
  461. *Order: DOC_SETUP.12
  462. *CallbackID: 38
  463. }
  464. }
  465. }
  466. }
  467. *Option: LEGAL
  468. {
  469. *rcNameID: =LEGAL_DISPLAY
  470. *switch: Orientation
  471. {
  472. *case: PORTRAIT
  473. {
  474. *PrintableArea: PAIR(9768, 16368)
  475. *PrintableOrigin: PAIR(216, 216)
  476. *CursorOrigin: PAIR(216, 216)
  477. *Command: CmdSelect
  478. {
  479. *Order: DOC_SETUP.12
  480. *CallbackID: 39
  481. }
  482. }
  483. *case: LANDSCAPE_CC90
  484. {
  485. *PrintableArea: PAIR(9768, 16368)
  486. *PrintableOrigin: PAIR(216, 216)
  487. *CursorOrigin: PAIR(216, 16584)
  488. *Command: CmdSelect
  489. {
  490. *Order: DOC_SETUP.12
  491. *CallbackID: 39
  492. }
  493. }
  494. }
  495. }
  496. }
  497. *%========== OutputBin ==========
  498. *Feature: OutputBin
  499. {
  500. *rcNameID: =OUTPUTBIN_DISPLAY
  501. *DefaultOption: Option1
  502. *Option: Option1
  503. {
  504. *rcNameID: 262
  505. *Command: CmdSelect
  506. {
  507. *Order: DOC_SETUP.14
  508. *Cmd: "setp outtray 1<0D0A>"
  509. }
  510. }
  511. *Option: Option2
  512. {
  513. *rcNameID: 263
  514. *Command: CmdSelect
  515. {
  516. *Order: DOC_SETUP.14
  517. *Cmd: "setp outtray 2<0D0A>"
  518. }
  519. }
  520. *Option: Option4
  521. {
  522. *rcNameID: 265
  523. *Command: CmdSelect
  524. {
  525. *Order: DOC_SETUP.14
  526. *Cmd: "setp outtray 4<0D0A>"
  527. }
  528. }
  529. *Option: Option5
  530. {
  531. *rcNameID: 266
  532. *Command: CmdSelect
  533. {
  534. *Order: DOC_SETUP.14
  535. *Cmd: "setp outtray 5<0D0A>"
  536. }
  537. }
  538. *Option: Option6
  539. {
  540. *rcNameID: 267
  541. *Command: CmdSelect
  542. {
  543. *Order: DOC_SETUP.14
  544. *Cmd: "setp outtray 6<0D0A>"
  545. }
  546. }
  547. *Option: Option7
  548. {
  549. *rcNameID: 268
  550. *Command: CmdSelect
  551. {
  552. *Order: DOC_SETUP.14
  553. *Cmd: "setp outtray 7<0D0A>"
  554. }
  555. }
  556. *Option: Option8
  557. {
  558. *rcNameID: 269
  559. *Command: CmdSelect
  560. {
  561. *Order: DOC_SETUP.14
  562. *Cmd: "setp outtray 8<0D0A>"
  563. }
  564. }
  565. *Option: Option9
  566. {
  567. *rcNameID: 270
  568. *Command: CmdSelect
  569. {
  570. *Order: DOC_SETUP.14
  571. *Cmd: "setp outtray 9<0D0A>"
  572. }
  573. }
  574. *Option: Option10
  575. {
  576. *rcNameID: 271
  577. *Command: CmdSelect
  578. {
  579. *Order: DOC_SETUP.14
  580. *Cmd: "setp outtray 10<0D0A>"
  581. }
  582. }
  583. *Option: Option11
  584. {
  585. *rcNameID: 272
  586. *Command: CmdSelect
  587. {
  588. *Order: DOC_SETUP.14
  589. *Cmd: "setp outtray 11<0D0A>"
  590. }
  591. }
  592. *Option: Option12
  593. {
  594. *rcNameID: 273
  595. *Command: CmdSelect
  596. {
  597. *Order: DOC_SETUP.14
  598. *Cmd: "setp outtray 12<0D0A>"
  599. }
  600. }
  601. *Option: Option13
  602. {
  603. *rcNameID: 274
  604. *Command: CmdSelect
  605. {
  606. *Order: DOC_SETUP.14
  607. *Cmd: "setp outtray 13<0D0A>"
  608. }
  609. }
  610. *Option: Option14
  611. {
  612. *rcNameID: 357
  613. *Command: CmdSelect
  614. {
  615. *Order: DOC_SETUP.2
  616. *Cmd: "@OUTR=OUTBIN100<0D0A>"
  617. }
  618. }
  619. *Option: Option15
  620. {
  621. *rcNameID: 358
  622. *Command: CmdSelect
  623. {
  624. *Order: DOC_SETUP.2
  625. *Cmd: "@OUTR=OUTBIN101<0D0A>"
  626. }
  627. }
  628. *Option: Option16
  629. {
  630. *rcNameID: 359
  631. *Command: CmdSelect
  632. {
  633. *Order: DOC_SETUP.2
  634. *Cmd: "@OUTR=OUTBIN102<0D0A>"
  635. }
  636. }
  637. *Option: Option17
  638. {
  639. *rcNameID: 360
  640. *Command: CmdSelect
  641. {
  642. *Order: DOC_SETUP.2
  643. *Cmd: "@OUTR=OUTBIN103<0D0A>"
  644. }
  645. }
  646. }
  647. *%========== ImageControl ==========
  648. *Feature: ImageControl
  649. {
  650. *rcNameID: =IMAGECONTROL_DISPLAY
  651. *DefaultOption: Option1
  652. *Option: Option1
  653. {
  654. *rcNameID: 286
  655. *Command: CmdSelect
  656. {
  657. *Order: DOC_SETUP.11
  658. *Cmd: "setp postrenderingenhance on<0D0A>"
  659. }
  660. }
  661. *Option: Option2
  662. {
  663. *rcNameID: 287
  664. *Command: CmdSelect
  665. {
  666. *Order: DOC_SETUP.11
  667. *Cmd: "setp postrenderingenhance off<0D0A>"
  668. }
  669. }
  670. }
  671. *%========== PrintDensity ==========
  672. *Feature: PrintDensity
  673. {
  674. *rcNameID: =PRINTDENSITY_DISPLAY
  675. *DefaultOption: Option2
  676. *Option: Option1
  677. {
  678. *rcNameID: 286
  679. }
  680. *Option: Option2
  681. {
  682. *rcNameID: 287
  683. }
  684. }
  685. *%========== Halftone ==========
  686. *Feature: Halftone
  687. {
  688. *rcNameID: =HALFTONING_DISPLAY
  689. *DefaultOption: HT_PATSIZE_AUTO
  690. *Option: HT_PATSIZE_AUTO
  691. {
  692. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  693. }
  694. *Option: HT_PATSIZE_SUPERCELL_M
  695. {
  696. *rcNameID: =HT_SUPERCELL_DISPLAY
  697. }
  698. *Option: HT_PATSIZE_6x6_M
  699. {
  700. *rcNameID: =HT_DITHER6X6_DISPLAY
  701. }
  702. *Option: HT_PATSIZE_8x8_M
  703. {
  704. *rcNameID: =HT_DITHER8X8_DISPLAY
  705. }
  706. }
  707. *%========== Duplex ==========
  708. *Feature: Duplex
  709. {
  710. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  711. *DefaultOption: NONE
  712. *Option: NONE
  713. {
  714. *rcNameID: =NONE_DISPLAY
  715. *Command: CmdSelect
  716. {
  717. *Order: DOC_SETUP.10
  718. *Cmd: "setp duplex 0<0A>"
  719. }
  720. }
  721. *Option: VERTICAL
  722. {
  723. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  724. *Command: CmdSelect
  725. {
  726. *Order: DOC_SETUP.10
  727. *Cmd: "setp duplex 3<0A>"
  728. }
  729. }
  730. *Option: HORIZONTAL
  731. {
  732. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  733. *Command: CmdSelect
  734. {
  735. *Order: DOC_SETUP.10
  736. *Cmd: "setp duplex 4<0A>"
  737. }
  738. }
  739. }
  740. *%Portrait:Simplex
  741. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.A3,
  742. + Stapling.Option4)
  743. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.A3,
  744. + Stapling.Option5)
  745. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.B4,
  746. + Stapling.Option4)
  747. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.B4,
  748. + Stapling.Option5)
  749. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.TABLOID,
  750. + Stapling.Option4)
  751. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.TABLOID,
  752. + Stapling.Option5)
  753. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.FOLIO,
  754. + Stapling.Option4)
  755. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.FOLIO,
  756. + Stapling.Option5)
  757. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.LEGAL,
  758. + Stapling.Option4)
  759. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.LEGAL,
  760. + Stapling.Option5)
  761. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE, PaperSize.A5,
  762. + Stapling.Option6)
  763. *%Portrait:LongEdge
  764. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.A3,
  765. + Stapling.Option4)
  766. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.A3,
  767. + Stapling.Option5)
  768. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.A3,
  769. + Stapling.Option6)
  770. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.B4,
  771. + Stapling.Option4)
  772. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.B4,
  773. + Stapling.Option5)
  774. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.B4,
  775. + Stapling.Option6)
  776. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  777. + PaperSize.TABLOID, Stapling.Option4)
  778. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  779. + PaperSize.TABLOID, Stapling.Option5)
  780. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  781. + PaperSize.TABLOID, Stapling.Option6)
  782. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  783. + PaperSize.LEGAL, Stapling.Option4)
  784. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  785. + PaperSize.LEGAL, Stapling.Option5)
  786. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  787. + PaperSize.LEGAL, Stapling.Option6)
  788. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  789. + PaperSize.FOLIO, Stapling.Option4)
  790. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  791. + PaperSize.FOLIO, Stapling.Option5)
  792. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  793. + PaperSize.FOLIO, Stapling.Option6)
  794. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  795. + PaperSize.A4, Stapling.Option6)
  796. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  797. + PaperSize.B5, Stapling.Option6)
  798. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  799. + PaperSize.LETTER, Stapling.Option6)
  800. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,
  801. + PaperSize.A5, Stapling.Option6)
  802. *%Portrait:ShortEdge
  803. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  804. + PaperSize.A3, Stapling.Option4)
  805. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  806. + PaperSize.A3, Stapling.Option5)
  807. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  808. + PaperSize.B4, Stapling.Option4)
  809. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  810. + PaperSize.B4, Stapling.Option5)
  811. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  812. + PaperSize.TABLOID, Stapling.Option4)
  813. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  814. + PaperSize.TABLOID, Stapling.Option5)
  815. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  816. + PaperSize.FOLIO, Stapling.Option4)
  817. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  818. + PaperSize.FOLIO, Stapling.Option5)
  819. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  820. + PaperSize.LEGAL, Stapling.Option4)
  821. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  822. + PaperSize.LEGAL, Stapling.Option5)
  823. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  824. + PaperSize.A4, Stapling.Option4)
  825. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  826. + PaperSize.A4, Stapling.Option5)
  827. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  828. + PaperSize.B5, Stapling.Option4)
  829. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  830. + PaperSize.B5, Stapling.Option5)
  831. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  832. + PaperSize.LETTER, Stapling.Option4)
  833. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  834. + PaperSize.LETTER, Stapling.Option5)
  835. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  836. + PaperSize.A5, Stapling.Option4)
  837. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  838. + PaperSize.A5, Stapling.Option5)
  839. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,
  840. + PaperSize.A5, Stapling.Option6)
  841. *%Landscape:Simplex
  842. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  843. + PaperSize.A3, Stapling.Option6)
  844. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  845. + PaperSize.B4, Stapling.Option6)
  846. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  847. + PaperSize.TABLOID, Stapling.Option6)
  848. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  849. + PaperSize.LEGAL, Stapling.Option6)
  850. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  851. + PaperSize.FOLIO, Stapling.Option6)
  852. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  853. + PaperSize.A5, Stapling.Option4)
  854. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,
  855. + PaperSize.A5, Stapling.Option5)
  856. *%Landscape:LongEdge
  857. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  858. + PaperSize.A3, Stapling.Option4)
  859. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  860. + PaperSize.A3, Stapling.Option5)
  861. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  862. + PaperSize.A3, Stapling.Option6)
  863. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  864. + PaperSize.B4, Stapling.Option4)
  865. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  866. + PaperSize.B4, Stapling.Option5)
  867. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  868. + PaperSize.B4, Stapling.Option6)
  869. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  870. + PaperSize.LEGAL, Stapling.Option4)
  871. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  872. + PaperSize.LEGAL, Stapling.Option5)
  873. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  874. + PaperSize.LEGAL, Stapling.Option6)
  875. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  876. + PaperSize.TABLOID, Stapling.Option4)
  877. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  878. + PaperSize.TABLOID, Stapling.Option5)
  879. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  880. + PaperSize.TABLOID, Stapling.Option6)
  881. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  882. + PaperSize.FOLIO, Stapling.Option4)
  883. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  884. + PaperSize.FOLIO, Stapling.Option5)
  885. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  886. + PaperSize.FOLIO, Stapling.Option6)
  887. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  888. + PaperSize.A4, Stapling.Option4)
  889. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  890. + PaperSize.A4, Stapling.Option5)
  891. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  892. + PaperSize.B5, Stapling.Option4)
  893. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  894. + PaperSize.B5, Stapling.Option5)
  895. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  896. + PaperSize.LETTER, Stapling.Option4)
  897. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  898. + PaperSize.LETTER, Stapling.Option5)
  899. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  900. + PaperSize.A5, Stapling.Option4)
  901. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,
  902. + PaperSize.A5, Stapling.Option5)
  903. *%Portrait:ShortEdge
  904. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  905. + PaperSize.A3, Stapling.Option6)
  906. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  907. + PaperSize.B4, Stapling.Option6)
  908. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  909. + PaperSize.TABLOID, Stapling.Option6)
  910. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  911. + PaperSize.FOLIO, Stapling.Option6)
  912. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  913. + PaperSize.LEGAL, Stapling.Option6)
  914. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  915. + PaperSize.A4, Stapling.Option6)
  916. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  917. + PaperSize.B5, Stapling.Option6)
  918. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  919. + PaperSize.LETTER, Stapling.Option6)
  920. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  921. + PaperSize.A5, Stapling.Option4)
  922. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  923. + PaperSize.A5, Stapling.Option5)
  924. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,
  925. + PaperSize.A5, Stapling.Option6)
  926. *% end
  927. *%========== InvalidCombination ==========
  928. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.JAPANESE_POSTCARD)
  929. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.JAPANESE_POSTCARD)
  930. *InvalidCombination: LIST(OutputBin.Option4, PaperSize.JAPANESE_POSTCARD)
  931. *InvalidCombination: LIST(OutputBin.Option5, PaperSize.JAPANESE_POSTCARD)
  932. *InvalidCombination: LIST(OutputBin.Option6, PaperSize.JAPANESE_POSTCARD)
  933. *InvalidCombination: LIST(OutputBin.Option7, PaperSize.JAPANESE_POSTCARD)
  934. *InvalidCombination: LIST(OutputBin.Option8, PaperSize.JAPANESE_POSTCARD)
  935. *InvalidCombination: LIST(OutputBin.Option9, PaperSize.JAPANESE_POSTCARD)
  936. *InvalidCombination: LIST(OutputBin.Option10, PaperSize.JAPANESE_POSTCARD)
  937. *InvalidCombination: LIST(OutputBin.Option11, PaperSize.JAPANESE_POSTCARD)
  938. *InvalidCombination: LIST(OutputBin.Option12, PaperSize.JAPANESE_POSTCARD)
  939. *InvalidCombination: LIST(OutputBin.Option13, PaperSize.JAPANESE_POSTCARD)
  940. *InvalidCombination: LIST(Duplex.VERTICAL, InputBin.MANUAL)
  941. *InvalidCombination: LIST(Duplex.HORIZONTAL, InputBin.MANUAL)
  942. *InvalidCombination: LIST(OutputBin.Option4, InputBin.MANUAL)
  943. *InvalidCombination: LIST(OutputBin.Option5, InputBin.MANUAL)
  944. *InvalidCombination: LIST(OutputBin.Option6, InputBin.MANUAL)
  945. *InvalidCombination: LIST(OutputBin.Option7, InputBin.MANUAL)
  946. *InvalidCombination: LIST(OutputBin.Option8, InputBin.MANUAL)
  947. *InvalidCombination: LIST(OutputBin.Option9, InputBin.MANUAL)
  948. *InvalidCombination: LIST(OutputBin.Option10, InputBin.MANUAL)
  949. *InvalidCombination: LIST(OutputBin.Option11, InputBin.MANUAL)
  950. *InvalidCombination: LIST(OutputBin.Option12, InputBin.MANUAL)
  951. *InvalidCombination: LIST(OutputBin.Option13, InputBin.MANUAL)
  952. *InvalidCombination: LIST(OutputBin.Option14, InputBin.MANUAL)
  953. *InvalidCombination: LIST(OutputBin.Option15, InputBin.MANUAL)
  954. *InvalidCombination: LIST(OutputBin.Option16, InputBin.MANUAL)
  955. *InvalidCombination: LIST(OutputBin.Option17, InputBin.MANUAL)
  956. *InvalidCombination: LIST(Sort.Option1, Stapling.Option2)
  957. *InvalidCombination: LIST(Sort.Option1, Stapling.Option3)
  958. *InvalidCombination: LIST(Sort.Option1, Stapling.Option4)
  959. *InvalidCombination: LIST(Sort.Option1, Stapling.Option5)
  960. *InvalidCombination: LIST(Sort.Option1, Stapling.Option6)
  961. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option1)
  962. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option4)
  963. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option5)
  964. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option6)
  965. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option7)
  966. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option8)
  967. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option9)
  968. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option10)
  969. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option11)
  970. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option12)
  971. *InvalidCombination: LIST(Stapling.Option2, OutputBin.Option13)
  972. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option1)
  973. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option4)
  974. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option5)
  975. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option6)
  976. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option7)
  977. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option8)
  978. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option9)
  979. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option10)
  980. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option11)
  981. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option12)
  982. *InvalidCombination: LIST(Stapling.Option3, OutputBin.Option13)
  983. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option1)
  984. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option4)
  985. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option5)
  986. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option6)
  987. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option7)
  988. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option8)
  989. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option9)
  990. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option10)
  991. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option11)
  992. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option12)
  993. *InvalidCombination: LIST(Stapling.Option4, OutputBin.Option13)
  994. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option1)
  995. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option4)
  996. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option5)
  997. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option6)
  998. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option7)
  999. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option8)
  1000. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option9)
  1001. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option10)
  1002. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option11)
  1003. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option12)
  1004. *InvalidCombination: LIST(Stapling.Option5, OutputBin.Option13)
  1005. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option1)
  1006. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option4)
  1007. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option5)
  1008. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option6)
  1009. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option7)
  1010. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option8)
  1011. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option9)
  1012. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option10)
  1013. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option11)
  1014. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option12)
  1015. *InvalidCombination: LIST(Stapling.Option6, OutputBin.Option13)
  1016. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.A5, Stapling.Option6)
  1017. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.A3, Stapling.Option4)
  1018. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.A3, Stapling.Option5)
  1019. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.B4, Stapling.Option4)
  1020. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.B4, Stapling.Option5)
  1021. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.A5, Stapling.Option6)
  1022. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.B4, Stapling.Option6)
  1023. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.B5, Stapling.Option6)
  1024. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.LETTER ,Stapling.Option6)
  1025. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.A3, Stapling.Option4)
  1026. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.A3, Stapling.Option5)
  1027. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.A3, Stapling.Option6)
  1028. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.B4, Stapling.Option4)
  1029. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.B4, Stapling.Option5)
  1030. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL,PaperSize.B4, Stapling.Option6)
  1031. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A3, Stapling.Option4)
  1032. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A3, Stapling.Option5)
  1033. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.B4, Stapling.Option4)
  1034. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.B4, Stapling.Option5)
  1035. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A4, Stapling.Option4)
  1036. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A4, Stapling.Option5)
  1037. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.B5, Stapling.Option4)
  1038. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.B5, Stapling.Option5)
  1039. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL, PaperSize.LETTER, Stapling.Option4)
  1040. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL, PaperSize.LETTER, Stapling.Option5)
  1041. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A5, Stapling.Option4)
  1042. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A5, Stapling.Option5)
  1043. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,PaperSize.A5, Stapling.Option6)
  1044. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,PaperSize.A3, Stapling.Option6)
  1045. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,PaperSize.B4, Stapling.Option6)
  1046. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,PaperSize.A5, Stapling.Option4)
  1047. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE,PaperSize.A5, Stapling.Option5)
  1048. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A3, Stapling.Option4)
  1049. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A3, Stapling.Option5)
  1050. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A3, Stapling.Option6)
  1051. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.B4, Stapling.Option4)
  1052. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.B4, Stapling.Option5)
  1053. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.B4, Stapling.Option6)
  1054. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A4, Stapling.Option4)
  1055. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A4, Stapling.Option5)
  1056. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.B5, Stapling.Option4)
  1057. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.B5, Stapling.Option5)
  1058. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.LETTER, Stapling.Option4)
  1059. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.LETTER, Stapling.Option5)
  1060. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A5, Stapling.Option4)
  1061. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.A5, Stapling.Option5)
  1062. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.A3, Stapling.Option6)
  1063. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.B4, Stapling.Option6)
  1064. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.A4, Stapling.Option6)
  1065. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.B5, Stapling.Option6)
  1066. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.LETTER, Stapling.Option6)
  1067. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.A5, Stapling.Option4)
  1068. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.A5, Stapling.Option5)
  1069. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.A5, Stapling.Option6)
  1070. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.TABLOID, Stapling.Option4)
  1071. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.NONE,PaperSize.TABLOID, Stapling.Option5)
  1072. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.TABLOID,Stapling.Option4)
  1073. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.TABLOID,Stapling.Option5)
  1074. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.TABLOID,Stapling.Option6)
  1075. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL, PaperSize.TABLOID,Stapling.Option4)
  1076. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL, PaperSize.TABLOID,Stapling.Option5)
  1077. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.NONE, PaperSize.TABLOID, Stapling.Option6)
  1078. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.TABLOID, Stapling.Option4)
  1079. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.TABLOID, Stapling.Option5)
  1080. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, PaperSize.TABLOID, Stapling.Option6)
  1081. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL, PaperSize.TABLOID, Stapling.Option6)
  1082. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, PaperSize.A4,Stapling.Option6)
  1083. *InvalidCombination: LIST(SideTray.Option1,OutputBin.Option2)
  1084. *InvalidCombination: LIST(ManualTray.Option1,InputBin.MANUAL)
  1085. *InvalidCombination: LIST(DuplexSet.Option1,Duplex.VERTICAL)
  1086. *InvalidCombination: LIST(DuplexSet.Option1,Duplex.HORIZONTAL)
  1087. *InvalidCombination: LIST(Sort.Option2, Offset.Option3)
  1088. *%========== Job Control Command ==========
  1089. *Command: CmdStartDoc
  1090. {
  1091. *Order: DOC_SETUP.1
  1092. *CallbackID: 19
  1093. }
  1094. *Command: CmdStartPage
  1095. {
  1096. *Order: PAGE_SETUP.1
  1097. *Params: LIST(TextXRes, TextYRes)
  1098. *CallbackID: 14
  1099. }
  1100. *Command: CmdEndJob
  1101. {
  1102. *Order: JOB_FINISH.1
  1103. *CallbackID: 70
  1104. }
  1105. *Command: CmdEndPage
  1106. {
  1107. *Order: PAGE_FINISH.1
  1108. *CallbackID: 15
  1109. }
  1110. *Command: CmdCopies
  1111. {
  1112. *Order: DOC_SETUP.3
  1113. *CallbackID: 16
  1114. *Params: LIST(NumOfCopies)
  1115. }
  1116. *%========== Compression ==========
  1117. *Command: CmdEnableTIFF4 { *Cmd : "scm 5<0D0A>" }
  1118. *Command: CmdDisableCompression { *Cmd : "scm 0<0D0A>" }
  1119. *%========== Printer Capabilities ==========
  1120. *RotateCoordinate?: TRUE
  1121. *RotateRaster?: TRUE
  1122. *RotateFont?: FALSE
  1123. *TextCaps: LIST(TC_OP_CHARACTER,TC_EA_DOUBLE,TC_RA_ABLE)
  1124. *%========== Cursor Move ==========
  1125. *XMoveUnit: 1200
  1126. *YMoveUnit: 1200
  1127. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1128. *XMoveThreshold: 0
  1129. *YMoveThreshold: 0
  1130. *Command: CmdXMoveAbsolute
  1131. {
  1132. *CallbackID: 1
  1133. *Params: LIST(DestX)
  1134. }
  1135. *Command: CmdYMoveAbsolute
  1136. {
  1137. *CallbackID: 2
  1138. *Params: LIST(DestY)
  1139. }
  1140. *Command: CmdCR { *CallbackID: 7 }
  1141. *Command: CmdFF { *CallbackID: 8 }
  1142. *Command: CmdLF { *CallbackID: 9 }
  1143. *EjectPageWithFF?: TRUE
  1144. *%========== Raster Data Emission ==========
  1145. *OutputDataFormat: H_BYTE
  1146. *OptimizeLeftBound?: TRUE
  1147. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1148. *CursorYAfterSendBlockData: NO_MOVE
  1149. *%========== Device Fonts ==========
  1150. *DefaultFont: 1
  1151. *DefaultCTT: 0
  1152. *CharPosition: BASELINE
  1153. *switch: Orientation
  1154. {
  1155. *case: PORTRAIT
  1156. {
  1157. *DeviceFonts: LIST(1,2,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)
  1158. }
  1159. *case: LANDSCAPE_CC90
  1160. {
  1161. *DeviceFonts: LIST(1,2,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)
  1162. }
  1163. }
  1164. *FontCartridge: FC1
  1165. {
  1166. *rcCartridgeNameID: 285
  1167. *PortraitFonts: LIST(5,6)
  1168. *LandscapeFonts: LIST(5,6)
  1169. }
  1170. *%========== Font Simulation ==========
  1171. *Command: CmdBoldOn { *CallbackID: 51 }
  1172. *Command: CmdBoldOff { *CallbackID: 52 }
  1173. *Command: CmdItalicOn { *CallbackID: 53 }
  1174. *Command: CmdItalicOff { *CallbackID: 54 }
  1175. *Command: CmdWhiteTextOn { *CallbackID: 57 }
  1176. *Command: CmdWhiteTextOff { *CallbackID: 58 }
  1177. *Command: CmdSelectSingleByteMode { *CallbackID: 55 }
  1178. *Command: CmdSelectDoubleByteMode { *CallbackID: 56 }
  1179. *%========== Sort ==========
  1180. *Feature: Sort
  1181. {
  1182. *rcNameID: 353
  1183. *FeatureType: DOC_PROPERTY
  1184. *Installable?: TRUE
  1185. *rcInstallableFeatureNameID: 352
  1186. *DefaultOption: Option1
  1187. *Option: Option1
  1188. {
  1189. *rcNameID: 351
  1190. *Command: CmdSelect
  1191. {
  1192. *Order: DOC_SETUP.5
  1193. *CallbackID: 60
  1194. }
  1195. }
  1196. *Option: Option2
  1197. {
  1198. *rcNameID: 350
  1199. *Command: CmdSelect
  1200. {
  1201. *Order: DOC_SETUP.5
  1202. *CallbackID: 59
  1203. }
  1204. }
  1205. }
  1206. *%========== Offset ==========
  1207. *Feature: Offset
  1208. {
  1209. *rcNameID: 393
  1210. *FeatureType: DOC_PROPERTY
  1211. *DefaultOption: Option1
  1212. *Option: Option1
  1213. {
  1214. *rcNameID: 399
  1215. *Command: CmdSelect
  1216. {
  1217. *Order: DOC_SETUP.9
  1218. *Cmd: "setp jog 0<0A>"
  1219. }
  1220. }
  1221. *Option: Option2
  1222. {
  1223. *rcNameID: 400
  1224. *switch: Sort
  1225. {
  1226. *case: Option1
  1227. {
  1228. *Command: CmdSelect
  1229. {
  1230. *Order: DOC_SETUP.9
  1231. *Cmd: "setp jog 3<0A>"
  1232. }
  1233. }
  1234. *case: Option2
  1235. {
  1236. *Command: CmdSelect
  1237. {
  1238. *Order: DOC_SETUP.9
  1239. *Cmd: "setp jog 0<0A>"
  1240. }
  1241. }
  1242. }
  1243. }
  1244. *Option: Option3
  1245. {
  1246. *rcNameID: 401
  1247. *switch: Sort
  1248. {
  1249. *case: Option1
  1250. {
  1251. *Command: CmdSelect
  1252. {
  1253. *Order: DOC_SETUP.9
  1254. *Cmd: "setp jog 2<0A>"
  1255. }
  1256. }
  1257. *case: Option2
  1258. {
  1259. *Command: CmdSelect
  1260. {
  1261. *Order: DOC_SETUP.9
  1262. *Cmd: "setp jog 0<0A>"
  1263. }
  1264. }
  1265. }
  1266. }
  1267. }
  1268. *%========== OffsetOption ==========
  1269. *Feature: OffsetOption
  1270. {
  1271. *rcNameID: 398
  1272. *FeatureType: PRINTER_PROPERTY
  1273. *DefaultOption: Option1
  1274. *Option: Option1
  1275. {
  1276. *rcNameID: 351
  1277. *Command: CmdSelect
  1278. {
  1279. *Order: DOC_SETUP.6
  1280. *Cmd: "@JOOF=OFF<0D0A>"
  1281. }
  1282. *DisabledFeatures: LIST(Offset)
  1283. *Constraints: LIST(Offset.Option2,Offset.Option3)
  1284. }
  1285. *Option: Option2
  1286. {
  1287. *rcNameID: 350
  1288. *switch: Sort
  1289. {
  1290. *case: Option1
  1291. {
  1292. *Command: CmdSelect
  1293. {
  1294. *Order: DOC_SETUP.6
  1295. *Cmd: "@JOOF=OFF<0D0A>"
  1296. }
  1297. }
  1298. *case: Option2
  1299. {
  1300. *Command: CmdSelect
  1301. {
  1302. *Order: DOC_SETUP.6
  1303. *Cmd: "@JOOF=ON<0D0A>"
  1304. }
  1305. }
  1306. }
  1307. }
  1308. }
  1309. *%========== OutputOption ==========
  1310. *Feature: OutputOption
  1311. {
  1312. *rcNameID: 367
  1313. *FeatureType: PRINTER_PROPERTY
  1314. *DefaultOption: Option1
  1315. *Option: Option1
  1316. {
  1317. *rcNameID: 351
  1318. *DisabledFeatures: LIST(Stapling)
  1319. *Constraints: LIST(OutputBin.Option4,OutputBin.Option5)
  1320. *Constraints: LIST(OutputBin.Option6,OutputBin.Option7)
  1321. *Constraints: LIST(OutputBin.Option8,OutputBin.Option9)
  1322. *Constraints: LIST(OutputBin.Option10,OutputBin.Option11)
  1323. *Constraints: LIST(OutputBin.Option12,OutputBin.Option13)
  1324. *Constraints: LIST(OutputBin.Option14,OutputBin.Option15)
  1325. *Constraints: LIST(OutputBin.Option16,OutputBin.Option17)
  1326. }
  1327. *Option: Option2
  1328. {
  1329. *rcNameID: 355
  1330. *DisabledFeatures: LIST(Stapling)
  1331. *Constraints: LIST(OutputBin.Option14,OutputBin.Option15)
  1332. *Constraints: LIST(OutputBin.Option16,OutputBin.Option17)
  1333. }
  1334. *Option: Option3
  1335. {
  1336. *rcNameID: 356
  1337. *Constraints: LIST(OutputBin.Option4,OutputBin.Option5)
  1338. *Constraints: LIST(OutputBin.Option6,OutputBin.Option7)
  1339. *Constraints: LIST(OutputBin.Option8,OutputBin.Option9)
  1340. *Constraints: LIST(OutputBin.Option10,OutputBin.Option11)
  1341. *Constraints: LIST(OutputBin.Option12,OutputBin.Option13)
  1342. }
  1343. }
  1344. *%========== Stapling ==========
  1345. *Feature: Stapling
  1346. {
  1347. *rcNameID: 361
  1348. *FeatureType: DOC_PROPERTY
  1349. *DefaultOption: Option1
  1350. *Option: Option1
  1351. {
  1352. *rcNameID: 351
  1353. *Command: CmdSelect
  1354. {
  1355. *Order: DOC_SETUP.4
  1356. *Cmd: "@STPL=OFF<0D0A>"
  1357. }
  1358. }
  1359. *Option: Option2
  1360. {
  1361. *rcNameID: 362
  1362. *switch: Orientation
  1363. {
  1364. *case: PORTRAIT
  1365. {
  1366. *Command: CmdSelect
  1367. {
  1368. *Order: DOC_SETUP.4
  1369. *Cmd: "@STPL=TOPLEFT<0D0A>"
  1370. }
  1371. }
  1372. *case: LANDSCAPE_CC90
  1373. {
  1374. *Command: CmdSelect
  1375. {
  1376. *Order: DOC_SETUP.4
  1377. *Cmd: "@STPL=BOTTOMLEFT<0D0A>"
  1378. }
  1379. }
  1380. }
  1381. }
  1382. *Option: Option3
  1383. {
  1384. *rcNameID: 363
  1385. *switch: Orientation
  1386. {
  1387. *case: PORTRAIT
  1388. {
  1389. *Command: CmdSelect
  1390. {
  1391. *Order: DOC_SETUP.4
  1392. *Cmd: "@STPL=TOPRIGHT<0D0A>"
  1393. }
  1394. }
  1395. *case: LANDSCAPE_CC90
  1396. {
  1397. *Command: CmdSelect
  1398. {
  1399. *Order: DOC_SETUP.4
  1400. *Cmd: "@STPL=TOPLEFT<0D0A>"
  1401. }
  1402. }
  1403. }
  1404. }
  1405. *Option: Option4
  1406. {
  1407. *rcNameID: 364
  1408. *switch: Orientation
  1409. {
  1410. *case: PORTRAIT
  1411. {
  1412. *Command: CmdSelect
  1413. {
  1414. *Order: DOC_SETUP.4
  1415. *Cmd: "@STPL=LEFTDUAL<0D0A>"
  1416. }
  1417. }
  1418. *case: LANDSCAPE_CC90
  1419. {
  1420. *Command: CmdSelect
  1421. {
  1422. *Order: DOC_SETUP.4
  1423. *Cmd: "@STPL=BOTTOMDUAL<0D0A>"
  1424. }
  1425. }
  1426. }
  1427. }
  1428. *Option: Option5
  1429. {
  1430. *rcNameID: 365
  1431. *switch: Orientation
  1432. {
  1433. *case: PORTRAIT
  1434. {
  1435. *Command: CmdSelect
  1436. {
  1437. *Order: DOC_SETUP.4
  1438. *Cmd: "@STPL=RIGHTDUAL<0D0A>"
  1439. }
  1440. }
  1441. *case: LANDSCAPE_CC90
  1442. {
  1443. *Command: CmdSelect
  1444. {
  1445. *Order: DOC_SETUP.4
  1446. *Cmd: "@STPL=TOPDUAL<0D0A>"
  1447. }
  1448. }
  1449. }
  1450. }
  1451. *Option: Option6
  1452. {
  1453. *rcNameID: 366
  1454. *switch: Orientation
  1455. {
  1456. *case: PORTRAIT
  1457. {
  1458. *Command: CmdSelect
  1459. {
  1460. *Order: DOC_SETUP.4
  1461. *Cmd: "@STPL=TOPDUAL<0D0A>"
  1462. }
  1463. }
  1464. *case: LANDSCAPE_CC90
  1465. {
  1466. *Command: CmdSelect
  1467. {
  1468. *Order: DOC_SETUP.4
  1469. *Cmd: "@STPL=LEFTDUAL<0D0A>"
  1470. }
  1471. }
  1472. }
  1473. }
  1474. }
  1475. *%========== SideTray ==========
  1476. *Feature: SideTray
  1477. {
  1478. *rcNameID: 263
  1479. *FeatureType: PRINTER_PROPERTY
  1480. *DefaultOption: Option1
  1481. *Option: Option1
  1482. {
  1483. *rcNameID: 351
  1484. }
  1485. *Option: Option2
  1486. {
  1487. *rcNameID: 350
  1488. }
  1489. }
  1490. *%========== ManualTray ==========
  1491. *Feature: ManualTray
  1492. {
  1493. *rcNameID: 368
  1494. *FeatureType: PRINTER_PROPERTY
  1495. *DefaultOption: Option1
  1496. *Option: Option1
  1497. {
  1498. *rcNameID: 351
  1499. }
  1500. *Option: Option2
  1501. {
  1502. *rcNameID: 350
  1503. }
  1504. }
  1505. *%========== DuplexSet ==========
  1506. *Feature: DuplexSet
  1507. {
  1508. *rcNameID: 369
  1509. *FeatureType: PRINTER_PROPERTY
  1510. *DefaultOption: Option1
  1511. *Option: Option1
  1512. {
  1513. *rcNameID: 351
  1514. *DisabledFeatures: LIST(Duplex)
  1515. }
  1516. *Option: Option2
  1517. {
  1518. *rcNameID: 350
  1519. }
  1520. }
  1521. *%========== InputBinSet ==========
  1522. *Feature: InputBinSet
  1523. {
  1524. *rcNameID: 372
  1525. *FeatureType: PRINTER_PROPERTY
  1526. *DefaultOption: Option1
  1527. *Option: Option1
  1528. {
  1529. *rcNameID: 373
  1530. *Constraints: LIST(InputBin.TRAY2)
  1531. *Constraints: LIST(InputBin.TRAY3,InputBin.TRAY4)
  1532. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  1533. }
  1534. *Option: Option2
  1535. {
  1536. *rcNameID: 374
  1537. *Constraints: LIST(InputBin.TRAY3,InputBin.TRAY4)
  1538. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  1539. }
  1540. *Option: Option3
  1541. {
  1542. *rcNameID: 376
  1543. *Constraints: LIST(InputBin.LVTRAY3,InputBin.LVTRAY4)
  1544. }
  1545. *Option: Option4
  1546. {
  1547. *rcNameID: 377
  1548. *Constraints: LIST(InputBin.TRAY3,InputBin.TRAY4)
  1549. }
  1550. }
  1551. *%========== TrueTypeFont Substitution ==========
  1552. *TTFS: Arial
  1553. {
  1554. *rcTTFontNameID: 300
  1555. *rcDevFontNameID: 301
  1556. }
  1557. *TTFS: CourierNew
  1558. {
  1559. *rcTTFontNameID: 302
  1560. *rcDevFontNameID: 303
  1561. }
  1562. *TTFS: Symbol
  1563. {
  1564. *rcTTFontNameID: 304
  1565. *rcDevFontNameID: 305
  1566. }
  1567. *TTFS: TimesNewRoman
  1568. {
  1569. *rcTTFontNameID: 306
  1570. *rcDevFontNameID: 307
  1571. }
  1572. *TTFS: MSMincho_V
  1573. {
  1574. *rcTTFontNameID: 308
  1575. *rcDevFontNameID: 309
  1576. }
  1577. *TTFS: MSGothic_V
  1578. {
  1579. *rcTTFontNameID: 310
  1580. *rcDevFontNameID: 311
  1581. }
  1582. *TTFS: MSMincho
  1583. {
  1584. *rcTTFontNameID: 312
  1585. *rcDevFontNameID: 313
  1586. }
  1587. *TTFS: MSGothic
  1588. {
  1589. *rcTTFontNameID: 314
  1590. *rcDevFontNameID: 315
  1591. }
  1592. *TTFS: MSMinchoV_E
  1593. {
  1594. *rcTTFontNameID: 330
  1595. *rcDevFontNameID:309
  1596. }
  1597. *TTFS: MSGothicV_E
  1598. {
  1599. *rcTTFontNameID: 331
  1600. *rcDevFontNameID:311
  1601. }
  1602. *TTFS: MSMincho_E
  1603. {
  1604. *rcTTFontNameID: 332
  1605. *rcDevFontNameID:313
  1606. }
  1607. *TTFS: MSGothic_E
  1608. {
  1609. *rcTTFontNameID: 333
  1610. *rcDevFontNameID:315
  1611. }
  1612. *TTFSEnabled?: TRUE