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.

800 lines
22 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileName: "OK320TDI.GPD"
  7. *GPDFileVersion: "1.0"
  8. *Include: "StdNames.gpd"
  9. *ModelName: "Okidata ML 320 Turbo/D (IBM)"
  10. *MasterUnits: PAIR(720, 216)
  11. *ResourceDLL: "ok9ibres.dll"
  12. *PrinterType: SERIAL
  13. *% ==================================
  14. *% Orientation Feature
  15. *% ==================================
  16. *Feature: Orientation
  17. {
  18. *rcNameID: =ORIENTATION_DISPLAY
  19. *DefaultOption: PORTRAIT
  20. *Option: PORTRAIT
  21. {
  22. *rcNameID: =PORTRAIT_DISPLAY
  23. }
  24. *Option: LANDSCAPE_CC270
  25. {
  26. *rcNameID: =LANDSCAPE_DISPLAY
  27. }
  28. }
  29. *Feature: InputBin
  30. {
  31. *rcNameID: =PAPER_SOURCE_DISPLAY
  32. *DefaultOption: TRACTOR
  33. *Option: TRACTOR
  34. {
  35. *rcNameID: =TRACTOR_DISPLAY
  36. }
  37. *Option: MANUAL
  38. {
  39. *rcNameID: =MANUAL_FEED_DISPLAY
  40. }
  41. *Option: AUTO
  42. {
  43. *rcNameID: =AUTO_DISPLAY
  44. *Command: CmdSelect
  45. {
  46. *Order: DOC_SETUP.7
  47. *Cmd: "<1B19>I<1B>C<00FF>"
  48. }
  49. }
  50. *Option: Option4
  51. {
  52. *rcNameID: 262
  53. *Command: CmdSelect
  54. {
  55. *Order: DOC_SETUP.7
  56. *Cmd: "<1B1901>"
  57. }
  58. }
  59. *Option: Option5
  60. {
  61. *rcNameID: 263
  62. *Command: CmdSelect
  63. {
  64. *Order: DOC_SETUP.7
  65. *Cmd: "<1B1902>"
  66. }
  67. }
  68. }
  69. *Feature: Resolution
  70. {
  71. *rcNameID: =RESOLUTION_DISPLAY
  72. *DefaultOption: Option1
  73. *Option: Option1
  74. {
  75. *Name: "120 x 72 " =DOTS_PER_INCH
  76. *DPI: PAIR(120, 72)
  77. *TextDPI: PAIR(120, 72)
  78. *PinsPerLogPass: 8
  79. *PinsPerPhysPass: 8
  80. *RequireUniDir?: TRUE
  81. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  82. EXTERN_GLOBAL: *TextYOffset: 14
  83. *SpotDiameter: 100
  84. *Command: CmdSendBlockData { *Cmd : "<1B>L" %l{NumOfDataBytes} }
  85. }
  86. *Option: Option2
  87. {
  88. *Name: "60 x 72 " =DOTS_PER_INCH
  89. *DPI: PAIR(60, 72)
  90. *TextDPI: PAIR(60, 72)
  91. *PinsPerLogPass: 8
  92. *PinsPerPhysPass: 8
  93. *RequireUniDir?: TRUE
  94. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  95. *SpotDiameter: 100
  96. *Command: CmdSendBlockData { *Cmd : "<1B>K" %l{NumOfDataBytes} }
  97. }
  98. *Option: Option3
  99. {
  100. *Name: "240 x 216 " =DOTS_PER_INCH
  101. *DPI: PAIR(240, 216)
  102. *TextDPI: PAIR(240, 216)
  103. *PinsPerLogPass: 24
  104. *PinsPerPhysPass: 8
  105. *MinStripBlankPixels: 240
  106. *RequireUniDir?: TRUE
  107. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  108. *SpotDiameter: 170
  109. *Command: CmdSendBlockData { *Cmd : "<1B>Z" %l{NumOfDataBytes} }
  110. }
  111. }
  112. *Feature: PaperSize
  113. {
  114. *rcNameID: =PAPER_SIZE_DISPLAY
  115. *DefaultOption: LETTER
  116. *Option: LETTER
  117. {
  118. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  119. *Command: CmdSelect
  120. {
  121. *Order: DOC_SETUP.8
  122. *Cmd: "<1B>C<000B>"
  123. }
  124. *switch: InputBin
  125. {
  126. *case: TRACTOR
  127. {
  128. *PrintableArea: PAIR(5760, 2376)
  129. *PrintableOrigin: PAIR(180, 0)
  130. }
  131. *case: MANUAL
  132. {
  133. *PrintableArea: PAIR(5760, 1957)
  134. *PrintableOrigin: PAIR(180, 189)
  135. *switch: Resolution
  136. {
  137. *case: Option1
  138. {
  139. *PrintableArea: PAIR(5760, 1956)
  140. }
  141. *case: Option2
  142. {
  143. *PrintableArea: PAIR(5760, 1956)
  144. }
  145. }
  146. }
  147. *case: AUTO
  148. {
  149. *PrintableArea: PAIR(5760, 2110)
  150. *PrintableOrigin: PAIR(180, 108)
  151. *switch: Resolution
  152. {
  153. *case: Option1
  154. {
  155. *PrintableArea: PAIR(5760, 2109)
  156. }
  157. *case: Option2
  158. {
  159. *PrintableArea: PAIR(5760, 2109)
  160. }
  161. }
  162. }
  163. *case: Option4
  164. {
  165. *PrintableArea: PAIR(5760, 2110)
  166. *PrintableOrigin: PAIR(180, 108)
  167. *switch: Resolution
  168. {
  169. *case: Option1
  170. {
  171. *PrintableArea: PAIR(5760, 2109)
  172. }
  173. *case: Option2
  174. {
  175. *PrintableArea: PAIR(5760, 2109)
  176. }
  177. }
  178. }
  179. *case: Option5
  180. {
  181. *PrintableArea: PAIR(5760, 2110)
  182. *PrintableOrigin: PAIR(180, 108)
  183. *switch: Resolution
  184. {
  185. *case: Option1
  186. {
  187. *PrintableArea: PAIR(5760, 2109)
  188. }
  189. *case: Option2
  190. {
  191. *PrintableArea: PAIR(5760, 2109)
  192. }
  193. }
  194. }
  195. }
  196. }
  197. *Option: LEGAL
  198. {
  199. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  200. *Command: CmdSelect
  201. {
  202. *Order: DOC_SETUP.8
  203. *Cmd: "<1B>C<000E>"
  204. }
  205. *switch: InputBin
  206. {
  207. *case: TRACTOR
  208. {
  209. *PrintableArea: PAIR(5760, 3024)
  210. *PrintableOrigin: PAIR(180, 0)
  211. }
  212. *case: MANUAL
  213. {
  214. *PrintableArea: PAIR(5760, 2605)
  215. *PrintableOrigin: PAIR(180, 189)
  216. *switch: Resolution
  217. {
  218. *case: Option1
  219. {
  220. *PrintableArea: PAIR(5760, 2604)
  221. }
  222. *case: Option2
  223. {
  224. *PrintableArea: PAIR(5760, 2604)
  225. }
  226. }
  227. }
  228. *case: AUTO
  229. {
  230. *PrintableArea: PAIR(5760, 2758)
  231. *PrintableOrigin: PAIR(180, 108)
  232. *switch: Resolution
  233. {
  234. *case: Option1
  235. {
  236. *PrintableArea: PAIR(5760, 2757)
  237. }
  238. *case: Option2
  239. {
  240. *PrintableArea: PAIR(5760, 2757)
  241. }
  242. }
  243. }
  244. *case: Option4
  245. {
  246. *PrintableArea: PAIR(5760, 2758)
  247. *PrintableOrigin: PAIR(180, 108)
  248. *switch: Resolution
  249. {
  250. *case: Option1
  251. {
  252. *PrintableArea: PAIR(5760, 2757)
  253. }
  254. *case: Option2
  255. {
  256. *PrintableArea: PAIR(5760, 2757)
  257. }
  258. }
  259. }
  260. *case: Option5
  261. {
  262. *PrintableArea: PAIR(5760, 2758)
  263. *PrintableOrigin: PAIR(180, 108)
  264. *switch: Resolution
  265. {
  266. *case: Option1
  267. {
  268. *PrintableArea: PAIR(5760, 2757)
  269. }
  270. *case: Option2
  271. {
  272. *PrintableArea: PAIR(5760, 2757)
  273. }
  274. }
  275. }
  276. }
  277. }
  278. *Option: A4
  279. {
  280. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  281. *Command: CmdSelect
  282. {
  283. *Order: DOC_SETUP.8
  284. *Cmd: "<1B>2<1B>CF"
  285. }
  286. *switch: InputBin
  287. {
  288. *case: TRACTOR
  289. {
  290. *PrintableArea: PAIR(5760, 2525)
  291. *PrintableOrigin: PAIR(180, 0)
  292. *switch: Resolution
  293. {
  294. *case: Option1
  295. {
  296. *PrintableArea: PAIR(5760, 2523)
  297. }
  298. *case: Option2
  299. {
  300. *PrintableArea: PAIR(5760, 2523)
  301. }
  302. }
  303. }
  304. *case: MANUAL
  305. {
  306. *PrintableArea: PAIR(5760, 2106)
  307. *PrintableOrigin: PAIR(180, 189)
  308. }
  309. *case: AUTO
  310. {
  311. *PrintableArea: PAIR(5760, 2259)
  312. *PrintableOrigin: PAIR(180, 108)
  313. }
  314. *case: Option4
  315. {
  316. *PrintableArea: PAIR(5760, 2259)
  317. *PrintableOrigin: PAIR(180, 108)
  318. }
  319. *case: Option5
  320. {
  321. *PrintableArea: PAIR(5760, 2259)
  322. *PrintableOrigin: PAIR(180, 108)
  323. }
  324. }
  325. }
  326. *Option: B5
  327. {
  328. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  329. *Command: CmdSelect
  330. {
  331. *Order: DOC_SETUP.8
  332. *Cmd: "<1B>2<1B>C%<"
  333. }
  334. *switch: InputBin
  335. {
  336. *case: TRACTOR
  337. {
  338. *PrintableArea: PAIR(4982, 2186)
  339. *PrintableOrigin: PAIR(180, 0)
  340. *switch: Resolution
  341. {
  342. *case: Option1
  343. {
  344. *PrintableArea: PAIR(4980, 2184)
  345. }
  346. *case: Option2
  347. {
  348. *PrintableArea: PAIR(4980, 2184)
  349. }
  350. *case: Option3
  351. {
  352. *PrintableArea: PAIR(4980, 2186)
  353. }
  354. }
  355. }
  356. *case: MANUAL
  357. {
  358. *PrintableArea: PAIR(4982, 1767)
  359. *PrintableOrigin: PAIR(180, 189)
  360. *switch: Resolution
  361. {
  362. *case: Option1
  363. {
  364. *PrintableArea: PAIR(4980, 1767)
  365. }
  366. *case: Option2
  367. {
  368. *PrintableArea: PAIR(4980, 1767)
  369. }
  370. *case: Option3
  371. {
  372. *PrintableArea: PAIR(4980, 1767)
  373. }
  374. }
  375. }
  376. *case: AUTO
  377. {
  378. *PrintableArea: PAIR(4982, 1920)
  379. *PrintableOrigin: PAIR(180, 108)
  380. *switch: Resolution
  381. {
  382. *case: Option1
  383. {
  384. *PrintableArea: PAIR(4980, 1920)
  385. }
  386. *case: Option2
  387. {
  388. *PrintableArea: PAIR(4980, 1920)
  389. }
  390. *case: Option3
  391. {
  392. *PrintableArea: PAIR(4980, 1920)
  393. }
  394. }
  395. }
  396. *case: Option4
  397. {
  398. *PrintableArea: PAIR(4982, 1920)
  399. *PrintableOrigin: PAIR(180, 108)
  400. *switch: Resolution
  401. {
  402. *case: Option1
  403. {
  404. *PrintableArea: PAIR(4980, 1920)
  405. }
  406. *case: Option2
  407. {
  408. *PrintableArea: PAIR(4980, 1920)
  409. }
  410. *case: Option3
  411. {
  412. *PrintableArea: PAIR(4980, 1920)
  413. }
  414. }
  415. }
  416. *case: Option5
  417. {
  418. *PrintableArea: PAIR(4982, 1920)
  419. *PrintableOrigin: PAIR(180, 108)
  420. *switch: Resolution
  421. {
  422. *case: Option1
  423. {
  424. *PrintableArea: PAIR(4980, 1920)
  425. }
  426. *case: Option2
  427. {
  428. *PrintableArea: PAIR(4980, 1920)
  429. }
  430. *case: Option3
  431. {
  432. *PrintableArea: PAIR(4980, 1920)
  433. }
  434. }
  435. }
  436. }
  437. }
  438. *Option: Option5
  439. {
  440. *rcNameID: 259
  441. *PageDimensions: PAIR(6120, 2592)
  442. *Command: CmdSelect
  443. {
  444. *Order: DOC_SETUP.8
  445. *Cmd: "<1B>C<000C>"
  446. }
  447. *switch: InputBin
  448. {
  449. *case: TRACTOR
  450. {
  451. *PrintableArea: PAIR(5760, 2592)
  452. *PrintableOrigin: PAIR(180, 0)
  453. }
  454. *case: MANUAL
  455. {
  456. *PrintableArea: PAIR(5760, 2173)
  457. *PrintableOrigin: PAIR(180, 189)
  458. *switch: Resolution
  459. {
  460. *case: Option1
  461. {
  462. *PrintableArea: PAIR(5760, 2172)
  463. }
  464. *case: Option2
  465. {
  466. *PrintableArea: PAIR(5760, 2172)
  467. }
  468. }
  469. }
  470. *case: AUTO
  471. {
  472. *PrintableArea: PAIR(5760, 2326)
  473. *PrintableOrigin: PAIR(180, 108)
  474. *switch: Resolution
  475. {
  476. *case: Option1
  477. {
  478. *PrintableArea: PAIR(5760, 2325)
  479. }
  480. *case: Option2
  481. {
  482. *PrintableArea: PAIR(5760, 2325)
  483. }
  484. }
  485. }
  486. *case: Option4
  487. {
  488. *PrintableArea: PAIR(5760, 2326)
  489. *PrintableOrigin: PAIR(180, 108)
  490. *switch: Resolution
  491. {
  492. *case: Option1
  493. {
  494. *PrintableArea: PAIR(5760, 2325)
  495. }
  496. *case: Option2
  497. {
  498. *PrintableArea: PAIR(5760, 2325)
  499. }
  500. }
  501. }
  502. *case: Option5
  503. {
  504. *PrintableArea: PAIR(5760, 2326)
  505. *PrintableOrigin: PAIR(180, 108)
  506. *switch: Resolution
  507. {
  508. *case: Option1
  509. {
  510. *PrintableArea: PAIR(5760, 2325)
  511. }
  512. *case: Option2
  513. {
  514. *PrintableArea: PAIR(5760, 2325)
  515. }
  516. }
  517. }
  518. }
  519. }
  520. *Option: Option6
  521. {
  522. *rcNameID: 260
  523. *PageDimensions: PAIR(6120, 2592)
  524. *Command: CmdSelect
  525. {
  526. *Order: DOC_SETUP.8
  527. *Cmd: "<1B>C<000D>"
  528. }
  529. *switch: InputBin
  530. {
  531. *case: TRACTOR
  532. {
  533. *PrintableArea: PAIR(5760, 2592)
  534. *PrintableOrigin: PAIR(180, 0)
  535. }
  536. *case: MANUAL
  537. {
  538. *PrintableArea: PAIR(5760, 2173)
  539. *PrintableOrigin: PAIR(180, 189)
  540. *switch: Resolution
  541. {
  542. *case: Option1
  543. {
  544. *PrintableArea: PAIR(5760, 2172)
  545. }
  546. *case: Option2
  547. {
  548. *PrintableArea: PAIR(5760, 2172)
  549. }
  550. }
  551. }
  552. *case: AUTO
  553. {
  554. *PrintableArea: PAIR(5760, 2326)
  555. *PrintableOrigin: PAIR(180, 108)
  556. *switch: Resolution
  557. {
  558. *case: Option1
  559. {
  560. *PrintableArea: PAIR(5760, 2325)
  561. }
  562. *case: Option2
  563. {
  564. *PrintableArea: PAIR(5760, 2325)
  565. }
  566. }
  567. }
  568. *case: Option4
  569. {
  570. *PrintableArea: PAIR(5760, 2326)
  571. *PrintableOrigin: PAIR(180, 108)
  572. *switch: Resolution
  573. {
  574. *case: Option1
  575. {
  576. *PrintableArea: PAIR(5760, 2325)
  577. }
  578. *case: Option2
  579. {
  580. *PrintableArea: PAIR(5760, 2325)
  581. }
  582. }
  583. }
  584. *case: Option5
  585. {
  586. *PrintableArea: PAIR(5760, 2326)
  587. *PrintableOrigin: PAIR(180, 108)
  588. *switch: Resolution
  589. {
  590. *case: Option1
  591. {
  592. *PrintableArea: PAIR(5760, 2325)
  593. }
  594. *case: Option2
  595. {
  596. *PrintableArea: PAIR(5760, 2325)
  597. }
  598. }
  599. }
  600. }
  601. }
  602. *Option: Option7
  603. {
  604. *rcNameID: 261
  605. *PageDimensions: PAIR(6235, 935)
  606. *Command: CmdSelect
  607. {
  608. *Order: DOC_SETUP.8
  609. *Cmd: "<1B>2<1B>C<1A>"
  610. }
  611. *switch: InputBin
  612. {
  613. *case: TRACTOR
  614. {
  615. *PrintableArea: PAIR(5760, 935)
  616. *PrintableOrigin: PAIR(180, 0)
  617. *switch: Resolution
  618. {
  619. *case: Option1
  620. {
  621. *PrintableArea: PAIR(5760, 933)
  622. }
  623. *case: Option2
  624. {
  625. *PrintableArea: PAIR(5760, 933)
  626. }
  627. }
  628. }
  629. *case: MANUAL
  630. {
  631. *PrintableArea: PAIR(5760, 516)
  632. *PrintableOrigin: PAIR(180, 189)
  633. }
  634. *case: AUTO
  635. {
  636. *PrintableArea: PAIR(5760, 669)
  637. *PrintableOrigin: PAIR(180, 108)
  638. }
  639. *case: Option4
  640. {
  641. *PrintableArea: PAIR(5760, 669)
  642. *PrintableOrigin: PAIR(180, 108)
  643. }
  644. *case: Option5
  645. {
  646. *PrintableArea: PAIR(5760, 669)
  647. *PrintableOrigin: PAIR(180, 108)
  648. }
  649. }
  650. }
  651. *Option: CUSTOMSIZE
  652. {
  653. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  654. *MinSize: PAIR(720, 216)
  655. *MaxSize: PAIR(6120, 4752)
  656. *MaxPrintableWidth: 5760
  657. *MinLeftMargin: 180
  658. *CenterPrintable?: FALSE
  659. *switch: InputBin
  660. {
  661. *case: TRACTOR
  662. {
  663. *TopMargin: 0
  664. *BottomMargin: 0
  665. }
  666. *case: MANUAL
  667. {
  668. *TopMargin: 189
  669. *BottomMargin: 230
  670. }
  671. *case: AUTO
  672. {
  673. *TopMargin: 108
  674. *BottomMargin: 158
  675. }
  676. *case: Option4
  677. {
  678. *TopMargin: 108
  679. *BottomMargin: 158
  680. }
  681. *case: Option5
  682. {
  683. *TopMargin: 108
  684. *BottomMargin: 158
  685. }
  686. }
  687. }
  688. }
  689. *Feature: Halftone
  690. {
  691. *rcNameID: =HALFTONING_DISPLAY
  692. *DefaultOption: HT_PATSIZE_AUTO
  693. *Option: HT_PATSIZE_AUTO
  694. {
  695. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  696. }
  697. *Option: HT_PATSIZE_SUPERCELL_M
  698. {
  699. *rcNameID: =HT_SUPERCELL_DISPLAY
  700. }
  701. *Option: HT_PATSIZE_6x6_M
  702. {
  703. *rcNameID: =HT_DITHER6X6_DISPLAY
  704. }
  705. *Option: HT_PATSIZE_8x8_M
  706. {
  707. *rcNameID: =HT_DITHER8X8_DISPLAY
  708. }
  709. }
  710. *Command: CmdStartDoc
  711. {
  712. *Order: DOC_SETUP.1
  713. *Cmd: "<121B>V<001B>U<011B>6<1B>2<1B>I<031B>W0"
  714. }
  715. *Command: CmdStartPage
  716. {
  717. *Order: PAGE_SETUP.1
  718. *Cmd: "<0D>"
  719. }
  720. *Command: CmdEndJob
  721. {
  722. *Order: JOB_FINISH.1
  723. *Cmd: "<1B>@"
  724. }
  725. *RotateCoordinate?: FALSE
  726. *RotateRaster?: FALSE
  727. *RotateFont?: FALSE
  728. *switch: Orientation
  729. {
  730. *case: PORTRAIT
  731. {
  732. *TextCaps: LIST(TC_OP_CHARACTER,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_SO_ABLE,TC_RA_ABLE)
  733. }
  734. *case: LANDSCAPE_CC270
  735. {
  736. *TextCaps: LIST(TC_RA_ABLE)
  737. }
  738. }
  739. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  740. *YMoveAttributes: LIST(SEND_CR_FIRST)
  741. *MaxLineSpacing: 255
  742. *YMoveThreshold: *
  743. *YMoveUnit: 216
  744. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat(DestYRel )} }
  745. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{LinefeedSpacing } }
  746. *Command: CmdCR { *Cmd : "<0D>" }
  747. *Command: CmdLF { *Cmd : "<0A>" }
  748. *Command: CmdFF { *Cmd : "<0C1B19>R" }
  749. *Command: CmdBackSpace { *Cmd : "<08>" }
  750. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  751. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  752. *EjectPageWithFF?: FALSE
  753. *switch: InputBin
  754. {
  755. *case: MANUAL
  756. {
  757. *EjectPageWithFF?: TRUE
  758. }
  759. *case: AUTO
  760. {
  761. *EjectPageWithFF?: TRUE
  762. }
  763. *case: Option4
  764. {
  765. *EjectPageWithFF?: TRUE
  766. }
  767. *case: Option5
  768. {
  769. *EjectPageWithFF?: TRUE
  770. }
  771. }
  772. *OutputDataFormat: V_BYTE
  773. *OptimizeLeftBound?: FALSE
  774. *CursorXAfterSendBlockData: AT_GRXDATA_END
  775. *CursorYAfterSendBlockData: NO_MOVE
  776. *DefaultFont: 111
  777. *DefaultCTT: 2
  778. *switch: Orientation
  779. {
  780. *case: PORTRAIT
  781. {
  782. *DeviceFonts: LIST(109,110,111,112,113,114,115,116,117,118,119,120,121,122)
  783. }
  784. *case: LANDSCAPE_CC270
  785. {
  786. *DeviceFonts: LIST()
  787. }
  788. }
  789. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  790. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  791. *Command: CmdItalicOn { *Cmd : "<1B>%%G" }
  792. *Command: CmdItalicOff { *Cmd : "<1B>%%H" }
  793. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  794. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }
  795. *Command: CmdStrikeThruOn { *Cmd : "<1B>_<01>" }
  796. *Command: CmdStrikeThruOff { *Cmd : "<1B>_<00>" }
  797. *Command: CmdSelectSingleByteMode { *Cmd : "<1B>%%P" }
  798. *Command: CmdSelectDoubleByteMode { *Cmd : "<1B>%%Q" }