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.

1374 lines
46 KiB

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