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.

2542 lines
100 KiB

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