PlugInChartF.dfm 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  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 = -11
  126. Font.Name = #47569#51008' '#44256#46357
  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 = 646
  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 = 653
  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 = 720
  199. AnchorY = 13
  200. end
  201. object Chk3D: TcxCheckBox
  202. Left = 295
  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 = 872
  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 = 82
  243. end
  244. object CbChartKind: TcxImageComboBox
  245. Left = 725
  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 = 248
  301. Top = 7
  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 = 41
  318. AnchorX = 289
  319. AnchorY = 14
  320. end
  321. object cxLabel2: TcxLabel
  322. Left = 0
  323. Top = 0
  324. Align = alLeft
  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. AnchorY = 13
  337. end
  338. object PnlOption: TPanel
  339. Left = 206
  340. Top = 0
  341. Width = 400
  342. Height = 25
  343. Align = alLeft
  344. Anchors = [akLeft, akTop, akRight, akBottom]
  345. BevelOuter = bvNone
  346. TabOrder = 6
  347. Visible = False
  348. object ImgDesc02: TImage
  349. Left = 27
  350. Top = 9
  351. Width = 9
  352. Height = 9
  353. AutoSize = True
  354. Transparent = True
  355. end
  356. object LblOptionName: TcxLabel
  357. Left = 42
  358. Top = 3
  359. AutoSize = False
  360. Caption = #54364#52636#44592#51456
  361. ParentColor = False
  362. ParentShowHint = False
  363. ShowHint = True
  364. Style.BorderStyle = ebsNone
  365. Style.Color = clWhite
  366. Style.Edges = [bLeft, bTop, bRight, bBottom]
  367. Properties.Alignment.Horz = taRightJustify
  368. Properties.Alignment.Vert = taVCenter
  369. Transparent = True
  370. Height = 20
  371. Width = 53
  372. AnchorX = 95
  373. AnchorY = 13
  374. end
  375. object CbOption: TcxComboBox
  376. Left = 104
  377. Top = 3
  378. Cursor = crHandPoint
  379. Properties.Alignment.Horz = taLeftJustify
  380. Properties.Alignment.Vert = taVCenter
  381. Properties.DropDownListStyle = lsFixedList
  382. Properties.DropDownRows = 23
  383. Properties.HideSelection = False
  384. Properties.Items.Strings = (
  385. '')
  386. Properties.ReadOnly = False
  387. Style.BorderColor = clWindowFrame
  388. Style.BorderStyle = ebsUltraFlat
  389. Style.LookAndFeel.Kind = lfUltraFlat
  390. Style.LookAndFeel.NativeStyle = False
  391. Style.ButtonStyle = btsUltraFlat
  392. Style.PopupBorderStyle = epbsFlat
  393. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  394. StyleDisabled.LookAndFeel.NativeStyle = False
  395. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  396. StyleFocused.LookAndFeel.NativeStyle = False
  397. StyleFocused.TextColor = clBlack
  398. StyleFocused.TextStyle = [fsBold]
  399. StyleHot.LookAndFeel.Kind = lfUltraFlat
  400. StyleHot.LookAndFeel.NativeStyle = False
  401. TabOrder = 1
  402. Width = 152
  403. end
  404. end
  405. end
  406. object DbChart: TDBChart
  407. AlignWithMargins = True
  408. Left = 3
  409. Top = 28
  410. Width = 953
  411. Height = 486
  412. BackWall.Brush.Color = clWhite
  413. BackWall.Brush.Style = bsClear
  414. BackWall.Color = clWindow
  415. Border.Color = clGray
  416. Border.Visible = True
  417. Foot.Font.Height = -12
  418. Foot.Font.Name = #47569#51008' '#44256#46357
  419. Foot.Text.Strings = (
  420. '')
  421. Foot.Visible = False
  422. MarginLeft = 4
  423. MarginRight = 2
  424. MarginTop = 2
  425. SubFoot.Font.Height = -12
  426. SubFoot.Font.Name = #47569#51008' '#44256#46357
  427. SubFoot.Font.Style = [fsBold]
  428. SubFoot.Visible = False
  429. SubTitle.AdjustFrame = False
  430. SubTitle.Font.Height = -12
  431. SubTitle.Font.Name = #47569#51008' '#44256#46357
  432. SubTitle.Font.Style = [fsBold]
  433. SubTitle.Visible = False
  434. Title.Font.Charset = ANSI_CHARSET
  435. Title.Font.Height = -13
  436. Title.Font.Name = #47569#51008' '#44256#46357
  437. Title.Font.Style = [fsBold]
  438. Title.Text.Strings = (
  439. #52264#53944' '#51228#47785)
  440. Title.VertMargin = 10
  441. OnClickSeries = DbChartClickSeries
  442. BottomAxis.AxisValuesFormat = '##.0'
  443. BottomAxis.Increment = 1.000000000000000000
  444. BottomAxis.LabelsFont.Height = -12
  445. BottomAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  446. BottomAxis.LabelsFont.Style = [fsBold]
  447. BottomAxis.LabelsFont.InterCharSize = 1
  448. BottomAxis.Title.Caption = 'X'#52629' '#47112#48296' '#53581#49828#53944
  449. BottomAxis.Title.Font.Color = clBlue
  450. BottomAxis.Title.Font.Height = -13
  451. BottomAxis.Title.Font.Name = #47569#51008' '#44256#46357
  452. BottomAxis.Title.Font.InterCharSize = 1
  453. BottomAxis.TitleSize = 12
  454. DepthAxis.Automatic = False
  455. DepthAxis.AutomaticMaximum = False
  456. DepthAxis.AutomaticMinimum = False
  457. DepthAxis.LabelsFont.Height = -12
  458. DepthAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  459. DepthAxis.LabelsFont.Style = [fsBold]
  460. DepthAxis.Maximum = 0.830000000000000300
  461. DepthAxis.Minimum = -0.170000000000000000
  462. DepthAxis.Title.Font.Height = -12
  463. DepthAxis.Title.Font.Name = #47569#51008' '#44256#46357
  464. DepthAxis.Title.Font.Style = [fsBold]
  465. DepthTopAxis.Automatic = False
  466. DepthTopAxis.AutomaticMaximum = False
  467. DepthTopAxis.AutomaticMinimum = False
  468. DepthTopAxis.LabelsFont.Height = -12
  469. DepthTopAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  470. DepthTopAxis.LabelsFont.Style = [fsBold]
  471. DepthTopAxis.Maximum = 0.830000000000000300
  472. DepthTopAxis.Minimum = -0.170000000000000000
  473. DepthTopAxis.Title.Font.Height = -12
  474. DepthTopAxis.Title.Font.Name = #47569#51008' '#44256#46357
  475. DepthTopAxis.Title.Font.Style = [fsBold]
  476. LeftAxis.Automatic = False
  477. LeftAxis.AutomaticMaximum = False
  478. LeftAxis.AutomaticMinimum = False
  479. LeftAxis.LabelsFont.Height = -12
  480. LeftAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  481. LeftAxis.LabelsFont.Style = [fsBold]
  482. LeftAxis.Maximum = 1270.150000000001000000
  483. LeftAxis.Minimum = 315.150000000002500000
  484. LeftAxis.Title.Caption = 'Y'#52629' '#47112#48296' '#53581#49828#53944
  485. LeftAxis.Title.Font.Color = clBlue
  486. LeftAxis.Title.Font.Height = -13
  487. LeftAxis.Title.Font.Name = #47569#51008' '#44256#46357
  488. LeftAxis.TitleSize = 1
  489. Legend.Font.Height = -12
  490. Legend.Font.Name = #47569#51008' '#44256#46357
  491. Legend.Font.Style = [fsBold]
  492. Legend.Title.Font.Height = -12
  493. Legend.Title.Font.Name = #47569#51008' '#44256#46357
  494. Legend.Visible = False
  495. Pages.AutoScale = True
  496. RightAxis.Automatic = False
  497. RightAxis.AutomaticMaximum = False
  498. RightAxis.AutomaticMinimum = False
  499. RightAxis.LabelsFont.Height = -12
  500. RightAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  501. RightAxis.LabelsFont.Style = [fsBold]
  502. RightAxis.Title.Font.Height = -12
  503. RightAxis.Title.Font.Name = #47569#51008' '#44256#46357
  504. RightAxis.Title.Font.Style = [fsBold]
  505. Shadow.Smooth = False
  506. Shadow.Visible = False
  507. TopAxis.LabelsFont.Height = -12
  508. TopAxis.LabelsFont.Name = #47569#51008' '#44256#46357
  509. TopAxis.LabelsFont.Style = [fsBold]
  510. TopAxis.LabelsFont.InterCharSize = 1
  511. TopAxis.Title.Font.Color = clBlue
  512. TopAxis.Title.Font.Height = -12
  513. TopAxis.Title.Font.Name = #47569#51008' '#44256#46357
  514. TopAxis.Title.Font.Style = [fsBold]
  515. TopAxis.Title.Font.InterCharSize = 5
  516. View3D = False
  517. View3DOptions.Elevation = 315
  518. View3DOptions.HorizOffset = -14
  519. View3DOptions.Orthogonal = False
  520. View3DOptions.Perspective = 0
  521. View3DOptions.Rotation = 356
  522. View3DOptions.VertOffset = 3
  523. View3DOptions.ZoomText = False
  524. Zoom.Animated = True
  525. Zoom.AnimatedSteps = 4
  526. Zoom.Pen.Color = clMaroon
  527. Zoom.Pen.Width = 2
  528. Align = alClient
  529. BevelOuter = bvNone
  530. Color = 16645629
  531. TabOrder = 0
  532. AutoSize = True
  533. OnMouseMove = DbChartMouseMove
  534. PrintMargins = (
  535. 15
  536. 11
  537. 15
  538. 11)
  539. object Series1: TBarSeries
  540. Marks.Arrow.Visible = True
  541. Marks.Callout.Brush.Color = clBlack
  542. Marks.Callout.Arrow.Visible = True
  543. Marks.Font.Height = -12
  544. Marks.Font.Name = #47569#51008' '#44256#46357
  545. Marks.Font.Style = [fsBold]
  546. Marks.Visible = True
  547. Gradient.Direction = gdTopBottom
  548. XValues.Name = 'X'
  549. XValues.Order = loAscending
  550. YValues.Name = 'Bar'
  551. YValues.Order = loNone
  552. end
  553. end
  554. end
  555. object Splitter: TcxSplitter
  556. Left = 249
  557. Top = 0
  558. Width = 6
  559. Height = 517
  560. HotZoneClassName = 'TcxSimpleStyle'
  561. ResizeUpdate = True
  562. Control = PnlLegendBack
  563. end
  564. object lblEA: TcxLabel
  565. Left = 46
  566. Top = 153
  567. Caption = #44148
  568. Transparent = True
  569. Visible = False
  570. end
  571. object ImgChartSmall: TImageList
  572. Height = 20
  573. ShareImages = True
  574. Width = 20
  575. Left = 458
  576. Top = 92
  577. Bitmap = {
  578. 494C010105000900040014001400FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  579. 0000000000003600000028000000500000002800000001002000000000000032
  580. 0000000000000000000000000000000000000000000000000000000000000000
  581. 0000000000000000000000000000000000000000000000000000000000000000
  582. 0000000000000000000000000000000000000000000000000000000000000000
  583. 0000000000000000000000000000000000000000000000000000000000000000
  584. 0000000000000000000000000000000000000000000000000000000000000000
  585. 0000000000000000000000000000000000000000000000000000000000000000
  586. 0000000000000000000000000000000000000000000000000000000000000000
  587. 0000000000000000000000000000000000000000000000000000000000000000
  588. 0000000000000000000000000000000000000000000000000000000000000000
  589. 0000000000000000000000000000000000000000000000000000000000000000
  590. 0000000000000000000000000000000000000000000000000000000000000000
  591. 0000000000000000000000000000000000000000000000000000000000000000
  592. 0000000000000000000000000000000000000000000000000000000000000000
  593. 0000000000000000000000000000000000000000000000000000000000000000
  594. 0000000000000000000000000000000000000000000000000000000000000000
  595. 0000000000000000000000000000000000000000000000000000000000000000
  596. 0000000000000000000000000000000000000000000000000000000000000000
  597. 0000000000000000000000000000000000000000000000000000000000000000
  598. 0000000000000000000000000000000000000000000000000000000000000000
  599. 0000000000000000000000000000000000000000000000000000000000000000
  600. 000000000000000000000000000000000000000000000000000000000000C0C0
  601. C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0C0000000
  602. 0000C0C0C000C0C0C00000000000C0C0C00000000000C0C0C000000000000000
  603. 0000000000000000000000000000000000000000000000000000000000000000
  604. 0000000000000000000000000000000000000000000000000000000000000000
  605. 0000000000000000000000000000000000000000000000000000000000000000
  606. 0000000000000000000000000000000000000000000000000000000000000000
  607. 0000000000000000000000000000000000000000000000000000000000000000
  608. 0000000000000000000000000000000000000000000000000000000000000000
  609. 0000000000000000000000000000000000000000000000000000000000000000
  610. 0000000000000000000000000000000000000000000000000000C0C0C0000000
  611. 0000808080000000000080808000000000008080800080808000000000008080
  612. 8000000000008080800080808000000000008080800080808000000000000000
  613. 0000000000000000000000000000000000000000000000000000000000000000
  614. 0000000000000000000000000000000000000000000000000000000000000000
  615. 0000000000000000000000000000000000000000000000000000000000000000
  616. 0000000000000000000000000000000000000000000000000000000000000000
  617. 0000000000000000000000000000000000000000000000000000000000000000
  618. 0000000000000000000000000000000000000000000000000000000000000000
  619. 0000000000000000000000000000000000000000000000000000000000000000
  620. 00000000000000000000000000000000000000000000C0C0C000808080008080
  621. 8000C0C0C000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
  622. C00000000000C0C0C000C0C0C000C0C0C000C0C0C00000000000000000000000
  623. 0000000000000000000000000000000000000000000000000000000000000000
  624. 0000000000000000000000000000000000000000000000000000000000000000
  625. 0000000000000000000000000000000000000000000000000000000000000000
  626. 0000000000000000000000000000000000000000000000000000000000000000
  627. 0000000000000000000000000000000000000000000000000000000000000000
  628. 0000000000000000000000000000000000000000000000000000000000000000
  629. 0000000000000000000000000000000000000000000000000000000000000000
  630. 0000000000000000000000000000000000000000000000000000808080008080
  631. 8000FF000000FF00000000000000000000000000000000000000000000000000
  632. 0000000000000000000000000000C0C0C0000000FF00C0C0C000000000000000
  633. 0000000000000000000000000000000000000000000000000000000000000000
  634. 0000000000000000000000000000000000000000000000000000000000000000
  635. 0000000000000000000000000000000000000000000000000000000000000000
  636. 0000000000000000000000000000000000000000000000000000000000000000
  637. 0000000000000000000000000000000000000000000000000000000000000000
  638. 0000000000000000000000000000000000000000000000000000000000000000
  639. 0000000000000000000000000000000000000000000000000000000000000000
  640. 00000000000000000000000000000000000000000000C0C0C00080808000C0C0
  641. C000C0C0C00080808000C0C0C00000000000000000000000000000FF000000FF
  642. 0000000000000000000000000000000000000000FF00C0C0C000000000000000
  643. 0000000000000000000000000000000000000000000000000000000000000000
  644. 0000000000000000000000000000000000000000000000000000000000000000
  645. 0000000000000000000000000000000000000000000000000000000000000000
  646. 0000000000000000000000000000000000000000000000000000000000000000
  647. 0000000000000000000000000000000000000000000000000000000000000000
  648. 0000000000000000000000000000000000000000000000000000000000000000
  649. 0000000000000000000000000000000000000000000000000000000000000000
  650. 0000000000000000000000000000000000000000000000000000808080008080
  651. 80000000000000000000FF00FF00FF00FF000000000000000000C0C0C000C0C0
  652. C000000000000000000000000000000000000000000000000000000000000000
  653. 0000000000000000000000000000000000000000000000000000000000000000
  654. 0000000000000000000000000000000000000000000000000000000000000000
  655. 0000000000000000000000000000000000000000000000000000000000000000
  656. 0000000000000000000000000000000000000000000000000000000000000000
  657. 0000000000000000000000000000000000000000000000000000000000000000
  658. 0000000000000000000000000000000000000000000000000000000000000000
  659. 0000000000000000000000000000000000000000000000000000000000000000
  660. 00000000000000000000000000000000000000000000C0C0C000808080008080
  661. 80000000000000000000C0C0C00000000000000000000000000000000000C0C0
  662. C000FF0000000000000000000000000000000000000000000000000000000000
  663. 0000000000000000000000000000000000000000000000000000000000000000
  664. 0000000000000000000000000000000000000000000000000000000000000000
  665. 0000000000000000000000000000000000000000000000000000000000000000
  666. 0000000000000000000000000000000000000000000000000000000000000000
  667. 0000000000000000000000000000000000000000000000000000000000000000
  668. 0000000000000000000000000000000000000000000000000000000000000000
  669. 0000000000000000000000000000000000000000000000000000000000000000
  670. 00000000000000000000000000000000000000000000C0C0C000808080008080
  671. 80000000000000000000C0C0C0000000FF00C0C0C0000000000000000000C0C0
  672. C000FF000000C0C0C00000000000000000000000000000000000000000000000
  673. 0000000000000000000000000000000000000000000000000000000000000000
  674. 0000000000000000000000000000000000000000000000000000000000000000
  675. 0000000000000000000000000000000000000000000000000000000000000000
  676. 0000000000000000000000000000000000000000000000000000000000000000
  677. 0000000000000000000000000000000000000000000000000000000000000000
  678. 0000000000000000000000000000000000000000000000000000000000000000
  679. 0000000000000000000000000000000000000000000000000000000000000000
  680. 0000000000000000000000000000000000000000000000000000808080008080
  681. 80000000000000000000C0C0C0000000FF00C0C0C00000000000000000000000
  682. 0000000000000000000000000000808000008080800000000000000000000000
  683. 0000000000000000000000000000000000000000000000000000000000000000
  684. 0000000000000000000000000000000000000000000000000000000000000000
  685. 0000000000000000000000000000000000000000000000000000000000000000
  686. 0000000000000000000000000000000000000000000000000000000000000000
  687. 0000000000000000000000000000000000000000000000000000000000000000
  688. 0000000000000000000000000000000000000000000000000000000000000000
  689. 0000000000000000000000000000000000000000000000000000000000000000
  690. 00000000000000000000000000000000000000000000C0C0C000808080008080
  691. 0000808000000000000000000000000000000000000000000000C0C0C0000000
  692. 000000000000000000000000000080800000C0C0C00000000000000000000000
  693. 0000000000000000000000000000000000000000000000000000000000000000
  694. 0000000000000000000000000000000000000000000000000000000000000000
  695. 0000000000000000000000000000000000000000000000000000000000000000
  696. 0000000000000000000000000000000000000000000000000000000000000000
  697. 0000000000000000000000000000000000000000000000000000000000000000
  698. 0000000000000000000000000000000000000000000000000000000000000000
  699. 0000000000000000000000000000000000000000000000000000000000000000
  700. 0000000000000000000000000000000000000000000000000000808080008080
  701. 0000808080000000000000000000000000000000000000FFFF0000FFFF000000
  702. 0000000000000000000000000000000000000000000000000000000000000000
  703. 0000000000000000000000000000000000000000000000000000000000000000
  704. 0000000000000000000000000000000000000000000000000000000000000000
  705. 0000000000000000000000000000000000000000000000000000000000000000
  706. 0000000000000000000000000000000000000000000000000000000000000000
  707. 0000000000000000000000000000000000000000000000000000000000000000
  708. 0000000000000000000000000000000000000000000000000000000000000000
  709. 0000000000000000000000000000000000000000000000000000000000000000
  710. 00000000000000000000000000000000000000000000C0C0C000808080008080
  711. 8000000000000000000000000000C0C0C00080808000C0C0C000C0C0C0000000
  712. 000000000000C0C0C0000000FF00000000000000000000000000000000000000
  713. 0000000000000000000000000000000000000000000000000000000000000000
  714. 0000000000000000000000000000000000000000000000000000000000000000
  715. 0000000000000000000000000000000000000000000000000000000000000000
  716. 0000000000000000000000000000000000000000000000000000000000000000
  717. 0000000000000000000000000000000000000000000000000000000000000000
  718. 0000000000000000000000000000000000000000000000000000000000000000
  719. 0000000000000000000000000000000000000000000000000000000000000000
  720. 00000000000000000000000000000000000000000000C0C0C000808080008080
  721. 80000000000000000000000000008080800000800000C0C0C000000000000000
  722. 0000000000000000FF000000FF00000000000000000000000000000000000000
  723. 0000000000000000000000000000000000000000000000000000000000000000
  724. 0000000000000000000000000000000000000000000000000000000000000000
  725. 0000000000000000000000000000000000000000000000000000000000000000
  726. 0000000000000000000000000000000000000000000000000000000000000000
  727. 0000000000000000000000000000000000000000000000000000000000000000
  728. 0000000000000000000000000000000000000000000000000000000000000000
  729. 0000000000000000000000000000000000000000000000000000000000000000
  730. 000000000000000000000000000000000000000000000000000080808000C0C0
  731. C000000000000000000000000000000000000000000000000000000000000000
  732. 0000000000000000000000000000000000000000000000000000000000000000
  733. 0000000000000000000000000000000000000000000000000000000000000000
  734. 0000000000000000000000000000000000000000000000000000000000000000
  735. 0000000000000000000000000000000000000000000000000000000000000000
  736. 0000000000000000000000000000000000000000000000000000000000000000
  737. 0000000000000000000000000000000000000000000000000000000000000000
  738. 0000000000000000000000000000000000000000000000000000000000000000
  739. 0000000000000000000000000000000000000000000000000000000000000000
  740. 00000000000000000000000000000000000000000000C0C0C000808080008080
  741. 800000000000C0C0C000FF0000008080800000000000000000000000000000FF
  742. FF0000FFFF00000000000000000000000000FF00FF00FF00FF00000000000000
  743. 0000000000000000000000000000000000000000000000000000000000000000
  744. 0000000000000000000000000000000000000000000000000000000000000000
  745. 0000000000000000000000000000000000000000000000000000000000000000
  746. 0000000000000000000000000000000000000000000000000000000000000000
  747. 0000000000000000000000000000000000000000000000000000000000000000
  748. 0000000000000000000000000000000000000000000000000000000000000000
  749. 0000000000000000000000000000000000000000000000000000000000000000
  750. 0000000000000000000000000000000000000000000000000000C0C0C000C0C0
  751. C000000000000000000080808000C0C0C000000000000000000000000000C0C0
  752. C00000000000000000000000000000000000C0C0C00000000000000000000000
  753. 0000000000000000000000000000000000000000000000000000000000000000
  754. 0000000000000000000000000000000000000000000000000000000000000000
  755. 0000000000000000000000000000000000000000000000000000000000000000
  756. 0000000000000000000000000000000000000000000000000000000000000000
  757. 0000000000000000000000000000000000000000000000000000000000000000
  758. 0000000000000000000000000000000000000000000000000000000000000000
  759. 0000000000000000000000000000000000000000000000000000000000000000
  760. 0000000000000000000000000000000000000000000000000000000000000000
  761. 0000000000000000000000000000000000000000000000000000000000000000
  762. 0000000000000000000000000000000000000000000000000000000000000000
  763. 0000000000000000000000000000000000000000000000000000000000000000
  764. 0000000000000000000000000000000000000000000000000000000000000000
  765. 0000000000000000000000000000000000000000000000000000000000000000
  766. 0000000000000000000000000000000000000000000000000000000000000000
  767. 0000000000000000000000000000000000000000000000000000000000000000
  768. 0000000000000000000000000000000000000000000000000000000000000000
  769. 0000000000000000000000000000000000000000000000000000000000000000
  770. 0000000000000000000000000000000000000000000000000000000000000000
  771. 0000000000000000000000000000000000000000000000000000000000000000
  772. 0000000000000000000000000000000000000000000000000000000000000000
  773. 0000000000000000000000000000000000000000000000000000000000000000
  774. 0000000000000000000000000000000000000000000000000000000000000000
  775. 0000000000000000000000000000000000000000000000000000000000000000
  776. 0000000000000000000000000000000000000000000000000000000000000000
  777. 0000000000000000000000000000000000000000000000000000000000000000
  778. 0000000000000000000000000000000000000000000000000000000000000000
  779. 0000000000000000000000000000000000000000000000000000000000000000
  780. 0000000000000000000000000000000000000000000000000000000000000000
  781. 00000000000000000000000000000000000000000000F0FBFF00F0FBFF00C0DC
  782. C000F0FBFF000000000000000000000000000000000000000000000000000000
  783. 0000000000000000000000000000000000000000000000000000000000000000
  784. 0000000000000000000000000000000000000000000000000000000000000000
  785. 0000000000000000000000000000000000000000000000000000000000000000
  786. 0000000000000000000000000000000000000000000000000000000000000000
  787. 0000000000000000000000000000000000000000000000000000000000000000
  788. 0000000000000000000000000000000000000000000000000000000000000000
  789. 0000000000000000000000000000000000000000000000000000000000000000
  790. 0000000000000000000000000000000000000000000000000000000000000000
  791. 000000000000F0FBFF00F0FBFF00C0DCC000F0FBFF00C0C0C000808060008080
  792. 600080808000C0C0A000C0DCC000000000000000000000000000000000000000
  793. 0000000000000000000000000000000000000000000000000000000000000000
  794. 0000000000000000000000000000000000000000000000000000000000000000
  795. 0000000000000000000000000000000000000000000000000000000000000000
  796. 0000000000000000000000000000000000000000000000000000000000000000
  797. 0000000000000000000000000000000000000000000000000000000000000000
  798. 0000000000000000000000000000000000000000000000000000000000000000
  799. 0000000000000000000000000000000000000000000000000000000000000000
  800. 0000000000000000000000000000000000000000000000000000000000000000
  801. 0000F0FBFF00C0DCC000C0DCC000C0DCC000C0DCC000C0C0C000406040004060
  802. 4000406040004060400080808000A4A0A000F0FBFF0000000000000000000000
  803. 0000000000000000000000000000C0C0C00000000000C0C0C00000000000C0C0
  804. C000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0
  805. C00000000000C0C0C0000000000000000000000000000000000000000000C0C0
  806. C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0C0000000
  807. 0000C0C0C000C0C0C00000000000C0C0C00000000000C0C0C000000000000000
  808. 0000000000000000000000000000C0C0C00000000000C0C0C00000000000C0C0
  809. C000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C00000000000C0C0
  810. C00000000000C0C0C000000000000000000000000000000000000000000080C0
  811. E000C0DCC000C0DCC000C0DCC000C0DCC000F0FBFF00C0DCC000806060008060
  812. 400040604000404040004040400040604000C0808000C0DCC000000000000000
  813. 00000000000000000000C0C0C000000000008080800000000000808080000000
  814. 0000808080008080800000000000808080000000000080808000808080000000
  815. 0000808080008080800000000000000000000000000000000000C0C0C0000000
  816. 0000808080000000000080808000000000008080800080808000000000008080
  817. 8000000000008080800080808000000000008080800080808000000000000000
  818. 00000000000000000000C0C0C000000000008080800000000000808080000000
  819. 0000808080008080800000000000808080000000000080808000808080000000
  820. 000080808000808080000000000000000000000000000000000080C0E0004080
  821. E00080C0C000F0FBFF00F0FBFF000000000000000000F0FBFF00806060008080
  822. 6000808060008080600080606000404040008020400080A0A000F0FBFF00F0FB
  823. FF0000000000C0C0C0008080800080808000C0C0C000C0C0C00000000000C0C0
  824. C000C0C0C000C0C0C000C0C0C000C0C0C00000000000C0C0C000C0C0C000C0C0
  825. C000C0C0C00000000000000000000000000000000000C0C0C000808080008080
  826. 80000000FF000000FF00C0C0C000FF000000808080000080000000800000C0C0
  827. C000FFFF0000808080000000800000008000C0C0C00000000000000000000000
  828. 000000000000C0C0C00080808000000080000000FF000000FF00000080000000
  829. FF00000080000000FF00000080000000FF000000FF00000080000000FF000000
  830. 80000000FF0080808000000000000000000000000000F0FBFF004060E0000060
  831. E00080C0E000F0FBFF00F0FBFF000000000000000000F0FBFF00806060008080
  832. 600080806000808060008080600080604000802040004060800080C0E000F0FB
  833. FF00000000000000000080808000808080000000000000000000000000000000
  834. 0000000000000000000000000000C0C0C0000000FF0000000000000000000000
  835. 0000000000000000000000000000000000000000000000000000808080008080
  836. 80000000FF0080808000C0C0C000FF000000C0C0C00080800000008000000000
  837. 0000FFFF0000C0C0C00080808000000080000000000000000000000000000000
  838. 0000000000000000000080808000000080000000FF000000FF000000FF000000
  839. FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  840. FF000000FF00C0C0C0000000000000000000F0FBFF0080C0E0004060E0004080
  841. E0004080E000C0C0C000F0FBFF000000000000000000F0FBFF00806060008080
  842. 600080806000808060008060400080404000408080000080A00040A0A000F0FB
  843. FF0000000000C0C0C00080808000808080000000000000000000000000000000
  844. 0000000000000000000000000000C0C0C0000000FF00C0C0C000000000000000
  845. 00000000000000000000000000000000000000000000C0C0C00080808000C0C0
  846. C0000000FF000000FF00C0C0C000FF000000C0C0C0008080000000808000C0C0
  847. C000FFFF0000C0C0C00080808000808080000000000000000000000000000000
  848. 000000000000C0C0C00080808000000080000000FF000000FF000000FF000000
  849. FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  850. FF000000FF00808080000000000000000000F0FBFF0080A0E0000080E0004080
  851. E0004080E0004080E00080C0E000F0FBFF00F0FBFF00F0FBFF00808060008080
  852. 60008080600080404000806060004080A00000A0C0000080C00040A0A000F0FB
  853. FF00000000000000000080808000808080000000000000000000000000000000
  854. 00000000000000000000C0C0C0000000FF0000000000C0C0C000C0C0C0000000
  855. 0000C0C0C000C0C0C0000000000000000000000000000000000080800000C0C0
  856. C0000000FF000000FF00C0C0C000FF000000C0C0C0000080000080800000C0C0
  857. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  858. 0000000000000000000080808000000080000000FF000000FF000000FF000000
  859. FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  860. FF000000FF00808080000000000000000000F0FBFF0080A0E0004080E0004080
  861. E0004080E0004080E0004080E00080A0E000F0FBFF00F0FBFF00808060008080
  862. 6000806040004060800000A0A00000A0C00000A0C00000A0C0000080A000C0DC
  863. C000000000000000000080808000800000000000000000000000C0C0C0000000
  864. 0000000000000000000080808000C0C0C000000000000000FF00000000000000
  865. 000080808000C0C0C00000000000000000000000000000000000808080008080
  866. 800000000000C0C0C000C0C0C000FF000000C0C0C0008080000000808000C0C0
  867. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  868. 000000000000C0C0C00080808000000080000000FF000000FF000000FF000000
  869. FF000000FF000000FF00800080000000FF000000FF000000FF000000FF000000
  870. FF000000FF00C0C0C0000000000000000000F0FBFF0040A0E0004080E0004080
  871. E0004080E0004080E0004080E0004080E00080A0E000F0FBFF00806060008060
  872. 60000080A00000A0C00000A0C00000A0C00000A0C00000A0C0000080C000F0FB
  873. FF0000000000C0C0C0008080800080808000FF0000000000FF00C0C0C0008080
  874. 800000000000000000000000FF000000000000000000000000000000FF00C0C0
  875. C000FF00000000000000000000000000000000000000C0C0C00000008000C0C0
  876. C0000000000000000000C0C0C000FF000000C0C0C0000080000080800000C0C0
  877. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  878. 000000000000C0C0C00080808000000080000000FF000000FF00800080000000
  879. FF000000FF0080008000FF000000800080000000FF000000FF000000FF000000
  880. FF000000FF00808080000000000000000000F0FBFF0080A0E0004080E0004080
  881. E0004080E0004080E0004080E0004080E0004080E00040A0C0004060600040A0
  882. A0008080A0004080A0008080A0004080A0008080A00040A0A0004080A000F0FB
  883. FF00000000000000000080808000808080000000FF008080800000000000C0C0
  884. C000C0C0C000C0C0C0000000FF0000000000000000000000000000000000FF00
  885. 000000000000000000000000000000000000000000000000000080808000C0C0
  886. C0000000000000000000C0C0C000FF000000C0C0C0008080000000808000C0C0
  887. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  888. 0000000000000000000080808000000080000000FF00FF000000FF0000008000
  889. 8000FF000000FF000000FF000000FF000000800080000000FF000000FF000000
  890. FF0080008000C0C0C0000000000000000000F0FBFF0080A0E0004080E0004080
  891. E0004080E0004080E0004080E0004080C0000080C00000A0800040A08000A4A0
  892. A000F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600C0C08000F0FB
  893. FF0000000000C0C0C0008080800080808000C0C0C00000000000FF0000000000
  894. 00000000FF000000FF000000000000000000C0C0C000C0C0C000C0C0C0008080
  895. 80000000000000000000000000000000000000000000C0C0C000808080008080
  896. 800000000000000000000000000000000000000000000080000000FF0000C0C0
  897. C000FFFF0000C0C0C00000000000000000000000000000000000000000000000
  898. 000000000000C0C0C00080808000000080000000000000000000FF000000FF00
  899. 0000FF000000FF000000FF000000FF000000FF000000800080000000FF008000
  900. 8000FF00000080808000000000000000000000000000C0DCC0004080E0004080
  901. E0004080E00000A0C00000A0A00000A0800000C0800000C0800000C0A00040C0
  902. C000A4A0A000F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0FB
  903. FF0000000000000000008080800000008000000000000000000000000000C0C0
  904. C000C0C0C000C0C0C000000000008080800080808000FF000000C0C0C000C0C0
  905. C0000000FF00000000000000000000000000000000000000000080800000C0C0
  906. C000000000000000000000000000000000000000000000800000808080000000
  907. 0000FFFF00000000000000000000000000000000000000000000000000000000
  908. 000000000000000000008080800080808000000000000000000000000000FF00
  909. 0000FF000000FF00000080808000FF000000FF000000FF00000080008000FF00
  910. 0000FF000000C0C0C000C0C0C0000000000000000000F0FBFF004080E0004080
  911. C00000A0A00000C0800000C0800000C0800000C0800000C0800000C0800000E0
  912. A00080C0C00080C0A000F0CAA600F0CAA600F0CAA600F0CAA600F0CAA600F0FB
  913. FF0000000000C0C0C00080808000C0C0C000000000000000000000000000C0C0
  914. C0008080800000000000C0C0C000FF0000000000000000000000000000000000
  915. 0000C0C0C000C0C0C00000000000000000000000000000000000808080008080
  916. 8000000000000000000000000000000000000000000000800000008000000000
  917. 0000000000000000000000000000000000000000000000000000000000000000
  918. 000000000000C0C0C00080808000C0C0C0000000000000000000000000000000
  919. 0000FF000000C0C0C0000000000080808000FF000000FF000000FF000000FF00
  920. 0000FF00000080808000000000000000000000000000F0FBFF0080E0E00000C0
  921. A00000C0800000C0800000C0800000C0800000C0800000C0800000C0800000C0
  922. A00040C0E00040C0E000C0A08000F0CAA600F0CAA600F0CAA600F0FBFF00F0FB
  923. FF0000000000C0C0C00080808000808080000000000000000000000000000000
  924. 0000C0C0C000FF00000080808000000000000000000000000000000000000000
  925. 000000000000C0C0C000000000000000000000000000C0C0C00000008000C0C0
  926. C000000000000000000000000000000000000000000000000000000000000000
  927. 0000000000000000000000000000000000000000000000000000000000000000
  928. 0000000000000000000000000000C0C0C0000000000000000000000000000000
  929. 000000000000000000000000000000000000FF000000FF000000FF000000FF00
  930. 0000FF000000C0C0C00000000000000000000000000000000000F0FBFF0080E0
  931. A00040C0800000C0800000C0800000C0800000C0800000C0800000C0800000C0
  932. 800000E0C00040E0E00040C0E000C0A08000C0C0A000F0CAA600000000000000
  933. 0000000000000000000080808000808080000000000000000000000000000000
  934. 0000000000000000000000000000000000000000000000000000000000000000
  935. 000000000000000000000000000000000000000000000000000080808000C0C0
  936. C000000000000000000000000000000000000000000000000000000000000000
  937. 0000000000000000000000000000000000000000000000000000000000000000
  938. 0000000000000000000080808000C0C0C0000000000000000000000000000000
  939. 00000000000000000000000000000000000000000000C0C0C000FF000000FF00
  940. 0000C0C0C000C0C0C000C0C0C00000000000000000000000000000000000F0FB
  941. FF0080E0C00040C0A00000C0800000C0800000C0800000C0800000C0800000C0
  942. 800040C0A00040C0E00040E0E00080E0E000F0FBFF0000000000000000000000
  943. 000000000000C0C0C00080808000808080000000000000000000000000000000
  944. 0000000000000000000000000000000000000000000000000000000000000000
  945. 00000000000000000000000000000000000000000000C0C0C000808080008080
  946. 8000000000000000000000000000000000000000000000000000000000000000
  947. 0000000000000000000000000000000000000000000000000000000000000000
  948. 000000000000C0C0C00080808000808080000000000000000000000000000000
  949. 0000000000000000000000000000000000000000000000000000808080000000
  950. 0000000000000000000000000000000000000000000000000000000000000000
  951. 0000F0FBFF00C0DCC00080E0C00080E0C00040C0A00040C0800040C0A00040C0
  952. A00040E0C00080E0E000C0DCC00000000000F0FBFF0000000000000000000000
  953. 00000000000000000000C0C0C000C0C0C0000000000000000000000000000000
  954. 0000000000000000000000000000000000000000000000000000000000000000
  955. 0000000000000000000000000000000000000000000000000000C0C0C000C0C0
  956. C000000000000000000000000000000000000000000000000000000000000000
  957. 0000000000000000000000000000000000000000000000000000000000000000
  958. 00000000000000000000C0C0C000C0C0C0000000000000000000000000000000
  959. 0000000000000000000000000000000000000000000000000000000000000000
  960. 0000000000000000000000000000000000000000000000000000000000000000
  961. 0000000000000000000000000000F0FBFF00C0DCC000F0FBFF00C0DCC000C0DC
  962. C000F0FBFF00F0FBFF0000000000000000000000000000000000000000000000
  963. 0000000000000000000000000000000000000000000000000000000000000000
  964. 0000000000000000000000000000000000000000000000000000000000000000
  965. 0000000000000000000000000000000000000000000000000000000000000000
  966. 0000000000000000000000000000000000000000000000000000000000000000
  967. 0000000000000000000000000000000000000000000000000000000000000000
  968. 0000000000000000000000000000000000000000000000000000000000000000
  969. 0000000000000000000000000000000000000000000000000000000000000000
  970. 0000000000000000000000000000000000000000000000000000000000000000
  971. 0000000000000000000000000000000000000000000000000000000000000000
  972. 0000000000000000000000000000000000000000000000000000000000000000
  973. 0000000000000000000000000000000000000000000000000000000000000000
  974. 0000000000000000000000000000000000000000000000000000000000000000
  975. 0000000000000000000000000000000000000000000000000000000000000000
  976. 0000000000000000000000000000000000000000000000000000000000000000
  977. 0000000000000000000000000000000000000000000000000000000000000000
  978. 0000000000000000000000000000000000000000000000000000000000000000
  979. 0000000000000000000000000000000000000000000000000000000000000000
  980. 000000000000000000000000000000000000424D3E000000000000003E000000
  981. 2800000050000000280000000100010000000000E00100000000000000000000
  982. 000000000000000000000000FFFFFF00FFFFF0000000000000000000FFFFF000
  983. 0000000000000000EA52B0000000000000000000C00030000000000000000000
  984. 820870000000000000000000C3FE3000000000000000000081CF300000000000
  985. 00000000CCCFF00000000000000000008DE7F00000000000000000008C63F000
  986. 0000000000000000CC7E7000000000000000000087DE70000000000000000000
  987. C79FF00000000000000000008E19F00000000000000000008E39F00000000000
  988. 00000000CFFFF000000000000000000088E730000000000000000000CCEF7000
  989. 0000000000000000FFFFF0000000000000000000FFFFF0000000000000000000
  990. FF87FFFFFFFFFFFFFFFF0000F801FFFFFFFFFFFFFFFF0000F0007EA52BEA52BE
  991. A52B0000E0003C0003C0003C00030000C1800820878000780003000081800CFE
  992. 7FC010FC00030000018008FE3F8000F80003000000000CFC93C003FC00030000
  993. 00000CDCB3C803F8000300000000080DC78C03F80003000000000C21EFCC03FC
  994. 00030000000008530F8F83F8C003000080000CE207CF97FCE0010000800008E4
  995. F3CF9FF8F2030000800008F1FB8FFFFCFF030000C0003CFFFFCFFFFCFF810000
  996. E00078FFFF8FFFF8FFDF0000F0017CFFFFCFFFFCFFFF0000FE03FFFFFFFFFFFF
  997. FFFF0000FFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000
  998. 000000000000}
  999. end
  1000. end