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.

1549 lines
54 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *CodePage: 1252
  7. *GPDFileVersion: "1.0"
  8. *GPDFileName: "eplq57t.gpd"
  9. *Include: "STDNAMES.GPD"
  10. *ModelName: "Epson LQ-570C"
  11. *MasterUnits: PAIR(360, 360)
  12. *ResourceDLL: "ep24tres.dll"
  13. *PrinterType: SERIAL
  14. *Feature: Orientation
  15. {
  16. *rcNameID: =ORIENTATION_DISPLAY
  17. *DefaultOption: PORTRAIT
  18. *Option: PORTRAIT
  19. {
  20. *rcNameID: =PORTRAIT_DISPLAY
  21. }
  22. *Option: LANDSCAPE_CC270
  23. {
  24. *rcNameID: =LANDSCAPE_DISPLAY
  25. }
  26. }
  27. *Feature: InputBin
  28. {
  29. *rcNameID: =PAPER_SOURCE_DISPLAY
  30. *DefaultOption: TRACTOR
  31. *Option: TRACTOR
  32. {
  33. *rcNameID: =TRACTOR_DISPLAY
  34. *Command: CmdSelect
  35. {
  36. *Order: DOC_SETUP.3
  37. *Cmd: "<1B19>0"
  38. }
  39. }
  40. *Option: MANUAL
  41. {
  42. *rcNameID: =MANUAL_FEED_DISPLAY
  43. *% Warning: this input bin has PSRC_MAN_PROMPT set in GPC, which is ignored by GPD.
  44. *Command: CmdSelect
  45. {
  46. *Order: DOC_SETUP.3
  47. *Cmd: "<1B19>0"
  48. }
  49. }
  50. *Option: Option3
  51. {
  52. *rcNameID: 265
  53. *OptionID: 265
  54. *Command: CmdSelect
  55. {
  56. *Order: DOC_SETUP.3
  57. *Cmd: "<1B19>4<1B19>1"
  58. }
  59. }
  60. *Option: Option4
  61. {
  62. *rcNameID: 266
  63. *OptionID: 266
  64. *Command: CmdSelect
  65. {
  66. *Order: DOC_SETUP.3
  67. *Cmd: "<1B19>4<1B19>2"
  68. }
  69. }
  70. }
  71. *Feature: Resolution
  72. {
  73. *rcNameID: =RESOLUTION_DISPLAY
  74. *DefaultOption: Option3
  75. *Option: Option1
  76. {
  77. *Name: "360 x 180 dots per inch"
  78. *DPI: PAIR(360, 180)
  79. *TextDPI: PAIR(360, 180)
  80. *PinsPerLogPass: 24
  81. *PinsPerPhysPass: 24
  82. *MinStripBlankPixels: 360
  83. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  84. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  85. *SpotDiameter: 170
  86. *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  87. }
  88. *Option: Option2
  89. {
  90. *Name: "360 x 360 dots per inch"
  91. *DPI: PAIR(360, 360)
  92. *TextDPI: PAIR(360, 360)
  93. *PinsPerLogPass: 48
  94. *PinsPerPhysPass: 24
  95. *MinStripBlankPixels: 360
  96. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  97. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  98. *SpotDiameter: 170
  99. *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  100. }
  101. *Option: Option3
  102. {
  103. *Name: "180 x 180 dots per inch"
  104. *DPI: PAIR(180, 180)
  105. *TextDPI: PAIR(180, 180)
  106. *PinsPerLogPass: 24
  107. *PinsPerPhysPass: 24
  108. *MinStripBlankPixels: 180
  109. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  110. *SpotDiameter: 120
  111. *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{NumOfDataBytes / 3} }
  112. }
  113. *Option: Option4
  114. {
  115. *Name: "120 x 180 dots per inch"
  116. *DPI: PAIR(120, 180)
  117. *TextDPI: PAIR(120, 180)
  118. *PinsPerLogPass: 24
  119. *PinsPerPhysPass: 24
  120. *MinStripBlankPixels: 120
  121. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  122. *SpotDiameter: 100
  123. *Command: CmdSendBlockData { *Cmd : "<1B>*!" %l{NumOfDataBytes / 3} }
  124. }
  125. }
  126. *Feature: PaperSize
  127. {
  128. *rcNameID: =PAPER_SIZE_DISPLAY
  129. *DefaultOption: LETTER
  130. *Option: LETTER
  131. {
  132. *rcNameID: =LETTER_DISPLAY
  133. *Command: CmdSelect
  134. {
  135. *Order: DOC_SETUP.4
  136. *Cmd: "<1B>2<1B>CB"
  137. }
  138. *switch: InputBin
  139. {
  140. *case: TRACTOR
  141. {
  142. *PrintableArea: PAIR(2880, 3615)
  143. *PrintableOrigin: PAIR(90, 120)
  144. *switch: Resolution
  145. {
  146. *case: Option1
  147. {
  148. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  149. *PrintableArea: PAIR(2880, 3614)
  150. }
  151. *case: Option3
  152. {
  153. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  154. *PrintableArea: PAIR(2880, 3614)
  155. }
  156. *case: Option4
  157. {
  158. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  159. *PrintableArea: PAIR(2880, 3614)
  160. }
  161. }
  162. }
  163. *case: MANUAL
  164. {
  165. *PrintableArea: PAIR(2880, 3615)
  166. *PrintableOrigin: PAIR(90, 120)
  167. *switch: Resolution
  168. {
  169. *case: Option1
  170. {
  171. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  172. *PrintableArea: PAIR(2880, 3614)
  173. }
  174. *case: Option3
  175. {
  176. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  177. *PrintableArea: PAIR(2880, 3614)
  178. }
  179. *case: Option4
  180. {
  181. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  182. *PrintableArea: PAIR(2880, 3614)
  183. }
  184. }
  185. }
  186. *case: Option3
  187. {
  188. *PrintableArea: PAIR(2880, 3615)
  189. *PrintableOrigin: PAIR(90, 120)
  190. *switch: Resolution
  191. {
  192. *case: Option1
  193. {
  194. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  195. *PrintableArea: PAIR(2880, 3614)
  196. }
  197. *case: Option3
  198. {
  199. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  200. *PrintableArea: PAIR(2880, 3614)
  201. }
  202. *case: Option4
  203. {
  204. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  205. *PrintableArea: PAIR(2880, 3614)
  206. }
  207. }
  208. }
  209. *case: Option4
  210. {
  211. *PrintableArea: PAIR(2880, 3615)
  212. *PrintableOrigin: PAIR(90, 120)
  213. *switch: Resolution
  214. {
  215. *case: Option1
  216. {
  217. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  218. *PrintableArea: PAIR(2880, 3614)
  219. }
  220. *case: Option3
  221. {
  222. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  223. *PrintableArea: PAIR(2880, 3614)
  224. }
  225. *case: Option4
  226. {
  227. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  228. *PrintableArea: PAIR(2880, 3614)
  229. }
  230. }
  231. }
  232. }
  233. }
  234. *Option: LEGAL
  235. {
  236. *rcNameID: =LEGAL_DISPLAY
  237. *Command: CmdSelect
  238. {
  239. *Order: DOC_SETUP.4
  240. *Cmd: "<1B>2<1B>CT"
  241. }
  242. *switch: InputBin
  243. {
  244. *case: TRACTOR
  245. {
  246. *PrintableArea: PAIR(2880, 4695)
  247. *PrintableOrigin: PAIR(90, 120)
  248. *switch: Resolution
  249. {
  250. *case: Option1
  251. {
  252. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  253. *PrintableArea: PAIR(2880, 4694)
  254. }
  255. *case: Option3
  256. {
  257. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  258. *PrintableArea: PAIR(2880, 4694)
  259. }
  260. *case: Option4
  261. {
  262. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  263. *PrintableArea: PAIR(2880, 4694)
  264. }
  265. }
  266. }
  267. *case: MANUAL
  268. {
  269. *PrintableArea: PAIR(2880, 4695)
  270. *PrintableOrigin: PAIR(90, 120)
  271. *switch: Resolution
  272. {
  273. *case: Option1
  274. {
  275. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  276. *PrintableArea: PAIR(2880, 4694)
  277. }
  278. *case: Option3
  279. {
  280. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  281. *PrintableArea: PAIR(2880, 4694)
  282. }
  283. *case: Option4
  284. {
  285. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  286. *PrintableArea: PAIR(2880, 4694)
  287. }
  288. }
  289. }
  290. *case: Option3
  291. {
  292. *PrintableArea: PAIR(2880, 4695)
  293. *PrintableOrigin: PAIR(90, 120)
  294. *switch: Resolution
  295. {
  296. *case: Option1
  297. {
  298. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  299. *PrintableArea: PAIR(2880, 4694)
  300. }
  301. *case: Option3
  302. {
  303. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  304. *PrintableArea: PAIR(2880, 4694)
  305. }
  306. *case: Option4
  307. {
  308. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  309. *PrintableArea: PAIR(2880, 4694)
  310. }
  311. }
  312. }
  313. *case: Option4
  314. {
  315. *PrintableArea: PAIR(2880, 4695)
  316. *PrintableOrigin: PAIR(90, 120)
  317. *switch: Resolution
  318. {
  319. *case: Option1
  320. {
  321. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  322. *PrintableArea: PAIR(2880, 4694)
  323. }
  324. *case: Option3
  325. {
  326. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  327. *PrintableArea: PAIR(2880, 4694)
  328. }
  329. *case: Option4
  330. {
  331. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  332. *PrintableArea: PAIR(2880, 4694)
  333. }
  334. }
  335. }
  336. }
  337. }
  338. *Option: EXECUTIVE
  339. {
  340. *rcNameID: =EXECUTIVE_DISPLAY
  341. *Command: CmdSelect
  342. {
  343. *Order: DOC_SETUP.4
  344. *Cmd: "<1B>2<1B>C?"
  345. }
  346. *switch: InputBin
  347. {
  348. *case: TRACTOR
  349. {
  350. *PrintableArea: PAIR(2475, 3435)
  351. *PrintableOrigin: PAIR(90, 120)
  352. *switch: Resolution
  353. {
  354. *case: Option1
  355. {
  356. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  357. *PrintableArea: PAIR(2475, 3434)
  358. }
  359. *case: Option3
  360. {
  361. *% Warning: the following printable width is adjusted (2475->2474) so it is divisible by the resolution X scale.
  362. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  363. *PrintableArea: PAIR(2474, 3434)
  364. }
  365. *case: Option4
  366. {
  367. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  368. *PrintableArea: PAIR(2475, 3434)
  369. }
  370. }
  371. }
  372. *case: MANUAL
  373. {
  374. *PrintableArea: PAIR(2475, 3435)
  375. *PrintableOrigin: PAIR(90, 120)
  376. *switch: Resolution
  377. {
  378. *case: Option1
  379. {
  380. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  381. *PrintableArea: PAIR(2475, 3434)
  382. }
  383. *case: Option3
  384. {
  385. *% Warning: the following printable width is adjusted (2475->2474) so it is divisible by the resolution X scale.
  386. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  387. *PrintableArea: PAIR(2474, 3434)
  388. }
  389. *case: Option4
  390. {
  391. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  392. *PrintableArea: PAIR(2475, 3434)
  393. }
  394. }
  395. }
  396. *case: Option3
  397. {
  398. *PrintableArea: PAIR(2475, 3435)
  399. *PrintableOrigin: PAIR(90, 120)
  400. *switch: Resolution
  401. {
  402. *case: Option1
  403. {
  404. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  405. *PrintableArea: PAIR(2475, 3434)
  406. }
  407. *case: Option3
  408. {
  409. *% Warning: the following printable width is adjusted (2475->2474) so it is divisible by the resolution X scale.
  410. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  411. *PrintableArea: PAIR(2474, 3434)
  412. }
  413. *case: Option4
  414. {
  415. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  416. *PrintableArea: PAIR(2475, 3434)
  417. }
  418. }
  419. }
  420. *case: Option4
  421. {
  422. *PrintableArea: PAIR(2475, 3435)
  423. *PrintableOrigin: PAIR(90, 120)
  424. *switch: Resolution
  425. {
  426. *case: Option1
  427. {
  428. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  429. *PrintableArea: PAIR(2475, 3434)
  430. }
  431. *case: Option3
  432. {
  433. *% Warning: the following printable width is adjusted (2475->2474) so it is divisible by the resolution X scale.
  434. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  435. *PrintableArea: PAIR(2474, 3434)
  436. }
  437. *case: Option4
  438. {
  439. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  440. *PrintableArea: PAIR(2475, 3434)
  441. }
  442. }
  443. }
  444. }
  445. }
  446. *Option: FOLIO
  447. {
  448. *rcNameID: =FOLIO_DISPLAY
  449. *Command: CmdSelect
  450. {
  451. *Order: DOC_SETUP.4
  452. *Cmd: "<1B>2<1B>CN"
  453. }
  454. *switch: InputBin
  455. {
  456. *case: TRACTOR
  457. {
  458. *PrintableArea: PAIR(2880, 4335)
  459. *PrintableOrigin: PAIR(90, 120)
  460. *switch: Resolution
  461. {
  462. *case: Option1
  463. {
  464. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  465. *PrintableArea: PAIR(2880, 4334)
  466. }
  467. *case: Option3
  468. {
  469. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  470. *PrintableArea: PAIR(2880, 4334)
  471. }
  472. *case: Option4
  473. {
  474. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  475. *PrintableArea: PAIR(2880, 4334)
  476. }
  477. }
  478. }
  479. *case: MANUAL
  480. {
  481. *PrintableArea: PAIR(2880, 4335)
  482. *PrintableOrigin: PAIR(90, 120)
  483. *switch: Resolution
  484. {
  485. *case: Option1
  486. {
  487. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  488. *PrintableArea: PAIR(2880, 4334)
  489. }
  490. *case: Option3
  491. {
  492. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  493. *PrintableArea: PAIR(2880, 4334)
  494. }
  495. *case: Option4
  496. {
  497. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  498. *PrintableArea: PAIR(2880, 4334)
  499. }
  500. }
  501. }
  502. *case: Option3
  503. {
  504. *PrintableArea: PAIR(2880, 4335)
  505. *PrintableOrigin: PAIR(90, 120)
  506. *switch: Resolution
  507. {
  508. *case: Option1
  509. {
  510. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  511. *PrintableArea: PAIR(2880, 4334)
  512. }
  513. *case: Option3
  514. {
  515. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  516. *PrintableArea: PAIR(2880, 4334)
  517. }
  518. *case: Option4
  519. {
  520. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  521. *PrintableArea: PAIR(2880, 4334)
  522. }
  523. }
  524. }
  525. *case: Option4
  526. {
  527. *PrintableArea: PAIR(2880, 4335)
  528. *PrintableOrigin: PAIR(90, 120)
  529. *switch: Resolution
  530. {
  531. *case: Option1
  532. {
  533. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  534. *PrintableArea: PAIR(2880, 4334)
  535. }
  536. *case: Option3
  537. {
  538. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  539. *PrintableArea: PAIR(2880, 4334)
  540. }
  541. *case: Option4
  542. {
  543. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  544. *PrintableArea: PAIR(2880, 4334)
  545. }
  546. }
  547. }
  548. }
  549. }
  550. *Option: A4
  551. {
  552. *rcNameID: =A4_DISPLAY
  553. *Command: CmdSelect
  554. {
  555. *Order: DOC_SETUP.4
  556. *Cmd: "<1B>2<1B>CF"
  557. }
  558. *switch: InputBin
  559. {
  560. *case: TRACTOR
  561. {
  562. *PrintableArea: PAIR(2842, 3863)
  563. *PrintableOrigin: PAIR(90, 120)
  564. *switch: Resolution
  565. {
  566. *case: Option1
  567. {
  568. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  569. *PrintableArea: PAIR(2842, 3862)
  570. }
  571. *case: Option3
  572. {
  573. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  574. *PrintableArea: PAIR(2842, 3862)
  575. }
  576. *case: Option4
  577. {
  578. *% Warning: the following printable width is adjusted (2842->2841) so it is divisible by the resolution X scale.
  579. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  580. *PrintableArea: PAIR(2841, 3862)
  581. }
  582. }
  583. }
  584. *case: MANUAL
  585. {
  586. *PrintableArea: PAIR(2842, 3863)
  587. *PrintableOrigin: PAIR(90, 120)
  588. *switch: Resolution
  589. {
  590. *case: Option1
  591. {
  592. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  593. *PrintableArea: PAIR(2842, 3862)
  594. }
  595. *case: Option3
  596. {
  597. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  598. *PrintableArea: PAIR(2842, 3862)
  599. }
  600. *case: Option4
  601. {
  602. *% Warning: the following printable width is adjusted (2842->2841) so it is divisible by the resolution X scale.
  603. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  604. *PrintableArea: PAIR(2841, 3862)
  605. }
  606. }
  607. }
  608. *case: Option3
  609. {
  610. *PrintableArea: PAIR(2842, 3863)
  611. *PrintableOrigin: PAIR(90, 120)
  612. *switch: Resolution
  613. {
  614. *case: Option1
  615. {
  616. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  617. *PrintableArea: PAIR(2842, 3862)
  618. }
  619. *case: Option3
  620. {
  621. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  622. *PrintableArea: PAIR(2842, 3862)
  623. }
  624. *case: Option4
  625. {
  626. *% Warning: the following printable width is adjusted (2842->2841) so it is divisible by the resolution X scale.
  627. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  628. *PrintableArea: PAIR(2841, 3862)
  629. }
  630. }
  631. }
  632. *case: Option4
  633. {
  634. *PrintableArea: PAIR(2842, 3863)
  635. *PrintableOrigin: PAIR(90, 120)
  636. *switch: Resolution
  637. {
  638. *case: Option1
  639. {
  640. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  641. *PrintableArea: PAIR(2842, 3862)
  642. }
  643. *case: Option3
  644. {
  645. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  646. *PrintableArea: PAIR(2842, 3862)
  647. }
  648. *case: Option4
  649. {
  650. *% Warning: the following printable width is adjusted (2842->2841) so it is divisible by the resolution X scale.
  651. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  652. *PrintableArea: PAIR(2841, 3862)
  653. }
  654. }
  655. }
  656. }
  657. }
  658. *Option: A5
  659. {
  660. *rcNameID: =A5_DISPLAY
  661. *Command: CmdSelect
  662. {
  663. *Order: DOC_SETUP.4
  664. *Cmd: "<1B>2<1B>C2"
  665. }
  666. *switch: InputBin
  667. {
  668. *case: TRACTOR
  669. {
  670. *PrintableArea: PAIR(1964, 2632)
  671. *PrintableOrigin: PAIR(90, 120)
  672. *switch: Resolution
  673. {
  674. *case: Option4
  675. {
  676. *% Warning: the following printable width is adjusted (1964->1962) so it is divisible by the resolution X scale.
  677. *PrintableArea: PAIR(1962, 2632)
  678. }
  679. }
  680. }
  681. *case: MANUAL
  682. {
  683. *PrintableArea: PAIR(1964, 2632)
  684. *PrintableOrigin: PAIR(90, 120)
  685. *switch: Resolution
  686. {
  687. *case: Option4
  688. {
  689. *% Warning: the following printable width is adjusted (1964->1962) so it is divisible by the resolution X scale.
  690. *PrintableArea: PAIR(1962, 2632)
  691. }
  692. }
  693. }
  694. *case: Option3
  695. {
  696. *PrintableArea: PAIR(1964, 2632)
  697. *PrintableOrigin: PAIR(90, 120)
  698. *switch: Resolution
  699. {
  700. *case: Option4
  701. {
  702. *% Warning: the following printable width is adjusted (1964->1962) so it is divisible by the resolution X scale.
  703. *PrintableArea: PAIR(1962, 2632)
  704. }
  705. }
  706. }
  707. *case: Option4
  708. {
  709. *PrintableArea: PAIR(1964, 2632)
  710. *PrintableOrigin: PAIR(90, 120)
  711. *switch: Resolution
  712. {
  713. *case: Option4
  714. {
  715. *% Warning: the following printable width is adjusted (1964->1962) so it is divisible by the resolution X scale.
  716. *PrintableArea: PAIR(1962, 2632)
  717. }
  718. }
  719. }
  720. }
  721. }
  722. *Option: B4
  723. {
  724. *rcNameID: =B4_DISPLAY
  725. *Command: CmdSelect
  726. {
  727. *Order: DOC_SETUP.4
  728. *Cmd: "<1B>2<1B>CT"
  729. }
  730. *switch: InputBin
  731. {
  732. *case: TRACTOR
  733. {
  734. *PrintableArea: PAIR(2880, 4814)
  735. *PrintableOrigin: PAIR(90, 120)
  736. }
  737. *case: MANUAL
  738. {
  739. *PrintableArea: PAIR(2880, 4814)
  740. *PrintableOrigin: PAIR(90, 120)
  741. }
  742. *case: Option3
  743. {
  744. *PrintableArea: PAIR(2880, 4814)
  745. *PrintableOrigin: PAIR(90, 120)
  746. }
  747. *case: Option4
  748. {
  749. *PrintableArea: PAIR(2880, 4814)
  750. *PrintableOrigin: PAIR(90, 120)
  751. }
  752. }
  753. }
  754. *Option: B5
  755. {
  756. *rcNameID: =B5_DISPLAY
  757. *Command: CmdSelect
  758. {
  759. *Order: DOC_SETUP.4
  760. *Cmd: "<1B>2<1B>C="
  761. }
  762. *switch: InputBin
  763. {
  764. *case: TRACTOR
  765. {
  766. *PrintableArea: PAIR(2446, 3298)
  767. *PrintableOrigin: PAIR(90, 120)
  768. *switch: Resolution
  769. {
  770. *case: Option4
  771. {
  772. *% Warning: the following printable width is adjusted (2446->2445) so it is divisible by the resolution X scale.
  773. *PrintableArea: PAIR(2445, 3298)
  774. }
  775. }
  776. }
  777. *case: MANUAL
  778. {
  779. *PrintableArea: PAIR(2446, 3298)
  780. *PrintableOrigin: PAIR(90, 120)
  781. *switch: Resolution
  782. {
  783. *case: Option4
  784. {
  785. *% Warning: the following printable width is adjusted (2446->2445) so it is divisible by the resolution X scale.
  786. *PrintableArea: PAIR(2445, 3298)
  787. }
  788. }
  789. }
  790. *case: Option3
  791. {
  792. *PrintableArea: PAIR(2446, 3298)
  793. *PrintableOrigin: PAIR(90, 120)
  794. *switch: Resolution
  795. {
  796. *case: Option4
  797. {
  798. *% Warning: the following printable width is adjusted (2446->2445) so it is divisible by the resolution X scale.
  799. *PrintableArea: PAIR(2445, 3298)
  800. }
  801. }
  802. }
  803. *case: Option4
  804. {
  805. *PrintableArea: PAIR(2446, 3298)
  806. *PrintableOrigin: PAIR(90, 120)
  807. *switch: Resolution
  808. {
  809. *case: Option4
  810. {
  811. *% Warning: the following printable width is adjusted (2446->2445) so it is divisible by the resolution X scale.
  812. *PrintableArea: PAIR(2445, 3298)
  813. }
  814. }
  815. }
  816. }
  817. }
  818. *Option: Option9
  819. {
  820. *rcNameID: 260
  821. *OptionID: 260
  822. *PageDimensions: PAIR(2880, 2160)
  823. *Command: CmdSelect
  824. {
  825. *Order: DOC_SETUP.4
  826. *Cmd: "<1B>2<1B>C$"
  827. }
  828. *switch: InputBin
  829. {
  830. *case: TRACTOR
  831. {
  832. *PrintableArea: PAIR(2790, 2160)
  833. *PrintableOrigin: PAIR(90, 0)
  834. }
  835. *case: MANUAL
  836. {
  837. *PrintableArea: PAIR(2790, 1815)
  838. *PrintableOrigin: PAIR(90, 120)
  839. *switch: Resolution
  840. {
  841. *case: Option1
  842. {
  843. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  844. *PrintableArea: PAIR(2790, 1814)
  845. }
  846. *case: Option3
  847. {
  848. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  849. *PrintableArea: PAIR(2790, 1814)
  850. }
  851. *case: Option4
  852. {
  853. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  854. *PrintableArea: PAIR(2790, 1814)
  855. }
  856. }
  857. }
  858. *case: Option3
  859. {
  860. *PrintableArea: PAIR(2790, 1815)
  861. *PrintableOrigin: PAIR(90, 120)
  862. *switch: Resolution
  863. {
  864. *case: Option1
  865. {
  866. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  867. *PrintableArea: PAIR(2790, 1814)
  868. }
  869. *case: Option3
  870. {
  871. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  872. *PrintableArea: PAIR(2790, 1814)
  873. }
  874. *case: Option4
  875. {
  876. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  877. *PrintableArea: PAIR(2790, 1814)
  878. }
  879. }
  880. }
  881. *case: Option4
  882. {
  883. *PrintableArea: PAIR(2790, 1815)
  884. *PrintableOrigin: PAIR(90, 120)
  885. *switch: Resolution
  886. {
  887. *case: Option1
  888. {
  889. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  890. *PrintableArea: PAIR(2790, 1814)
  891. }
  892. *case: Option3
  893. {
  894. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  895. *PrintableArea: PAIR(2790, 1814)
  896. }
  897. *case: Option4
  898. {
  899. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  900. *PrintableArea: PAIR(2790, 1814)
  901. }
  902. }
  903. }
  904. }
  905. }
  906. *Option: FANFOLD_STD_GERMAN
  907. {
  908. *rcNameID: =FANFOLD_STD_GERMAN_DISPLAY
  909. *Command: CmdSelect
  910. {
  911. *Order: DOC_SETUP.4
  912. *Cmd: "<1B>2<1B>CH"
  913. }
  914. *switch: InputBin
  915. {
  916. *case: TRACTOR
  917. {
  918. *PrintableArea: PAIR(2880, 4320)
  919. *PrintableOrigin: PAIR(90, 0)
  920. }
  921. *case: MANUAL
  922. {
  923. *PrintableArea: PAIR(2880, 3975)
  924. *PrintableOrigin: PAIR(90, 120)
  925. *switch: Resolution
  926. {
  927. *case: Option1
  928. {
  929. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  930. *PrintableArea: PAIR(2880, 3974)
  931. }
  932. *case: Option3
  933. {
  934. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  935. *PrintableArea: PAIR(2880, 3974)
  936. }
  937. *case: Option4
  938. {
  939. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  940. *PrintableArea: PAIR(2880, 3974)
  941. }
  942. }
  943. }
  944. *case: Option3
  945. {
  946. *PrintableArea: PAIR(2880, 3975)
  947. *PrintableOrigin: PAIR(90, 120)
  948. *switch: Resolution
  949. {
  950. *case: Option1
  951. {
  952. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  953. *PrintableArea: PAIR(2880, 3974)
  954. }
  955. *case: Option3
  956. {
  957. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  958. *PrintableArea: PAIR(2880, 3974)
  959. }
  960. *case: Option4
  961. {
  962. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  963. *PrintableArea: PAIR(2880, 3974)
  964. }
  965. }
  966. }
  967. *case: Option4
  968. {
  969. *PrintableArea: PAIR(2880, 3975)
  970. *PrintableOrigin: PAIR(90, 120)
  971. *switch: Resolution
  972. {
  973. *case: Option1
  974. {
  975. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  976. *PrintableArea: PAIR(2880, 3974)
  977. }
  978. *case: Option3
  979. {
  980. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  981. *PrintableArea: PAIR(2880, 3974)
  982. }
  983. *case: Option4
  984. {
  985. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  986. *PrintableArea: PAIR(2880, 3974)
  987. }
  988. }
  989. }
  990. }
  991. }
  992. *Option: Option11
  993. {
  994. *rcNameID: 262
  995. *OptionID: 262
  996. *PageDimensions: PAIR(2976, 4320)
  997. *Command: CmdSelect
  998. {
  999. *Order: DOC_SETUP.4
  1000. *Cmd: "<1B>2<1B>CH"
  1001. }
  1002. *switch: InputBin
  1003. {
  1004. *case: TRACTOR
  1005. {
  1006. *PrintableArea: PAIR(2880, 4320)
  1007. *PrintableOrigin: PAIR(90, 0)
  1008. }
  1009. *case: MANUAL
  1010. {
  1011. *PrintableArea: PAIR(2880, 3975)
  1012. *PrintableOrigin: PAIR(90, 120)
  1013. *switch: Resolution
  1014. {
  1015. *case: Option1
  1016. {
  1017. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1018. *PrintableArea: PAIR(2880, 3974)
  1019. }
  1020. *case: Option3
  1021. {
  1022. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1023. *PrintableArea: PAIR(2880, 3974)
  1024. }
  1025. *case: Option4
  1026. {
  1027. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1028. *PrintableArea: PAIR(2880, 3974)
  1029. }
  1030. }
  1031. }
  1032. *case: Option3
  1033. {
  1034. *PrintableArea: PAIR(2880, 3975)
  1035. *PrintableOrigin: PAIR(90, 120)
  1036. *switch: Resolution
  1037. {
  1038. *case: Option1
  1039. {
  1040. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1041. *PrintableArea: PAIR(2880, 3974)
  1042. }
  1043. *case: Option3
  1044. {
  1045. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1046. *PrintableArea: PAIR(2880, 3974)
  1047. }
  1048. *case: Option4
  1049. {
  1050. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1051. *PrintableArea: PAIR(2880, 3974)
  1052. }
  1053. }
  1054. }
  1055. *case: Option4
  1056. {
  1057. *PrintableArea: PAIR(2880, 3975)
  1058. *PrintableOrigin: PAIR(90, 120)
  1059. *switch: Resolution
  1060. {
  1061. *case: Option1
  1062. {
  1063. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1064. *PrintableArea: PAIR(2880, 3974)
  1065. }
  1066. *case: Option3
  1067. {
  1068. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1069. *PrintableArea: PAIR(2880, 3974)
  1070. }
  1071. *case: Option4
  1072. {
  1073. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  1074. *PrintableArea: PAIR(2880, 3974)
  1075. }
  1076. }
  1077. }
  1078. }
  1079. }
  1080. *Option: FANFOLD_LGL_GERMAN
  1081. {
  1082. *rcNameID: =FANFOLD_LGL_GERMAN_DISPLAY
  1083. *Command: CmdSelect
  1084. {
  1085. *Order: DOC_SETUP.4
  1086. *Cmd: "<1B>2<1B>CN"
  1087. }
  1088. *switch: InputBin
  1089. {
  1090. *case: TRACTOR
  1091. {
  1092. *PrintableArea: PAIR(2880, 4680)
  1093. *PrintableOrigin: PAIR(90, 0)
  1094. }
  1095. *case: MANUAL
  1096. {
  1097. *PrintableArea: PAIR(2880, 4335)
  1098. *PrintableOrigin: PAIR(90, 120)
  1099. *switch: Resolution
  1100. {
  1101. *case: Option1
  1102. {
  1103. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1104. *PrintableArea: PAIR(2880, 4334)
  1105. }
  1106. *case: Option3
  1107. {
  1108. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1109. *PrintableArea: PAIR(2880, 4334)
  1110. }
  1111. *case: Option4
  1112. {
  1113. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1114. *PrintableArea: PAIR(2880, 4334)
  1115. }
  1116. }
  1117. }
  1118. *case: Option3
  1119. {
  1120. *PrintableArea: PAIR(2880, 4335)
  1121. *PrintableOrigin: PAIR(90, 120)
  1122. *switch: Resolution
  1123. {
  1124. *case: Option1
  1125. {
  1126. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1127. *PrintableArea: PAIR(2880, 4334)
  1128. }
  1129. *case: Option3
  1130. {
  1131. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1132. *PrintableArea: PAIR(2880, 4334)
  1133. }
  1134. *case: Option4
  1135. {
  1136. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1137. *PrintableArea: PAIR(2880, 4334)
  1138. }
  1139. }
  1140. }
  1141. *case: Option4
  1142. {
  1143. *PrintableArea: PAIR(2880, 4335)
  1144. *PrintableOrigin: PAIR(90, 120)
  1145. *switch: Resolution
  1146. {
  1147. *case: Option1
  1148. {
  1149. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1150. *PrintableArea: PAIR(2880, 4334)
  1151. }
  1152. *case: Option3
  1153. {
  1154. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1155. *PrintableArea: PAIR(2880, 4334)
  1156. }
  1157. *case: Option4
  1158. {
  1159. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1160. *PrintableArea: PAIR(2880, 4334)
  1161. }
  1162. }
  1163. }
  1164. }
  1165. }
  1166. *Option: ENV_9
  1167. {
  1168. *rcNameID: =ENV_9_DISPLAY
  1169. *RotateSize? : TRUE
  1170. *Command: CmdSelect
  1171. {
  1172. *Order: DOC_SETUP.4
  1173. *Cmd: "<1B>2<1B>C<17>"
  1174. }
  1175. *switch: InputBin
  1176. {
  1177. *case: TRACTOR
  1178. {
  1179. *PrintableArea: PAIR(2880, 1052)
  1180. *PrintableOrigin: PAIR(90, 120)
  1181. }
  1182. *case: MANUAL
  1183. {
  1184. *PrintableArea: PAIR(2880, 1052)
  1185. *PrintableOrigin: PAIR(90, 120)
  1186. }
  1187. *case: Option3
  1188. {
  1189. *PrintableArea: PAIR(2880, 1052)
  1190. *PrintableOrigin: PAIR(90, 120)
  1191. }
  1192. *case: Option4
  1193. {
  1194. *PrintableArea: PAIR(2880, 1052)
  1195. *PrintableOrigin: PAIR(90, 120)
  1196. }
  1197. }
  1198. }
  1199. *Option: ENV_10
  1200. {
  1201. *rcNameID: =ENV_10_DISPLAY
  1202. *RotateSize? : TRUE
  1203. *Command: CmdSelect
  1204. {
  1205. *Order: DOC_SETUP.4
  1206. *Cmd: "<1B>2<1B>C<19>"
  1207. }
  1208. *switch: InputBin
  1209. {
  1210. *case: TRACTOR
  1211. {
  1212. *PrintableArea: PAIR(2880, 1142)
  1213. *PrintableOrigin: PAIR(90, 120)
  1214. }
  1215. *case: MANUAL
  1216. {
  1217. *PrintableArea: PAIR(2880, 1142)
  1218. *PrintableOrigin: PAIR(90, 120)
  1219. }
  1220. *case: Option3
  1221. {
  1222. *PrintableArea: PAIR(2880, 1142)
  1223. *PrintableOrigin: PAIR(90, 120)
  1224. }
  1225. *case: Option4
  1226. {
  1227. *PrintableArea: PAIR(2880, 1142)
  1228. *PrintableOrigin: PAIR(90, 120)
  1229. }
  1230. }
  1231. }
  1232. *Option: ENV_DL
  1233. {
  1234. *rcNameID: =ENV_DL_DISPLAY
  1235. *RotateSize? : TRUE
  1236. *Command: CmdSelect
  1237. {
  1238. *Order: DOC_SETUP.4
  1239. *Cmd: "<1B>2<1B>C<1A>"
  1240. }
  1241. *switch: InputBin
  1242. {
  1243. *case: TRACTOR
  1244. {
  1245. *PrintableArea: PAIR(2880, 1214)
  1246. *PrintableOrigin: PAIR(90, 120)
  1247. }
  1248. *case: MANUAL
  1249. {
  1250. *PrintableArea: PAIR(2880, 1214)
  1251. *PrintableOrigin: PAIR(90, 120)
  1252. }
  1253. *case: Option3
  1254. {
  1255. *PrintableArea: PAIR(2880, 1214)
  1256. *PrintableOrigin: PAIR(90, 120)
  1257. }
  1258. *case: Option4
  1259. {
  1260. *PrintableArea: PAIR(2880, 1214)
  1261. *PrintableOrigin: PAIR(90, 120)
  1262. }
  1263. }
  1264. }
  1265. *Option: ENV_C5
  1266. {
  1267. *rcNameID: =ENV_C5_DISPLAY
  1268. *RotateSize? : TRUE
  1269. *Command: CmdSelect
  1270. {
  1271. *Order: DOC_SETUP.4
  1272. *Cmd: "<1B>2<1B>C&"
  1273. }
  1274. *switch: InputBin
  1275. {
  1276. *case: TRACTOR
  1277. {
  1278. *PrintableArea: PAIR(2880, 1952)
  1279. *PrintableOrigin: PAIR(90, 120)
  1280. }
  1281. *case: MANUAL
  1282. {
  1283. *PrintableArea: PAIR(2880, 1952)
  1284. *PrintableOrigin: PAIR(90, 120)
  1285. }
  1286. *case: Option3
  1287. {
  1288. *PrintableArea: PAIR(2880, 1952)
  1289. *PrintableOrigin: PAIR(90, 120)
  1290. }
  1291. *case: Option4
  1292. {
  1293. *PrintableArea: PAIR(2880, 1952)
  1294. *PrintableOrigin: PAIR(90, 120)
  1295. }
  1296. }
  1297. }
  1298. *Option: ENV_B5
  1299. {
  1300. *rcNameID: =ENV_B5_DISPLAY
  1301. *RotateSize? : TRUE
  1302. *Command: CmdSelect
  1303. {
  1304. *Order: DOC_SETUP.4
  1305. *Cmd: "<1B>2<1B>C*"
  1306. }
  1307. *switch: InputBin
  1308. {
  1309. *case: TRACTOR
  1310. {
  1311. *PrintableArea: PAIR(2880, 2150)
  1312. *PrintableOrigin: PAIR(90, 120)
  1313. }
  1314. *case: MANUAL
  1315. {
  1316. *PrintableArea: PAIR(2880, 2150)
  1317. *PrintableOrigin: PAIR(90, 120)
  1318. }
  1319. *case: Option3
  1320. {
  1321. *PrintableArea: PAIR(2880, 2150)
  1322. *PrintableOrigin: PAIR(90, 120)
  1323. }
  1324. *case: Option4
  1325. {
  1326. *PrintableArea: PAIR(2880, 2150)
  1327. *PrintableOrigin: PAIR(90, 120)
  1328. }
  1329. }
  1330. }
  1331. *Option: ENV_MONARCH
  1332. {
  1333. *rcNameID: =ENV_MONARCH_DISPLAY
  1334. *RotateSize? : TRUE
  1335. *Command: CmdSelect
  1336. {
  1337. *Order: DOC_SETUP.4
  1338. *Cmd: "<1B>2<1B>C!"
  1339. }
  1340. *switch: InputBin
  1341. {
  1342. *case: TRACTOR
  1343. {
  1344. *PrintableArea: PAIR(2565, 1052)
  1345. *PrintableOrigin: PAIR(90, 120)
  1346. *switch: Resolution
  1347. {
  1348. *case: Option3
  1349. {
  1350. *% Warning: the following printable width is adjusted (2565->2564) so it is divisible by the resolution X scale.
  1351. *PrintableArea: PAIR(2564, 1052)
  1352. }
  1353. }
  1354. }
  1355. *case: MANUAL
  1356. {
  1357. *PrintableArea: PAIR(2565, 1052)
  1358. *PrintableOrigin: PAIR(90, 120)
  1359. *switch: Resolution
  1360. {
  1361. *case: Option3
  1362. {
  1363. *% Warning: the following printable width is adjusted (2565->2564) so it is divisible by the resolution X scale.
  1364. *PrintableArea: PAIR(2564, 1052)
  1365. }
  1366. }
  1367. }
  1368. *case: Option3
  1369. {
  1370. *PrintableArea: PAIR(2565, 1052)
  1371. *PrintableOrigin: PAIR(90, 120)
  1372. *switch: Resolution
  1373. {
  1374. *case: Option3
  1375. {
  1376. *% Warning: the following printable width is adjusted (2565->2564) so it is divisible by the resolution X scale.
  1377. *PrintableArea: PAIR(2564, 1052)
  1378. }
  1379. }
  1380. }
  1381. *case: Option4
  1382. {
  1383. *PrintableArea: PAIR(2565, 1052)
  1384. *PrintableOrigin: PAIR(90, 120)
  1385. *switch: Resolution
  1386. {
  1387. *case: Option3
  1388. {
  1389. *% Warning: the following printable width is adjusted (2565->2564) so it is divisible by the resolution X scale.
  1390. *PrintableArea: PAIR(2564, 1052)
  1391. }
  1392. }
  1393. }
  1394. }
  1395. }
  1396. *Option: CUSTOMSIZE
  1397. {
  1398. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  1399. *MinSize: PAIR(180, 180)
  1400. *MaxSize: PAIR(4140, 32767)
  1401. *MaxPrintableWidth: 2880
  1402. *MinLeftMargin: 90
  1403. *CenterPrintable?: FALSE
  1404. *switch: InputBin
  1405. {
  1406. *case: TRACTOR
  1407. {
  1408. *TopMargin: 0
  1409. *BottomMargin: 0
  1410. }
  1411. *case: MANUAL
  1412. {
  1413. *TopMargin: 120
  1414. *BottomMargin: 225
  1415. }
  1416. *case: Option3
  1417. {
  1418. *TopMargin: 120
  1419. *BottomMargin: 225
  1420. }
  1421. *case: Option4
  1422. {
  1423. *TopMargin: 120
  1424. *BottomMargin: 225
  1425. }
  1426. }
  1427. *Command: CmdSelect
  1428. {
  1429. *Order: DOC_SETUP.4
  1430. *Cmd: "<1B>2<1B>C" %c[0,127]{(PhysPaperLength / 60) }
  1431. }
  1432. }
  1433. }
  1434. *Feature: PrintQuality
  1435. {
  1436. *rcNameID: =TEXT_QUALITY_DISPLAY
  1437. *DefaultOption: LETTER_QUALITY
  1438. *Option: LETTER_QUALITY
  1439. {
  1440. *rcNameID: =LETTER_QUALITY_DISPLAY
  1441. *Command: CmdSelect
  1442. {
  1443. *Order: DOC_SETUP.2
  1444. *Cmd: "<1B>x<01>"
  1445. }
  1446. }
  1447. *Option: DRAFT_QUALITY
  1448. {
  1449. *rcNameID: =DRAFT_QUALITY_DISPLAY
  1450. *Command: CmdSelect
  1451. {
  1452. *Order: DOC_SETUP.2
  1453. *Cmd: "<1B>x<00>"
  1454. }
  1455. }
  1456. }
  1457. *Feature: Halftone
  1458. {
  1459. *rcNameID: =HALFTONING_DISPLAY
  1460. *DefaultOption: HT_PATSIZE_AUTO
  1461. *Option: HT_PATSIZE_AUTO
  1462. {
  1463. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1464. }
  1465. *Option: HT_PATSIZE_SUPERCELL_M
  1466. {
  1467. *rcNameID: =HT_SUPERCELL_DISPLAY
  1468. }
  1469. *Option: HT_PATSIZE_6x6_M
  1470. {
  1471. *rcNameID: =HT_DITHER6X6_DISPLAY
  1472. }
  1473. *Option: HT_PATSIZE_8x8_M
  1474. {
  1475. *rcNameID: =HT_DITHER8X8_DISPLAY
  1476. }
  1477. }
  1478. *Command: CmdStartDoc
  1479. {
  1480. *Order: DOC_SETUP.1
  1481. *Cmd: "<1B>@<1B>t<011B>6<1B>R<001B>r<001B>U<011C>."
  1482. }
  1483. *Command: CmdStartPage
  1484. {
  1485. *Order: PAGE_SETUP.1
  1486. *Cmd: "<0D>"
  1487. }
  1488. *Command: CmdEndJob
  1489. {
  1490. *Order: JOB_FINISH.1
  1491. *Cmd: "<1B>@"
  1492. }
  1493. *RotateCoordinate?: FALSE
  1494. *RotateRaster?: FALSE
  1495. *RotateFont?: FALSE
  1496. *switch: Orientation
  1497. {
  1498. *case: PORTRAIT
  1499. {
  1500. *TextCaps: LIST(TC_SA_DOUBLE,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  1501. }
  1502. *case: LANDSCAPE_CC270
  1503. {
  1504. *TextCaps: LIST(TC_RA_ABLE)
  1505. }
  1506. }
  1507. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1508. *YMoveAttributes: LIST(SEND_CR_FIRST)
  1509. *MaxLineSpacing: 255
  1510. *XMoveThreshold: 0
  1511. *YMoveThreshold: *
  1512. *XMoveUnit: 60
  1513. *YMoveUnit: 180
  1514. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l{(DestX / 6) } }
  1515. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  1516. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  1517. *Command: CmdCR { *Cmd : "<0D>" }
  1518. *Command: CmdLF { *Cmd : "<0A>" }
  1519. *Command: CmdFF { *Cmd : "<0C>" }
  1520. *Command: CmdBackSpace { *Cmd : "<08>" }
  1521. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  1522. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  1523. *EjectPageWithFF?: TRUE
  1524. *OutputDataFormat: V_BYTE
  1525. *OptimizeLeftBound?: FALSE
  1526. *CursorXAfterSendBlockData: AT_GRXDATA_END
  1527. *CursorYAfterSendBlockData: NO_MOVE
  1528. *DefaultFont: 3
  1529. *DefaultCTT: 2
  1530. *switch: Orientation
  1531. {
  1532. *case: PORTRAIT
  1533. {
  1534. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
  1535. + 17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,
  1536. + 33,34,35,36,37,42,44,46,48,50,52,54,56,58,60,62,
  1537. + 64,66,68,70,72,74,76,78,80,82,84,86,88)
  1538. }
  1539. *case: LANDSCAPE_CC270
  1540. {
  1541. *DeviceFonts: LIST()
  1542. }
  1543. }
  1544. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  1545. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  1546. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  1547. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  1548. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  1549. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }