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.

669 lines
18 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *Include: "StdNames.gpd"
  6. *MasterUnits: PAIR(720, 720)
  7. *ResourceDLL: "escp2res.Dll"
  8. *PrinterType: SERIAL
  9. *Feature: Orientation
  10. {
  11. *rcNameID: =ORIENTATION_DISPLAY
  12. *DefaultOption: PORTRAIT
  13. *Option: PORTRAIT
  14. {
  15. *rcNameID: =PORTRAIT_DISPLAY
  16. }
  17. *Option: LANDSCAPE_CC270
  18. {
  19. *rcNameID: =LANDSCAPE_DISPLAY
  20. }
  21. }
  22. *Feature: InputBin
  23. {
  24. *rcNameID: =PAPER_SOURCE_DISPLAY
  25. *DefaultOption: TRACTOR
  26. *Option: TRACTOR
  27. {
  28. *rcNameID: =TRACTOR_DISPLAY
  29. *Command: CmdSelect
  30. {
  31. *Order: DOC_SETUP.3
  32. *Cmd: "<1B19>B"
  33. }
  34. }
  35. *Option: MANUAL
  36. {
  37. *rcNameID: =MANUAL_FEED_DISPLAY
  38. *Command: CmdSelect
  39. {
  40. *Order: DOC_SETUP.3
  41. *Cmd: "<1B19>1"
  42. }
  43. }
  44. *Option: Option3
  45. {
  46. *rcNameID: 281
  47. *Command: CmdSelect
  48. {
  49. *Order: DOC_SETUP.3
  50. *Cmd: "<1B19>1"
  51. }
  52. }
  53. }
  54. *Feature: Resolution
  55. {
  56. *rcNameID: =RESOLUTION_DISPLAY
  57. *DefaultOption: Option1
  58. *Option: Option1
  59. {
  60. *Name: "360 x 360 " =DOTS_PER_INCH
  61. *DPI: PAIR(360, 360)
  62. *TextDPI: PAIR(360, 360)
  63. *PinsPerLogPass: 24
  64. *MinStripBlankPixels: 1
  65. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  66. *SpotDiameter: 170
  67. *Command: CmdSendBlockData { *Cmd : "<1B>.<010A0A18>" %l{(RasterDataWidthInBytes * 8) } }
  68. *Command: CmdEndBlockData { *Cmd : "<0D>" }
  69. }
  70. *Option: Option2
  71. {
  72. *Name: "180 x 180 " =DOTS_PER_INCH
  73. *DPI: PAIR(180, 180)
  74. *TextDPI: PAIR(180, 180)
  75. *PinsPerLogPass: 24
  76. *MinStripBlankPixels: 1
  77. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  78. *SpotDiameter: 120
  79. *Command: CmdSendBlockData { *Cmd : "<1B>.<01141418>" %l{(RasterDataWidthInBytes * 8) } }
  80. *Command: CmdEndBlockData { *Cmd : "<0D>" }
  81. }
  82. }
  83. *Feature: PaperSize
  84. {
  85. *rcNameID: =PAPER_SIZE_DISPLAY
  86. *DefaultOption: LETTER
  87. *Option: TABLOID
  88. {
  89. *rcNameID: =TABLOID_DISPLAY
  90. *PrintableArea: PAIR(7748, 12000)
  91. *PrintableOrigin: PAIR(86, 120)
  92. *switch: Resolution
  93. {
  94. *case: Option2
  95. {
  96. *PrintableArea: PAIR(7744, 12000)
  97. *PrintableOrigin: PAIR(88, 120)
  98. }
  99. }
  100. *Command: CmdSelect
  101. {
  102. *Order: DOC_SETUP.4
  103. *Cmd: "<1B>(C<0200E8171B>(c<0400>%<<00E817>"
  104. }
  105. }
  106. *Option: LEGAL
  107. {
  108. *rcNameID: =LEGAL_DISPLAY
  109. *PrintableArea: PAIR(5948, 9840)
  110. *PrintableOrigin: PAIR(86, 120)
  111. *switch: Resolution
  112. {
  113. *case: Option2
  114. {
  115. *PrintableArea: PAIR(5944, 9840)
  116. *PrintableOrigin: PAIR(88, 120)
  117. }
  118. }
  119. *Command: CmdSelect
  120. {
  121. *Order: DOC_SETUP.4
  122. *Cmd: "<1B>(C<0200B0131B>(c<0400>%<<00B013>"
  123. }
  124. }
  125. *Option: LETTER
  126. {
  127. *rcNameID: =LETTER_DISPLAY
  128. *PrintableArea: PAIR(5948, 7680)
  129. *PrintableOrigin: PAIR(86, 120)
  130. *switch: Resolution
  131. {
  132. *case: Option2
  133. {
  134. *PrintableArea: PAIR(5944, 7680)
  135. *PrintableOrigin: PAIR(88, 120)
  136. }
  137. }
  138. *Command: CmdSelect
  139. {
  140. *Order: DOC_SETUP.4
  141. *Cmd: "<1B>(C<0200>x<0F1B>(c<0400>%<<00>x<0F>"
  142. }
  143. }
  144. *Option: EXECUTIVE
  145. {
  146. *rcNameID: =EXECUTIVE_DISPLAY
  147. *PrintableArea: PAIR(5048, 7320)
  148. *PrintableOrigin: PAIR(86, 120)
  149. *switch: Resolution
  150. {
  151. *case: Option2
  152. {
  153. *PrintableArea: PAIR(5044, 7320)
  154. *PrintableOrigin: PAIR(88, 120)
  155. }
  156. }
  157. *Command: CmdSelect
  158. {
  159. *Order: DOC_SETUP.4
  160. *Cmd: "<1B>(C<0200C40E1B>(c<0400>%<<00C40E>"
  161. }
  162. }
  163. *Option: STATEMENT
  164. {
  165. *rcNameID: =STATEMENT_DISPLAY
  166. *PrintableArea: PAIR(3788, 5880)
  167. *PrintableOrigin: PAIR(86, 120)
  168. *switch: Resolution
  169. {
  170. *case: Option2
  171. {
  172. *PrintableArea: PAIR(3784, 5880)
  173. *PrintableOrigin: PAIR(88, 120)
  174. }
  175. }
  176. *Command: CmdSelect
  177. {
  178. *Order: DOC_SETUP.4
  179. *Cmd: "<1B>(C<0200F40B1B>(c<0400>%<<00F40B>"
  180. }
  181. }
  182. *Option: A2
  183. {
  184. *rcNameID: =A3_TRANSVERSE_DISPLAY
  185. *PrintableArea: PAIR(9791, 15719)
  186. *PrintableOrigin: PAIR(1059, 120)
  187. *switch: Resolution
  188. {
  189. *case: Option1
  190. {
  191. *PrintableArea: PAIR(9790, 15718)
  192. *PrintableOrigin: PAIR(1060, 120)
  193. }
  194. *case: Option2
  195. {
  196. *PrintableArea: PAIR(9788, 15716)
  197. *PrintableOrigin: PAIR(1060, 120)
  198. }
  199. }
  200. *Command: CmdSelect
  201. {
  202. *Order: DOC_SETUP.4
  203. *Cmd: "<1B>(C<0200F01E1B>(c<0400>%<<00F01E>"
  204. }
  205. }
  206. *Option: Option7
  207. {
  208. *rcNameID: 270
  209. *PageDimensions: PAIR(9324, 13694)
  210. *PrintableArea: PAIR(9152, 13454)
  211. *PrintableOrigin: PAIR(86, 120)
  212. *switch: Resolution
  213. {
  214. *case: Option2
  215. {
  216. *PrintableArea: PAIR(9148, 13452)
  217. *PrintableOrigin: PAIR(88, 120)
  218. }
  219. }
  220. *Command: CmdSelect
  221. {
  222. *Order: DOC_SETUP.4
  223. *Cmd: "<1B>(C<0200BF1A1B>(c<0400>%<<00BF1A>"
  224. }
  225. }
  226. *Option: A3
  227. {
  228. *rcNameID: =A3_DISPLAY
  229. *PrintableArea: PAIR(8245, 11669)
  230. *PrintableOrigin: PAIR(86, 120)
  231. *switch: Resolution
  232. {
  233. *case: Option1
  234. {
  235. *PrintableArea: PAIR(8244, 11668)
  236. }
  237. *case: Option2
  238. {
  239. *PrintableArea: PAIR(8240, 11668)
  240. *PrintableOrigin: PAIR(88, 120)
  241. }
  242. }
  243. *Command: CmdSelect
  244. {
  245. *Order: DOC_SETUP.4
  246. *Cmd: "<1B>(C<0200>C<171B>(c<0400>%<<00>C<17>"
  247. }
  248. }
  249. *Option: A4
  250. {
  251. *rcNameID: =A4_DISPLAY
  252. *PrintableArea: PAIR(5782, 8177)
  253. *PrintableOrigin: PAIR(86, 120)
  254. *switch: Resolution
  255. {
  256. *case: Option1
  257. {
  258. *PrintableArea: PAIR(5782, 8176)
  259. }
  260. *case: Option2
  261. {
  262. *PrintableArea: PAIR(5780, 8176)
  263. *PrintableOrigin: PAIR(88, 120)
  264. }
  265. }
  266. *Command: CmdSelect
  267. {
  268. *Order: DOC_SETUP.4
  269. *Cmd: "<1B>(C<0200>q<101B>(c<0400>%<<00>q<10>"
  270. }
  271. }
  272. *Option: A5
  273. {
  274. *rcNameID: =A5_DISPLAY
  275. *PrintableArea: PAIR(4026, 5714)
  276. *PrintableOrigin: PAIR(86, 120)
  277. *switch: Resolution
  278. {
  279. *case: Option2
  280. {
  281. *PrintableArea: PAIR(4024, 5712)
  282. *PrintableOrigin: PAIR(88, 120)
  283. }
  284. }
  285. *Command: CmdSelect
  286. {
  287. *Order: DOC_SETUP.4
  288. *Cmd: "<1B>(C<0200A10B1B>(c<0400>%<<00A10B>"
  289. }
  290. }
  291. *Option: Option11
  292. {
  293. *rcNameID: 298
  294. *PageDimensions: PAIR(4198, 2974)
  295. *PrintableArea: PAIR(4026, 2734)
  296. *PrintableOrigin: PAIR(86, 120)
  297. *switch: Resolution
  298. {
  299. *case: Option2
  300. {
  301. *PrintableArea: PAIR(4024, 2732)
  302. *PrintableOrigin: PAIR(88, 120)
  303. }
  304. }
  305. *Command: CmdSelect
  306. {
  307. *Order: DOC_SETUP.4
  308. *Cmd: "<1B>(C<0200CF051B>(c<0400>%<<00CF05>"
  309. }
  310. }
  311. *Option: ISO_B4
  312. {
  313. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  314. *PrintableArea: PAIR(6913, 9768)
  315. *PrintableOrigin: PAIR(86, 120)
  316. *switch: Resolution
  317. {
  318. *case: Option1
  319. {
  320. *PrintableArea: PAIR(6912, 9768)
  321. }
  322. *case: Option2
  323. {
  324. *PrintableArea: PAIR(6908, 9768)
  325. *PrintableOrigin: PAIR(88, 120)
  326. }
  327. }
  328. *Command: CmdSelect
  329. {
  330. *Order: DOC_SETUP.4
  331. *Cmd: "<1B>(C<02008C131B>(c<0400>%<<008C13>"
  332. }
  333. }
  334. *Option: B5
  335. {
  336. *rcNameID: =B5_DISPLAY
  337. *PrintableArea: PAIR(4990, 7046)
  338. *PrintableOrigin: PAIR(86, 120)
  339. *switch: Resolution
  340. {
  341. *case: Option2
  342. {
  343. *PrintableArea: PAIR(4988, 7044)
  344. *PrintableOrigin: PAIR(88, 120)
  345. }
  346. }
  347. *Command: CmdSelect
  348. {
  349. *Order: DOC_SETUP.4
  350. *Cmd: "<1B>(C<0200>;<0E1B>(c<0400>%<<00>;<0E>"
  351. }
  352. }
  353. *Option: FANFOLD_US
  354. {
  355. *rcNameID: =FANFOLD_STD_GERMAN_DISPLAY
  356. *PrintableArea: PAIR(9792, 7680)
  357. *PrintableOrigin: PAIR(461, 120)
  358. *switch: Resolution
  359. {
  360. *case: Option1
  361. {
  362. *PrintableArea: PAIR(9790, 7680)
  363. *PrintableOrigin: PAIR(462, 120)
  364. }
  365. *case: Option2
  366. {
  367. *PrintableArea: PAIR(9788, 7680)
  368. *PrintableOrigin: PAIR(464, 120)
  369. }
  370. }
  371. *Command: CmdSelect
  372. {
  373. *Order: DOC_SETUP.4
  374. *Cmd: "<1B>(C<0200>x<0F1B>(c<0400>%<<00>x<0F>"
  375. }
  376. }
  377. *Option: Option15
  378. {
  379. *rcNameID: 290
  380. *PageDimensions: PAIR(7920, 6120)
  381. *PrintableArea: PAIR(7748, 5880)
  382. *PrintableOrigin: PAIR(86, 120)
  383. *switch: Resolution
  384. {
  385. *case: Option2
  386. {
  387. *PrintableArea: PAIR(7744, 5880)
  388. *PrintableOrigin: PAIR(88, 120)
  389. }
  390. }
  391. *Command: CmdSelect
  392. {
  393. *Order: DOC_SETUP.4
  394. *Cmd: "<1B>(C<0200F40B1B>(c<0400>%<<00F40B>"
  395. }
  396. }
  397. *Option: Option16
  398. {
  399. *rcNameID: 299
  400. *PageDimensions: PAIR(10152, 8640)
  401. *PrintableArea: PAIR(9792, 8400)
  402. *PrintableOrigin: PAIR(180, 120)
  403. *Command: CmdSelect
  404. {
  405. *Order: DOC_SETUP.4
  406. *Cmd: "<1B>(C<0200E0101B>(c<0400>%<<00E010>"
  407. }
  408. }
  409. *Option: Option17
  410. {
  411. *rcNameID: 291
  412. *PageDimensions: PAIR(5954, 8640)
  413. *PrintableArea: PAIR(5782, 8400)
  414. *PrintableOrigin: PAIR(86, 120)
  415. *switch: Resolution
  416. {
  417. *case: Option2
  418. {
  419. *PrintableArea: PAIR(5780, 8400)
  420. *PrintableOrigin: PAIR(88, 120)
  421. }
  422. }
  423. *Command: CmdSelect
  424. {
  425. *Order: DOC_SETUP.4
  426. *Cmd: "<1B>(C<0200E0101B>(c<0400>%<<00E010>"
  427. }
  428. }
  429. *Option: Option18
  430. {
  431. *rcNameID: 292
  432. *PageDimensions: PAIR(5954, 7920)
  433. *PrintableArea: PAIR(5782, 7680)
  434. *PrintableOrigin: PAIR(86, 120)
  435. *switch: Resolution
  436. {
  437. *case: Option2
  438. {
  439. *PrintableArea: PAIR(5780, 7680)
  440. *PrintableOrigin: PAIR(88, 120)
  441. }
  442. }
  443. *Command: CmdSelect
  444. {
  445. *Order: DOC_SETUP.4
  446. *Cmd: "<1B>(C<0200>x<0F1B>(c<0400>%<<00>x<0F>"
  447. }
  448. }
  449. *Option: Option19
  450. {
  451. *rcNameID: 293
  452. *PageDimensions: PAIR(4680, 2614)
  453. *PrintableArea: PAIR(4508, 2374)
  454. *PrintableOrigin: PAIR(86, 120)
  455. *switch: Resolution
  456. {
  457. *case: Option2
  458. {
  459. *PrintableArea: PAIR(4504, 2372)
  460. *PrintableOrigin: PAIR(88, 120)
  461. }
  462. }
  463. *Command: CmdSelect
  464. {
  465. *Order: DOC_SETUP.4
  466. *Cmd: "<1B>(C<02001B051B>(c<0400>%<<001B05>"
  467. }
  468. }
  469. *Option: Option20
  470. {
  471. *rcNameID: 294
  472. *PageDimensions: PAIR(6840, 2970)
  473. *PrintableArea: PAIR(6668, 2730)
  474. *PrintableOrigin: PAIR(86, 120)
  475. *switch: Resolution
  476. {
  477. *case: Option2
  478. {
  479. *PrintableArea: PAIR(6664, 2728)
  480. *PrintableOrigin: PAIR(88, 120)
  481. }
  482. }
  483. *Command: CmdSelect
  484. {
  485. *Order: DOC_SETUP.4
  486. *Cmd: "<1B>(C<0200CD051B>(c<0400>%<<00CD05>"
  487. }
  488. }
  489. *Option: Option21
  490. {
  491. *rcNameID: 295
  492. *PageDimensions: PAIR(6235, 3118)
  493. *PrintableArea: PAIR(6063, 2878)
  494. *PrintableOrigin: PAIR(86, 120)
  495. *switch: Resolution
  496. {
  497. *case: Option1
  498. {
  499. *PrintableArea: PAIR(6062, 2878)
  500. }
  501. *case: Option2
  502. {
  503. *PrintableArea: PAIR(6060, 2876)
  504. *PrintableOrigin: PAIR(88, 120)
  505. }
  506. }
  507. *Command: CmdSelect
  508. {
  509. *Order: DOC_SETUP.4
  510. *Cmd: "<1B>(C<020017061B>(c<0400>%<<001706>"
  511. }
  512. }
  513. *Option: Option22
  514. {
  515. *rcNameID: 296
  516. *PageDimensions: PAIR(6494, 4594)
  517. *PrintableArea: PAIR(6322, 4354)
  518. *PrintableOrigin: PAIR(86, 120)
  519. *switch: Resolution
  520. {
  521. *case: Option2
  522. {
  523. *PrintableArea: PAIR(6320, 4352)
  524. *PrintableOrigin: PAIR(88, 120)
  525. }
  526. }
  527. *Command: CmdSelect
  528. {
  529. *Order: DOC_SETUP.4
  530. *Cmd: "<1B>(C<0200F9081B>(c<0400>%<<00F908>"
  531. }
  532. }
  533. *Option: CUSTOMSIZE
  534. {
  535. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  536. *MinSize: PAIR(720, 720)
  537. *MaxSize: PAIR(11909, 15840)
  538. *MaxPrintableWidth: 9792
  539. *MinLeftMargin: 0
  540. *CenterPrintable?: FALSE
  541. *TopMargin: 120
  542. *BottomMargin: 120
  543. *Command: CmdSelect
  544. {
  545. *Order: DOC_SETUP.4
  546. *Cmd: "<1B>(C<0200>" %l[0,7920]{(PhysPaperLength / 2) }"<1B>(c<0400>%<<00>" %l[0,7920]{(PhysPaperLength / 2) }
  547. +
  548. }
  549. }
  550. }
  551. *InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Option19)
  552. *InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Option20)
  553. *InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Option21)
  554. *InvalidCombination: LIST(InputBin.TRACTOR, PaperSize.Option22)
  555. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option19)
  556. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option20)
  557. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option21)
  558. *InvalidCombination: LIST(InputBin.Option3, PaperSize.Option22)
  559. *Feature: PrintQuality
  560. {
  561. *rcNameID: =TEXT_QUALITY_DISPLAY
  562. *DefaultOption: Option1
  563. *Option: Option1
  564. {
  565. *rcNameID: 283
  566. }
  567. *Option: Option2
  568. {
  569. *rcNameID: 284
  570. *Command: CmdSelect
  571. {
  572. *Order: DOC_SETUP.3
  573. *Cmd: "<1B>U<00>"
  574. }
  575. }
  576. *Option: Option3
  577. {
  578. *rcNameID: 285
  579. *Command: CmdSelect
  580. {
  581. *Order: DOC_SETUP.3
  582. *Cmd: "<1B>U<01>"
  583. }
  584. }
  585. }
  586. *Feature: ColorMode
  587. {
  588. *rcNameID: =COLOR_PRINTING_MODE_DISPLAY
  589. *DefaultOption: Color
  590. *Option: Mono
  591. {
  592. *rcNameID: =MONO_DISPLAY
  593. *DevNumOfPlanes: 1
  594. *DevBPP: 1
  595. *Color? : FALSE
  596. }
  597. *Option: Color
  598. {
  599. *rcNameID: =COLOR_DISPLAY
  600. *DevNumOfPlanes: 4
  601. *DevBPP: 1
  602. *DrvBPP: 4
  603. EXTERN_GLOBAL: *MoveToX0BeforeSetColor? : TRUE
  604. EXTERN_GLOBAL: *UseExpColorSelectCmd? : TRUE
  605. *ColorPlaneOrder: LIST(CYAN, MAGENTA, YELLOW, BLACK)
  606. *Command: CmdSendCyanData { *Cmd : "<1B>r<02>" }
  607. *Command: CmdSendMagentaData { *Cmd : "<1B>r<01>" }
  608. *Command: CmdSendYellowData { *Cmd : "<1B>r<04>" }
  609. *Command: CmdSendBlackData { *Cmd : "<1B>r<00>" }
  610. }
  611. }
  612. *Feature: Halftone
  613. {
  614. *rcNameID: =HALFTONING_DISPLAY
  615. *DefaultOption: HT_PATSIZE_AUTO
  616. *Option: HT_PATSIZE_AUTO
  617. {
  618. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  619. }
  620. *Ifdef: WINNT_50
  621. *Option: HT_PATSIZE_SUPERCELL_M
  622. {
  623. *rcNameID: =HT_SUPERCELL_DISPLAY
  624. }
  625. *Endif:
  626. *Option: HT_PATSIZE_6x6_M
  627. {
  628. *rcNameID: =HT_DITHER6X6_DISPLAY
  629. }
  630. *Option: HT_PATSIZE_8x8_M
  631. {
  632. *rcNameID: =HT_DITHER8X8_DISPLAY
  633. }
  634. }
  635. *Command: CmdStartDoc
  636. {
  637. *Order: DOC_SETUP.1
  638. *Cmd: "<1B>@<1B>(G<0100011B>(U<01000A1B>r<00>"
  639. }
  640. *Command: CmdEndJob
  641. {
  642. *Order: JOB_FINISH.1
  643. *Cmd: "<1B>@"
  644. }
  645. *RotateCoordinate?: FALSE
  646. *RotateRaster?: FALSE
  647. *RotateFont?: FALSE
  648. *TextCaps: LIST(TC_RA_ABLE)
  649. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  650. *YMoveAttributes: LIST(FAVOR_LF)
  651. *MaxLineSpacing: 255
  652. *XMoveThreshold: 0
  653. *YMoveThreshold: 0
  654. *XMoveUnit: 360
  655. *YMoveUnit: 360
  656. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l{(DestX / 2) } }
  657. *Command: CmdYMoveAbsolute { *Cmd : "<1B>(V<0200>" %l{(DestY / 2) } }
  658. *Command: CmdSetLineSpacing { *Cmd : "<1B>+" %c[0,255]{(LinefeedSpacing / 2) } }
  659. *Command: CmdCR { *Cmd : "<0D>" }
  660. *Command: CmdLF { *Cmd : "<0A>" }
  661. *Command: CmdFF { *Cmd : "<0C>" }
  662. *EjectPageWithFF?: TRUE
  663. *Command: CmdEnableTIFF4 { *Cmd : "<0000>" }
  664. *Command: CmdDisableCompression { *Cmd : "<0000>" }
  665. *OutputDataFormat: H_BYTE
  666. *OptimizeLeftBound?: FALSE
  667. *CursorXAfterSendBlockData: AT_CURSOR_X_ORIGIN
  668. *CursorYAfterSendBlockData: NO_MOVE
  669. *DefaultCTT: 0