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.

3933 lines
163 KiB

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