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.

3185 lines
122 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "EPLQ163C.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "Epson LQ-1600KIII"
  11. *MasterUnits: PAIR(360, 360)
  12. *ResourceDLL: "epepcres.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. *Command: CmdSelect
  54. {
  55. *Order: DOC_SETUP.3
  56. *Cmd: "<1B19>4<1B19>1"
  57. }
  58. }
  59. *Option: Option4
  60. {
  61. *rcNameID: 266
  62. *Command: CmdSelect
  63. {
  64. *Order: DOC_SETUP.3
  65. *Cmd: "<1B19>4<1B19>2"
  66. }
  67. }
  68. }
  69. *Feature: Resolution
  70. {
  71. *rcNameID: =RESOLUTION_DISPLAY
  72. *DefaultOption: Option2
  73. *Option: Option1
  74. {
  75. *Name: "360 x 360 dots per inch"
  76. *DPI: PAIR(360, 360)
  77. *TextDPI: PAIR(360, 360)
  78. *PinsPerLogPass: 48
  79. *PinsPerPhysPass: 24
  80. *MinStripBlankPixels: 360
  81. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  82. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  83. *SpotDiameter: 170
  84. *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  85. }
  86. *Option: Option2
  87. {
  88. *Name: "180 x 180 dots per inch"
  89. *DPI: PAIR(180, 180)
  90. *TextDPI: PAIR(180, 180)
  91. *PinsPerLogPass: 24
  92. *PinsPerPhysPass: 24
  93. *MinStripBlankPixels: 180
  94. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  95. *SpotDiameter: 120
  96. *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{NumOfDataBytes / 3} }
  97. }
  98. }
  99. *Feature: PaperSize
  100. {
  101. *rcNameID: =PAPER_SIZE_DISPLAY
  102. *DefaultOption: P16K
  103. *Option: P16K
  104. {
  105. *rcNameID: =P16K_DISPLAY
  106. *Command: CmdSelect
  107. {
  108. *Order: DOC_SETUP.4
  109. *Cmd: "<1B>2<1B>C2"
  110. }
  111. *switch: InputBin
  112. {
  113. *case: TRACTOR
  114. {
  115. *PrintableArea: PAIR(1980, 2726)
  116. *PrintableOrigin: PAIR(45, 120)
  117. *switch: Resolution
  118. {
  119. *case: Option2
  120. {
  121. *% Warning: the following printable width is adjusted (1980->1978) so it is divisible by the resolution X scale.
  122. *PrintableArea: PAIR(1978, 2726)
  123. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  124. *PrintableOrigin: PAIR(46, 120)
  125. }
  126. }
  127. }
  128. *case: MANUAL
  129. {
  130. *PrintableArea: PAIR(1980, 2701)
  131. *PrintableOrigin: PAIR(45, 120)
  132. *switch: Resolution
  133. {
  134. *case: Option2
  135. {
  136. *% Warning: the following printable width is adjusted (1980->1978) so it is divisible by the resolution X scale.
  137. *% Warning: the following printable length is adjusted (2701->2700) so it is divisible by the resolution Y scale.
  138. *PrintableArea: PAIR(1978, 2700)
  139. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  140. *PrintableOrigin: PAIR(46, 120)
  141. }
  142. }
  143. }
  144. *case: Option3
  145. {
  146. *PrintableArea: PAIR(1980, 2701)
  147. *PrintableOrigin: PAIR(45, 120)
  148. *switch: Resolution
  149. {
  150. *case: Option2
  151. {
  152. *% Warning: the following printable width is adjusted (1980->1978) so it is divisible by the resolution X scale.
  153. *% Warning: the following printable length is adjusted (2701->2700) so it is divisible by the resolution Y scale.
  154. *PrintableArea: PAIR(1978, 2700)
  155. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  156. *PrintableOrigin: PAIR(46, 120)
  157. }
  158. }
  159. }
  160. *case: Option4
  161. {
  162. *PrintableArea: PAIR(1980, 2701)
  163. *PrintableOrigin: PAIR(45, 120)
  164. *switch: Resolution
  165. {
  166. *case: Option2
  167. {
  168. *% Warning: the following printable width is adjusted (1980->1978) so it is divisible by the resolution X scale.
  169. *% Warning: the following printable length is adjusted (2701->2700) so it is divisible by the resolution Y scale.
  170. *PrintableArea: PAIR(1978, 2700)
  171. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  172. *PrintableOrigin: PAIR(46, 120)
  173. }
  174. }
  175. }
  176. }
  177. }
  178. *Option: P32K
  179. {
  180. *rcNameID: =P32K_DISPLAY
  181. *Command: CmdSelect
  182. {
  183. *Order: DOC_SETUP.4
  184. *Cmd: "<1B>2<1B>C#"
  185. }
  186. *switch: InputBin
  187. {
  188. *case: TRACTOR
  189. {
  190. *PrintableArea: PAIR(1285, 1818)
  191. *PrintableOrigin: PAIR(45, 120)
  192. *switch: Resolution
  193. {
  194. *case: Option2
  195. {
  196. *% Warning: the following printable width is adjusted (1285->1284) so it is divisible by the resolution X scale.
  197. *PrintableArea: PAIR(1284, 1818)
  198. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  199. *PrintableOrigin: PAIR(46, 120)
  200. }
  201. }
  202. }
  203. *case: MANUAL
  204. {
  205. *PrintableArea: PAIR(1285, 1793)
  206. *PrintableOrigin: PAIR(45, 120)
  207. *switch: Resolution
  208. {
  209. *case: Option2
  210. {
  211. *% Warning: the following printable width is adjusted (1285->1284) so it is divisible by the resolution X scale.
  212. *% Warning: the following printable length is adjusted (1793->1792) so it is divisible by the resolution Y scale.
  213. *PrintableArea: PAIR(1284, 1792)
  214. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  215. *PrintableOrigin: PAIR(46, 120)
  216. }
  217. }
  218. }
  219. *case: Option3
  220. {
  221. *PrintableArea: PAIR(1285, 1793)
  222. *PrintableOrigin: PAIR(45, 120)
  223. *switch: Resolution
  224. {
  225. *case: Option2
  226. {
  227. *% Warning: the following printable width is adjusted (1285->1284) so it is divisible by the resolution X scale.
  228. *% Warning: the following printable length is adjusted (1793->1792) so it is divisible by the resolution Y scale.
  229. *PrintableArea: PAIR(1284, 1792)
  230. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  231. *PrintableOrigin: PAIR(46, 120)
  232. }
  233. }
  234. }
  235. *case: Option4
  236. {
  237. *PrintableArea: PAIR(1285, 1793)
  238. *PrintableOrigin: PAIR(45, 120)
  239. *switch: Resolution
  240. {
  241. *case: Option2
  242. {
  243. *% Warning: the following printable width is adjusted (1285->1284) so it is divisible by the resolution X scale.
  244. *% Warning: the following printable length is adjusted (1793->1792) so it is divisible by the resolution Y scale.
  245. *PrintableArea: PAIR(1284, 1792)
  246. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  247. *PrintableOrigin: PAIR(46, 120)
  248. }
  249. }
  250. }
  251. }
  252. }
  253. *Option: P32KBIG
  254. {
  255. *rcNameID: =P32KBIG_DISPLAY
  256. *Command: CmdSelect
  257. {
  258. *Order: DOC_SETUP.4
  259. *Cmd: "<1B>2<1B>C!ERR!"
  260. }
  261. *switch: InputBin
  262. {
  263. *case: TRACTOR
  264. {
  265. *PrintableArea: PAIR(1339, 1948)
  266. *PrintableOrigin: PAIR(45, 120)
  267. *switch: Resolution
  268. {
  269. *case: Option2
  270. {
  271. *% Warning: the following printable width is adjusted (1339->1338) so it is divisible by the resolution X scale.
  272. *PrintableArea: PAIR(1338, 1948)
  273. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  274. *PrintableOrigin: PAIR(46, 120)
  275. }
  276. }
  277. }
  278. *case: MANUAL
  279. {
  280. *PrintableArea: PAIR(1339, 1923)
  281. *PrintableOrigin: PAIR(45, 120)
  282. *switch: Resolution
  283. {
  284. *case: Option2
  285. {
  286. *% Warning: the following printable width is adjusted (1339->1338) so it is divisible by the resolution X scale.
  287. *% Warning: the following printable length is adjusted (1923->1922) so it is divisible by the resolution Y scale.
  288. *PrintableArea: PAIR(1338, 1922)
  289. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  290. *PrintableOrigin: PAIR(46, 120)
  291. }
  292. }
  293. }
  294. *case: Option3
  295. {
  296. *PrintableArea: PAIR(1339, 1923)
  297. *PrintableOrigin: PAIR(45, 120)
  298. *switch: Resolution
  299. {
  300. *case: Option2
  301. {
  302. *% Warning: the following printable width is adjusted (1339->1338) so it is divisible by the resolution X scale.
  303. *% Warning: the following printable length is adjusted (1923->1922) so it is divisible by the resolution Y scale.
  304. *PrintableArea: PAIR(1338, 1922)
  305. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  306. *PrintableOrigin: PAIR(46, 120)
  307. }
  308. }
  309. }
  310. *case: Option4
  311. {
  312. *PrintableArea: PAIR(1339, 1923)
  313. *PrintableOrigin: PAIR(45, 120)
  314. *switch: Resolution
  315. {
  316. *case: Option2
  317. {
  318. *% Warning: the following printable width is adjusted (1339->1338) so it is divisible by the resolution X scale.
  319. *% Warning: the following printable length is adjusted (1923->1922) so it is divisible by the resolution Y scale.
  320. *PrintableArea: PAIR(1338, 1922)
  321. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  322. *PrintableOrigin: PAIR(46, 120)
  323. }
  324. }
  325. }
  326. }
  327. }
  328. *Option: PENV_1
  329. {
  330. *rcNameID: =PENV_1_DISPLAY
  331. *Command: CmdSelect
  332. {
  333. *Order: DOC_SETUP.4
  334. *Cmd: "<1B>2<1B>C'"
  335. }
  336. *switch: InputBin
  337. {
  338. *case: TRACTOR
  339. {
  340. *PrintableArea: PAIR(1354, 2020)
  341. *PrintableOrigin: PAIR(45, 120)
  342. *switch: Resolution
  343. {
  344. *case: Option2
  345. {
  346. *% Warning: the following printable width is adjusted (1354->1352) so it is divisible by the resolution X scale.
  347. *PrintableArea: PAIR(1352, 2020)
  348. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  349. *PrintableOrigin: PAIR(46, 120)
  350. }
  351. }
  352. }
  353. *case: MANUAL
  354. {
  355. *PrintableArea: PAIR(1354, 1995)
  356. *PrintableOrigin: PAIR(45, 120)
  357. *switch: Resolution
  358. {
  359. *case: Option2
  360. {
  361. *% Warning: the following printable width is adjusted (1354->1352) so it is divisible by the resolution X scale.
  362. *% Warning: the following printable length is adjusted (1995->1994) so it is divisible by the resolution Y scale.
  363. *PrintableArea: PAIR(1352, 1994)
  364. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  365. *PrintableOrigin: PAIR(46, 120)
  366. }
  367. }
  368. }
  369. *case: Option3
  370. {
  371. *PrintableArea: PAIR(1354, 1995)
  372. *PrintableOrigin: PAIR(45, 120)
  373. *switch: Resolution
  374. {
  375. *case: Option2
  376. {
  377. *% Warning: the following printable width is adjusted (1354->1352) so it is divisible by the resolution X scale.
  378. *% Warning: the following printable length is adjusted (1995->1994) so it is divisible by the resolution Y scale.
  379. *PrintableArea: PAIR(1352, 1994)
  380. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  381. *PrintableOrigin: PAIR(46, 120)
  382. }
  383. }
  384. }
  385. *case: Option4
  386. {
  387. *PrintableArea: PAIR(1354, 1995)
  388. *PrintableOrigin: PAIR(45, 120)
  389. *switch: Resolution
  390. {
  391. *case: Option2
  392. {
  393. *% Warning: the following printable width is adjusted (1354->1352) so it is divisible by the resolution X scale.
  394. *% Warning: the following printable length is adjusted (1995->1994) so it is divisible by the resolution Y scale.
  395. *PrintableArea: PAIR(1352, 1994)
  396. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  397. *PrintableOrigin: PAIR(46, 120)
  398. }
  399. }
  400. }
  401. }
  402. }
  403. *Option: PENV_2
  404. {
  405. *rcNameID: =PENV_2_DISPLAY
  406. *Command: CmdSelect
  407. {
  408. *Order: DOC_SETUP.4
  409. *Cmd: "<1B>2<1B>C)"
  410. }
  411. *switch: InputBin
  412. {
  413. *case: TRACTOR
  414. {
  415. *PrintableArea: PAIR(1465, 2175)
  416. *PrintableOrigin: PAIR(45, 120)
  417. *switch: Resolution
  418. {
  419. *case: Option2
  420. {
  421. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  422. *% Warning: the following printable length is adjusted (2175->2174) so it is divisible by the resolution Y scale.
  423. *PrintableArea: PAIR(1464, 2174)
  424. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  425. *PrintableOrigin: PAIR(46, 120)
  426. }
  427. }
  428. }
  429. *case: MANUAL
  430. {
  431. *PrintableArea: PAIR(1465, 2150)
  432. *PrintableOrigin: PAIR(45, 120)
  433. *switch: Resolution
  434. {
  435. *case: Option2
  436. {
  437. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  438. *PrintableArea: PAIR(1464, 2150)
  439. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  440. *PrintableOrigin: PAIR(46, 120)
  441. }
  442. }
  443. }
  444. *case: Option3
  445. {
  446. *PrintableArea: PAIR(1465, 2150)
  447. *PrintableOrigin: PAIR(45, 120)
  448. *switch: Resolution
  449. {
  450. *case: Option2
  451. {
  452. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  453. *PrintableArea: PAIR(1464, 2150)
  454. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  455. *PrintableOrigin: PAIR(46, 120)
  456. }
  457. }
  458. }
  459. *case: Option4
  460. {
  461. *PrintableArea: PAIR(1465, 2150)
  462. *PrintableOrigin: PAIR(45, 120)
  463. *switch: Resolution
  464. {
  465. *case: Option2
  466. {
  467. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  468. *PrintableArea: PAIR(1464, 2150)
  469. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  470. *PrintableOrigin: PAIR(46, 120)
  471. }
  472. }
  473. }
  474. }
  475. }
  476. *Option: PENV_3
  477. {
  478. *rcNameID: =PENV_3_DISPLAY
  479. *Command: CmdSelect
  480. {
  481. *Order: DOC_SETUP.4
  482. *Cmd: "<1B>2<1B>C)"
  483. }
  484. *switch: InputBin
  485. {
  486. *case: TRACTOR
  487. {
  488. *PrintableArea: PAIR(1681, 2175)
  489. *PrintableOrigin: PAIR(45, 120)
  490. *switch: Resolution
  491. {
  492. *case: Option2
  493. {
  494. *% Warning: the following printable width is adjusted (1681->1680) so it is divisible by the resolution X scale.
  495. *% Warning: the following printable length is adjusted (2175->2174) so it is divisible by the resolution Y scale.
  496. *PrintableArea: PAIR(1680, 2174)
  497. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  498. *PrintableOrigin: PAIR(46, 120)
  499. }
  500. }
  501. }
  502. *case: MANUAL
  503. {
  504. *PrintableArea: PAIR(1681, 2150)
  505. *PrintableOrigin: PAIR(45, 120)
  506. *switch: Resolution
  507. {
  508. *case: Option2
  509. {
  510. *% Warning: the following printable width is adjusted (1681->1680) so it is divisible by the resolution X scale.
  511. *PrintableArea: PAIR(1680, 2150)
  512. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  513. *PrintableOrigin: PAIR(46, 120)
  514. }
  515. }
  516. }
  517. *case: Option3
  518. {
  519. *PrintableArea: PAIR(1681, 2150)
  520. *PrintableOrigin: PAIR(45, 120)
  521. *switch: Resolution
  522. {
  523. *case: Option2
  524. {
  525. *% Warning: the following printable width is adjusted (1681->1680) so it is divisible by the resolution X scale.
  526. *PrintableArea: PAIR(1680, 2150)
  527. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  528. *PrintableOrigin: PAIR(46, 120)
  529. }
  530. }
  531. }
  532. *case: Option4
  533. {
  534. *PrintableArea: PAIR(1681, 2150)
  535. *PrintableOrigin: PAIR(45, 120)
  536. *switch: Resolution
  537. {
  538. *case: Option2
  539. {
  540. *% Warning: the following printable width is adjusted (1681->1680) so it is divisible by the resolution X scale.
  541. *PrintableArea: PAIR(1680, 2150)
  542. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  543. *PrintableOrigin: PAIR(46, 120)
  544. }
  545. }
  546. }
  547. }
  548. }
  549. *Option: PENV_4
  550. {
  551. *rcNameID: =PENV_4_DISPLAY
  552. *Command: CmdSelect
  553. {
  554. *Order: DOC_SETUP.4
  555. *Cmd: "<1B>2<1B>C1"
  556. }
  557. *switch: InputBin
  558. {
  559. *case: TRACTOR
  560. {
  561. *PrintableArea: PAIR(1465, 2628)
  562. *PrintableOrigin: PAIR(45, 120)
  563. *switch: Resolution
  564. {
  565. *case: Option2
  566. {
  567. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  568. *PrintableArea: PAIR(1464, 2628)
  569. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  570. *PrintableOrigin: PAIR(46, 120)
  571. }
  572. }
  573. }
  574. *case: MANUAL
  575. {
  576. *PrintableArea: PAIR(1465, 2603)
  577. *PrintableOrigin: PAIR(45, 120)
  578. *switch: Resolution
  579. {
  580. *case: Option2
  581. {
  582. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  583. *% Warning: the following printable length is adjusted (2603->2602) so it is divisible by the resolution Y scale.
  584. *PrintableArea: PAIR(1464, 2602)
  585. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  586. *PrintableOrigin: PAIR(46, 120)
  587. }
  588. }
  589. }
  590. *case: Option3
  591. {
  592. *PrintableArea: PAIR(1465, 2603)
  593. *PrintableOrigin: PAIR(45, 120)
  594. *switch: Resolution
  595. {
  596. *case: Option2
  597. {
  598. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  599. *% Warning: the following printable length is adjusted (2603->2602) so it is divisible by the resolution Y scale.
  600. *PrintableArea: PAIR(1464, 2602)
  601. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  602. *PrintableOrigin: PAIR(46, 120)
  603. }
  604. }
  605. }
  606. *case: Option4
  607. {
  608. *PrintableArea: PAIR(1465, 2603)
  609. *PrintableOrigin: PAIR(45, 120)
  610. *switch: Resolution
  611. {
  612. *case: Option2
  613. {
  614. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  615. *% Warning: the following printable length is adjusted (2603->2602) so it is divisible by the resolution Y scale.
  616. *PrintableArea: PAIR(1464, 2602)
  617. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  618. *PrintableOrigin: PAIR(46, 120)
  619. }
  620. }
  621. }
  622. }
  623. }
  624. *Option: PENV_5
  625. {
  626. *rcNameID: =PENV_5_DISPLAY
  627. *Command: CmdSelect
  628. {
  629. *Order: DOC_SETUP.4
  630. *Cmd: "<1B>2<1B>C4"
  631. }
  632. *switch: InputBin
  633. {
  634. *case: TRACTOR
  635. {
  636. *PrintableArea: PAIR(1465, 2798)
  637. *PrintableOrigin: PAIR(45, 120)
  638. *switch: Resolution
  639. {
  640. *case: Option2
  641. {
  642. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  643. *PrintableArea: PAIR(1464, 2798)
  644. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  645. *PrintableOrigin: PAIR(46, 120)
  646. }
  647. }
  648. }
  649. *case: MANUAL
  650. {
  651. *PrintableArea: PAIR(1465, 2773)
  652. *PrintableOrigin: PAIR(45, 120)
  653. *switch: Resolution
  654. {
  655. *case: Option2
  656. {
  657. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  658. *% Warning: the following printable length is adjusted (2773->2772) so it is divisible by the resolution Y scale.
  659. *PrintableArea: PAIR(1464, 2772)
  660. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  661. *PrintableOrigin: PAIR(46, 120)
  662. }
  663. }
  664. }
  665. *case: Option3
  666. {
  667. *PrintableArea: PAIR(1465, 2773)
  668. *PrintableOrigin: PAIR(45, 120)
  669. *switch: Resolution
  670. {
  671. *case: Option2
  672. {
  673. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  674. *% Warning: the following printable length is adjusted (2773->2772) so it is divisible by the resolution Y scale.
  675. *PrintableArea: PAIR(1464, 2772)
  676. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  677. *PrintableOrigin: PAIR(46, 120)
  678. }
  679. }
  680. }
  681. *case: Option4
  682. {
  683. *PrintableArea: PAIR(1465, 2773)
  684. *PrintableOrigin: PAIR(45, 120)
  685. *switch: Resolution
  686. {
  687. *case: Option2
  688. {
  689. *% Warning: the following printable width is adjusted (1465->1464) so it is divisible by the resolution X scale.
  690. *% Warning: the following printable length is adjusted (2773->2772) so it is divisible by the resolution Y scale.
  691. *PrintableArea: PAIR(1464, 2772)
  692. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  693. *PrintableOrigin: PAIR(46, 120)
  694. }
  695. }
  696. }
  697. }
  698. }
  699. *Option: PENV_6
  700. {
  701. *rcNameID: =PENV_6_DISPLAY
  702. *Command: CmdSelect
  703. {
  704. *Order: DOC_SETUP.4
  705. *Cmd: "<1B>2<1B>C6"
  706. }
  707. *switch: InputBin
  708. {
  709. *case: TRACTOR
  710. {
  711. *PrintableArea: PAIR(1609, 2938)
  712. *PrintableOrigin: PAIR(45, 120)
  713. *switch: Resolution
  714. {
  715. *case: Option2
  716. {
  717. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  718. *PrintableArea: PAIR(1608, 2938)
  719. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  720. *PrintableOrigin: PAIR(46, 120)
  721. }
  722. }
  723. }
  724. *case: MANUAL
  725. {
  726. *PrintableArea: PAIR(1609, 2913)
  727. *PrintableOrigin: PAIR(45, 120)
  728. *switch: Resolution
  729. {
  730. *case: Option2
  731. {
  732. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  733. *% Warning: the following printable length is adjusted (2913->2912) so it is divisible by the resolution Y scale.
  734. *PrintableArea: PAIR(1608, 2912)
  735. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  736. *PrintableOrigin: PAIR(46, 120)
  737. }
  738. }
  739. }
  740. *case: Option3
  741. {
  742. *PrintableArea: PAIR(1609, 2913)
  743. *PrintableOrigin: PAIR(45, 120)
  744. *switch: Resolution
  745. {
  746. *case: Option2
  747. {
  748. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  749. *% Warning: the following printable length is adjusted (2913->2912) so it is divisible by the resolution Y scale.
  750. *PrintableArea: PAIR(1608, 2912)
  751. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  752. *PrintableOrigin: PAIR(46, 120)
  753. }
  754. }
  755. }
  756. *case: Option4
  757. {
  758. *PrintableArea: PAIR(1609, 2913)
  759. *PrintableOrigin: PAIR(45, 120)
  760. *switch: Resolution
  761. {
  762. *case: Option2
  763. {
  764. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  765. *% Warning: the following printable length is adjusted (2913->2912) so it is divisible by the resolution Y scale.
  766. *PrintableArea: PAIR(1608, 2912)
  767. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  768. *PrintableOrigin: PAIR(46, 120)
  769. }
  770. }
  771. }
  772. }
  773. }
  774. *Option: PENV_7
  775. {
  776. *rcNameID: =PENV_7_DISPLAY
  777. *Command: CmdSelect
  778. {
  779. *Order: DOC_SETUP.4
  780. *Cmd: "<1B>2<1B>C6"
  781. }
  782. *switch: InputBin
  783. {
  784. *case: TRACTOR
  785. {
  786. *PrintableArea: PAIR(2178, 2938)
  787. *PrintableOrigin: PAIR(45, 120)
  788. *switch: Resolution
  789. {
  790. *case: Option2
  791. {
  792. *% Warning: the following printable width is adjusted (2178->2176) so it is divisible by the resolution X scale.
  793. *PrintableArea: PAIR(2176, 2938)
  794. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  795. *PrintableOrigin: PAIR(46, 120)
  796. }
  797. }
  798. }
  799. *case: MANUAL
  800. {
  801. *PrintableArea: PAIR(2178, 2913)
  802. *PrintableOrigin: PAIR(45, 120)
  803. *switch: Resolution
  804. {
  805. *case: Option2
  806. {
  807. *% Warning: the following printable width is adjusted (2178->2176) so it is divisible by the resolution X scale.
  808. *% Warning: the following printable length is adjusted (2913->2912) so it is divisible by the resolution Y scale.
  809. *PrintableArea: PAIR(2176, 2912)
  810. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  811. *PrintableOrigin: PAIR(46, 120)
  812. }
  813. }
  814. }
  815. *case: Option3
  816. {
  817. *PrintableArea: PAIR(2178, 2913)
  818. *PrintableOrigin: PAIR(45, 120)
  819. *switch: Resolution
  820. {
  821. *case: Option2
  822. {
  823. *% Warning: the following printable width is adjusted (2178->2176) so it is divisible by the resolution X scale.
  824. *% Warning: the following printable length is adjusted (2913->2912) so it is divisible by the resolution Y scale.
  825. *PrintableArea: PAIR(2176, 2912)
  826. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  827. *PrintableOrigin: PAIR(46, 120)
  828. }
  829. }
  830. }
  831. *case: Option4
  832. {
  833. *PrintableArea: PAIR(2178, 2913)
  834. *PrintableOrigin: PAIR(45, 120)
  835. *switch: Resolution
  836. {
  837. *case: Option2
  838. {
  839. *% Warning: the following printable width is adjusted (2178->2176) so it is divisible by the resolution X scale.
  840. *% Warning: the following printable length is adjusted (2913->2912) so it is divisible by the resolution Y scale.
  841. *PrintableArea: PAIR(2176, 2912)
  842. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  843. *PrintableOrigin: PAIR(46, 120)
  844. }
  845. }
  846. }
  847. }
  848. }
  849. *Option: PENV_8
  850. {
  851. *rcNameID: =PENV_8_DISPLAY
  852. *Command: CmdSelect
  853. {
  854. *Order: DOC_SETUP.4
  855. *Cmd: "<1B>2<1B>CI"
  856. }
  857. *switch: InputBin
  858. {
  859. *case: TRACTOR
  860. {
  861. *PrintableArea: PAIR(1609, 4058)
  862. *PrintableOrigin: PAIR(45, 120)
  863. *switch: Resolution
  864. {
  865. *case: Option2
  866. {
  867. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  868. *PrintableArea: PAIR(1608, 4058)
  869. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  870. *PrintableOrigin: PAIR(46, 120)
  871. }
  872. }
  873. }
  874. *case: MANUAL
  875. {
  876. *PrintableArea: PAIR(1609, 4033)
  877. *PrintableOrigin: PAIR(45, 120)
  878. *switch: Resolution
  879. {
  880. *case: Option2
  881. {
  882. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  883. *% Warning: the following printable length is adjusted (4033->4032) so it is divisible by the resolution Y scale.
  884. *PrintableArea: PAIR(1608, 4032)
  885. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  886. *PrintableOrigin: PAIR(46, 120)
  887. }
  888. }
  889. }
  890. *case: Option3
  891. {
  892. *PrintableArea: PAIR(1609, 4033)
  893. *PrintableOrigin: PAIR(45, 120)
  894. *switch: Resolution
  895. {
  896. *case: Option2
  897. {
  898. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  899. *% Warning: the following printable length is adjusted (4033->4032) so it is divisible by the resolution Y scale.
  900. *PrintableArea: PAIR(1608, 4032)
  901. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  902. *PrintableOrigin: PAIR(46, 120)
  903. }
  904. }
  905. }
  906. *case: Option4
  907. {
  908. *PrintableArea: PAIR(1609, 4033)
  909. *PrintableOrigin: PAIR(45, 120)
  910. *switch: Resolution
  911. {
  912. *case: Option2
  913. {
  914. *% Warning: the following printable width is adjusted (1609->1608) so it is divisible by the resolution X scale.
  915. *% Warning: the following printable length is adjusted (4033->4032) so it is divisible by the resolution Y scale.
  916. *PrintableArea: PAIR(1608, 4032)
  917. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  918. *PrintableOrigin: PAIR(46, 120)
  919. }
  920. }
  921. }
  922. }
  923. }
  924. *Option: PENV_9
  925. {
  926. *rcNameID: =PENV_9_DISPLAY
  927. *Command: CmdSelect
  928. {
  929. *Order: DOC_SETUP.4
  930. *Cmd: "<1B>2<1B>CL"
  931. }
  932. *switch: InputBin
  933. {
  934. *case: TRACTOR
  935. {
  936. *PrintableArea: PAIR(3154, 4270)
  937. *PrintableOrigin: PAIR(45, 120)
  938. *switch: Resolution
  939. {
  940. *case: Option2
  941. {
  942. *% Warning: the following printable width is adjusted (3154->3152) so it is divisible by the resolution X scale.
  943. *PrintableArea: PAIR(3152, 4270)
  944. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  945. *PrintableOrigin: PAIR(46, 120)
  946. }
  947. }
  948. }
  949. *case: MANUAL
  950. {
  951. *PrintableArea: PAIR(3154, 4245)
  952. *PrintableOrigin: PAIR(45, 120)
  953. *switch: Resolution
  954. {
  955. *case: Option2
  956. {
  957. *% Warning: the following printable width is adjusted (3154->3152) so it is divisible by the resolution X scale.
  958. *% Warning: the following printable length is adjusted (4245->4244) so it is divisible by the resolution Y scale.
  959. *PrintableArea: PAIR(3152, 4244)
  960. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  961. *PrintableOrigin: PAIR(46, 120)
  962. }
  963. }
  964. }
  965. *case: Option3
  966. {
  967. *PrintableArea: PAIR(3154, 4245)
  968. *PrintableOrigin: PAIR(45, 120)
  969. *switch: Resolution
  970. {
  971. *case: Option2
  972. {
  973. *% Warning: the following printable width is adjusted (3154->3152) so it is divisible by the resolution X scale.
  974. *% Warning: the following printable length is adjusted (4245->4244) so it is divisible by the resolution Y scale.
  975. *PrintableArea: PAIR(3152, 4244)
  976. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  977. *PrintableOrigin: PAIR(46, 120)
  978. }
  979. }
  980. }
  981. *case: Option4
  982. {
  983. *PrintableArea: PAIR(3154, 4245)
  984. *PrintableOrigin: PAIR(45, 120)
  985. *switch: Resolution
  986. {
  987. *case: Option2
  988. {
  989. *% Warning: the following printable width is adjusted (3154->3152) so it is divisible by the resolution X scale.
  990. *% Warning: the following printable length is adjusted (4245->4244) so it is divisible by the resolution Y scale.
  991. *PrintableArea: PAIR(3152, 4244)
  992. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  993. *PrintableOrigin: PAIR(46, 120)
  994. }
  995. }
  996. }
  997. }
  998. }
  999. *Option: 10X11
  1000. {
  1001. *rcNameID: =10X11_DISPLAY
  1002. *Command: CmdSelect
  1003. {
  1004. *Order: DOC_SETUP.4
  1005. *Cmd: "<1B>2<1B>CB"
  1006. }
  1007. *switch: InputBin
  1008. {
  1009. *case: TRACTOR
  1010. {
  1011. *PrintableArea: PAIR(3510, 3640)
  1012. *PrintableOrigin: PAIR(45, 120)
  1013. *switch: Resolution
  1014. {
  1015. *case: Option2
  1016. {
  1017. *% Warning: the following printable width is adjusted (3510->3508) so it is divisible by the resolution X scale.
  1018. *PrintableArea: PAIR(3508, 3640)
  1019. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1020. *PrintableOrigin: PAIR(46, 120)
  1021. }
  1022. }
  1023. }
  1024. *case: MANUAL
  1025. {
  1026. *PrintableArea: PAIR(3510, 3615)
  1027. *PrintableOrigin: PAIR(45, 120)
  1028. *switch: Resolution
  1029. {
  1030. *case: Option2
  1031. {
  1032. *% Warning: the following printable width is adjusted (3510->3508) so it is divisible by the resolution X scale.
  1033. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  1034. *PrintableArea: PAIR(3508, 3614)
  1035. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1036. *PrintableOrigin: PAIR(46, 120)
  1037. }
  1038. }
  1039. }
  1040. *case: Option3
  1041. {
  1042. *PrintableArea: PAIR(3510, 3615)
  1043. *PrintableOrigin: PAIR(45, 120)
  1044. *switch: Resolution
  1045. {
  1046. *case: Option2
  1047. {
  1048. *% Warning: the following printable width is adjusted (3510->3508) so it is divisible by the resolution X scale.
  1049. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  1050. *PrintableArea: PAIR(3508, 3614)
  1051. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1052. *PrintableOrigin: PAIR(46, 120)
  1053. }
  1054. }
  1055. }
  1056. *case: Option4
  1057. {
  1058. *PrintableArea: PAIR(3510, 3615)
  1059. *PrintableOrigin: PAIR(45, 120)
  1060. *switch: Resolution
  1061. {
  1062. *case: Option2
  1063. {
  1064. *% Warning: the following printable width is adjusted (3510->3508) so it is divisible by the resolution X scale.
  1065. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  1066. *PrintableArea: PAIR(3508, 3614)
  1067. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1068. *PrintableOrigin: PAIR(46, 120)
  1069. }
  1070. }
  1071. }
  1072. }
  1073. }
  1074. *Option: LETTER_TRANSVERSE
  1075. {
  1076. *rcNameID: =LETTER_TRANSVERSE_DISPLAY
  1077. *Command: CmdSelect
  1078. {
  1079. *Order: DOC_SETUP.4
  1080. *Cmd: "<1B>2<1B>C3"
  1081. }
  1082. *switch: InputBin
  1083. {
  1084. *case: TRACTOR
  1085. {
  1086. *PrintableArea: PAIR(2970, 3640)
  1087. *PrintableOrigin: PAIR(45, 120)
  1088. *switch: Resolution
  1089. {
  1090. *case: Option2
  1091. {
  1092. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1093. *PrintableArea: PAIR(2968, 3640)
  1094. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1095. *PrintableOrigin: PAIR(46, 120)
  1096. }
  1097. }
  1098. }
  1099. *case: MANUAL
  1100. {
  1101. *PrintableArea: PAIR(2970, 3615)
  1102. *PrintableOrigin: PAIR(45, 120)
  1103. *switch: Resolution
  1104. {
  1105. *case: Option2
  1106. {
  1107. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1108. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  1109. *PrintableArea: PAIR(2968, 3614)
  1110. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1111. *PrintableOrigin: PAIR(46, 120)
  1112. }
  1113. }
  1114. }
  1115. *case: Option3
  1116. {
  1117. *PrintableArea: PAIR(2970, 3615)
  1118. *PrintableOrigin: PAIR(45, 120)
  1119. *switch: Resolution
  1120. {
  1121. *case: Option2
  1122. {
  1123. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1124. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  1125. *PrintableArea: PAIR(2968, 3614)
  1126. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1127. *PrintableOrigin: PAIR(46, 120)
  1128. }
  1129. }
  1130. }
  1131. *case: Option4
  1132. {
  1133. *PrintableArea: PAIR(2970, 3615)
  1134. *PrintableOrigin: PAIR(45, 120)
  1135. *switch: Resolution
  1136. {
  1137. *case: Option2
  1138. {
  1139. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1140. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  1141. *PrintableArea: PAIR(2968, 3614)
  1142. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1143. *PrintableOrigin: PAIR(46, 120)
  1144. }
  1145. }
  1146. }
  1147. }
  1148. }
  1149. *Option: LEGAL
  1150. {
  1151. *rcNameID: =LEGAL_DISPLAY
  1152. *Command: CmdSelect
  1153. {
  1154. *Order: DOC_SETUP.4
  1155. *Cmd: "<1B>2<1B>CT"
  1156. }
  1157. *switch: InputBin
  1158. {
  1159. *case: TRACTOR
  1160. {
  1161. *PrintableArea: PAIR(2970, 4720)
  1162. *PrintableOrigin: PAIR(45, 120)
  1163. *switch: Resolution
  1164. {
  1165. *case: Option2
  1166. {
  1167. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1168. *PrintableArea: PAIR(2968, 4720)
  1169. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1170. *PrintableOrigin: PAIR(46, 120)
  1171. }
  1172. }
  1173. }
  1174. *case: MANUAL
  1175. {
  1176. *PrintableArea: PAIR(2970, 4695)
  1177. *PrintableOrigin: PAIR(45, 120)
  1178. *switch: Resolution
  1179. {
  1180. *case: Option2
  1181. {
  1182. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1183. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  1184. *PrintableArea: PAIR(2968, 4694)
  1185. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1186. *PrintableOrigin: PAIR(46, 120)
  1187. }
  1188. }
  1189. }
  1190. *case: Option3
  1191. {
  1192. *PrintableArea: PAIR(2970, 4695)
  1193. *PrintableOrigin: PAIR(45, 120)
  1194. *switch: Resolution
  1195. {
  1196. *case: Option2
  1197. {
  1198. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1199. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  1200. *PrintableArea: PAIR(2968, 4694)
  1201. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1202. *PrintableOrigin: PAIR(46, 120)
  1203. }
  1204. }
  1205. }
  1206. *case: Option4
  1207. {
  1208. *PrintableArea: PAIR(2970, 4695)
  1209. *PrintableOrigin: PAIR(45, 120)
  1210. *switch: Resolution
  1211. {
  1212. *case: Option2
  1213. {
  1214. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1215. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  1216. *PrintableArea: PAIR(2968, 4694)
  1217. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1218. *PrintableOrigin: PAIR(46, 120)
  1219. }
  1220. }
  1221. }
  1222. }
  1223. }
  1224. *Option: TABLOID
  1225. {
  1226. *rcNameID: =TABLOID_DISPLAY
  1227. *Command: CmdSelect
  1228. {
  1229. *Order: DOC_SETUP.4
  1230. *Cmd: "<1B>2<1B>Cf"
  1231. }
  1232. *switch: InputBin
  1233. {
  1234. *case: TRACTOR
  1235. {
  1236. *PrintableArea: PAIR(3870, 5800)
  1237. *PrintableOrigin: PAIR(45, 120)
  1238. *switch: Resolution
  1239. {
  1240. *case: Option2
  1241. {
  1242. *% Warning: the following printable width is adjusted (3870->3868) so it is divisible by the resolution X scale.
  1243. *PrintableArea: PAIR(3868, 5800)
  1244. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1245. *PrintableOrigin: PAIR(46, 120)
  1246. }
  1247. }
  1248. }
  1249. *case: MANUAL
  1250. {
  1251. *PrintableArea: PAIR(3870, 5775)
  1252. *PrintableOrigin: PAIR(45, 120)
  1253. *switch: Resolution
  1254. {
  1255. *case: Option2
  1256. {
  1257. *% Warning: the following printable width is adjusted (3870->3868) so it is divisible by the resolution X scale.
  1258. *% Warning: the following printable length is adjusted (5775->5774) so it is divisible by the resolution Y scale.
  1259. *PrintableArea: PAIR(3868, 5774)
  1260. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1261. *PrintableOrigin: PAIR(46, 120)
  1262. }
  1263. }
  1264. }
  1265. *case: Option3
  1266. {
  1267. *PrintableArea: PAIR(3870, 5775)
  1268. *PrintableOrigin: PAIR(45, 120)
  1269. *switch: Resolution
  1270. {
  1271. *case: Option2
  1272. {
  1273. *% Warning: the following printable width is adjusted (3870->3868) so it is divisible by the resolution X scale.
  1274. *% Warning: the following printable length is adjusted (5775->5774) so it is divisible by the resolution Y scale.
  1275. *PrintableArea: PAIR(3868, 5774)
  1276. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1277. *PrintableOrigin: PAIR(46, 120)
  1278. }
  1279. }
  1280. }
  1281. *case: Option4
  1282. {
  1283. *PrintableArea: PAIR(3870, 5775)
  1284. *PrintableOrigin: PAIR(45, 120)
  1285. *switch: Resolution
  1286. {
  1287. *case: Option2
  1288. {
  1289. *% Warning: the following printable width is adjusted (3870->3868) so it is divisible by the resolution X scale.
  1290. *% Warning: the following printable length is adjusted (5775->5774) so it is divisible by the resolution Y scale.
  1291. *PrintableArea: PAIR(3868, 5774)
  1292. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1293. *PrintableOrigin: PAIR(46, 120)
  1294. }
  1295. }
  1296. }
  1297. }
  1298. }
  1299. *Option: EXECUTIVE
  1300. {
  1301. *rcNameID: =EXECUTIVE_DISPLAY
  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(2520, 3460)
  1312. *PrintableOrigin: PAIR(45, 120)
  1313. *switch: Resolution
  1314. {
  1315. *case: Option2
  1316. {
  1317. *% Warning: the following printable width is adjusted (2520->2518) so it is divisible by the resolution X scale.
  1318. *PrintableArea: PAIR(2518, 3460)
  1319. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1320. *PrintableOrigin: PAIR(46, 120)
  1321. }
  1322. }
  1323. }
  1324. *case: MANUAL
  1325. {
  1326. *PrintableArea: PAIR(2520, 3435)
  1327. *PrintableOrigin: PAIR(45, 120)
  1328. *switch: Resolution
  1329. {
  1330. *case: Option2
  1331. {
  1332. *% Warning: the following printable width is adjusted (2520->2518) so it is divisible by the resolution X scale.
  1333. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  1334. *PrintableArea: PAIR(2518, 3434)
  1335. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1336. *PrintableOrigin: PAIR(46, 120)
  1337. }
  1338. }
  1339. }
  1340. *case: Option3
  1341. {
  1342. *PrintableArea: PAIR(2520, 3435)
  1343. *PrintableOrigin: PAIR(45, 120)
  1344. *switch: Resolution
  1345. {
  1346. *case: Option2
  1347. {
  1348. *% Warning: the following printable width is adjusted (2520->2518) so it is divisible by the resolution X scale.
  1349. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  1350. *PrintableArea: PAIR(2518, 3434)
  1351. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1352. *PrintableOrigin: PAIR(46, 120)
  1353. }
  1354. }
  1355. }
  1356. *case: Option4
  1357. {
  1358. *PrintableArea: PAIR(2520, 3435)
  1359. *PrintableOrigin: PAIR(45, 120)
  1360. *switch: Resolution
  1361. {
  1362. *case: Option2
  1363. {
  1364. *% Warning: the following printable width is adjusted (2520->2518) so it is divisible by the resolution X scale.
  1365. *% Warning: the following printable length is adjusted (3435->3434) so it is divisible by the resolution Y scale.
  1366. *PrintableArea: PAIR(2518, 3434)
  1367. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1368. *PrintableOrigin: PAIR(46, 120)
  1369. }
  1370. }
  1371. }
  1372. }
  1373. }
  1374. *Option: FOLIO
  1375. {
  1376. *rcNameID: =FOLIO_DISPLAY
  1377. *Command: CmdSelect
  1378. {
  1379. *Order: DOC_SETUP.4
  1380. *Cmd: "<1B>2<1B>CN"
  1381. }
  1382. *switch: InputBin
  1383. {
  1384. *case: TRACTOR
  1385. {
  1386. *PrintableArea: PAIR(2970, 4360)
  1387. *PrintableOrigin: PAIR(45, 120)
  1388. *switch: Resolution
  1389. {
  1390. *case: Option2
  1391. {
  1392. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1393. *PrintableArea: PAIR(2968, 4360)
  1394. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1395. *PrintableOrigin: PAIR(46, 120)
  1396. }
  1397. }
  1398. }
  1399. *case: MANUAL
  1400. {
  1401. *PrintableArea: PAIR(2970, 4335)
  1402. *PrintableOrigin: PAIR(45, 120)
  1403. *switch: Resolution
  1404. {
  1405. *case: Option2
  1406. {
  1407. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1408. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1409. *PrintableArea: PAIR(2968, 4334)
  1410. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1411. *PrintableOrigin: PAIR(46, 120)
  1412. }
  1413. }
  1414. }
  1415. *case: Option3
  1416. {
  1417. *PrintableArea: PAIR(2970, 4335)
  1418. *PrintableOrigin: PAIR(45, 120)
  1419. *switch: Resolution
  1420. {
  1421. *case: Option2
  1422. {
  1423. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1424. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1425. *PrintableArea: PAIR(2968, 4334)
  1426. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1427. *PrintableOrigin: PAIR(46, 120)
  1428. }
  1429. }
  1430. }
  1431. *case: Option4
  1432. {
  1433. *PrintableArea: PAIR(2970, 4335)
  1434. *PrintableOrigin: PAIR(45, 120)
  1435. *switch: Resolution
  1436. {
  1437. *case: Option2
  1438. {
  1439. *% Warning: the following printable width is adjusted (2970->2968) so it is divisible by the resolution X scale.
  1440. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  1441. *PrintableArea: PAIR(2968, 4334)
  1442. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1443. *PrintableOrigin: PAIR(46, 120)
  1444. }
  1445. }
  1446. }
  1447. }
  1448. }
  1449. *Option: Option19
  1450. {
  1451. *rcNameID: 258
  1452. *PageDimensions: PAIR(5954, 8416)
  1453. *Command: CmdSelect
  1454. {
  1455. *Order: DOC_SETUP.4
  1456. *Cmd: "<1B>2<1B>C<8A>"
  1457. }
  1458. *switch: InputBin
  1459. {
  1460. *case: TRACTOR
  1461. {
  1462. *PrintableArea: PAIR(4894, 8279)
  1463. *PrintableOrigin: PAIR(0, 0)
  1464. *switch: Resolution
  1465. {
  1466. *case: Option2
  1467. {
  1468. *% Warning: the following printable length is adjusted (8279->8278) so it is divisible by the resolution Y scale.
  1469. *PrintableArea: PAIR(4894, 8278)
  1470. }
  1471. }
  1472. }
  1473. *case: MANUAL
  1474. {
  1475. *PrintableArea: PAIR(4894, 8071)
  1476. *PrintableOrigin: PAIR(0, 120)
  1477. *switch: Resolution
  1478. {
  1479. *case: Option2
  1480. {
  1481. *% Warning: the following printable length is adjusted (8071->8070) so it is divisible by the resolution Y scale.
  1482. *PrintableArea: PAIR(4894, 8070)
  1483. }
  1484. }
  1485. }
  1486. *case: Option3
  1487. {
  1488. *PrintableArea: PAIR(4894, 8071)
  1489. *PrintableOrigin: PAIR(0, 120)
  1490. *switch: Resolution
  1491. {
  1492. *case: Option2
  1493. {
  1494. *% Warning: the following printable length is adjusted (8071->8070) so it is divisible by the resolution Y scale.
  1495. *PrintableArea: PAIR(4894, 8070)
  1496. }
  1497. }
  1498. }
  1499. *case: Option4
  1500. {
  1501. *PrintableArea: PAIR(4894, 8071)
  1502. *PrintableOrigin: PAIR(0, 120)
  1503. *switch: Resolution
  1504. {
  1505. *case: Option2
  1506. {
  1507. *% Warning: the following printable length is adjusted (8071->8070) so it is divisible by the resolution Y scale.
  1508. *PrintableArea: PAIR(4894, 8070)
  1509. }
  1510. }
  1511. }
  1512. }
  1513. }
  1514. *Option: A3
  1515. {
  1516. *rcNameID: =A3_DISPLAY
  1517. *Command: CmdSelect
  1518. {
  1519. *Order: DOC_SETUP.4
  1520. *Cmd: "<1B>2<1B>Cc"
  1521. }
  1522. *switch: InputBin
  1523. {
  1524. *case: TRACTOR
  1525. {
  1526. *PrintableArea: PAIR(4118, 5634)
  1527. *PrintableOrigin: PAIR(45, 120)
  1528. *switch: Resolution
  1529. {
  1530. *case: Option2
  1531. {
  1532. *% Warning: the following printable width is adjusted (4118->4116) so it is divisible by the resolution X scale.
  1533. *PrintableArea: PAIR(4116, 5634)
  1534. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1535. *PrintableOrigin: PAIR(46, 120)
  1536. }
  1537. }
  1538. }
  1539. *case: MANUAL
  1540. {
  1541. *PrintableArea: PAIR(4118, 5609)
  1542. *PrintableOrigin: PAIR(45, 120)
  1543. *switch: Resolution
  1544. {
  1545. *case: Option2
  1546. {
  1547. *% Warning: the following printable width is adjusted (4118->4116) so it is divisible by the resolution X scale.
  1548. *% Warning: the following printable length is adjusted (5609->5608) so it is divisible by the resolution Y scale.
  1549. *PrintableArea: PAIR(4116, 5608)
  1550. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1551. *PrintableOrigin: PAIR(46, 120)
  1552. }
  1553. }
  1554. }
  1555. *case: Option3
  1556. {
  1557. *PrintableArea: PAIR(4118, 5609)
  1558. *PrintableOrigin: PAIR(45, 120)
  1559. *switch: Resolution
  1560. {
  1561. *case: Option2
  1562. {
  1563. *% Warning: the following printable width is adjusted (4118->4116) so it is divisible by the resolution X scale.
  1564. *% Warning: the following printable length is adjusted (5609->5608) so it is divisible by the resolution Y scale.
  1565. *PrintableArea: PAIR(4116, 5608)
  1566. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1567. *PrintableOrigin: PAIR(46, 120)
  1568. }
  1569. }
  1570. }
  1571. *case: Option4
  1572. {
  1573. *PrintableArea: PAIR(4118, 5609)
  1574. *PrintableOrigin: PAIR(45, 120)
  1575. *switch: Resolution
  1576. {
  1577. *case: Option2
  1578. {
  1579. *% Warning: the following printable width is adjusted (4118->4116) so it is divisible by the resolution X scale.
  1580. *% Warning: the following printable length is adjusted (5609->5608) so it is divisible by the resolution Y scale.
  1581. *PrintableArea: PAIR(4116, 5608)
  1582. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1583. *PrintableOrigin: PAIR(46, 120)
  1584. }
  1585. }
  1586. }
  1587. }
  1588. }
  1589. *Option: Option21
  1590. {
  1591. *rcNameID: 259
  1592. *PageDimensions: PAIR(5954, 4208)
  1593. *Command: CmdSelect
  1594. {
  1595. *Order: DOC_SETUP.4
  1596. *Cmd: "<1B>3<121B>Cu"
  1597. }
  1598. *switch: InputBin
  1599. {
  1600. *case: TRACTOR
  1601. {
  1602. *PrintableArea: PAIR(4894, 4208)
  1603. *PrintableOrigin: PAIR(0, 0)
  1604. }
  1605. *case: MANUAL
  1606. {
  1607. *PrintableArea: PAIR(4894, 3863)
  1608. *PrintableOrigin: PAIR(0, 120)
  1609. *switch: Resolution
  1610. {
  1611. *case: Option2
  1612. {
  1613. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1614. *PrintableArea: PAIR(4894, 3862)
  1615. }
  1616. }
  1617. }
  1618. *case: Option3
  1619. {
  1620. *PrintableArea: PAIR(4894, 3863)
  1621. *PrintableOrigin: PAIR(0, 120)
  1622. *switch: Resolution
  1623. {
  1624. *case: Option2
  1625. {
  1626. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1627. *PrintableArea: PAIR(4894, 3862)
  1628. }
  1629. }
  1630. }
  1631. *case: Option4
  1632. {
  1633. *PrintableArea: PAIR(4894, 3863)
  1634. *PrintableOrigin: PAIR(0, 120)
  1635. *switch: Resolution
  1636. {
  1637. *case: Option2
  1638. {
  1639. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1640. *PrintableArea: PAIR(4894, 3862)
  1641. }
  1642. }
  1643. }
  1644. }
  1645. }
  1646. *Option: A4
  1647. {
  1648. *rcNameID: =A4_DISPLAY
  1649. *Command: CmdSelect
  1650. {
  1651. *Order: DOC_SETUP.4
  1652. *Cmd: "<1B>2<1B>CF"
  1653. }
  1654. *switch: InputBin
  1655. {
  1656. *case: TRACTOR
  1657. {
  1658. *PrintableArea: PAIR(2887, 3888)
  1659. *PrintableOrigin: PAIR(45, 120)
  1660. *switch: Resolution
  1661. {
  1662. *case: Option2
  1663. {
  1664. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1665. *PrintableArea: PAIR(2886, 3888)
  1666. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1667. *PrintableOrigin: PAIR(46, 120)
  1668. }
  1669. }
  1670. }
  1671. *case: MANUAL
  1672. {
  1673. *PrintableArea: PAIR(2887, 3863)
  1674. *PrintableOrigin: PAIR(45, 120)
  1675. *switch: Resolution
  1676. {
  1677. *case: Option2
  1678. {
  1679. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1680. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1681. *PrintableArea: PAIR(2886, 3862)
  1682. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1683. *PrintableOrigin: PAIR(46, 120)
  1684. }
  1685. }
  1686. }
  1687. *case: Option3
  1688. {
  1689. *PrintableArea: PAIR(2887, 3863)
  1690. *PrintableOrigin: PAIR(45, 120)
  1691. *switch: Resolution
  1692. {
  1693. *case: Option2
  1694. {
  1695. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1696. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1697. *PrintableArea: PAIR(2886, 3862)
  1698. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1699. *PrintableOrigin: PAIR(46, 120)
  1700. }
  1701. }
  1702. }
  1703. *case: Option4
  1704. {
  1705. *PrintableArea: PAIR(2887, 3863)
  1706. *PrintableOrigin: PAIR(45, 120)
  1707. *switch: Resolution
  1708. {
  1709. *case: Option2
  1710. {
  1711. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1712. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1713. *PrintableArea: PAIR(2886, 3862)
  1714. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1715. *PrintableOrigin: PAIR(46, 120)
  1716. }
  1717. }
  1718. }
  1719. }
  1720. }
  1721. *Option: A4_TRANSVERSE
  1722. {
  1723. *rcNameID: =A4_TRANSVERSE_DISPLAY
  1724. *Command: CmdSelect
  1725. {
  1726. *Order: DOC_SETUP.4
  1727. *Cmd: "<1B>2<1B>C2"
  1728. }
  1729. *switch: InputBin
  1730. {
  1731. *case: TRACTOR
  1732. {
  1733. *PrintableArea: PAIR(2887, 3888)
  1734. *PrintableOrigin: PAIR(45, 120)
  1735. *switch: Resolution
  1736. {
  1737. *case: Option2
  1738. {
  1739. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1740. *PrintableArea: PAIR(2886, 3888)
  1741. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1742. *PrintableOrigin: PAIR(46, 120)
  1743. }
  1744. }
  1745. }
  1746. *case: MANUAL
  1747. {
  1748. *PrintableArea: PAIR(2887, 3863)
  1749. *PrintableOrigin: PAIR(45, 120)
  1750. *switch: Resolution
  1751. {
  1752. *case: Option2
  1753. {
  1754. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1755. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1756. *PrintableArea: PAIR(2886, 3862)
  1757. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1758. *PrintableOrigin: PAIR(46, 120)
  1759. }
  1760. }
  1761. }
  1762. *case: Option3
  1763. {
  1764. *PrintableArea: PAIR(2887, 3863)
  1765. *PrintableOrigin: PAIR(45, 120)
  1766. *switch: Resolution
  1767. {
  1768. *case: Option2
  1769. {
  1770. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1771. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1772. *PrintableArea: PAIR(2886, 3862)
  1773. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1774. *PrintableOrigin: PAIR(46, 120)
  1775. }
  1776. }
  1777. }
  1778. *case: Option4
  1779. {
  1780. *PrintableArea: PAIR(2887, 3863)
  1781. *PrintableOrigin: PAIR(45, 120)
  1782. *switch: Resolution
  1783. {
  1784. *case: Option2
  1785. {
  1786. *% Warning: the following printable width is adjusted (2887->2886) so it is divisible by the resolution X scale.
  1787. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  1788. *PrintableArea: PAIR(2886, 3862)
  1789. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1790. *PrintableOrigin: PAIR(46, 120)
  1791. }
  1792. }
  1793. }
  1794. }
  1795. }
  1796. *Option: A5
  1797. {
  1798. *rcNameID: =A5_DISPLAY
  1799. *Command: CmdSelect
  1800. {
  1801. *Order: DOC_SETUP.4
  1802. *Cmd: "<1B>2<1B>C2"
  1803. }
  1804. *switch: InputBin
  1805. {
  1806. *case: TRACTOR
  1807. {
  1808. *PrintableArea: PAIR(2009, 2657)
  1809. *PrintableOrigin: PAIR(45, 120)
  1810. *switch: Resolution
  1811. {
  1812. *case: Option2
  1813. {
  1814. *% Warning: the following printable width is adjusted (2009->2008) so it is divisible by the resolution X scale.
  1815. *% Warning: the following printable length is adjusted (2657->2656) so it is divisible by the resolution Y scale.
  1816. *PrintableArea: PAIR(2008, 2656)
  1817. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1818. *PrintableOrigin: PAIR(46, 120)
  1819. }
  1820. }
  1821. }
  1822. *case: MANUAL
  1823. {
  1824. *PrintableArea: PAIR(2009, 2632)
  1825. *PrintableOrigin: PAIR(45, 120)
  1826. *switch: Resolution
  1827. {
  1828. *case: Option2
  1829. {
  1830. *% Warning: the following printable width is adjusted (2009->2008) so it is divisible by the resolution X scale.
  1831. *PrintableArea: PAIR(2008, 2632)
  1832. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1833. *PrintableOrigin: PAIR(46, 120)
  1834. }
  1835. }
  1836. }
  1837. *case: Option3
  1838. {
  1839. *PrintableArea: PAIR(2009, 2632)
  1840. *PrintableOrigin: PAIR(45, 120)
  1841. *switch: Resolution
  1842. {
  1843. *case: Option2
  1844. {
  1845. *% Warning: the following printable width is adjusted (2009->2008) so it is divisible by the resolution X scale.
  1846. *PrintableArea: PAIR(2008, 2632)
  1847. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1848. *PrintableOrigin: PAIR(46, 120)
  1849. }
  1850. }
  1851. }
  1852. *case: Option4
  1853. {
  1854. *PrintableArea: PAIR(2009, 2632)
  1855. *PrintableOrigin: PAIR(45, 120)
  1856. *switch: Resolution
  1857. {
  1858. *case: Option2
  1859. {
  1860. *% Warning: the following printable width is adjusted (2009->2008) so it is divisible by the resolution X scale.
  1861. *PrintableArea: PAIR(2008, 2632)
  1862. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1863. *PrintableOrigin: PAIR(46, 120)
  1864. }
  1865. }
  1866. }
  1867. }
  1868. }
  1869. *Option: B4
  1870. {
  1871. *rcNameID: =B4_DISPLAY
  1872. *Command: CmdSelect
  1873. {
  1874. *Order: DOC_SETUP.4
  1875. *Cmd: "<1B>2<1B>CT"
  1876. }
  1877. *switch: InputBin
  1878. {
  1879. *case: TRACTOR
  1880. {
  1881. *PrintableArea: PAIR(3553, 4839)
  1882. *PrintableOrigin: PAIR(45, 120)
  1883. *switch: Resolution
  1884. {
  1885. *case: Option2
  1886. {
  1887. *% Warning: the following printable width is adjusted (3553->3552) so it is divisible by the resolution X scale.
  1888. *% Warning: the following printable length is adjusted (4839->4838) so it is divisible by the resolution Y scale.
  1889. *PrintableArea: PAIR(3552, 4838)
  1890. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1891. *PrintableOrigin: PAIR(46, 120)
  1892. }
  1893. }
  1894. }
  1895. *case: MANUAL
  1896. {
  1897. *PrintableArea: PAIR(3553, 4814)
  1898. *PrintableOrigin: PAIR(45, 120)
  1899. *switch: Resolution
  1900. {
  1901. *case: Option2
  1902. {
  1903. *% Warning: the following printable width is adjusted (3553->3552) so it is divisible by the resolution X scale.
  1904. *PrintableArea: PAIR(3552, 4814)
  1905. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1906. *PrintableOrigin: PAIR(46, 120)
  1907. }
  1908. }
  1909. }
  1910. *case: Option3
  1911. {
  1912. *PrintableArea: PAIR(3553, 4814)
  1913. *PrintableOrigin: PAIR(45, 120)
  1914. *switch: Resolution
  1915. {
  1916. *case: Option2
  1917. {
  1918. *% Warning: the following printable width is adjusted (3553->3552) so it is divisible by the resolution X scale.
  1919. *PrintableArea: PAIR(3552, 4814)
  1920. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1921. *PrintableOrigin: PAIR(46, 120)
  1922. }
  1923. }
  1924. }
  1925. *case: Option4
  1926. {
  1927. *PrintableArea: PAIR(3553, 4814)
  1928. *PrintableOrigin: PAIR(45, 120)
  1929. *switch: Resolution
  1930. {
  1931. *case: Option2
  1932. {
  1933. *% Warning: the following printable width is adjusted (3553->3552) so it is divisible by the resolution X scale.
  1934. *PrintableArea: PAIR(3552, 4814)
  1935. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1936. *PrintableOrigin: PAIR(46, 120)
  1937. }
  1938. }
  1939. }
  1940. }
  1941. }
  1942. *Option: B5
  1943. {
  1944. *rcNameID: =B5_DISPLAY
  1945. *Command: CmdSelect
  1946. {
  1947. *Order: DOC_SETUP.4
  1948. *Cmd: "<1B>2<1B>C="
  1949. }
  1950. *switch: InputBin
  1951. {
  1952. *case: TRACTOR
  1953. {
  1954. *PrintableArea: PAIR(2491, 3323)
  1955. *PrintableOrigin: PAIR(45, 120)
  1956. *switch: Resolution
  1957. {
  1958. *case: Option2
  1959. {
  1960. *% Warning: the following printable width is adjusted (2491->2490) so it is divisible by the resolution X scale.
  1961. *% Warning: the following printable length is adjusted (3323->3322) so it is divisible by the resolution Y scale.
  1962. *PrintableArea: PAIR(2490, 3322)
  1963. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1964. *PrintableOrigin: PAIR(46, 120)
  1965. }
  1966. }
  1967. }
  1968. *case: MANUAL
  1969. {
  1970. *PrintableArea: PAIR(2491, 3298)
  1971. *PrintableOrigin: PAIR(45, 120)
  1972. *switch: Resolution
  1973. {
  1974. *case: Option2
  1975. {
  1976. *% Warning: the following printable width is adjusted (2491->2490) so it is divisible by the resolution X scale.
  1977. *PrintableArea: PAIR(2490, 3298)
  1978. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1979. *PrintableOrigin: PAIR(46, 120)
  1980. }
  1981. }
  1982. }
  1983. *case: Option3
  1984. {
  1985. *PrintableArea: PAIR(2491, 3298)
  1986. *PrintableOrigin: PAIR(45, 120)
  1987. *switch: Resolution
  1988. {
  1989. *case: Option2
  1990. {
  1991. *% Warning: the following printable width is adjusted (2491->2490) so it is divisible by the resolution X scale.
  1992. *PrintableArea: PAIR(2490, 3298)
  1993. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  1994. *PrintableOrigin: PAIR(46, 120)
  1995. }
  1996. }
  1997. }
  1998. *case: Option4
  1999. {
  2000. *PrintableArea: PAIR(2491, 3298)
  2001. *PrintableOrigin: PAIR(45, 120)
  2002. *switch: Resolution
  2003. {
  2004. *case: Option2
  2005. {
  2006. *% Warning: the following printable width is adjusted (2491->2490) so it is divisible by the resolution X scale.
  2007. *PrintableArea: PAIR(2490, 3298)
  2008. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2009. *PrintableOrigin: PAIR(46, 120)
  2010. }
  2011. }
  2012. }
  2013. }
  2014. }
  2015. *Option: Option27
  2016. {
  2017. *rcNameID: 260
  2018. *PageDimensions: PAIR(2880, 2160)
  2019. *Command: CmdSelect
  2020. {
  2021. *Order: DOC_SETUP.4
  2022. *Cmd: "<1B>2<1B>C$"
  2023. }
  2024. *switch: InputBin
  2025. {
  2026. *case: TRACTOR
  2027. {
  2028. *PrintableArea: PAIR(2880, 2160)
  2029. *PrintableOrigin: PAIR(0, 0)
  2030. }
  2031. *case: MANUAL
  2032. {
  2033. *PrintableArea: PAIR(2880, 1815)
  2034. *PrintableOrigin: PAIR(0, 120)
  2035. *switch: Resolution
  2036. {
  2037. *case: Option2
  2038. {
  2039. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  2040. *PrintableArea: PAIR(2880, 1814)
  2041. }
  2042. }
  2043. }
  2044. *case: Option3
  2045. {
  2046. *PrintableArea: PAIR(2880, 1815)
  2047. *PrintableOrigin: PAIR(0, 120)
  2048. *switch: Resolution
  2049. {
  2050. *case: Option2
  2051. {
  2052. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  2053. *PrintableArea: PAIR(2880, 1814)
  2054. }
  2055. }
  2056. }
  2057. *case: Option4
  2058. {
  2059. *PrintableArea: PAIR(2880, 1815)
  2060. *PrintableOrigin: PAIR(0, 120)
  2061. *switch: Resolution
  2062. {
  2063. *case: Option2
  2064. {
  2065. *% Warning: the following printable length is adjusted (1815->1814) so it is divisible by the resolution Y scale.
  2066. *PrintableArea: PAIR(2880, 1814)
  2067. }
  2068. }
  2069. }
  2070. }
  2071. }
  2072. *Option: Option28
  2073. {
  2074. *rcNameID: 261
  2075. *PageDimensions: PAIR(5357, 4208)
  2076. *Command: CmdSelect
  2077. {
  2078. *Order: DOC_SETUP.4
  2079. *Cmd: "<1B>2<1B>CF"
  2080. }
  2081. *switch: InputBin
  2082. {
  2083. *case: TRACTOR
  2084. {
  2085. *PrintableArea: PAIR(4895, 4208)
  2086. *PrintableOrigin: PAIR(0, 0)
  2087. *switch: Resolution
  2088. {
  2089. *case: Option2
  2090. {
  2091. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2092. *PrintableArea: PAIR(4894, 4208)
  2093. }
  2094. }
  2095. }
  2096. *case: MANUAL
  2097. {
  2098. *PrintableArea: PAIR(4895, 3863)
  2099. *PrintableOrigin: PAIR(0, 120)
  2100. *switch: Resolution
  2101. {
  2102. *case: Option2
  2103. {
  2104. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2105. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  2106. *PrintableArea: PAIR(4894, 3862)
  2107. }
  2108. }
  2109. }
  2110. *case: Option3
  2111. {
  2112. *PrintableArea: PAIR(4895, 3863)
  2113. *PrintableOrigin: PAIR(0, 120)
  2114. *switch: Resolution
  2115. {
  2116. *case: Option2
  2117. {
  2118. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2119. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  2120. *PrintableArea: PAIR(4894, 3862)
  2121. }
  2122. }
  2123. }
  2124. *case: Option4
  2125. {
  2126. *PrintableArea: PAIR(4895, 3863)
  2127. *PrintableOrigin: PAIR(0, 120)
  2128. *switch: Resolution
  2129. {
  2130. *case: Option2
  2131. {
  2132. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2133. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  2134. *PrintableArea: PAIR(4894, 3862)
  2135. }
  2136. }
  2137. }
  2138. }
  2139. }
  2140. *Option: FANFOLD_US
  2141. {
  2142. *rcNameID: =FANFOLD_US_DISPLAY
  2143. *Command: CmdSelect
  2144. {
  2145. *Order: DOC_SETUP.4
  2146. *Cmd: "<1B>2<1B>CB"
  2147. }
  2148. *switch: InputBin
  2149. {
  2150. *case: TRACTOR
  2151. {
  2152. *PrintableArea: PAIR(4895, 3960)
  2153. *PrintableOrigin: PAIR(0, 0)
  2154. *switch: Resolution
  2155. {
  2156. *case: Option2
  2157. {
  2158. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2159. *PrintableArea: PAIR(4894, 3960)
  2160. }
  2161. }
  2162. }
  2163. *case: MANUAL
  2164. {
  2165. *PrintableArea: PAIR(4895, 3615)
  2166. *PrintableOrigin: PAIR(0, 120)
  2167. *switch: Resolution
  2168. {
  2169. *case: Option2
  2170. {
  2171. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2172. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  2173. *PrintableArea: PAIR(4894, 3614)
  2174. }
  2175. }
  2176. }
  2177. *case: Option3
  2178. {
  2179. *PrintableArea: PAIR(4895, 3615)
  2180. *PrintableOrigin: PAIR(0, 120)
  2181. *switch: Resolution
  2182. {
  2183. *case: Option2
  2184. {
  2185. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2186. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  2187. *PrintableArea: PAIR(4894, 3614)
  2188. }
  2189. }
  2190. }
  2191. *case: Option4
  2192. {
  2193. *PrintableArea: PAIR(4895, 3615)
  2194. *PrintableOrigin: PAIR(0, 120)
  2195. *switch: Resolution
  2196. {
  2197. *case: Option2
  2198. {
  2199. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  2200. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  2201. *PrintableArea: PAIR(4894, 3614)
  2202. }
  2203. }
  2204. }
  2205. }
  2206. }
  2207. *Option: FANFOLD_STD_GERMAN
  2208. {
  2209. *rcNameID: =FANFOLD_STD_GERMAN_DISPLAY
  2210. *Command: CmdSelect
  2211. {
  2212. *Order: DOC_SETUP.4
  2213. *Cmd: "<1B>2<1B>CH"
  2214. }
  2215. *switch: InputBin
  2216. {
  2217. *case: TRACTOR
  2218. {
  2219. *PrintableArea: PAIR(3060, 4320)
  2220. *PrintableOrigin: PAIR(0, 0)
  2221. }
  2222. *case: MANUAL
  2223. {
  2224. *PrintableArea: PAIR(3060, 3975)
  2225. *PrintableOrigin: PAIR(0, 120)
  2226. *switch: Resolution
  2227. {
  2228. *case: Option2
  2229. {
  2230. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2231. *PrintableArea: PAIR(3060, 3974)
  2232. }
  2233. }
  2234. }
  2235. *case: Option3
  2236. {
  2237. *PrintableArea: PAIR(3060, 3975)
  2238. *PrintableOrigin: PAIR(0, 120)
  2239. *switch: Resolution
  2240. {
  2241. *case: Option2
  2242. {
  2243. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2244. *PrintableArea: PAIR(3060, 3974)
  2245. }
  2246. }
  2247. }
  2248. *case: Option4
  2249. {
  2250. *PrintableArea: PAIR(3060, 3975)
  2251. *PrintableOrigin: PAIR(0, 120)
  2252. *switch: Resolution
  2253. {
  2254. *case: Option2
  2255. {
  2256. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2257. *PrintableArea: PAIR(3060, 3974)
  2258. }
  2259. }
  2260. }
  2261. }
  2262. }
  2263. *Option: Option31
  2264. {
  2265. *rcNameID: 262
  2266. *PageDimensions: PAIR(2976, 4320)
  2267. *Command: CmdSelect
  2268. {
  2269. *Order: DOC_SETUP.4
  2270. *Cmd: "<1B>2<1B>CH"
  2271. }
  2272. *switch: InputBin
  2273. {
  2274. *case: TRACTOR
  2275. {
  2276. *PrintableArea: PAIR(2976, 4320)
  2277. *PrintableOrigin: PAIR(0, 0)
  2278. }
  2279. *case: MANUAL
  2280. {
  2281. *PrintableArea: PAIR(2976, 3975)
  2282. *PrintableOrigin: PAIR(0, 120)
  2283. *switch: Resolution
  2284. {
  2285. *case: Option2
  2286. {
  2287. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2288. *PrintableArea: PAIR(2976, 3974)
  2289. }
  2290. }
  2291. }
  2292. *case: Option3
  2293. {
  2294. *PrintableArea: PAIR(2976, 3975)
  2295. *PrintableOrigin: PAIR(0, 120)
  2296. *switch: Resolution
  2297. {
  2298. *case: Option2
  2299. {
  2300. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2301. *PrintableArea: PAIR(2976, 3974)
  2302. }
  2303. }
  2304. }
  2305. *case: Option4
  2306. {
  2307. *PrintableArea: PAIR(2976, 3975)
  2308. *PrintableOrigin: PAIR(0, 120)
  2309. *switch: Resolution
  2310. {
  2311. *case: Option2
  2312. {
  2313. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2314. *PrintableArea: PAIR(2976, 3974)
  2315. }
  2316. }
  2317. }
  2318. }
  2319. }
  2320. *Option: Option32
  2321. {
  2322. *rcNameID: 263
  2323. *PageDimensions: PAIR(5074, 4320)
  2324. *Command: CmdSelect
  2325. {
  2326. *Order: DOC_SETUP.4
  2327. *Cmd: "<1B>2<1B>CH"
  2328. }
  2329. *switch: InputBin
  2330. {
  2331. *case: TRACTOR
  2332. {
  2333. *PrintableArea: PAIR(4896, 4320)
  2334. *PrintableOrigin: PAIR(0, 0)
  2335. }
  2336. *case: MANUAL
  2337. {
  2338. *PrintableArea: PAIR(4896, 3975)
  2339. *PrintableOrigin: PAIR(0, 120)
  2340. *switch: Resolution
  2341. {
  2342. *case: Option2
  2343. {
  2344. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2345. *PrintableArea: PAIR(4896, 3974)
  2346. }
  2347. }
  2348. }
  2349. *case: Option3
  2350. {
  2351. *PrintableArea: PAIR(4896, 3975)
  2352. *PrintableOrigin: PAIR(0, 120)
  2353. *switch: Resolution
  2354. {
  2355. *case: Option2
  2356. {
  2357. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2358. *PrintableArea: PAIR(4896, 3974)
  2359. }
  2360. }
  2361. }
  2362. *case: Option4
  2363. {
  2364. *PrintableArea: PAIR(4896, 3975)
  2365. *PrintableOrigin: PAIR(0, 120)
  2366. *switch: Resolution
  2367. {
  2368. *case: Option2
  2369. {
  2370. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2371. *PrintableArea: PAIR(4896, 3974)
  2372. }
  2373. }
  2374. }
  2375. }
  2376. }
  2377. *Option: Option33
  2378. {
  2379. *rcNameID: 264
  2380. *PageDimensions: PAIR(5400, 4320)
  2381. *Command: CmdSelect
  2382. {
  2383. *Order: DOC_SETUP.4
  2384. *Cmd: "<1B>2<1B>CH"
  2385. }
  2386. *switch: InputBin
  2387. {
  2388. *case: TRACTOR
  2389. {
  2390. *PrintableArea: PAIR(4896, 4320)
  2391. *PrintableOrigin: PAIR(0, 0)
  2392. }
  2393. *case: MANUAL
  2394. {
  2395. *PrintableArea: PAIR(4896, 3975)
  2396. *PrintableOrigin: PAIR(0, 120)
  2397. *switch: Resolution
  2398. {
  2399. *case: Option2
  2400. {
  2401. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2402. *PrintableArea: PAIR(4896, 3974)
  2403. }
  2404. }
  2405. }
  2406. *case: Option3
  2407. {
  2408. *PrintableArea: PAIR(4896, 3975)
  2409. *PrintableOrigin: PAIR(0, 120)
  2410. *switch: Resolution
  2411. {
  2412. *case: Option2
  2413. {
  2414. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2415. *PrintableArea: PAIR(4896, 3974)
  2416. }
  2417. }
  2418. }
  2419. *case: Option4
  2420. {
  2421. *PrintableArea: PAIR(4896, 3975)
  2422. *PrintableOrigin: PAIR(0, 120)
  2423. *switch: Resolution
  2424. {
  2425. *case: Option2
  2426. {
  2427. *% Warning: the following printable length is adjusted (3975->3974) so it is divisible by the resolution Y scale.
  2428. *PrintableArea: PAIR(4896, 3974)
  2429. }
  2430. }
  2431. }
  2432. }
  2433. }
  2434. *Option: FANFOLD_LGL_GERMAN
  2435. {
  2436. *rcNameID: =FANFOLD_LGL_GERMAN_DISPLAY
  2437. *Command: CmdSelect
  2438. {
  2439. *Order: DOC_SETUP.4
  2440. *Cmd: "<1B>2<1B>CN"
  2441. }
  2442. *switch: InputBin
  2443. {
  2444. *case: TRACTOR
  2445. {
  2446. *PrintableArea: PAIR(3060, 4680)
  2447. *PrintableOrigin: PAIR(0, 0)
  2448. }
  2449. *case: MANUAL
  2450. {
  2451. *PrintableArea: PAIR(3060, 4335)
  2452. *PrintableOrigin: PAIR(0, 120)
  2453. *switch: Resolution
  2454. {
  2455. *case: Option2
  2456. {
  2457. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  2458. *PrintableArea: PAIR(3060, 4334)
  2459. }
  2460. }
  2461. }
  2462. *case: Option3
  2463. {
  2464. *PrintableArea: PAIR(3060, 4335)
  2465. *PrintableOrigin: PAIR(0, 120)
  2466. *switch: Resolution
  2467. {
  2468. *case: Option2
  2469. {
  2470. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  2471. *PrintableArea: PAIR(3060, 4334)
  2472. }
  2473. }
  2474. }
  2475. *case: Option4
  2476. {
  2477. *PrintableArea: PAIR(3060, 4335)
  2478. *PrintableOrigin: PAIR(0, 120)
  2479. *switch: Resolution
  2480. {
  2481. *case: Option2
  2482. {
  2483. *% Warning: the following printable length is adjusted (4335->4334) so it is divisible by the resolution Y scale.
  2484. *PrintableArea: PAIR(3060, 4334)
  2485. }
  2486. }
  2487. }
  2488. }
  2489. }
  2490. *Option: ENV_9
  2491. {
  2492. *rcNameID: =ENV_9_DISPLAY
  2493. *RotateSize? : TRUE
  2494. *Command: CmdSelect
  2495. {
  2496. *Order: DOC_SETUP.4
  2497. *Cmd: "<1B>2<1B>C<17>"
  2498. }
  2499. *switch: InputBin
  2500. {
  2501. *case: TRACTOR
  2502. {
  2503. *PrintableArea: PAIR(3107, 1077)
  2504. *PrintableOrigin: PAIR(45, 120)
  2505. *switch: Resolution
  2506. {
  2507. *case: Option2
  2508. {
  2509. *% Warning: the following printable width is adjusted (3107->3106) so it is divisible by the resolution X scale.
  2510. *% Warning: the following printable length is adjusted (1077->1076) so it is divisible by the resolution Y scale.
  2511. *PrintableArea: PAIR(3106, 1076)
  2512. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2513. *PrintableOrigin: PAIR(46, 120)
  2514. }
  2515. }
  2516. }
  2517. *case: MANUAL
  2518. {
  2519. *PrintableArea: PAIR(3107, 1052)
  2520. *PrintableOrigin: PAIR(45, 120)
  2521. *switch: Resolution
  2522. {
  2523. *case: Option2
  2524. {
  2525. *% Warning: the following printable width is adjusted (3107->3106) so it is divisible by the resolution X scale.
  2526. *PrintableArea: PAIR(3106, 1052)
  2527. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2528. *PrintableOrigin: PAIR(46, 120)
  2529. }
  2530. }
  2531. }
  2532. *case: Option3
  2533. {
  2534. *PrintableArea: PAIR(3107, 1052)
  2535. *PrintableOrigin: PAIR(45, 120)
  2536. *switch: Resolution
  2537. {
  2538. *case: Option2
  2539. {
  2540. *% Warning: the following printable width is adjusted (3107->3106) so it is divisible by the resolution X scale.
  2541. *PrintableArea: PAIR(3106, 1052)
  2542. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2543. *PrintableOrigin: PAIR(46, 120)
  2544. }
  2545. }
  2546. }
  2547. *case: Option4
  2548. {
  2549. *PrintableArea: PAIR(3107, 1052)
  2550. *PrintableOrigin: PAIR(45, 120)
  2551. *switch: Resolution
  2552. {
  2553. *case: Option2
  2554. {
  2555. *% Warning: the following printable width is adjusted (3107->3106) so it is divisible by the resolution X scale.
  2556. *PrintableArea: PAIR(3106, 1052)
  2557. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2558. *PrintableOrigin: PAIR(46, 120)
  2559. }
  2560. }
  2561. }
  2562. }
  2563. }
  2564. *Option: ENV_10
  2565. {
  2566. *rcNameID: =ENV_10_DISPLAY
  2567. *RotateSize? : TRUE
  2568. *Command: CmdSelect
  2569. {
  2570. *Order: DOC_SETUP.4
  2571. *Cmd: "<1B>2<1B>C<19>"
  2572. }
  2573. *switch: InputBin
  2574. {
  2575. *case: TRACTOR
  2576. {
  2577. *PrintableArea: PAIR(3330, 1167)
  2578. *PrintableOrigin: PAIR(45, 120)
  2579. *switch: Resolution
  2580. {
  2581. *case: Option2
  2582. {
  2583. *% Warning: the following printable width is adjusted (3330->3328) so it is divisible by the resolution X scale.
  2584. *% Warning: the following printable length is adjusted (1167->1166) so it is divisible by the resolution Y scale.
  2585. *PrintableArea: PAIR(3328, 1166)
  2586. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2587. *PrintableOrigin: PAIR(46, 120)
  2588. }
  2589. }
  2590. }
  2591. *case: MANUAL
  2592. {
  2593. *PrintableArea: PAIR(3330, 1142)
  2594. *PrintableOrigin: PAIR(45, 120)
  2595. *switch: Resolution
  2596. {
  2597. *case: Option2
  2598. {
  2599. *% Warning: the following printable width is adjusted (3330->3328) so it is divisible by the resolution X scale.
  2600. *PrintableArea: PAIR(3328, 1142)
  2601. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2602. *PrintableOrigin: PAIR(46, 120)
  2603. }
  2604. }
  2605. }
  2606. *case: Option3
  2607. {
  2608. *PrintableArea: PAIR(3330, 1142)
  2609. *PrintableOrigin: PAIR(45, 120)
  2610. *switch: Resolution
  2611. {
  2612. *case: Option2
  2613. {
  2614. *% Warning: the following printable width is adjusted (3330->3328) so it is divisible by the resolution X scale.
  2615. *PrintableArea: PAIR(3328, 1142)
  2616. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2617. *PrintableOrigin: PAIR(46, 120)
  2618. }
  2619. }
  2620. }
  2621. *case: Option4
  2622. {
  2623. *PrintableArea: PAIR(3330, 1142)
  2624. *PrintableOrigin: PAIR(45, 120)
  2625. *switch: Resolution
  2626. {
  2627. *case: Option2
  2628. {
  2629. *% Warning: the following printable width is adjusted (3330->3328) so it is divisible by the resolution X scale.
  2630. *PrintableArea: PAIR(3328, 1142)
  2631. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2632. *PrintableOrigin: PAIR(46, 120)
  2633. }
  2634. }
  2635. }
  2636. }
  2637. }
  2638. *Option: ENV_DL
  2639. {
  2640. *rcNameID: =ENV_DL_DISPLAY
  2641. *RotateSize? : TRUE
  2642. *Command: CmdSelect
  2643. {
  2644. *Order: DOC_SETUP.4
  2645. *Cmd: "<1B>2<1B>C<1A>"
  2646. }
  2647. *switch: InputBin
  2648. {
  2649. *case: TRACTOR
  2650. {
  2651. *PrintableArea: PAIR(3028, 1239)
  2652. *PrintableOrigin: PAIR(45, 120)
  2653. *switch: Resolution
  2654. {
  2655. *case: Option2
  2656. {
  2657. *% Warning: the following printable width is adjusted (3028->3026) so it is divisible by the resolution X scale.
  2658. *% Warning: the following printable length is adjusted (1239->1238) so it is divisible by the resolution Y scale.
  2659. *PrintableArea: PAIR(3026, 1238)
  2660. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2661. *PrintableOrigin: PAIR(46, 120)
  2662. }
  2663. }
  2664. }
  2665. *case: MANUAL
  2666. {
  2667. *PrintableArea: PAIR(3028, 1214)
  2668. *PrintableOrigin: PAIR(45, 120)
  2669. *switch: Resolution
  2670. {
  2671. *case: Option2
  2672. {
  2673. *% Warning: the following printable width is adjusted (3028->3026) so it is divisible by the resolution X scale.
  2674. *PrintableArea: PAIR(3026, 1214)
  2675. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2676. *PrintableOrigin: PAIR(46, 120)
  2677. }
  2678. }
  2679. }
  2680. *case: Option3
  2681. {
  2682. *PrintableArea: PAIR(3028, 1214)
  2683. *PrintableOrigin: PAIR(45, 120)
  2684. *switch: Resolution
  2685. {
  2686. *case: Option2
  2687. {
  2688. *% Warning: the following printable width is adjusted (3028->3026) so it is divisible by the resolution X scale.
  2689. *PrintableArea: PAIR(3026, 1214)
  2690. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2691. *PrintableOrigin: PAIR(46, 120)
  2692. }
  2693. }
  2694. }
  2695. *case: Option4
  2696. {
  2697. *PrintableArea: PAIR(3028, 1214)
  2698. *PrintableOrigin: PAIR(45, 120)
  2699. *switch: Resolution
  2700. {
  2701. *case: Option2
  2702. {
  2703. *% Warning: the following printable width is adjusted (3028->3026) so it is divisible by the resolution X scale.
  2704. *PrintableArea: PAIR(3026, 1214)
  2705. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2706. *PrintableOrigin: PAIR(46, 120)
  2707. }
  2708. }
  2709. }
  2710. }
  2711. }
  2712. *Option: ENV_C5
  2713. {
  2714. *rcNameID: =ENV_C5_DISPLAY
  2715. *RotateSize? : TRUE
  2716. *Command: CmdSelect
  2717. {
  2718. *Order: DOC_SETUP.4
  2719. *Cmd: "<1B>2<1B>C&"
  2720. }
  2721. *switch: InputBin
  2722. {
  2723. *case: TRACTOR
  2724. {
  2725. *PrintableArea: PAIR(3157, 1977)
  2726. *PrintableOrigin: PAIR(45, 120)
  2727. *switch: Resolution
  2728. {
  2729. *case: Option2
  2730. {
  2731. *% Warning: the following printable width is adjusted (3157->3156) so it is divisible by the resolution X scale.
  2732. *% Warning: the following printable length is adjusted (1977->1976) so it is divisible by the resolution Y scale.
  2733. *PrintableArea: PAIR(3156, 1976)
  2734. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2735. *PrintableOrigin: PAIR(46, 120)
  2736. }
  2737. }
  2738. }
  2739. *case: MANUAL
  2740. {
  2741. *PrintableArea: PAIR(3157, 1952)
  2742. *PrintableOrigin: PAIR(45, 120)
  2743. *switch: Resolution
  2744. {
  2745. *case: Option2
  2746. {
  2747. *% Warning: the following printable width is adjusted (3157->3156) so it is divisible by the resolution X scale.
  2748. *PrintableArea: PAIR(3156, 1952)
  2749. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2750. *PrintableOrigin: PAIR(46, 120)
  2751. }
  2752. }
  2753. }
  2754. *case: Option3
  2755. {
  2756. *PrintableArea: PAIR(3157, 1952)
  2757. *PrintableOrigin: PAIR(45, 120)
  2758. *switch: Resolution
  2759. {
  2760. *case: Option2
  2761. {
  2762. *% Warning: the following printable width is adjusted (3157->3156) so it is divisible by the resolution X scale.
  2763. *PrintableArea: PAIR(3156, 1952)
  2764. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2765. *PrintableOrigin: PAIR(46, 120)
  2766. }
  2767. }
  2768. }
  2769. *case: Option4
  2770. {
  2771. *PrintableArea: PAIR(3157, 1952)
  2772. *PrintableOrigin: PAIR(45, 120)
  2773. *switch: Resolution
  2774. {
  2775. *case: Option2
  2776. {
  2777. *% Warning: the following printable width is adjusted (3157->3156) so it is divisible by the resolution X scale.
  2778. *PrintableArea: PAIR(3156, 1952)
  2779. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2780. *PrintableOrigin: PAIR(46, 120)
  2781. }
  2782. }
  2783. }
  2784. }
  2785. }
  2786. *Option: ENV_C3
  2787. {
  2788. *rcNameID: =ENV_C3_DISPLAY
  2789. *RotateSize? : TRUE
  2790. *Command: CmdSelect
  2791. {
  2792. *Order: DOC_SETUP.4
  2793. *Cmd: "<1B>2<1B>CM"
  2794. }
  2795. *switch: InputBin
  2796. {
  2797. *case: TRACTOR
  2798. {
  2799. *PrintableArea: PAIR(4896, 4274)
  2800. *PrintableOrigin: PAIR(45, 120)
  2801. *switch: Resolution
  2802. {
  2803. *case: Option2
  2804. {
  2805. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  2806. *PrintableArea: PAIR(4894, 4274)
  2807. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2808. *PrintableOrigin: PAIR(46, 120)
  2809. }
  2810. }
  2811. }
  2812. *case: MANUAL
  2813. {
  2814. *PrintableArea: PAIR(4896, 4249)
  2815. *PrintableOrigin: PAIR(45, 120)
  2816. *switch: Resolution
  2817. {
  2818. *case: Option2
  2819. {
  2820. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  2821. *% Warning: the following printable length is adjusted (4249->4248) so it is divisible by the resolution Y scale.
  2822. *PrintableArea: PAIR(4894, 4248)
  2823. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2824. *PrintableOrigin: PAIR(46, 120)
  2825. }
  2826. }
  2827. }
  2828. *case: Option3
  2829. {
  2830. *PrintableArea: PAIR(4896, 4249)
  2831. *PrintableOrigin: PAIR(45, 120)
  2832. *switch: Resolution
  2833. {
  2834. *case: Option2
  2835. {
  2836. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  2837. *% Warning: the following printable length is adjusted (4249->4248) so it is divisible by the resolution Y scale.
  2838. *PrintableArea: PAIR(4894, 4248)
  2839. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2840. *PrintableOrigin: PAIR(46, 120)
  2841. }
  2842. }
  2843. }
  2844. *case: Option4
  2845. {
  2846. *PrintableArea: PAIR(4896, 4249)
  2847. *PrintableOrigin: PAIR(45, 120)
  2848. *switch: Resolution
  2849. {
  2850. *case: Option2
  2851. {
  2852. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  2853. *% Warning: the following printable length is adjusted (4249->4248) so it is divisible by the resolution Y scale.
  2854. *PrintableArea: PAIR(4894, 4248)
  2855. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2856. *PrintableOrigin: PAIR(46, 120)
  2857. }
  2858. }
  2859. }
  2860. }
  2861. }
  2862. *Option: ENV_B5
  2863. {
  2864. *rcNameID: =ENV_B5_DISPLAY
  2865. *RotateSize? : TRUE
  2866. *Command: CmdSelect
  2867. {
  2868. *Order: DOC_SETUP.4
  2869. *Cmd: "<1B>2<1B>C*"
  2870. }
  2871. *switch: InputBin
  2872. {
  2873. *case: TRACTOR
  2874. {
  2875. *PrintableArea: PAIR(3452, 2175)
  2876. *PrintableOrigin: PAIR(45, 120)
  2877. *switch: Resolution
  2878. {
  2879. *case: Option2
  2880. {
  2881. *% Warning: the following printable width is adjusted (3452->3450) so it is divisible by the resolution X scale.
  2882. *% Warning: the following printable length is adjusted (2175->2174) so it is divisible by the resolution Y scale.
  2883. *PrintableArea: PAIR(3450, 2174)
  2884. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2885. *PrintableOrigin: PAIR(46, 120)
  2886. }
  2887. }
  2888. }
  2889. *case: MANUAL
  2890. {
  2891. *PrintableArea: PAIR(3452, 2150)
  2892. *PrintableOrigin: PAIR(45, 120)
  2893. *switch: Resolution
  2894. {
  2895. *case: Option2
  2896. {
  2897. *% Warning: the following printable width is adjusted (3452->3450) so it is divisible by the resolution X scale.
  2898. *PrintableArea: PAIR(3450, 2150)
  2899. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2900. *PrintableOrigin: PAIR(46, 120)
  2901. }
  2902. }
  2903. }
  2904. *case: Option3
  2905. {
  2906. *PrintableArea: PAIR(3452, 2150)
  2907. *PrintableOrigin: PAIR(45, 120)
  2908. *switch: Resolution
  2909. {
  2910. *case: Option2
  2911. {
  2912. *% Warning: the following printable width is adjusted (3452->3450) so it is divisible by the resolution X scale.
  2913. *PrintableArea: PAIR(3450, 2150)
  2914. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2915. *PrintableOrigin: PAIR(46, 120)
  2916. }
  2917. }
  2918. }
  2919. *case: Option4
  2920. {
  2921. *PrintableArea: PAIR(3452, 2150)
  2922. *PrintableOrigin: PAIR(45, 120)
  2923. *switch: Resolution
  2924. {
  2925. *case: Option2
  2926. {
  2927. *% Warning: the following printable width is adjusted (3452->3450) so it is divisible by the resolution X scale.
  2928. *PrintableArea: PAIR(3450, 2150)
  2929. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2930. *PrintableOrigin: PAIR(46, 120)
  2931. }
  2932. }
  2933. }
  2934. }
  2935. }
  2936. *Option: ENV_MONARCH
  2937. {
  2938. *rcNameID: =ENV_MONARCH_DISPLAY
  2939. *RotateSize? : TRUE
  2940. *Command: CmdSelect
  2941. {
  2942. *Order: DOC_SETUP.4
  2943. *Cmd: "<1B>2<1B>C!"
  2944. }
  2945. *switch: InputBin
  2946. {
  2947. *case: TRACTOR
  2948. {
  2949. *PrintableArea: PAIR(2610, 1077)
  2950. *PrintableOrigin: PAIR(45, 120)
  2951. *switch: Resolution
  2952. {
  2953. *case: Option2
  2954. {
  2955. *% Warning: the following printable width is adjusted (2610->2608) so it is divisible by the resolution X scale.
  2956. *% Warning: the following printable length is adjusted (1077->1076) so it is divisible by the resolution Y scale.
  2957. *PrintableArea: PAIR(2608, 1076)
  2958. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2959. *PrintableOrigin: PAIR(46, 120)
  2960. }
  2961. }
  2962. }
  2963. *case: MANUAL
  2964. {
  2965. *PrintableArea: PAIR(2610, 1052)
  2966. *PrintableOrigin: PAIR(45, 120)
  2967. *switch: Resolution
  2968. {
  2969. *case: Option2
  2970. {
  2971. *% Warning: the following printable width is adjusted (2610->2608) so it is divisible by the resolution X scale.
  2972. *PrintableArea: PAIR(2608, 1052)
  2973. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2974. *PrintableOrigin: PAIR(46, 120)
  2975. }
  2976. }
  2977. }
  2978. *case: Option3
  2979. {
  2980. *PrintableArea: PAIR(2610, 1052)
  2981. *PrintableOrigin: PAIR(45, 120)
  2982. *switch: Resolution
  2983. {
  2984. *case: Option2
  2985. {
  2986. *% Warning: the following printable width is adjusted (2610->2608) so it is divisible by the resolution X scale.
  2987. *PrintableArea: PAIR(2608, 1052)
  2988. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  2989. *PrintableOrigin: PAIR(46, 120)
  2990. }
  2991. }
  2992. }
  2993. *case: Option4
  2994. {
  2995. *PrintableArea: PAIR(2610, 1052)
  2996. *PrintableOrigin: PAIR(45, 120)
  2997. *switch: Resolution
  2998. {
  2999. *case: Option2
  3000. {
  3001. *% Warning: the following printable width is adjusted (2610->2608) so it is divisible by the resolution X scale.
  3002. *PrintableArea: PAIR(2608, 1052)
  3003. *% Warning: the following printable origin X is adjusted (45->46) so it is divisible by the resolution X scale.
  3004. *PrintableOrigin: PAIR(46, 120)
  3005. }
  3006. }
  3007. }
  3008. }
  3009. }
  3010. *Option: CUSTOMSIZE
  3011. {
  3012. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  3013. *MinSize: PAIR(180, 180)
  3014. *MaxSize: PAIR(5940, 32767)
  3015. *MaxPrintableWidth: 4896
  3016. *MinLeftMargin: 0
  3017. *CenterPrintable?: FALSE
  3018. *switch: InputBin
  3019. {
  3020. *case: TRACTOR
  3021. {
  3022. *TopMargin: 0
  3023. *BottomMargin: 0
  3024. *CustCursorOriginX: %d{43}
  3025. *CustCursorOriginY: %d{0}
  3026. *CustPrintableOriginX: %d{43}
  3027. *CustPrintableOriginY: %d{0}
  3028. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  3029. *CustPrintableSizeY: %d{PhysPaperLength}
  3030. }
  3031. *case: MANUAL
  3032. {
  3033. *TopMargin: 120
  3034. *BottomMargin: 225
  3035. *CustCursorOriginX: %d{43}
  3036. *CustCursorOriginY: %d{120}
  3037. *CustPrintableOriginX: %d{43}
  3038. *CustPrintableOriginY: %d{120}
  3039. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  3040. *CustPrintableSizeY: %d{PhysPaperLength-345}
  3041. }
  3042. *case: Option3
  3043. {
  3044. *TopMargin: 120
  3045. *BottomMargin: 225
  3046. *CustCursorOriginX: %d{43}
  3047. *CustCursorOriginY: %d{120}
  3048. *CustPrintableOriginX: %d{43}
  3049. *CustPrintableOriginY: %d{120}
  3050. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  3051. *CustPrintableSizeY: %d{PhysPaperLength-345}
  3052. }
  3053. *case: Option4
  3054. {
  3055. *TopMargin: 120
  3056. *BottomMargin: 225
  3057. *CustCursorOriginX: %d{43}
  3058. *CustCursorOriginY: %d{120}
  3059. *CustPrintableOriginX: %d{43}
  3060. *CustPrintableOriginY: %d{120}
  3061. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  3062. *CustPrintableSizeY: %d{PhysPaperLength-345}
  3063. }
  3064. }
  3065. *Command: CmdSelect
  3066. {
  3067. *Order: DOC_SETUP.4
  3068. *Cmd: "<1B>2<1B>C" %c[0,127]{(PhysPaperLength / 60) }
  3069. }
  3070. }
  3071. }
  3072. *Feature: PrintQuality
  3073. {
  3074. *rcNameID: =TEXT_QUALITY_DISPLAY
  3075. *DefaultOption: LETTER_QUALITY
  3076. *Option: DRAFT_QUALITY
  3077. {
  3078. *rcNameID: =DRAFT_QUALITY_DISPLAY
  3079. *Command: CmdSelect
  3080. {
  3081. *Order: DOC_SETUP.2
  3082. *Cmd: "<1B>x<00>"
  3083. }
  3084. }
  3085. *Option: LETTER_QUALITY
  3086. {
  3087. *rcNameID: =LETTER_QUALITY_DISPLAY
  3088. *Command: CmdSelect
  3089. {
  3090. *Order: DOC_SETUP.2
  3091. *Cmd: "<1B>x<01>"
  3092. }
  3093. }
  3094. }
  3095. *Feature: Halftone
  3096. {
  3097. *rcNameID: =HALFTONING_DISPLAY
  3098. *DefaultOption: HT_PATSIZE_AUTO
  3099. *Option: HT_PATSIZE_AUTO
  3100. {
  3101. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  3102. }
  3103. *Option: HT_PATSIZE_SUPERCELL_M
  3104. {
  3105. *rcNameID: =HT_SUPERCELL_DISPLAY
  3106. }
  3107. *Option: HT_PATSIZE_6x6_M
  3108. {
  3109. *rcNameID: =HT_DITHER6X6_DISPLAY
  3110. }
  3111. *Option: HT_PATSIZE_8x8_M
  3112. {
  3113. *rcNameID: =HT_DITHER8X8_DISPLAY
  3114. }
  3115. }
  3116. *Command: CmdStartDoc
  3117. {
  3118. *Order: DOC_SETUP.1
  3119. *Cmd: "<1B>@<1B>t<011B>6<1B>R<001B>r<001B>U<01>"
  3120. }
  3121. *Command: CmdStartPage
  3122. {
  3123. *Order: PAGE_SETUP.1
  3124. *Cmd: "<0D>"
  3125. }
  3126. *Command: CmdEndJob
  3127. {
  3128. *Order: JOB_FINISH.1
  3129. *Cmd: "<1B>@"
  3130. }
  3131. *RotateCoordinate?: FALSE
  3132. *RotateRaster?: FALSE
  3133. *RotateFont?: FALSE
  3134. *switch: Orientation
  3135. {
  3136. *case: PORTRAIT
  3137. {
  3138. *TextCaps: LIST(TC_SA_DOUBLE,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  3139. }
  3140. *case: LANDSCAPE_CC270
  3141. {
  3142. *TextCaps: LIST(TC_RA_ABLE)
  3143. }
  3144. }
  3145. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  3146. *YMoveAttributes: LIST(SEND_CR_FIRST)
  3147. *MaxLineSpacing: 255
  3148. *XMoveThreshold: 0
  3149. *YMoveThreshold: *
  3150. *XMoveUnit: 60
  3151. *YMoveUnit: 180
  3152. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l{(DestX / 6) } }
  3153. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  3154. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  3155. *Command: CmdCR { *Cmd : "<0D>" }
  3156. *Command: CmdLF { *Cmd : "<0A>" }
  3157. *Command: CmdFF { *Cmd : "<0C>" }
  3158. *Command: CmdBackSpace { *Cmd : "<08>" }
  3159. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  3160. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  3161. *EjectPageWithFF?: TRUE
  3162. *OutputDataFormat: V_BYTE
  3163. *OptimizeLeftBound?: FALSE
  3164. *CursorXAfterSendBlockData: AT_GRXDATA_END
  3165. *CursorYAfterSendBlockData: NO_MOVE
  3166. *DefaultFont: 3
  3167. *DefaultCTT: 1
  3168. *switch: Orientation
  3169. {
  3170. *case: PORTRAIT
  3171. {
  3172. *DeviceFonts: LIST(1,2,3,4,6,7,8,41,42,44,45,46,47,48,49,50,
  3173. + 52,55)
  3174. }
  3175. *case: LANDSCAPE_CC270
  3176. {
  3177. *DeviceFonts: LIST()
  3178. }
  3179. }
  3180. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  3181. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  3182. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  3183. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  3184. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  3185. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }