home *** CD-ROM | disk | FTP | other *** search
Text File | 2006-11-14 | 60.1 KB | 1,202 lines |
- object ControlView: TControlView
- Left = 350
- Top = 243
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = SetupButton
- Caption = 'Control'
- ClientHeight = 184
- ClientWidth = 263
- Color = clBtnFace
- Constraints.MinHeight = 100
- Constraints.MinWidth = 217
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Scaled = False
- ShowHint = True
- OnClose = Close
- OnHide = FormHide
- OnMouseWheel = FormMouseWheel
- OnResize = OnResize
- OnShow = FormShow
- DesignSize = (
- 263
- 184)
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 0
- Top = 1
- Width = 263
- Height = 56
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 263
- 56)
- object RecordButton: TBitton
- Top = 39
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = RecordAction
- Caption = 'Record'
- PopupMenu = RecordPopup
- TabStop = True
- TabOrder = 6
- end
- object StopRecordButton: TBitton
- Left = 34
- Top = 39
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = StopRecordAction
- Caption = 'Stop Recording'
- TabStop = True
- TabOrder = 8
- end
- object PlayButtonGreen: TBitton
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = PlayActionGreen
- PopupMenu = PlayPopup
- TabStop = True
- TabOrder = 0
- OnContextPopup = PopupGreen
- end
- object StopButton: TBitton
- Left = 68
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = StopAction
- Caption = 'Stop Playback'
- TabStop = True
- TabOrder = 2
- end
- object FastButton: TBitton
- Left = 34
- Top = 18
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = FastAction
- Caption = 'Fast'
- TabStop = True
- TabOrder = 4
- end
- object RewindButton: TBitton
- Top = 18
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = RewindAction
- Caption = 'Rewind'
- TabStop = True
- TabOrder = 3
- end
- object PauseButton: TBitton
- Left = 68
- Top = 18
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = PauseAction
- Caption = 'Pause Playback'
- TabStop = True
- TabOrder = 5
- end
- object PlayButtonYellow: TBitton
- Left = 34
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = PlayActionYellow
- Caption = 'Play Yellow'
- PopupMenu = PlayPopup
- TabStop = True
- TabOrder = 1
- OnContextPopup = PopupYellow
- end
- object SetupButton: TBitton
- Left = 68
- Top = 39
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clSilver
- Action = SetupAction
- Caption = 'Properties'
- TabStop = True
- TabOrder = 9
- end
- object VolumeBar: TFader
- Left = 107
- Width = 156
- Height = 16
- Hint = 'Volume (100%)'
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Volume (100%)'
- TabStop = True
- TabOrder = 10
- OnChange = Volume
- HintCaption = 'Volume'
- UpdateCaption = True
- Line = 1.000000000000000000
- Page = 10.000000000000000000
- Max = 100.000000000000000000
- Position = 100.000000000000000000
- FocusAllowed = True
- OnDrawThumb = DrawThumbs
- end
- object BalanceBar: TFader
- Tag = 1
- Left = 107
- Top = 20
- Width = 156
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Balance'
- PopupMenu = BalancePopup
- TabStop = True
- TabOrder = 11
- OnChange = Balance
- UpdateCaption = True
- Line = 1.000000000000000000
- Page = 10.000000000000000000
- Min = -100.000000000000000000
- Max = 100.000000000000000000
- FocusAllowed = True
- OnDrawThumb = DrawThumbs
- end
- object SpeedBar: TFader
- Tag = 2
- Left = 107
- Top = 40
- Width = 156
- Height = 16
- Hint = 'Speed (1.00)'
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Speed (1.00)'
- PopupMenu = SpeedPopup
- TabStop = True
- TabOrder = 12
- OnChange = Speed
- HintFormat = '%1.2f'
- HintCaption = 'Speed'
- UpdateCaption = True
- Line = 0.010000000000000000
- Page = 0.100000000000000000
- Min = 0.010000000000000000
- Max = 5.000000000000000000
- Position = 1.000000000000000000
- FocusAllowed = True
- OnDrawThumb = DrawThumbs
- end
- object PauseRecordButton: TBitton
- Top = 39
- Width = 33
- Height = 17
- FocusAllowed = True
- TransparentColour = clFuchsia
- Action = PauseRecordAction
- Caption = 'Pause Recording'
- TabStop = True
- TabOrder = 7
- end
- end
- object ControlAction: TActionList
- Images = ButtonImages
- Left = 138
- Top = 66
- object PlayActionGreen: TAction
- Category = 'Control'
- Caption = 'Play'
- Hint = 'Plays using green button settings'
- ImageIndex = 0
- ShortCut = 115
- OnExecute = PlayGreen
- end
- object PlayActionYellow: TAction
- Category = 'Control'
- Caption = 'Play'
- Hint = 'Plays using yellow button settings'
- ImageIndex = 1
- ShortCut = 8307
- OnExecute = PlayYellow
- end
- object StopAction: TAction
- Category = 'Control'
- Caption = 'StopAction'
- Hint = 'Stops playback'
- ImageIndex = 2
- ShortCut = 119
- OnExecute = Stop
- end
- object RewindAction: TAction
- Category = 'Control'
- Caption = 'RewindAction'
- Hint = 'Plays backwards'
- ImageIndex = 3
- ShortCut = 116
- OnExecute = Rewind
- end
- object FastAction: TAction
- Category = 'Control'
- Caption = 'FastAction'
- Hint = 'Plays fast forward'
- ImageIndex = 4
- ShortCut = 117
- OnExecute = Fast
- end
- object PauseAction: TAction
- Category = 'Control'
- Caption = 'PauseAction'
- Hint = 'Pauses playback'
- ImageIndex = 5
- ShortCut = 118
- OnExecute = Pause
- end
- object RecordAction: TAction
- Category = 'Control'
- Caption = 'RecordAction'
- Hint = 'Starts recording'
- ImageIndex = 6
- ShortCut = 16504
- OnExecute = Record
- end
- object PauseRecordAction: TAction
- Category = 'Control'
- Caption = 'PauseRecordAction'
- Hint = 'Pauses recording'
- ImageIndex = 7
- ShortCut = 16502
- OnExecute = PauseRecord
- end
- object StopRecordAction: TAction
- Category = 'Control'
- Caption = 'StopRecordAction'
- Hint = 'Stops recording'
- ImageIndex = 8
- ShortCut = 16503
- OnExecute = StopRecord
- end
- object SetupAction: TAction
- Category = 'Control'
- Caption = 'SetupAction'
- Hint = 'Sets control properties'
- ImageIndex = 9
- ShortCut = 122
- OnExecute = Setup
- end
- object SetupUndock: TAction
- Category = 'Control'
- Caption = 'Control Window'
- Hint = 'Shows the Control window'
- ImageIndex = 10
- OnExecute = Undock
- end
- end
- object TimerControl: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer
- Left = 138
- Top = 98
- end
- object PlayPopup: TPopupMenu
- Left = 138
- Top = 130
- object PlayPopupAll: TMenuItem
- Caption = 'All'
- Hint = 'Sets play region to entire file'
- RadioItem = True
- OnClick = PlayPopupAllClick
- end
- object PlayPopupSelection: TMenuItem
- Caption = 'Selection'
- Hint = 'Sets play region to selection'
- RadioItem = True
- OnClick = PlayPopupSelectionClick
- end
- object PlayPopupUnselected: TMenuItem
- Caption = 'Unselected'
- Hint = 'Sets play region to unselected ends'
- RadioItem = True
- OnClick = PlayPopupUnselectedClick
- end
- object PlayPopupView: TMenuItem
- Caption = 'View'
- Hint = 'Sets play region to what is shown'
- RadioItem = True
- OnClick = PlayPopupViewClick
- end
- object PlayPopupViewToEnd: TMenuItem
- Caption = 'View to end'
- Hint =
- 'Sets play region to start at view and continue to the end of the' +
- ' file'
- RadioItem = True
- OnClick = PlayPopupViewToEndClick
- end
- object PlayPopupFinish: TMenuItem
- Caption = 'Finish'
- Hint = 'Sets play region to a few second before finish marker'
- RadioItem = True
- OnClick = PlayPopupFinishClick
- end
- object PlayPopupIntro: TMenuItem
- Caption = 'Intro/loop/end'
- Hint =
- 'Sets play region to unselected beginning, looped selection, then' +
- ' unselected end'
- OnClick = PlayPopupIntroClick
- end
- object PlayPopupBar: TMenuItem
- Caption = '-'
- end
- object PlayPopupLoop: TMenuItem
- Caption = 'Loop'
- Hint = 'Enables or disable looping'
- OnClick = PlayPopupLoopClick
- end
- end
- object RecordPopup: TPopupMenu
- OnPopup = SetRecordPopup
- Left = 170
- Top = 130
- object RecordPopupMonitor: TMenuItem
- Caption = 'Monitor input'
- OnClick = RecordPopupMonitorClick
- end
- object RecordPopupTimer: TMenuItem
- Caption = 'Timer'
- Hint = 'Enable or disable timer when recording'
- OnClick = RecordPopupTimerClick
- end
- object RecordPopupLevel: TMenuItem
- Caption = 'Level activated'
- Hint = 'Enables or disables level activated recording'
- OnClick = RecordPopupLevelClick
- end
- object RecordPopupSeparator: TMenuItem
- Caption = '-'
- end
- object RecordPopupBounded: TMenuItem
- Caption = 'Bounded to selection'
- RadioItem = True
- OnClick = RecordPopupBoundedClick
- end
- object RecordPopupLoop: TMenuItem
- Caption = 'Bounded and looped'
- RadioItem = True
- OnClick = RecordPopupLoopClick
- end
- object RecordPopupUnbounded: TMenuItem
- Caption = 'Unbounded'
- RadioItem = True
- OnClick = RecordPopupUnboundedClick
- end
- end
- object VisualPopup: TPopupMenu
- Left = 170
- Top = 98
- object VisualPopupProperties: TMenuItem
- Caption = 'Properties...'
- OnClick = VisualPopupPropertiesClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- end
- object SpeedPopup: TPopupMenu
- OnPopup = SpeedPopupSetup
- Left = 108
- Top = 98
- object SpeedPopupNormal: TMenuItem
- Tag = 100
- Caption = 'Normal (&1.0)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- object SpeedPopupQuarter: TMenuItem
- Tag = 25
- Caption = '&Quarter (0.25)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- object SpeedPopupHalf: TMenuItem
- Tag = 50
- Caption = '&Half (0.5)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- object SpeedPopupDouble: TMenuItem
- Tag = 200
- Caption = 'Double (&2.0)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- object SpeedPopupTriple: TMenuItem
- Tag = 300
- Caption = 'Triple (&3.0)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- object SpeedPopupQuadruple: TMenuItem
- Tag = 400
- Caption = 'Quadruple (&4.0)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- object QuadrupleSeptuple: TMenuItem
- Tag = 500
- Caption = 'Quintuple (&5.0)'
- RadioItem = True
- OnClick = SpeedPopupClick
- end
- end
- object BalancePopup: TPopupMenu
- OnPopup = BalancePopupSetup
- Left = 108
- Top = 130
- object BalancePopupCenter: TMenuItem
- Caption = '&Center (0%)'
- RadioItem = True
- OnClick = BalancePopupClick
- end
- object BalancePopupLeft: TMenuItem
- Tag = -100
- Caption = '&Left (-100%)'
- RadioItem = True
- OnClick = BalancePopupClick
- end
- object BalancePopupRight: TMenuItem
- Tag = 100
- Caption = '&Right (+100%)'
- RadioItem = True
- OnClick = BalancePopupClick
- end
- end
- object FaderImages: TImageList
- DrawingStyle = dsTransparent
- Left = 170
- Top = 66
- Bitmap = {
- 494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001002000000000000010
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000084848400000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000FF00008484840000000000848484008484840000000000848484000000
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000840000000000000000000000008400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00008484840000000000C6C6C600C6C6C600C6C6C60084848400000000008484
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000084000000840000000000000000000000008400000084000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- 000000000000FFFFFF00C6C6C6008484840084848400C6C6C600848484000000
- 00000000FF000000000000000000000000000000000000000000000000000000
- 00000084000000FF0000008400000000000000000000000084000000FF000000
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008484840000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000FFFFFF008484840084848400C6C6C600C6C6C600848484000000
- 0000000000000000000000000000000000000000000000000000000000000084
- 000000FF000000FF0000008400000000000000000000000084000000FF000000
- FF00000084000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- 0000848484000000000084848400C6C6C600C6C6C600C6C6C600000000008484
- 84000000FF000000000000000000000000000000000000000000000000000084
- 000000FF000000FF0000008400000000000000000000000084000000FF000000
- FF00000084000000000000000000000000000000000000000000000000000000
- 0000848484000000000084848400000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840000000000FFFFFF00FFFFFF0000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000084000000FF0000008400000000000000000000000084000000FF000000
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000FF00000000000084848400000000000000000084848400000000000000
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000084000000840000000000000000000000008400000084000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000000000000000000000000
- 0000848484000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000FF0000000000000000000000FFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000840000000000000000000000008400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFFFFFF0000FFFFFFFFFFFF0000
- FFFFFFFFFFFF0000FC3FFFFFFFFF0000F00FFDBFFFFF0000F00FF99FFF3F0000
- E007F18FFE7F0000F00FE187FCFF0000E007E187E1F30000F81FF18FFFFF0000
- F42FF99FF3E70000FDBFFDBFFC9F0000FFFFFFFFFFFF0000FFFFFFFFFFFF0000
- FFFFFFFFFFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
- 000000000000}
- end
- object ButtonImages: TImageList
- Height = 12
- Width = 22
- Left = 108
- Top = 66
- Bitmap = {
- 494C01010B000E00040016000C00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000580000003000000001002000000000000042
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000CC000000CC000000CC000000CC000000CC000000
- CC000000CC000000CC000000CC00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000080511C0080511C008051
- 1C0080511C00000000000000000000000000000000000000000080511C008051
- 1C0080511C0080511C0080511C0080511C0080511C0080511C0080511C000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000D2000000D2000000D2000000D2000000D2000000
- D2000000D2000000D2000000D200FFFFFF000000000000000000000000000000
- 00000000000000000000000000000000000080511C00F6F7F700F8F9F900FBFC
- FC00FDFDFD0080511C000000000000000000000000000000000080511C00F6F7
- F700F6F7F700F6F7F700F6F7F700F6F7F700F6F7F700F6F7F70080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000D9000000D9000000D9000000D9000000D9000000
- D9000000D9000000D9000000D900FFFFFF000000000000000000000000000000
- 000000000000000000000000000080511C00F1F3F300F3F5F500F6F7F700F9FA
- FA00FBFCFC00FDFDFD0080511C0000000000000000000000000080511C00F1F3
- F300F3F5F50021A12100F8F9F900F9FAFA00FBFCFC00FDFDFD0080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000DF000000DF000000DF000000DF000000DF000000
- DF000000DF000000DF000000DF00FFFFFF000000000000000000000000000000
- 0000000000000000000080511C00ECEFEF00EFF1F100E6EEE80098CC9A0097C9
- 9800EDF3EE00FBFCFC00FDFDFD0080511C00000000000000000080511C00EFF1
- F10021A1210021A1210021A12100F8F9F900F9FAFA00FBFCFC0080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000E5000000E5000000E5000000E5000000E5000000
- E5000000E5000000E5000000E500FFFFFF000000000000000000000000000000
- 0000000000000000000080511C00E9ECEC00ECEFEF009ED2A00027A82A001092
- 130097C89800F9FAFA00FBFCFC0080511C00000000000000000080511C0021A1
- 210021A1210021A1210021A1210021A12100F8F9F900F9FAFA0080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000EC000000EC000000EC000000EC000000EC000000
- EC000000EC000000EC000000EC00FFFFFF000000000000000000000000000000
- 0000000000000000000080511C00E3E7E700E6EAEA00A6DCA90051D5550026A8
- 290098CC9A00F6F7F700F8F9F90080511C00000000000000000080511C00E9EC
- EC0021A12100EFF1F10021A1210021A1210021A12100F8F9F90080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000F2000000F2000000F2000000F2000000F2000000
- F2000000F2000000F2000000F200FFFFFF000000000000000000000000000000
- 0000000000000000000080511C00E1E5E500E3E7E700DEE8E200A6DCA9009ED2
- A000E6EEE800F3F5F500F6F7F70080511C00000000000000000080511C00E9EC
- EC00E9ECEC00ECEFEF00EFF1F10021A1210021A12100F8F9F90080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000F8000000F8000000F8000000F8000000F8000000
- F8000000F8000000F8000000F800FFFFFF000000000000000000000000000000
- 000000000000000000000000000080511C00E1E5E500E3E7E700E6EAEA00ECEF
- EF00EFF1F100F1F3F30080511C0000000000000000000000000080511C00E3E7
- E700E6EAEA00E9ECEC00ECEFEF00EFF1F10021A12100EFF1F10080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000808080000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF00FFFFFF000000000000000000000000000000
- 00000000000000000000000000000000000080511C00E1E5E500E3E7E700E9EC
- EC00ECEFEF0080511C000000000000000000000000000000000080511C00E1E5
- E500E3E7E700E6EAEA00E9ECEC00ECEFEF00EFF1F100EFF1F10080511C000000
- 0000000000000000000000000000000000000000000000000000848484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008080800080808000808080008080800080808000808080008080
- 8000808080008080800080808000C0C0C0000000000000000000000000000000
- 0000000000000000000000000000000000000000000080511C0080511C008051
- 1C0080511C00000000000000000000000000000000000000000080511C008051
- 1C0080511C0080511C0080511C0080511C0080511C0080511C0080511C000000
- 0000000000000000000000000000000000000000000000000000848484008484
- 8400848484008484840084848400848484008484840084848400848484008484
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000C0C0C000FFFFFF00FFFFFF000000
- 0000000000000000000000000000000000000000000000000000C0C0C000FFFF
- FF00FFFFFF000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
- 00000000000000000000000000000000000080808000C0000000C0000000FFFF
- FF00FFFFFF00000000000000000000000000000000000000000080808000C000
- 0000C0000000FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000C0000000C0000000C0000000FFFFFF00000000000000000080808000C000
- 0000C0000000C0000000FFFFFF00000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000C0C0
- C000808080000000C0000000C0000000C0000000C000FFFFFF00C0C0C0000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000CC000000CC000000CC00FFFF
- FF000000000000000000808080000000CC000000CC000000CC00FFFFFF000000
- 00000000000000000000000000000000000080808000CC000000CC000000CC00
- 0000CC000000FFFFFF00FFFFFF0000000000000000000000000080808000CC00
- 0000CC000000CC000000CC000000FFFFFF00FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000CC000000CC000000CC000000FFFFFF00000000000000000080808000CC00
- 0000CC000000CC000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000808080008080
- 80000000CC000000CC000000CC000000CC000000CC000000CC00FFFFFF00C0C0
- C000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000D2000000D2000000D200FFFF
- FF000000000000000000808080000000D2000000D2000000D200FFFFFF000000
- 00000000000000000000000000000000000080808000D2000000D2000000D200
- 0000D2000000D2000000D2000000FFFFFF00FFFFFF000000000080808000D200
- 0000D2000000D2000000D2000000D2000000D2000000FFFFFF00FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000D2000000D2000000D2000000FFFFFF00000000000000000080808000D200
- 0000D2000000D2000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000808080000000
- D2000000D2000000D2000000D2000000D2000000D2000000D2000000D200FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000D9000000D9000000D900FFFF
- FF000000000000000000808080000000D9000000D9000000D900FFFFFF000000
- 00000000000000000000000000000000000080808000D9000000D9000000D900
- 0000D9000000D9000000D9000000D9000000D9000000FFFFFF0080808000D900
- 0000D9000000D9000000D9000000D9000000D9000000D9000000D9000000FFFF
- FF00FFFFFF000000000000000000000000000000000000000000000000008080
- 8000D9000000D9000000D9000000FFFFFF00000000000000000080808000D900
- 0000D9000000D9000000FFFFFF00000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000808080000000D9000000
- D9000000D9000000D9000000D9000000D9000000D9000000D9000000D9000000
- D900FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000DF000000DF000000DF00FFFF
- FF000000000000000000808080000000DF000000DF000000DF00FFFFFF000000
- 00000000000000000000000000000000000080808000DF000000DF000000DF00
- 0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
- 0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
- 0000DF000000FFFFFF0000000000000000000000000000000000000000008080
- 8000E5000000E5000000E5000000FFFFFF00000000000000000080808000E500
- 0000E5000000E5000000FFFFFF00000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000808080000000DF000000
- DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF000000
- DF00FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000E5000000E5000000E500FFFF
- FF000000000000000000808080000000E5000000E5000000E500FFFFFF000000
- 00000000000000000000000000000000000080808000E5000000E5000000E500
- 0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
- 0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
- 0000808080008080800000000000000000000000000000000000000000008080
- 8000EC000000EC000000EC000000FFFFFF00000000000000000080808000EC00
- 0000EC000000EC000000FFFFFF00000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000808080000000E5000000
- E5000000E5000000E5000000E5000000E5000000E5000000E5000000E5000000
- E500FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000EC000000EC000000EC00FFFF
- FF000000000000000000808080000000EC000000EC000000EC00FFFFFF000000
- 00000000000000000000000000000000000080808000EC000000EC000000EC00
- 0000EC000000EC000000EC000000EC000000808080008080800080808000EC00
- 0000EC000000EC000000EC000000EC000000EC000000EC000000808080008080
- 8000808080000000000000000000000000000000000000000000000000008080
- 8000F2000000F2000000F2000000FFFFFF00000000000000000080808000F200
- 0000F2000000F2000000FFFFFF00000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000808080000000EC000000
- EC000000EC000000EC000000EC000000EC000000EC000000EC000000EC000000
- EC00FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000F2000000F2000000F200FFFF
- FF000000000000000000808080000000F2000000F2000000F200FFFFFF000000
- 00000000000000000000000000000000000080808000F2000000F2000000F200
- 0000F2000000F20000008080800080808000808080000000000080808000F200
- 0000F2000000F2000000F2000000F20000008080800080808000808080000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000F8000000F8000000F8000000FFFFFF00000000000000000080808000F800
- 0000F8000000F8000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000808080000000
- F2000000F2000000F2000000F2000000F2000000F2000000F2000000F200FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000F8000000F8000000F800FFFF
- FF000000000000000000808080000000F8000000F8000000F800FFFFFF000000
- 00000000000000000000000000000000000080808000F8000000F8000000F800
- 000080808000808080008080800000000000000000000000000080808000F800
- 0000F8000000F800000080808000808080008080800000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000FF000000FF000000FF000000FFFFFF00000000000000000080808000FF00
- 0000FF000000FF000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000808080008080
- 80000000F8000000F8000000F8000000F8000000F8000000F800C0C0C000C0C0
- C000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080000000FF000000FF000000FF00FFFF
- FF000000000000000000808080000000FF000000FF000000FF00FFFFFF000000
- 00000000000000000000000000000000000080808000FF000000808080008080
- 800080808000000000000000000000000000000000000000000080808000FF00
- 0000808080008080800080808000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000808080008080800080808000C0C0C0000000000000000000808080008080
- 80008080800080808000C0C0C000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000808080000000FF000000FF000000FF000000FF0080808000C0C0C0000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000080808000808080008080800080808000C0C0
- C000000000000000000080808000808080008080800080808000C0C0C0000000
- 0000000000000000000000000000000000008080800080808000808080000000
- 0000000000000000000000000000000000000000000000000000808080008080
- 8000808080000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008080800080808000808080008080800000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000C0C0C000FFFFFF00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000C0C0
- C000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
- 000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
- 0000000000008080800000C0000000C00000FFFFFF00FFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000C0C00000C0C000FFFFFF00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000C0000000C000
- 0000C0000000C0000000C0000000C0000000C0000000C0000000C0000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C000
- 0000C0000000FFFFFF000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00C0000000C0000000FFFFFF000000000000000000000000000000
- 0000000000008080800000CC000000CC000000CC000000CC0000FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000CCCC0000CCCC0000CCCC0000CCCC00FFFFFF00FFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000CC000000CC00
- 0000CC000000CC000000CC000000CC000000CC000000CC000000CC000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000FFFFFF00FFFFFF00CC000000CC000000CC00
- 0000CC000000FFFFFF00000000000000000000000000FFFFFF00FFFFFF00CC00
- 0000CC000000CC000000CC000000FFFFFF000000000000000000000000000000
- 0000000000008080800000D2000000D2000000D2000000D2000000D2000000D2
- 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000D2D20000D2D20000D2D20000D2D20000D2D20000D2D200FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000D2000000D200
- 0000D2000000D2000000D2000000D2000000D2000000D2000000D2000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000000000000FFFFFF00FFFFFF00D2000000D2000000D2000000D2000000D200
- 0000D2000000FFFFFF0000000000FFFFFF00FFFFFF00D2000000D2000000D200
- 0000D2000000D2000000D2000000FFFFFF000000000000000000000000000000
- 0000000000008080800000D9000000D9000000D9000000D9000000D9000000D9
- 000000D9000000D90000FFFFFF00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000D9D90000D9D90000D9D90000D9D90000D9D90000D9D90000D9D90000D9
- D900FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000D9000000D900
- 0000D9000000D9000000D9000000D9000000D9000000D9000000D9000000FFFF
- FF0000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00D9000000D9000000D9000000D9000000D9000000D9000000D900
- 0000D9000000FFFFFF00FFFFFF00D9000000D9000000D9000000D9000000D900
- 0000D9000000D9000000D9000000FFFFFF000000000000000000000000000000
- 0000000000008080800000DF000000DF000000DF000000DF000000DF000000DF
- 000000DF000000DF000000DF000000DF0000FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000DFDF0000DFDF0000DFDF0000DFDF0000DFDF0000DFDF0000DFDF0000DF
- DF0000DFDF0000DFDF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000E5000000E500
- 0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000FFFF
- FF00000000000000000000000000000000000000000000000000FFFFFF00DF00
- 0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
- 0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
- 0000DF000000DF000000DF000000FFFFFF000000000000000000000000000000
- 0000000000008080800000E5000000E5000000E5000000E5000000E5000000E5
- 000000E5000000E5000000E50000808080008080800000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000E5E50000E5E50000E5E50000E5E50000E5E50000E5E50000E5E50000E5
- E50000E5E5008080800080808000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000EC000000EC00
- 0000EC000000EC000000EC000000EC000000EC000000EC000000EC000000FFFF
- FF00000000000000000000000000000000000000000000000000808080008080
- 8000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
- 0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
- 0000E5000000E5000000E5000000FFFFFF000000000000000000000000000000
- 0000000000008080800000EC000000EC000000EC000000EC000000EC000000EC
- 000000EC00008080800080808000808080000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000ECEC0000ECEC0000ECEC0000ECEC0000ECEC0000ECEC0000ECEC008080
- 8000808080008080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000F2000000F200
- 0000F2000000F2000000F2000000F2000000F2000000F2000000F2000000FFFF
- FF00000000000000000000000000000000000000000000000000000000008080
- 80008080800080808000EC000000EC000000EC000000EC000000EC000000EC00
- 0000EC000000FFFFFF008080800080808000EC000000EC000000EC000000EC00
- 0000EC000000EC000000EC000000FFFFFF000000000000000000000000000000
- 0000000000008080800000F2000000F2000000F2000000F2000000F200008080
- 8000808080008080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000F2F20000F2F20000F2F20000F2F20000F2F20080808000808080008080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000F8000000F800
- 0000F8000000F8000000F8000000F8000000F8000000F8000000F8000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000000000000808080008080800080808000F2000000F2000000F2000000F200
- 0000F2000000FFFFFF0000000000808080008080800080808000F2000000F200
- 0000F2000000F2000000F2000000FFFFFF000000000000000000000000000000
- 0000000000008080800000F8000000F8000000F8000080808000808080008080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000F8F80000F8F80000F8F800808080008080800080808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000FF000000FF00
- 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000808080008080800080808000F8000000F800
- 0000F8000000FFFFFF0000000000000000000000000080808000808080008080
- 8000F8000000F8000000F8000000FFFFFF000000000000000000000000000000
- 0000000000008080800000FF0000808080008080800080808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800000FFFF008080800080808000808080000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000808080008080
- 800080808000808080008080800080808000808080008080800080808000C0C0
- C000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000808080008080
- 8000FF000000FFFFFF0000000000000000000000000000000000000000008080
- 80008080800080808000FF000000FFFFFF000000000000000000000000000000
- 0000000000008080800080808000808080000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 8000808080008080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008080
- 800080808000C0C0C00000000000000000000000000000000000000000000000
- 0000000000008080800080808000C0C0C000424D3E000000000000003E000000
- 2800000058000000300000000100010000000000400200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- F800FFFFFFFFFFFFC0000000F800FF87C01FE007C0000000F800FF03C01FC007
- C0000000F800FE01C01FCFE7C0000000F800FC00C01FCFE7C0000000F800FC00
- C01FCFE7C0000000F800FC00C01FCFE7C0000000F800FC00C01FCFE7C0000000
- F800FE01C01FC007C0000000F800FF03C01FC007C0000000F800FF87C01FC00F
- C0000000FFFFFFFFFFFFFFFFC00000001FC7FFE0C1FFF07FFE0C1F0007C1FFE0
- C1FFE01FFE0C1F0001C07FE0C1FFC00FFE0C1F0000401FE0C1FFC00FFE0C1F00
- 000007E0C1FF8007FE0C1F00000003E0C1FF8007FE0C1F00000003E0C1FF8007
- FE0C1F00000007E0C1FF8007FE0C1F0000401FE0C1FFC00FFE0C1F0001C07FE0
- C1FFC00FFE0C1F0007C1FFE0C1FFE01FFE0C1F001FC7FFFFFFFFF87FFFFFFF00
- F8FFFFE3FFFF800FFFE3F800F83FFFE0FFFF800FFF83E000F80FFFE03FFF800F
- FE038000F803FFE00FFF800FF8020000F800FFE003FF800FE0000000F8007FE0
- 01FF800FC0000000F8007FE001FF800FC0000000F800FFE003FF800FE0000000
- F803FFE00FFF800FF8020000F80FFFE03FFF800FFE038000F83FFFE0FFFF800F
- FF83E000F8FFFFE3FFFFFFFFFFE3F80000000000000000000000000000000000
- 000000000000}
- end
- end
-