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.

1575 lines
38 KiB

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