home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-10-10 | 139.8 KB | 3,032 lines |
- object MainForm: TMainForm
- Left = 218
- Top = 181
- Width = 654
- Height = 395
- Caption = 'GoldWave'
- Color = clAppWorkSpace
- DockSite = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsMDIForm
- Icon.Data = {<image000.ico>}
- Menu = MainMenu
- OldCreateOrder = False
- Position = poDefault
- WindowMenu = WindowMenu
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBottom: TStatusBar
- Left = 0
- Top = 330
- Width = 646
- Height = 19
- AutoHint = True
- Panels = <
- item
- Alignment = taCenter
- Text = 'Modified'
- Width = 70
- end
- item
- Alignment = taCenter
- Text = 'Zoom'
- Width = 120
- end
- item
- Text = 'Format Description'
- Width = 50
- end>
- ParentFont = True
- SimplePanel = False
- UseSystemFont = False
- OnHint = StatusHint
- OnDrawPanel = StatusDrawPanel
- end
- object StatusTop: TStatusBar
- Left = 0
- Top = 311
- Width = 646
- Height = 19
- Panels = <
- item
- Alignment = taCenter
- Style = psOwnerDraw
- Text = 'Channel'
- Width = 70
- end
- item
- Alignment = taCenter
- Style = psOwnerDraw
- Text = 'Length'
- Width = 120
- end
- item
- Alignment = taCenter
- Style = psOwnerDraw
- Text = 'Selection Range'
- Width = 300
- end
- item
- Width = 50
- end>
- ParentFont = True
- SimplePanel = False
- SizeGrip = False
- UseSystemFont = False
- OnContextPopup = StatusTopContextPopup
- OnDrawPanel = StatusDrawPanel
- end
- object ControlBar: TControlBar
- Left = 0
- Top = 0
- Width = 646
- Height = 88
- Align = alTop
- AutoSize = True
- BevelEdges = []
- BevelInner = bvNone
- BevelOuter = bvNone
- Color = clBtnFace
- ParentColor = False
- ParentShowHint = False
- RowSize = 16
- RowSnap = False
- ShowHint = True
- TabOrder = 2
- OnBandInfo = ControlBarBandInfo
- object EffectToolBar: TPanel
- Left = 11
- Top = 38
- Width = 18
- Height = 22
- BevelOuter = bvNone
- TabOrder = 1
- end
- object MainToolBar: TPanel
- Left = 11
- Top = 2
- Width = 18
- Height = 32
- BevelOuter = bvNone
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = 11
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object ControlToolBar: TPanel
- Left = 11
- Top = 64
- Width = 18
- Height = 22
- BevelOuter = bvNone
- TabOrder = 2
- Visible = False
- end
- object StatusToolBar: TPanel
- Left = 42
- Top = 64
- Width = 18
- Height = 22
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- end
- object LevelToolBar: TPanel
- Left = 73
- Top = 64
- Width = 2
- Height = 22
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 4
- Visible = False
- end
- end
- object MainMenu: TMainMenu
- AutoLineReduction = maManual
- Left = 40
- Top = 182
- object FileMenu: TMenuItem
- Caption = '&File'
- Hint = 'File related commands'
- object FileNewItem: TMenuItem
- Action = FileNew
- end
- object FileOpenItem: TMenuItem
- Action = FileOpen
- end
- object FileCloseItem: TMenuItem
- Action = FileClose
- end
- object FileInformationItem: TMenuItem
- Action = FileInformation
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object FileSaveItem: TMenuItem
- Action = FileSave
- end
- object FileSaveAsItem: TMenuItem
- Action = FileSaveAs
- end
- object FileSaveSelectionAsItem: TMenuItem
- Action = FileSaveSelection
- end
- object FileBatchProcessingItem: TMenuItem
- Action = FileBatchProcessing
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object FileExitItem: TMenuItem
- Action = FileExit
- end
- object N9: TMenuItem
- Caption = '-'
- end
- end
- object EditMenu: TMenuItem
- Caption = '&Edit'
- Hint = 'Edit commands'
- object EditUndoItem: TMenuItem
- Action = EditUndo
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object EditCutItem: TMenuItem
- Action = EditCut
- end
- object EditCopyItem: TMenuItem
- Action = EditCopy
- end
- object EditCopytoItem: TMenuItem
- Action = EditCopyTo
- end
- object EditPasteItem: TMenuItem
- Action = EditPaste
- end
- object PasteAtItem: TMenuItem
- Caption = 'Paste At'
- object EditPasteAtBeginningItem: TMenuItem
- Action = EditPasteAtBeginning
- end
- object EditPasteAtFinishItem: TMenuItem
- Action = EditPasteAtFinish
- end
- object EditPasteAtEndItem: TMenuItem
- Action = EditPasteAtEnd
- end
- end
- object EditPastenewItem: TMenuItem
- Action = EditPasteNew
- end
- object EditMixItem: TMenuItem
- Action = EditMix
- end
- object Crossfade1: TMenuItem
- Action = EditCrossfade
- end
- object Overwrite1: TMenuItem
- Action = EditOverwrite
- end
- object EditReplaceItem: TMenuItem
- Action = EditReplace
- end
- object EditDeleteItem: TMenuItem
- Action = EditDelete
- end
- object EditTrimItem: TMenuItem
- Action = EditTrim
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object EditMuteItem: TMenuItem
- Action = EditMute
- end
- object EditInsertsilenceItem: TMenuItem
- Action = EditInsertSilence
- end
- object EditSelectviewItem: TMenuItem
- Action = EditSelectView
- end
- object EditSelectallItem: TMenuItem
- Action = EditSelectAll
- end
- object EditChannelItem: TMenuItem
- Caption = 'C&hannel'
- Hint = 'Channel selection menu'
- object EditLeftItem: TMenuItem
- Action = EditChannelLeft
- RadioItem = True
- end
- object EditRightItem: TMenuItem
- Action = EditChannelRight
- RadioItem = True
- end
- object EditBothItem: TMenuItem
- Action = EditChannelBoth
- RadioItem = True
- end
- end
- object EditMarkerItem: TMenuItem
- Caption = 'Mar&ker'
- object EditMarkerSetItem: TMenuItem
- Action = EditMarkerSet
- end
- object EditMarkerDropStartItem: TMenuItem
- Action = EditMarkerDropStart
- end
- object EditMarkerDropFinishItem: TMenuItem
- Action = EditMarkerDropFinish
- end
- object EditMarkerSaveStartItem: TMenuItem
- Action = EditMarkerSaveRange
- ShortCut = 8269
- end
- object EditMarkerRecallStartItem: TMenuItem
- Action = EditMarkerRecallRange
- ShortCut = 8274
- end
- object EditMarkerSnapItem: TMenuItem
- Action = EditMarkerSnap
- end
- end
- object EditCuePointItem: TMenuItem
- Caption = 'Cue P&oint'
- object EditCuePointsItem: TMenuItem
- Action = ToolCuePoints
- Caption = '&Edit Cue Points...'
- end
- object EditCueDropItem: TMenuItem
- Action = EditCueDrop
- Caption = 'Drop &Cue'
- end
- object EditCueJumpToNextItem: TMenuItem
- Action = EditCueJumpNext
- end
- object EditCueJumpToPreviousItem: TMenuItem
- Action = EditCueJumpPrevious
- end
- object EditCueSplitFileItem: TMenuItem
- Action = EditCueSplitFile
- end
- end
- end
- object EffectMenu: TMenuItem
- Caption = 'Effe&ct'
- Hint = 'Effect commands'
- object EffectDopplerItem: TMenuItem
- Action = EffectDoppler
- end
- object EditDymanicsItem: TMenuItem
- Action = EffectDynamic
- end
- object EffectEchoItem: TMenuItem
- Action = EffectEcho
- end
- object EffectExpanderItem: TMenuItem
- Action = EffectExpander
- end
- object EffectFilterMenu: TMenuItem
- Caption = '&Filter'
- Hint = 'Filter effects'
- object EffectFilterBandItem: TMenuItem
- Action = EffectFilterBand
- end
- object EffectFilterEqualizerItem: TMenuItem
- Action = EffectFilterEqualizer
- end
- object EffectFilterPassItem: TMenuItem
- Action = EffectFilterPass
- end
- object EffectFilterNoiseReductionItem: TMenuItem
- Action = EffectFilterNoiseReduction
- end
- object EffectFilterParametricEQItem: TMenuItem
- Action = EffectFilterParametricEQ
- end
- object EffectFilterPopClickItem: TMenuItem
- Action = EffectFilterPopClick
- end
- object SilenceReduction1: TMenuItem
- Action = EffectFilterSilence
- end
- object EffectFilterSmootherItem: TMenuItem
- Action = EffectFilterSmoother
- end
- end
- object EffectFlangerItem: TMenuItem
- Action = EffectFlanger
- end
- object EffectInterpolateItem: TMenuItem
- Action = EffectInterpolate
- end
- object EffectInvertItem: TMenuItem
- Action = EffectInvert
- end
- object EffectMechanizeItem: TMenuItem
- Action = EffectMechanize
- end
- object EffectOffsetItem: TMenuItem
- Action = EffectOffset
- end
- object EffectPitchItem: TMenuItem
- Action = EffectPitch
- end
- object EffectPluginMenu: TMenuItem
- Caption = 'Plug-in'
- Hint = 'Displays effect plug-ins menu'
- ImageIndex = 19
- end
- object EffectReverbItem: TMenuItem
- Action = EffectReverb
- Hint = 'Adds reverberation to the sound'
- end
- object EffectReverseItem: TMenuItem
- Action = EffectReverse
- end
- object EffectStereoMenu: TMenuItem
- Caption = '&Stereo'
- Hint = 'Stereo effects'
- object EffectExchangeItem: TMenuItem
- Action = EffectChannelMix
- end
- object EffectMaxMatchItem: TMenuItem
- Action = EffectMaxMatch
- end
- object EffectPanItem: TMenuItem
- Action = EffectPan
- end
- object EffectRemoveVocalsItem: TMenuItem
- Action = EffectRemoveVocals
- end
- end
- object EffectTimeWarpItem: TMenuItem
- Action = EffectTimeWarp
- end
- object EffectVolumeMenu: TMenuItem
- Caption = '&Volume'
- Hint = 'Volume effects'
- object EffectVolumeChangeItem: TMenuItem
- Action = EffectVolumeChange
- end
- object EffectVolumeFadeInItem: TMenuItem
- Action = EffectVolumeFadeIn
- end
- object EffectVolumeFadeOutItem: TMenuItem
- Action = EffectVolumeFadeOut
- end
- object EffectVolumeMatchItem: TMenuItem
- Action = EffectVolumeMatch
- end
- object EffectVolumeMaximizeItem: TMenuItem
- Action = EffectVolumeMaximize
- end
- object EffectVolumeShapeItem: TMenuItem
- Action = EffectVolumeShape
- end
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object EffectPlaybackRateItem: TMenuItem
- Action = EffectPlaybackRate
- end
- object EffectResampleItem: TMenuItem
- Action = EffectResample
- end
- end
- object ViewMenu: TMenuItem
- Caption = '&View'
- object ViewAllItem: TMenuItem
- Action = ViewAll
- end
- object ViewSpecifyItem: TMenuItem
- Action = ViewSpecify
- end
- object ViewSelectionItem: TMenuItem
- Action = ViewSelection
- end
- object ViewPresetItem: TMenuItem
- Action = ViewPreset
- end
- object ViewPreviousItem: TMenuItem
- Action = ViewPrevious
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object ViewZoomInItem: TMenuItem
- Action = ViewZoomIn
- end
- object ViewZoomOutItem: TMenuItem
- Action = ViewZoomOut
- end
- object ViewZoom10to1Item: TMenuItem
- Action = ViewZoom10to1
- end
- object ViewZoom1to1Item: TMenuItem
- Action = ViewZoom1to1
- end
- object View1SecondItem: TMenuItem
- Action = View1Second
- end
- object View10SecondsItem: TMenuItem
- Action = View10Seconds
- end
- object View1MinuteItem: TMenuItem
- Action = View1Minute
- end
- object View1HourItem: TMenuItem
- Action = View1Hour
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object Verticalzoomall1: TMenuItem
- Action = ViewVerticalZoomAll
- end
- object Verticalzoomin1: TMenuItem
- Action = ViewVerticalZoomIn
- end
- object Verticalzoomout1: TMenuItem
- Action = ViewVerticalZoomOut
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object ViewStartItem: TMenuItem
- Action = ViewStart
- end
- object ViewFinishItem: TMenuItem
- Action = ViewFinish
- end
- end
- object ToolMenu: TMenuItem
- Caption = '&Tool'
- object ToolCDReaderItem: TMenuItem
- Action = ToolCDReader
- end
- object ToolControlItem: TMenuItem
- Action = ToolControl
- end
- object ToolCuePointsItem: TMenuItem
- Action = ToolCuePoints
- end
- object ToolEffectChainEditorItem: TMenuItem
- Action = ToolEffectChainEditor
- end
- object ToolExpressionEvaluatorItem: TMenuItem
- Action = ToolExpressionEvaluator
- end
- end
- object OptionsMenu: TMenuItem
- Caption = '&Options'
- object OptionColourItem: TMenuItem
- Action = OptionColour
- end
- object OptionsControlPropertiesItem: TMenuItem
- Action = OptionControlProperties
- end
- object OptionFileFormatsItem: TMenuItem
- Action = OptionFileFormats
- end
- object OptionPluginMenu: TMenuItem
- Caption = 'Plu&g-in'
- Hint = 'Configures a plug-in module'
- OnClick = OptionPluginMenuClick
- end
- object OptionEditorItem: TMenuItem
- Action = OptionStorage
- end
- object OptionToolBarItem: TMenuItem
- Action = OptionToolBar
- end
- object OptionWindowItem: TMenuItem
- Action = OptionWindow
- end
- object OptionRegisterItem: TMenuItem
- Action = OptionRegister
- end
- end
- object WindowMenu: TMenuItem
- Caption = '&Window'
- Hint = 'Window related commands'
- object WindowCascadeItem: TMenuItem
- Action = WindowCascade
- end
- object WindowTileItem: TMenuItem
- Action = WindowTileHorizontal
- end
- object WindowTileItem2: TMenuItem
- Action = WindowTileVertical
- end
- object WindowMinimizeItem: TMenuItem
- Action = WindowMinimizeAll
- end
- object WindowArrangeItem: TMenuItem
- Action = WindowArrangeAll
- end
- object N10: TMenuItem
- Caption = '-'
- end
- object SquareControlsItem: TMenuItem
- Action = WindowSquareControls
- GroupIndex = 1
- RadioItem = True
- end
- object HorizontalControlsItem: TMenuItem
- Action = WindowHorizontalControls
- GroupIndex = 1
- RadioItem = True
- end
- object VerticalControlsItem: TMenuItem
- Action = WindowVerticalControls
- GroupIndex = 1
- RadioItem = True
- end
- end
- object HelpMenu: TMenuItem
- Caption = '&Help'
- Hint = 'Help topics'
- object HelpContentsItem: TMenuItem
- Action = HelpContents
- end
- object HelpManualItem: TMenuItem
- Action = HelpManual
- end
- object HelpAboutItem: TMenuItem
- Action = HelpAbout
- end
- end
- end
- object ActionList: TActionList
- Images = ImageList
- Left = 73
- Top = 182
- object FileNew: TMainAction
- Category = 'File'
- Caption = '&New...'
- Hint = 'New|Creates a new file'
- ImageIndex = 6
- ShortCut = 16462
- OnExecute = FileNewExecute
- ToolCaption = 'New'
- end
- object FileOpen: TMainAction
- Category = 'File'
- Caption = '&Open...'
- Hint = 'Open|Opens a file'
- ImageIndex = 7
- ShortCut = 16463
- OnExecute = FileOpenExecute
- ToolCaption = 'Open'
- end
- object FileInformation: TMainAction
- Category = 'File'
- Caption = '&Information...'
- Hint = 'Information|Sets file information or copyright text'
- ImageIndex = 21
- OnExecute = FileInformationExecute
- OnUpdate = EditExistEnable
- ToolCaption = 'Info'
- end
- object FileClose: TWindowClose
- Tag = -1
- Category = 'File'
- Caption = '&Close'
- Hint = 'Close|Closes current file'
- ImageIndex = 5
- ShortCut = 16499
- end
- object FileSave: TMainAction
- Category = 'File'
- Caption = '&Save'
- Hint = 'Save|Saves current file'
- ImageIndex = 8
- ShortCut = 16467
- OnExecute = FileSaveExecute
- OnUpdate = FileModifiedEnable
- ToolCaption = 'Save'
- end
- object FileSaveAs: TMainAction
- Category = 'File'
- Caption = 'Save &As...'
- Hint = 'Save As|Saves current file with different name'
- ImageIndex = 9
- OnExecute = FileSaveAsExecute
- OnUpdate = EditExistEnable
- ToolCaption = 'As'
- end
- object FileSaveSelection: TMainAction
- Category = 'File'
- Caption = 'Save Selection As...'
- Hint = 'Save Selection As|Saves the selection to a file'
- ImageIndex = 37
- OnExecute = FileSaveSelectionExecute
- OnUpdate = EffectSelectionEnable
- ToolCaption = 'Sel As'
- end
- object FileBatchProcessing: TMainAction
- Category = 'File'
- Caption = '&Batch Processing...'
- Hint = 'Batch Processing|Processes or converts a group of files'
- ImageIndex = 38
- OnExecute = FileBatchProcessingExecute
- ToolCaption = 'Batch'
- end
- object FileExit: TAction
- Category = 'File'
- Caption = 'E&xit'
- Hint = 'Exit|Exits program'
- ShortCut = 32883
- OnExecute = FileExitExecute
- end
- object EditUndo: TMainAction
- Category = 'Edit'
- Caption = '&Undo'
- Hint = 'Undo|Reverses the last operation'
- ImageIndex = 3
- ShortCut = 16474
- OnExecute = EditUndoExecute
- OnUpdate = EditUndoEnable
- ToolCaption = 'Undo'
- end
- object EditCut: TMainAction
- Category = 'Edit'
- Caption = 'Cu&t'
- Hint = 'Cut|Cuts the selection and puts it on the clipboard'
- ImageIndex = 0
- ShortCut = 16472
- OnExecute = EditCutExecute
- OnUpdate = EditCopyEnable
- ToolCaption = 'Cut'
- end
- object EditCopy: TMainAction
- Category = 'Edit'
- Caption = '&Copy'
- Hint = 'Copy|Copies the selection and puts it on the clipboard'
- ImageIndex = 1
- ShortCut = 16451
- OnExecute = EditCopyExecute
- OnUpdate = EditCopyEnable
- ToolCaption = 'Copy'
- end
- object EditCopyTo: TMainAction
- Category = 'Edit'
- Caption = 'Cop&y To...'
- Hint = 'Copy To|Copies the selection to a file'
- ImageIndex = 37
- OnExecute = FileSaveSelectionExecute
- OnUpdate = EditCopyEnable
- ToolCaption = 'To'
- end
- object EditPaste: TMainAction
- Category = 'Edit'
- Caption = '&Paste'
- Hint = 'Paste|Inserts the clipboard contents at the start marker'
- ImageIndex = 2
- ShortCut = 16470
- OnExecute = EditPasteExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'Paste'
- end
- object EditPasteAtBeginning: TMainAction
- Category = 'Edit'
- Caption = '&Beginning'
- Hint =
- 'Paste At Beginning|Inserts the clipboard contents at the beginni' +
- 'ng of the file'
- ImageIndex = 25
- ShortCut = 16450
- OnExecute = EditPasteAtBeginningExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'P.Beg'
- end
- object EditPasteAtFinish: TMainAction
- Category = 'Edit'
- Caption = '&Finish Marker'
- Hint =
- 'Paste At Finish marker|Inserts the clipboard contents at the fin' +
- 'ish marker position'
- ImageIndex = 27
- ShortCut = 16454
- OnExecute = EditPasteAtFinishExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'P.Fin'
- end
- object EditPasteAtEnd: TMainAction
- Category = 'Edit'
- Caption = '&End'
- Hint =
- 'Paste At End|Inserts the clipboard contents at the end of the fi' +
- 'le'
- ImageIndex = 26
- ShortCut = 16453
- OnExecute = EditPasteAtEndExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'P.End'
- end
- object EditPasteNew: TMainAction
- Category = 'Edit'
- Caption = 'Paste &New'
- Hint = 'Paste New|Creates a new file containing the clipboard audio'
- ImageIndex = 36
- ShortCut = 16464
- OnExecute = EditPasteNewExecute
- OnUpdate = EditPasteNewEnable
- ToolCaption = 'P.New'
- end
- object EditMix: TMainAction
- Category = 'Edit'
- Caption = '&Mix...'
- Hint = 'Mix|Mixes the clipboard contents with the current file'
- ImageIndex = 28
- ShortCut = 16461
- OnExecute = EditMixExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'Mix'
- end
- object EditOverwrite: TMainAction
- Category = 'Edit'
- Caption = 'Over&write'
- Hint =
- 'Overwrite|Overwrites sound with the clipboard contents beginning' +
- ' at start marker'
- ImageIndex = 68
- OnExecute = EditOverwriteExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'Over'
- end
- object EditReplace: TMainAction
- Category = 'Edit'
- Caption = '&Replace'
- Hint = 'Replace|Replaces the selection with the clipboard contents'
- ImageIndex = 30
- ShortCut = 16466
- OnExecute = EditReplaceExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'Repl'
- end
- object EditDelete: TMainAction
- Category = 'Edit'
- Caption = '&Delete'
- Hint = 'Delete|Deletes the selection'
- ImageIndex = 34
- ShortCut = 46
- OnExecute = EditDeleteExecute
- OnUpdate = EditCopyEnable
- ToolCaption = 'Del'
- end
- object EditTrim: TMainAction
- Category = 'Edit'
- Caption = '&Trim'
- Hint = 'Trim|Trims the unselected ends keeping only the selection'
- ImageIndex = 29
- ShortCut = 16468
- OnExecute = EditTrimExecute
- OnUpdate = EditSelectAllEnable
- ToolCaption = 'Trim'
- end
- object EditMute: TMainAction
- Category = 'Edit'
- Caption = 'Mut&e'
- Hint = 'Mute|Replaces the selection with silence'
- ImageIndex = 61
- OnExecute = EditMuteExecute
- OnUpdate = EditCopyEnable
- ToolCaption = 'Mute'
- end
- object EditCrossfade: TMainAction
- Category = 'Edit'
- Caption = 'Cross&fade...'
- Hint =
- 'Crossfade|Mixes the clipboard at one end of the file using a cro' +
- 'ssfade'
- ImageIndex = 67
- OnExecute = EditCrossfadeExecute
- OnUpdate = EditPasteEnable
- ToolCaption = 'Xfade'
- end
- object EditInsertSilence: TMainAction
- Category = 'Edit'
- Caption = '&Insert Silence...'
- Hint =
- 'Insert Silence|Inserts some silence into the file at the start m' +
- 'arker'
- ImageIndex = 35
- OnExecute = EditInsertSilenceExecute
- OnUpdate = EditExistEnable
- ToolCaption = 'Silen'
- end
- object EditSelectView: TMainAction
- Category = 'Edit'
- Caption = 'Select &View'
- Hint = 'Select View|Selects all the audio currently visible'
- ImageIndex = 32
- ShortCut = 16471
- OnExecute = EditSelectViewExecute
- OnUpdate = EditSelectViewEnable
- ToolCaption = 'Sel Vw'
- end
- object EditSelectAll: TMainAction
- Category = 'Edit'
- Caption = 'Select &All'
- Hint = 'Select All|Selects the entire file'
- ImageIndex = 31
- ShortCut = 16449
- OnExecute = EditSelectAllExecute
- OnUpdate = EditSelectAllEnable
- ToolCaption = 'Sel All'
- end
- object EditChannel: TMainAction
- Category = 'Edit'
- Caption = 'Channel'
- Hint =
- 'Channel Toggle|Toggles between left, right, and stereo channel e' +
- 'diting'
- ImageIndex = 66
- OnExecute = EditChannelExecute
- OnUpdate = EditStereoEnable
- ToolCaption = 'Chan'
- end
- object EditChannelLeft: TAction
- Category = 'Edit'
- Caption = '&Left'
- Hint = 'Left|Selects left channel'
- ShortCut = 24652
- OnExecute = EditChannelLeftExecute
- OnUpdate = EditChannelLeftEnable
- end
- object EditChannelRight: TAction
- Category = 'Edit'
- Caption = '&Right'
- Hint = 'Right|Selects right channel'
- ShortCut = 24658
- OnExecute = EditChannelRightExecute
- OnUpdate = EditChannelRightEnable
- end
- object EditChannelBoth: TAction
- Category = 'Edit'
- Caption = '&Both'
- Checked = True
- Hint = 'Both|Selects both channels'
- ShortCut = 24642
- OnExecute = EditChannelBothExecute
- OnUpdate = EditChannelBothEnable
- end
- object EditMarkerSet: TMainAction
- Category = 'Edit'
- Caption = '&Set...'
- Hint = 'Set Markers|Sets the selection markers'
- ImageIndex = 53
- ShortCut = 8261
- OnExecute = EditMarkerSetExecute
- OnUpdate = EditLengthEnable
- ToolCaption = 'Set'
- end
- object EditMarkerDropStart: TMainAction
- Category = 'Edit'
- Caption = '&Drop Start'
- Hint =
- 'Drop Start|Moves the start marker to the current playback or rec' +
- 'ording position'
- ImageIndex = 54
- ShortCut = 219
- OnExecute = EditMarkerDropStartExecute
- OnUpdate = EditMarkerDropStartEnable
- ToolCaption = 'Start'
- end
- object EditMarkerDropFinish: TMainAction
- Category = 'Edit'
- Caption = 'Drop &Finish'
- Hint =
- 'Drop Finish|Moves the finish marker to the current playback or r' +
- 'ecording position'
- ImageIndex = 55
- ShortCut = 221
- OnExecute = EditMarkerDropFinishExecute
- OnUpdate = EditMarkerDropFinishEnable
- ToolCaption = 'Finish'
- end
- object EditMarkerSaveRange: TMainAction
- Category = 'Edit'
- Caption = 'Store Selection Positions'
- Hint =
- 'Store Positions|Saves the position of the start and finish marke' +
- 'rs'
- ImageIndex = 56
- OnExecute = EditMarkerSaveRangeExecute
- OnUpdate = EditMarkerSaveRangeEnable
- ToolCaption = 'Store'
- end
- object EditMarkerRecallRange: TMainAction
- Category = 'Edit'
- Caption = 'Recall Selection Positions'
- Hint =
- 'Recall Positions|Moves the start and finish markers back to the ' +
- 'stored position'
- ImageIndex = 57
- OnExecute = EditMarkerRecallRangeExecute
- OnUpdate = EditMarkerRecallRangeEnable
- ToolCaption = 'Recall'
- end
- object EditMarkerSnap: TAction
- Category = 'Edit'
- Caption = 'Snap To &Zero-Crossing'
- Hint =
- 'Zero Snap|Keeps markers near zero-crossing points, reducing pops' +
- ' between edits'
- OnExecute = EditMarkerSnapExecute
- OnUpdate = EditMarkerSnapEnable
- end
- object EditCueDrop: TMainAction
- Category = 'Edit'
- Caption = 'Drop &Cue Point'
- Hint =
- 'Drop Cue|Set a cue point at current playback or recording positi' +
- 'on'
- ImageIndex = 62
- ShortCut = 16465
- OnExecute = CueDrop
- OnUpdate = EditCueDropEnable
- ToolCaption = 'Cue'
- end
- object EditCueJumpNext: TMainAction
- Category = 'Edit'
- Caption = 'Jump To &Next Cue'
- Hint = 'Jump Next Cue|Move the start marker to the next cue point'
- ImageIndex = 63
- ShortCut = 16458
- OnExecute = CueJumpNext
- OnUpdate = CueNextEnable
- ToolCaption = 'NextQ'
- end
- object EditCueJumpPrevious: TMainAction
- Category = 'Edit'
- Caption = 'Jump To &Previous Cue'
- Hint =
- 'Jump Previous Cue|Move the start marker to the previous cue poin' +
- 't'
- ImageIndex = 64
- ShortCut = 24650
- OnExecute = CueJumpPrevious
- OnUpdate = CuePreviousEnable
- ToolCaption = 'PrevQ'
- end
- object ViewAll: TMainAction
- Category = 'View'
- Caption = '&All'
- Hint = 'View All|Zooms out to display the entire file'
- ImageIndex = 22
- ShortCut = 8257
- OnExecute = ViewAllExecute
- OnUpdate = ViewAllEnable
- ToolCaption = 'All'
- end
- object ViewViewAll: TAction
- Tag = -1
- Category = 'View'
- Caption = '&View All'
- Hint = 'View All|Zooms out to display the entire file'
- ImageIndex = 22
- ShortCut = 8257
- OnExecute = ViewAllExecute
- OnUpdate = ViewAllEnable
- end
- object ViewSelection: TMainAction
- Category = 'View'
- Caption = '&Selection'
- Hint = 'View Selection|Zooms in to show only the selection'
- ImageIndex = 46
- ShortCut = 8275
- OnExecute = ViewSelectionExecute
- OnUpdate = ViewSelectionUpdate
- ToolCaption = 'Sel'
- end
- object ViewViewSelection: TAction
- Tag = -1
- Category = 'View'
- Caption = 'View &Selection'
- Hint = 'View Selection|Zooms in to show only the selection'
- ImageIndex = 46
- ShortCut = 8275
- OnExecute = ViewSelectionExecute
- OnUpdate = EditSelectViewEnable
- end
- object ViewSpecify: TMainAction
- Category = 'View'
- Caption = 'Specif&y...'
- Hint = 'Specify Zoom|Zooms to a specific zoom level'
- ImageIndex = 47
- OnExecute = ViewSpecifyExecute
- OnUpdate = EditLengthEnable
- ToolCaption = 'Spec'
- end
- object ViewPrevious: TMainAction
- Category = 'View'
- Caption = '&Previous'
- Hint = 'Previous Zoom|Zooms to the previous zoom level'
- ImageIndex = 45
- ShortCut = 8272
- OnExecute = ViewPreviousExecute
- OnUpdate = ViewPreviousEnable
- ToolCaption = 'Prev'
- end
- object ViewPreset: TMainAction
- Category = 'View'
- Caption = 'P&reset'
- Hint = 'Preset Zoom|Zooms to a preset zoom level'
- ImageIndex = 44
- ShortCut = 8277
- OnExecute = ViewPresetExecute
- OnUpdate = ViewPresetUpdate
- ToolCaption = 'Preset'
- end
- object ViewZoomIn: TMainAction
- Category = 'View'
- Caption = 'Zoom &In'
- Hint = 'Zoom In|Zooms in with respect to time'
- ImageIndex = 23
- ShortCut = 8230
- OnExecute = ViewZoomInExecute
- OnUpdate = ViewInEnable
- ToolCaption = 'In'
- end
- object ViewZoomOut: TMainAction
- Category = 'View'
- Caption = 'Zoom &Out'
- Hint = 'Zoom Out|Zooms out with respect to time'
- ImageIndex = 24
- ShortCut = 8232
- OnExecute = ViewZoomOutExecute
- OnUpdate = ViewAllEnable
- ToolCaption = 'Out'
- end
- object ViewZoom10to1: TMainAction
- Tag = 10
- Category = 'View'
- Caption = 'Zoom 1&0:1'
- Hint =
- 'Zoom 10:1|Zooms to a level where individual samples can be seen ' +
- 'and edited'
- ImageIndex = 65
- ShortCut = 8240
- OnExecute = ViewZoomXto1Execute
- OnUpdate = ViewZoomXto1Enable
- ToolCaption = '10:1'
- end
- object ViewZoom1to1: TMainAction
- Tag = 1
- Category = 'View'
- Caption = 'Zoom &1:1'
- Hint = 'Zoom 1:1|Zooms to see the actual waveform'
- ImageIndex = 39
- ShortCut = 8241
- OnExecute = ViewZoomXto1Execute
- OnUpdate = ViewZoomXto1Enable
- ToolCaption = '1:1'
- end
- object View1Second: TMainAction
- Tag = 1
- Category = 'View'
- Caption = '1 S&econd'
- Hint = 'View 1 Second|Zooms to show one second of audio'
- ImageIndex = 43
- OnExecute = ViewTimeExecute
- OnUpdate = ViewTimeEnable
- ToolCaption = '1s'
- end
- object View10Seconds: TMainAction
- Tag = 10
- Category = 'View'
- Caption = '10 Se&conds'
- Hint = 'View 10 Seconds|Zooms to show one 10 seconds of audio'
- ImageIndex = 40
- OnExecute = ViewTimeExecute
- OnUpdate = ViewTimeEnable
- ToolCaption = '10s'
- end
- object View1Minute: TMainAction
- Tag = 60
- Category = 'View'
- Caption = '1 &Minute'
- Hint = 'View 1 Minute|Zooms to show 1 minute of audio'
- ImageIndex = 42
- OnExecute = ViewTimeExecute
- OnUpdate = ViewTimeEnable
- ToolCaption = '1m'
- end
- object View1Hour: TMainAction
- Tag = 3600
- Category = 'View'
- Caption = '1 &Hour'
- Hint = 'View 1 Hour|Zooms to show 1 hour of audio'
- ImageIndex = 41
- OnExecute = ViewTimeExecute
- OnUpdate = ViewTimeEnable
- ToolCaption = '1h'
- end
- object ViewVerticalZoomAll: TMainAction
- Category = 'View'
- Caption = 'Vertical Zoom A&ll'
- Hint =
- 'Vertical View All|Vertically zooms all the way out showing full ' +
- 'amplitude'
- ImageIndex = 50
- ShortCut = 8278
- OnExecute = ViewVerticalZoomAllExecute
- OnUpdate = ViewVerticalZoomAllEnable
- ToolCaption = 'V All'
- end
- object ViewVerticalZoomIn: TMainAction
- Category = 'View'
- Caption = 'Vertical Zoom I&n'
- Hint =
- 'Vertical Zoom In|Vertically zooms in, giving more detailed ampli' +
- 'tude levels'
- ImageIndex = 51
- ShortCut = 16422
- OnExecute = ViewVerticalZoomInExecute
- OnUpdate = ViewVerticalZoomInEnable
- ToolCaption = 'V In'
- end
- object ViewVerticalZoomOut: TMainAction
- Category = 'View'
- Caption = 'Vertical zoom O&ut'
- Hint =
- 'Vertical Zoom Out|Vertically zooms out, giving less detailed amp' +
- 'litude levels'
- ImageIndex = 52
- ShortCut = 16424
- OnExecute = ViewVerticalZoomOutExecute
- OnUpdate = ViewVerticalZoomAllEnable
- ToolCaption = 'V Out'
- end
- object ViewStart: TMainAction
- Category = 'View'
- Caption = 'S&tart'
- Hint = 'View Start|Displays the waveform at the start marker'
- ImageIndex = 48
- ShortCut = 36
- OnExecute = ViewStartExecute
- OnUpdate = ViewStartEnable
- ToolCaption = 'Start'
- end
- object ViewFinish: TMainAction
- Category = 'View'
- Caption = '&Finish'
- Hint = 'View Finish|Displays the waveform at the finish marker'
- ImageIndex = 49
- ShortCut = 35
- OnExecute = ViewFinishExecute
- OnUpdate = ViewFinishEnable
- ToolCaption = 'Finish'
- end
- object EffectDoppler: TEffectAction
- Category = 'Effect'
- Caption = '&Doppler...'
- Hint = 'Doppler|Performs dynamic pitch shifting'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Doppler <GoldWave*>'
- end
- object EffectDynamic: TEffectAction
- Category = 'Effect'
- Caption = 'D&ynamics...'
- Hint = 'Dynamics|Performs amplitude mapping'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Dynamics <GoldWave*>'
- end
- object EffectEcho: TEffectAction
- Category = 'Effect'
- Caption = '&Echo...'
- Hint = 'Echo|Adds echos to the selection'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Echo <GoldWave*>'
- end
- object EffectExpander: TEffectAction
- Category = 'Effect'
- Caption = 'Compressor/E&xpander...'
- Hint = 'Compressor/Expander|Performs amplitude compression or expansion'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Compressor/Expander <GoldWave*>'
- end
- object EffectFlanger: TEffectAction
- Category = 'Effect'
- Caption = 'Flan&ger...'
- Hint = 'Flanger|Adds a flanging effect to the selection'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Flanger <GoldWave*>'
- end
- object EffectInterpolate: TEffectAction
- Category = 'Effect'
- Caption = 'Interpo&late'
- Hint =
- 'Interpolate|Linearly interpolates from the start amplitude to th' +
- 'e finish amplitude'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Interpolate <GoldWave*>'
- end
- object EffectInvert: TEffectAction
- Category = 'Effect'
- Caption = '&Invert'
- Hint = 'Invert|Turns the waveform upside down'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Invert <GoldWave*>'
- end
- object EffectMechanize: TEffectAction
- Category = 'Effect'
- Caption = 'Mechani&ze...'
- Hint = 'Mechanize|Makes the sound mechanical by amplitude modulation'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Mechanize <GoldWave*>'
- end
- object EffectOffset: TEffectAction
- Category = 'Effect'
- Caption = '&Offset...'
- Hint = 'Offset|Adjusts the dc offset'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Offset <GoldWave*>'
- end
- object EffectPitch: TEffectAction
- Category = 'Effect'
- Caption = '&Pitch...'
- Hint = 'Pitch|Alters the pitch'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Pitch <GoldWave*>'
- end
- object EffectReverb: TEffectAction
- Category = 'Effect'
- Caption = 'Re&verb...'
- Hint = 'Reverb|Adds a reverberation to the sound'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Reverb <GoldWave*>'
- end
- object EffectReverse: TEffectAction
- Category = 'Effect'
- Caption = '&Reverse'
- Hint = 'Reverse|Reverses the selection so it plays backwards'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Reverse <GoldWave*>'
- end
- object EffectFilterEqualizer: TEffectAction
- Category = 'Effect'
- Caption = '&Equalizer...'
- Hint = 'Equalizer|Performs an equalizer filter effect'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Equalizer <GoldWave*>'
- end
- object EffectFilterPass: TEffectAction
- Category = 'Effect'
- Caption = '&Low/Highpass...'
- Hint = 'Low/Highpass|Performs a lowpass or highpass filter'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Low/Highpass <GoldWave*>'
- end
- object EffectFilterBand: TEffectAction
- Category = 'Effect'
- Caption = '&Bandpass/stop...'
- Hint = 'Bandpass/stop|Performs a bandpass or bandstop filter'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Bandpass/stop <GoldWave*>'
- end
- object EffectFilterParametricEQ: TEffectAction
- Category = 'Effect'
- Caption = '&Parametric EQ...'
- Hint = 'Parametric EQ|Performs parametric equalization'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Parametric EQ <GoldWave*>'
- end
- object EffectFilterNoiseReduction: TEffectAction
- Category = 'Effect'
- Caption = 'Noise &Reduction...'
- Hint = 'Noise Reduction|Reduces noise using frequency analysis'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Noise Reduction <GoldWave*>'
- end
- object EffectFilterPopClick: TEffectAction
- Category = 'Effect'
- Caption = 'Pop/&Click...'
- Hint = 'Pop/Click|Removes pops and clicks from old recordings'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Pop/Click <GoldWave*>'
- end
- object EffectFilterSilence: TEffectAction
- Category = 'Effect'
- Caption = 'S&ilence Reduction...'
- Hint =
- 'Silence Reduction|Removes or reduces quiet or silent sections fr' +
- 'om the sound'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Silence Reduction <GoldWave*>'
- end
- object EffectFilterSmoother: TEffectAction
- Category = 'Effect'
- Caption = '&Smoother...'
- Hint = 'Smoother|Smoothes waveform using a running average'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Smoother <GoldWave*>'
- end
- object EffectVolumeChange: TEffectAction
- Category = 'Effect'
- Caption = '&Change...'
- Hint = 'Change Volume|Changes the volume'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Volume <GoldWave*>'
- end
- object EffectVolumeFadeIn: TEffectAction
- Category = 'Effect'
- Caption = 'Fade &In...'
- Hint = 'Fade In|Fades in the selection'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Fade In <GoldWave*>'
- end
- object EffectVolumeFadeOut: TEffectAction
- Category = 'Effect'
- Caption = 'Fade &Out...'
- Hint = 'Fade Out|Fades out the selection'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Fade Out <GoldWave*>'
- end
- object EffectVolumeMatch: TEffectAction
- Category = 'Effect'
- Caption = 'M&atch...'
- Hint = 'Match Volume|Matches volume level with another file'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Match <GoldWave*>'
- end
- object EffectVolumeMaximize: TEffectAction
- Category = 'Effect'
- Caption = '&Maximize...'
- Hint = 'Maximize Volume|Normalizes/maximizes the volume'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Maximize <GoldWave*>'
- end
- object EffectVolumeShape: TEffectAction
- Category = 'Effect'
- Caption = '&Shape...'
- Hint = 'Shape Volume|Dynamically shapes the volume'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Shape <GoldWave*>'
- end
- object EffectPan: TEffectAction
- Category = 'Effect'
- Caption = '&Pan...'
- Hint = 'Pan|Dynamically controls left and right balance'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionStereoEnable
- EffectLocation = 'Pan <GoldWave*>'
- end
- object EffectPlaybackRate: TAction
- Category = 'Effect'
- Caption = '&Playback Rate...'
- Hint = 'Playback rate|Changes the playback sampling rate'
- OnExecute = EffectPlaybackRateExecute
- OnUpdate = EffectLengthEnable
- end
- object EffectResample: TAction
- Category = 'Effect'
- Caption = 'Resa&mple...'
- Hint = 'Resample|Converts the sampling rate to a different rate'
- OnExecute = EffectResampleExecute
- OnUpdate = EffectLengthEnable
- end
- object EffectChannelMix: TEffectAction
- Category = 'Effect'
- Caption = '&Channel Mix...'
- Hint = 'Channel Mix|Mixes or combines the left and right channels'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionStereoEnable
- EffectLocation = 'Channel Mix <GoldWave*>'
- end
- object EffectMaxMatch: TEffectAction
- Category = 'Effect'
- Caption = '&MaxMatch...'
- Hint =
- 'MaxMatch|Automatically matches and maximizes left and right chan' +
- 'nels volumes'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionStereoEnable
- EffectLocation = 'MaxMatch <GoldWave*>'
- end
- object EffectRemoveVocals: TEffectAction
- Category = 'Effect'
- Caption = '&Reduce Vocals...'
- Hint =
- 'Reduce Vocals|Removes or reduces the vocals in certain recording' +
- 's'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionStereoEnable
- EffectLocation = 'Reduce Vocals <GoldWave*>'
- end
- object EffectTimeWarp: TEffectAction
- Category = 'Effect'
- Caption = 'Time &Warp...'
- Hint = 'Time Warp|Changes the duration or tempo'
- OnExecute = EffectExecute
- OnUpdate = EffectSelectionEnable
- EffectLocation = 'Time Warp <GoldWave*>'
- end
- object ToolCuePoints: TMainAction
- Category = 'Tool'
- Caption = 'Cue &Points...'
- Hint = 'Cue Points|Manages cue points'
- ImageIndex = 58
- OnExecute = ToolCuePointsExecute
- OnUpdate = EditExistEnable
- ToolCaption = 'Cues'
- end
- object ToolExpressionEvaluator: TMainAction
- Category = 'Tool'
- Caption = '&Expression Evaluator...'
- Hint =
- 'Expression Evaluator|Evaluates mathematical waveforms and expres' +
- 'sions'
- ImageIndex = 59
- OnExecute = ToolExpressionEvaluatorExecute
- OnUpdate = EditExistEnable
- ToolCaption = 'Eval'
- end
- object ToolControl: TAction
- Category = 'Tool'
- Caption = 'Con&trol...'
- Checked = True
- Hint = 'Control|Show or hide the playback and recording Control window'
- OnExecute = ToolControlExecute
- OnUpdate = ToolControlUpdate
- end
- object ToolCDReader: TMainAction
- Category = 'Tool'
- Caption = 'CD &Reader...'
- Hint = 'CD Reader|Reads audio digitally from a CD'
- ImageIndex = 60
- OnExecute = ToolCDReaderExecute
- ToolCaption = 'CDX'
- end
- object ToolEffectChainEditor: TMainAction
- Category = 'Tool'
- Caption = 'Effect &Chain Editor...'
- Hint = 'Chain Editor|Creates a chain of effects'
- ImageIndex = 18
- OnExecute = ToolEffectChainEditorExecute
- OnUpdate = EffectSelectionEnable
- ToolCaption = 'Chain'
- end
- object OptionColour: TMainAction
- Category = 'Options'
- Caption = '&Colour...'
- Hint = 'Sets waveform colours'
- OnExecute = OptionColourExecute
- ToolCaption = 'ColOp'
- end
- object OptionControlProperties: TAction
- Category = 'Options'
- Caption = 'Control &Properties...'
- Hint = 'Displays the Control properties window'
- ShortCut = 122
- OnExecute = OptionControlPropertiesExecute
- end
- object OptionStorage: TMainAction
- Category = 'Options'
- Caption = '&Storage...'
- Hint = 'Sets storage options and folders'
- OnExecute = OptionStorageExecute
- ToolCaption = 'StgOp'
- end
- object OptionFileFormats: TMainAction
- Category = 'Options'
- Caption = '&File Formats...'
- Hint = 'File Formats|Sets how certain file formats are opened'
- OnExecute = OptionFileFormatsExecute
- ToolCaption = 'FmtOp'
- end
- object OptionToolBar: TMainAction
- Category = 'Options'
- Caption = '&Tool Bar...'
- Hint = 'Configures the tool bar'
- OnExecute = OptionToolBarExecute
- ToolCaption = 'BarOp'
- end
- object OptionWindow: TMainAction
- Category = 'Options'
- Caption = '&Window...'
- Hint = 'Sets window and waveform related options'
- OnExecute = OptionWindowExecute
- ToolCaption = 'WinOp'
- end
- object WindowCascade: TWindowCascade
- Tag = -1
- Category = 'Window'
- Caption = '&Cascade'
- Hint = 'Cascade|Arranges sound windows in a cascade layout'
- ImageIndex = 17
- end
- object WindowTileHorizontal: TWindowTileHorizontal
- Tag = -1
- Category = 'Window'
- Caption = 'Tile &Horizontally'
- Hint =
- 'Tile Horizontally|Arranges sound windows in a horizontal tile la' +
- 'yout'
- ImageIndex = 15
- end
- object WindowTileVertical: TWindowTileVertical
- Tag = -1
- Category = 'Window'
- Caption = 'Tile &Vertically'
- Hint = 'Tile Vertically|Arranges sound windows in a vertical tile layout'
- ImageIndex = 16
- end
- object WindowMinimizeAll: TWindowMinimizeAll
- Tag = -1
- Category = 'Window'
- Caption = '&Minimize All'
- Hint = 'Minimize All|Minimizes all sound windows to title bars'
- end
- object WindowArrangeAll: TWindowArrange
- Tag = -1
- Category = 'Window'
- Caption = '&Arrange All'
- Hint = 'Arrange All'
- end
- object HelpContents: TMainAction
- Category = 'Help'
- Caption = '&Contents'
- Hint = 'Help Contents|Displays help table of contents'
- ImageIndex = 33
- ShortCut = 112
- OnExecute = HelpContentsExecute
- ToolCaption = 'Help'
- end
- object HelpManual: TMainAction
- Category = 'Help'
- Caption = '&Manual'
- Hint = 'Manual|Displays the GoldWave manual'
- ImageIndex = 33
- OnExecute = HelpManualExecute
- ToolCaption = 'Man'
- end
- object HelpAbout: TAction
- Category = 'Help'
- Caption = '&About...'
- Hint =
- 'About|Displays program information, version number, and copyrigh' +
- 't'
- OnExecute = HelpAboutExecute
- end
- object ViewBeginning: TAction
- Category = 'View'
- Caption = 'Beginning'
- Hint =
- 'View Beginning|Displays the waveform at the beginning of the fil' +
- 'e'
- ShortCut = 16420
- OnExecute = ViewBeginningExecute
- OnUpdate = ViewBeginningEnable
- end
- object ViewEnd: TAction
- Category = 'View'
- Caption = 'End'
- Hint = 'View End|Displays the waveform at the end of the file'
- ShortCut = 16419
- OnExecute = ViewEndExecute
- OnUpdate = ViewEndEnable
- end
- object OptionRegister: TAction
- Category = 'Options'
- Caption = '&Register...'
- Hint = 'Lets you enter your license'
- OnExecute = OptionsRegister
- end
- object WindowHorizontalControls: TAction
- Category = 'Window'
- Caption = 'Hori&zontal Control'
- OnExecute = WindowHorizontalControlsExecute
- end
- object WindowVerticalControls: TAction
- Category = 'Window'
- Caption = 'Ver&tical Control'
- OnExecute = WindowVerticalControlsExecute
- end
- object WindowSquareControls: TAction
- Category = 'Window'
- Caption = 'Clas&sic Control'
- Checked = True
- OnExecute = WindowSquareControlsExecute
- end
- object WindowToggle: TAction
- Category = 'Window'
- Caption = 'WindowToggle'
- ShortCut = 32885
- OnExecute = WindowToggleExecute
- end
- object EditCueSplitFile: TAction
- Category = 'Edit'
- Caption = '&Split File'
- Hint = 'Splits a file into smaller sections using cue points'
- OnExecute = CueSplitFileExecute
- OnUpdate = CueSplitFileUpdate
- end
- end
- object ImageList: TImageList
- AllocBy = 8
- Left = 106
- Top = 182
- Bitmap = {
- 494C010145004A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000003001000001001000000000000098
- 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
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- FF7F004000400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- 00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- 00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000010420042104200421000FF7F
- 00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000421042004210421000FF7F
- 00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000010420042104200421000FF7F
- FF7F004000400040FF7F10001000100010000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F10001000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000004210420042104210001000
- 1000100010001000100010000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104200421042004210420042
- 1042004210420042104200420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000004210420000000000000000
- 0000000000000000104210420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210420000186318631863
- 1863186318630000104200420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000E07FE07F
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000100010001000100010001000
- 1000100010001000100010001000100010000000000000000000E07F1F001F00
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000010420000000000000000
- 00000000E0031042007C104200000000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000000000E07F1F001F001F00
- 1F00E07F00000000000010421042000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000104200000000000000000000
- 0000E003E0031042007C007C10420000000000001000FF7F1000100010001040
- FF7FFF7FFF7F1040004000400040FF7F100000000000E07F1F001F001F001F00
- 1F001F00E07F00000000FF031042000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- E003E003E0031042007C007C007C1042000000001000FF7F1000100010001040
- 1040FF7F10401040004000400040FF7F10000000E07FE07FE07FE07FE07FE07F
- E07FE07FE07FE07F0000FF031042000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000000000
- 0000E003E0031042007C007C10420000000000001000FF7FFF7F100010001040
- 104010401040104000400040FF7FFF7F10000000000000000000000000000000
- 00000000000000000000FF031042000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- 00000000E0031042007C104200000000000000001000FF7FFF7F100010001000
- 104010401040004000400040FF7FFF7F10000000000000000000000010001000
- 00000000000000000000FF031042000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000002
- 1042007C104200000000000000000000000000001000FF7F1000100010001000
- 1000FF7F00400040004010001000100010000000000000000000100010001000
- 10000000000000000000FF03104200000000000000000000FF7F000000000000
- 0000000000000000000000000000000000000000000000000000000000020002
- 1042007C007C10420000000000000000000000001000FF7F1000100010001000
- FF7FFF7FFF7F004000401000FF7F100010020000000000001000100010001000
- 10001000000000000000FF03104200000000000000000000FF7FFF7F00000000
- 0000000000000000000000000000000000000000000000000000000200020002
- 1042007C007C007C1042000000000000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10001000100200000000000000000000000010001000
- 00000000000000000000FF03104200000000000000000000FF7FFF7FFF7F1042
- 1042104210421042104210421042104200000000000000000000000000020002
- 1042007C007C1042000000000000000000000000100010001000100010001000
- 1000100010001000100010000000000000000000000000000000000010001000
- 00000000000000000000FF031042000000000000000000000000000000001000
- 1000100010001042100010001000104200000000000000000000000000000002
- 1042007C10420000000000000000000000000000104200421042004210420042
- 1042004210420042104200420000000000000000000000000000000010001000
- 00000000000000000000FF031042000000000000000000000000000000000000
- 100010001042100010000000100010001042000000000000E003104200401042
- 0000000000000000000000000000000000000000004210420000000000000000
- 0000000000000000004210420000000000000000000000000000000010001000
- 10001000100010000000FF031042000000000000000000000000000000000000
- 10001000104210001000000010001000104200000000E003E003104200400040
- 1042000000000000000000000000000000000000104200420000186318631863
- 1863186318630000104200420000000000000000000000000000000000001000
- 10001000100000000000FF031042000000000000000000000000000000001042
- 1000100010421000100000001000100010420000E003E003E003104200400040
- 00401042000000000000000000001042000000000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000000000000000000000000000
- 00000000000000000000FF031042000000000000000000000000000000001000
- 10001000104210001000000010001000104200000000E003E003104200400040
- 104200000000000000000000104200000000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 100010001042000010001000100010420000000000000000E003104200401042
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001042
- 1042104210420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000E07FE07F000000000000000000000000000000000000186318631863
- 1F7C1F7C18631042104200000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 1000100000000000000000000000000000000000000000000000000000000000
- 0000E07F1F001F00E07F000000000000000000000000000018631863FF7F1863
- 1F7C1F7C186318631F0010420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001000
- 1000100010000000000000000000000000000000000010421042000000000000
- E07F1F001F001F001F00E07F000000000000000000001863FF7FFF7F18631863
- 1F7C1863186318631F001F001042000000000000000000000000000000000000
- 1000100010000000000000000000000000000000000000000000000010001000
- 10001000100010000000000000000000000000000000FF03104200000000E07F
- 1F001F001F001F001F001F00E07F000000000000186318631863FF7FFF7F1863
- 1F7C186318631F001F0018631863104200000000000000000000000000001000
- 1000100010001000000000000000000000000000000000000000000000000000
- 10001000000000000000000000000000000000000000FF0310420000E07FE07F
- E07FE07FE07FE07FE07FE07FE07FE07F000000001863186318631863FF7FFF7F
- 1F7C18631F001F0018631863E003104200000000000000000000000010001000
- 1000000000001000100000000000000000000000000000000000000000000000
- 10001000000000000000000000000000000000000000FF031042000000000000
- 000000000000000000000000000000000000FF7F18631863186318631863FF7F
- 1F7C1F001F0018631863E003E003E00310420000000000000000100010000000
- 1000100000000000100010000000000000000000000000000000000000000000
- 10001000000000000000000000000000000000000000FF031042000000000000
- 000000001000100000000000000000000000FF7F186318631863186318631863
- 00000000E003E003E00318631863186310420000000000000000100010000000
- 1000100000000000100010000000000000000000000000000000000000000000
- 10001000000000000000000000000000000000000000FF031042000000000000
- 000010001000100010000000000000000000FF7F186318631863E003E003E003
- 0000000018631863186318631863186310420000000000000000100010000000
- 0000100010000000100010000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF031042000000000000
- 100010001000100010001000000000000000FF7FE003E003E003186318631F00
- 1F001F7CFF7F1863186318631863186310420000000000000000100010000000
- 0000100010000000100010000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF031042000000000000
- 0000000010001000000000000000000000000000FF7FE003186318631F001F00
- 18631F7CFF7FFF7F186318631863104200000000000000000000000010001000
- 0000000010001000100000000000000000000000000000000000000000000000
- E07FE07F000000000000000000000000000000000000FF031042000000000000
- 0000000010001000000000000000000000000000FF7F186318631F001F001863
- 18631F7C1863FF7FFF7F18631863104200000000000000000000000000001000
- 100010001000100000000000000000000000000000000000000000000000E07F
- 1F001F00E07F00000000000000000000000000000000FF031042000000000000
- 00000000100010000000000000000000000000000000FF7F1F001F0018631863
- 18631F7C18631863FF7FFF7F1042000000000000000000000000000000000000
- 10001000100000000000000000000000000000000000000000000000E07F1F00
- 1F001F001F00E07F0000000000000000000000000000FF031042000010001000
- 100010001000100000000000000000000000000000000000FF7F1F0018631863
- 1F7C1F7C1863FF7F186318630000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000E07F1F001F00
- 1F001F001F001F00E07F000000000000000000000000FF031042000000001000
- 1000100010000000000000000000000000000000000000000000FF7FFF7F1863
- 1F7C1F7C18631863186300000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000E07FE07FE07FE07F
- E07FE07FE07FE07FE07FE07F00000000000000000000FF031042000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210420000000000000000
- 0000000000000000000000000000104210420000104210420000000000000000
- 1000100000000000000000000000104210420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000104200001042
- 0000104200001042000000000000FF0310420000FF0310420000000000001000
- 1000100010000000000000000000FF0310420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000186300001863
- 0000186300001863000000000000FF0310420000FF0310420000000010001000
- 1000100010001000000000000000FF0310420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000010420000FF0310420000FF0310420000000000000000
- 1000100000000000000000000000FF0310420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000018630000FF0310420000FF0310420000000000000000
- 1000100000000000000000000000FF0310420000000000000000000000000000
- E07FE07F00000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000FF0310420000000000000000
- 1000100000000000000000000000FF031042000000000000000000000000E07F
- 1F001F00E07F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000FF0310420000000000000000
- 0000000000000000000000000000FF03104200000000000000000000E07F1F00
- 1F001F001F00E07F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000FF0310420000104200001042
- 0000104200001042000000000000FF0310420000000000000000E07F1F001F00
- 1F001F001F001F00E07F00000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 1000100000000000000000000000FF0310420000FF0310420000186300001863
- 0000186300001863000000000000FF031042000000000000E07F1F001F001F00
- 1F001F001F001F001F00E07F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000001000
- 1000100010000000000000000000FF0310420000FF0310420000000000000000
- 0000000000000000000010420000FF03104200000000E07F1F001F001F001F00
- 1F001F001F001F001F001F00E07F000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000010001000
- 1000100010001000000000000000FF0310420000FF0310420000000000000000
- 0000000000000000000018630000FF0310420000E07FE07FE07FE07FE07FE07F
- E07FE07FE07FE07FE07FE07FE07FE07F00000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 1000100000000000000000000000FF0310420000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 1000100000000000000000000000FF0310420000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 1000100000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210420000000000000000
- 0000000000000000000000000000104210420000000010421042000000000000
- 0000000010001000000000000000000000000000000000000000000010001000
- 0000000000000000000010421042000000000000000000000000FF7F00000000
- 0000000010421042104210421042104210420000FF0310420000000000000000
- 1042104210420000000000000000FF03104200000000FF031042000000000000
- 0000100010001000100000000000000000000000000000000000100010001000
- 10000000000000000000FF031042000000000000000000000000FF7F00000000
- 00000000007C007C007C007C007C007C10420000FF0310420000000000000000
- E07FE07F10420000000000000000FF03104200000000FF031042000000000000
- 1000100010001000100010000000000000000000000000001000100010001000
- 10001000000000000000FF031042000000000000000000000000FF7F10420000
- 00000000007C007C007C007C007C007C10420000FF0310420000000000000000
- 1042104210420000000000000000FF03104200000000FF031042000000000000
- 0000000010001000000000000000000000000000000000000000000010001000
- 00000000000000000000FF031042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- E07FE07F10420000000000000000FF03104200000000FF031042000000000000
- 0000000010001000000000000000000000000000000000000000000010001000
- 00000000000000000000FF031042000000000000000000000000000000001863
- 0000000000000000000000000000000000000000FF0310420000000000000000
- E07FE07F10420000000000000000FF03104200000000FF031042000000000000
- 0000000010001000000000000000000000000000000000000000000010001000
- 00000000000000000000FF031042000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000FF0310420000000000000000
- E07FE07F10420000000000000000FF03104200000000FF031042000010001000
- 1000100010001000000000000000000000000000000000000000000010001000
- 10001000100010000000FF031042000000000000000000000000000000000000
- 0000186300000000000000000000000000000000FF0310420000000000000000
- 0000E07FE07F1042000000000000FF03104200000000FF031042000000001000
- 1000100010000000000000000000000000000000000000000000000000001000
- 10001000100000000000FF03104200000000000000000000FF7F000000000000
- 0000000000000000000000000000000000000000FF0310420000000010421042
- 10420000E07FE07F104200000000FF03104200000000FF031042000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF03104200000000000000000000FF7FFF7F00000000
- 0000000000000000000000000000000000000000FF03104200000000E07FE07F
- 10420000E07FE07F104200000000FF03104200000000FF031042000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF03104200000000000000000000FF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000FF03104200000000E07FE07F
- 10421042E07FE07F104200000000FF03104200000000FF031042000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF031042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF031042000000000000E07F
- E07FE07FE07F1042000000000000FF03104200000000FF031042000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF031042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF03104200000000FF031042000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF031042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000010421042104200000000104210420000000000000000000000000000
- 0000000000000000104210421042000000000000104210420000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000001042104200000000000000000000000000000000
- 000000001F001F00104200001F001F0010420000000000000000000000000000
- 0000000000000000E003E0031042000000000000FF0310420000000000000000
- 0000000000000000000000000000FF7F00000000000000000000000000000000
- 0000000000000000FF7F0000FF03104200000000000000000000FF7F00000000
- 0000000000001F001F001F001F00104200000000000000000000FF7F00000000
- 0000000010421042E003E0031042104210420000FF0310420000000000000000
- 000000000000000000000000FF7F000000000000000000000000000000000000
- 000000000000FF7F00000000FF03104200000000000000000000FF7F00000000
- 00000000000000001F001F001042000000000000000000000000FF7F00000000
- 00000000E003E003E003E003E003E00310420000FF0310420000000000000000
- 00000000186300000000FF7F0000000000000000000000000000000000001863
- 00000000FF7F000000000000FF03104200000000000000000000FF7F10420000
- 0000000000001F001F001F001F00104200000000000000000000FF7F10420000
- 00000000E003E003E003E003E003E00310420000FF0310420000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- FF7F00000000000000000000FF03104200000000000000000000000000000000
- 000000001F001F00104200001F001F0010420000000000000000000000000000
- 0000000000000000E003E0031042000000000000FF0310420000000000000000
- 0000000000000000186300000000000000000000000000000000000000000000
- 000018630000000000000000FF03104200000000000000000000000000001863
- 0000000000000000000000000000000000000000000000000000000000001863
- 0000000000000000E003E0031042000000000000FF031042000000000000FF7F
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000FF03104200000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000FF031042000000000000FF7F
- FF7F00000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000FF03104200000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000FF031042000000000000FF7F
- FF7FFF7F0000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 000000000000000000000000FF0310420000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000FF0310420000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000FF0310420000000000000000FF7FFF7FFF7F0000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000FF03104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000FF03104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 0000000000000000FF7F0000000000000000000000000000FF03104200000000
- 000000000000000000000000FF7F000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 000000000000FF7F00000000000000000000000000000000FF03104200000000
- 00000000000000000000FF7F0000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000001863
- 00000000FF7F000000000000000000000000000000000000FF03000010420000
- 0000186300000000FF7F00000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000100210420000
- 00000000FF7F0000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000001002FF0310420000
- 0000000010021863000000000000000000000000000000000000000000000000
- 000018630000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF03FF0318630000
- 00000000FF03FF0300000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF03FF031863FF7F
- 00000000FF03FF0300000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000001002FF031863FF7F
- FF7F0000FF03FF0300000000000000000000000000000000FF7FFF7FFF7F0000
- 0000000000000000E07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000100210420000
- 0000000010020000104200000000000000000000000000000000000000000000
- 0000000000000000E07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF03000010420000
- 000000000000FF03104200000000000000000000000000000000000000000000
- 0000000000000000E07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF03104200000000
- 000000000000FF03104200000000000000000000000000000000000000000000
- 00000000000010420000E07FE07F104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF03104200000000
- 000000000000FF03104200000000000000000000000000000000000000000000
- 00000000E07FE07F1042E07FE07F104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF03104200000000
- 000000000000FF03104200000000000000000000000000000000000000000000
- 000000000000E07FE07FE07F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000000
- 000018630000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000001042000010420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000001042000010420000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000104210420000000000000000
- 0000000000000000000000000000104210420000000010001000100010001000
- 1000100010001000100000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000000000000000
- 0000000000000000000000000000FF031042000000001000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7F100000000000000000000000000000000000000000000000
- 0000000000000000FF7F0000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000000000000000
- 0000000000000000000000000000FF031042000000001000FF7F0000FF7FFF7F
- 0000FF7F0000FF7F100000000000000000000000000000000000000000000000
- 000000000000FF7F00000000000000000000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000004200420000
- 0000000018630000004200000000FF031042000000001000FF7F0000FF7FFF7F
- FF7F0000FF7FFF7F1000FF7F0000000000000000000000000000000000001863
- 00000000FF7F000000000000000000000000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000004200420000
- 0000000018630000004200000000FF031042000000001000FF7F00000000FF7F
- 0000FF7F0000FF7F1000FF7F0000000000000000000000000000000000000000
- FF7F00000000000000000000000000000000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000004200420000
- 0000000000000000004200000000FF031042000000001000FF7F0000FF7FFF7F
- FF7FFF7FFF7FFF7F1000FF7F0000FF7F00000000000000000000000000000000
- 0000186300000000000000000000000000000000004210420042104210001000
- 1000100010001000100010001000100010000000FF0310420000004200420042
- 0042004200420042004200000000FF031042000000001000FF7F000000000000
- FF7F1000100010001000FF7F0000FF7F0000000000000000FF7F000000000000
- 0000000000000000000000000000000000000000104200421042004210001000
- 1000100010001000100010001000FF7F10000000FF0310420000004200420000
- 0000000000000042004200000000FF031042000000001000FF7FFF7FFF7FFF7F
- FF7F1000FF7F10000000FF7F0000FF7F0000000000000000FF7FFF7F00000000
- 0000000000000000104210421042104210420000004210420042104210001000
- 1000100010001000100010001000100010000000FF0310420000004200001863
- 1863186318630000004200000000FF031042000000001000FF7FFF7FFF7FFF7F
- FF7F100010000000000000000000FF7F0000000000000000FF7FFF7FFF7F0000
- 0000000000000000100010001000100010420000104200421042004210420042
- 1042004210420042104200420000000000000000FF0310420000004200001863
- 1863186318630000000000000000FF0310420000000010001000100010001000
- 10001000FF7F0000FF7F00000000FF7F00000000000000000000000000000000
- 0000000000000000000010001000104200000000004210420000000000000000
- 0000000000000000004210420000000000000000FF0310420000004200001863
- 1863186318630000186300000000FF03104200000000000000000000FF7FFF7F
- FF7FFF7FFF7F0000000000000000000000000000000000000000000000000000
- 0000000000000000000010001000104200000000104200420000186318631863
- 1863186318630000104200420000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000000000000000000000000000
- 0000000000000000FF7F0000FF7F000000000000000000000000000000000000
- 00000000000000001042100010001042000000000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000000000000000000000000000
- FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
- 000000000000000010001000100010420000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000010001000104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001042
- 1042000000001042104200000000000000000000000000000000000010001000
- 1000100010001000000000000000000000000000104210420000000000000000
- 0000000000000000000000000000104210420000000000000000000010420000
- 1042104000000000000000000000000000000000000000000000000000400040
- 104200000040004010420000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7F1000000000000000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000000000001042000010421863
- FF7F186310400000000000000000000000000000000000000000000000000040
- 004000400040104200000000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7F1000000000000000000000000000FF0310421000100010001000
- 1000100010001000100010000000FF03104200001042000010421863FF7FFF7F
- 1042186318631040000000000000000000000000000000000000000000000000
- 004000401042000000000000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7F1000000000000000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF031042000010421863FF7FFF7F10421042
- 0000104218631863104000000000000000000000000000000000000000000040
- 004000400040104200000000000000000000000000000000000000001000FF7F
- FF7F100010001000000000000000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF03104210401042FF7F1042104200000000
- 1040000010421863186310400000000000000000000000000000000000400040
- 104200000040004010420000000000000000000000000000000000001000FF7F
- FF7F1000FF7F1000000000000000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF0310421040104210420000000010401040
- 1040104000001042186318631040000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000100010000000000000000000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF03104210400000000010401040E07F1040
- 1040104010400000104218631863104000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF031042104010421040104010401040E07F
- 1040104010401040000010421863000000000000FF7FFF7FFF7FFF7F1863FF7F
- FF7FFF7F1863FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
- 1000100000000000000000000000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF0310420000104010421040104010401040
- E07FE07FE07F1040104000001042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
- 1000100000000000000000000000000000000000FF0310421000100010001000
- 1000100010001000100010000000FF0310420000000010401042104010401040
- 104010401040E07F104010400000000000000000FF7FFF7FFF7FFF7F1863FF7F
- FF7FFF7F1863FF7FFF7F00000000000000000000FF7FFF7FFF7FFF7F10001000
- 10001000100010000000FF7FFF7FFF7F00000000FF0310421000100010001000
- 1000100010001000FF7F10000000FF0310420000000000001040104210401040
- 104010401040E07F104010401040000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F0000FF7FFF7F00000000FF7FFF7FFF7F000000001000
- 1000100010000000FF7FFF7FFF7FFF7F00000000FF0310421000100010001000
- 1000100010001000100010000000FF0310420000000000000000104010421040
- E07FE07FE07F1040104010400000104200000000FF7FFF7FFF7FFF7F1863FF7F
- FF7FFF7F1863FF7FFF7F0000FF7F000000000000FF7FFF7FFF7F000000000000
- 1000100000000000FF7FFF7FFF7FFF7F00000000FF0310420000000000000000
- 0000000000000000000000000000FF0310420000000000000000000010401042
- 1040104010401040000010420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF7FFF7FFF7FFF7F00000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001040
- 1042104000001042000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF7FFF7FFF7F000000000000
- 0000000000000000FF7FFF7FFF7FFF7F00000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 1040104200000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000100010001000100010001000100010000000104210420000000010421042
- 0000000000001042104200000000104210420000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- FF7FFF7F00400040FF7FFF7FFF7FFF7F10000040004010420000004000401042
- 0000000000400040104200000040004010420000000000000000000010000040
- 0040FF7FFF7FFF7F00400040FF7FFF7F10000000104210420000000000000000
- 000000000000000000000000000010421042000000000000000000001000FF7F
- FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000004000400040004010420000
- 000000000000004000400040004010420000000000000000000000001000FF7F
- 00400040FF7F00400040FF7FFF7FFF7F10000000FF0310420000000000000000
- 0000000000000000000000000000FF031042000000000000000000001000FF7F
- 004000400040004000400040FF7FFF7F10000000000000400040104200000000
- 000000000000000000400040104200000000000000000000000000001000FF7F
- FF7F004000400040FF7FFF7FFF7FFF7F10000000FF0310421000100010001000
- 1000100010001000100010000000FF031042000010420042104200421000FF7F
- 004000400040004000400040FF7FFF7F10000000004000400040004010420000
- 000000000000004000400040004010420000000010420042104200421000FF7F
- FF7F004000400040FF7FFF7FFF7FFF7F10000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF031042000000421042004210421000FF7F
- FF7FFF7F00400040FF7FFF7FFF7FFF7F10000040004010420000004000401042
- 000000000040004010420000004000401042000000421042004210421000FF7F
- 00400040FF7F00400040FF7FFF7FFF7F10000000FF0310421000FF7F00000000
- 0000000000000000FF7F10000000FF031042000010420042104200421000FF7F
- FF7FFF7F00400040FF7F10001000100010000000000000000000000000000000
- 0000000000000000000000000000000000000000104200421042004210000040
- 0040FF7FFF7FFF7F004010001000100010000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF031042000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000000000000000000000000
- 000000000000000000000000000000000000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000FF0310421000FF7F00000000
- 0000000000000000FF7F10000000FF031042000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F10001000000000000000FF7FFF7FFF7FFF7F1863FF7F
- FF7FFF7F1863FF7FFF7FFF7FFF7FFF7F0000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F10001000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F10000000FF0310420000004210420042104210001000
- 1000100010001000100010000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000004210420042104210001000
- 1000100010001000100010000000000000000000FF0310421000FF7F00000000
- 0000FF7F10001000100010000000FF0310420000104200421042004210420042
- 1042004210420042104200420000000000000000FF7FFF7FFF7FFF7F1863FF7F
- FF7FFF7F1863FF7FFF7F00000000000000000000104200421042004210420042
- 1042004210420042104200420000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7F1000FF7F100000000000FF0310420000004210420000000000000000
- 0000000000000000004210420000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F0000FF7FFF7F00000000004210420000000000000000
- 0000000000000000104210420000000000000000FF0310421000FF7FFF7FFF7F
- FF7FFF7F10001000000000000000FF0310420000104200420000186318631863
- 1863186318630000104200420000000000000000FF7FFF7FFF7FFF7F1863FF7F
- FF7FFF7F1863FF7FFF7F0000FF7F000000000000104210420000186318631863
- 1863186318630000104200420000000000000000FF0310421000100010001000
- 1000100010000000000000000000FF03104200000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000FF0310420000000000000000
- 0000000000000000000000000000FF031042000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- FF7FFF7F0040FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
- FF7FFF7FFF7F0040FF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
- FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000FF7F0000000000000000000000000000000000001000FF7F
- FF7F00400040FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
- FF7FFF7FFF7F00400040FF7FFF7FFF7F1000000000000000000000001000FF7F
- FF7F0040004000400040FF7FFF7FFF7F10000000000000000000000000000000
- 000000000000FF7F00000000000000000000000000000000000000001000FF7F
- 004000400040004000400040FF7FFF7F1000000000000000000000001000FF7F
- 004000400040004000400040FF7FFF7F1000000000000000000000001000FF7F
- 004000400040004000400040FF7FFF7F10000000000000000000000000001863
- 00000000FF7F000000000000000000000000000010420042104200421000FF7F
- 004000400040004000400040FF7FFF7F1000000010420042104200421000FF7F
- 004000400040004000400040FF7FFF7F1000000010420042104200421000FF7F
- FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
- FF7F00000000000000000000000000000000000000421042004210421000FF7F
- FF7F00400040FF7FFF7FFF7FFF7FFF7F1000000000421042004210421000FF7F
- FF7FFF7FFF7F00400040FF7FFF7FFF7F1000000000421042004210421000FF7F
- FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
- 000018630000000000000000000000000000000010420042104200421000FF7F
- FF7FFF7F0040FF7FFF7F1000100010001000000010420042104200421000FF7F
- FF7FFF7FFF7F0040FF7F1000100010001000000010420042104200421000FF7F
- FF7FFF7F00400040FF7F1000100010001000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F10000000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F10000000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F10000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000100000000000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000100000000000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000100000000000000000000000FF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000004210420042104210001000
- 1000100010001000100010000000000000000000004210420042104210001000
- 1000100010001000100010000000000000000000004210420042104210001000
- 1000100010001000100010000000000000000000000000000000000000000000
- 0000000000001042104210421042104210420000104200421042004210420042
- 1042004210420042104200420000000000000000104200421042004210420042
- 1042004210420042104200420000000000000000104200421042004210420042
- 1042004210420042104200420000000000000000000000000000000000000000
- 000000000000007C007C007C007C007C10420000004210420000000000000000
- 0000000000000000004210420000000000000000004210420000000000000000
- 0000000000000000004210420000000000000000004210420000000000000000
- 0000000000000000004210420000000000000000000000000000000000000000
- 000000000000007C007C007C007C007C10420000104200420000186318631863
- 1863186318630000104200420000000000000000104200420000186318631863
- 1863186318630000104200420000000000000000104200420000186318631863
- 1863186318630000104200420000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000042104200420000E07F0000
- 0000E07F000010420042104200000000000000000042104200420000E07F0000
- 0000E07F000010420042104200000000000000000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000E07F
- E07F00000000000000000000000000000000000000000000000000000000E07F
- E07F00000000000000000000000000000000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042000000000000
- 1042104200000000000000001042104210420000000000000000000000001000
- 1000100010000000000000000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000E07FE07F1042000000000000
- E07FE07F1042000000000000E07FE07F10420000000000000000100010001000
- 1000100010001000100000000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 000000000000FF7F000000000000000000000000E07FE07F1042000000000000
- 0000E07FE07F10420000E07FE07F10420000000000000000100010001000FF7F
- FF7FFF7FFF7F1000100010000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000000000000000000000001863
- 00000000FF7F0000000000000000000000000000E07FE07F1042000000000000
- 00000000E07FE07FE07FE07F1042000000000000000000001000100010001000
- FF7FFF7F10001000100010000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000000000000000000000000000
- FF7F000000000000000000000000000000000000E07FE07F1042000000000000
- 000000000000E07FE07F10420000000000000000000010001000100010001000
- FF7FFF7F10001000100010001000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000000000000000000000000000
- 0000186300000000000000000000000000000000E07FE07F1042104210421042
- 00000000E07FE07FE07FE07F1042000000000000000010001000100010001000
- FF7FFF7F1000100010001000100000000000000000000000FF7F000000000000
- 000000000000000000000000000000000000000000000000FF7F000000000000
- 0000000000000000000000000000000000000000E07FE07FE07FE07FE07F1042
- 0000E07FE07F10420000E07FE07F104200000000000010001000100010001000
- FF7FFF7F1000100010001000100000000000000000000000FF7FFF7F00000000
- 000000000000000000000000000000000000000000000000FF7FFF7F00000000
- 0000000000000000104210421042000000000000E07FE07FE07FE07FE07F1042
- E07FE07F1042000000000000E07FE07F10420000000010001000100010001000
- FF7FFF7F1000100010001000100000000000000000000000FF7FFF7FFF7F0000
- 000000000000104210420000000010421042000000000000FF7FFF7FFF7F0000
- 0000000000000000E003E0031042000000000000E07FE07F1042000000000000
- 0000000000000000000000000000000000000000000000001000100010001000
- 1000100010001000100010000000000000000000000000000000000000000000
- 000000001F001F00104200001F001F0010420000000000000000000000000000
- 0000000010421042E003E0031042104210420000E07FE07F1042104210421042
- 1042104200000000000000000000000000000000000000001000100010001000
- FF7FFF7F10001000100010000000000000000000000000000000000000000000
- 0000000000001F001F001F001F00104200000000000000000000000000000000
- 00000000E003E003E003E003E003E00310420000E07FE07FE07FE07FE07FE07F
- E07F104200000000000000000000000000000000000000000000100010001000
- 1000100010001000100000000000000000000000000000000000000000000000
- 00000000000000001F001F001042000000000000000000000000000000000000
- 00000000E003E003E003E003E003E00310420000E07FE07FE07FE07FE07FE07F
- E07F104200000000000000000000000000000000000000000000000000001000
- 1000100010000000000000000000000000000000000000000000000000000000
- 0000000000001F001F001F001F00104200000000000000000000000000000000
- 0000000000000000E003E0031042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000001F001F00104200001F001F0010420000000000000000000000000000
- 0000000000000000E003E0031042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000001000
- 1000100010001000100010001000100010000000000000000000000000000000
- 1042104200000000000000000000000000000000186310421042104210421042
- 1042104210421042104210421042104210420000100010001000100010001000
- 1000100010001000100010001000000000000000000000000000000000001000
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000001042
- E07FE07F10420000000000000000000000000000FF7F18631863186318631863
- 18631863186318631863186318631863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000001000
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000001042E07F
- E07FE07FE07F1042000000000000000000000000FF7F186318631863FF7F1863
- 186318631863FF7F1863186318631863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000001000
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F100000000000000000000000E07FE07F
- E07FE07FE07FE07F104200000000000000000000FF7F1863186318631042FF7F
- 1863186318631042FF7F186318631863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000100010001000
- 1000100010001000100010001000100010000000000000000000000000000000
- E07FE07F10420000000000000000000000000000FF7F1863186318631042FF7F
- 1863186318631042FF7F186318631863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7FFF7F1000
- 1000100010001000100010001000FF7F10000000000000001042104210421042
- E07FE07F10421042104210421042000000000000FF7F18631863104210421042
- FF7F1863104210421042FF7F18631863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7FFF7F1000
- 100010001000100010001000100010001000000000000000E07FE07FE07FE07F
- 10001000E07FE07FE07FE07F1042000000000000FF7F18631863104210421042
- FF7F1863104210421042FF7F18631863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F1000000000000000000000000000E07FE07FE07FE07F
- E07FE07FE07FE07FE07FE07F1042000000000000FF7F186310421042E07F1042
- 186310421042E07F10421042FF7F1863104200001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F1000000000000000100010001000100010001000
- 100010001000100010001000000000000000000000000000E07FE07FE07FE07F
- 10001000E07FE07FE07FE07F1042000000000000FF7FFF7F10421042E07F1042
- 104210421042E07F10421042FF7FFF7F186300001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F10000000000000001000FF7F1000100010001000
- 1000100010001000FF7F1000000000000000000000000000E07FE07FE07FE07F
- 10001000E07FE07FE07FE07F1042000000000000000000000000E07FE07FE07F
- 10420000E07FE07FE07F104200000000000000001000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7FFF7F10000000000000001000FF7F1000100010001000
- 100010001000100010001000000000000000000000000000E07FE07FE07FE07F
- 004210001000E07FE07FE07F1042000000000000000000000000E07FE07FE07F
- 10420000E07FE07FE07F10420000000000000000100010001000100010001000
- 10001000100010001000100010000000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7F100000000000000000000000000000000000E07FE07FE07FE07F
- E07FE07F10001000E07FE07F104200000000000000000000E07FE07F1042E07F
- E07FE07FE07F1042E07FE07F104200000000000010001000100010001000FF7F
- 10001000100010001000FF7F1000000000000000100010001000100010001000
- 100010001000100000000000000000000000000000000000E07FE07F10001000
- E07FE07F10001000E07FE07F104200000000000000000000E07FE07F1042E07F
- E07FE07FE07F1042E07FE07F1042000000000000100010001000100010001000
- 1000100010001000100010001000000000000000100010001000100010001000
- 10001000FF7F100000000000000000000000000000000000E07FE07FE07F1000
- 100010001000E07FE07FE07F10420000000000000000E07FE07F104200000000
- E07FE07F104200000000E07FE07F104200000000000000000000000000000000
- 0000000000000000000000000000000000000000100010001000100010001000
- 100010001000100000000000000000000000000000000000E07FE07FE07FE07F
- E07FE07FE07FE07FE07FE07F10420000000000000000E07FE07F104200000000
- E07FE07F104200000000E07FE07F104200000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- E07FE07F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000010001000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000100018631000100000000000000000000000000000000000
- 0000100010000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000100010001000100010001000
- 1000100010001000100010001000000000000000000000000000000000000000
- 0000000000001000186310001000100000000000000000000000000000000000
- 1000100010000000000000000000000000000000000018631863186318631863
- 18631863186318630000186300000000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000000000
- 0000000010001863100010001000000000000000000000000000000000001000
- 1000100000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000018630000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000000000
- 0000100018631000100010000000000000000000000010421863FF7F10420000
- 1000000000000000000000400000000000000000186318631863186318631863
- E07FE07FE07F18631863000000000000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000000000186318631863
- FF7F1042100010001000000000000000000000001042186318631863FF7F1042
- 0000000000000000004000400000000000000000186318631863186318631863
- 1042104210421863186300001863000000000000100010001000100010001000
- 1000100010001000100010001000000000000000000010421863186318631863
- 1863FF7F1042000000000000000000000000000018631863186318631863FF7F
- 0000000000000040004000400040004000000000000000000000000000000000
- 0000000000000000000000001863186300000000100010001000100010001000
- 10001000100010001000FF7F1000000000000000000018631863186318631863
- 18631863FF7F00000000000000000000000000001863FF7FFF03186318631863
- 0000000000000000004000400000000000400000186318631863186318631863
- 1863186318631863000018630000186300000000100010001000100010001000
- 1000100010001000100010001000000000000000186318631863186318631863
- 18631863186318630000000000000000000000001042FF7FFF7F186318631042
- 0000000000000000000000400000000000400000000000000000000000000000
- 00000000000000001863000018630000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000186318631863186318631863
- 1863186318631863000000000000000000000000000010421863186310420000
- 000000000000000000000000000000000040000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7F0000186300001863000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F10000000000000001863FF7FFF03186318631863
- 1863186318631863000000000000000000000000000000000000000000000000
- 0000000000400000000000000000000000000000000000000000FF7F00000000
- 000000000000FF7F0000000000000000000000001000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F10000000000000001863FF7FFF03186318631863
- 1863186318631863000000000000000000000000000000000000000000000000
- 0000000000400000000000400000000000000000000000000000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000100010001000100010001000
- 10001000100010001000100010000000000000000000FF7FFF7FFF03FF031863
- 1863186318630000000000000000000000000000000000000000000000000000
- 00000000004000000000004000400000000000000000000000000000FF7F0000
- 0000000000000000FF7F00000000000000000000100010001000100010001000
- 10001000100010001000FF7F100000000000000000001042FF7FFF7FFF7F1863
- 1863186310420000000000000000000000000000000000000000000000000000
- 00000000000000400040004000400040000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000100010001000100010001000
- 1000100010001000100010001000000000000000000000000000186318631863
- 1863000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000400040000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000400000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000420042000000000000
- 0000000000001863186300000042000000000000000000420042000000000000
- 0000000000001863186300000042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000420042000000000000
- 0000000000001863186300000042000000000000000000420042000000000000
- 0000000000001863186300000042000000000000FF7F00000000FF7F00000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 0000000000001000100010000000000000000000000000420042000000000000
- 0000000000001863186300000042000000000000000000420042000000000000
- 0000000000001863186300000042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
- 0000000000001000100010000000000000000000000000420042000000000000
- 0000000000000000000000000042000000000000000000420042000000000000
- 0000000000000000000000000042000000000000FF7F00000000FF7F00000000
- 000000000000FF7F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000420042004200420042
- 0042004200420042004200420042000000000000000000420042004200420042
- 0042004200420042004200420042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
- 0000000000001000100010000000000000000000000000420042000000000000
- 0000000000000000000000420042000000000000000000420042000000000000
- 0000000000000000000000420042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
- FF7F0000FF7FFF7F000000000000000000000000000000000000000000000000
- 0000000000001000100010000000000000000000000000420000186318631863
- 1863186318631863186300000042000000000000000000420000186318631863
- E07FE07F10421863186300000042000000000000FF7F00000000FF7FFF7FFF7F
- 000018630000FF7F000000000000000000000000000000000000000000000000
- 0000000000000000100010001000000000000000000000420000186318631863
- 1863186318631863186300000042000000000000000000420000186318631863
- E07FE07F10421863186300000042000000000000FF7F000018630000FF7F0000
- 1863000018630000000000000000100010000000000000000000000000000000
- 0000000000000000000010001000100000000000000000420000186318631863
- 1863186318631863186300000042000000000000000000420000186318631863
- E07FE07F10421863186300000042000000000000FF7FFF7F0000186300001863
- 0000186300001863186318630000100010000000000000000000000000000000
- 1000100010000000000000001000100010000000000000420000186318631863
- 1863186318631863186300000042000000000000000000420000186318631042
- 1863E07FE07F1042186300000042000000000000000000000000000018630000
- 1863000018631863186318631863100010000000000000000000000000000000
- 1000100010000000000000001000100010000000000000420000186318631863
- 18631863186318631863000000000000000000000000004200001863E07FE07F
- 1042E07FE07F1042186300000000000000000000000000000000000000001863
- 0000186318631863186318631863100010000000000000000000000000000000
- 1000100010000000000000001000100010000000000000420000186318631863
- 186318631863186318630000186300000000000000000042000018631863E07F
- E07FE07F10421863186300001863000000000000000000000000000000000000
- 1863186318631863186318630000100010000000000000000000000000000000
- 0000100010001000100010001000100000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000100010000000000000000000000000000000
- 0000000010001000100010001000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000000000420042004200420042
- 0042004200420042000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000E07F00000042004200420042
- 0042004200420042004200000000000000000000000000001000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FE07F0000004200420042
- 0042004200420042004200420000000000000000000000001000000000000000
- 0000000010001000100010001000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000E07FFF7FE07F000000420042
- 0042004200420042004200420042000000000000000010000000000000000000
- 0000000000001000100010001000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FE07FFF7FE07F00000000
- 0000000000000000000000000000000000000000000010000000000000000000
- 0000000000000000100010001000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000E07FFF7FE07FFF7FE07FFF7F
- E07FFF7FE07F0000000000000000000000000000000010000000000000000000
- 0000000000001000000010001000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FE07FFF7FE07FFF7FE07F
- FF7FE07FFF7F0000000000000000000000000000000000001000000000000000
- 0000100010000000000000001000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000E07FFF7FE07F000000000000
- 0000000000000000000000000000000000000000000000000000100010001000
- 1000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7F00000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7F0000FF7F000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7F00000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000100010001000100010001000100010000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000100000000000
- 1000000000001000100000000000000000000000000000000000000000000000
- 100010001000100010001000100010001000000000000000000000001000FF7F
- 0000000000000000000000000000FF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000100000000000
- 1000000010000000000010000000000000000000000000000000000000000000
- 1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000100000000000
- 1000000010000000000010000000000000000000000000000000000000000000
- 1000FF7F00000000000000000000FF7F1000000010420042104200421000FF7F
- 0000000000000000000000000000FF7F10000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001000
- 1000000010000000000010000000000000000000000000000000000000000000
- 1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000
- 0000000000000000000010000000000000000000000000000000000000000000
- 10000000100010001000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- 1000FF7F00000000000000000000FF7F1000000010420042104200421000FF7F
- 0000000000000000FF7F10001000100010000000000010001000100010001000
- 0000000000000000000010000000000000000000000000000000000000000000
- 10000000100000000000000000000000000000000000FF7F0000000000000000
- 1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000421042004210421000FF7F
- FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000010001000100010000000
- 0000000000000000000000001000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- 1000FF7F00000000FF7F1000100010001000000010420042104200421000FF7F
- FF7FFF7FFF7FFF7FFF7F10001000000000000000000010001000100000000000
- 0000000000000000000000001000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7F0000000000000000
- 1000FF7FFF7FFF7FFF7F1000FF7F100000000000004210420042104210001000
- 1000100010001000100010000000000000000000000010001000000010000000
- 0000000000000000000000001000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- 1000FF7FFF7FFF7FFF7F10001000000000000000104200421042004210420042
- 1042004210420042104200420000000000000000000010000000000000001000
- 1000000000000000000010000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7F00000000FF7F0000
- 1000100010001000100010000000000000000000004210420000000000000000
- 0000000000000000004210420000000000000000000000000000000000000000
- 0000100010001000100000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000
- FF7F000000000000000000000000000000000000104200420000186318631863
- 1863186318630000104200420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000
- 00000000000000000000000000000000000000000042104200420000E07F0000
- 0000E07F00001042004210420000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000300100000100010000000000800900000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000F800000000000000F800000000000000
- F800000000000000800000000000000000000000000000000000000000000000
- 0000000000000000000100000000000000030000000000000003000000000000
- 0003000000000000000300000000000000030000000000000003000000000000
- 8007000000000000F87F000000000000F9FFFFDFFFFF8000F0FFFF8FC3878000
- E073FF079F038000C033E00FBE0180008013DC1FBF030000FFF3BE3FBF870000
- F9F37F3FBC3F0000F0F36FBF181D0000E07367BFB0080001F9F36001F81D0003
- F9F3BC01FC3D0003F9F3DE08E1FD0003F813E008C0FD0003FC33FC0880790003
- FFF3FC08C0C38007FFFFFE21E1FFF87FFC3FFFFFFFFFFF9FF00FFFFFFE7FFF0F
- E007FFFFFC3FCE07C003FE3FF81FCC038001FC1FFE7FC8018001F8CFFE7FCFFF
- 0000F267FE7FCF9F0000F267FE7FCF0F0000F327FFFFCE070000F327FFFFCF9F
- 8001F98FFE7FCF9F8001FC1FFC3FCF9FC003FE3FF81FC81FE007FFFFF00FCC3F
- F00FFFFFE007CFFFFC3FFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFC9E7CFF241E73
- 955C9C3CFF24CCF9955C981CFFFFC92490149E7CFFFFC92490049E7CFE7FC98C
- 98049E7CFC3FC98C9C0C9FFCF81FC9249FFC955CF00FC9249E7C955CE00700F9
- 9C3C9014C003CE73981C90048001CFFF9E7C9804FFFFCFFF9E7C9C0CFFFFCDFF
- FE7FFFFFFFFFE3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1FF9FFCCF9FF9F3
- E1809E3CCF0FF0F3E1809E3CCE07E073E1809E3CCF9FF9F3E1FF9E3CCF9FF9F3
- DCFF9E3CCF9FF9F3BE7F9E3CC81FF8137F3F9F1CCC3FFC336FBF988CCFFFFFF3
- 67BF988CCFFFFFF363BF980CCFFFFFF3BF7F9C1CCFFFFFF3DEFF9FFCCFFFFFF3
- E1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBFFDFFF8CFFE39FF1FF89E188E1E3
- 9FE0FF01E1C1E1809C01E009E1E3E1809B83DC19E1C1E18097C7BE39E188E1E3
- 8FE77F39DCFFDCE38DF76FB9BE7FBE7F8CF767B97F3F7F3F8C7763B96FBF6FBF
- 97EFBF7967BF67BF9BDFDEF963BF63BF9C3FE1F9BF7FBF7F9FFFFFF9DEFFDEFF
- FFFFFFFFE1FFE1FFFFFFFFFFFFFFFFFFFFDFFFDFFFF7FFDFFF8FFF8FFFE3FF8F
- FF07FF07E7C1FF07E00FE00FE003E00FDC1FDC1FE307DC1FBE3FBE3FE38FBE3F
- 7F3F7F3FC38F7F3F6FBF6FBFC38F6FBF67BF67BFC18F67BF63BF63B7C08F63A3
- BF7FBF67E38FBF63DEC3DEC0E38FDEE3E1BDE1C0E04FE1D1FFFFFFE7E7CFFF81
- FFDBFFF7E7CFFFC3FFDBFFFFFFFFFFFFFFDFFFDFFFDFFFDFFF8FFF8FFF8FFF8F
- FF07FF07FF07FF07E00FE00FE00FE00FDC1FDC1FDC1FDC1FBE3FBE3FBE3FBE3F
- 7F3F7F3F7F3F7F3F6FBF6FBF6FBF6FBF67BF67BF67BF67BF63BF63BF63BF63BF
- BF68BF6FBF6FBF6FDEAADEEADEEBDEAFE1EAE1EFE1EFE1EFFFAAFFEAFFEBFFAF
- FFE8FFEFFFEFFFEFFFFFFFFFFFFFFFFFF800FFFFFFFFFFDFF8009FFCC00FFF8F
- F8009FFCC00FFF0780009004C003E00F00008004C003DC1F00008004C000BE3F
- 00008004C0007F3F00008004C0006FBF00008004C01067A000008004C00063A0
- 00038004C004BF7100038004F000DEF100038004F001E1E100039FFCFC03FFE1
- 8007FFFFFC07FFF1F87FFFFFFFFFFFFFFFFFFE7FFCCFF81F9FFCF83FF88FF81F
- 9FFCE01FFC1FF81F8004800FFE3FF81F80040007FC1FF81F80040003F88FF81F
- 80040001FFFFF83F800400000000FFFF800400000000FE7F8004800100000640
- 8004C001000000008004E001000004008004F001000106409FFCF807000303E0
- FFFFFC1FFFFF07C0FFFFFE7FFFFF07C0F80099CCF800FFFFF8001188F8009FFC
- F80083C1F8009FFC8000C7E380008004000083C1000080040000118800008004
- 0000FFFF00008004000100000001800400030000000380040003000000038004
- 000300000003800C000300000003801C000300010003803C0003000300039FFC
- 8007FFFF8007FFFFF87FFFFFF87FFFFFFFDFF800F800F800FF8FF800F800F800
- FF07F800F800F800E00F800080008000DC1F000000000000BE3F000000000000
- 7F3F0000000000006FBF00010001000167BF00030003000363BF000300030003
- BF40000300030003DEC0000300030003E1C0000300030003FFFF000300030003
- FFFF800780078007FFFFF87FF87FF87FFFFFFFFFFFDFFFDFFFFFFFFFFF8FFF8F
- 8E78FC3FFF07FF078E38F00FE00FE00F8F11E007DC1FDC1F8F83E007BE3FBE3F
- 8FC7C0037F3F7F3F8183C0036FBF6FBF8111C00367BF67A38038C003638C63A3
- 8FFFE007BF08BF00807FE007DEC1DE80807FF00FE1E3E180807FFC3FFFC1FFE3
- FFFFFFFFFF88FFE3FFFFFFFFFFFFFFFFFFFFFC00FE7F80008003FC00FC3F8000
- 8003FC00F81F80008003FC00F80F80008003E000FE3F80008003E000E0038000
- 8003E000E00380008003E007E003800080038007E003800080038007E003F087
- 80038007E003F0878003801FE003E0038003801FE003E0038003801FE003C631
- FFFF801FE003C631FFFFFFFFFE3FFFFFFFF3FFFFFFFFFFFFFFE1FF3FC0078003
- FFC1FE3F80038003FF83C07F00018003F00780F700018003C00F00E700018003
- 801F00C100008003801F00E600008003000F00F680008003000F81FEC0008003
- 000FC3BFE0018003000FFFB7E0078003801FFFB3F0078003801FFFC1F0038003
- C03FFFF3F803FFFFF0FFFFF7FFFFFFFFFFFFFFFFFFFFFFFFC001C001000FF9FF
- 80018001000FF9FF80018001000FF3C780018001000F73C780018001000F27FF
- 80018001000F07C780018001000F00C780018001000F01E380018001000403F1
- 80018001000006388001800100000E3880018001F8001E3880018001FC003F01
- 80018001FE047F83FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFEFFDC007001FFFFFC7FFC007000FFFFFC3FBC0070007EFFFE3F7C0070003
- EF83F1E7C0070001DFC3F8CFC0070000DFE3FC1FC007001FDFD3FE3FC007001F
- EF3BFC1FC007001FF0FFF8CFC0078FF1FFFFE1E7C00FFFF9FFFFC3F3C01FFF75
- FFFFC7FDC03FFF8FFFFFFFFFFFFFFFFFFFFFFFFFF800FFFFF9FFFFFFF800FFFF
- F6CFFE00F800FFFFF6B7FE008000FFFFF6B7FE000000FFFFF8B780000000FFF7
- FE8F80000000C1F7FE3F80000001C3FBFF7F80000003C7FBFE3F80010003CBFB
- FEBF80030003DCF7FC9F80070003FF0FFDDF807F0003FFFFFDDF80FF0003FFFF
- FDDF81FF8007FFFFFFFFFFFFF87FFFFF00000000000000000000000000000000
- 000000000000}
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'wav'
- Filter = 'Wave (*.wav)|*.wav|All files|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Title = 'Open Sound'
- Left = 8
- Top = 182
- end
- object SaveDialog: TSaveDialog
- OnClose = SaveDialogClose
- OnShow = SaveDialogShow
- DefaultExt = 'wav'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Title = 'Save Sound As'
- OnTypeChange = SaveDialogTypeChange
- Left = 8
- Top = 214
- end
- end
-