home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-10-10 | 36.1 KB | 1,145 lines |
- inherited ControlPropertiesForm: TControlPropertiesForm
- Left = 306
- Top = 209
- Caption = 'Control Properties'
- ClientHeight = 300
- ClientWidth = 427
- ParentFont = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 187
- Top = 269
- TabOrder = 1
- end
- inherited ButtonCancel: TButton
- Left = 267
- Top = 269
- TabOrder = 2
- end
- inherited ButtonHelp: THelpButton
- Left = 347
- Top = 269
- TabOrder = 3
- HelpKey = 'control_properties'
- end
- object ControlSheet: TPageControl
- Left = 5
- Top = 5
- Width = 416
- Height = 257
- ActivePage = DeviceSheet
- Images = ControlImages
- TabOrder = 0
- OnChange = ControlSheetChange
- OnChanging = VerifyPageChange
- object PlaySheet: TTabSheet
- Caption = 'Play'
- object PlayGreenGroup: TGroupBox
- Left = 4
- Top = 4
- Width = 129
- Height = 177
- Caption = ' &Green play '
- TabOrder = 0
- object PlayLoopEdit1: TNumEdit
- Left = 62
- Top = 148
- Width = 41
- Height = 21
- Hint = 'Set the number of loops'
- TabStop = True
- Value = 1
- Max = 9999
- PageChange = 10
- LineChange = 1
- Label = 'Green Loop'
- Caption = '1'
- ShowHint = True
- TabOrder = 7
- MaxLength = 4
- end
- object PlayLoopUpDown1: TBuddyUpDown
- Left = 103
- Top = 148
- Width = 15
- Height = 21
- Associate = PlayLoopEdit1
- TabOrder = 8
- end
- object PlayAll1: TRadio
- Left = 8
- Top = 15
- Width = 97
- Height = 17
- Caption = 'All'
- TabOrder = 0
- end
- object PlaySelected1: TRadio
- Left = 8
- Top = 33
- Width = 97
- Height = 17
- Caption = 'Selection'
- TabOrder = 1
- end
- object PlayUnselected1: TRadio
- Left = 8
- Top = 51
- Width = 97
- Height = 17
- Caption = 'Unselected'
- TabOrder = 2
- end
- object PlayView1: TRadio
- Left = 8
- Top = 69
- Width = 97
- Height = 17
- Caption = 'View'
- TabOrder = 3
- end
- object PlayFinish1: TRadio
- Left = 8
- Top = 105
- Width = 97
- Height = 17
- Caption = 'Finish'
- TabOrder = 4
- end
- object PlayIntro1: TRadio
- Left = 8
- Top = 123
- Width = 97
- Height = 17
- Caption = 'Intro/loop/end'
- TabOrder = 5
- end
- object PlayLoop1: TCheck
- Left = 8
- Top = 148
- Width = 51
- Height = 17
- Hint = 'Enable or disable looping'
- TabStop = True
- Caption = 'Loop'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- end
- object PlayViewToEnd1: TRadio
- Left = 8
- Top = 87
- Width = 97
- Height = 17
- Caption = 'View to end'
- TabOrder = 9
- end
- end
- object FastRewindGroop: TGroupBox
- Left = 278
- Top = 4
- Width = 127
- Height = 75
- Caption = ' Fast/Rewind speed '
- TabOrder = 2
- object FastEdit: TNumEdit
- Left = 56
- Top = 18
- Width = 45
- Height = 21
- Hint = 'Set the fast forward speed'
- TabStop = True
- Value = 1
- Min = 0.100000000000000000
- Max = 5
- Decimal = 2
- PageChange = 1
- LineChange = 0.100000000000000000
- Label = 'Fast'
- Caption = '1'
- ShowHint = True
- TabOrder = 0
- MaxLength = 4
- end
- object FastLabel: TStaticText
- Left = 19
- Top = 20
- Width = 33
- Height = 17
- Alignment = taRightJustify
- Caption = '&Fast:'
- FocusControl = FastEdit
- TabOrder = 4
- end
- object FastUpDown: TBuddyUpDown
- Left = 101
- Top = 18
- Width = 15
- Height = 21
- Associate = FastEdit
- TabOrder = 1
- end
- object RewindEdit: TNumEdit
- Left = 56
- Top = 44
- Width = 45
- Height = 21
- Hint = 'Set the rewind speed'
- TabStop = True
- Value = 1
- Min = 0.100000000000000000
- Max = 5
- Decimal = 2
- PageChange = 1
- LineChange = 0.100000000000000000
- Label = 'Rewind'
- Caption = '1'
- ShowHint = True
- TabOrder = 2
- MaxLength = 4
- end
- object RewindLabel: TStaticText
- Left = 3
- Top = 46
- Width = 49
- Height = 17
- Alignment = taRightJustify
- Caption = '&Rewind:'
- FocusControl = RewindEdit
- TabOrder = 5
- end
- object RewindUpDown: TBuddyUpDown
- Left = 101
- Top = 44
- Width = 15
- Height = 21
- Associate = RewindEdit
- TabOrder = 3
- end
- end
- object PlayYellowGroup: TGroupBox
- Left = 140
- Top = 4
- Width = 129
- Height = 177
- Caption = ' &Yellow play '
- TabOrder = 1
- object PlayLoopEdit2: TNumEdit
- Left = 62
- Top = 148
- Width = 41
- Height = 21
- Hint = 'Set the number of loops'
- TabStop = True
- Value = 1
- Max = 9999
- PageChange = 10
- LineChange = 1
- Label = 'Yellow Loop'
- Caption = '1'
- ShowHint = True
- TabOrder = 7
- MaxLength = 4
- end
- object PlayLoopUpDown2: TBuddyUpDown
- Left = 103
- Top = 148
- Width = 15
- Height = 21
- Associate = PlayLoopEdit2
- TabOrder = 8
- end
- object PlayAll2: TRadio
- Left = 8
- Top = 15
- Width = 97
- Height = 17
- Caption = 'All'
- TabOrder = 0
- end
- object PlaySelected2: TRadio
- Left = 8
- Top = 33
- Width = 97
- Height = 17
- Caption = 'Selection'
- TabOrder = 1
- end
- object PlayUnselected2: TRadio
- Left = 8
- Top = 51
- Width = 97
- Height = 17
- Caption = 'Unselected'
- TabOrder = 2
- end
- object PlayView2: TRadio
- Left = 8
- Top = 69
- Width = 97
- Height = 17
- Caption = 'View'
- TabOrder = 3
- end
- object PlayFinish2: TRadio
- Left = 8
- Top = 105
- Width = 97
- Height = 17
- Caption = 'Finish'
- TabOrder = 4
- end
- object PlayIntro2: TRadio
- Left = 8
- Top = 123
- Width = 97
- Height = 17
- Caption = 'Intro/loop/end'
- TabOrder = 5
- end
- object PlayLoop2: TCheck
- Left = 8
- Top = 148
- Width = 51
- Height = 17
- Hint = 'Enable or disable looping'
- TabStop = True
- Caption = 'Loop'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- end
- object PlayViewToEnd2: TRadio
- Left = 8
- Top = 87
- Width = 97
- Height = 17
- Caption = 'View to end'
- TabOrder = 9
- end
- end
- end
- object RecordSheet: TTabSheet
- Caption = 'Record'
- ImageIndex = 1
- object RecordOptionsGroup: TGroupBox
- Left = 4
- Top = 4
- Width = 137
- Height = 59
- Caption = ' Recording options '
- TabOrder = 0
- object RecordMonitor: TCheck
- Left = 8
- Top = 15
- Width = 117
- Height = 17
- TabStop = True
- Caption = 'Monitor input'
- TabOrder = 0
- end
- object RecordSafety: TCheck
- Left = 8
- Top = 34
- Width = 117
- Height = 17
- TabStop = True
- Caption = 'Ctrl key safety'
- TabOrder = 1
- end
- end
- object RecordDelayedGroup: TGroupBox
- Left = 152
- Top = 4
- Width = 177
- Height = 211
- Caption = ' Delayed recording '
- TabOrder = 1
- object RecordTimer: TCheck
- Left = 8
- Top = 14
- Width = 57
- Height = 17
- TabStop = True
- Caption = '&Timer'
- TabOrder = 0
- OnClick = RecordTimerClick
- end
- object RecordTimeEdit: TTimeEdit
- Left = 81
- Top = 36
- Width = 67
- Height = 21
- TabStop = True
- Value = 1
- Max = 86399
- PageChange = 60
- LineChange = 10
- Label = 'Time'
- Caption = '1'
- TabOrder = 2
- Format = tttFull
- end
- object RecordTimeLabel: TStaticText
- Left = 41
- Top = 38
- Width = 36
- Height = 17
- Alignment = taRightJustify
- Caption = 'T&ime:'
- TabOrder = 1
- end
- object RecordTimeUpDown: TBuddyUpDown
- Left = 148
- Top = 36
- Width = 15
- Height = 21
- Associate = RecordTimeEdit
- TabOrder = 3
- end
- object RecordDayBox: TComboBox
- Left = 81
- Top = 60
- Width = 83
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- Items.Strings = (
- 'Sunday'
- 'Monday'
- 'Tuesday'
- 'Wednesday'
- 'Thursday'
- 'Friday'
- 'Saturday')
- end
- object RecordDayLabel: TStaticText
- Left = 45
- Top = 62
- Width = 32
- Height = 17
- Alignment = taRightJustify
- Caption = 'Da&y:'
- TabOrder = 4
- end
- object RecordLevel: TCheck
- Left = 8
- Top = 90
- Width = 97
- Height = 17
- TabStop = True
- Caption = 'Le&vel activated'
- TabOrder = 6
- OnClick = RecordLevelClick
- end
- object RecordThresholdEdit: TNumEdit
- Left = 81
- Top = 110
- Width = 67
- Height = 21
- TabStop = True
- Value = 1
- Max = 1
- Decimal = 3
- PageChange = 10
- LineChange = 0.010000000000000000
- Label = 'Threshold'
- Caption = '1'
- TabOrder = 8
- end
- object RecordThresholdLabel: TStaticText
- Left = 17
- Top = 112
- Width = 60
- Height = 17
- Alignment = taRightJustify
- Caption = 'Thres&hold:'
- TabOrder = 7
- end
- object RecordThresholdUpDown: TBuddyUpDown
- Left = 148
- Top = 110
- Width = 15
- Height = 21
- Associate = RecordThresholdEdit
- TabOrder = 9
- end
- object RecordDurationEdit: TNumEdit
- Left = 81
- Top = 136
- Width = 67
- Height = 21
- TabStop = True
- Value = 1
- Max = 10000
- Decimal = 2
- PageChange = 10
- LineChange = 0.100000000000000000
- Label = 'Duration'
- Caption = '1'
- TabOrder = 11
- end
- object RecordDurationLabel: TStaticText
- Left = 10
- Top = 138
- Width = 67
- Height = 17
- Alignment = taRightJustify
- Caption = '&Duration (s):'
- TabOrder = 10
- end
- object RecordDurationUpDown: TBuddyUpDown
- Left = 148
- Top = 136
- Width = 15
- Height = 21
- Associate = RecordDurationEdit
- TabOrder = 12
- end
- object RecordPrebufferEdit: TNumEdit
- Left = 81
- Top = 162
- Width = 67
- Height = 21
- TabStop = True
- Value = 1
- Max = 1
- Decimal = 2
- PageChange = 10
- LineChange = 0.100000000000000000
- Label = 'Prebuffer'
- Caption = '1'
- TabOrder = 14
- end
- object RecordPrebufferLabel: TStaticText
- Left = 7
- Top = 164
- Width = 70
- Height = 17
- Alignment = taRightJustify
- Caption = '&Prebuffer (s):'
- TabOrder = 13
- end
- object RecordPrebufferUpDown: TBuddyUpDown
- Left = 148
- Top = 162
- Width = 15
- Height = 21
- Associate = RecordPrebufferEdit
- TabOrder = 15
- end
- object RecordTimeStamp: TCheck
- Left = 60
- Top = 188
- Width = 103
- Height = 17
- TabStop = True
- Caption = 'Time stamp cues'
- TabOrder = 16
- end
- end
- object RecordModeGroup: TGroupBox
- Left = 4
- Top = 74
- Width = 137
- Height = 141
- Caption = ' Record mode '
- TabOrder = 2
- object RecordOverwrite: TRadio
- Left = 8
- Top = 20
- Width = 125
- Height = 17
- Caption = 'Bounded to selection'
- TabOrder = 0
- end
- object RecordOverwriteLoop: TRadio
- Left = 8
- Top = 38
- Width = 125
- Height = 17
- Caption = 'Bounded and looped'
- TabOrder = 1
- end
- object RecordReplace: TRadio
- Left = 8
- Top = 56
- Width = 125
- Height = 17
- Caption = 'Unbounded'
- TabOrder = 2
- end
- end
- end
- object VolumeSheet: TTabSheet
- Caption = 'Volume'
- ImageIndex = 2
- object VolumeDeviceBox: TComboBox
- Left = 109
- Top = 4
- Width = 273
- Height = 21
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 1
- OnChange = VolumeDeviceBoxChange
- end
- object VolumeDeviceBoxLabel: TStaticText
- Left = 28
- Top = 6
- Width = 77
- Height = 17
- Alignment = taRightJustify
- Caption = 'Volume device:'
- TabOrder = 0
- end
- object VolumeMasterNum: TNumEdit
- Left = 277
- Top = 28
- Width = 40
- Height = 21
- TabStop = True
- Max = 100
- PageChange = 10
- LineChange = 1
- Label = 'Master control'
- Caption = '0'
- TabOrder = 4
- end
- object VolumeMasterLabel: TStaticText
- Left = 5
- Top = 30
- Width = 100
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Master control:'
- TabOrder = 2
- end
- object VolumeScrollBox: TScrollBox
- Left = 3
- Top = 52
- Width = 401
- Height = 172
- VertScrollBar.Increment = 24
- VertScrollBar.Margin = 1
- VertScrollBar.Tracking = True
- TabOrder = 6
- end
- object VolumeMasterSelect: TCheck
- Left = 325
- Top = 30
- Width = 57
- Height = 17
- TabStop = True
- Caption = 'Mute all'
- TabOrder = 5
- OnClick = MasterMuteChange
- end
- object VolumeMasterBar: TFader
- Left = 109
- Top = 31
- Width = 160
- Height = 16
- Caption = 'Master Volume'
- TabOrder = 3
- OnChange = MasterChange
- Associate = VolumeMasterNum
- Line = 1
- Page = 10
- Max = 100
- end
- end
- object VisualSheet: TTabSheet
- Caption = 'Visual'
- ImageIndex = 3
- object StatusVisualBox: TComboBox
- Left = 3
- Top = 18
- Width = 200
- Height = 21
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 1
- end
- object StatusLabel: TStaticText
- Left = 3
- Top = 4
- Width = 200
- Height = 13
- AutoSize = False
- Caption = 'Status visual:'
- TabOrder = 0
- end
- object LevelVisualBox: TComboBox
- Left = 207
- Top = 18
- Width = 200
- Height = 21
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 3
- end
- object LevelLabel: TStaticText
- Left = 207
- Top = 4
- Width = 200
- Height = 13
- AutoSize = False
- Caption = 'Level visual:'
- TabOrder = 2
- end
- object LeftVisualBox: TComboBox
- Left = 3
- Top = 60
- Width = 200
- Height = 21
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 5
- end
- object LeftLabel: TStaticText
- Left = 3
- Top = 46
- Width = 200
- Height = 13
- AutoSize = False
- Caption = 'Left visual:'
- TabOrder = 4
- end
- object RightVisualBox: TComboBox
- Left = 207
- Top = 60
- Width = 200
- Height = 21
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 7
- end
- object RightLabel: TStaticText
- Left = 207
- Top = 46
- Width = 200
- Height = 13
- AutoSize = False
- Caption = 'Right visual:'
- TabOrder = 6
- end
- object QuickSelectBox: TCheckListBox
- Left = 3
- Top = 104
- Width = 200
- Height = 120
- OnClickCheck = VisualQuickSelectCheck
- ItemHeight = 13
- TabOrder = 9
- end
- object QuickMenuLabel: TStaticText
- Left = 3
- Top = 89
- Width = 200
- Height = 13
- AutoSize = False
- Caption = 'Quick select menu:'
- TabOrder = 8
- end
- object VisualFrameRateEdit: TNumEdit
- Left = 300
- Top = 125
- Width = 59
- Height = 21
- TabStop = True
- Value = 20
- Min = 20
- Max = 200
- PageChange = 10
- LineChange = 5
- Label = 'Frame rate'
- Caption = '1'
- TabOrder = 11
- end
- object FrameRateLabel: TStaticText
- Left = 239
- Top = 127
- Width = 57
- Height = 17
- Alignment = taRightJustify
- Caption = 'Frame rate:'
- TabOrder = 10
- end
- object VisualFrameRateUpDown: TBuddyUpDown
- Left = 359
- Top = 125
- Width = 15
- Height = 21
- Associate = VisualFrameRateEdit
- Increment = 5
- TabOrder = 12
- end
- object VisualFFTWindowBox: TComboBox
- Left = 300
- Top = 152
- Width = 75
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 14
- Items.Strings = (
- 'None'
- 'Hamming'
- 'Triangular'
- 'Kaiser 7')
- end
- object FFTWindowLabel: TStaticText
- Left = 231
- Top = 154
- Width = 65
- Height = 17
- Alignment = taRightJustify
- Caption = 'FFT window:'
- TabOrder = 13
- end
- end
- object DeviceSheet: TTabSheet
- Caption = 'Device'
- ImageIndex = 4
- object RecordDeviceLabel: TStaticText
- Left = 3
- Top = 46
- Width = 77
- Height = 17
- Caption = 'Record device:'
- TabOrder = 2
- end
- object PlayDeviceLabel: TStaticText
- Left = 3
- Top = 4
- Width = 86
- Height = 17
- Caption = 'Playback device:'
- TabOrder = 0
- end
- object PlaybackBox: TComboBox
- Left = 3
- Top = 18
- Width = 280
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object RecordBox: TComboBox
- Left = 3
- Top = 60
- Width = 280
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- end
- object DeviceJoystick: TCheckBox
- Left = 3
- Top = 88
- Width = 139
- Height = 17
- Caption = 'Enable joystick control'
- TabOrder = 4
- end
- object PlaybackQualityLabel: TStaticText
- Left = 288
- Top = 4
- Width = 84
- Height = 17
- Caption = 'Playback quality:'
- TabOrder = 5
- end
- object PlaybackQuality: TComboBox
- Left = 288
- Top = 18
- Width = 117
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- Items.Strings = (
- '16 bit integer'
- '24 bit integer'
- '32 bit floating point')
- end
- object RecordQualityLabel: TStaticText
- Left = 288
- Top = 46
- Width = 75
- Height = 17
- Caption = 'Record quality:'
- TabOrder = 7
- end
- object RecordQuality: TComboBox
- Left = 288
- Top = 60
- Width = 117
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- Items.Strings = (
- '16-bit Integer'
- '24-bit Integer'
- '32-bit Floating Point')
- end
- object DeviceLatency: TCheckBox
- Left = 3
- Top = 108
- Width = 231
- Height = 17
- Caption = 'High latency playback for emulated devices'
- TabOrder = 9
- end
- object DeviceDelayStart: TCheckBox
- Left = 3
- Top = 128
- Width = 176
- Height = 17
- Caption = 'Alternative playback initialization'
- TabOrder = 10
- end
- object TroubleShoot: TButton
- Left = 329
- Top = 89
- Width = 75
- Height = 25
- Caption = 'Troubleshoot'
- TabOrder = 11
- OnClick = TroubleShootClick
- end
- object Details: TRichEdit
- Left = 0
- Top = 152
- Width = 407
- Height = 75
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 12
- Visible = False
- end
- end
- end
- object ControlImages: TImageList
- Left = 16
- Top = 268
- Bitmap = {
- 494C010105000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000003000000001001000000000000018
- 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
- 0000000000000000000000000000000000000000000000000000000000001042
- 1042104210421042104210421042104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001042
- E07F0042E07F0042E07F0042E07F104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000001042104210421042104210421042
- 0042004200420042004200420042104210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200020042004200020002
- 0002000200020002000200020002000210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200020002000200020002
- 0002000200000002000000000002000210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200000000000200000000
- 0000000000020002000200420002000210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200020002004200000000
- 0000000000020000000000420002000010420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F00020000000000020000FF7F
- FF7F000000020002000200020002000010420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200020002004200000000
- 0000000000021F00000200021F00000210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200000000004200020002
- 000200020002FF7F1F000002FF7F1F0010420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7F000200020002000200020002
- 0002000200020002000200020002000210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10420000000000000000000000000000
- 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
- 0000000000000000000000000000000000000000000000001042FF7FFF7F0000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7F0000000000000000000000000000000000000000E00300001042
- 00000000000010420000007C0000000000000000000000000000000010420000
- 0000000000000000000000000000000000000000000000001042E003E003FF7F
- FF7F00000000000000000000000000000000000000000000000000000000007C
- 007C007C007CFF7F000000000000000000000000000000000000000010420000
- 10421042104200001042000000000000000000000000000000001042FF7FFF7F
- 1F001F001F00FF7F104210420000000000000000000000001042E003E003E003
- E003FF7FFF7F00000000000000000000000000000000000000000000007C007C
- 007C007C007C007CFF7F0000000000000000000000000000E003104200000000
- 000000000000104200001042007C00000000000000000000FF7FFF7FFF7F1F00
- 1F001F001F001F00FF7FFF7F0000000000000000000000001042E003E003E003
- E003E003E003FF7FFF7F00000000000000000000000000001042007C007C007C
- 007C007C007C007C007CFF7F00000000000000000000000000000000FF7F0000
- 00000000000000001042000000000000000000000000FF7FFF7FFF7FFF031F00
- 1000000010001F00FF03FF7FFF7F000000000000000000001042E003E003E003
- E003E003E003E003E003FF7F0000000000000000000000001042007C007C007C
- 007C007C007C007C007CFF7F000000000000000000000000E0030000FF7F0000
- 104210420000000010420000007C0000000000000000FF7FFF7FFF7FFF031F00
- 1000000010001F00FF03FF7FFF7F104200000000000000001042E003E003E003
- E003E003E003E003104210420000000000000000000000001042007C007C007C
- 007C007C007C007C007CFF7F00000000000000000000000000000000FF7F1042
- 104200000000000010420000000000000000104200000000FF7FFF7FFF7F1F00
- 1F001F001F001F00FF7FFF7F1042000000000000000000001042E003E003E003
- E003E00310421042104200000000000000000000000000001042007C007C007C
- 007C007C007C007C007CFF7F000000000000000000000000E003104200001042
- 000000000000000000001042E07F0000000000000000104200001042FF7FFF7F
- 1F001F001F00FF7FFF7F10420000000000000000000000001042E003E003E003
- 10421042104200000000000000000000000000000000000000001042007C007C
- 007C007C007C007C000000000000000000000000000000000000000010420000
- FF7FFF7FFF7F0000104200000000000000000000000000000000000000000000
- 1042104210420000000000000000104200000000000000001042E00310421042
- 104200000000000000000000000000000000000000000000000000001042007C
- 007C007C007C0000000000000000000000000000000000000000E00300001042
- 00000000000010420000E07F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000001042104210420000
- 0000000000000000000000000000000000000000000000000000000000001042
- 104210421042000000000000000000000000000000000000000000000000E003
- 0000E0030000E07F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000300000000100010000000000800100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFF000000000000FC01000000000000
- FC01000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FFFF000000000000
- FFFF000000000000FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFE3FFFC3FF417F81FE0FFFC1FF80FE007E03FF80FE3C3C003
- E00FE007F3E70000E007E007E2630000E007E007F0E70000E00FE007E1E38001
- E03FF01FF80FC001E0FFF83FF417F007E3FFFC3FFD5FFD5FFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
- 000000000000}
- end
- end
-