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.

1429 lines
43 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "KYL980J.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "KYOCERA L-980"
  11. *MasterUnits: PAIR(300, 300)
  12. *ResourceDLL: "pcl4jres.dll"
  13. *PrinterType: PAGE
  14. *MaxCopies: 999
  15. *% ========== Orientation ==========
  16. *Feature: Orientation
  17. {
  18. *rcNameID: =ORIENTATION_DISPLAY
  19. *DefaultOption: PORTRAIT
  20. *Option: PORTRAIT
  21. {
  22. *rcNameID: =PORTRAIT_DISPLAY
  23. *Command: CmdSelect
  24. {
  25. *Order: DOC_SETUP.4
  26. *Cmd: "<1B>&l0o1E"
  27. }
  28. }
  29. *Option: LANDSCAPE_CC90
  30. {
  31. *rcNameID: =LANDSCAPE_DISPLAY
  32. *Command: CmdSelect
  33. {
  34. *Order: DOC_SETUP.4
  35. *Cmd: "<1B>&l1o1E"
  36. }
  37. }
  38. }
  39. *% ========== InputBin ==========
  40. *Feature: InputBin
  41. {
  42. *rcNameID: =PAPER_SOURCE_DISPLAY
  43. *DefaultOption: CASSETTE
  44. *Option: CASSETTE
  45. {
  46. *rcNameID: =CASSETTE_DISPLAY
  47. *Command: CmdSelect
  48. {
  49. *Order: DOC_SETUP.2
  50. *Cmd: "<1B>&l1H"
  51. }
  52. }
  53. *Option: MANUAL
  54. {
  55. *rcNameID: =MANUAL_FEED_DISPLAY
  56. *Command: CmdSelect
  57. {
  58. *Order: DOC_SETUP.2
  59. *Cmd: "<1B>&l2H"
  60. }
  61. }
  62. *Option: Option3
  63. {
  64. *rcNameID: 263
  65. *Command: CmdSelect
  66. {
  67. *Order: DOC_SETUP.2
  68. *Cmd: "<1B>&l4H"
  69. }
  70. }
  71. *Option: Option4
  72. {
  73. *rcNameID: 267
  74. *Command: CmdSelect
  75. {
  76. *Order: DOC_SETUP.2
  77. *Cmd: "!R!CASS3;EXIT;"
  78. }
  79. }
  80. }
  81. *% ========== Resolution ==========
  82. *Feature: Resolution
  83. {
  84. *rcNameID: =RESOLUTION_DISPLAY
  85. *DefaultOption: Option1
  86. *Option: Option1
  87. {
  88. *Name: "300 x 300 dots per inch"
  89. *DPI: PAIR(300, 300)
  90. *TextDPI: PAIR(300, 300)
  91. *MinStripBlankPixels: 32
  92. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  93. *SpotDiameter: 100
  94. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  95. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  96. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  97. *Command: CmdSelect
  98. {
  99. *Order: DOC_SETUP.5
  100. *Cmd: "<1B>*t300R"
  101. }
  102. }
  103. *Option: Option2
  104. {
  105. *Name: "150 x 150 dots per inch"
  106. *DPI: PAIR(150, 150)
  107. *TextDPI: PAIR(300, 300)
  108. *MinStripBlankPixels: 32
  109. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  110. *SpotDiameter: 100
  111. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  112. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  113. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  114. *Command: CmdSelect
  115. {
  116. *Order: DOC_SETUP.5
  117. *Cmd: "<1B>*t150R"
  118. }
  119. }
  120. *Option: Option3
  121. {
  122. *Name: "75 x 75 dots per inch"
  123. *DPI: PAIR(75, 75)
  124. *TextDPI: PAIR(300, 300)
  125. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  126. *SpotDiameter: 100
  127. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  128. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  129. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  130. *Command: CmdSelect
  131. {
  132. *Order: DOC_SETUP.5
  133. *Cmd: "<1B>*t75R"
  134. }
  135. }
  136. }
  137. *% ========== PaperSize ==========
  138. *Feature: PaperSize
  139. {
  140. *rcNameID: =PAPER_SIZE_DISPLAY
  141. *DefaultOption: A4
  142. *Option: LETTER
  143. {
  144. *rcNameID: =LETTER_DISPLAY
  145. *switch: Orientation
  146. {
  147. *case: PORTRAIT
  148. {
  149. *PrintableArea: PAIR(2400, 3160)
  150. *PrintableOrigin: PAIR(60, 75)
  151. *switch: Resolution
  152. {
  153. *case: Option2
  154. {
  155. *PrintableArea: PAIR(2400, 3158)
  156. *PrintableOrigin: PAIR(60, 76)
  157. }
  158. *case: Option3
  159. {
  160. *PrintableArea: PAIR(2400, 3156)
  161. *PrintableOrigin: PAIR(60, 76)
  162. }
  163. }
  164. *CursorOrigin: PAIR(60, 75)
  165. *Command: CmdSelect
  166. {
  167. *Order: DOC_SETUP.3
  168. *Cmd: "<1B>&l2a4d1e42F"
  169. }
  170. }
  171. *case: LANDSCAPE_CC90
  172. {
  173. *PrintableArea: PAIR(2400, 3160)
  174. *PrintableOrigin: PAIR(60, 75)
  175. *switch: Resolution
  176. {
  177. *case: Option2
  178. {
  179. *PrintableArea: PAIR(2400, 3158)
  180. *PrintableOrigin: PAIR(60, 76)
  181. }
  182. *case: Option3
  183. {
  184. *PrintableArea: PAIR(2400, 3156)
  185. *PrintableOrigin: PAIR(60, 76)
  186. }
  187. }
  188. *CursorOrigin: PAIR(60, 3240)
  189. *Command: CmdSelect
  190. {
  191. *Order: DOC_SETUP.3
  192. *Cmd: "<1B>&l2a4d1e42F"
  193. }
  194. }
  195. }
  196. }
  197. *Option: LEGAL
  198. {
  199. *rcNameID: =LEGAL_DISPLAY
  200. *switch: Orientation
  201. {
  202. *case: PORTRAIT
  203. {
  204. *PrintableArea: PAIR(2400, 4060)
  205. *PrintableOrigin: PAIR(60, 75)
  206. *switch: Resolution
  207. {
  208. *case: Option2
  209. {
  210. *PrintableArea: PAIR(2400, 4058)
  211. *PrintableOrigin: PAIR(60, 76)
  212. }
  213. *case: Option3
  214. {
  215. *PrintableArea: PAIR(2400, 4056)
  216. *PrintableOrigin: PAIR(60, 76)
  217. }
  218. }
  219. *CursorOrigin: PAIR(60, 75)
  220. *Command: CmdSelect
  221. {
  222. *Order: DOC_SETUP.3
  223. *Cmd: "<1B>&l3a4d1e54F"
  224. }
  225. }
  226. *case: LANDSCAPE_CC90
  227. {
  228. *PrintableArea: PAIR(2400, 4060)
  229. *PrintableOrigin: PAIR(60, 75)
  230. *switch: Resolution
  231. {
  232. *case: Option2
  233. {
  234. *PrintableArea: PAIR(2400, 4058)
  235. *PrintableOrigin: PAIR(60, 76)
  236. }
  237. *case: Option3
  238. {
  239. *PrintableArea: PAIR(2400, 4056)
  240. *PrintableOrigin: PAIR(60, 76)
  241. }
  242. }
  243. *CursorOrigin: PAIR(60, 4140)
  244. *Command: CmdSelect
  245. {
  246. *Order: DOC_SETUP.3
  247. *Cmd: "<1B>&l3a4d1e54F"
  248. }
  249. }
  250. }
  251. }
  252. *Option: TABLOID
  253. {
  254. *rcNameID: =TABLOID_DISPLAY
  255. *switch: Orientation
  256. {
  257. *case: PORTRAIT
  258. {
  259. *PrintableArea: PAIR(3150, 4950)
  260. *PrintableOrigin: PAIR(75, 75)
  261. *switch: Resolution
  262. {
  263. *case: Option2
  264. {
  265. *PrintableArea: PAIR(3148, 4948)
  266. *PrintableOrigin: PAIR(76, 76)
  267. }
  268. *case: Option3
  269. {
  270. *PrintableArea: PAIR(3148, 4948)
  271. *PrintableOrigin: PAIR(76, 76)
  272. }
  273. }
  274. *CursorOrigin: PAIR(75, 75)
  275. *Command: CmdSelect
  276. {
  277. *Order: DOC_SETUP.3
  278. *Cmd: "!R!SPSZ12,0;EXIT;"
  279. }
  280. }
  281. *case: LANDSCAPE_CC90
  282. {
  283. *PrintableArea: PAIR(3150, 4950)
  284. *PrintableOrigin: PAIR(75, 75)
  285. *switch: Resolution
  286. {
  287. *case: Option2
  288. {
  289. *PrintableArea: PAIR(3148, 4948)
  290. *PrintableOrigin: PAIR(76, 76)
  291. }
  292. *case: Option3
  293. {
  294. *PrintableArea: PAIR(3148, 4948)
  295. *PrintableOrigin: PAIR(76, 76)
  296. }
  297. }
  298. *CursorOrigin: PAIR(75, 5040)
  299. *Command: CmdSelect
  300. {
  301. *Order: DOC_SETUP.3
  302. *Cmd: "!R!SPSZ12,0;EXIT;"
  303. }
  304. }
  305. }
  306. }
  307. *Option: EXECUTIVE
  308. {
  309. *rcNameID: =EXECUTIVE_DISPLAY
  310. *switch: Orientation
  311. {
  312. *case: PORTRAIT
  313. {
  314. *PrintableArea: PAIR(2025, 3010)
  315. *PrintableOrigin: PAIR(60, 75)
  316. *switch: Resolution
  317. {
  318. *case: Option2
  319. {
  320. *PrintableArea: PAIR(2024, 3008)
  321. *PrintableOrigin: PAIR(60, 76)
  322. }
  323. *case: Option3
  324. {
  325. *PrintableArea: PAIR(2024, 3008)
  326. *PrintableOrigin: PAIR(60, 76)
  327. }
  328. }
  329. *CursorOrigin: PAIR(60, 75)
  330. *Command: CmdSelect
  331. {
  332. *Order: DOC_SETUP.3
  333. *Cmd: "<1B>&l1a4d1e40F"
  334. }
  335. }
  336. *case: LANDSCAPE_CC90
  337. {
  338. *PrintableArea: PAIR(2025, 3010)
  339. *PrintableOrigin: PAIR(60, 75)
  340. *switch: Resolution
  341. {
  342. *case: Option2
  343. {
  344. *PrintableArea: PAIR(2024, 3008)
  345. *PrintableOrigin: PAIR(60, 76)
  346. }
  347. *case: Option3
  348. {
  349. *PrintableArea: PAIR(2024, 3008)
  350. *PrintableOrigin: PAIR(60, 76)
  351. }
  352. }
  353. *CursorOrigin: PAIR(60, 3090)
  354. *Command: CmdSelect
  355. {
  356. *Order: DOC_SETUP.3
  357. *Cmd: "<1B>&l1a4d1e40F"
  358. }
  359. }
  360. }
  361. }
  362. *Option: A3
  363. {
  364. *rcNameID: =A3_DISPLAY
  365. *switch: Orientation
  366. {
  367. *case: PORTRAIT
  368. {
  369. *PrintableArea: PAIR(3357, 4812)
  370. *PrintableOrigin: PAIR(75, 75)
  371. *switch: Resolution
  372. {
  373. *case: Option2
  374. {
  375. *PrintableArea: PAIR(3356, 4810)
  376. *PrintableOrigin: PAIR(76, 76)
  377. }
  378. *case: Option3
  379. {
  380. *PrintableArea: PAIR(3356, 4808)
  381. *PrintableOrigin: PAIR(76, 76)
  382. }
  383. }
  384. *CursorOrigin: PAIR(75, 75)
  385. *Command: CmdSelect
  386. {
  387. *Order: DOC_SETUP.3
  388. *Cmd: "!R!SPSZ10,0;EXIT;"
  389. }
  390. }
  391. *case: LANDSCAPE_CC90
  392. {
  393. *PrintableArea: PAIR(3357, 4812)
  394. *PrintableOrigin: PAIR(75, 75)
  395. *switch: Resolution
  396. {
  397. *case: Option2
  398. {
  399. *PrintableArea: PAIR(3356, 4810)
  400. *PrintableOrigin: PAIR(76, 76)
  401. }
  402. *case: Option3
  403. {
  404. *PrintableArea: PAIR(3356, 4808)
  405. *PrintableOrigin: PAIR(76, 76)
  406. }
  407. }
  408. *CursorOrigin: PAIR(75, 4902)
  409. *Command: CmdSelect
  410. {
  411. *Order: DOC_SETUP.3
  412. *Cmd: "!R!SPSZ10,0;EXIT;"
  413. }
  414. }
  415. }
  416. }
  417. *Option: A4
  418. {
  419. *rcNameID: =A4_DISPLAY
  420. *switch: Orientation
  421. {
  422. *case: PORTRAIT
  423. {
  424. *PrintableArea: PAIR(2331, 3367)
  425. *PrintableOrigin: PAIR(60, 75)
  426. *switch: Resolution
  427. {
  428. *case: Option2
  429. {
  430. *PrintableArea: PAIR(2330, 3366)
  431. *PrintableOrigin: PAIR(60, 76)
  432. }
  433. *case: Option3
  434. {
  435. *PrintableArea: PAIR(2328, 3364)
  436. *PrintableOrigin: PAIR(60, 76)
  437. }
  438. }
  439. *CursorOrigin: PAIR(55, 75)
  440. *Command: CmdSelect
  441. {
  442. *Order: DOC_SETUP.3
  443. *Cmd: "<1B>&l26a4d1e45F"
  444. }
  445. }
  446. *case: LANDSCAPE_CC90
  447. {
  448. *PrintableArea: PAIR(2331, 3367)
  449. *PrintableOrigin: PAIR(60, 75)
  450. *switch: Resolution
  451. {
  452. *case: Option2
  453. {
  454. *PrintableArea: PAIR(2330, 3366)
  455. *PrintableOrigin: PAIR(60, 76)
  456. }
  457. *case: Option3
  458. {
  459. *PrintableArea: PAIR(2328, 3364)
  460. *PrintableOrigin: PAIR(60, 76)
  461. }
  462. }
  463. *CursorOrigin: PAIR(60, 3447)
  464. *Command: CmdSelect
  465. {
  466. *Order: DOC_SETUP.3
  467. *Cmd: "<1B>&l26a4d1e45F"
  468. }
  469. }
  470. }
  471. }
  472. *Option: A5
  473. {
  474. *rcNameID: =A5_DISPLAY
  475. *switch: Orientation
  476. {
  477. *case: PORTRAIT
  478. {
  479. *PrintableArea: PAIR(1599, 2341)
  480. *PrintableOrigin: PAIR(60, 75)
  481. *switch: Resolution
  482. {
  483. *case: Option2
  484. {
  485. *PrintableArea: PAIR(1598, 2340)
  486. *PrintableOrigin: PAIR(60, 76)
  487. }
  488. *case: Option3
  489. {
  490. *PrintableArea: PAIR(1596, 2340)
  491. *PrintableOrigin: PAIR(60, 76)
  492. }
  493. }
  494. *CursorOrigin: PAIR(55, 75)
  495. *Command: CmdSelect
  496. {
  497. *Order: DOC_SETUP.3
  498. *Cmd: "!R!SPSZ13,0;EXIT;"
  499. }
  500. }
  501. *case: LANDSCAPE_CC90
  502. {
  503. *PrintableArea: PAIR(1599, 2341)
  504. *PrintableOrigin: PAIR(60, 75)
  505. *switch: Resolution
  506. {
  507. *case: Option2
  508. {
  509. *PrintableArea: PAIR(1598, 2340)
  510. *PrintableOrigin: PAIR(60, 76)
  511. }
  512. *case: Option3
  513. {
  514. *PrintableArea: PAIR(1596, 2340)
  515. *PrintableOrigin: PAIR(60, 76)
  516. }
  517. }
  518. *CursorOrigin: PAIR(60, 2421)
  519. *Command: CmdSelect
  520. {
  521. *Order: DOC_SETUP.3
  522. *Cmd: "!R!SPSZ13,0;EXIT;"
  523. }
  524. }
  525. }
  526. }
  527. *Option: A6
  528. {
  529. *rcNameID: =A6_DISPLAY
  530. *switch: Orientation
  531. {
  532. *case: PORTRAIT
  533. {
  534. *PrintableArea: PAIR(1089, 1609)
  535. *PrintableOrigin: PAIR(60, 75)
  536. *switch: Resolution
  537. {
  538. *case: Option2
  539. {
  540. *PrintableArea: PAIR(1088, 1608)
  541. *PrintableOrigin: PAIR(60, 76)
  542. }
  543. *case: Option3
  544. {
  545. *PrintableArea: PAIR(1088, 1608)
  546. *PrintableOrigin: PAIR(60, 76)
  547. }
  548. }
  549. *CursorOrigin: PAIR(55, 75)
  550. *Command: CmdSelect
  551. {
  552. *Order: DOC_SETUP.3
  553. *Cmd: "!R!SPSZ14,0;EXIT;"
  554. }
  555. }
  556. *case: LANDSCAPE_CC90
  557. {
  558. *PrintableArea: PAIR(1089, 1609)
  559. *PrintableOrigin: PAIR(60, 75)
  560. *switch: Resolution
  561. {
  562. *case: Option2
  563. {
  564. *PrintableArea: PAIR(1088, 1608)
  565. *PrintableOrigin: PAIR(60, 76)
  566. }
  567. *case: Option3
  568. {
  569. *PrintableArea: PAIR(1088, 1608)
  570. *PrintableOrigin: PAIR(60, 76)
  571. }
  572. }
  573. *CursorOrigin: PAIR(60, 1689)
  574. *Command: CmdSelect
  575. {
  576. *Order: DOC_SETUP.3
  577. *Cmd: "!R!SPSZ14,0;EXIT;"
  578. }
  579. }
  580. }
  581. }
  582. *Option: B4
  583. {
  584. *rcNameID: =B4_DISPLAY
  585. *switch: Orientation
  586. {
  587. *case: PORTRAIT
  588. {
  589. *PrintableArea: PAIR(2886, 4159)
  590. *PrintableOrigin: PAIR(60, 75)
  591. *switch: Resolution
  592. {
  593. *case: Option2
  594. {
  595. *PrintableArea: PAIR(2886, 4158)
  596. *PrintableOrigin: PAIR(60, 76)
  597. }
  598. *case: Option3
  599. {
  600. *PrintableArea: PAIR(2884, 4156)
  601. *PrintableOrigin: PAIR(60, 76)
  602. }
  603. }
  604. *CursorOrigin: PAIR(55, 75)
  605. *Command: CmdSelect
  606. {
  607. *Order: DOC_SETUP.3
  608. *Cmd: "!R!SPSZ11,0;EXIT;"
  609. }
  610. }
  611. *case: LANDSCAPE_CC90
  612. {
  613. *PrintableArea: PAIR(2886, 4159)
  614. *PrintableOrigin: PAIR(60, 75)
  615. *switch: Resolution
  616. {
  617. *case: Option2
  618. {
  619. *PrintableArea: PAIR(2886, 4158)
  620. *PrintableOrigin: PAIR(60, 76)
  621. }
  622. *case: Option3
  623. {
  624. *PrintableArea: PAIR(2884, 4156)
  625. *PrintableOrigin: PAIR(60, 76)
  626. }
  627. }
  628. *CursorOrigin: PAIR(60, 4239)
  629. *Command: CmdSelect
  630. {
  631. *Order: DOC_SETUP.3
  632. *Cmd: "!R!SPSZ11,0;EXIT;"
  633. }
  634. }
  635. }
  636. }
  637. *Option: B5
  638. {
  639. *rcNameID: =B5_DISPLAY
  640. *switch: Orientation
  641. {
  642. *case: PORTRAIT
  643. {
  644. *PrintableArea: PAIR(1961, 2886)
  645. *PrintableOrigin: PAIR(75, 75)
  646. *switch: Resolution
  647. {
  648. *case: Option2
  649. {
  650. *PrintableArea: PAIR(1960, 2884)
  651. *PrintableOrigin: PAIR(76, 76)
  652. }
  653. *case: Option3
  654. {
  655. *PrintableArea: PAIR(1960, 2884)
  656. *PrintableOrigin: PAIR(76, 76)
  657. }
  658. }
  659. *CursorOrigin: PAIR(61, 75)
  660. *Command: CmdSelect
  661. {
  662. *Order: DOC_SETUP.3
  663. *Cmd: "!R!SPSZ9,0;EXIT;"
  664. }
  665. }
  666. *case: LANDSCAPE_CC90
  667. {
  668. *PrintableArea: PAIR(1961, 2886)
  669. *PrintableOrigin: PAIR(75, 75)
  670. *switch: Resolution
  671. {
  672. *case: Option2
  673. {
  674. *PrintableArea: PAIR(1960, 2884)
  675. *PrintableOrigin: PAIR(76, 76)
  676. }
  677. *case: Option3
  678. {
  679. *PrintableArea: PAIR(1960, 2884)
  680. *PrintableOrigin: PAIR(76, 76)
  681. }
  682. }
  683. *CursorOrigin: PAIR(60, 2968)
  684. *Command: CmdSelect
  685. {
  686. *Order: DOC_SETUP.3
  687. *Cmd: "!R!SPSZ9,0;EXIT;"
  688. }
  689. }
  690. }
  691. }
  692. *Option: B6_JIS
  693. {
  694. *rcNameID: =B6_JIS_DISPLAY
  695. *switch: Orientation
  696. {
  697. *case: PORTRAIT
  698. {
  699. *PrintableArea: PAIR(1319, 1998)
  700. *PrintableOrigin: PAIR(75, 75)
  701. *switch: Resolution
  702. {
  703. *case: Option2
  704. {
  705. *PrintableArea: PAIR(1318, 1996)
  706. *PrintableOrigin: PAIR(76, 76)
  707. }
  708. *case: Option3
  709. {
  710. *PrintableArea: PAIR(1316, 1996)
  711. *PrintableOrigin: PAIR(76, 76)
  712. }
  713. }
  714. *CursorOrigin: PAIR(61, 75)
  715. *Command: CmdSelect
  716. {
  717. *Order: DOC_SETUP.3
  718. *Cmd: "!R!SPSZ15,0;EXIT;"
  719. }
  720. }
  721. *case: LANDSCAPE_CC90
  722. {
  723. *PrintableArea: PAIR(1319, 1998)
  724. *PrintableOrigin: PAIR(75, 75)
  725. *switch: Resolution
  726. {
  727. *case: Option2
  728. {
  729. *PrintableArea: PAIR(1318, 1996)
  730. *PrintableOrigin: PAIR(76, 76)
  731. }
  732. *case: Option3
  733. {
  734. *PrintableArea: PAIR(1316, 1996)
  735. *PrintableOrigin: PAIR(76, 76)
  736. }
  737. }
  738. *CursorOrigin: PAIR(60, 2080)
  739. *Command: CmdSelect
  740. {
  741. *Order: DOC_SETUP.3
  742. *Cmd: "!R!SPSZ15,0;EXIT;"
  743. }
  744. }
  745. }
  746. }
  747. *Option: JAPANESE_POSTCARD
  748. {
  749. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  750. *switch: Orientation
  751. {
  752. *case: PORTRAIT
  753. {
  754. *PrintableArea: PAIR(992, 1599)
  755. *PrintableOrigin: PAIR(75, 75)
  756. *switch: Resolution
  757. {
  758. *case: Option2
  759. {
  760. *PrintableArea: PAIR(990, 1598)
  761. *PrintableOrigin: PAIR(76, 76)
  762. }
  763. *case: Option3
  764. {
  765. *PrintableArea: PAIR(988, 1596)
  766. *PrintableOrigin: PAIR(76, 76)
  767. }
  768. }
  769. *CursorOrigin: PAIR(61, 75)
  770. *Command: CmdSelect
  771. {
  772. *Order: DOC_SETUP.3
  773. *Cmd: "!R!SPSZ14,0;EXIT;"
  774. }
  775. }
  776. *case: LANDSCAPE_CC90
  777. {
  778. *PrintableArea: PAIR(992, 1599)
  779. *PrintableOrigin: PAIR(75, 75)
  780. *switch: Resolution
  781. {
  782. *case: Option2
  783. {
  784. *PrintableArea: PAIR(990, 1598)
  785. *PrintableOrigin: PAIR(76, 76)
  786. }
  787. *case: Option3
  788. {
  789. *PrintableArea: PAIR(988, 1596)
  790. *PrintableOrigin: PAIR(76, 76)
  791. }
  792. }
  793. *CursorOrigin: PAIR(60, 1681)
  794. *Command: CmdSelect
  795. {
  796. *Order: DOC_SETUP.3
  797. *Cmd: "!R!SPSZ14,0;EXIT;"
  798. }
  799. }
  800. }
  801. }
  802. *Option: ENV_10
  803. {
  804. *rcNameID: =ENV_10_DISPLAY
  805. *switch: Orientation
  806. {
  807. *case: PORTRAIT
  808. {
  809. *PrintableArea: PAIR(1084, 2710)
  810. *PrintableOrigin: PAIR(60, 75)
  811. *switch: Resolution
  812. {
  813. *case: Option2
  814. {
  815. *PrintableArea: PAIR(1084, 2708)
  816. *PrintableOrigin: PAIR(60, 76)
  817. }
  818. *case: Option3
  819. {
  820. *PrintableArea: PAIR(1084, 2708)
  821. *PrintableOrigin: PAIR(60, 76)
  822. }
  823. }
  824. *CursorOrigin: PAIR(60, 75)
  825. *Command: CmdSelect
  826. {
  827. *Order: DOC_SETUP.3
  828. *Cmd: "<1B>&l81a4d1E"
  829. }
  830. }
  831. *case: LANDSCAPE_CC90
  832. {
  833. *PrintableArea: PAIR(1109, 2710)
  834. *PrintableOrigin: PAIR(60, 75)
  835. *switch: Resolution
  836. {
  837. *case: Option2
  838. {
  839. *PrintableArea: PAIR(1108, 2708)
  840. *PrintableOrigin: PAIR(60, 76)
  841. }
  842. *case: Option3
  843. {
  844. *PrintableArea: PAIR(1108, 2708)
  845. *PrintableOrigin: PAIR(60, 76)
  846. }
  847. }
  848. *CursorOrigin: PAIR(60, 2790)
  849. *Command: CmdSelect
  850. {
  851. *Order: DOC_SETUP.3
  852. *Cmd: "<1B>&l81a4d1E"
  853. }
  854. }
  855. }
  856. }
  857. *Option: ENV_DL
  858. {
  859. *rcNameID: =ENV_DL_DISPLAY
  860. *switch: Orientation
  861. {
  862. *case: PORTRAIT
  863. {
  864. *PrintableArea: PAIR(1144, 2458)
  865. *PrintableOrigin: PAIR(60, 75)
  866. *switch: Resolution
  867. {
  868. *case: Option2
  869. {
  870. *PrintableArea: PAIR(1144, 2456)
  871. *PrintableOrigin: PAIR(60, 76)
  872. }
  873. *case: Option3
  874. {
  875. *PrintableArea: PAIR(1144, 2456)
  876. *PrintableOrigin: PAIR(60, 76)
  877. }
  878. }
  879. *CursorOrigin: PAIR(60, 75)
  880. *Command: CmdSelect
  881. {
  882. *Order: DOC_SETUP.3
  883. *Cmd: "<1B>&l90a4d1E"
  884. }
  885. }
  886. *case: LANDSCAPE_CC90
  887. {
  888. *PrintableArea: PAIR(1169, 2458)
  889. *PrintableOrigin: PAIR(60, 75)
  890. *switch: Resolution
  891. {
  892. *case: Option2
  893. {
  894. *PrintableArea: PAIR(1168, 2456)
  895. *PrintableOrigin: PAIR(60, 76)
  896. }
  897. *case: Option3
  898. {
  899. *PrintableArea: PAIR(1168, 2456)
  900. *PrintableOrigin: PAIR(60, 76)
  901. }
  902. }
  903. *CursorOrigin: PAIR(60, 2538)
  904. *Command: CmdSelect
  905. {
  906. *Order: DOC_SETUP.3
  907. *Cmd: "<1B>&l90a4d1E"
  908. }
  909. }
  910. }
  911. }
  912. *Option: ENV_C5
  913. {
  914. *rcNameID: =ENV_C5_DISPLAY
  915. *switch: Orientation
  916. {
  917. *case: PORTRAIT
  918. {
  919. *PrintableArea: PAIR(1759, 2566)
  920. *PrintableOrigin: PAIR(60, 75)
  921. *switch: Resolution
  922. {
  923. *case: Option2
  924. {
  925. *PrintableArea: PAIR(1758, 2564)
  926. *PrintableOrigin: PAIR(60, 76)
  927. }
  928. *case: Option3
  929. {
  930. *PrintableArea: PAIR(1756, 2564)
  931. *PrintableOrigin: PAIR(60, 76)
  932. }
  933. }
  934. *CursorOrigin: PAIR(60, 75)
  935. *Command: CmdSelect
  936. {
  937. *Order: DOC_SETUP.3
  938. *Cmd: "<1B>&l91a4d1E"
  939. }
  940. }
  941. *case: LANDSCAPE_CC90
  942. {
  943. *PrintableArea: PAIR(1784, 2566)
  944. *PrintableOrigin: PAIR(60, 75)
  945. *switch: Resolution
  946. {
  947. *case: Option2
  948. {
  949. *PrintableArea: PAIR(1784, 2564)
  950. *PrintableOrigin: PAIR(60, 76)
  951. }
  952. *case: Option3
  953. {
  954. *PrintableArea: PAIR(1784, 2564)
  955. *PrintableOrigin: PAIR(60, 76)
  956. }
  957. }
  958. *CursorOrigin: PAIR(60, 2646)
  959. *Command: CmdSelect
  960. {
  961. *Order: DOC_SETUP.3
  962. *Cmd: "<1B>&l91a4d1E"
  963. }
  964. }
  965. }
  966. }
  967. *Option: ENV_MONARCH
  968. {
  969. *rcNameID: =ENV_MONARCH_DISPLAY
  970. *switch: Orientation
  971. {
  972. *case: PORTRAIT
  973. {
  974. *PrintableArea: PAIR(1009, 2110)
  975. *PrintableOrigin: PAIR(60, 75)
  976. *switch: Resolution
  977. {
  978. *case: Option2
  979. {
  980. *PrintableArea: PAIR(1008, 2108)
  981. *PrintableOrigin: PAIR(60, 76)
  982. }
  983. *case: Option3
  984. {
  985. *PrintableArea: PAIR(1008, 2108)
  986. *PrintableOrigin: PAIR(60, 76)
  987. }
  988. }
  989. *CursorOrigin: PAIR(60, 75)
  990. *Command: CmdSelect
  991. {
  992. *Order: DOC_SETUP.3
  993. *Cmd: "<1B>&l80a4d1E"
  994. }
  995. }
  996. *case: LANDSCAPE_CC90
  997. {
  998. *PrintableArea: PAIR(1034, 2110)
  999. *PrintableOrigin: PAIR(60, 75)
  1000. *switch: Resolution
  1001. {
  1002. *case: Option2
  1003. {
  1004. *PrintableArea: PAIR(1034, 2108)
  1005. *PrintableOrigin: PAIR(60, 76)
  1006. }
  1007. *case: Option3
  1008. {
  1009. *PrintableArea: PAIR(1032, 2108)
  1010. *PrintableOrigin: PAIR(60, 76)
  1011. }
  1012. }
  1013. *CursorOrigin: PAIR(60, 2190)
  1014. *Command: CmdSelect
  1015. {
  1016. *Order: DOC_SETUP.3
  1017. *Cmd: "<1B>&l80a4d1E"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. *Option: Option17
  1023. {
  1024. *rcNameID: 258
  1025. *PageDimensions: PAIR(3036, 4299)
  1026. *switch: Orientation
  1027. {
  1028. *case: PORTRAIT
  1029. {
  1030. *PrintableArea: PAIR(2916, 4159)
  1031. *PrintableOrigin: PAIR(60, 75)
  1032. *switch: Resolution
  1033. {
  1034. *case: Option2
  1035. {
  1036. *PrintableArea: PAIR(2916, 4158)
  1037. *PrintableOrigin: PAIR(60, 76)
  1038. }
  1039. *case: Option3
  1040. {
  1041. *PrintableArea: PAIR(2916, 4156)
  1042. *PrintableOrigin: PAIR(60, 76)
  1043. }
  1044. }
  1045. *CursorOrigin: PAIR(60, 75)
  1046. *Command: CmdSelect
  1047. {
  1048. *Order: DOC_SETUP.3
  1049. *Cmd: "!R!SPSZ11,6;EXIT;"
  1050. }
  1051. }
  1052. *case: LANDSCAPE_CC90
  1053. {
  1054. *PrintableArea: PAIR(2916, 4159)
  1055. *PrintableOrigin: PAIR(60, 75)
  1056. *switch: Resolution
  1057. {
  1058. *case: Option2
  1059. {
  1060. *PrintableArea: PAIR(2916, 4158)
  1061. *PrintableOrigin: PAIR(60, 76)
  1062. }
  1063. *case: Option3
  1064. {
  1065. *PrintableArea: PAIR(2916, 4156)
  1066. *PrintableOrigin: PAIR(60, 76)
  1067. }
  1068. }
  1069. *CursorOrigin: PAIR(60, 4239)
  1070. *Command: CmdSelect
  1071. {
  1072. *Order: DOC_SETUP.3
  1073. *Cmd: "!R!SPSZ11,6;EXIT;"
  1074. }
  1075. }
  1076. }
  1077. }
  1078. *Option: Option18
  1079. {
  1080. *rcNameID: 259
  1081. *PageDimensions: PAIR(3507, 4962)
  1082. *switch: Orientation
  1083. {
  1084. *case: PORTRAIT
  1085. {
  1086. *PrintableArea: PAIR(3387, 4822)
  1087. *PrintableOrigin: PAIR(60, 75)
  1088. *switch: Resolution
  1089. {
  1090. *case: Option2
  1091. {
  1092. *PrintableArea: PAIR(3386, 4820)
  1093. *PrintableOrigin: PAIR(60, 76)
  1094. }
  1095. *case: Option3
  1096. {
  1097. *PrintableArea: PAIR(3384, 4820)
  1098. *PrintableOrigin: PAIR(60, 76)
  1099. }
  1100. }
  1101. *CursorOrigin: PAIR(60, 75)
  1102. *Command: CmdSelect
  1103. {
  1104. *Order: DOC_SETUP.3
  1105. *Cmd: "!R!SPSZ10,5;EXIT;"
  1106. }
  1107. }
  1108. *case: LANDSCAPE_CC90
  1109. {
  1110. *PrintableArea: PAIR(3387, 4822)
  1111. *PrintableOrigin: PAIR(60, 75)
  1112. *switch: Resolution
  1113. {
  1114. *case: Option2
  1115. {
  1116. *PrintableArea: PAIR(3386, 4820)
  1117. *PrintableOrigin: PAIR(60, 76)
  1118. }
  1119. *case: Option3
  1120. {
  1121. *PrintableArea: PAIR(3384, 4820)
  1122. *PrintableOrigin: PAIR(60, 76)
  1123. }
  1124. }
  1125. *CursorOrigin: PAIR(60, 4902)
  1126. *Command: CmdSelect
  1127. {
  1128. *Order: DOC_SETUP.3
  1129. *Cmd: "!R!SPSZ10,5;EXIT;"
  1130. }
  1131. }
  1132. }
  1133. }
  1134. *Option: Option19
  1135. {
  1136. *rcNameID: 260
  1137. *PageDimensions: PAIR(3300, 4500)
  1138. *switch: Orientation
  1139. {
  1140. *case: PORTRAIT
  1141. {
  1142. *PrintableArea: PAIR(3180, 4360)
  1143. *PrintableOrigin: PAIR(60, 75)
  1144. *switch: Resolution
  1145. {
  1146. *case: Option2
  1147. {
  1148. *PrintableArea: PAIR(3180, 4358)
  1149. *PrintableOrigin: PAIR(60, 76)
  1150. }
  1151. *case: Option3
  1152. {
  1153. *PrintableArea: PAIR(3180, 4356)
  1154. *PrintableOrigin: PAIR(60, 76)
  1155. }
  1156. }
  1157. *CursorOrigin: PAIR(60, 75)
  1158. *Command: CmdSelect
  1159. {
  1160. *Order: DOC_SETUP.3
  1161. *Cmd: "!R!SPSZ23;EXIT;"
  1162. }
  1163. }
  1164. *case: LANDSCAPE_CC90
  1165. {
  1166. *PrintableArea: PAIR(3180, 4360)
  1167. *PrintableOrigin: PAIR(60, 75)
  1168. *switch: Resolution
  1169. {
  1170. *case: Option2
  1171. {
  1172. *PrintableArea: PAIR(3180, 4358)
  1173. *PrintableOrigin: PAIR(60, 76)
  1174. }
  1175. *case: Option3
  1176. {
  1177. *PrintableArea: PAIR(3180, 4356)
  1178. *PrintableOrigin: PAIR(60, 76)
  1179. }
  1180. }
  1181. *CursorOrigin: PAIR(60, 4440)
  1182. *Command: CmdSelect
  1183. {
  1184. *Order: DOC_SETUP.3
  1185. *Cmd: "!R!SPSZ23;EXIT;"
  1186. }
  1187. }
  1188. }
  1189. }
  1190. *Option: Option20
  1191. {
  1192. *rcNameID: 261
  1193. *PageDimensions: PAIR(3300, 4500)
  1194. *switch: Orientation
  1195. {
  1196. *case: PORTRAIT
  1197. {
  1198. *PrintableArea: PAIR(3180, 4360)
  1199. *PrintableOrigin: PAIR(60, 75)
  1200. *switch: Resolution
  1201. {
  1202. *case: Option2
  1203. {
  1204. *PrintableArea: PAIR(3180, 4358)
  1205. *PrintableOrigin: PAIR(60, 76)
  1206. }
  1207. *case: Option3
  1208. {
  1209. *PrintableArea: PAIR(3180, 4356)
  1210. *PrintableOrigin: PAIR(60, 76)
  1211. }
  1212. }
  1213. *CursorOrigin: PAIR(60, 75)
  1214. *Command: CmdSelect
  1215. {
  1216. *Order: DOC_SETUP.3
  1217. *Cmd: "!R!SPSZ24;EXIT;"
  1218. }
  1219. }
  1220. *case: LANDSCAPE_CC90
  1221. {
  1222. *PrintableArea: PAIR(3180, 4360)
  1223. *PrintableOrigin: PAIR(60, 75)
  1224. *switch: Resolution
  1225. {
  1226. *case: Option2
  1227. {
  1228. *PrintableArea: PAIR(3180, 4358)
  1229. *PrintableOrigin: PAIR(60, 76)
  1230. }
  1231. *case: Option3
  1232. {
  1233. *PrintableArea: PAIR(3180, 4356)
  1234. *PrintableOrigin: PAIR(60, 76)
  1235. }
  1236. }
  1237. *CursorOrigin: PAIR(60, 4440)
  1238. *Command: CmdSelect
  1239. {
  1240. *Order: DOC_SETUP.3
  1241. *Cmd: "!R!SPSZ24;EXIT;"
  1242. }
  1243. }
  1244. }
  1245. }
  1246. }
  1247. *% ========== OutputBin ==========
  1248. *Feature: OutputBin
  1249. {
  1250. *rcNameID: =OUTPUTBIN_DISPLAY
  1251. *DefaultOption: Option1
  1252. *Option: Option1
  1253. {
  1254. *rcNameID: 271
  1255. }
  1256. *Option: Option2
  1257. {
  1258. *rcNameID: 272
  1259. *Command: CmdSelect
  1260. {
  1261. *Order: DOC_SETUP.9
  1262. *Cmd: "!R!STAK1;EXIT;"
  1263. }
  1264. }
  1265. *Option: Option3
  1266. {
  1267. *rcNameID: 273
  1268. *Command: CmdSelect
  1269. {
  1270. *Order: DOC_SETUP.9
  1271. *Cmd: "!R!STAK2;EXIT;"
  1272. }
  1273. }
  1274. }
  1275. *% ========== Halftone ==========
  1276. *Feature: Halftone
  1277. {
  1278. *rcNameID: =HALFTONING_DISPLAY
  1279. *DefaultOption: HT_PATSIZE_AUTO
  1280. *Option: HT_PATSIZE_AUTO
  1281. {
  1282. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1283. }
  1284. *Option: HT_PATSIZE_SUPERCELL_M
  1285. {
  1286. *rcNameID: =HT_SUPERCELL_DISPLAY
  1287. }
  1288. *Option: HT_PATSIZE_6x6_M
  1289. {
  1290. *rcNameID: =HT_DITHER6X6_DISPLAY
  1291. }
  1292. *Option: HT_PATSIZE_8x8_M
  1293. {
  1294. *rcNameID: =HT_DITHER8X8_DISPLAY
  1295. }
  1296. }
  1297. *% ========== Memory ==========
  1298. *Feature: Memory
  1299. {
  1300. *rcNameID: =PRINTER_MEMORY_DISPLAY
  1301. *DefaultOption: 3072KB
  1302. *Option: 3072KB
  1303. {
  1304. *Name: "3MB"
  1305. *MemoryConfigKB: PAIR(3072, 700)
  1306. }
  1307. *Option: 4096KB
  1308. {
  1309. *Name: "4MB"
  1310. *MemoryConfigKB: PAIR(4096, 700)
  1311. }
  1312. *Option: 5120KB
  1313. {
  1314. *Name: "5MB"
  1315. *MemoryConfigKB: PAIR(5120, 1536)
  1316. }
  1317. *Option: 6144KB
  1318. {
  1319. *Name: "6MB"
  1320. *MemoryConfigKB: PAIR(6144, 2560)
  1321. }
  1322. }
  1323. *% ========== Job Control Command ==========
  1324. *Command: CmdStartDoc
  1325. {
  1326. *Order: DOC_SETUP.1
  1327. *Cmd: "!R!RES;SEM6;EXIT;<1B>E<1B>&l0L"
  1328. }
  1329. *Command: CmdStartPage
  1330. {
  1331. *Order: PAGE_SETUP.1
  1332. *Cmd: "<0D>"
  1333. }
  1334. *Command: CmdEndJob
  1335. {
  1336. *Order: JOB_FINISH.1
  1337. *Cmd: "!R!RES;EXIT;"
  1338. }
  1339. *Command: CmdCopies
  1340. {
  1341. *Order: DOC_SETUP.6
  1342. *Cmd: "<1B>&l" %d[1,999]{NumOfCopies}"X"
  1343. }
  1344. *% ========== Printer Capabilities ==========
  1345. *RotateCoordinate?: TRUE
  1346. *RotateRaster?: FALSE
  1347. *RotateFont?: FALSE
  1348. *TextCaps: LIST(TC_UA_ABLE)
  1349. *MemoryUsage: LIST(FONT)
  1350. *% ========== Cursor Move ==========
  1351. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  1352. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  1353. *XMoveThreshold: 0
  1354. *YMoveThreshold: 0
  1355. *XMoveUnit: 300
  1356. *YMoveUnit: 300
  1357. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{DestX}"X" }
  1358. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d{DestXRel}"X" }
  1359. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d{DestXRel}"X" }
  1360. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{DestY}"Y" }
  1361. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{DestYRel}"Y" }
  1362. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{DestYRel}"Y" }
  1363. *Command: CmdCR { *Cmd : "<0D>" }
  1364. *Command: CmdLF { *Cmd : "<0A>" }
  1365. *Command: CmdFF { *Cmd : "<0C>" }
  1366. *Command: CmdBackSpace { *Cmd : "<08>" }
  1367. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  1368. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  1369. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  1370. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  1371. *EjectPageWithFF?: TRUE
  1372. *% ========== Raster Data Emission ==========
  1373. *OutputDataFormat: H_BYTE
  1374. *OptimizeLeftBound?: TRUE
  1375. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1376. *CursorYAfterSendBlockData: AUTO_INCREMENT
  1377. *% ========== Device Font ==========
  1378. *CharPosition: BASELINE
  1379. *% *DefaultFont: 4
  1380. *% *DefaultCTT: 0
  1381. *% *switch: Orientation
  1382. *% {
  1383. *% *case: PORTRAIT
  1384. *% {
  1385. *% *DeviceFonts: LIST(1,2,3,4,8,9,10,11,12,13,14,15,16,17,18,19,
  1386. *% + 20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,
  1387. *% + 36,37,38,39,40,41,42,43,44,45,46,47,48,49)
  1388. *% }
  1389. *% *case: LANDSCAPE_CC90
  1390. *% {
  1391. *% *DeviceFonts: LIST(1,2,3,4,8,11,12,15,16,18,20,23,24,25,26,27,
  1392. *% + 28,29,30,33,34,35,36,37,38,39,42,43,46,47,48,49)
  1393. *% }
  1394. *% }
  1395. *% ========== Font Downloading ==========
  1396. *MinFontID: 16384
  1397. *MaxFontID: 32768
  1398. *MaxNumDownFonts: 32
  1399. *FontFormat: HPPCL
  1400. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  1401. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  1402. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  1403. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  1404. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  1405. *% ========== Rectangle Fill ==========
  1406. *% *MinGrayFill: 1
  1407. *% *MaxGrayFill: 100
  1408. *% *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{RectXSize}"A" }
  1409. *% *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{RectYSize}"B" }
  1410. *% *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  1411. *% *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  1412. *Include: "ttfsub.gpd"
  1413. *TTFSEnabled?: TRUE