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.

2240 lines
106 KiB

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