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.

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