home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  2003-03-28  |  133.9 KB  |  2,918 lines

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