home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2003-10-10  |  143KB  |  3,032 lines

  1. object MainForm: TMainForm
  2.   Left = 218
  3.   Top = 181
  4.   Width = 654
  5.   Height = 395
  6.   Caption = 'GoldWave'
  7.   Color = clAppWorkSpace
  8.   DockSite = True
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsMDIForm
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = MainMenu
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   WindowMenu = WindowMenu
  20.   OnCloseQuery = FormCloseQuery
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object StatusBottom: TStatusBar
  24.     Left = 0
  25.     Top = 330
  26.     Width = 646
  27.     Height = 19
  28.     AutoHint = True
  29.     Panels = <
  30.       item
  31.         Alignment = taCenter
  32.         Text = 'Modified'
  33.         Width = 70
  34.       end
  35.       item
  36.         Alignment = taCenter
  37.         Text = 'Zoom'
  38.         Width = 120
  39.       end
  40.       item
  41.         Text = 'Format Description'
  42.         Width = 50
  43.       end>
  44.     ParentFont = True
  45.     SimplePanel = False
  46.     UseSystemFont = False
  47.     OnHint = StatusHint
  48.     OnDrawPanel = StatusDrawPanel
  49.   end
  50.   object StatusTop: TStatusBar
  51.     Left = 0
  52.     Top = 311
  53.     Width = 646
  54.     Height = 19
  55.     Panels = <
  56.       item
  57.         Alignment = taCenter
  58.         Style = psOwnerDraw
  59.         Text = 'Channel'
  60.         Width = 70
  61.       end
  62.       item
  63.         Alignment = taCenter
  64.         Style = psOwnerDraw
  65.         Text = 'Length'
  66.         Width = 120
  67.       end
  68.       item
  69.         Alignment = taCenter
  70.         Style = psOwnerDraw
  71.         Text = 'Selection Range'
  72.         Width = 300
  73.       end
  74.       item
  75.         Width = 50
  76.       end>
  77.     ParentFont = True
  78.     SimplePanel = False
  79.     SizeGrip = False
  80.     UseSystemFont = False
  81.     OnContextPopup = StatusTopContextPopup
  82.     OnDrawPanel = StatusDrawPanel
  83.   end
  84.   object ControlBar: TControlBar
  85.     Left = 0
  86.     Top = 0
  87.     Width = 646
  88.     Height = 88
  89.     Align = alTop
  90.     AutoSize = True
  91.     BevelEdges = []
  92.     BevelInner = bvNone
  93.     BevelOuter = bvNone
  94.     Color = clBtnFace
  95.     ParentColor = False
  96.     ParentShowHint = False
  97.     RowSize = 16
  98.     RowSnap = False
  99.     ShowHint = True
  100.     TabOrder = 2
  101.     OnBandInfo = ControlBarBandInfo
  102.     object EffectToolBar: TPanel
  103.       Left = 11
  104.       Top = 38
  105.       Width = 18
  106.       Height = 22
  107.       BevelOuter = bvNone
  108.       TabOrder = 1
  109.     end
  110.     object MainToolBar: TPanel
  111.       Left = 11
  112.       Top = 2
  113.       Width = 18
  114.       Height = 32
  115.       BevelOuter = bvNone
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = 11
  119.       Font.Name = 'Small Fonts'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 0
  123.     end
  124.     object ControlToolBar: TPanel
  125.       Left = 11
  126.       Top = 64
  127.       Width = 18
  128.       Height = 22
  129.       BevelOuter = bvNone
  130.       TabOrder = 2
  131.       Visible = False
  132.     end
  133.     object StatusToolBar: TPanel
  134.       Left = 42
  135.       Top = 64
  136.       Width = 18
  137.       Height = 22
  138.       BevelInner = bvLowered
  139.       BevelOuter = bvNone
  140.       TabOrder = 3
  141.       Visible = False
  142.     end
  143.     object LevelToolBar: TPanel
  144.       Left = 73
  145.       Top = 64
  146.       Width = 2
  147.       Height = 22
  148.       BevelInner = bvLowered
  149.       BevelOuter = bvNone
  150.       TabOrder = 4
  151.       Visible = False
  152.     end
  153.   end
  154.   object MainMenu: TMainMenu
  155.     AutoLineReduction = maManual
  156.     Left = 40
  157.     Top = 182
  158.     object FileMenu: TMenuItem
  159.       Caption = '&File'
  160.       Hint = 'File related commands'
  161.       object FileNewItem: TMenuItem
  162.         Action = FileNew
  163.       end
  164.       object FileOpenItem: TMenuItem
  165.         Action = FileOpen
  166.       end
  167.       object FileCloseItem: TMenuItem
  168.         Action = FileClose
  169.       end
  170.       object FileInformationItem: TMenuItem
  171.         Action = FileInformation
  172.       end
  173.       object N4: TMenuItem
  174.         Caption = '-'
  175.       end
  176.       object FileSaveItem: TMenuItem
  177.         Action = FileSave
  178.       end
  179.       object FileSaveAsItem: TMenuItem
  180.         Action = FileSaveAs
  181.       end
  182.       object FileSaveSelectionAsItem: TMenuItem
  183.         Action = FileSaveSelection
  184.       end
  185.       object FileBatchProcessingItem: TMenuItem
  186.         Action = FileBatchProcessing
  187.       end
  188.       object N1: TMenuItem
  189.         Caption = '-'
  190.       end
  191.       object FileExitItem: TMenuItem
  192.         Action = FileExit
  193.       end
  194.       object N9: TMenuItem
  195.         Caption = '-'
  196.       end
  197.     end
  198.     object EditMenu: TMenuItem
  199.       Caption = '&Edit'
  200.       Hint = 'Edit commands'
  201.       object EditUndoItem: TMenuItem
  202.         Action = EditUndo
  203.       end
  204.       object N2: TMenuItem
  205.         Caption = '-'
  206.       end
  207.       object EditCutItem: TMenuItem
  208.         Action = EditCut
  209.       end
  210.       object EditCopyItem: TMenuItem
  211.         Action = EditCopy
  212.       end
  213.       object EditCopytoItem: TMenuItem
  214.         Action = EditCopyTo
  215.       end
  216.       object EditPasteItem: TMenuItem
  217.         Action = EditPaste
  218.       end
  219.       object PasteAtItem: TMenuItem
  220.         Caption = 'Paste At'
  221.         object EditPasteAtBeginningItem: TMenuItem
  222.           Action = EditPasteAtBeginning
  223.         end
  224.         object EditPasteAtFinishItem: TMenuItem
  225.           Action = EditPasteAtFinish
  226.         end
  227.         object EditPasteAtEndItem: TMenuItem
  228.           Action = EditPasteAtEnd
  229.         end
  230.       end
  231.       object EditPastenewItem: TMenuItem
  232.         Action = EditPasteNew
  233.       end
  234.       object EditMixItem: TMenuItem
  235.         Action = EditMix
  236.       end
  237.       object Crossfade1: TMenuItem
  238.         Action = EditCrossfade
  239.       end
  240.       object Overwrite1: TMenuItem
  241.         Action = EditOverwrite
  242.       end
  243.       object EditReplaceItem: TMenuItem
  244.         Action = EditReplace
  245.       end
  246.       object EditDeleteItem: TMenuItem
  247.         Action = EditDelete
  248.       end
  249.       object EditTrimItem: TMenuItem
  250.         Action = EditTrim
  251.       end
  252.       object N3: TMenuItem
  253.         Caption = '-'
  254.       end
  255.       object EditMuteItem: TMenuItem
  256.         Action = EditMute
  257.       end
  258.       object EditInsertsilenceItem: TMenuItem
  259.         Action = EditInsertSilence
  260.       end
  261.       object EditSelectviewItem: TMenuItem
  262.         Action = EditSelectView
  263.       end
  264.       object EditSelectallItem: TMenuItem
  265.         Action = EditSelectAll
  266.       end
  267.       object EditChannelItem: TMenuItem
  268.         Caption = 'C&hannel'
  269.         Hint = 'Channel selection menu'
  270.         object EditLeftItem: TMenuItem
  271.           Action = EditChannelLeft
  272.           RadioItem = True
  273.         end
  274.         object EditRightItem: TMenuItem
  275.           Action = EditChannelRight
  276.           RadioItem = True
  277.         end
  278.         object EditBothItem: TMenuItem
  279.           Action = EditChannelBoth
  280.           RadioItem = True
  281.         end
  282.       end
  283.       object EditMarkerItem: TMenuItem
  284.         Caption = 'Mar&ker'
  285.         object EditMarkerSetItem: TMenuItem
  286.           Action = EditMarkerSet
  287.         end
  288.         object EditMarkerDropStartItem: TMenuItem
  289.           Action = EditMarkerDropStart
  290.         end
  291.         object EditMarkerDropFinishItem: TMenuItem
  292.           Action = EditMarkerDropFinish
  293.         end
  294.         object EditMarkerSaveStartItem: TMenuItem
  295.           Action = EditMarkerSaveRange
  296.           ShortCut = 8269
  297.         end
  298.         object EditMarkerRecallStartItem: TMenuItem
  299.           Action = EditMarkerRecallRange
  300.           ShortCut = 8274
  301.         end
  302.         object EditMarkerSnapItem: TMenuItem
  303.           Action = EditMarkerSnap
  304.         end
  305.       end
  306.       object EditCuePointItem: TMenuItem
  307.         Caption = 'Cue P&oint'
  308.         object EditCuePointsItem: TMenuItem
  309.           Action = ToolCuePoints
  310.           Caption = '&Edit Cue Points...'
  311.         end
  312.         object EditCueDropItem: TMenuItem
  313.           Action = EditCueDrop
  314.           Caption = 'Drop &Cue'
  315.         end
  316.         object EditCueJumpToNextItem: TMenuItem
  317.           Action = EditCueJumpNext
  318.         end
  319.         object EditCueJumpToPreviousItem: TMenuItem
  320.           Action = EditCueJumpPrevious
  321.         end
  322.         object EditCueSplitFileItem: TMenuItem
  323.           Action = EditCueSplitFile
  324.         end
  325.       end
  326.     end
  327.     object EffectMenu: TMenuItem
  328.       Caption = 'Effe&ct'
  329.       Hint = 'Effect commands'
  330.       object EffectDopplerItem: TMenuItem
  331.         Action = EffectDoppler
  332.       end
  333.       object EditDymanicsItem: TMenuItem
  334.         Action = EffectDynamic
  335.       end
  336.       object EffectEchoItem: TMenuItem
  337.         Action = EffectEcho
  338.       end
  339.       object EffectExpanderItem: TMenuItem
  340.         Action = EffectExpander
  341.       end
  342.       object EffectFilterMenu: TMenuItem
  343.         Caption = '&Filter'
  344.         Hint = 'Filter effects'
  345.         object EffectFilterBandItem: TMenuItem
  346.           Action = EffectFilterBand
  347.         end
  348.         object EffectFilterEqualizerItem: TMenuItem
  349.           Action = EffectFilterEqualizer
  350.         end
  351.         object EffectFilterPassItem: TMenuItem
  352.           Action = EffectFilterPass
  353.         end
  354.         object EffectFilterNoiseReductionItem: TMenuItem
  355.           Action = EffectFilterNoiseReduction
  356.         end
  357.         object EffectFilterParametricEQItem: TMenuItem
  358.           Action = EffectFilterParametricEQ
  359.         end
  360.         object EffectFilterPopClickItem: TMenuItem
  361.           Action = EffectFilterPopClick
  362.         end
  363.         object SilenceReduction1: TMenuItem
  364.           Action = EffectFilterSilence
  365.         end
  366.         object EffectFilterSmootherItem: TMenuItem
  367.           Action = EffectFilterSmoother
  368.         end
  369.       end
  370.       object EffectFlangerItem: TMenuItem
  371.         Action = EffectFlanger
  372.       end
  373.       object EffectInterpolateItem: TMenuItem
  374.         Action = EffectInterpolate
  375.       end
  376.       object EffectInvertItem: TMenuItem
  377.         Action = EffectInvert
  378.       end
  379.       object EffectMechanizeItem: TMenuItem
  380.         Action = EffectMechanize
  381.       end
  382.       object EffectOffsetItem: TMenuItem
  383.         Action = EffectOffset
  384.       end
  385.       object EffectPitchItem: TMenuItem
  386.         Action = EffectPitch
  387.       end
  388.       object EffectPluginMenu: TMenuItem
  389.         Caption = 'Plug-in'
  390.         Hint = 'Displays effect plug-ins menu'
  391.         ImageIndex = 19
  392.       end
  393.       object EffectReverbItem: TMenuItem
  394.         Action = EffectReverb
  395.         Hint = 'Adds reverberation to the sound'
  396.       end
  397.       object EffectReverseItem: TMenuItem
  398.         Action = EffectReverse
  399.       end
  400.       object EffectStereoMenu: TMenuItem
  401.         Caption = '&Stereo'
  402.         Hint = 'Stereo effects'
  403.         object EffectExchangeItem: TMenuItem
  404.           Action = EffectChannelMix
  405.         end
  406.         object EffectMaxMatchItem: TMenuItem
  407.           Action = EffectMaxMatch
  408.         end
  409.         object EffectPanItem: TMenuItem
  410.           Action = EffectPan
  411.         end
  412.         object EffectRemoveVocalsItem: TMenuItem
  413.           Action = EffectRemoveVocals
  414.         end
  415.       end
  416.       object EffectTimeWarpItem: TMenuItem
  417.         Action = EffectTimeWarp
  418.       end
  419.       object EffectVolumeMenu: TMenuItem
  420.         Caption = '&Volume'
  421.         Hint = 'Volume effects'
  422.         object EffectVolumeChangeItem: TMenuItem
  423.           Action = EffectVolumeChange
  424.         end
  425.         object EffectVolumeFadeInItem: TMenuItem
  426.           Action = EffectVolumeFadeIn
  427.         end
  428.         object EffectVolumeFadeOutItem: TMenuItem
  429.           Action = EffectVolumeFadeOut
  430.         end
  431.         object EffectVolumeMatchItem: TMenuItem
  432.           Action = EffectVolumeMatch
  433.         end
  434.         object EffectVolumeMaximizeItem: TMenuItem
  435.           Action = EffectVolumeMaximize
  436.         end
  437.         object EffectVolumeShapeItem: TMenuItem
  438.           Action = EffectVolumeShape
  439.         end
  440.       end
  441.       object N6: TMenuItem
  442.         Caption = '-'
  443.       end
  444.       object EffectPlaybackRateItem: TMenuItem
  445.         Action = EffectPlaybackRate
  446.       end
  447.       object EffectResampleItem: TMenuItem
  448.         Action = EffectResample
  449.       end
  450.     end
  451.     object ViewMenu: TMenuItem
  452.       Caption = '&View'
  453.       object ViewAllItem: TMenuItem
  454.         Action = ViewAll
  455.       end
  456.       object ViewSpecifyItem: TMenuItem
  457.         Action = ViewSpecify
  458.       end
  459.       object ViewSelectionItem: TMenuItem
  460.         Action = ViewSelection
  461.       end
  462.       object ViewPresetItem: TMenuItem
  463.         Action = ViewPreset
  464.       end
  465.       object ViewPreviousItem: TMenuItem
  466.         Action = ViewPrevious
  467.       end
  468.       object N5: TMenuItem
  469.         Caption = '-'
  470.       end
  471.       object ViewZoomInItem: TMenuItem
  472.         Action = ViewZoomIn
  473.       end
  474.       object ViewZoomOutItem: TMenuItem
  475.         Action = ViewZoomOut
  476.       end
  477.       object ViewZoom10to1Item: TMenuItem
  478.         Action = ViewZoom10to1
  479.       end
  480.       object ViewZoom1to1Item: TMenuItem
  481.         Action = ViewZoom1to1
  482.       end
  483.       object View1SecondItem: TMenuItem
  484.         Action = View1Second
  485.       end
  486.       object View10SecondsItem: TMenuItem
  487.         Action = View10Seconds
  488.       end
  489.       object View1MinuteItem: TMenuItem
  490.         Action = View1Minute
  491.       end
  492.       object View1HourItem: TMenuItem
  493.         Action = View1Hour
  494.       end
  495.       object N8: TMenuItem
  496.         Caption = '-'
  497.       end
  498.       object Verticalzoomall1: TMenuItem
  499.         Action = ViewVerticalZoomAll
  500.       end
  501.       object Verticalzoomin1: TMenuItem
  502.         Action = ViewVerticalZoomIn
  503.       end
  504.       object Verticalzoomout1: TMenuItem
  505.         Action = ViewVerticalZoomOut
  506.       end
  507.       object N7: TMenuItem
  508.         Caption = '-'
  509.       end
  510.       object ViewStartItem: TMenuItem
  511.         Action = ViewStart
  512.       end
  513.       object ViewFinishItem: TMenuItem
  514.         Action = ViewFinish
  515.       end
  516.     end
  517.     object ToolMenu: TMenuItem
  518.       Caption = '&Tool'
  519.       object ToolCDReaderItem: TMenuItem
  520.         Action = ToolCDReader
  521.       end
  522.       object ToolControlItem: TMenuItem
  523.         Action = ToolControl
  524.       end
  525.       object ToolCuePointsItem: TMenuItem
  526.         Action = ToolCuePoints
  527.       end
  528.       object ToolEffectChainEditorItem: TMenuItem
  529.         Action = ToolEffectChainEditor
  530.       end
  531.       object ToolExpressionEvaluatorItem: TMenuItem
  532.         Action = ToolExpressionEvaluator
  533.       end
  534.     end
  535.     object OptionsMenu: TMenuItem
  536.       Caption = '&Options'
  537.       object OptionColourItem: TMenuItem
  538.         Action = OptionColour
  539.       end
  540.       object OptionsControlPropertiesItem: TMenuItem
  541.         Action = OptionControlProperties
  542.       end
  543.       object OptionFileFormatsItem: TMenuItem
  544.         Action = OptionFileFormats
  545.       end
  546.       object OptionPluginMenu: TMenuItem
  547.         Caption = 'Plu&g-in'
  548.         Hint = 'Configures a plug-in module'
  549.         OnClick = OptionPluginMenuClick
  550.       end
  551.       object OptionEditorItem: TMenuItem
  552.         Action = OptionStorage
  553.       end
  554.       object OptionToolBarItem: TMenuItem
  555.         Action = OptionToolBar
  556.       end
  557.       object OptionWindowItem: TMenuItem
  558.         Action = OptionWindow
  559.       end
  560.       object OptionRegisterItem: TMenuItem
  561.         Action = OptionRegister
  562.       end
  563.     end
  564.     object WindowMenu: TMenuItem
  565.       Caption = '&Window'
  566.       Hint = 'Window related commands'
  567.       object WindowCascadeItem: TMenuItem
  568.         Action = WindowCascade
  569.       end
  570.       object WindowTileItem: TMenuItem
  571.         Action = WindowTileHorizontal
  572.       end
  573.       object WindowTileItem2: TMenuItem
  574.         Action = WindowTileVertical
  575.       end
  576.       object WindowMinimizeItem: TMenuItem
  577.         Action = WindowMinimizeAll
  578.       end
  579.       object WindowArrangeItem: TMenuItem
  580.         Action = WindowArrangeAll
  581.       end
  582.       object N10: TMenuItem
  583.         Caption = '-'
  584.       end
  585.       object SquareControlsItem: TMenuItem
  586.         Action = WindowSquareControls
  587.         GroupIndex = 1
  588.         RadioItem = True
  589.       end
  590.       object HorizontalControlsItem: TMenuItem
  591.         Action = WindowHorizontalControls
  592.         GroupIndex = 1
  593.         RadioItem = True
  594.       end
  595.       object VerticalControlsItem: TMenuItem
  596.         Action = WindowVerticalControls
  597.         GroupIndex = 1
  598.         RadioItem = True
  599.       end
  600.     end
  601.     object HelpMenu: TMenuItem
  602.       Caption = '&Help'
  603.       Hint = 'Help topics'
  604.       object HelpContentsItem: TMenuItem
  605.         Action = HelpContents
  606.       end
  607.       object HelpManualItem: TMenuItem
  608.         Action = HelpManual
  609.       end
  610.       object HelpAboutItem: TMenuItem
  611.         Action = HelpAbout
  612.       end
  613.     end
  614.   end
  615.   object ActionList: TActionList
  616.     Images = ImageList
  617.     Left = 73
  618.     Top = 182
  619.     object FileNew: TMainAction
  620.       Category = 'File'
  621.       Caption = '&New...'
  622.       Hint = 'New|Creates a new file'
  623.       ImageIndex = 6
  624.       ShortCut = 16462
  625.       OnExecute = FileNewExecute
  626.       ToolCaption = 'New'
  627.     end
  628.     object FileOpen: TMainAction
  629.       Category = 'File'
  630.       Caption = '&Open...'
  631.       Hint = 'Open|Opens a file'
  632.       ImageIndex = 7
  633.       ShortCut = 16463
  634.       OnExecute = FileOpenExecute
  635.       ToolCaption = 'Open'
  636.     end
  637.     object FileInformation: TMainAction
  638.       Category = 'File'
  639.       Caption = '&Information...'
  640.       Hint = 'Information|Sets file information or copyright text'
  641.       ImageIndex = 21
  642.       OnExecute = FileInformationExecute
  643.       OnUpdate = EditExistEnable
  644.       ToolCaption = 'Info'
  645.     end
  646.     object FileClose: TWindowClose
  647.       Tag = -1
  648.       Category = 'File'
  649.       Caption = '&Close'
  650.       Hint = 'Close|Closes current file'
  651.       ImageIndex = 5
  652.       ShortCut = 16499
  653.     end
  654.     object FileSave: TMainAction
  655.       Category = 'File'
  656.       Caption = '&Save'
  657.       Hint = 'Save|Saves current file'
  658.       ImageIndex = 8
  659.       ShortCut = 16467
  660.       OnExecute = FileSaveExecute
  661.       OnUpdate = FileModifiedEnable
  662.       ToolCaption = 'Save'
  663.     end
  664.     object FileSaveAs: TMainAction
  665.       Category = 'File'
  666.       Caption = 'Save &As...'
  667.       Hint = 'Save As|Saves current file with different name'
  668.       ImageIndex = 9
  669.       OnExecute = FileSaveAsExecute
  670.       OnUpdate = EditExistEnable
  671.       ToolCaption = 'As'
  672.     end
  673.     object FileSaveSelection: TMainAction
  674.       Category = 'File'
  675.       Caption = 'Save Selection As...'
  676.       Hint = 'Save Selection As|Saves the selection to a file'
  677.       ImageIndex = 37
  678.       OnExecute = FileSaveSelectionExecute
  679.       OnUpdate = EffectSelectionEnable
  680.       ToolCaption = 'Sel As'
  681.     end
  682.     object FileBatchProcessing: TMainAction
  683.       Category = 'File'
  684.       Caption = '&Batch Processing...'
  685.       Hint = 'Batch Processing|Processes or converts a group of files'
  686.       ImageIndex = 38
  687.       OnExecute = FileBatchProcessingExecute
  688.       ToolCaption = 'Batch'
  689.     end
  690.     object FileExit: TAction
  691.       Category = 'File'
  692.       Caption = 'E&xit'
  693.       Hint = 'Exit|Exits program'
  694.       ShortCut = 32883
  695.       OnExecute = FileExitExecute
  696.     end
  697.     object EditUndo: TMainAction
  698.       Category = 'Edit'
  699.       Caption = '&Undo'
  700.       Hint = 'Undo|Reverses the last operation'
  701.       ImageIndex = 3
  702.       ShortCut = 16474
  703.       OnExecute = EditUndoExecute
  704.       OnUpdate = EditUndoEnable
  705.       ToolCaption = 'Undo'
  706.     end
  707.     object EditCut: TMainAction
  708.       Category = 'Edit'
  709.       Caption = 'Cu&t'
  710.       Hint = 'Cut|Cuts the selection and puts it on the clipboard'
  711.       ImageIndex = 0
  712.       ShortCut = 16472
  713.       OnExecute = EditCutExecute
  714.       OnUpdate = EditCopyEnable
  715.       ToolCaption = 'Cut'
  716.     end
  717.     object EditCopy: TMainAction
  718.       Category = 'Edit'
  719.       Caption = '&Copy'
  720.       Hint = 'Copy|Copies the selection and puts it on the clipboard'
  721.       ImageIndex = 1
  722.       ShortCut = 16451
  723.       OnExecute = EditCopyExecute
  724.       OnUpdate = EditCopyEnable
  725.       ToolCaption = 'Copy'
  726.     end
  727.     object EditCopyTo: TMainAction
  728.       Category = 'Edit'
  729.       Caption = 'Cop&y To...'
  730.       Hint = 'Copy To|Copies the selection to a file'
  731.       ImageIndex = 37
  732.       OnExecute = FileSaveSelectionExecute
  733.       OnUpdate = EditCopyEnable
  734.       ToolCaption = 'To'
  735.     end
  736.     object EditPaste: TMainAction
  737.       Category = 'Edit'
  738.       Caption = '&Paste'
  739.       Hint = 'Paste|Inserts the clipboard contents at the start marker'
  740.       ImageIndex = 2
  741.       ShortCut = 16470
  742.       OnExecute = EditPasteExecute
  743.       OnUpdate = EditPasteEnable
  744.       ToolCaption = 'Paste'
  745.     end
  746.     object EditPasteAtBeginning: TMainAction
  747.       Category = 'Edit'
  748.       Caption = '&Beginning'
  749.       Hint = 
  750.         'Paste At Beginning|Inserts the clipboard contents at the beginni' +
  751.         'ng of the file'
  752.       ImageIndex = 25
  753.       ShortCut = 16450
  754.       OnExecute = EditPasteAtBeginningExecute
  755.       OnUpdate = EditPasteEnable
  756.       ToolCaption = 'P.Beg'
  757.     end
  758.     object EditPasteAtFinish: TMainAction
  759.       Category = 'Edit'
  760.       Caption = '&Finish Marker'
  761.       Hint = 
  762.         'Paste At Finish marker|Inserts the clipboard contents at the fin' +
  763.         'ish marker position'
  764.       ImageIndex = 27
  765.       ShortCut = 16454
  766.       OnExecute = EditPasteAtFinishExecute
  767.       OnUpdate = EditPasteEnable
  768.       ToolCaption = 'P.Fin'
  769.     end
  770.     object EditPasteAtEnd: TMainAction
  771.       Category = 'Edit'
  772.       Caption = '&End'
  773.       Hint = 
  774.         'Paste At End|Inserts the clipboard contents at the end of the fi' +
  775.         'le'
  776.       ImageIndex = 26
  777.       ShortCut = 16453
  778.       OnExecute = EditPasteAtEndExecute
  779.       OnUpdate = EditPasteEnable
  780.       ToolCaption = 'P.End'
  781.     end
  782.     object EditPasteNew: TMainAction
  783.       Category = 'Edit'
  784.       Caption = 'Paste &New'
  785.       Hint = 'Paste New|Creates a new file containing the clipboard audio'
  786.       ImageIndex = 36
  787.       ShortCut = 16464
  788.       OnExecute = EditPasteNewExecute
  789.       OnUpdate = EditPasteNewEnable
  790.       ToolCaption = 'P.New'
  791.     end
  792.     object EditMix: TMainAction
  793.       Category = 'Edit'
  794.       Caption = '&Mix...'
  795.       Hint = 'Mix|Mixes the clipboard contents with the current file'
  796.       ImageIndex = 28
  797.       ShortCut = 16461
  798.       OnExecute = EditMixExecute
  799.       OnUpdate = EditPasteEnable
  800.       ToolCaption = 'Mix'
  801.     end
  802.     object EditOverwrite: TMainAction
  803.       Category = 'Edit'
  804.       Caption = 'Over&write'
  805.       Hint = 
  806.         'Overwrite|Overwrites sound with the clipboard contents beginning' +
  807.         ' at start marker'
  808.       ImageIndex = 68
  809.       OnExecute = EditOverwriteExecute
  810.       OnUpdate = EditPasteEnable
  811.       ToolCaption = 'Over'
  812.     end
  813.     object EditReplace: TMainAction
  814.       Category = 'Edit'
  815.       Caption = '&Replace'
  816.       Hint = 'Replace|Replaces the selection with the clipboard contents'
  817.       ImageIndex = 30
  818.       ShortCut = 16466
  819.       OnExecute = EditReplaceExecute
  820.       OnUpdate = EditPasteEnable
  821.       ToolCaption = 'Repl'
  822.     end
  823.     object EditDelete: TMainAction
  824.       Category = 'Edit'
  825.       Caption = '&Delete'
  826.       Hint = 'Delete|Deletes the selection'
  827.       ImageIndex = 34
  828.       ShortCut = 46
  829.       OnExecute = EditDeleteExecute
  830.       OnUpdate = EditCopyEnable
  831.       ToolCaption = 'Del'
  832.     end
  833.     object EditTrim: TMainAction
  834.       Category = 'Edit'
  835.       Caption = '&Trim'
  836.       Hint = 'Trim|Trims the unselected ends keeping only the selection'
  837.       ImageIndex = 29
  838.       ShortCut = 16468
  839.       OnExecute = EditTrimExecute
  840.       OnUpdate = EditSelectAllEnable
  841.       ToolCaption = 'Trim'
  842.     end
  843.     object EditMute: TMainAction
  844.       Category = 'Edit'
  845.       Caption = 'Mut&e'
  846.       Hint = 'Mute|Replaces the selection with silence'
  847.       ImageIndex = 61
  848.       OnExecute = EditMuteExecute
  849.       OnUpdate = EditCopyEnable
  850.       ToolCaption = 'Mute'
  851.     end
  852.     object EditCrossfade: TMainAction
  853.       Category = 'Edit'
  854.       Caption = 'Cross&fade...'
  855.       Hint = 
  856.         'Crossfade|Mixes the clipboard at one end of the file using a cro' +
  857.         'ssfade'
  858.       ImageIndex = 67
  859.       OnExecute = EditCrossfadeExecute
  860.       OnUpdate = EditPasteEnable
  861.       ToolCaption = 'Xfade'
  862.     end
  863.     object EditInsertSilence: TMainAction
  864.       Category = 'Edit'
  865.       Caption = '&Insert Silence...'
  866.       Hint = 
  867.         'Insert Silence|Inserts some silence into the file at the start m' +
  868.         'arker'
  869.       ImageIndex = 35
  870.       OnExecute = EditInsertSilenceExecute
  871.       OnUpdate = EditExistEnable
  872.       ToolCaption = 'Silen'
  873.     end
  874.     object EditSelectView: TMainAction
  875.       Category = 'Edit'
  876.       Caption = 'Select &View'
  877.       Hint = 'Select View|Selects all the audio currently visible'
  878.       ImageIndex = 32
  879.       ShortCut = 16471
  880.       OnExecute = EditSelectViewExecute
  881.       OnUpdate = EditSelectViewEnable
  882.       ToolCaption = 'Sel Vw'
  883.     end
  884.     object EditSelectAll: TMainAction
  885.       Category = 'Edit'
  886.       Caption = 'Select &All'
  887.       Hint = 'Select All|Selects the entire file'
  888.       ImageIndex = 31
  889.       ShortCut = 16449
  890.       OnExecute = EditSelectAllExecute
  891.       OnUpdate = EditSelectAllEnable
  892.       ToolCaption = 'Sel All'
  893.     end
  894.     object EditChannel: TMainAction
  895.       Category = 'Edit'
  896.       Caption = 'Channel'
  897.       Hint = 
  898.         'Channel Toggle|Toggles between left, right, and stereo channel e' +
  899.         'diting'
  900.       ImageIndex = 66
  901.       OnExecute = EditChannelExecute
  902.       OnUpdate = EditStereoEnable
  903.       ToolCaption = 'Chan'
  904.     end
  905.     object EditChannelLeft: TAction
  906.       Category = 'Edit'
  907.       Caption = '&Left'
  908.       Hint = 'Left|Selects left channel'
  909.       ShortCut = 24652
  910.       OnExecute = EditChannelLeftExecute
  911.       OnUpdate = EditChannelLeftEnable
  912.     end
  913.     object EditChannelRight: TAction
  914.       Category = 'Edit'
  915.       Caption = '&Right'
  916.       Hint = 'Right|Selects right channel'
  917.       ShortCut = 24658
  918.       OnExecute = EditChannelRightExecute
  919.       OnUpdate = EditChannelRightEnable
  920.     end
  921.     object EditChannelBoth: TAction
  922.       Category = 'Edit'
  923.       Caption = '&Both'
  924.       Checked = True
  925.       Hint = 'Both|Selects both channels'
  926.       ShortCut = 24642
  927.       OnExecute = EditChannelBothExecute
  928.       OnUpdate = EditChannelBothEnable
  929.     end
  930.     object EditMarkerSet: TMainAction
  931.       Category = 'Edit'
  932.       Caption = '&Set...'
  933.       Hint = 'Set Markers|Sets the selection markers'
  934.       ImageIndex = 53
  935.       ShortCut = 8261
  936.       OnExecute = EditMarkerSetExecute
  937.       OnUpdate = EditLengthEnable
  938.       ToolCaption = 'Set'
  939.     end
  940.     object EditMarkerDropStart: TMainAction
  941.       Category = 'Edit'
  942.       Caption = '&Drop Start'
  943.       Hint = 
  944.         'Drop Start|Moves the start marker to the current playback or rec' +
  945.         'ording position'
  946.       ImageIndex = 54
  947.       ShortCut = 219
  948.       OnExecute = EditMarkerDropStartExecute
  949.       OnUpdate = EditMarkerDropStartEnable
  950.       ToolCaption = 'Start'
  951.     end
  952.     object EditMarkerDropFinish: TMainAction
  953.       Category = 'Edit'
  954.       Caption = 'Drop &Finish'
  955.       Hint = 
  956.         'Drop Finish|Moves the finish marker to the current playback or r' +
  957.         'ecording position'
  958.       ImageIndex = 55
  959.       ShortCut = 221
  960.       OnExecute = EditMarkerDropFinishExecute
  961.       OnUpdate = EditMarkerDropFinishEnable
  962.       ToolCaption = 'Finish'
  963.     end
  964.     object EditMarkerSaveRange: TMainAction
  965.       Category = 'Edit'
  966.       Caption = 'Store Selection Positions'
  967.       Hint = 
  968.         'Store Positions|Saves the position of the start and finish marke' +
  969.         'rs'
  970.       ImageIndex = 56
  971.       OnExecute = EditMarkerSaveRangeExecute
  972.       OnUpdate = EditMarkerSaveRangeEnable
  973.       ToolCaption = 'Store'
  974.     end
  975.     object EditMarkerRecallRange: TMainAction
  976.       Category = 'Edit'
  977.       Caption = 'Recall Selection Positions'
  978.       Hint = 
  979.         'Recall Positions|Moves the start and finish markers back to the ' +
  980.         'stored position'
  981.       ImageIndex = 57
  982.       OnExecute = EditMarkerRecallRangeExecute
  983.       OnUpdate = EditMarkerRecallRangeEnable
  984.       ToolCaption = 'Recall'
  985.     end
  986.     object EditMarkerSnap: TAction
  987.       Category = 'Edit'
  988.       Caption = 'Snap To &Zero-Crossing'
  989.       Hint = 
  990.         'Zero Snap|Keeps markers near zero-crossing points, reducing pops' +
  991.         ' between edits'
  992.       OnExecute = EditMarkerSnapExecute
  993.       OnUpdate = EditMarkerSnapEnable
  994.     end
  995.     object EditCueDrop: TMainAction
  996.       Category = 'Edit'
  997.       Caption = 'Drop &Cue Point'
  998.       Hint = 
  999.         'Drop Cue|Set a cue point at current playback or recording positi' +
  1000.         'on'
  1001.       ImageIndex = 62
  1002.       ShortCut = 16465
  1003.       OnExecute = CueDrop
  1004.       OnUpdate = EditCueDropEnable
  1005.       ToolCaption = 'Cue'
  1006.     end
  1007.     object EditCueJumpNext: TMainAction
  1008.       Category = 'Edit'
  1009.       Caption = 'Jump To &Next Cue'
  1010.       Hint = 'Jump Next Cue|Move the start marker to the next cue point'
  1011.       ImageIndex = 63
  1012.       ShortCut = 16458
  1013.       OnExecute = CueJumpNext
  1014.       OnUpdate = CueNextEnable
  1015.       ToolCaption = 'NextQ'
  1016.     end
  1017.     object EditCueJumpPrevious: TMainAction
  1018.       Category = 'Edit'
  1019.       Caption = 'Jump To &Previous Cue'
  1020.       Hint = 
  1021.         'Jump Previous Cue|Move the start marker to the previous cue poin' +
  1022.         't'
  1023.       ImageIndex = 64
  1024.       ShortCut = 24650
  1025.       OnExecute = CueJumpPrevious
  1026.       OnUpdate = CuePreviousEnable
  1027.       ToolCaption = 'PrevQ'
  1028.     end
  1029.     object ViewAll: TMainAction
  1030.       Category = 'View'
  1031.       Caption = '&All'
  1032.       Hint = 'View All|Zooms out to display the entire file'
  1033.       ImageIndex = 22
  1034.       ShortCut = 8257
  1035.       OnExecute = ViewAllExecute
  1036.       OnUpdate = ViewAllEnable
  1037.       ToolCaption = 'All'
  1038.     end
  1039.     object ViewViewAll: TAction
  1040.       Tag = -1
  1041.       Category = 'View'
  1042.       Caption = '&View All'
  1043.       Hint = 'View All|Zooms out to display the entire file'
  1044.       ImageIndex = 22
  1045.       ShortCut = 8257
  1046.       OnExecute = ViewAllExecute
  1047.       OnUpdate = ViewAllEnable
  1048.     end
  1049.     object ViewSelection: TMainAction
  1050.       Category = 'View'
  1051.       Caption = '&Selection'
  1052.       Hint = 'View Selection|Zooms in to show only the selection'
  1053.       ImageIndex = 46
  1054.       ShortCut = 8275
  1055.       OnExecute = ViewSelectionExecute
  1056.       OnUpdate = ViewSelectionUpdate
  1057.       ToolCaption = 'Sel'
  1058.     end
  1059.     object ViewViewSelection: TAction
  1060.       Tag = -1
  1061.       Category = 'View'
  1062.       Caption = 'View &Selection'
  1063.       Hint = 'View Selection|Zooms in to show only the selection'
  1064.       ImageIndex = 46
  1065.       ShortCut = 8275
  1066.       OnExecute = ViewSelectionExecute
  1067.       OnUpdate = EditSelectViewEnable
  1068.     end
  1069.     object ViewSpecify: TMainAction
  1070.       Category = 'View'
  1071.       Caption = 'Specif&y...'
  1072.       Hint = 'Specify Zoom|Zooms to a specific zoom level'
  1073.       ImageIndex = 47
  1074.       OnExecute = ViewSpecifyExecute
  1075.       OnUpdate = EditLengthEnable
  1076.       ToolCaption = 'Spec'
  1077.     end
  1078.     object ViewPrevious: TMainAction
  1079.       Category = 'View'
  1080.       Caption = '&Previous'
  1081.       Hint = 'Previous Zoom|Zooms to the previous zoom level'
  1082.       ImageIndex = 45
  1083.       ShortCut = 8272
  1084.       OnExecute = ViewPreviousExecute
  1085.       OnUpdate = ViewPreviousEnable
  1086.       ToolCaption = 'Prev'
  1087.     end
  1088.     object ViewPreset: TMainAction
  1089.       Category = 'View'
  1090.       Caption = 'P&reset'
  1091.       Hint = 'Preset Zoom|Zooms to a preset zoom level'
  1092.       ImageIndex = 44
  1093.       ShortCut = 8277
  1094.       OnExecute = ViewPresetExecute
  1095.       OnUpdate = ViewPresetUpdate
  1096.       ToolCaption = 'Preset'
  1097.     end
  1098.     object ViewZoomIn: TMainAction
  1099.       Category = 'View'
  1100.       Caption = 'Zoom &In'
  1101.       Hint = 'Zoom In|Zooms in with respect to time'
  1102.       ImageIndex = 23
  1103.       ShortCut = 8230
  1104.       OnExecute = ViewZoomInExecute
  1105.       OnUpdate = ViewInEnable
  1106.       ToolCaption = 'In'
  1107.     end
  1108.     object ViewZoomOut: TMainAction
  1109.       Category = 'View'
  1110.       Caption = 'Zoom &Out'
  1111.       Hint = 'Zoom Out|Zooms out with respect to time'
  1112.       ImageIndex = 24
  1113.       ShortCut = 8232
  1114.       OnExecute = ViewZoomOutExecute
  1115.       OnUpdate = ViewAllEnable
  1116.       ToolCaption = 'Out'
  1117.     end
  1118.     object ViewZoom10to1: TMainAction
  1119.       Tag = 10
  1120.       Category = 'View'
  1121.       Caption = 'Zoom 1&0:1'
  1122.       Hint = 
  1123.         'Zoom 10:1|Zooms to a level where individual samples can be seen ' +
  1124.         'and edited'
  1125.       ImageIndex = 65
  1126.       ShortCut = 8240
  1127.       OnExecute = ViewZoomXto1Execute
  1128.       OnUpdate = ViewZoomXto1Enable
  1129.       ToolCaption = '10:1'
  1130.     end
  1131.     object ViewZoom1to1: TMainAction
  1132.       Tag = 1
  1133.       Category = 'View'
  1134.       Caption = 'Zoom &1:1'
  1135.       Hint = 'Zoom 1:1|Zooms to see the actual waveform'
  1136.       ImageIndex = 39
  1137.       ShortCut = 8241
  1138.       OnExecute = ViewZoomXto1Execute
  1139.       OnUpdate = ViewZoomXto1Enable
  1140.       ToolCaption = '1:1'
  1141.     end
  1142.     object View1Second: TMainAction
  1143.       Tag = 1
  1144.       Category = 'View'
  1145.       Caption = '1 S&econd'
  1146.       Hint = 'View 1 Second|Zooms to show one second of audio'
  1147.       ImageIndex = 43
  1148.       OnExecute = ViewTimeExecute
  1149.       OnUpdate = ViewTimeEnable
  1150.       ToolCaption = '1s'
  1151.     end
  1152.     object View10Seconds: TMainAction
  1153.       Tag = 10
  1154.       Category = 'View'
  1155.       Caption = '10 Se&conds'
  1156.       Hint = 'View 10 Seconds|Zooms to show one 10 seconds of audio'
  1157.       ImageIndex = 40
  1158.       OnExecute = ViewTimeExecute
  1159.       OnUpdate = ViewTimeEnable
  1160.       ToolCaption = '10s'
  1161.     end
  1162.     object View1Minute: TMainAction
  1163.       Tag = 60
  1164.       Category = 'View'
  1165.       Caption = '1 &Minute'
  1166.       Hint = 'View 1 Minute|Zooms to show 1 minute of audio'
  1167.       ImageIndex = 42
  1168.       OnExecute = ViewTimeExecute
  1169.       OnUpdate = ViewTimeEnable
  1170.       ToolCaption = '1m'
  1171.     end
  1172.     object View1Hour: TMainAction
  1173.       Tag = 3600
  1174.       Category = 'View'
  1175.       Caption = '1 &Hour'
  1176.       Hint = 'View 1 Hour|Zooms to show 1 hour of audio'
  1177.       ImageIndex = 41
  1178.       OnExecute = ViewTimeExecute
  1179.       OnUpdate = ViewTimeEnable
  1180.       ToolCaption = '1h'
  1181.     end
  1182.     object ViewVerticalZoomAll: TMainAction
  1183.       Category = 'View'
  1184.       Caption = 'Vertical Zoom A&ll'
  1185.       Hint = 
  1186.         'Vertical View All|Vertically zooms all the way out showing full ' +
  1187.         'amplitude'
  1188.       ImageIndex = 50
  1189.       ShortCut = 8278
  1190.       OnExecute = ViewVerticalZoomAllExecute
  1191.       OnUpdate = ViewVerticalZoomAllEnable
  1192.       ToolCaption = 'V All'
  1193.     end
  1194.     object ViewVerticalZoomIn: TMainAction
  1195.       Category = 'View'
  1196.       Caption = 'Vertical Zoom I&n'
  1197.       Hint = 
  1198.         'Vertical Zoom In|Vertically zooms in, giving more detailed ampli' +
  1199.         'tude levels'
  1200.       ImageIndex = 51
  1201.       ShortCut = 16422
  1202.       OnExecute = ViewVerticalZoomInExecute
  1203.       OnUpdate = ViewVerticalZoomInEnable
  1204.       ToolCaption = 'V In'
  1205.     end
  1206.     object ViewVerticalZoomOut: TMainAction
  1207.       Category = 'View'
  1208.       Caption = 'Vertical zoom O&ut'
  1209.       Hint = 
  1210.         'Vertical Zoom Out|Vertically zooms out, giving less detailed amp' +
  1211.         'litude levels'
  1212.       ImageIndex = 52
  1213.       ShortCut = 16424
  1214.       OnExecute = ViewVerticalZoomOutExecute
  1215.       OnUpdate = ViewVerticalZoomAllEnable
  1216.       ToolCaption = 'V Out'
  1217.     end
  1218.     object ViewStart: TMainAction
  1219.       Category = 'View'
  1220.       Caption = 'S&tart'
  1221.       Hint = 'View Start|Displays the waveform at the start marker'
  1222.       ImageIndex = 48
  1223.       ShortCut = 36
  1224.       OnExecute = ViewStartExecute
  1225.       OnUpdate = ViewStartEnable
  1226.       ToolCaption = 'Start'
  1227.     end
  1228.     object ViewFinish: TMainAction
  1229.       Category = 'View'
  1230.       Caption = '&Finish'
  1231.       Hint = 'View Finish|Displays the waveform at the finish marker'
  1232.       ImageIndex = 49
  1233.       ShortCut = 35
  1234.       OnExecute = ViewFinishExecute
  1235.       OnUpdate = ViewFinishEnable
  1236.       ToolCaption = 'Finish'
  1237.     end
  1238.     object EffectDoppler: TEffectAction
  1239.       Category = 'Effect'
  1240.       Caption = '&Doppler...'
  1241.       Hint = 'Doppler|Performs dynamic pitch shifting'
  1242.       OnExecute = EffectExecute
  1243.       OnUpdate = EffectSelectionEnable
  1244.       EffectLocation = 'Doppler <GoldWave*>'
  1245.     end
  1246.     object EffectDynamic: TEffectAction
  1247.       Category = 'Effect'
  1248.       Caption = 'D&ynamics...'
  1249.       Hint = 'Dynamics|Performs amplitude mapping'
  1250.       OnExecute = EffectExecute
  1251.       OnUpdate = EffectSelectionEnable
  1252.       EffectLocation = 'Dynamics <GoldWave*>'
  1253.     end
  1254.     object EffectEcho: TEffectAction
  1255.       Category = 'Effect'
  1256.       Caption = '&Echo...'
  1257.       Hint = 'Echo|Adds echos to the selection'
  1258.       OnExecute = EffectExecute
  1259.       OnUpdate = EffectSelectionEnable
  1260.       EffectLocation = 'Echo <GoldWave*>'
  1261.     end
  1262.     object EffectExpander: TEffectAction
  1263.       Category = 'Effect'
  1264.       Caption = 'Compressor/E&xpander...'
  1265.       Hint = 'Compressor/Expander|Performs amplitude compression or expansion'
  1266.       OnExecute = EffectExecute
  1267.       OnUpdate = EffectSelectionEnable
  1268.       EffectLocation = 'Compressor/Expander <GoldWave*>'
  1269.     end
  1270.     object EffectFlanger: TEffectAction
  1271.       Category = 'Effect'
  1272.       Caption = 'Flan&ger...'
  1273.       Hint = 'Flanger|Adds a flanging effect to the selection'
  1274.       OnExecute = EffectExecute
  1275.       OnUpdate = EffectSelectionEnable
  1276.       EffectLocation = 'Flanger <GoldWave*>'
  1277.     end
  1278.     object EffectInterpolate: TEffectAction
  1279.       Category = 'Effect'
  1280.       Caption = 'Interpo&late'
  1281.       Hint = 
  1282.         'Interpolate|Linearly interpolates from the start amplitude to th' +
  1283.         'e finish amplitude'
  1284.       OnExecute = EffectExecute
  1285.       OnUpdate = EffectSelectionEnable
  1286.       EffectLocation = 'Interpolate <GoldWave*>'
  1287.     end
  1288.     object EffectInvert: TEffectAction
  1289.       Category = 'Effect'
  1290.       Caption = '&Invert'
  1291.       Hint = 'Invert|Turns the waveform upside down'
  1292.       OnExecute = EffectExecute
  1293.       OnUpdate = EffectSelectionEnable
  1294.       EffectLocation = 'Invert <GoldWave*>'
  1295.     end
  1296.     object EffectMechanize: TEffectAction
  1297.       Category = 'Effect'
  1298.       Caption = 'Mechani&ze...'
  1299.       Hint = 'Mechanize|Makes the sound mechanical by amplitude modulation'
  1300.       OnExecute = EffectExecute
  1301.       OnUpdate = EffectSelectionEnable
  1302.       EffectLocation = 'Mechanize <GoldWave*>'
  1303.     end
  1304.     object EffectOffset: TEffectAction
  1305.       Category = 'Effect'
  1306.       Caption = '&Offset...'
  1307.       Hint = 'Offset|Adjusts the dc offset'
  1308.       OnExecute = EffectExecute
  1309.       OnUpdate = EffectSelectionEnable
  1310.       EffectLocation = 'Offset <GoldWave*>'
  1311.     end
  1312.     object EffectPitch: TEffectAction
  1313.       Category = 'Effect'
  1314.       Caption = '&Pitch...'
  1315.       Hint = 'Pitch|Alters the pitch'
  1316.       OnExecute = EffectExecute
  1317.       OnUpdate = EffectSelectionEnable
  1318.       EffectLocation = 'Pitch <GoldWave*>'
  1319.     end
  1320.     object EffectReverb: TEffectAction
  1321.       Category = 'Effect'
  1322.       Caption = 'Re&verb...'
  1323.       Hint = 'Reverb|Adds a reverberation to the sound'
  1324.       OnExecute = EffectExecute
  1325.       OnUpdate = EffectSelectionEnable
  1326.       EffectLocation = 'Reverb <GoldWave*>'
  1327.     end
  1328.     object EffectReverse: TEffectAction
  1329.       Category = 'Effect'
  1330.       Caption = '&Reverse'
  1331.       Hint = 'Reverse|Reverses the selection so it plays backwards'
  1332.       OnExecute = EffectExecute
  1333.       OnUpdate = EffectSelectionEnable
  1334.       EffectLocation = 'Reverse <GoldWave*>'
  1335.     end
  1336.     object EffectFilterEqualizer: TEffectAction
  1337.       Category = 'Effect'
  1338.       Caption = '&Equalizer...'
  1339.       Hint = 'Equalizer|Performs an equalizer filter effect'
  1340.       OnExecute = EffectExecute
  1341.       OnUpdate = EffectSelectionEnable
  1342.       EffectLocation = 'Equalizer <GoldWave*>'
  1343.     end
  1344.     object EffectFilterPass: TEffectAction
  1345.       Category = 'Effect'
  1346.       Caption = '&Low/Highpass...'
  1347.       Hint = 'Low/Highpass|Performs a lowpass or highpass filter'
  1348.       OnExecute = EffectExecute
  1349.       OnUpdate = EffectSelectionEnable
  1350.       EffectLocation = 'Low/Highpass <GoldWave*>'
  1351.     end
  1352.     object EffectFilterBand: TEffectAction
  1353.       Category = 'Effect'
  1354.       Caption = '&Bandpass/stop...'
  1355.       Hint = 'Bandpass/stop|Performs a bandpass or bandstop filter'
  1356.       OnExecute = EffectExecute
  1357.       OnUpdate = EffectSelectionEnable
  1358.       EffectLocation = 'Bandpass/stop <GoldWave*>'
  1359.     end
  1360.     object EffectFilterParametricEQ: TEffectAction
  1361.       Category = 'Effect'
  1362.       Caption = '&Parametric EQ...'
  1363.       Hint = 'Parametric EQ|Performs parametric equalization'
  1364.       OnExecute = EffectExecute
  1365.       OnUpdate = EffectSelectionEnable
  1366.       EffectLocation = 'Parametric EQ <GoldWave*>'
  1367.     end
  1368.     object EffectFilterNoiseReduction: TEffectAction
  1369.       Category = 'Effect'
  1370.       Caption = 'Noise &Reduction...'
  1371.       Hint = 'Noise Reduction|Reduces noise using frequency analysis'
  1372.       OnExecute = EffectExecute
  1373.       OnUpdate = EffectSelectionEnable
  1374.       EffectLocation = 'Noise Reduction <GoldWave*>'
  1375.     end
  1376.     object EffectFilterPopClick: TEffectAction
  1377.       Category = 'Effect'
  1378.       Caption = 'Pop/&Click...'
  1379.       Hint = 'Pop/Click|Removes pops and clicks from old recordings'
  1380.       OnExecute = EffectExecute
  1381.       OnUpdate = EffectSelectionEnable
  1382.       EffectLocation = 'Pop/Click <GoldWave*>'
  1383.     end
  1384.     object EffectFilterSilence: TEffectAction
  1385.       Category = 'Effect'
  1386.       Caption = 'S&ilence Reduction...'
  1387.       Hint = 
  1388.         'Silence Reduction|Removes or reduces quiet or silent sections fr' +
  1389.         'om the sound'
  1390.       OnExecute = EffectExecute
  1391.       OnUpdate = EffectSelectionEnable
  1392.       EffectLocation = 'Silence Reduction <GoldWave*>'
  1393.     end
  1394.     object EffectFilterSmoother: TEffectAction
  1395.       Category = 'Effect'
  1396.       Caption = '&Smoother...'
  1397.       Hint = 'Smoother|Smoothes waveform using a running average'
  1398.       OnExecute = EffectExecute
  1399.       OnUpdate = EffectSelectionEnable
  1400.       EffectLocation = 'Smoother <GoldWave*>'
  1401.     end
  1402.     object EffectVolumeChange: TEffectAction
  1403.       Category = 'Effect'
  1404.       Caption = '&Change...'
  1405.       Hint = 'Change Volume|Changes the volume'
  1406.       OnExecute = EffectExecute
  1407.       OnUpdate = EffectSelectionEnable
  1408.       EffectLocation = 'Volume <GoldWave*>'
  1409.     end
  1410.     object EffectVolumeFadeIn: TEffectAction
  1411.       Category = 'Effect'
  1412.       Caption = 'Fade &In...'
  1413.       Hint = 'Fade In|Fades in the selection'
  1414.       OnExecute = EffectExecute
  1415.       OnUpdate = EffectSelectionEnable
  1416.       EffectLocation = 'Fade In <GoldWave*>'
  1417.     end
  1418.     object EffectVolumeFadeOut: TEffectAction
  1419.       Category = 'Effect'
  1420.       Caption = 'Fade &Out...'
  1421.       Hint = 'Fade Out|Fades out the selection'
  1422.       OnExecute = EffectExecute
  1423.       OnUpdate = EffectSelectionEnable
  1424.       EffectLocation = 'Fade Out <GoldWave*>'
  1425.     end
  1426.     object EffectVolumeMatch: TEffectAction
  1427.       Category = 'Effect'
  1428.       Caption = 'M&atch...'
  1429.       Hint = 'Match Volume|Matches volume level with another file'
  1430.       OnExecute = EffectExecute
  1431.       OnUpdate = EffectSelectionEnable
  1432.       EffectLocation = 'Match <GoldWave*>'
  1433.     end
  1434.     object EffectVolumeMaximize: TEffectAction
  1435.       Category = 'Effect'
  1436.       Caption = '&Maximize...'
  1437.       Hint = 'Maximize Volume|Normalizes/maximizes the volume'
  1438.       OnExecute = EffectExecute
  1439.       OnUpdate = EffectSelectionEnable
  1440.       EffectLocation = 'Maximize <GoldWave*>'
  1441.     end
  1442.     object EffectVolumeShape: TEffectAction
  1443.       Category = 'Effect'
  1444.       Caption = '&Shape...'
  1445.       Hint = 'Shape Volume|Dynamically shapes the volume'
  1446.       OnExecute = EffectExecute
  1447.       OnUpdate = EffectSelectionEnable
  1448.       EffectLocation = 'Shape <GoldWave*>'
  1449.     end
  1450.     object EffectPan: TEffectAction
  1451.       Category = 'Effect'
  1452.       Caption = '&Pan...'
  1453.       Hint = 'Pan|Dynamically controls left and right balance'
  1454.       OnExecute = EffectExecute
  1455.       OnUpdate = EffectSelectionStereoEnable
  1456.       EffectLocation = 'Pan <GoldWave*>'
  1457.     end
  1458.     object EffectPlaybackRate: TAction
  1459.       Category = 'Effect'
  1460.       Caption = '&Playback Rate...'
  1461.       Hint = 'Playback rate|Changes the playback sampling rate'
  1462.       OnExecute = EffectPlaybackRateExecute
  1463.       OnUpdate = EffectLengthEnable
  1464.     end
  1465.     object EffectResample: TAction
  1466.       Category = 'Effect'
  1467.       Caption = 'Resa&mple...'
  1468.       Hint = 'Resample|Converts the sampling rate to a different rate'
  1469.       OnExecute = EffectResampleExecute
  1470.       OnUpdate = EffectLengthEnable
  1471.     end
  1472.     object EffectChannelMix: TEffectAction
  1473.       Category = 'Effect'
  1474.       Caption = '&Channel Mix...'
  1475.       Hint = 'Channel Mix|Mixes or combines the left and right channels'
  1476.       OnExecute = EffectExecute
  1477.       OnUpdate = EffectSelectionStereoEnable
  1478.       EffectLocation = 'Channel Mix <GoldWave*>'
  1479.     end
  1480.     object EffectMaxMatch: TEffectAction
  1481.       Category = 'Effect'
  1482.       Caption = '&MaxMatch...'
  1483.       Hint = 
  1484.         'MaxMatch|Automatically matches and maximizes left and right chan' +
  1485.         'nels volumes'
  1486.       OnExecute = EffectExecute
  1487.       OnUpdate = EffectSelectionStereoEnable
  1488.       EffectLocation = 'MaxMatch <GoldWave*>'
  1489.     end
  1490.     object EffectRemoveVocals: TEffectAction
  1491.       Category = 'Effect'
  1492.       Caption = '&Reduce Vocals...'
  1493.       Hint = 
  1494.         'Reduce Vocals|Removes or reduces the vocals in certain recording' +
  1495.         's'
  1496.       OnExecute = EffectExecute
  1497.       OnUpdate = EffectSelectionStereoEnable
  1498.       EffectLocation = 'Reduce Vocals <GoldWave*>'
  1499.     end
  1500.     object EffectTimeWarp: TEffectAction
  1501.       Category = 'Effect'
  1502.       Caption = 'Time &Warp...'
  1503.       Hint = 'Time Warp|Changes the duration or tempo'
  1504.       OnExecute = EffectExecute
  1505.       OnUpdate = EffectSelectionEnable
  1506.       EffectLocation = 'Time Warp <GoldWave*>'
  1507.     end
  1508.     object ToolCuePoints: TMainAction
  1509.       Category = 'Tool'
  1510.       Caption = 'Cue &Points...'
  1511.       Hint = 'Cue Points|Manages cue points'
  1512.       ImageIndex = 58
  1513.       OnExecute = ToolCuePointsExecute
  1514.       OnUpdate = EditExistEnable
  1515.       ToolCaption = 'Cues'
  1516.     end
  1517.     object ToolExpressionEvaluator: TMainAction
  1518.       Category = 'Tool'
  1519.       Caption = '&Expression Evaluator...'
  1520.       Hint = 
  1521.         'Expression Evaluator|Evaluates mathematical waveforms and expres' +
  1522.         'sions'
  1523.       ImageIndex = 59
  1524.       OnExecute = ToolExpressionEvaluatorExecute
  1525.       OnUpdate = EditExistEnable
  1526.       ToolCaption = 'Eval'
  1527.     end
  1528.     object ToolControl: TAction
  1529.       Category = 'Tool'
  1530.       Caption = 'Con&trol...'
  1531.       Checked = True
  1532.       Hint = 'Control|Show or hide the playback and recording Control window'
  1533.       OnExecute = ToolControlExecute
  1534.       OnUpdate = ToolControlUpdate
  1535.     end
  1536.     object ToolCDReader: TMainAction
  1537.       Category = 'Tool'
  1538.       Caption = 'CD &Reader...'
  1539.       Hint = 'CD Reader|Reads audio digitally from a CD'
  1540.       ImageIndex = 60
  1541.       OnExecute = ToolCDReaderExecute
  1542.       ToolCaption = 'CDX'
  1543.     end
  1544.     object ToolEffectChainEditor: TMainAction
  1545.       Category = 'Tool'
  1546.       Caption = 'Effect &Chain Editor...'
  1547.       Hint = 'Chain Editor|Creates a chain of effects'
  1548.       ImageIndex = 18
  1549.       OnExecute = ToolEffectChainEditorExecute
  1550.       OnUpdate = EffectSelectionEnable
  1551.       ToolCaption = 'Chain'
  1552.     end
  1553.     object OptionColour: TMainAction
  1554.       Category = 'Options'
  1555.       Caption = '&Colour...'
  1556.       Hint = 'Sets waveform colours'
  1557.       OnExecute = OptionColourExecute
  1558.       ToolCaption = 'ColOp'
  1559.     end
  1560.     object OptionControlProperties: TAction
  1561.       Category = 'Options'
  1562.       Caption = 'Control &Properties...'
  1563.       Hint = 'Displays the Control properties window'
  1564.       ShortCut = 122
  1565.       OnExecute = OptionControlPropertiesExecute
  1566.     end
  1567.     object OptionStorage: TMainAction
  1568.       Category = 'Options'
  1569.       Caption = '&Storage...'
  1570.       Hint = 'Sets storage options and folders'
  1571.       OnExecute = OptionStorageExecute
  1572.       ToolCaption = 'StgOp'
  1573.     end
  1574.     object OptionFileFormats: TMainAction
  1575.       Category = 'Options'
  1576.       Caption = '&File Formats...'
  1577.       Hint = 'File Formats|Sets how certain file formats are opened'
  1578.       OnExecute = OptionFileFormatsExecute
  1579.       ToolCaption = 'FmtOp'
  1580.     end
  1581.     object OptionToolBar: TMainAction
  1582.       Category = 'Options'
  1583.       Caption = '&Tool Bar...'
  1584.       Hint = 'Configures the tool bar'
  1585.       OnExecute = OptionToolBarExecute
  1586.       ToolCaption = 'BarOp'
  1587.     end
  1588.     object OptionWindow: TMainAction
  1589.       Category = 'Options'
  1590.       Caption = '&Window...'
  1591.       Hint = 'Sets window and waveform related options'
  1592.       OnExecute = OptionWindowExecute
  1593.       ToolCaption = 'WinOp'
  1594.     end
  1595.     object WindowCascade: TWindowCascade
  1596.       Tag = -1
  1597.       Category = 'Window'
  1598.       Caption = '&Cascade'
  1599.       Hint = 'Cascade|Arranges sound windows in a cascade layout'
  1600.       ImageIndex = 17
  1601.     end
  1602.     object WindowTileHorizontal: TWindowTileHorizontal
  1603.       Tag = -1
  1604.       Category = 'Window'
  1605.       Caption = 'Tile &Horizontally'
  1606.       Hint = 
  1607.         'Tile Horizontally|Arranges sound windows in a horizontal tile la' +
  1608.         'yout'
  1609.       ImageIndex = 15
  1610.     end
  1611.     object WindowTileVertical: TWindowTileVertical
  1612.       Tag = -1
  1613.       Category = 'Window'
  1614.       Caption = 'Tile &Vertically'
  1615.       Hint = 'Tile Vertically|Arranges sound windows in a vertical tile layout'
  1616.       ImageIndex = 16
  1617.     end
  1618.     object WindowMinimizeAll: TWindowMinimizeAll
  1619.       Tag = -1
  1620.       Category = 'Window'
  1621.       Caption = '&Minimize All'
  1622.       Hint = 'Minimize All|Minimizes all sound windows to title bars'
  1623.     end
  1624.     object WindowArrangeAll: TWindowArrange
  1625.       Tag = -1
  1626.       Category = 'Window'
  1627.       Caption = '&Arrange All'
  1628.       Hint = 'Arrange All'
  1629.     end
  1630.     object HelpContents: TMainAction
  1631.       Category = 'Help'
  1632.       Caption = '&Contents'
  1633.       Hint = 'Help Contents|Displays help table of contents'
  1634.       ImageIndex = 33
  1635.       ShortCut = 112
  1636.       OnExecute = HelpContentsExecute
  1637.       ToolCaption = 'Help'
  1638.     end
  1639.     object HelpManual: TMainAction
  1640.       Category = 'Help'
  1641.       Caption = '&Manual'
  1642.       Hint = 'Manual|Displays the GoldWave manual'
  1643.       ImageIndex = 33
  1644.       OnExecute = HelpManualExecute
  1645.       ToolCaption = 'Man'
  1646.     end
  1647.     object HelpAbout: TAction
  1648.       Category = 'Help'
  1649.       Caption = '&About...'
  1650.       Hint = 
  1651.         'About|Displays program information, version number, and copyrigh' +
  1652.         't'
  1653.       OnExecute = HelpAboutExecute
  1654.     end
  1655.     object ViewBeginning: TAction
  1656.       Category = 'View'
  1657.       Caption = 'Beginning'
  1658.       Hint = 
  1659.         'View Beginning|Displays the waveform at the beginning of the fil' +
  1660.         'e'
  1661.       ShortCut = 16420
  1662.       OnExecute = ViewBeginningExecute
  1663.       OnUpdate = ViewBeginningEnable
  1664.     end
  1665.     object ViewEnd: TAction
  1666.       Category = 'View'
  1667.       Caption = 'End'
  1668.       Hint = 'View End|Displays the waveform at the end of the file'
  1669.       ShortCut = 16419
  1670.       OnExecute = ViewEndExecute
  1671.       OnUpdate = ViewEndEnable
  1672.     end
  1673.     object OptionRegister: TAction
  1674.       Category = 'Options'
  1675.       Caption = '&Register...'
  1676.       Hint = 'Lets you enter your license'
  1677.       OnExecute = OptionsRegister
  1678.     end
  1679.     object WindowHorizontalControls: TAction
  1680.       Category = 'Window'
  1681.       Caption = 'Hori&zontal Control'
  1682.       OnExecute = WindowHorizontalControlsExecute
  1683.     end
  1684.     object WindowVerticalControls: TAction
  1685.       Category = 'Window'
  1686.       Caption = 'Ver&tical Control'
  1687.       OnExecute = WindowVerticalControlsExecute
  1688.     end
  1689.     object WindowSquareControls: TAction
  1690.       Category = 'Window'
  1691.       Caption = 'Clas&sic Control'
  1692.       Checked = True
  1693.       OnExecute = WindowSquareControlsExecute
  1694.     end
  1695.     object WindowToggle: TAction
  1696.       Category = 'Window'
  1697.       Caption = 'WindowToggle'
  1698.       ShortCut = 32885
  1699.       OnExecute = WindowToggleExecute
  1700.     end
  1701.     object EditCueSplitFile: TAction
  1702.       Category = 'Edit'
  1703.       Caption = '&Split File'
  1704.       Hint = 'Splits a file into smaller sections using cue points'
  1705.       OnExecute = CueSplitFileExecute
  1706.       OnUpdate = CueSplitFileUpdate
  1707.     end
  1708.   end
  1709.   object ImageList: TImageList
  1710.     AllocBy = 8
  1711.     Left = 106
  1712.     Top = 182
  1713.     Bitmap = {
  1714.       494C010145004A00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1715.       0000000000003600000028000000400000003001000001001000000000000098
  1716.       0000000000000000000000000000000000000000000000000000000000000000
  1717.       0000000000000000000000000000000000000000000000000000000000000000
  1718.       0000000000000000000000000000000000000000000000000000000000000000
  1719.       0000000000000000000000000000000000000000000000000000000000000000
  1720.       0000000000000000000000000000000000000000000000000000000000000000
  1721.       0000000000000000000000000000000000000000000000000000000000000000
  1722.       0000000000000000000000000000000000000000000000000000000000000000
  1723.       0000000000000000000000000000000000000000000000000000000000000000
  1724.       0000000000000000000000000000000000000000000000000000000000000000
  1725.       0000000000000000000000000000000000000000000000000000000000000000
  1726.       0000000000000000000000000000000000000000000000000000000000000000
  1727.       0000000000000000000000000000000000000000000000000000000000000000
  1728.       0000000000000000000000000000000000000000000000000000000000000000
  1729.       0000000000000000000000000000000000000000000000000000000000000000
  1730.       0000000000000000000000000000000000000000000000000000000000000000
  1731.       0000000000000000000000000000000000000000000000000000000000000000
  1732.       0000000000000000000000000000000000000000000000000000000000000000
  1733.       0000000000000000000000000000000000000000000000000000000000000000
  1734.       0000000000000000000000000000000000000000000000000000000000000000
  1735.       0000000000000000000000000000000000000000000000000000000000000000
  1736.       0000000000000000000000000000000000000000000000000000000000000000
  1737.       0000000000000000000000000000000000000000000000000000000000000000
  1738.       0000000000000000000000000000000000000000000000000000000000000000
  1739.       0000000000000000000000000000000000000000000000000000000000000000
  1740.       0000000000000000000000000000000000000000000000000000000000000000
  1741.       0000000000000000000000000000000000000000000000000000000000000000
  1742.       0000000000000000000000000000000000000000000000000000000000000000
  1743.       0000000000000000000000000000000000000000000000000000000000000000
  1744.       0000000000000000000000000000000000000000000000000000000000000000
  1745.       0000000000000000000000000000000000000000000000000000000000000000
  1746.       0000000000000000000000000000000000000000000000000000000000000000
  1747.       0000000000000000000000000000000000000000000000000000000000000000
  1748.       0000000000000000000000000000000000000000000000000000000000000000
  1749.       0000000000000000000000000000000000000000000000000000000000000000
  1750.       0000000000000000000000000000000000000000000000000000000000000000
  1751.       0000000000000000000000000000000000000000000000000000000000000000
  1752.       0000000000000000000000000000000000000000000000000000000000000000
  1753.       0000000000000000000000000000000000000000000000000000000000000000
  1754.       0000000000000000000000000000000000000000000000000000000000000000
  1755.       0000000000000000000000000000000000000000000000000000000000000000
  1756.       0000000000000000000000000000000000000000000000000000000000000000
  1757.       0000000000000000000000000000000000000000000000000000000000000000
  1758.       0000000000000000000000000000000000000000000000000000000000000000
  1759.       0000000000000000000000000000000000000000000000000000000000000000
  1760.       0000000000000000000000000000000000000000000000000000000000000000
  1761.       0000000000000000000000000000000000000000000000000000000000000000
  1762.       0000000000000000000000000000000000000000000000000000000000000000
  1763.       0000000000000000000000000000000000000000000000000000000000000000
  1764.       0000000000000000000000000000000000000000000000000000000000000000
  1765.       0000000000000000000000000000000000000000000000000000000000000000
  1766.       0000000000000000000000000000000000000000000000000000000000000000
  1767.       0000000000000000000000000000000000000000000000000000000000000000
  1768.       0000000000000000000000000000000000000000000000000000000000000000
  1769.       0000000000000000000000000000000000000000000000000000000000000000
  1770.       0000000000000000000000000000000000000000000000000000000000000000
  1771.       0000000000000000000000000000000000000000000000000000000000000000
  1772.       0000000000000000000000000000000000000000000000000000000000000000
  1773.       0000000000000000000000000000000000000000000000000000000000000000
  1774.       0000000000000000000000000000000000000000000000000000000000000000
  1775.       0000000000000000000000000000000000000000000000000000000000000000
  1776.       0000000000000000000000000000000000000000000000000000000000000000
  1777.       0000000000000000000000000000000000000000000000000000000000000000
  1778.       0000000000000000000000000000000000000000000000000000000000000000
  1779.       0000000000000000000000000000000000000000000000000000000000000000
  1780.       0000000000000000000000000000000000000000000000000000000010001000
  1781.       1000100010001000100010001000100010000000000000000000000000000000
  1782.       0000000000000000000000000000000000000000000000000000000000000000
  1783.       0000000000000000000000000000000000000000000000000000000000000000
  1784.       000000000000000000000000000000000000000000000000000000001000FF7F
  1785.       FF7F004000400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
  1786.       0000000000000000000000000000000000000000000000000000000000000000
  1787.       0000000000000000000000000000000000000000000000000000000000000000
  1788.       000000000000000000000000000000000000000000000000000000001000FF7F
  1789.       00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
  1790.       0000000000000000000000000000000000000000000000000000000000000000
  1791.       0000000000000000000000000000000000000000000000000000000000000000
  1792.       000000000000000000000000000000000000000000000000000000001000FF7F
  1793.       00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
  1794.       0000000000000000000000000000000000000000000000000000000000000000
  1795.       0000000000000000000000000000000000000000000000000000000000000000
  1796.       000000000000000000000000000000000000000010420042104200421000FF7F
  1797.       00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
  1798.       0000000000000000000000000000000000000000000000000000000000000000
  1799.       0000000000000000000000000000000000000000000000000000000000000000
  1800.       000000000000000000000000000000000000000000421042004210421000FF7F
  1801.       00400040FF7F00400040FF7FFF7FFF7F10000000000000000000000000000000
  1802.       0000000000000000000000000000000000000000000000000000000000000000
  1803.       0000000000000000000000000000000000000000000000000000000000000000
  1804.       000000000000000000000000000000000000000010420042104200421000FF7F
  1805.       FF7F004000400040FF7F10001000100010000000000000000000000000000000
  1806.       0000000000000000000000000000000000000000000000000000000000000000
  1807.       0000000000000000000000000000000000000000000000000000000000000000
  1808.       000000000000000000000000000000000000000000421042004210421000FF7F
  1809.       FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000000000000000000000000
  1810.       0000000000000000000000000000000000000000000000000000000000000000
  1811.       0000000000000000000000000000000000000000000000000000000000000000
  1812.       000000000000000000000000000000000000000010420042104200421000FF7F
  1813.       FF7FFF7FFF7FFF7FFF7F10001000000000000000000000000000000000000000
  1814.       0000000000000000000000000000000000000000000000000000000000000000
  1815.       0000000000000000000000000000000000000000000000000000000000000000
  1816.       0000000000000000000000000000000000000000004210420042104210001000
  1817.       1000100010001000100010000000000000000000000000000000000000000000
  1818.       0000000000000000000000000000000000000000000000000000000000000000
  1819.       0000000000000000000000000000000000000000000000000000000000000000
  1820.       0000000000000000000000000000000000000000104200421042004210420042
  1821.       1042004210420042104200420000000000000000000000000000000000000000
  1822.       0000000000000000000000000000000000000000000000000000000000000000
  1823.       0000000000000000000000000000000000000000000000000000000000000000
  1824.       0000000000000000000000000000000000000000004210420000000000000000
  1825.       0000000000000000104210420000000000000000000000000000000000000000
  1826.       0000000000000000000000000000000000000000000000000000000000000000
  1827.       0000000000000000000000000000000000000000000000000000000000000000
  1828.       0000000000000000000000000000000000000000104210420000186318631863
  1829.       1863186318630000104200420000000000000000000000000000000000000000
  1830.       0000000000000000000000000000000000000000000000000000000000000000
  1831.       0000000000000000000000000000000000000000000000000000000000000000
  1832.       00000000000000000000000000000000000000000042104200420000E07F0000
  1833.       0000E07F00001042004210420000000000000000000000000000000000000000
  1834.       0000000000000000000000000000000000000000000000000000000000000000
  1835.       0000000000000000000000000000000000000000000000000000000000000000
  1836.       000000000000000000000000000000000000000000000000000000000000E07F
  1837.       E07F000000000000000000000000000000000000000000000000000000000000
  1838.       0000000000000000000000000000000000000000000000000000000000000000
  1839.       0000000000000000000000000000000000000000000000000000000000000000
  1840.       0000000000000000000000000000000000000000000000000000000000000000
  1841.       0000000000000000000000000000000000000000000000000000000000000000
  1842.       0000000000000000000000000000000000000000000000000000000000000000
  1843.       0000000000000000000000000000000000000000000000000000000000000000
  1844.       00000000000000000000000000000000000000000000000000000000E07FE07F
  1845.       0000000000000000000000000000000000000000000000000000000000000000
  1846.       0000000000000000000000000000000000000000000000000000000000000000
  1847.       0000000000000000000000000000000000000000100010001000100010001000
  1848.       1000100010001000100010001000100010000000000000000000E07F1F001F00
  1849.       E07F000000000000000000000000000000000000000000000000000000000000
  1850.       0000000000000000000000000000000000000000000010420000000000000000
  1851.       00000000E0031042007C104200000000000000001000FF7FFF7FFF7FFF7FFF7F
  1852.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000000000E07F1F001F001F00
  1853.       1F00E07F00000000000010421042000000000000000000000000000000000000
  1854.       0000000000000000FF7F00000000000000000000104200000000000000000000
  1855.       0000E003E0031042007C007C10420000000000001000FF7F1000100010001040
  1856.       FF7FFF7FFF7F1040004000400040FF7F100000000000E07F1F001F001F001F00
  1857.       1F001F00E07F00000000FF031042000000000000000000000000000000000000
  1858.       000000000000FF7F000000000000000000000000000000000000000000000000
  1859.       E003E003E0031042007C007C007C1042000000001000FF7F1000100010001040
  1860.       1040FF7F10401040004000400040FF7F10000000E07FE07FE07FE07FE07FE07F
  1861.       E07FE07FE07FE07F0000FF031042000000000000000000000000000000001863
  1862.       00000000FF7F0000000000000000000000000000000000000000000000000000
  1863.       0000E003E0031042007C007C10420000000000001000FF7FFF7F100010001040
  1864.       104010401040104000400040FF7FFF7F10000000000000000000000000000000
  1865.       00000000000000000000FF031042000000000000000000000000000000000000
  1866.       FF7F000000000000000000000000000000000000000000000000000000000000
  1867.       00000000E0031042007C104200000000000000001000FF7FFF7F100010001000
  1868.       104010401040004000400040FF7FFF7F10000000000000000000000010001000
  1869.       00000000000000000000FF031042000000000000000000000000000000000000
  1870.       0000186300000000000000000000000000000000000000000000000000000002
  1871.       1042007C104200000000000000000000000000001000FF7F1000100010001000
  1872.       1000FF7F00400040004010001000100010000000000000000000100010001000
  1873.       10000000000000000000FF03104200000000000000000000FF7F000000000000
  1874.       0000000000000000000000000000000000000000000000000000000000020002
  1875.       1042007C007C10420000000000000000000000001000FF7F1000100010001000
  1876.       FF7FFF7FFF7F004000401000FF7F100010020000000000001000100010001000
  1877.       10001000000000000000FF03104200000000000000000000FF7FFF7F00000000
  1878.       0000000000000000000000000000000000000000000000000000000200020002
  1879.       1042007C007C007C1042000000000000000000001000FF7FFF7FFF7FFF7FFF7F
  1880.       FF7FFF7FFF7FFF7FFF7F10001000100200000000000000000000000010001000
  1881.       00000000000000000000FF03104200000000000000000000FF7FFF7FFF7F1042
  1882.       1042104210421042104210421042104200000000000000000000000000020002
  1883.       1042007C007C1042000000000000000000000000100010001000100010001000
  1884.       1000100010001000100010000000000000000000000000000000000010001000
  1885.       00000000000000000000FF031042000000000000000000000000000000001000
  1886.       1000100010001042100010001000104200000000000000000000000000000002
  1887.       1042007C10420000000000000000000000000000104200421042004210420042
  1888.       1042004210420042104200420000000000000000000000000000000010001000
  1889.       00000000000000000000FF031042000000000000000000000000000000000000
  1890.       100010001042100010000000100010001042000000000000E003104200401042
  1891.       0000000000000000000000000000000000000000004210420000000000000000
  1892.       0000000000000000004210420000000000000000000000000000000010001000
  1893.       10001000100010000000FF031042000000000000000000000000000000000000
  1894.       10001000104210001000000010001000104200000000E003E003104200400040
  1895.       1042000000000000000000000000000000000000104200420000186318631863
  1896.       1863186318630000104200420000000000000000000000000000000000001000
  1897.       10001000100000000000FF031042000000000000000000000000000000001042
  1898.       1000100010421000100000001000100010420000E003E003E003104200400040
  1899.       00401042000000000000000000001042000000000042104200420000E07F0000
  1900.       0000E07F00001042004210420000000000000000000000000000000000000000
  1901.       00000000000000000000FF031042000000000000000000000000000000001000
  1902.       10001000104210001000000010001000104200000000E003E003104200400040
  1903.       104200000000000000000000104200000000000000000000000000000000E07F
  1904.       E07F000000000000000000000000000000000000000000000000000000000000
  1905.       0000000000000000000000000000000000000000000000000000000000000000
  1906.       100010001042000010001000100010420000000000000000E003104200401042
  1907.       0000000000000000000000000000000000000000000000000000000000000000
  1908.       0000000000000000000000000000000000000000000000000000000000001042
  1909.       1042104210420000000000000000000000000000000000000000000000000000
  1910.       0000000000000000000000000000000000000000000000000000000000000000
  1911.       0000000000000000000000000000000000000000000000000000000000000000
  1912.       00000000E07FE07F000000000000000000000000000000000000186318631863
  1913.       1F7C1F7C18631042104200000000000000000000000000000000000000000000
  1914.       0000000000000000000000000000000000000000000000000000000000000000
  1915.       1000100000000000000000000000000000000000000000000000000000000000
  1916.       0000E07F1F001F00E07F000000000000000000000000000018631863FF7F1863
  1917.       1F7C1F7C186318631F0010420000000000000000000000000000000000000000
  1918.       0000000000000000000000000000000000000000000000000000000000001000
  1919.       1000100010000000000000000000000000000000000010421042000000000000
  1920.       E07F1F001F001F001F00E07F000000000000000000001863FF7FFF7F18631863
  1921.       1F7C1863186318631F001F001042000000000000000000000000000000000000
  1922.       1000100010000000000000000000000000000000000000000000000010001000
  1923.       10001000100010000000000000000000000000000000FF03104200000000E07F
  1924.       1F001F001F001F001F001F00E07F000000000000186318631863FF7FFF7F1863
  1925.       1F7C186318631F001F0018631863104200000000000000000000000000001000
  1926.       1000100010001000000000000000000000000000000000000000000000000000
  1927.       10001000000000000000000000000000000000000000FF0310420000E07FE07F
  1928.       E07FE07FE07FE07FE07FE07FE07FE07F000000001863186318631863FF7FFF7F
  1929.       1F7C18631F001F0018631863E003104200000000000000000000000010001000
  1930.       1000000000001000100000000000000000000000000000000000000000000000
  1931.       10001000000000000000000000000000000000000000FF031042000000000000
  1932.       000000000000000000000000000000000000FF7F18631863186318631863FF7F
  1933.       1F7C1F001F0018631863E003E003E00310420000000000000000100010000000
  1934.       1000100000000000100010000000000000000000000000000000000000000000
  1935.       10001000000000000000000000000000000000000000FF031042000000000000
  1936.       000000001000100000000000000000000000FF7F186318631863186318631863
  1937.       00000000E003E003E00318631863186310420000000000000000100010000000
  1938.       1000100000000000100010000000000000000000000000000000000000000000
  1939.       10001000000000000000000000000000000000000000FF031042000000000000
  1940.       000010001000100010000000000000000000FF7F186318631863E003E003E003
  1941.       0000000018631863186318631863186310420000000000000000100010000000
  1942.       0000100010000000100010000000000000000000000000000000000000000000
  1943.       00000000000000000000000000000000000000000000FF031042000000000000
  1944.       100010001000100010001000000000000000FF7FE003E003E003186318631F00
  1945.       1F001F7CFF7F1863186318631863186310420000000000000000100010000000
  1946.       0000100010000000100010000000000000000000000000000000000000000000
  1947.       00000000000000000000000000000000000000000000FF031042000000000000
  1948.       0000000010001000000000000000000000000000FF7FE003186318631F001F00
  1949.       18631F7CFF7FFF7F186318631863104200000000000000000000000010001000
  1950.       0000000010001000100000000000000000000000000000000000000000000000
  1951.       E07FE07F000000000000000000000000000000000000FF031042000000000000
  1952.       0000000010001000000000000000000000000000FF7F186318631F001F001863
  1953.       18631F7C1863FF7FFF7F18631863104200000000000000000000000000001000
  1954.       100010001000100000000000000000000000000000000000000000000000E07F
  1955.       1F001F00E07F00000000000000000000000000000000FF031042000000000000
  1956.       00000000100010000000000000000000000000000000FF7F1F001F0018631863
  1957.       18631F7C18631863FF7FFF7F1042000000000000000000000000000000000000
  1958.       10001000100000000000000000000000000000000000000000000000E07F1F00
  1959.       1F001F001F00E07F0000000000000000000000000000FF031042000010001000
  1960.       100010001000100000000000000000000000000000000000FF7F1F0018631863
  1961.       1F7C1F7C1863FF7F186318630000000000000000000000000000000000000000
  1962.       0000000000000000000000000000000000000000000000000000E07F1F001F00
  1963.       1F001F001F001F00E07F000000000000000000000000FF031042000000001000
  1964.       1000100010000000000000000000000000000000000000000000FF7FFF7F1863
  1965.       1F7C1F7C18631863186300000000000000000000000000000000000000000000
  1966.       000000000000000000000000000000000000000000000000E07FE07FE07FE07F
  1967.       E07FE07FE07FE07FE07FE07F00000000000000000000FF031042000000000000
  1968.       000000000000000000000000000000000000000000000000000000000000FF7F
  1969.       FF7FFF7FFF7F0000000000000000000000000000000000000000000000000000
  1970.       0000000000000000000000000000000000000000000000000000000000000000
  1971.       0000000000000000000000000000000000000000000000000000000000000000
  1972.       0000000000000000000000000000000000000000000000000000000000000000
  1973.       0000000000000000000000000000000000000000000000000000000000000000
  1974.       0000000000000000000000000000000000000000000000000000000000000000
  1975.       0000000000000000000000000000000000000000000000000000000000000000
  1976.       0000000000000000000000000000000000000000104210420000000000000000
  1977.       0000000000000000000000000000104210420000104210420000000000000000
  1978.       1000100000000000000000000000104210420000000000000000000000000000
  1979.       0000000000000000000000000000000000000000000000000000000000000000
  1980.       0000000000000000000000000000000000000000FF0310420000104200001042
  1981.       0000104200001042000000000000FF0310420000FF0310420000000000001000
  1982.       1000100010000000000000000000FF0310420000000000000000000000000000
  1983.       0000000000000000000000000000000000000000000000000000000000000000
  1984.       0000000000000000000000000000000000000000FF0310420000186300001863
  1985.       0000186300001863000000000000FF0310420000FF0310420000000010001000
  1986.       1000100010001000000000000000FF0310420000000000000000000000000000
  1987.       0000000000000000000000000000000000000000000000000000000000000000
  1988.       0000000000000000000000000000000000000000FF0310420000000000000000
  1989.       0000000000000000000010420000FF0310420000FF0310420000000000000000
  1990.       1000100000000000000000000000FF0310420000000000000000000000000000
  1991.       0000000000000000000000000000000000000000000000000000000000000000
  1992.       0000000000000000000000000000000000000000FF0310420000000000000000
  1993.       0000000000000000000018630000FF0310420000FF0310420000000000000000
  1994.       1000100000000000000000000000FF0310420000000000000000000000000000
  1995.       E07FE07F00000000000000000000000000000000000000000000000000000000
  1996.       0000000000000000000000000000000000000000FF0310420000000000000000
  1997.       0000000000000000000000000000FF0310420000FF0310420000000000000000
  1998.       1000100000000000000000000000FF031042000000000000000000000000E07F
  1999.       1F001F00E07F0000000000000000000000000000000000000000000000000000
  2000.       0000000000000000000000000000000000000000FF0310420000000000000000
  2001.       0000000000000000000000000000FF0310420000FF0310420000000000000000
  2002.       0000000000000000000000000000FF03104200000000000000000000E07F1F00
  2003.       1F001F001F00E07F000000000000000000000000000000000000000000000000
  2004.       0000000000000000000000000000000000000000FF0310420000000000000000
  2005.       0000000000000000000000000000FF0310420000FF0310420000104200001042
  2006.       0000104200001042000000000000FF0310420000000000000000E07F1F001F00
  2007.       1F001F001F001F00E07F00000000000000000000000000000000000000000000
  2008.       0000000000000000000000000000000000000000FF0310420000000000000000
  2009.       1000100000000000000000000000FF0310420000FF0310420000186300001863
  2010.       0000186300001863000000000000FF031042000000000000E07F1F001F001F00
  2011.       1F001F001F001F001F00E07F0000000000000000000000000000000000000000
  2012.       0000000000000000000000000000000000000000FF0310420000000000001000
  2013.       1000100010000000000000000000FF0310420000FF0310420000000000000000
  2014.       0000000000000000000010420000FF03104200000000E07F1F001F001F001F00
  2015.       1F001F001F001F001F001F00E07F000000000000000000000000000000000000
  2016.       0000000000000000000000000000000000000000FF0310420000000010001000
  2017.       1000100010001000000000000000FF0310420000FF0310420000000000000000
  2018.       0000000000000000000018630000FF0310420000E07FE07FE07FE07FE07FE07F
  2019.       E07FE07FE07FE07FE07FE07FE07FE07F00000000000000000000000000000000
  2020.       0000000000000000000000000000000000000000FF0310420000000000000000
  2021.       1000100000000000000000000000FF0310420000FF0310420000000000000000
  2022.       0000000000000000000000000000FF0310420000000000000000000000000000
  2023.       0000000000000000000000000000000000000000000000000000000000000000
  2024.       0000000000000000000000000000000000000000FF0310420000000000000000
  2025.       1000100000000000000000000000FF0310420000FF0310420000000000000000
  2026.       0000000000000000000000000000FF0310420000000000000000000000000000
  2027.       0000000000000000000000000000000000000000000000000000000000000000
  2028.       0000000000000000000000000000000000000000000000000000000000000000
  2029.       1000100000000000000000000000000000000000000000000000000000000000
  2030.       0000000000000000000000000000000000000000000000000000000000000000
  2031.       0000000000000000000000000000000000000000000000000000000000000000
  2032.       0000000000000000000000000000000000000000000000000000000000000000
  2033.       0000000000000000000000000000000000000000000000000000000000000000
  2034.       0000000000000000000000000000000000000000000000000000000000000000
  2035.       0000000000000000000000000000000000000000000000000000000000000000
  2036.       0000000000000000000000000000000000000000000000000000000000000000
  2037.       0000000000000000000000000000000000000000000000000000000000000000
  2038.       0000000000000000000000000000000000000000000000000000000000000000
  2039.       0000000000000000000000000000000000000000000000000000000000000000
  2040.       0000000000000000000000000000000000000000000000000000000000000000
  2041.       0000000000000000000000000000000000000000104210420000000000000000
  2042.       0000000000000000000000000000104210420000000010421042000000000000
  2043.       0000000010001000000000000000000000000000000000000000000010001000
  2044.       0000000000000000000010421042000000000000000000000000FF7F00000000
  2045.       0000000010421042104210421042104210420000FF0310420000000000000000
  2046.       1042104210420000000000000000FF03104200000000FF031042000000000000
  2047.       0000100010001000100000000000000000000000000000000000100010001000
  2048.       10000000000000000000FF031042000000000000000000000000FF7F00000000
  2049.       00000000007C007C007C007C007C007C10420000FF0310420000000000000000
  2050.       E07FE07F10420000000000000000FF03104200000000FF031042000000000000
  2051.       1000100010001000100010000000000000000000000000001000100010001000
  2052.       10001000000000000000FF031042000000000000000000000000FF7F10420000
  2053.       00000000007C007C007C007C007C007C10420000FF0310420000000000000000
  2054.       1042104210420000000000000000FF03104200000000FF031042000000000000
  2055.       0000000010001000000000000000000000000000000000000000000010001000
  2056.       00000000000000000000FF031042000000000000000000000000000000000000
  2057.       0000000000000000000000000000000000000000FF0310420000000000000000
  2058.       E07FE07F10420000000000000000FF03104200000000FF031042000000000000
  2059.       0000000010001000000000000000000000000000000000000000000010001000
  2060.       00000000000000000000FF031042000000000000000000000000000000001863
  2061.       0000000000000000000000000000000000000000FF0310420000000000000000
  2062.       E07FE07F10420000000000000000FF03104200000000FF031042000000000000
  2063.       0000000010001000000000000000000000000000000000000000000010001000
  2064.       00000000000000000000FF031042000000000000000000000000000000000000
  2065.       FF7F000000000000000000000000000000000000FF0310420000000000000000
  2066.       E07FE07F10420000000000000000FF03104200000000FF031042000010001000
  2067.       1000100010001000000000000000000000000000000000000000000010001000
  2068.       10001000100010000000FF031042000000000000000000000000000000000000
  2069.       0000186300000000000000000000000000000000FF0310420000000000000000
  2070.       0000E07FE07F1042000000000000FF03104200000000FF031042000000001000
  2071.       1000100010000000000000000000000000000000000000000000000000001000
  2072.       10001000100000000000FF03104200000000000000000000FF7F000000000000
  2073.       0000000000000000000000000000000000000000FF0310420000000010421042
  2074.       10420000E07FE07F104200000000FF03104200000000FF031042000000000000
  2075.       0000000000000000000000000000000000000000000000000000000000000000
  2076.       00000000000000000000FF03104200000000000000000000FF7FFF7F00000000
  2077.       0000000000000000000000000000000000000000FF03104200000000E07FE07F
  2078.       10420000E07FE07F104200000000FF03104200000000FF031042000000000000
  2079.       0000000000000000000000000000000000000000000000000000000000000000
  2080.       00000000000000000000FF03104200000000000000000000FF7FFF7FFF7F0000
  2081.       0000000000000000000000000000000000000000FF03104200000000E07FE07F
  2082.       10421042E07FE07F104200000000FF03104200000000FF031042000000000000
  2083.       0000000000000000000000000000000000000000000000000000000000000000
  2084.       00000000000000000000FF031042000000000000000000000000000000000000
  2085.       0000000000000000000000000000000000000000FF031042000000000000E07F
  2086.       E07FE07FE07F1042000000000000FF03104200000000FF031042000000000000
  2087.       0000000000000000000000000000000000000000000000000000000000000000
  2088.       00000000000000000000FF031042000000000000000000000000000000000000
  2089.       0000000000000000000000000000000000000000FF0310420000000000000000
  2090.       0000000000000000000000000000FF03104200000000FF031042000000000000
  2091.       0000000000000000000000000000000000000000000000000000000000000000
  2092.       00000000000000000000FF031042000000000000000000000000000000000000
  2093.       0000000000000000000000000000000000000000000000000000000000000000
  2094.       0000000000000000000000000000000000000000000000000000000000000000
  2095.       0000000000000000000000000000000000000000000000000000000000000000
  2096.       0000000000000000000000000000000000000000000000000000000000000000
  2097.       0000000000000000000000000000000000000000000000000000000000000000
  2098.       0000000000000000000000000000000000000000000000000000000000000000
  2099.       0000000000000000000000000000000000000000000000000000000000000000
  2100.       0000000000000000000000000000000000000000000000000000000000000000
  2101.       0000000000000000000000000000000000000000000000000000000000000000
  2102.       0000000000000000000000000000000000000000000000000000000000000000
  2103.       0000000010421042104200000000104210420000000000000000000000000000
  2104.       0000000000000000104210421042000000000000104210420000000000000000
  2105.       0000000000000000000000000000000000000000000000000000000000000000
  2106.       0000000000000000000000001042104200000000000000000000000000000000
  2107.       000000001F001F00104200001F001F0010420000000000000000000000000000
  2108.       0000000000000000E003E0031042000000000000FF0310420000000000000000
  2109.       0000000000000000000000000000FF7F00000000000000000000000000000000
  2110.       0000000000000000FF7F0000FF03104200000000000000000000FF7F00000000
  2111.       0000000000001F001F001F001F00104200000000000000000000FF7F00000000
  2112.       0000000010421042E003E0031042104210420000FF0310420000000000000000
  2113.       000000000000000000000000FF7F000000000000000000000000000000000000
  2114.       000000000000FF7F00000000FF03104200000000000000000000FF7F00000000
  2115.       00000000000000001F001F001042000000000000000000000000FF7F00000000
  2116.       00000000E003E003E003E003E003E00310420000FF0310420000000000000000
  2117.       00000000186300000000FF7F0000000000000000000000000000000000001863
  2118.       00000000FF7F000000000000FF03104200000000000000000000FF7F10420000
  2119.       0000000000001F001F001F001F00104200000000000000000000FF7F10420000
  2120.       00000000E003E003E003E003E003E00310420000FF0310420000000000000000
  2121.       000000000000FF7F000000000000000000000000000000000000000000000000
  2122.       FF7F00000000000000000000FF03104200000000000000000000000000000000
  2123.       000000001F001F00104200001F001F0010420000000000000000000000000000
  2124.       0000000000000000E003E0031042000000000000FF0310420000000000000000
  2125.       0000000000000000186300000000000000000000000000000000000000000000
  2126.       000018630000000000000000FF03104200000000000000000000000000001863
  2127.       0000000000000000000000000000000000000000000000000000000000001863
  2128.       0000000000000000E003E0031042000000000000FF031042000000000000FF7F
  2129.       000000000000000000000000000000000000000000000000FF7F000000000000
  2130.       000000000000000000000000FF03104200000000000000000000000000000000
  2131.       FF7F000000000000000000000000000000000000000000000000000000000000
  2132.       FF7F000000000000000000000000000000000000FF031042000000000000FF7F
  2133.       FF7F00000000000000000000000000000000000000000000FF7FFF7F00000000
  2134.       000000000000000000000000FF03104200000000000000000000000000000000
  2135.       0000186300000000000000000000000000000000000000000000000000000000
  2136.       0000186300000000000000000000000000000000FF031042000000000000FF7F
  2137.       FF7FFF7F0000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2138.       000000000000000000000000FF0310420000000000000000FF7F000000000000
  2139.       000000000000000000000000000000000000000000000000FF7F000000000000
  2140.       0000000000000000000000000000000000000000FF0310420000000000000000
  2141.       0000000000000000000000000000000000000000000000000000000000000000
  2142.       000000000000000000000000FF0310420000000000000000FF7FFF7F00000000
  2143.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2144.       0000000000000000000000000000000000000000FF0310420000000000000000
  2145.       0000000000000000000000000000000000000000000000000000000000000000
  2146.       000000000000000000000000FF0310420000000000000000FF7FFF7FFF7F0000
  2147.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2148.       0000000000000000000000000000000000000000FF0310420000000000000000
  2149.       0000000000000000000000000000000000000000000000000000000000000000
  2150.       000000000000000000000000FF03104200000000000000000000000000000000
  2151.       0000000000000000000000000000000000000000000000000000000000000000
  2152.       0000000000000000000000000000000000000000FF0310420000000000000000
  2153.       0000000000000000000000000000000000000000000000000000000000000000
  2154.       000000000000000000000000FF03104200000000000000000000000000000000
  2155.       0000000000000000000000000000000000000000000000000000000000000000
  2156.       0000000000000000000000000000000000000000000000000000000000000000
  2157.       0000000000000000000000000000000000000000000000000000000000000000
  2158.       0000000000000000000000000000000000000000000000000000000000000000
  2159.       0000000000000000000000000000000000000000000000000000000000000000
  2160.       0000000000000000000000000000000000000000000000000000000000000000
  2161.       0000000000000000000000000000000000000000000000000000000000000000
  2162.       0000000000000000000000000000000000000000000000000000000000000000
  2163.       0000000000000000000000000000000000000000000000000000000000000000
  2164.       0000000000000000000000000000000000000000000000000000000000000000
  2165.       0000000000000000000000000000000000000000000000000000000000000000
  2166.       0000000000000000000000000000000000000000000000000000000000000000
  2167.       0000000000000000000000000000000000000000000000000000000000000000
  2168.       0000000000000000000000000000000000000000000000000000000000000000
  2169.       0000000000000000000000000000000000000000000000000000000000000000
  2170.       0000000000000000000000000000000000000000000000000000000000000000
  2171.       0000000000000000000000000000000000000000000000000000000000000000
  2172.       0000000000000000000000000000000000000000000000000000000000000000
  2173.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2174.       0000000000000000FF7F0000000000000000000000000000FF03104200000000
  2175.       000000000000000000000000FF7F000000000000000000000000000000000000
  2176.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2177.       000000000000FF7F000000000000000000000000000000000000000000000000
  2178.       000000000000FF7F00000000000000000000000000000000FF03104200000000
  2179.       00000000000000000000FF7F0000000000000000000000000000000000000000
  2180.       000000000000FF7F000000000000000000000000000000000000000000001863
  2181.       00000000FF7F0000000000000000000000000000000000000000000000001863
  2182.       00000000FF7F000000000000000000000000000000000000FF03000010420000
  2183.       0000186300000000FF7F00000000000000000000000000000000000000001863
  2184.       00000000FF7F0000000000000000000000000000000000000000000000000000
  2185.       FF7F000000000000000000000000000000000000000000000000000000000000
  2186.       FF7F000000000000000000000000000000000000000000000000100210420000
  2187.       00000000FF7F0000000000000000000000000000000000000000000000000000
  2188.       FF7F000000000000000000000000000000000000000000000000000000000000
  2189.       0000186300000000000000000000000000000000000000000000000000000000
  2190.       0000186300000000000000000000000000000000000000001002FF0310420000
  2191.       0000000010021863000000000000000000000000000000000000000000000000
  2192.       000018630000000000000000000000000000000000000000FF7F000000000000
  2193.       000000000000000000000000000000000000000000000000FF7F000000000000
  2194.       000000000000000000000000000000000000000000000000FF03FF0318630000
  2195.       00000000FF03FF0300000000000000000000000000000000FF7F000000000000
  2196.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2197.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2198.       000000000000000000000000000000000000000000000000FF03FF031863FF7F
  2199.       00000000FF03FF0300000000000000000000000000000000FF7FFF7F00000000
  2200.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2201.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2202.       0000000000000000000000000000000000000000000000001002FF031863FF7F
  2203.       FF7F0000FF03FF0300000000000000000000000000000000FF7FFF7FFF7F0000
  2204.       0000000000000000E07FE07F1042000000000000000000000000000000000000
  2205.       0000000000000000000000000000000000000000000000000000000000000000
  2206.       0000000000000000000000000000000000000000000000000000100210420000
  2207.       0000000010020000104200000000000000000000000000000000000000000000
  2208.       0000000000000000E07FE07F1042000000000000000000000000000000000000
  2209.       0000000000000000000000000000000000000000000000000000000000000000
  2210.       000000000000000000000000000000000000000000000000FF03000010420000
  2211.       000000000000FF03104200000000000000000000000000000000000000000000
  2212.       0000000000000000E07FE07F1042000000000000000000000000000000000000
  2213.       0000000000000000000000000000000000000000000000000000000000000000
  2214.       000000000000000000000000000000000000000000000000FF03104200000000
  2215.       000000000000FF03104200000000000000000000000000000000000000000000
  2216.       00000000000010420000E07FE07F104200000000000000000000000000000000
  2217.       0000000000000000000000000000000000000000000000000000000000000000
  2218.       000000000000000000000000000000000000000000000000FF03104200000000
  2219.       000000000000FF03104200000000000000000000000000000000000000000000
  2220.       00000000E07FE07F1042E07FE07F104200000000000000000000000000000000
  2221.       0000000000000000000000000000000000000000000000000000000000000000
  2222.       000000000000000000000000000000000000000000000000FF03104200000000
  2223.       000000000000FF03104200000000000000000000000000000000000000000000
  2224.       000000000000E07FE07FE07F1042000000000000000000000000000000000000
  2225.       0000000000000000000000000000000000000000000000000000000000000000
  2226.       0000000000000000000000000000000000000000000000000000000000000000
  2227.       0000000000000000000000000000000000000000000000000000000000000000
  2228.       0000000000000000000000000000000000000000000000000000000000000000
  2229.       0000000000000000000000000000000000000000000000000000000000000000
  2230.       0000000000000000000000000000000000000000000000000000000000000000
  2231.       0000000000000000000000000000000000000000000000000000000000000000
  2232.       0000000000000000000000000000000000000000000000000000000000000000
  2233.       0000000000000000000000000000000000000000000000000000000000000000
  2234.       0000000000000000000000000000000000000000000000000000000000000000
  2235.       0000000000000000000000000000000000000000000000000000000000000000
  2236.       0000000000000000000000000000000000000000000000000000000000000000
  2237.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2238.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2239.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2240.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2241.       000000000000FF7F000000000000000000000000000000000000000000000000
  2242.       000000000000FF7F000000000000000000000000000000000000000000000000
  2243.       000000000000FF7F000000000000000000000000000000000000000000000000
  2244.       000000000000FF7F000000000000000000000000000000000000000000001863
  2245.       00000000FF7F0000000000000000000000000000000000000000000000001863
  2246.       00000000FF7F0000000000000000000000000000000000000000000000001863
  2247.       00000000FF7F0000000000000000000000000000000000000000000000001863
  2248.       00000000FF7F0000000000000000000000000000000000000000000000000000
  2249.       FF7F000000000000000000000000000000000000000000000000000000000000
  2250.       FF7F000000000000000000000000000000000000000000000000000000000000
  2251.       FF7F000000000000000000000000000000000000000000000000000000000000
  2252.       FF7F000000000000000000000000000000000000000000000000000000000000
  2253.       0000186300000000000000000000000000000000000000000000000000000000
  2254.       0000186300000000000000000000000000000000000000000000000000000000
  2255.       0000186300000000000000000000000000000000000000000000000000000000
  2256.       000018630000000000000000000000000000000000000000FF7F000000000000
  2257.       000000000000000000000000000000000000000000000000FF7F000000000000
  2258.       000000000000000000000000000000000000000000000000FF7F000000000000
  2259.       000000000000000000000000000000000000000000000000FF7F000000000000
  2260.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2261.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2262.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2263.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2264.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2265.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2266.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2267.       000000000000000000000000000000000000000000000000FF7FFF7FFF7F0000
  2268.       0000000000000000000000000000000000000000000000000000000000000000
  2269.       0000000000000000000000001042000010420000000000000000000000000000
  2270.       0000000000000000000000000000000000000000000000000000000000000000
  2271.       0000000000000000000000000000000000000000000000000000000000000000
  2272.       0000000000000000000000000000000000000000000000000000000000000000
  2273.       0000000000000000000000000000000000000000000000000000000000000000
  2274.       0000000000000000000000000000000000000000000000000000000000000000
  2275.       0000000000000000000000000000000000000000000000000000000000000000
  2276.       0000000000000000000000000000000000000000000000000000000000000000
  2277.       0000000000000000000000000000000000000000000000000000000000000000
  2278.       0000000000000000000000000000000000000000000000000000000000000000
  2279.       0000000000000000000000000000000000000000000000000000000000000000
  2280.       0000000000000000000000000000000000000000000000000000000000000000
  2281.       0000000000000000000000000000000000000000000000000000000000000000
  2282.       0000000000000000000000000000000000000000000000000000000000000000
  2283.       0000000000000000000000000000000000000000000000000000000000000000
  2284.       0000000000000000000000000000000000000000000000000000000000000000
  2285.       0000000000000000000000001042000010420000000000000000000000000000
  2286.       0000000000000000000000000000000000000000000000000000000000000000
  2287.       0000000000000000000000000000000000000000000000000000000000000000
  2288.       0000000000000000000000000000000000000000000000000000000000000000
  2289.       0000000000000000000000000000000000000000000000000000000000000000
  2290.       0000000000000000000000000000000000000000000000000000000000000000
  2291.       0000000000000000000000000000000000000000000000000000000000000000
  2292.       0000000000000000000000000000000000000000000000000000000010001000
  2293.       1000100010001000100010001000100010000000000000000000000000000000
  2294.       0000000000000000000000000000000000000000000000000000000000000000
  2295.       0000000000000000000000000000000000000000000000000000000000000000
  2296.       000000000000000000000000000000000000000000000000000000001000FF7F
  2297.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000104210420000000000000000
  2298.       0000000000000000000000000000104210420000000010001000100010001000
  2299.       1000100010001000100000000000000000000000000000000000000000000000
  2300.       000000000000000000000000000000000000000000000000000000001000FF7F
  2301.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000000000000000
  2302.       0000000000000000000000000000FF031042000000001000FF7FFF7FFF7FFF7F
  2303.       FF7FFF7FFF7FFF7F100000000000000000000000000000000000000000000000
  2304.       0000000000000000FF7F0000000000000000000000000000000000001000FF7F
  2305.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000000000000000
  2306.       0000000000000000000000000000FF031042000000001000FF7F0000FF7FFF7F
  2307.       0000FF7F0000FF7F100000000000000000000000000000000000000000000000
  2308.       000000000000FF7F00000000000000000000000010420042104200421000FF7F
  2309.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000004200420000
  2310.       0000000018630000004200000000FF031042000000001000FF7F0000FF7FFF7F
  2311.       FF7F0000FF7FFF7F1000FF7F0000000000000000000000000000000000001863
  2312.       00000000FF7F000000000000000000000000000000421042004210421000FF7F
  2313.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000004200420000
  2314.       0000000018630000004200000000FF031042000000001000FF7F00000000FF7F
  2315.       0000FF7F0000FF7F1000FF7F0000000000000000000000000000000000000000
  2316.       FF7F00000000000000000000000000000000000010420042104200421000FF7F
  2317.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000FF0310420000004200420000
  2318.       0000000000000000004200000000FF031042000000001000FF7F0000FF7FFF7F
  2319.       FF7FFF7FFF7FFF7F1000FF7F0000FF7F00000000000000000000000000000000
  2320.       0000186300000000000000000000000000000000004210420042104210001000
  2321.       1000100010001000100010001000100010000000FF0310420000004200420042
  2322.       0042004200420042004200000000FF031042000000001000FF7F000000000000
  2323.       FF7F1000100010001000FF7F0000FF7F0000000000000000FF7F000000000000
  2324.       0000000000000000000000000000000000000000104200421042004210001000
  2325.       1000100010001000100010001000FF7F10000000FF0310420000004200420000
  2326.       0000000000000042004200000000FF031042000000001000FF7FFF7FFF7FFF7F
  2327.       FF7F1000FF7F10000000FF7F0000FF7F0000000000000000FF7FFF7F00000000
  2328.       0000000000000000104210421042104210420000004210420042104210001000
  2329.       1000100010001000100010001000100010000000FF0310420000004200001863
  2330.       1863186318630000004200000000FF031042000000001000FF7FFF7FFF7FFF7F
  2331.       FF7F100010000000000000000000FF7F0000000000000000FF7FFF7FFF7F0000
  2332.       0000000000000000100010001000100010420000104200421042004210420042
  2333.       1042004210420042104200420000000000000000FF0310420000004200001863
  2334.       1863186318630000000000000000FF0310420000000010001000100010001000
  2335.       10001000FF7F0000FF7F00000000FF7F00000000000000000000000000000000
  2336.       0000000000000000000010001000104200000000004210420000000000000000
  2337.       0000000000000000004210420000000000000000FF0310420000004200001863
  2338.       1863186318630000186300000000FF03104200000000000000000000FF7FFF7F
  2339.       FF7FFF7FFF7F0000000000000000000000000000000000000000000000000000
  2340.       0000000000000000000010001000104200000000104200420000186318631863
  2341.       1863186318630000104200420000000000000000FF0310420000000000000000
  2342.       0000000000000000000000000000FF0310420000000000000000000000000000
  2343.       0000000000000000FF7F0000FF7F000000000000000000000000000000000000
  2344.       00000000000000001042100010001042000000000042104200420000E07F0000
  2345.       0000E07F00001042004210420000000000000000FF0310420000000000000000
  2346.       0000000000000000000000000000FF0310420000000000000000000000000000
  2347.       FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
  2348.       000000000000000010001000100010420000000000000000000000000000E07F
  2349.       E07F000000000000000000000000000000000000000000000000000000000000
  2350.       0000000000000000000000000000000000000000000000000000000000000000
  2351.       0000000000000000000000000000000000000000000000000000000000000000
  2352.       0000000000000000000010001000104200000000000000000000000000000000
  2353.       0000000000000000000000000000000000000000000000000000000000000000
  2354.       0000000000000000000000000000000000000000000000000000000000000000
  2355.       0000000000000000000000000000000000000000000000000000000000000000
  2356.       0000000000000000000000000000000000000000000000000000000000000000
  2357.       0000000000000000000000000000000000000000000000000000000000000000
  2358.       0000000000000000000000000000000000000000000000000000000000001042
  2359.       1042000000001042104200000000000000000000000000000000000010001000
  2360.       1000100010001000000000000000000000000000104210420000000000000000
  2361.       0000000000000000000000000000104210420000000000000000000010420000
  2362.       1042104000000000000000000000000000000000000000000000000000400040
  2363.       104200000040004010420000000000000000000000000000000000001000FF7F
  2364.       FF7FFF7FFF7F1000000000000000000000000000FF0310420000000000000000
  2365.       0000000000000000000000000000FF0310420000000000001042000010421863
  2366.       FF7F186310400000000000000000000000000000000000000000000000000040
  2367.       004000400040104200000000000000000000000000000000000000001000FF7F
  2368.       FF7FFF7FFF7F1000000000000000000000000000FF0310421000100010001000
  2369.       1000100010001000100010000000FF03104200001042000010421863FF7FFF7F
  2370.       1042186318631040000000000000000000000000000000000000000000000000
  2371.       004000401042000000000000000000000000000000000000000000001000FF7F
  2372.       FF7FFF7FFF7F1000000000000000000000000000FF0310421000FF7FFF7FFF7F
  2373.       FF7FFF7FFF7FFF7FFF7F10000000FF031042000010421863FF7FFF7F10421042
  2374.       0000104218631863104000000000000000000000000000000000000000000040
  2375.       004000400040104200000000000000000000000000000000000000001000FF7F
  2376.       FF7F100010001000000000000000000000000000FF0310421000FF7FFF7FFF7F
  2377.       FF7FFF7FFF7FFF7FFF7F10000000FF03104210401042FF7F1042104200000000
  2378.       1040000010421863186310400000000000000000000000000000000000400040
  2379.       104200000040004010420000000000000000000000000000000000001000FF7F
  2380.       FF7F1000FF7F1000000000000000000000000000FF0310421000FF7FFF7FFF7F
  2381.       FF7FFF7FFF7FFF7FFF7F10000000FF0310421040104210420000000010401040
  2382.       1040104000001042186318631040000000000000000000000000000000000000
  2383.       0000000000000000000000000000000000000000000000000000000010001000
  2384.       1000100010000000000000000000000000000000FF0310421000FF7FFF7FFF7F
  2385.       FF7FFF7FFF7FFF7FFF7F10000000FF03104210400000000010401040E07F1040
  2386.       1040104010400000104218631863104000000000000000000000000000000000
  2387.       0000000000000000000000000000000000000000000000000000000000000000
  2388.       0000000000000000000000000000000000000000FF0310421000FF7FFF7FFF7F
  2389.       FF7FFF7FFF7FFF7FFF7F10000000FF031042104010421040104010401040E07F
  2390.       1040104010401040000010421863000000000000FF7FFF7FFF7FFF7F1863FF7F
  2391.       FF7FFF7F1863FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
  2392.       1000100000000000000000000000000000000000FF0310421000FF7FFF7FFF7F
  2393.       FF7FFF7FFF7FFF7FFF7F10000000FF0310420000104010421040104010401040
  2394.       E07FE07FE07F1040104000001042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2395.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
  2396.       1000100000000000000000000000000000000000FF0310421000100010001000
  2397.       1000100010001000100010000000FF0310420000000010401042104010401040
  2398.       104010401040E07F104010400000000000000000FF7FFF7FFF7FFF7F1863FF7F
  2399.       FF7FFF7F1863FF7FFF7F00000000000000000000FF7FFF7FFF7FFF7F10001000
  2400.       10001000100010000000FF7FFF7FFF7F00000000FF0310421000100010001000
  2401.       1000100010001000FF7F10000000FF0310420000000000001040104210401040
  2402.       104010401040E07F104010401040000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2403.       FF7FFF7FFF7FFF7FFF7F0000FF7FFF7F00000000FF7FFF7FFF7F000000001000
  2404.       1000100010000000FF7FFF7FFF7FFF7F00000000FF0310421000100010001000
  2405.       1000100010001000100010000000FF0310420000000000000000104010421040
  2406.       E07FE07FE07F1040104010400000104200000000FF7FFF7FFF7FFF7F1863FF7F
  2407.       FF7FFF7F1863FF7FFF7F0000FF7F000000000000FF7FFF7FFF7F000000000000
  2408.       1000100000000000FF7FFF7FFF7FFF7F00000000FF0310420000000000000000
  2409.       0000000000000000000000000000FF0310420000000000000000000010401042
  2410.       1040104010401040000010420000000000000000000000000000000000000000
  2411.       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7F00000000
  2412.       00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
  2413.       0000000000000000000000000000000000000000000000000000000000001040
  2414.       1042104000001042000000000000000000000000000000000000000000000000
  2415.       0000000000000000000000000000000000000000FF7FFF7FFF7F000000000000
  2416.       0000000000000000FF7FFF7FFF7FFF7F00000000000000000000000000000000
  2417.       0000000000000000000000000000000000000000000000000000000000000000
  2418.       1040104200000000000000000000000000000000000000000000000000000000
  2419.       0000000000000000000000000000000000000000000000000000000000000000
  2420.       0000000000000000000000000000000000000000000000000000000010001000
  2421.       1000100010001000100010001000100010000000104210420000000010421042
  2422.       0000000000001042104200000000104210420000000000000000000010001000
  2423.       1000100010001000100010001000100010000000000000000000000000000000
  2424.       000000000000000000000000000000000000000000000000000000001000FF7F
  2425.       FF7FFF7F00400040FF7FFF7FFF7FFF7F10000040004010420000004000401042
  2426.       0000000000400040104200000040004010420000000000000000000010000040
  2427.       0040FF7FFF7FFF7F00400040FF7FFF7F10000000104210420000000000000000
  2428.       000000000000000000000000000010421042000000000000000000001000FF7F
  2429.       FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000004000400040004010420000
  2430.       000000000000004000400040004010420000000000000000000000001000FF7F
  2431.       00400040FF7F00400040FF7FFF7FFF7F10000000FF0310420000000000000000
  2432.       0000000000000000000000000000FF031042000000000000000000001000FF7F
  2433.       004000400040004000400040FF7FFF7F10000000000000400040104200000000
  2434.       000000000000000000400040104200000000000000000000000000001000FF7F
  2435.       FF7F004000400040FF7FFF7FFF7FFF7F10000000FF0310421000100010001000
  2436.       1000100010001000100010000000FF031042000010420042104200421000FF7F
  2437.       004000400040004000400040FF7FFF7F10000000004000400040004010420000
  2438.       000000000000004000400040004010420000000010420042104200421000FF7F
  2439.       FF7F004000400040FF7FFF7FFF7FFF7F10000000FF0310421000FF7FFF7FFF7F
  2440.       FF7FFF7FFF7FFF7FFF7F10000000FF031042000000421042004210421000FF7F
  2441.       FF7FFF7F00400040FF7FFF7FFF7FFF7F10000040004010420000004000401042
  2442.       000000000040004010420000004000401042000000421042004210421000FF7F
  2443.       00400040FF7F00400040FF7FFF7FFF7F10000000FF0310421000FF7F00000000
  2444.       0000000000000000FF7F10000000FF031042000010420042104200421000FF7F
  2445.       FF7FFF7F00400040FF7F10001000100010000000000000000000000000000000
  2446.       0000000000000000000000000000000000000000104200421042004210000040
  2447.       0040FF7FFF7FFF7F004010001000100010000000FF0310421000FF7FFF7FFF7F
  2448.       FF7FFF7FFF7FFF7FFF7F10000000FF031042000000421042004210421000FF7F
  2449.       FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000000000000000000000000
  2450.       000000000000000000000000000000000000000000421042004210421000FF7F
  2451.       FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000FF0310421000FF7F00000000
  2452.       0000000000000000FF7F10000000FF031042000010420042104200421000FF7F
  2453.       FF7FFF7FFF7FFF7FFF7F10001000000000000000FF7FFF7FFF7FFF7F1863FF7F
  2454.       FF7FFF7F1863FF7FFF7FFF7FFF7FFF7F0000000010420042104200421000FF7F
  2455.       FF7FFF7FFF7FFF7FFF7F10001000000000000000FF0310421000FF7FFF7FFF7F
  2456.       FF7FFF7FFF7FFF7FFF7F10000000FF0310420000004210420042104210001000
  2457.       1000100010001000100010000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2458.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000004210420042104210001000
  2459.       1000100010001000100010000000000000000000FF0310421000FF7F00000000
  2460.       0000FF7F10001000100010000000FF0310420000104200421042004210420042
  2461.       1042004210420042104200420000000000000000FF7FFF7FFF7FFF7F1863FF7F
  2462.       FF7FFF7F1863FF7FFF7F00000000000000000000104200421042004210420042
  2463.       1042004210420042104200420000000000000000FF0310421000FF7FFF7FFF7F
  2464.       FF7FFF7F1000FF7F100000000000FF0310420000004210420000000000000000
  2465.       0000000000000000004210420000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2466.       FF7FFF7FFF7FFF7FFF7F0000FF7FFF7F00000000004210420000000000000000
  2467.       0000000000000000104210420000000000000000FF0310421000FF7FFF7FFF7F
  2468.       FF7FFF7F10001000000000000000FF0310420000104200420000186318631863
  2469.       1863186318630000104200420000000000000000FF7FFF7FFF7FFF7F1863FF7F
  2470.       FF7FFF7F1863FF7FFF7F0000FF7F000000000000104210420000186318631863
  2471.       1863186318630000104200420000000000000000FF0310421000100010001000
  2472.       1000100010000000000000000000FF03104200000042104200420000E07F0000
  2473.       0000E07F00001042004210420000000000000000000000000000000000000000
  2474.       00000000000000000000000000000000000000000042104200420000E07F0000
  2475.       0000E07F00001042004210420000000000000000FF0310420000000000000000
  2476.       0000000000000000000000000000FF031042000000000000000000000000E07F
  2477.       E07F000000000000000000000000000000000000000000000000000000000000
  2478.       000000000000000000000000000000000000000000000000000000000000E07F
  2479.       E07F000000000000000000000000000000000000000000000000000000000000
  2480.       0000000000000000000000000000000000000000000000000000000000000000
  2481.       0000000000000000000000000000000000000000000000000000000000000000
  2482.       0000000000000000000000000000000000000000000000000000000000000000
  2483.       0000000000000000000000000000000000000000000000000000000000000000
  2484.       0000000000000000000000000000000000000000000000000000000000000000
  2485.       0000000000000000000000000000000000000000000000000000000010001000
  2486.       1000100010001000100010001000100010000000000000000000000010001000
  2487.       1000100010001000100010001000100010000000000000000000000010001000
  2488.       1000100010001000100010001000100010000000000000000000000000000000
  2489.       000000000000000000000000000000000000000000000000000000001000FF7F
  2490.       FF7FFF7F0040FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
  2491.       FF7FFF7FFF7F0040FF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
  2492.       FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
  2493.       0000000000000000FF7F0000000000000000000000000000000000001000FF7F
  2494.       FF7F00400040FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
  2495.       FF7FFF7FFF7F00400040FF7FFF7FFF7F1000000000000000000000001000FF7F
  2496.       FF7F0040004000400040FF7FFF7FFF7F10000000000000000000000000000000
  2497.       000000000000FF7F00000000000000000000000000000000000000001000FF7F
  2498.       004000400040004000400040FF7FFF7F1000000000000000000000001000FF7F
  2499.       004000400040004000400040FF7FFF7F1000000000000000000000001000FF7F
  2500.       004000400040004000400040FF7FFF7F10000000000000000000000000001863
  2501.       00000000FF7F000000000000000000000000000010420042104200421000FF7F
  2502.       004000400040004000400040FF7FFF7F1000000010420042104200421000FF7F
  2503.       004000400040004000400040FF7FFF7F1000000010420042104200421000FF7F
  2504.       FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
  2505.       FF7F00000000000000000000000000000000000000421042004210421000FF7F
  2506.       FF7F00400040FF7FFF7FFF7FFF7FFF7F1000000000421042004210421000FF7F
  2507.       FF7FFF7FFF7F00400040FF7FFF7FFF7F1000000000421042004210421000FF7F
  2508.       FF7FFF7F00400040FF7FFF7FFF7FFF7F10000000000000000000000000000000
  2509.       000018630000000000000000000000000000000010420042104200421000FF7F
  2510.       FF7FFF7F0040FF7FFF7F1000100010001000000010420042104200421000FF7F
  2511.       FF7FFF7FFF7F0040FF7F1000100010001000000010420042104200421000FF7F
  2512.       FF7FFF7F00400040FF7F1000100010001000000000000000FF7F000000000000
  2513.       000000000000000000000000000000000000000000421042004210421000FF7F
  2514.       FF7FFF7FFF7FFF7FFF7F1000FF7F10000000000000421042004210421000FF7F
  2515.       FF7FFF7FFF7FFF7FFF7F1000FF7F10000000000000421042004210421000FF7F
  2516.       FF7FFF7FFF7FFF7FFF7F1000FF7F10000000000000000000FF7FFF7F00000000
  2517.       000000000000000000000000000000000000000010420042104200421000FF7F
  2518.       FF7FFF7FFF7FFF7FFF7F1000100000000000000010420042104200421000FF7F
  2519.       FF7FFF7FFF7FFF7FFF7F1000100000000000000010420042104200421000FF7F
  2520.       FF7FFF7FFF7FFF7FFF7F1000100000000000000000000000FF7FFF7FFF7F0000
  2521.       0000000000000000000000000000000000000000004210420042104210001000
  2522.       1000100010001000100010000000000000000000004210420042104210001000
  2523.       1000100010001000100010000000000000000000004210420042104210001000
  2524.       1000100010001000100010000000000000000000000000000000000000000000
  2525.       0000000000001042104210421042104210420000104200421042004210420042
  2526.       1042004210420042104200420000000000000000104200421042004210420042
  2527.       1042004210420042104200420000000000000000104200421042004210420042
  2528.       1042004210420042104200420000000000000000000000000000000000000000
  2529.       000000000000007C007C007C007C007C10420000004210420000000000000000
  2530.       0000000000000000004210420000000000000000004210420000000000000000
  2531.       0000000000000000004210420000000000000000004210420000000000000000
  2532.       0000000000000000004210420000000000000000000000000000000000000000
  2533.       000000000000007C007C007C007C007C10420000104200420000186318631863
  2534.       1863186318630000104200420000000000000000104200420000186318631863
  2535.       1863186318630000104200420000000000000000104200420000186318631863
  2536.       1863186318630000104200420000000000000000000000000000000000000000
  2537.       00000000000000000000000000000000000000000042104200420000E07F0000
  2538.       0000E07F000010420042104200000000000000000042104200420000E07F0000
  2539.       0000E07F000010420042104200000000000000000042104200420000E07F0000
  2540.       0000E07F00001042004210420000000000000000000000000000000000000000
  2541.       000000000000000000000000000000000000000000000000000000000000E07F
  2542.       E07F00000000000000000000000000000000000000000000000000000000E07F
  2543.       E07F00000000000000000000000000000000000000000000000000000000E07F
  2544.       E07F000000000000000000000000000000000000000000000000000000000000
  2545.       0000000000000000000000000000000000000000000000000000000000000000
  2546.       0000000000000000000000000000000000000000000000000000000000000000
  2547.       0000000000000000000000000000000000000000000000000000000000000000
  2548.       0000000000000000000000000000000000000000000000000000000000000000
  2549.       0000000000000000000000000000000000000000000000000000000000000000
  2550.       0000000000000000000000000000000000000000000000000000000000000000
  2551.       0000000000000000000000000000000000000000000000000000000000000000
  2552.       0000000000000000000000000000000000000000000000000000000000000000
  2553.       0000000000000000000000000000000000000000000000000000000000000000
  2554.       0000000000000000000000000000000000000000000000000000000000000000
  2555.       0000000000000000000000000000000000000000000000000000000000000000
  2556.       0000000000000000000000000000000000000000104210421042000000000000
  2557.       1042104200000000000000001042104210420000000000000000000000001000
  2558.       1000100010000000000000000000000000000000000000000000000000000000
  2559.       0000000000000000FF7F00000000000000000000000000000000000000000000
  2560.       0000000000000000FF7F00000000000000000000E07FE07F1042000000000000
  2561.       E07FE07F1042000000000000E07FE07F10420000000000000000100010001000
  2562.       1000100010001000100000000000000000000000000000000000000000000000
  2563.       000000000000FF7F000000000000000000000000000000000000000000000000
  2564.       000000000000FF7F000000000000000000000000E07FE07F1042000000000000
  2565.       0000E07FE07F10420000E07FE07F10420000000000000000100010001000FF7F
  2566.       FF7FFF7FFF7F1000100010000000000000000000000000000000000000001863
  2567.       00000000FF7F0000000000000000000000000000000000000000000000001863
  2568.       00000000FF7F0000000000000000000000000000E07FE07F1042000000000000
  2569.       00000000E07FE07FE07FE07F1042000000000000000000001000100010001000
  2570.       FF7FFF7F10001000100010000000000000000000000000000000000000000000
  2571.       FF7F000000000000000000000000000000000000000000000000000000000000
  2572.       FF7F000000000000000000000000000000000000E07FE07F1042000000000000
  2573.       000000000000E07FE07F10420000000000000000000010001000100010001000
  2574.       FF7FFF7F10001000100010001000000000000000000000000000000000000000
  2575.       0000186300000000000000000000000000000000000000000000000000000000
  2576.       0000186300000000000000000000000000000000E07FE07F1042104210421042
  2577.       00000000E07FE07FE07FE07F1042000000000000000010001000100010001000
  2578.       FF7FFF7F1000100010001000100000000000000000000000FF7F000000000000
  2579.       000000000000000000000000000000000000000000000000FF7F000000000000
  2580.       0000000000000000000000000000000000000000E07FE07FE07FE07FE07F1042
  2581.       0000E07FE07F10420000E07FE07F104200000000000010001000100010001000
  2582.       FF7FFF7F1000100010001000100000000000000000000000FF7FFF7F00000000
  2583.       000000000000000000000000000000000000000000000000FF7FFF7F00000000
  2584.       0000000000000000104210421042000000000000E07FE07FE07FE07FE07F1042
  2585.       E07FE07F1042000000000000E07FE07F10420000000010001000100010001000
  2586.       FF7FFF7F1000100010001000100000000000000000000000FF7FFF7FFF7F0000
  2587.       000000000000104210420000000010421042000000000000FF7FFF7FFF7F0000
  2588.       0000000000000000E003E0031042000000000000E07FE07F1042000000000000
  2589.       0000000000000000000000000000000000000000000000001000100010001000
  2590.       1000100010001000100010000000000000000000000000000000000000000000
  2591.       000000001F001F00104200001F001F0010420000000000000000000000000000
  2592.       0000000010421042E003E0031042104210420000E07FE07F1042104210421042
  2593.       1042104200000000000000000000000000000000000000001000100010001000
  2594.       FF7FFF7F10001000100010000000000000000000000000000000000000000000
  2595.       0000000000001F001F001F001F00104200000000000000000000000000000000
  2596.       00000000E003E003E003E003E003E00310420000E07FE07FE07FE07FE07FE07F
  2597.       E07F104200000000000000000000000000000000000000000000100010001000
  2598.       1000100010001000100000000000000000000000000000000000000000000000
  2599.       00000000000000001F001F001042000000000000000000000000000000000000
  2600.       00000000E003E003E003E003E003E00310420000E07FE07FE07FE07FE07FE07F
  2601.       E07F104200000000000000000000000000000000000000000000000000001000
  2602.       1000100010000000000000000000000000000000000000000000000000000000
  2603.       0000000000001F001F001F001F00104200000000000000000000000000000000
  2604.       0000000000000000E003E0031042000000000000000000000000000000000000
  2605.       0000000000000000000000000000000000000000000000000000000000000000
  2606.       0000000000000000000000000000000000000000000000000000000000000000
  2607.       000000001F001F00104200001F001F0010420000000000000000000000000000
  2608.       0000000000000000E003E0031042000000000000000000000000000000000000
  2609.       0000000000000000000000000000000000000000000000000000000000000000
  2610.       0000000000000000000000000000000000000000000000000000000000000000
  2611.       0000000000000000000000000000000000000000000000000000000000000000
  2612.       0000000000000000000000000000000000000000000000000000000000000000
  2613.       0000000000000000000000000000000000000000000000000000000000001000
  2614.       1000100010001000100010001000100010000000000000000000000000000000
  2615.       1042104200000000000000000000000000000000186310421042104210421042
  2616.       1042104210421042104210421042104210420000100010001000100010001000
  2617.       1000100010001000100010001000000000000000000000000000000000001000
  2618.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000001042
  2619.       E07FE07F10420000000000000000000000000000FF7F18631863186318631863
  2620.       18631863186318631863186318631863104200001000FF7FFF7FFF7FFF7FFF7F
  2621.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000001000
  2622.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000001042E07F
  2623.       E07FE07FE07F1042000000000000000000000000FF7F186318631863FF7F1863
  2624.       186318631863FF7F1863186318631863104200001000FF7FFF7FFF7FFF7FFF7F
  2625.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000001000
  2626.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F100000000000000000000000E07FE07F
  2627.       E07FE07FE07FE07F104200000000000000000000FF7F1863186318631042FF7F
  2628.       1863186318631042FF7F186318631863104200001000FF7FFF7FFF7FFF7FFF7F
  2629.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000100010001000
  2630.       1000100010001000100010001000100010000000000000000000000000000000
  2631.       E07FE07F10420000000000000000000000000000FF7F1863186318631042FF7F
  2632.       1863186318631042FF7F186318631863104200001000FF7FFF7FFF7FFF7FFF7F
  2633.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7FFF7F1000
  2634.       1000100010001000100010001000FF7F10000000000000001042104210421042
  2635.       E07FE07F10421042104210421042000000000000FF7F18631863104210421042
  2636.       FF7F1863104210421042FF7F18631863104200001000FF7FFF7FFF7FFF7FFF7F
  2637.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7FFF7F1000
  2638.       100010001000100010001000100010001000000000000000E07FE07FE07FE07F
  2639.       10001000E07FE07FE07FE07F1042000000000000FF7F18631863104210421042
  2640.       FF7F1863104210421042FF7F18631863104200001000FF7FFF7FFF7FFF7FFF7F
  2641.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7FFF7FFF7F
  2642.       FF7FFF7FFF7FFF7FFF7F1000000000000000000000000000E07FE07FE07FE07F
  2643.       E07FE07FE07FE07FE07FE07F1042000000000000FF7F186310421042E07F1042
  2644.       186310421042E07F10421042FF7F1863104200001000FF7FFF7FFF7FFF7FFF7F
  2645.       1000FF7FFF7FFF7FFF7FFF7F1000000000000000100010001000100010001000
  2646.       100010001000100010001000000000000000000000000000E07FE07FE07FE07F
  2647.       10001000E07FE07FE07FE07F1042000000000000FF7FFF7F10421042E07F1042
  2648.       104210421042E07F10421042FF7FFF7F186300001000FF7FFF7FFF7FFF7FFF7F
  2649.       1000FF7FFF7FFF7FFF7FFF7F10000000000000001000FF7F1000100010001000
  2650.       1000100010001000FF7F1000000000000000000000000000E07FE07FE07FE07F
  2651.       10001000E07FE07FE07FE07F1042000000000000000000000000E07FE07FE07F
  2652.       10420000E07FE07FE07F104200000000000000001000FF7FFF7FFF7FFF7FFF7F
  2653.       1000FF7FFF7FFF7FFF7FFF7F10000000000000001000FF7F1000100010001000
  2654.       100010001000100010001000000000000000000000000000E07FE07FE07FE07F
  2655.       004210001000E07FE07FE07F1042000000000000000000000000E07FE07FE07F
  2656.       10420000E07FE07FE07F10420000000000000000100010001000100010001000
  2657.       10001000100010001000100010000000000000001000FF7FFF7FFF7FFF7FFF7F
  2658.       FF7FFF7FFF7F100000000000000000000000000000000000E07FE07FE07FE07F
  2659.       E07FE07F10001000E07FE07F104200000000000000000000E07FE07F1042E07F
  2660.       E07FE07FE07F1042E07FE07F104200000000000010001000100010001000FF7F
  2661.       10001000100010001000FF7F1000000000000000100010001000100010001000
  2662.       100010001000100000000000000000000000000000000000E07FE07F10001000
  2663.       E07FE07F10001000E07FE07F104200000000000000000000E07FE07F1042E07F
  2664.       E07FE07FE07F1042E07FE07F1042000000000000100010001000100010001000
  2665.       1000100010001000100010001000000000000000100010001000100010001000
  2666.       10001000FF7F100000000000000000000000000000000000E07FE07FE07F1000
  2667.       100010001000E07FE07FE07F10420000000000000000E07FE07F104200000000
  2668.       E07FE07F104200000000E07FE07F104200000000000000000000000000000000
  2669.       0000000000000000000000000000000000000000100010001000100010001000
  2670.       100010001000100000000000000000000000000000000000E07FE07FE07FE07F
  2671.       E07FE07FE07FE07FE07FE07F10420000000000000000E07FE07F104200000000
  2672.       E07FE07F104200000000E07FE07F104200000000000000000000000000000000
  2673.       0000000000000000000000000000000000000000000000000000000000000000
  2674.       0000000000000000000000000000000000000000000000000000000000000000
  2675.       E07FE07F10420000000000000000000000000000000000000000000000000000
  2676.       0000000000000000000000000000000000000000000000000000000000000000
  2677.       0000000000000000000010001000000000000000000000000000000000000000
  2678.       0000000000000000000000000000000000000000000000000000000000000000
  2679.       0000000000000000000000000000000000000000000000000000000000000000
  2680.       0000000000000000000000000000000000000000000000000000000000000000
  2681.       0000000000000000100018631000100000000000000000000000000000000000
  2682.       0000100010000000000000000000000000000000000000000000000000000000
  2683.       0000000000000000000000000000000000000000100010001000100010001000
  2684.       1000100010001000100010001000000000000000000000000000000000000000
  2685.       0000000000001000186310001000100000000000000000000000000000000000
  2686.       1000100010000000000000000000000000000000000018631863186318631863
  2687.       18631863186318630000186300000000000000001000FF7FFF7FFF7FFF7FFF7F
  2688.       FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000000000
  2689.       0000000010001863100010001000000000000000000000000000000000001000
  2690.       1000100000000000000000000000000000000000000000000000000000000000
  2691.       00000000000000000000000018630000000000001000FF7FFF7FFF7FFF7FFF7F
  2692.       FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000000000000000000000
  2693.       0000100018631000100010000000000000000000000010421863FF7F10420000
  2694.       1000000000000000000000400000000000000000186318631863186318631863
  2695.       E07FE07FE07F18631863000000000000000000001000FF7FFF7FFF7FFF7FFF7F
  2696.       FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000000000186318631863
  2697.       FF7F1042100010001000000000000000000000001042186318631863FF7F1042
  2698.       0000000000000000004000400000000000000000186318631863186318631863
  2699.       1042104210421863186300001863000000000000100010001000100010001000
  2700.       1000100010001000100010001000000000000000000010421863186318631863
  2701.       1863FF7F1042000000000000000000000000000018631863186318631863FF7F
  2702.       0000000000000040004000400040004000000000000000000000000000000000
  2703.       0000000000000000000000001863186300000000100010001000100010001000
  2704.       10001000100010001000FF7F1000000000000000000018631863186318631863
  2705.       18631863FF7F00000000000000000000000000001863FF7FFF03186318631863
  2706.       0000000000000000004000400000000000400000186318631863186318631863
  2707.       1863186318631863000018630000186300000000100010001000100010001000
  2708.       1000100010001000100010001000000000000000186318631863186318631863
  2709.       18631863186318630000000000000000000000001042FF7FFF7F186318631042
  2710.       0000000000000000000000400000000000400000000000000000000000000000
  2711.       00000000000000001863000018630000000000001000FF7FFF7FFF7FFF7FFF7F
  2712.       FF7FFF7FFF7FFF7FFF7FFF7F1000000000000000186318631863186318631863
  2713.       1863186318631863000000000000000000000000000010421863186310420000
  2714.       000000000000000000000000000000000040000000000000FF7FFF7FFF7FFF7F
  2715.       FF7FFF7FFF7FFF7F0000186300001863000000001000FF7FFF7FFF7FFF7FFF7F
  2716.       FF7FFF7FFF7FFF7FFF7FFF7F10000000000000001863FF7FFF03186318631863
  2717.       1863186318631863000000000000000000000000000000000000000000000000
  2718.       0000000000400000000000000000000000000000000000000000FF7F00000000
  2719.       000000000000FF7F0000000000000000000000001000FF7FFF7FFF7FFF7FFF7F
  2720.       FF7FFF7FFF7FFF7FFF7FFF7F10000000000000001863FF7FFF03186318631863
  2721.       1863186318631863000000000000000000000000000000000000000000000000
  2722.       0000000000400000000000400000000000000000000000000000FF7FFF7FFF7F
  2723.       FF7FFF7FFF7FFF7FFF7F00000000000000000000100010001000100010001000
  2724.       10001000100010001000100010000000000000000000FF7FFF7FFF03FF031863
  2725.       1863186318630000000000000000000000000000000000000000000000000000
  2726.       00000000004000000000004000400000000000000000000000000000FF7F0000
  2727.       0000000000000000FF7F00000000000000000000100010001000100010001000
  2728.       10001000100010001000FF7F100000000000000000001042FF7FFF7FFF7F1863
  2729.       1863186310420000000000000000000000000000000000000000000000000000
  2730.       00000000000000400040004000400040000000000000000000000000FF7FFF7F
  2731.       FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000100010001000100010001000
  2732.       1000100010001000100010001000000000000000000000000000186318631863
  2733.       1863000000000000000000000000000000000000000000000000000000000000
  2734.       0000000000000000000000400040000000000000000000000000000000000000
  2735.       0000000000000000000000000000000000000000000000000000000000000000
  2736.       0000000000000000000000000000000000000000000000000000000000000000
  2737.       0000000000000000000000000000000000000000000000000000000000000000
  2738.       0000000000000000000000400000000000000000000000000000000000000000
  2739.       0000000000000000000000000000000000000000000000000000000000000000
  2740.       0000000000000000000000000000000000000000000000000000000000000000
  2741.       0000000000000000000000000000000000000000000000000000000000000000
  2742.       0000000000000000000000000000000000000000000000000000000000000000
  2743.       0000000000000000000000000000000000000000000000000000000000000000
  2744.       0000000000000000000000000000000000000000000000000000000000000000
  2745.       0000000000000000000000000000000000000000000000000000000000000000
  2746.       0000000000000000000000000000000000000000000000000000000000000000
  2747.       0000000000000000000000000000000000000000000000000000000000000000
  2748.       0000000000000000000000000000000000000000000000420042000000000000
  2749.       0000000000001863186300000042000000000000000000420042000000000000
  2750.       0000000000001863186300000042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2751.       FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
  2752.       0000000000000000000000000000000000000000000000420042000000000000
  2753.       0000000000001863186300000042000000000000000000420042000000000000
  2754.       0000000000001863186300000042000000000000FF7F00000000FF7F00000000
  2755.       000000000000FF7F000000000000000000000000000000000000000000000000
  2756.       0000000000001000100010000000000000000000000000420042000000000000
  2757.       0000000000001863186300000042000000000000000000420042000000000000
  2758.       0000000000001863186300000042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2759.       FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
  2760.       0000000000001000100010000000000000000000000000420042000000000000
  2761.       0000000000000000000000000042000000000000000000420042000000000000
  2762.       0000000000000000000000000042000000000000FF7F00000000FF7F00000000
  2763.       000000000000FF7F000000000000000000000000000000000000000000000000
  2764.       0000000000000000000000000000000000000000000000420042004200420042
  2765.       0042004200420042004200420042000000000000000000420042004200420042
  2766.       0042004200420042004200420042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2767.       FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
  2768.       0000000000001000100010000000000000000000000000420042000000000000
  2769.       0000000000000000000000420042000000000000000000420042000000000000
  2770.       0000000000000000000000420042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
  2771.       FF7F0000FF7FFF7F000000000000000000000000000000000000000000000000
  2772.       0000000000001000100010000000000000000000000000420000186318631863
  2773.       1863186318631863186300000042000000000000000000420000186318631863
  2774.       E07FE07F10421863186300000042000000000000FF7F00000000FF7FFF7FFF7F
  2775.       000018630000FF7F000000000000000000000000000000000000000000000000
  2776.       0000000000000000100010001000000000000000000000420000186318631863
  2777.       1863186318631863186300000042000000000000000000420000186318631863
  2778.       E07FE07F10421863186300000042000000000000FF7F000018630000FF7F0000
  2779.       1863000018630000000000000000100010000000000000000000000000000000
  2780.       0000000000000000000010001000100000000000000000420000186318631863
  2781.       1863186318631863186300000042000000000000000000420000186318631863
  2782.       E07FE07F10421863186300000042000000000000FF7FFF7F0000186300001863
  2783.       0000186300001863186318630000100010000000000000000000000000000000
  2784.       1000100010000000000000001000100010000000000000420000186318631863
  2785.       1863186318631863186300000042000000000000000000420000186318631042
  2786.       1863E07FE07F1042186300000042000000000000000000000000000018630000
  2787.       1863000018631863186318631863100010000000000000000000000000000000
  2788.       1000100010000000000000001000100010000000000000420000186318631863
  2789.       18631863186318631863000000000000000000000000004200001863E07FE07F
  2790.       1042E07FE07F1042186300000000000000000000000000000000000000001863
  2791.       0000186318631863186318631863100010000000000000000000000000000000
  2792.       1000100010000000000000001000100010000000000000420000186318631863
  2793.       186318631863186318630000186300000000000000000042000018631863E07F
  2794.       E07FE07F10421863186300001863000000000000000000000000000000000000
  2795.       1863186318631863186318630000100010000000000000000000000000000000
  2796.       0000100010001000100010001000100000000000000000000000000000000000
  2797.       0000000000000000000000000000000000000000000000000000000000000000
  2798.       0000000000000000000000000000000000000000000000000000000000000000
  2799.       0000000000000000000000000000100010000000000000000000000000000000
  2800.       0000000010001000100010001000000000000000000000000000000000000000
  2801.       0000000000000000000000000000000000000000000000000000000000000000
  2802.       0000000000000000000000000000000000000000000000000000000000000000
  2803.       0000000000000000000000000000000000000000000000000000000000000000
  2804.       0000000000000000000000000000000000000000000000000000000000000000
  2805.       0000000000000000000000000000000000000000000000000000000000000000
  2806.       0000000000000000000000000000000000000000000000000000000000000000
  2807.       0000000000000000000000000000000000000000000000000000000000000000
  2808.       0000000000000000000000000000000000000000000000000000000000000000
  2809.       0000000000000000000000000000000000000000000000000000000000000000
  2810.       0000000000000000000000000000000000000000000000000000000000000000
  2811.       0000000000000000000000000000000000000000000000000000000000000000
  2812.       0000000000000000000000000000000000000000000000000000000000000000
  2813.       0000000000000000000000000000000000000000000000000000000000000000
  2814.       0000000000000000000000000000000000000000000000000000000000000000
  2815.       0000000000000000000000000000000000000000000000000000000000000000
  2816.       0000000000000000000000000000000000000000000000000000000000000000
  2817.       0000000000000000000000000000000000000000000000000000000000000000
  2818.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2819.       FF7FFF7FFF7FFF7FFF7F00000000000000000000000000420042004200420042
  2820.       0042004200420042000000000000000000000000000000000000000000000000
  2821.       0000000000000000000000000000000000000000000000000000000000000000
  2822.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2823.       FF7FFF7FFF7FFF7FFF7F00000000000000000000E07F00000042004200420042
  2824.       0042004200420042004200000000000000000000000000001000000000000000
  2825.       0000000000000000000000000000000000000000000000000000000000000000
  2826.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2827.       FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FE07F0000004200420042
  2828.       0042004200420042004200420000000000000000000000001000000000000000
  2829.       0000000010001000100010001000000000000000000000000000000000000000
  2830.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2831.       FF7FFF7FFF7FFF7FFF7F00000000000000000000E07FFF7FE07F000000420042
  2832.       0042004200420042004200420042000000000000000010000000000000000000
  2833.       0000000000001000100010001000000000000000000000000000000000000000
  2834.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2835.       FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FE07FFF7FE07F00000000
  2836.       0000000000000000000000000000000000000000000010000000000000000000
  2837.       0000000000000000100010001000000000000000000000000000000000000000
  2838.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2839.       FF7FFF7FFF7FFF7FFF7F00000000000000000000E07FFF7FE07FFF7FE07FFF7F
  2840.       E07FFF7FE07F0000000000000000000000000000000010000000000000000000
  2841.       0000000000001000000010001000000000000000000000000000000000000000
  2842.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2843.       FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FE07FFF7FE07FFF7FE07F
  2844.       FF7FE07FFF7F0000000000000000000000000000000000001000000000000000
  2845.       0000100010000000000000001000000000000000000000000000000000000000
  2846.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2847.       FF7FFF7FFF7FFF7FFF7F00000000000000000000E07FFF7FE07F000000000000
  2848.       0000000000000000000000000000000000000000000000000000100010001000
  2849.       1000000000000000000000000000000000000000000000000000000000000000
  2850.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2851.       FF7FFF7F00000000000000000000000000000000000000000000000000000000
  2852.       0000000000000000000000000000000000000000000000000000000000000000
  2853.       0000000000000000000000000000000000000000000000000000000000000000
  2854.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2855.       FF7FFF7F0000FF7F000000000000000000000000000000000000000000000000
  2856.       0000000000000000000000000000000000000000000000000000000000000000
  2857.       0000000000000000000000000000000000000000000000000000000000000000
  2858.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  2859.       FF7FFF7F00000000000000000000000000000000000000000000000000000000
  2860.       0000000000000000000000000000000000000000000000000000000000000000
  2861.       0000000000000000000000000000000000000000000000000000000000000000
  2862.       0000000000000000000000000000000000000000000000000000000000000000
  2863.       0000000000000000000000000000000000000000000000000000000000000000
  2864.       0000000000000000000000000000000000000000000000000000000000000000
  2865.       0000000000000000000000000000000000000000000000000000000000000000
  2866.       0000000000000000000000000000000000000000000000000000000000000000
  2867.       0000000000000000000000000000000000000000000000000000000000000000
  2868.       0000000000000000000000000000000000000000000000000000000000000000
  2869.       0000000000000000000000000000000000000000000000000000000000000000
  2870.       0000000000000000000000000000000000000000000000000000000010001000
  2871.       1000100010001000100010001000100010000000000000000000000000000000
  2872.       0000000000000000000000000000000000000000000000000000000010001000
  2873.       0000000000000000000000000000000000000000000000000000000000000000
  2874.       000000000000000000000000000000000000000000000000000000001000FF7F
  2875.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000
  2876.       0000000000000000000000000000000000000000000000000000100000000000
  2877.       1000000000001000100000000000000000000000000000000000000000000000
  2878.       100010001000100010001000100010001000000000000000000000001000FF7F
  2879.       0000000000000000000000000000FF7F10000000000000000000000000000000
  2880.       0000000000000000000000000000000000000000000000000000100000000000
  2881.       1000000010000000000010000000000000000000000000000000000000000000
  2882.       1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000000000000000001000FF7F
  2883.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000
  2884.       0000000000000000000000000000000000000000000000000000100000000000
  2885.       1000000010000000000010000000000000000000000000000000000000000000
  2886.       1000FF7F00000000000000000000FF7F1000000010420042104200421000FF7F
  2887.       0000000000000000000000000000FF7F10000000000000000000000000000000
  2888.       0000000000000000000000000000000000000000000000000000000010001000
  2889.       1000000010000000000010000000000000000000000000000000000000000000
  2890.       1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000421042004210421000FF7F
  2891.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000
  2892.       0000000000000000000010000000000000000000000000000000000000000000
  2893.       10000000100010001000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  2894.       1000FF7F00000000000000000000FF7F1000000010420042104200421000FF7F
  2895.       0000000000000000FF7F10001000100010000000000010001000100010001000
  2896.       0000000000000000000010000000000000000000000000000000000000000000
  2897.       10000000100000000000000000000000000000000000FF7F0000000000000000
  2898.       1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F1000000000421042004210421000FF7F
  2899.       FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000010001000100010000000
  2900.       0000000000000000000000001000000000000000000000000000000000000000
  2901.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  2902.       1000FF7F00000000FF7F1000100010001000000010420042104200421000FF7F
  2903.       FF7FFF7FFF7FFF7FFF7F10001000000000000000000010001000100000000000
  2904.       0000000000000000000000001000000000000000000000000000000000000000
  2905.       00000000000000000000000000000000000000000000FF7F0000000000000000
  2906.       1000FF7FFF7FFF7FFF7F1000FF7F100000000000004210420042104210001000
  2907.       1000100010001000100010000000000000000000000010001000000010000000
  2908.       0000000000000000000000001000000000000000000000000000000000000000
  2909.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  2910.       1000FF7FFF7FFF7FFF7F10001000000000000000104200421042004210420042
  2911.       1042004210420042104200420000000000000000000010000000000000001000
  2912.       1000000000000000000010000000000000000000000000000000000000000000
  2913.       00000000000000000000000000000000000000000000FF7F00000000FF7F0000
  2914.       1000100010001000100010000000000000000000004210420000000000000000
  2915.       0000000000000000004210420000000000000000000000000000000000000000
  2916.       0000100010001000100000000000000000000000000000000000000000000000
  2917.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000
  2918.       FF7F000000000000000000000000000000000000104200420000186318631863
  2919.       1863186318630000104200420000000000000000000000000000000000000000
  2920.       0000000000000000000000000000000000000000000000000000000000000000
  2921.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000
  2922.       00000000000000000000000000000000000000000042104200420000E07F0000
  2923.       0000E07F00001042004210420000000000000000000000000000000000000000
  2924.       0000000000000000000000000000000000000000000000000000000000000000
  2925.       0000000000000000000000000000000000000000000000000000000000000000
  2926.       000000000000000000000000000000000000000000000000000000000000E07F
  2927.       E07F000000000000000000000000000000000000000000000000000000000000
  2928.       0000000000000000000000000000000000000000000000000000000000000000
  2929.       0000000000000000000000000000000000000000000000000000000000000000
  2930.       0000000000000000000000000000000000000000000000000000000000000000
  2931.       0000000000000000000000000000000000000000000000000000000000000000
  2932.       000000000000000000000000000000000000424D3E000000000000003E000000
  2933.       2800000040000000300100000100010000000000800900000000000000000000
  2934.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  2935.       0000000000000000000000000000000000000000000000000000000000000000
  2936.       0000000000000000000000000000000000000000000000000000000000000000
  2937.       0000000000000000000000000000000000000000000000000000000000000000
  2938.       00000000000000000000000000000000F800000000000000F800000000000000
  2939.       F800000000000000800000000000000000000000000000000000000000000000
  2940.       0000000000000000000100000000000000030000000000000003000000000000
  2941.       0003000000000000000300000000000000030000000000000003000000000000
  2942.       8007000000000000F87F000000000000F9FFFFDFFFFF8000F0FFFF8FC3878000
  2943.       E073FF079F038000C033E00FBE0180008013DC1FBF030000FFF3BE3FBF870000
  2944.       F9F37F3FBC3F0000F0F36FBF181D0000E07367BFB0080001F9F36001F81D0003
  2945.       F9F3BC01FC3D0003F9F3DE08E1FD0003F813E008C0FD0003FC33FC0880790003
  2946.       FFF3FC08C0C38007FFFFFE21E1FFF87FFC3FFFFFFFFFFF9FF00FFFFFFE7FFF0F
  2947.       E007FFFFFC3FCE07C003FE3FF81FCC038001FC1FFE7FC8018001F8CFFE7FCFFF
  2948.       0000F267FE7FCF9F0000F267FE7FCF0F0000F327FFFFCE070000F327FFFFCF9F
  2949.       8001F98FFE7FCF9F8001FC1FFC3FCF9FC003FE3FF81FC81FE007FFFFF00FCC3F
  2950.       F00FFFFFE007CFFFFC3FFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFC9E7CFF241E73
  2951.       955C9C3CFF24CCF9955C981CFFFFC92490149E7CFFFFC92490049E7CFE7FC98C
  2952.       98049E7CFC3FC98C9C0C9FFCF81FC9249FFC955CF00FC9249E7C955CE00700F9
  2953.       9C3C9014C003CE73981C90048001CFFF9E7C9804FFFFCFFF9E7C9C0CFFFFCDFF
  2954.       FE7FFFFFFFFFE3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1FF9FFCCF9FF9F3
  2955.       E1809E3CCF0FF0F3E1809E3CCE07E073E1809E3CCF9FF9F3E1FF9E3CCF9FF9F3
  2956.       DCFF9E3CCF9FF9F3BE7F9E3CC81FF8137F3F9F1CCC3FFC336FBF988CCFFFFFF3
  2957.       67BF988CCFFFFFF363BF980CCFFFFFF3BF7F9C1CCFFFFFF3DEFF9FFCCFFFFFF3
  2958.       E1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBFFDFFF8CFFE39FF1FF89E188E1E3
  2959.       9FE0FF01E1C1E1809C01E009E1E3E1809B83DC19E1C1E18097C7BE39E188E1E3
  2960.       8FE77F39DCFFDCE38DF76FB9BE7FBE7F8CF767B97F3F7F3F8C7763B96FBF6FBF
  2961.       97EFBF7967BF67BF9BDFDEF963BF63BF9C3FE1F9BF7FBF7F9FFFFFF9DEFFDEFF
  2962.       FFFFFFFFE1FFE1FFFFFFFFFFFFFFFFFFFFDFFFDFFFF7FFDFFF8FFF8FFFE3FF8F
  2963.       FF07FF07E7C1FF07E00FE00FE003E00FDC1FDC1FE307DC1FBE3FBE3FE38FBE3F
  2964.       7F3F7F3FC38F7F3F6FBF6FBFC38F6FBF67BF67BFC18F67BF63BF63B7C08F63A3
  2965.       BF7FBF67E38FBF63DEC3DEC0E38FDEE3E1BDE1C0E04FE1D1FFFFFFE7E7CFFF81
  2966.       FFDBFFF7E7CFFFC3FFDBFFFFFFFFFFFFFFDFFFDFFFDFFFDFFF8FFF8FFF8FFF8F
  2967.       FF07FF07FF07FF07E00FE00FE00FE00FDC1FDC1FDC1FDC1FBE3FBE3FBE3FBE3F
  2968.       7F3F7F3F7F3F7F3F6FBF6FBF6FBF6FBF67BF67BF67BF67BF63BF63BF63BF63BF
  2969.       BF68BF6FBF6FBF6FDEAADEEADEEBDEAFE1EAE1EFE1EFE1EFFFAAFFEAFFEBFFAF
  2970.       FFE8FFEFFFEFFFEFFFFFFFFFFFFFFFFFF800FFFFFFFFFFDFF8009FFCC00FFF8F
  2971.       F8009FFCC00FFF0780009004C003E00F00008004C003DC1F00008004C000BE3F
  2972.       00008004C0007F3F00008004C0006FBF00008004C01067A000008004C00063A0
  2973.       00038004C004BF7100038004F000DEF100038004F001E1E100039FFCFC03FFE1
  2974.       8007FFFFFC07FFF1F87FFFFFFFFFFFFFFFFFFE7FFCCFF81F9FFCF83FF88FF81F
  2975.       9FFCE01FFC1FF81F8004800FFE3FF81F80040007FC1FF81F80040003F88FF81F
  2976.       80040001FFFFF83F800400000000FFFF800400000000FE7F8004800100000640
  2977.       8004C001000000008004E001000004008004F001000106409FFCF807000303E0
  2978.       FFFFFC1FFFFF07C0FFFFFE7FFFFF07C0F80099CCF800FFFFF8001188F8009FFC
  2979.       F80083C1F8009FFC8000C7E380008004000083C1000080040000118800008004
  2980.       0000FFFF00008004000100000001800400030000000380040003000000038004
  2981.       000300000003800C000300000003801C000300010003803C0003000300039FFC
  2982.       8007FFFF8007FFFFF87FFFFFF87FFFFFFFDFF800F800F800FF8FF800F800F800
  2983.       FF07F800F800F800E00F800080008000DC1F000000000000BE3F000000000000
  2984.       7F3F0000000000006FBF00010001000167BF00030003000363BF000300030003
  2985.       BF40000300030003DEC0000300030003E1C0000300030003FFFF000300030003
  2986.       FFFF800780078007FFFFF87FF87FF87FFFFFFFFFFFDFFFDFFFFFFFFFFF8FFF8F
  2987.       8E78FC3FFF07FF078E38F00FE00FE00F8F11E007DC1FDC1F8F83E007BE3FBE3F
  2988.       8FC7C0037F3F7F3F8183C0036FBF6FBF8111C00367BF67A38038C003638C63A3
  2989.       8FFFE007BF08BF00807FE007DEC1DE80807FF00FE1E3E180807FFC3FFFC1FFE3
  2990.       FFFFFFFFFF88FFE3FFFFFFFFFFFFFFFFFFFFFC00FE7F80008003FC00FC3F8000
  2991.       8003FC00F81F80008003FC00F80F80008003E000FE3F80008003E000E0038000
  2992.       8003E000E00380008003E007E003800080038007E003800080038007E003F087
  2993.       80038007E003F0878003801FE003E0038003801FE003E0038003801FE003C631
  2994.       FFFF801FE003C631FFFFFFFFFE3FFFFFFFF3FFFFFFFFFFFFFFE1FF3FC0078003
  2995.       FFC1FE3F80038003FF83C07F00018003F00780F700018003C00F00E700018003
  2996.       801F00C100008003801F00E600008003000F00F680008003000F81FEC0008003
  2997.       000FC3BFE0018003000FFFB7E0078003801FFFB3F0078003801FFFC1F0038003
  2998.       C03FFFF3F803FFFFF0FFFFF7FFFFFFFFFFFFFFFFFFFFFFFFC001C001000FF9FF
  2999.       80018001000FF9FF80018001000FF3C780018001000F73C780018001000F27FF
  3000.       80018001000F07C780018001000F00C780018001000F01E380018001000403F1
  3001.       80018001000006388001800100000E3880018001F8001E3880018001FC003F01
  3002.       80018001FE047F83FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  3003.       FFFFEFFDC007001FFFFFC7FFC007000FFFFFC3FBC0070007EFFFE3F7C0070003
  3004.       EF83F1E7C0070001DFC3F8CFC0070000DFE3FC1FC007001FDFD3FE3FC007001F
  3005.       EF3BFC1FC007001FF0FFF8CFC0078FF1FFFFE1E7C00FFFF9FFFFC3F3C01FFF75
  3006.       FFFFC7FDC03FFF8FFFFFFFFFFFFFFFFFFFFFFFFFF800FFFFF9FFFFFFF800FFFF
  3007.       F6CFFE00F800FFFFF6B7FE008000FFFFF6B7FE000000FFFFF8B780000000FFF7
  3008.       FE8F80000000C1F7FE3F80000001C3FBFF7F80000003C7FBFE3F80010003CBFB
  3009.       FEBF80030003DCF7FC9F80070003FF0FFDDF807F0003FFFFFDDF80FF0003FFFF
  3010.       FDDF81FF8007FFFFFFFFFFFFF87FFFFF00000000000000000000000000000000
  3011.       000000000000}
  3012.   end
  3013.   object OpenDialog: TOpenDialog
  3014.     DefaultExt = 'wav'
  3015.     Filter = 'Wave (*.wav)|*.wav|All files|*.*'
  3016.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  3017.     Title = 'Open Sound'
  3018.     Left = 8
  3019.     Top = 182
  3020.   end
  3021.   object SaveDialog: TSaveDialog
  3022.     OnClose = SaveDialogClose
  3023.     OnShow = SaveDialogShow
  3024.     DefaultExt = 'wav'
  3025.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  3026.     Title = 'Save Sound As'
  3027.     OnTypeChange = SaveDialogTypeChange
  3028.     Left = 8
  3029.     Top = 214
  3030.   end
  3031. end
  3032.