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.

2207 lines
98 KiB

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