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.

996 lines
30 KiB

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