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.

1318 lines
38 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.0"
  7. *GPDFileName: "ibip20.gpd"
  8. *Include: "StdNames.gpd"
  9. *Include: "ttfsub.gpd"
  10. *ModelName: "IBM InfoPrint 20"
  11. *MasterUnits: PAIR(1200, 1200)
  12. *ResourceDLL: "pcl5eres.dll"
  13. *PrintRate: 20
  14. *PrintRatePPM: 20
  15. *PrintRateUnit: PPM
  16. *PrinterType: PAGE
  17. *MaxCopies: 999
  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.25
  28. *NoPageEject?: TRUE
  29. *Cmd: "<1B>&l0o1E"
  30. }
  31. }
  32. *Option: LANDSCAPE_CC90
  33. {
  34. *rcNameID: =LANDSCAPE_DISPLAY
  35. *Command: CmdSelect
  36. {
  37. *Order: DOC_SETUP.25
  38. *NoPageEject?: TRUE
  39. *Cmd: "<1B>&l1o1E"
  40. }
  41. }
  42. }
  43. *Feature: InputBin
  44. {
  45. *rcNameID: =PAPER_SOURCE_DISPLAY
  46. *DefaultOption: Option2
  47. *% Tray 1
  48. *Option: Option2
  49. {
  50. *rcNameID: 276
  51. *Command: CmdSelect
  52. {
  53. *Order: DOC_SETUP.28
  54. *Cmd: "<1B>&l1H"
  55. }
  56. }
  57. *% Tray 2
  58. *Option: Option3
  59. {
  60. *rcNameID: 277
  61. *Command: CmdSelect
  62. {
  63. *Order: DOC_SETUP.28
  64. *Cmd: "<1B>&l5H"
  65. }
  66. }
  67. *% Tray 3
  68. *Option: Option4
  69. {
  70. *rcNameID: 410
  71. *Command: CmdSelect
  72. {
  73. *Order: DOC_SETUP.28
  74. *Cmd: "<1B>&l7H"
  75. }
  76. }
  77. *% Aux Tray (auto)
  78. *Option: Option5
  79. {
  80. *rcNameID: 406
  81. *Command: CmdSelect
  82. {
  83. *Order: DOC_SETUP.28
  84. *Cmd: "<1B>&l4H"
  85. }
  86. }
  87. *% Manual Feed (paper)
  88. *Option: Option6
  89. {
  90. *rcNameID: =MANUAL_FEED_DISPLAY
  91. *Command: CmdSelect
  92. {
  93. *Order: DOC_SETUP.28
  94. *Cmd: "<1B>&l2H"
  95. }
  96. }
  97. *% Manual Feed (envelope)
  98. *Option: Option7
  99. {
  100. *rcNameID: 541
  101. *Command: CmdSelect
  102. {
  103. *Order: DOC_SETUP.28
  104. *Cmd: "<1B>&l3H"
  105. }
  106. }
  107. *% 2000 Sheet Input
  108. *Option: Option8
  109. {
  110. *rcNameID: 531
  111. *Command: CmdSelect
  112. {
  113. *Order: DOC_SETUP.28
  114. *Cmd: "<1B>&l9H"
  115. }
  116. }
  117. *% Envelope Cassette
  118. *Option: Option9
  119. {
  120. *rcNameID: 601
  121. *Command: CmdSelect
  122. {
  123. *Order: DOC_SETUP.28
  124. *Cmd: "<1B>&l6H"
  125. }
  126. }
  127. }
  128. *Feature: Resolution
  129. {
  130. *rcNameID: =RESOLUTION_DISPLAY
  131. *DefaultOption: Option1
  132. *Option: Option1
  133. {
  134. *Name: "600 x 600 " =DOTS_PER_INCH
  135. *DPI: PAIR(600, 600)
  136. *TextDPI: PAIR(600, 600)
  137. *MinStripBlankPixels: 32
  138. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  139. *SpotDiameter: 100
  140. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  141. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  142. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  143. *Command: CmdSelect
  144. {
  145. *Order: DOC_SETUP.9
  146. *Cmd: "@PJL SET RESOLUTION=600@PJL ENTER LANGUAGE=PCL<0D0A1B>E<1B>*t600R"
  147. }
  148. }
  149. *Option: Option2
  150. {
  151. *Name: "1200 x 1200 " =DOTS_PER_INCH
  152. *DPI: PAIR(1200, 1200)
  153. *TextDPI: PAIR(1200, 1200)
  154. *MinStripBlankPixels: 32
  155. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  156. *SpotDiameter: 100
  157. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  158. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  159. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  160. *Command: CmdSelect
  161. {
  162. *Order: DOC_SETUP.9
  163. *Cmd: "@PJL SET RESOLUTION=1200<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t1200R"
  164. }
  165. }
  166. }
  167. *Feature: PaperSize
  168. {
  169. *rcNameID: =PAPER_SIZE_DISPLAY
  170. *DefaultOption: LETTER
  171. *Option: LETTER
  172. {
  173. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  174. *PageProtectMem: 0
  175. *switch: Orientation
  176. {
  177. *case: PORTRAIT
  178. {
  179. *PrintableArea: PAIR(9600, 12700)
  180. *PrintableOrigin: PAIR(300, 200)
  181. *CursorOrigin: PAIR(300, 200)
  182. *Command: CmdSelect
  183. {
  184. *Order: DOC_SETUP.30
  185. *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t5760x7680Y"
  186. }
  187. }
  188. *case: LANDSCAPE_CC90
  189. {
  190. *PrintableArea: PAIR(9760, 12720)
  191. *PrintableOrigin: PAIR(200, 240)
  192. *CursorOrigin: PAIR(200, 12960)
  193. *Command: CmdSelect
  194. {
  195. *Order: DOC_SETUP.30
  196. *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t5880x7632Y"
  197. }
  198. }
  199. }
  200. }
  201. *Option: FOLIO
  202. {
  203. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  204. *PageProtectMem: 0
  205. *switch: Orientation
  206. {
  207. *case: PORTRAIT
  208. {
  209. *PrintableArea: PAIR(9600, 15100)
  210. *PrintableOrigin: PAIR(300, 200)
  211. *CursorOrigin: PAIR(300, 200)
  212. *Command: CmdSelect
  213. {
  214. *Order: DOC_SETUP.30
  215. *Cmd: "<1B>&l2007a8c1E<1B>*p0x0Y<1B>*c0t5760x9120Y"
  216. }
  217. }
  218. *case: LANDSCAPE_CC90
  219. {
  220. *PrintableArea: PAIR(9760, 15120)
  221. *PrintableOrigin: PAIR(200, 240)
  222. *CursorOrigin: PAIR(200, 15360)
  223. *Command: CmdSelect
  224. {
  225. *Order: DOC_SETUP.30
  226. *Cmd: "<1B>&l2007a8c1E<1B>*p0x0Y<1B>*c0t5880x9072Y"
  227. }
  228. }
  229. }
  230. }
  231. *Option: LEGAL
  232. {
  233. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  234. *PageProtectMem: 0
  235. *switch: Orientation
  236. {
  237. *case: PORTRAIT
  238. {
  239. *PrintableArea: PAIR(9600, 16300)
  240. *PrintableOrigin: PAIR(300, 200)
  241. *CursorOrigin: PAIR(300, 200)
  242. *Command: CmdSelect
  243. {
  244. *Order: DOC_SETUP.30
  245. *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t5760x9840Y"
  246. }
  247. }
  248. *case: LANDSCAPE_CC90
  249. {
  250. *PrintableArea: PAIR(9760, 16320)
  251. *PrintableOrigin: PAIR(200, 240)
  252. *CursorOrigin: PAIR(200, 16560)
  253. *Command: CmdSelect
  254. {
  255. *Order: DOC_SETUP.30
  256. *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t5880x9792Y"
  257. }
  258. }
  259. }
  260. }
  261. *% Ledger
  262. *Option: Option4
  263. {
  264. *rcNameID: 259
  265. *PageDimensions: PAIR(13200, 20400)
  266. *PageProtectMem: 0
  267. *switch: Orientation
  268. {
  269. *case: PORTRAIT
  270. {
  271. *PrintableArea: PAIR(12600, 19900)
  272. *PrintableOrigin: PAIR(300, 200)
  273. *CursorOrigin: PAIR(300, 200)
  274. *Command: CmdSelect
  275. {
  276. *Order: DOC_SETUP.30
  277. *Cmd: "<1B>&l6a8c1E<1B>*p0x0Y<1B>*c0t7560x12000Y"
  278. }
  279. }
  280. *case: LANDSCAPE_CC90
  281. {
  282. *PrintableArea: PAIR(12760, 19920)
  283. *PrintableOrigin: PAIR(200, 240)
  284. *CursorOrigin: PAIR(200, 20160)
  285. *Command: CmdSelect
  286. {
  287. *Order: DOC_SETUP.30
  288. *Cmd: "<1B>&l6a8c1E<1B>*p0x0Y<1B>*c0t7680x11952Y"
  289. }
  290. }
  291. }
  292. }
  293. *Option: EXECUTIVE
  294. {
  295. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  296. *PageProtectMem: 0
  297. *switch: Orientation
  298. {
  299. *case: PORTRAIT
  300. {
  301. *PrintableArea: PAIR(8100, 12100)
  302. *PrintableOrigin: PAIR(300, 200)
  303. *CursorOrigin: PAIR(300, 200)
  304. *Command: CmdSelect
  305. {
  306. *Order: DOC_SETUP.30
  307. *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t4860x7320Y"
  308. }
  309. }
  310. *case: LANDSCAPE_CC90
  311. {
  312. *PrintableArea: PAIR(8260, 12120)
  313. *PrintableOrigin: PAIR(200, 240)
  314. *CursorOrigin: PAIR(200, 12360)
  315. *Command: CmdSelect
  316. {
  317. *Order: DOC_SETUP.30
  318. *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t4980x7272Y"
  319. }
  320. }
  321. }
  322. }
  323. *Option: A3
  324. {
  325. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  326. *PageProtectMem: 0
  327. *switch: Orientation
  328. {
  329. *case: PORTRAIT
  330. {
  331. *PrintableArea: PAIR(13428, 19356)
  332. *PrintableOrigin: PAIR(284, 200)
  333. *CursorOrigin: PAIR(284, 200)
  334. *Command: CmdSelect
  335. {
  336. *Order: DOC_SETUP.30
  337. *Cmd: "<1B>&l27a8c1E<1B>*p0x0Y<1B>*c0t8076x11664Y"
  338. }
  339. }
  340. *case: LANDSCAPE_CC90
  341. {
  342. *PrintableArea: PAIR(13592, 19368)
  343. *PrintableOrigin: PAIR(200, 236)
  344. *CursorOrigin: PAIR(200, 19604)
  345. *Command: CmdSelect
  346. {
  347. *Order: DOC_SETUP.30
  348. *Cmd: "<1B>&l27a8c1E<1B>*p0x0Y<1B>*c0t8177x11621Y"
  349. }
  350. }
  351. }
  352. }
  353. *Option: A4
  354. {
  355. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  356. *PageProtectMem: 0
  357. *switch: Orientation
  358. {
  359. *case: PORTRAIT
  360. {
  361. *PrintableArea: PAIR(9320, 13544)
  362. *PrintableOrigin: PAIR(284, 200)
  363. *CursorOrigin: PAIR(284, 200)
  364. *Command: CmdSelect
  365. {
  366. *Order: DOC_SETUP.30
  367. *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t5731x8177Y"
  368. }
  369. }
  370. *case: LANDSCAPE_CC90
  371. {
  372. *PrintableArea: PAIR(9484, 13556)
  373. *PrintableOrigin: PAIR(200, 236)
  374. *CursorOrigin: PAIR(200, 13792)
  375. *Command: CmdSelect
  376. {
  377. *Order: DOC_SETUP.30
  378. *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t5712x8134Y"
  379. }
  380. }
  381. }
  382. }
  383. *Option: A5
  384. {
  385. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  386. *PageProtectMem: 0
  387. *switch: Orientation
  388. {
  389. *case: PORTRAIT
  390. {
  391. *PrintableArea: PAIR(6392, 9436)
  392. *PrintableOrigin: PAIR(284, 200)
  393. *CursorOrigin: PAIR(284, 200)
  394. *Command: CmdSelect
  395. {
  396. *Order: DOC_SETUP.30
  397. *Cmd: "<1B>&l2000a8c1E<1B>*p0x0Y<1B>*c0t3854x5712Y"
  398. }
  399. }
  400. *case: LANDSCAPE_CC90
  401. {
  402. *PrintableArea: PAIR(6556, 9448)
  403. *PrintableOrigin: PAIR(200, 236)
  404. *CursorOrigin: PAIR(200, 9684)
  405. *Command: CmdSelect
  406. {
  407. *Order: DOC_SETUP.30
  408. *Cmd: "<1B>&l2000a8c1E<1B>*p0x0Y<1B>*c0t3955x5669Y"
  409. }
  410. }
  411. }
  412. }
  413. *Option: B4
  414. {
  415. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  416. *PageProtectMem: 0
  417. *switch: Orientation
  418. {
  419. *case: PORTRAIT
  420. {
  421. *PrintableArea: PAIR(11540, 16712)
  422. *PrintableOrigin: PAIR(284, 200)
  423. *CursorOrigin: PAIR(284, 200)
  424. *Command: CmdSelect
  425. {
  426. *Order: DOC_SETUP.30
  427. *Cmd: "<1B>&l46a8c1E<1B>*p0x0Y<1B>*c0t6943x10078Y"
  428. }
  429. }
  430. *case: LANDSCAPE_CC90
  431. {
  432. *PrintableArea: PAIR(11704, 16724)
  433. *PrintableOrigin: PAIR(200, 236)
  434. *CursorOrigin: PAIR(200, 16960)
  435. *Command: CmdSelect
  436. {
  437. *Order: DOC_SETUP.30
  438. *Cmd: "<1B>&l46a8c1E<1B>*p0x0Y<1B>*c0t7044x9794Y"
  439. }
  440. }
  441. }
  442. }
  443. *Option: B5
  444. {
  445. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  446. *PageProtectMem: 0
  447. *switch: Orientation
  448. {
  449. *case: PORTRAIT
  450. {
  451. *PrintableArea: PAIR(8004, 11660)
  452. *PrintableOrigin: PAIR(284, 200)
  453. *CursorOrigin: PAIR(284, 200)
  454. *Command: CmdSelect
  455. {
  456. *Order: DOC_SETUP.30
  457. *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t4822x7046Y"
  458. }
  459. }
  460. *case: LANDSCAPE_CC90
  461. {
  462. *PrintableArea: PAIR(8168, 11672)
  463. *PrintableOrigin: PAIR(200, 236)
  464. *CursorOrigin: PAIR(200, 11908)
  465. *Command: CmdSelect
  466. {
  467. *Order: DOC_SETUP.30
  468. *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t4922x7003Y"
  469. }
  470. }
  471. }
  472. }
  473. *Option: ENV_10
  474. {
  475. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  476. *PageProtectMem: 0
  477. *switch: Orientation
  478. {
  479. *case: PORTRAIT
  480. {
  481. *PrintableArea: PAIR(4348, 10900)
  482. *PrintableOrigin: PAIR(300, 200)
  483. *CursorOrigin: PAIR(300, 200)
  484. *Command: CmdSelect
  485. {
  486. *Order: DOC_SETUP.30
  487. *Cmd: "<1B>&l2O<1B>&l81a8c1E<1B>*p0x0Y<1B>*c0t2609x6600Y"
  488. }
  489. }
  490. *case: LANDSCAPE_CC90
  491. {
  492. *PrintableArea: PAIR(4508, 10920)
  493. *PrintableOrigin: PAIR(200, 240)
  494. *CursorOrigin: PAIR(200, 11160)
  495. *Command: CmdSelect
  496. {
  497. *Order: DOC_SETUP.30
  498. *Cmd: "<1B>&l3O<1B>&l81a8c1E<1B>*p0x0Y<1B>*c0t2729x6552Y"
  499. }
  500. }
  501. }
  502. }
  503. *Option: ENV_DL
  504. {
  505. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  506. *PageProtectMem: 0
  507. *switch: Orientation
  508. {
  509. *case: PORTRAIT
  510. {
  511. *PrintableArea: PAIR(4596, 9908)
  512. *PrintableOrigin: PAIR(284, 200)
  513. *CursorOrigin: PAIR(284, 200)
  514. *Command: CmdSelect
  515. {
  516. *Order: DOC_SETUP.30
  517. *Cmd: "<1B>&l2O<1B>&l90a8c1E<1B>*p0x0Y<1B>*c0t2777x5995Y"
  518. }
  519. }
  520. *case: LANDSCAPE_CC90
  521. {
  522. *PrintableArea: PAIR(4760, 9920)
  523. *PrintableOrigin: PAIR(200, 236)
  524. *CursorOrigin: PAIR(200, 10156)
  525. *Command: CmdSelect
  526. {
  527. *Order: DOC_SETUP.30
  528. *Cmd: "<1B>&l3O<1B>&l90a8c1E<1B>*p0x0Y<1B>*c0t2878x5952Y"
  529. }
  530. }
  531. }
  532. }
  533. *Option: ENV_C5
  534. {
  535. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  536. *PageProtectMem: 0
  537. *switch: Orientation
  538. {
  539. *case: PORTRAIT
  540. {
  541. *PrintableArea: PAIR(7072, 10332)
  542. *PrintableOrigin: PAIR(284, 200)
  543. *CursorOrigin: PAIR(284, 200)
  544. *Command: CmdSelect
  545. {
  546. *Order: DOC_SETUP.30
  547. *Cmd: "<1B>&l2O<1B>&l91a8c1E<1B>*p0x0Y<1B>*c0t4250x6250Y"
  548. }
  549. }
  550. *case: LANDSCAPE_CC90
  551. {
  552. *PrintableArea: PAIR(7216, 10344)
  553. *PrintableOrigin: PAIR(200, 236)
  554. *CursorOrigin: PAIR(200, 10580)
  555. *Command: CmdSelect
  556. {
  557. *Order: DOC_SETUP.30
  558. *Cmd: "<1B>&l3O<1B>&l91a8c1E<1B>*p0x0Y<1B>*c0t4351x6206Y"
  559. }
  560. }
  561. }
  562. }
  563. *Option: ENV_MONARCH
  564. {
  565. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  566. *PageProtectMem: 0
  567. *switch: Orientation
  568. {
  569. *case: PORTRAIT
  570. {
  571. *PrintableArea: PAIR(4048, 8500)
  572. *PrintableOrigin: PAIR(300, 200)
  573. *CursorOrigin: PAIR(300, 200)
  574. *Command: CmdSelect
  575. {
  576. *Order: DOC_SETUP.30
  577. *Cmd: "<1B>&l2O<1B>&l80a8c1E<1B>*p0x0Y<1B>*c0t2429x5160Y"
  578. }
  579. }
  580. *case: LANDSCAPE_CC90
  581. {
  582. *PrintableArea: PAIR(4208, 8520)
  583. *PrintableOrigin: PAIR(200, 240)
  584. *CursorOrigin: PAIR(200, 8760)
  585. *Command: CmdSelect
  586. {
  587. *Order: DOC_SETUP.30
  588. *Cmd: "<1B>&l3O<1B>&l80a8c1E<1B>*p0x0Y<1B>*c0t2549x5112Y"
  589. }
  590. }
  591. }
  592. }
  593. *% Statement
  594. *Option: Option16
  595. {
  596. *rcNameID: 544
  597. *PageDimensions: PAIR(6600, 10200)
  598. *PageProtectMem: 0
  599. *switch: Orientation
  600. {
  601. *case: PORTRAIT
  602. {
  603. *PrintableArea: PAIR(6000, 9700)
  604. *PrintableOrigin: PAIR(300, 200)
  605. *CursorOrigin: PAIR(300, 200)
  606. *Command: CmdSelect
  607. {
  608. *Order: DOC_SETUP.30
  609. *Cmd: "<1B>&l2008a1e99F<1B>*p0x0Y<1B>*c0t3600x5880Y"
  610. }
  611. }
  612. *case: LANDSCAPE_CC90
  613. {
  614. *PrintableArea: PAIR(6160, 9720)
  615. *PrintableOrigin: PAIR(200, 240)
  616. *CursorOrigin: PAIR(200, 9960)
  617. *Command: CmdSelect
  618. {
  619. *Order: DOC_SETUP.30
  620. *Cmd: "<1B>&l2008a1e99F<1B>*p0x0Y<1B>*c0t3720x5832Y"
  621. }
  622. }
  623. }
  624. }
  625. *% Universal
  626. *Option: Option17
  627. {
  628. *rcNameID: 542
  629. *PageDimensions: PAIR(15588, 24000)
  630. *PageProtectMem: 0
  631. *switch: Orientation
  632. {
  633. *case: PORTRAIT
  634. {
  635. *PrintableArea: PAIR(14988, 23500)
  636. *PrintableOrigin: PAIR(300, 200)
  637. *CursorOrigin: PAIR(300, 200)
  638. *Command: CmdSelect
  639. {
  640. *Order: DOC_SETUP.30
  641. *Cmd: "<1B>&l101a1e99F<1B>*p0x0Y<1B>*c0t8993x14160Y"
  642. }
  643. }
  644. *case: LANDSCAPE_CC90
  645. {
  646. *PrintableArea: PAIR(15148, 23520)
  647. *PrintableOrigin: PAIR(200, 240)
  648. *CursorOrigin: PAIR(200, 23760)
  649. *Command: CmdSelect
  650. {
  651. *Order: DOC_SETUP.30
  652. *Cmd: "<1B>&l101a1e99F<1B>*p0x0Y<1B>*c0t9113x14112Y"
  653. }
  654. }
  655. }
  656. }
  657. *% Universal Envelope
  658. *Option: Option18
  659. {
  660. *rcNameID: 543
  661. *PageDimensions: PAIR(15588, 24000)
  662. *PageProtectMem: 0
  663. *switch: Orientation
  664. {
  665. *case: PORTRAIT
  666. {
  667. *PrintableArea: PAIR(14988, 23500)
  668. *PrintableOrigin: PAIR(300, 200)
  669. *CursorOrigin: PAIR(300, 200)
  670. *Command: CmdSelect
  671. {
  672. *Order: DOC_SETUP.30
  673. *Cmd: "<1B>&l2O<1B>&l102a8c1E<1B>*p0x0Y<1B>*c0t8993x14160Y"
  674. }
  675. }
  676. *case: LANDSCAPE_CC90
  677. {
  678. *PrintableArea: PAIR(15148, 23520)
  679. *PrintableOrigin: PAIR(200, 240)
  680. *CursorOrigin: PAIR(200, 23760)
  681. *Command: CmdSelect
  682. {
  683. *Order: DOC_SETUP.30
  684. *Cmd: "<1B>&l3O<1B>&l102a8c1E<1B>*p0x0Y<1B>*c9113tx14112Y"
  685. }
  686. }
  687. }
  688. }
  689. *% Hagaki
  690. *Option: Option19
  691. {
  692. *rcNameID: 614
  693. *PageDimensions: PAIR(4724, 6992)
  694. *PageProtectMem: 0
  695. *switch: Orientation
  696. {
  697. *case: PORTRAIT
  698. {
  699. *PrintableArea: PAIR(4124, 6508)
  700. *PrintableOrigin: PAIR(284, 200)
  701. *CursorOrigin: PAIR(284, 200)
  702. *Command: CmdSelect
  703. {
  704. *Order: DOC_SETUP.30
  705. *Cmd: "<1B>&l71a8c1E<1B>*p0x0Y<1B>*c0t2494x3955Y"
  706. }
  707. }
  708. *case: LANDSCAPE_CC90
  709. {
  710. *PrintableArea: PAIR(4288, 6520)
  711. *PrintableOrigin: PAIR(200, 236)
  712. *CursorOrigin: PAIR(200, 6756)
  713. *Command: CmdSelect
  714. {
  715. *Order: DOC_SETUP.30
  716. *Cmd: "<1B>&l71a8c1E<1B>*p0x0Y<1B>*c0t3912x2594Y"
  717. }
  718. }
  719. }
  720. }
  721. }
  722. *InvalidCombination: LIST(InputBin.Option2, PaperSize.Option17) *%Tray1
  723. *InvalidCombination: LIST(InputBin.Option2, PaperSize.Option18)
  724. *InvalidCombination: LIST(InputBin.Option2, PaperSize.Option19)
  725. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option17) *%Tray2
  726. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option18)
  727. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option19)
  728. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option17) *%Tray3
  729. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option18)
  730. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option19)
  731. *InvalidCombination: LIST(InputBin.Option6, PaperSize.ENV_10) *%Manual Paper feed
  732. *InvalidCombination: LIST(InputBin.Option6, PaperSize.ENV_DL)
  733. *InvalidCombination: LIST(InputBin.Option6, PaperSize.ENV_C5)
  734. *InvalidCombination: LIST(InputBin.Option6, PaperSize.ENV_MONARCH)
  735. *InvalidCombination: LIST(InputBin.Option6, PaperSize.Option18)
  736. *InvalidCombination: LIST(InputBin.Option7, PaperSize.FOLIO) *%Manual Env feed
  737. *InvalidCombination: LIST(InputBin.Option7, PaperSize.LETTER)
  738. *InvalidCombination: LIST(InputBin.Option7, PaperSize.LEGAL)
  739. *InvalidCombination: LIST(InputBin.Option7, PaperSize.Option4)
  740. *InvalidCombination: LIST(InputBin.Option7, PaperSize.EXECUTIVE)
  741. *InvalidCombination: LIST(InputBin.Option7, PaperSize.A3)
  742. *InvalidCombination: LIST(InputBin.Option7, PaperSize.A4)
  743. *InvalidCombination: LIST(InputBin.Option7, PaperSize.A5)
  744. *InvalidCombination: LIST(InputBin.Option7, PaperSize.B4)
  745. *InvalidCombination: LIST(InputBin.Option7, PaperSize.B5)
  746. *InvalidCombination: LIST(InputBin.Option7, PaperSize.Option16)
  747. *InvalidCombination: LIST(InputBin.Option7, PaperSize.Option17)
  748. *InvalidCombination: LIST(InputBin.Option7, PaperSize.Option19)
  749. *% Only A4 and Letter can be fed from 2000 Sheet Input
  750. *InvalidCombination: LIST(InputBin.Option8, PaperSize.FOLIO)
  751. *InvalidCombination: LIST(InputBin.Option8, PaperSize.LEGAL)
  752. *InvalidCombination: LIST(InputBin.Option8, PaperSize.Option4)
  753. *InvalidCombination: LIST(InputBin.Option8, PaperSize.EXECUTIVE)
  754. *InvalidCombination: LIST(InputBin.Option8, PaperSize.A3)
  755. *InvalidCombination: LIST(InputBin.Option8, PaperSize.A5)
  756. *InvalidCombination: LIST(InputBin.Option8, PaperSize.B4)
  757. *InvalidCombination: LIST(InputBin.Option8, PaperSize.B5)
  758. *InvalidCombination: LIST(InputBin.Option8, PaperSize.ENV_10)
  759. *InvalidCombination: LIST(InputBin.Option8, PaperSize.ENV_DL)
  760. *InvalidCombination: LIST(InputBin.Option8, PaperSize.ENV_C5)
  761. *InvalidCombination: LIST(InputBin.Option8, PaperSize.ENV_MONARCH)
  762. *InvalidCombination: LIST(InputBin.Option8, PaperSize.Option16)
  763. *InvalidCombination: LIST(InputBin.Option8, PaperSize.Option17)
  764. *InvalidCombination: LIST(InputBin.Option8, PaperSize.Option18)
  765. *InvalidCombination: LIST(InputBin.Option8, PaperSize.Option19)
  766. *InvalidCombination: LIST(InputBin.Option9, PaperSize.FOLIO) *%Envelope Cassette
  767. *InvalidCombination: LIST(InputBin.Option9, PaperSize.LETTER)
  768. *InvalidCombination: LIST(InputBin.Option9, PaperSize.LEGAL)
  769. *InvalidCombination: LIST(InputBin.Option9, PaperSize.Option4)
  770. *InvalidCombination: LIST(InputBin.Option9, PaperSize.EXECUTIVE)
  771. *InvalidCombination: LIST(InputBin.Option9, PaperSize.A3)
  772. *InvalidCombination: LIST(InputBin.Option9, PaperSize.A4)
  773. *InvalidCombination: LIST(InputBin.Option9, PaperSize.A5)
  774. *InvalidCombination: LIST(InputBin.Option9, PaperSize.B4)
  775. *InvalidCombination: LIST(InputBin.Option9, PaperSize.B5)
  776. *InvalidCombination: LIST(InputBin.Option9, PaperSize.Option16)
  777. *InvalidCombination: LIST(InputBin.Option9, PaperSize.Option17)
  778. *InvalidCombination: LIST(InputBin.Option9, PaperSize.Option19)
  779. *InvalidCombination: LIST(InputBin.Option9, Duplex.VERTICAL)
  780. *InvalidCombination: LIST(InputBin.Option9, Duplex.HORIZONTAL)
  781. *% The following Paper sizes cannot be Duplexed
  782. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.B5)
  783. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.A5)
  784. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.EXECUTIVE)
  785. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.Option16) *%Statement
  786. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.Option19) *%Hagaki
  787. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.ENV_10)
  788. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.ENV_C5)
  789. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.ENV_DL)
  790. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.ENV_MONARCH)
  791. *InvalidCombination: LIST(Duplex.VERTICAL, PaperSize.Option18) *%Env Universal
  792. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.B5)
  793. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.A5)
  794. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.EXECUTIVE)
  795. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.Option16) *%Statement
  796. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.Option19) *%Hagaki
  797. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.ENV_10)
  798. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.ENV_C5)
  799. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.ENV_DL)
  800. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.ENV_MONARCH)
  801. *InvalidCombination: LIST(Duplex.HORIZONTAL, PaperSize.Option18) *%Env Universal
  802. *Feature: PrintQuality
  803. {
  804. *rcNameID: =TEXT_QUALITY_DISPLAY
  805. *DefaultOption: Option1
  806. *Option: Option1
  807. {
  808. *rcNameID: 407
  809. *Command: CmdSelect
  810. {
  811. *Order: DOC_SETUP.2
  812. *Cmd: "<1B>E<1B>%%-12345X@PJL SET RET=OFF<0D0A>"
  813. }
  814. }
  815. *Option: Option2
  816. {
  817. *rcNameID: 408
  818. *Command: CmdSelect
  819. {
  820. *Order: DOC_SETUP.2
  821. *Cmd: "<1B>E<1B>%%-12345X@PJL SET ECONOMODE=ON<0D0A>"
  822. }
  823. }
  824. *Option: Option3
  825. {
  826. *rcNameID: 409
  827. *Command: CmdSelect
  828. {
  829. *Order: DOC_SETUP.2
  830. *Cmd: "<1B>E<1B>%%-12345X@PJL SET RET=ON<0D0A>"
  831. }
  832. }
  833. }
  834. *Feature: OutputBin
  835. {
  836. *rcNameID: =OUTPUTBIN_DISPLAY
  837. *DefaultOption: Option1
  838. *Option: Option1
  839. {
  840. *rcNameID: 386
  841. *Command: CmdSelect
  842. {
  843. *Order: DOC_SETUP.32
  844. *Cmd: "<1B>&l1G"
  845. }
  846. }
  847. }
  848. *Feature: JogOutput
  849. {
  850. *rcNameID: 538
  851. *DefaultOption: Option1
  852. *Option: Option1
  853. {
  854. *rcNameID: 540
  855. }
  856. *Option: Option2
  857. {
  858. *rcNameID: 539
  859. *Command: CmdSelect
  860. {
  861. *Order: DOC_SETUP.40
  862. *Cmd: "<1B>&l1T"
  863. }
  864. }
  865. }
  866. *Feature: Halftone
  867. {
  868. *rcNameID: =HALFTONING_DISPLAY
  869. *DefaultOption: HT_PATSIZE_AUTO
  870. *Option: HT_PATSIZE_AUTO
  871. {
  872. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  873. }
  874. *Option: HT_PATSIZE_6x6_M
  875. {
  876. *rcNameID: =HT_DITHER6X6_DISPLAY
  877. }
  878. *Option: HT_PATSIZE_8x8_M
  879. {
  880. *rcNameID: =HT_DITHER8X8_DISPLAY
  881. }
  882. }
  883. *Feature: Memory
  884. {
  885. *rcNameID: =PRINTER_MEMORY_DISPLAY
  886. *DefaultOption: 8192KB
  887. *Option: 8192KB
  888. {
  889. *Name: "8MB"
  890. *MemoryConfigKB: PAIR(8192, 6750)
  891. }
  892. *Option: 10240KB
  893. {
  894. *Name: "10MB"
  895. *MemoryConfigKB: PAIR(10240, 8550)
  896. }
  897. *Option: 12288KB
  898. {
  899. *Name: "12MB"
  900. *MemoryConfigKB: PAIR(12288, 10350)
  901. }
  902. *Option: 14336KB
  903. {
  904. *Name: "14MB"
  905. *MemoryConfigKB: PAIR(14336, 12150)
  906. }
  907. *Option: 16384KB
  908. {
  909. *Name: "16MB"
  910. *MemoryConfigKB: PAIR(16384, 13950)
  911. }
  912. *Option: 18432KB
  913. {
  914. *Name: "18MB"
  915. *MemoryConfigKB: PAIR(18432, 15750)
  916. }
  917. *Option: 20480KB
  918. {
  919. *Name: "20MB"
  920. *MemoryConfigKB: PAIR(20480, 17550)
  921. }
  922. *Option: 22528KB
  923. {
  924. *Name: "22MB"
  925. *MemoryConfigKB: PAIR(22528, 19350)
  926. }
  927. *Option: 24576KB
  928. {
  929. *Name: "24MB"
  930. *MemoryConfigKB: PAIR(24576, 21150)
  931. }
  932. *Option: 26624KB
  933. {
  934. *Name: "26MB"
  935. *MemoryConfigKB: PAIR(26624, 22950)
  936. }
  937. *Option: 28672KB
  938. {
  939. *Name: "28MB"
  940. *MemoryConfigKB: PAIR(28672, 24750)
  941. }
  942. *Option: 30720KB
  943. {
  944. *Name: "30MB"
  945. *MemoryConfigKB: PAIR(30720, 26550)
  946. }
  947. *Option: 32768KB
  948. {
  949. *Name: "32MB"
  950. *MemoryConfigKB: PAIR(32768, 28350)
  951. }
  952. *Option: 34816KB
  953. {
  954. *Name: "34MB"
  955. *MemoryConfigKB: PAIR(34816, 30150)
  956. }
  957. *Option: 36864KB
  958. {
  959. *Name: "36MB"
  960. *MemoryConfigKB: PAIR(36864, 31950)
  961. }
  962. *Option: 38912KB
  963. {
  964. *Name: "38MB"
  965. *MemoryConfigKB: PAIR(38912, 33750)
  966. }
  967. *Option: 40960KB
  968. {
  969. *Name: "40MB"
  970. *MemoryConfigKB: PAIR(40960, 35550)
  971. }
  972. *Option: 43008KB
  973. {
  974. *Name: "42MB"
  975. *MemoryConfigKB: PAIR(43008, 37350)
  976. }
  977. *Option: 45056KB
  978. {
  979. *Name: "44MB"
  980. *MemoryConfigKB: PAIR(45056, 39150)
  981. }
  982. *Option: 47104KB
  983. {
  984. *Name: "46MB"
  985. *MemoryConfigKB: PAIR(47104, 40950)
  986. }
  987. *Option: 49152KB
  988. {
  989. *Name: "48MB"
  990. *MemoryConfigKB: PAIR(49152, 42750)
  991. }
  992. *Option: 51200KB
  993. {
  994. *Name: "50MB"
  995. *MemoryConfigKB: PAIR(51200, 44550)
  996. }
  997. *Option: 53248KB
  998. {
  999. *Name: "52MB"
  1000. *MemoryConfigKB: PAIR(53248, 46350)
  1001. }
  1002. *Option: 55296KB
  1003. {
  1004. *Name: "54MB"
  1005. *MemoryConfigKB: PAIR(55296, 48150)
  1006. }
  1007. *Option: 57344KB
  1008. {
  1009. *Name: "56MB"
  1010. *MemoryConfigKB: PAIR(57344, 49950)
  1011. }
  1012. *Option: 59392KB
  1013. {
  1014. *Name: "58MB"
  1015. *MemoryConfigKB: PAIR(59392, 51750)
  1016. }
  1017. *Option: 61440KB
  1018. {
  1019. *Name: "60MB"
  1020. *MemoryConfigKB: PAIR(61440, 53550)
  1021. }
  1022. *Option: 63488KB
  1023. {
  1024. *Name: "62MB"
  1025. *MemoryConfigKB: PAIR(63488, 55350)
  1026. }
  1027. *Option: 65536KB
  1028. {
  1029. *Name: "64MB"
  1030. *MemoryConfigKB: PAIR(65536, 57150)
  1031. }
  1032. *Option: 67584KB
  1033. {
  1034. *Name: "66MB"
  1035. *MemoryConfigKB: PAIR(67584, 58950)
  1036. }
  1037. *Option: 69632KB
  1038. {
  1039. *Name: "68MB"
  1040. *MemoryConfigKB: PAIR(69632, 58950)
  1041. }
  1042. *Option: 73728KB
  1043. {
  1044. *Name: "72MB"
  1045. *MemoryConfigKB: PAIR(73728, 61728)
  1046. }
  1047. *Option: 81920KB
  1048. {
  1049. *Name: "80MB"
  1050. *MemoryConfigKB: PAIR(81920, 69920)
  1051. }
  1052. *Option: 98304KB
  1053. {
  1054. *Name: "96MB"
  1055. *MemoryConfigKB: PAIR(98304, 86304)
  1056. }
  1057. }
  1058. *Feature: Duplex
  1059. {
  1060. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  1061. *DefaultOption: NONE
  1062. *Option: NONE
  1063. {
  1064. *rcNameID: =NONE_DISPLAY
  1065. *Command: CmdSelect
  1066. {
  1067. *Order: DOC_SETUP.27
  1068. *Cmd: "<1B>&l0S"
  1069. }
  1070. }
  1071. *Option: VERTICAL
  1072. {
  1073. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  1074. *Command: CmdSelect
  1075. {
  1076. *Order: DOC_SETUP.27
  1077. *Cmd: "<1B>&l1S"
  1078. }
  1079. }
  1080. *Option: HORIZONTAL
  1081. {
  1082. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  1083. *Command: CmdSelect
  1084. {
  1085. *Order: DOC_SETUP.27
  1086. *Cmd: "<1B>&l2S"
  1087. }
  1088. }
  1089. }
  1090. *Feature: DuplexUnit
  1091. {
  1092. *FeatureType: PRINTER_PROPERTY
  1093. *rcNameID: 429
  1094. *%Installable?: TRUE
  1095. *DefaultOption: Installed
  1096. *Option: NotInstalled
  1097. {
  1098. *rcNameID: 444
  1099. *DisabledFeatures: LIST(Duplex)
  1100. *Constraints: LIST(Duplex.VERTICAL,Duplex.HORIZONTAL)
  1101. *Constraints: LIST(JogOutput.Option2)
  1102. }
  1103. *Option: Installed
  1104. {
  1105. *rcNameID: 443
  1106. }
  1107. }
  1108. *Feature: Tray2Unit
  1109. {
  1110. *FeatureType: PRINTER_PROPERTY
  1111. *rcNameID: 277
  1112. *%Installable?: TRUE
  1113. *DefaultOption: NotInstalled
  1114. *Option: NotInstalled
  1115. {
  1116. *rcNameID: 444
  1117. *Constraints: LIST(InputBin.Option3)
  1118. *Constraints: LIST(Tray3Unit.Installed)
  1119. }
  1120. *Option: Installed
  1121. {
  1122. *rcNameID: 443
  1123. }
  1124. }
  1125. *Feature: Tray3Unit
  1126. {
  1127. *FeatureType: PRINTER_PROPERTY
  1128. *rcNameID: 410
  1129. *%Installable?: TRUE
  1130. *DefaultOption: NotInstalled
  1131. *Option: NotInstalled
  1132. {
  1133. *rcNameID: 444
  1134. *Constraints: LIST(InputBin.Option4)
  1135. }
  1136. *Option: Installed
  1137. {
  1138. *rcNameID: 443
  1139. *Constraints: LIST(HCFUnit.Installed)
  1140. }
  1141. }
  1142. *Feature: HCFUnit
  1143. {
  1144. *FeatureType: PRINTER_PROPERTY
  1145. *rcNameID: 531
  1146. *%Installable?: TRUE
  1147. *DefaultOption: NotInstalled
  1148. *Option: NotInstalled
  1149. {
  1150. *rcNameID: 444
  1151. *Constraints: LIST(InputBin.Option8)
  1152. }
  1153. *Option: Installed
  1154. {
  1155. *rcNameID: 443
  1156. *Constraints: LIST(Tray3Unit.Installed)
  1157. }
  1158. }
  1159. *% Collate (Repro function if a Printer Hard Disk is installed).
  1160. *Feature: Collate
  1161. {
  1162. *rcNameID: 392
  1163. *DefaultOption: OFF
  1164. *Option: OFF
  1165. {
  1166. *rcNameID: 2091
  1167. *Command: CmdSelect
  1168. {
  1169. *Order: DOC_SETUP.4
  1170. *Cmd: "@PJL SET QTY=1<0D0A>"
  1171. }
  1172. }
  1173. *Option: ON
  1174. {
  1175. *rcNameID: 2090
  1176. *switch: PrinterHardDisk
  1177. {
  1178. *case: NotInstalled *% Can't do Repro copies, set Repro qty to 1.
  1179. {
  1180. *Command: CmdSelect
  1181. {
  1182. *Order: DOC_SETUP.4
  1183. *Cmd: "@PJL SET QTY=1<0D0A>"
  1184. }
  1185. }
  1186. *case: Installed *% Can do Repro copies, set Repro qty count.
  1187. {
  1188. *Command: CmdSelect
  1189. {
  1190. *Order: DOC_SETUP.4
  1191. *Cmd: "@PJL SET QTY=" %d[1,999]{NumOfCopies}"<0D0A>"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. }
  1197. *Feature: PrinterHardDisk
  1198. {
  1199. *rcNameID: 430
  1200. *%Installable?: TRUE
  1201. *FeatureType: PRINTER_PROPERTY
  1202. *DefaultOption: NotInstalled
  1203. *Option: NotInstalled
  1204. {
  1205. *rcNameID: 444
  1206. *DisabledFeatures: LIST(Collate)
  1207. }
  1208. *Option: Installed
  1209. {
  1210. *rcNameID: 443
  1211. }
  1212. }
  1213. *Command: CmdStartDoc
  1214. {
  1215. *Order: DOC_SETUP.10
  1216. *Cmd: "<1B>&u1200D<1B>*r0F"
  1217. }
  1218. *Command: CmdStartPage
  1219. {
  1220. *Order: PAGE_SETUP.1
  1221. *Cmd: "<1B>*b0M<0D>"
  1222. }
  1223. *Command: CmdEndJob
  1224. {
  1225. *Order: JOB_FINISH.1
  1226. *Cmd: "<1B>E<1B>%%-12345X"
  1227. }
  1228. *% Set number of copies if Collate (Repro) is off, else set to 1.
  1229. *switch: Collate
  1230. {
  1231. *case: OFF
  1232. {
  1233. *Command: CmdCopies
  1234. {
  1235. *Order: DOC_SETUP.41
  1236. *% Set uncollated copies count.
  1237. *Cmd: "<1B>&l" %d[1,999]{NumOfCopies}"X"
  1238. }
  1239. }
  1240. *case: ON
  1241. {
  1242. *Command: CmdCopies
  1243. {
  1244. *Order: DOC_SETUP.41
  1245. *% Printer collate, so set copy count to 1.
  1246. *Cmd: "<1B>&l1X"
  1247. }
  1248. }
  1249. }
  1250. *RotateCoordinate?: TRUE
  1251. *RotateRaster?: TRUE
  1252. *RotateFont?: TRUE
  1253. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  1254. *MemoryUsage: LIST(FONT)
  1255. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  1256. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  1257. *XMoveThreshold: 0
  1258. *YMoveThreshold: 0
  1259. *XMoveUnit: 1200
  1260. *YMoveUnit: 1200
  1261. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{DestX}"X" }
  1262. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,9600]{max_repeat(DestXRel )}"X" }
  1263. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,9600]{max_repeat(DestXRel )}"X" }
  1264. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{DestY}"Y" }
  1265. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{DestYRel}"Y" }
  1266. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{DestYRel}"Y" }
  1267. *Command: CmdCR { *Cmd : "<0D>" }
  1268. *Command: CmdLF { *Cmd : "<0A>" }
  1269. *Command: CmdFF { *Cmd : "<0C>" }
  1270. *Command: CmdBackSpace { *Cmd : "<08>" }
  1271. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  1272. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  1273. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  1274. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  1275. *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" }
  1276. *EjectPageWithFF?: TRUE
  1277. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  1278. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  1279. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  1280. *OutputDataFormat: H_BYTE
  1281. *OptimizeLeftBound?: TRUE
  1282. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1283. *CursorYAfterSendBlockData: AUTO_INCREMENT
  1284. *DefaultFont: 136
  1285. *DefaultCTT: 0
  1286. *CharPosition: BASELINE
  1287. *TTFSEnabled?: TRUE
  1288. *DeviceFonts: LIST(16,17,18,134,135,136,213,214,215,216,138,146,147,148,149,150,151,152,
  1289. + 153,154,155,156,157,164,165,166,167,168,169,170,196,197,198,199,200,
  1290. + 201,202,203,211,221,222,223,224,217,218,219,230,220,226,227,228,229,
  1291. + 212,209,210,225)
  1292. *MinFontID: 16534
  1293. *MaxFontID: 32768
  1294. *FontFormat: HPPCL_RES
  1295. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  1296. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  1297. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  1298. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  1299. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  1300. *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" }
  1301. *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" }
  1302. *MinGrayFill: 1
  1303. *MaxGrayFill: 100
  1304. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{RectXSize}"A" }
  1305. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{RectYSize}"B" }
  1306. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  1307. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }