home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TCONTROLVIEW / TCONTROLVIEW.txt
Encoding:
Text File  |  2006-11-14  |  60.1 KB  |  1,202 lines

  1. object ControlView: TControlView
  2.   Left = 350
  3.   Top = 243
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = SetupButton
  7.   Caption = 'Control'
  8.   ClientHeight = 184
  9.   ClientWidth = 263
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 100
  12.   Constraints.MinWidth = 217
  13.   DefaultMonitor = dmDesktop
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   FormStyle = fsStayOnTop
  20.   OldCreateOrder = False
  21.   Scaled = False
  22.   ShowHint = True
  23.   OnClose = Close
  24.   OnHide = FormHide
  25.   OnMouseWheel = FormMouseWheel
  26.   OnResize = OnResize
  27.   OnShow = FormShow
  28.   DesignSize = (
  29.     263
  30.     184)
  31.   PixelsPerInch = 96
  32.   TextHeight = 13
  33.   object Panel: TPanel
  34.     Left = 0
  35.     Top = 1
  36.     Width = 263
  37.     Height = 56
  38.     Anchors = [akLeft, akTop, akRight]
  39.     BevelOuter = bvNone
  40.     TabOrder = 0
  41.     DesignSize = (
  42.       263
  43.       56)
  44.     object RecordButton: TBitton
  45.       Top = 39
  46.       Width = 33
  47.       Height = 17
  48.       FocusAllowed = True
  49.       TransparentColour = clFuchsia
  50.       Action = RecordAction
  51.       Caption = 'Record'
  52.       PopupMenu = RecordPopup
  53.       TabStop = True
  54.       TabOrder = 6
  55.     end
  56.     object StopRecordButton: TBitton
  57.       Left = 34
  58.       Top = 39
  59.       Width = 33
  60.       Height = 17
  61.       FocusAllowed = True
  62.       TransparentColour = clFuchsia
  63.       Action = StopRecordAction
  64.       Caption = 'Stop Recording'
  65.       TabStop = True
  66.       TabOrder = 8
  67.     end
  68.     object PlayButtonGreen: TBitton
  69.       Width = 33
  70.       Height = 17
  71.       FocusAllowed = True
  72.       TransparentColour = clFuchsia
  73.       Action = PlayActionGreen
  74.       PopupMenu = PlayPopup
  75.       TabStop = True
  76.       TabOrder = 0
  77.       OnContextPopup = PopupGreen
  78.     end
  79.     object StopButton: TBitton
  80.       Left = 68
  81.       Width = 33
  82.       Height = 17
  83.       FocusAllowed = True
  84.       TransparentColour = clFuchsia
  85.       Action = StopAction
  86.       Caption = 'Stop Playback'
  87.       TabStop = True
  88.       TabOrder = 2
  89.     end
  90.     object FastButton: TBitton
  91.       Left = 34
  92.       Top = 18
  93.       Width = 33
  94.       Height = 17
  95.       FocusAllowed = True
  96.       TransparentColour = clFuchsia
  97.       Action = FastAction
  98.       Caption = 'Fast'
  99.       TabStop = True
  100.       TabOrder = 4
  101.     end
  102.     object RewindButton: TBitton
  103.       Top = 18
  104.       Width = 33
  105.       Height = 17
  106.       FocusAllowed = True
  107.       TransparentColour = clFuchsia
  108.       Action = RewindAction
  109.       Caption = 'Rewind'
  110.       TabStop = True
  111.       TabOrder = 3
  112.     end
  113.     object PauseButton: TBitton
  114.       Left = 68
  115.       Top = 18
  116.       Width = 33
  117.       Height = 17
  118.       FocusAllowed = True
  119.       TransparentColour = clFuchsia
  120.       Action = PauseAction
  121.       Caption = 'Pause Playback'
  122.       TabStop = True
  123.       TabOrder = 5
  124.     end
  125.     object PlayButtonYellow: TBitton
  126.       Left = 34
  127.       Width = 33
  128.       Height = 17
  129.       FocusAllowed = True
  130.       TransparentColour = clFuchsia
  131.       Action = PlayActionYellow
  132.       Caption = 'Play Yellow'
  133.       PopupMenu = PlayPopup
  134.       TabStop = True
  135.       TabOrder = 1
  136.       OnContextPopup = PopupYellow
  137.     end
  138.     object SetupButton: TBitton
  139.       Left = 68
  140.       Top = 39
  141.       Width = 33
  142.       Height = 17
  143.       FocusAllowed = True
  144.       TransparentColour = clSilver
  145.       Action = SetupAction
  146.       Caption = 'Properties'
  147.       TabStop = True
  148.       TabOrder = 9
  149.     end
  150.     object VolumeBar: TFader
  151.       Left = 107
  152.       Width = 156
  153.       Height = 16
  154.       Hint = 'Volume (100%)'
  155.       Anchors = [akLeft, akTop, akRight]
  156.       Caption = 'Volume (100%)'
  157.       TabStop = True
  158.       TabOrder = 10
  159.       OnChange = Volume
  160.       HintCaption = 'Volume'
  161.       UpdateCaption = True
  162.       Line = 1.000000000000000000
  163.       Page = 10.000000000000000000
  164.       Max = 100.000000000000000000
  165.       Position = 100.000000000000000000
  166.       FocusAllowed = True
  167.       OnDrawThumb = DrawThumbs
  168.     end
  169.     object BalanceBar: TFader
  170.       Tag = 1
  171.       Left = 107
  172.       Top = 20
  173.       Width = 156
  174.       Height = 16
  175.       Anchors = [akLeft, akTop, akRight]
  176.       Caption = 'Balance'
  177.       PopupMenu = BalancePopup
  178.       TabStop = True
  179.       TabOrder = 11
  180.       OnChange = Balance
  181.       UpdateCaption = True
  182.       Line = 1.000000000000000000
  183.       Page = 10.000000000000000000
  184.       Min = -100.000000000000000000
  185.       Max = 100.000000000000000000
  186.       FocusAllowed = True
  187.       OnDrawThumb = DrawThumbs
  188.     end
  189.     object SpeedBar: TFader
  190.       Tag = 2
  191.       Left = 107
  192.       Top = 40
  193.       Width = 156
  194.       Height = 16
  195.       Hint = 'Speed (1.00)'
  196.       Anchors = [akLeft, akTop, akRight]
  197.       Caption = 'Speed (1.00)'
  198.       PopupMenu = SpeedPopup
  199.       TabStop = True
  200.       TabOrder = 12
  201.       OnChange = Speed
  202.       HintFormat = '%1.2f'
  203.       HintCaption = 'Speed'
  204.       UpdateCaption = True
  205.       Line = 0.010000000000000000
  206.       Page = 0.100000000000000000
  207.       Min = 0.010000000000000000
  208.       Max = 5.000000000000000000
  209.       Position = 1.000000000000000000
  210.       FocusAllowed = True
  211.       OnDrawThumb = DrawThumbs
  212.     end
  213.     object PauseRecordButton: TBitton
  214.       Top = 39
  215.       Width = 33
  216.       Height = 17
  217.       FocusAllowed = True
  218.       TransparentColour = clFuchsia
  219.       Action = PauseRecordAction
  220.       Caption = 'Pause Recording'
  221.       TabStop = True
  222.       TabOrder = 7
  223.     end
  224.   end
  225.   object ControlAction: TActionList
  226.     Images = ButtonImages
  227.     Left = 138
  228.     Top = 66
  229.     object PlayActionGreen: TAction
  230.       Category = 'Control'
  231.       Caption = 'Play'
  232.       Hint = 'Plays using green button settings'
  233.       ImageIndex = 0
  234.       ShortCut = 115
  235.       OnExecute = PlayGreen
  236.     end
  237.     object PlayActionYellow: TAction
  238.       Category = 'Control'
  239.       Caption = 'Play'
  240.       Hint = 'Plays using yellow button settings'
  241.       ImageIndex = 1
  242.       ShortCut = 8307
  243.       OnExecute = PlayYellow
  244.     end
  245.     object StopAction: TAction
  246.       Category = 'Control'
  247.       Caption = 'StopAction'
  248.       Hint = 'Stops playback'
  249.       ImageIndex = 2
  250.       ShortCut = 119
  251.       OnExecute = Stop
  252.     end
  253.     object RewindAction: TAction
  254.       Category = 'Control'
  255.       Caption = 'RewindAction'
  256.       Hint = 'Plays backwards'
  257.       ImageIndex = 3
  258.       ShortCut = 116
  259.       OnExecute = Rewind
  260.     end
  261.     object FastAction: TAction
  262.       Category = 'Control'
  263.       Caption = 'FastAction'
  264.       Hint = 'Plays fast forward'
  265.       ImageIndex = 4
  266.       ShortCut = 117
  267.       OnExecute = Fast
  268.     end
  269.     object PauseAction: TAction
  270.       Category = 'Control'
  271.       Caption = 'PauseAction'
  272.       Hint = 'Pauses playback'
  273.       ImageIndex = 5
  274.       ShortCut = 118
  275.       OnExecute = Pause
  276.     end
  277.     object RecordAction: TAction
  278.       Category = 'Control'
  279.       Caption = 'RecordAction'
  280.       Hint = 'Starts recording'
  281.       ImageIndex = 6
  282.       ShortCut = 16504
  283.       OnExecute = Record
  284.     end
  285.     object PauseRecordAction: TAction
  286.       Category = 'Control'
  287.       Caption = 'PauseRecordAction'
  288.       Hint = 'Pauses recording'
  289.       ImageIndex = 7
  290.       ShortCut = 16502
  291.       OnExecute = PauseRecord
  292.     end
  293.     object StopRecordAction: TAction
  294.       Category = 'Control'
  295.       Caption = 'StopRecordAction'
  296.       Hint = 'Stops recording'
  297.       ImageIndex = 8
  298.       ShortCut = 16503
  299.       OnExecute = StopRecord
  300.     end
  301.     object SetupAction: TAction
  302.       Category = 'Control'
  303.       Caption = 'SetupAction'
  304.       Hint = 'Sets control properties'
  305.       ImageIndex = 9
  306.       ShortCut = 122
  307.       OnExecute = Setup
  308.     end
  309.     object SetupUndock: TAction
  310.       Category = 'Control'
  311.       Caption = 'Control Window'
  312.       Hint = 'Shows the Control window'
  313.       ImageIndex = 10
  314.       OnExecute = Undock
  315.     end
  316.   end
  317.   object TimerControl: TTimer
  318.     Enabled = False
  319.     Interval = 100
  320.     OnTimer = Timer
  321.     Left = 138
  322.     Top = 98
  323.   end
  324.   object PlayPopup: TPopupMenu
  325.     Left = 138
  326.     Top = 130
  327.     object PlayPopupAll: TMenuItem
  328.       Caption = 'All'
  329.       Hint = 'Sets play region to entire file'
  330.       RadioItem = True
  331.       OnClick = PlayPopupAllClick
  332.     end
  333.     object PlayPopupSelection: TMenuItem
  334.       Caption = 'Selection'
  335.       Hint = 'Sets play region to selection'
  336.       RadioItem = True
  337.       OnClick = PlayPopupSelectionClick
  338.     end
  339.     object PlayPopupUnselected: TMenuItem
  340.       Caption = 'Unselected'
  341.       Hint = 'Sets play region to unselected ends'
  342.       RadioItem = True
  343.       OnClick = PlayPopupUnselectedClick
  344.     end
  345.     object PlayPopupView: TMenuItem
  346.       Caption = 'View'
  347.       Hint = 'Sets play region to what is shown'
  348.       RadioItem = True
  349.       OnClick = PlayPopupViewClick
  350.     end
  351.     object PlayPopupViewToEnd: TMenuItem
  352.       Caption = 'View to end'
  353.       Hint = 
  354.         'Sets play region to start at view and continue to the end of the' +
  355.         ' file'
  356.       RadioItem = True
  357.       OnClick = PlayPopupViewToEndClick
  358.     end
  359.     object PlayPopupFinish: TMenuItem
  360.       Caption = 'Finish'
  361.       Hint = 'Sets play region to a few second before finish marker'
  362.       RadioItem = True
  363.       OnClick = PlayPopupFinishClick
  364.     end
  365.     object PlayPopupIntro: TMenuItem
  366.       Caption = 'Intro/loop/end'
  367.       Hint = 
  368.         'Sets play region to unselected beginning, looped selection, then' +
  369.         ' unselected end'
  370.       OnClick = PlayPopupIntroClick
  371.     end
  372.     object PlayPopupBar: TMenuItem
  373.       Caption = '-'
  374.     end
  375.     object PlayPopupLoop: TMenuItem
  376.       Caption = 'Loop'
  377.       Hint = 'Enables or disable looping'
  378.       OnClick = PlayPopupLoopClick
  379.     end
  380.   end
  381.   object RecordPopup: TPopupMenu
  382.     OnPopup = SetRecordPopup
  383.     Left = 170
  384.     Top = 130
  385.     object RecordPopupMonitor: TMenuItem
  386.       Caption = 'Monitor input'
  387.       OnClick = RecordPopupMonitorClick
  388.     end
  389.     object RecordPopupTimer: TMenuItem
  390.       Caption = 'Timer'
  391.       Hint = 'Enable or disable timer when recording'
  392.       OnClick = RecordPopupTimerClick
  393.     end
  394.     object RecordPopupLevel: TMenuItem
  395.       Caption = 'Level activated'
  396.       Hint = 'Enables or disables level activated recording'
  397.       OnClick = RecordPopupLevelClick
  398.     end
  399.     object RecordPopupSeparator: TMenuItem
  400.       Caption = '-'
  401.     end
  402.     object RecordPopupBounded: TMenuItem
  403.       Caption = 'Bounded to selection'
  404.       RadioItem = True
  405.       OnClick = RecordPopupBoundedClick
  406.     end
  407.     object RecordPopupLoop: TMenuItem
  408.       Caption = 'Bounded and looped'
  409.       RadioItem = True
  410.       OnClick = RecordPopupLoopClick
  411.     end
  412.     object RecordPopupUnbounded: TMenuItem
  413.       Caption = 'Unbounded'
  414.       RadioItem = True
  415.       OnClick = RecordPopupUnboundedClick
  416.     end
  417.   end
  418.   object VisualPopup: TPopupMenu
  419.     Left = 170
  420.     Top = 98
  421.     object VisualPopupProperties: TMenuItem
  422.       Caption = 'Properties...'
  423.       OnClick = VisualPopupPropertiesClick
  424.     end
  425.     object N1: TMenuItem
  426.       Caption = '-'
  427.     end
  428.   end
  429.   object SpeedPopup: TPopupMenu
  430.     OnPopup = SpeedPopupSetup
  431.     Left = 108
  432.     Top = 98
  433.     object SpeedPopupNormal: TMenuItem
  434.       Tag = 100
  435.       Caption = 'Normal (&1.0)'
  436.       RadioItem = True
  437.       OnClick = SpeedPopupClick
  438.     end
  439.     object SpeedPopupQuarter: TMenuItem
  440.       Tag = 25
  441.       Caption = '&Quarter (0.25)'
  442.       RadioItem = True
  443.       OnClick = SpeedPopupClick
  444.     end
  445.     object SpeedPopupHalf: TMenuItem
  446.       Tag = 50
  447.       Caption = '&Half (0.5)'
  448.       RadioItem = True
  449.       OnClick = SpeedPopupClick
  450.     end
  451.     object SpeedPopupDouble: TMenuItem
  452.       Tag = 200
  453.       Caption = 'Double (&2.0)'
  454.       RadioItem = True
  455.       OnClick = SpeedPopupClick
  456.     end
  457.     object SpeedPopupTriple: TMenuItem
  458.       Tag = 300
  459.       Caption = 'Triple (&3.0)'
  460.       RadioItem = True
  461.       OnClick = SpeedPopupClick
  462.     end
  463.     object SpeedPopupQuadruple: TMenuItem
  464.       Tag = 400
  465.       Caption = 'Quadruple (&4.0)'
  466.       RadioItem = True
  467.       OnClick = SpeedPopupClick
  468.     end
  469.     object QuadrupleSeptuple: TMenuItem
  470.       Tag = 500
  471.       Caption = 'Quintuple (&5.0)'
  472.       RadioItem = True
  473.       OnClick = SpeedPopupClick
  474.     end
  475.   end
  476.   object BalancePopup: TPopupMenu
  477.     OnPopup = BalancePopupSetup
  478.     Left = 108
  479.     Top = 130
  480.     object BalancePopupCenter: TMenuItem
  481.       Caption = '&Center (0%)'
  482.       RadioItem = True
  483.       OnClick = BalancePopupClick
  484.     end
  485.     object BalancePopupLeft: TMenuItem
  486.       Tag = -100
  487.       Caption = '&Left (-100%)'
  488.       RadioItem = True
  489.       OnClick = BalancePopupClick
  490.     end
  491.     object BalancePopupRight: TMenuItem
  492.       Tag = 100
  493.       Caption = '&Right (+100%)'
  494.       RadioItem = True
  495.       OnClick = BalancePopupClick
  496.     end
  497.   end
  498.   object FaderImages: TImageList
  499.     DrawingStyle = dsTransparent
  500.     Left = 170
  501.     Top = 66
  502.     Bitmap = {
  503.       494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  504.       0000000000003600000028000000400000001000000001002000000000000010
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000084848400000000000000000084848400000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       000000FF00008484840000000000848484008484840000000000848484000000
  539.       FF00000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000840000000000000000000000008400000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       00008484840000000000C6C6C600C6C6C600C6C6C60084848400000000008484
  547.       8400000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000084000000840000000000000000000000008400000084000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000084848400000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       00000000000000000000000000000000000000000000000000000000000000FF
  554.       000000000000FFFFFF00C6C6C6008484840084848400C6C6C600848484000000
  555.       00000000FF000000000000000000000000000000000000000000000000000000
  556.       00000084000000FF0000008400000000000000000000000084000000FF000000
  557.       8400000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000008484840000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       000000000000FFFFFF008484840084848400C6C6C600C6C6C600848484000000
  563.       0000000000000000000000000000000000000000000000000000000000000084
  564.       000000FF000000FF0000008400000000000000000000000084000000FF000000
  565.       FF00000084000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000848484000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       00000000000000000000000000000000000000000000000000000000000000FF
  570.       0000848484000000000084848400C6C6C600C6C6C600C6C6C600000000008484
  571.       84000000FF000000000000000000000000000000000000000000000000000084
  572.       000000FF000000FF0000008400000000000000000000000084000000FF000000
  573.       FF00000084000000000000000000000000000000000000000000000000000000
  574.       0000848484000000000084848400000000000000000000000000000000000000
  575.       0000000000008484840000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000008484840000000000FFFFFF00FFFFFF0000000000848484000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       00000084000000FF0000008400000000000000000000000084000000FF000000
  581.       8400000000000000000000000000000000000000000000000000000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       000000FF00000000000084848400000000000000000084848400000000000000
  587.       FF00000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000084000000840000000000000000000000008400000084000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000008484840000000000000000000000000000000000000000000000
  591.       0000848484000000000000000000000000000000000000000000000000000000
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000FF0000000000000000000000FFFF00000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000840000000000000000000000008400000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000848484000000000000000000848484000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       000000000000000000000000000000000000424D3E000000000000003E000000
  634.       2800000040000000100000000100010000000000800000000000000000000000
  635.       000000000000000000000000FFFFFF00FFFFFFFFFFFF0000FFFFFFFFFFFF0000
  636.       FFFFFFFFFFFF0000FC3FFFFFFFFF0000F00FFDBFFFFF0000F00FF99FFF3F0000
  637.       E007F18FFE7F0000F00FE187FCFF0000E007E187E1F30000F81FF18FFFFF0000
  638.       F42FF99FF3E70000FDBFFDBFFC9F0000FFFFFFFFFFFF0000FFFFFFFFFFFF0000
  639.       FFFFFFFFFFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
  640.       000000000000}
  641.   end
  642.   object ButtonImages: TImageList
  643.     Height = 12
  644.     Width = 22
  645.     Left = 108
  646.     Top = 66
  647.     Bitmap = {
  648.       494C01010B000E00040016000C00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  649.       0000000000003600000028000000580000003000000001002000000000000042
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000000000000000000000000000000000000000000000000000000000000000
  653.       0000000000000000000000000000000000000000000000000000000000000000
  654.       0000000000000000000000000000000000000000000000000000000000000000
  655.       0000000000000000000000000000000000000000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       0000000000000000000000000000000000000000000000000000000000000000
  658.       0000000000000000000000000000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000000000000000
  691.       0000000000000000000000000000000000000000000000000000000000000000
  692.       0000000000000000000000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       0000000000000000000000000000000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       0000000000000000000000000000000000000000000000000000000000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000000000000000000000000
  701.       0000000000000000000000000000000000000000000000000000000000000000
  702.       0000000000000000000000000000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       0000000000000000000000000000000000000000000000000000000000000000
  706.       0000000000000000000000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000000000000000000000000
  709.       0000000000000000000000000000000000000000000000000000000000000000
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       0000000000000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       0000000000000000000000000000000000000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       0000000000000000000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000000000000000000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       0000000000000000000000000000000000000000000000000000000000000000
  730.       0000000000000000000000000000000000000000000000000000000000000000
  731.       0000000000000000000000000000000000000000000000000000000000000000
  732.       0000000000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000000000000000000000000
  734.       0000000000000000000000000000000000000000000000000000000000000000
  735.       0000000000000000000000000000000000000000000000000000000000000000
  736.       0000000000000000000000000000000000000000000000000000000000000000
  737.       0000000000000000000000000000000000000000000000000000000000000000
  738.       0000000000000000000000000000000000000000000000000000000000000000
  739.       0000000000000000000000000000000000000000000000000000000000000000
  740.       0000000000000000000000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000000000000000000000000000000000000000
  742.       0000000000000000000000000000000000000000000000000000000000000000
  743.       0000000000000000000000000000000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000000000000000
  745.       0000000000000000000000000000000000000000000000000000000000000000
  746.       0000000000000000000000000000000000000000000000000000000000000000
  747.       0000000000000000000000000000000000000000000000000000000000000000
  748.       0000000000000000000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000000000000000000000000
  750.       0000000000000000000000000000000000000000000000000000000000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       0000000000000000000000000000000000000000000000000000000000000000
  755.       0000000000000000000000000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       0000000000000000000000000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       0000000000000000000000000000000000000000000000000000000000000000
  770.       0000000000000000000000000000000000000000000000000000000000000000
  771.       0000000000000000000000000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       0000000000000000000000000000000000000000000000000000000000000000
  779.       0000000000000000000000000000000000000000000000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       0000000000000000000000000000000000000000000000000000000000000000
  783.       000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  784.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  785.       0000000000000000000000000000000000000000000000000000000000000000
  786.       0000000000000000000000000000000000000000000000000000000000000000
  787.       0000000000000000000000000000000000000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000000000000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       0000000000000000000000000000000000000000000000000000000000000000
  794.       000000000000808080000000CC000000CC000000CC000000CC000000CC000000
  795.       CC000000CC000000CC000000CC00FFFFFF000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000080511C0080511C008051
  797.       1C0080511C00000000000000000000000000000000000000000080511C008051
  798.       1C0080511C0080511C0080511C0080511C0080511C0080511C0080511C000000
  799.       000000000000000000000000000000000000000000000000000000000000FFFF
  800.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  801.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  802.       0000000000000000000000000000000000000000000000000000000000000000
  803.       0000000000000000000000000000000000000000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       000000000000808080000000D2000000D2000000D2000000D2000000D2000000
  806.       D2000000D2000000D2000000D200FFFFFF000000000000000000000000000000
  807.       00000000000000000000000000000000000080511C00F6F7F700F8F9F900FBFC
  808.       FC00FDFDFD0080511C000000000000000000000000000000000080511C00F6F7
  809.       F700F6F7F700F6F7F700F6F7F700F6F7F700F6F7F700F6F7F70080511C000000
  810.       0000000000000000000000000000000000000000000000000000848484000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       000000000000808080000000D9000000D9000000D9000000D9000000D9000000
  817.       D9000000D9000000D9000000D900FFFFFF000000000000000000000000000000
  818.       000000000000000000000000000080511C00F1F3F300F3F5F500F6F7F700F9FA
  819.       FA00FBFCFC00FDFDFD0080511C0000000000000000000000000080511C00F1F3
  820.       F300F3F5F50021A12100F8F9F900F9FAFA00FBFCFC00FDFDFD0080511C000000
  821.       0000000000000000000000000000000000000000000000000000848484000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       0000000000000000000000000000000000000000000000000000000000000000
  827.       000000000000808080000000DF000000DF000000DF000000DF000000DF000000
  828.       DF000000DF000000DF000000DF00FFFFFF000000000000000000000000000000
  829.       0000000000000000000080511C00ECEFEF00EFF1F100E6EEE80098CC9A0097C9
  830.       9800EDF3EE00FBFCFC00FDFDFD0080511C00000000000000000080511C00EFF1
  831.       F10021A1210021A1210021A12100F8F9F900F9FAFA00FBFCFC0080511C000000
  832.       0000000000000000000000000000000000000000000000000000848484000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       000000000000808080000000E5000000E5000000E5000000E5000000E5000000
  839.       E5000000E5000000E5000000E500FFFFFF000000000000000000000000000000
  840.       0000000000000000000080511C00E9ECEC00ECEFEF009ED2A00027A82A001092
  841.       130097C89800F9FAFA00FBFCFC0080511C00000000000000000080511C0021A1
  842.       210021A1210021A1210021A1210021A12100F8F9F900F9FAFA0080511C000000
  843.       0000000000000000000000000000000000000000000000000000848484000000
  844.       0000000000000000000000000000000000000000000000000000000000000000
  845.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       0000000000000000000000000000000000000000000000000000000000000000
  849.       000000000000808080000000EC000000EC000000EC000000EC000000EC000000
  850.       EC000000EC000000EC000000EC00FFFFFF000000000000000000000000000000
  851.       0000000000000000000080511C00E3E7E700E6EAEA00A6DCA90051D5550026A8
  852.       290098CC9A00F6F7F700F8F9F90080511C00000000000000000080511C00E9EC
  853.       EC0021A12100EFF1F10021A1210021A1210021A12100F8F9F90080511C000000
  854.       0000000000000000000000000000000000000000000000000000848484000000
  855.       0000000000000000000000000000000000000000000000000000000000000000
  856.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  857.       0000000000000000000000000000000000000000000000000000000000000000
  858.       0000000000000000000000000000000000000000000000000000000000000000
  859.       0000000000000000000000000000000000000000000000000000000000000000
  860.       000000000000808080000000F2000000F2000000F2000000F2000000F2000000
  861.       F2000000F2000000F2000000F200FFFFFF000000000000000000000000000000
  862.       0000000000000000000080511C00E1E5E500E3E7E700DEE8E200A6DCA9009ED2
  863.       A000E6EEE800F3F5F500F6F7F70080511C00000000000000000080511C00E9EC
  864.       EC00E9ECEC00ECEFEF00EFF1F10021A1210021A12100F8F9F90080511C000000
  865.       0000000000000000000000000000000000000000000000000000848484000000
  866.       0000000000000000000000000000000000000000000000000000000000000000
  867.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  868.       0000000000000000000000000000000000000000000000000000000000000000
  869.       0000000000000000000000000000000000000000000000000000000000000000
  870.       0000000000000000000000000000000000000000000000000000000000000000
  871.       000000000000808080000000F8000000F8000000F8000000F8000000F8000000
  872.       F8000000F8000000F8000000F800FFFFFF000000000000000000000000000000
  873.       000000000000000000000000000080511C00E1E5E500E3E7E700E6EAEA00ECEF
  874.       EF00EFF1F100F1F3F30080511C0000000000000000000000000080511C00E3E7
  875.       E700E6EAEA00E9ECEC00ECEFEF00EFF1F10021A12100EFF1F10080511C000000
  876.       0000000000000000000000000000000000000000000000000000848484000000
  877.       0000000000000000000000000000000000000000000000000000000000000000
  878.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  879.       0000000000000000000000000000000000000000000000000000000000000000
  880.       0000000000000000000000000000000000000000000000000000000000000000
  881.       0000000000000000000000000000000000000000000000000000000000000000
  882.       000000000000808080000000FF000000FF000000FF000000FF000000FF000000
  883.       FF000000FF000000FF000000FF00FFFFFF000000000000000000000000000000
  884.       00000000000000000000000000000000000080511C00E1E5E500E3E7E700E9EC
  885.       EC00ECEFEF0080511C000000000000000000000000000000000080511C00E1E5
  886.       E500E3E7E700E6EAEA00E9ECEC00ECEFEF00EFF1F100EFF1F10080511C000000
  887.       0000000000000000000000000000000000000000000000000000848484000000
  888.       0000000000000000000000000000000000000000000000000000000000000000
  889.       0000FFFFFF000000000000000000000000000000000000000000000000000000
  890.       0000000000000000000000000000000000000000000000000000000000000000
  891.       0000000000000000000000000000000000000000000000000000000000000000
  892.       0000000000000000000000000000000000000000000000000000000000000000
  893.       0000000000008080800080808000808080008080800080808000808080008080
  894.       8000808080008080800080808000C0C0C0000000000000000000000000000000
  895.       0000000000000000000000000000000000000000000080511C0080511C008051
  896.       1C0080511C00000000000000000000000000000000000000000080511C008051
  897.       1C0080511C0080511C0080511C0080511C0080511C0080511C0080511C000000
  898.       0000000000000000000000000000000000000000000000000000848484008484
  899.       8400848484008484840084848400848484008484840084848400848484008484
  900.       8400000000000000000000000000000000000000000000000000000000000000
  901.       0000000000000000000000000000000000000000000000000000000000000000
  902.       0000000000000000000000000000000000000000000000000000000000000000
  903.       0000000000000000000000000000000000000000000000000000000000000000
  904.       0000000000000000000000000000000000000000000000000000000000000000
  905.       0000000000000000000000000000000000000000000000000000000000000000
  906.       0000000000000000000000000000000000000000000000000000000000000000
  907.       0000000000000000000000000000000000000000000000000000000000000000
  908.       0000000000000000000000000000000000000000000000000000000000000000
  909.       0000000000000000000000000000000000000000000000000000000000000000
  910.       0000000000000000000000000000000000000000000000000000000000000000
  911.       0000000000000000000000000000000000000000000000000000000000000000
  912.       0000000000000000000000000000000000000000000000000000000000000000
  913.       0000000000000000000000000000000000000000000000000000000000000000
  914.       000000000000000000000000000000000000C0C0C000FFFFFF00FFFFFF000000
  915.       0000000000000000000000000000000000000000000000000000C0C0C000FFFF
  916.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  917.       000000000000000000000000000000000000000000000000000000000000FFFF
  918.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFF
  919.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  920.       0000000000000000000000000000000000000000000000000000000000000000
  921.       0000C0C0C000FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  922.       0000000000000000000000000000000000000000000000000000000000000000
  923.       0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  924.       FF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
  925.       00000000000000000000000000000000000080808000C0000000C0000000FFFF
  926.       FF00FFFFFF00000000000000000000000000000000000000000080808000C000
  927.       0000C0000000FFFFFF00FFFFFF00000000000000000000000000000000000000
  928.       0000000000000000000000000000000000000000000000000000000000008080
  929.       8000C0000000C0000000C0000000FFFFFF00000000000000000080808000C000
  930.       0000C0000000C0000000FFFFFF00000000000000000000000000000000000000
  931.       000000000000000000000000000000000000000000000000000000000000C0C0
  932.       C000808080000000C0000000C0000000C0000000C000FFFFFF00C0C0C0000000
  933.       0000000000000000000000000000000000000000000000000000000000000000
  934.       0000000000000000000000000000808080000000CC000000CC000000CC00FFFF
  935.       FF000000000000000000808080000000CC000000CC000000CC00FFFFFF000000
  936.       00000000000000000000000000000000000080808000CC000000CC000000CC00
  937.       0000CC000000FFFFFF00FFFFFF0000000000000000000000000080808000CC00
  938.       0000CC000000CC000000CC000000FFFFFF00FFFFFF0000000000000000000000
  939.       0000000000000000000000000000000000000000000000000000000000008080
  940.       8000CC000000CC000000CC000000FFFFFF00000000000000000080808000CC00
  941.       0000CC000000CC000000FFFFFF00000000000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000808080008080
  943.       80000000CC000000CC000000CC000000CC000000CC000000CC00FFFFFF00C0C0
  944.       C000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000808080000000D2000000D2000000D200FFFF
  946.       FF000000000000000000808080000000D2000000D2000000D200FFFFFF000000
  947.       00000000000000000000000000000000000080808000D2000000D2000000D200
  948.       0000D2000000D2000000D2000000FFFFFF00FFFFFF000000000080808000D200
  949.       0000D2000000D2000000D2000000D2000000D2000000FFFFFF00FFFFFF000000
  950.       0000000000000000000000000000000000000000000000000000000000008080
  951.       8000D2000000D2000000D2000000FFFFFF00000000000000000080808000D200
  952.       0000D2000000D2000000FFFFFF00000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000808080000000
  954.       D2000000D2000000D2000000D2000000D2000000D2000000D2000000D200FFFF
  955.       FF00000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000808080000000D9000000D9000000D900FFFF
  957.       FF000000000000000000808080000000D9000000D9000000D900FFFFFF000000
  958.       00000000000000000000000000000000000080808000D9000000D9000000D900
  959.       0000D9000000D9000000D9000000D9000000D9000000FFFFFF0080808000D900
  960.       0000D9000000D9000000D9000000D9000000D9000000D9000000D9000000FFFF
  961.       FF00FFFFFF000000000000000000000000000000000000000000000000008080
  962.       8000D9000000D9000000D9000000FFFFFF00000000000000000080808000D900
  963.       0000D9000000D9000000FFFFFF00000000000000000000000000000000000000
  964.       00000000000000000000000000000000000000000000808080000000D9000000
  965.       D9000000D9000000D9000000D9000000D9000000D9000000D9000000D9000000
  966.       D900FFFFFF000000000000000000000000000000000000000000000000000000
  967.       0000000000000000000000000000808080000000DF000000DF000000DF00FFFF
  968.       FF000000000000000000808080000000DF000000DF000000DF00FFFFFF000000
  969.       00000000000000000000000000000000000080808000DF000000DF000000DF00
  970.       0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
  971.       0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
  972.       0000DF000000FFFFFF0000000000000000000000000000000000000000008080
  973.       8000E5000000E5000000E5000000FFFFFF00000000000000000080808000E500
  974.       0000E5000000E5000000FFFFFF00000000000000000000000000000000000000
  975.       00000000000000000000000000000000000000000000808080000000DF000000
  976.       DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF000000
  977.       DF00FFFFFF000000000000000000000000000000000000000000000000000000
  978.       0000000000000000000000000000808080000000E5000000E5000000E500FFFF
  979.       FF000000000000000000808080000000E5000000E5000000E500FFFFFF000000
  980.       00000000000000000000000000000000000080808000E5000000E5000000E500
  981.       0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
  982.       0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
  983.       0000808080008080800000000000000000000000000000000000000000008080
  984.       8000EC000000EC000000EC000000FFFFFF00000000000000000080808000EC00
  985.       0000EC000000EC000000FFFFFF00000000000000000000000000000000000000
  986.       00000000000000000000000000000000000000000000808080000000E5000000
  987.       E5000000E5000000E5000000E5000000E5000000E5000000E5000000E5000000
  988.       E500FFFFFF000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000808080000000EC000000EC000000EC00FFFF
  990.       FF000000000000000000808080000000EC000000EC000000EC00FFFFFF000000
  991.       00000000000000000000000000000000000080808000EC000000EC000000EC00
  992.       0000EC000000EC000000EC000000EC000000808080008080800080808000EC00
  993.       0000EC000000EC000000EC000000EC000000EC000000EC000000808080008080
  994.       8000808080000000000000000000000000000000000000000000000000008080
  995.       8000F2000000F2000000F2000000FFFFFF00000000000000000080808000F200
  996.       0000F2000000F2000000FFFFFF00000000000000000000000000000000000000
  997.       00000000000000000000000000000000000000000000808080000000EC000000
  998.       EC000000EC000000EC000000EC000000EC000000EC000000EC000000EC000000
  999.       EC00FFFFFF000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000808080000000F2000000F2000000F200FFFF
  1001.       FF000000000000000000808080000000F2000000F2000000F200FFFFFF000000
  1002.       00000000000000000000000000000000000080808000F2000000F2000000F200
  1003.       0000F2000000F20000008080800080808000808080000000000080808000F200
  1004.       0000F2000000F2000000F2000000F20000008080800080808000808080000000
  1005.       0000000000000000000000000000000000000000000000000000000000008080
  1006.       8000F8000000F8000000F8000000FFFFFF00000000000000000080808000F800
  1007.       0000F8000000F8000000FFFFFF00000000000000000000000000000000000000
  1008.       0000000000000000000000000000000000000000000000000000808080000000
  1009.       F2000000F2000000F2000000F2000000F2000000F2000000F2000000F200FFFF
  1010.       FF00000000000000000000000000000000000000000000000000000000000000
  1011.       0000000000000000000000000000808080000000F8000000F8000000F800FFFF
  1012.       FF000000000000000000808080000000F8000000F8000000F800FFFFFF000000
  1013.       00000000000000000000000000000000000080808000F8000000F8000000F800
  1014.       000080808000808080008080800000000000000000000000000080808000F800
  1015.       0000F8000000F800000080808000808080008080800000000000000000000000
  1016.       0000000000000000000000000000000000000000000000000000000000008080
  1017.       8000FF000000FF000000FF000000FFFFFF00000000000000000080808000FF00
  1018.       0000FF000000FF000000FFFFFF00000000000000000000000000000000000000
  1019.       0000000000000000000000000000000000000000000000000000808080008080
  1020.       80000000F8000000F8000000F8000000F8000000F8000000F800C0C0C000C0C0
  1021.       C000000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000808080000000FF000000FF000000FF00FFFF
  1023.       FF000000000000000000808080000000FF000000FF000000FF00FFFFFF000000
  1024.       00000000000000000000000000000000000080808000FF000000808080008080
  1025.       800080808000000000000000000000000000000000000000000080808000FF00
  1026.       0000808080008080800080808000000000000000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000008080
  1028.       8000808080008080800080808000C0C0C0000000000000000000808080008080
  1029.       80008080800080808000C0C0C000000000000000000000000000000000000000
  1030.       0000000000000000000000000000000000000000000000000000000000008080
  1031.       8000808080000000FF000000FF000000FF000000FF0080808000C0C0C0000000
  1032.       0000000000000000000000000000000000000000000000000000000000000000
  1033.       000000000000000000000000000080808000808080008080800080808000C0C0
  1034.       C000000000000000000080808000808080008080800080808000C0C0C0000000
  1035.       0000000000000000000000000000000000008080800080808000808080000000
  1036.       0000000000000000000000000000000000000000000000000000808080008080
  1037.       8000808080000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000000000000000000000000000000000000000000000000000000000000000
  1040.       0000000000000000000000000000000000000000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000008080800080808000808080008080800000000000000000000000
  1043.       0000000000000000000000000000000000000000000000000000000000000000
  1044.       0000000000000000000000000000000000000000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       000000000000C0C0C000FFFFFF00FFFFFF000000000000000000000000000000
  1048.       0000000000000000000000000000000000000000000000000000000000000000
  1049.       000000000000000000000000000000000000000000000000000000000000C0C0
  1050.       C000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  1051.       0000000000000000000000000000000000000000000000000000000000000000
  1052.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1053.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1054.       FF00000000000000000000000000000000000000000000000000000000000000
  1055.       000000000000000000000000000000000000000000000000000000000000FFFF
  1056.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  1057.       000000000000FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  1058.       0000000000008080800000C0000000C00000FFFFFF00FFFFFF00000000000000
  1059.       0000000000000000000000000000000000000000000000000000000000000000
  1060.       0000000000000000000000000000000000000000000000000000000000008080
  1061.       800000C0C00000C0C000FFFFFF00FFFFFF000000000000000000000000000000
  1062.       0000000000000000000000000000000000000000000000000000000000000000
  1063.       0000000000000000000000000000000000000000000080808000C0000000C000
  1064.       0000C0000000C0000000C0000000C0000000C0000000C0000000C0000000FFFF
  1065.       FF00000000000000000000000000000000000000000000000000000000000000
  1066.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C000
  1067.       0000C0000000FFFFFF000000000000000000000000000000000000000000FFFF
  1068.       FF00FFFFFF00C0000000C0000000FFFFFF000000000000000000000000000000
  1069.       0000000000008080800000CC000000CC000000CC000000CC0000FFFFFF00FFFF
  1070.       FF00000000000000000000000000000000000000000000000000000000000000
  1071.       0000000000000000000000000000000000000000000000000000000000008080
  1072.       800000CCCC0000CCCC0000CCCC0000CCCC00FFFFFF00FFFFFF00000000000000
  1073.       0000000000000000000000000000000000000000000000000000000000000000
  1074.       0000000000000000000000000000000000000000000080808000CC000000CC00
  1075.       0000CC000000CC000000CC000000CC000000CC000000CC000000CC000000FFFF
  1076.       FF00000000000000000000000000000000000000000000000000000000000000
  1077.       0000000000000000000000000000FFFFFF00FFFFFF00CC000000CC000000CC00
  1078.       0000CC000000FFFFFF00000000000000000000000000FFFFFF00FFFFFF00CC00
  1079.       0000CC000000CC000000CC000000FFFFFF000000000000000000000000000000
  1080.       0000000000008080800000D2000000D2000000D2000000D2000000D2000000D2
  1081.       0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  1082.       0000000000000000000000000000000000000000000000000000000000008080
  1083.       800000D2D20000D2D20000D2D20000D2D20000D2D20000D2D200FFFFFF00FFFF
  1084.       FF00000000000000000000000000000000000000000000000000000000000000
  1085.       0000000000000000000000000000000000000000000080808000D2000000D200
  1086.       0000D2000000D2000000D2000000D2000000D2000000D2000000D2000000FFFF
  1087.       FF00000000000000000000000000000000000000000000000000000000000000
  1088.       000000000000FFFFFF00FFFFFF00D2000000D2000000D2000000D2000000D200
  1089.       0000D2000000FFFFFF0000000000FFFFFF00FFFFFF00D2000000D2000000D200
  1090.       0000D2000000D2000000D2000000FFFFFF000000000000000000000000000000
  1091.       0000000000008080800000D9000000D9000000D9000000D9000000D9000000D9
  1092.       000000D9000000D90000FFFFFF00FFFFFF000000000000000000000000000000
  1093.       0000000000000000000000000000000000000000000000000000000000008080
  1094.       800000D9D90000D9D90000D9D90000D9D90000D9D90000D9D90000D9D90000D9
  1095.       D900FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  1096.       0000000000000000000000000000000000000000000080808000D9000000D900
  1097.       0000D9000000D9000000D9000000D9000000D9000000D9000000D9000000FFFF
  1098.       FF0000000000000000000000000000000000000000000000000000000000FFFF
  1099.       FF00FFFFFF00D9000000D9000000D9000000D9000000D9000000D9000000D900
  1100.       0000D9000000FFFFFF00FFFFFF00D9000000D9000000D9000000D9000000D900
  1101.       0000D9000000D9000000D9000000FFFFFF000000000000000000000000000000
  1102.       0000000000008080800000DF000000DF000000DF000000DF000000DF000000DF
  1103.       000000DF000000DF000000DF000000DF0000FFFFFF0000000000000000000000
  1104.       0000000000000000000000000000000000000000000000000000000000008080
  1105.       800000DFDF0000DFDF0000DFDF0000DFDF0000DFDF0000DFDF0000DFDF0000DF
  1106.       DF0000DFDF0000DFDF00FFFFFF00000000000000000000000000000000000000
  1107.       0000000000000000000000000000000000000000000080808000E5000000E500
  1108.       0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000FFFF
  1109.       FF00000000000000000000000000000000000000000000000000FFFFFF00DF00
  1110.       0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
  1111.       0000DF000000DF000000DF000000DF000000DF000000DF000000DF000000DF00
  1112.       0000DF000000DF000000DF000000FFFFFF000000000000000000000000000000
  1113.       0000000000008080800000E5000000E5000000E5000000E5000000E5000000E5
  1114.       000000E5000000E5000000E50000808080008080800000000000000000000000
  1115.       0000000000000000000000000000000000000000000000000000000000008080
  1116.       800000E5E50000E5E50000E5E50000E5E50000E5E50000E5E50000E5E50000E5
  1117.       E50000E5E5008080800080808000000000000000000000000000000000000000
  1118.       0000000000000000000000000000000000000000000080808000EC000000EC00
  1119.       0000EC000000EC000000EC000000EC000000EC000000EC000000EC000000FFFF
  1120.       FF00000000000000000000000000000000000000000000000000808080008080
  1121.       8000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
  1122.       0000E5000000E5000000E5000000E5000000E5000000E5000000E5000000E500
  1123.       0000E5000000E5000000E5000000FFFFFF000000000000000000000000000000
  1124.       0000000000008080800000EC000000EC000000EC000000EC000000EC000000EC
  1125.       000000EC00008080800080808000808080000000000000000000000000000000
  1126.       0000000000000000000000000000000000000000000000000000000000008080
  1127.       800000ECEC0000ECEC0000ECEC0000ECEC0000ECEC0000ECEC0000ECEC008080
  1128.       8000808080008080800000000000000000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000080808000F2000000F200
  1130.       0000F2000000F2000000F2000000F2000000F2000000F2000000F2000000FFFF
  1131.       FF00000000000000000000000000000000000000000000000000000000008080
  1132.       80008080800080808000EC000000EC000000EC000000EC000000EC000000EC00
  1133.       0000EC000000FFFFFF008080800080808000EC000000EC000000EC000000EC00
  1134.       0000EC000000EC000000EC000000FFFFFF000000000000000000000000000000
  1135.       0000000000008080800000F2000000F2000000F2000000F2000000F200008080
  1136.       8000808080008080800000000000000000000000000000000000000000000000
  1137.       0000000000000000000000000000000000000000000000000000000000008080
  1138.       800000F2F20000F2F20000F2F20000F2F20000F2F20080808000808080008080
  1139.       8000000000000000000000000000000000000000000000000000000000000000
  1140.       0000000000000000000000000000000000000000000080808000F8000000F800
  1141.       0000F8000000F8000000F8000000F8000000F8000000F8000000F8000000FFFF
  1142.       FF00000000000000000000000000000000000000000000000000000000000000
  1143.       000000000000808080008080800080808000F2000000F2000000F2000000F200
  1144.       0000F2000000FFFFFF0000000000808080008080800080808000F2000000F200
  1145.       0000F2000000F2000000F2000000FFFFFF000000000000000000000000000000
  1146.       0000000000008080800000F8000000F8000000F8000080808000808080008080
  1147.       8000000000000000000000000000000000000000000000000000000000000000
  1148.       0000000000000000000000000000000000000000000000000000000000008080
  1149.       800000F8F80000F8F80000F8F800808080008080800080808000000000000000
  1150.       0000000000000000000000000000000000000000000000000000000000000000
  1151.       0000000000000000000000000000000000000000000080808000FF000000FF00
  1152.       0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FFFF
  1153.       FF00000000000000000000000000000000000000000000000000000000000000
  1154.       0000000000000000000000000000808080008080800080808000F8000000F800
  1155.       0000F8000000FFFFFF0000000000000000000000000080808000808080008080
  1156.       8000F8000000F8000000F8000000FFFFFF000000000000000000000000000000
  1157.       0000000000008080800000FF0000808080008080800080808000000000000000
  1158.       0000000000000000000000000000000000000000000000000000000000000000
  1159.       0000000000000000000000000000000000000000000000000000000000008080
  1160.       800000FFFF008080800080808000808080000000000000000000000000000000
  1161.       0000000000000000000000000000000000000000000000000000000000000000
  1162.       0000000000000000000000000000000000000000000080808000808080008080
  1163.       800080808000808080008080800080808000808080008080800080808000C0C0
  1164.       C000000000000000000000000000000000000000000000000000000000000000
  1165.       0000000000000000000000000000000000000000000080808000808080008080
  1166.       8000FF000000FFFFFF0000000000000000000000000000000000000000008080
  1167.       80008080800080808000FF000000FFFFFF000000000000000000000000000000
  1168.       0000000000008080800080808000808080000000000000000000000000000000
  1169.       0000000000000000000000000000000000000000000000000000000000000000
  1170.       0000000000000000000000000000000000000000000000000000000000008080
  1171.       8000808080008080800000000000000000000000000000000000000000000000
  1172.       0000000000000000000000000000000000000000000000000000000000000000
  1173.       0000000000000000000000000000000000000000000000000000000000000000
  1174.       0000000000000000000000000000000000000000000000000000000000000000
  1175.       0000000000000000000000000000000000000000000000000000000000000000
  1176.       0000000000000000000000000000000000000000000000000000000000008080
  1177.       800080808000C0C0C00000000000000000000000000000000000000000000000
  1178.       0000000000008080800080808000C0C0C000424D3E000000000000003E000000
  1179.       2800000058000000300000000100010000000000400200000000000000000000
  1180.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1181.       0000000000000000000000000000000000000000000000000000000000000000
  1182.       0000000000000000000000000000000000000000000000000000000000000000
  1183.       0000000000000000000000000000000000000000000000000000000000000000
  1184.       0000000000000000000000000000000000000000000000000000000000000000
  1185.       F800FFFFFFFFFFFFC0000000F800FF87C01FE007C0000000F800FF03C01FC007
  1186.       C0000000F800FE01C01FCFE7C0000000F800FC00C01FCFE7C0000000F800FC00
  1187.       C01FCFE7C0000000F800FC00C01FCFE7C0000000F800FC00C01FCFE7C0000000
  1188.       F800FE01C01FC007C0000000F800FF03C01FC007C0000000F800FF87C01FC00F
  1189.       C0000000FFFFFFFFFFFFFFFFC00000001FC7FFE0C1FFF07FFE0C1F0007C1FFE0
  1190.       C1FFE01FFE0C1F0001C07FE0C1FFC00FFE0C1F0000401FE0C1FFC00FFE0C1F00
  1191.       000007E0C1FF8007FE0C1F00000003E0C1FF8007FE0C1F00000003E0C1FF8007
  1192.       FE0C1F00000007E0C1FF8007FE0C1F0000401FE0C1FFC00FFE0C1F0001C07FE0
  1193.       C1FFC00FFE0C1F0007C1FFE0C1FFE01FFE0C1F001FC7FFFFFFFFF87FFFFFFF00
  1194.       F8FFFFE3FFFF800FFFE3F800F83FFFE0FFFF800FFF83E000F80FFFE03FFF800F
  1195.       FE038000F803FFE00FFF800FF8020000F800FFE003FF800FE0000000F8007FE0
  1196.       01FF800FC0000000F8007FE001FF800FC0000000F800FFE003FF800FE0000000
  1197.       F803FFE00FFF800FF8020000F80FFFE03FFF800FFE038000F83FFFE0FFFF800F
  1198.       FF83E000F8FFFFE3FFFFFFFFFFE3F80000000000000000000000000000000000
  1199.       000000000000}
  1200.   end
  1201. end
  1202.