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.

639 lines
21 KiB

  1. *%
  2. *% Copyright (c) 1997 - 2000 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *Include: "StdNames.gpd"
  7. *GPDFileVersion: "1.0"
  8. *GPDFileName: "epl580mk.gpd"
  9. *ModelName: "EPSON LQ-580H (KSSM)"
  10. *MasterUnits: PAIR(360, 360)
  11. *ResourceDLL: "kssmkres.dll"
  12. *PrinterType: SERIAL
  13. *Feature: Orientation
  14. {
  15. *rcNameID: =ORIENTATION_DISPLAY
  16. *DefaultOption: PORTRAIT
  17. *Option: PORTRAIT
  18. {
  19. *rcNameID: =PORTRAIT_DISPLAY
  20. }
  21. *Option: LANDSCAPE_CC270
  22. {
  23. *rcNameID: =LANDSCAPE_DISPLAY
  24. }
  25. }
  26. *Feature: InputBin
  27. {
  28. *rcNameID: =PAPER_SOURCE_DISPLAY
  29. *DefaultOption: TRACTOR
  30. *Option: TRACTOR
  31. {
  32. *rcNameID: =TRACTOR_DISPLAY
  33. *Command: CmdSelect
  34. {
  35. *Order: DOC_SETUP.3
  36. *Cmd: "<1B19>0"
  37. }
  38. }
  39. *Option: MANUAL
  40. {
  41. *rcNameID: =MANUAL_FEED_DISPLAY
  42. *Command: CmdSelect
  43. {
  44. *Order: DOC_SETUP.3
  45. *Cmd: "<1B19>0"
  46. }
  47. }
  48. *Option: UPPER
  49. {
  50. *rcNameID: =UPPER_TRAY_DISPLAY
  51. *Command: CmdSelect
  52. {
  53. *Order: DOC_SETUP.3
  54. *Cmd: "<1B19>4<1B19>1"
  55. }
  56. }
  57. *Option: LOWER
  58. {
  59. *rcNameID: =LOWER_TRAY_DISPLAY
  60. *Command: CmdSelect
  61. {
  62. *Order: DOC_SETUP.3
  63. *Cmd: "<1B19>4<1B19>2"
  64. }
  65. }
  66. }
  67. *Feature: Resolution
  68. {
  69. *rcNameID: =RESOLUTION_DISPLAY
  70. *DefaultOption: Option2
  71. *Option: Option1
  72. {
  73. *Name: "360 x 180 " =DOTS_PER_INCH
  74. *DPI: PAIR(360, 180)
  75. *TextDPI: PAIR(360, 180)
  76. *PinsPerLogPass: 24
  77. *PinsPerPhysPass: 24
  78. *MinStripBlankPixels: 360
  79. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  80. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  81. *SpotDiameter: 170
  82. *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  83. }
  84. *Option: Option2
  85. {
  86. *Name: "180 x 180 " =DOTS_PER_INCH
  87. *DPI: PAIR(180, 180)
  88. *TextDPI: PAIR(180, 180)
  89. *PinsPerLogPass: 24
  90. *PinsPerPhysPass: 24
  91. *MinStripBlankPixels: 180
  92. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  93. *SpotDiameter: 120
  94. *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{NumOfDataBytes / 3} }
  95. }
  96. *Option: Option3
  97. {
  98. *Name: "120 x 180 " =DOTS_PER_INCH
  99. *DPI: PAIR(120, 180)
  100. *TextDPI: PAIR(120, 180)
  101. *PinsPerLogPass: 24
  102. *PinsPerPhysPass: 24
  103. *MinStripBlankPixels: 120
  104. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  105. *SpotDiameter: 100
  106. *Command: CmdSendBlockData { *Cmd : "<1B>*!" %l{NumOfDataBytes / 3} }
  107. }
  108. }
  109. *Feature: PaperSize
  110. {
  111. *rcNameID: =PAPER_SIZE_DISPLAY
  112. *DefaultOption: A4
  113. *Option: LETTER
  114. {
  115. *rcNameID: =LETTER_DISPLAY
  116. *Command: CmdSelect
  117. {
  118. *Order: DOC_SETUP.4
  119. *Cmd: "<1B>2"
  120. }
  121. *switch: InputBin
  122. {
  123. *case: TRACTOR
  124. {
  125. *PrintableArea: PAIR(2880, 3960)
  126. *PrintableOrigin: PAIR(42, 0)
  127. }
  128. *case: MANUAL
  129. {
  130. *PrintableArea: PAIR(2880, 3618)
  131. *PrintableOrigin: PAIR(42, 60)
  132. }
  133. *case: UPPER
  134. {
  135. *PrintableArea: PAIR(2880, 3618)
  136. *PrintableOrigin: PAIR(42, 60)
  137. }
  138. *case: LOWER
  139. {
  140. *PrintableArea: PAIR(2880, 3618)
  141. *PrintableOrigin: PAIR(42, 60)
  142. }
  143. }
  144. }
  145. *Option: LEGAL
  146. {
  147. *rcNameID: =LEGAL_DISPLAY
  148. *Command: CmdSelect
  149. {
  150. *Order: DOC_SETUP.4
  151. *Cmd: "<1B>2"
  152. }
  153. *switch: InputBin
  154. {
  155. *case: TRACTOR
  156. {
  157. *PrintableArea: PAIR(2880, 5040)
  158. *PrintableOrigin: PAIR(42, 0)
  159. }
  160. *case: MANUAL
  161. {
  162. *PrintableArea: PAIR(2880, 4698)
  163. *PrintableOrigin: PAIR(42, 60)
  164. }
  165. *case: UPPER
  166. {
  167. *PrintableArea: PAIR(2880, 4698)
  168. *PrintableOrigin: PAIR(42, 60)
  169. }
  170. *case: LOWER
  171. {
  172. *PrintableArea: PAIR(2880, 4698)
  173. *PrintableOrigin: PAIR(42, 60)
  174. }
  175. }
  176. }
  177. *Option: A4
  178. {
  179. *rcNameID: =A4_DISPLAY
  180. *Command: CmdSelect
  181. {
  182. *Order: DOC_SETUP.4
  183. *Cmd: "<1B>2"
  184. }
  185. *switch: InputBin
  186. {
  187. *case: TRACTOR
  188. {
  189. *PrintableArea: PAIR(2880, 4208)
  190. *PrintableOrigin: PAIR(42, 0)
  191. }
  192. *case: MANUAL
  193. {
  194. *PrintableArea: PAIR(2880, 3866)
  195. *PrintableOrigin: PAIR(42, 60)
  196. }
  197. *case: UPPER
  198. {
  199. *PrintableArea: PAIR(2880, 3866)
  200. *PrintableOrigin: PAIR(42, 60)
  201. }
  202. *case: LOWER
  203. {
  204. *PrintableArea: PAIR(2880, 3866)
  205. *PrintableOrigin: PAIR(42, 60)
  206. }
  207. }
  208. }
  209. *Option: A5
  210. {
  211. *rcNameID: =A5_DISPLAY
  212. *Command: CmdSelect
  213. {
  214. *Order: DOC_SETUP.4
  215. *Cmd: "<1B>2"
  216. }
  217. *switch: InputBin
  218. {
  219. *case: TRACTOR
  220. {
  221. *PrintableArea: PAIR(2015, 2977)
  222. *PrintableOrigin: PAIR(42, 0)
  223. *switch: Resolution
  224. {
  225. *case: Option1
  226. {
  227. *% Warning: the following printable length is adjusted (2977->2976) so it is divisible by the resolution Y scale.
  228. *PrintableArea: PAIR(2015, 2976)
  229. }
  230. *case: Option2
  231. {
  232. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  233. *% Warning: the following printable length is adjusted (2977->2976) so it is divisible by the resolution Y scale.
  234. *PrintableArea: PAIR(2014, 2976)
  235. }
  236. *case: Option3
  237. {
  238. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  239. *% Warning: the following printable length is adjusted (2977->2976) so it is divisible by the resolution Y scale.
  240. *PrintableArea: PAIR(2013, 2976)
  241. }
  242. }
  243. }
  244. *case: MANUAL
  245. {
  246. *PrintableArea: PAIR(2015, 2635)
  247. *PrintableOrigin: PAIR(42, 60)
  248. *switch: Resolution
  249. {
  250. *case: Option1
  251. {
  252. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  253. *PrintableArea: PAIR(2015, 2634)
  254. }
  255. *case: Option2
  256. {
  257. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  258. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  259. *PrintableArea: PAIR(2014, 2634)
  260. }
  261. *case: Option3
  262. {
  263. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  264. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  265. *PrintableArea: PAIR(2013, 2634)
  266. }
  267. }
  268. }
  269. *case: UPPER
  270. {
  271. *PrintableArea: PAIR(2015, 2635)
  272. *PrintableOrigin: PAIR(42, 60)
  273. *switch: Resolution
  274. {
  275. *case: Option1
  276. {
  277. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  278. *PrintableArea: PAIR(2015, 2634)
  279. }
  280. *case: Option2
  281. {
  282. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  283. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  284. *PrintableArea: PAIR(2014, 2634)
  285. }
  286. *case: Option3
  287. {
  288. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  289. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  290. *PrintableArea: PAIR(2013, 2634)
  291. }
  292. }
  293. }
  294. *case: LOWER
  295. {
  296. *PrintableArea: PAIR(2015, 2635)
  297. *PrintableOrigin: PAIR(42, 60)
  298. *switch: Resolution
  299. {
  300. *case: Option1
  301. {
  302. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  303. *PrintableArea: PAIR(2015, 2634)
  304. }
  305. *case: Option2
  306. {
  307. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  308. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  309. *PrintableArea: PAIR(2014, 2634)
  310. }
  311. *case: Option3
  312. {
  313. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  314. *% Warning: the following printable length is adjusted (2635->2634) so it is divisible by the resolution Y scale.
  315. *PrintableArea: PAIR(2013, 2634)
  316. }
  317. }
  318. }
  319. }
  320. }
  321. *Option: B5
  322. {
  323. *rcNameID: =B5_DISPLAY
  324. *Command: CmdSelect
  325. {
  326. *Order: DOC_SETUP.4
  327. *Cmd: "<1B>2"
  328. }
  329. *switch: InputBin
  330. {
  331. *case: TRACTOR
  332. {
  333. *PrintableArea: PAIR(2497, 3643)
  334. *PrintableOrigin: PAIR(42, 0)
  335. *switch: Resolution
  336. {
  337. *case: Option1
  338. {
  339. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  340. *PrintableArea: PAIR(2497, 3642)
  341. }
  342. *case: Option2
  343. {
  344. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  345. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  346. *PrintableArea: PAIR(2496, 3642)
  347. }
  348. *case: Option3
  349. {
  350. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  351. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  352. *PrintableArea: PAIR(2496, 3642)
  353. }
  354. }
  355. }
  356. *case: MANUAL
  357. {
  358. *PrintableArea: PAIR(2497, 3301)
  359. *PrintableOrigin: PAIR(42, 60)
  360. *switch: Resolution
  361. {
  362. *case: Option1
  363. {
  364. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  365. *PrintableArea: PAIR(2497, 3300)
  366. }
  367. *case: Option2
  368. {
  369. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  370. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  371. *PrintableArea: PAIR(2496, 3300)
  372. }
  373. *case: Option3
  374. {
  375. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  376. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  377. *PrintableArea: PAIR(2496, 3300)
  378. }
  379. }
  380. }
  381. *case: UPPER
  382. {
  383. *PrintableArea: PAIR(2497, 3301)
  384. *PrintableOrigin: PAIR(42, 60)
  385. *switch: Resolution
  386. {
  387. *case: Option1
  388. {
  389. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  390. *PrintableArea: PAIR(2497, 3300)
  391. }
  392. *case: Option2
  393. {
  394. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  395. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  396. *PrintableArea: PAIR(2496, 3300)
  397. }
  398. *case: Option3
  399. {
  400. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  401. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  402. *PrintableArea: PAIR(2496, 3300)
  403. }
  404. }
  405. }
  406. *case: LOWER
  407. {
  408. *PrintableArea: PAIR(2497, 3301)
  409. *PrintableOrigin: PAIR(42, 60)
  410. *switch: Resolution
  411. {
  412. *case: Option1
  413. {
  414. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  415. *PrintableArea: PAIR(2497, 3300)
  416. }
  417. *case: Option2
  418. {
  419. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  420. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  421. *PrintableArea: PAIR(2496, 3300)
  422. }
  423. *case: Option3
  424. {
  425. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  426. *% Warning: the following printable length is adjusted (3301->3300) so it is divisible by the resolution Y scale.
  427. *PrintableArea: PAIR(2496, 3300)
  428. }
  429. }
  430. }
  431. }
  432. }
  433. *Option: Option6
  434. {
  435. *rcNameID: 258
  436. *OptionID: 258
  437. *PageDimensions: PAIR(3060, 3960)
  438. *Command: CmdSelect
  439. {
  440. *Order: DOC_SETUP.4
  441. *Cmd: "<1B>2"
  442. }
  443. *switch: InputBin
  444. {
  445. *case: TRACTOR
  446. {
  447. *PrintableArea: PAIR(2880, 3960)
  448. *PrintableOrigin: PAIR(42, 0)
  449. }
  450. *case: MANUAL
  451. {
  452. *PrintableArea: PAIR(2880, 3618)
  453. *PrintableOrigin: PAIR(42, 60)
  454. }
  455. *case: UPPER
  456. {
  457. *PrintableArea: PAIR(2880, 3618)
  458. *PrintableOrigin: PAIR(42, 60)
  459. }
  460. *case: LOWER
  461. {
  462. *PrintableArea: PAIR(2880, 3618)
  463. *PrintableOrigin: PAIR(42, 60)
  464. }
  465. }
  466. }
  467. *Option: CUSTOMSIZE
  468. {
  469. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  470. *MinSize: PAIR(360, 360)
  471. *MaxSize: PAIR(5040, 7920)
  472. *MaxPrintableWidth: 4896
  473. *MinLeftMargin: 0
  474. *CenterPrintable?: FALSE
  475. *switch: InputBin
  476. {
  477. *case: TRACTOR
  478. {
  479. *TopMargin: 0
  480. *BottomMargin: 0
  481. *CustCursorOriginX: %d{43}
  482. *CustCursorOriginY: %d{0}
  483. *CustPrintableOriginX: %d{43}
  484. *CustPrintableOriginY: %d{0}
  485. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  486. *CustPrintableSizeY: %d{PhysPaperLength}
  487. }
  488. *case: MANUAL
  489. {
  490. *TopMargin: 120
  491. *BottomMargin: 192
  492. *CustCursorOriginX: %d{43}
  493. *CustCursorOriginY: %d{120}
  494. *CustPrintableOriginX: %d{43}
  495. *CustPrintableOriginY: %d{120}
  496. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  497. *CustPrintableSizeY: %d{PhysPaperLength-312}
  498. }
  499. *case: UPPER
  500. {
  501. *TopMargin: 120
  502. *BottomMargin: 192
  503. *CustCursorOriginX: %d{43}
  504. *CustCursorOriginY: %d{120}
  505. *CustPrintableOriginX: %d{43}
  506. *CustPrintableOriginY: %d{120}
  507. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  508. *CustPrintableSizeY: %d{PhysPaperLength-312}
  509. }
  510. *case: LOWER
  511. {
  512. *TopMargin: 120
  513. *BottomMargin: 192
  514. *CustCursorOriginX: %d{43}
  515. *CustCursorOriginY: %d{120}
  516. *CustPrintableOriginX: %d{43}
  517. *CustPrintableOriginY: %d{120}
  518. *CustPrintableSizeX: %d{PhysPaperWidth-86}
  519. *CustPrintableSizeY: %d{PhysPaperLength-312}
  520. }
  521. }
  522. *Command: CmdSelect
  523. {
  524. *Order: DOC_SETUP.4
  525. *Cmd: "<1B>2<1B>C" %c[0,127]{(PhysPaperLength / 60) }
  526. }
  527. }
  528. }
  529. *Feature: PrintQuality
  530. {
  531. *rcNameID: =TEXT_QUALITY_DISPLAY
  532. *DefaultOption: LETTER_QUALITY
  533. *Option: LETTER_QUALITY
  534. {
  535. *rcNameID: =LETTER_QUALITY_DISPLAY
  536. *Command: CmdSelect
  537. {
  538. *Order: DOC_SETUP.2
  539. *Cmd: "<1B>x<01>"
  540. }
  541. }
  542. *Option: DRAFT_QUALITY
  543. {
  544. *rcNameID: =DRAFT_QUALITY_DISPLAY
  545. *Command: CmdSelect
  546. {
  547. *Order: DOC_SETUP.2
  548. *Cmd: "<1B>x<00>"
  549. }
  550. }
  551. }
  552. *Feature: Halftone
  553. {
  554. *rcNameID: =HALFTONING_DISPLAY
  555. *DefaultOption: HT_PATSIZE_AUTO
  556. *Option: HT_PATSIZE_AUTO
  557. {
  558. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  559. }
  560. *Option: HT_PATSIZE_SUPERCELL_M
  561. {
  562. *rcNameID: =HT_SUPERCELL_DISPLAY
  563. }
  564. *Option: HT_PATSIZE_6x6_M
  565. {
  566. *rcNameID: =HT_DITHER6X6_DISPLAY
  567. }
  568. *Option: HT_PATSIZE_8x8_M
  569. {
  570. *rcNameID: =HT_DITHER8X8_DISPLAY
  571. }
  572. }
  573. *Command: CmdStartDoc
  574. {
  575. *Order: DOC_SETUP.1
  576. *Cmd: "<1B>@"
  577. }
  578. *Command: CmdStartPage
  579. {
  580. *Order: PAGE_SETUP.1
  581. *Cmd: "<0D>"
  582. }
  583. *RotateCoordinate?: FALSE
  584. *RotateRaster?: FALSE
  585. *RotateFont?: FALSE
  586. *switch: Orientation
  587. {
  588. *case: PORTRAIT
  589. {
  590. *TextCaps: LIST(TC_SA_DOUBLE,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  591. }
  592. *case: LANDSCAPE_CC270
  593. {
  594. *TextCaps: LIST(TC_RA_ABLE)
  595. }
  596. }
  597. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  598. *YMoveAttributes: LIST(SEND_CR_FIRST)
  599. *MaxLineSpacing: 255
  600. *XMoveThreshold: 0
  601. *YMoveThreshold: *
  602. *XMoveUnit: 60
  603. *YMoveUnit: 180
  604. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l[0,816]{max_repeat((DestX / 6) )} }
  605. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  606. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  607. *Command: CmdCR { *Cmd : "<0D>" }
  608. *Command: CmdLF { *Cmd : "<0A>" }
  609. *Command: CmdFF { *Cmd : "<0C>" }
  610. *Command: CmdBackSpace { *Cmd : "<08>" }
  611. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  612. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  613. *EjectPageWithFF?: FALSE
  614. *switch: InputBin
  615. {
  616. *case: MANUAL
  617. {
  618. *EjectPageWithFF?: TRUE
  619. }
  620. *case: UPPER
  621. {
  622. *EjectPageWithFF?: TRUE
  623. }
  624. *case: LOWER
  625. {
  626. *EjectPageWithFF?: TRUE
  627. }
  628. }
  629. *OutputDataFormat: V_BYTE
  630. *OptimizeLeftBound?: FALSE
  631. *CursorXAfterSendBlockData: AT_GRXDATA_END
  632. *CursorYAfterSendBlockData: NO_MOVE
  633. *DefaultCTT: 2
  634. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  635. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  636. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  637. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  638. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  639. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }