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.

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