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.

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