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.

3161 lines
130 KiB

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