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.

905 lines
26 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileName: "OLJP170C.GPD"
  7. *GPDFileVersion: "1.0"
  8. *Include: "StdNames.gpd"
  9. *ModelName: "Olivetti JP 170 (Color)"
  10. *MasterUnits: PAIR(600, 600)
  11. *ResourceDLL: "jp350res.dll"
  12. *PrinterType: SERIAL
  13. *Feature: Orientation
  14. {
  15. *rcNameID: =ORIENTATION_DISPLAY
  16. *DefaultOption: PORTRAIT
  17. *Option: PORTRAIT
  18. {
  19. *rcNameID: =PORTRAIT_DISPLAY
  20. }
  21. *Option: LANDSCAPE_CC270
  22. {
  23. *rcNameID: =LANDSCAPE_DISPLAY
  24. }
  25. }
  26. *Feature: InputBin
  27. {
  28. *rcNameID: =PAPER_SOURCE_DISPLAY
  29. *DefaultOption: AUTO
  30. *Option: AUTO
  31. {
  32. *rcNameID: =AUTO_DISPLAY
  33. *Command: CmdSelect
  34. {
  35. *Order: DOC_SETUP.2
  36. *Cmd: "<1B>&l1H"
  37. }
  38. }
  39. *Option: ENVFEED
  40. {
  41. *rcNameID: =ENV_FEED_DISPLAY
  42. *Command: CmdSelect
  43. {
  44. *Order: DOC_SETUP.2
  45. *Cmd: "<1B>&l3H"
  46. }
  47. }
  48. *Option: MANUAL
  49. {
  50. *rcNameID: =MANUAL_FEED_DISPLAY
  51. *Command: CmdSelect
  52. {
  53. *Order: DOC_SETUP.2
  54. *Cmd: "<1B>&l3H"
  55. }
  56. }
  57. }
  58. *Feature: Resolution
  59. {
  60. *rcNameID: =RESOLUTION_DISPLAY
  61. *DefaultOption: Option1
  62. *Option: Option1
  63. {
  64. *Name: "300 x 300 " =DOTS_PER_INCH
  65. *DPI: PAIR(300, 300)
  66. *TextDPI: PAIR(300, 300)
  67. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  68. *SpotDiameter: 160
  69. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  70. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  71. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  72. *Command: CmdSelect
  73. {
  74. *Order: DOC_SETUP.5
  75. *Cmd: "<1B>*t300R"
  76. }
  77. }
  78. *Option: Option2
  79. {
  80. *Name: "150 x 150 " =DOTS_PER_INCH
  81. *DPI: PAIR(150, 150)
  82. *TextDPI: PAIR(300, 300)
  83. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  84. *SpotDiameter: 140
  85. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  86. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  87. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  88. *Command: CmdSelect
  89. {
  90. *Order: DOC_SETUP.5
  91. *Cmd: "<1B>*t150R"
  92. }
  93. }
  94. *Option: Option3
  95. {
  96. *Name: "75 x 75 " =DOTS_PER_INCH
  97. *DPI: PAIR(75, 75)
  98. *TextDPI: PAIR(300, 300)
  99. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  100. *SpotDiameter: 120
  101. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  102. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  103. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  104. *Command: CmdSelect
  105. {
  106. *Order: DOC_SETUP.5
  107. *Cmd: "<1B>*t75R"
  108. }
  109. }
  110. }
  111. *Feature: PaperSize
  112. {
  113. *rcNameID: =PAPER_SIZE_DISPLAY
  114. *DefaultOption: A4
  115. *Option: LETTER
  116. {
  117. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  118. *CursorOrigin: PAIR(84, 120)
  119. *Command: CmdSelect
  120. {
  121. *Order: DOC_SETUP.3
  122. *Cmd: "<1B>&l2A"
  123. }
  124. *switch: InputBin
  125. {
  126. *case: AUTO
  127. {
  128. *PrintableArea: PAIR(4796, 6168)
  129. *PrintableOrigin: PAIR(84, 132)
  130. *switch: Resolution
  131. {
  132. *case: Option3
  133. {
  134. *PrintableArea: PAIR(4792, 6160)
  135. *PrintableOrigin: PAIR(88, 136)
  136. }
  137. }
  138. }
  139. *case: ENVFEED
  140. {
  141. *PrintableArea: PAIR(4796, 5928)
  142. *PrintableOrigin: PAIR(84, 132)
  143. *switch: Resolution
  144. {
  145. *case: Option3
  146. {
  147. *PrintableArea: PAIR(4792, 5920)
  148. *PrintableOrigin: PAIR(88, 136)
  149. }
  150. }
  151. }
  152. *case: MANUAL
  153. {
  154. *PrintableArea: PAIR(4796, 6168)
  155. *PrintableOrigin: PAIR(84, 132)
  156. *switch: Resolution
  157. {
  158. *case: Option3
  159. {
  160. *PrintableArea: PAIR(4792, 6160)
  161. *PrintableOrigin: PAIR(88, 136)
  162. }
  163. }
  164. }
  165. }
  166. }
  167. *Option: LEGAL
  168. {
  169. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  170. *CursorOrigin: PAIR(84, 120)
  171. *Command: CmdSelect
  172. {
  173. *Order: DOC_SETUP.3
  174. *Cmd: "<1B>&l3A"
  175. }
  176. *switch: InputBin
  177. {
  178. *case: AUTO
  179. {
  180. *PrintableArea: PAIR(4796, 7968)
  181. *PrintableOrigin: PAIR(84, 132)
  182. *switch: Resolution
  183. {
  184. *case: Option3
  185. {
  186. *PrintableArea: PAIR(4792, 7960)
  187. *PrintableOrigin: PAIR(88, 136)
  188. }
  189. }
  190. }
  191. *case: ENVFEED
  192. {
  193. *PrintableArea: PAIR(4796, 7728)
  194. *PrintableOrigin: PAIR(84, 132)
  195. *switch: Resolution
  196. {
  197. *case: Option3
  198. {
  199. *PrintableArea: PAIR(4792, 7720)
  200. *PrintableOrigin: PAIR(88, 136)
  201. }
  202. }
  203. }
  204. *case: MANUAL
  205. {
  206. *PrintableArea: PAIR(4796, 7968)
  207. *PrintableOrigin: PAIR(84, 132)
  208. *switch: Resolution
  209. {
  210. *case: Option3
  211. {
  212. *PrintableArea: PAIR(4792, 7960)
  213. *PrintableOrigin: PAIR(88, 136)
  214. }
  215. }
  216. }
  217. }
  218. }
  219. *Option: A4
  220. {
  221. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  222. *CursorOrigin: PAIR(84, 120)
  223. *Command: CmdSelect
  224. {
  225. *Order: DOC_SETUP.3
  226. *Cmd: "<1B>&l26A"
  227. }
  228. *switch: InputBin
  229. {
  230. *case: AUTO
  231. {
  232. *PrintableArea: PAIR(4794, 6582)
  233. *PrintableOrigin: PAIR(84, 132)
  234. *switch: Resolution
  235. {
  236. *case: Option2
  237. {
  238. *PrintableArea: PAIR(4792, 6580)
  239. }
  240. *case: Option3
  241. {
  242. *PrintableArea: PAIR(4784, 6576)
  243. *PrintableOrigin: PAIR(88, 136)
  244. }
  245. }
  246. }
  247. *case: ENVFEED
  248. {
  249. *PrintableArea: PAIR(4794, 6342)
  250. *PrintableOrigin: PAIR(84, 132)
  251. *switch: Resolution
  252. {
  253. *case: Option2
  254. {
  255. *PrintableArea: PAIR(4792, 6340)
  256. }
  257. *case: Option3
  258. {
  259. *PrintableArea: PAIR(4784, 6336)
  260. *PrintableOrigin: PAIR(88, 136)
  261. }
  262. }
  263. }
  264. *case: MANUAL
  265. {
  266. *PrintableArea: PAIR(4794, 6582)
  267. *PrintableOrigin: PAIR(84, 132)
  268. *switch: Resolution
  269. {
  270. *case: Option2
  271. {
  272. *PrintableArea: PAIR(4792, 6580)
  273. }
  274. *case: Option3
  275. {
  276. *PrintableArea: PAIR(4784, 6576)
  277. *PrintableOrigin: PAIR(88, 136)
  278. }
  279. }
  280. }
  281. }
  282. }
  283. *Option: EXECUTIVE
  284. {
  285. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  286. *CursorOrigin: PAIR(84, 120)
  287. *Command: CmdSelect
  288. {
  289. *Order: DOC_SETUP.3
  290. *Cmd: "<1B>&l93A"
  291. }
  292. *switch: InputBin
  293. {
  294. *case: AUTO
  295. {
  296. *PrintableArea: PAIR(4182, 5868)
  297. *PrintableOrigin: PAIR(84, 132)
  298. *switch: Resolution
  299. {
  300. *case: Option2
  301. {
  302. *PrintableArea: PAIR(4180, 5868)
  303. }
  304. *case: Option3
  305. {
  306. *PrintableArea: PAIR(4176, 5864)
  307. *PrintableOrigin: PAIR(88, 136)
  308. }
  309. }
  310. }
  311. *case: ENVFEED
  312. {
  313. *PrintableArea: PAIR(4182, 5628)
  314. *PrintableOrigin: PAIR(84, 132)
  315. *switch: Resolution
  316. {
  317. *case: Option2
  318. {
  319. *PrintableArea: PAIR(4180, 5628)
  320. }
  321. *case: Option3
  322. {
  323. *PrintableArea: PAIR(4176, 5624)
  324. *PrintableOrigin: PAIR(88, 136)
  325. }
  326. }
  327. }
  328. *case: MANUAL
  329. {
  330. *PrintableArea: PAIR(4182, 5868)
  331. *PrintableOrigin: PAIR(84, 132)
  332. *switch: Resolution
  333. {
  334. *case: Option2
  335. {
  336. *PrintableArea: PAIR(4180, 5868)
  337. }
  338. *case: Option3
  339. {
  340. *PrintableArea: PAIR(4176, 5864)
  341. *PrintableOrigin: PAIR(88, 136)
  342. }
  343. }
  344. }
  345. }
  346. }
  347. *Option: Option5
  348. {
  349. *rcNameID: 258
  350. *PageDimensions: PAIR(4962, 3498)
  351. *CursorOrigin: PAIR(84, 120)
  352. *Command: CmdSelect
  353. {
  354. *Order: DOC_SETUP.3
  355. *Cmd: "<1B>&l29A"
  356. }
  357. *switch: InputBin
  358. {
  359. *case: AUTO
  360. {
  361. *PrintableArea: PAIR(4794, 3066)
  362. *PrintableOrigin: PAIR(84, 132)
  363. *switch: Resolution
  364. {
  365. *case: Option2
  366. {
  367. *PrintableArea: PAIR(4792, 3064)
  368. }
  369. *case: Option3
  370. {
  371. *PrintableArea: PAIR(4784, 3056)
  372. *PrintableOrigin: PAIR(88, 136)
  373. }
  374. }
  375. }
  376. *case: ENVFEED
  377. {
  378. *PrintableArea: PAIR(4794, 2826)
  379. *PrintableOrigin: PAIR(84, 132)
  380. *switch: Resolution
  381. {
  382. *case: Option2
  383. {
  384. *PrintableArea: PAIR(4792, 2824)
  385. }
  386. *case: Option3
  387. {
  388. *PrintableArea: PAIR(4784, 2816)
  389. *PrintableOrigin: PAIR(88, 136)
  390. }
  391. }
  392. }
  393. *case: MANUAL
  394. {
  395. *PrintableArea: PAIR(4794, 3066)
  396. *PrintableOrigin: PAIR(84, 132)
  397. *switch: Resolution
  398. {
  399. *case: Option2
  400. {
  401. *PrintableArea: PAIR(4792, 3064)
  402. }
  403. *case: Option3
  404. {
  405. *PrintableArea: PAIR(4784, 3056)
  406. *PrintableOrigin: PAIR(88, 136)
  407. }
  408. }
  409. }
  410. }
  411. }
  412. *Option: ENV_10
  413. {
  414. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  415. *CursorOrigin: PAIR(84, 120)
  416. *Command: CmdSelect
  417. {
  418. *Order: DOC_SETUP.3
  419. *Cmd: "<1B>&l81A"
  420. }
  421. *switch: InputBin
  422. {
  423. *case: AUTO
  424. {
  425. *PrintableArea: PAIR(2310, 5268)
  426. *PrintableOrigin: PAIR(84, 132)
  427. *switch: Resolution
  428. {
  429. *case: Option2
  430. {
  431. *PrintableArea: PAIR(2308, 5268)
  432. }
  433. *case: Option3
  434. {
  435. *PrintableArea: PAIR(2304, 5264)
  436. *PrintableOrigin: PAIR(88, 136)
  437. }
  438. }
  439. }
  440. *case: ENVFEED
  441. {
  442. *PrintableArea: PAIR(2310, 5028)
  443. *PrintableOrigin: PAIR(84, 132)
  444. *switch: Resolution
  445. {
  446. *case: Option2
  447. {
  448. *PrintableArea: PAIR(2308, 5028)
  449. }
  450. *case: Option3
  451. {
  452. *PrintableArea: PAIR(2304, 5024)
  453. *PrintableOrigin: PAIR(88, 136)
  454. }
  455. }
  456. }
  457. *case: MANUAL
  458. {
  459. *PrintableArea: PAIR(2310, 5268)
  460. *PrintableOrigin: PAIR(84, 132)
  461. *switch: Resolution
  462. {
  463. *case: Option2
  464. {
  465. *PrintableArea: PAIR(2308, 5268)
  466. }
  467. *case: Option3
  468. {
  469. *PrintableArea: PAIR(2304, 5264)
  470. *PrintableOrigin: PAIR(88, 136)
  471. }
  472. }
  473. }
  474. }
  475. }
  476. *Option: ENV_C5
  477. {
  478. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  479. *CursorOrigin: PAIR(84, 120)
  480. *Command: CmdSelect
  481. {
  482. *Order: DOC_SETUP.3
  483. *Cmd: "<1B>&l91A"
  484. }
  485. *switch: InputBin
  486. {
  487. *case: AUTO
  488. {
  489. *PrintableArea: PAIR(3660, 4980)
  490. *PrintableOrigin: PAIR(84, 132)
  491. *switch: Resolution
  492. {
  493. *case: Option3
  494. {
  495. *PrintableArea: PAIR(3656, 4976)
  496. *PrintableOrigin: PAIR(88, 136)
  497. }
  498. }
  499. }
  500. *case: ENVFEED
  501. {
  502. *PrintableArea: PAIR(3660, 4740)
  503. *PrintableOrigin: PAIR(84, 132)
  504. *switch: Resolution
  505. {
  506. *case: Option3
  507. {
  508. *PrintableArea: PAIR(3656, 4736)
  509. *PrintableOrigin: PAIR(88, 136)
  510. }
  511. }
  512. }
  513. *case: MANUAL
  514. {
  515. *PrintableArea: PAIR(3660, 4980)
  516. *PrintableOrigin: PAIR(84, 132)
  517. *switch: Resolution
  518. {
  519. *case: Option3
  520. {
  521. *PrintableArea: PAIR(3656, 4976)
  522. *PrintableOrigin: PAIR(88, 136)
  523. }
  524. }
  525. }
  526. }
  527. }
  528. *Option: ENV_DL
  529. {
  530. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  531. *CursorOrigin: PAIR(84, 120)
  532. *Command: CmdSelect
  533. {
  534. *Order: DOC_SETUP.3
  535. *Cmd: "<1B>&l90A"
  536. }
  537. *switch: InputBin
  538. {
  539. *case: AUTO
  540. {
  541. *PrintableArea: PAIR(2430, 4764)
  542. *PrintableOrigin: PAIR(84, 132)
  543. *switch: Resolution
  544. {
  545. *case: Option2
  546. {
  547. *PrintableArea: PAIR(2428, 4764)
  548. }
  549. *case: Option3
  550. {
  551. *PrintableArea: PAIR(2424, 4760)
  552. *PrintableOrigin: PAIR(88, 136)
  553. }
  554. }
  555. }
  556. *case: ENVFEED
  557. {
  558. *PrintableArea: PAIR(2430, 4524)
  559. *PrintableOrigin: PAIR(84, 132)
  560. *switch: Resolution
  561. {
  562. *case: Option2
  563. {
  564. *PrintableArea: PAIR(2428, 4524)
  565. }
  566. *case: Option3
  567. {
  568. *PrintableArea: PAIR(2424, 4520)
  569. *PrintableOrigin: PAIR(88, 136)
  570. }
  571. }
  572. }
  573. *case: MANUAL
  574. {
  575. *PrintableArea: PAIR(2430, 4764)
  576. *PrintableOrigin: PAIR(84, 132)
  577. *switch: Resolution
  578. {
  579. *case: Option2
  580. {
  581. *PrintableArea: PAIR(2428, 4764)
  582. }
  583. *case: Option3
  584. {
  585. *PrintableArea: PAIR(2424, 4760)
  586. *PrintableOrigin: PAIR(88, 136)
  587. }
  588. }
  589. }
  590. }
  591. }
  592. *Option: ENV_C6
  593. {
  594. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  595. *CursorOrigin: PAIR(84, 120)
  596. *Command: CmdSelect
  597. {
  598. *Order: DOC_SETUP.3
  599. *Cmd: "<1B>&l92A"
  600. }
  601. *switch: InputBin
  602. {
  603. *case: AUTO
  604. {
  605. *PrintableArea: PAIR(2526, 3396)
  606. *PrintableOrigin: PAIR(84, 132)
  607. *switch: Resolution
  608. {
  609. *case: Option2
  610. {
  611. *PrintableArea: PAIR(2524, 3396)
  612. }
  613. *case: Option3
  614. {
  615. *PrintableArea: PAIR(2520, 3392)
  616. *PrintableOrigin: PAIR(88, 136)
  617. }
  618. }
  619. }
  620. *case: ENVFEED
  621. {
  622. *PrintableArea: PAIR(2526, 3156)
  623. *PrintableOrigin: PAIR(84, 132)
  624. *switch: Resolution
  625. {
  626. *case: Option2
  627. {
  628. *PrintableArea: PAIR(2524, 3156)
  629. }
  630. *case: Option3
  631. {
  632. *PrintableArea: PAIR(2520, 3152)
  633. *PrintableOrigin: PAIR(88, 136)
  634. }
  635. }
  636. }
  637. *case: MANUAL
  638. {
  639. *PrintableArea: PAIR(2526, 3396)
  640. *PrintableOrigin: PAIR(84, 132)
  641. *switch: Resolution
  642. {
  643. *case: Option2
  644. {
  645. *PrintableArea: PAIR(2524, 3396)
  646. }
  647. *case: Option3
  648. {
  649. *PrintableArea: PAIR(2520, 3392)
  650. *PrintableOrigin: PAIR(88, 136)
  651. }
  652. }
  653. }
  654. }
  655. }
  656. *Option: CUSTOMSIZE
  657. {
  658. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  659. *MinSize: PAIR(2474, 2474)
  660. *MaxSize: PAIR(5100, 8400)
  661. *MaxPrintableWidth: 4800
  662. *MinLeftMargin: 0
  663. *CenterPrintable?: FALSE
  664. *switch: InputBin
  665. {
  666. *case: AUTO
  667. {
  668. *TopMargin: 0
  669. *BottomMargin: 0
  670. }
  671. *case: ENVFEED
  672. {
  673. *TopMargin: 0
  674. *BottomMargin: 540
  675. }
  676. *case: MANUAL
  677. {
  678. *TopMargin: 0
  679. *BottomMargin: 0
  680. }
  681. }
  682. *Command: CmdSelect
  683. {
  684. *Order: DOC_SETUP.3
  685. *Cmd: "<1B>&l0A"
  686. }
  687. }
  688. }
  689. *InvalidCombination: LIST(InputBin.AUTO, PaperSize.ENV_10)
  690. *InvalidCombination: LIST(InputBin.AUTO, PaperSize.ENV_C5)
  691. *InvalidCombination: LIST(InputBin.AUTO, PaperSize.ENV_DL)
  692. *InvalidCombination: LIST(InputBin.AUTO, PaperSize.ENV_C6)
  693. *InvalidCombination: LIST(InputBin.AUTO, PaperSize.CUSTOMSIZE)
  694. *InvalidCombination: LIST(InputBin.ENVFEED, PaperSize.LETTER)
  695. *InvalidCombination: LIST(InputBin.ENVFEED, PaperSize.LEGAL)
  696. *InvalidCombination: LIST(InputBin.ENVFEED, PaperSize.A4)
  697. *InvalidCombination: LIST(InputBin.ENVFEED, PaperSize.EXECUTIVE)
  698. *InvalidCombination: LIST(InputBin.ENVFEED, PaperSize.Option5)
  699. *InvalidCombination: LIST(InputBin.ENVFEED, PaperSize.CUSTOMSIZE)
  700. *InvalidCombination: LIST(InputBin.MANUAL, PaperSize.ENV_10)
  701. *InvalidCombination: LIST(InputBin.MANUAL, PaperSize.ENV_C5)
  702. *InvalidCombination: LIST(InputBin.MANUAL, PaperSize.ENV_DL)
  703. *InvalidCombination: LIST(InputBin.MANUAL, PaperSize.ENV_C6)
  704. *Feature: MediaType
  705. {
  706. *rcNameID: =MEDIA_TYPE_DISPLAY
  707. *DefaultOption: Option1
  708. *Option: Option1
  709. {
  710. *rcNameID: 261
  711. }
  712. *Option: TRANSPARENCY
  713. {
  714. *rcNameID: =TRANSPARENCY_DISPLAY
  715. *Command: CmdSelect
  716. {
  717. *Order: DOC_SETUP.8
  718. *Cmd: "<1B>*o2Q"
  719. }
  720. }
  721. *Option: Option3
  722. {
  723. *rcNameID: 263
  724. *Command: CmdSelect
  725. {
  726. *Order: DOC_SETUP.8
  727. *Cmd: "<1B>*o2Q"
  728. }
  729. }
  730. }
  731. *Feature: PrintQuality
  732. {
  733. *rcNameID: =TEXT_QUALITY_DISPLAY
  734. *DefaultOption: Option3
  735. *Option: Option1
  736. {
  737. *rcNameID: 269
  738. *Command: CmdSelect
  739. {
  740. *Order: DOC_SETUP.7
  741. *Cmd: "<1B>(s1Q<1B>*r1Q<1B>*o-0Q<1B>*o0Q"
  742. }
  743. }
  744. *Option: Option2
  745. {
  746. *rcNameID: 267
  747. *Command: CmdSelect
  748. {
  749. *Order: DOC_SETUP.7
  750. *Cmd: "<1B>(s1Q<1B>*r2Q<1B>*o2D<1B>*o-1Q<1B>*o0Q<1B>*p2N"
  751. }
  752. }
  753. *Option: Option3
  754. {
  755. *rcNameID: 270
  756. *Command: CmdSelect
  757. {
  758. *Order: DOC_SETUP.7
  759. *Cmd: "<1B>(s2Q<1B>*r2Q<1B>*o1D<1B>*o-1Q<1B>*o0Q<1B>*p2N"
  760. }
  761. }
  762. *Option: Option4
  763. {
  764. *rcNameID: 271
  765. *Command: CmdSelect
  766. {
  767. *Order: DOC_SETUP.7
  768. *Cmd: "<1B>(s2Q<1B>*r2Q<1B>*o1D<1B>*o-2Q<1B>*o1Q"
  769. }
  770. }
  771. *Option: Option5
  772. {
  773. *rcNameID: 272
  774. *Command: CmdSelect
  775. {
  776. *Order: DOC_SETUP.7
  777. *Cmd: "<1B>(s2Q<1B>*r2Q<1B>*o1D<1B>*o-2Q<1B>*o1Q<1B>*p2N"
  778. }
  779. }
  780. }
  781. *Feature: ColorMode
  782. {
  783. *rcNameID: =COLOR_PRINTING_MODE_DISPLAY
  784. *DefaultOption: Color
  785. *Option: Mono
  786. {
  787. *rcNameID: =MONO_DISPLAY
  788. *DevNumOfPlanes: 1
  789. *DevBPP: 1
  790. *Color? : FALSE
  791. }
  792. *Option: Color
  793. {
  794. *rcNameID: =COLOR_DISPLAY
  795. *DevNumOfPlanes: 3
  796. *DevBPP: 1
  797. *DrvBPP: 4
  798. EXTERN_GLOBAL: *RasterSendAllData? : TRUE
  799. *ColorPlaneOrder: LIST(CYAN, MAGENTA, YELLOW)
  800. *Command: CmdSendCyanData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"V" }
  801. *Command: CmdSendMagentaData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"V" }
  802. *Command: CmdSendYellowData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  803. *Command: CmdSelectBlackColor { *Cmd : "<1B>*v7S" }
  804. *Command: CmdSelectRedColor { *Cmd : "<1B>*v6S" }
  805. *Command: CmdSelectGreenColor { *Cmd : "<1B>*v5S" }
  806. *Command: CmdSelectYellowColor { *Cmd : "<1B>*v4S" }
  807. *Command: CmdSelectBlueColor { *Cmd : "<1B>*v3S" }
  808. *Command: CmdSelectMagentaColor { *Cmd : "<1B>*v2S" }
  809. *Command: CmdSelectCyanColor { *Cmd : "<1B>*v1S" }
  810. *Command: CmdSelectWhiteColor { *Cmd : "<1B>*v0S" }
  811. *Command: CmdSelect
  812. {
  813. *Order: DOC_SETUP.9
  814. *Cmd: "<1B>*r-3U"
  815. }
  816. }
  817. }
  818. *Feature: Halftone
  819. {
  820. *rcNameID: =HALFTONING_DISPLAY
  821. *DefaultOption: HT_PATSIZE_AUTO
  822. *Option: HT_PATSIZE_AUTO
  823. {
  824. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  825. }
  826. *Ifdef: WINNT_50
  827. *Option: HT_PATSIZE_SUPERCELL_M
  828. {
  829. *rcNameID: =HT_SUPERCELL_DISPLAY
  830. }
  831. *Endif:
  832. *Option: HT_PATSIZE_6x6_M
  833. {
  834. *rcNameID: =HT_DITHER6X6_DISPLAY
  835. }
  836. *Option: HT_PATSIZE_8x8_M
  837. {
  838. *rcNameID: =HT_DITHER8X8_DISPLAY
  839. }
  840. }
  841. *Command: CmdStartDoc
  842. {
  843. *Order: DOC_SETUP.1
  844. *Cmd: "<00000000000000001B070000071B>E<1B>&l0o0L<1B>&k1w5w0G<1B>*r1U<1B>*o1D<1B>*o0Q<1B>"
  845. + "*p1N"
  846. }
  847. *Command: CmdStartPage
  848. {
  849. *Order: PAGE_SETUP.1
  850. *Cmd: "<0D>"
  851. }
  852. *Command: CmdEndJob
  853. {
  854. *Order: JOB_FINISH.1
  855. *Cmd: "<1B>E<1B07000000>"
  856. }
  857. *Command: CmdEndPage
  858. {
  859. *Order: PAGE_FINISH.1
  860. *Cmd: "<0D>"
  861. }
  862. *RotateCoordinate?: FALSE
  863. *RotateRaster?: FALSE
  864. *RotateFont?: FALSE
  865. *switch: Orientation
  866. {
  867. *case: PORTRAIT
  868. {
  869. *TextCaps: LIST(TC_OP_CHARACTER,TC_OP_STROKE,TC_UA_ABLE)
  870. }
  871. *case: LANDSCAPE_CC270
  872. {
  873. *TextCaps: LIST()
  874. }
  875. }
  876. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  877. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,X_LANDSCAPE,Y_PORTRAIT)
  878. *XMoveThreshold: 0
  879. *YMoveThreshold: *
  880. *XMoveUnit: 300
  881. *YMoveUnit: 300
  882. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{(DestX / 2) }"X" }
  883. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d{(DestXRel / 2) }"X" }
  884. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d{(DestXRel / 2) }"X" }
  885. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{(DestY / 2) }"Y" }
  886. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{(DestYRel / 2) }"Y" }
  887. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{(DestYRel / 2) }"Y" }
  888. *Command: CmdCR { *Cmd : "<0D>" }
  889. *Command: CmdLF { *Cmd : "<0A>" }
  890. *Command: CmdFF { *Cmd : "<0C>" }
  891. *EjectPageWithFF?: TRUE
  892. *ChangeColorModeOnDoc?: FALSE
  893. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  894. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  895. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M<1B>*b1S" }
  896. *OutputDataFormat: H_BYTE
  897. *OptimizeLeftBound?: FALSE
  898. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  899. *CursorYAfterSendBlockData: AUTO_INCREMENT
  900. *LookAheadRegion: 200
  901. *DefaultFont: 1
  902. *DefaultCTT: 0
  903. *CharPosition: BASELINE
  904. *Command: CmdUnderlineOn { *Cmd : "<1B>&d3D" }
  905. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }