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.

1827 lines
44 KiB

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