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.

1012 lines
31 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileName: "CN8IIIT.GPD"
  7. *GPDFileVersion: "1.0"
  8. *Include: "StdNames.gpd"
  9. *ModelName: "Canon LBP-8 IIIT"
  10. *MasterUnits: PAIR(1200, 1200)
  11. *ResourceDLL: "cnlbpres.dll"
  12. *PrinterType: PAGE
  13. *PrintRate: 8
  14. *PrintRatePPM: 8
  15. *PrintRateUnit: PPM
  16. *MaxCopies: 99
  17. *FontCartSlots: 2
  18. *Feature: Orientation
  19. {
  20. *rcNameID: =ORIENTATION_DISPLAY
  21. *DefaultOption: PORTRAIT
  22. *Option: PORTRAIT
  23. {
  24. *rcNameID: =PORTRAIT_DISPLAY
  25. *Command: CmdSelect
  26. {
  27. *Order: DOC_SETUP.2
  28. *Cmd: "<1B>[0%%r"
  29. }
  30. }
  31. *Option: LANDSCAPE_CC90
  32. {
  33. *rcNameID: =LANDSCAPE_DISPLAY
  34. *Command: CmdSelect
  35. {
  36. *Order: DOC_SETUP.2
  37. *Cmd: "<1B>[1%%r"
  38. }
  39. }
  40. }
  41. *Feature: InputBin
  42. {
  43. *rcNameID: =PAPER_SOURCE_DISPLAY
  44. *DefaultOption: UPPER
  45. *Option: UPPER
  46. {
  47. *rcNameID: =UPPER_TRAY_DISPLAY
  48. *Command: CmdSelect
  49. {
  50. *Order: DOC_SETUP.6
  51. *Cmd: "<1B>[3q"
  52. }
  53. }
  54. *Option: LOWER
  55. {
  56. *rcNameID: =LOWER_TRAY_DISPLAY
  57. *Command: CmdSelect
  58. {
  59. *Order: DOC_SETUP.6
  60. *Cmd: "<1B>[2q"
  61. }
  62. }
  63. *Option: Option3
  64. {
  65. *rcNameID: 258
  66. *Command: CmdSelect
  67. {
  68. *Order: DOC_SETUP.6
  69. *Cmd: "<1B>[0q"
  70. }
  71. }
  72. *Option: MANUAL
  73. {
  74. *rcNameID: =MANUAL_FEED_DISPLAY
  75. *Command: CmdSelect
  76. {
  77. *Order: DOC_SETUP.6
  78. *Cmd: "<1B>[1q"
  79. }
  80. }
  81. *Option: ENVFEED
  82. {
  83. *rcNameID: =ENV_FEED_DISPLAY
  84. *Command: CmdSelect
  85. {
  86. *Order: DOC_SETUP.6
  87. *Cmd: "<1B>[4q"
  88. }
  89. }
  90. }
  91. *Feature: Resolution
  92. {
  93. *rcNameID: =RESOLUTION_DISPLAY
  94. *DefaultOption: Option1
  95. *Option: Option1
  96. {
  97. *Name: "300 x 300 " =DOTS_PER_INCH
  98. *DPI: PAIR(300, 300)
  99. *TextDPI: PAIR(300, 300)
  100. *MinStripBlankPixels: 32
  101. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  102. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  103. *SpotDiameter: 100
  104. *Command: CmdSendBlockData { *Cmd : "<1B>[" %d{NumOfDataBytes }";" %d{RasterDataWidthInBytes }";300.r" }
  105. }
  106. *Option: Option2
  107. {
  108. *Name: "150 x 150 " =DOTS_PER_INCH
  109. *DPI: PAIR(150, 150)
  110. *TextDPI: PAIR(300, 300)
  111. *MinStripBlankPixels: 32
  112. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  113. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  114. *SpotDiameter: 100
  115. *Command: CmdSendBlockData { *Cmd : "<1B>[" %d{NumOfDataBytes }";" %d{RasterDataWidthInBytes }";150.r" }
  116. }
  117. *Option: Option3
  118. {
  119. *Name: "75 x 75 " =DOTS_PER_INCH
  120. *DPI: PAIR(75, 75)
  121. *TextDPI: PAIR(300, 300)
  122. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  123. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  124. *SpotDiameter: 100
  125. *Command: CmdSendBlockData { *Cmd : "<1B>[" %d{NumOfDataBytes }";" %d{RasterDataWidthInBytes }";75.r" }
  126. }
  127. }
  128. *Feature: PaperSize
  129. {
  130. *rcNameID: =PAPER_SIZE_DISPLAY
  131. *DefaultOption: LETTER
  132. *Option: LETTER
  133. {
  134. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  135. *PageProtectMem: 954
  136. *switch: Orientation
  137. {
  138. *case: PORTRAIT
  139. {
  140. *PrintableArea: PAIR(9600, 12330)
  141. *PrintableOrigin: PAIR(200, 470)
  142. *switch: Resolution
  143. {
  144. *case: Option1
  145. {
  146. *PrintableArea: PAIR(9600, 12328)
  147. *PrintableOrigin: PAIR(200, 472)
  148. }
  149. *case: Option2
  150. {
  151. *PrintableArea: PAIR(9600, 12328)
  152. *PrintableOrigin: PAIR(200, 472)
  153. }
  154. *case: Option3
  155. {
  156. *PrintableArea: PAIR(9584, 12320)
  157. *PrintableOrigin: PAIR(208, 480)
  158. }
  159. }
  160. *CursorOrigin: PAIR(0, 0)
  161. *Command: CmdSelect
  162. {
  163. *Order: DOC_SETUP.7
  164. *Cmd: "<1B>[30;;p"
  165. }
  166. }
  167. *case: LANDSCAPE_CC90
  168. {
  169. *PrintableArea: PAIR(9360, 12640)
  170. *PrintableOrigin: PAIR(390, 250)
  171. *switch: Resolution
  172. {
  173. *case: Option1
  174. {
  175. *PrintableArea: PAIR(9356, 12636)
  176. *PrintableOrigin: PAIR(392, 252)
  177. }
  178. *case: Option2
  179. {
  180. *PrintableArea: PAIR(9352, 12632)
  181. *PrintableOrigin: PAIR(392, 256)
  182. }
  183. *case: Option3
  184. {
  185. *PrintableArea: PAIR(9344, 12624)
  186. *PrintableOrigin: PAIR(400, 256)
  187. }
  188. }
  189. *CursorOrigin: PAIR(0, 13200)
  190. *Command: CmdSelect
  191. {
  192. *Order: DOC_SETUP.7
  193. *Cmd: "<1B>[31;;p"
  194. }
  195. }
  196. }
  197. }
  198. *Option: LEGAL
  199. {
  200. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  201. *PageProtectMem: 1178
  202. *switch: Orientation
  203. {
  204. *case: PORTRAIT
  205. {
  206. *PrintableArea: PAIR(9600, 15920)
  207. *PrintableOrigin: PAIR(200, 480)
  208. *switch: Resolution
  209. {
  210. *case: Option3
  211. {
  212. *PrintableArea: PAIR(9584, 15920)
  213. *PrintableOrigin: PAIR(208, 480)
  214. }
  215. }
  216. *CursorOrigin: PAIR(0, 0)
  217. *Command: CmdSelect
  218. {
  219. *Order: DOC_SETUP.7
  220. *Cmd: "<1B>[32;;p"
  221. }
  222. }
  223. *case: LANDSCAPE_CC90
  224. {
  225. *PrintableArea: PAIR(9360, 16240)
  226. *PrintableOrigin: PAIR(390, 250)
  227. *switch: Resolution
  228. {
  229. *case: Option1
  230. {
  231. *PrintableArea: PAIR(9356, 16236)
  232. *PrintableOrigin: PAIR(392, 252)
  233. }
  234. *case: Option2
  235. {
  236. *PrintableArea: PAIR(9352, 16232)
  237. *PrintableOrigin: PAIR(392, 256)
  238. }
  239. *case: Option3
  240. {
  241. *PrintableArea: PAIR(9344, 16224)
  242. *PrintableOrigin: PAIR(400, 256)
  243. }
  244. }
  245. *CursorOrigin: PAIR(0, 16800)
  246. *Command: CmdSelect
  247. {
  248. *Order: DOC_SETUP.7
  249. *Cmd: "<1B>[33;;p"
  250. }
  251. }
  252. }
  253. }
  254. *Option: EXECUTIVE
  255. {
  256. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  257. *PageProtectMem: 954
  258. *switch: Orientation
  259. {
  260. *case: PORTRAIT
  261. {
  262. *PrintableArea: PAIR(8100, 11720)
  263. *PrintableOrigin: PAIR(200, 480)
  264. *switch: Resolution
  265. {
  266. *case: Option2
  267. {
  268. *PrintableArea: PAIR(8096, 11720)
  269. }
  270. *case: Option3
  271. {
  272. *PrintableArea: PAIR(8080, 11712)
  273. *PrintableOrigin: PAIR(208, 480)
  274. }
  275. }
  276. *CursorOrigin: PAIR(0, 0)
  277. *Command: CmdSelect
  278. {
  279. *Order: DOC_SETUP.7
  280. *Cmd: "<1B>[40;;p"
  281. }
  282. }
  283. *case: LANDSCAPE_CC90
  284. {
  285. *PrintableArea: PAIR(7860, 12040)
  286. *PrintableOrigin: PAIR(390, 250)
  287. *switch: Resolution
  288. {
  289. *case: Option1
  290. {
  291. *PrintableArea: PAIR(7856, 12036)
  292. *PrintableOrigin: PAIR(392, 252)
  293. }
  294. *case: Option2
  295. {
  296. *PrintableArea: PAIR(7856, 12032)
  297. *PrintableOrigin: PAIR(392, 256)
  298. }
  299. *case: Option3
  300. {
  301. *PrintableArea: PAIR(7840, 12032)
  302. *PrintableOrigin: PAIR(400, 256)
  303. }
  304. }
  305. *CursorOrigin: PAIR(0, 12600)
  306. *Command: CmdSelect
  307. {
  308. *Order: DOC_SETUP.7
  309. *Cmd: "<1B>[41;;p"
  310. }
  311. }
  312. }
  313. }
  314. *Option: A4
  315. {
  316. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  317. *PageProtectMem: 954
  318. *switch: Orientation
  319. {
  320. *case: PORTRAIT
  321. {
  322. *PrintableArea: PAIR(9104, 13128)
  323. *PrintableOrigin: PAIR(210, 470)
  324. *switch: Resolution
  325. {
  326. *case: Option1
  327. {
  328. *PrintableArea: PAIR(9100, 13124)
  329. *PrintableOrigin: PAIR(212, 472)
  330. }
  331. *case: Option2
  332. {
  333. *PrintableArea: PAIR(9096, 13120)
  334. *PrintableOrigin: PAIR(216, 472)
  335. }
  336. *case: Option3
  337. {
  338. *PrintableArea: PAIR(9088, 13104)
  339. *PrintableOrigin: PAIR(224, 480)
  340. }
  341. }
  342. *CursorOrigin: PAIR(0, 0)
  343. *Command: CmdSelect
  344. {
  345. *Order: DOC_SETUP.7
  346. *Cmd: "<1B>[14;;p"
  347. }
  348. }
  349. *case: LANDSCAPE_CC90
  350. {
  351. *PrintableArea: PAIR(9074, 13458)
  352. *PrintableOrigin: PAIR(450, 320)
  353. *switch: Resolution
  354. {
  355. *case: Option1
  356. {
  357. *PrintableArea: PAIR(9072, 13456)
  358. *PrintableOrigin: PAIR(452, 320)
  359. }
  360. *case: Option2
  361. {
  362. *PrintableArea: PAIR(9064, 13456)
  363. *PrintableOrigin: PAIR(456, 320)
  364. }
  365. *case: Option3
  366. {
  367. *PrintableArea: PAIR(9056, 13456)
  368. *PrintableOrigin: PAIR(464, 320)
  369. }
  370. }
  371. *CursorOrigin: PAIR(0, 14028)
  372. *Command: CmdSelect
  373. {
  374. *Order: DOC_SETUP.7
  375. *Cmd: "<1B>[15;;p"
  376. }
  377. }
  378. }
  379. }
  380. *Option: A5
  381. {
  382. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  383. *PageProtectMem: 954
  384. *switch: Orientation
  385. {
  386. *case: PORTRAIT
  387. {
  388. *PrintableArea: PAIR(6396, 9144)
  389. *PrintableOrigin: PAIR(200, 380)
  390. *switch: Resolution
  391. {
  392. *case: Option2
  393. {
  394. *PrintableArea: PAIR(6392, 9136)
  395. *PrintableOrigin: PAIR(200, 384)
  396. }
  397. *case: Option3
  398. {
  399. *PrintableArea: PAIR(6384, 9136)
  400. *PrintableOrigin: PAIR(208, 384)
  401. }
  402. }
  403. *CursorOrigin: PAIR(0, 0)
  404. *Command: CmdSelect
  405. {
  406. *Order: DOC_SETUP.7
  407. *Cmd: "<1B>[16;;p"
  408. }
  409. }
  410. *case: LANDSCAPE_CC90
  411. {
  412. *PrintableArea: PAIR(6156, 9364)
  413. *PrintableOrigin: PAIR(390, 250)
  414. *switch: Resolution
  415. {
  416. *case: Option1
  417. {
  418. *PrintableArea: PAIR(6152, 9360)
  419. *PrintableOrigin: PAIR(392, 252)
  420. }
  421. *case: Option2
  422. {
  423. *PrintableArea: PAIR(6152, 9352)
  424. *PrintableOrigin: PAIR(392, 256)
  425. }
  426. *case: Option3
  427. {
  428. *PrintableArea: PAIR(6144, 9344)
  429. *PrintableOrigin: PAIR(400, 256)
  430. }
  431. }
  432. *CursorOrigin: PAIR(0, 9924)
  433. *Command: CmdSelect
  434. {
  435. *Order: DOC_SETUP.7
  436. *Cmd: "<1B>[17;;p"
  437. }
  438. }
  439. }
  440. }
  441. *Option: B5
  442. {
  443. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  444. *PageProtectMem: 954
  445. *switch: Orientation
  446. {
  447. *case: PORTRAIT
  448. {
  449. *PrintableArea: PAIR(8004, 11264)
  450. *PrintableOrigin: PAIR(200, 480)
  451. *switch: Resolution
  452. {
  453. *case: Option2
  454. {
  455. *PrintableArea: PAIR(8000, 11264)
  456. }
  457. *case: Option3
  458. {
  459. *PrintableArea: PAIR(7984, 11264)
  460. *PrintableOrigin: PAIR(208, 480)
  461. }
  462. }
  463. *CursorOrigin: PAIR(0, 0)
  464. *Command: CmdSelect
  465. {
  466. *Order: DOC_SETUP.7
  467. *Cmd: "<1B>[26;;p"
  468. }
  469. }
  470. *case: LANDSCAPE_CC90
  471. {
  472. *PrintableArea: PAIR(7764, 11584)
  473. *PrintableOrigin: PAIR(390, 250)
  474. *switch: Resolution
  475. {
  476. *case: Option1
  477. {
  478. *PrintableArea: PAIR(7760, 11580)
  479. *PrintableOrigin: PAIR(392, 252)
  480. }
  481. *case: Option2
  482. {
  483. *PrintableArea: PAIR(7760, 11576)
  484. *PrintableOrigin: PAIR(392, 256)
  485. }
  486. *case: Option3
  487. {
  488. *PrintableArea: PAIR(7744, 11568)
  489. *PrintableOrigin: PAIR(400, 256)
  490. }
  491. }
  492. *CursorOrigin: PAIR(0, 12144)
  493. *Command: CmdSelect
  494. {
  495. *Order: DOC_SETUP.7
  496. *Cmd: "<1B>[27;;p"
  497. }
  498. }
  499. }
  500. }
  501. *Option: ENV_MONARCH
  502. {
  503. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  504. *PageProtectMem: 0
  505. *switch: Orientation
  506. {
  507. *case: PORTRAIT
  508. {
  509. *PrintableArea: PAIR(4056, 8120)
  510. *PrintableOrigin: PAIR(200, 480)
  511. *switch: Resolution
  512. {
  513. *case: Option3
  514. {
  515. *PrintableArea: PAIR(4048, 8112)
  516. *PrintableOrigin: PAIR(208, 480)
  517. }
  518. }
  519. *CursorOrigin: PAIR(0, 0)
  520. *Command: CmdSelect
  521. {
  522. *Order: DOC_SETUP.7
  523. *Cmd: "<1B>[80;2250;1162p"
  524. }
  525. }
  526. *case: LANDSCAPE_CC90
  527. {
  528. *PrintableArea: PAIR(3816, 8440)
  529. *PrintableOrigin: PAIR(390, 250)
  530. *switch: Resolution
  531. {
  532. *case: Option1
  533. {
  534. *PrintableArea: PAIR(3812, 8436)
  535. *PrintableOrigin: PAIR(392, 252)
  536. }
  537. *case: Option2
  538. {
  539. *PrintableArea: PAIR(3808, 8432)
  540. *PrintableOrigin: PAIR(392, 256)
  541. }
  542. *case: Option3
  543. {
  544. *PrintableArea: PAIR(3792, 8432)
  545. *PrintableOrigin: PAIR(400, 256)
  546. }
  547. }
  548. *CursorOrigin: PAIR(0, 9000)
  549. *Command: CmdSelect
  550. {
  551. *Order: DOC_SETUP.7
  552. *Cmd: "<1B>[81;2250;1162p"
  553. }
  554. }
  555. }
  556. }
  557. *Option: ENV_B5
  558. {
  559. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  560. *PageProtectMem: 0
  561. *switch: Orientation
  562. {
  563. *case: PORTRAIT
  564. {
  565. *PrintableArea: PAIR(7716, 10928)
  566. *PrintableOrigin: PAIR(200, 480)
  567. *switch: Resolution
  568. {
  569. *case: Option2
  570. {
  571. *PrintableArea: PAIR(7712, 10928)
  572. }
  573. *case: Option3
  574. {
  575. *PrintableArea: PAIR(7696, 10928)
  576. *PrintableOrigin: PAIR(208, 480)
  577. }
  578. }
  579. *CursorOrigin: PAIR(0, 0)
  580. *Command: CmdSelect
  581. {
  582. *Order: DOC_SETUP.7
  583. *Cmd: "<1B>[82;2953;2079p"
  584. }
  585. }
  586. *case: LANDSCAPE_CC90
  587. {
  588. *PrintableArea: PAIR(7476, 11248)
  589. *PrintableOrigin: PAIR(390, 250)
  590. *switch: Resolution
  591. {
  592. *case: Option1
  593. {
  594. *PrintableArea: PAIR(7472, 11244)
  595. *PrintableOrigin: PAIR(392, 252)
  596. }
  597. *case: Option2
  598. {
  599. *PrintableArea: PAIR(7472, 11240)
  600. *PrintableOrigin: PAIR(392, 256)
  601. }
  602. *case: Option3
  603. {
  604. *PrintableArea: PAIR(7456, 11232)
  605. *PrintableOrigin: PAIR(400, 256)
  606. }
  607. }
  608. *CursorOrigin: PAIR(0, 11808)
  609. *Command: CmdSelect
  610. {
  611. *Order: DOC_SETUP.7
  612. *Cmd: "<1B>[83;2953;2079p"
  613. }
  614. }
  615. }
  616. }
  617. *Option: ENV_DL
  618. {
  619. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  620. *PageProtectMem: 0
  621. *switch: Orientation
  622. {
  623. *case: PORTRAIT
  624. {
  625. *PrintableArea: PAIR(4596, 9512)
  626. *PrintableOrigin: PAIR(200, 480)
  627. *switch: Resolution
  628. {
  629. *case: Option2
  630. {
  631. *PrintableArea: PAIR(4592, 9512)
  632. }
  633. *case: Option3
  634. {
  635. *PrintableArea: PAIR(4576, 9504)
  636. *PrintableOrigin: PAIR(208, 480)
  637. }
  638. }
  639. *CursorOrigin: PAIR(0, 0)
  640. *Command: CmdSelect
  641. {
  642. *Order: DOC_SETUP.7
  643. *Cmd: "<1B>[84;2594;1299p"
  644. }
  645. }
  646. *case: LANDSCAPE_CC90
  647. {
  648. *PrintableArea: PAIR(4356, 9832)
  649. *PrintableOrigin: PAIR(390, 250)
  650. *switch: Resolution
  651. {
  652. *case: Option1
  653. {
  654. *PrintableArea: PAIR(4352, 9828)
  655. *PrintableOrigin: PAIR(392, 252)
  656. }
  657. *case: Option2
  658. {
  659. *PrintableArea: PAIR(4352, 9824)
  660. *PrintableOrigin: PAIR(392, 256)
  661. }
  662. *case: Option3
  663. {
  664. *PrintableArea: PAIR(4336, 9824)
  665. *PrintableOrigin: PAIR(400, 256)
  666. }
  667. }
  668. *CursorOrigin: PAIR(0, 10392)
  669. *Command: CmdSelect
  670. {
  671. *Order: DOC_SETUP.7
  672. *Cmd: "<1B>[85;2594;1299p"
  673. }
  674. }
  675. }
  676. }
  677. *Option: ENV_C5
  678. {
  679. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  680. *PageProtectMem: 0
  681. *switch: Orientation
  682. {
  683. *case: PORTRAIT
  684. {
  685. *PrintableArea: PAIR(7056, 9944)
  686. *PrintableOrigin: PAIR(200, 480)
  687. *switch: Resolution
  688. {
  689. *case: Option3
  690. {
  691. *PrintableArea: PAIR(7040, 9936)
  692. *PrintableOrigin: PAIR(208, 480)
  693. }
  694. }
  695. *CursorOrigin: PAIR(0, 0)
  696. *Command: CmdSelect
  697. {
  698. *Order: DOC_SETUP.7
  699. *Cmd: "<1B>[86;2704;1913p"
  700. }
  701. }
  702. *case: LANDSCAPE_CC90
  703. {
  704. *PrintableArea: PAIR(6816, 10264)
  705. *PrintableOrigin: PAIR(390, 250)
  706. *switch: Resolution
  707. {
  708. *case: Option1
  709. {
  710. *PrintableArea: PAIR(6812, 10260)
  711. *PrintableOrigin: PAIR(392, 252)
  712. }
  713. *case: Option2
  714. {
  715. *PrintableArea: PAIR(6808, 10256)
  716. *PrintableOrigin: PAIR(392, 256)
  717. }
  718. *case: Option3
  719. {
  720. *PrintableArea: PAIR(6800, 10256)
  721. *PrintableOrigin: PAIR(400, 256)
  722. }
  723. }
  724. *CursorOrigin: PAIR(0, 10824)
  725. *Command: CmdSelect
  726. {
  727. *Order: DOC_SETUP.7
  728. *Cmd: "<1B>[87;2704;1913p"
  729. }
  730. }
  731. }
  732. }
  733. *Option: ENV_9
  734. {
  735. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  736. *PageProtectMem: 0
  737. *switch: Orientation
  738. {
  739. *case: PORTRAIT
  740. {
  741. *PrintableArea: PAIR(4056, 9776)
  742. *PrintableOrigin: PAIR(200, 480)
  743. *switch: Resolution
  744. {
  745. *case: Option3
  746. {
  747. *PrintableArea: PAIR(4048, 9776)
  748. *PrintableOrigin: PAIR(208, 480)
  749. }
  750. }
  751. *CursorOrigin: PAIR(0, 0)
  752. *Command: CmdSelect
  753. {
  754. *Order: DOC_SETUP.7
  755. *Cmd: "<1B>[88;2663;1163p"
  756. }
  757. }
  758. *case: LANDSCAPE_CC90
  759. {
  760. *PrintableArea: PAIR(3816, 10096)
  761. *PrintableOrigin: PAIR(390, 250)
  762. *switch: Resolution
  763. {
  764. *case: Option1
  765. {
  766. *PrintableArea: PAIR(3812, 10092)
  767. *PrintableOrigin: PAIR(392, 252)
  768. }
  769. *case: Option2
  770. {
  771. *PrintableArea: PAIR(3808, 10088)
  772. *PrintableOrigin: PAIR(392, 256)
  773. }
  774. *case: Option3
  775. {
  776. *PrintableArea: PAIR(3792, 10080)
  777. *PrintableOrigin: PAIR(400, 256)
  778. }
  779. }
  780. *CursorOrigin: PAIR(0, 10656)
  781. *Command: CmdSelect
  782. {
  783. *Order: DOC_SETUP.7
  784. *Cmd: "<1B>[89;2663;1163p"
  785. }
  786. }
  787. }
  788. }
  789. *Option: ENV_10
  790. {
  791. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  792. *PageProtectMem: 0
  793. *switch: Orientation
  794. {
  795. *case: PORTRAIT
  796. {
  797. *PrintableArea: PAIR(4356, 10620)
  798. *PrintableOrigin: PAIR(200, 380)
  799. *switch: Resolution
  800. {
  801. *case: Option2
  802. {
  803. *PrintableArea: PAIR(4352, 10616)
  804. *PrintableOrigin: PAIR(200, 384)
  805. }
  806. *case: Option3
  807. {
  808. *PrintableArea: PAIR(4336, 10608)
  809. *PrintableOrigin: PAIR(208, 384)
  810. }
  811. }
  812. *CursorOrigin: PAIR(0, 0)
  813. *Command: CmdSelect
  814. {
  815. *Order: DOC_SETUP.7
  816. *Cmd: "<1B>[90;2850;1237p"
  817. }
  818. }
  819. *case: LANDSCAPE_CC90
  820. {
  821. *PrintableArea: PAIR(4116, 10840)
  822. *PrintableOrigin: PAIR(390, 250)
  823. *switch: Resolution
  824. {
  825. *case: Option1
  826. {
  827. *PrintableArea: PAIR(4112, 10836)
  828. *PrintableOrigin: PAIR(392, 252)
  829. }
  830. *case: Option2
  831. {
  832. *PrintableArea: PAIR(4112, 10832)
  833. *PrintableOrigin: PAIR(392, 256)
  834. }
  835. *case: Option3
  836. {
  837. *PrintableArea: PAIR(4096, 10832)
  838. *PrintableOrigin: PAIR(400, 256)
  839. }
  840. }
  841. *CursorOrigin: PAIR(0, 11400)
  842. *Command: CmdSelect
  843. {
  844. *Order: DOC_SETUP.7
  845. *Cmd: "<1B>[91;2850;1237p"
  846. }
  847. }
  848. }
  849. }
  850. *Option: CUSTOMSIZE
  851. {
  852. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  853. *MinSize: PAIR(2400, 2400)
  854. *MaxSize: PAIR(20400, 32767)
  855. *MaxPrintableWidth: 20400
  856. *MinLeftMargin: 200
  857. *CenterPrintable?: FALSE
  858. *PageProtectMem: 0
  859. *switch: Orientation
  860. {
  861. *case: PORTRAIT
  862. {
  863. *Command: CmdSelect
  864. {
  865. *Order: DOC_SETUP.7
  866. *Cmd: "<1B>[98;" %d{(PhysPaperLength / 4) }";2550p"
  867. }
  868. }
  869. *case: LANDSCAPE_CC90
  870. {
  871. *Command: CmdSelect
  872. {
  873. *Order: DOC_SETUP.7
  874. *Cmd: "<1B>[99;" %d{(PhysPaperLength / 4) }";2550p"
  875. }
  876. }
  877. }
  878. }
  879. }
  880. *Feature: Halftone
  881. {
  882. *rcNameID: =HALFTONING_DISPLAY
  883. *DefaultOption: HT_PATSIZE_AUTO
  884. *Option: HT_PATSIZE_AUTO
  885. {
  886. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  887. }
  888. *Ifdef: WINNT_50
  889. *Option: HT_PATSIZE_SUPERCELL_M
  890. {
  891. *rcNameID: =HT_SUPERCELL_DISPLAY
  892. }
  893. *Endif:
  894. *Option: HT_PATSIZE_6x6_M
  895. {
  896. *rcNameID: =HT_DITHER6X6_DISPLAY
  897. }
  898. *Option: HT_PATSIZE_8x8_M
  899. {
  900. *rcNameID: =HT_DITHER8X8_DISPLAY
  901. }
  902. }
  903. *Feature: Memory
  904. {
  905. *rcNameID: =PRINTER_MEMORY_DISPLAY
  906. *DefaultOption: 1536KB
  907. *Option: 1536KB
  908. {
  909. *Name: "1536KB"
  910. *MemoryConfigKB: PAIR(1536, 1250)
  911. }
  912. *Option: 2560KB
  913. {
  914. *Name: "2560KB"
  915. *MemoryConfigKB: PAIR(2560, 2273)
  916. }
  917. *Option: 3584KB
  918. {
  919. *Name: "3584KB"
  920. *MemoryConfigKB: PAIR(3584, 3297)
  921. }
  922. *Option: 4608KB
  923. {
  924. *Name: "4608KB"
  925. *MemoryConfigKB: PAIR(4608, 4321)
  926. }
  927. }
  928. *Command: CmdStartDoc
  929. {
  930. *Order: DOC_SETUP.1
  931. *Cmd: "<1B>;<1B>%<<1B>[11h<1B>[7 I<1B>[?32h<1B>[?1l<1B>[?2h<1B>[?8l"
  932. }
  933. *Command: CmdStartPage
  934. {
  935. *Order: PAGE_SETUP.1
  936. *Cmd: "<0D>"
  937. }
  938. *Command: CmdEndJob
  939. {
  940. *Order: JOB_FINISH.1
  941. *Cmd: "<1B>[1v<1B>[0#x<1B>;<1B>%<"
  942. }
  943. *Command: CmdCopies
  944. {
  945. *Order: DOC_SETUP.3
  946. *Cmd: "<1B>[" %d[1,99]{NumOfCopies }"v"
  947. }
  948. *RotateCoordinate?: TRUE
  949. *RotateRaster?: TRUE
  950. *RotateFont?: TRUE
  951. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  952. *MemoryUsage: LIST(FONT)
  953. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  954. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  955. *YMoveAttributes: LIST(SEND_CR_FIRST)
  956. *XMoveThreshold: *
  957. *YMoveThreshold: 0
  958. *XMoveUnit: 300
  959. *YMoveUnit: 300
  960. *Command: CmdXMoveRelRight { *Cmd : "<1B>[" %d[0,9600]{max_repeat((DestXRel / 4) )}"a" }
  961. *Command: CmdYMoveAbsolute { *Cmd : "<1B>[" %d{(DestY / 4) }"d" }
  962. *Command: CmdYMoveRelDown { *Cmd : "<1B>[" %d{(DestYRel / 4) }"e" }
  963. *Command: CmdYMoveRelUp { *Cmd : "<1B>[" %d{(DestYRel / 4) }"k" }
  964. *Command: CmdCR { *Cmd : "<0D>" }
  965. *Command: CmdLF { *Cmd : "<0A>" }
  966. *Command: CmdFF { *Cmd : "<0C>" }
  967. *Command: CmdBackSpace { *Cmd : "<08>" }
  968. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  969. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  970. *Command: CmdPushCursor { *Cmd : "<1B>[1;1x" }
  971. *Command: CmdPopCursor { *Cmd : "<1B>[0;1;0x" }
  972. *EjectPageWithFF?: TRUE
  973. *OutputDataFormat: H_BYTE
  974. *OptimizeLeftBound?: TRUE
  975. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  976. *CursorYAfterSendBlockData: NO_MOVE
  977. *DefaultFont: 3
  978. *DefaultCTT: 0
  979. *CharPosition: BASELINE
  980. *DeviceFonts: LIST(1,2,3,4,9,10,11,12,13,14,15,16,17)
  981. *FontCartridge: FC1
  982. {
  983. *rcCartridgeNameID: 259
  984. *Fonts: LIST(20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,
  985. + 36,37,38,39,40,41)
  986. }
  987. *FontCartridge: FC2
  988. {
  989. *rcCartridgeNameID: 260
  990. *Fonts: LIST(56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,
  991. + 72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,
  992. + 88,89,90,91,92,93,94,95,96,97)
  993. }
  994. *FontCartridge: FC3
  995. {
  996. *rcCartridgeNameID: 261
  997. *Fonts: LIST(56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,
  998. + 72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,
  999. + 88,89,90,91,92,93,94,95,96,97)
  1000. }
  1001. *FontCartridge: FC4
  1002. {
  1003. *rcCartridgeNameID: 262
  1004. *Fonts: LIST(5,6,7,8,42,43,44,45,46,47,48,49,50,51,52,53,
  1005. + 54,55)
  1006. }
  1007. *Command: CmdUnderlineOn { *Cmd : "<1B>[4m" }
  1008. *Command: CmdUnderlineOff { *Cmd : "<1B>[24m" }
  1009. *MinGrayFill: 100
  1010. *MaxGrayFill: 100
  1011. *Command: CmdSetRectWidth { *Cmd : "<1B>[1;40x<1B>[3;9;s<1B>[" %d{(RectXSize / 4) - 1}"a" }
  1012. *Command: CmdSetRectHeight { *Cmd : "<1B>[" %d{(RectYSize / 4) - 1}"e<1B>[9r<1B>[0;40;x" }