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.

3201 lines
131 KiB

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