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.

1487 lines
41 KiB

  1. *GPDSpecVersion: "1.0"
  2. *CodePage: 1252
  3. *ModelName: "NEC PC-PR750/850(160)"
  4. *MasterUnits: PAIR(480, 480)
  5. *ResourceDLL: "NCB2JRES.Dll"
  6. *PrinterType: SERIAL
  7. *PrintRateUnit: PPM
  8. *PrintRate: 17
  9. *GPDFileName: "NCB160J.GPD"
  10. *Include: "StdNames.gpd"
  11. *GPDFileVersion: "1.000"
  12. *%======== Help ========
  13. *HelpFile: "NCB2JRES.hlp"
  14. *% *Macros: HelpIDs
  15. *% {
  16. *% KANJI CODE */
  17. *% POP_75_KANJICODE :7570
  18. *% }
  19. *%======== Orientation ========
  20. *Feature: Orientation
  21. {
  22. *rcNameID: =ORIENTATION_DISPLAY
  23. *DefaultOption: PORTRAIT
  24. *Option: PORTRAIT
  25. {
  26. *rcNameID: =PORTRAIT_DISPLAY
  27. }
  28. *Option: LANDSCAPE_CC270
  29. {
  30. *rcNameID: =LANDSCAPE_DISPLAY
  31. }
  32. }
  33. *%======== InputBin ========
  34. *Feature: InputBin
  35. {
  36. *rcNameID: =PAPER_SOURCE_DISPLAY
  37. *DefaultOption: TracterFeeder
  38. *Option: TracterFeeder
  39. {
  40. *rcNameID: 302
  41. *OptionID: 302
  42. }
  43. *Option: Option2
  44. {
  45. *rcNameID: 303
  46. *OptionID: 303
  47. }
  48. }
  49. *%======== Resolution ========
  50. *Feature: Resolution
  51. {
  52. *rcNameID: =RESOLUTION_DISPLAY
  53. *DefaultOption: Option1
  54. *Option: Option1
  55. {
  56. *Name: "160 x 160 " =DOTS_PER_INCH
  57. *DPI: PAIR(160, 160)
  58. *TextDPI: PAIR(160, 160)
  59. *PinsPerLogPass: 24
  60. *PinsPerPhysPass: 24
  61. *MinStripBlankPixels: 120
  62. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  63. *SpotDiameter: 120
  64. *Command: CmdSendBlockData { *Cmd : "<1B>H<1B>e11<1B>" }
  65. }
  66. }
  67. *%======== PaperSize ========
  68. *Feature: PaperSize
  69. {
  70. *rcNameID: =PAPER_SIZE_DISPLAY
  71. *DefaultOption: 15X11
  72. *Option: 15X11
  73. {
  74. *rcNameID: =15X11_DISPLAY
  75. *Command: CmdSelect
  76. {
  77. *Order: DOC_SETUP.3
  78. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  79. }
  80. *switch: InputBin
  81. {
  82. *case: TracterFeeder
  83. {
  84. *PrintableArea: PAIR(6528, 5046)
  85. *PrintableOrigin: PAIR(336, 117)
  86. }
  87. *case: Option2
  88. {
  89. *PrintableArea: PAIR(6528, 5280)
  90. *PrintableOrigin: PAIR(336, 0)
  91. }
  92. }
  93. }
  94. *Option: 10X11
  95. {
  96. *rcNameID: =10X11_DISPLAY
  97. *Command: CmdSelect
  98. {
  99. *Order: DOC_SETUP.3
  100. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  101. }
  102. *switch: InputBin
  103. {
  104. *case: TracterFeeder
  105. {
  106. *PrintableArea: PAIR(4320, 5046)
  107. *PrintableOrigin: PAIR(240, 117)
  108. }
  109. *case: Option2
  110. {
  111. *PrintableArea: PAIR(4320, 5280)
  112. *PrintableOrigin: PAIR(240, 0)
  113. }
  114. }
  115. }
  116. *Option: CUSTOMSIZE
  117. {
  118. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  119. *MinSize: PAIR(960, 480)
  120. *MaxSize: PAIR(7920, 10224)
  121. *MaxPrintableWidth: 6528
  122. *MinLeftMargin: 0
  123. *CenterPrintable?: FALSE
  124. *switch: InputBin
  125. {
  126. *case: TracterFeeder
  127. {
  128. *% [add] w2k and whisthr custom size 00.12.04
  129. *CustCursorOriginX: %d{0}
  130. *CustCursorOriginY: %d{117}
  131. *CustPrintableOriginX: %d{0}
  132. *CustPrintableOriginY: %d{117}
  133. *CustPrintableSizeX: %d{min(6528,PhysPaperWidth -(0+0))}
  134. *CustPrintableSizeY: %d{PhysPaperLength -(117+117)}
  135. *% *TopMargin: 117
  136. *% *BottomMargin: 117
  137. }
  138. *case: Option2
  139. {
  140. *%[add] w2k and whistler customsize
  141. *CustCursorOriginX: %d{0}
  142. *CustCursorOriginY: %d{0}
  143. *CustPrintableOriginX: %d{0}
  144. *CustPrintableOriginY: %d{0}
  145. *CustPrintableSizeX: %d{min(6528,PhysPaperWidth -(0+0))}
  146. *CustPrintableSizeY: %d{PhysPaperLength -(0+0)}
  147. *% *TopMargin: 0
  148. *% *BottomMargin: 0
  149. }
  150. }
  151. *Command: CmdSelect
  152. {
  153. *Order: DOC_SETUP.3
  154. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  155. }
  156. }
  157. *Option: Option4
  158. {
  159. *rcNameID: 258
  160. *OptionID: 258
  161. *PageDimensions: PAIR(7200, 480)
  162. *Command: CmdSelect
  163. {
  164. *Order: DOC_SETUP.3
  165. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  166. }
  167. *switch: InputBin
  168. {
  169. *case: TracterFeeder
  170. {
  171. *PrintableArea: PAIR(6528, 246)
  172. *PrintableOrigin: PAIR(336, 117)
  173. }
  174. *case: Option2
  175. {
  176. *PrintableArea: PAIR(6528, 480)
  177. *PrintableOrigin: PAIR(336, 0)
  178. }
  179. }
  180. }
  181. *Option: Option5
  182. {
  183. *rcNameID: 259
  184. *OptionID: 259
  185. *PageDimensions: PAIR(7200, 720)
  186. *Command: CmdSelect
  187. {
  188. *Order: DOC_SETUP.3
  189. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  190. }
  191. *switch: InputBin
  192. {
  193. *case: TracterFeeder
  194. {
  195. *PrintableArea: PAIR(6528, 486)
  196. *PrintableOrigin: PAIR(336, 117)
  197. }
  198. *case: Option2
  199. {
  200. *PrintableArea: PAIR(6528, 720)
  201. *PrintableOrigin: PAIR(336, 0)
  202. }
  203. }
  204. }
  205. *Option: Option6
  206. {
  207. *rcNameID: 260
  208. *OptionID: 260
  209. *PageDimensions: PAIR(7200, 960)
  210. *Command: CmdSelect
  211. {
  212. *Order: DOC_SETUP.3
  213. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  214. }
  215. *switch: InputBin
  216. {
  217. *case: TracterFeeder
  218. {
  219. *PrintableArea: PAIR(6528, 726)
  220. *PrintableOrigin: PAIR(336, 117)
  221. }
  222. *case: Option2
  223. {
  224. *PrintableArea: PAIR(6528, 960)
  225. *PrintableOrigin: PAIR(336, 0)
  226. }
  227. }
  228. }
  229. *Option: Option7
  230. {
  231. *rcNameID: 261
  232. *OptionID: 261
  233. *PageDimensions: PAIR(7200, 1200)
  234. *Command: CmdSelect
  235. {
  236. *Order: DOC_SETUP.3
  237. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  238. }
  239. *switch: InputBin
  240. {
  241. *case: TracterFeeder
  242. {
  243. *PrintableArea: PAIR(6528, 966)
  244. *PrintableOrigin: PAIR(336, 117)
  245. }
  246. *case: Option2
  247. {
  248. *PrintableArea: PAIR(6528, 1200)
  249. *PrintableOrigin: PAIR(336, 0)
  250. }
  251. }
  252. }
  253. *Option: Option8
  254. {
  255. *rcNameID: 262
  256. *OptionID: 262
  257. *PageDimensions: PAIR(7200, 1440)
  258. *Command: CmdSelect
  259. {
  260. *Order: DOC_SETUP.3
  261. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  262. }
  263. *switch: InputBin
  264. {
  265. *case: TracterFeeder
  266. {
  267. *PrintableArea: PAIR(6528, 1206)
  268. *PrintableOrigin: PAIR(336, 117)
  269. }
  270. *case: Option2
  271. {
  272. *PrintableArea: PAIR(6528, 1440)
  273. *PrintableOrigin: PAIR(336, 0)
  274. }
  275. }
  276. }
  277. *Option: Option9
  278. {
  279. *rcNameID: 263
  280. *OptionID: 263
  281. *PageDimensions: PAIR(7200, 1680)
  282. *Command: CmdSelect
  283. {
  284. *Order: DOC_SETUP.3
  285. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  286. }
  287. *switch: InputBin
  288. {
  289. *case: TracterFeeder
  290. {
  291. *PrintableArea: PAIR(6528, 1446)
  292. *PrintableOrigin: PAIR(336, 117)
  293. }
  294. *case: Option2
  295. {
  296. *PrintableArea: PAIR(6528, 1680)
  297. *PrintableOrigin: PAIR(336, 0)
  298. }
  299. }
  300. }
  301. *Option: Option10
  302. {
  303. *rcNameID: 264
  304. *OptionID: 264
  305. *PageDimensions: PAIR(7200, 1920)
  306. *Command: CmdSelect
  307. {
  308. *Order: DOC_SETUP.3
  309. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  310. }
  311. *switch: InputBin
  312. {
  313. *case: TracterFeeder
  314. {
  315. *PrintableArea: PAIR(6528, 1686)
  316. *PrintableOrigin: PAIR(336, 117)
  317. }
  318. *case: Option2
  319. {
  320. *PrintableArea: PAIR(6528, 1920)
  321. *PrintableOrigin: PAIR(336, 0)
  322. }
  323. }
  324. }
  325. *Option: Option11
  326. {
  327. *rcNameID: 265
  328. *OptionID: 265
  329. *PageDimensions: PAIR(7200, 2160)
  330. *Command: CmdSelect
  331. {
  332. *Order: DOC_SETUP.3
  333. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  334. }
  335. *switch: InputBin
  336. {
  337. *case: TracterFeeder
  338. {
  339. *PrintableArea: PAIR(6528, 1926)
  340. *PrintableOrigin: PAIR(336, 117)
  341. }
  342. *case: Option2
  343. {
  344. *PrintableArea: PAIR(6528, 2160)
  345. *PrintableOrigin: PAIR(336, 0)
  346. }
  347. }
  348. }
  349. *Option: Option12
  350. {
  351. *rcNameID: 266
  352. *OptionID: 266
  353. *PageDimensions: PAIR(7200, 2240)
  354. *Command: CmdSelect
  355. {
  356. *Order: DOC_SETUP.3
  357. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  358. }
  359. *switch: InputBin
  360. {
  361. *case: TracterFeeder
  362. {
  363. *PrintableArea: PAIR(6528, 2006)
  364. *PrintableOrigin: PAIR(336, 117)
  365. *switch: Resolution
  366. {
  367. *case: Option1
  368. {
  369. *% Warning: the following printable length is adjusted (2006->2004) so it is divisible by the resolution Y scale.
  370. *PrintableArea: PAIR(6528, 2004)
  371. }
  372. }
  373. }
  374. *case: Option2
  375. {
  376. *PrintableArea: PAIR(6528, 2240)
  377. *PrintableOrigin: PAIR(336, 0)
  378. *switch: Resolution
  379. {
  380. *case: Option1
  381. {
  382. *% Warning: the following printable length is adjusted (2240->2238) so it is divisible by the resolution Y scale.
  383. *PrintableArea: PAIR(6528, 2238)
  384. }
  385. }
  386. }
  387. }
  388. }
  389. *Option: Option13
  390. {
  391. *rcNameID: 267
  392. *OptionID: 267
  393. *PageDimensions: PAIR(7200, 2400)
  394. *Command: CmdSelect
  395. {
  396. *Order: DOC_SETUP.3
  397. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  398. }
  399. *switch: InputBin
  400. {
  401. *case: TracterFeeder
  402. {
  403. *PrintableArea: PAIR(6528, 2166)
  404. *PrintableOrigin: PAIR(336, 117)
  405. }
  406. *case: Option2
  407. {
  408. *PrintableArea: PAIR(6528, 2400)
  409. *PrintableOrigin: PAIR(336, 0)
  410. }
  411. }
  412. }
  413. *Option: Option14
  414. {
  415. *rcNameID: 268
  416. *OptionID: 268
  417. *PageDimensions: PAIR(7200, 2640)
  418. *Command: CmdSelect
  419. {
  420. *Order: DOC_SETUP.3
  421. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  422. }
  423. *switch: InputBin
  424. {
  425. *case: TracterFeeder
  426. {
  427. *PrintableArea: PAIR(6528, 2406)
  428. *PrintableOrigin: PAIR(336, 117)
  429. }
  430. *case: Option2
  431. {
  432. *PrintableArea: PAIR(6528, 2640)
  433. *PrintableOrigin: PAIR(336, 0)
  434. }
  435. }
  436. }
  437. *Option: Option15
  438. {
  439. *rcNameID: 269
  440. *OptionID: 269
  441. *PageDimensions: PAIR(7200, 2720)
  442. *Command: CmdSelect
  443. {
  444. *Order: DOC_SETUP.3
  445. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  446. }
  447. *switch: InputBin
  448. {
  449. *case: TracterFeeder
  450. {
  451. *PrintableArea: PAIR(6528, 2486)
  452. *PrintableOrigin: PAIR(336, 117)
  453. *switch: Resolution
  454. {
  455. *case: Option1
  456. {
  457. *% Warning: the following printable length is adjusted (2486->2484) so it is divisible by the resolution Y scale.
  458. *PrintableArea: PAIR(6528, 2484)
  459. }
  460. }
  461. }
  462. *case: Option2
  463. {
  464. *PrintableArea: PAIR(6528, 2720)
  465. *PrintableOrigin: PAIR(336, 0)
  466. *switch: Resolution
  467. {
  468. *case: Option1
  469. {
  470. *% Warning: the following printable length is adjusted (2720->2718) so it is divisible by the resolution Y scale.
  471. *PrintableArea: PAIR(6528, 2718)
  472. }
  473. }
  474. }
  475. }
  476. }
  477. *Option: Option16
  478. {
  479. *rcNameID: 270
  480. *OptionID: 270
  481. *PageDimensions: PAIR(7200, 2880)
  482. *Command: CmdSelect
  483. {
  484. *Order: DOC_SETUP.3
  485. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  486. }
  487. *switch: InputBin
  488. {
  489. *case: TracterFeeder
  490. {
  491. *PrintableArea: PAIR(6528, 2646)
  492. *PrintableOrigin: PAIR(336, 117)
  493. }
  494. *case: Option2
  495. {
  496. *PrintableArea: PAIR(6528, 2880)
  497. *PrintableOrigin: PAIR(336, 0)
  498. }
  499. }
  500. }
  501. *Option: Option17
  502. {
  503. *rcNameID: 271
  504. *OptionID: 271
  505. *PageDimensions: PAIR(7200, 3120)
  506. *Command: CmdSelect
  507. {
  508. *Order: DOC_SETUP.3
  509. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  510. }
  511. *switch: InputBin
  512. {
  513. *case: TracterFeeder
  514. {
  515. *PrintableArea: PAIR(6528, 2886)
  516. *PrintableOrigin: PAIR(336, 117)
  517. }
  518. *case: Option2
  519. {
  520. *PrintableArea: PAIR(6528, 3120)
  521. *PrintableOrigin: PAIR(336, 0)
  522. }
  523. }
  524. }
  525. *Option: Option18
  526. {
  527. *rcNameID: 272
  528. *OptionID: 272
  529. *PageDimensions: PAIR(7200, 3200)
  530. *Command: CmdSelect
  531. {
  532. *Order: DOC_SETUP.3
  533. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  534. }
  535. *switch: InputBin
  536. {
  537. *case: TracterFeeder
  538. {
  539. *PrintableArea: PAIR(6528, 2966)
  540. *PrintableOrigin: PAIR(336, 117)
  541. *switch: Resolution
  542. {
  543. *case: Option1
  544. {
  545. *% Warning: the following printable length is adjusted (2966->2964) so it is divisible by the resolution Y scale.
  546. *PrintableArea: PAIR(6528, 2964)
  547. }
  548. }
  549. }
  550. *case: Option2
  551. {
  552. *PrintableArea: PAIR(6528, 3200)
  553. *PrintableOrigin: PAIR(336, 0)
  554. *switch: Resolution
  555. {
  556. *case: Option1
  557. {
  558. *% Warning: the following printable length is adjusted (3200->3198) so it is divisible by the resolution Y scale.
  559. *PrintableArea: PAIR(6528, 3198)
  560. }
  561. }
  562. }
  563. }
  564. }
  565. *Option: Option19
  566. {
  567. *rcNameID: 273
  568. *OptionID: 273
  569. *PageDimensions: PAIR(7200, 3360)
  570. *Command: CmdSelect
  571. {
  572. *Order: DOC_SETUP.3
  573. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  574. }
  575. *switch: InputBin
  576. {
  577. *case: TracterFeeder
  578. {
  579. *PrintableArea: PAIR(6528, 3126)
  580. *PrintableOrigin: PAIR(336, 117)
  581. }
  582. *case: Option2
  583. {
  584. *PrintableArea: PAIR(6528, 3360)
  585. *PrintableOrigin: PAIR(336, 0)
  586. }
  587. }
  588. }
  589. *Option: Option20
  590. {
  591. *rcNameID: 274
  592. *OptionID: 274
  593. *PageDimensions: PAIR(7200, 3600)
  594. *Command: CmdSelect
  595. {
  596. *Order: DOC_SETUP.3
  597. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  598. }
  599. *switch: InputBin
  600. {
  601. *case: TracterFeeder
  602. {
  603. *PrintableArea: PAIR(6528, 3366)
  604. *PrintableOrigin: PAIR(336, 117)
  605. }
  606. *case: Option2
  607. {
  608. *PrintableArea: PAIR(6528, 3600)
  609. *PrintableOrigin: PAIR(336, 0)
  610. }
  611. }
  612. }
  613. *Option: Option21
  614. {
  615. *rcNameID: 275
  616. *OptionID: 275
  617. *PageDimensions: PAIR(7200, 3840)
  618. *Command: CmdSelect
  619. {
  620. *Order: DOC_SETUP.3
  621. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  622. }
  623. *switch: InputBin
  624. {
  625. *case: TracterFeeder
  626. {
  627. *PrintableArea: PAIR(6528, 3606)
  628. *PrintableOrigin: PAIR(336, 117)
  629. }
  630. *case: Option2
  631. {
  632. *PrintableArea: PAIR(6528, 3840)
  633. *PrintableOrigin: PAIR(336, 0)
  634. }
  635. }
  636. }
  637. *Option: Option22
  638. {
  639. *rcNameID: 276
  640. *OptionID: 276
  641. *PageDimensions: PAIR(7200, 4080)
  642. *Command: CmdSelect
  643. {
  644. *Order: DOC_SETUP.3
  645. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  646. }
  647. *switch: InputBin
  648. {
  649. *case: TracterFeeder
  650. {
  651. *PrintableArea: PAIR(6528, 3846)
  652. *PrintableOrigin: PAIR(336, 117)
  653. }
  654. *case: Option2
  655. {
  656. *PrintableArea: PAIR(6528, 4080)
  657. *PrintableOrigin: PAIR(336, 0)
  658. }
  659. }
  660. }
  661. *Option: Option23
  662. {
  663. *rcNameID: 277
  664. *OptionID: 277
  665. *PageDimensions: PAIR(7200, 4320)
  666. *Command: CmdSelect
  667. {
  668. *Order: DOC_SETUP.3
  669. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  670. }
  671. *switch: InputBin
  672. {
  673. *case: TracterFeeder
  674. {
  675. *PrintableArea: PAIR(6528, 4086)
  676. *PrintableOrigin: PAIR(336, 117)
  677. }
  678. *case: Option2
  679. {
  680. *PrintableArea: PAIR(6528, 4320)
  681. *PrintableOrigin: PAIR(336, 0)
  682. }
  683. }
  684. }
  685. *Option: Option24
  686. {
  687. *rcNameID: 278
  688. *OptionID: 278
  689. *PageDimensions: PAIR(7200, 4560)
  690. *Command: CmdSelect
  691. {
  692. *Order: DOC_SETUP.3
  693. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  694. }
  695. *switch: InputBin
  696. {
  697. *case: TracterFeeder
  698. {
  699. *PrintableArea: PAIR(6528, 4326)
  700. *PrintableOrigin: PAIR(336, 117)
  701. }
  702. *case: Option2
  703. {
  704. *PrintableArea: PAIR(6528, 4560)
  705. *PrintableOrigin: PAIR(336, 0)
  706. }
  707. }
  708. }
  709. *Option: Option25
  710. {
  711. *rcNameID: 279
  712. *OptionID: 279
  713. *PageDimensions: PAIR(7200, 4800)
  714. *Command: CmdSelect
  715. {
  716. *Order: DOC_SETUP.3
  717. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  718. }
  719. *switch: InputBin
  720. {
  721. *case: TracterFeeder
  722. {
  723. *PrintableArea: PAIR(6528, 4566)
  724. *PrintableOrigin: PAIR(336, 117)
  725. }
  726. *case: Option2
  727. {
  728. *PrintableArea: PAIR(6528, 4800)
  729. *PrintableOrigin: PAIR(336, 0)
  730. }
  731. }
  732. }
  733. *Option: Option26
  734. {
  735. *rcNameID: 280
  736. *OptionID: 280
  737. *PageDimensions: PAIR(7200, 1600)
  738. *Command: CmdSelect
  739. {
  740. *Order: DOC_SETUP.3
  741. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  742. }
  743. *switch: InputBin
  744. {
  745. *case: TracterFeeder
  746. {
  747. *PrintableArea: PAIR(6528, 1366)
  748. *PrintableOrigin: PAIR(336, 117)
  749. *switch: Resolution
  750. {
  751. *case: Option1
  752. {
  753. *% Warning: the following printable length is adjusted (1366->1365) so it is divisible by the resolution Y scale.
  754. *PrintableArea: PAIR(6528, 1365)
  755. }
  756. }
  757. }
  758. *case: Option2
  759. {
  760. *PrintableArea: PAIR(6528, 1600)
  761. *PrintableOrigin: PAIR(336, 0)
  762. *switch: Resolution
  763. {
  764. *case: Option1
  765. {
  766. *% Warning: the following printable length is adjusted (1600->1599) so it is divisible by the resolution Y scale.
  767. *PrintableArea: PAIR(6528, 1599)
  768. }
  769. }
  770. }
  771. }
  772. }
  773. *Option: Option27
  774. {
  775. *rcNameID: 282
  776. *OptionID: 282
  777. *PageDimensions: PAIR(7200, 5040)
  778. *Command: CmdSelect
  779. {
  780. *Order: DOC_SETUP.3
  781. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  782. }
  783. *switch: InputBin
  784. {
  785. *case: TracterFeeder
  786. {
  787. *PrintableArea: PAIR(6528, 4806)
  788. *PrintableOrigin: PAIR(336, 117)
  789. }
  790. *case: Option2
  791. {
  792. *PrintableArea: PAIR(6528, 5040)
  793. *PrintableOrigin: PAIR(336, 0)
  794. }
  795. }
  796. }
  797. *Option: Option28
  798. {
  799. *rcNameID: 283
  800. *OptionID: 283
  801. *PageDimensions: PAIR(7200, 1760)
  802. *Command: CmdSelect
  803. {
  804. *Order: DOC_SETUP.3
  805. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  806. }
  807. *switch: InputBin
  808. {
  809. *case: TracterFeeder
  810. {
  811. *PrintableArea: PAIR(6528, 1526)
  812. *PrintableOrigin: PAIR(336, 117)
  813. *switch: Resolution
  814. {
  815. *case: Option1
  816. {
  817. *% Warning: the following printable length is adjusted (1526->1524) so it is divisible by the resolution Y scale.
  818. *PrintableArea: PAIR(6528, 1524)
  819. }
  820. }
  821. }
  822. *case: Option2
  823. {
  824. *PrintableArea: PAIR(6528, 1760)
  825. *PrintableOrigin: PAIR(336, 0)
  826. *switch: Resolution
  827. {
  828. *case: Option1
  829. {
  830. *% Warning: the following printable length is adjusted (1760->1758) so it is divisible by the resolution Y scale.
  831. *PrintableArea: PAIR(6528, 1758)
  832. }
  833. }
  834. }
  835. }
  836. }
  837. *Option: Option29
  838. {
  839. *rcNameID: 284
  840. *OptionID: 284
  841. *PageDimensions: PAIR(7200, 1320)
  842. *Command: CmdSelect
  843. {
  844. *Order: DOC_SETUP.3
  845. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  846. }
  847. *switch: InputBin
  848. {
  849. *case: TracterFeeder
  850. {
  851. *PrintableArea: PAIR(6528, 1086)
  852. *PrintableOrigin: PAIR(336, 117)
  853. }
  854. *case: Option2
  855. {
  856. *PrintableArea: PAIR(6528, 1320)
  857. *PrintableOrigin: PAIR(336, 0)
  858. }
  859. }
  860. }
  861. *Option: Option30
  862. {
  863. *rcNameID: 285
  864. *OptionID: 285
  865. *PageDimensions: PAIR(7200, 1056)
  866. *Command: CmdSelect
  867. {
  868. *Order: DOC_SETUP.3
  869. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  870. }
  871. *switch: InputBin
  872. {
  873. *case: TracterFeeder
  874. {
  875. *PrintableArea: PAIR(6528, 822)
  876. *PrintableOrigin: PAIR(336, 117)
  877. }
  878. *case: Option2
  879. {
  880. *PrintableArea: PAIR(6528, 1056)
  881. *PrintableOrigin: PAIR(336, 0)
  882. }
  883. }
  884. }
  885. *Option: Option31
  886. {
  887. *rcNameID: 286
  888. *OptionID: 286
  889. *PageDimensions: PAIR(7200, 880)
  890. *Command: CmdSelect
  891. {
  892. *Order: DOC_SETUP.3
  893. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  894. }
  895. *switch: InputBin
  896. {
  897. *case: TracterFeeder
  898. {
  899. *PrintableArea: PAIR(6528, 646)
  900. *PrintableOrigin: PAIR(336, 117)
  901. *switch: Resolution
  902. {
  903. *case: Option1
  904. {
  905. *% Warning: the following printable length is adjusted (646->645) so it is divisible by the resolution Y scale.
  906. *PrintableArea: PAIR(6528, 645)
  907. }
  908. }
  909. }
  910. *case: Option2
  911. {
  912. *PrintableArea: PAIR(6528, 880)
  913. *PrintableOrigin: PAIR(336, 0)
  914. *switch: Resolution
  915. {
  916. *case: Option1
  917. {
  918. *% Warning: the following printable length is adjusted (880->879) so it is divisible by the resolution Y scale.
  919. *PrintableArea: PAIR(6528, 879)
  920. }
  921. }
  922. }
  923. }
  924. }
  925. *Option: Option32
  926. {
  927. *rcNameID: 287
  928. *OptionID: 287
  929. *PageDimensions: PAIR(7200, 5520)
  930. *Command: CmdSelect
  931. {
  932. *Order: DOC_SETUP.3
  933. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  934. }
  935. *switch: InputBin
  936. {
  937. *case: TracterFeeder
  938. {
  939. *PrintableArea: PAIR(6528, 5286)
  940. *PrintableOrigin: PAIR(336, 117)
  941. }
  942. *case: Option2
  943. {
  944. *PrintableArea: PAIR(6528, 5520)
  945. *PrintableOrigin: PAIR(336, 0)
  946. }
  947. }
  948. }
  949. *Option: Option33
  950. {
  951. *rcNameID: 288
  952. *OptionID: 288
  953. *PageDimensions: PAIR(7200, 5760)
  954. *Command: CmdSelect
  955. {
  956. *Order: DOC_SETUP.3
  957. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  958. }
  959. *switch: InputBin
  960. {
  961. *case: TracterFeeder
  962. {
  963. *PrintableArea: PAIR(6528, 5526)
  964. *PrintableOrigin: PAIR(336, 117)
  965. }
  966. *case: Option2
  967. {
  968. *PrintableArea: PAIR(6528, 5760)
  969. *PrintableOrigin: PAIR(336, 0)
  970. }
  971. }
  972. }
  973. *Option: Option34
  974. {
  975. *rcNameID: 290
  976. *OptionID: 290
  977. *PageDimensions: PAIR(7200, 6000)
  978. *Command: CmdSelect
  979. {
  980. *Order: DOC_SETUP.3
  981. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  982. }
  983. *switch: InputBin
  984. {
  985. *case: TracterFeeder
  986. {
  987. *PrintableArea: PAIR(6528, 5766)
  988. *PrintableOrigin: PAIR(336, 117)
  989. }
  990. *case: Option2
  991. {
  992. *PrintableArea: PAIR(6528, 6000)
  993. *PrintableOrigin: PAIR(336, 0)
  994. }
  995. }
  996. }
  997. *Option: Option35
  998. {
  999. *rcNameID: 291
  1000. *OptionID: 291
  1001. *PageDimensions: PAIR(7200, 6240)
  1002. *Command: CmdSelect
  1003. {
  1004. *Order: DOC_SETUP.3
  1005. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1006. }
  1007. *switch: InputBin
  1008. {
  1009. *case: TracterFeeder
  1010. {
  1011. *PrintableArea: PAIR(6528, 6006)
  1012. *PrintableOrigin: PAIR(336, 117)
  1013. }
  1014. *case: Option2
  1015. {
  1016. *PrintableArea: PAIR(6528, 6240)
  1017. *PrintableOrigin: PAIR(336, 0)
  1018. }
  1019. }
  1020. }
  1021. *Option: Option36
  1022. {
  1023. *rcNameID: 292
  1024. *OptionID: 292
  1025. *PageDimensions: PAIR(7200, 1560)
  1026. *Command: CmdSelect
  1027. {
  1028. *Order: DOC_SETUP.3
  1029. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1030. }
  1031. *switch: InputBin
  1032. {
  1033. *case: TracterFeeder
  1034. {
  1035. *PrintableArea: PAIR(6528, 1326)
  1036. *PrintableOrigin: PAIR(336, 117)
  1037. }
  1038. *case: Option2
  1039. {
  1040. *PrintableArea: PAIR(6528, 1560)
  1041. *PrintableOrigin: PAIR(336, 0)
  1042. }
  1043. }
  1044. }
  1045. *Option: Option37
  1046. {
  1047. *rcNameID: 293
  1048. *OptionID: 293
  1049. *PageDimensions: PAIR(7200, 6480)
  1050. *Command: CmdSelect
  1051. {
  1052. *Order: DOC_SETUP.3
  1053. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1054. }
  1055. *switch: InputBin
  1056. {
  1057. *case: TracterFeeder
  1058. {
  1059. *PrintableArea: PAIR(6528, 6246)
  1060. *PrintableOrigin: PAIR(336, 117)
  1061. }
  1062. *case: Option2
  1063. {
  1064. *PrintableArea: PAIR(6528, 6480)
  1065. *PrintableOrigin: PAIR(336, 0)
  1066. }
  1067. }
  1068. }
  1069. *Option: Option38
  1070. {
  1071. *rcNameID: 294
  1072. *OptionID: 294
  1073. *PageDimensions: PAIR(7200, 6720)
  1074. *Command: CmdSelect
  1075. {
  1076. *Order: DOC_SETUP.3
  1077. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1078. }
  1079. *switch: InputBin
  1080. {
  1081. *case: TracterFeeder
  1082. {
  1083. *PrintableArea: PAIR(6528, 6486)
  1084. *PrintableOrigin: PAIR(336, 117)
  1085. }
  1086. *case: Option2
  1087. {
  1088. *PrintableArea: PAIR(6528, 6720)
  1089. *PrintableOrigin: PAIR(336, 0)
  1090. }
  1091. }
  1092. }
  1093. *Option: Option39
  1094. {
  1095. *rcNameID: 296
  1096. *OptionID: 296
  1097. *PageDimensions: PAIR(7200, 6960)
  1098. *Command: CmdSelect
  1099. {
  1100. *Order: DOC_SETUP.3
  1101. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1102. }
  1103. *switch: InputBin
  1104. {
  1105. *case: TracterFeeder
  1106. {
  1107. *PrintableArea: PAIR(6528, 6726)
  1108. *PrintableOrigin: PAIR(336, 117)
  1109. }
  1110. *case: Option2
  1111. {
  1112. *PrintableArea: PAIR(6528, 6960)
  1113. *PrintableOrigin: PAIR(336, 0)
  1114. }
  1115. }
  1116. }
  1117. *Option: Option40
  1118. {
  1119. *rcNameID: 297
  1120. *OptionID: 297
  1121. *PageDimensions: PAIR(7200, 7200)
  1122. *Command: CmdSelect
  1123. {
  1124. *Order: DOC_SETUP.3
  1125. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1126. }
  1127. *switch: InputBin
  1128. {
  1129. *case: TracterFeeder
  1130. {
  1131. *PrintableArea: PAIR(6528, 6966)
  1132. *PrintableOrigin: PAIR(336, 117)
  1133. }
  1134. *case: Option2
  1135. {
  1136. *PrintableArea: PAIR(6528, 7200)
  1137. *PrintableOrigin: PAIR(336, 0)
  1138. }
  1139. }
  1140. }
  1141. *Option: Option41
  1142. {
  1143. *rcNameID: 298
  1144. *OptionID: 298
  1145. *PageDimensions: PAIR(7200, 7440)
  1146. *Command: CmdSelect
  1147. {
  1148. *Order: DOC_SETUP.3
  1149. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1150. }
  1151. *switch: InputBin
  1152. {
  1153. *case: TracterFeeder
  1154. {
  1155. *PrintableArea: PAIR(6528, 7206)
  1156. *PrintableOrigin: PAIR(336, 117)
  1157. }
  1158. *case: Option2
  1159. {
  1160. *PrintableArea: PAIR(6528, 7440)
  1161. *PrintableOrigin: PAIR(336, 0)
  1162. }
  1163. }
  1164. }
  1165. *Option: Option42
  1166. {
  1167. *rcNameID: 299
  1168. *OptionID: 299
  1169. *PageDimensions: PAIR(7200, 7680)
  1170. *Command: CmdSelect
  1171. {
  1172. *Order: DOC_SETUP.3
  1173. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1174. }
  1175. *switch: InputBin
  1176. {
  1177. *case: TracterFeeder
  1178. {
  1179. *PrintableArea: PAIR(6528, 7446)
  1180. *PrintableOrigin: PAIR(336, 117)
  1181. }
  1182. *case: Option2
  1183. {
  1184. *PrintableArea: PAIR(6528, 7680)
  1185. *PrintableOrigin: PAIR(336, 0)
  1186. }
  1187. }
  1188. }
  1189. *Option: Option43
  1190. {
  1191. *rcNameID: 300
  1192. *OptionID: 300
  1193. *PageDimensions: PAIR(7200, 7920)
  1194. *Command: CmdSelect
  1195. {
  1196. *Order: DOC_SETUP.3
  1197. *Cmd: "<1B>H<1B>L000<1C>05v" %4d{(PhysPaperLength / 4) }
  1198. }
  1199. *switch: InputBin
  1200. {
  1201. *case: TracterFeeder
  1202. {
  1203. *PrintableArea: PAIR(6528, 7686)
  1204. *PrintableOrigin: PAIR(336, 117)
  1205. }
  1206. *case: Option2
  1207. {
  1208. *PrintableArea: PAIR(6528, 7920)
  1209. *PrintableOrigin: PAIR(336, 0)
  1210. }
  1211. }
  1212. }
  1213. }
  1214. *%======== Combination Check ========
  1215. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option4)
  1216. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option5)
  1217. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option6)
  1218. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option7)
  1219. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option8)
  1220. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option9)
  1221. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option10)
  1222. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option11)
  1223. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option12)
  1224. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option13)
  1225. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option14)
  1226. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option15)
  1227. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option16)
  1228. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option17)
  1229. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option18)
  1230. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option19)
  1231. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option20)
  1232. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option21)
  1233. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option22)
  1234. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option23)
  1235. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option24)
  1236. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option25)
  1237. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option26)
  1238. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option27)
  1239. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option28)
  1240. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option29)
  1241. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option30)
  1242. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option31)
  1243. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option32)
  1244. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option33)
  1245. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option34)
  1246. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option35)
  1247. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option36)
  1248. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option37)
  1249. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option38)
  1250. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option39)
  1251. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option40)
  1252. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option41)
  1253. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option42)
  1254. *InvalidCombination: LIST(InputBin.TracterFeeder, PaperSize.Option43)
  1255. *%======== JIS ON/OFF ========
  1256. *Feature: JISONOFF
  1257. {
  1258. *rcNameID: 313
  1259. *DefaultOption: Option1
  1260. *FeatureType: PRINTER_PROPERTY
  1261. *HelpIndex: 7570
  1262. *Option: Option1
  1263. {
  1264. *rcNameID: 314
  1265. *Command: CmdSelect
  1266. {
  1267. *Order: JOB_SETUP.2
  1268. *Cmd: "<1C>05F2-02"
  1269. }
  1270. }
  1271. *Option: Option2
  1272. {
  1273. *rcNameID: 315
  1274. *Command: CmdSelect
  1275. {
  1276. *Order: JOB_SETUP.2
  1277. *Cmd: "<1C>05F2-00"
  1278. }
  1279. }
  1280. }
  1281. *%======== PrintQuality ========
  1282. *Feature: PrintQuality
  1283. {
  1284. *rcNameID: =TEXT_QUALITY_DISPLAY
  1285. *DefaultOption: Option1
  1286. *HelpIndex: 7560
  1287. *Option: Option1
  1288. {
  1289. *rcNameID: 304
  1290. }
  1291. *Option: Option2
  1292. {
  1293. *rcNameID: 305
  1294. *Command: CmdSelect
  1295. {
  1296. *Order: DOC_SETUP.4
  1297. *Cmd: "<1B>d1"
  1298. }
  1299. }
  1300. *Option: Option3
  1301. {
  1302. *rcNameID: 306
  1303. *Command: CmdSelect
  1304. {
  1305. *Order: DOC_SETUP.4
  1306. *Cmd: "<1B>d2"
  1307. }
  1308. }
  1309. *Option: Option4
  1310. {
  1311. *rcNameID: 307
  1312. *Command: CmdSelect
  1313. {
  1314. *Order: DOC_SETUP.4
  1315. *Cmd: "<1B>d0"
  1316. }
  1317. }
  1318. }
  1319. *%======== PrintDensity ========
  1320. *Feature: PrintDensity
  1321. {
  1322. *rcNameID: =PRINTDENSITY_DISPLAY
  1323. *DefaultOption: Option1
  1324. *HelpIndex: 7590
  1325. *Option: Option1
  1326. {
  1327. *rcNameID: 304
  1328. }
  1329. *Option: Option2
  1330. {
  1331. *rcNameID: 305
  1332. *Command: CmdSelect
  1333. {
  1334. *Order: DOC_SETUP.5
  1335. *Cmd: "<1B>d6"
  1336. }
  1337. }
  1338. *Option: Option3
  1339. {
  1340. *rcNameID: 310
  1341. *Command: CmdSelect
  1342. {
  1343. *Order: DOC_SETUP.5
  1344. *Cmd: "<1B>d3"
  1345. }
  1346. }
  1347. *Option: Option4
  1348. {
  1349. *rcNameID: 311
  1350. *Command: CmdSelect
  1351. {
  1352. *Order: DOC_SETUP.5
  1353. *Cmd: "<1B>d4"
  1354. }
  1355. }
  1356. *Option: Option5
  1357. {
  1358. *rcNameID: 312
  1359. *Command: CmdSelect
  1360. {
  1361. *Order: DOC_SETUP.5
  1362. *Cmd: "<1B>d5"
  1363. }
  1364. }
  1365. }
  1366. *%======== Halftone ========
  1367. *Feature: Halftone
  1368. {
  1369. *rcNameID: =HALFTONING_DISPLAY
  1370. *DefaultOption: HT_PATSIZE_AUTO
  1371. *Option: HT_PATSIZE_AUTO
  1372. {
  1373. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1374. }
  1375. *Option: HT_PATSIZE_SUPERCELL_M
  1376. {
  1377. *rcNameID: =HT_SUPERCELL_DISPLAY
  1378. }
  1379. *Option: HT_PATSIZE_6x6_M
  1380. {
  1381. *rcNameID: =HT_DITHER6X6_DISPLAY
  1382. }
  1383. *Option: HT_PATSIZE_8x8_M
  1384. {
  1385. *rcNameID: =HT_DITHER8X8_DISPLAY
  1386. }
  1387. }
  1388. *%======== StartJob ========
  1389. *Command: CmdStartJob
  1390. {
  1391. *Order: JOB_SETUP.1
  1392. *Cmd : "<180F><1C>04K160<1B>$<1B>M<1B>2<1B>/136<1C>A<1B>f<1B>s0<1B>l-<1B>_1<1C>04LS12<1C>w0,0.<1B>h0"
  1393. }
  1394. *%======== StartDoc ========
  1395. *Command: CmdStartDoc
  1396. {
  1397. *Order: DOC_SETUP.1
  1398. *Cmd: "<1B>H<1B>e11<1B221B>Y<1B>L000<1B>A<1B>O0<1C>c,,0."
  1399. }
  1400. *%======== EndJob ========
  1401. *Command: CmdEndJob
  1402. {
  1403. *Order: JOB_FINISH.1
  1404. *Cmd: "<1B>c8"
  1405. }
  1406. *%======== EndPage ========
  1407. *Command: CmdEndPage
  1408. {
  1409. *Order: PAGE_FINISH.1
  1410. *Cmd: "<18>"
  1411. }
  1412. *%======== capabilities ========
  1413. *RotateCoordinate?: FALSE
  1414. *RotateRaster?: FALSE
  1415. *RotateFont?: FALSE
  1416. *switch: Orientation
  1417. {
  1418. *case: PORTRAIT
  1419. {
  1420. *TextCaps: LIST(TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  1421. }
  1422. *case: LANDSCAPE_CC270
  1423. {
  1424. *TextCaps: LIST(TC_RA_ABLE)
  1425. }
  1426. }
  1427. *ReselectFont: LIST(AFTER_GRXDATA, AFTER_XMOVE)
  1428. *%======== Cursor Control ========
  1429. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1430. *YMoveAttributes: LIST(SEND_CR_FIRST)
  1431. *YMoveAttributes: LIST(SEND_CR_FIRST,FAVOR_LF)
  1432. *MaxLineSpacing: 297
  1433. *XMoveThreshold: 0
  1434. *XMoveUnit: 160
  1435. *AbsXMovesRightOnly?: TRUE
  1436. *Command: CmdXMoveAbsolute { *Cmd : "<1B>H<1B>e11<1B>F" %4d[0,2175]{max_repeat((DestX / 3) )} }
  1437. *LineSpacingMoveUnit: 120
  1438. *Command: CmdSetLineSpacing { *Cmd : "<1B>T" %2d[0,99]{(LinefeedSpacing / 4) } }
  1439. *Command: CmdCR { *Cmd : "<0D>" }
  1440. *Command: CmdLF { *Cmd : "<0A>" }
  1441. *Command: CmdFF { *Cmd : "<0D0C>" }
  1442. *Command: CmdBackSpace { *Cmd : "<08>" }
  1443. *EjectPageWithFF?: TRUE
  1444. *%======== Raster Data ========
  1445. *OutputDataFormat: V_BYTE
  1446. *OptimizeLeftBound?: FALSE
  1447. *CursorXAfterSendBlockData: AT_GRXDATA_END
  1448. *CursorYAfterSendBlockData: NO_MOVE
  1449. *MirrorRasterByte?: FALSE
  1450. *%======== Device Font ========
  1451. *DefaultFont: 1
  1452. *DefaultCTT: 2
  1453. *switch: Orientation
  1454. {
  1455. *case: PORTRAIT
  1456. {
  1457. *DeviceFonts: LIST(60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,
  1458. + 76,77,78,79,80,81,82,83,84)
  1459. }
  1460. *case: LANDSCAPE_CC270
  1461. {
  1462. *DeviceFonts: LIST()
  1463. }
  1464. }
  1465. *%======== Font Simulation ========
  1466. *Command: CmdBoldOn { *Cmd : "<1C>c,,1." }
  1467. *Command: CmdItalicOn { *Cmd : "<1C>c,,2." }
  1468. *Command: CmdClearAllFontAttribs { *Cmd : "<1C>c,,0." }
  1469. *Command: CmdUnderlineOn { *Cmd : "<1B>X" }
  1470. *Command: CmdUnderlineOff { *Cmd : "<1B>Y" }