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.

3361 lines
154 KiB

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