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.

1050 lines
40 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.0"
  7. *GPDFileName: "JIL600K.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 949
  10. *ModelName: "�������� JP-L600"
  11. *MasterUnits: PAIR(300, 300)
  12. *ResourceDLL: "PCL4KRES.DLL"
  13. *PrinterType: PAGE
  14. *MaxCopies: 99
  15. *FontCartSlots: 1
  16. *Feature: Orientation
  17. {
  18. *rcNameID: =ORIENTATION_DISPLAY
  19. *DefaultOption: PORTRAIT
  20. *Option: PORTRAIT
  21. {
  22. *rcNameID: =PORTRAIT_DISPLAY
  23. *Command: CmdSelect
  24. {
  25. *Order: DOC_SETUP.2
  26. *Cmd: "<1B>&l0O"
  27. }
  28. }
  29. *Option: LANDSCAPE_CC90
  30. {
  31. *rcNameID: =LANDSCAPE_DISPLAY
  32. *Command: CmdSelect
  33. {
  34. *Order: DOC_SETUP.2
  35. *Cmd: "<1B>&l1O"
  36. }
  37. }
  38. }
  39. *Feature: InputBin
  40. {
  41. *rcNameID: =PAPER_SOURCE_DISPLAY
  42. *DefaultOption: UPPER
  43. *Option: UPPER
  44. {
  45. *rcNameID: =UPPER_TRAY_DISPLAY
  46. *Command: CmdSelect
  47. {
  48. *Order: DOC_SETUP.3
  49. *Cmd: "<1B>&l1H"
  50. }
  51. }
  52. *Option: ENVMANUAL
  53. {
  54. *rcNameID: =ENV_MANUAL_DISPLAY
  55. *Command: CmdSelect
  56. {
  57. *Order: DOC_SETUP.3
  58. *Cmd: "<1B>&l3H"
  59. }
  60. }
  61. *Option: MANUAL
  62. {
  63. *rcNameID: =MANUAL_FEED_DISPLAY
  64. *Command: CmdSelect
  65. {
  66. *Order: DOC_SETUP.3
  67. *Cmd: "<1B>&l2H"
  68. }
  69. }
  70. *Option: LOWER
  71. {
  72. *rcNameID: =LOWER_TRAY_DISPLAY
  73. *Command: CmdSelect
  74. {
  75. *Order: DOC_SETUP.3
  76. *Cmd: "<1B>&l4H"
  77. }
  78. }
  79. }
  80. *Feature: Resolution
  81. {
  82. *rcNameID: =RESOLUTION_DISPLAY
  83. *DefaultOption: Option1
  84. *Option: Option1
  85. {
  86. *Name: "300 x 300 dots per inch"
  87. *DPI: PAIR(300, 300)
  88. *TextDPI: PAIR(300, 300)
  89. *MinStripBlankPixels: 32
  90. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  91. *SpotDiameter: 100
  92. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  93. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  94. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  95. *Command: CmdSelect
  96. {
  97. *Order: DOC_SETUP.5
  98. *Cmd: "<1B>*t300R"
  99. }
  100. }
  101. *Option: Option2
  102. {
  103. *Name: "150 x 150 dots per inch"
  104. *DPI: PAIR(150, 150)
  105. *TextDPI: PAIR(300, 300)
  106. *MinStripBlankPixels: 32
  107. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  108. *SpotDiameter: 100
  109. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  110. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  111. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  112. *Command: CmdSelect
  113. {
  114. *Order: DOC_SETUP.5
  115. *Cmd: "<1B>*t150R"
  116. }
  117. }
  118. *Option: Option3
  119. {
  120. *Name: "75 x 75 dots per inch"
  121. *DPI: PAIR(75, 75)
  122. *TextDPI: PAIR(300, 300)
  123. EXTERN_GLOBAL: *StripBlanks: LIST(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.5
  131. *Cmd: "<1B>*t75R"
  132. }
  133. }
  134. }
  135. *Feature: PaperSize
  136. {
  137. *rcNameID: =PAPER_SIZE_DISPLAY
  138. *DefaultOption: LETTER
  139. *Option: LETTER
  140. {
  141. *rcNameID: =LETTER_DISPLAY
  142. *switch: Orientation
  143. {
  144. *case: PORTRAIT
  145. {
  146. *PrintableArea: PAIR(2415, 3175)
  147. *PrintableOrigin: PAIR(75, 75)
  148. *switch: Resolution
  149. {
  150. *case: Option2
  151. {
  152. *% Warning: the following printable width is adjusted (2415->2414) so it is divisible by the resolution X scale.
  153. *% Warning: the following printable length is adjusted (3175->3174) so it is divisible by the resolution Y scale.
  154. *PrintableArea: PAIR(2414, 3174)
  155. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  156. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  157. *PrintableOrigin: PAIR(76, 76)
  158. }
  159. *case: Option3
  160. {
  161. *% Warning: the following printable width is adjusted (2415->2412) so it is divisible by the resolution X scale.
  162. *% Warning: the following printable length is adjusted (3175->3172) so it is divisible by the resolution Y scale.
  163. *PrintableArea: PAIR(2412, 3172)
  164. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  165. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  166. *PrintableOrigin: PAIR(76, 76)
  167. }
  168. }
  169. *CursorOrigin: PAIR(75, 75)
  170. *Command: CmdSelect
  171. {
  172. *Order: DOC_SETUP.4
  173. *Cmd: "<1B>&l2a4d1e42F"
  174. }
  175. }
  176. *case: LANDSCAPE_CC90
  177. {
  178. *PrintableArea: PAIR(2418, 3180)
  179. *PrintableOrigin: PAIR(72, 65)
  180. *switch: Resolution
  181. {
  182. *case: Option2
  183. {
  184. *% Warning: the following printable length is adjusted (3180->3178) so it is divisible by the resolution Y scale.
  185. *PrintableArea: PAIR(2418, 3178)
  186. *% Warning: the following printable origin Y is adjusted (65->66) so it is divisible by the resolution Y scale.
  187. *PrintableOrigin: PAIR(72, 66)
  188. }
  189. *case: Option3
  190. {
  191. *% Warning: the following printable width is adjusted (2418->2416) so it is divisible by the resolution X scale.
  192. *% Warning: the following printable length is adjusted (3180->3176) so it is divisible by the resolution Y scale.
  193. *PrintableArea: PAIR(2416, 3176)
  194. *% Warning: the following printable origin Y is adjusted (65->68) so it is divisible by the resolution Y scale.
  195. *PrintableOrigin: PAIR(72, 68)
  196. }
  197. }
  198. *CursorOrigin: PAIR(72, 3255)
  199. *Command: CmdSelect
  200. {
  201. *Order: DOC_SETUP.4
  202. *Cmd: "<1B>&l2a4d1e42F"
  203. }
  204. }
  205. }
  206. }
  207. *Option: LEGAL
  208. {
  209. *rcNameID: =LEGAL_DISPLAY
  210. *switch: Orientation
  211. {
  212. *case: PORTRAIT
  213. {
  214. *PrintableArea: PAIR(2415, 4075)
  215. *PrintableOrigin: PAIR(75, 75)
  216. *switch: Resolution
  217. {
  218. *case: Option2
  219. {
  220. *% Warning: the following printable width is adjusted (2415->2414) so it is divisible by the resolution X scale.
  221. *% Warning: the following printable length is adjusted (4075->4074) so it is divisible by the resolution Y scale.
  222. *PrintableArea: PAIR(2414, 4074)
  223. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  224. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  225. *PrintableOrigin: PAIR(76, 76)
  226. }
  227. *case: Option3
  228. {
  229. *% Warning: the following printable width is adjusted (2415->2412) so it is divisible by the resolution X scale.
  230. *% Warning: the following printable length is adjusted (4075->4072) so it is divisible by the resolution Y scale.
  231. *PrintableArea: PAIR(2412, 4072)
  232. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  233. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  234. *PrintableOrigin: PAIR(76, 76)
  235. }
  236. }
  237. *CursorOrigin: PAIR(75, 75)
  238. *Command: CmdSelect
  239. {
  240. *Order: DOC_SETUP.4
  241. *Cmd: "<1B>&l3a4d1e54F"
  242. }
  243. }
  244. *case: LANDSCAPE_CC90
  245. {
  246. *PrintableArea: PAIR(2418, 4080)
  247. *PrintableOrigin: PAIR(72, 65)
  248. *switch: Resolution
  249. {
  250. *case: Option2
  251. {
  252. *% Warning: the following printable length is adjusted (4080->4078) so it is divisible by the resolution Y scale.
  253. *PrintableArea: PAIR(2418, 4078)
  254. *% Warning: the following printable origin Y is adjusted (65->66) so it is divisible by the resolution Y scale.
  255. *PrintableOrigin: PAIR(72, 66)
  256. }
  257. *case: Option3
  258. {
  259. *% Warning: the following printable width is adjusted (2418->2416) so it is divisible by the resolution X scale.
  260. *% Warning: the following printable length is adjusted (4080->4076) so it is divisible by the resolution Y scale.
  261. *PrintableArea: PAIR(2416, 4076)
  262. *% Warning: the following printable origin Y is adjusted (65->68) so it is divisible by the resolution Y scale.
  263. *PrintableOrigin: PAIR(72, 68)
  264. }
  265. }
  266. *CursorOrigin: PAIR(72, 4145)
  267. *Command: CmdSelect
  268. {
  269. *Order: DOC_SETUP.4
  270. *Cmd: "<1B>&l3a4d1e54F"
  271. }
  272. }
  273. }
  274. }
  275. *Option: EXECUTIVE
  276. {
  277. *rcNameID: =EXECUTIVE_DISPLAY
  278. *switch: Orientation
  279. {
  280. *case: PORTRAIT
  281. {
  282. *PrintableArea: PAIR(2053, 3025)
  283. *PrintableOrigin: PAIR(69, 75)
  284. *switch: Resolution
  285. {
  286. *case: Option2
  287. {
  288. *% Warning: the following printable width is adjusted (2053->2052) so it is divisible by the resolution X scale.
  289. *% Warning: the following printable length is adjusted (3025->3024) so it is divisible by the resolution Y scale.
  290. *PrintableArea: PAIR(2052, 3024)
  291. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  292. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  293. *PrintableOrigin: PAIR(70, 76)
  294. }
  295. *case: Option3
  296. {
  297. *% Warning: the following printable width is adjusted (2053->2048) so it is divisible by the resolution X scale.
  298. *% Warning: the following printable length is adjusted (3025->3024) so it is divisible by the resolution Y scale.
  299. *PrintableArea: PAIR(2048, 3024)
  300. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  301. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  302. *PrintableOrigin: PAIR(72, 76)
  303. }
  304. }
  305. *CursorOrigin: PAIR(69, 75)
  306. *Command: CmdSelect
  307. {
  308. *Order: DOC_SETUP.4
  309. *Cmd: "<1B>&l1a4d1e40F"
  310. }
  311. }
  312. *case: LANDSCAPE_CC90
  313. {
  314. *PrintableArea: PAIR(2040, 3028)
  315. *PrintableOrigin: PAIR(75, 72)
  316. *switch: Resolution
  317. {
  318. *case: Option2
  319. {
  320. *% Warning: the following printable width is adjusted (2040->2038) so it is divisible by the resolution X scale.
  321. *PrintableArea: PAIR(2038, 3028)
  322. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  323. *PrintableOrigin: PAIR(76, 72)
  324. }
  325. *case: Option3
  326. {
  327. *% Warning: the following printable width is adjusted (2040->2036) so it is divisible by the resolution X scale.
  328. *PrintableArea: PAIR(2036, 3028)
  329. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  330. *PrintableOrigin: PAIR(76, 72)
  331. }
  332. }
  333. *CursorOrigin: PAIR(75, 3100)
  334. *Command: CmdSelect
  335. {
  336. *Order: DOC_SETUP.4
  337. *Cmd: "<1B>&l1a4d1e40F"
  338. }
  339. }
  340. }
  341. }
  342. *Option: A4
  343. {
  344. *rcNameID: =A4_DISPLAY
  345. *switch: Orientation
  346. {
  347. *case: PORTRAIT
  348. {
  349. *PrintableArea: PAIR(2359, 3382)
  350. *PrintableOrigin: PAIR(69, 75)
  351. *switch: Resolution
  352. {
  353. *case: Option2
  354. {
  355. *% Warning: the following printable width is adjusted (2359->2358) so it is divisible by the resolution X scale.
  356. *% Warning: the following printable length is adjusted (3382->3380) so it is divisible by the resolution Y scale.
  357. *PrintableArea: PAIR(2358, 3380)
  358. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  359. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  360. *PrintableOrigin: PAIR(70, 76)
  361. }
  362. *case: Option3
  363. {
  364. *% Warning: the following printable width is adjusted (2359->2356) so it is divisible by the resolution X scale.
  365. *% Warning: the following printable length is adjusted (3382->3380) so it is divisible by the resolution Y scale.
  366. *PrintableArea: PAIR(2356, 3380)
  367. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  368. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  369. *PrintableOrigin: PAIR(72, 76)
  370. }
  371. }
  372. *CursorOrigin: PAIR(69, 75)
  373. *Command: CmdSelect
  374. {
  375. *Order: DOC_SETUP.4
  376. *Cmd: "<1B>&l26a4d1e45F"
  377. }
  378. }
  379. *case: LANDSCAPE_CC90
  380. {
  381. *PrintableArea: PAIR(2346, 3396)
  382. *PrintableOrigin: PAIR(75, 72)
  383. *switch: Resolution
  384. {
  385. *case: Option2
  386. {
  387. *% Warning: the following printable width is adjusted (2346->2344) so it is divisible by the resolution X scale.
  388. *PrintableArea: PAIR(2344, 3396)
  389. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  390. *PrintableOrigin: PAIR(76, 72)
  391. }
  392. *case: Option3
  393. {
  394. *% Warning: the following printable width is adjusted (2346->2344) so it is divisible by the resolution X scale.
  395. *PrintableArea: PAIR(2344, 3396)
  396. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  397. *PrintableOrigin: PAIR(76, 72)
  398. }
  399. }
  400. *CursorOrigin: PAIR(75, 3468)
  401. *Command: CmdSelect
  402. {
  403. *Order: DOC_SETUP.4
  404. *Cmd: "<1B>&l26a4d1e45F"
  405. }
  406. }
  407. }
  408. }
  409. *Option: B4
  410. {
  411. *rcNameID: =B4_DISPLAY
  412. *switch: Orientation
  413. {
  414. *case: PORTRAIT
  415. {
  416. *PrintableArea: PAIR(2886, 4149)
  417. *PrintableOrigin: PAIR(75, 75)
  418. *switch: Resolution
  419. {
  420. *case: Option2
  421. {
  422. *% Warning: the following printable width is adjusted (2886->2884) so it is divisible by the resolution X scale.
  423. *% Warning: the following printable length is adjusted (4149->4148) so it is divisible by the resolution Y scale.
  424. *PrintableArea: PAIR(2884, 4148)
  425. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  426. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  427. *PrintableOrigin: PAIR(76, 76)
  428. }
  429. *case: Option3
  430. {
  431. *% Warning: the following printable width is adjusted (2886->2884) so it is divisible by the resolution X scale.
  432. *% Warning: the following printable length is adjusted (4149->4148) so it is divisible by the resolution Y scale.
  433. *PrintableArea: PAIR(2884, 4148)
  434. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  435. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  436. *PrintableOrigin: PAIR(76, 76)
  437. }
  438. }
  439. *CursorOrigin: PAIR(68, 75)
  440. *Command: CmdSelect
  441. {
  442. *Order: DOC_SETUP.4
  443. *Cmd: "<1B>&l46a4d1e97F"
  444. }
  445. }
  446. *case: LANDSCAPE_CC90
  447. {
  448. *PrintableArea: PAIR(2886, 4149)
  449. *PrintableOrigin: PAIR(75, 75)
  450. *switch: Resolution
  451. {
  452. *case: Option2
  453. {
  454. *% Warning: the following printable width is adjusted (2886->2884) so it is divisible by the resolution X scale.
  455. *% Warning: the following printable length is adjusted (4149->4148) so it is divisible by the resolution Y scale.
  456. *PrintableArea: PAIR(2884, 4148)
  457. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  458. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  459. *PrintableOrigin: PAIR(76, 76)
  460. }
  461. *case: Option3
  462. {
  463. *% Warning: the following printable width is adjusted (2886->2884) so it is divisible by the resolution X scale.
  464. *% Warning: the following printable length is adjusted (4149->4148) so it is divisible by the resolution Y scale.
  465. *PrintableArea: PAIR(2884, 4148)
  466. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  467. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  468. *PrintableOrigin: PAIR(76, 76)
  469. }
  470. }
  471. *CursorOrigin: PAIR(75, 4239)
  472. *Command: CmdSelect
  473. {
  474. *Order: DOC_SETUP.4
  475. *Cmd: "<1B>&l46a4d1e97F"
  476. }
  477. }
  478. }
  479. }
  480. *Option: ENV_10
  481. {
  482. *rcNameID: =ENV_10_DISPLAY
  483. *switch: Orientation
  484. {
  485. *case: PORTRAIT
  486. {
  487. *PrintableArea: PAIR(1117, 2725)
  488. *PrintableOrigin: PAIR(69, 75)
  489. *switch: Resolution
  490. {
  491. *case: Option2
  492. {
  493. *% Warning: the following printable width is adjusted (1117->1116) so it is divisible by the resolution X scale.
  494. *% Warning: the following printable length is adjusted (2725->2724) so it is divisible by the resolution Y scale.
  495. *PrintableArea: PAIR(1116, 2724)
  496. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  497. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  498. *PrintableOrigin: PAIR(70, 76)
  499. }
  500. *case: Option3
  501. {
  502. *% Warning: the following printable width is adjusted (1117->1112) so it is divisible by the resolution X scale.
  503. *% Warning: the following printable length is adjusted (2725->2724) so it is divisible by the resolution Y scale.
  504. *PrintableArea: PAIR(1112, 2724)
  505. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  506. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  507. *PrintableOrigin: PAIR(72, 76)
  508. }
  509. }
  510. *CursorOrigin: PAIR(69, 75)
  511. *Command: CmdSelect
  512. {
  513. *Order: DOC_SETUP.4
  514. *Cmd: "<1B>&l81a4d1E"
  515. }
  516. }
  517. *case: LANDSCAPE_CC90
  518. {
  519. *PrintableArea: PAIR(1104, 2739)
  520. *PrintableOrigin: PAIR(75, 72)
  521. *switch: Resolution
  522. {
  523. *case: Option2
  524. {
  525. *% Warning: the following printable width is adjusted (1104->1102) so it is divisible by the resolution X scale.
  526. *% Warning: the following printable length is adjusted (2739->2738) so it is divisible by the resolution Y scale.
  527. *PrintableArea: PAIR(1102, 2738)
  528. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  529. *PrintableOrigin: PAIR(76, 72)
  530. }
  531. *case: Option3
  532. {
  533. *% Warning: the following printable width is adjusted (1104->1100) so it is divisible by the resolution X scale.
  534. *% Warning: the following printable length is adjusted (2739->2736) so it is divisible by the resolution Y scale.
  535. *PrintableArea: PAIR(1100, 2736)
  536. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  537. *PrintableOrigin: PAIR(76, 72)
  538. }
  539. }
  540. *CursorOrigin: PAIR(75, 2811)
  541. *Command: CmdSelect
  542. {
  543. *Order: DOC_SETUP.4
  544. *Cmd: "<1B>&l81a4d1E"
  545. }
  546. }
  547. }
  548. }
  549. *Option: ENV_DL
  550. {
  551. *rcNameID: =ENV_DL_DISPLAY
  552. *switch: Orientation
  553. {
  554. *case: PORTRAIT
  555. {
  556. *PrintableArea: PAIR(1177, 2473)
  557. *PrintableOrigin: PAIR(69, 75)
  558. *switch: Resolution
  559. {
  560. *case: Option2
  561. {
  562. *% Warning: the following printable width is adjusted (1177->1176) so it is divisible by the resolution X scale.
  563. *% Warning: the following printable length is adjusted (2473->2472) so it is divisible by the resolution Y scale.
  564. *PrintableArea: PAIR(1176, 2472)
  565. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  566. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  567. *PrintableOrigin: PAIR(70, 76)
  568. }
  569. *case: Option3
  570. {
  571. *% Warning: the following printable width is adjusted (1177->1172) so it is divisible by the resolution X scale.
  572. *% Warning: the following printable length is adjusted (2473->2472) so it is divisible by the resolution Y scale.
  573. *PrintableArea: PAIR(1172, 2472)
  574. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  575. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  576. *PrintableOrigin: PAIR(72, 76)
  577. }
  578. }
  579. *CursorOrigin: PAIR(69, 75)
  580. *Command: CmdSelect
  581. {
  582. *Order: DOC_SETUP.4
  583. *Cmd: "<1B>&l90a4d1e45F"
  584. }
  585. }
  586. *case: LANDSCAPE_CC90
  587. {
  588. *PrintableArea: PAIR(1164, 2487)
  589. *PrintableOrigin: PAIR(75, 72)
  590. *switch: Resolution
  591. {
  592. *case: Option2
  593. {
  594. *% Warning: the following printable width is adjusted (1164->1162) so it is divisible by the resolution X scale.
  595. *% Warning: the following printable length is adjusted (2487->2486) so it is divisible by the resolution Y scale.
  596. *PrintableArea: PAIR(1162, 2486)
  597. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  598. *PrintableOrigin: PAIR(76, 72)
  599. }
  600. *case: Option3
  601. {
  602. *% Warning: the following printable width is adjusted (1164->1160) so it is divisible by the resolution X scale.
  603. *% Warning: the following printable length is adjusted (2487->2484) so it is divisible by the resolution Y scale.
  604. *PrintableArea: PAIR(1160, 2484)
  605. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  606. *PrintableOrigin: PAIR(76, 72)
  607. }
  608. }
  609. *CursorOrigin: PAIR(75, 2559)
  610. *Command: CmdSelect
  611. {
  612. *Order: DOC_SETUP.4
  613. *Cmd: "<1B>&l90a4d1e45F"
  614. }
  615. }
  616. }
  617. }
  618. *Option: ENV_C5
  619. {
  620. *rcNameID: =ENV_C5_DISPLAY
  621. *switch: Orientation
  622. {
  623. *case: PORTRAIT
  624. {
  625. *PrintableArea: PAIR(1792, 2581)
  626. *PrintableOrigin: PAIR(69, 75)
  627. *switch: Resolution
  628. {
  629. *case: Option2
  630. {
  631. *% Warning: the following printable width is adjusted (1792->1790) so it is divisible by the resolution X scale.
  632. *% Warning: the following printable length is adjusted (2581->2580) so it is divisible by the resolution Y scale.
  633. *PrintableArea: PAIR(1790, 2580)
  634. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  635. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  636. *PrintableOrigin: PAIR(70, 76)
  637. }
  638. *case: Option3
  639. {
  640. *% Warning: the following printable width is adjusted (1792->1788) so it is divisible by the resolution X scale.
  641. *% Warning: the following printable length is adjusted (2581->2580) so it is divisible by the resolution Y scale.
  642. *PrintableArea: PAIR(1788, 2580)
  643. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  644. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  645. *PrintableOrigin: PAIR(72, 76)
  646. }
  647. }
  648. *CursorOrigin: PAIR(69, 75)
  649. *Command: CmdSelect
  650. {
  651. *Order: DOC_SETUP.4
  652. *Cmd: "<1B>&l91a4d1e45F"
  653. }
  654. }
  655. *case: LANDSCAPE_CC90
  656. {
  657. *PrintableArea: PAIR(1779, 2595)
  658. *PrintableOrigin: PAIR(75, 72)
  659. *switch: Resolution
  660. {
  661. *case: Option2
  662. {
  663. *% Warning: the following printable width is adjusted (1779->1778) so it is divisible by the resolution X scale.
  664. *% Warning: the following printable length is adjusted (2595->2594) so it is divisible by the resolution Y scale.
  665. *PrintableArea: PAIR(1778, 2594)
  666. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  667. *PrintableOrigin: PAIR(76, 72)
  668. }
  669. *case: Option3
  670. {
  671. *% Warning: the following printable width is adjusted (1779->1776) so it is divisible by the resolution X scale.
  672. *% Warning: the following printable length is adjusted (2595->2592) so it is divisible by the resolution Y scale.
  673. *PrintableArea: PAIR(1776, 2592)
  674. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  675. *PrintableOrigin: PAIR(76, 72)
  676. }
  677. }
  678. *CursorOrigin: PAIR(75, 2667)
  679. *Command: CmdSelect
  680. {
  681. *Order: DOC_SETUP.4
  682. *Cmd: "<1B>&l91a4d1e45F"
  683. }
  684. }
  685. }
  686. }
  687. *Option: ENV_MONARCH
  688. {
  689. *rcNameID: =ENV_MONARCH_DISPLAY
  690. *switch: Orientation
  691. {
  692. *case: PORTRAIT
  693. {
  694. *PrintableArea: PAIR(1042, 2125)
  695. *PrintableOrigin: PAIR(69, 75)
  696. *switch: Resolution
  697. {
  698. *case: Option2
  699. {
  700. *% Warning: the following printable width is adjusted (1042->1040) so it is divisible by the resolution X scale.
  701. *% Warning: the following printable length is adjusted (2125->2124) so it is divisible by the resolution Y scale.
  702. *PrintableArea: PAIR(1040, 2124)
  703. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  704. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  705. *PrintableOrigin: PAIR(70, 76)
  706. }
  707. *case: Option3
  708. {
  709. *% Warning: the following printable width is adjusted (1042->1036) so it is divisible by the resolution X scale.
  710. *% Warning: the following printable length is adjusted (2125->2124) so it is divisible by the resolution Y scale.
  711. *PrintableArea: PAIR(1036, 2124)
  712. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  713. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  714. *PrintableOrigin: PAIR(72, 76)
  715. }
  716. }
  717. *CursorOrigin: PAIR(69, 75)
  718. *Command: CmdSelect
  719. {
  720. *Order: DOC_SETUP.4
  721. *Cmd: "<1B>&l80a4d1e45F"
  722. }
  723. }
  724. *case: LANDSCAPE_CC90
  725. {
  726. *PrintableArea: PAIR(1029, 2139)
  727. *PrintableOrigin: PAIR(75, 72)
  728. *switch: Resolution
  729. {
  730. *case: Option2
  731. {
  732. *% Warning: the following printable width is adjusted (1029->1028) so it is divisible by the resolution X scale.
  733. *% Warning: the following printable length is adjusted (2139->2138) so it is divisible by the resolution Y scale.
  734. *PrintableArea: PAIR(1028, 2138)
  735. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  736. *PrintableOrigin: PAIR(76, 72)
  737. }
  738. *case: Option3
  739. {
  740. *% Warning: the following printable width is adjusted (1029->1028) so it is divisible by the resolution X scale.
  741. *% Warning: the following printable length is adjusted (2139->2136) so it is divisible by the resolution Y scale.
  742. *PrintableArea: PAIR(1028, 2136)
  743. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  744. *PrintableOrigin: PAIR(76, 72)
  745. }
  746. }
  747. *CursorOrigin: PAIR(75, 2211)
  748. *Command: CmdSelect
  749. {
  750. *Order: DOC_SETUP.4
  751. *Cmd: "<1B>&l80a4d1e45F"
  752. }
  753. }
  754. }
  755. }
  756. }
  757. *Feature: Halftone
  758. {
  759. *rcNameID: =HALFTONING_DISPLAY
  760. *DefaultOption: HT_PATSIZE_AUTO
  761. *Option: HT_PATSIZE_AUTO
  762. {
  763. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  764. }
  765. *Option: HT_PATSIZE_SUPERCELL_M
  766. {
  767. *rcNameID: =HT_SUPERCELL_DISPLAY
  768. }
  769. *Option: HT_PATSIZE_6x6_M
  770. {
  771. *rcNameID: =HT_DITHER6X6_DISPLAY
  772. }
  773. *Option: HT_PATSIZE_8x8_M
  774. {
  775. *rcNameID: =HT_DITHER8X8_DISPLAY
  776. }
  777. }
  778. *Feature: Memory
  779. {
  780. *rcNameID: =PRINTER_MEMORY_DISPLAY
  781. *DefaultOption: 1536KB
  782. *Option: 512KB
  783. {
  784. *Name: "512KB"
  785. *MemoryConfigKB: PAIR(512, 369)
  786. }
  787. *Option: 1536KB
  788. {
  789. *Name: "1536KB"
  790. *MemoryConfigKB: PAIR(1536, 1419)
  791. }
  792. *Option: 2560KB
  793. {
  794. *Name: "2560KB"
  795. *MemoryConfigKB: PAIR(2560, 2243)
  796. }
  797. *Option: 3584KB
  798. {
  799. *Name: "3584KB"
  800. *MemoryConfigKB: PAIR(3584, 3467)
  801. }
  802. *Option: 4608KB
  803. {
  804. *Name: "4608KB"
  805. *MemoryConfigKB: PAIR(4608, 4491)
  806. }
  807. }
  808. *Command: CmdStartDoc
  809. {
  810. *Order: DOC_SETUP.1
  811. *Cmd: "<1B>E<1B>&l0S<1B>&l0L<1B>*r0F"
  812. }
  813. *Command: CmdStartPage
  814. {
  815. *Order: PAGE_SETUP.1
  816. *Cmd: "<1B>*b0M<0D>"
  817. }
  818. *Command: CmdEndJob
  819. {
  820. *Order: JOB_FINISH.1
  821. *Cmd: "<1B>E"
  822. }
  823. *Command: CmdCopies
  824. {
  825. *Order: DOC_SETUP.6
  826. *Cmd: "<1B>&l" %d[1,99]{NumOfCopies}"X"
  827. }
  828. *RotateCoordinate?: TRUE
  829. *RotateRaster?: TRUE
  830. *RotateFont?: TRUE
  831. *TextCaps: LIST(TC_UA_ABLE)
  832. *MemoryUsage: LIST(FONT, RASTER, VECTOR)
  833. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  834. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  835. *XMoveThreshold: 0
  836. *YMoveThreshold: 0
  837. *XMoveUnit: 300
  838. *YMoveUnit: 300
  839. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{DestX}"X" }
  840. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,2400]{max_repeat(DestXRel )}"X" }
  841. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,2400]{max_repeat(DestXRel )}"X" }
  842. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{DestY}"Y" }
  843. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{DestYRel}"Y" }
  844. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{DestYRel}"Y" }
  845. *Command: CmdCR { *Cmd : "<0D>" }
  846. *Command: CmdLF { *Cmd : "<0A>" }
  847. *Command: CmdFF { *Cmd : "<0C>" }
  848. *Command: CmdBackSpace { *Cmd : "<08>" }
  849. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  850. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  851. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  852. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  853. *EjectPageWithFF?: TRUE
  854. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  855. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  856. *OutputDataFormat: H_BYTE
  857. *OptimizeLeftBound?: TRUE
  858. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  859. *CursorYAfterSendBlockData: AUTO_INCREMENT
  860. *DefaultFont: 207
  861. *DefaultCTT: 0
  862. *CharPosition: BASELINE
  863. *DeviceFonts: LIST(205,206,207,208,211,212,213)
  864. *FontCartridge: FC1
  865. {
  866. *rcCartridgeNameID: 264
  867. *Fonts: LIST(162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,
  868. + 178,179)
  869. }
  870. *FontCartridge: FC2
  871. {
  872. *rcCartridgeNameID: 265
  873. *Fonts: LIST(5,7,8,9,42,43,44,45,59,60,94,96,98,100,101,102,
  874. + 103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,
  875. + 119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135)
  876. }
  877. *FontCartridge: FC3
  878. {
  879. *rcCartridgeNameID: 266
  880. *Fonts: LIST(46,47,48,49,50,51)
  881. }
  882. *FontCartridge: FC4
  883. {
  884. *rcCartridgeNameID: 267
  885. *Fonts: LIST(52,53,54,55,56,57,58)
  886. }
  887. *FontCartridge: FC5
  888. {
  889. *rcCartridgeNameID: 268
  890. *Fonts: LIST(23,24,25,63,64,65,66,148,149,150,151,152,153,154,155,156)
  891. }
  892. *FontCartridge: FC6
  893. {
  894. *rcCartridgeNameID: 269
  895. *Fonts: LIST(55,56,57,58,83,84,89,90,91,92,94,96,98,100,228,231,
  896. + 234,239)
  897. }
  898. *FontCartridge: FC7
  899. {
  900. *rcCartridgeNameID: 270
  901. *Fonts: LIST(15,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88)
  902. }
  903. *FontCartridge: FC8
  904. {
  905. *rcCartridgeNameID: 271
  906. *Fonts: LIST(19,33,34,35,36,37,38,39,40)
  907. }
  908. *FontCartridge: FC9
  909. {
  910. *rcCartridgeNameID: 272
  911. *Fonts: LIST(10,11,12,13,14,16,17,18,19,20,227)
  912. }
  913. *FontCartridge: FC10
  914. {
  915. *rcCartridgeNameID: 273
  916. *Fonts: LIST(1,21,4)
  917. }
  918. *FontCartridge: FC11
  919. {
  920. *rcCartridgeNameID: 274
  921. *Fonts: LIST(6,247,248,249,299,4)
  922. }
  923. *FontCartridge: FC12
  924. {
  925. *rcCartridgeNameID: 275
  926. *Fonts: LIST(1,2,21,22)
  927. }
  928. *FontCartridge: FC13
  929. {
  930. *rcCartridgeNameID: 276
  931. *Fonts: LIST(230,233,238)
  932. }
  933. *FontCartridge: FC14
  934. {
  935. *rcCartridgeNameID: 277
  936. *Fonts: LIST(26,27,224)
  937. }
  938. *FontCartridge: FC15
  939. {
  940. *rcCartridgeNameID: 278
  941. *Fonts: LIST(28,29,30,31,32,22)
  942. }
  943. *FontCartridge: FC16
  944. {
  945. *rcCartridgeNameID: 279
  946. *Fonts: LIST(41,229,232,235,240)
  947. }
  948. *FontCartridge: FC17
  949. {
  950. *rcCartridgeNameID: 280
  951. *Fonts: LIST(59,60,61,62,240)
  952. }
  953. *FontCartridge: FC18
  954. {
  955. *rcCartridgeNameID: 281
  956. *Fonts: LIST(230,233,236,237,238,241,242)
  957. }
  958. *FontCartridge: FC19
  959. {
  960. *rcCartridgeNameID: 282
  961. *Fonts: LIST(67,68,69,70,71,72,73)
  962. }
  963. *FontCartridge: FC20
  964. {
  965. *rcCartridgeNameID: 283
  966. *Fonts: LIST(1,21,22)
  967. }
  968. *FontCartridge: FC21
  969. {
  970. *rcCartridgeNameID: 284
  971. *Fonts: LIST(230,233,238)
  972. }
  973. *FontCartridge: FC22
  974. {
  975. *rcCartridgeNameID: 285
  976. *Fonts: LIST(26,27,224)
  977. }
  978. *FontCartridge: FC23
  979. {
  980. *rcCartridgeNameID: 286
  981. *Fonts: LIST(30,31,32)
  982. }
  983. *FontCartridge: FC24
  984. {
  985. *rcCartridgeNameID: 287
  986. *Fonts: LIST(1,21,26,224)
  987. }
  988. *FontCartridge: FC25
  989. {
  990. *rcCartridgeNameID: 288
  991. *Fonts: LIST(223,226,227,243,244,245)
  992. }
  993. *FontCartridge: FC26
  994. {
  995. *rcCartridgeNameID: 289
  996. *Fonts: LIST(206,208,212,213)
  997. }
  998. *FontCartridge: FC27
  999. {
  1000. *rcCartridgeNameID: 290
  1001. *Fonts: LIST(140,141,142,143,144)
  1002. }
  1003. *FontCartridge: FC28
  1004. {
  1005. *rcCartridgeNameID: 291
  1006. *Fonts: LIST(145,146,147,261,262,263,264)
  1007. }
  1008. *FontCartridge: FC29
  1009. {
  1010. *rcCartridgeNameID: 292
  1011. *Fonts: LIST(157,158,159,160,161,225,227)
  1012. }
  1013. *FontCartridge: FC30
  1014. {
  1015. *rcCartridgeNameID: 293
  1016. *Fonts: LIST(157,158,159,160,161,225,227)
  1017. }
  1018. *FontCartridge: FC31
  1019. {
  1020. *rcCartridgeNameID: 294
  1021. *Fonts: LIST(180,181,182,183)
  1022. }
  1023. *FontCartridge: FC32
  1024. {
  1025. *rcCartridgeNameID: 295
  1026. *Fonts: LIST(136,137,138,139,184,246,250,251,252,253,254,255,256,258,259,260,257)
  1027. }
  1028. *FontCartridge: FC33
  1029. {
  1030. *rcCartridgeNameID: 296
  1031. *Fonts: LIST(185,186,187,188,189,190,191,192,194,195,196,197,198,199,200,201,193)
  1032. }
  1033. *MinFontID: 16384
  1034. *MaxFontID: 32768
  1035. *FontFormat: HPPCL
  1036. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  1037. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  1038. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  1039. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  1040. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  1041. *MinGrayFill: 1
  1042. *MaxGrayFill: 100
  1043. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{RectXSize}"A" }
  1044. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{RectYSize}"B" }
  1045. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  1046. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  1047. *DLSymbolSet: ROMAN_8
  1048. *Include: "ttfsub.gpd"
  1049. *TTFSEnabled?: TRUE