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.

978 lines
36 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.0"
  7. *GPDFileName: "JIL30SFK.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 949
  10. *ModelName: "�������� JP-L300SF"
  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: ENV_10
  410. {
  411. *rcNameID: =ENV_10_DISPLAY
  412. *switch: Orientation
  413. {
  414. *case: PORTRAIT
  415. {
  416. *PrintableArea: PAIR(1117, 2725)
  417. *PrintableOrigin: PAIR(69, 75)
  418. *switch: Resolution
  419. {
  420. *case: Option2
  421. {
  422. *% Warning: the following printable width is adjusted (1117->1116) so it is divisible by the resolution X scale.
  423. *% Warning: the following printable length is adjusted (2725->2724) so it is divisible by the resolution Y scale.
  424. *PrintableArea: PAIR(1116, 2724)
  425. *% Warning: the following printable origin X is adjusted (69->70) 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(70, 76)
  428. }
  429. *case: Option3
  430. {
  431. *% Warning: the following printable width is adjusted (1117->1112) so it is divisible by the resolution X scale.
  432. *% Warning: the following printable length is adjusted (2725->2724) so it is divisible by the resolution Y scale.
  433. *PrintableArea: PAIR(1112, 2724)
  434. *% Warning: the following printable origin X is adjusted (69->72) 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(72, 76)
  437. }
  438. }
  439. *CursorOrigin: PAIR(69, 75)
  440. *Command: CmdSelect
  441. {
  442. *Order: DOC_SETUP.4
  443. *Cmd: "<1B>&l81a4d1E"
  444. }
  445. }
  446. *case: LANDSCAPE_CC90
  447. {
  448. *PrintableArea: PAIR(1104, 2739)
  449. *PrintableOrigin: PAIR(75, 72)
  450. *switch: Resolution
  451. {
  452. *case: Option2
  453. {
  454. *% Warning: the following printable width is adjusted (1104->1102) so it is divisible by the resolution X scale.
  455. *% Warning: the following printable length is adjusted (2739->2738) so it is divisible by the resolution Y scale.
  456. *PrintableArea: PAIR(1102, 2738)
  457. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  458. *PrintableOrigin: PAIR(76, 72)
  459. }
  460. *case: Option3
  461. {
  462. *% Warning: the following printable width is adjusted (1104->1100) so it is divisible by the resolution X scale.
  463. *% Warning: the following printable length is adjusted (2739->2736) so it is divisible by the resolution Y scale.
  464. *PrintableArea: PAIR(1100, 2736)
  465. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  466. *PrintableOrigin: PAIR(76, 72)
  467. }
  468. }
  469. *CursorOrigin: PAIR(75, 2811)
  470. *Command: CmdSelect
  471. {
  472. *Order: DOC_SETUP.4
  473. *Cmd: "<1B>&l81a4d1E"
  474. }
  475. }
  476. }
  477. }
  478. *Option: ENV_DL
  479. {
  480. *rcNameID: =ENV_DL_DISPLAY
  481. *switch: Orientation
  482. {
  483. *case: PORTRAIT
  484. {
  485. *PrintableArea: PAIR(1177, 2473)
  486. *PrintableOrigin: PAIR(69, 75)
  487. *switch: Resolution
  488. {
  489. *case: Option2
  490. {
  491. *% Warning: the following printable width is adjusted (1177->1176) so it is divisible by the resolution X scale.
  492. *% Warning: the following printable length is adjusted (2473->2472) so it is divisible by the resolution Y scale.
  493. *PrintableArea: PAIR(1176, 2472)
  494. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  495. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  496. *PrintableOrigin: PAIR(70, 76)
  497. }
  498. *case: Option3
  499. {
  500. *% Warning: the following printable width is adjusted (1177->1172) so it is divisible by the resolution X scale.
  501. *% Warning: the following printable length is adjusted (2473->2472) so it is divisible by the resolution Y scale.
  502. *PrintableArea: PAIR(1172, 2472)
  503. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  504. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  505. *PrintableOrigin: PAIR(72, 76)
  506. }
  507. }
  508. *CursorOrigin: PAIR(69, 75)
  509. *Command: CmdSelect
  510. {
  511. *Order: DOC_SETUP.4
  512. *Cmd: "<1B>&l90a4d1e45F"
  513. }
  514. }
  515. *case: LANDSCAPE_CC90
  516. {
  517. *PrintableArea: PAIR(1164, 2487)
  518. *PrintableOrigin: PAIR(75, 72)
  519. *switch: Resolution
  520. {
  521. *case: Option2
  522. {
  523. *% Warning: the following printable width is adjusted (1164->1162) so it is divisible by the resolution X scale.
  524. *% Warning: the following printable length is adjusted (2487->2486) so it is divisible by the resolution Y scale.
  525. *PrintableArea: PAIR(1162, 2486)
  526. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  527. *PrintableOrigin: PAIR(76, 72)
  528. }
  529. *case: Option3
  530. {
  531. *% Warning: the following printable width is adjusted (1164->1160) so it is divisible by the resolution X scale.
  532. *% Warning: the following printable length is adjusted (2487->2484) so it is divisible by the resolution Y scale.
  533. *PrintableArea: PAIR(1160, 2484)
  534. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  535. *PrintableOrigin: PAIR(76, 72)
  536. }
  537. }
  538. *CursorOrigin: PAIR(75, 2559)
  539. *Command: CmdSelect
  540. {
  541. *Order: DOC_SETUP.4
  542. *Cmd: "<1B>&l90a4d1e45F"
  543. }
  544. }
  545. }
  546. }
  547. *Option: ENV_C5
  548. {
  549. *rcNameID: =ENV_C5_DISPLAY
  550. *switch: Orientation
  551. {
  552. *case: PORTRAIT
  553. {
  554. *PrintableArea: PAIR(1792, 2581)
  555. *PrintableOrigin: PAIR(69, 75)
  556. *switch: Resolution
  557. {
  558. *case: Option2
  559. {
  560. *% Warning: the following printable width is adjusted (1792->1790) so it is divisible by the resolution X scale.
  561. *% Warning: the following printable length is adjusted (2581->2580) so it is divisible by the resolution Y scale.
  562. *PrintableArea: PAIR(1790, 2580)
  563. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  564. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  565. *PrintableOrigin: PAIR(70, 76)
  566. }
  567. *case: Option3
  568. {
  569. *% Warning: the following printable width is adjusted (1792->1788) so it is divisible by the resolution X scale.
  570. *% Warning: the following printable length is adjusted (2581->2580) so it is divisible by the resolution Y scale.
  571. *PrintableArea: PAIR(1788, 2580)
  572. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  573. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  574. *PrintableOrigin: PAIR(72, 76)
  575. }
  576. }
  577. *CursorOrigin: PAIR(69, 75)
  578. *Command: CmdSelect
  579. {
  580. *Order: DOC_SETUP.4
  581. *Cmd: "<1B>&l91a4d1e45F"
  582. }
  583. }
  584. *case: LANDSCAPE_CC90
  585. {
  586. *PrintableArea: PAIR(1779, 2595)
  587. *PrintableOrigin: PAIR(75, 72)
  588. *switch: Resolution
  589. {
  590. *case: Option2
  591. {
  592. *% Warning: the following printable width is adjusted (1779->1778) so it is divisible by the resolution X scale.
  593. *% Warning: the following printable length is adjusted (2595->2594) so it is divisible by the resolution Y scale.
  594. *PrintableArea: PAIR(1778, 2594)
  595. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  596. *PrintableOrigin: PAIR(76, 72)
  597. }
  598. *case: Option3
  599. {
  600. *% Warning: the following printable width is adjusted (1779->1776) so it is divisible by the resolution X scale.
  601. *% Warning: the following printable length is adjusted (2595->2592) so it is divisible by the resolution Y scale.
  602. *PrintableArea: PAIR(1776, 2592)
  603. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  604. *PrintableOrigin: PAIR(76, 72)
  605. }
  606. }
  607. *CursorOrigin: PAIR(75, 2667)
  608. *Command: CmdSelect
  609. {
  610. *Order: DOC_SETUP.4
  611. *Cmd: "<1B>&l91a4d1e45F"
  612. }
  613. }
  614. }
  615. }
  616. *Option: ENV_MONARCH
  617. {
  618. *rcNameID: =ENV_MONARCH_DISPLAY
  619. *switch: Orientation
  620. {
  621. *case: PORTRAIT
  622. {
  623. *PrintableArea: PAIR(1042, 2125)
  624. *PrintableOrigin: PAIR(69, 75)
  625. *switch: Resolution
  626. {
  627. *case: Option2
  628. {
  629. *% Warning: the following printable width is adjusted (1042->1040) so it is divisible by the resolution X scale.
  630. *% Warning: the following printable length is adjusted (2125->2124) so it is divisible by the resolution Y scale.
  631. *PrintableArea: PAIR(1040, 2124)
  632. *% Warning: the following printable origin X is adjusted (69->70) so it is divisible by the resolution X scale.
  633. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  634. *PrintableOrigin: PAIR(70, 76)
  635. }
  636. *case: Option3
  637. {
  638. *% Warning: the following printable width is adjusted (1042->1036) so it is divisible by the resolution X scale.
  639. *% Warning: the following printable length is adjusted (2125->2124) so it is divisible by the resolution Y scale.
  640. *PrintableArea: PAIR(1036, 2124)
  641. *% Warning: the following printable origin X is adjusted (69->72) so it is divisible by the resolution X scale.
  642. *% Warning: the following printable origin Y is adjusted (75->76) so it is divisible by the resolution Y scale.
  643. *PrintableOrigin: PAIR(72, 76)
  644. }
  645. }
  646. *CursorOrigin: PAIR(69, 75)
  647. *Command: CmdSelect
  648. {
  649. *Order: DOC_SETUP.4
  650. *Cmd: "<1B>&l80a4d1e45F"
  651. }
  652. }
  653. *case: LANDSCAPE_CC90
  654. {
  655. *PrintableArea: PAIR(1029, 2139)
  656. *PrintableOrigin: PAIR(75, 72)
  657. *switch: Resolution
  658. {
  659. *case: Option2
  660. {
  661. *% Warning: the following printable width is adjusted (1029->1028) so it is divisible by the resolution X scale.
  662. *% Warning: the following printable length is adjusted (2139->2138) so it is divisible by the resolution Y scale.
  663. *PrintableArea: PAIR(1028, 2138)
  664. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  665. *PrintableOrigin: PAIR(76, 72)
  666. }
  667. *case: Option3
  668. {
  669. *% Warning: the following printable width is adjusted (1029->1028) so it is divisible by the resolution X scale.
  670. *% Warning: the following printable length is adjusted (2139->2136) so it is divisible by the resolution Y scale.
  671. *PrintableArea: PAIR(1028, 2136)
  672. *% Warning: the following printable origin X is adjusted (75->76) so it is divisible by the resolution X scale.
  673. *PrintableOrigin: PAIR(76, 72)
  674. }
  675. }
  676. *CursorOrigin: PAIR(75, 2211)
  677. *Command: CmdSelect
  678. {
  679. *Order: DOC_SETUP.4
  680. *Cmd: "<1B>&l80a4d1e45F"
  681. }
  682. }
  683. }
  684. }
  685. }
  686. *Feature: Halftone
  687. {
  688. *rcNameID: =HALFTONING_DISPLAY
  689. *DefaultOption: HT_PATSIZE_AUTO
  690. *Option: HT_PATSIZE_AUTO
  691. {
  692. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  693. }
  694. *Option: HT_PATSIZE_SUPERCELL_M
  695. {
  696. *rcNameID: =HT_SUPERCELL_DISPLAY
  697. }
  698. *Option: HT_PATSIZE_6x6_M
  699. {
  700. *rcNameID: =HT_DITHER6X6_DISPLAY
  701. }
  702. *Option: HT_PATSIZE_8x8_M
  703. {
  704. *rcNameID: =HT_DITHER8X8_DISPLAY
  705. }
  706. }
  707. *Feature: Memory
  708. {
  709. *rcNameID: =PRINTER_MEMORY_DISPLAY
  710. *DefaultOption: 1536KB
  711. *Option: 512KB
  712. {
  713. *Name: "512KB"
  714. *MemoryConfigKB: PAIR(512, 369)
  715. }
  716. *Option: 1536KB
  717. {
  718. *Name: "1536KB"
  719. *MemoryConfigKB: PAIR(1536, 1419)
  720. }
  721. *Option: 2560KB
  722. {
  723. *Name: "2560KB"
  724. *MemoryConfigKB: PAIR(2560, 2243)
  725. }
  726. *Option: 3584KB
  727. {
  728. *Name: "3584KB"
  729. *MemoryConfigKB: PAIR(3584, 3467)
  730. }
  731. *Option: 4608KB
  732. {
  733. *Name: "4608KB"
  734. *MemoryConfigKB: PAIR(4608, 4491)
  735. }
  736. }
  737. *Command: CmdStartDoc
  738. {
  739. *Order: DOC_SETUP.1
  740. *Cmd: "<1B>E<1B>&l0S<1B>&l0L<1B>*r0F"
  741. }
  742. *Command: CmdStartPage
  743. {
  744. *Order: PAGE_SETUP.1
  745. *Cmd: "<1B>*b0M<0D>"
  746. }
  747. *Command: CmdEndJob
  748. {
  749. *Order: JOB_FINISH.1
  750. *Cmd: "<1B>E"
  751. }
  752. *Command: CmdCopies
  753. {
  754. *Order: DOC_SETUP.6
  755. *Cmd: "<1B>&l" %d[1,99]{NumOfCopies}"X"
  756. }
  757. *RotateCoordinate?: TRUE
  758. *RotateRaster?: TRUE
  759. *RotateFont?: TRUE
  760. *TextCaps: LIST(TC_UA_ABLE)
  761. *MemoryUsage: LIST(FONT, RASTER, VECTOR)
  762. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  763. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  764. *XMoveThreshold: 0
  765. *YMoveThreshold: 0
  766. *XMoveUnit: 300
  767. *YMoveUnit: 300
  768. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{DestX}"X" }
  769. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,2400]{max_repeat(DestXRel )}"X" }
  770. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,2400]{max_repeat(DestXRel )}"X" }
  771. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{DestY}"Y" }
  772. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{DestYRel}"Y" }
  773. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{DestYRel}"Y" }
  774. *Command: CmdCR { *Cmd : "<0D>" }
  775. *Command: CmdLF { *Cmd : "<0A>" }
  776. *Command: CmdFF { *Cmd : "<0C>" }
  777. *Command: CmdBackSpace { *Cmd : "<08>" }
  778. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  779. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  780. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  781. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  782. *EjectPageWithFF?: TRUE
  783. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  784. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  785. *OutputDataFormat: H_BYTE
  786. *OptimizeLeftBound?: TRUE
  787. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  788. *CursorYAfterSendBlockData: AUTO_INCREMENT
  789. *DefaultFont: 207
  790. *DefaultCTT: 0
  791. *CharPosition: BASELINE
  792. *DeviceFonts: LIST(205,206,207,208,211,212,213)
  793. *FontCartridge: FC1
  794. {
  795. *rcCartridgeNameID: 264
  796. *Fonts: LIST(162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,
  797. + 178,179)
  798. }
  799. *FontCartridge: FC2
  800. {
  801. *rcCartridgeNameID: 265
  802. *Fonts: LIST(5,7,8,9,42,43,44,45,59,60,94,96,98,100,101,102,
  803. + 103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,
  804. + 119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135)
  805. }
  806. *FontCartridge: FC3
  807. {
  808. *rcCartridgeNameID: 266
  809. *Fonts: LIST(46,47,48,49,50,51)
  810. }
  811. *FontCartridge: FC4
  812. {
  813. *rcCartridgeNameID: 267
  814. *Fonts: LIST(52,53,54,55,56,57,58)
  815. }
  816. *FontCartridge: FC5
  817. {
  818. *rcCartridgeNameID: 268
  819. *Fonts: LIST(23,24,25,63,64,65,66,148,149,150,151,152,153,154,155,156)
  820. }
  821. *FontCartridge: FC6
  822. {
  823. *rcCartridgeNameID: 269
  824. *Fonts: LIST(55,56,57,58,83,84,89,90,91,92,94,96,98,100,228,231,
  825. + 234,239)
  826. }
  827. *FontCartridge: FC7
  828. {
  829. *rcCartridgeNameID: 270
  830. *Fonts: LIST(15,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88)
  831. }
  832. *FontCartridge: FC8
  833. {
  834. *rcCartridgeNameID: 271
  835. *Fonts: LIST(19,33,34,35,36,37,38,39,40)
  836. }
  837. *FontCartridge: FC9
  838. {
  839. *rcCartridgeNameID: 272
  840. *Fonts: LIST(10,11,12,13,14,16,17,18,19,20,227)
  841. }
  842. *FontCartridge: FC10
  843. {
  844. *rcCartridgeNameID: 273
  845. *Fonts: LIST(1,21,4)
  846. }
  847. *FontCartridge: FC11
  848. {
  849. *rcCartridgeNameID: 274
  850. *Fonts: LIST(6,247,248,249,299,4)
  851. }
  852. *FontCartridge: FC12
  853. {
  854. *rcCartridgeNameID: 275
  855. *Fonts: LIST(1,2,21,22)
  856. }
  857. *FontCartridge: FC13
  858. {
  859. *rcCartridgeNameID: 276
  860. *Fonts: LIST(230,233,238)
  861. }
  862. *FontCartridge: FC14
  863. {
  864. *rcCartridgeNameID: 277
  865. *Fonts: LIST(26,27,224)
  866. }
  867. *FontCartridge: FC15
  868. {
  869. *rcCartridgeNameID: 278
  870. *Fonts: LIST(28,29,30,31,32,22)
  871. }
  872. *FontCartridge: FC16
  873. {
  874. *rcCartridgeNameID: 279
  875. *Fonts: LIST(41,229,232,235,240)
  876. }
  877. *FontCartridge: FC17
  878. {
  879. *rcCartridgeNameID: 280
  880. *Fonts: LIST(59,60,61,62,240)
  881. }
  882. *FontCartridge: FC18
  883. {
  884. *rcCartridgeNameID: 281
  885. *Fonts: LIST(230,233,236,237,238,241,242)
  886. }
  887. *FontCartridge: FC19
  888. {
  889. *rcCartridgeNameID: 282
  890. *Fonts: LIST(67,68,69,70,71,72,73)
  891. }
  892. *FontCartridge: FC20
  893. {
  894. *rcCartridgeNameID: 283
  895. *Fonts: LIST(1,21,22)
  896. }
  897. *FontCartridge: FC21
  898. {
  899. *rcCartridgeNameID: 284
  900. *Fonts: LIST(230,233,238)
  901. }
  902. *FontCartridge: FC22
  903. {
  904. *rcCartridgeNameID: 285
  905. *Fonts: LIST(26,27,224)
  906. }
  907. *FontCartridge: FC23
  908. {
  909. *rcCartridgeNameID: 286
  910. *Fonts: LIST(30,31,32)
  911. }
  912. *FontCartridge: FC24
  913. {
  914. *rcCartridgeNameID: 287
  915. *Fonts: LIST(1,21,26,224)
  916. }
  917. *FontCartridge: FC25
  918. {
  919. *rcCartridgeNameID: 288
  920. *Fonts: LIST(223,226,227,243,244,245)
  921. }
  922. *FontCartridge: FC26
  923. {
  924. *rcCartridgeNameID: 289
  925. *Fonts: LIST(206,208,212,213)
  926. }
  927. *FontCartridge: FC27
  928. {
  929. *rcCartridgeNameID: 290
  930. *Fonts: LIST(140,141,142,143,144)
  931. }
  932. *FontCartridge: FC28
  933. {
  934. *rcCartridgeNameID: 291
  935. *Fonts: LIST(145,146,147,261,262,263,264)
  936. }
  937. *FontCartridge: FC29
  938. {
  939. *rcCartridgeNameID: 292
  940. *Fonts: LIST(157,158,159,160,161,225,227)
  941. }
  942. *FontCartridge: FC30
  943. {
  944. *rcCartridgeNameID: 293
  945. *Fonts: LIST(157,158,159,160,161,225,227)
  946. }
  947. *FontCartridge: FC31
  948. {
  949. *rcCartridgeNameID: 294
  950. *Fonts: LIST(180,181,182,183)
  951. }
  952. *FontCartridge: FC32
  953. {
  954. *rcCartridgeNameID: 295
  955. *Fonts: LIST(136,137,138,139,184,246,250,251,252,253,254,255,256,258,259,260,257)
  956. }
  957. *FontCartridge: FC33
  958. {
  959. *rcCartridgeNameID: 296
  960. *Fonts: LIST(185,186,187,188,189,190,191,192,194,195,196,197,198,199,200,201,193)
  961. }
  962. *MinFontID: 16384
  963. *MaxFontID: 32768
  964. *FontFormat: HPPCL
  965. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  966. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  967. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  968. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  969. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  970. *MinGrayFill: 1
  971. *MaxGrayFill: 100
  972. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{RectXSize}"A" }
  973. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{RectYSize}"B" }
  974. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  975. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  976. *Include: "ttfsub.gpd"
  977. *TTFSEnabled?: TRUE