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.

1013 lines
29 KiB

  1. *%
  2. *% Core GPD file for Ricoh PCL5e printer
  3. *% FileName: RIAP200X.GPD
  4. *% Created: 1999/03/24
  5. *% Modified: 2001/12/06
  6. *%
  7. *% Copyright (c) 1999 - 2001 Ricoh Co., Ltd.
  8. *% All rights reserved.
  9. *%
  10. *GPDFileVersion: "1.202"
  11. *Include: "TTFSUB.GPD"
  12. *Include: "RIAF5MAC.GPD"
  13. *MasterUnits: PAIR(1200, 1200)
  14. *ResourceDLL: "RIAFRES.DLL"
  15. *PrinterType: PAGE
  16. *MaxCopies: 999
  17. *rcInstalledOptionNameID: 330 *%%% "Installed"
  18. *rcNotInstalledOptionNameID: 329 *%%% "Not Installed"
  19. *%======== Memory ========
  20. *Feature: Memory
  21. {
  22. *rcNameID: =PRINTER_MEMORY_DISPLAY
  23. *DefaultOption: 8192KB
  24. *Option: 8192KB
  25. {
  26. *Name: "8MB"
  27. *MemoryConfigKB: PAIR(8192, 6750)
  28. }
  29. }
  30. *%======== Hard Disk (custom feature) ========
  31. *Feature: HardDisk
  32. {
  33. *rcNameID: 380 *%%% "Hard Disk"
  34. *FeatureType: PRINTER_PROPERTY
  35. *DefaultOption: NotInstalled
  36. *Option: NotInstalled
  37. {
  38. *rcNameID: 329
  39. *DisabledFeatures: LIST(Collate)
  40. }
  41. *Option: Installed
  42. {
  43. *rcNameID: 330
  44. }
  45. }
  46. *%======== Orientation ========
  47. *Feature: Orientation
  48. {
  49. *rcNameID: =ORIENTATION_DISPLAY
  50. *DefaultOption: PORTRAIT
  51. *Option: PORTRAIT
  52. {
  53. *rcNameID: =PORTRAIT_DISPLAY
  54. }
  55. *Option: LANDSCAPE_CC90
  56. {
  57. *rcNameID: =LANDSCAPE_DISPLAY
  58. }
  59. }
  60. *%======== InputBin ========
  61. *Macros: CmdStrings_InputBin
  62. {
  63. PRECMD_INPUTBIN_PORT: "<1B>&l0O"
  64. PRECMD_INPUTBIN_LAND: "<1B>&l1O"
  65. }
  66. *Feature: InputBin
  67. {
  68. *rcNameID: =PAPER_SOURCE_DISPLAY
  69. *DefaultOption: AUTO
  70. *Option: AUTO
  71. {
  72. *rcNameID: 267 *%%% "Auto Select by Printer"
  73. *switch: Orientation
  74. {
  75. *case: PORTRAIT
  76. {
  77. *Command: CmdSelect
  78. {
  79. *Order: DOC_SETUP.30
  80. *NoPageEject?: TRUE
  81. *Cmd: =PRECMD_INPUTBIN_PORT "<1B>&l7H"
  82. }
  83. }
  84. *case: LANDSCAPE_CC90
  85. {
  86. *Command: CmdSelect
  87. {
  88. *Order: DOC_SETUP.30
  89. *NoPageEject?: TRUE
  90. *Cmd: =PRECMD_INPUTBIN_LAND "<1B>&l7H"
  91. }
  92. }
  93. }
  94. }
  95. *Option: BypassTray
  96. {
  97. *rcNameID: 272 *%%% "Bypass Tray"
  98. *OptionID: 4 *%%% DMBIN_MANUAL
  99. *switch: Orientation
  100. {
  101. *case: PORTRAIT
  102. {
  103. *Command: CmdSelect
  104. {
  105. *Order: DOC_SETUP.30
  106. *NoPageEject?: TRUE
  107. *Cmd: =PRECMD_INPUTBIN_PORT "<1B>&l2H"
  108. }
  109. }
  110. *case: LANDSCAPE_CC90
  111. {
  112. *Command: CmdSelect
  113. {
  114. *Order: DOC_SETUP.30
  115. *NoPageEject?: TRUE
  116. *Cmd: =PRECMD_INPUTBIN_LAND "<1B>&l2H"
  117. }
  118. }
  119. }
  120. }
  121. *Option: Tray1
  122. {
  123. *rcNameID: 268 *%%% "Tray 1"
  124. *OptionID: 1 *%%% DMBIN_UPPER
  125. *switch: Orientation
  126. {
  127. *case: PORTRAIT
  128. {
  129. *Command: CmdSelect
  130. {
  131. *Order: DOC_SETUP.30
  132. *NoPageEject?: TRUE
  133. *Cmd: =PRECMD_INPUTBIN_PORT "<1B>&l1H"
  134. }
  135. }
  136. *case: LANDSCAPE_CC90
  137. {
  138. *Command: CmdSelect
  139. {
  140. *Order: DOC_SETUP.30
  141. *NoPageEject?: TRUE
  142. *Cmd: =PRECMD_INPUTBIN_LAND "<1B>&l1H"
  143. }
  144. }
  145. }
  146. }
  147. *Option: Tray2
  148. {
  149. *rcNameID: 269 *%%% "Tray 2"
  150. *OptionID: 3 *%%% DMBIN_MIDDLE
  151. *Installable?: TRUE
  152. *rcInstallableFeatureNameID: 269
  153. *switch: Orientation
  154. {
  155. *case: PORTRAIT
  156. {
  157. *Command: CmdSelect
  158. {
  159. *Order: DOC_SETUP.30
  160. *NoPageEject?: TRUE
  161. *Cmd: =PRECMD_INPUTBIN_PORT "<1B>&l5H"
  162. }
  163. }
  164. *case: LANDSCAPE_CC90
  165. {
  166. *Command: CmdSelect
  167. {
  168. *Order: DOC_SETUP.30
  169. *NoPageEject?: TRUE
  170. *Cmd: =PRECMD_INPUTBIN_LAND "<1B>&l5H"
  171. }
  172. }
  173. }
  174. }
  175. *Option: Tray3
  176. {
  177. *rcNameID: 270 *%%% "Tray 3"
  178. *OptionID: 2 *%%% DMBIN_LOWER
  179. *Installable?: TRUE
  180. *rcInstallableFeatureNameID: 270
  181. *switch: Orientation
  182. {
  183. *case: PORTRAIT
  184. {
  185. *Command: CmdSelect
  186. {
  187. *Order: DOC_SETUP.30
  188. *NoPageEject?: TRUE
  189. *Cmd: =PRECMD_INPUTBIN_PORT "<1B>&l8H"
  190. }
  191. }
  192. *case: LANDSCAPE_CC90
  193. {
  194. *Command: CmdSelect
  195. {
  196. *Order: DOC_SETUP.30
  197. *NoPageEject?: TRUE
  198. *Cmd: =PRECMD_INPUTBIN_LAND "<1B>&l8H"
  199. }
  200. }
  201. }
  202. }
  203. }
  204. *%======== Resolution ========
  205. *Feature: Resolution
  206. {
  207. *rcNameID: =RESOLUTION_DISPLAY
  208. *DefaultOption: 600dpi
  209. *Option: 600dpi
  210. {
  211. *rcNameID: 395 *%%% "600 dpi"
  212. *DPI: PAIR(600, 600)
  213. *TextDPI: PAIR(600, 600)
  214. *MinStripBlankPixels: 32
  215. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  216. *SpotDiameter: 100
  217. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  218. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  219. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  220. *Command: CmdSelect
  221. {
  222. *Order: JOB_SETUP.90
  223. *Cmd: "@PJL SET RESOLUTION=600<0A>@PJL ENTER LANGUAGE=PCL<0A1B>E<1B>*t600R"
  224. }
  225. }
  226. *Option: 300dpi
  227. {
  228. *rcNameID: 396 *%%% "300 dpi"
  229. *DPI: PAIR(300, 300)
  230. *TextDPI: PAIR(300, 300)
  231. *MinStripBlankPixels: 32
  232. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  233. *SpotDiameter: 100
  234. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  235. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  236. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  237. *Command: CmdSelect
  238. {
  239. *Order: JOB_SETUP.90
  240. *Cmd: "@PJL SET RESOLUTION=300<0A>@PJL ENTER LANGUAGE=PCL<0A1B>E<1B>*t300R"
  241. }
  242. }
  243. }
  244. *%======== PaperSize ========
  245. *Feature: PaperSize
  246. {
  247. *rcNameID: =PAPER_SIZE_DISPLAY
  248. *DefaultOption: LETTER
  249. *Option: 11X17
  250. {
  251. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  252. *switch: Orientation
  253. {
  254. *case: PORTRAIT
  255. {
  256. *PrintableArea: PAIR(12600, 19800)
  257. *PrintableOrigin: PAIR(300, 300)
  258. *CursorOrigin: PAIR(300, 200)
  259. *Command: CmdSelect
  260. {
  261. *Order: DOC_SETUP.40
  262. *Cmd: "<1B>&l6a8c1E<1B>*p0x0Y<1B>*c0t7560x12000Y"
  263. }
  264. }
  265. *case: LANDSCAPE_CC90
  266. {
  267. *PrintableArea: PAIR(12600, 19800)
  268. *PrintableOrigin: PAIR(300, 300)
  269. *CursorOrigin: PAIR(200, 20100)
  270. *Command: CmdSelect
  271. {
  272. *Order: DOC_SETUP.40
  273. *Cmd: "<1B>&l6a8c1E<1B>*p0x0Y<1B>*c0t11880x7680Y"
  274. }
  275. }
  276. }
  277. }
  278. *Option: LETTER
  279. {
  280. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  281. *switch: Orientation
  282. {
  283. *case: PORTRAIT
  284. {
  285. *PrintableArea: PAIR(9600, 12648)
  286. *PrintableOrigin: PAIR(300, 300)
  287. *CursorOrigin: PAIR(300, 180)
  288. *Command: CmdSelect
  289. {
  290. *Order: DOC_SETUP.40
  291. *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t5760x7704Y"
  292. }
  293. }
  294. *case: LANDSCAPE_CC90
  295. {
  296. *PrintableArea: PAIR(9760, 12688)
  297. *PrintableOrigin: PAIR(200, 272)
  298. *CursorOrigin: PAIR(200, 12960)
  299. *Command: CmdSelect
  300. {
  301. *Order: DOC_SETUP.40
  302. *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t7632x5880Y"
  303. }
  304. }
  305. }
  306. }
  307. *Option: LEGAL
  308. {
  309. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  310. *switch: Orientation
  311. {
  312. *case: PORTRAIT
  313. {
  314. *PrintableArea: PAIR(9600, 16248)
  315. *PrintableOrigin: PAIR(300, 300)
  316. *CursorOrigin: PAIR(300, 180)
  317. *Command: CmdSelect
  318. {
  319. *Order: DOC_SETUP.40
  320. *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t5760x9864Y"
  321. }
  322. }
  323. *case: LANDSCAPE_CC90
  324. {
  325. *PrintableArea: PAIR(9760, 16284)
  326. *PrintableOrigin: PAIR(200, 276)
  327. *CursorOrigin: PAIR(200, 16560)
  328. *Command: CmdSelect
  329. {
  330. *Order: DOC_SETUP.40
  331. *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t9792x5880Y"
  332. }
  333. }
  334. }
  335. }
  336. *Option: EXECUTIVE
  337. {
  338. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  339. *switch: Orientation
  340. {
  341. *case: PORTRAIT
  342. {
  343. *PrintableArea: PAIR(8100, 12048)
  344. *PrintableOrigin: PAIR(300, 300)
  345. *CursorOrigin: PAIR(300, 180)
  346. *Command: CmdSelect
  347. {
  348. *Order: DOC_SETUP.40
  349. *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t4860x7344Y"
  350. }
  351. }
  352. *case: LANDSCAPE_CC90
  353. {
  354. *PrintableArea: PAIR(8220, 12080)
  355. *PrintableOrigin: PAIR(240, 280)
  356. *CursorOrigin: PAIR(200, 12360)
  357. *Command: CmdSelect
  358. {
  359. *Order: DOC_SETUP.40
  360. *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t7272x4980Y"
  361. }
  362. }
  363. }
  364. }
  365. *Option: STATEMENT
  366. {
  367. *rcNameID: 394 *%%% "5.5x8.5"
  368. *switch: Orientation
  369. {
  370. *case: PORTRAIT
  371. {
  372. *PrintableArea: PAIR(6000, 9600)
  373. *% *PrintableOrigin: PAIR(300, 300)
  374. *PrintableOrigin: PAIR(300, 240)
  375. *CursorOrigin: PAIR(300, 180)
  376. *Command: CmdSelect
  377. {
  378. *Order: DOC_SETUP.40
  379. *Cmd: "<1B>&l7a8c1E<1B>*p0x0Y<1B>*c0t3618x5778Y"
  380. }
  381. }
  382. *case: LANDSCAPE_CC90
  383. {
  384. *PrintableArea: PAIR(6000, 9600)
  385. *% *PrintableOrigin: PAIR(300, 300)
  386. *% *CursorOrigin: PAIR(200, 9900)
  387. *PrintableOrigin: PAIR(300, 400)
  388. *CursorOrigin: PAIR(200, 10090)
  389. *Command: CmdSelect
  390. {
  391. *Order: DOC_SETUP.40
  392. *Cmd: "<1B>&l7a8c1E<1B>*p0x0Y<1B>*c0t5778x3618Y"
  393. }
  394. }
  395. }
  396. }
  397. *Option: A3
  398. {
  399. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  400. *switch: Orientation
  401. {
  402. *case: PORTRAIT
  403. {
  404. *PrintableArea: PAIR(13428, 19308)
  405. *PrintableOrigin: PAIR(300, 300)
  406. *CursorOrigin: PAIR(300, 180)
  407. *Command: CmdSelect
  408. {
  409. *Order: DOC_SETUP.40
  410. *Cmd: "<1B>&l27a8c1E<1B>*p0x0Y<1B>*c0t8057x11693Y"
  411. }
  412. }
  413. *case: LANDSCAPE_CC90
  414. {
  415. *PrintableArea: PAIR(13588, 19368)
  416. *PrintableOrigin: PAIR(200, 240)
  417. *CursorOrigin: PAIR(200, 19608)
  418. *Command: CmdSelect
  419. {
  420. *Order: DOC_SETUP.40
  421. *Cmd: "<1B>&l27a8c1E<1B>*p0x0Y<1B>*c0t11621x8177Y"
  422. }
  423. }
  424. }
  425. }
  426. *Option: A4
  427. {
  428. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  429. *switch: Orientation
  430. {
  431. *case: PORTRAIT
  432. {
  433. *PrintableArea: PAIR(9292, 13476)
  434. *PrintableOrigin: PAIR(300, 300)
  435. *CursorOrigin: PAIR(300, 180)
  436. *Command: CmdSelect
  437. {
  438. *Order: DOC_SETUP.40
  439. *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t5594x8201Y"
  440. }
  441. }
  442. *case: LANDSCAPE_CC90
  443. {
  444. *PrintableArea: PAIR(9464, 13516)
  445. *PrintableOrigin: PAIR(220, 272)
  446. *CursorOrigin: PAIR(200, 13788)
  447. *Command: CmdSelect
  448. {
  449. *Order: DOC_SETUP.40
  450. *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t8129x5714Y"
  451. }
  452. }
  453. }
  454. }
  455. *Option: A5
  456. {
  457. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  458. *switch: Orientation
  459. {
  460. *case: PORTRAIT
  461. {
  462. *PrintableArea: PAIR(6416, 9420)
  463. *% *PrintableOrigin: PAIR(300, 300)
  464. *PrintableOrigin: PAIR(300, 220)
  465. *CursorOrigin: PAIR(300, 180)
  466. *Command: CmdSelect
  467. {
  468. *Order: DOC_SETUP.40
  469. *Cmd: "<1B>&l25a8c1E<1B>*p0x0Y<1B>*c0t3868x5670Y"
  470. }
  471. }
  472. *case: LANDSCAPE_CC90
  473. {
  474. *PrintableArea: PAIR(6416, 9420)
  475. *% *PrintableOrigin: PAIR(280, 204)
  476. *% *CursorOrigin: PAIR(200, 9624)
  477. *PrintableOrigin: PAIR(280, 360)
  478. *CursorOrigin: PAIR(200, 9800)
  479. *Command: CmdSelect
  480. {
  481. *Order: DOC_SETUP.40
  482. *Cmd: "<1B>&l25a8c1E<1B>*p0x0Y<1B>*c0t5670x3868Y"
  483. }
  484. }
  485. }
  486. }
  487. *Option: B4
  488. {
  489. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  490. *switch: Orientation
  491. {
  492. *case: PORTRAIT
  493. {
  494. *PrintableArea: PAIR(11544, 16656)
  495. *PrintableOrigin: PAIR(300, 300)
  496. *CursorOrigin: PAIR(300, 180)
  497. *Command: CmdSelect
  498. {
  499. *Order: DOC_SETUP.40
  500. *Cmd: "<1B>&l46a8c1E<1B>*p0x0Y<1B>*c0t6926x10102Y"
  501. }
  502. }
  503. *case: LANDSCAPE_CC90
  504. {
  505. *PrintableArea: PAIR(11704, 16716)
  506. *PrintableOrigin: PAIR(200, 240)
  507. *CursorOrigin: PAIR(200, 16956)
  508. *Command: CmdSelect
  509. {
  510. *Order: DOC_SETUP.40
  511. *Cmd: "<1B>&l46a8c1E<1B>*p0x0Y<1B>*c0t10030x7046Y"
  512. }
  513. }
  514. }
  515. }
  516. *Option: B5
  517. {
  518. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  519. *switch: Orientation
  520. {
  521. *case: PORTRAIT
  522. {
  523. *PrintableArea: PAIR(8004, 11604)
  524. *PrintableOrigin: PAIR(300, 300)
  525. *CursorOrigin: PAIR(300, 180)
  526. *Command: CmdSelect
  527. {
  528. *Order: DOC_SETUP.40
  529. *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t4802x7070Y"
  530. }
  531. }
  532. *case: LANDSCAPE_CC90
  533. {
  534. *PrintableArea: PAIR(8144, 11664)
  535. *PrintableOrigin: PAIR(220, 240)
  536. *CursorOrigin: PAIR(200, 11904)
  537. *Command: CmdSelect
  538. {
  539. *Order: DOC_SETUP.40
  540. *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t6998x4922Y"
  541. }
  542. }
  543. }
  544. }
  545. *Option: ENV_10
  546. {
  547. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  548. *switch: Orientation
  549. {
  550. *case: PORTRAIT
  551. {
  552. *PrintableArea: PAIR(4296, 10800)
  553. *PrintableOrigin: PAIR(300, 300)
  554. *CursorOrigin: PAIR(300, 160)
  555. *Command: CmdSelect
  556. {
  557. *Order: DOC_SETUP.40
  558. *Cmd: "<1B>&l81a8c1E<1B>*p0x0Y<1B>*c0t2614x6648Y"
  559. }
  560. }
  561. *case: LANDSCAPE_CC90
  562. {
  563. *PrintableArea: PAIR(4356, 10800)
  564. *PrintableOrigin: PAIR(300, 300)
  565. *CursorOrigin: PAIR(200, 11100)
  566. *Command: CmdSelect
  567. {
  568. *Order: DOC_SETUP.40
  569. *Cmd: "<1B>&l81a8c1E<1B>*p0x0Y<1B>*c0t6480x2734Y"
  570. }
  571. }
  572. }
  573. }
  574. *Option: ENV_DL
  575. {
  576. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  577. *switch: Orientation
  578. {
  579. *case: PORTRAIT
  580. {
  581. *PrintableArea: PAIR(4596, 9792)
  582. *PrintableOrigin: PAIR(300, 300)
  583. *CursorOrigin: PAIR(300, 160)
  584. *Command: CmdSelect
  585. {
  586. *Order: DOC_SETUP.40
  587. *Cmd: "<1B>&l90a8c1E<1B>*p0x0Y<1B>*c0t2758x6043Y"
  588. }
  589. }
  590. *case: LANDSCAPE_CC90
  591. {
  592. *PrintableArea: PAIR(4596, 9792)
  593. *PrintableOrigin: PAIR(300, 300)
  594. *CursorOrigin: PAIR(200, 10092)
  595. *Command: CmdSelect
  596. {
  597. *Order: DOC_SETUP.40
  598. *Cmd: "<1B>&l90a8c1E<1B>*p0x0Y<1B>*c0t5875x2878Y"
  599. }
  600. }
  601. }
  602. }
  603. *Option: ENV_MONARCH
  604. {
  605. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  606. *switch: Orientation
  607. {
  608. *case: PORTRAIT
  609. {
  610. *PrintableArea: PAIR(3996, 8400)
  611. *PrintableOrigin: PAIR(300, 300)
  612. *CursorOrigin: PAIR(300, 200)
  613. *Command: CmdSelect
  614. {
  615. *Order: DOC_SETUP.40
  616. *Cmd: "<1B>&l80a8c1E<1B>*p0x0Y<1B>*c0t2434x5160Y"
  617. }
  618. }
  619. *case: LANDSCAPE_CC90
  620. {
  621. *PrintableArea: PAIR(4056, 8400)
  622. *PrintableOrigin: PAIR(300, 300)
  623. *CursorOrigin: PAIR(200, 8700)
  624. *Command: CmdSelect
  625. {
  626. *Order: DOC_SETUP.40
  627. *Cmd: "<1B>&l80a8c1E<1B>*p0x0Y<1B>*c0t5040x2554Y"
  628. }
  629. }
  630. }
  631. }
  632. *Option: ENV_C6
  633. {
  634. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  635. *switch: Orientation
  636. {
  637. *case: PORTRAIT
  638. {
  639. *PrintableArea: PAIR(4768, 7040)
  640. *PrintableOrigin: PAIR(300, 300)
  641. *CursorOrigin: PAIR(300, 180)
  642. *Command: CmdSelect
  643. {
  644. *Order: DOC_SETUP.40
  645. *Cmd: "<1B>&l228a8c1E<1B>*p0x0Y<1B>*c0t2879x4242Y"
  646. }
  647. }
  648. *case: LANDSCAPE_CC90
  649. {
  650. *PrintableArea: PAIR(4768, 7040)
  651. *PrintableOrigin: PAIR(320, 316)
  652. *CursorOrigin: PAIR(200, 7356)
  653. *Command: CmdSelect
  654. {
  655. *Order: DOC_SETUP.40
  656. *Cmd: "<1B>&l228a8c1E<1B>*p0x0Y<1B>*c0t4242x2879Y"
  657. }
  658. }
  659. }
  660. }
  661. *Option: GovernmentLegal
  662. {
  663. *rcNameID: 393 *%%% "8x13"
  664. *PageDimensions: PAIR(9600, 15600)
  665. *switch: Orientation
  666. {
  667. *case: PORTRAIT
  668. {
  669. *PrintableArea: PAIR(9000, 15000)
  670. *PrintableOrigin: PAIR(300, 300)
  671. *CursorOrigin: PAIR(300, 180)
  672. *Command: CmdSelect
  673. {
  674. *Order: DOC_SETUP.40
  675. *Cmd: "<1B>&l208a8c1E<1B>*p0x0Y<1B>*c0t5418x9018Y"
  676. }
  677. }
  678. *case: LANDSCAPE_CC90
  679. {
  680. *PrintableArea: PAIR(9000, 15000)
  681. *PrintableOrigin: PAIR(300, 300)
  682. *CursorOrigin: PAIR(200, 15300)
  683. *Command: CmdSelect
  684. {
  685. *Order: DOC_SETUP.40
  686. *Cmd: "<1B>&l208a8c1E<1B>*p0x0Y<1B>*c0t9018x5418Y"
  687. }
  688. }
  689. }
  690. }
  691. *Option: Foolscap
  692. {
  693. *rcNameID: 392 *%%% "8.25x13"
  694. *PageDimensions: PAIR(9900, 15600)
  695. *switch: Orientation
  696. {
  697. *case: PORTRAIT
  698. {
  699. *PrintableArea: PAIR(9300, 15000)
  700. *PrintableOrigin: PAIR(300, 300)
  701. *CursorOrigin: PAIR(300, 180)
  702. *Command: CmdSelect
  703. {
  704. *Order: DOC_SETUP.40
  705. *Cmd: "<1B>&l40a8c1E<1B>*p0x0Y<1B>*c0t5598x9018Y"
  706. }
  707. }
  708. *case: LANDSCAPE_CC90
  709. {
  710. *PrintableArea: PAIR(9300, 15000)
  711. *PrintableOrigin: PAIR(300, 300)
  712. *CursorOrigin: PAIR(200, 15300)
  713. *Command: CmdSelect
  714. {
  715. *Order: DOC_SETUP.40
  716. *Cmd: "<1B>&l40a8c1E<1B>*p0x0Y<1B>*c0t9018x5598Y"
  717. }
  718. }
  719. }
  720. }
  721. *Option: FOLIO
  722. {
  723. *rcNameID: 391 *%%% "8.5x13"
  724. *switch: Orientation
  725. {
  726. *case: PORTRAIT
  727. {
  728. *PrintableArea: PAIR(9600, 15000)
  729. *PrintableOrigin: PAIR(300, 300)
  730. *CursorOrigin: PAIR(300, 180)
  731. *Command: CmdSelect
  732. {
  733. *Order: DOC_SETUP.40
  734. *Cmd: "<1B>&l207a8c1E<1B>*p0x0Y<1B>*c0t5760x9018Y"
  735. }
  736. }
  737. *case: LANDSCAPE_CC90
  738. {
  739. *PrintableArea: PAIR(9600, 15000)
  740. *PrintableOrigin: PAIR(300, 300)
  741. *CursorOrigin: PAIR(200, 15300)
  742. *Command: CmdSelect
  743. {
  744. *Order: DOC_SETUP.40
  745. *Cmd: "<1B>&l207a8c1E<1B>*p0x0Y<1B>*c0t9018x5880Y"
  746. }
  747. }
  748. }
  749. }
  750. }
  751. *%======== Collate ========
  752. *Feature: Collate
  753. {
  754. *Name: "Collated" *%%% This string isn't used in UI.
  755. *DefaultOption: OFF
  756. *Option: ON
  757. {
  758. *rcNameID: =ON_DISPLAY
  759. *switch: HardDisk
  760. {
  761. *case: NotInstalled
  762. {
  763. *Command: CmdSelect
  764. {
  765. *Order: JOB_SETUP.50
  766. *Cmd: "@PJL SET QTY=1<0A>"
  767. }
  768. }
  769. *case: Installed
  770. {
  771. *Command: CmdSelect
  772. {
  773. *Order: JOB_SETUP.50
  774. *Cmd: "@PJL SET QTY=" %d{NumOfCopies}"<0A>"
  775. }
  776. }
  777. }
  778. }
  779. *Option: OFF
  780. {
  781. *rcNameID: =OFF_DISPLAY
  782. *Command: CmdSelect
  783. {
  784. *Order: JOB_SETUP.50
  785. *Cmd: "@PJL SET QTY=1<0A>"
  786. }
  787. }
  788. }
  789. *%======== PrintQuality ========
  790. *Feature: PrintQuality
  791. {
  792. *rcNameID: =TEXT_QUALITY_DISPLAY
  793. *DefaultOption: SmoothingOn
  794. *Option: SmoothingOff
  795. {
  796. *rcNameID: 306 *%%% "Edge Smoothing - Off"
  797. *Command: CmdSelect
  798. {
  799. *Order: JOB_SETUP.20
  800. *Cmd: "@PJL SET RET=OFF<0A>"
  801. }
  802. }
  803. *Option: SmoothingOn
  804. {
  805. *rcNameID: 305 *%%% "Edge Smoothing - On"
  806. *Command: CmdSelect
  807. {
  808. *Order: JOB_SETUP.20
  809. *Cmd: "@PJL SET RET=ON<0A>"
  810. }
  811. }
  812. }
  813. *%======== PrintDensity ========
  814. *Feature: PrintDensity
  815. {
  816. *rcNameID: =PRINTDENSITY_DISPLAY
  817. *DefaultOption: EconomodeOff
  818. *Option: EconomodeOff
  819. {
  820. *rcNameID: 322 *%%% "Toner Saver - Off"
  821. *Command: CmdSelect
  822. {
  823. *Order: JOB_SETUP.30
  824. *Cmd: "@PJL SET ECONOMODE=OFF<0A>"
  825. }
  826. }
  827. *Option: EconomodeOn
  828. {
  829. *rcNameID: 323 *%%% "Toner Saver - On"
  830. *Command: CmdSelect
  831. {
  832. *Order: JOB_SETUP.30
  833. *Cmd: "@PJL SET ECONOMODE=ON<0A>"
  834. }
  835. }
  836. }
  837. *%======== Halftone ========
  838. *Feature: Halftone
  839. {
  840. *rcNameID: =HALFTONING_DISPLAY
  841. *DefaultOption: HT_PATSIZE_AUTO
  842. *Option: HT_PATSIZE_AUTO
  843. {
  844. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  845. }
  846. *Option: HT_PATSIZE_6x6_M
  847. {
  848. *rcNameID: =HT_DITHER6X6_DISPLAY
  849. }
  850. *Option: HT_PATSIZE_8x8_M
  851. {
  852. *rcNameID: =HT_DITHER8X8_DISPLAY
  853. }
  854. *Option: HT_PATSIZE_10x10_M
  855. {
  856. *rcNameID: 397 *%%% "Dither 10x10"
  857. }
  858. }
  859. *%======== StartJob ========
  860. *Command: CmdStartJob
  861. {
  862. *Order: JOB_SETUP.10
  863. *Cmd: "<1B>%%-12345X@PJL JOB NAME=<22>Printed by GPD minidriver<22><0A>@PJL SET PAGEPROTECT=AUTO<0A>"
  864. }
  865. *%======== StartDoc ========
  866. *Command: CmdStartDoc
  867. {
  868. *Order: DOC_SETUP.10
  869. *Cmd: "<1B>&u600D<1B>*r0F"
  870. }
  871. *%======== StartPage ========
  872. *Command: CmdStartPage
  873. {
  874. *Order: PAGE_SETUP.10
  875. *Cmd: "<1B>*b0M<0D>"
  876. }
  877. *%======== EndJob ========
  878. *Command: CmdEndJob
  879. {
  880. *Order: JOB_FINISH.10
  881. *Cmd: "<1B>%%-12345X@PJL EOJ NAME=<22>Printed by GPD minidriver<22><0A><1B>%%-12345X"
  882. }
  883. *%======== Copies ========
  884. *switch: Collate
  885. {
  886. *case: OFF
  887. {
  888. *Command: CmdCopies
  889. {
  890. *Order: DOC_SETUP.50
  891. *Cmd: "<1B>&l" %d[1,999]{NumOfCopies}"X"
  892. }
  893. }
  894. *case: ON
  895. {
  896. *Command: CmdCopies
  897. {
  898. *Order: DOC_SETUP.50
  899. *Cmd: "<1B>&l1X"
  900. }
  901. }
  902. }
  903. *%======== Capabilities ========
  904. *RotateCoordinate?: TRUE
  905. *RotateRaster?: TRUE
  906. *RotateFont?: TRUE
  907. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  908. *MemoryUsage: LIST(FONT)
  909. *%======== Cursor Control ========
  910. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  911. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  912. *XMoveThreshold: 0
  913. *YMoveThreshold: 0
  914. *XMoveUnit: 600
  915. *YMoveUnit: 600
  916. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{(DestX / 2)}"X" }
  917. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,9600]{max_repeat((DestXRel / 2))}"X" }
  918. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,9600]{max_repeat((DestXRel / 2))}"X" }
  919. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{(DestY / 2)}"Y" }
  920. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{(DestYRel / 2)}"Y" }
  921. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{(DestYRel / 2)}"Y" }
  922. *Command: CmdCR { *Cmd : "<0D>" }
  923. *Command: CmdLF { *Cmd : "<0A>" }
  924. *Command: CmdFF { *Cmd : "<0C>" }
  925. *Command: CmdBackSpace { *Cmd : "<08>" }
  926. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  927. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  928. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  929. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  930. *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" }
  931. *EjectPageWithFF?: TRUE
  932. *%======== Raster Data ========
  933. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  934. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  935. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  936. *OutputDataFormat: H_BYTE
  937. *OptimizeLeftBound?: TRUE
  938. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  939. *CursorYAfterSendBlockData: AUTO_INCREMENT
  940. *%======== Font ========
  941. *DefaultFont: =RC_FONT_COURIERR
  942. *DeviceFonts: =ALL_DEVICEFONTS
  943. *DefaultCTT: 0
  944. *CharPosition: BASELINE
  945. *TTFSEnabled?: TRUE
  946. *IgnoreBlock
  947. { *%%% Disabled ->
  948. *MinFontID: 16534
  949. *MaxFontID: 32768
  950. *switch: Resolution
  951. {
  952. *case: 600dpi
  953. {
  954. *FontFormat: HPPCL_OUTLINE
  955. }
  956. *case: 300dpi
  957. {
  958. *FontFormat: HPPCL_RES
  959. }
  960. }
  961. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  962. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  963. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  964. } *%%% Disabled <-
  965. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  966. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  967. *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" }
  968. *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" }
  969. *%======== RectFill ========
  970. *MinGrayFill: 1
  971. *MaxGrayFill: 100
  972. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{(RectXSize / 2)}"A" }
  973. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{(RectYSize / 2)}"B" }
  974. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  975. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  976. *Ifdef: WINNT_51
  977. *Personality: =PERSONALITY_HPGL2
  978. *%======== HP-GL/2 Graphics Mode ========
  979. *Feature: GraphicsMode
  980. {
  981. *rcNameID: =GRAPHICSMODE_DISPLAY
  982. *DefaultOption: HPGL2MODE
  983. *Option: HPGL2MODE
  984. {
  985. *rcNameID: =GRAPHICSMODE_HPGL2_DISPLAY
  986. }
  987. *Option: RASTERMODE
  988. {
  989. *rcNameID: =GRAPHICSMODE_RASTER_DISPLAY
  990. }
  991. }
  992. *Endif: