PlugInChartF.dfm 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. object PlugInChart: TPlugInChart
  2. Left = 0
  3. Top = 0
  4. Align = alClient
  5. BorderStyle = bsNone
  6. Caption = #44536#47000#54532' '#54364#52636
  7. ClientHeight = 517
  8. ClientWidth = 1214
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poOwnerFormCenter
  17. Scaled = False
  18. ShowHint = True
  19. OnClose = FormClose
  20. OnShow = FormShow
  21. ExplicitWidth = 320
  22. ExplicitHeight = 240
  23. PixelsPerInch = 96
  24. TextHeight = 14
  25. object PnlLegendBack: TPanel
  26. Left = 0
  27. Top = 0
  28. Width = 249
  29. Height = 517
  30. Align = alLeft
  31. BevelOuter = bvNone
  32. ParentColor = True
  33. TabOrder = 0
  34. object PnlLegend: TPanel
  35. Left = 0
  36. Top = 0
  37. Width = 249
  38. Height = 28
  39. Align = alTop
  40. BevelOuter = bvNone
  41. Caption = '['#48276#47168' '#48143' '#54364#52636#49444#51221']'
  42. ParentColor = True
  43. TabOrder = 0
  44. end
  45. object PnlLegendSet: TPanel
  46. Left = 0
  47. Top = 488
  48. Width = 249
  49. Height = 29
  50. Align = alBottom
  51. BevelOuter = bvNone
  52. ParentColor = True
  53. TabOrder = 2
  54. DesignSize = (
  55. 249
  56. 29)
  57. object BtnChkAll: TcxButton
  58. Left = 3
  59. Top = 4
  60. Width = 55
  61. Height = 20
  62. Cursor = crHandPoint
  63. Hint = 'Select all items'
  64. Caption = #51204#52404
  65. Colors.Default = clBtnFace
  66. LookAndFeel.Kind = lfUltraFlat
  67. LookAndFeel.NativeStyle = False
  68. TabOrder = 0
  69. OnClick = BtnChkAllClick
  70. end
  71. object BtnReverse: TcxButton
  72. Left = 65
  73. Top = 4
  74. Width = 55
  75. Height = 20
  76. Cursor = crHandPoint
  77. Hint = 'Invert selection'
  78. Caption = #48152#51204
  79. Colors.Default = clBtnFace
  80. LookAndFeel.Kind = lfUltraFlat
  81. LookAndFeel.NativeStyle = False
  82. TabOrder = 1
  83. OnClick = BtnReverseClick
  84. end
  85. object BtnProperty: TcxButton
  86. Left = 191
  87. Top = 4
  88. Width = 55
  89. Height = 20
  90. Cursor = crHandPoint
  91. Hint = 'Graph attribute setting'
  92. Anchors = [akTop, akRight]
  93. Caption = #49549#49457
  94. Colors.Default = clBtnFace
  95. LookAndFeel.Kind = lfUltraFlat
  96. LookAndFeel.NativeStyle = False
  97. TabOrder = 2
  98. OnClick = BtnPropertyClick
  99. end
  100. object BtnApply: TcxButton
  101. Left = 128
  102. Top = 4
  103. Width = 55
  104. Height = 20
  105. Cursor = crHandPoint
  106. Hint = 'Apply setting'
  107. Caption = #51201#50857
  108. Colors.Default = clBtnFace
  109. LookAndFeel.Kind = lfUltraFlat
  110. LookAndFeel.NativeStyle = False
  111. TabOrder = 3
  112. Visible = False
  113. OnClick = BtnApplyClick
  114. end
  115. end
  116. object LstLegend: TCheckListBox
  117. Left = 0
  118. Top = 28
  119. Width = 249
  120. Height = 460
  121. OnClickCheck = LstLegendClickCheck
  122. Align = alClient
  123. Font.Charset = DEFAULT_CHARSET
  124. Font.Color = clWindowText
  125. Font.Height = -13
  126. Font.Name = #44404#47548
  127. Font.Style = []
  128. ImeName = #54620#44397#50612' '#51077#47141' '#49884#49828#53596' (IME 2000)'
  129. ItemHeight = 13
  130. ParentFont = False
  131. Style = lbOwnerDrawFixed
  132. TabOrder = 1
  133. OnDblClick = LstLegendDblClick
  134. OnDrawItem = LstLegendDrawItem
  135. end
  136. object lblSel: TcxLabel
  137. Left = 46
  138. Top = 105
  139. Caption = #50500#51060#53596#51012' '#49440#53469#54616#49464#50836'.'
  140. Transparent = True
  141. Visible = False
  142. end
  143. object lblSoge: TcxLabel
  144. Left = 46
  145. Top = 129
  146. Caption = #49548#44228
  147. Transparent = True
  148. Visible = False
  149. end
  150. end
  151. object PnlGraphBack: TPanel
  152. Left = 255
  153. Top = 0
  154. Width = 959
  155. Height = 517
  156. Align = alClient
  157. BevelOuter = bvNone
  158. ParentColor = True
  159. TabOrder = 1
  160. object PnlGraphTop: TPanel
  161. Left = 0
  162. Top = 0
  163. Width = 959
  164. Height = 25
  165. Align = alTop
  166. BevelOuter = bvNone
  167. ParentColor = True
  168. TabOrder = 1
  169. DesignSize = (
  170. 959
  171. 25)
  172. object ImgDesc01: TImage
  173. Left = 550
  174. Top = 9
  175. Width = 9
  176. Height = 9
  177. Anchors = [akTop, akRight]
  178. AutoSize = True
  179. Transparent = True
  180. end
  181. object cxLabel1: TcxLabel
  182. Left = 557
  183. Top = 3
  184. Anchors = [akTop, akRight]
  185. AutoSize = False
  186. Caption = #52264#53944' '#50976#54805
  187. ParentColor = False
  188. ParentShowHint = False
  189. ShowHint = True
  190. Style.BorderStyle = ebsNone
  191. Style.Color = clWhite
  192. Style.Edges = [bLeft, bTop, bRight, bBottom]
  193. Properties.Alignment.Horz = taRightJustify
  194. Properties.Alignment.Vert = taVCenter
  195. Transparent = True
  196. Height = 20
  197. Width = 67
  198. AnchorX = 624
  199. AnchorY = 13
  200. end
  201. object Chk3D: TcxCheckBox
  202. Left = 790
  203. Top = 4
  204. Cursor = crHandPoint
  205. Hint = #44536#47000#54532#47484' 3D'#47196' '#54364#52636'/'#54644#51228' '#54633#45768#45796'.'
  206. Anchors = [akTop, akRight]
  207. Caption = '3D'
  208. ParentBackground = False
  209. ParentColor = False
  210. ParentShowHint = False
  211. ShowHint = True
  212. Style.BorderColor = 10849679
  213. Style.BorderStyle = ebsSingle
  214. Style.Color = 10849679
  215. Style.TextColor = clBlack
  216. Style.TextStyle = []
  217. TabOrder = 1
  218. Transparent = True
  219. Visible = False
  220. OnClick = Chk3DClick
  221. Width = 46
  222. end
  223. object ChkDispValue: TcxCheckBox
  224. Left = 842
  225. Top = 4
  226. Cursor = crHandPoint
  227. Hint = #44536#47000#54532#50640' '#44050#51012' '#54364#52636#54633#45768#45796'.'
  228. Anchors = [akTop, akRight]
  229. Caption = #44050#54364#52636
  230. ParentBackground = False
  231. ParentColor = False
  232. ParentShowHint = False
  233. ShowHint = True
  234. Style.BorderColor = 10849679
  235. Style.BorderStyle = ebsSingle
  236. Style.Color = 10849679
  237. Style.TextColor = clBlack
  238. Style.TextStyle = []
  239. TabOrder = 2
  240. Transparent = True
  241. OnClick = ChkDispValueClick
  242. Width = 111
  243. end
  244. object CbChartKind: TcxImageComboBox
  245. Left = 629
  246. Top = 2
  247. Cursor = crHandPoint
  248. Hint = 'Change the graph type.'
  249. Anchors = [akTop, akRight]
  250. EditValue = 0
  251. ParentFont = False
  252. Properties.Alignment.Vert = taVCenter
  253. Properties.Images = ImgChartSmall
  254. Properties.Items = <
  255. item
  256. Description = ' Line'
  257. ImageIndex = 1
  258. Value = 0
  259. end
  260. item
  261. Description = ' Bar'
  262. ImageIndex = 2
  263. Tag = 1
  264. Value = 1
  265. end
  266. item
  267. Description = ' Area'
  268. ImageIndex = 3
  269. Tag = 2
  270. Value = 2
  271. end
  272. item
  273. Description = ' Point'
  274. ImageIndex = 4
  275. Tag = 3
  276. Value = 3
  277. end>
  278. Properties.OnEditValueChanged = CbChartKindPropertiesEditValueChanged
  279. Style.Font.Charset = DEFAULT_CHARSET
  280. Style.Font.Color = clWindowText
  281. Style.Font.Height = -13
  282. Style.Font.Name = 'Tahoma'
  283. Style.Font.Style = []
  284. Style.LookAndFeel.Kind = lfUltraFlat
  285. Style.LookAndFeel.NativeStyle = False
  286. Style.ButtonStyle = btsUltraFlat
  287. Style.IsFontAssigned = True
  288. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  289. StyleDisabled.LookAndFeel.NativeStyle = False
  290. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  291. StyleFocused.LookAndFeel.NativeStyle = False
  292. StyleFocused.TextStyle = [fsBold]
  293. StyleHot.LookAndFeel.Kind = lfUltraFlat
  294. StyleHot.LookAndFeel.NativeStyle = False
  295. StyleHot.TextStyle = [fsBold]
  296. TabOrder = 3
  297. Width = 138
  298. end
  299. object LblForm: TcxLabel
  300. Left = 381
  301. Top = 8
  302. Anchors = [akRight]
  303. AutoSize = False
  304. Caption = 'Form ID'
  305. ParentFont = False
  306. Style.Font.Charset = DEFAULT_CHARSET
  307. Style.Font.Color = clWindowText
  308. Style.Font.Height = -13
  309. Style.Font.Name = #47569#51008' '#44256#46357
  310. Style.Font.Style = []
  311. Style.IsFontAssigned = True
  312. Properties.Alignment.Horz = taRightJustify
  313. Properties.Alignment.Vert = taVCenter
  314. Transparent = True
  315. Visible = False
  316. Height = 14
  317. Width = 100
  318. AnchorX = 481
  319. AnchorY = 15
  320. end
  321. object cxLabel2: TcxLabel
  322. Left = 6
  323. Top = 4
  324. AutoSize = False
  325. Caption = #52264#53944#47484' '#53364#47533#54616#47732' '#44050#51012' '#54869#51064' '#54624' '#49688' '#51080#49845#45768#45796'.'
  326. ParentColor = False
  327. ParentShowHint = False
  328. ShowHint = True
  329. Style.BorderStyle = ebsNone
  330. Style.Color = clWhite
  331. Style.Edges = [bLeft, bTop, bRight, bBottom]
  332. Style.TextColor = clBlue
  333. Properties.Alignment.Horz = taLeftJustify
  334. Properties.Alignment.Vert = taVCenter
  335. Transparent = True
  336. Height = 20
  337. Width = 411
  338. AnchorY = 14
  339. end
  340. end
  341. object DbChart: TDBChart
  342. AlignWithMargins = True
  343. Left = 3
  344. Top = 28
  345. Width = 953
  346. Height = 486
  347. BackWall.Brush.Color = clWhite
  348. BackWall.Brush.Style = bsClear
  349. BackWall.Color = clWindow
  350. Border.Color = clGray
  351. Border.Visible = True
  352. Foot.Font.Height = -12
  353. Foot.Font.Name = #47569#51008' '#44256#46357
  354. Foot.Text.Strings = (
  355. '')
  356. Foot.Visible = False
  357. MarginLeft = 4
  358. MarginRight = 2
  359. MarginTop = 2
  360. SubFoot.Font.Height = -12
  361. SubFoot.Font.Name = #47569#51008' '#44256#46357
  362. SubFoot.Font.Style = [fsBold]
  363. SubFoot.Visible = False
  364. SubTitle.AdjustFrame = False
  365. SubTitle.Font.Height = -12
  366. SubTitle.Font.Name = #47569#51008' '#44256#46357
  367. SubTitle.Font.Style = [fsBold]
  368. SubTitle.Visible = False
  369. Title.Font.Charset = ANSI_CHARSET
  370. Title.Font.Height = -13
  371. Title.Font.Name = #47569#51008' '#44256#46357
  372. Title.Font.Style = [fsBold]
  373. Title.Text.Strings = (
  374. #52264#53944' '#51228#47785)
  375. Title.VertMargin = 10
  376. OnClickSeries = DbChartClickSeries
  377. BottomAxis.AxisValuesFormat = '##.0'
  378. BottomAxis.Increment = 1.000000000000000000
  379. BottomAxis.LabelsFont.Height = -12
  380. BottomAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  381. BottomAxis.LabelsFont.Style = [fsBold]
  382. BottomAxis.LabelsFont.InterCharSize = 1
  383. BottomAxis.Title.Caption = 'X'#52629' '#47112#48296' '#53581#49828#53944
  384. BottomAxis.Title.Font.Color = clBlue
  385. BottomAxis.Title.Font.Height = -13
  386. BottomAxis.Title.Font.Name = #47569#51008' '#44256#46357
  387. BottomAxis.Title.Font.InterCharSize = 1
  388. BottomAxis.TitleSize = 12
  389. DepthAxis.Automatic = False
  390. DepthAxis.AutomaticMaximum = False
  391. DepthAxis.AutomaticMinimum = False
  392. DepthAxis.LabelsFont.Height = -12
  393. DepthAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  394. DepthAxis.LabelsFont.Style = [fsBold]
  395. DepthAxis.Maximum = 0.830000000000000300
  396. DepthAxis.Minimum = -0.170000000000000000
  397. DepthAxis.Title.Font.Height = -12
  398. DepthAxis.Title.Font.Name = #47569#51008' '#44256#46357
  399. DepthAxis.Title.Font.Style = [fsBold]
  400. DepthTopAxis.Automatic = False
  401. DepthTopAxis.AutomaticMaximum = False
  402. DepthTopAxis.AutomaticMinimum = False
  403. DepthTopAxis.LabelsFont.Height = -12
  404. DepthTopAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  405. DepthTopAxis.LabelsFont.Style = [fsBold]
  406. DepthTopAxis.Maximum = 0.830000000000000300
  407. DepthTopAxis.Minimum = -0.170000000000000000
  408. DepthTopAxis.Title.Font.Height = -12
  409. DepthTopAxis.Title.Font.Name = #47569#51008' '#44256#46357
  410. DepthTopAxis.Title.Font.Style = [fsBold]
  411. LeftAxis.Automatic = False
  412. LeftAxis.AutomaticMaximum = False
  413. LeftAxis.AutomaticMinimum = False
  414. LeftAxis.LabelsFont.Height = -12
  415. LeftAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  416. LeftAxis.LabelsFont.Style = [fsBold]
  417. LeftAxis.Maximum = 1270.150000000001000000
  418. LeftAxis.Minimum = 315.150000000002500000
  419. LeftAxis.Title.Caption = 'Y'#52629' '#47112#48296' '#53581#49828#53944
  420. LeftAxis.Title.Font.Color = clBlue
  421. LeftAxis.Title.Font.Height = -13
  422. LeftAxis.Title.Font.Name = #47569#51008' '#44256#46357
  423. LeftAxis.TitleSize = 1
  424. Legend.Font.Height = -12
  425. Legend.Font.Name = #47569#51008' '#44256#46357
  426. Legend.Font.Style = [fsBold]
  427. Legend.Title.Font.Height = -12
  428. Legend.Title.Font.Name = #47569#51008' '#44256#46357
  429. Legend.Visible = False
  430. Pages.AutoScale = True
  431. RightAxis.Automatic = False
  432. RightAxis.AutomaticMaximum = False
  433. RightAxis.AutomaticMinimum = False
  434. RightAxis.LabelsFont.Height = -12
  435. RightAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  436. RightAxis.LabelsFont.Style = [fsBold]
  437. RightAxis.Title.Font.Height = -12
  438. RightAxis.Title.Font.Name = #47569#51008' '#44256#46357
  439. RightAxis.Title.Font.Style = [fsBold]
  440. Shadow.Smooth = False
  441. Shadow.Visible = False
  442. TopAxis.LabelsFont.Height = -12
  443. TopAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  444. TopAxis.LabelsFont.Style = [fsBold]
  445. TopAxis.LabelsFont.InterCharSize = 1
  446. TopAxis.Title.Font.Color = clBlue
  447. TopAxis.Title.Font.Height = -12
  448. TopAxis.Title.Font.Name = #47569#51008' '#44256#46357
  449. TopAxis.Title.Font.Style = [fsBold]
  450. TopAxis.Title.Font.InterCharSize = 5
  451. View3D = False
  452. View3DOptions.Elevation = 315
  453. View3DOptions.HorizOffset = -14
  454. View3DOptions.Orthogonal = False
  455. View3DOptions.Perspective = 0
  456. View3DOptions.Rotation = 356
  457. View3DOptions.VertOffset = 3
  458. View3DOptions.ZoomText = False
  459. Zoom.Animated = True
  460. Zoom.AnimatedSteps = 4
  461. Zoom.Pen.Color = clMaroon
  462. Zoom.Pen.Width = 2
  463. Align = alClient
  464. BevelOuter = bvNone
  465. Color = 16645629
  466. TabOrder = 0
  467. AutoSize = True
  468. OnMouseMove = DbChartMouseMove
  469. PrintMargins = (
  470. 15
  471. 11
  472. 15
  473. 11)
  474. object Series1: TBarSeries
  475. Marks.Arrow.Visible = True
  476. Marks.Callout.Brush.Color = clBlack
  477. Marks.Callout.Arrow.Visible = True
  478. Marks.Font.Height = -12
  479. Marks.Font.Name = #47569#51008' '#44256#46357
  480. Marks.Font.Style = [fsBold]
  481. Marks.Visible = True
  482. Gradient.Direction = gdTopBottom
  483. XValues.Name = 'X'
  484. XValues.Order = loAscending
  485. YValues.Name = 'Bar'
  486. YValues.Order = loNone
  487. end
  488. end
  489. end
  490. object Splitter: TcxSplitter
  491. Left = 249
  492. Top = 0
  493. Width = 6
  494. Height = 517
  495. HotZoneClassName = 'TcxSimpleStyle'
  496. ResizeUpdate = True
  497. Control = PnlLegendBack
  498. end
  499. object lblEA: TcxLabel
  500. Left = 46
  501. Top = 153
  502. Caption = #44148
  503. Transparent = True
  504. Visible = False
  505. end
  506. object ImgChartSmall: TImageList
  507. Height = 20
  508. ShareImages = True
  509. Width = 20
  510. Left = 458
  511. Top = 92
  512. Bitmap = {
  513. 494C010105000900040014001400FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  514. 0000000000003600000028000000500000002800000001002000000000000032
  515. 0000000000000000000000000000000000000000000000000000000000000000
  516. 0000000000000000000000000000000000000000000000000000000000000000
  517. 0000000000000000000000000000000000000000000000000000000000000000
  518. 0000000000000000000000000000000000000000000000000000000000000000
  519. 0000000000000000000000000000000000000000000000000000000000000000
  520. 0000000000000000000000000000000000000000000000000000000000000000
  521. 0000000000000000000000000000000000000000000000000000000000000000
  522. 0000000000000000000000000000000000000000000000000000000000000000
  523. 0000000000000000000000000000000000000000000000000000000000000000
  524. 0000000000000000000000000000000000000000000000000000000000000000
  525. 0000000000000000000000000000000000000000000000000000000000000000
  526. 0000000000000000000000000000000000000000000000000000000000000000
  527. 0000000000000000000000000000000000000000000000000000000000000000
  528. 0000000000000000000000000000000000000000000000000000000000000000
  529. 0000000000000000000000000000000000000000000000000000000000000000
  530. 0000000000000000000000000000000000000000000000000000000000000000
  531. 0000000000000000000000000000000000000000000000000000000000000000
  532. 0000000000000000000000000000000000000000000000000000000000000000
  533. 0000000000000000000000000000000000000000000000000000000000000000
  534. 0000000000000000000000000000000000000000000000000000000000000000
  535. 000000000000000000000000000000000000000000000000000000000000C0C0
  536. C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0C0000000
  537. 0000C0C0C000C0C0C00000000000C0C0C00000000000C0C0C000000000000000
  538. 0000000000000000000000000000000000000000000000000000000000000000
  539. 0000000000000000000000000000000000000000000000000000000000000000
  540. 0000000000000000000000000000000000000000000000000000000000000000
  541. 0000000000000000000000000000000000000000000000000000000000000000
  542. 0000000000000000000000000000000000000000000000000000000000000000
  543. 0000000000000000000000000000000000000000000000000000000000000000
  544. 0000000000000000000000000000000000000000000000000000000000000000
  545. 0000000000000000000000000000000000000000000000000000C0C0C0000000
  546. 0000808080000000000080808000000000008080800080808000000000008080
  547. 8000000000008080800080808000000000008080800080808000000000000000
  548. 0000000000000000000000000000000000000000000000000000000000000000
  549. 0000000000000000000000000000000000000000000000000000000000000000
  550. 0000000000000000000000000000000000000000000000000000000000000000
  551. 0000000000000000000000000000000000000000000000000000000000000000
  552. 0000000000000000000000000000000000000000000000000000000000000000
  553. 0000000000000000000000000000000000000000000000000000000000000000
  554. 0000000000000000000000000000000000000000000000000000000000000000
  555. 00000000000000000000000000000000000000000000C0C0C000808080008080
  556. 8000C0C0C000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
  557. C00000000000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000
  558. 0000000000000000000000000000000000000000000000000000000000000000
  559. 0000000000000000000000000000000000000000000000000000000000000000
  560. 0000000000000000000000000000000000000000000000000000000000000000
  561. 0000000000000000000000000000000000000000000000000000000000000000
  562. 0000000000000000000000000000000000000000000000000000000000000000
  563. 0000000000000000000000000000000000000000000000000000000000000000
  564. 0000000000000000000000000000000000000000000000000000000000000000
  565. 0000000000000000000000000000000000000000000000000000808080008080
  566. 8000FF000000FF00000000000000000000000000000000000000000000000000
  567. 0000000000000000000000000000C0C0C0000000FF00C0C0C000000000000000
  568. 0000000000000000000000000000000000000000000000000000000000000000
  569. 0000000000000000000000000000000000000000000000000000000000000000
  570. 0000000000000000000000000000000000000000000000000000000000000000
  571. 0000000000000000000000000000000000000000000000000000000000000000
  572. 0000000000000000000000000000000000000000000000000000000000000000
  573. 0000000000000000000000000000000000000000000000000000000000000000
  574. 0000000000000000000000000000000000000000000000000000000000000000
  575. 00000000000000000000000000000000000000000000C0C0C00080808000C0C0
  576. C000C0C0C00080808000C0C0C00000000000000000000000000000FF000000FF
  577. 0000000000000000000000000000000000000000FF00C0C0C000000000000000
  578. 0000000000000000000000000000000000000000000000000000000000000000
  579. 0000000000000000000000000000000000000000000000000000000000000000
  580. 0000000000000000000000000000000000000000000000000000000000000000
  581. 0000000000000000000000000000000000000000000000000000000000000000
  582. 0000000000000000000000000000000000000000000000000000000000000000
  583. 0000000000000000000000000000000000000000000000000000000000000000
  584. 0000000000000000000000000000000000000000000000000000000000000000
  585. 0000000000000000000000000000000000000000000000000000808080008080
  586. 80000000000000000000FF00FF00FF00FF000000000000000000C0C0C000C0C0
  587. C000000000000000000000000000000000000000000000000000000000000000
  588. 0000000000000000000000000000000000000000000000000000000000000000
  589. 0000000000000000000000000000000000000000000000000000000000000000
  590. 0000000000000000000000000000000000000000000000000000000000000000
  591. 0000000000000000000000000000000000000000000000000000000000000000
  592. 0000000000000000000000000000000000000000000000000000000000000000
  593. 0000000000000000000000000000000000000000000000000000000000000000
  594. 0000000000000000000000000000000000000000000000000000000000000000
  595. 00000000000000000000000000000000000000000000C0C0C000808080008080
  596. 80000000000000000000C0C0C00000000000000000000000000000000000C0C0
  597. C000FF0000000000000000000000000000000000000000000000000000000000
  598. 0000000000000000000000000000000000000000000000000000000000000000
  599. 0000000000000000000000000000000000000000000000000000000000000000
  600. 0000000000000000000000000000000000000000000000000000000000000000
  601. 0000000000000000000000000000000000000000000000000000000000000000
  602. 0000000000000000000000000000000000000000000000000000000000000000
  603. 0000000000000000000000000000000000000000000000000000000000000000
  604. 0000000000000000000000000000000000000000000000000000000000000000
  605. 00000000000000000000000000000000000000000000C0C0C000808080008080
  606. 80000000000000000000C0C0C0000000FF00C0C0C0000000000000000000C0C0
  607. C000FF000000C0C0C00000000000000000000000000000000000000000000000
  608. 0000000000000000000000000000000000000000000000000000000000000000
  609. 0000000000000000000000000000000000000000000000000000000000000000
  610. 0000000000000000000000000000000000000000000000000000000000000000
  611. 0000000000000000000000000000000000000000000000000000000000000000
  612. 0000000000000000000000000000000000000000000000000000000000000000
  613. 0000000000000000000000000000000000000000000000000000000000000000
  614. 0000000000000000000000000000000000000000000000000000000000000000
  615. 0000000000000000000000000000000000000000000000000000808080008080
  616. 80000000000000000000C0C0C0000000FF00C0C0C00000000000000000000000
  617. 0000000000000000000000000000808000008080800000000000000000000000
  618. 0000000000000000000000000000000000000000000000000000000000000000
  619. 0000000000000000000000000000000000000000000000000000000000000000
  620. 0000000000000000000000000000000000000000000000000000000000000000
  621. 0000000000000000000000000000000000000000000000000000000000000000
  622. 0000000000000000000000000000000000000000000000000000000000000000
  623. 0000000000000000000000000000000000000000000000000000000000000000
  624. 0000000000000000000000000000000000000000000000000000000000000000
  625. 00000000000000000000000000000000000000000000C0C0C000808080008080
  626. 0000808000000000000000000000000000000000000000000000C0C0C0000000
  627. 000000000000000000000000000080800000C0C0C00000000000000000000000
  628. 0000000000000000000000000000000000000000000000000000000000000000
  629. 0000000000000000000000000000000000000000000000000000000000000000
  630. 0000000000000000000000000000000000000000000000000000000000000000
  631. 0000000000000000000000000000000000000000000000000000000000000000
  632. 0000000000000000000000000000000000000000000000000000000000000000
  633. 0000000000000000000000000000000000000000000000000000000000000000
  634. 0000000000000000000000000000000000000000000000000000000000000000
  635. 0000000000000000000000000000000000000000000000000000808080008080
  636. 0000808080000000000000000000000000000000000000FFFF0000FFFF000000
  637. 0000000000000000000000000000000000000000000000000000000000000000
  638. 0000000000000000000000000000000000000000000000000000000000000000
  639. 0000000000000000000000000000000000000000000000000000000000000000
  640. 0000000000000000000000000000000000000000000000000000000000000000
  641. 0000000000000000000000000000000000000000000000000000000000000000
  642. 0000000000000000000000000000000000000000000000000000000000000000
  643. 0000000000000000000000000000000000000000000000000000000000000000
  644. 0000000000000000000000000000000000000000000000000000000000000000
  645. 00000000000000000000000000000000000000000000C0C0C000808080008080
  646. 8000000000000000000000000000C0C0C00080808000C0C0C000C0C0C0000000
  647. 000000000000C0C0C0000000FF00000000000000000000000000000000000000
  648. 0000000000000000000000000000000000000000000000000000000000000000
  649. 0000000000000000000000000000000000000000000000000000000000000000
  650. 0000000000000000000000000000000000000000000000000000000000000000
  651. 0000000000000000000000000000000000000000000000000000000000000000
  652. 0000000000000000000000000000000000000000000000000000000000000000
  653. 0000000000000000000000000000000000000000000000000000000000000000
  654. 0000000000000000000000000000000000000000000000000000000000000000
  655. 00000000000000000000000000000000000000000000C0C0C000808080008080
  656. 80000000000000000000000000008080800000800000C0C0C000000000000000
  657. 0000000000000000FF000000FF00000000000000000000000000000000000000
  658. 0000000000000000000000000000000000000000000000000000000000000000
  659. 0000000000000000000000000000000000000000000000000000000000000000
  660. 0000000000000000000000000000000000000000000000000000000000000000
  661. 0000000000000000000000000000000000000000000000000000000000000000
  662. 0000000000000000000000000000000000000000000000000000000000000000
  663. 0000000000000000000000000000000000000000000000000000000000000000
  664. 0000000000000000000000000000000000000000000000000000000000000000
  665. 000000000000000000000000000000000000000000000000000080808000C0C0
  666. C000000000000000000000000000000000000000000000000000000000000000
  667. 0000000000000000000000000000000000000000000000000000000000000000
  668. 0000000000000000000000000000000000000000000000000000000000000000
  669. 0000000000000000000000000000000000000000000000000000000000000000
  670. 0000000000000000000000000000000000000000000000000000000000000000
  671. 0000000000000000000000000000000000000000000000000000000000000000
  672. 0000000000000000000000000000000000000000000000000000000000000000
  673. 0000000000000000000000000000000000000000000000000000000000000000
  674. 0000000000000000000000000000000000000000000000000000000000000000
  675. 00000000000000000000000000000000000000000000C0C0C000808080008080
  676. 800000000000C0C0C000FF0000008080800000000000000000000000000000FF
  677. FF0000FFFF00000000000000000000000000FF00FF00FF00FF00000000000000
  678. 0000000000000000000000000000000000000000000000000000000000000000
  679. 0000000000000000000000000000000000000000000000000000000000000000
  680. 0000000000000000000000000000000000000000000000000000000000000000
  681. 0000000000000000000000000000000000000000000000000000000000000000
  682. 0000000000000000000000000000000000000000000000000000000000000000
  683. 0000000000000000000000000000000000000000000000000000000000000000
  684. 0000000000000000000000000000000000000000000000000000000000000000
  685. 0000000000000000000000000000000000000000000000000000C0C0C000C0C0
  686. C000000000000000000080808000C0C0C000000000000000000000000000C0C0
  687. C00000000000000000000000000000000000C0C0C00000000000000000000000
  688. 0000000000000000000000000000000000000000000000000000000000000000
  689. 0000000000000000000000000000000000000000000000000000000000000000
  690. 0000000000000000000000000000000000000000000000000000000000000000
  691. 0000000000000000000000000000000000000000000000000000000000000000
  692. 0000000000000000000000000000000000000000000000000000000000000000
  693. 0000000000000000000000000000000000000000000000000000000000000000
  694. 0000000000000000000000000000000000000000000000000000000000000000
  695. 0000000000000000000000000000000000000000000000000000000000000000
  696. 0000000000000000000000000000000000000000000000000000000000000000
  697. 0000000000000000000000000000000000000000000000000000000000000000
  698. 0000000000000000000000000000000000000000000000000000000000000000
  699. 0000000000000000000000000000000000000000000000000000000000000000
  700. 0000000000000000000000000000000000000000000000000000000000000000
  701. 0000000000000000000000000000000000000000000000000000000000000000
  702. 0000000000000000000000000000000000000000000000000000000000000000
  703. 0000000000000000000000000000000000000000000000000000000000000000
  704. 0000000000000000000000000000000000000000000000000000000000000000
  705. 0000000000000000000000000000000000000000000000000000000000000000
  706. 0000000000000000000000000000000000000000000000000000000000000000
  707. 0000000000000000000000000000000000000000000000000000000000000000
  708. 0000000000000000000000000000000000000000000000000000000000000000
  709. 0000000000000000000000000000000000000000000000000000000000000000
  710. 0000000000000000000000000000000000000000000000000000000000000000
  711. 0000000000000000000000000000000000000000000000000000000000000000
  712. 0000000000000000000000000000000000000000000000000000000000000000
  713. 0000000000000000000000000000000000000000000000000000000000000000
  714. 0000000000000000000000000000000000000000000000000000000000000000
  715. 0000000000000000000000000000000000000000000000000000000000000000
  716. 00000000000000000000000000000000000000000000F0FBFF00F0FBFF00C0DC
  717. C000F0FBFF000000000000000000000000000000000000000000000000000000
  718. 0000000000000000000000000000000000000000000000000000000000000000
  719. 0000000000000000000000000000000000000000000000000000000000000000
  720. 0000000000000000000000000000000000000000000000000000000000000000
  721. 0000000000000000000000000000000000000000000000000000000000000000
  722. 0000000000000000000000000000000000000000000000000000000000000000
  723. 0000000000000000000000000000000000000000000000000000000000000000
  724. 0000000000000000000000000000000000000000000000000000000000000000
  725. 0000000000000000000000000000000000000000000000000000000000000000
  726. 000000000000F0FBFF00F0FBFF00C0DCC000F0FBFF00C0C0C000808060008080
  727. 600080808000C0C0A000C0DCC000000000000000000000000000000000000000
  728. 0000000000000000000000000000000000000000000000000000000000000000
  729. 0000000000000000000000000000000000000000000000000000000000000000
  730. 0000000000000000000000000000000000000000000000000000000000000000
  731. 0000000000000000000000000000000000000000000000000000000000000000
  732. 0000000000000000000000000000000000000000000000000000000000000000
  733. 0000000000000000000000000000000000000000000000000000000000000000
  734. 0000000000000000000000000000000000000000000000000000000000000000
  735. 0000000000000000000000000000000000000000000000000000000000000000
  736. 0000F0FBFF00C0DCC000C0DCC000C0DCC000C0DCC000C0C0C000406040004060
  737. 4000406040004060400080808000A4A0A000F0FBFF0000000000000000000000
  738. 0000000000000000000000000000C0C0C00000000000C0C0C00000000000C0C0
  739. C000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0
  740. C00000000000C0C0C0000000000000000000000000000000000000000000C0C0
  741. C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0C0000000
  742. 0000C0C0C000C0C0C00000000000C0C0C00000000000C0C0C000000000000000
  743. 0000000000000000000000000000C0C0C00000000000C0C0C00000000000C0C0
  744. C000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0
  745. C00000000000C0C0C000000000000000000000000000000000000000000080C0
  746. E000C0DCC000C0DCC000C0DCC000C0DCC000F0FBFF00C0DCC000806060008060
  747. 400040604000404040004040400040604000C0808000C0DCC000000000000000
  748. 00000000000000000000C0C0C000000000008080800000000000808080000000
  749. 0000808080008080800000000000808080000000000080808000808080000000
  750. 0000808080008080800000000000000000000000000000000000C0C0C0000000
  751. 0000808080000000000080808000000000008080800080808000000000008080
  752. 8000000000008080800080808000000000008080800080808000000000000000
  753. 00000000000000000000C0C0C000000000008080800000000000808080000000
  754. 0000808080008080800000000000808080000000000080808000808080000000
  755. 000080808000808080000000000000000000000000000000000080C0E0004080
  756. E00080C0C000F0FBFF00F0FBFF000000000000000000F0FBFF00806060008080
  757. 6000808060008080600080606000404040008020400080A0A000F0FBFF00F0FB
  758. FF0000000000C0C0C0008080800080808000C0C0C000C0C0C00000000000C0C0
  759. C000C0C0C000C0C0C000C0C0C000C0C0C00000000000C0C0C000C0C0C000C0C0
  760. C000C0C0C00000000000000000000000000000000000C0C0C000808080008080
  761. 80000000FF000000FF00C0C0C000FF000000808080000080000000800000C0C0
  762. C000FFFF0000808080000000800000008000C0C0C00000000000000000000000
  763. 000000000000C0C0C00080808000000080000000FF000000FF00000080000000
  764. FF00000080000000FF00000080000000FF000000FF00000080000000FF000000
  765. 80000000FF0080808000000000000000000000000000F0FBFF004060E0000060
  766. E00080C0E000F0FBFF00F0FBFF000000000000000000F0FBFF00806060008080
  767. 600080806000808060008080600080604000802040004060800080C0E000F0FB
  768. FF00000000000000000080808000808080000000000000000000000000000000
  769. 0000000000000000000000000000C0C0C0000000FF0000000000000000000000
  770. 0000000000000000000000000000000000000000000000000000808080008080
  771. 80000000FF0080808000C0C0C000FF000000C0C0C00080800000008000000000
  772. 0000FFFF0000C0C0C00080808000000080000000000000000000000000000000
  773. 0000000000000000000080808000000080000000FF000000FF000000FF000000
  774. FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  775. FF000000FF00C0C0C0000000000000000000F0FBFF0080C0E0004060E0004080
  776. E0004080E000C0C0C000F0FBFF000000000000000000F0FBFF00806060008080
  777. 600080806000808060008060400080404000408080000080A00040A0A000F0FB
  778. FF0000000000C0C0C00080808000808080000000000000000000000000000000
  779. 0000000000000000000000000000C0C0C0000000FF00C0C0C000000000000000
  780. 00000000000000000000000000000000000000000000C0C0C00080808000C0C0
  781. C0000000FF000000FF00C0C0C000FF000000C0C0C0008080000000808000C0C0
  782. C000FFFF0000C0C0C00080808000808080000000000000000000000000000000
  783. 000000000000C0C0C00080808000000080000000FF000000FF000000FF000000
  784. FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  785. FF000000FF00808080000000000000000000F0FBFF0080A0E0000080E0004080
  786. E0004080E0004080E00080C0E000F0FBFF00F0FBFF00F0FBFF00808060008080
  787. 60008080600080404000806060004080A00000A0C0000080C00040A0A000F0FB
  788. FF00000000000000000080808000808080000000000000000000000000000000
  789. 00000000000000000000C0C0C0000000FF0000000000C0C0C000C0C0C0000000
  790. 0000C0C0C000C0C0C0000000000000000000000000000000000080800000C0C0
  791. C0000000FF000000FF00C0C0C000FF000000C0C0C0000080000080800000C0C0
  792. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  793. 0000000000000000000080808000000080000000FF000000FF000000FF000000
  794. FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  795. FF000000FF00808080000000000000000000F0FBFF0080A0E0004080E0004080
  796. E0004080E0004080E0004080E00080A0E000F0FBFF00F0FBFF00808060008080
  797. 6000806040004060800000A0A00000A0C00000A0C00000A0C0000080A000C0DC
  798. C000000000000000000080808000800000000000000000000000C0C0C0000000
  799. 0000000000000000000080808000C0C0C000000000000000FF00000000000000
  800. 000080808000C0C0C00000000000000000000000000000000000808080008080
  801. 800000000000C0C0C000C0C0C000FF000000C0C0C0008080000000808000C0C0
  802. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  803. 000000000000C0C0C00080808000000080000000FF000000FF000000FF000000
  804. FF000000FF000000FF00800080000000FF000000FF000000FF000000FF000000
  805. FF000000FF00C0C0C0000000000000000000F0FBFF0040A0E0004080E0004080
  806. E0004080E0004080E0004080E0004080E00080A0E000F0FBFF00806060008060
  807. 60000080A00000A0C00000A0C00000A0C00000A0C00000A0C0000080C000F0FB
  808. FF0000000000C0C0C0008080800080808000FF0000000000FF00C0C0C0008080
  809. 800000000000000000000000FF000000000000000000000000000000FF00C0C0
  810. C000FF00000000000000000000000000000000000000C0C0C00000008000C0C0
  811. C0000000000000000000C0C0C000FF000000C0C0C0000080000080800000C0C0
  812. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  813. 000000000000C0C0C00080808000000080000000FF000000FF00800080000000
  814. FF000000FF0080008000FF000000800080000000FF000000FF000000FF000000
  815. FF000000FF00808080000000000000000000F0FBFF0080A0E0004080E0004080
  816. E0004080E0004080E0004080E0004080E0004080E00040A0C0004060600040A0
  817. A0008080A0004080A0008080A0004080A0008080A00040A0A0004080A000F0FB
  818. FF00000000000000000080808000808080000000FF008080800000000000C0C0
  819. C000C0C0C000C0C0C0000000FF0000000000000000000000000000000000FF00
  820. 000000000000000000000000000000000000000000000000000080808000C0C0
  821. C0000000000000000000C0C0C000FF000000C0C0C0008080000000808000C0C0
  822. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  823. 0000000000000000000080808000000080000000FF00FF000000FF0000008000
  824. 8000FF000000FF000000FF000000FF000000800080000000FF000000FF000000
  825. FF0080008000C0C0C0000000000000000000F0FBFF0080A0E0004080E0004080
  826. E0004080E0004080E0004080E0004080C0000080C00000A0800040A08000A4A0
  827. A000F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600C0C08000F0FB
  828. FF0000000000C0C0C0008080800080808000C0C0C00000000000FF0000000000
  829. 00000000FF000000FF000000000000000000C0C0C000C0C0C000C0C0C0008080
  830. 80000000000000000000000000000000000000000000C0C0C000808080008080
  831. 800000000000000000000000000000000000000000000080000000FF0000C0C0
  832. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  833. 000000000000C0C0C00080808000000080000000000000000000FF000000FF00
  834. 0000FF000000FF000000FF000000FF000000FF000000800080000000FF008000
  835. 8000FF00000080808000000000000000000000000000C0DCC0004080E0004080
  836. E0004080E00000A0C00000A0A00000A0800000C0800000C0800000C0A00040C0
  837. C000A4A0A000F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0FB
  838. FF0000000000000000008080800000008000000000000000000000000000C0C0
  839. C000C0C0C000C0C0C000000000008080800080808000FF000000C0C0C000C0C0
  840. C0000000FF00000000000000000000000000000000000000000080800000C0C0
  841. C000000000000000000000000000000000000000000000800000808080000000
  842. 0000FFFF00000000000000000000000000000000000000000000000000000000
  843. 000000000000000000008080800080808000000000000000000000000000FF00
  844. 0000FF000000FF00000080808000FF000000FF000000FF00000080008000FF00
  845. 0000FF000000C0C0C000C0C0C0000000000000000000F0FBFF004080E0004080
  846. C00000A0A00000C0800000C0800000C0800000C0800000C0800000C0800000E0
  847. A00080C0C00080C0A000F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0FB
  848. FF0000000000C0C0C00080808000C0C0C000000000000000000000000000C0C0
  849. C0008080800000000000C0C0C000FF0000000000000000000000000000000000
  850. 0000C0C0C000C0C0C00000000000000000000000000000000000808080008080
  851. 8000000000000000000000000000000000000000000000800000008000000000
  852. 0000000000000000000000000000000000000000000000000000000000000000
  853. 000000000000C0C0C00080808000C0C0C0000000000000000000000000000000
  854. 0000FF000000C0C0C0000000000080808000FF000000FF000000FF000000FF00
  855. 0000FF00000080808000000000000000000000000000F0FBFF0080E0E00000C0
  856. A00000C0800000C0800000C0800000C0800000C0800000C0800000C0800000C0
  857. A00040C0E00040C0E000C0A08000F0CAA600F0CAA600F0CAA600F0FBFF00F0FB
  858. FF0000000000C0C0C00080808000808080000000000000000000000000000000
  859. 0000C0C0C000FF00000080808000000000000000000000000000000000000000
  860. 000000000000C0C0C000000000000000000000000000C0C0C00000008000C0C0
  861. C000000000000000000000000000000000000000000000000000000000000000
  862. 0000000000000000000000000000000000000000000000000000000000000000
  863. 0000000000000000000000000000C0C0C0000000000000000000000000000000
  864. 000000000000000000000000000000000000FF000000FF000000FF000000FF00
  865. 0000FF000000C0C0C00000000000000000000000000000000000F0FBFF0080E0
  866. A00040C0800000C0800000C0800000C0800000C0800000C0800000C0800000C0
  867. 800000E0C00040E0E00040C0E000C0A08000C0C0A000F0CAA600000000000000
  868. 0000000000000000000080808000808080000000000000000000000000000000
  869. 0000000000000000000000000000000000000000000000000000000000000000
  870. 000000000000000000000000000000000000000000000000000080808000C0C0
  871. C000000000000000000000000000000000000000000000000000000000000000
  872. 0000000000000000000000000000000000000000000000000000000000000000
  873. 0000000000000000000080808000C0C0C0000000000000000000000000000000
  874. 00000000000000000000000000000000000000000000C0C0C000FF000000FF00
  875. 0000C0C0C000C0C0C000C0C0C00000000000000000000000000000000000F0FB
  876. FF0080E0C00040C0A00000C0800000C0800000C0800000C0800000C0800000C0
  877. 800040C0A00040C0E00040E0E00080E0E000F0FBFF0000000000000000000000
  878. 000000000000C0C0C00080808000808080000000000000000000000000000000
  879. 0000000000000000000000000000000000000000000000000000000000000000
  880. 00000000000000000000000000000000000000000000C0C0C000808080008080
  881. 8000000000000000000000000000000000000000000000000000000000000000
  882. 0000000000000000000000000000000000000000000000000000000000000000
  883. 000000000000C0C0C00080808000808080000000000000000000000000000000
  884. 0000000000000000000000000000000000000000000000000000808080000000
  885. 0000000000000000000000000000000000000000000000000000000000000000
  886. 0000F0FBFF00C0DCC00080E0C00080E0C00040C0A00040C0800040C0A00040C0
  887. A00040E0C00080E0E000C0DCC00000000000F0FBFF0000000000000000000000
  888. 00000000000000000000C0C0C000C0C0C0000000000000000000000000000000
  889. 0000000000000000000000000000000000000000000000000000000000000000
  890. 0000000000000000000000000000000000000000000000000000C0C0C000C0C0
  891. C000000000000000000000000000000000000000000000000000000000000000
  892. 0000000000000000000000000000000000000000000000000000000000000000
  893. 00000000000000000000C0C0C000C0C0C0000000000000000000000000000000
  894. 0000000000000000000000000000000000000000000000000000000000000000
  895. 0000000000000000000000000000000000000000000000000000000000000000
  896. 0000000000000000000000000000F0FBFF00C0DCC000F0FBFF00C0DCC000C0DC
  897. C000F0FBFF00F0FBFF0000000000000000000000000000000000000000000000
  898. 0000000000000000000000000000000000000000000000000000000000000000
  899. 0000000000000000000000000000000000000000000000000000000000000000
  900. 0000000000000000000000000000000000000000000000000000000000000000
  901. 0000000000000000000000000000000000000000000000000000000000000000
  902. 0000000000000000000000000000000000000000000000000000000000000000
  903. 0000000000000000000000000000000000000000000000000000000000000000
  904. 0000000000000000000000000000000000000000000000000000000000000000
  905. 0000000000000000000000000000000000000000000000000000000000000000
  906. 0000000000000000000000000000000000000000000000000000000000000000
  907. 0000000000000000000000000000000000000000000000000000000000000000
  908. 0000000000000000000000000000000000000000000000000000000000000000
  909. 0000000000000000000000000000000000000000000000000000000000000000
  910. 0000000000000000000000000000000000000000000000000000000000000000
  911. 0000000000000000000000000000000000000000000000000000000000000000
  912. 0000000000000000000000000000000000000000000000000000000000000000
  913. 0000000000000000000000000000000000000000000000000000000000000000
  914. 0000000000000000000000000000000000000000000000000000000000000000
  915. 000000000000000000000000000000000000424D3E000000000000003E000000
  916. 2800000050000000280000000100010000000000E00100000000000000000000
  917. 000000000000000000000000FFFFFF00FFFFF0000000000000000000FFFFF000
  918. 0000000000000000EA52B0000000000000000000C00030000000000000000000
  919. 820870000000000000000000C3FE3000000000000000000081CF300000000000
  920. 00000000CCCFF00000000000000000008DE7F00000000000000000008C63F000
  921. 0000000000000000CC7E7000000000000000000087DE70000000000000000000
  922. C79FF00000000000000000008E19F00000000000000000008E39F00000000000
  923. 00000000CFFFF000000000000000000088E730000000000000000000CCEF7000
  924. 0000000000000000FFFFF0000000000000000000FFFFF0000000000000000000
  925. FF87FFFFFFFFFFFFFFFF0000F801FFFFFFFFFFFFFFFF0000F0007EA52BEA52BE
  926. A52B0000E0003C0003C0003C00030000C1800820878000780003000081800CFE
  927. 7FC010FC00030000018008FE3F8000F80003000000000CFC93C003FC00030000
  928. 00000CDCB3C803F8000300000000080DC78C03F80003000000000C21EFCC03FC
  929. 00030000000008530F8F83F8C003000080000CE207CF97FCE0010000800008E4
  930. F3CF9FF8F2030000800008F1FB8FFFFCFF030000C0003CFFFFCFFFFCFF810000
  931. E00078FFFF8FFFF8FFDF0000F0017CFFFFCFFFFCFFFF0000FE03FFFFFFFFFFFF
  932. FFFF0000FFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000
  933. 000000000000}
  934. end
  935. end