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.

613 lines
19 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "EPAP1KJ.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "EPSON AP-1000"
  11. *MasterUnits: PAIR(360, 360)
  12. *ResourceDLL: "epsnjres.dll"
  13. *PrinterType: SERIAL
  14. *Feature: Orientation
  15. {
  16. *rcNameID: =ORIENTATION_DISPLAY
  17. *DefaultOption: PORTRAIT
  18. *Option: PORTRAIT
  19. {
  20. *rcNameID: =PORTRAIT_DISPLAY
  21. }
  22. *Option: LANDSCAPE_CC270
  23. {
  24. *rcNameID: =LANDSCAPE_DISPLAY
  25. }
  26. }
  27. *Feature: InputBin
  28. {
  29. *rcNameID: =PAPER_SOURCE_DISPLAY
  30. *DefaultOption: MANUAL
  31. *Option: MANUAL
  32. {
  33. *rcNameID: =MANUAL_FEED_DISPLAY
  34. *Command: CmdSelect
  35. {
  36. *Order: DOC_SETUP.7
  37. *Cmd: "<1B>O"
  38. }
  39. }
  40. *Option: Option2
  41. {
  42. *rcNameID: 258
  43. *Command: CmdSelect
  44. {
  45. *Order: DOC_SETUP.7
  46. *Cmd: "<1B19>1<1B19>4"
  47. }
  48. }
  49. }
  50. *Feature: Resolution
  51. {
  52. *rcNameID: =RESOLUTION_DISPLAY
  53. *DefaultOption: Option3
  54. *Option: Option1
  55. {
  56. *Name: "360 x 360 dots per inch"
  57. *DPI: PAIR(360, 360)
  58. *TextDPI: PAIR(360, 360)
  59. *PinsPerLogPass: 48
  60. *PinsPerPhysPass: 48
  61. *MinStripBlankPixels: 720
  62. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  63. *SpotDiameter: 100
  64. *Command: CmdSendBlockData { *Cmd : "<1B>*I" %l{NumOfDataBytes / 6} }
  65. }
  66. *Option: Option2
  67. {
  68. *Name: "180 x 360 dots per inch"
  69. *DPI: PAIR(180, 360)
  70. *TextDPI: PAIR(180, 360)
  71. *PinsPerLogPass: 48
  72. *PinsPerPhysPass: 48
  73. *MinStripBlankPixels: 720
  74. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  75. *SpotDiameter: 100
  76. *Command: CmdSendBlockData { *Cmd : "<1B>*G" %l{NumOfDataBytes / 6} }
  77. }
  78. *Option: Option3
  79. {
  80. *Name: "180 x 180 dots per inch"
  81. *DPI: PAIR(180, 180)
  82. *TextDPI: PAIR(180, 180)
  83. *PinsPerLogPass: 24
  84. *PinsPerPhysPass: 24
  85. *MinStripBlankPixels: 360
  86. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  87. *SpotDiameter: 140
  88. *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{NumOfDataBytes / 3} }
  89. }
  90. *Option: Option4
  91. {
  92. *Name: "120 x 180 dots per inch"
  93. *DPI: PAIR(120, 180)
  94. *TextDPI: PAIR(120, 180)
  95. *PinsPerLogPass: 24
  96. *PinsPerPhysPass: 24
  97. *MinStripBlankPixels: 240
  98. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  99. *SpotDiameter: 120
  100. *Command: CmdSendBlockData { *Cmd : "<1B>*!" %l{NumOfDataBytes / 3} }
  101. }
  102. }
  103. *Feature: PaperSize
  104. {
  105. *rcNameID: =PAPER_SIZE_DISPLAY
  106. *DefaultOption: A4
  107. *Option: A3
  108. {
  109. *rcNameID: =A3_DISPLAY
  110. *PrintableArea: PAIR(4104, 5621)
  111. *PrintableOrigin: PAIR(42, 120)
  112. *switch: Resolution
  113. {
  114. *case: Option3
  115. {
  116. *% Warning: the following printable length is adjusted (5621->5620) so it is divisible by the resolution Y scale.
  117. *PrintableArea: PAIR(4104, 5620)
  118. }
  119. *case: Option4
  120. {
  121. *% Warning: the following printable length is adjusted (5621->5620) so it is divisible by the resolution Y scale.
  122. *PrintableArea: PAIR(4104, 5620)
  123. }
  124. }
  125. *Command: CmdSelect
  126. {
  127. *Order: DOC_SETUP.8
  128. *Cmd: "<1B>C<0010>"
  129. }
  130. }
  131. *Option: A4
  132. {
  133. *rcNameID: =A4_DISPLAY
  134. *PrintableArea: PAIR(2893, 3875)
  135. *PrintableOrigin: PAIR(42, 120)
  136. *switch: Resolution
  137. {
  138. *case: Option2
  139. {
  140. *% Warning: the following printable width is adjusted (2893->2892) so it is divisible by the resolution X scale.
  141. *PrintableArea: PAIR(2892, 3875)
  142. }
  143. *case: Option3
  144. {
  145. *% Warning: the following printable width is adjusted (2893->2892) so it is divisible by the resolution X scale.
  146. *% Warning: the following printable length is adjusted (3875->3874) so it is divisible by the resolution Y scale.
  147. *PrintableArea: PAIR(2892, 3874)
  148. }
  149. *case: Option4
  150. {
  151. *% Warning: the following printable width is adjusted (2893->2892) so it is divisible by the resolution X scale.
  152. *% Warning: the following printable length is adjusted (3875->3874) so it is divisible by the resolution Y scale.
  153. *PrintableArea: PAIR(2892, 3874)
  154. }
  155. }
  156. *Command: CmdSelect
  157. {
  158. *Order: DOC_SETUP.8
  159. *Cmd: "<1B>C<000C>"
  160. }
  161. }
  162. *Option: A4_ROTATED
  163. {
  164. *rcNameID: =A4_ROTATED_DISPLAY
  165. *PrintableArea: PAIR(4104, 2644)
  166. *PrintableOrigin: PAIR(42, 120)
  167. *Command: CmdSelect
  168. {
  169. *Order: DOC_SETUP.8
  170. *Cmd: "<1B>C<0008>"
  171. }
  172. }
  173. *Option: A5
  174. {
  175. *rcNameID: =A5_DISPLAY
  176. *PrintableArea: PAIR(2015, 2644)
  177. *PrintableOrigin: PAIR(42, 120)
  178. *switch: Resolution
  179. {
  180. *case: Option2
  181. {
  182. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  183. *PrintableArea: PAIR(2014, 2644)
  184. }
  185. *case: Option3
  186. {
  187. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  188. *PrintableArea: PAIR(2014, 2644)
  189. }
  190. *case: Option4
  191. {
  192. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  193. *PrintableArea: PAIR(2013, 2644)
  194. }
  195. }
  196. *Command: CmdSelect
  197. {
  198. *Order: DOC_SETUP.8
  199. *Cmd: "<1B>C<0008>"
  200. }
  201. }
  202. *Option: A5_ROTATED
  203. {
  204. *rcNameID: =A5_ROTATED_DISPLAY
  205. *PrintableArea: PAIR(2893, 1766)
  206. *PrintableOrigin: PAIR(42, 120)
  207. *switch: Resolution
  208. {
  209. *case: Option2
  210. {
  211. *% Warning: the following printable width is adjusted (2893->2892) so it is divisible by the resolution X scale.
  212. *PrintableArea: PAIR(2892, 1766)
  213. }
  214. *case: Option3
  215. {
  216. *% Warning: the following printable width is adjusted (2893->2892) so it is divisible by the resolution X scale.
  217. *PrintableArea: PAIR(2892, 1766)
  218. }
  219. *case: Option4
  220. {
  221. *% Warning: the following printable width is adjusted (2893->2892) so it is divisible by the resolution X scale.
  222. *PrintableArea: PAIR(2892, 1766)
  223. }
  224. }
  225. *Command: CmdSelect
  226. {
  227. *Order: DOC_SETUP.8
  228. *Cmd: "<1B>C<0006>"
  229. }
  230. }
  231. *Option: A6
  232. {
  233. *rcNameID: =A6_DISPLAY
  234. *PrintableArea: PAIR(1403, 1766)
  235. *PrintableOrigin: PAIR(42, 120)
  236. *switch: Resolution
  237. {
  238. *case: Option2
  239. {
  240. *% Warning: the following printable width is adjusted (1403->1402) so it is divisible by the resolution X scale.
  241. *PrintableArea: PAIR(1402, 1766)
  242. }
  243. *case: Option3
  244. {
  245. *% Warning: the following printable width is adjusted (1403->1402) so it is divisible by the resolution X scale.
  246. *PrintableArea: PAIR(1402, 1766)
  247. }
  248. *case: Option4
  249. {
  250. *% Warning: the following printable width is adjusted (1403->1401) so it is divisible by the resolution X scale.
  251. *PrintableArea: PAIR(1401, 1766)
  252. }
  253. }
  254. *Command: CmdSelect
  255. {
  256. *Order: DOC_SETUP.8
  257. *Cmd: "<1B>C<0006>"
  258. }
  259. }
  260. *Option: A6_ROTATED
  261. {
  262. *rcNameID: =A6_ROTATED_DISPLAY
  263. *PrintableArea: PAIR(2015, 1154)
  264. *PrintableOrigin: PAIR(42, 120)
  265. *switch: Resolution
  266. {
  267. *case: Option2
  268. {
  269. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  270. *PrintableArea: PAIR(2014, 1154)
  271. }
  272. *case: Option3
  273. {
  274. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  275. *PrintableArea: PAIR(2014, 1154)
  276. }
  277. *case: Option4
  278. {
  279. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  280. *PrintableArea: PAIR(2013, 1154)
  281. }
  282. }
  283. *Command: CmdSelect
  284. {
  285. *Order: DOC_SETUP.8
  286. *Cmd: "<1B>C<0004>"
  287. }
  288. }
  289. *Option: B4
  290. {
  291. *rcNameID: =B4_DISPLAY
  292. *PrintableArea: PAIR(3559, 4826)
  293. *PrintableOrigin: PAIR(42, 120)
  294. *switch: Resolution
  295. {
  296. *case: Option2
  297. {
  298. *% Warning: the following printable width is adjusted (3559->3558) so it is divisible by the resolution X scale.
  299. *PrintableArea: PAIR(3558, 4826)
  300. }
  301. *case: Option3
  302. {
  303. *% Warning: the following printable width is adjusted (3559->3558) so it is divisible by the resolution X scale.
  304. *PrintableArea: PAIR(3558, 4826)
  305. }
  306. *case: Option4
  307. {
  308. *% Warning: the following printable width is adjusted (3559->3558) so it is divisible by the resolution X scale.
  309. *PrintableArea: PAIR(3558, 4826)
  310. }
  311. }
  312. *Command: CmdSelect
  313. {
  314. *Order: DOC_SETUP.8
  315. *Cmd: "<1B>C<000E>"
  316. }
  317. }
  318. *Option: B5
  319. {
  320. *rcNameID: =B5_DISPLAY
  321. *PrintableArea: PAIR(2497, 3310)
  322. *PrintableOrigin: PAIR(42, 120)
  323. *switch: Resolution
  324. {
  325. *case: Option2
  326. {
  327. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  328. *PrintableArea: PAIR(2496, 3310)
  329. }
  330. *case: Option3
  331. {
  332. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  333. *PrintableArea: PAIR(2496, 3310)
  334. }
  335. *case: Option4
  336. {
  337. *% Warning: the following printable width is adjusted (2497->2496) so it is divisible by the resolution X scale.
  338. *PrintableArea: PAIR(2496, 3310)
  339. }
  340. }
  341. *Command: CmdSelect
  342. {
  343. *Order: DOC_SETUP.8
  344. *Cmd: "<1B>C<000A>"
  345. }
  346. }
  347. *Option: B5_JIS_ROTATED
  348. {
  349. *rcNameID: =B5_JIS_ROTATED_DISPLAY
  350. *PrintableArea: PAIR(3559, 2248)
  351. *PrintableOrigin: PAIR(42, 120)
  352. *switch: Resolution
  353. {
  354. *case: Option2
  355. {
  356. *% Warning: the following printable width is adjusted (3559->3558) so it is divisible by the resolution X scale.
  357. *PrintableArea: PAIR(3558, 2248)
  358. }
  359. *case: Option3
  360. {
  361. *% Warning: the following printable width is adjusted (3559->3558) so it is divisible by the resolution X scale.
  362. *PrintableArea: PAIR(3558, 2248)
  363. }
  364. *case: Option4
  365. {
  366. *% Warning: the following printable width is adjusted (3559->3558) so it is divisible by the resolution X scale.
  367. *PrintableArea: PAIR(3558, 2248)
  368. }
  369. }
  370. *Command: CmdSelect
  371. {
  372. *Order: DOC_SETUP.8
  373. *Cmd: "<1B>C<0007>"
  374. }
  375. }
  376. *Option: LETTER
  377. {
  378. *rcNameID: =LETTER_DISPLAY
  379. *PrintableArea: PAIR(2976, 3627)
  380. *PrintableOrigin: PAIR(42, 120)
  381. *switch: Resolution
  382. {
  383. *case: Option3
  384. {
  385. *% Warning: the following printable length is adjusted (3627->3626) so it is divisible by the resolution Y scale.
  386. *PrintableArea: PAIR(2976, 3626)
  387. }
  388. *case: Option4
  389. {
  390. *% Warning: the following printable length is adjusted (3627->3626) so it is divisible by the resolution Y scale.
  391. *PrintableArea: PAIR(2976, 3626)
  392. }
  393. }
  394. *Command: CmdSelect
  395. {
  396. *Order: DOC_SETUP.8
  397. *Cmd: "<1B>C<000B>"
  398. }
  399. }
  400. *Option: LEGAL
  401. {
  402. *rcNameID: =LEGAL_DISPLAY
  403. *PrintableArea: PAIR(2976, 4707)
  404. *PrintableOrigin: PAIR(42, 120)
  405. *switch: Resolution
  406. {
  407. *case: Option3
  408. {
  409. *% Warning: the following printable length is adjusted (4707->4706) so it is divisible by the resolution Y scale.
  410. *PrintableArea: PAIR(2976, 4706)
  411. }
  412. *case: Option4
  413. {
  414. *% Warning: the following printable length is adjusted (4707->4706) so it is divisible by the resolution Y scale.
  415. *PrintableArea: PAIR(2976, 4706)
  416. }
  417. }
  418. *Command: CmdSelect
  419. {
  420. *Order: DOC_SETUP.8
  421. *Cmd: "<1B>C<000E>"
  422. }
  423. }
  424. *Option: JAPANESE_POSTCARD
  425. {
  426. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  427. *PrintableArea: PAIR(1334, 1766)
  428. *PrintableOrigin: PAIR(42, 120)
  429. *switch: Resolution
  430. {
  431. *case: Option4
  432. {
  433. *% Warning: the following printable width is adjusted (1334->1332) so it is divisible by the resolution X scale.
  434. *PrintableArea: PAIR(1332, 1766)
  435. }
  436. }
  437. *Command: CmdSelect
  438. {
  439. *Order: DOC_SETUP.8
  440. *Cmd: "<1B>C<0006>"
  441. }
  442. }
  443. *Option: JAPANESE_POSTCARD_ROTATED
  444. {
  445. *rcNameID: =JAPANESE_POSTCARD_ROTATED_DISPLAY
  446. *PrintableArea: PAIR(2015, 1085)
  447. *PrintableOrigin: PAIR(42, 120)
  448. *switch: Resolution
  449. {
  450. *case: Option2
  451. {
  452. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  453. *PrintableArea: PAIR(2014, 1085)
  454. }
  455. *case: Option3
  456. {
  457. *% Warning: the following printable width is adjusted (2015->2014) so it is divisible by the resolution X scale.
  458. *% Warning: the following printable length is adjusted (1085->1084) so it is divisible by the resolution Y scale.
  459. *PrintableArea: PAIR(2014, 1084)
  460. }
  461. *case: Option4
  462. {
  463. *% Warning: the following printable width is adjusted (2015->2013) so it is divisible by the resolution X scale.
  464. *% Warning: the following printable length is adjusted (1085->1084) so it is divisible by the resolution Y scale.
  465. *PrintableArea: PAIR(2013, 1084)
  466. }
  467. }
  468. *Command: CmdSelect
  469. {
  470. *Order: DOC_SETUP.8
  471. *Cmd: "<1B>C<0004>"
  472. }
  473. }
  474. *Option: CUSTOMSIZE
  475. {
  476. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  477. *MinSize: PAIR(360, 360)
  478. *MaxSize: PAIR(4209, 7920)
  479. *MaxPrintableWidth: 4104
  480. *MinLeftMargin: 0
  481. *CenterPrintable?: FALSE
  482. *TopMargin: 120
  483. *BottomMargin: 213
  484. *Command: CmdSelect
  485. {
  486. *Order: DOC_SETUP.8
  487. *Cmd: "<1B>2<1B>C" %c[0,127]{(PhysPaperLength / 60) }
  488. }
  489. }
  490. }
  491. *Feature: ColorMode
  492. {
  493. *rcNameID: =COLOR_PRINTING_MODE_DISPLAY
  494. *DefaultOption: Color
  495. *Option: Mono
  496. {
  497. *rcNameID: =MONO_DISPLAY
  498. *DevNumOfPlanes: 1
  499. *DevBPP: 1
  500. *Color? : FALSE
  501. }
  502. *Option: Color
  503. {
  504. *rcNameID: =COLOR_DISPLAY
  505. *DevNumOfPlanes: 4
  506. *DevBPP: 1
  507. *DrvBPP: 4
  508. *ColorPlaneOrder: LIST(YELLOW, MAGENTA, CYAN, BLACK)
  509. *Command: CmdSendYellowData { *Cmd : "<1B>r<04>" }
  510. *Command: CmdSendMagentaData { *Cmd : "<1B>r<01>" }
  511. *Command: CmdSendCyanData { *Cmd : "<1B>r<02>" }
  512. *Command: CmdSendBlackData { *Cmd : "<1B>r<00>" }
  513. *Command: CmdSelectBlackColor { *Cmd : "<1B>r<00>" }
  514. *Command: CmdSelectRedColor { *Cmd : "<1B>r<05>" }
  515. *Command: CmdSelectGreenColor { *Cmd : "<1B>r<06>" }
  516. *Command: CmdSelectYellowColor { *Cmd : "<1B>r<04>" }
  517. *Command: CmdSelectBlueColor { *Cmd : "<1B>r<03>" }
  518. *Command: CmdSelectMagentaColor { *Cmd : "<1B>r<01>" }
  519. *Command: CmdSelectCyanColor { *Cmd : "<1B>r<02>" }
  520. }
  521. }
  522. *Feature: Halftone
  523. {
  524. *rcNameID: =HALFTONING_DISPLAY
  525. *DefaultOption: HT_PATSIZE_AUTO
  526. *Option: HT_PATSIZE_AUTO
  527. {
  528. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  529. }
  530. *Option: HT_PATSIZE_SUPERCELL_M
  531. {
  532. *rcNameID: =HT_SUPERCELL_DISPLAY
  533. }
  534. *Option: HT_PATSIZE_6x6_M
  535. {
  536. *rcNameID: =HT_DITHER6X6_DISPLAY
  537. }
  538. *Option: HT_PATSIZE_8x8_M
  539. {
  540. *rcNameID: =HT_DITHER8X8_DISPLAY
  541. }
  542. }
  543. *Command: CmdStartDoc
  544. {
  545. *Order: DOC_SETUP.1
  546. *Cmd: "<1B>S<1B1B>S<1C1B>@<181B>t<011B>R<00>"
  547. }
  548. *Command: CmdStartPage
  549. {
  550. *Order: PAGE_SETUP.1
  551. *Cmd: "<0D>"
  552. }
  553. *Command: CmdEndJob
  554. {
  555. *Order: JOB_FINISH.1
  556. *Cmd: "<1B>S<1B1B>SK"
  557. }
  558. *RotateCoordinate?: FALSE
  559. *RotateRaster?: FALSE
  560. *RotateFont?: FALSE
  561. *switch: Orientation
  562. {
  563. *case: PORTRAIT
  564. {
  565. *TextCaps: LIST(TC_SA_DOUBLE,TC_EA_DOUBLE,TC_IA_ABLE,TC_RA_ABLE)
  566. }
  567. *case: LANDSCAPE_CC270
  568. {
  569. *TextCaps: LIST(TC_RA_ABLE)
  570. }
  571. }
  572. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  573. *YMoveAttributes: LIST(SEND_CR_FIRST)
  574. *MaxLineSpacing: 255
  575. *XMoveThreshold: 0
  576. *YMoveThreshold: *
  577. *XMoveUnit: 60
  578. *YMoveUnit: 180
  579. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l[0,815]{max_repeat((DestX / 6) )} }
  580. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  581. *Command: CmdSetLineSpacing { *Cmd : "<1B>+" %c[0,255]{LinefeedSpacing } }
  582. *Command: CmdCR { *Cmd : "<0D>" }
  583. *Command: CmdLF { *Cmd : "<0A>" }
  584. *Command: CmdFF { *Cmd : "<0C>" }
  585. *Command: CmdBackSpace { *Cmd : "<08>" }
  586. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  587. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  588. *EjectPageWithFF?: TRUE
  589. *OutputDataFormat: V_BYTE
  590. *UseExpColorSelectCmd?: TRUE
  591. *OptimizeLeftBound?: FALSE
  592. *CursorXAfterSendBlockData: AT_GRXDATA_END
  593. *CursorYAfterSendBlockData: NO_MOVE
  594. *DefaultFont: 1
  595. *DefaultCTT: -1
  596. *switch: Orientation
  597. {
  598. *case: PORTRAIT
  599. {
  600. *DeviceFonts: LIST(1,3,5,6,7,8,9,10,11,12,14,15,16,17,
  601. + 18,19,20,21)
  602. }
  603. *case: LANDSCAPE_CC270
  604. {
  605. *DeviceFonts: LIST()
  606. }
  607. }
  608. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  609. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  610. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  611. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  612. *Command: CmdSelectSingleByteMode { *Cmd : "<1C0F>" }
  613. *Command: CmdSelectDoubleByteMode { *Cmd : "<1C12>" }