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.

3170 lines
130 KiB

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