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.

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