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.

5735 lines
259 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "EPV1800J.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "EPSON VP-1800"
  11. *MasterUnits: PAIR(360, 360)
  12. *ResourceDLL: "EPE2JRES.DLL"
  13. *PrinterType: SERIAL
  14. *PrintRateUnit: CPS
  15. *PrintRate: 315
  16. *Feature: Orientation
  17. {
  18. *rcNameID: =ORIENTATION_DISPLAY
  19. *DefaultOption: PORTRAIT
  20. *Option: PORTRAIT
  21. {
  22. *rcNameID: =PORTRAIT_DISPLAY
  23. }
  24. *Option: LANDSCAPE_CC270
  25. {
  26. *rcNameID: =LANDSCAPE_DISPLAY
  27. }
  28. }
  29. *Feature: InputBin
  30. {
  31. *rcNameID: =PAPER_SOURCE_DISPLAY
  32. *DefaultOption: Option1
  33. *Option: Option1
  34. {
  35. *rcNameID: 374
  36. *Command: CmdSelect
  37. {
  38. *Order: DOC_SETUP.6
  39. *Cmd: "<1B>(R<080000>REMOTE1MG<0D00000200F01E>%<<00F01E00000000>MG<0D00000201F01E>%<<00>"
  40. + "<F01E000000001B0000001B>O"
  41. }
  42. }
  43. *Option: Option2
  44. {
  45. *rcNameID: 376
  46. *Command: CmdSelect
  47. {
  48. *Order: DOC_SETUP.6
  49. *Cmd: "<1B>(R<080000>REMOTE1MG<0D00000000F01E>%<<00F01E00000000>MG<0D00000001F01E>%<<00>"
  50. + "<F01E000000001B0000001B>O"
  51. }
  52. }
  53. *Option: Option3
  54. {
  55. *rcNameID: 377
  56. *Command: CmdSelect
  57. {
  58. *Order: DOC_SETUP.6
  59. *Cmd: "<1B>(R<080000>REMOTE1MG<0D00000100F01E>%<<00F01E000000001B0000001B19>1"
  60. }
  61. }
  62. *Option: Option4
  63. {
  64. *rcNameID: 378
  65. *Command: CmdSelect
  66. {
  67. *Order: DOC_SETUP.6
  68. *Cmd: "<1B>(R<080000>REMOTE1MG<0D00000101F01E>%<<00F01E000000001B0000001B19>2"
  69. }
  70. }
  71. }
  72. *Feature: Resolution
  73. {
  74. *rcNameID: =RESOLUTION_DISPLAY
  75. *DefaultOption: Option1
  76. *Option: Option1
  77. {
  78. *Name: "180 x 180 dots per inch"
  79. *DPI: PAIR(180, 180)
  80. *TextDPI: PAIR(180, 180)
  81. *PinsPerLogPass: 24
  82. *PinsPerPhysPass: 24
  83. *MinStripBlankPixels: 360
  84. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  85. *SpotDiameter: 140
  86. *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{(NumOfDataBytes / 3) } }
  87. }
  88. *Option: Option2
  89. {
  90. *Name: "360 x 180 dots per inch"
  91. *DPI: PAIR(360, 180)
  92. *TextDPI: PAIR(360, 180)
  93. *PinsPerLogPass: 24
  94. *PinsPerPhysPass: 24
  95. *MinStripBlankPixels: 360
  96. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  97. *SpotDiameter: 160
  98. *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  99. }
  100. *Option: Option3
  101. {
  102. *Name: "120 x 180 dots per inch"
  103. *DPI: PAIR(120, 180)
  104. *TextDPI: PAIR(120, 180)
  105. *PinsPerLogPass: 24
  106. *PinsPerPhysPass: 24
  107. *MinStripBlankPixels: 240
  108. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  109. *SpotDiameter: 120
  110. *Command: CmdSendBlockData { *Cmd : "<1B>*!" %l{NumOfDataBytes / 3} }
  111. }
  112. }
  113. *Feature: PaperSize
  114. {
  115. *rcNameID: =PAPER_SIZE_DISPLAY
  116. *DefaultOption: A4
  117. *Option: A3
  118. {
  119. *rcNameID: =A3_DISPLAY
  120. *PageProtectMem: 0
  121. *Command: CmdSelect
  122. {
  123. *Order: DOC_SETUP.8
  124. *Cmd: "<1B>C<0010>"
  125. }
  126. *switch: InputBin
  127. {
  128. *case: Option1
  129. {
  130. *PrintableArea: PAIR(4122, 5806)
  131. *PrintableOrigin: PAIR(43, 60)
  132. *switch: Resolution
  133. {
  134. *case: Option1
  135. {
  136. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  137. *PrintableArea: PAIR(4120, 5806)
  138. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  139. *PrintableOrigin: PAIR(44, 60)
  140. }
  141. *case: Option3
  142. {
  143. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  144. *PrintableArea: PAIR(4119, 5806)
  145. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  146. *PrintableOrigin: PAIR(45, 60)
  147. }
  148. }
  149. }
  150. *case: Option2
  151. {
  152. *PrintableArea: PAIR(4122, 5894)
  153. *PrintableOrigin: PAIR(43, 60)
  154. *switch: Resolution
  155. {
  156. *case: Option1
  157. {
  158. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  159. *PrintableArea: PAIR(4120, 5894)
  160. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  161. *PrintableOrigin: PAIR(44, 60)
  162. }
  163. *case: Option3
  164. {
  165. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  166. *PrintableArea: PAIR(4119, 5894)
  167. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  168. *PrintableOrigin: PAIR(45, 60)
  169. }
  170. }
  171. }
  172. *case: Option3
  173. {
  174. *PrintableArea: PAIR(4122, 5806)
  175. *PrintableOrigin: PAIR(43, 60)
  176. *switch: Resolution
  177. {
  178. *case: Option1
  179. {
  180. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  181. *PrintableArea: PAIR(4120, 5806)
  182. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  183. *PrintableOrigin: PAIR(44, 60)
  184. }
  185. *case: Option3
  186. {
  187. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  188. *PrintableArea: PAIR(4119, 5806)
  189. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  190. *PrintableOrigin: PAIR(45, 60)
  191. }
  192. }
  193. }
  194. *case: Option4
  195. {
  196. *PrintableArea: PAIR(4122, 5806)
  197. *PrintableOrigin: PAIR(43, 60)
  198. *switch: Resolution
  199. {
  200. *case: Option1
  201. {
  202. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  203. *PrintableArea: PAIR(4120, 5806)
  204. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  205. *PrintableOrigin: PAIR(44, 60)
  206. }
  207. *case: Option3
  208. {
  209. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  210. *PrintableArea: PAIR(4119, 5806)
  211. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  212. *PrintableOrigin: PAIR(45, 60)
  213. }
  214. }
  215. }
  216. }
  217. }
  218. *Option: A3_ROTATED
  219. {
  220. *rcNameID: =A3_ROTATED_DISPLAY
  221. *PageProtectMem: 0
  222. *Command: CmdSelect
  223. {
  224. *Order: DOC_SETUP.8
  225. *Cmd: "<1B>C<000C>"
  226. }
  227. *switch: InputBin
  228. {
  229. *case: Option1
  230. {
  231. *PrintableArea: PAIR(4891, 4060)
  232. *PrintableOrigin: PAIR(0, 60)
  233. *switch: Resolution
  234. {
  235. *case: Option1
  236. {
  237. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  238. *PrintableArea: PAIR(4890, 4060)
  239. }
  240. *case: Option3
  241. {
  242. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  243. *PrintableArea: PAIR(4890, 4060)
  244. }
  245. }
  246. }
  247. *case: Option2
  248. {
  249. *PrintableArea: PAIR(4891, 4148)
  250. *PrintableOrigin: PAIR(0, 60)
  251. *switch: Resolution
  252. {
  253. *case: Option1
  254. {
  255. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  256. *PrintableArea: PAIR(4890, 4148)
  257. }
  258. *case: Option3
  259. {
  260. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  261. *PrintableArea: PAIR(4890, 4148)
  262. }
  263. }
  264. }
  265. *case: Option3
  266. {
  267. *PrintableArea: PAIR(4891, 4060)
  268. *PrintableOrigin: PAIR(0, 60)
  269. *switch: Resolution
  270. {
  271. *case: Option1
  272. {
  273. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  274. *PrintableArea: PAIR(4890, 4060)
  275. }
  276. *case: Option3
  277. {
  278. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  279. *PrintableArea: PAIR(4890, 4060)
  280. }
  281. }
  282. }
  283. *case: Option4
  284. {
  285. *PrintableArea: PAIR(4891, 4060)
  286. *PrintableOrigin: PAIR(0, 60)
  287. *switch: Resolution
  288. {
  289. *case: Option1
  290. {
  291. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  292. *PrintableArea: PAIR(4890, 4060)
  293. }
  294. *case: Option3
  295. {
  296. *% Warning: the following printable width is adjusted (4891->4890) so it is divisible by the resolution X scale.
  297. *PrintableArea: PAIR(4890, 4060)
  298. }
  299. }
  300. }
  301. }
  302. }
  303. *Option: A4
  304. {
  305. *rcNameID: =A4_DISPLAY
  306. *PageProtectMem: 0
  307. *Command: CmdSelect
  308. {
  309. *Order: DOC_SETUP.8
  310. *Cmd: "<1B>C<000C>"
  311. }
  312. *switch: InputBin
  313. {
  314. *case: Option1
  315. {
  316. *PrintableArea: PAIR(2891, 4060)
  317. *PrintableOrigin: PAIR(43, 60)
  318. *switch: Resolution
  319. {
  320. *case: Option1
  321. {
  322. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  323. *PrintableArea: PAIR(2890, 4060)
  324. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  325. *PrintableOrigin: PAIR(44, 60)
  326. }
  327. *case: Option3
  328. {
  329. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  330. *PrintableArea: PAIR(2889, 4060)
  331. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  332. *PrintableOrigin: PAIR(45, 60)
  333. }
  334. }
  335. }
  336. *case: Option2
  337. {
  338. *PrintableArea: PAIR(2891, 4148)
  339. *PrintableOrigin: PAIR(43, 60)
  340. *switch: Resolution
  341. {
  342. *case: Option1
  343. {
  344. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  345. *PrintableArea: PAIR(2890, 4148)
  346. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  347. *PrintableOrigin: PAIR(44, 60)
  348. }
  349. *case: Option3
  350. {
  351. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  352. *PrintableArea: PAIR(2889, 4148)
  353. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  354. *PrintableOrigin: PAIR(45, 60)
  355. }
  356. }
  357. }
  358. *case: Option3
  359. {
  360. *PrintableArea: PAIR(2891, 4060)
  361. *PrintableOrigin: PAIR(43, 60)
  362. *switch: Resolution
  363. {
  364. *case: Option1
  365. {
  366. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  367. *PrintableArea: PAIR(2890, 4060)
  368. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  369. *PrintableOrigin: PAIR(44, 60)
  370. }
  371. *case: Option3
  372. {
  373. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  374. *PrintableArea: PAIR(2889, 4060)
  375. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  376. *PrintableOrigin: PAIR(45, 60)
  377. }
  378. }
  379. }
  380. *case: Option4
  381. {
  382. *PrintableArea: PAIR(2891, 4060)
  383. *PrintableOrigin: PAIR(43, 60)
  384. *switch: Resolution
  385. {
  386. *case: Option1
  387. {
  388. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  389. *PrintableArea: PAIR(2890, 4060)
  390. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  391. *PrintableOrigin: PAIR(44, 60)
  392. }
  393. *case: Option3
  394. {
  395. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  396. *PrintableArea: PAIR(2889, 4060)
  397. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  398. *PrintableOrigin: PAIR(45, 60)
  399. }
  400. }
  401. }
  402. }
  403. }
  404. *Option: A4_ROTATED
  405. {
  406. *rcNameID: =A4_ROTATED_DISPLAY
  407. *PageProtectMem: 0
  408. *Command: CmdSelect
  409. {
  410. *Order: DOC_SETUP.8
  411. *Cmd: "<1B>C<0008>"
  412. }
  413. *switch: InputBin
  414. {
  415. *case: Option1
  416. {
  417. *PrintableArea: PAIR(4122, 2829)
  418. *PrintableOrigin: PAIR(43, 60)
  419. *switch: Resolution
  420. {
  421. *case: Option1
  422. {
  423. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  424. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  425. *PrintableArea: PAIR(4120, 2828)
  426. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  427. *PrintableOrigin: PAIR(44, 60)
  428. }
  429. *case: Option2
  430. {
  431. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  432. *PrintableArea: PAIR(4122, 2828)
  433. }
  434. *case: Option3
  435. {
  436. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  437. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  438. *PrintableArea: PAIR(4119, 2828)
  439. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  440. *PrintableOrigin: PAIR(45, 60)
  441. }
  442. }
  443. }
  444. *case: Option2
  445. {
  446. *PrintableArea: PAIR(4122, 2917)
  447. *PrintableOrigin: PAIR(43, 60)
  448. *switch: Resolution
  449. {
  450. *case: Option1
  451. {
  452. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  453. *% Warning: the following printable length is adjusted (2917->2916) so it is divisible by the resolution Y scale.
  454. *PrintableArea: PAIR(4120, 2916)
  455. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  456. *PrintableOrigin: PAIR(44, 60)
  457. }
  458. *case: Option2
  459. {
  460. *% Warning: the following printable length is adjusted (2917->2916) so it is divisible by the resolution Y scale.
  461. *PrintableArea: PAIR(4122, 2916)
  462. }
  463. *case: Option3
  464. {
  465. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  466. *% Warning: the following printable length is adjusted (2917->2916) so it is divisible by the resolution Y scale.
  467. *PrintableArea: PAIR(4119, 2916)
  468. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  469. *PrintableOrigin: PAIR(45, 60)
  470. }
  471. }
  472. }
  473. *case: Option3
  474. {
  475. *PrintableArea: PAIR(4122, 2829)
  476. *PrintableOrigin: PAIR(43, 60)
  477. *switch: Resolution
  478. {
  479. *case: Option1
  480. {
  481. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  482. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  483. *PrintableArea: PAIR(4120, 2828)
  484. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  485. *PrintableOrigin: PAIR(44, 60)
  486. }
  487. *case: Option2
  488. {
  489. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  490. *PrintableArea: PAIR(4122, 2828)
  491. }
  492. *case: Option3
  493. {
  494. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  495. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  496. *PrintableArea: PAIR(4119, 2828)
  497. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  498. *PrintableOrigin: PAIR(45, 60)
  499. }
  500. }
  501. }
  502. *case: Option4
  503. {
  504. *PrintableArea: PAIR(4122, 2829)
  505. *PrintableOrigin: PAIR(43, 60)
  506. *switch: Resolution
  507. {
  508. *case: Option1
  509. {
  510. *% Warning: the following printable width is adjusted (4122->4120) so it is divisible by the resolution X scale.
  511. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  512. *PrintableArea: PAIR(4120, 2828)
  513. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  514. *PrintableOrigin: PAIR(44, 60)
  515. }
  516. *case: Option2
  517. {
  518. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  519. *PrintableArea: PAIR(4122, 2828)
  520. }
  521. *case: Option3
  522. {
  523. *% Warning: the following printable width is adjusted (4122->4119) so it is divisible by the resolution X scale.
  524. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  525. *PrintableArea: PAIR(4119, 2828)
  526. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  527. *PrintableOrigin: PAIR(45, 60)
  528. }
  529. }
  530. }
  531. }
  532. }
  533. *Option: A5
  534. {
  535. *rcNameID: =A5_DISPLAY
  536. *PageProtectMem: 0
  537. *Command: CmdSelect
  538. {
  539. *Order: DOC_SETUP.8
  540. *Cmd: "<1B>C<0008>"
  541. }
  542. *switch: InputBin
  543. {
  544. *case: Option1
  545. {
  546. *PrintableArea: PAIR(2013, 2829)
  547. *PrintableOrigin: PAIR(43, 60)
  548. *switch: Resolution
  549. {
  550. *case: Option1
  551. {
  552. *% Warning: the following printable width is adjusted (2013->2012) so it is divisible by the resolution X scale.
  553. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  554. *PrintableArea: PAIR(2012, 2828)
  555. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  556. *PrintableOrigin: PAIR(44, 60)
  557. }
  558. *case: Option2
  559. {
  560. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  561. *PrintableArea: PAIR(2013, 2828)
  562. }
  563. *case: Option3
  564. {
  565. *% Warning: the following printable width is adjusted (2013->2010) so it is divisible by the resolution X scale.
  566. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  567. *PrintableArea: PAIR(2010, 2828)
  568. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  569. *PrintableOrigin: PAIR(45, 60)
  570. }
  571. }
  572. }
  573. *case: Option2
  574. {
  575. *PrintableArea: PAIR(2013, 2917)
  576. *PrintableOrigin: PAIR(43, 60)
  577. *switch: Resolution
  578. {
  579. *case: Option1
  580. {
  581. *% Warning: the following printable width is adjusted (2013->2012) so it is divisible by the resolution X scale.
  582. *% Warning: the following printable length is adjusted (2917->2916) so it is divisible by the resolution Y scale.
  583. *PrintableArea: PAIR(2012, 2916)
  584. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  585. *PrintableOrigin: PAIR(44, 60)
  586. }
  587. *case: Option2
  588. {
  589. *% Warning: the following printable length is adjusted (2917->2916) so it is divisible by the resolution Y scale.
  590. *PrintableArea: PAIR(2013, 2916)
  591. }
  592. *case: Option3
  593. {
  594. *% Warning: the following printable width is adjusted (2013->2010) so it is divisible by the resolution X scale.
  595. *% Warning: the following printable length is adjusted (2917->2916) so it is divisible by the resolution Y scale.
  596. *PrintableArea: PAIR(2010, 2916)
  597. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  598. *PrintableOrigin: PAIR(45, 60)
  599. }
  600. }
  601. }
  602. *case: Option3
  603. {
  604. *PrintableArea: PAIR(2013, 2829)
  605. *PrintableOrigin: PAIR(43, 60)
  606. *switch: Resolution
  607. {
  608. *case: Option1
  609. {
  610. *% Warning: the following printable width is adjusted (2013->2012) so it is divisible by the resolution X scale.
  611. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  612. *PrintableArea: PAIR(2012, 2828)
  613. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  614. *PrintableOrigin: PAIR(44, 60)
  615. }
  616. *case: Option2
  617. {
  618. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  619. *PrintableArea: PAIR(2013, 2828)
  620. }
  621. *case: Option3
  622. {
  623. *% Warning: the following printable width is adjusted (2013->2010) so it is divisible by the resolution X scale.
  624. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  625. *PrintableArea: PAIR(2010, 2828)
  626. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  627. *PrintableOrigin: PAIR(45, 60)
  628. }
  629. }
  630. }
  631. *case: Option4
  632. {
  633. *PrintableArea: PAIR(2013, 2829)
  634. *PrintableOrigin: PAIR(43, 60)
  635. *switch: Resolution
  636. {
  637. *case: Option1
  638. {
  639. *% Warning: the following printable width is adjusted (2013->2012) so it is divisible by the resolution X scale.
  640. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  641. *PrintableArea: PAIR(2012, 2828)
  642. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  643. *PrintableOrigin: PAIR(44, 60)
  644. }
  645. *case: Option2
  646. {
  647. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  648. *PrintableArea: PAIR(2013, 2828)
  649. }
  650. *case: Option3
  651. {
  652. *% Warning: the following printable width is adjusted (2013->2010) so it is divisible by the resolution X scale.
  653. *% Warning: the following printable length is adjusted (2829->2828) so it is divisible by the resolution Y scale.
  654. *PrintableArea: PAIR(2010, 2828)
  655. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  656. *PrintableOrigin: PAIR(45, 60)
  657. }
  658. }
  659. }
  660. }
  661. }
  662. *Option: A5_ROTATED
  663. {
  664. *rcNameID: =A5_ROTATED_DISPLAY
  665. *PageProtectMem: 0
  666. *Command: CmdSelect
  667. {
  668. *Order: DOC_SETUP.8
  669. *Cmd: "<1B>C<0006>"
  670. }
  671. *switch: InputBin
  672. {
  673. *case: Option1
  674. {
  675. *PrintableArea: PAIR(2891, 1951)
  676. *PrintableOrigin: PAIR(43, 60)
  677. *switch: Resolution
  678. {
  679. *case: Option1
  680. {
  681. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  682. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  683. *PrintableArea: PAIR(2890, 1950)
  684. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  685. *PrintableOrigin: PAIR(44, 60)
  686. }
  687. *case: Option2
  688. {
  689. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  690. *PrintableArea: PAIR(2891, 1950)
  691. }
  692. *case: Option3
  693. {
  694. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  695. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  696. *PrintableArea: PAIR(2889, 1950)
  697. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  698. *PrintableOrigin: PAIR(45, 60)
  699. }
  700. }
  701. }
  702. *case: Option2
  703. {
  704. *PrintableArea: PAIR(2891, 2039)
  705. *PrintableOrigin: PAIR(43, 60)
  706. *switch: Resolution
  707. {
  708. *case: Option1
  709. {
  710. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  711. *% Warning: the following printable length is adjusted (2039->2038) so it is divisible by the resolution Y scale.
  712. *PrintableArea: PAIR(2890, 2038)
  713. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  714. *PrintableOrigin: PAIR(44, 60)
  715. }
  716. *case: Option2
  717. {
  718. *% Warning: the following printable length is adjusted (2039->2038) so it is divisible by the resolution Y scale.
  719. *PrintableArea: PAIR(2891, 2038)
  720. }
  721. *case: Option3
  722. {
  723. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  724. *% Warning: the following printable length is adjusted (2039->2038) so it is divisible by the resolution Y scale.
  725. *PrintableArea: PAIR(2889, 2038)
  726. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  727. *PrintableOrigin: PAIR(45, 60)
  728. }
  729. }
  730. }
  731. *case: Option3
  732. {
  733. *PrintableArea: PAIR(2891, 1951)
  734. *PrintableOrigin: PAIR(43, 60)
  735. *switch: Resolution
  736. {
  737. *case: Option1
  738. {
  739. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  740. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  741. *PrintableArea: PAIR(2890, 1950)
  742. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  743. *PrintableOrigin: PAIR(44, 60)
  744. }
  745. *case: Option2
  746. {
  747. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  748. *PrintableArea: PAIR(2891, 1950)
  749. }
  750. *case: Option3
  751. {
  752. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  753. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  754. *PrintableArea: PAIR(2889, 1950)
  755. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  756. *PrintableOrigin: PAIR(45, 60)
  757. }
  758. }
  759. }
  760. *case: Option4
  761. {
  762. *PrintableArea: PAIR(2891, 1951)
  763. *PrintableOrigin: PAIR(43, 60)
  764. *switch: Resolution
  765. {
  766. *case: Option1
  767. {
  768. *% Warning: the following printable width is adjusted (2891->2890) so it is divisible by the resolution X scale.
  769. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  770. *PrintableArea: PAIR(2890, 1950)
  771. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  772. *PrintableOrigin: PAIR(44, 60)
  773. }
  774. *case: Option2
  775. {
  776. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  777. *PrintableArea: PAIR(2891, 1950)
  778. }
  779. *case: Option3
  780. {
  781. *% Warning: the following printable width is adjusted (2891->2889) so it is divisible by the resolution X scale.
  782. *% Warning: the following printable length is adjusted (1951->1950) so it is divisible by the resolution Y scale.
  783. *PrintableArea: PAIR(2889, 1950)
  784. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  785. *PrintableOrigin: PAIR(45, 60)
  786. }
  787. }
  788. }
  789. }
  790. }
  791. *Option: Option7
  792. {
  793. *rcNameID: 261
  794. *PageDimensions: PAIR(1488, 2097)
  795. *PageProtectMem: 0
  796. *Command: CmdSelect
  797. {
  798. *Order: DOC_SETUP.8
  799. *Cmd: "<1B>C<0006>"
  800. }
  801. *switch: InputBin
  802. {
  803. *case: Option1
  804. {
  805. *PrintableArea: PAIR(1402, 1949)
  806. *PrintableOrigin: PAIR(43, 60)
  807. *switch: Resolution
  808. {
  809. *case: Option1
  810. {
  811. *% Warning: the following printable width is adjusted (1402->1400) so it is divisible by the resolution X scale.
  812. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  813. *PrintableArea: PAIR(1400, 1948)
  814. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  815. *PrintableOrigin: PAIR(44, 60)
  816. }
  817. *case: Option2
  818. {
  819. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  820. *PrintableArea: PAIR(1402, 1948)
  821. }
  822. *case: Option3
  823. {
  824. *% Warning: the following printable width is adjusted (1402->1398) so it is divisible by the resolution X scale.
  825. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  826. *PrintableArea: PAIR(1398, 1948)
  827. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  828. *PrintableOrigin: PAIR(45, 60)
  829. }
  830. }
  831. }
  832. *case: Option2
  833. {
  834. *PrintableArea: PAIR(1402, 2037)
  835. *PrintableOrigin: PAIR(43, 60)
  836. *switch: Resolution
  837. {
  838. *case: Option1
  839. {
  840. *% Warning: the following printable width is adjusted (1402->1400) so it is divisible by the resolution X scale.
  841. *% Warning: the following printable length is adjusted (2037->2036) so it is divisible by the resolution Y scale.
  842. *PrintableArea: PAIR(1400, 2036)
  843. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  844. *PrintableOrigin: PAIR(44, 60)
  845. }
  846. *case: Option2
  847. {
  848. *% Warning: the following printable length is adjusted (2037->2036) so it is divisible by the resolution Y scale.
  849. *PrintableArea: PAIR(1402, 2036)
  850. }
  851. *case: Option3
  852. {
  853. *% Warning: the following printable width is adjusted (1402->1398) so it is divisible by the resolution X scale.
  854. *% Warning: the following printable length is adjusted (2037->2036) so it is divisible by the resolution Y scale.
  855. *PrintableArea: PAIR(1398, 2036)
  856. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  857. *PrintableOrigin: PAIR(45, 60)
  858. }
  859. }
  860. }
  861. *case: Option3
  862. {
  863. *PrintableArea: PAIR(1402, 1949)
  864. *PrintableOrigin: PAIR(43, 60)
  865. *switch: Resolution
  866. {
  867. *case: Option1
  868. {
  869. *% Warning: the following printable width is adjusted (1402->1400) so it is divisible by the resolution X scale.
  870. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  871. *PrintableArea: PAIR(1400, 1948)
  872. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  873. *PrintableOrigin: PAIR(44, 60)
  874. }
  875. *case: Option2
  876. {
  877. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  878. *PrintableArea: PAIR(1402, 1948)
  879. }
  880. *case: Option3
  881. {
  882. *% Warning: the following printable width is adjusted (1402->1398) so it is divisible by the resolution X scale.
  883. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  884. *PrintableArea: PAIR(1398, 1948)
  885. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  886. *PrintableOrigin: PAIR(45, 60)
  887. }
  888. }
  889. }
  890. *case: Option4
  891. {
  892. *PrintableArea: PAIR(1402, 1949)
  893. *PrintableOrigin: PAIR(43, 60)
  894. *switch: Resolution
  895. {
  896. *case: Option1
  897. {
  898. *% Warning: the following printable width is adjusted (1402->1400) so it is divisible by the resolution X scale.
  899. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  900. *PrintableArea: PAIR(1400, 1948)
  901. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  902. *PrintableOrigin: PAIR(44, 60)
  903. }
  904. *case: Option2
  905. {
  906. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  907. *PrintableArea: PAIR(1402, 1948)
  908. }
  909. *case: Option3
  910. {
  911. *% Warning: the following printable width is adjusted (1402->1398) so it is divisible by the resolution X scale.
  912. *% Warning: the following printable length is adjusted (1949->1948) so it is divisible by the resolution Y scale.
  913. *PrintableArea: PAIR(1398, 1948)
  914. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  915. *PrintableOrigin: PAIR(45, 60)
  916. }
  917. }
  918. }
  919. }
  920. }
  921. *Option: Option8
  922. {
  923. *rcNameID: 262
  924. *PageDimensions: PAIR(2097, 1489)
  925. *PageProtectMem: 0
  926. *Command: CmdSelect
  927. {
  928. *Order: DOC_SETUP.8
  929. *Cmd: "<1B>C<0004>"
  930. }
  931. *switch: InputBin
  932. {
  933. *case: Option1
  934. {
  935. *PrintableArea: PAIR(2011, 1341)
  936. *PrintableOrigin: PAIR(43, 60)
  937. *switch: Resolution
  938. {
  939. *case: Option1
  940. {
  941. *% Warning: the following printable width is adjusted (2011->2010) so it is divisible by the resolution X scale.
  942. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  943. *PrintableArea: PAIR(2010, 1340)
  944. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  945. *PrintableOrigin: PAIR(44, 60)
  946. }
  947. *case: Option2
  948. {
  949. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  950. *PrintableArea: PAIR(2011, 1340)
  951. }
  952. *case: Option3
  953. {
  954. *% Warning: the following printable width is adjusted (2011->2007) so it is divisible by the resolution X scale.
  955. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  956. *PrintableArea: PAIR(2007, 1340)
  957. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  958. *PrintableOrigin: PAIR(45, 60)
  959. }
  960. }
  961. }
  962. *case: Option2
  963. {
  964. *PrintableArea: PAIR(2011, 1429)
  965. *PrintableOrigin: PAIR(43, 60)
  966. *switch: Resolution
  967. {
  968. *case: Option1
  969. {
  970. *% Warning: the following printable width is adjusted (2011->2010) so it is divisible by the resolution X scale.
  971. *% Warning: the following printable length is adjusted (1429->1428) so it is divisible by the resolution Y scale.
  972. *PrintableArea: PAIR(2010, 1428)
  973. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  974. *PrintableOrigin: PAIR(44, 60)
  975. }
  976. *case: Option2
  977. {
  978. *% Warning: the following printable length is adjusted (1429->1428) so it is divisible by the resolution Y scale.
  979. *PrintableArea: PAIR(2011, 1428)
  980. }
  981. *case: Option3
  982. {
  983. *% Warning: the following printable width is adjusted (2011->2007) so it is divisible by the resolution X scale.
  984. *% Warning: the following printable length is adjusted (1429->1428) so it is divisible by the resolution Y scale.
  985. *PrintableArea: PAIR(2007, 1428)
  986. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  987. *PrintableOrigin: PAIR(45, 60)
  988. }
  989. }
  990. }
  991. *case: Option3
  992. {
  993. *PrintableArea: PAIR(2011, 1341)
  994. *PrintableOrigin: PAIR(43, 60)
  995. *switch: Resolution
  996. {
  997. *case: Option1
  998. {
  999. *% Warning: the following printable width is adjusted (2011->2010) so it is divisible by the resolution X scale.
  1000. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  1001. *PrintableArea: PAIR(2010, 1340)
  1002. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1003. *PrintableOrigin: PAIR(44, 60)
  1004. }
  1005. *case: Option2
  1006. {
  1007. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  1008. *PrintableArea: PAIR(2011, 1340)
  1009. }
  1010. *case: Option3
  1011. {
  1012. *% Warning: the following printable width is adjusted (2011->2007) so it is divisible by the resolution X scale.
  1013. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  1014. *PrintableArea: PAIR(2007, 1340)
  1015. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1016. *PrintableOrigin: PAIR(45, 60)
  1017. }
  1018. }
  1019. }
  1020. *case: Option4
  1021. {
  1022. *PrintableArea: PAIR(2011, 1341)
  1023. *PrintableOrigin: PAIR(43, 60)
  1024. *switch: Resolution
  1025. {
  1026. *case: Option1
  1027. {
  1028. *% Warning: the following printable width is adjusted (2011->2010) so it is divisible by the resolution X scale.
  1029. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  1030. *PrintableArea: PAIR(2010, 1340)
  1031. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1032. *PrintableOrigin: PAIR(44, 60)
  1033. }
  1034. *case: Option2
  1035. {
  1036. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  1037. *PrintableArea: PAIR(2011, 1340)
  1038. }
  1039. *case: Option3
  1040. {
  1041. *% Warning: the following printable width is adjusted (2011->2007) so it is divisible by the resolution X scale.
  1042. *% Warning: the following printable length is adjusted (1341->1340) so it is divisible by the resolution Y scale.
  1043. *PrintableArea: PAIR(2007, 1340)
  1044. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1045. *PrintableOrigin: PAIR(45, 60)
  1046. }
  1047. }
  1048. }
  1049. }
  1050. }
  1051. *Option: B4
  1052. {
  1053. *rcNameID: =B4_DISPLAY
  1054. *PageProtectMem: 0
  1055. *Command: CmdSelect
  1056. {
  1057. *Order: DOC_SETUP.8
  1058. *Cmd: "<1B>+C<1B>CM"
  1059. }
  1060. *switch: InputBin
  1061. {
  1062. *case: Option1
  1063. {
  1064. *PrintableArea: PAIR(3456, 5011)
  1065. *PrintableOrigin: PAIR(43, 60)
  1066. *switch: Resolution
  1067. {
  1068. *case: Option1
  1069. {
  1070. *% Warning: the following printable width is adjusted (3456->3454) so it is divisible by the resolution X scale.
  1071. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1072. *PrintableArea: PAIR(3454, 5010)
  1073. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1074. *PrintableOrigin: PAIR(44, 60)
  1075. }
  1076. *case: Option2
  1077. {
  1078. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1079. *PrintableArea: PAIR(3456, 5010)
  1080. }
  1081. *case: Option3
  1082. {
  1083. *% Warning: the following printable width is adjusted (3456->3453) so it is divisible by the resolution X scale.
  1084. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1085. *PrintableArea: PAIR(3453, 5010)
  1086. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1087. *PrintableOrigin: PAIR(45, 60)
  1088. }
  1089. }
  1090. }
  1091. *case: Option2
  1092. {
  1093. *PrintableArea: PAIR(3456, 5099)
  1094. *PrintableOrigin: PAIR(43, 60)
  1095. *switch: Resolution
  1096. {
  1097. *case: Option1
  1098. {
  1099. *% Warning: the following printable width is adjusted (3456->3454) so it is divisible by the resolution X scale.
  1100. *% Warning: the following printable length is adjusted (5099->5098) so it is divisible by the resolution Y scale.
  1101. *PrintableArea: PAIR(3454, 5098)
  1102. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1103. *PrintableOrigin: PAIR(44, 60)
  1104. }
  1105. *case: Option2
  1106. {
  1107. *% Warning: the following printable length is adjusted (5099->5098) so it is divisible by the resolution Y scale.
  1108. *PrintableArea: PAIR(3456, 5098)
  1109. }
  1110. *case: Option3
  1111. {
  1112. *% Warning: the following printable width is adjusted (3456->3453) so it is divisible by the resolution X scale.
  1113. *% Warning: the following printable length is adjusted (5099->5098) so it is divisible by the resolution Y scale.
  1114. *PrintableArea: PAIR(3453, 5098)
  1115. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1116. *PrintableOrigin: PAIR(45, 60)
  1117. }
  1118. }
  1119. }
  1120. *case: Option3
  1121. {
  1122. *PrintableArea: PAIR(3456, 5011)
  1123. *PrintableOrigin: PAIR(43, 60)
  1124. *switch: Resolution
  1125. {
  1126. *case: Option1
  1127. {
  1128. *% Warning: the following printable width is adjusted (3456->3454) so it is divisible by the resolution X scale.
  1129. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1130. *PrintableArea: PAIR(3454, 5010)
  1131. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1132. *PrintableOrigin: PAIR(44, 60)
  1133. }
  1134. *case: Option2
  1135. {
  1136. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1137. *PrintableArea: PAIR(3456, 5010)
  1138. }
  1139. *case: Option3
  1140. {
  1141. *% Warning: the following printable width is adjusted (3456->3453) so it is divisible by the resolution X scale.
  1142. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1143. *PrintableArea: PAIR(3453, 5010)
  1144. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1145. *PrintableOrigin: PAIR(45, 60)
  1146. }
  1147. }
  1148. }
  1149. *case: Option4
  1150. {
  1151. *PrintableArea: PAIR(3456, 5011)
  1152. *PrintableOrigin: PAIR(43, 60)
  1153. *switch: Resolution
  1154. {
  1155. *case: Option1
  1156. {
  1157. *% Warning: the following printable width is adjusted (3456->3454) so it is divisible by the resolution X scale.
  1158. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1159. *PrintableArea: PAIR(3454, 5010)
  1160. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1161. *PrintableOrigin: PAIR(44, 60)
  1162. }
  1163. *case: Option2
  1164. {
  1165. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1166. *PrintableArea: PAIR(3456, 5010)
  1167. }
  1168. *case: Option3
  1169. {
  1170. *% Warning: the following printable width is adjusted (3456->3453) so it is divisible by the resolution X scale.
  1171. *% Warning: the following printable length is adjusted (5011->5010) so it is divisible by the resolution Y scale.
  1172. *PrintableArea: PAIR(3453, 5010)
  1173. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1174. *PrintableOrigin: PAIR(45, 60)
  1175. }
  1176. }
  1177. }
  1178. }
  1179. }
  1180. *Option: B4_JIS_ROTATED
  1181. {
  1182. *rcNameID: =B4_JIS_ROTATED_DISPLAY
  1183. *PageProtectMem: 0
  1184. *Command: CmdSelect
  1185. {
  1186. *Order: DOC_SETUP.8
  1187. *Cmd: "<1B>C<000A>"
  1188. }
  1189. *switch: InputBin
  1190. {
  1191. *case: Option1
  1192. {
  1193. *PrintableArea: PAIR(4896, 3495)
  1194. *PrintableOrigin: PAIR(43, 60)
  1195. *switch: Resolution
  1196. {
  1197. *case: Option1
  1198. {
  1199. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1200. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1201. *PrintableArea: PAIR(4894, 3494)
  1202. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1203. *PrintableOrigin: PAIR(44, 60)
  1204. }
  1205. *case: Option2
  1206. {
  1207. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1208. *PrintableArea: PAIR(4896, 3494)
  1209. }
  1210. *case: Option3
  1211. {
  1212. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1213. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1214. *PrintableArea: PAIR(4893, 3494)
  1215. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1216. *PrintableOrigin: PAIR(45, 60)
  1217. }
  1218. }
  1219. }
  1220. *case: Option2
  1221. {
  1222. *PrintableArea: PAIR(4896, 3583)
  1223. *PrintableOrigin: PAIR(43, 60)
  1224. *switch: Resolution
  1225. {
  1226. *case: Option1
  1227. {
  1228. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1229. *% Warning: the following printable length is adjusted (3583->3582) so it is divisible by the resolution Y scale.
  1230. *PrintableArea: PAIR(4894, 3582)
  1231. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1232. *PrintableOrigin: PAIR(44, 60)
  1233. }
  1234. *case: Option2
  1235. {
  1236. *% Warning: the following printable length is adjusted (3583->3582) so it is divisible by the resolution Y scale.
  1237. *PrintableArea: PAIR(4896, 3582)
  1238. }
  1239. *case: Option3
  1240. {
  1241. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1242. *% Warning: the following printable length is adjusted (3583->3582) so it is divisible by the resolution Y scale.
  1243. *PrintableArea: PAIR(4893, 3582)
  1244. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1245. *PrintableOrigin: PAIR(45, 60)
  1246. }
  1247. }
  1248. }
  1249. *case: Option3
  1250. {
  1251. *PrintableArea: PAIR(4896, 3495)
  1252. *PrintableOrigin: PAIR(43, 60)
  1253. *switch: Resolution
  1254. {
  1255. *case: Option1
  1256. {
  1257. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1258. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1259. *PrintableArea: PAIR(4894, 3494)
  1260. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1261. *PrintableOrigin: PAIR(44, 60)
  1262. }
  1263. *case: Option2
  1264. {
  1265. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1266. *PrintableArea: PAIR(4896, 3494)
  1267. }
  1268. *case: Option3
  1269. {
  1270. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1271. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1272. *PrintableArea: PAIR(4893, 3494)
  1273. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1274. *PrintableOrigin: PAIR(45, 60)
  1275. }
  1276. }
  1277. }
  1278. *case: Option4
  1279. {
  1280. *PrintableArea: PAIR(4896, 3495)
  1281. *PrintableOrigin: PAIR(43, 60)
  1282. *switch: Resolution
  1283. {
  1284. *case: Option1
  1285. {
  1286. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1287. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1288. *PrintableArea: PAIR(4894, 3494)
  1289. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1290. *PrintableOrigin: PAIR(44, 60)
  1291. }
  1292. *case: Option2
  1293. {
  1294. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1295. *PrintableArea: PAIR(4896, 3494)
  1296. }
  1297. *case: Option3
  1298. {
  1299. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1300. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1301. *PrintableArea: PAIR(4893, 3494)
  1302. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1303. *PrintableOrigin: PAIR(45, 60)
  1304. }
  1305. }
  1306. }
  1307. }
  1308. }
  1309. *Option: B5
  1310. {
  1311. *rcNameID: =B5_DISPLAY
  1312. *PageProtectMem: 0
  1313. *Command: CmdSelect
  1314. {
  1315. *Order: DOC_SETUP.8
  1316. *Cmd: "<1B>C<000A>"
  1317. }
  1318. *switch: InputBin
  1319. {
  1320. *case: Option1
  1321. {
  1322. *PrintableArea: PAIR(2495, 3495)
  1323. *PrintableOrigin: PAIR(43, 60)
  1324. *switch: Resolution
  1325. {
  1326. *case: Option1
  1327. {
  1328. *% Warning: the following printable width is adjusted (2495->2494) so it is divisible by the resolution X scale.
  1329. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1330. *PrintableArea: PAIR(2494, 3494)
  1331. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1332. *PrintableOrigin: PAIR(44, 60)
  1333. }
  1334. *case: Option2
  1335. {
  1336. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1337. *PrintableArea: PAIR(2495, 3494)
  1338. }
  1339. *case: Option3
  1340. {
  1341. *% Warning: the following printable width is adjusted (2495->2493) so it is divisible by the resolution X scale.
  1342. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1343. *PrintableArea: PAIR(2493, 3494)
  1344. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1345. *PrintableOrigin: PAIR(45, 60)
  1346. }
  1347. }
  1348. }
  1349. *case: Option2
  1350. {
  1351. *PrintableArea: PAIR(2495, 3583)
  1352. *PrintableOrigin: PAIR(43, 60)
  1353. *switch: Resolution
  1354. {
  1355. *case: Option1
  1356. {
  1357. *% Warning: the following printable width is adjusted (2495->2494) so it is divisible by the resolution X scale.
  1358. *% Warning: the following printable length is adjusted (3583->3582) so it is divisible by the resolution Y scale.
  1359. *PrintableArea: PAIR(2494, 3582)
  1360. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1361. *PrintableOrigin: PAIR(44, 60)
  1362. }
  1363. *case: Option2
  1364. {
  1365. *% Warning: the following printable length is adjusted (3583->3582) so it is divisible by the resolution Y scale.
  1366. *PrintableArea: PAIR(2495, 3582)
  1367. }
  1368. *case: Option3
  1369. {
  1370. *% Warning: the following printable width is adjusted (2495->2493) so it is divisible by the resolution X scale.
  1371. *% Warning: the following printable length is adjusted (3583->3582) so it is divisible by the resolution Y scale.
  1372. *PrintableArea: PAIR(2493, 3582)
  1373. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1374. *PrintableOrigin: PAIR(45, 60)
  1375. }
  1376. }
  1377. }
  1378. *case: Option3
  1379. {
  1380. *PrintableArea: PAIR(2495, 3495)
  1381. *PrintableOrigin: PAIR(43, 60)
  1382. *switch: Resolution
  1383. {
  1384. *case: Option1
  1385. {
  1386. *% Warning: the following printable width is adjusted (2495->2494) so it is divisible by the resolution X scale.
  1387. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1388. *PrintableArea: PAIR(2494, 3494)
  1389. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1390. *PrintableOrigin: PAIR(44, 60)
  1391. }
  1392. *case: Option2
  1393. {
  1394. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1395. *PrintableArea: PAIR(2495, 3494)
  1396. }
  1397. *case: Option3
  1398. {
  1399. *% Warning: the following printable width is adjusted (2495->2493) so it is divisible by the resolution X scale.
  1400. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1401. *PrintableArea: PAIR(2493, 3494)
  1402. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1403. *PrintableOrigin: PAIR(45, 60)
  1404. }
  1405. }
  1406. }
  1407. *case: Option4
  1408. {
  1409. *PrintableArea: PAIR(2495, 3495)
  1410. *PrintableOrigin: PAIR(43, 60)
  1411. *switch: Resolution
  1412. {
  1413. *case: Option1
  1414. {
  1415. *% Warning: the following printable width is adjusted (2495->2494) so it is divisible by the resolution X scale.
  1416. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1417. *PrintableArea: PAIR(2494, 3494)
  1418. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1419. *PrintableOrigin: PAIR(44, 60)
  1420. }
  1421. *case: Option2
  1422. {
  1423. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1424. *PrintableArea: PAIR(2495, 3494)
  1425. }
  1426. *case: Option3
  1427. {
  1428. *% Warning: the following printable width is adjusted (2495->2493) so it is divisible by the resolution X scale.
  1429. *% Warning: the following printable length is adjusted (3495->3494) so it is divisible by the resolution Y scale.
  1430. *PrintableArea: PAIR(2493, 3494)
  1431. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1432. *PrintableOrigin: PAIR(45, 60)
  1433. }
  1434. }
  1435. }
  1436. }
  1437. }
  1438. *Option: B5_JIS_ROTATED
  1439. {
  1440. *rcNameID: =B5_JIS_ROTATED_DISPLAY
  1441. *PageProtectMem: 0
  1442. *Command: CmdSelect
  1443. {
  1444. *Order: DOC_SETUP.8
  1445. *Cmd: "<1B>C<0007>"
  1446. }
  1447. *switch: InputBin
  1448. {
  1449. *case: Option1
  1450. {
  1451. *PrintableArea: PAIR(3557, 2433)
  1452. *PrintableOrigin: PAIR(43, 60)
  1453. *switch: Resolution
  1454. {
  1455. *case: Option1
  1456. {
  1457. *% Warning: the following printable width is adjusted (3557->3556) so it is divisible by the resolution X scale.
  1458. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1459. *PrintableArea: PAIR(3556, 2432)
  1460. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1461. *PrintableOrigin: PAIR(44, 60)
  1462. }
  1463. *case: Option2
  1464. {
  1465. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1466. *PrintableArea: PAIR(3557, 2432)
  1467. }
  1468. *case: Option3
  1469. {
  1470. *% Warning: the following printable width is adjusted (3557->3555) so it is divisible by the resolution X scale.
  1471. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1472. *PrintableArea: PAIR(3555, 2432)
  1473. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1474. *PrintableOrigin: PAIR(45, 60)
  1475. }
  1476. }
  1477. }
  1478. *case: Option2
  1479. {
  1480. *PrintableArea: PAIR(3557, 2521)
  1481. *PrintableOrigin: PAIR(43, 60)
  1482. *switch: Resolution
  1483. {
  1484. *case: Option1
  1485. {
  1486. *% Warning: the following printable width is adjusted (3557->3556) so it is divisible by the resolution X scale.
  1487. *% Warning: the following printable length is adjusted (2521->2520) so it is divisible by the resolution Y scale.
  1488. *PrintableArea: PAIR(3556, 2520)
  1489. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1490. *PrintableOrigin: PAIR(44, 60)
  1491. }
  1492. *case: Option2
  1493. {
  1494. *% Warning: the following printable length is adjusted (2521->2520) so it is divisible by the resolution Y scale.
  1495. *PrintableArea: PAIR(3557, 2520)
  1496. }
  1497. *case: Option3
  1498. {
  1499. *% Warning: the following printable width is adjusted (3557->3555) so it is divisible by the resolution X scale.
  1500. *% Warning: the following printable length is adjusted (2521->2520) so it is divisible by the resolution Y scale.
  1501. *PrintableArea: PAIR(3555, 2520)
  1502. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1503. *PrintableOrigin: PAIR(45, 60)
  1504. }
  1505. }
  1506. }
  1507. *case: Option3
  1508. {
  1509. *PrintableArea: PAIR(3557, 2433)
  1510. *PrintableOrigin: PAIR(43, 60)
  1511. *switch: Resolution
  1512. {
  1513. *case: Option1
  1514. {
  1515. *% Warning: the following printable width is adjusted (3557->3556) so it is divisible by the resolution X scale.
  1516. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1517. *PrintableArea: PAIR(3556, 2432)
  1518. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1519. *PrintableOrigin: PAIR(44, 60)
  1520. }
  1521. *case: Option2
  1522. {
  1523. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1524. *PrintableArea: PAIR(3557, 2432)
  1525. }
  1526. *case: Option3
  1527. {
  1528. *% Warning: the following printable width is adjusted (3557->3555) so it is divisible by the resolution X scale.
  1529. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1530. *PrintableArea: PAIR(3555, 2432)
  1531. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1532. *PrintableOrigin: PAIR(45, 60)
  1533. }
  1534. }
  1535. }
  1536. *case: Option4
  1537. {
  1538. *PrintableArea: PAIR(3557, 2433)
  1539. *PrintableOrigin: PAIR(43, 60)
  1540. *switch: Resolution
  1541. {
  1542. *case: Option1
  1543. {
  1544. *% Warning: the following printable width is adjusted (3557->3556) so it is divisible by the resolution X scale.
  1545. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1546. *PrintableArea: PAIR(3556, 2432)
  1547. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1548. *PrintableOrigin: PAIR(44, 60)
  1549. }
  1550. *case: Option2
  1551. {
  1552. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1553. *PrintableArea: PAIR(3557, 2432)
  1554. }
  1555. *case: Option3
  1556. {
  1557. *% Warning: the following printable width is adjusted (3557->3555) so it is divisible by the resolution X scale.
  1558. *% Warning: the following printable length is adjusted (2433->2432) so it is divisible by the resolution Y scale.
  1559. *PrintableArea: PAIR(3555, 2432)
  1560. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1561. *PrintableOrigin: PAIR(45, 60)
  1562. }
  1563. }
  1564. }
  1565. }
  1566. }
  1567. *Option: LETTER
  1568. {
  1569. *rcNameID: =LETTER_DISPLAY
  1570. *PageProtectMem: 0
  1571. *Command: CmdSelect
  1572. {
  1573. *Order: DOC_SETUP.8
  1574. *Cmd: "<1B>C<000B>"
  1575. }
  1576. *switch: InputBin
  1577. {
  1578. *case: Option1
  1579. {
  1580. *PrintableArea: PAIR(2974, 3812)
  1581. *PrintableOrigin: PAIR(43, 60)
  1582. *switch: Resolution
  1583. {
  1584. *case: Option1
  1585. {
  1586. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1587. *PrintableArea: PAIR(2972, 3812)
  1588. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1589. *PrintableOrigin: PAIR(44, 60)
  1590. }
  1591. *case: Option3
  1592. {
  1593. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1594. *PrintableArea: PAIR(2970, 3812)
  1595. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1596. *PrintableOrigin: PAIR(45, 60)
  1597. }
  1598. }
  1599. }
  1600. *case: Option2
  1601. {
  1602. *PrintableArea: PAIR(2974, 3900)
  1603. *PrintableOrigin: PAIR(43, 60)
  1604. *switch: Resolution
  1605. {
  1606. *case: Option1
  1607. {
  1608. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1609. *PrintableArea: PAIR(2972, 3900)
  1610. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1611. *PrintableOrigin: PAIR(44, 60)
  1612. }
  1613. *case: Option3
  1614. {
  1615. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1616. *PrintableArea: PAIR(2970, 3900)
  1617. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1618. *PrintableOrigin: PAIR(45, 60)
  1619. }
  1620. }
  1621. }
  1622. *case: Option3
  1623. {
  1624. *PrintableArea: PAIR(2974, 3812)
  1625. *PrintableOrigin: PAIR(43, 60)
  1626. *switch: Resolution
  1627. {
  1628. *case: Option1
  1629. {
  1630. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1631. *PrintableArea: PAIR(2972, 3812)
  1632. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1633. *PrintableOrigin: PAIR(44, 60)
  1634. }
  1635. *case: Option3
  1636. {
  1637. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1638. *PrintableArea: PAIR(2970, 3812)
  1639. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1640. *PrintableOrigin: PAIR(45, 60)
  1641. }
  1642. }
  1643. }
  1644. *case: Option4
  1645. {
  1646. *PrintableArea: PAIR(2974, 3812)
  1647. *PrintableOrigin: PAIR(43, 60)
  1648. *switch: Resolution
  1649. {
  1650. *case: Option1
  1651. {
  1652. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1653. *PrintableArea: PAIR(2972, 3812)
  1654. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1655. *PrintableOrigin: PAIR(44, 60)
  1656. }
  1657. *case: Option3
  1658. {
  1659. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1660. *PrintableArea: PAIR(2970, 3812)
  1661. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1662. *PrintableOrigin: PAIR(45, 60)
  1663. }
  1664. }
  1665. }
  1666. }
  1667. }
  1668. *Option: LEGAL
  1669. {
  1670. *rcNameID: =LEGAL_DISPLAY
  1671. *PageProtectMem: 0
  1672. *Command: CmdSelect
  1673. {
  1674. *Order: DOC_SETUP.8
  1675. *Cmd: "<1B>C<000E>"
  1676. }
  1677. *switch: InputBin
  1678. {
  1679. *case: Option1
  1680. {
  1681. *PrintableArea: PAIR(2974, 4892)
  1682. *PrintableOrigin: PAIR(43, 60)
  1683. *switch: Resolution
  1684. {
  1685. *case: Option1
  1686. {
  1687. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1688. *PrintableArea: PAIR(2972, 4892)
  1689. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1690. *PrintableOrigin: PAIR(44, 60)
  1691. }
  1692. *case: Option3
  1693. {
  1694. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1695. *PrintableArea: PAIR(2970, 4892)
  1696. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1697. *PrintableOrigin: PAIR(45, 60)
  1698. }
  1699. }
  1700. }
  1701. *case: Option2
  1702. {
  1703. *PrintableArea: PAIR(2974, 4980)
  1704. *PrintableOrigin: PAIR(43, 60)
  1705. *switch: Resolution
  1706. {
  1707. *case: Option1
  1708. {
  1709. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1710. *PrintableArea: PAIR(2972, 4980)
  1711. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1712. *PrintableOrigin: PAIR(44, 60)
  1713. }
  1714. *case: Option3
  1715. {
  1716. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1717. *PrintableArea: PAIR(2970, 4980)
  1718. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1719. *PrintableOrigin: PAIR(45, 60)
  1720. }
  1721. }
  1722. }
  1723. *case: Option3
  1724. {
  1725. *PrintableArea: PAIR(2974, 4892)
  1726. *PrintableOrigin: PAIR(43, 60)
  1727. *switch: Resolution
  1728. {
  1729. *case: Option1
  1730. {
  1731. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1732. *PrintableArea: PAIR(2972, 4892)
  1733. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1734. *PrintableOrigin: PAIR(44, 60)
  1735. }
  1736. *case: Option3
  1737. {
  1738. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1739. *PrintableArea: PAIR(2970, 4892)
  1740. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1741. *PrintableOrigin: PAIR(45, 60)
  1742. }
  1743. }
  1744. }
  1745. *case: Option4
  1746. {
  1747. *PrintableArea: PAIR(2974, 4892)
  1748. *PrintableOrigin: PAIR(43, 60)
  1749. *switch: Resolution
  1750. {
  1751. *case: Option1
  1752. {
  1753. *% Warning: the following printable width is adjusted (2974->2972) so it is divisible by the resolution X scale.
  1754. *PrintableArea: PAIR(2972, 4892)
  1755. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1756. *PrintableOrigin: PAIR(44, 60)
  1757. }
  1758. *case: Option3
  1759. {
  1760. *% Warning: the following printable width is adjusted (2974->2970) so it is divisible by the resolution X scale.
  1761. *PrintableArea: PAIR(2970, 4892)
  1762. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  1763. *PrintableOrigin: PAIR(45, 60)
  1764. }
  1765. }
  1766. }
  1767. }
  1768. }
  1769. *Option: Option15
  1770. {
  1771. *rcNameID: 267
  1772. *PageDimensions: PAIR(3600, 3960)
  1773. *PageProtectMem: 0
  1774. *Command: CmdSelect
  1775. {
  1776. *Order: DOC_SETUP.8
  1777. *Cmd: "<1B>C<000B>"
  1778. }
  1779. *switch: InputBin
  1780. {
  1781. *case: Option1
  1782. {
  1783. *PrintableArea: PAIR(3230, 3812)
  1784. *PrintableOrigin: PAIR(185, 60)
  1785. *switch: Resolution
  1786. {
  1787. *case: Option1
  1788. {
  1789. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1790. *PrintableArea: PAIR(3228, 3812)
  1791. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1792. *PrintableOrigin: PAIR(186, 60)
  1793. }
  1794. *case: Option3
  1795. {
  1796. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1797. *PrintableArea: PAIR(3228, 3812)
  1798. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1799. *PrintableOrigin: PAIR(186, 60)
  1800. }
  1801. }
  1802. }
  1803. *case: Option2
  1804. {
  1805. *PrintableArea: PAIR(3230, 3900)
  1806. *PrintableOrigin: PAIR(185, 60)
  1807. *switch: Resolution
  1808. {
  1809. *case: Option1
  1810. {
  1811. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1812. *PrintableArea: PAIR(3228, 3900)
  1813. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1814. *PrintableOrigin: PAIR(186, 60)
  1815. }
  1816. *case: Option3
  1817. {
  1818. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1819. *PrintableArea: PAIR(3228, 3900)
  1820. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1821. *PrintableOrigin: PAIR(186, 60)
  1822. }
  1823. }
  1824. }
  1825. *case: Option3
  1826. {
  1827. *PrintableArea: PAIR(3230, 3812)
  1828. *PrintableOrigin: PAIR(185, 60)
  1829. *switch: Resolution
  1830. {
  1831. *case: Option1
  1832. {
  1833. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1834. *PrintableArea: PAIR(3228, 3812)
  1835. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1836. *PrintableOrigin: PAIR(186, 60)
  1837. }
  1838. *case: Option3
  1839. {
  1840. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1841. *PrintableArea: PAIR(3228, 3812)
  1842. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1843. *PrintableOrigin: PAIR(186, 60)
  1844. }
  1845. }
  1846. }
  1847. *case: Option4
  1848. {
  1849. *PrintableArea: PAIR(3230, 3812)
  1850. *PrintableOrigin: PAIR(185, 60)
  1851. *switch: Resolution
  1852. {
  1853. *case: Option1
  1854. {
  1855. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1856. *PrintableArea: PAIR(3228, 3812)
  1857. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1858. *PrintableOrigin: PAIR(186, 60)
  1859. }
  1860. *case: Option3
  1861. {
  1862. *% Warning: the following printable width is adjusted (3230->3228) so it is divisible by the resolution X scale.
  1863. *PrintableArea: PAIR(3228, 3812)
  1864. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1865. *PrintableOrigin: PAIR(186, 60)
  1866. }
  1867. }
  1868. }
  1869. }
  1870. }
  1871. *Option: Option16
  1872. {
  1873. *rcNameID: 268
  1874. *PageDimensions: PAIR(5400, 3960)
  1875. *PageProtectMem: 0
  1876. *Command: CmdSelect
  1877. {
  1878. *Order: DOC_SETUP.8
  1879. *Cmd: "<1B>C<000B>"
  1880. }
  1881. *switch: InputBin
  1882. {
  1883. *case: Option1
  1884. {
  1885. *PrintableArea: PAIR(4896, 3812)
  1886. *PrintableOrigin: PAIR(185, 60)
  1887. *switch: Resolution
  1888. {
  1889. *case: Option1
  1890. {
  1891. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1892. *PrintableArea: PAIR(4894, 3812)
  1893. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1894. *PrintableOrigin: PAIR(186, 60)
  1895. }
  1896. *case: Option3
  1897. {
  1898. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1899. *PrintableArea: PAIR(4893, 3812)
  1900. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1901. *PrintableOrigin: PAIR(186, 60)
  1902. }
  1903. }
  1904. }
  1905. *case: Option2
  1906. {
  1907. *PrintableArea: PAIR(4896, 3900)
  1908. *PrintableOrigin: PAIR(185, 60)
  1909. *switch: Resolution
  1910. {
  1911. *case: Option1
  1912. {
  1913. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1914. *PrintableArea: PAIR(4894, 3900)
  1915. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1916. *PrintableOrigin: PAIR(186, 60)
  1917. }
  1918. *case: Option3
  1919. {
  1920. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1921. *PrintableArea: PAIR(4893, 3900)
  1922. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1923. *PrintableOrigin: PAIR(186, 60)
  1924. }
  1925. }
  1926. }
  1927. *case: Option3
  1928. {
  1929. *PrintableArea: PAIR(4896, 3812)
  1930. *PrintableOrigin: PAIR(185, 60)
  1931. *switch: Resolution
  1932. {
  1933. *case: Option1
  1934. {
  1935. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1936. *PrintableArea: PAIR(4894, 3812)
  1937. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1938. *PrintableOrigin: PAIR(186, 60)
  1939. }
  1940. *case: Option3
  1941. {
  1942. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1943. *PrintableArea: PAIR(4893, 3812)
  1944. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1945. *PrintableOrigin: PAIR(186, 60)
  1946. }
  1947. }
  1948. }
  1949. *case: Option4
  1950. {
  1951. *PrintableArea: PAIR(4896, 3812)
  1952. *PrintableOrigin: PAIR(185, 60)
  1953. *switch: Resolution
  1954. {
  1955. *case: Option1
  1956. {
  1957. *% Warning: the following printable width is adjusted (4896->4894) so it is divisible by the resolution X scale.
  1958. *PrintableArea: PAIR(4894, 3812)
  1959. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1960. *PrintableOrigin: PAIR(186, 60)
  1961. }
  1962. *case: Option3
  1963. {
  1964. *% Warning: the following printable width is adjusted (4896->4893) so it is divisible by the resolution X scale.
  1965. *PrintableArea: PAIR(4893, 3812)
  1966. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  1967. *PrintableOrigin: PAIR(186, 60)
  1968. }
  1969. }
  1970. }
  1971. }
  1972. }
  1973. *Option: JAPANESE_POSTCARD
  1974. {
  1975. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  1976. *PageProtectMem: 0
  1977. *Command: CmdSelect
  1978. {
  1979. *Order: DOC_SETUP.8
  1980. *Cmd: "<1B>C<0006>"
  1981. }
  1982. *switch: InputBin
  1983. {
  1984. *case: Option1
  1985. {
  1986. *PrintableArea: PAIR(1331, 1935)
  1987. *PrintableOrigin: PAIR(43, 60)
  1988. *switch: Resolution
  1989. {
  1990. *case: Option1
  1991. {
  1992. *% Warning: the following printable width is adjusted (1331->1330) so it is divisible by the resolution X scale.
  1993. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  1994. *PrintableArea: PAIR(1330, 1934)
  1995. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  1996. *PrintableOrigin: PAIR(44, 60)
  1997. }
  1998. *case: Option2
  1999. {
  2000. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2001. *PrintableArea: PAIR(1331, 1934)
  2002. }
  2003. *case: Option3
  2004. {
  2005. *% Warning: the following printable width is adjusted (1331->1329) so it is divisible by the resolution X scale.
  2006. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2007. *PrintableArea: PAIR(1329, 1934)
  2008. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2009. *PrintableOrigin: PAIR(45, 60)
  2010. }
  2011. }
  2012. }
  2013. *case: Option2
  2014. {
  2015. *PrintableArea: PAIR(1331, 2023)
  2016. *PrintableOrigin: PAIR(43, 60)
  2017. *switch: Resolution
  2018. {
  2019. *case: Option1
  2020. {
  2021. *% Warning: the following printable width is adjusted (1331->1330) so it is divisible by the resolution X scale.
  2022. *% Warning: the following printable length is adjusted (2023->2022) so it is divisible by the resolution Y scale.
  2023. *PrintableArea: PAIR(1330, 2022)
  2024. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2025. *PrintableOrigin: PAIR(44, 60)
  2026. }
  2027. *case: Option2
  2028. {
  2029. *% Warning: the following printable length is adjusted (2023->2022) so it is divisible by the resolution Y scale.
  2030. *PrintableArea: PAIR(1331, 2022)
  2031. }
  2032. *case: Option3
  2033. {
  2034. *% Warning: the following printable width is adjusted (1331->1329) so it is divisible by the resolution X scale.
  2035. *% Warning: the following printable length is adjusted (2023->2022) so it is divisible by the resolution Y scale.
  2036. *PrintableArea: PAIR(1329, 2022)
  2037. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2038. *PrintableOrigin: PAIR(45, 60)
  2039. }
  2040. }
  2041. }
  2042. *case: Option3
  2043. {
  2044. *PrintableArea: PAIR(1331, 1935)
  2045. *PrintableOrigin: PAIR(43, 60)
  2046. *switch: Resolution
  2047. {
  2048. *case: Option1
  2049. {
  2050. *% Warning: the following printable width is adjusted (1331->1330) so it is divisible by the resolution X scale.
  2051. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2052. *PrintableArea: PAIR(1330, 1934)
  2053. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2054. *PrintableOrigin: PAIR(44, 60)
  2055. }
  2056. *case: Option2
  2057. {
  2058. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2059. *PrintableArea: PAIR(1331, 1934)
  2060. }
  2061. *case: Option3
  2062. {
  2063. *% Warning: the following printable width is adjusted (1331->1329) so it is divisible by the resolution X scale.
  2064. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2065. *PrintableArea: PAIR(1329, 1934)
  2066. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2067. *PrintableOrigin: PAIR(45, 60)
  2068. }
  2069. }
  2070. }
  2071. *case: Option4
  2072. {
  2073. *PrintableArea: PAIR(1331, 1935)
  2074. *PrintableOrigin: PAIR(43, 60)
  2075. *switch: Resolution
  2076. {
  2077. *case: Option1
  2078. {
  2079. *% Warning: the following printable width is adjusted (1331->1330) so it is divisible by the resolution X scale.
  2080. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2081. *PrintableArea: PAIR(1330, 1934)
  2082. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2083. *PrintableOrigin: PAIR(44, 60)
  2084. }
  2085. *case: Option2
  2086. {
  2087. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2088. *PrintableArea: PAIR(1331, 1934)
  2089. }
  2090. *case: Option3
  2091. {
  2092. *% Warning: the following printable width is adjusted (1331->1329) so it is divisible by the resolution X scale.
  2093. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2094. *PrintableArea: PAIR(1329, 1934)
  2095. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2096. *PrintableOrigin: PAIR(45, 60)
  2097. }
  2098. }
  2099. }
  2100. }
  2101. }
  2102. *Option: JAPANESE_POSTCARD_ROTATED
  2103. {
  2104. *rcNameID: =JAPANESE_POSTCARD_ROTATED_DISPLAY
  2105. *PageProtectMem: 0
  2106. *Command: CmdSelect
  2107. {
  2108. *Order: DOC_SETUP.8
  2109. *Cmd: "<1B>C<0004>"
  2110. }
  2111. *switch: InputBin
  2112. {
  2113. *case: Option1
  2114. {
  2115. *PrintableArea: PAIR(1997, 1269)
  2116. *PrintableOrigin: PAIR(43, 60)
  2117. *switch: Resolution
  2118. {
  2119. *case: Option1
  2120. {
  2121. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2122. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2123. *PrintableArea: PAIR(1996, 1268)
  2124. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2125. *PrintableOrigin: PAIR(44, 60)
  2126. }
  2127. *case: Option2
  2128. {
  2129. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2130. *PrintableArea: PAIR(1997, 1268)
  2131. }
  2132. *case: Option3
  2133. {
  2134. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2135. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2136. *PrintableArea: PAIR(1995, 1268)
  2137. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2138. *PrintableOrigin: PAIR(45, 60)
  2139. }
  2140. }
  2141. }
  2142. *case: Option2
  2143. {
  2144. *PrintableArea: PAIR(1997, 1357)
  2145. *PrintableOrigin: PAIR(43, 60)
  2146. *switch: Resolution
  2147. {
  2148. *case: Option1
  2149. {
  2150. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2151. *% Warning: the following printable length is adjusted (1357->1356) so it is divisible by the resolution Y scale.
  2152. *PrintableArea: PAIR(1996, 1356)
  2153. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2154. *PrintableOrigin: PAIR(44, 60)
  2155. }
  2156. *case: Option2
  2157. {
  2158. *% Warning: the following printable length is adjusted (1357->1356) so it is divisible by the resolution Y scale.
  2159. *PrintableArea: PAIR(1997, 1356)
  2160. }
  2161. *case: Option3
  2162. {
  2163. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2164. *% Warning: the following printable length is adjusted (1357->1356) so it is divisible by the resolution Y scale.
  2165. *PrintableArea: PAIR(1995, 1356)
  2166. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2167. *PrintableOrigin: PAIR(45, 60)
  2168. }
  2169. }
  2170. }
  2171. *case: Option3
  2172. {
  2173. *PrintableArea: PAIR(1997, 1269)
  2174. *PrintableOrigin: PAIR(43, 60)
  2175. *switch: Resolution
  2176. {
  2177. *case: Option1
  2178. {
  2179. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2180. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2181. *PrintableArea: PAIR(1996, 1268)
  2182. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2183. *PrintableOrigin: PAIR(44, 60)
  2184. }
  2185. *case: Option2
  2186. {
  2187. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2188. *PrintableArea: PAIR(1997, 1268)
  2189. }
  2190. *case: Option3
  2191. {
  2192. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2193. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2194. *PrintableArea: PAIR(1995, 1268)
  2195. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2196. *PrintableOrigin: PAIR(45, 60)
  2197. }
  2198. }
  2199. }
  2200. *case: Option4
  2201. {
  2202. *PrintableArea: PAIR(1997, 1269)
  2203. *PrintableOrigin: PAIR(43, 60)
  2204. *switch: Resolution
  2205. {
  2206. *case: Option1
  2207. {
  2208. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2209. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2210. *PrintableArea: PAIR(1996, 1268)
  2211. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2212. *PrintableOrigin: PAIR(44, 60)
  2213. }
  2214. *case: Option2
  2215. {
  2216. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2217. *PrintableArea: PAIR(1997, 1268)
  2218. }
  2219. *case: Option3
  2220. {
  2221. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2222. *% Warning: the following printable length is adjusted (1269->1268) so it is divisible by the resolution Y scale.
  2223. *PrintableArea: PAIR(1995, 1268)
  2224. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2225. *PrintableOrigin: PAIR(45, 60)
  2226. }
  2227. }
  2228. }
  2229. }
  2230. }
  2231. *Option: DBL_JAPANESE_POSTCARD_ROTATED
  2232. {
  2233. *rcNameID: =DBL_JAPANESE_POSTCARD_ROTATED_DISPLAY
  2234. *PageProtectMem: 0
  2235. *Command: CmdSelect
  2236. {
  2237. *Order: DOC_SETUP.8
  2238. *Cmd: "<1B>C<0008>"
  2239. }
  2240. *switch: InputBin
  2241. {
  2242. *case: Option1
  2243. {
  2244. *PrintableArea: PAIR(1997, 2686)
  2245. *PrintableOrigin: PAIR(43, 60)
  2246. *switch: Resolution
  2247. {
  2248. *case: Option1
  2249. {
  2250. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2251. *PrintableArea: PAIR(1996, 2686)
  2252. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2253. *PrintableOrigin: PAIR(44, 60)
  2254. }
  2255. *case: Option3
  2256. {
  2257. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2258. *PrintableArea: PAIR(1995, 2686)
  2259. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2260. *PrintableOrigin: PAIR(45, 60)
  2261. }
  2262. }
  2263. }
  2264. *case: Option2
  2265. {
  2266. *PrintableArea: PAIR(1997, 2774)
  2267. *PrintableOrigin: PAIR(43, 60)
  2268. *switch: Resolution
  2269. {
  2270. *case: Option1
  2271. {
  2272. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2273. *PrintableArea: PAIR(1996, 2774)
  2274. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2275. *PrintableOrigin: PAIR(44, 60)
  2276. }
  2277. *case: Option3
  2278. {
  2279. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2280. *PrintableArea: PAIR(1995, 2774)
  2281. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2282. *PrintableOrigin: PAIR(45, 60)
  2283. }
  2284. }
  2285. }
  2286. *case: Option3
  2287. {
  2288. *PrintableArea: PAIR(1997, 2686)
  2289. *PrintableOrigin: PAIR(43, 60)
  2290. *switch: Resolution
  2291. {
  2292. *case: Option1
  2293. {
  2294. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2295. *PrintableArea: PAIR(1996, 2686)
  2296. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2297. *PrintableOrigin: PAIR(44, 60)
  2298. }
  2299. *case: Option3
  2300. {
  2301. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2302. *PrintableArea: PAIR(1995, 2686)
  2303. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2304. *PrintableOrigin: PAIR(45, 60)
  2305. }
  2306. }
  2307. }
  2308. *case: Option4
  2309. {
  2310. *PrintableArea: PAIR(1997, 2686)
  2311. *PrintableOrigin: PAIR(43, 60)
  2312. *switch: Resolution
  2313. {
  2314. *case: Option1
  2315. {
  2316. *% Warning: the following printable width is adjusted (1997->1996) so it is divisible by the resolution X scale.
  2317. *PrintableArea: PAIR(1996, 2686)
  2318. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2319. *PrintableOrigin: PAIR(44, 60)
  2320. }
  2321. *case: Option3
  2322. {
  2323. *% Warning: the following printable width is adjusted (1997->1995) so it is divisible by the resolution X scale.
  2324. *PrintableArea: PAIR(1995, 2686)
  2325. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2326. *PrintableOrigin: PAIR(45, 60)
  2327. }
  2328. }
  2329. }
  2330. }
  2331. }
  2332. *Option: DBL_JAPANESE_POSTCARD
  2333. {
  2334. *rcNameID: =DBL_JAPANESE_POSTCARD_DISPLAY
  2335. *PageProtectMem: 0
  2336. *Command: CmdSelect
  2337. {
  2338. *Order: DOC_SETUP.8
  2339. *Cmd: "<1B>C<0006>"
  2340. }
  2341. *switch: InputBin
  2342. {
  2343. *case: Option1
  2344. {
  2345. *PrintableArea: PAIR(2748, 1935)
  2346. *PrintableOrigin: PAIR(43, 60)
  2347. *switch: Resolution
  2348. {
  2349. *case: Option1
  2350. {
  2351. *% Warning: the following printable width is adjusted (2748->2746) so it is divisible by the resolution X scale.
  2352. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2353. *PrintableArea: PAIR(2746, 1934)
  2354. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2355. *PrintableOrigin: PAIR(44, 60)
  2356. }
  2357. *case: Option2
  2358. {
  2359. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2360. *PrintableArea: PAIR(2748, 1934)
  2361. }
  2362. *case: Option3
  2363. {
  2364. *% Warning: the following printable width is adjusted (2748->2745) so it is divisible by the resolution X scale.
  2365. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2366. *PrintableArea: PAIR(2745, 1934)
  2367. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2368. *PrintableOrigin: PAIR(45, 60)
  2369. }
  2370. }
  2371. }
  2372. *case: Option2
  2373. {
  2374. *PrintableArea: PAIR(2748, 2023)
  2375. *PrintableOrigin: PAIR(43, 60)
  2376. *switch: Resolution
  2377. {
  2378. *case: Option1
  2379. {
  2380. *% Warning: the following printable width is adjusted (2748->2746) so it is divisible by the resolution X scale.
  2381. *% Warning: the following printable length is adjusted (2023->2022) so it is divisible by the resolution Y scale.
  2382. *PrintableArea: PAIR(2746, 2022)
  2383. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2384. *PrintableOrigin: PAIR(44, 60)
  2385. }
  2386. *case: Option2
  2387. {
  2388. *% Warning: the following printable length is adjusted (2023->2022) so it is divisible by the resolution Y scale.
  2389. *PrintableArea: PAIR(2748, 2022)
  2390. }
  2391. *case: Option3
  2392. {
  2393. *% Warning: the following printable width is adjusted (2748->2745) so it is divisible by the resolution X scale.
  2394. *% Warning: the following printable length is adjusted (2023->2022) so it is divisible by the resolution Y scale.
  2395. *PrintableArea: PAIR(2745, 2022)
  2396. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2397. *PrintableOrigin: PAIR(45, 60)
  2398. }
  2399. }
  2400. }
  2401. *case: Option3
  2402. {
  2403. *PrintableArea: PAIR(2748, 1935)
  2404. *PrintableOrigin: PAIR(43, 60)
  2405. *switch: Resolution
  2406. {
  2407. *case: Option1
  2408. {
  2409. *% Warning: the following printable width is adjusted (2748->2746) so it is divisible by the resolution X scale.
  2410. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2411. *PrintableArea: PAIR(2746, 1934)
  2412. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2413. *PrintableOrigin: PAIR(44, 60)
  2414. }
  2415. *case: Option2
  2416. {
  2417. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2418. *PrintableArea: PAIR(2748, 1934)
  2419. }
  2420. *case: Option3
  2421. {
  2422. *% Warning: the following printable width is adjusted (2748->2745) so it is divisible by the resolution X scale.
  2423. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2424. *PrintableArea: PAIR(2745, 1934)
  2425. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2426. *PrintableOrigin: PAIR(45, 60)
  2427. }
  2428. }
  2429. }
  2430. *case: Option4
  2431. {
  2432. *PrintableArea: PAIR(2748, 1935)
  2433. *PrintableOrigin: PAIR(43, 60)
  2434. *switch: Resolution
  2435. {
  2436. *case: Option1
  2437. {
  2438. *% Warning: the following printable width is adjusted (2748->2746) so it is divisible by the resolution X scale.
  2439. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2440. *PrintableArea: PAIR(2746, 1934)
  2441. *% Warning: the following printable origin X is adjusted (43->44) so it is divisible by the resolution X scale.
  2442. *PrintableOrigin: PAIR(44, 60)
  2443. }
  2444. *case: Option2
  2445. {
  2446. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2447. *PrintableArea: PAIR(2748, 1934)
  2448. }
  2449. *case: Option3
  2450. {
  2451. *% Warning: the following printable width is adjusted (2748->2745) so it is divisible by the resolution X scale.
  2452. *% Warning: the following printable length is adjusted (1935->1934) so it is divisible by the resolution Y scale.
  2453. *PrintableArea: PAIR(2745, 1934)
  2454. *% Warning: the following printable origin X is adjusted (43->45) so it is divisible by the resolution X scale.
  2455. *PrintableOrigin: PAIR(45, 60)
  2456. }
  2457. }
  2458. }
  2459. }
  2460. }
  2461. *Option: Option21
  2462. {
  2463. *rcNameID: 317
  2464. *PageDimensions: PAIR(4320, 3960)
  2465. *PageProtectMem: 0
  2466. *Command: CmdSelect
  2467. {
  2468. *Order: DOC_SETUP.8
  2469. *Cmd: "<1B>C<000B>"
  2470. }
  2471. *switch: InputBin
  2472. {
  2473. *case: Option1
  2474. {
  2475. *PrintableArea: PAIR(3950, 3812)
  2476. *PrintableOrigin: PAIR(185, 60)
  2477. *switch: Resolution
  2478. {
  2479. *case: Option1
  2480. {
  2481. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2482. *PrintableArea: PAIR(3948, 3812)
  2483. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2484. *PrintableOrigin: PAIR(186, 60)
  2485. }
  2486. *case: Option3
  2487. {
  2488. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2489. *PrintableArea: PAIR(3948, 3812)
  2490. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2491. *PrintableOrigin: PAIR(186, 60)
  2492. }
  2493. }
  2494. }
  2495. *case: Option2
  2496. {
  2497. *PrintableArea: PAIR(3950, 3900)
  2498. *PrintableOrigin: PAIR(185, 60)
  2499. *switch: Resolution
  2500. {
  2501. *case: Option1
  2502. {
  2503. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2504. *PrintableArea: PAIR(3948, 3900)
  2505. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2506. *PrintableOrigin: PAIR(186, 60)
  2507. }
  2508. *case: Option3
  2509. {
  2510. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2511. *PrintableArea: PAIR(3948, 3900)
  2512. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2513. *PrintableOrigin: PAIR(186, 60)
  2514. }
  2515. }
  2516. }
  2517. *case: Option3
  2518. {
  2519. *PrintableArea: PAIR(3950, 3812)
  2520. *PrintableOrigin: PAIR(185, 60)
  2521. *switch: Resolution
  2522. {
  2523. *case: Option1
  2524. {
  2525. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2526. *PrintableArea: PAIR(3948, 3812)
  2527. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2528. *PrintableOrigin: PAIR(186, 60)
  2529. }
  2530. *case: Option3
  2531. {
  2532. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2533. *PrintableArea: PAIR(3948, 3812)
  2534. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2535. *PrintableOrigin: PAIR(186, 60)
  2536. }
  2537. }
  2538. }
  2539. *case: Option4
  2540. {
  2541. *PrintableArea: PAIR(3950, 3812)
  2542. *PrintableOrigin: PAIR(185, 60)
  2543. *switch: Resolution
  2544. {
  2545. *case: Option1
  2546. {
  2547. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2548. *PrintableArea: PAIR(3948, 3812)
  2549. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2550. *PrintableOrigin: PAIR(186, 60)
  2551. }
  2552. *case: Option3
  2553. {
  2554. *% Warning: the following printable width is adjusted (3950->3948) so it is divisible by the resolution X scale.
  2555. *PrintableArea: PAIR(3948, 3812)
  2556. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2557. *PrintableOrigin: PAIR(186, 60)
  2558. }
  2559. }
  2560. }
  2561. }
  2562. }
  2563. *Option: Option22
  2564. {
  2565. *rcNameID: 318
  2566. *PageDimensions: PAIR(5400, 1440)
  2567. *PageProtectMem: 0
  2568. *Command: CmdSelect
  2569. {
  2570. *Order: DOC_SETUP.8
  2571. *Cmd: "<1B>C<0004>"
  2572. }
  2573. *switch: InputBin
  2574. {
  2575. *case: Option1
  2576. {
  2577. *PrintableArea: PAIR(4889, 1292)
  2578. *PrintableOrigin: PAIR(185, 60)
  2579. *switch: Resolution
  2580. {
  2581. *case: Option1
  2582. {
  2583. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2584. *PrintableArea: PAIR(4888, 1292)
  2585. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2586. *PrintableOrigin: PAIR(186, 60)
  2587. }
  2588. *case: Option3
  2589. {
  2590. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2591. *PrintableArea: PAIR(4887, 1292)
  2592. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2593. *PrintableOrigin: PAIR(186, 60)
  2594. }
  2595. }
  2596. }
  2597. *case: Option2
  2598. {
  2599. *PrintableArea: PAIR(4889, 1380)
  2600. *PrintableOrigin: PAIR(185, 60)
  2601. *switch: Resolution
  2602. {
  2603. *case: Option1
  2604. {
  2605. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2606. *PrintableArea: PAIR(4888, 1380)
  2607. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2608. *PrintableOrigin: PAIR(186, 60)
  2609. }
  2610. *case: Option3
  2611. {
  2612. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2613. *PrintableArea: PAIR(4887, 1380)
  2614. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2615. *PrintableOrigin: PAIR(186, 60)
  2616. }
  2617. }
  2618. }
  2619. *case: Option3
  2620. {
  2621. *PrintableArea: PAIR(4889, 1292)
  2622. *PrintableOrigin: PAIR(185, 60)
  2623. *switch: Resolution
  2624. {
  2625. *case: Option1
  2626. {
  2627. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2628. *PrintableArea: PAIR(4888, 1292)
  2629. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2630. *PrintableOrigin: PAIR(186, 60)
  2631. }
  2632. *case: Option3
  2633. {
  2634. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2635. *PrintableArea: PAIR(4887, 1292)
  2636. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2637. *PrintableOrigin: PAIR(186, 60)
  2638. }
  2639. }
  2640. }
  2641. *case: Option4
  2642. {
  2643. *PrintableArea: PAIR(4889, 1292)
  2644. *PrintableOrigin: PAIR(185, 60)
  2645. *switch: Resolution
  2646. {
  2647. *case: Option1
  2648. {
  2649. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2650. *PrintableArea: PAIR(4888, 1292)
  2651. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2652. *PrintableOrigin: PAIR(186, 60)
  2653. }
  2654. *case: Option3
  2655. {
  2656. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2657. *PrintableArea: PAIR(4887, 1292)
  2658. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2659. *PrintableOrigin: PAIR(186, 60)
  2660. }
  2661. }
  2662. }
  2663. }
  2664. }
  2665. *Option: Option23
  2666. {
  2667. *rcNameID: 320
  2668. *PageDimensions: PAIR(5400, 1620)
  2669. *PageProtectMem: 0
  2670. *Command: CmdSelect
  2671. {
  2672. *Order: DOC_SETUP.8
  2673. *Cmd: "<1B>2<1B>C<1B>"
  2674. }
  2675. *switch: InputBin
  2676. {
  2677. *case: Option1
  2678. {
  2679. *PrintableArea: PAIR(4889, 1472)
  2680. *PrintableOrigin: PAIR(185, 60)
  2681. *switch: Resolution
  2682. {
  2683. *case: Option1
  2684. {
  2685. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2686. *PrintableArea: PAIR(4888, 1472)
  2687. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2688. *PrintableOrigin: PAIR(186, 60)
  2689. }
  2690. *case: Option3
  2691. {
  2692. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2693. *PrintableArea: PAIR(4887, 1472)
  2694. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2695. *PrintableOrigin: PAIR(186, 60)
  2696. }
  2697. }
  2698. }
  2699. *case: Option2
  2700. {
  2701. *PrintableArea: PAIR(4889, 1560)
  2702. *PrintableOrigin: PAIR(185, 60)
  2703. *switch: Resolution
  2704. {
  2705. *case: Option1
  2706. {
  2707. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2708. *PrintableArea: PAIR(4888, 1560)
  2709. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2710. *PrintableOrigin: PAIR(186, 60)
  2711. }
  2712. *case: Option3
  2713. {
  2714. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2715. *PrintableArea: PAIR(4887, 1560)
  2716. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2717. *PrintableOrigin: PAIR(186, 60)
  2718. }
  2719. }
  2720. }
  2721. *case: Option3
  2722. {
  2723. *PrintableArea: PAIR(4889, 1472)
  2724. *PrintableOrigin: PAIR(185, 60)
  2725. *switch: Resolution
  2726. {
  2727. *case: Option1
  2728. {
  2729. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2730. *PrintableArea: PAIR(4888, 1472)
  2731. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2732. *PrintableOrigin: PAIR(186, 60)
  2733. }
  2734. *case: Option3
  2735. {
  2736. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2737. *PrintableArea: PAIR(4887, 1472)
  2738. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2739. *PrintableOrigin: PAIR(186, 60)
  2740. }
  2741. }
  2742. }
  2743. *case: Option4
  2744. {
  2745. *PrintableArea: PAIR(4889, 1472)
  2746. *PrintableOrigin: PAIR(185, 60)
  2747. *switch: Resolution
  2748. {
  2749. *case: Option1
  2750. {
  2751. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2752. *PrintableArea: PAIR(4888, 1472)
  2753. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2754. *PrintableOrigin: PAIR(186, 60)
  2755. }
  2756. *case: Option3
  2757. {
  2758. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2759. *PrintableArea: PAIR(4887, 1472)
  2760. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2761. *PrintableOrigin: PAIR(186, 60)
  2762. }
  2763. }
  2764. }
  2765. }
  2766. }
  2767. *Option: Option24
  2768. {
  2769. *rcNameID: 322
  2770. *PageDimensions: PAIR(5400, 1681)
  2771. *PageProtectMem: 0
  2772. *Command: CmdSelect
  2773. {
  2774. *Order: DOC_SETUP.8
  2775. *Cmd: "<1B>2<1B>C<1C>"
  2776. }
  2777. *switch: InputBin
  2778. {
  2779. *case: Option1
  2780. {
  2781. *PrintableArea: PAIR(4889, 1533)
  2782. *PrintableOrigin: PAIR(185, 60)
  2783. *switch: Resolution
  2784. {
  2785. *case: Option1
  2786. {
  2787. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2788. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2789. *PrintableArea: PAIR(4888, 1532)
  2790. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2791. *PrintableOrigin: PAIR(186, 60)
  2792. }
  2793. *case: Option2
  2794. {
  2795. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2796. *PrintableArea: PAIR(4889, 1532)
  2797. }
  2798. *case: Option3
  2799. {
  2800. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2801. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2802. *PrintableArea: PAIR(4887, 1532)
  2803. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2804. *PrintableOrigin: PAIR(186, 60)
  2805. }
  2806. }
  2807. }
  2808. *case: Option2
  2809. {
  2810. *PrintableArea: PAIR(4889, 1621)
  2811. *PrintableOrigin: PAIR(185, 60)
  2812. *switch: Resolution
  2813. {
  2814. *case: Option1
  2815. {
  2816. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2817. *% Warning: the following printable length is adjusted (1621->1620) so it is divisible by the resolution Y scale.
  2818. *PrintableArea: PAIR(4888, 1620)
  2819. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2820. *PrintableOrigin: PAIR(186, 60)
  2821. }
  2822. *case: Option2
  2823. {
  2824. *% Warning: the following printable length is adjusted (1621->1620) so it is divisible by the resolution Y scale.
  2825. *PrintableArea: PAIR(4889, 1620)
  2826. }
  2827. *case: Option3
  2828. {
  2829. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2830. *% Warning: the following printable length is adjusted (1621->1620) so it is divisible by the resolution Y scale.
  2831. *PrintableArea: PAIR(4887, 1620)
  2832. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2833. *PrintableOrigin: PAIR(186, 60)
  2834. }
  2835. }
  2836. }
  2837. *case: Option3
  2838. {
  2839. *PrintableArea: PAIR(4889, 1533)
  2840. *PrintableOrigin: PAIR(185, 60)
  2841. *switch: Resolution
  2842. {
  2843. *case: Option1
  2844. {
  2845. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2846. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2847. *PrintableArea: PAIR(4888, 1532)
  2848. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2849. *PrintableOrigin: PAIR(186, 60)
  2850. }
  2851. *case: Option2
  2852. {
  2853. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2854. *PrintableArea: PAIR(4889, 1532)
  2855. }
  2856. *case: Option3
  2857. {
  2858. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2859. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2860. *PrintableArea: PAIR(4887, 1532)
  2861. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2862. *PrintableOrigin: PAIR(186, 60)
  2863. }
  2864. }
  2865. }
  2866. *case: Option4
  2867. {
  2868. *PrintableArea: PAIR(4889, 1533)
  2869. *PrintableOrigin: PAIR(185, 60)
  2870. *switch: Resolution
  2871. {
  2872. *case: Option1
  2873. {
  2874. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2875. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2876. *PrintableArea: PAIR(4888, 1532)
  2877. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2878. *PrintableOrigin: PAIR(186, 60)
  2879. }
  2880. *case: Option2
  2881. {
  2882. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2883. *PrintableArea: PAIR(4889, 1532)
  2884. }
  2885. *case: Option3
  2886. {
  2887. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2888. *% Warning: the following printable length is adjusted (1533->1532) so it is divisible by the resolution Y scale.
  2889. *PrintableArea: PAIR(4887, 1532)
  2890. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2891. *PrintableOrigin: PAIR(186, 60)
  2892. }
  2893. }
  2894. }
  2895. }
  2896. }
  2897. *Option: Option25
  2898. {
  2899. *rcNameID: 324
  2900. *PageDimensions: PAIR(5400, 1800)
  2901. *PageProtectMem: 0
  2902. *Command: CmdSelect
  2903. {
  2904. *Order: DOC_SETUP.8
  2905. *Cmd: "<1B>C<0005>"
  2906. }
  2907. *switch: InputBin
  2908. {
  2909. *case: Option1
  2910. {
  2911. *PrintableArea: PAIR(4889, 1652)
  2912. *PrintableOrigin: PAIR(185, 60)
  2913. *switch: Resolution
  2914. {
  2915. *case: Option1
  2916. {
  2917. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2918. *PrintableArea: PAIR(4888, 1652)
  2919. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2920. *PrintableOrigin: PAIR(186, 60)
  2921. }
  2922. *case: Option3
  2923. {
  2924. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2925. *PrintableArea: PAIR(4887, 1652)
  2926. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2927. *PrintableOrigin: PAIR(186, 60)
  2928. }
  2929. }
  2930. }
  2931. *case: Option2
  2932. {
  2933. *PrintableArea: PAIR(4889, 1740)
  2934. *PrintableOrigin: PAIR(185, 60)
  2935. *switch: Resolution
  2936. {
  2937. *case: Option1
  2938. {
  2939. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2940. *PrintableArea: PAIR(4888, 1740)
  2941. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2942. *PrintableOrigin: PAIR(186, 60)
  2943. }
  2944. *case: Option3
  2945. {
  2946. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2947. *PrintableArea: PAIR(4887, 1740)
  2948. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2949. *PrintableOrigin: PAIR(186, 60)
  2950. }
  2951. }
  2952. }
  2953. *case: Option3
  2954. {
  2955. *PrintableArea: PAIR(4889, 1652)
  2956. *PrintableOrigin: PAIR(185, 60)
  2957. *switch: Resolution
  2958. {
  2959. *case: Option1
  2960. {
  2961. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2962. *PrintableArea: PAIR(4888, 1652)
  2963. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2964. *PrintableOrigin: PAIR(186, 60)
  2965. }
  2966. *case: Option3
  2967. {
  2968. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2969. *PrintableArea: PAIR(4887, 1652)
  2970. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2971. *PrintableOrigin: PAIR(186, 60)
  2972. }
  2973. }
  2974. }
  2975. *case: Option4
  2976. {
  2977. *PrintableArea: PAIR(4889, 1652)
  2978. *PrintableOrigin: PAIR(185, 60)
  2979. *switch: Resolution
  2980. {
  2981. *case: Option1
  2982. {
  2983. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  2984. *PrintableArea: PAIR(4888, 1652)
  2985. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2986. *PrintableOrigin: PAIR(186, 60)
  2987. }
  2988. *case: Option3
  2989. {
  2990. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  2991. *PrintableArea: PAIR(4887, 1652)
  2992. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  2993. *PrintableOrigin: PAIR(186, 60)
  2994. }
  2995. }
  2996. }
  2997. }
  2998. }
  2999. *Option: Option26
  3000. {
  3001. *rcNameID: 326
  3002. *PageDimensions: PAIR(5400, 1980)
  3003. *PageProtectMem: 0
  3004. *Command: CmdSelect
  3005. {
  3006. *Order: DOC_SETUP.8
  3007. *Cmd: "<1B>2<1B>C!"
  3008. }
  3009. *switch: InputBin
  3010. {
  3011. *case: Option1
  3012. {
  3013. *PrintableArea: PAIR(4889, 1832)
  3014. *PrintableOrigin: PAIR(185, 60)
  3015. *switch: Resolution
  3016. {
  3017. *case: Option1
  3018. {
  3019. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3020. *PrintableArea: PAIR(4888, 1832)
  3021. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3022. *PrintableOrigin: PAIR(186, 60)
  3023. }
  3024. *case: Option3
  3025. {
  3026. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3027. *PrintableArea: PAIR(4887, 1832)
  3028. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3029. *PrintableOrigin: PAIR(186, 60)
  3030. }
  3031. }
  3032. }
  3033. *case: Option2
  3034. {
  3035. *PrintableArea: PAIR(4889, 1920)
  3036. *PrintableOrigin: PAIR(185, 60)
  3037. *switch: Resolution
  3038. {
  3039. *case: Option1
  3040. {
  3041. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3042. *PrintableArea: PAIR(4888, 1920)
  3043. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3044. *PrintableOrigin: PAIR(186, 60)
  3045. }
  3046. *case: Option3
  3047. {
  3048. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3049. *PrintableArea: PAIR(4887, 1920)
  3050. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3051. *PrintableOrigin: PAIR(186, 60)
  3052. }
  3053. }
  3054. }
  3055. *case: Option3
  3056. {
  3057. *PrintableArea: PAIR(4889, 1832)
  3058. *PrintableOrigin: PAIR(185, 60)
  3059. *switch: Resolution
  3060. {
  3061. *case: Option1
  3062. {
  3063. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3064. *PrintableArea: PAIR(4888, 1832)
  3065. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3066. *PrintableOrigin: PAIR(186, 60)
  3067. }
  3068. *case: Option3
  3069. {
  3070. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3071. *PrintableArea: PAIR(4887, 1832)
  3072. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3073. *PrintableOrigin: PAIR(186, 60)
  3074. }
  3075. }
  3076. }
  3077. *case: Option4
  3078. {
  3079. *PrintableArea: PAIR(4889, 1832)
  3080. *PrintableOrigin: PAIR(185, 60)
  3081. *switch: Resolution
  3082. {
  3083. *case: Option1
  3084. {
  3085. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3086. *PrintableArea: PAIR(4888, 1832)
  3087. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3088. *PrintableOrigin: PAIR(186, 60)
  3089. }
  3090. *case: Option3
  3091. {
  3092. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3093. *PrintableArea: PAIR(4887, 1832)
  3094. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3095. *PrintableOrigin: PAIR(186, 60)
  3096. }
  3097. }
  3098. }
  3099. }
  3100. }
  3101. *Option: Option27
  3102. {
  3103. *rcNameID: 328
  3104. *PageDimensions: PAIR(5400, 2040)
  3105. *PageProtectMem: 0
  3106. *Command: CmdSelect
  3107. {
  3108. *Order: DOC_SETUP.8
  3109. *Cmd: "<1B>2<1B>C%""
  3110. }
  3111. *switch: InputBin
  3112. {
  3113. *case: Option1
  3114. {
  3115. *PrintableArea: PAIR(4889, 1892)
  3116. *PrintableOrigin: PAIR(185, 60)
  3117. *switch: Resolution
  3118. {
  3119. *case: Option1
  3120. {
  3121. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3122. *PrintableArea: PAIR(4888, 1892)
  3123. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3124. *PrintableOrigin: PAIR(186, 60)
  3125. }
  3126. *case: Option3
  3127. {
  3128. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3129. *PrintableArea: PAIR(4887, 1892)
  3130. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3131. *PrintableOrigin: PAIR(186, 60)
  3132. }
  3133. }
  3134. }
  3135. *case: Option2
  3136. {
  3137. *PrintableArea: PAIR(4889, 1980)
  3138. *PrintableOrigin: PAIR(185, 60)
  3139. *switch: Resolution
  3140. {
  3141. *case: Option1
  3142. {
  3143. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3144. *PrintableArea: PAIR(4888, 1980)
  3145. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3146. *PrintableOrigin: PAIR(186, 60)
  3147. }
  3148. *case: Option3
  3149. {
  3150. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3151. *PrintableArea: PAIR(4887, 1980)
  3152. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3153. *PrintableOrigin: PAIR(186, 60)
  3154. }
  3155. }
  3156. }
  3157. *case: Option3
  3158. {
  3159. *PrintableArea: PAIR(4889, 1892)
  3160. *PrintableOrigin: PAIR(185, 60)
  3161. *switch: Resolution
  3162. {
  3163. *case: Option1
  3164. {
  3165. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3166. *PrintableArea: PAIR(4888, 1892)
  3167. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3168. *PrintableOrigin: PAIR(186, 60)
  3169. }
  3170. *case: Option3
  3171. {
  3172. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3173. *PrintableArea: PAIR(4887, 1892)
  3174. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3175. *PrintableOrigin: PAIR(186, 60)
  3176. }
  3177. }
  3178. }
  3179. *case: Option4
  3180. {
  3181. *PrintableArea: PAIR(4889, 1892)
  3182. *PrintableOrigin: PAIR(185, 60)
  3183. *switch: Resolution
  3184. {
  3185. *case: Option1
  3186. {
  3187. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3188. *PrintableArea: PAIR(4888, 1892)
  3189. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3190. *PrintableOrigin: PAIR(186, 60)
  3191. }
  3192. *case: Option3
  3193. {
  3194. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3195. *PrintableArea: PAIR(4887, 1892)
  3196. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3197. *PrintableOrigin: PAIR(186, 60)
  3198. }
  3199. }
  3200. }
  3201. }
  3202. }
  3203. *Option: Option28
  3204. {
  3205. *rcNameID: 330
  3206. *PageDimensions: PAIR(5400, 2160)
  3207. *PageProtectMem: 0
  3208. *Command: CmdSelect
  3209. {
  3210. *Order: DOC_SETUP.8
  3211. *Cmd: "<1B>C<0006>"
  3212. }
  3213. *switch: InputBin
  3214. {
  3215. *case: Option1
  3216. {
  3217. *PrintableArea: PAIR(4889, 2012)
  3218. *PrintableOrigin: PAIR(185, 60)
  3219. *switch: Resolution
  3220. {
  3221. *case: Option1
  3222. {
  3223. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3224. *PrintableArea: PAIR(4888, 2012)
  3225. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3226. *PrintableOrigin: PAIR(186, 60)
  3227. }
  3228. *case: Option3
  3229. {
  3230. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3231. *PrintableArea: PAIR(4887, 2012)
  3232. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3233. *PrintableOrigin: PAIR(186, 60)
  3234. }
  3235. }
  3236. }
  3237. *case: Option2
  3238. {
  3239. *PrintableArea: PAIR(4889, 2100)
  3240. *PrintableOrigin: PAIR(185, 60)
  3241. *switch: Resolution
  3242. {
  3243. *case: Option1
  3244. {
  3245. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3246. *PrintableArea: PAIR(4888, 2100)
  3247. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3248. *PrintableOrigin: PAIR(186, 60)
  3249. }
  3250. *case: Option3
  3251. {
  3252. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3253. *PrintableArea: PAIR(4887, 2100)
  3254. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3255. *PrintableOrigin: PAIR(186, 60)
  3256. }
  3257. }
  3258. }
  3259. *case: Option3
  3260. {
  3261. *PrintableArea: PAIR(4889, 2012)
  3262. *PrintableOrigin: PAIR(185, 60)
  3263. *switch: Resolution
  3264. {
  3265. *case: Option1
  3266. {
  3267. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3268. *PrintableArea: PAIR(4888, 2012)
  3269. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3270. *PrintableOrigin: PAIR(186, 60)
  3271. }
  3272. *case: Option3
  3273. {
  3274. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3275. *PrintableArea: PAIR(4887, 2012)
  3276. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3277. *PrintableOrigin: PAIR(186, 60)
  3278. }
  3279. }
  3280. }
  3281. *case: Option4
  3282. {
  3283. *PrintableArea: PAIR(4889, 2012)
  3284. *PrintableOrigin: PAIR(185, 60)
  3285. *switch: Resolution
  3286. {
  3287. *case: Option1
  3288. {
  3289. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3290. *PrintableArea: PAIR(4888, 2012)
  3291. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3292. *PrintableOrigin: PAIR(186, 60)
  3293. }
  3294. *case: Option3
  3295. {
  3296. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3297. *PrintableArea: PAIR(4887, 2012)
  3298. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3299. *PrintableOrigin: PAIR(186, 60)
  3300. }
  3301. }
  3302. }
  3303. }
  3304. }
  3305. *Option: Option29
  3306. {
  3307. *rcNameID: 332
  3308. *PageDimensions: PAIR(5400, 2340)
  3309. *PageProtectMem: 0
  3310. *Command: CmdSelect
  3311. {
  3312. *Order: DOC_SETUP.8
  3313. *Cmd: "<1B>2<1B>C'"
  3314. }
  3315. *switch: InputBin
  3316. {
  3317. *case: Option1
  3318. {
  3319. *PrintableArea: PAIR(4889, 2192)
  3320. *PrintableOrigin: PAIR(185, 60)
  3321. *switch: Resolution
  3322. {
  3323. *case: Option1
  3324. {
  3325. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3326. *PrintableArea: PAIR(4888, 2192)
  3327. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3328. *PrintableOrigin: PAIR(186, 60)
  3329. }
  3330. *case: Option3
  3331. {
  3332. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3333. *PrintableArea: PAIR(4887, 2192)
  3334. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3335. *PrintableOrigin: PAIR(186, 60)
  3336. }
  3337. }
  3338. }
  3339. *case: Option2
  3340. {
  3341. *PrintableArea: PAIR(4889, 2280)
  3342. *PrintableOrigin: PAIR(185, 60)
  3343. *switch: Resolution
  3344. {
  3345. *case: Option1
  3346. {
  3347. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3348. *PrintableArea: PAIR(4888, 2280)
  3349. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3350. *PrintableOrigin: PAIR(186, 60)
  3351. }
  3352. *case: Option3
  3353. {
  3354. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3355. *PrintableArea: PAIR(4887, 2280)
  3356. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3357. *PrintableOrigin: PAIR(186, 60)
  3358. }
  3359. }
  3360. }
  3361. *case: Option3
  3362. {
  3363. *PrintableArea: PAIR(4889, 2192)
  3364. *PrintableOrigin: PAIR(185, 60)
  3365. *switch: Resolution
  3366. {
  3367. *case: Option1
  3368. {
  3369. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3370. *PrintableArea: PAIR(4888, 2192)
  3371. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3372. *PrintableOrigin: PAIR(186, 60)
  3373. }
  3374. *case: Option3
  3375. {
  3376. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3377. *PrintableArea: PAIR(4887, 2192)
  3378. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3379. *PrintableOrigin: PAIR(186, 60)
  3380. }
  3381. }
  3382. }
  3383. *case: Option4
  3384. {
  3385. *PrintableArea: PAIR(4889, 2192)
  3386. *PrintableOrigin: PAIR(185, 60)
  3387. *switch: Resolution
  3388. {
  3389. *case: Option1
  3390. {
  3391. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3392. *PrintableArea: PAIR(4888, 2192)
  3393. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3394. *PrintableOrigin: PAIR(186, 60)
  3395. }
  3396. *case: Option3
  3397. {
  3398. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3399. *PrintableArea: PAIR(4887, 2192)
  3400. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3401. *PrintableOrigin: PAIR(186, 60)
  3402. }
  3403. }
  3404. }
  3405. }
  3406. }
  3407. *Option: Option30
  3408. {
  3409. *rcNameID: 334
  3410. *PageDimensions: PAIR(5400, 2400)
  3411. *PageProtectMem: 0
  3412. *Command: CmdSelect
  3413. {
  3414. *Order: DOC_SETUP.8
  3415. *Cmd: "<1B>2<1B>C("
  3416. }
  3417. *switch: InputBin
  3418. {
  3419. *case: Option1
  3420. {
  3421. *PrintableArea: PAIR(4889, 2252)
  3422. *PrintableOrigin: PAIR(185, 60)
  3423. *switch: Resolution
  3424. {
  3425. *case: Option1
  3426. {
  3427. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3428. *PrintableArea: PAIR(4888, 2252)
  3429. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3430. *PrintableOrigin: PAIR(186, 60)
  3431. }
  3432. *case: Option3
  3433. {
  3434. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3435. *PrintableArea: PAIR(4887, 2252)
  3436. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3437. *PrintableOrigin: PAIR(186, 60)
  3438. }
  3439. }
  3440. }
  3441. *case: Option2
  3442. {
  3443. *PrintableArea: PAIR(4889, 2340)
  3444. *PrintableOrigin: PAIR(185, 60)
  3445. *switch: Resolution
  3446. {
  3447. *case: Option1
  3448. {
  3449. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3450. *PrintableArea: PAIR(4888, 2340)
  3451. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3452. *PrintableOrigin: PAIR(186, 60)
  3453. }
  3454. *case: Option3
  3455. {
  3456. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3457. *PrintableArea: PAIR(4887, 2340)
  3458. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3459. *PrintableOrigin: PAIR(186, 60)
  3460. }
  3461. }
  3462. }
  3463. *case: Option3
  3464. {
  3465. *PrintableArea: PAIR(4889, 2252)
  3466. *PrintableOrigin: PAIR(185, 60)
  3467. *switch: Resolution
  3468. {
  3469. *case: Option1
  3470. {
  3471. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3472. *PrintableArea: PAIR(4888, 2252)
  3473. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3474. *PrintableOrigin: PAIR(186, 60)
  3475. }
  3476. *case: Option3
  3477. {
  3478. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3479. *PrintableArea: PAIR(4887, 2252)
  3480. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3481. *PrintableOrigin: PAIR(186, 60)
  3482. }
  3483. }
  3484. }
  3485. *case: Option4
  3486. {
  3487. *PrintableArea: PAIR(4889, 2252)
  3488. *PrintableOrigin: PAIR(185, 60)
  3489. *switch: Resolution
  3490. {
  3491. *case: Option1
  3492. {
  3493. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3494. *PrintableArea: PAIR(4888, 2252)
  3495. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3496. *PrintableOrigin: PAIR(186, 60)
  3497. }
  3498. *case: Option3
  3499. {
  3500. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3501. *PrintableArea: PAIR(4887, 2252)
  3502. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3503. *PrintableOrigin: PAIR(186, 60)
  3504. }
  3505. }
  3506. }
  3507. }
  3508. }
  3509. *Option: Option31
  3510. {
  3511. *rcNameID: 336
  3512. *PageDimensions: PAIR(5400, 2520)
  3513. *PageProtectMem: 0
  3514. *Command: CmdSelect
  3515. {
  3516. *Order: DOC_SETUP.8
  3517. *Cmd: "<1B>C<0007>"
  3518. }
  3519. *switch: InputBin
  3520. {
  3521. *case: Option1
  3522. {
  3523. *PrintableArea: PAIR(4889, 2372)
  3524. *PrintableOrigin: PAIR(185, 60)
  3525. *switch: Resolution
  3526. {
  3527. *case: Option1
  3528. {
  3529. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3530. *PrintableArea: PAIR(4888, 2372)
  3531. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3532. *PrintableOrigin: PAIR(186, 60)
  3533. }
  3534. *case: Option3
  3535. {
  3536. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3537. *PrintableArea: PAIR(4887, 2372)
  3538. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3539. *PrintableOrigin: PAIR(186, 60)
  3540. }
  3541. }
  3542. }
  3543. *case: Option2
  3544. {
  3545. *PrintableArea: PAIR(4889, 2460)
  3546. *PrintableOrigin: PAIR(185, 60)
  3547. *switch: Resolution
  3548. {
  3549. *case: Option1
  3550. {
  3551. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3552. *PrintableArea: PAIR(4888, 2460)
  3553. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3554. *PrintableOrigin: PAIR(186, 60)
  3555. }
  3556. *case: Option3
  3557. {
  3558. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3559. *PrintableArea: PAIR(4887, 2460)
  3560. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3561. *PrintableOrigin: PAIR(186, 60)
  3562. }
  3563. }
  3564. }
  3565. *case: Option3
  3566. {
  3567. *PrintableArea: PAIR(4889, 2372)
  3568. *PrintableOrigin: PAIR(185, 60)
  3569. *switch: Resolution
  3570. {
  3571. *case: Option1
  3572. {
  3573. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3574. *PrintableArea: PAIR(4888, 2372)
  3575. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3576. *PrintableOrigin: PAIR(186, 60)
  3577. }
  3578. *case: Option3
  3579. {
  3580. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3581. *PrintableArea: PAIR(4887, 2372)
  3582. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3583. *PrintableOrigin: PAIR(186, 60)
  3584. }
  3585. }
  3586. }
  3587. *case: Option4
  3588. {
  3589. *PrintableArea: PAIR(4889, 2372)
  3590. *PrintableOrigin: PAIR(185, 60)
  3591. *switch: Resolution
  3592. {
  3593. *case: Option1
  3594. {
  3595. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3596. *PrintableArea: PAIR(4888, 2372)
  3597. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3598. *PrintableOrigin: PAIR(186, 60)
  3599. }
  3600. *case: Option3
  3601. {
  3602. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3603. *PrintableArea: PAIR(4887, 2372)
  3604. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3605. *PrintableOrigin: PAIR(186, 60)
  3606. }
  3607. }
  3608. }
  3609. }
  3610. }
  3611. *Option: Option32
  3612. {
  3613. *rcNameID: 338
  3614. *PageDimensions: PAIR(5400, 2700)
  3615. *PageProtectMem: 0
  3616. *Command: CmdSelect
  3617. {
  3618. *Order: DOC_SETUP.8
  3619. *Cmd: "<1B>2<1B>C-"
  3620. }
  3621. *switch: InputBin
  3622. {
  3623. *case: Option1
  3624. {
  3625. *PrintableArea: PAIR(4889, 2552)
  3626. *PrintableOrigin: PAIR(185, 60)
  3627. *switch: Resolution
  3628. {
  3629. *case: Option1
  3630. {
  3631. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3632. *PrintableArea: PAIR(4888, 2552)
  3633. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3634. *PrintableOrigin: PAIR(186, 60)
  3635. }
  3636. *case: Option3
  3637. {
  3638. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3639. *PrintableArea: PAIR(4887, 2552)
  3640. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3641. *PrintableOrigin: PAIR(186, 60)
  3642. }
  3643. }
  3644. }
  3645. *case: Option2
  3646. {
  3647. *PrintableArea: PAIR(4889, 2640)
  3648. *PrintableOrigin: PAIR(185, 60)
  3649. *switch: Resolution
  3650. {
  3651. *case: Option1
  3652. {
  3653. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3654. *PrintableArea: PAIR(4888, 2640)
  3655. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3656. *PrintableOrigin: PAIR(186, 60)
  3657. }
  3658. *case: Option3
  3659. {
  3660. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3661. *PrintableArea: PAIR(4887, 2640)
  3662. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3663. *PrintableOrigin: PAIR(186, 60)
  3664. }
  3665. }
  3666. }
  3667. *case: Option3
  3668. {
  3669. *PrintableArea: PAIR(4889, 2552)
  3670. *PrintableOrigin: PAIR(185, 60)
  3671. *switch: Resolution
  3672. {
  3673. *case: Option1
  3674. {
  3675. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3676. *PrintableArea: PAIR(4888, 2552)
  3677. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3678. *PrintableOrigin: PAIR(186, 60)
  3679. }
  3680. *case: Option3
  3681. {
  3682. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3683. *PrintableArea: PAIR(4887, 2552)
  3684. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3685. *PrintableOrigin: PAIR(186, 60)
  3686. }
  3687. }
  3688. }
  3689. *case: Option4
  3690. {
  3691. *PrintableArea: PAIR(4889, 2552)
  3692. *PrintableOrigin: PAIR(185, 60)
  3693. *switch: Resolution
  3694. {
  3695. *case: Option1
  3696. {
  3697. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3698. *PrintableArea: PAIR(4888, 2552)
  3699. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3700. *PrintableOrigin: PAIR(186, 60)
  3701. }
  3702. *case: Option3
  3703. {
  3704. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3705. *PrintableArea: PAIR(4887, 2552)
  3706. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3707. *PrintableOrigin: PAIR(186, 60)
  3708. }
  3709. }
  3710. }
  3711. }
  3712. }
  3713. *Option: Option33
  3714. {
  3715. *rcNameID: 340
  3716. *PageDimensions: PAIR(5400, 2880)
  3717. *PageProtectMem: 0
  3718. *Command: CmdSelect
  3719. {
  3720. *Order: DOC_SETUP.8
  3721. *Cmd: "<1B>C<0008>"
  3722. }
  3723. *switch: InputBin
  3724. {
  3725. *case: Option1
  3726. {
  3727. *PrintableArea: PAIR(4889, 2732)
  3728. *PrintableOrigin: PAIR(185, 60)
  3729. *switch: Resolution
  3730. {
  3731. *case: Option1
  3732. {
  3733. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3734. *PrintableArea: PAIR(4888, 2732)
  3735. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3736. *PrintableOrigin: PAIR(186, 60)
  3737. }
  3738. *case: Option3
  3739. {
  3740. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3741. *PrintableArea: PAIR(4887, 2732)
  3742. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3743. *PrintableOrigin: PAIR(186, 60)
  3744. }
  3745. }
  3746. }
  3747. *case: Option2
  3748. {
  3749. *PrintableArea: PAIR(4889, 2820)
  3750. *PrintableOrigin: PAIR(185, 60)
  3751. *switch: Resolution
  3752. {
  3753. *case: Option1
  3754. {
  3755. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3756. *PrintableArea: PAIR(4888, 2820)
  3757. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3758. *PrintableOrigin: PAIR(186, 60)
  3759. }
  3760. *case: Option3
  3761. {
  3762. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3763. *PrintableArea: PAIR(4887, 2820)
  3764. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3765. *PrintableOrigin: PAIR(186, 60)
  3766. }
  3767. }
  3768. }
  3769. *case: Option3
  3770. {
  3771. *PrintableArea: PAIR(4889, 2732)
  3772. *PrintableOrigin: PAIR(185, 60)
  3773. *switch: Resolution
  3774. {
  3775. *case: Option1
  3776. {
  3777. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3778. *PrintableArea: PAIR(4888, 2732)
  3779. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3780. *PrintableOrigin: PAIR(186, 60)
  3781. }
  3782. *case: Option3
  3783. {
  3784. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3785. *PrintableArea: PAIR(4887, 2732)
  3786. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3787. *PrintableOrigin: PAIR(186, 60)
  3788. }
  3789. }
  3790. }
  3791. *case: Option4
  3792. {
  3793. *PrintableArea: PAIR(4889, 2732)
  3794. *PrintableOrigin: PAIR(185, 60)
  3795. *switch: Resolution
  3796. {
  3797. *case: Option1
  3798. {
  3799. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3800. *PrintableArea: PAIR(4888, 2732)
  3801. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3802. *PrintableOrigin: PAIR(186, 60)
  3803. }
  3804. *case: Option3
  3805. {
  3806. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3807. *PrintableArea: PAIR(4887, 2732)
  3808. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3809. *PrintableOrigin: PAIR(186, 60)
  3810. }
  3811. }
  3812. }
  3813. }
  3814. }
  3815. *Option: Option34
  3816. {
  3817. *rcNameID: 342
  3818. *PageDimensions: PAIR(5400, 3060)
  3819. *PageProtectMem: 0
  3820. *Command: CmdSelect
  3821. {
  3822. *Order: DOC_SETUP.8
  3823. *Cmd: "<1B>2<1B>C3"
  3824. }
  3825. *switch: InputBin
  3826. {
  3827. *case: Option1
  3828. {
  3829. *PrintableArea: PAIR(4889, 2912)
  3830. *PrintableOrigin: PAIR(185, 60)
  3831. *switch: Resolution
  3832. {
  3833. *case: Option1
  3834. {
  3835. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3836. *PrintableArea: PAIR(4888, 2912)
  3837. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3838. *PrintableOrigin: PAIR(186, 60)
  3839. }
  3840. *case: Option3
  3841. {
  3842. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3843. *PrintableArea: PAIR(4887, 2912)
  3844. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3845. *PrintableOrigin: PAIR(186, 60)
  3846. }
  3847. }
  3848. }
  3849. *case: Option2
  3850. {
  3851. *PrintableArea: PAIR(4889, 3000)
  3852. *PrintableOrigin: PAIR(185, 60)
  3853. *switch: Resolution
  3854. {
  3855. *case: Option1
  3856. {
  3857. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3858. *PrintableArea: PAIR(4888, 3000)
  3859. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3860. *PrintableOrigin: PAIR(186, 60)
  3861. }
  3862. *case: Option3
  3863. {
  3864. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3865. *PrintableArea: PAIR(4887, 3000)
  3866. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3867. *PrintableOrigin: PAIR(186, 60)
  3868. }
  3869. }
  3870. }
  3871. *case: Option3
  3872. {
  3873. *PrintableArea: PAIR(4889, 2912)
  3874. *PrintableOrigin: PAIR(185, 60)
  3875. *switch: Resolution
  3876. {
  3877. *case: Option1
  3878. {
  3879. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3880. *PrintableArea: PAIR(4888, 2912)
  3881. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3882. *PrintableOrigin: PAIR(186, 60)
  3883. }
  3884. *case: Option3
  3885. {
  3886. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3887. *PrintableArea: PAIR(4887, 2912)
  3888. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3889. *PrintableOrigin: PAIR(186, 60)
  3890. }
  3891. }
  3892. }
  3893. *case: Option4
  3894. {
  3895. *PrintableArea: PAIR(4889, 2912)
  3896. *PrintableOrigin: PAIR(185, 60)
  3897. *switch: Resolution
  3898. {
  3899. *case: Option1
  3900. {
  3901. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3902. *PrintableArea: PAIR(4888, 2912)
  3903. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3904. *PrintableOrigin: PAIR(186, 60)
  3905. }
  3906. *case: Option3
  3907. {
  3908. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3909. *PrintableArea: PAIR(4887, 2912)
  3910. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3911. *PrintableOrigin: PAIR(186, 60)
  3912. }
  3913. }
  3914. }
  3915. }
  3916. }
  3917. *Option: Option35
  3918. {
  3919. *rcNameID: 344
  3920. *PageDimensions: PAIR(5400, 3240)
  3921. *PageProtectMem: 0
  3922. *Command: CmdSelect
  3923. {
  3924. *Order: DOC_SETUP.8
  3925. *Cmd: "<1B>C<0009>"
  3926. }
  3927. *switch: InputBin
  3928. {
  3929. *case: Option1
  3930. {
  3931. *PrintableArea: PAIR(4889, 3092)
  3932. *PrintableOrigin: PAIR(185, 60)
  3933. *switch: Resolution
  3934. {
  3935. *case: Option1
  3936. {
  3937. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3938. *PrintableArea: PAIR(4888, 3092)
  3939. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3940. *PrintableOrigin: PAIR(186, 60)
  3941. }
  3942. *case: Option3
  3943. {
  3944. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3945. *PrintableArea: PAIR(4887, 3092)
  3946. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3947. *PrintableOrigin: PAIR(186, 60)
  3948. }
  3949. }
  3950. }
  3951. *case: Option2
  3952. {
  3953. *PrintableArea: PAIR(4889, 3180)
  3954. *PrintableOrigin: PAIR(185, 60)
  3955. *switch: Resolution
  3956. {
  3957. *case: Option1
  3958. {
  3959. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3960. *PrintableArea: PAIR(4888, 3180)
  3961. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3962. *PrintableOrigin: PAIR(186, 60)
  3963. }
  3964. *case: Option3
  3965. {
  3966. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3967. *PrintableArea: PAIR(4887, 3180)
  3968. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3969. *PrintableOrigin: PAIR(186, 60)
  3970. }
  3971. }
  3972. }
  3973. *case: Option3
  3974. {
  3975. *PrintableArea: PAIR(4889, 3092)
  3976. *PrintableOrigin: PAIR(185, 60)
  3977. *switch: Resolution
  3978. {
  3979. *case: Option1
  3980. {
  3981. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  3982. *PrintableArea: PAIR(4888, 3092)
  3983. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3984. *PrintableOrigin: PAIR(186, 60)
  3985. }
  3986. *case: Option3
  3987. {
  3988. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  3989. *PrintableArea: PAIR(4887, 3092)
  3990. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  3991. *PrintableOrigin: PAIR(186, 60)
  3992. }
  3993. }
  3994. }
  3995. *case: Option4
  3996. {
  3997. *PrintableArea: PAIR(4889, 3092)
  3998. *PrintableOrigin: PAIR(185, 60)
  3999. *switch: Resolution
  4000. {
  4001. *case: Option1
  4002. {
  4003. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4004. *PrintableArea: PAIR(4888, 3092)
  4005. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4006. *PrintableOrigin: PAIR(186, 60)
  4007. }
  4008. *case: Option3
  4009. {
  4010. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4011. *PrintableArea: PAIR(4887, 3092)
  4012. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4013. *PrintableOrigin: PAIR(186, 60)
  4014. }
  4015. }
  4016. }
  4017. }
  4018. }
  4019. *Option: Option36
  4020. {
  4021. *rcNameID: 346
  4022. *PageDimensions: PAIR(5400, 3600)
  4023. *PageProtectMem: 0
  4024. *Command: CmdSelect
  4025. {
  4026. *Order: DOC_SETUP.8
  4027. *Cmd: "<1B>C<000A>"
  4028. }
  4029. *switch: InputBin
  4030. {
  4031. *case: Option1
  4032. {
  4033. *PrintableArea: PAIR(4889, 3452)
  4034. *PrintableOrigin: PAIR(185, 60)
  4035. *switch: Resolution
  4036. {
  4037. *case: Option1
  4038. {
  4039. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4040. *PrintableArea: PAIR(4888, 3452)
  4041. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4042. *PrintableOrigin: PAIR(186, 60)
  4043. }
  4044. *case: Option3
  4045. {
  4046. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4047. *PrintableArea: PAIR(4887, 3452)
  4048. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4049. *PrintableOrigin: PAIR(186, 60)
  4050. }
  4051. }
  4052. }
  4053. *case: Option2
  4054. {
  4055. *PrintableArea: PAIR(4889, 3540)
  4056. *PrintableOrigin: PAIR(185, 60)
  4057. *switch: Resolution
  4058. {
  4059. *case: Option1
  4060. {
  4061. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4062. *PrintableArea: PAIR(4888, 3540)
  4063. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4064. *PrintableOrigin: PAIR(186, 60)
  4065. }
  4066. *case: Option3
  4067. {
  4068. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4069. *PrintableArea: PAIR(4887, 3540)
  4070. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4071. *PrintableOrigin: PAIR(186, 60)
  4072. }
  4073. }
  4074. }
  4075. *case: Option3
  4076. {
  4077. *PrintableArea: PAIR(4889, 3452)
  4078. *PrintableOrigin: PAIR(185, 60)
  4079. *switch: Resolution
  4080. {
  4081. *case: Option1
  4082. {
  4083. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4084. *PrintableArea: PAIR(4888, 3452)
  4085. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4086. *PrintableOrigin: PAIR(186, 60)
  4087. }
  4088. *case: Option3
  4089. {
  4090. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4091. *PrintableArea: PAIR(4887, 3452)
  4092. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4093. *PrintableOrigin: PAIR(186, 60)
  4094. }
  4095. }
  4096. }
  4097. *case: Option4
  4098. {
  4099. *PrintableArea: PAIR(4889, 3452)
  4100. *PrintableOrigin: PAIR(185, 60)
  4101. *switch: Resolution
  4102. {
  4103. *case: Option1
  4104. {
  4105. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4106. *PrintableArea: PAIR(4888, 3452)
  4107. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4108. *PrintableOrigin: PAIR(186, 60)
  4109. }
  4110. *case: Option3
  4111. {
  4112. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4113. *PrintableArea: PAIR(4887, 3452)
  4114. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4115. *PrintableOrigin: PAIR(186, 60)
  4116. }
  4117. }
  4118. }
  4119. }
  4120. }
  4121. *Option: Option37
  4122. {
  4123. *rcNameID: 348
  4124. *PageDimensions: PAIR(5400, 1200)
  4125. *PageProtectMem: 0
  4126. *Command: CmdSelect
  4127. {
  4128. *Order: DOC_SETUP.8
  4129. *Cmd: "<1B>2<1B>C<14>"
  4130. }
  4131. *switch: InputBin
  4132. {
  4133. *case: Option1
  4134. {
  4135. *PrintableArea: PAIR(4889, 1052)
  4136. *PrintableOrigin: PAIR(185, 60)
  4137. *switch: Resolution
  4138. {
  4139. *case: Option1
  4140. {
  4141. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4142. *PrintableArea: PAIR(4888, 1052)
  4143. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4144. *PrintableOrigin: PAIR(186, 60)
  4145. }
  4146. *case: Option3
  4147. {
  4148. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4149. *PrintableArea: PAIR(4887, 1052)
  4150. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4151. *PrintableOrigin: PAIR(186, 60)
  4152. }
  4153. }
  4154. }
  4155. *case: Option2
  4156. {
  4157. *PrintableArea: PAIR(4889, 1140)
  4158. *PrintableOrigin: PAIR(185, 60)
  4159. *switch: Resolution
  4160. {
  4161. *case: Option1
  4162. {
  4163. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4164. *PrintableArea: PAIR(4888, 1140)
  4165. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4166. *PrintableOrigin: PAIR(186, 60)
  4167. }
  4168. *case: Option3
  4169. {
  4170. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4171. *PrintableArea: PAIR(4887, 1140)
  4172. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4173. *PrintableOrigin: PAIR(186, 60)
  4174. }
  4175. }
  4176. }
  4177. *case: Option3
  4178. {
  4179. *PrintableArea: PAIR(4889, 1052)
  4180. *PrintableOrigin: PAIR(185, 60)
  4181. *switch: Resolution
  4182. {
  4183. *case: Option1
  4184. {
  4185. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4186. *PrintableArea: PAIR(4888, 1052)
  4187. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4188. *PrintableOrigin: PAIR(186, 60)
  4189. }
  4190. *case: Option3
  4191. {
  4192. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4193. *PrintableArea: PAIR(4887, 1052)
  4194. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4195. *PrintableOrigin: PAIR(186, 60)
  4196. }
  4197. }
  4198. }
  4199. *case: Option4
  4200. {
  4201. *PrintableArea: PAIR(4889, 1052)
  4202. *PrintableOrigin: PAIR(185, 60)
  4203. *switch: Resolution
  4204. {
  4205. *case: Option1
  4206. {
  4207. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4208. *PrintableArea: PAIR(4888, 1052)
  4209. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4210. *PrintableOrigin: PAIR(186, 60)
  4211. }
  4212. *case: Option3
  4213. {
  4214. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4215. *PrintableArea: PAIR(4887, 1052)
  4216. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4217. *PrintableOrigin: PAIR(186, 60)
  4218. }
  4219. }
  4220. }
  4221. }
  4222. }
  4223. *Option: Option38
  4224. {
  4225. *rcNameID: 350
  4226. *PageDimensions: PAIR(5400, 900)
  4227. *PageProtectMem: 0
  4228. *Command: CmdSelect
  4229. {
  4230. *Order: DOC_SETUP.8
  4231. *Cmd: "<1B>0<1B>C<14>"
  4232. }
  4233. *switch: InputBin
  4234. {
  4235. *case: Option1
  4236. {
  4237. *PrintableArea: PAIR(4889, 752)
  4238. *PrintableOrigin: PAIR(185, 60)
  4239. *switch: Resolution
  4240. {
  4241. *case: Option1
  4242. {
  4243. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4244. *PrintableArea: PAIR(4888, 752)
  4245. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4246. *PrintableOrigin: PAIR(186, 60)
  4247. }
  4248. *case: Option3
  4249. {
  4250. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4251. *PrintableArea: PAIR(4887, 752)
  4252. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4253. *PrintableOrigin: PAIR(186, 60)
  4254. }
  4255. }
  4256. }
  4257. *case: Option2
  4258. {
  4259. *PrintableArea: PAIR(4889, 840)
  4260. *PrintableOrigin: PAIR(185, 60)
  4261. *switch: Resolution
  4262. {
  4263. *case: Option1
  4264. {
  4265. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4266. *PrintableArea: PAIR(4888, 840)
  4267. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4268. *PrintableOrigin: PAIR(186, 60)
  4269. }
  4270. *case: Option3
  4271. {
  4272. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4273. *PrintableArea: PAIR(4887, 840)
  4274. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4275. *PrintableOrigin: PAIR(186, 60)
  4276. }
  4277. }
  4278. }
  4279. *case: Option3
  4280. {
  4281. *PrintableArea: PAIR(4889, 752)
  4282. *PrintableOrigin: PAIR(185, 60)
  4283. *switch: Resolution
  4284. {
  4285. *case: Option1
  4286. {
  4287. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4288. *PrintableArea: PAIR(4888, 752)
  4289. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4290. *PrintableOrigin: PAIR(186, 60)
  4291. }
  4292. *case: Option3
  4293. {
  4294. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4295. *PrintableArea: PAIR(4887, 752)
  4296. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4297. *PrintableOrigin: PAIR(186, 60)
  4298. }
  4299. }
  4300. }
  4301. *case: Option4
  4302. {
  4303. *PrintableArea: PAIR(4889, 752)
  4304. *PrintableOrigin: PAIR(185, 60)
  4305. *switch: Resolution
  4306. {
  4307. *case: Option1
  4308. {
  4309. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4310. *PrintableArea: PAIR(4888, 752)
  4311. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4312. *PrintableOrigin: PAIR(186, 60)
  4313. }
  4314. *case: Option3
  4315. {
  4316. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4317. *PrintableArea: PAIR(4887, 752)
  4318. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4319. *PrintableOrigin: PAIR(186, 60)
  4320. }
  4321. }
  4322. }
  4323. }
  4324. }
  4325. *Option: Option39
  4326. {
  4327. *rcNameID: 352
  4328. *PageDimensions: PAIR(5400, 3780)
  4329. *PageProtectMem: 0
  4330. *Command: CmdSelect
  4331. {
  4332. *Order: DOC_SETUP.8
  4333. *Cmd: "<1B>2<1B>C?"
  4334. }
  4335. *switch: InputBin
  4336. {
  4337. *case: Option1
  4338. {
  4339. *PrintableArea: PAIR(4889, 3632)
  4340. *PrintableOrigin: PAIR(185, 60)
  4341. *switch: Resolution
  4342. {
  4343. *case: Option1
  4344. {
  4345. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4346. *PrintableArea: PAIR(4888, 3632)
  4347. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4348. *PrintableOrigin: PAIR(186, 60)
  4349. }
  4350. *case: Option3
  4351. {
  4352. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4353. *PrintableArea: PAIR(4887, 3632)
  4354. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4355. *PrintableOrigin: PAIR(186, 60)
  4356. }
  4357. }
  4358. }
  4359. *case: Option2
  4360. {
  4361. *PrintableArea: PAIR(4889, 3720)
  4362. *PrintableOrigin: PAIR(185, 60)
  4363. *switch: Resolution
  4364. {
  4365. *case: Option1
  4366. {
  4367. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4368. *PrintableArea: PAIR(4888, 3720)
  4369. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4370. *PrintableOrigin: PAIR(186, 60)
  4371. }
  4372. *case: Option3
  4373. {
  4374. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4375. *PrintableArea: PAIR(4887, 3720)
  4376. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4377. *PrintableOrigin: PAIR(186, 60)
  4378. }
  4379. }
  4380. }
  4381. *case: Option3
  4382. {
  4383. *PrintableArea: PAIR(4889, 3632)
  4384. *PrintableOrigin: PAIR(185, 60)
  4385. *switch: Resolution
  4386. {
  4387. *case: Option1
  4388. {
  4389. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4390. *PrintableArea: PAIR(4888, 3632)
  4391. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4392. *PrintableOrigin: PAIR(186, 60)
  4393. }
  4394. *case: Option3
  4395. {
  4396. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4397. *PrintableArea: PAIR(4887, 3632)
  4398. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4399. *PrintableOrigin: PAIR(186, 60)
  4400. }
  4401. }
  4402. }
  4403. *case: Option4
  4404. {
  4405. *PrintableArea: PAIR(4889, 3632)
  4406. *PrintableOrigin: PAIR(185, 60)
  4407. *switch: Resolution
  4408. {
  4409. *case: Option1
  4410. {
  4411. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4412. *PrintableArea: PAIR(4888, 3632)
  4413. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4414. *PrintableOrigin: PAIR(186, 60)
  4415. }
  4416. *case: Option3
  4417. {
  4418. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4419. *PrintableArea: PAIR(4887, 3632)
  4420. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4421. *PrintableOrigin: PAIR(186, 60)
  4422. }
  4423. }
  4424. }
  4425. }
  4426. }
  4427. *Option: Option40
  4428. {
  4429. *rcNameID: 354
  4430. *PageDimensions: PAIR(5400, 1320)
  4431. *PageProtectMem: 0
  4432. *Command: CmdSelect
  4433. {
  4434. *Order: DOC_SETUP.8
  4435. *Cmd: "<1B>2<1B>C<16>"
  4436. }
  4437. *switch: InputBin
  4438. {
  4439. *case: Option1
  4440. {
  4441. *PrintableArea: PAIR(4889, 1172)
  4442. *PrintableOrigin: PAIR(185, 60)
  4443. *switch: Resolution
  4444. {
  4445. *case: Option1
  4446. {
  4447. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4448. *PrintableArea: PAIR(4888, 1172)
  4449. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4450. *PrintableOrigin: PAIR(186, 60)
  4451. }
  4452. *case: Option3
  4453. {
  4454. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4455. *PrintableArea: PAIR(4887, 1172)
  4456. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4457. *PrintableOrigin: PAIR(186, 60)
  4458. }
  4459. }
  4460. }
  4461. *case: Option2
  4462. {
  4463. *PrintableArea: PAIR(4889, 1260)
  4464. *PrintableOrigin: PAIR(185, 60)
  4465. *switch: Resolution
  4466. {
  4467. *case: Option1
  4468. {
  4469. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4470. *PrintableArea: PAIR(4888, 1260)
  4471. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4472. *PrintableOrigin: PAIR(186, 60)
  4473. }
  4474. *case: Option3
  4475. {
  4476. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4477. *PrintableArea: PAIR(4887, 1260)
  4478. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4479. *PrintableOrigin: PAIR(186, 60)
  4480. }
  4481. }
  4482. }
  4483. *case: Option3
  4484. {
  4485. *PrintableArea: PAIR(4889, 1172)
  4486. *PrintableOrigin: PAIR(185, 60)
  4487. *switch: Resolution
  4488. {
  4489. *case: Option1
  4490. {
  4491. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4492. *PrintableArea: PAIR(4888, 1172)
  4493. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4494. *PrintableOrigin: PAIR(186, 60)
  4495. }
  4496. *case: Option3
  4497. {
  4498. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4499. *PrintableArea: PAIR(4887, 1172)
  4500. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4501. *PrintableOrigin: PAIR(186, 60)
  4502. }
  4503. }
  4504. }
  4505. *case: Option4
  4506. {
  4507. *PrintableArea: PAIR(4889, 1172)
  4508. *PrintableOrigin: PAIR(185, 60)
  4509. *switch: Resolution
  4510. {
  4511. *case: Option1
  4512. {
  4513. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4514. *PrintableArea: PAIR(4888, 1172)
  4515. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4516. *PrintableOrigin: PAIR(186, 60)
  4517. }
  4518. *case: Option3
  4519. {
  4520. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4521. *PrintableArea: PAIR(4887, 1172)
  4522. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4523. *PrintableOrigin: PAIR(186, 60)
  4524. }
  4525. }
  4526. }
  4527. }
  4528. }
  4529. *Option: Option41
  4530. {
  4531. *rcNameID: 356
  4532. *PageDimensions: PAIR(5400, 990)
  4533. *PageProtectMem: 0
  4534. *Command: CmdSelect
  4535. {
  4536. *Order: DOC_SETUP.8
  4537. *Cmd: "<1B>0<1B>C<16>"
  4538. }
  4539. *switch: InputBin
  4540. {
  4541. *case: Option1
  4542. {
  4543. *PrintableArea: PAIR(4889, 842)
  4544. *PrintableOrigin: PAIR(185, 60)
  4545. *switch: Resolution
  4546. {
  4547. *case: Option1
  4548. {
  4549. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4550. *PrintableArea: PAIR(4888, 842)
  4551. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4552. *PrintableOrigin: PAIR(186, 60)
  4553. }
  4554. *case: Option3
  4555. {
  4556. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4557. *PrintableArea: PAIR(4887, 842)
  4558. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4559. *PrintableOrigin: PAIR(186, 60)
  4560. }
  4561. }
  4562. }
  4563. *case: Option2
  4564. {
  4565. *PrintableArea: PAIR(4889, 930)
  4566. *PrintableOrigin: PAIR(185, 60)
  4567. *switch: Resolution
  4568. {
  4569. *case: Option1
  4570. {
  4571. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4572. *PrintableArea: PAIR(4888, 930)
  4573. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4574. *PrintableOrigin: PAIR(186, 60)
  4575. }
  4576. *case: Option3
  4577. {
  4578. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4579. *PrintableArea: PAIR(4887, 930)
  4580. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4581. *PrintableOrigin: PAIR(186, 60)
  4582. }
  4583. }
  4584. }
  4585. *case: Option3
  4586. {
  4587. *PrintableArea: PAIR(4889, 842)
  4588. *PrintableOrigin: PAIR(185, 60)
  4589. *switch: Resolution
  4590. {
  4591. *case: Option1
  4592. {
  4593. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4594. *PrintableArea: PAIR(4888, 842)
  4595. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4596. *PrintableOrigin: PAIR(186, 60)
  4597. }
  4598. *case: Option3
  4599. {
  4600. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4601. *PrintableArea: PAIR(4887, 842)
  4602. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4603. *PrintableOrigin: PAIR(186, 60)
  4604. }
  4605. }
  4606. }
  4607. *case: Option4
  4608. {
  4609. *PrintableArea: PAIR(4889, 842)
  4610. *PrintableOrigin: PAIR(185, 60)
  4611. *switch: Resolution
  4612. {
  4613. *case: Option1
  4614. {
  4615. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4616. *PrintableArea: PAIR(4888, 842)
  4617. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4618. *PrintableOrigin: PAIR(186, 60)
  4619. }
  4620. *case: Option3
  4621. {
  4622. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4623. *PrintableArea: PAIR(4887, 842)
  4624. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4625. *PrintableOrigin: PAIR(186, 60)
  4626. }
  4627. }
  4628. }
  4629. }
  4630. }
  4631. *Option: Option42
  4632. {
  4633. *rcNameID: 358
  4634. *PageDimensions: PAIR(5400, 792)
  4635. *PageProtectMem: 0
  4636. *Command: CmdSelect
  4637. {
  4638. *Order: DOC_SETUP.8
  4639. *Cmd: "<1B>3<041B>Cc"
  4640. }
  4641. *switch: InputBin
  4642. {
  4643. *case: Option1
  4644. {
  4645. *PrintableArea: PAIR(4889, 644)
  4646. *PrintableOrigin: PAIR(185, 60)
  4647. *switch: Resolution
  4648. {
  4649. *case: Option1
  4650. {
  4651. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4652. *PrintableArea: PAIR(4888, 644)
  4653. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4654. *PrintableOrigin: PAIR(186, 60)
  4655. }
  4656. *case: Option3
  4657. {
  4658. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4659. *PrintableArea: PAIR(4887, 644)
  4660. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4661. *PrintableOrigin: PAIR(186, 60)
  4662. }
  4663. }
  4664. }
  4665. *case: Option2
  4666. {
  4667. *PrintableArea: PAIR(4889, 732)
  4668. *PrintableOrigin: PAIR(185, 60)
  4669. *switch: Resolution
  4670. {
  4671. *case: Option1
  4672. {
  4673. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4674. *PrintableArea: PAIR(4888, 732)
  4675. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4676. *PrintableOrigin: PAIR(186, 60)
  4677. }
  4678. *case: Option3
  4679. {
  4680. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4681. *PrintableArea: PAIR(4887, 732)
  4682. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4683. *PrintableOrigin: PAIR(186, 60)
  4684. }
  4685. }
  4686. }
  4687. *case: Option3
  4688. {
  4689. *PrintableArea: PAIR(4889, 644)
  4690. *PrintableOrigin: PAIR(185, 60)
  4691. *switch: Resolution
  4692. {
  4693. *case: Option1
  4694. {
  4695. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4696. *PrintableArea: PAIR(4888, 644)
  4697. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4698. *PrintableOrigin: PAIR(186, 60)
  4699. }
  4700. *case: Option3
  4701. {
  4702. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4703. *PrintableArea: PAIR(4887, 644)
  4704. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4705. *PrintableOrigin: PAIR(186, 60)
  4706. }
  4707. }
  4708. }
  4709. *case: Option4
  4710. {
  4711. *PrintableArea: PAIR(4889, 644)
  4712. *PrintableOrigin: PAIR(185, 60)
  4713. *switch: Resolution
  4714. {
  4715. *case: Option1
  4716. {
  4717. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4718. *PrintableArea: PAIR(4888, 644)
  4719. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4720. *PrintableOrigin: PAIR(186, 60)
  4721. }
  4722. *case: Option3
  4723. {
  4724. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4725. *PrintableArea: PAIR(4887, 644)
  4726. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4727. *PrintableOrigin: PAIR(186, 60)
  4728. }
  4729. }
  4730. }
  4731. }
  4732. }
  4733. *Option: Option43
  4734. {
  4735. *rcNameID: 360
  4736. *PageDimensions: PAIR(5400, 660)
  4737. *PageProtectMem: 0
  4738. *Command: CmdSelect
  4739. {
  4740. *Order: DOC_SETUP.8
  4741. *Cmd: "<1B>2<1B>C<0B>"
  4742. }
  4743. *switch: InputBin
  4744. {
  4745. *case: Option1
  4746. {
  4747. *PrintableArea: PAIR(4889, 512)
  4748. *PrintableOrigin: PAIR(185, 60)
  4749. *switch: Resolution
  4750. {
  4751. *case: Option1
  4752. {
  4753. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4754. *PrintableArea: PAIR(4888, 512)
  4755. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4756. *PrintableOrigin: PAIR(186, 60)
  4757. }
  4758. *case: Option3
  4759. {
  4760. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4761. *PrintableArea: PAIR(4887, 512)
  4762. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4763. *PrintableOrigin: PAIR(186, 60)
  4764. }
  4765. }
  4766. }
  4767. *case: Option2
  4768. {
  4769. *PrintableArea: PAIR(4889, 600)
  4770. *PrintableOrigin: PAIR(185, 60)
  4771. *switch: Resolution
  4772. {
  4773. *case: Option1
  4774. {
  4775. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4776. *PrintableArea: PAIR(4888, 600)
  4777. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4778. *PrintableOrigin: PAIR(186, 60)
  4779. }
  4780. *case: Option3
  4781. {
  4782. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4783. *PrintableArea: PAIR(4887, 600)
  4784. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4785. *PrintableOrigin: PAIR(186, 60)
  4786. }
  4787. }
  4788. }
  4789. *case: Option3
  4790. {
  4791. *PrintableArea: PAIR(4889, 512)
  4792. *PrintableOrigin: PAIR(185, 60)
  4793. *switch: Resolution
  4794. {
  4795. *case: Option1
  4796. {
  4797. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4798. *PrintableArea: PAIR(4888, 512)
  4799. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4800. *PrintableOrigin: PAIR(186, 60)
  4801. }
  4802. *case: Option3
  4803. {
  4804. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4805. *PrintableArea: PAIR(4887, 512)
  4806. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4807. *PrintableOrigin: PAIR(186, 60)
  4808. }
  4809. }
  4810. }
  4811. *case: Option4
  4812. {
  4813. *PrintableArea: PAIR(4889, 512)
  4814. *PrintableOrigin: PAIR(185, 60)
  4815. *switch: Resolution
  4816. {
  4817. *case: Option1
  4818. {
  4819. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4820. *PrintableArea: PAIR(4888, 512)
  4821. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4822. *PrintableOrigin: PAIR(186, 60)
  4823. }
  4824. *case: Option3
  4825. {
  4826. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4827. *PrintableArea: PAIR(4887, 512)
  4828. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4829. *PrintableOrigin: PAIR(186, 60)
  4830. }
  4831. }
  4832. }
  4833. }
  4834. }
  4835. *Option: Option44
  4836. {
  4837. *rcNameID: 362
  4838. *PageDimensions: PAIR(5400, 4320)
  4839. *PageProtectMem: 0
  4840. *Command: CmdSelect
  4841. {
  4842. *Order: DOC_SETUP.8
  4843. *Cmd: "<1B>C<000C>"
  4844. }
  4845. *switch: InputBin
  4846. {
  4847. *case: Option1
  4848. {
  4849. *PrintableArea: PAIR(4889, 4172)
  4850. *PrintableOrigin: PAIR(185, 60)
  4851. *switch: Resolution
  4852. {
  4853. *case: Option1
  4854. {
  4855. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4856. *PrintableArea: PAIR(4888, 4172)
  4857. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4858. *PrintableOrigin: PAIR(186, 60)
  4859. }
  4860. *case: Option3
  4861. {
  4862. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4863. *PrintableArea: PAIR(4887, 4172)
  4864. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4865. *PrintableOrigin: PAIR(186, 60)
  4866. }
  4867. }
  4868. }
  4869. *case: Option2
  4870. {
  4871. *PrintableArea: PAIR(4889, 4260)
  4872. *PrintableOrigin: PAIR(185, 60)
  4873. *switch: Resolution
  4874. {
  4875. *case: Option1
  4876. {
  4877. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4878. *PrintableArea: PAIR(4888, 4260)
  4879. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4880. *PrintableOrigin: PAIR(186, 60)
  4881. }
  4882. *case: Option3
  4883. {
  4884. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4885. *PrintableArea: PAIR(4887, 4260)
  4886. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4887. *PrintableOrigin: PAIR(186, 60)
  4888. }
  4889. }
  4890. }
  4891. *case: Option3
  4892. {
  4893. *PrintableArea: PAIR(4889, 4172)
  4894. *PrintableOrigin: PAIR(185, 60)
  4895. *switch: Resolution
  4896. {
  4897. *case: Option1
  4898. {
  4899. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4900. *PrintableArea: PAIR(4888, 4172)
  4901. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4902. *PrintableOrigin: PAIR(186, 60)
  4903. }
  4904. *case: Option3
  4905. {
  4906. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4907. *PrintableArea: PAIR(4887, 4172)
  4908. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4909. *PrintableOrigin: PAIR(186, 60)
  4910. }
  4911. }
  4912. }
  4913. *case: Option4
  4914. {
  4915. *PrintableArea: PAIR(4889, 4172)
  4916. *PrintableOrigin: PAIR(185, 60)
  4917. *switch: Resolution
  4918. {
  4919. *case: Option1
  4920. {
  4921. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4922. *PrintableArea: PAIR(4888, 4172)
  4923. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4924. *PrintableOrigin: PAIR(186, 60)
  4925. }
  4926. *case: Option3
  4927. {
  4928. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4929. *PrintableArea: PAIR(4887, 4172)
  4930. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4931. *PrintableOrigin: PAIR(186, 60)
  4932. }
  4933. }
  4934. }
  4935. }
  4936. }
  4937. *Option: Option45
  4938. {
  4939. *rcNameID: 364
  4940. *PageDimensions: PAIR(5400, 1080)
  4941. *PageProtectMem: 0
  4942. *Command: CmdSelect
  4943. {
  4944. *Order: DOC_SETUP.8
  4945. *Cmd: "<1B>C<0003>"
  4946. }
  4947. *switch: InputBin
  4948. {
  4949. *case: Option1
  4950. {
  4951. *PrintableArea: PAIR(4889, 932)
  4952. *PrintableOrigin: PAIR(185, 60)
  4953. *switch: Resolution
  4954. {
  4955. *case: Option1
  4956. {
  4957. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4958. *PrintableArea: PAIR(4888, 932)
  4959. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4960. *PrintableOrigin: PAIR(186, 60)
  4961. }
  4962. *case: Option3
  4963. {
  4964. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4965. *PrintableArea: PAIR(4887, 932)
  4966. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4967. *PrintableOrigin: PAIR(186, 60)
  4968. }
  4969. }
  4970. }
  4971. *case: Option2
  4972. {
  4973. *PrintableArea: PAIR(4889, 1020)
  4974. *PrintableOrigin: PAIR(185, 60)
  4975. *switch: Resolution
  4976. {
  4977. *case: Option1
  4978. {
  4979. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  4980. *PrintableArea: PAIR(4888, 1020)
  4981. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4982. *PrintableOrigin: PAIR(186, 60)
  4983. }
  4984. *case: Option3
  4985. {
  4986. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  4987. *PrintableArea: PAIR(4887, 1020)
  4988. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  4989. *PrintableOrigin: PAIR(186, 60)
  4990. }
  4991. }
  4992. }
  4993. *case: Option3
  4994. {
  4995. *PrintableArea: PAIR(4889, 932)
  4996. *PrintableOrigin: PAIR(185, 60)
  4997. *switch: Resolution
  4998. {
  4999. *case: Option1
  5000. {
  5001. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5002. *PrintableArea: PAIR(4888, 932)
  5003. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5004. *PrintableOrigin: PAIR(186, 60)
  5005. }
  5006. *case: Option3
  5007. {
  5008. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5009. *PrintableArea: PAIR(4887, 932)
  5010. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5011. *PrintableOrigin: PAIR(186, 60)
  5012. }
  5013. }
  5014. }
  5015. *case: Option4
  5016. {
  5017. *PrintableArea: PAIR(4889, 932)
  5018. *PrintableOrigin: PAIR(185, 60)
  5019. *switch: Resolution
  5020. {
  5021. *case: Option1
  5022. {
  5023. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5024. *PrintableArea: PAIR(4888, 932)
  5025. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5026. *PrintableOrigin: PAIR(186, 60)
  5027. }
  5028. *case: Option3
  5029. {
  5030. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5031. *PrintableArea: PAIR(4887, 932)
  5032. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5033. *PrintableOrigin: PAIR(186, 60)
  5034. }
  5035. }
  5036. }
  5037. }
  5038. }
  5039. *Option: Option46
  5040. {
  5041. *rcNameID: 366
  5042. *PageDimensions: PAIR(5400, 4680)
  5043. *PageProtectMem: 0
  5044. *Command: CmdSelect
  5045. {
  5046. *Order: DOC_SETUP.8
  5047. *Cmd: "<1B>C<000D>"
  5048. }
  5049. *switch: InputBin
  5050. {
  5051. *case: Option1
  5052. {
  5053. *PrintableArea: PAIR(4889, 4532)
  5054. *PrintableOrigin: PAIR(185, 60)
  5055. *switch: Resolution
  5056. {
  5057. *case: Option1
  5058. {
  5059. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5060. *PrintableArea: PAIR(4888, 4532)
  5061. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5062. *PrintableOrigin: PAIR(186, 60)
  5063. }
  5064. *case: Option3
  5065. {
  5066. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5067. *PrintableArea: PAIR(4887, 4532)
  5068. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5069. *PrintableOrigin: PAIR(186, 60)
  5070. }
  5071. }
  5072. }
  5073. *case: Option2
  5074. {
  5075. *PrintableArea: PAIR(4889, 4620)
  5076. *PrintableOrigin: PAIR(185, 60)
  5077. *switch: Resolution
  5078. {
  5079. *case: Option1
  5080. {
  5081. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5082. *PrintableArea: PAIR(4888, 4620)
  5083. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5084. *PrintableOrigin: PAIR(186, 60)
  5085. }
  5086. *case: Option3
  5087. {
  5088. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5089. *PrintableArea: PAIR(4887, 4620)
  5090. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5091. *PrintableOrigin: PAIR(186, 60)
  5092. }
  5093. }
  5094. }
  5095. *case: Option3
  5096. {
  5097. *PrintableArea: PAIR(4889, 4532)
  5098. *PrintableOrigin: PAIR(185, 60)
  5099. *switch: Resolution
  5100. {
  5101. *case: Option1
  5102. {
  5103. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5104. *PrintableArea: PAIR(4888, 4532)
  5105. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5106. *PrintableOrigin: PAIR(186, 60)
  5107. }
  5108. *case: Option3
  5109. {
  5110. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5111. *PrintableArea: PAIR(4887, 4532)
  5112. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5113. *PrintableOrigin: PAIR(186, 60)
  5114. }
  5115. }
  5116. }
  5117. *case: Option4
  5118. {
  5119. *PrintableArea: PAIR(4889, 4532)
  5120. *PrintableOrigin: PAIR(185, 60)
  5121. *switch: Resolution
  5122. {
  5123. *case: Option1
  5124. {
  5125. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5126. *PrintableArea: PAIR(4888, 4532)
  5127. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5128. *PrintableOrigin: PAIR(186, 60)
  5129. }
  5130. *case: Option3
  5131. {
  5132. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5133. *PrintableArea: PAIR(4887, 4532)
  5134. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5135. *PrintableOrigin: PAIR(186, 60)
  5136. }
  5137. }
  5138. }
  5139. }
  5140. }
  5141. *Option: Option47
  5142. {
  5143. *rcNameID: 368
  5144. *PageDimensions: PAIR(5400, 1170)
  5145. *PageProtectMem: 0
  5146. *Command: CmdSelect
  5147. {
  5148. *Order: DOC_SETUP.8
  5149. *Cmd: "<1B>0<1B>C<1A>"
  5150. }
  5151. *switch: InputBin
  5152. {
  5153. *case: Option1
  5154. {
  5155. *PrintableArea: PAIR(4889, 1022)
  5156. *PrintableOrigin: PAIR(185, 60)
  5157. *switch: Resolution
  5158. {
  5159. *case: Option1
  5160. {
  5161. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5162. *PrintableArea: PAIR(4888, 1022)
  5163. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5164. *PrintableOrigin: PAIR(186, 60)
  5165. }
  5166. *case: Option3
  5167. {
  5168. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5169. *PrintableArea: PAIR(4887, 1022)
  5170. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5171. *PrintableOrigin: PAIR(186, 60)
  5172. }
  5173. }
  5174. }
  5175. *case: Option2
  5176. {
  5177. *PrintableArea: PAIR(4889, 1110)
  5178. *PrintableOrigin: PAIR(185, 60)
  5179. *switch: Resolution
  5180. {
  5181. *case: Option1
  5182. {
  5183. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5184. *PrintableArea: PAIR(4888, 1110)
  5185. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5186. *PrintableOrigin: PAIR(186, 60)
  5187. }
  5188. *case: Option3
  5189. {
  5190. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5191. *PrintableArea: PAIR(4887, 1110)
  5192. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5193. *PrintableOrigin: PAIR(186, 60)
  5194. }
  5195. }
  5196. }
  5197. *case: Option3
  5198. {
  5199. *PrintableArea: PAIR(4889, 1022)
  5200. *PrintableOrigin: PAIR(185, 60)
  5201. *switch: Resolution
  5202. {
  5203. *case: Option1
  5204. {
  5205. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5206. *PrintableArea: PAIR(4888, 1022)
  5207. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5208. *PrintableOrigin: PAIR(186, 60)
  5209. }
  5210. *case: Option3
  5211. {
  5212. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5213. *PrintableArea: PAIR(4887, 1022)
  5214. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5215. *PrintableOrigin: PAIR(186, 60)
  5216. }
  5217. }
  5218. }
  5219. *case: Option4
  5220. {
  5221. *PrintableArea: PAIR(4889, 1022)
  5222. *PrintableOrigin: PAIR(185, 60)
  5223. *switch: Resolution
  5224. {
  5225. *case: Option1
  5226. {
  5227. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5228. *PrintableArea: PAIR(4888, 1022)
  5229. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5230. *PrintableOrigin: PAIR(186, 60)
  5231. }
  5232. *case: Option3
  5233. {
  5234. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5235. *PrintableArea: PAIR(4887, 1022)
  5236. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5237. *PrintableOrigin: PAIR(186, 60)
  5238. }
  5239. }
  5240. }
  5241. }
  5242. }
  5243. *Option: Option48
  5244. {
  5245. *rcNameID: 370
  5246. *PageDimensions: PAIR(5400, 5040)
  5247. *PageProtectMem: 0
  5248. *Command: CmdSelect
  5249. {
  5250. *Order: DOC_SETUP.8
  5251. *Cmd: "<1B>C<000E>"
  5252. }
  5253. *switch: InputBin
  5254. {
  5255. *case: Option1
  5256. {
  5257. *PrintableArea: PAIR(4889, 4892)
  5258. *PrintableOrigin: PAIR(185, 60)
  5259. *switch: Resolution
  5260. {
  5261. *case: Option1
  5262. {
  5263. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5264. *PrintableArea: PAIR(4888, 4892)
  5265. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5266. *PrintableOrigin: PAIR(186, 60)
  5267. }
  5268. *case: Option3
  5269. {
  5270. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5271. *PrintableArea: PAIR(4887, 4892)
  5272. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5273. *PrintableOrigin: PAIR(186, 60)
  5274. }
  5275. }
  5276. }
  5277. *case: Option2
  5278. {
  5279. *PrintableArea: PAIR(4889, 4980)
  5280. *PrintableOrigin: PAIR(185, 60)
  5281. *switch: Resolution
  5282. {
  5283. *case: Option1
  5284. {
  5285. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5286. *PrintableArea: PAIR(4888, 4980)
  5287. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5288. *PrintableOrigin: PAIR(186, 60)
  5289. }
  5290. *case: Option3
  5291. {
  5292. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5293. *PrintableArea: PAIR(4887, 4980)
  5294. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5295. *PrintableOrigin: PAIR(186, 60)
  5296. }
  5297. }
  5298. }
  5299. *case: Option3
  5300. {
  5301. *PrintableArea: PAIR(4889, 4892)
  5302. *PrintableOrigin: PAIR(185, 60)
  5303. *switch: Resolution
  5304. {
  5305. *case: Option1
  5306. {
  5307. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5308. *PrintableArea: PAIR(4888, 4892)
  5309. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5310. *PrintableOrigin: PAIR(186, 60)
  5311. }
  5312. *case: Option3
  5313. {
  5314. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5315. *PrintableArea: PAIR(4887, 4892)
  5316. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5317. *PrintableOrigin: PAIR(186, 60)
  5318. }
  5319. }
  5320. }
  5321. *case: Option4
  5322. {
  5323. *PrintableArea: PAIR(4889, 4892)
  5324. *PrintableOrigin: PAIR(185, 60)
  5325. *switch: Resolution
  5326. {
  5327. *case: Option1
  5328. {
  5329. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5330. *PrintableArea: PAIR(4888, 4892)
  5331. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5332. *PrintableOrigin: PAIR(186, 60)
  5333. }
  5334. *case: Option3
  5335. {
  5336. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5337. *PrintableArea: PAIR(4887, 4892)
  5338. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5339. *PrintableOrigin: PAIR(186, 60)
  5340. }
  5341. }
  5342. }
  5343. }
  5344. }
  5345. *Option: Option49
  5346. {
  5347. *rcNameID: 372
  5348. *PageDimensions: PAIR(5400, 1260)
  5349. *PageProtectMem: 0
  5350. *Command: CmdSelect
  5351. {
  5352. *Order: DOC_SETUP.8
  5353. *Cmd: "<1B>0<1B>C<1C>"
  5354. }
  5355. *switch: InputBin
  5356. {
  5357. *case: Option1
  5358. {
  5359. *PrintableArea: PAIR(4889, 1112)
  5360. *PrintableOrigin: PAIR(185, 60)
  5361. *switch: Resolution
  5362. {
  5363. *case: Option1
  5364. {
  5365. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5366. *PrintableArea: PAIR(4888, 1112)
  5367. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5368. *PrintableOrigin: PAIR(186, 60)
  5369. }
  5370. *case: Option3
  5371. {
  5372. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5373. *PrintableArea: PAIR(4887, 1112)
  5374. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5375. *PrintableOrigin: PAIR(186, 60)
  5376. }
  5377. }
  5378. }
  5379. *case: Option2
  5380. {
  5381. *PrintableArea: PAIR(4889, 1200)
  5382. *PrintableOrigin: PAIR(185, 60)
  5383. *switch: Resolution
  5384. {
  5385. *case: Option1
  5386. {
  5387. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5388. *PrintableArea: PAIR(4888, 1200)
  5389. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5390. *PrintableOrigin: PAIR(186, 60)
  5391. }
  5392. *case: Option3
  5393. {
  5394. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5395. *PrintableArea: PAIR(4887, 1200)
  5396. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5397. *PrintableOrigin: PAIR(186, 60)
  5398. }
  5399. }
  5400. }
  5401. *case: Option3
  5402. {
  5403. *PrintableArea: PAIR(4889, 1112)
  5404. *PrintableOrigin: PAIR(185, 60)
  5405. *switch: Resolution
  5406. {
  5407. *case: Option1
  5408. {
  5409. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5410. *PrintableArea: PAIR(4888, 1112)
  5411. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5412. *PrintableOrigin: PAIR(186, 60)
  5413. }
  5414. *case: Option3
  5415. {
  5416. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5417. *PrintableArea: PAIR(4887, 1112)
  5418. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5419. *PrintableOrigin: PAIR(186, 60)
  5420. }
  5421. }
  5422. }
  5423. *case: Option4
  5424. {
  5425. *PrintableArea: PAIR(4889, 1112)
  5426. *PrintableOrigin: PAIR(185, 60)
  5427. *switch: Resolution
  5428. {
  5429. *case: Option1
  5430. {
  5431. *% Warning: the following printable width is adjusted (4889->4888) so it is divisible by the resolution X scale.
  5432. *PrintableArea: PAIR(4888, 1112)
  5433. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5434. *PrintableOrigin: PAIR(186, 60)
  5435. }
  5436. *case: Option3
  5437. {
  5438. *% Warning: the following printable width is adjusted (4889->4887) so it is divisible by the resolution X scale.
  5439. *PrintableArea: PAIR(4887, 1112)
  5440. *% Warning: the following printable origin X is adjusted (185->186) so it is divisible by the resolution X scale.
  5441. *PrintableOrigin: PAIR(186, 60)
  5442. }
  5443. }
  5444. }
  5445. }
  5446. }
  5447. *Option: CUSTOMSIZE
  5448. {
  5449. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  5450. *MinSize: PAIR(1440, 2084)
  5451. *MaxSize: PAIR(5954, 7920)
  5452. *MaxPrintableWidth: 5954
  5453. *MinLeftMargin: 0
  5454. *CenterPrintable?: FALSE
  5455. *switch: InputBin
  5456. {
  5457. *case: Option1
  5458. {
  5459. *TopMargin: 60
  5460. *BottomMargin: 88
  5461. *CustCursorOriginX: %d{43}
  5462. *CustCursorOriginY: %d{60}
  5463. *CustPrintableOriginX: %d{43}
  5464. *CustPrintableOriginY: %d{60}
  5465. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  5466. *CustPrintableSizeY: %d{PhysPaperLength-148}
  5467. }
  5468. *case: Option2
  5469. {
  5470. *TopMargin: 60
  5471. *BottomMargin: 0
  5472. *CustCursorOriginX: %d{43}
  5473. *CustCursorOriginY: %d{60}
  5474. *CustPrintableOriginX: %d{43}
  5475. *CustPrintableOriginY: %d{60}
  5476. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  5477. *CustPrintableSizeY: %d{PhysPaperLength-60}
  5478. }
  5479. *case: Option3
  5480. {
  5481. *TopMargin: 60
  5482. *BottomMargin: 88
  5483. *CustCursorOriginX: %d{43}
  5484. *CustCursorOriginY: %d{60}
  5485. *CustPrintableOriginX: %d{43}
  5486. *CustPrintableOriginY: %d{60}
  5487. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  5488. *CustPrintableSizeY: %d{PhysPaperLength-148}
  5489. }
  5490. *case: Option4
  5491. {
  5492. *TopMargin: 60
  5493. *BottomMargin: 88
  5494. *CustCursorOriginX: %d{43}
  5495. *CustCursorOriginY: %d{60}
  5496. *CustPrintableOriginX: %d{43}
  5497. *CustPrintableOriginY: %d{60}
  5498. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  5499. *CustPrintableSizeY: %d{PhysPaperLength-148}
  5500. }
  5501. }
  5502. *PageProtectMem: 0
  5503. *Command: CmdSelect
  5504. {
  5505. *Order: DOC_SETUP.8
  5506. *Cmd: "<1B>2<1B>C" %c[0,127]{(PhysPaperLength / 60) }
  5507. }
  5508. }
  5509. }
  5510. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option15)
  5511. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option16)
  5512. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option21)
  5513. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option22)
  5514. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option23)
  5515. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option24)
  5516. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option25)
  5517. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option26)
  5518. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option27)
  5519. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option28)
  5520. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option29)
  5521. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option30)
  5522. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option31)
  5523. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option32)
  5524. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option33)
  5525. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option34)
  5526. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option35)
  5527. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option36)
  5528. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option37)
  5529. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option38)
  5530. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option39)
  5531. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option40)
  5532. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option41)
  5533. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option42)
  5534. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option43)
  5535. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option44)
  5536. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option45)
  5537. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option46)
  5538. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option47)
  5539. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option48)
  5540. *InvalidCombination: LIST(InputBin.Option1, PaperSize.Option49)
  5541. *InvalidCombination: LIST(InputBin.Option2, PaperSize.A3)
  5542. *InvalidCombination: LIST(InputBin.Option2, PaperSize.A3_ROTATED)
  5543. *InvalidCombination: LIST(InputBin.Option2, PaperSize.A4)
  5544. *InvalidCombination: LIST(InputBin.Option2, PaperSize.A4_ROTATED)
  5545. *InvalidCombination: LIST(InputBin.Option2, PaperSize.A5)
  5546. *InvalidCombination: LIST(InputBin.Option2, PaperSize.A5_ROTATED)
  5547. *InvalidCombination: LIST(InputBin.Option2, PaperSize.Option7)
  5548. *InvalidCombination: LIST(InputBin.Option2, PaperSize.Option8)
  5549. *InvalidCombination: LIST(InputBin.Option2, PaperSize.B4)
  5550. *InvalidCombination: LIST(InputBin.Option2, PaperSize.B4_JIS_ROTATED)
  5551. *InvalidCombination: LIST(InputBin.Option2, PaperSize.B5)
  5552. *InvalidCombination: LIST(InputBin.Option2, PaperSize.B5_JIS_ROTATED)
  5553. *InvalidCombination: LIST(InputBin.Option2, PaperSize.LETTER)
  5554. *InvalidCombination: LIST(InputBin.Option2, PaperSize.LEGAL)
  5555. *InvalidCombination: LIST(InputBin.Option2, PaperSize.JAPANESE_POSTCARD)
  5556. *InvalidCombination: LIST(InputBin.Option2, PaperSize.JAPANESE_POSTCARD_ROTATED)
  5557. *InvalidCombination: LIST(InputBin.Option2, PaperSize.DBL_JAPANESE_POSTCARD_ROTATED)
  5558. *InvalidCombination: LIST(InputBin.Option2, PaperSize.DBL_JAPANESE_POSTCARD)
  5559. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option15)
  5560. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option16)
  5561. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option21)
  5562. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option22)
  5563. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option23)
  5564. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option24)
  5565. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option25)
  5566. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option26)
  5567. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option27)
  5568. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option28)
  5569. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option29)
  5570. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option30)
  5571. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option31)
  5572. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option32)
  5573. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option33)
  5574. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option34)
  5575. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option35)
  5576. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option36)
  5577. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option37)
  5578. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option38)
  5579. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option39)
  5580. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option40)
  5581. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option41)
  5582. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option42)
  5583. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option43)
  5584. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option44)
  5585. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option45)
  5586. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option46)
  5587. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option47)
  5588. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option48)
  5589. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option49)
  5590. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option15)
  5591. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option16)
  5592. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option21)
  5593. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option22)
  5594. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option23)
  5595. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option24)
  5596. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option25)
  5597. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option26)
  5598. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option27)
  5599. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option28)
  5600. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option29)
  5601. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option30)
  5602. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option31)
  5603. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option32)
  5604. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option33)
  5605. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option34)
  5606. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option35)
  5607. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option36)
  5608. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option37)
  5609. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option38)
  5610. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option39)
  5611. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option40)
  5612. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option41)
  5613. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option42)
  5614. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option43)
  5615. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option44)
  5616. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option45)
  5617. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option46)
  5618. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option47)
  5619. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option48)
  5620. *InvalidCombination: LIST(InputBin.Option4, PaperSize.Option49)
  5621. *Feature: PrintQuality
  5622. {
  5623. *rcNameID: =TEXT_QUALITY_DISPLAY
  5624. *DefaultOption: LETTER_QUALITY
  5625. *Option: LETTER_QUALITY
  5626. {
  5627. *rcNameID: =LETTER_QUALITY_DISPLAY
  5628. *Command: CmdSelect
  5629. {
  5630. *Order: DOC_SETUP.7
  5631. *Cmd: "<1B>x<011C>x<00>"
  5632. }
  5633. }
  5634. *Option: DRAFT_QUALITY
  5635. {
  5636. *rcNameID: =DRAFT_QUALITY_DISPLAY
  5637. *Command: CmdSelect
  5638. {
  5639. *Order: DOC_SETUP.7
  5640. *Cmd: "<1B>x<001C>x<01>"
  5641. }
  5642. }
  5643. }
  5644. *Feature: Halftone
  5645. {
  5646. *rcNameID: =HALFTONING_DISPLAY
  5647. *DefaultOption: HT_PATSIZE_AUTO
  5648. *Option: HT_PATSIZE_AUTO
  5649. {
  5650. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  5651. }
  5652. *Option: HT_PATSIZE_SUPERCELL_M
  5653. {
  5654. *rcNameID: =HT_SUPERCELL_DISPLAY
  5655. }
  5656. *Option: HT_PATSIZE_6x6_M
  5657. {
  5658. *rcNameID: =HT_DITHER6X6_DISPLAY
  5659. }
  5660. *Option: HT_PATSIZE_8x8_M
  5661. {
  5662. *rcNameID: =HT_DITHER8X8_DISPLAY
  5663. }
  5664. }
  5665. *Command: CmdStartDoc
  5666. {
  5667. *Order: DOC_SETUP.1
  5668. *Cmd: "<1B>(R<080000>REMOTE1PM<020000001B0000001B>S<1B1B>S<1C1B>@<181B>t<011B>R<00>"
  5669. }
  5670. *Command: CmdStartPage
  5671. {
  5672. *Order: PAGE_SETUP.1
  5673. *Cmd: "<0D>"
  5674. }
  5675. *Command: CmdEndJob
  5676. {
  5677. *Order: JOB_FINISH.1
  5678. *Cmd: "<1B>(R<080000>REMOTE1LD<00001B0000001B>S<1B1B>SK"
  5679. }
  5680. *RotateCoordinate?: FALSE
  5681. *RotateRaster?: FALSE
  5682. *RotateFont?: FALSE
  5683. *switch: Orientation
  5684. {
  5685. *case: PORTRAIT
  5686. {
  5687. *TextCaps: LIST(TC_OP_CHARACTER,TC_EA_DOUBLE,TC_IA_ABLE,TC_RA_ABLE)
  5688. }
  5689. *case: LANDSCAPE_CC270
  5690. {
  5691. *TextCaps: LIST(TC_RA_ABLE)
  5692. }
  5693. }
  5694. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  5695. *YMoveAttributes: LIST(SEND_CR_FIRST)
  5696. *MaxLineSpacing: 255
  5697. *XMoveThreshold: 0
  5698. *YMoveThreshold: *
  5699. *XMoveUnit: 60
  5700. *YMoveUnit: 180
  5701. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l[0,815]{max_repeat((DestX / 6) )} }
  5702. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  5703. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  5704. *Command: CmdCR { *Cmd : "<0D>" }
  5705. *Command: CmdLF { *Cmd : "<0A>" }
  5706. *Command: CmdFF { *Cmd : "<0C>" }
  5707. *Command: CmdBackSpace { *Cmd : "<08>" }
  5708. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  5709. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  5710. *EjectPageWithFF?: TRUE
  5711. *OutputDataFormat: V_BYTE
  5712. *OptimizeLeftBound?: FALSE
  5713. *CursorXAfterSendBlockData: AT_GRXDATA_END
  5714. *CursorYAfterSendBlockData: NO_MOVE
  5715. *DefaultFont: 1
  5716. *DefaultCTT: -1
  5717. *switch: Orientation
  5718. {
  5719. *case: PORTRAIT
  5720. {
  5721. *DeviceFonts: LIST(1,3,5,6,7,8,9,10,11,12,13,14,15,16,
  5722. + 17,18,19,20)
  5723. }
  5724. *case: LANDSCAPE_CC270
  5725. {
  5726. *DeviceFonts: LIST()
  5727. }
  5728. }
  5729. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  5730. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  5731. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  5732. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  5733. *Command: CmdSelectSingleByteMode { *Cmd : "<1C0F>" }
  5734. *Command: CmdSelectDoubleByteMode { *Cmd : "<1C12>" }