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.

1162 lines
35 KiB

  1. *GPDSpecVersion: "1.0"
  2. *GPDFileVersion: "1.0"
  3. *GPDFileName: "smml6000.gpd"
  4. *Include: "StdNames.gpd"
  5. *Include: "ttfsub.gpd"
  6. *ModelName: "Samsung ML-6000/QwikLaser 6000"
  7. *MasterUnits: PAIR(1200, 1200)
  8. *ResourceDLL: "pcl5eres.dll"
  9. *PrinterType: PAGE
  10. *PrintRate: 12
  11. *PrintRatePPM: 12
  12. *PrintRateUnit: PPM
  13. *MaxCopies: 32767
  14. *Feature: Orientation
  15. {
  16. *rcNameID: =ORIENTATION_DISPLAY
  17. *DefaultOption: PORTRAIT
  18. *Option: PORTRAIT
  19. {
  20. *rcNameID: =PORTRAIT_DISPLAY
  21. *Command: CmdSelect
  22. {
  23. *Order: DOC_SETUP.8
  24. *Cmd: "<1B>&l0O"
  25. }
  26. }
  27. *Option: LANDSCAPE_CC90
  28. {
  29. *rcNameID: =LANDSCAPE_DISPLAY
  30. *Command: CmdSelect
  31. {
  32. *Order: DOC_SETUP.8
  33. *Cmd: "<1B>&l1O"
  34. }
  35. }
  36. }
  37. *Feature: InputBin
  38. {
  39. *rcNameID: =PAPER_SOURCE_DISPLAY
  40. *DefaultOption: Option1
  41. *Option: Option1
  42. {
  43. *rcNameID: 271
  44. *OptionID: 271
  45. *Command: CmdSelect
  46. {
  47. *Order: DOC_SETUP.11
  48. *Cmd: "<1B>&l7H"
  49. }
  50. }
  51. *Option: UPPER
  52. {
  53. *rcNameID: =UPPER_TRAY_DISPLAY
  54. *Command: CmdSelect
  55. {
  56. *Order: DOC_SETUP.11
  57. *Cmd: "<1B>&l1H"
  58. }
  59. }
  60. *Option: MANUAL
  61. {
  62. *rcNameID: =MANUAL_FEED_DISPLAY
  63. *Command: CmdSelect
  64. {
  65. *Order: DOC_SETUP.11
  66. *Cmd: "<1B>&l2H"
  67. }
  68. }
  69. *Option: LOWER
  70. {
  71. *rcNameID: =LOWER_TRAY_DISPLAY
  72. *Command: CmdSelect
  73. {
  74. *Order: DOC_SETUP.11
  75. *Cmd: "<1B>&l5H"
  76. }
  77. }
  78. }
  79. *Feature: Resolution
  80. {
  81. *rcNameID: =RESOLUTION_DISPLAY
  82. *DefaultOption: Option1
  83. *Option: Option1
  84. {
  85. *Name: "600 x 600 " =DOTS_PER_INCH
  86. *DPI: PAIR(600, 600)
  87. *TextDPI: PAIR(600, 600)
  88. *MinStripBlankPixels: 32
  89. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  90. *SpotDiameter: 100
  91. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  92. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  93. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  94. *Command: CmdSelect
  95. {
  96. *Order: DOC_SETUP.6
  97. *Cmd: "@PJL SET RESOLUTION=600<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  98. }
  99. }
  100. *Option: Option2
  101. {
  102. *Name: "300 x 300 " =DOTS_PER_INCH
  103. *DPI: PAIR(300, 300)
  104. *TextDPI: PAIR(300, 300)
  105. *MinStripBlankPixels: 32
  106. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  107. *SpotDiameter: 100
  108. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  109. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  110. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  111. *Command: CmdSelect
  112. {
  113. *Order: DOC_SETUP.6
  114. *Cmd: "@PJL SET RESOLUTION=300<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t300R"
  115. }
  116. }
  117. *Option: Option3
  118. {
  119. *Name: "150 x 150 " =DOTS_PER_INCH
  120. *DPI: PAIR(150, 150)
  121. *TextDPI: PAIR(300, 300)
  122. *MinStripBlankPixels: 32
  123. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  124. *SpotDiameter: 100
  125. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  126. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  127. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  128. *Command: CmdSelect
  129. {
  130. *Order: DOC_SETUP.6
  131. *Cmd: "@PJL SET RESOLUTION=300<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t150R"
  132. }
  133. }
  134. *Option: Option4
  135. {
  136. *Name: "75 x 75 " =DOTS_PER_INCH
  137. *DPI: PAIR(75, 75)
  138. *TextDPI: PAIR(300, 300)
  139. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  140. *SpotDiameter: 100
  141. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  142. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  143. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  144. *Command: CmdSelect
  145. {
  146. *Order: DOC_SETUP.6
  147. *Cmd: "@PJL SET RESOLUTION=300<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t75R"
  148. }
  149. }
  150. }
  151. *Feature: PaperSize
  152. {
  153. *rcNameID: =PAPER_SIZE_DISPLAY
  154. *DefaultOption: A4
  155. *Option: A5
  156. {
  157. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  158. *PageProtectMem: 2125
  159. *switch: Orientation
  160. {
  161. *case: PORTRAIT
  162. {
  163. *PrintableArea: PAIR(6396, 9372)
  164. *PrintableOrigin: PAIR(300, 300)
  165. *switch: Resolution
  166. {
  167. *case: Option3
  168. {
  169. *PrintableArea: PAIR(6392, 9368)
  170. *PrintableOrigin: PAIR(304, 304)
  171. }
  172. *case: Option4
  173. {
  174. *PrintableArea: PAIR(6384, 9360)
  175. *PrintableOrigin: PAIR(304, 304)
  176. }
  177. }
  178. *CursorOrigin: PAIR(300, 230)
  179. *Command: CmdSelect
  180. {
  181. *Order: DOC_SETUP.12
  182. *Cmd: "<1B>&l25a8c1E<1B>*p0x0Y<1B>*c0t3838x5762Y"
  183. }
  184. }
  185. *case: LANDSCAPE_CC90
  186. {
  187. *PrintableArea: PAIR(6396, 9324)
  188. *PrintableOrigin: PAIR(300, 300)
  189. *switch: Resolution
  190. {
  191. *case: Option3
  192. {
  193. *PrintableArea: PAIR(6392, 9320)
  194. *PrintableOrigin: PAIR(304, 304)
  195. }
  196. *case: Option4
  197. {
  198. *PrintableArea: PAIR(6384, 9312)
  199. *PrintableOrigin: PAIR(304, 304)
  200. }
  201. }
  202. *CursorOrigin: PAIR(260, 9764)
  203. *Command: CmdSelect
  204. {
  205. *Order: DOC_SETUP.12
  206. *Cmd: "<1B>&l25a8c1E<1B>*p0x0Y<1B>*c0t5762x3838Y"
  207. }
  208. }
  209. }
  210. }
  211. *Option: LETTER
  212. {
  213. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  214. *PageProtectMem: 4109
  215. *switch: Orientation
  216. {
  217. *case: PORTRAIT
  218. {
  219. *PrintableArea: PAIR(9600, 12660)
  220. *PrintableOrigin: PAIR(300, 300)
  221. *switch: Resolution
  222. {
  223. *case: Option3
  224. {
  225. *PrintableArea: PAIR(9592, 12656)
  226. *PrintableOrigin: PAIR(304, 304)
  227. }
  228. *case: Option4
  229. {
  230. *PrintableArea: PAIR(9584, 12656)
  231. *PrintableOrigin: PAIR(304, 304)
  232. }
  233. }
  234. *CursorOrigin: PAIR(300, 220)
  235. *Command: CmdSelect
  236. {
  237. *Order: DOC_SETUP.12
  238. *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t5760x7728Y"
  239. }
  240. }
  241. *case: LANDSCAPE_CC90
  242. {
  243. *PrintableArea: PAIR(9760, 12600)
  244. *PrintableOrigin: PAIR(200, 300)
  245. *switch: Resolution
  246. {
  247. *case: Option3
  248. {
  249. *PrintableArea: PAIR(9760, 12592)
  250. *PrintableOrigin: PAIR(200, 304)
  251. }
  252. *case: Option4
  253. {
  254. *PrintableArea: PAIR(9744, 12592)
  255. *PrintableOrigin: PAIR(208, 304)
  256. }
  257. }
  258. *CursorOrigin: PAIR(200, 13000)
  259. *Command: CmdSelect
  260. {
  261. *Order: DOC_SETUP.12
  262. *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t7560x5880Y"
  263. }
  264. }
  265. }
  266. }
  267. *Option: LEGAL
  268. {
  269. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  270. *PageProtectMem: 5230
  271. *switch: Orientation
  272. {
  273. *case: PORTRAIT
  274. {
  275. *PrintableArea: PAIR(9600, 16260)
  276. *PrintableOrigin: PAIR(300, 300)
  277. *switch: Resolution
  278. {
  279. *case: Option3
  280. {
  281. *PrintableArea: PAIR(9592, 16256)
  282. *PrintableOrigin: PAIR(304, 304)
  283. }
  284. *case: Option4
  285. {
  286. *PrintableArea: PAIR(9584, 16256)
  287. *PrintableOrigin: PAIR(304, 304)
  288. }
  289. }
  290. *CursorOrigin: PAIR(300, 240)
  291. *Command: CmdSelect
  292. {
  293. *Order: DOC_SETUP.12
  294. *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t5760x9888Y"
  295. }
  296. }
  297. *case: LANDSCAPE_CC90
  298. {
  299. *PrintableArea: PAIR(9760, 16200)
  300. *PrintableOrigin: PAIR(200, 300)
  301. *switch: Resolution
  302. {
  303. *case: Option3
  304. {
  305. *PrintableArea: PAIR(9760, 16192)
  306. *PrintableOrigin: PAIR(200, 304)
  307. }
  308. *case: Option4
  309. {
  310. *PrintableArea: PAIR(9744, 16192)
  311. *PrintableOrigin: PAIR(208, 304)
  312. }
  313. }
  314. *CursorOrigin: PAIR(200, 16600)
  315. *Command: CmdSelect
  316. {
  317. *Order: DOC_SETUP.12
  318. *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t9720x5880Y"
  319. }
  320. }
  321. }
  322. }
  323. *Option: EXECUTIVE
  324. {
  325. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  326. *PageProtectMem: 4109
  327. *switch: Orientation
  328. {
  329. *case: PORTRAIT
  330. {
  331. *PrintableArea: PAIR(8100, 12060)
  332. *PrintableOrigin: PAIR(300, 300)
  333. *switch: Resolution
  334. {
  335. *case: Option3
  336. {
  337. *PrintableArea: PAIR(8096, 12056)
  338. *PrintableOrigin: PAIR(304, 304)
  339. }
  340. *case: Option4
  341. {
  342. *PrintableArea: PAIR(8096, 12048)
  343. *PrintableOrigin: PAIR(304, 304)
  344. }
  345. }
  346. *CursorOrigin: PAIR(300, 160)
  347. *Command: CmdSelect
  348. {
  349. *Order: DOC_SETUP.12
  350. *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t4860x7368Y"
  351. }
  352. }
  353. *case: LANDSCAPE_CC90
  354. {
  355. *PrintableArea: PAIR(8180, 12000)
  356. *PrintableOrigin: PAIR(220, 300)
  357. *switch: Resolution
  358. {
  359. *case: Option3
  360. {
  361. *PrintableArea: PAIR(8176, 11992)
  362. *PrintableOrigin: PAIR(224, 304)
  363. }
  364. *case: Option4
  365. {
  366. *PrintableArea: PAIR(8176, 11984)
  367. *PrintableOrigin: PAIR(224, 304)
  368. }
  369. }
  370. *CursorOrigin: PAIR(200, 12400)
  371. *Command: CmdSelect
  372. {
  373. *Order: DOC_SETUP.12
  374. *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t7200x4980Y"
  375. }
  376. }
  377. }
  378. }
  379. *Option: A4
  380. {
  381. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  382. *PageProtectMem: 4249
  383. *switch: Orientation
  384. {
  385. *case: PORTRAIT
  386. {
  387. *PrintableArea: PAIR(9352, 13488)
  388. *PrintableOrigin: PAIR(260, 300)
  389. *switch: Resolution
  390. {
  391. *case: Option3
  392. {
  393. *PrintableArea: PAIR(9344, 13480)
  394. *PrintableOrigin: PAIR(264, 304)
  395. }
  396. *case: Option4
  397. {
  398. *PrintableArea: PAIR(9328, 13472)
  399. *PrintableOrigin: PAIR(272, 304)
  400. }
  401. }
  402. *CursorOrigin: PAIR(260, 200)
  403. *Command: CmdSelect
  404. {
  405. *Order: DOC_SETUP.12
  406. *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t5642x8225Y"
  407. }
  408. }
  409. *case: LANDSCAPE_CC90
  410. {
  411. *PrintableArea: PAIR(9404, 13428)
  412. *PrintableOrigin: PAIR(220, 350)
  413. *switch: Resolution
  414. {
  415. *case: Option3
  416. {
  417. *PrintableArea: PAIR(9400, 13424)
  418. *PrintableOrigin: PAIR(224, 354)
  419. }
  420. *case: Option4
  421. {
  422. *PrintableArea: PAIR(9392, 13424)
  423. *PrintableOrigin: PAIR(224, 354)
  424. }
  425. }
  426. *CursorOrigin: PAIR(200, 13788)
  427. *Command: CmdSelect
  428. {
  429. *Order: DOC_SETUP.12
  430. *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t8057x5714Y"
  431. }
  432. }
  433. }
  434. }
  435. *Option: B5
  436. {
  437. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  438. *PageProtectMem: 3198
  439. *switch: Orientation
  440. {
  441. *case: PORTRAIT
  442. {
  443. *PrintableArea: PAIR(8004, 11604)
  444. *PrintableOrigin: PAIR(300, 300)
  445. *switch: Resolution
  446. {
  447. *case: Option3
  448. {
  449. *PrintableArea: PAIR(8004, 11604)
  450. *PrintableOrigin: PAIR(300, 300)
  451. }
  452. *case: Option4
  453. {
  454. *PrintableArea: PAIR(8004, 11604)
  455. *PrintableOrigin: PAIR(300, 300)
  456. }
  457. }
  458. *CursorOrigin: PAIR(300, 230)
  459. *Command: CmdSelect
  460. {
  461. *Order: DOC_SETUP.12
  462. *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t4802x7070Y"
  463. }
  464. }
  465. *case: LANDSCAPE_CC90
  466. {
  467. *PrintableArea: PAIR(8144, 11664)
  468. *PrintableOrigin: PAIR(220, 240)
  469. *switch: Resolution
  470. {
  471. *case: Option3
  472. {
  473. *PrintableArea: PAIR(8144, 11664)
  474. *PrintableOrigin: PAIR(220, 240)
  475. }
  476. *case: Option4
  477. {
  478. *PrintableArea: PAIR(8144, 11664)
  479. *PrintableOrigin: PAIR(220, 240)
  480. }
  481. }
  482. *CursorOrigin: PAIR(200, 11904)
  483. *Command: CmdSelect
  484. {
  485. *Order: DOC_SETUP.12
  486. *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t6998x4922Y"
  487. }
  488. }
  489. }
  490. }
  491. *Option: ENV_10
  492. {
  493. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  494. *PageProtectMem: 4109
  495. *switch: Orientation
  496. {
  497. *case: PORTRAIT
  498. {
  499. *PrintableArea: PAIR(4346, 10800)
  500. *PrintableOrigin: PAIR(300, 300)
  501. *switch: Resolution
  502. {
  503. *case: Option2
  504. {
  505. *PrintableArea: PAIR(4344, 10800)
  506. }
  507. *case: Option3
  508. {
  509. *PrintableArea: PAIR(4336, 10792)
  510. *PrintableOrigin: PAIR(304, 304)
  511. }
  512. *case: Option4
  513. {
  514. *PrintableArea: PAIR(4336, 10784)
  515. *PrintableOrigin: PAIR(304, 304)
  516. }
  517. }
  518. *CursorOrigin: PAIR(300, 180)
  519. *Command: CmdSelect
  520. {
  521. *Order: DOC_SETUP.12
  522. *Cmd: "<1B>&l81a8c1E<1B>*p0x0Y<1B>*c0t2614x6624Y"
  523. }
  524. }
  525. *case: LANDSCAPE_CC90
  526. {
  527. *PrintableArea: PAIR(4376, 10800)
  528. *PrintableOrigin: PAIR(300, 300)
  529. *switch: Resolution
  530. {
  531. *case: Option3
  532. {
  533. *PrintableArea: PAIR(4368, 10792)
  534. *PrintableOrigin: PAIR(304, 304)
  535. }
  536. *case: Option4
  537. {
  538. *PrintableArea: PAIR(4368, 10784)
  539. *PrintableOrigin: PAIR(304, 304)
  540. }
  541. }
  542. *CursorOrigin: PAIR(200, 11100)
  543. *Command: CmdSelect
  544. {
  545. *Order: DOC_SETUP.12
  546. *Cmd: "<1B>&l81a8c1E<1B>*p0x0Y<1B>*c0t6480x2734Y"
  547. }
  548. }
  549. }
  550. }
  551. *Option: ENV_DL
  552. {
  553. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  554. *PageProtectMem: 4109
  555. *switch: Orientation
  556. {
  557. *case: PORTRAIT
  558. {
  559. *PrintableArea: PAIR(4576, 9792)
  560. *PrintableOrigin: PAIR(300, 300)
  561. *switch: Resolution
  562. {
  563. *case: Option3
  564. {
  565. *PrintableArea: PAIR(4568, 9784)
  566. *PrintableOrigin: PAIR(304, 304)
  567. }
  568. *case: Option4
  569. {
  570. *PrintableArea: PAIR(4560, 9776)
  571. *PrintableOrigin: PAIR(304, 304)
  572. }
  573. }
  574. *CursorOrigin: PAIR(300, 180)
  575. *Command: CmdSelect
  576. {
  577. *Order: DOC_SETUP.12
  578. *Cmd: "<1B>&l90a8c1E<1B>*p0x0Y<1B>*c0t2757x6019Y"
  579. }
  580. }
  581. *case: LANDSCAPE_CC90
  582. {
  583. *PrintableArea: PAIR(4596, 9792)
  584. *PrintableOrigin: PAIR(300, 300)
  585. *switch: Resolution
  586. {
  587. *case: Option3
  588. {
  589. *PrintableArea: PAIR(4592, 9784)
  590. *PrintableOrigin: PAIR(304, 304)
  591. }
  592. *case: Option4
  593. {
  594. *PrintableArea: PAIR(4592, 9776)
  595. *PrintableOrigin: PAIR(304, 304)
  596. }
  597. }
  598. *CursorOrigin: PAIR(200, 10092)
  599. *Command: CmdSelect
  600. {
  601. *Order: DOC_SETUP.12
  602. *Cmd: "<1B>&l90a8c1E<1B>*p0x0Y<1B>*c0t5875x2878Y"
  603. }
  604. }
  605. }
  606. }
  607. *Option: ENV_C5
  608. {
  609. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  610. *PageProtectMem: 4109
  611. *switch: Orientation
  612. {
  613. *case: PORTRAIT
  614. {
  615. *PrintableArea: PAIR(7036, 10214)
  616. *PrintableOrigin: PAIR(300, 300)
  617. *switch: Resolution
  618. {
  619. *case: Option2
  620. {
  621. *PrintableArea: PAIR(7036, 10212)
  622. }
  623. *case: Option3
  624. {
  625. *PrintableArea: PAIR(7032, 10208)
  626. *PrintableOrigin: PAIR(304, 304)
  627. }
  628. *case: Option4
  629. {
  630. *PrintableArea: PAIR(7024, 10208)
  631. *PrintableOrigin: PAIR(304, 304)
  632. }
  633. }
  634. *CursorOrigin: PAIR(300, 180)
  635. *Command: CmdSelect
  636. {
  637. *Order: DOC_SETUP.12
  638. *Cmd: "<1B>&l91a8c1E<1B>*p0x0Y<1B>*c0t4234x6278Y"
  639. }
  640. }
  641. *case: LANDSCAPE_CC90
  642. {
  643. *PrintableArea: PAIR(7056, 10224)
  644. *PrintableOrigin: PAIR(300, 300)
  645. *switch: Resolution
  646. {
  647. *case: Option3
  648. {
  649. *PrintableArea: PAIR(7048, 10216)
  650. *PrintableOrigin: PAIR(304, 304)
  651. }
  652. *case: Option4
  653. {
  654. *PrintableArea: PAIR(7040, 10208)
  655. *PrintableOrigin: PAIR(304, 304)
  656. }
  657. }
  658. *CursorOrigin: PAIR(200, 10524)
  659. *Command: CmdSelect
  660. {
  661. *Order: DOC_SETUP.12
  662. *Cmd: "<1B>&l91a8c1E<1B>*p0x0Y<1B>*c0t6134x4354Y"
  663. }
  664. }
  665. }
  666. }
  667. *Option: ENV_MONARCH
  668. {
  669. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  670. *PageProtectMem: 4109
  671. *switch: Orientation
  672. {
  673. *case: PORTRAIT
  674. {
  675. *PrintableArea: PAIR(4046, 8400)
  676. *PrintableOrigin: PAIR(300, 300)
  677. *switch: Resolution
  678. {
  679. *case: Option2
  680. {
  681. *PrintableArea: PAIR(4044, 8400)
  682. }
  683. *case: Option3
  684. {
  685. *PrintableArea: PAIR(4040, 8392)
  686. *PrintableOrigin: PAIR(304, 304)
  687. }
  688. *case: Option4
  689. {
  690. *PrintableArea: PAIR(4032, 8384)
  691. *PrintableOrigin: PAIR(304, 304)
  692. }
  693. }
  694. *CursorOrigin: PAIR(300, 180)
  695. *Command: CmdSelect
  696. {
  697. *Order: DOC_SETUP.12
  698. *Cmd: "<1B>&l80a8c1E<1B>*p0x0Y<1B>*c0t2434x5184Y"
  699. }
  700. }
  701. *case: LANDSCAPE_CC90
  702. {
  703. *PrintableArea: PAIR(4076, 8400)
  704. *PrintableOrigin: PAIR(300, 300)
  705. *switch: Resolution
  706. {
  707. *case: Option3
  708. {
  709. *PrintableArea: PAIR(4072, 8392)
  710. *PrintableOrigin: PAIR(304, 304)
  711. }
  712. *case: Option4
  713. {
  714. *PrintableArea: PAIR(4064, 8384)
  715. *PrintableOrigin: PAIR(304, 304)
  716. }
  717. }
  718. *CursorOrigin: PAIR(200, 8750)
  719. *Command: CmdSelect
  720. {
  721. *Order: DOC_SETUP.12
  722. *Cmd: "<1B>&l80a8c1E<1B>*p0x0Y<1B>*c0t5040x2557Y"
  723. }
  724. }
  725. }
  726. }
  727. *Option: ENV_B5
  728. {
  729. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  730. *PageProtectMem: 4109
  731. *switch: Orientation
  732. {
  733. *case: PORTRAIT
  734. {
  735. *PrintableArea: PAIR(7716, 11208)
  736. *PrintableOrigin: PAIR(300, 300)
  737. *CursorOrigin: PAIR(300, 220)
  738. *Command: CmdSelect
  739. {
  740. *Order: DOC_SETUP.12
  741. *Cmd: "<1B>&l100a8c1E<1B>*p0x0Y<1B>*c0t4630x6893Y"
  742. }
  743. }
  744. *case: LANDSCAPE_CC90
  745. {
  746. *PrintableArea: PAIR(7716, 11208)
  747. *PrintableOrigin: PAIR(300, 300)
  748. *CursorOrigin: PAIR(200, 11608)
  749. *Command: CmdSelect
  750. {
  751. *Order: DOC_SETUP.12
  752. *Cmd: "<1B>&l100a8c1E<1B>*p0x0Y<1B>*c0t6725x4750Y"
  753. }
  754. }
  755. }
  756. }
  757. *Option: ENV_C6
  758. {
  759. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  760. *PageProtectMem: 2048
  761. *switch: Orientation
  762. {
  763. *case: PORTRAIT
  764. {
  765. *PrintableArea: PAIR(4788, 7056)
  766. *PrintableOrigin: PAIR(300, 300)
  767. *CursorOrigin: PAIR(300, 298)
  768. *Command: CmdSelect
  769. {
  770. *Order: DOC_SETUP.11
  771. *Cmd: "<1B>&l3004a8c1E<1B>*p0x0Y<1B>*c0t2880x4232Y"
  772. }
  773. }
  774. *case: LANDSCAPE_CC90
  775. {
  776. *PrintableArea: PAIR(4788, 7056)
  777. *PrintableOrigin: PAIR(300, 300)
  778. *CursorOrigin: PAIR(300, 14356)
  779. *Command: CmdSelect
  780. {
  781. *Order: DOC_SETUP.11
  782. *Cmd: "<1B>&l3004a8c1E<1B>*p0x0Y<1B>*c0t4232x2880Y"
  783. }
  784. }
  785. }
  786. }
  787. *Option: FOLIO
  788. {
  789. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  790. *PageProtectMem: 2048
  791. *switch: Orientation
  792. {
  793. *case: PORTRAIT
  794. {
  795. *PrintableArea: PAIR(9600, 15000)
  796. *PrintableOrigin: PAIR(300, 300)
  797. *switch: Resolution
  798. {
  799. *case: Option3
  800. {
  801. *PrintableArea: PAIR(9592, 14992)
  802. *PrintableOrigin: PAIR(304, 304)
  803. }
  804. *case: Option4
  805. {
  806. *PrintableArea: PAIR(9584, 14992)
  807. *PrintableOrigin: PAIR(304, 304)
  808. }
  809. }
  810. *CursorOrigin: PAIR(300, 240)
  811. *Command: CmdSelect
  812. {
  813. *Order: PAGE_SETUP.12
  814. *Cmd: "<1B>&l3001a8c1E<1B>*p0x0Y<1B>*c0t5760x9144Y"
  815. }
  816. }
  817. *case: LANDSCAPE_CC90
  818. {
  819. *PrintableArea: PAIR(9712, 15012)
  820. *PrintableOrigin: PAIR(244, 244)
  821. *switch: Resolution
  822. {
  823. *case: Option3
  824. {
  825. *PrintableArea: PAIR(9704, 15004)
  826. *PrintableOrigin: PAIR(248, 248)
  827. }
  828. *case: Option4
  829. {
  830. *PrintableArea: PAIR(9696, 14988)
  831. *PrintableOrigin: PAIR(256, 256)
  832. }
  833. }
  834. *CursorOrigin: PAIR(244, 15400)
  835. *Command: CmdSelect
  836. {
  837. *Order: PAGE_SETUP.12
  838. *Cmd: "<1B>&l3001a8c1E<1B>*p0x0Y<1B>*c0t9072x5880Y"
  839. }
  840. }
  841. }
  842. }
  843. *Option: CUSTOMSIZE
  844. {
  845. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  846. *MinSize: PAIR(3600, 6000)
  847. *MaxSize: PAIR(10200, 32767)
  848. *MaxPrintableWidth: 10200
  849. *MinLeftMargin: 100
  850. *CenterPrintable?: FALSE
  851. *PageProtectMem: 1692
  852. *switch: Orientation
  853. {
  854. *case: PORTRAIT
  855. {
  856. *Command: CmdSelect
  857. {
  858. *Order: DOC_SETUP.12
  859. *Cmd: "<1B>&l101a4d1e" %d{(PhysPaperLength / 150) - 1}"F<1B>*p0x0Y<1B>*p0x0Y<1B>*c0t" %d{(((PhysPaperWidth - 299) * 6) / 5) }
  860. + "x" %d{(((PhysPaperLength - 220) * 6) / 5) }"Y"
  861. }
  862. }
  863. *case: LANDSCAPE_CC90
  864. {
  865. *Command: CmdSelect
  866. {
  867. *Order: DOC_SETUP.12
  868. *Cmd: "<1B>&l101a4d1e" %d{(PhysPaperLength / 150) - 1}"f" %d{(((PhysPaperLength - 8400) * 6) / 5) }
  869. + "Z<1B>*p0x0Y<1B>*c0t" %d{(((PhysPaperLength - 300) * 6) / 5) }"x" %d{(((PhysPaperWidth - 300) * 6) / 5) }
  870. + "Y"
  871. }
  872. }
  873. }
  874. }
  875. }
  876. *%UPPER Paper Tray Constraints
  877. *InvalidCombination: LIST(InputBin.UPPER, PaperSize.ENV_10)
  878. *InvalidCombination: LIST(InputBin.UPPER, PaperSize.ENV_DL)
  879. *InvalidCombination: LIST(InputBin.UPPER, PaperSize.ENV_C5)
  880. *InvalidCombination: LIST(InputBin.UPPER, PaperSize.ENV_MONARCH)
  881. *InvalidCombination: LIST(InputBin.UPPER, PaperSize.ENV_B5)
  882. *%LOWER Paper Tray Constraints
  883. *InvalidCombination: LIST(InputBin.LOWER, PaperSize.ENV_10)
  884. *InvalidCombination: LIST(InputBin.LOWER, PaperSize.ENV_DL)
  885. *InvalidCombination: LIST(InputBin.LOWER, PaperSize.ENV_C5)
  886. *InvalidCombination: LIST(InputBin.LOWER, PaperSize.ENV_MONARCH)
  887. *InvalidCombination: LIST(InputBin.LOWER, PaperSize.ENV_B5)
  888. *Feature: Economode
  889. {
  890. *rcNameID: 377
  891. *DefaultOption: Option1
  892. *Option: Option1
  893. {
  894. *rcNameID: 265
  895. *OptionID: 265
  896. }
  897. *Option: Option2
  898. {
  899. *rcNameID: 266
  900. *OptionID: 266
  901. *Command: CmdSelect
  902. {
  903. *Order: DOC_SETUP.5
  904. *Cmd: "@PJL SET ECONOMODE=OFF<0A>"
  905. }
  906. }
  907. *Option: Option3
  908. {
  909. *rcNameID: 267
  910. *OptionID: 267
  911. *Command: CmdSelect
  912. {
  913. *Order: DOC_SETUP.5
  914. *Cmd: "@PJL SET ECONOMODE=ON<0A>"
  915. }
  916. }
  917. }
  918. *Feature: PrintQuality
  919. {
  920. *rcNameID: =TEXT_QUALITY_DISPLAY
  921. *DefaultOption: Option1
  922. *Option: Option1
  923. {
  924. *rcNameID: 293
  925. }
  926. *Option: Option2
  927. {
  928. *rcNameID: 297
  929. *Command: CmdSelect
  930. {
  931. *Order: DOC_SETUP.4
  932. *Cmd: "@PJL SET RET=LIGHT<0A>"
  933. }
  934. }
  935. *Option: Option3
  936. {
  937. *rcNameID: 298
  938. *Command: CmdSelect
  939. {
  940. *Order: DOC_SETUP.4
  941. *Cmd: "@PJL SET RET=MEDIUM<0A>"
  942. }
  943. }
  944. *Option: Option4
  945. {
  946. *rcNameID: 299
  947. *Command: CmdSelect
  948. {
  949. *Order: DOC_SETUP.4
  950. *Cmd: "@PJL SET RET=DARK<0A>"
  951. }
  952. }
  953. *Option: Option5
  954. {
  955. *rcNameID: 300
  956. *Command: CmdSelect
  957. {
  958. *Order: DOC_SETUP.4
  959. *Cmd: "@PJL SET RET=OFF<0A>"
  960. }
  961. }
  962. }
  963. *Feature: LOWER
  964. {
  965. *rcNameID: =LOWER_TRAY_DISPLAY
  966. *FeatureType: PRINTER_PROPERTY
  967. *DefaultOption: FALSE
  968. *Option: FALSE
  969. {
  970. *rcNameID: 444
  971. *Constraints: LIST(InputBin.LOWER)
  972. }
  973. *Option: TRUE
  974. {
  975. *rcNameID: 443
  976. }
  977. }
  978. *Feature: Halftone
  979. {
  980. *rcNameID: =HALFTONING_DISPLAY
  981. *DefaultOption: HT_PATSIZE_AUTO
  982. *Option: HT_PATSIZE_AUTO
  983. {
  984. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  985. }
  986. *Option: HT_PATSIZE_SUPERCELL_M
  987. {
  988. *rcNameID: =HT_SUPERCELL_DISPLAY
  989. }
  990. *Option: HT_PATSIZE_6x6_M
  991. {
  992. *rcNameID: =HT_DITHER6X6_DISPLAY
  993. }
  994. *Option: HT_PATSIZE_8x8_M
  995. {
  996. *rcNameID: =HT_DITHER8X8_DISPLAY
  997. }
  998. }
  999. *Feature: Memory
  1000. {
  1001. *rcNameID: =PRINTER_MEMORY_DISPLAY
  1002. *DefaultOption: 4096KB
  1003. *Option: 4096KB
  1004. {
  1005. *Name: "4MB"
  1006. *MemoryConfigKB: PAIR(4096, 3150)
  1007. }
  1008. *Option: 5120KB
  1009. {
  1010. *Name: "5MB"
  1011. *MemoryConfigKB: PAIR(5120, 4050)
  1012. }
  1013. *Option: 6144KB
  1014. {
  1015. *Name: "6MB"
  1016. *MemoryConfigKB: PAIR(6144, 4950)
  1017. }
  1018. *Option: 8192KB
  1019. {
  1020. *Name: "8MB"
  1021. *MemoryConfigKB: PAIR(8192, 6750)
  1022. }
  1023. *Option: 12288KB
  1024. {
  1025. *Name: "12MB"
  1026. *MemoryConfigKB: PAIR(12288, 10350)
  1027. }
  1028. *Option: 20480KB
  1029. {
  1030. *Name: "20MB"
  1031. *MemoryConfigKB: PAIR(20480, 17550)
  1032. }
  1033. *Option: 36864KB
  1034. {
  1035. *Name: "36MB"
  1036. *MemoryConfigKB: PAIR(36864, 31950)
  1037. }
  1038. }
  1039. *Feature: PageProtect
  1040. {
  1041. *rcNameID: =PAGE_PROTECTION_DISPLAY
  1042. *DefaultOption: OFF
  1043. *Option: ON
  1044. {
  1045. *rcNameID: =ON_DISPLAY
  1046. *Command: CmdSelect
  1047. {
  1048. *Order: DOC_SETUP.1
  1049. *Cmd: "<1B>%%-12345X@PJL SET PAGEPROTECT=A4<0A>"
  1050. }
  1051. }
  1052. *Option: OFF
  1053. {
  1054. *rcNameID: =OFF_DISPLAY
  1055. *Command: CmdSelect
  1056. {
  1057. *Order: DOC_SETUP.1
  1058. *Cmd: "<1B>%%-12345X@PJL SET PAGEPROTECT=OFF<0A>"
  1059. }
  1060. }
  1061. }
  1062. *switch: Memory
  1063. {
  1064. *case: 4096KB
  1065. {
  1066. *Command: CmdStartDoc
  1067. {
  1068. *Order: DOC_SETUP.7
  1069. *Cmd: "<1B>&u600D<1B>*r3F"
  1070. }
  1071. *RotateRaster?: FALSE
  1072. }
  1073. *default:
  1074. {
  1075. *Command: CmdStartDoc
  1076. {
  1077. *Order: DOC_SETUP.7
  1078. *Cmd: "<1B>&u600D<1B>*r0F"
  1079. }
  1080. *RotateRaster?: TRUE
  1081. }
  1082. }
  1083. *Command: CmdStartDoc
  1084. {
  1085. *Order: DOC_SETUP.7
  1086. *Cmd: "<1B>&u600D<1B>*r0F"
  1087. }
  1088. *Command: CmdStartPage
  1089. {
  1090. *Order: PAGE_SETUP.1
  1091. *Cmd: "<1B>*b0M<0D>"
  1092. }
  1093. *Command: CmdEndJob
  1094. {
  1095. *Order: JOB_FINISH.1
  1096. *Cmd: "<1B>E<1B>%%-12345X"
  1097. }
  1098. *Command: CmdCopies
  1099. {
  1100. *Order: DOC_SETUP.13
  1101. *Cmd: "<1B>&l" %d{NumOfCopies}"X"
  1102. }
  1103. *RotateCoordinate?: TRUE
  1104. *RotateFont?: TRUE
  1105. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  1106. *MemoryUsage: LIST(FONT)
  1107. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  1108. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  1109. *XMoveThreshold: 0
  1110. *YMoveThreshold: 0
  1111. *XMoveUnit: 600
  1112. *YMoveUnit: 600
  1113. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{(DestX / 2) }"X" }
  1114. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,9600]{max_repeat((DestXRel / 2) )}"X" }
  1115. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,9600]{max_repeat((DestXRel / 2) )}"X" }
  1116. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{(DestY / 2) }"Y" }
  1117. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{(DestYRel / 2) }"Y" }
  1118. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{(DestYRel / 2) }"Y" }
  1119. *Command: CmdCR { *Cmd : "<0D>" }
  1120. *Command: CmdLF { *Cmd : "<0A>" }
  1121. *Command: CmdFF { *Cmd : "<0C>" }
  1122. *Command: CmdBackSpace { *Cmd : "<08>" }
  1123. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  1124. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  1125. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  1126. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  1127. *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" }
  1128. *EjectPageWithFF?: TRUE
  1129. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  1130. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  1131. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  1132. *OutputDataFormat: H_BYTE
  1133. *OptimizeLeftBound?: TRUE
  1134. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1135. *CursorYAfterSendBlockData: AUTO_INCREMENT
  1136. *DefaultFont: 136
  1137. *DefaultCTT: 0
  1138. *CharPosition: BASELINE
  1139. *TTFSEnabled?: TRUE
  1140. *DeviceFonts: LIST(136,138,146,147,148,149,150,151,152,153,154,155,156,157,164,165,
  1141. + 166,196,197,198,199,200,201,202,203,209,210,211,212,213,214,215,
  1142. + 216,217,218,219,220,221,222,223,224,225,226,227,228,229,230)
  1143. *MinFontID: 16534
  1144. *MaxFontID: 32768
  1145. *FontFormat: HPPCL_RES
  1146. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  1147. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  1148. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  1149. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  1150. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  1151. *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" }
  1152. *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" }
  1153. *MinGrayFill: 1
  1154. *MaxGrayFill: 100
  1155. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{(RectXSize / 2) }"A" }
  1156. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{(RectYSize / 2) }"B" }
  1157. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage }"g2P" }
  1158. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }