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.

1791 lines
42 KiB

  1. *GPDSpecVersion: "1.0"
  2. *%
  3. *% GPD file for RICOH RPDL printer
  4. *% Created: 1999/01/26
  5. *% Modified: 2000/05/22
  6. *%
  7. *% Copyright (c) 1999 - 2000 RICOH Co., Ltd.
  8. *% All rights reserved.
  9. *%
  10. *GPDFileVersion: "1.03"
  11. *GPDFileName: "RIMF270J.GPD"
  12. *Include: "STDNAMES.GPD"
  13. *ModelName: "RICOH imagio MF2700 RPDL"
  14. *MasterUnits: PAIR(1200, 1200)
  15. *ResourceDLL: "RPDLRES.DLL"
  16. *HelpFile: "RPDLCFG.HLP"
  17. *PrinterType: PAGE
  18. *MaxCopies: 999
  19. *FontCartSlots: 1
  20. *PrintRate: 27
  21. *PrintRateUnit: PPM
  22. *rcInstalledOptionNameID: 800
  23. *rcNotInstalledOptionNameID: 801
  24. *%======== Quality Macros (including PrintDensity) ========
  25. *BestQualitySettings: LIST(Resolution.600dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.Scale100,
  26. + PrintDensity.SmoothingOff)
  27. *BetterQualitySettings: LIST(Resolution.400dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.Scale100,
  28. + PrintDensity.SmoothingOn)
  29. *DraftQualitySettings: LIST(Resolution.400dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.2Up_Scale67,
  30. + PrintDensity.SmoothingOn)
  31. *DefaultQuality: BETTERQUALITY
  32. *%======== Orientation ========
  33. *Feature: Orientation
  34. {
  35. *rcNameID: =ORIENTATION_DISPLAY
  36. *DefaultOption: PORTRAIT
  37. *Option: PORTRAIT
  38. {
  39. *rcNameID: =PORTRAIT_DISPLAY
  40. *Command: CmdSelect
  41. {
  42. *Order: DOC_SETUP.80
  43. *CallbackID: 56
  44. }
  45. }
  46. *Option: LANDSCAPE_CC270
  47. {
  48. *rcNameID: =LANDSCAPE_DISPLAY
  49. *Command: CmdSelect
  50. {
  51. *Order: DOC_SETUP.80
  52. *CallbackID: 57
  53. }
  54. }
  55. }
  56. *%======== InputBin ========
  57. *Feature: InputBin
  58. {
  59. *rcNameID: =PAPER_SOURCE_DISPLAY
  60. *DefaultOption: AUTO
  61. *Option: AUTO
  62. {
  63. *rcNameID: 678
  64. *Command: CmdSelect
  65. {
  66. *Order: DOC_SETUP.130
  67. *CallbackID: 73
  68. }
  69. }
  70. *Option: Tray1
  71. {
  72. *rcNameID: 259
  73. *OptionID: 259 *%%% DMBIN_TRAY1
  74. *Command: CmdSelect
  75. {
  76. *Order: DOC_SETUP.130
  77. *Cmd: "<1B19>1"
  78. }
  79. }
  80. *Option: Tray2
  81. {
  82. *rcNameID: 260
  83. *OptionID: 260 *%%% DMBIN_TRAY2
  84. *Command: CmdSelect
  85. {
  86. *Order: DOC_SETUP.130
  87. *Cmd: "<1B19>2"
  88. }
  89. }
  90. *Option: Tray3
  91. {
  92. *rcNameID: 261
  93. *OptionID: 261 *%%% DMBIN_TRAY3
  94. *Installable?: TRUE
  95. *rcInstallableFeatureNameID: 261
  96. *Command: CmdSelect
  97. {
  98. *Order: DOC_SETUP.130
  99. *Cmd: "<1B19>3"
  100. }
  101. }
  102. *Option: Tray4
  103. {
  104. *rcNameID: 262
  105. *OptionID: 262 *%%% DMBIN_TRAY4
  106. *Installable?: TRUE
  107. *rcInstallableFeatureNameID: 262
  108. *Command: CmdSelect
  109. {
  110. *Order: DOC_SETUP.130
  111. *Cmd: "<1B19>4"
  112. }
  113. }
  114. *Option: MANUAL
  115. {
  116. *rcNameID: =MANUAL_FEED_DISPLAY
  117. *Installable?: TRUE
  118. *rcInstallableFeatureNameID: =MANUAL_FEED_DISPLAY
  119. *Command: CmdSelect
  120. {
  121. *Order: DOC_SETUP.130
  122. *CallbackID: 74
  123. }
  124. }
  125. }
  126. *%======== MediaType ========
  127. *Feature: MediaType
  128. {
  129. *rcNameID: =MEDIA_TYPE_DISPLAY
  130. *HelpIndex: 5
  131. *DefaultOption: STANDARD
  132. *Option: STANDARD
  133. {
  134. *rcNameID: =PLAIN_PAPER_DISPLAY
  135. *Command: CmdSelect
  136. {
  137. *Order: DOC_SETUP.110
  138. *CallbackID: 146
  139. }
  140. }
  141. *Option: ThickPaper *%%% custom option
  142. {
  143. *rcNameID: 628
  144. *Command: CmdSelect
  145. {
  146. *Order: DOC_SETUP.110
  147. *CallbackID: 148
  148. }
  149. }
  150. *Option: TRANSPARENCY
  151. {
  152. *rcNameID: 690
  153. *Command: CmdSelect
  154. {
  155. *Order: DOC_SETUP.110
  156. *CallbackID: 147
  157. }
  158. }
  159. }
  160. *InvalidCombination: LIST(InputBin.Tray1, MediaType.ThickPaper)
  161. *InvalidCombination: LIST(InputBin.Tray1, MediaType.TRANSPARENCY)
  162. *InvalidCombination: LIST(InputBin.Tray2, MediaType.ThickPaper)
  163. *InvalidCombination: LIST(InputBin.Tray2, MediaType.TRANSPARENCY)
  164. *InvalidCombination: LIST(InputBin.Tray3, MediaType.ThickPaper)
  165. *InvalidCombination: LIST(InputBin.Tray3, MediaType.TRANSPARENCY)
  166. *InvalidCombination: LIST(InputBin.Tray4, MediaType.ThickPaper)
  167. *InvalidCombination: LIST(InputBin.Tray4, MediaType.TRANSPARENCY)
  168. *%======== Resolution ========
  169. *Feature: Resolution
  170. {
  171. *rcNameID: =RESOLUTION_DISPLAY
  172. *DefaultOption: 400dpi
  173. *Option: 400dpi
  174. {
  175. *rcNameID: 639
  176. *DPI: PAIR(400, 400)
  177. *TextDPI: PAIR(400, 400)
  178. EXTERN_GLOBAL: *XMoveUnit: 400
  179. EXTERN_GLOBAL: *YMoveUnit: 400
  180. EXTERN_GLOBAL: *MaxFontID: 3
  181. *MinStripBlankPixels: 32
  182. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  183. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  184. *SpotDiameter: 100
  185. *Command: CmdSendBlockData {
  186. *CallbackID: 24
  187. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  188. }
  189. *Command: CmdSelect
  190. {
  191. *Order: DOC_SETUP.40
  192. *CallbackID: 53
  193. }
  194. }
  195. *Option: 600dpi
  196. {
  197. *rcNameID: 640
  198. *DPI: PAIR(600, 600)
  199. *TextDPI: PAIR(600, 600)
  200. EXTERN_GLOBAL: *XMoveUnit: 600
  201. EXTERN_GLOBAL: *YMoveUnit: 600
  202. EXTERN_GLOBAL: *MaxFontID: 1
  203. *MinStripBlankPixels: 32
  204. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  205. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  206. *SpotDiameter: 100
  207. *Command: CmdSendBlockData {
  208. *CallbackID: 24
  209. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  210. }
  211. *Command: CmdSelect
  212. {
  213. *Order: DOC_SETUP.40
  214. *CallbackID: 54
  215. }
  216. }
  217. }
  218. *%======== PaperSize ========
  219. *Feature: PaperSize
  220. {
  221. *rcNameID: =PAPER_SIZE_DISPLAY
  222. *DefaultOption: A4
  223. *Option: A3
  224. {
  225. *rcNameID: =A3_DISPLAY
  226. *switch: EdgeToEdgePrint
  227. {
  228. *case: Standard
  229. {
  230. *PrintableArea: PAIR(13440, 19440)
  231. *PrintableOrigin: PAIR(240, 240)
  232. }
  233. *case: EdgeToEdge
  234. {
  235. *PrintableArea: PAIR(14028, 19848)
  236. *PrintableOrigin: PAIR(0, 0)
  237. }
  238. }
  239. *Command: CmdSelect
  240. {
  241. *Order: DOC_SETUP.120
  242. *CallbackID: 89
  243. }
  244. }
  245. *Option: A4
  246. {
  247. *rcNameID: =A4_DISPLAY
  248. *switch: EdgeToEdgePrint
  249. {
  250. *case: Standard
  251. {
  252. *PrintableArea: PAIR(9360, 13600)
  253. *PrintableOrigin: PAIR(240, 240)
  254. *switch: Resolution
  255. {
  256. *case: 400dpi
  257. {
  258. *PrintableArea: PAIR(9360, 13599)
  259. }
  260. }
  261. }
  262. *case: EdgeToEdge
  263. {
  264. *PrintableArea: PAIR(9924, 14028)
  265. *PrintableOrigin: PAIR(0, 0)
  266. }
  267. }
  268. *Command: CmdSelect
  269. {
  270. *Order: DOC_SETUP.120
  271. *CallbackID: 90
  272. }
  273. }
  274. *Option: A5
  275. {
  276. *rcNameID: =A5_DISPLAY
  277. *switch: EdgeToEdgePrint
  278. {
  279. *case: Standard
  280. {
  281. *PrintableArea: PAIR(6400, 9520)
  282. *PrintableOrigin: PAIR(240, 240)
  283. *switch: Resolution
  284. {
  285. *case: 400dpi
  286. {
  287. *PrintableArea: PAIR(6399, 9519)
  288. }
  289. }
  290. }
  291. *case: EdgeToEdge
  292. {
  293. *PrintableArea: PAIR(6996, 9924)
  294. *PrintableOrigin: PAIR(0, 0)
  295. }
  296. }
  297. *Command: CmdSelect
  298. {
  299. *Order: DOC_SETUP.120
  300. *CallbackID: 91
  301. }
  302. }
  303. *Option: A6
  304. {
  305. *Ifdef: WINNT_50
  306. *rcNameID: =A6_DISPLAY
  307. *Else:
  308. *Name: "A6"
  309. *PageDimensions: PAIR(4961, 6992)
  310. *Endif:
  311. *switch: EdgeToEdgePrint
  312. {
  313. *case: Standard
  314. {
  315. *PrintableArea: PAIR(4400, 6560)
  316. *PrintableOrigin: PAIR(240, 240)
  317. *switch: Resolution
  318. {
  319. *case: 400dpi
  320. {
  321. *PrintableArea: PAIR(4398, 6558)
  322. }
  323. }
  324. }
  325. *case: EdgeToEdge
  326. {
  327. *PrintableArea: PAIR(4956, 6996)
  328. *PrintableOrigin: PAIR(0, 0)
  329. }
  330. }
  331. *Command: CmdSelect
  332. {
  333. *Order: DOC_SETUP.120
  334. *CallbackID: 76
  335. }
  336. }
  337. *Option: B4
  338. {
  339. *rcNameID: =B4_DISPLAY
  340. *switch: EdgeToEdgePrint
  341. {
  342. *case: Standard
  343. {
  344. *PrintableArea: PAIR(11680, 16760)
  345. *PrintableOrigin: PAIR(240, 240)
  346. *switch: Resolution
  347. {
  348. *case: 400dpi
  349. {
  350. *PrintableArea: PAIR(11679, 16758)
  351. }
  352. }
  353. }
  354. *case: EdgeToEdge
  355. {
  356. *PrintableArea: PAIR(12144, 17196)
  357. *PrintableOrigin: PAIR(0, 0)
  358. }
  359. }
  360. *Command: CmdSelect
  361. {
  362. *Order: DOC_SETUP.120
  363. *CallbackID: 92
  364. }
  365. }
  366. *Option: B5
  367. {
  368. *rcNameID: =B5_DISPLAY
  369. *switch: EdgeToEdgePrint
  370. {
  371. *case: Standard
  372. {
  373. *PrintableArea: PAIR(8000, 11760)
  374. *PrintableOrigin: PAIR(240, 240)
  375. *switch: Resolution
  376. {
  377. *case: 400dpi
  378. {
  379. *PrintableArea: PAIR(7998, 11760)
  380. }
  381. }
  382. }
  383. *case: EdgeToEdge
  384. {
  385. *PrintableArea: PAIR(8604, 12144)
  386. *PrintableOrigin: PAIR(0, 0)
  387. }
  388. }
  389. *Command: CmdSelect
  390. {
  391. *Order: DOC_SETUP.120
  392. *CallbackID: 93
  393. }
  394. }
  395. *Option: B6_JIS
  396. {
  397. *Ifdef: WINNT_50
  398. *rcNameID: =B6_JIS_DISPLAY
  399. *Else:
  400. *Name: "B6 (JIS)"
  401. *PageDimensions: PAIR(6047, 8598)
  402. *Endif:
  403. *switch: EdgeToEdgePrint
  404. {
  405. *case: Standard
  406. {
  407. *PrintableArea: PAIR(5520, 8200)
  408. *PrintableOrigin: PAIR(240, 240)
  409. *switch: Resolution
  410. {
  411. *case: 400dpi
  412. {
  413. *PrintableArea: PAIR(5520, 8199)
  414. }
  415. }
  416. }
  417. *case: EdgeToEdge
  418. {
  419. *PrintableArea: PAIR(6036, 8592)
  420. *PrintableOrigin: PAIR(0, 0)
  421. }
  422. }
  423. *Command: CmdSelect
  424. {
  425. *Order: DOC_SETUP.120
  426. *CallbackID: 94
  427. }
  428. }
  429. *Option: JAPANESE_POSTCARD
  430. {
  431. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  432. *switch: EdgeToEdgePrint
  433. {
  434. *case: Standard
  435. {
  436. *PrintableArea: PAIR(4400, 6560)
  437. *PrintableOrigin: PAIR(240, 240)
  438. *switch: Resolution
  439. {
  440. *case: 400dpi
  441. {
  442. *PrintableArea: PAIR(4398, 6558)
  443. }
  444. }
  445. }
  446. *case: EdgeToEdge
  447. {
  448. *PrintableArea: PAIR(4728, 6996)
  449. *PrintableOrigin: PAIR(0, 0)
  450. }
  451. }
  452. *Command: CmdSelect
  453. {
  454. *Order: DOC_SETUP.120
  455. *CallbackID: 76
  456. }
  457. }
  458. *Option: DBL_JAPANESE_POSTCARD
  459. {
  460. *Ifdef: WINNT_50
  461. *rcNameID: =DBL_JAPANESE_POSTCARD_DISPLAY
  462. *Else:
  463. *rcNameID: 257
  464. *PageDimensions: PAIR(9449, 6992)
  465. *Endif:
  466. *PrintableArea: PAIR(9449, 6992)
  467. *PrintableOrigin: PAIR(0, 0)
  468. *Command: CmdSelect
  469. {
  470. *Order: DOC_SETUP.120
  471. *CallbackID: 115
  472. }
  473. }
  474. *Option: TABLOID
  475. {
  476. *rcNameID: =TABLOID_DISPLAY
  477. *switch: EdgeToEdgePrint
  478. {
  479. *case: Standard
  480. {
  481. *PrintableArea: PAIR(12640, 20000)
  482. *PrintableOrigin: PAIR(240, 240)
  483. *switch: Resolution
  484. {
  485. *case: 400dpi
  486. {
  487. *PrintableArea: PAIR(12639, 19998)
  488. }
  489. }
  490. }
  491. *case: EdgeToEdge
  492. {
  493. *PrintableArea: PAIR(13200, 20400)
  494. *PrintableOrigin: PAIR(0, 0)
  495. }
  496. }
  497. *Command: CmdSelect
  498. {
  499. *Order: DOC_SETUP.120
  500. *CallbackID: 95
  501. }
  502. }
  503. *Option: LEGAL
  504. {
  505. *rcNameID: =LEGAL_DISPLAY
  506. *switch: EdgeToEdgePrint
  507. {
  508. *case: Standard
  509. {
  510. *PrintableArea: PAIR(9600, 16400)
  511. *PrintableOrigin: PAIR(240, 240)
  512. *switch: Resolution
  513. {
  514. *case: 400dpi
  515. {
  516. *PrintableArea: PAIR(9600, 16398)
  517. }
  518. }
  519. }
  520. *case: EdgeToEdge
  521. {
  522. *PrintableArea: PAIR(10200, 16800)
  523. *PrintableOrigin: PAIR(0, 0)
  524. }
  525. }
  526. *Command: CmdSelect
  527. {
  528. *Order: DOC_SETUP.120
  529. *CallbackID: 96
  530. }
  531. }
  532. *Option: LETTER
  533. {
  534. *rcNameID: =LETTER_DISPLAY
  535. *switch: EdgeToEdgePrint
  536. {
  537. *case: Standard
  538. {
  539. *PrintableArea: PAIR(9600, 12640)
  540. *PrintableOrigin: PAIR(240, 240)
  541. *switch: Resolution
  542. {
  543. *case: 400dpi
  544. {
  545. *PrintableArea: PAIR(9600, 12639)
  546. }
  547. }
  548. }
  549. *case: EdgeToEdge
  550. {
  551. *PrintableArea: PAIR(10200, 13200)
  552. *PrintableOrigin: PAIR(0, 0)
  553. }
  554. }
  555. *Command: CmdSelect
  556. {
  557. *Order: DOC_SETUP.120
  558. *CallbackID: 97
  559. }
  560. }
  561. *Option: STATEMENT
  562. {
  563. *rcNameID: =STATEMENT_DISPLAY
  564. *switch: EdgeToEdgePrint
  565. {
  566. *case: Standard
  567. {
  568. *PrintableArea: PAIR(6000, 9840)
  569. *PrintableOrigin: PAIR(240, 240)
  570. }
  571. *case: EdgeToEdge
  572. {
  573. *PrintableArea: PAIR(6600, 10200)
  574. *PrintableOrigin: PAIR(0, 0)
  575. }
  576. }
  577. *Command: CmdSelect
  578. {
  579. *Order: DOC_SETUP.120
  580. *CallbackID: 98
  581. }
  582. }
  583. *Option: 11x15toA4 *%%% custom option
  584. {
  585. *rcNameID: 692
  586. *PageDimensions: PAIR(13200, 18000)
  587. *PrintableArea: PAIR(13200, 16320)
  588. *PrintableOrigin: PAIR(0, 840)
  589. *Command: CmdSelect
  590. {
  591. *Order: DOC_SETUP.120
  592. *CallbackID: 199
  593. }
  594. }
  595. *Option: A2toA3 *%%% custom option
  596. {
  597. *rcNameID: 258
  598. *PageDimensions: PAIR(19848, 28068)
  599. *PrintableArea: PAIR(19848, 28068)
  600. *PrintableOrigin: PAIR(0, 0)
  601. *Command: CmdSelect
  602. {
  603. *Order: DOC_SETUP.120
  604. *CallbackID: 101
  605. }
  606. }
  607. *Option: CUSTOMSIZE
  608. {
  609. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  610. *MinSize: PAIR(4960, 6992)
  611. *MaxSize: PAIR(14032, 20410)
  612. *MaxPrintableWidth: 14032
  613. *MinLeftMargin: 0
  614. *CenterPrintable?: FALSE
  615. *Command: CmdSelect
  616. {
  617. *Order: DOC_SETUP.120
  618. *CallbackID: 55
  619. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  620. }
  621. }
  622. }
  623. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.A6)
  624. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.B6_JIS)
  625. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.JAPANESE_POSTCARD)
  626. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.DBL_JAPANESE_POSTCARD)
  627. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.CUSTOMSIZE)
  628. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.A6)
  629. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.B6_JIS)
  630. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.JAPANESE_POSTCARD)
  631. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.DBL_JAPANESE_POSTCARD)
  632. *InvalidCombination: LIST(InputBin.Tray2, PaperSize.CUSTOMSIZE)
  633. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.A6)
  634. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.B6_JIS)
  635. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.JAPANESE_POSTCARD)
  636. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.DBL_JAPANESE_POSTCARD)
  637. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.CUSTOMSIZE)
  638. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.A6)
  639. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.B6_JIS)
  640. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.JAPANESE_POSTCARD)
  641. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.DBL_JAPANESE_POSTCARD)
  642. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.CUSTOMSIZE)
  643. *%======== Edge to Edge Print (custom feature) ========
  644. *Feature: EdgeToEdgePrint
  645. {
  646. *rcNameID: 635
  647. *HelpIndex: 1
  648. *FeatureType: DOC_PROPERTY
  649. *DefaultOption: Standard
  650. *Option: Standard
  651. {
  652. *rcNameID: 636
  653. *Command: CmdSelect
  654. {
  655. *Order: DOC_SETUP.50
  656. *CallbackID: 149
  657. }
  658. }
  659. *Option: EdgeToEdge
  660. {
  661. *rcNameID: 637
  662. *Command: CmdSelect
  663. {
  664. *Order: DOC_SETUP.50
  665. *CallbackID: 150
  666. }
  667. }
  668. }
  669. *%======== Left Margin in Printing (custom feature) ========
  670. *Feature: LeftMarginInPrinting
  671. {
  672. *rcNameID: 652
  673. *HelpIndex: 2
  674. *FeatureType: PRINTER_PROPERTY *%%% Margin in Printing
  675. *DefaultOption: 0mm
  676. *Option: 0mm
  677. {
  678. *rcNameID: 656
  679. *Command: CmdSelect
  680. {
  681. *Order: DOC_SETUP.20
  682. *CallbackID: 169
  683. }
  684. }
  685. *Option: 1mm
  686. {
  687. *rcNameID: 657
  688. *Command: CmdSelect
  689. {
  690. *Order: DOC_SETUP.20
  691. *CallbackID: 170
  692. }
  693. }
  694. *Option: 2mm
  695. {
  696. *rcNameID: 658
  697. *Command: CmdSelect
  698. {
  699. *Order: DOC_SETUP.20
  700. *CallbackID: 171
  701. }
  702. }
  703. *Option: 3mm
  704. {
  705. *rcNameID: 659
  706. *Command: CmdSelect
  707. {
  708. *Order: DOC_SETUP.20
  709. *CallbackID: 172
  710. }
  711. }
  712. *Option: 4mm
  713. {
  714. *rcNameID: 660
  715. *Command: CmdSelect
  716. {
  717. *Order: DOC_SETUP.20
  718. *CallbackID: 173
  719. }
  720. }
  721. *Option: 5mm
  722. {
  723. *rcNameID: 661
  724. *Command: CmdSelect
  725. {
  726. *Order: DOC_SETUP.20
  727. *CallbackID: 174
  728. }
  729. }
  730. }
  731. *%======== Top Margin in Printing (custom feature) ========
  732. *Feature: TopMarginInPrinting
  733. {
  734. *rcNameID: 653
  735. *HelpIndex: 3
  736. *FeatureType: PRINTER_PROPERTY *%%% Margin in Printing
  737. *DefaultOption: 0mm
  738. *Option: 0mm
  739. {
  740. *rcNameID: 656
  741. *Command: CmdSelect
  742. {
  743. *Order: DOC_SETUP.30
  744. *CallbackID: 175
  745. }
  746. }
  747. *Option: 1mm
  748. {
  749. *rcNameID: 657
  750. *Command: CmdSelect
  751. {
  752. *Order: DOC_SETUP.30
  753. *CallbackID: 176
  754. }
  755. }
  756. *Option: 2mm
  757. {
  758. *rcNameID: 658
  759. *Command: CmdSelect
  760. {
  761. *Order: DOC_SETUP.30
  762. *CallbackID: 177
  763. }
  764. }
  765. *Option: 3mm
  766. {
  767. *rcNameID: 659
  768. *Command: CmdSelect
  769. {
  770. *Order: DOC_SETUP.30
  771. *CallbackID: 178
  772. }
  773. }
  774. *Option: 4mm
  775. {
  776. *rcNameID: 660
  777. *Command: CmdSelect
  778. {
  779. *Order: DOC_SETUP.30
  780. *CallbackID: 179
  781. }
  782. }
  783. *Option: 5mm
  784. {
  785. *rcNameID: 661
  786. *Command: CmdSelect
  787. {
  788. *Order: DOC_SETUP.30
  789. *CallbackID: 180
  790. }
  791. }
  792. }
  793. *%======== Emulation Mode after Printing (custom feature) ========
  794. *Feature: EmulationMode
  795. {
  796. *rcNameID: 600
  797. *HelpIndex: 4
  798. *FeatureType: PRINTER_PROPERTY
  799. *DefaultOption: None
  800. *Option: None
  801. {
  802. *rcNameID: 601
  803. }
  804. *Option: R98
  805. {
  806. *rcNameID: 602
  807. *Command: CmdSelect
  808. {
  809. *Order: JOB_FINISH.40
  810. *Cmd: "<1B12>!-1,1,1@R98<1B> "
  811. }
  812. }
  813. *Option: R16
  814. {
  815. *rcNameID: 603
  816. *Command: CmdSelect
  817. {
  818. *Order: JOB_FINISH.40
  819. *Cmd: "<1B12>!-1,1,1@R16<1B> "
  820. }
  821. }
  822. *Option: RPS
  823. {
  824. *rcNameID: 604
  825. *Command: CmdSelect
  826. {
  827. *Order: JOB_FINISH.40
  828. *Cmd: "<1B12>!-1,1,1@RPS<1B> "
  829. }
  830. }
  831. *Option: RPGL
  832. {
  833. *rcNameID: 606
  834. *Command: CmdSelect
  835. {
  836. *Order: JOB_FINISH.40
  837. *Cmd: "<1B12>!-1,1,1@RGL<1B> "
  838. }
  839. }
  840. *Option: RPGL2
  841. {
  842. *rcNameID: 607
  843. *Command: CmdSelect
  844. {
  845. *Order: JOB_FINISH.40
  846. *Cmd: "<1B12>!-1,1,1@RGL<1B> MS-1,6,11;"
  847. }
  848. }
  849. *Option: Program1
  850. {
  851. *rcNameID: 612
  852. *Command: CmdSelect
  853. {
  854. *Order: JOB_FINISH.40
  855. *Cmd: "<1B12>!0,1,2@P1<1B> "
  856. }
  857. }
  858. *Option: Program2
  859. {
  860. *rcNameID: 613
  861. *Command: CmdSelect
  862. {
  863. *Order: JOB_FINISH.40
  864. *Cmd: "<1B12>!0,1,2@P2<1B> "
  865. }
  866. }
  867. *Option: Program3
  868. {
  869. *rcNameID: 614
  870. *Command: CmdSelect
  871. {
  872. *Order: JOB_FINISH.40
  873. *Cmd: "<1B12>!0,1,2@P3<1B> "
  874. }
  875. }
  876. *Option: Program4
  877. {
  878. *rcNameID: 615
  879. *Command: CmdSelect
  880. {
  881. *Order: JOB_FINISH.40
  882. *Cmd: "<1B12>!0,1,2@P4<1B> "
  883. }
  884. }
  885. *Option: Program5
  886. {
  887. *rcNameID: 616
  888. *Command: CmdSelect
  889. {
  890. *Order: JOB_FINISH.40
  891. *Cmd: "<1B12>!0,1,2@P5<1B> "
  892. }
  893. }
  894. *Option: Program6
  895. {
  896. *rcNameID: 617
  897. *Command: CmdSelect
  898. {
  899. *Order: JOB_FINISH.40
  900. *Cmd: "<1B12>!0,1,2@P6<1B> "
  901. }
  902. }
  903. *Option: Program7
  904. {
  905. *rcNameID: 618
  906. *Command: CmdSelect
  907. {
  908. *Order: JOB_FINISH.40
  909. *Cmd: "<1B12>!0,1,2@P7<1B> "
  910. }
  911. }
  912. *Option: Program8
  913. {
  914. *rcNameID: 619
  915. *Command: CmdSelect
  916. {
  917. *Order: JOB_FINISH.40
  918. *Cmd: "<1B12>!0,1,2@P8<1B> "
  919. }
  920. }
  921. *Option: Program9
  922. {
  923. *rcNameID: 620
  924. *Command: CmdSelect
  925. {
  926. *Order: JOB_FINISH.40
  927. *Cmd: "<1B12>!0,1,2@P9<1B> "
  928. }
  929. }
  930. *Option: Program10
  931. {
  932. *rcNameID: 621
  933. *Command: CmdSelect
  934. {
  935. *Order: JOB_FINISH.40
  936. *Cmd: "<1B12>!0,1,2@P10<1B> "
  937. }
  938. }
  939. *Option: Program11
  940. {
  941. *rcNameID: 622
  942. *Command: CmdSelect
  943. {
  944. *Order: JOB_FINISH.40
  945. *Cmd: "<1B12>!0,1,2@P11<1B> "
  946. }
  947. }
  948. *Option: Program12
  949. {
  950. *rcNameID: 623
  951. *Command: CmdSelect
  952. {
  953. *Order: JOB_FINISH.40
  954. *Cmd: "<1B12>!0,1,2@P12<1B> "
  955. }
  956. }
  957. *Option: Program13
  958. {
  959. *rcNameID: 624
  960. *Command: CmdSelect
  961. {
  962. *Order: JOB_FINISH.40
  963. *Cmd: "<1B12>!0,1,2@P13<1B> "
  964. }
  965. }
  966. *Option: Program14
  967. {
  968. *rcNameID: 625
  969. *Command: CmdSelect
  970. {
  971. *Order: JOB_FINISH.40
  972. *Cmd: "<1B12>!0,1,2@P14<1B> "
  973. }
  974. }
  975. *Option: Program15
  976. {
  977. *rcNameID: 626
  978. *Command: CmdSelect
  979. {
  980. *Order: JOB_FINISH.40
  981. *Cmd: "<1B12>!0,1,2@P15<1B> "
  982. }
  983. }
  984. *Option: Program16
  985. {
  986. *rcNameID: 627
  987. *Command: CmdSelect
  988. {
  989. *Order: JOB_FINISH.40
  990. *Cmd: "<1B12>!0,1,2@P16<1B> "
  991. }
  992. }
  993. }
  994. *%======== OutputBin ========
  995. *Feature: OutputBin
  996. {
  997. *rcNameID: =OUTPUTBIN_DISPLAY
  998. *HelpIndex: 6
  999. *DefaultOption: PrinterDefault
  1000. *Option: PrinterDefault
  1001. {
  1002. *rcNameID: 270
  1003. *Command: CmdSelect
  1004. {
  1005. *Order: DOC_SETUP.140
  1006. *Cmd: "<1B12>80 "
  1007. }
  1008. }
  1009. *Option: StandardTray
  1010. {
  1011. *rcNameID: 286
  1012. *Command: CmdSelect
  1013. {
  1014. *Order: DOC_SETUP.140
  1015. *Cmd: "<1B12>8I,2,0 "
  1016. }
  1017. }
  1018. *Option: UpperTray
  1019. {
  1020. *rcNameID: 287
  1021. *Command: CmdSelect
  1022. {
  1023. *Order: DOC_SETUP.140
  1024. *Cmd: "<1B12>8I,2,1 "
  1025. }
  1026. }
  1027. *Option: ExternalTray
  1028. {
  1029. *rcNameID: 288
  1030. *Command: CmdSelect
  1031. {
  1032. *Order: DOC_SETUP.140
  1033. *Cmd: "<1B12>8I,2,E "
  1034. }
  1035. }
  1036. *Option: FinisherShiftTray
  1037. {
  1038. *rcNameID: 296
  1039. *Command: CmdSelect
  1040. {
  1041. *Order: DOC_SETUP.140
  1042. *Cmd: "<1B12>8F,2,1 "
  1043. }
  1044. }
  1045. }
  1046. *%======== Memory ========
  1047. *Feature: Memory
  1048. {
  1049. *rcNameID: =PRINTER_MEMORY_DISPLAY
  1050. *HelpIndex: 15
  1051. *DefaultOption: 0KB
  1052. *Option: 0KB
  1053. {
  1054. *rcNameID: 641
  1055. *MemoryConfigMB: PAIR(1, 1) *%%% dummy size for 0KB
  1056. *Command: CmdSelect
  1057. {
  1058. *Order: JOB_SETUP.10
  1059. *CallbackID: 158
  1060. }
  1061. }
  1062. *Option: 128KB
  1063. {
  1064. *rcNameID: 642
  1065. *MemoryConfigMB: PAIR(1, 1) *%%% dummy size for 128KB
  1066. *Command: CmdSelect
  1067. {
  1068. *Order: JOB_SETUP.10
  1069. *CallbackID: 159
  1070. }
  1071. }
  1072. }
  1073. *%======== Duplex ========
  1074. *Feature: Duplex
  1075. {
  1076. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  1077. *DefaultOption: NONE
  1078. *Option: NONE
  1079. {
  1080. *rcNameID: =NONE_DISPLAY
  1081. }
  1082. *Option: VERTICAL
  1083. {
  1084. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  1085. *Command: CmdSelect
  1086. {
  1087. *Order: DOC_SETUP.100
  1088. *CallbackID: 71
  1089. }
  1090. }
  1091. *Option: HORIZONTAL
  1092. {
  1093. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  1094. *Command: CmdSelect
  1095. {
  1096. *Order: DOC_SETUP.100
  1097. *CallbackID: 72
  1098. }
  1099. }
  1100. }
  1101. *InvalidCombination: LIST(InputBin.MANUAL, Duplex.VERTICAL)
  1102. *InvalidCombination: LIST(InputBin.MANUAL, Duplex.HORIZONTAL)
  1103. *InvalidCombination: LIST(PaperSize.A6, Duplex.VERTICAL)
  1104. *InvalidCombination: LIST(PaperSize.A6, Duplex.HORIZONTAL)
  1105. *InvalidCombination: LIST(PaperSize.B6_JIS, Duplex.VERTICAL)
  1106. *InvalidCombination: LIST(PaperSize.B6_JIS, Duplex.HORIZONTAL)
  1107. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Duplex.VERTICAL)
  1108. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Duplex.HORIZONTAL)
  1109. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Duplex.VERTICAL)
  1110. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Duplex.HORIZONTAL)
  1111. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Duplex.VERTICAL)
  1112. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Duplex.HORIZONTAL)
  1113. *%======== Duplex Unit (custom feature) ========
  1114. *Feature: DuplexUnit
  1115. {
  1116. *rcNameID: 808
  1117. *FeatureType: PRINTER_PROPERTY
  1118. *DefaultOption: NotInstalled
  1119. *Option: NotInstalled
  1120. {
  1121. *rcNameID: 801
  1122. *DisabledFeatures: LIST(Duplex)
  1123. }
  1124. *Option: Installed
  1125. {
  1126. *rcNameID: 800
  1127. }
  1128. }
  1129. *%======== Collate ========
  1130. *Feature: Collate
  1131. {
  1132. *rcNameID: 671
  1133. *DefaultOption: OFF
  1134. *Option: ON
  1135. {
  1136. *rcNameID: =ON_DISPLAY
  1137. *Command: CmdSelect
  1138. {
  1139. *Order: JOB_SETUP.40
  1140. *CallbackID: 188
  1141. }
  1142. }
  1143. *Option: OFF
  1144. {
  1145. *rcNameID: =OFF_DISPLAY
  1146. *Command: CmdSelect
  1147. {
  1148. *Order: JOB_SETUP.40
  1149. *CallbackID: 187
  1150. }
  1151. }
  1152. }
  1153. *%======== CollateType (custom feature) ========
  1154. *Feature: CollateType
  1155. {
  1156. *rcNameID: 675
  1157. *HelpIndex: 17
  1158. *FeatureType: DOC_PROPERTY
  1159. *DefaultOption: Unidirection
  1160. *Option: Unidirection
  1161. {
  1162. *rcNameID: 664
  1163. *Command: CmdSelect
  1164. {
  1165. *Order: JOB_SETUP.50
  1166. *CallbackID: 189
  1167. }
  1168. }
  1169. *Option: Rotate
  1170. {
  1171. *rcNameID: 676
  1172. *Command: CmdSelect
  1173. {
  1174. *Order: JOB_SETUP.50
  1175. *CallbackID: 190
  1176. }
  1177. }
  1178. *Option: Shift
  1179. {
  1180. *rcNameID: 677
  1181. *Command: CmdSelect
  1182. {
  1183. *Order: JOB_SETUP.50
  1184. *CallbackID: 193
  1185. }
  1186. }
  1187. }
  1188. *InvalidCombination: LIST(InputBin.MANUAL, CollateType.Rotate)
  1189. *InvalidCombination: LIST(InputBin.MANUAL, CollateType.Shift)
  1190. *InvalidCombination: LIST(OutputBin.FinisherShiftTray, CollateType.Rotate)
  1191. *%======== Stapling ========
  1192. *Feature: Stapling
  1193. {
  1194. *rcNameID: 629
  1195. *HelpIndex: 8
  1196. *DefaultOption: Disabled
  1197. *Option: Disabled
  1198. {
  1199. *rcNameID: 632
  1200. *Command: CmdSelect
  1201. {
  1202. *Order: JOB_SETUP.20
  1203. *CallbackID: 151
  1204. }
  1205. }
  1206. *Option: 1position
  1207. {
  1208. *rcNameID: 633
  1209. *Command: CmdSelect
  1210. {
  1211. *Order: JOB_SETUP.20
  1212. *CallbackID: 198 *%%% stapling with FinisherSR12
  1213. }
  1214. }
  1215. }
  1216. *InvalidCombination: LIST(CollateType.Rotate, Stapling.1position)
  1217. *InvalidCombination: LIST(CollateType.Shift, Stapling.1position)
  1218. *InvalidCombination: LIST(InputBin.MANUAL, Stapling.1position)
  1219. *InvalidCombination: LIST(PaperSize.A5, Stapling.1position)
  1220. *InvalidCombination: LIST(PaperSize.A6, Stapling.1position)
  1221. *InvalidCombination: LIST(PaperSize.B6_JIS, Stapling.1position)
  1222. *InvalidCombination: LIST(PaperSize.JAPANESE_POSTCARD, Stapling.1position)
  1223. *InvalidCombination: LIST(PaperSize.DBL_JAPANESE_POSTCARD, Stapling.1position)
  1224. *InvalidCombination: LIST(PaperSize.STATEMENT, Stapling.1position)
  1225. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Stapling.1position)
  1226. *%======== Scan for Rules (custom feature) ========
  1227. *Feature: ScanForRules
  1228. {
  1229. *rcNameID: 663
  1230. *HelpIndex: 10
  1231. *FeatureType: DOC_PROPERTY
  1232. *DefaultOption: Yes
  1233. *Option: Yes
  1234. {
  1235. *rcNameID: 673
  1236. EXTERN_GLOBAL: *MinGrayFill: 1
  1237. EXTERN_GLOBAL: *MaxGrayFill: 100
  1238. *Command: CmdSetRectWidth {
  1239. *CallbackID: 102
  1240. *Params: LIST(RectXSize)
  1241. }
  1242. *Command: CmdSetRectHeight {
  1243. *CallbackID: 103
  1244. *Params: LIST(RectYSize)
  1245. }
  1246. *Command: CmdRectGrayFill {
  1247. *CallbackID: 104
  1248. *Params: LIST(DestX, DestY, GrayPercentage)
  1249. }
  1250. *Command: CmdRectWhiteFill {
  1251. *CallbackID: 191
  1252. *Params: LIST(DestX, DestY)
  1253. }
  1254. }
  1255. *Option: No
  1256. {
  1257. *rcNameID: 674
  1258. }
  1259. }
  1260. *%======== PrintDensity ========
  1261. *Feature: PrintDensity
  1262. {
  1263. *rcNameID: =PRINTDENSITY_DISPLAY
  1264. *HelpIndex: 12
  1265. *DefaultOption: SmoothingOn
  1266. *Option: TonerSaveLight
  1267. {
  1268. *rcNameID: 341 *%%% Light (Toner Saving)
  1269. *Command: CmdSelect
  1270. {
  1271. *Order: DOC_SETUP.60
  1272. *Cmd: "<1B12>YA2,1 "
  1273. }
  1274. }
  1275. *Option: SmoothingOn
  1276. {
  1277. *rcNameID: 343 *%%% Normal (Smoothing On)
  1278. *Command: CmdSelect
  1279. {
  1280. *Order: DOC_SETUP.60
  1281. *Cmd: "<1B12>YA2,2 "
  1282. }
  1283. }
  1284. *Option: SmoothingOff
  1285. {
  1286. *rcNameID: 344 *%%% Normal (Smoothing Off)
  1287. *Command: CmdSelect
  1288. {
  1289. *Order: DOC_SETUP.60
  1290. *Cmd: "<1B12>YA2,4 "
  1291. }
  1292. }
  1293. }
  1294. *%======== ImageControl ========
  1295. *Feature: ImageControl
  1296. {
  1297. *rcNameID: =IMAGECONTROL_DISPLAY
  1298. *HelpIndex: 13
  1299. *DefaultOption: Scale100
  1300. *Option: Scale100
  1301. {
  1302. *rcNameID: 318 *%%% 100%
  1303. *Command: CmdSelect
  1304. {
  1305. *Order: DOC_SETUP.70
  1306. *CallbackID: 120
  1307. }
  1308. }
  1309. *Option: AtoA_Scale67
  1310. {
  1311. *rcNameID: 319 *%%% A Size->A Size Down Scaling (67%)
  1312. *Command: CmdSelect
  1313. {
  1314. *Order: DOC_SETUP.70
  1315. *CallbackID: 99
  1316. }
  1317. }
  1318. *Option: BtoA_Scale80
  1319. {
  1320. *rcNameID: 320 *%%% B Size->A Size Down Scaling (80%)
  1321. *Command: CmdSelect
  1322. {
  1323. *Order: DOC_SETUP.70
  1324. *CallbackID: 100
  1325. }
  1326. }
  1327. *Option: BtoA_Scale115
  1328. {
  1329. *rcNameID: 321 *%%% B Size->A Size Up Scaling (115%)
  1330. *Command: CmdSelect
  1331. {
  1332. *Order: DOC_SETUP.70
  1333. *CallbackID: 111
  1334. }
  1335. }
  1336. *Option: 2Up_Scale67
  1337. {
  1338. *rcNameID: 326 *%%% 2 in 1 (Down Scaling)
  1339. *Command: CmdSelect
  1340. {
  1341. *Order: DOC_SETUP.70
  1342. *CallbackID: 108
  1343. }
  1344. }
  1345. *Option: 2Up_Scale100
  1346. {
  1347. *rcNameID: 327 *%%% 2 in 1 (Non Scaling)
  1348. *Command: CmdSelect
  1349. {
  1350. *Order: DOC_SETUP.70
  1351. *CallbackID: 109
  1352. }
  1353. }
  1354. *Option: Scale88
  1355. {
  1356. *rcNameID: 329 *%%% 88%
  1357. *Command: CmdSelect
  1358. {
  1359. *Order: DOC_SETUP.70
  1360. *CallbackID: 121
  1361. }
  1362. }
  1363. *Option: Scale80
  1364. {
  1365. *rcNameID: 330 *%%% 80%
  1366. *Command: CmdSelect
  1367. {
  1368. *Order: DOC_SETUP.70
  1369. *CallbackID: 122
  1370. }
  1371. }
  1372. *Option: Scale75
  1373. {
  1374. *rcNameID: 331 *%%% 75%
  1375. *Command: CmdSelect
  1376. {
  1377. *Order: DOC_SETUP.70
  1378. *CallbackID: 123
  1379. }
  1380. }
  1381. *Option: Scale70
  1382. {
  1383. *rcNameID: 332 *%%% 70%
  1384. *Command: CmdSelect
  1385. {
  1386. *Order: DOC_SETUP.70
  1387. *CallbackID: 124
  1388. }
  1389. }
  1390. *Option: Scale67
  1391. {
  1392. *rcNameID: 333 *%%% 67%
  1393. *Command: CmdSelect
  1394. {
  1395. *Order: DOC_SETUP.70
  1396. *CallbackID: 125
  1397. }
  1398. }
  1399. *Option: Scale115
  1400. {
  1401. *rcNameID: 335 *%%% 115%
  1402. *Command: CmdSelect
  1403. {
  1404. *Order: DOC_SETUP.70
  1405. *CallbackID: 126
  1406. }
  1407. }
  1408. }
  1409. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.AtoA_Scale67)
  1410. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.BtoA_Scale80)
  1411. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.BtoA_Scale115)
  1412. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.2Up_Scale67)
  1413. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.2Up_Scale100)
  1414. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale88)
  1415. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale80)
  1416. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale75)
  1417. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale70)
  1418. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale67)
  1419. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.Scale115)
  1420. *%======== Halftone ========
  1421. *Feature: Halftone
  1422. {
  1423. *rcNameID: =HALFTONING_DISPLAY
  1424. *HelpIndex: 14
  1425. *DefaultOption: HT_PATSIZE_8x8_M
  1426. *Option: HT_PATSIZE_6x6_M
  1427. {
  1428. *rcNameID: 665
  1429. }
  1430. *Option: HT_PATSIZE_8x8_M
  1431. {
  1432. *rcNameID: 666
  1433. }
  1434. *Option: HT_PATSIZE_10x10_M
  1435. {
  1436. *rcNameID: 667
  1437. }
  1438. *Option: HT_PATSIZE_12x12_M
  1439. {
  1440. *rcNameID: 668
  1441. }
  1442. *Option: HT_PATSIZE_14x14_M
  1443. {
  1444. *rcNameID: 669
  1445. }
  1446. *Option: HT_PATSIZE_16x16_M
  1447. {
  1448. *rcNameID: 670
  1449. }
  1450. *Ifdef: WINNT_50
  1451. *Option: HT_PATSIZE_SUPERCELL_M
  1452. {
  1453. *rcNameID: =HT_SUPERCELL_DISPLAY
  1454. }
  1455. *Endif:
  1456. }
  1457. *%======== Finisher (custom feature) ========
  1458. *Feature: Finisher
  1459. {
  1460. *rcNameID: 804
  1461. *FeatureType: PRINTER_PROPERTY
  1462. *DefaultOption: NotInstalled
  1463. *Option: NotInstalled
  1464. {
  1465. *rcNameID: 801
  1466. *Constraints: OutputBin.FinisherShiftTray
  1467. *Constraints: CollateType.Shift
  1468. *Constraints: Stapling.1position
  1469. *DisabledFeatures: LIST(Stapling)
  1470. }
  1471. *Option: FinisherSR12
  1472. {
  1473. *rcNameID: 805
  1474. }
  1475. }
  1476. *%======== Hard Disk (custom feature) ========
  1477. *Feature: HardDisk
  1478. {
  1479. *rcNameID: 807
  1480. *FeatureType: PRINTER_PROPERTY
  1481. *DefaultOption: NotInstalled
  1482. *Option: NotInstalled
  1483. {
  1484. *rcNameID: 801
  1485. *Constraints: CollateType.Rotate
  1486. *Constraints: CollateType.Shift
  1487. *Constraints: Stapling.1position
  1488. *DisabledFeatures: LIST(Stapling)
  1489. *DisabledFeatures: LIST(Collate)
  1490. }
  1491. *Option: Installed
  1492. {
  1493. *rcNameID: 800
  1494. }
  1495. }
  1496. *%======== External Output Tray (custom feature) ========
  1497. *Feature: ExternalTray
  1498. {
  1499. *rcNameID: 288
  1500. *FeatureType: PRINTER_PROPERTY
  1501. *DefaultOption: NotInstalled
  1502. *Option: NotInstalled
  1503. {
  1504. *rcNameID: 801
  1505. *Constraints: OutputBin.ExternalTray
  1506. }
  1507. *Option: Installed
  1508. {
  1509. *rcNameID: 800
  1510. }
  1511. }
  1512. *InvalidCombination: LIST(Finisher.FinisherSR12, ExternalTray.Installed)
  1513. *%======== Upper Output Tray (custom feature) ========
  1514. *Feature: UpperTray
  1515. {
  1516. *rcNameID: 287
  1517. *FeatureType: PRINTER_PROPERTY
  1518. *DefaultOption: NotInstalled
  1519. *Option: NotInstalled
  1520. {
  1521. *rcNameID: 801
  1522. *Constraints: OutputBin.UpperTray
  1523. }
  1524. *Option: Installed
  1525. {
  1526. *rcNameID: 800
  1527. }
  1528. }
  1529. *%======== StartDoc ========
  1530. *Command: CmdStartDoc
  1531. {
  1532. *Order: DOC_SETUP.10
  1533. *CallbackID: 118
  1534. }
  1535. *%======== EndJob ========
  1536. *Command: CmdEndJob
  1537. {
  1538. *Order: JOB_FINISH.10
  1539. *CallbackID: 30
  1540. }
  1541. *%======== Copies ========
  1542. *Command: CmdCopies
  1543. {
  1544. *Order: DOC_SETUP.150
  1545. *CallbackID: 31
  1546. *Params: LIST(NumOfCopies)
  1547. }
  1548. *%======== Capabilities ========
  1549. *RotateCoordinate?: FALSE
  1550. *RotateRaster?: TRUE
  1551. *RotateFont?: TRUE
  1552. *TextCaps: LIST(TC_OP_CHARACTER,TC_SF_X_YINDEP,TC_SA_DOUBLE,TC_SA_INTEGER,TC_SA_CONTIN,TC_EA_DOUBLE,TC_IA_ABLE)
  1553. *MemoryUsage: LIST(FONT)
  1554. *%======== Cursor Control ========
  1555. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1556. *XMoveThreshold: 0
  1557. *YMoveThreshold: 0
  1558. *%XMoveUnit: 1200
  1559. *%YMoveUnit: 1200
  1560. *Command: CmdXMoveAbsolute {
  1561. *CallbackID: 44
  1562. *Params: LIST(DestX)
  1563. }
  1564. *Command: CmdXMoveRelRight {
  1565. *CallbackID: 45
  1566. *Params: LIST(DestXRel)
  1567. }
  1568. *Command: CmdXMoveRelLeft {
  1569. *CallbackID: 46
  1570. *Params: LIST(DestXRel)
  1571. }
  1572. *Command: CmdYMoveAbsolute {
  1573. *CallbackID: 47
  1574. *Params: LIST(DestY)
  1575. }
  1576. *Command: CmdYMoveRelDown {
  1577. *CallbackID: 48
  1578. *Params: LIST(DestYRel)
  1579. }
  1580. *Command: CmdYMoveRelUp {
  1581. *CallbackID: 49
  1582. *Params: LIST(DestYRel)
  1583. }
  1584. *Command: CmdCR { *CallbackID: 105 }
  1585. *Command: CmdLF { *CallbackID: 106 }
  1586. *Command: CmdFF { *CallbackID: 37 }
  1587. *Command: CmdBackSpace { *CallbackID: 107 }
  1588. *EjectPageWithFF?: TRUE
  1589. *%======== Raster Data ========
  1590. *Command: CmdEnableFE_RLE { *CallbackID : 80 }
  1591. *Command: CmdDisableCompression { *CallbackID: 136 }
  1592. *OutputDataFormat: H_BYTE
  1593. *OptimizeLeftBound?: TRUE
  1594. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1595. *CursorYAfterSendBlockData: NO_MOVE
  1596. *%======== Font ========
  1597. *DefaultFont: 50
  1598. *DefaultCTT: 0
  1599. *CharPosition: BASELINE
  1600. *TTFSEnabled?: TRUE
  1601. *TTFS: MSMincho
  1602. {
  1603. *rcTTFontNameID: 500
  1604. *rcDevFontNameID: 501
  1605. }
  1606. *TTFS: MSMinchoV
  1607. {
  1608. *rcTTFontNameID: 502
  1609. *rcDevFontNameID: 503
  1610. }
  1611. *TTFS: MSGothic
  1612. {
  1613. *rcTTFontNameID: 504
  1614. *rcDevFontNameID: 505
  1615. }
  1616. *TTFS: MSGothicV
  1617. {
  1618. *rcTTFontNameID: 506
  1619. *rcDevFontNameID: 507
  1620. }
  1621. *TTFS: MSMinchoEngName
  1622. {
  1623. *rcTTFontNameID: 570
  1624. *rcDevFontNameID: 501
  1625. }
  1626. *TTFS: MSMinchoVEngName
  1627. {
  1628. *rcTTFontNameID: 571
  1629. *rcDevFontNameID: 503
  1630. }
  1631. *TTFS: MSGothicEngName
  1632. {
  1633. *rcTTFontNameID: 572
  1634. *rcDevFontNameID: 505
  1635. }
  1636. *TTFS: MSGothicVEngName
  1637. {
  1638. *rcTTFontNameID: 573
  1639. *rcDevFontNameID: 507
  1640. }
  1641. *TTFS: MSPMincho
  1642. {
  1643. *rcTTFontNameID: 518
  1644. *rcDevFontNameID: 518
  1645. }
  1646. *TTFS: MSPGothic
  1647. {
  1648. *rcTTFontNameID: 520
  1649. *rcDevFontNameID: 520
  1650. }
  1651. *TTFS: MSPMinchoEngName
  1652. {
  1653. *rcTTFontNameID: 574
  1654. *rcDevFontNameID: 518
  1655. }
  1656. *TTFS: MSPGothicEngName
  1657. {
  1658. *rcTTFontNameID: 575
  1659. *rcDevFontNameID: 520
  1660. }
  1661. *TTFS: Arial
  1662. {
  1663. *rcTTFontNameID: 508
  1664. *rcDevFontNameID: 509
  1665. }
  1666. *TTFS: Century
  1667. {
  1668. *rcTTFontNameID: 510
  1669. *rcDevFontNameID: 511
  1670. }
  1671. *TTFS: TimesNewRoman
  1672. {
  1673. *rcTTFontNameID: 512
  1674. *rcDevFontNameID: 513
  1675. }
  1676. *TTFS: CourierNew
  1677. {
  1678. *rcTTFontNameID: 514
  1679. *rcDevFontNameID: 515
  1680. }
  1681. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
  1682. + 17,18,50,51,56,57,74,76,77,78,79,80,81,82,83,84,85,86,87)
  1683. *FontCartridge: FC1
  1684. {
  1685. *rcCartridgeNameID: 306
  1686. *Fonts: LIST(52,53)
  1687. }
  1688. *FontCartridge: FC2
  1689. {
  1690. *rcCartridgeNameID: 307
  1691. *Fonts: LIST(54,55)
  1692. }
  1693. *FontCartridge: FC3
  1694. {
  1695. *rcCartridgeNameID: 309
  1696. *Fonts: LIST(60,61)
  1697. }
  1698. *FontCartridge: FC4
  1699. {
  1700. *rcCartridgeNameID: 310
  1701. *Fonts: LIST(58,59)
  1702. }
  1703. *FontCartridge: FC5
  1704. {
  1705. *rcCartridgeNameID: 311
  1706. *Fonts: LIST(66,67)
  1707. }
  1708. *FontCartridge: FC6
  1709. {
  1710. *rcCartridgeNameID: 312
  1711. *Fonts: LIST(64,65)
  1712. }
  1713. *FontCartridge: FC7
  1714. {
  1715. *rcCartridgeNameID: 313
  1716. *Fonts: LIST(62,63)
  1717. }
  1718. *FontCartridge: FC8
  1719. {
  1720. *rcCartridgeNameID: 314
  1721. *Fonts: LIST(68,69)
  1722. }
  1723. *FontCartridge: FC9
  1724. {
  1725. *rcCartridgeNameID: 315
  1726. *Fonts: LIST(70,71)
  1727. }
  1728. *FontCartridge: FC10
  1729. {
  1730. *rcCartridgeNameID: 316
  1731. *Fonts: LIST(72,73)
  1732. }
  1733. *Command: CmdBoldOn { *CallbackID: 38 }
  1734. *Command: CmdBoldOff { *CallbackID: 39 }
  1735. *Command: CmdItalicOn { *CallbackID: 40 }
  1736. *Command: CmdItalicOff { *CallbackID: 41 }
  1737. *Command: CmdWhiteTextOn { *CallbackID: 42 }
  1738. *Command: CmdWhiteTextOff { *CallbackID: 43 }
  1739. *%======== Font Downloading ========
  1740. *MinFontID: 0
  1741. *%MaxFontID: 3
  1742. *MinGlyphID: 0
  1743. *MaxGlyphID: 69
  1744. *FontFormat: OEM_CALLBACK
  1745. *Command: CmdSetFontID {
  1746. *CallbackID: 113
  1747. *Params: LIST(FontHeight)
  1748. }
  1749. *Command: CmdSelectFontID {
  1750. *CallbackID: 114
  1751. }
  1752. *Command: CmdSetCharCode {
  1753. *CallbackID: 157
  1754. *Params: LIST(NextGlyph)
  1755. }