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.

3088 lines
126 KiB

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