home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TCONTROLPROPERTIESFORM / TCONTROLPROPERTIESFORM.txt < prev   
Text File  |  2005-01-25  |  53KB  |  1,418 lines

  1. inherited ControlPropertiesForm: TControlPropertiesForm
  2.   Left = 306
  3.   Top = 209
  4.   Caption = 'Control Properties'
  5.   ClientHeight = 317
  6.   ClientWidth = 427
  7.   ParentFont = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited ButtonOk: TButton
  11.     Left = 187
  12.     Top = 286
  13.     TabOrder = 1
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 267
  17.     Top = 286
  18.     TabOrder = 2
  19.   end
  20.   inherited ButtonHelp: THelpButton
  21.     Left = 347
  22.     Top = 286
  23.     TabOrder = 3
  24.     HelpKey = 'control_properties'
  25.   end
  26.   object ControlSheet: TPageControl
  27.     Left = 5
  28.     Top = 5
  29.     Width = 416
  30.     Height = 274
  31.     ActivePage = RecordSheet
  32.     Anchors = [akLeft, akTop, akRight, akBottom]
  33.     Images = ControlImages
  34.     TabOrder = 0
  35.     OnChange = ControlSheetChange
  36.     OnChanging = VerifyPageChange
  37.     object PlaySheet: TTabSheet
  38.       Caption = 'Play'
  39.       object PlayGreenGroup: TGroupBox
  40.         Left = 4
  41.         Top = 4
  42.         Width = 129
  43.         Height = 177
  44.         Caption = ' &Green play '
  45.         TabOrder = 0
  46.         object PlayLoopEdit1: TNumEdit
  47.           Left = 62
  48.           Top = 148
  49.           Width = 41
  50.           Height = 21
  51.           Hint = 'Set the number of loops'
  52.           TabStop = True
  53.           Value = 1
  54.           Max = 9999
  55.           PageChange = 10
  56.           LineChange = 1
  57.           Label = 'Green Loop'
  58.           Caption = '1'
  59.           ShowHint = True
  60.           TabOrder = 7
  61.           MaxLength = 4
  62.         end
  63.         object PlayLoopUpDown1: TBuddyUpDown
  64.           Left = 103
  65.           Top = 148
  66.           Width = 15
  67.           Height = 21
  68.           Associate = PlayLoopEdit1
  69.           TabOrder = 8
  70.         end
  71.         object PlayAll1: TRadio
  72.           Left = 8
  73.           Top = 15
  74.           Width = 97
  75.           Height = 17
  76.           Caption = 'All'
  77.           TabOrder = 0
  78.         end
  79.         object PlaySelected1: TRadio
  80.           Left = 8
  81.           Top = 33
  82.           Width = 97
  83.           Height = 17
  84.           Caption = 'Selection'
  85.           TabOrder = 1
  86.         end
  87.         object PlayUnselected1: TRadio
  88.           Left = 8
  89.           Top = 51
  90.           Width = 97
  91.           Height = 17
  92.           Caption = 'Unselected'
  93.           TabOrder = 2
  94.         end
  95.         object PlayView1: TRadio
  96.           Left = 8
  97.           Top = 69
  98.           Width = 97
  99.           Height = 17
  100.           Caption = 'View'
  101.           TabOrder = 3
  102.         end
  103.         object PlayFinish1: TRadio
  104.           Left = 8
  105.           Top = 105
  106.           Width = 97
  107.           Height = 17
  108.           Caption = 'Finish'
  109.           TabOrder = 4
  110.         end
  111.         object PlayIntro1: TRadio
  112.           Left = 8
  113.           Top = 123
  114.           Width = 97
  115.           Height = 17
  116.           Caption = 'Intro/loop/end'
  117.           TabOrder = 5
  118.         end
  119.         object PlayLoop1: TCheck
  120.           Left = 8
  121.           Top = 148
  122.           Width = 51
  123.           Height = 17
  124.           Hint = 'Enable or disable looping'
  125.           TabStop = True
  126.           Caption = 'Loop'
  127.           ParentShowHint = False
  128.           ShowHint = True
  129.           TabOrder = 6
  130.         end
  131.         object PlayViewToEnd1: TRadio
  132.           Left = 8
  133.           Top = 87
  134.           Width = 97
  135.           Height = 17
  136.           Caption = 'View to end'
  137.           TabOrder = 9
  138.         end
  139.       end
  140.       object FastRewindGroop: TGroupBox
  141.         Left = 278
  142.         Top = 4
  143.         Width = 127
  144.         Height = 75
  145.         Caption = ' Fast/Rewind speed '
  146.         TabOrder = 2
  147.         object FastEdit: TNumEdit
  148.           Left = 56
  149.           Top = 18
  150.           Width = 45
  151.           Height = 21
  152.           Hint = 'Set the fast forward speed'
  153.           TabStop = True
  154.           Value = 1
  155.           Min = 0.100000000000000000
  156.           Max = 5
  157.           Decimal = 2
  158.           PageChange = 1
  159.           LineChange = 0.100000000000000000
  160.           Label = 'Fast'
  161.           Caption = '1'
  162.           ShowHint = True
  163.           TabOrder = 0
  164.           MaxLength = 4
  165.         end
  166.         object FastLabel: TStaticText
  167.           Left = 19
  168.           Top = 20
  169.           Width = 33
  170.           Height = 17
  171.           Alignment = taRightJustify
  172.           Caption = '&Fast:'
  173.           FocusControl = FastEdit
  174.           TabOrder = 4
  175.         end
  176.         object FastUpDown: TBuddyUpDown
  177.           Left = 101
  178.           Top = 18
  179.           Width = 15
  180.           Height = 21
  181.           Associate = FastEdit
  182.           TabOrder = 1
  183.         end
  184.         object RewindEdit: TNumEdit
  185.           Left = 56
  186.           Top = 44
  187.           Width = 45
  188.           Height = 21
  189.           Hint = 'Set the rewind speed'
  190.           TabStop = True
  191.           Value = 1
  192.           Min = 0.100000000000000000
  193.           Max = 5
  194.           Decimal = 2
  195.           PageChange = 1
  196.           LineChange = 0.100000000000000000
  197.           Label = 'Rewind'
  198.           Caption = '1'
  199.           ShowHint = True
  200.           TabOrder = 2
  201.           MaxLength = 4
  202.         end
  203.         object RewindLabel: TStaticText
  204.           Left = 3
  205.           Top = 46
  206.           Width = 49
  207.           Height = 17
  208.           Alignment = taRightJustify
  209.           Caption = '&Rewind:'
  210.           FocusControl = RewindEdit
  211.           TabOrder = 5
  212.         end
  213.         object RewindUpDown: TBuddyUpDown
  214.           Left = 101
  215.           Top = 44
  216.           Width = 15
  217.           Height = 21
  218.           Associate = RewindEdit
  219.           TabOrder = 3
  220.         end
  221.       end
  222.       object PlayYellowGroup: TGroupBox
  223.         Left = 140
  224.         Top = 4
  225.         Width = 129
  226.         Height = 177
  227.         Caption = ' &Yellow play '
  228.         TabOrder = 1
  229.         object PlayLoopEdit2: TNumEdit
  230.           Left = 62
  231.           Top = 148
  232.           Width = 41
  233.           Height = 21
  234.           Hint = 'Set the number of loops'
  235.           TabStop = True
  236.           Value = 1
  237.           Max = 9999
  238.           PageChange = 10
  239.           LineChange = 1
  240.           Label = 'Yellow Loop'
  241.           Caption = '1'
  242.           ShowHint = True
  243.           TabOrder = 7
  244.           MaxLength = 4
  245.         end
  246.         object PlayLoopUpDown2: TBuddyUpDown
  247.           Left = 103
  248.           Top = 148
  249.           Width = 15
  250.           Height = 21
  251.           Associate = PlayLoopEdit2
  252.           TabOrder = 8
  253.         end
  254.         object PlayAll2: TRadio
  255.           Left = 8
  256.           Top = 15
  257.           Width = 97
  258.           Height = 17
  259.           Caption = 'All'
  260.           TabOrder = 0
  261.         end
  262.         object PlaySelected2: TRadio
  263.           Left = 8
  264.           Top = 33
  265.           Width = 97
  266.           Height = 17
  267.           Caption = 'Selection'
  268.           TabOrder = 1
  269.         end
  270.         object PlayUnselected2: TRadio
  271.           Left = 8
  272.           Top = 51
  273.           Width = 97
  274.           Height = 17
  275.           Caption = 'Unselected'
  276.           TabOrder = 2
  277.         end
  278.         object PlayView2: TRadio
  279.           Left = 8
  280.           Top = 69
  281.           Width = 97
  282.           Height = 17
  283.           Caption = 'View'
  284.           TabOrder = 3
  285.         end
  286.         object PlayFinish2: TRadio
  287.           Left = 8
  288.           Top = 105
  289.           Width = 97
  290.           Height = 17
  291.           Caption = 'Finish'
  292.           TabOrder = 4
  293.         end
  294.         object PlayIntro2: TRadio
  295.           Left = 8
  296.           Top = 123
  297.           Width = 97
  298.           Height = 17
  299.           Caption = 'Intro/loop/end'
  300.           TabOrder = 5
  301.         end
  302.         object PlayLoop2: TCheck
  303.           Left = 8
  304.           Top = 148
  305.           Width = 51
  306.           Height = 17
  307.           Hint = 'Enable or disable looping'
  308.           TabStop = True
  309.           Caption = 'Loop'
  310.           ParentShowHint = False
  311.           ShowHint = True
  312.           TabOrder = 6
  313.         end
  314.         object PlayViewToEnd2: TRadio
  315.           Left = 8
  316.           Top = 87
  317.           Width = 97
  318.           Height = 17
  319.           Caption = 'View to end'
  320.           TabOrder = 9
  321.         end
  322.       end
  323.     end
  324.     object RecordSheet: TTabSheet
  325.       Caption = 'Record'
  326.       ImageIndex = 1
  327.       object RecordOptionsGroup: TGroupBox
  328.         Left = 4
  329.         Top = 4
  330.         Width = 148
  331.         Height = 95
  332.         Caption = ' Recording options '
  333.         TabOrder = 0
  334.         object RecordMonitor: TCheck
  335.           Left = 8
  336.           Top = 15
  337.           Width = 117
  338.           Height = 17
  339.           TabStop = True
  340.           Caption = 'Monitor input'
  341.           TabOrder = 0
  342.         end
  343.         object RecordSafety: TCheck
  344.           Left = 8
  345.           Top = 34
  346.           Width = 117
  347.           Height = 17
  348.           TabStop = True
  349.           Caption = 'Ctrl key safety'
  350.           TabOrder = 1
  351.         end
  352.         object RecordSetFinish: TCheck
  353.           Left = 8
  354.           Top = 53
  355.           Width = 137
  356.           Height = 17
  357.           TabStop = True
  358.           Caption = 'Set finish marker at stop'
  359.           TabOrder = 2
  360.         end
  361.         object RecordShowSettings: TCheck
  362.           Left = 8
  363.           Top = 72
  364.           Width = 131
  365.           Height = 17
  366.           TabStop = True
  367.           Caption = 'Show settings window'
  368.           TabOrder = 3
  369.         end
  370.       end
  371.       object RecordDelayedGroup: TGroupBox
  372.         Left = 162
  373.         Top = 4
  374.         Width = 187
  375.         Height = 237
  376.         Caption = ' Delayed recording '
  377.         TabOrder = 1
  378.         object RecordTimer: TCheck
  379.           Left = 8
  380.           Top = 14
  381.           Width = 57
  382.           Height = 17
  383.           TabStop = True
  384.           Caption = '&Timer'
  385.           TabOrder = 0
  386.           OnClick = RecordTimerClick
  387.         end
  388.         object RecordTimeEdit: TTimeEdit
  389.           Left = 92
  390.           Top = 36
  391.           Width = 67
  392.           Height = 21
  393.           TabStop = True
  394.           Value = 1
  395.           Max = 86399
  396.           PageChange = 60
  397.           LineChange = 10
  398.           Label = 'Time'
  399.           Caption = '1'
  400.           TabOrder = 2
  401.           Format = tttFull
  402.         end
  403.         object RecordTimeLabel: TStaticText
  404.           Left = 52
  405.           Top = 38
  406.           Width = 36
  407.           Height = 17
  408.           Alignment = taRightJustify
  409.           Caption = 'T&ime:'
  410.           TabOrder = 1
  411.         end
  412.         object RecordTimeUpDown: TBuddyUpDown
  413.           Left = 159
  414.           Top = 36
  415.           Width = 15
  416.           Height = 21
  417.           Associate = RecordTimeEdit
  418.           TabOrder = 3
  419.         end
  420.         object RecordDayBox: TComboBox
  421.           Left = 92
  422.           Top = 60
  423.           Width = 83
  424.           Height = 21
  425.           Style = csDropDownList
  426.           ItemHeight = 13
  427.           TabOrder = 5
  428.           Items.Strings = (
  429.             'Sunday'
  430.             'Monday'
  431.             'Tuesday'
  432.             'Wednesday'
  433.             'Thursday'
  434.             'Friday'
  435.             'Saturday')
  436.         end
  437.         object RecordDayLabel: TStaticText
  438.           Left = 56
  439.           Top = 62
  440.           Width = 32
  441.           Height = 17
  442.           Alignment = taRightJustify
  443.           Caption = 'Da&y:'
  444.           TabOrder = 4
  445.         end
  446.         object RecordLevel: TCheck
  447.           Left = 8
  448.           Top = 90
  449.           Width = 97
  450.           Height = 17
  451.           TabStop = True
  452.           Caption = 'Le&vel activated'
  453.           TabOrder = 6
  454.           OnClick = RecordLevelClick
  455.         end
  456.         object RecordThresholdEdit: TNumEdit
  457.           Left = 92
  458.           Top = 110
  459.           Width = 67
  460.           Height = 21
  461.           TabStop = True
  462.           Value = 1
  463.           Max = 1
  464.           Decimal = 3
  465.           PageChange = 10
  466.           LineChange = 0.010000000000000000
  467.           Label = 'Threshold'
  468.           Caption = '1'
  469.           TabOrder = 8
  470.         end
  471.         object RecordThresholdLabel: TStaticText
  472.           Left = 28
  473.           Top = 112
  474.           Width = 60
  475.           Height = 17
  476.           Alignment = taRightJustify
  477.           Caption = 'Thres&hold:'
  478.           TabOrder = 7
  479.         end
  480.         object RecordThresholdUpDown: TBuddyUpDown
  481.           Left = 159
  482.           Top = 110
  483.           Width = 15
  484.           Height = 21
  485.           Associate = RecordThresholdEdit
  486.           TabOrder = 9
  487.         end
  488.         object RecordDurationEdit: TNumEdit
  489.           Left = 92
  490.           Top = 136
  491.           Width = 67
  492.           Height = 21
  493.           TabStop = True
  494.           Value = 1
  495.           Max = 10000
  496.           Decimal = 2
  497.           PageChange = 10
  498.           LineChange = 0.100000000000000000
  499.           Label = 'Duration'
  500.           Caption = '1'
  501.           TabOrder = 11
  502.         end
  503.         object RecordDurationLabel: TStaticText
  504.           Left = 21
  505.           Top = 138
  506.           Width = 67
  507.           Height = 17
  508.           Alignment = taRightJustify
  509.           Caption = '&Duration (s):'
  510.           TabOrder = 10
  511.         end
  512.         object RecordDurationUpDown: TBuddyUpDown
  513.           Left = 159
  514.           Top = 136
  515.           Width = 15
  516.           Height = 21
  517.           Associate = RecordDurationEdit
  518.           TabOrder = 12
  519.         end
  520.         object RecordPrebufferEdit: TNumEdit
  521.           Left = 92
  522.           Top = 162
  523.           Width = 67
  524.           Height = 21
  525.           TabStop = True
  526.           Value = 1
  527.           Max = 1
  528.           Decimal = 2
  529.           PageChange = 10
  530.           LineChange = 0.100000000000000000
  531.           Label = 'Prebuffer'
  532.           Caption = '1'
  533.           TabOrder = 14
  534.         end
  535.         object RecordPrebufferLabel: TStaticText
  536.           Left = 18
  537.           Top = 164
  538.           Width = 70
  539.           Height = 17
  540.           Alignment = taRightJustify
  541.           Caption = '&Prebuffer (s):'
  542.           TabOrder = 13
  543.         end
  544.         object RecordPrebufferUpDown: TBuddyUpDown
  545.           Left = 159
  546.           Top = 162
  547.           Width = 15
  548.           Height = 21
  549.           Associate = RecordPrebufferEdit
  550.           TabOrder = 15
  551.         end
  552.         object RecordTimeStamp: TCheck
  553.           Left = 43
  554.           Top = 188
  555.           Width = 103
  556.           Height = 17
  557.           TabStop = True
  558.           Caption = 'Time stamp cues:'
  559.           TabOrder = 16
  560.           OnClick = RecordTimeStampClick
  561.         end
  562.         object RecordTimeStampFormat: TEdit
  563.           Left = 43
  564.           Top = 209
  565.           Width = 132
  566.           Height = 21
  567.           MaxLength = 40
  568.           TabOrder = 17
  569.           Text = '%Y-%m-%d, %H:%M:%S'
  570.         end
  571.       end
  572.       object RecordModeGroup: TGroupBox
  573.         Left = 4
  574.         Top = 104
  575.         Width = 148
  576.         Height = 137
  577.         Caption = ' Record mode '
  578.         TabOrder = 2
  579.         object RecordOverwrite: TRadio
  580.           Left = 8
  581.           Top = 20
  582.           Width = 125
  583.           Height = 17
  584.           Caption = 'Bounded to selection'
  585.           TabOrder = 0
  586.         end
  587.         object RecordOverwriteLoop: TRadio
  588.           Left = 8
  589.           Top = 38
  590.           Width = 125
  591.           Height = 17
  592.           Caption = 'Bounded and looped'
  593.           TabOrder = 1
  594.         end
  595.         object RecordReplace: TRadio
  596.           Left = 8
  597.           Top = 56
  598.           Width = 125
  599.           Height = 17
  600.           Caption = 'Unbounded'
  601.           TabOrder = 2
  602.         end
  603.       end
  604.     end
  605.     object VolumeSheet: TTabSheet
  606.       Caption = 'Volume'
  607.       ImageIndex = 2
  608.       object VolumeDeviceBox: TComboBox
  609.         Left = 109
  610.         Top = 4
  611.         Width = 273
  612.         Height = 21
  613.         Style = csDropDownList
  614.         ItemHeight = 0
  615.         TabOrder = 1
  616.         OnChange = VolumeDeviceBoxChange
  617.       end
  618.       object VolumeDeviceBoxLabel: TStaticText
  619.         Left = 28
  620.         Top = 6
  621.         Width = 77
  622.         Height = 17
  623.         Alignment = taRightJustify
  624.         Caption = 'Volume device:'
  625.         TabOrder = 0
  626.       end
  627.       object VolumeMasterNum: TNumEdit
  628.         Left = 277
  629.         Top = 28
  630.         Width = 40
  631.         Height = 21
  632.         TabStop = True
  633.         Max = 100
  634.         PageChange = 10
  635.         LineChange = 1
  636.         Label = 'Master control'
  637.         Caption = '0'
  638.         TabOrder = 4
  639.       end
  640.       object VolumeMasterLabel: TStaticText
  641.         Left = 5
  642.         Top = 30
  643.         Width = 100
  644.         Height = 17
  645.         Alignment = taRightJustify
  646.         AutoSize = False
  647.         Caption = 'Master control:'
  648.         TabOrder = 2
  649.       end
  650.       object VolumeScrollBox: TScrollBox
  651.         Left = 3
  652.         Top = 52
  653.         Width = 401
  654.         Height = 189
  655.         VertScrollBar.Increment = 24
  656.         VertScrollBar.Margin = 1
  657.         VertScrollBar.Tracking = True
  658.         TabOrder = 6
  659.       end
  660.       object VolumeMasterSelect: TCheck
  661.         Left = 325
  662.         Top = 30
  663.         Width = 57
  664.         Height = 17
  665.         TabStop = True
  666.         Caption = 'Mute all'
  667.         TabOrder = 5
  668.         OnClick = MasterMuteChange
  669.       end
  670.       object VolumeMasterBar: TFader
  671.         Left = 109
  672.         Top = 31
  673.         Width = 160
  674.         Height = 16
  675.         Caption = 'Master Volume'
  676.         TabOrder = 3
  677.         OnChange = MasterChange
  678.         Associate = VolumeMasterNum
  679.         Line = 1
  680.         Page = 10
  681.         Max = 100
  682.       end
  683.     end
  684.     object VisualSheet: TTabSheet
  685.       Caption = 'Visual'
  686.       ImageIndex = 3
  687.       object StatusVisualBox: TComboBox
  688.         Left = 3
  689.         Top = 18
  690.         Width = 200
  691.         Height = 21
  692.         Style = csDropDownList
  693.         ItemHeight = 0
  694.         TabOrder = 1
  695.       end
  696.       object StatusLabel: TStaticText
  697.         Left = 3
  698.         Top = 4
  699.         Width = 200
  700.         Height = 13
  701.         AutoSize = False
  702.         Caption = 'Status visual:'
  703.         TabOrder = 0
  704.       end
  705.       object LevelVisualBox: TComboBox
  706.         Left = 207
  707.         Top = 18
  708.         Width = 200
  709.         Height = 21
  710.         Style = csDropDownList
  711.         ItemHeight = 0
  712.         TabOrder = 3
  713.       end
  714.       object LevelLabel: TStaticText
  715.         Left = 207
  716.         Top = 4
  717.         Width = 200
  718.         Height = 13
  719.         AutoSize = False
  720.         Caption = 'Level visual:'
  721.         TabOrder = 2
  722.       end
  723.       object LeftVisualBox: TComboBox
  724.         Left = 3
  725.         Top = 60
  726.         Width = 200
  727.         Height = 21
  728.         Style = csDropDownList
  729.         ItemHeight = 0
  730.         TabOrder = 5
  731.       end
  732.       object LeftLabel: TStaticText
  733.         Left = 3
  734.         Top = 46
  735.         Width = 200
  736.         Height = 13
  737.         AutoSize = False
  738.         Caption = 'Left visual:'
  739.         TabOrder = 4
  740.       end
  741.       object RightVisualBox: TComboBox
  742.         Left = 207
  743.         Top = 60
  744.         Width = 200
  745.         Height = 21
  746.         Style = csDropDownList
  747.         ItemHeight = 0
  748.         TabOrder = 7
  749.       end
  750.       object RightLabel: TStaticText
  751.         Left = 207
  752.         Top = 46
  753.         Width = 200
  754.         Height = 13
  755.         AutoSize = False
  756.         Caption = 'Right visual:'
  757.         TabOrder = 6
  758.       end
  759.       object QuickSelectBox: TCheckListBox
  760.         Left = 3
  761.         Top = 104
  762.         Width = 200
  763.         Height = 137
  764.         OnClickCheck = VisualQuickSelectCheck
  765.         ItemHeight = 13
  766.         TabOrder = 9
  767.       end
  768.       object QuickMenuLabel: TStaticText
  769.         Left = 3
  770.         Top = 89
  771.         Width = 200
  772.         Height = 13
  773.         AutoSize = False
  774.         Caption = 'Quick select menu:'
  775.         TabOrder = 8
  776.       end
  777.       object VisualFrameRateEdit: TNumEdit
  778.         Left = 300
  779.         Top = 125
  780.         Width = 59
  781.         Height = 21
  782.         TabStop = True
  783.         Value = 20
  784.         Min = 20
  785.         Max = 200
  786.         PageChange = 10
  787.         LineChange = 5
  788.         Label = 'Frame rate'
  789.         Caption = '1'
  790.         TabOrder = 11
  791.       end
  792.       object FrameRateLabel: TStaticText
  793.         Left = 239
  794.         Top = 127
  795.         Width = 57
  796.         Height = 17
  797.         Alignment = taRightJustify
  798.         Caption = 'Frame rate:'
  799.         TabOrder = 10
  800.       end
  801.       object VisualFrameRateUpDown: TBuddyUpDown
  802.         Left = 359
  803.         Top = 125
  804.         Width = 15
  805.         Height = 21
  806.         Associate = VisualFrameRateEdit
  807.         Increment = 5
  808.         TabOrder = 12
  809.       end
  810.       object VisualFFTWindowBox: TComboBox
  811.         Left = 300
  812.         Top = 152
  813.         Width = 75
  814.         Height = 21
  815.         Style = csDropDownList
  816.         ItemHeight = 13
  817.         TabOrder = 14
  818.         Items.Strings = (
  819.           'None'
  820.           'Hamming'
  821.           'Triangular'
  822.           'Kaiser 7')
  823.       end
  824.       object FFTWindowLabel: TStaticText
  825.         Left = 231
  826.         Top = 154
  827.         Width = 65
  828.         Height = 17
  829.         Alignment = taRightJustify
  830.         Caption = 'FFT window:'
  831.         TabOrder = 13
  832.       end
  833.     end
  834.     object DeviceSheet: TTabSheet
  835.       Caption = 'Device'
  836.       ImageIndex = 4
  837.       object DeviceJoystick: TCheckBox
  838.         Left = 10
  839.         Top = 200
  840.         Width = 139
  841.         Height = 17
  842.         Caption = 'Enable joystick control'
  843.         TabOrder = 2
  844.       end
  845.       object PlaybackGroup: TGroupBox
  846.         Left = 2
  847.         Top = 6
  848.         Width = 403
  849.         Height = 117
  850.         Caption = ' Playback '
  851.         Color = clBtnFace
  852.         ParentColor = False
  853.         TabOrder = 0
  854.         object ImagePlay: TImage
  855.           Left = 8
  856.           Top = 14
  857.           Width = 16
  858.           Height = 16
  859.           Picture.Data = {<image000.ico>}
  860.         end
  861.         object PlayDeviceLabel: TStaticText
  862.           Left = 25
  863.           Top = 15
  864.           Width = 41
  865.           Height = 17
  866.           Caption = 'Device:'
  867.           Color = clBtnFace
  868.           Font.Charset = DEFAULT_CHARSET
  869.           Font.Color = clWindowText
  870.           Font.Height = -11
  871.           Font.Name = 'MS Sans Serif'
  872.           Font.Style = []
  873.           ParentColor = False
  874.           ParentFont = False
  875.           TabOrder = 0
  876.         end
  877.         object PlaybackBox: TComboBox
  878.           Left = 8
  879.           Top = 29
  880.           Width = 280
  881.           Height = 21
  882.           Style = csDropDownList
  883.           ItemHeight = 0
  884.           TabOrder = 1
  885.         end
  886.         object PlaybackQualityLabel: TStaticText
  887.           Left = 293
  888.           Top = 15
  889.           Width = 39
  890.           Height = 17
  891.           Caption = 'Quality:'
  892.           TabOrder = 2
  893.         end
  894.         object PlaybackQuality: TComboBox
  895.           Left = 293
  896.           Top = 29
  897.           Width = 104
  898.           Height = 21
  899.           Style = csDropDownList
  900.           ItemHeight = 13
  901.           TabOrder = 3
  902.           Items.Strings = (
  903.             'PCM 16 bit'
  904.             'PCM 24 bit'
  905.             'IEEE 32 bit')
  906.         end
  907.         object DeviceLatency: TNumFrame
  908.           Left = 8
  909.           Top = 54
  910.           Width = 390
  911.           Height = 36
  912.           TabOrder = 4
  913.           Caption = 'Prebuffer/latency (s):'
  914.           Decimal = 2
  915.           Line = 0.100000000000000000
  916.           Page = 0.500000000000000000
  917.           Min = 0.100000000000000000
  918.           Max = 2
  919.           PromptWidth = 100
  920.           ValueWidth = 50
  921.           Value = 0.800000000000000000
  922.         end
  923.         object DeviceDelayStart: TCheckBox
  924.           Left = 8
  925.           Top = 92
  926.           Width = 176
  927.           Height = 17
  928.           Caption = 'Alternative playback initialization'
  929.           TabOrder = 5
  930.         end
  931.       end
  932.       object RecordGroup: TGroupBox
  933.         Left = 2
  934.         Top = 128
  935.         Width = 403
  936.         Height = 59
  937.         Caption = ' Record '
  938.         TabOrder = 1
  939.         object ImageRecord: TImage
  940.           Left = 8
  941.           Top = 14
  942.           Width = 16
  943.           Height = 16
  944.           Picture.Data = {<image001.ico>}
  945.         end
  946.         object RecordDeviceLabel: TStaticText
  947.           Left = 25
  948.           Top = 15
  949.           Width = 41
  950.           Height = 17
  951.           Caption = 'Device:'
  952.           TabOrder = 0
  953.         end
  954.         object RecordBox: TComboBox
  955.           Left = 8
  956.           Top = 29
  957.           Width = 280
  958.           Height = 21
  959.           Style = csDropDownList
  960.           ItemHeight = 0
  961.           TabOrder = 1
  962.         end
  963.         object RecordQualityLabel: TStaticText
  964.           Left = 295
  965.           Top = 15
  966.           Width = 39
  967.           Height = 17
  968.           Caption = 'Quality:'
  969.           TabOrder = 2
  970.         end
  971.         object RecordQuality: TComboBox
  972.           Left = 293
  973.           Top = 29
  974.           Width = 104
  975.           Height = 21
  976.           Style = csDropDownList
  977.           ItemHeight = 13
  978.           TabOrder = 3
  979.           Items.Strings = (
  980.             'PCM 16 bit'
  981.             'PCM 24 bit'
  982.             'IEEE 32 bit')
  983.         end
  984.       end
  985.     end
  986.     object Test: TTabSheet
  987.       Caption = 'Test'
  988.       ImageIndex = 5
  989.       object Details: TRichEdit
  990.         Left = 0
  991.         Top = 32
  992.         Width = 407
  993.         Height = 209
  994.         ReadOnly = True
  995.         ScrollBars = ssBoth
  996.         TabOrder = 0
  997.         Visible = False
  998.       end
  999.       object TroubleShoot: TButton
  1000.         Left = 2
  1001.         Top = 2
  1002.         Width = 75
  1003.         Height = 25
  1004.         Caption = 'Troubleshoot'
  1005.         TabOrder = 1
  1006.         OnClick = TroubleShootClick
  1007.       end
  1008.     end
  1009.   end
  1010.   object ControlImages: TImageList
  1011.     Left = 16
  1012.     Top = 284
  1013.     Bitmap = {
  1014.       494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1015.       0000000000003600000028000000400000003000000001002000000000000030
  1016.       0000000000000000000000000000000000000000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000000000000000000000000000000000
  1019.       0000000000000000000000000000000000000000000000000000000000000000
  1020.       0000000000000000000000000000000000000000000000000000000000000000
  1021.       0000000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000000000000000000000000000000000000000
  1023.       0000000000000000000000000000000000000000000000000000000000000000
  1024.       0000000000000000000000000000000000000000000000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000000000000000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000000000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       0000000000000000000000000000000000000000000000000000000000000000
  1031.       0000000000000000000000000000000000000000000000000000000000000000
  1032.       0000000000000000000000000000000000000000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       0000000000000000000000000000000000000000000000000000000000000000
  1035.       0000000000000000000000000000000000000000000000000000000000000000
  1036.       0000000000000000000000000000000000000000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000000000000000000000000000000000000000000000000000000000000000
  1040.       0000000000000000000000000000000000000000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000000000000000000000000000000000000000000000000000000000
  1043.       0000000000000000000000000000000000000000000000000000000000000000
  1044.       0000000000000000000000000000000000000000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       0000000000000000000000000000000000000000000000000000000000000000
  1048.       0000000000000000000000000000000000000000000000000000000000000000
  1049.       0000000000000000000000000000000000000000000000000000000000000000
  1050.       0000000000000000000000000000000000000000000000000000000000000000
  1051.       0000000000000000000000000000000000000000000000000000000000000000
  1052.       0000000000000000000000000000000000000000000000000000000000000000
  1053.       0000000000000000000000000000000000000000000000000000000000000000
  1054.       0000000000000000000000000000000000000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       0000000000000000000000000000000000000000000000000000000000000000
  1058.       0000000000000000000000000000000000000000000000000000000000000000
  1059.       0000000000000000000000000000000000000000000000000000000000000000
  1060.       0000000000000000000000000000000000000000000000000000000000000000
  1061.       0000000000000000000000000000000000000000000000000000000000000000
  1062.       0000000000000000000000000000000000000000000000000000000000000000
  1063.       0000000000000000000000000000000000000000000000000000000000000000
  1064.       0000000000000000000000000000000000000000000000000000000000000000
  1065.       0000000000000000000000000000000000000000000000000000000000000000
  1066.       0000000000000000000000000000000000000000000000000000000000000000
  1067.       0000000000000000000000000000000000000000000000000000000000000000
  1068.       0000000000000000000000000000000000000000000000000000000000000000
  1069.       0000000000000000000000000000000000000000000000000000000000000000
  1070.       0000000000000000000000000000000000000000000000000000000000000000
  1071.       0000000000000000000000000000000000000000000000000000000000000000
  1072.       0000000000000000000000000000000000000000000000000000000000000000
  1073.       0000000000000000000000000000000000000000000000000000000000000000
  1074.       0000000000000000000000000000000000000000000000000000000000000000
  1075.       0000000000000000000000000000000000000000000000000000000000000000
  1076.       0000000000000000000000000000000000000000000000000000000000000000
  1077.       0000000000000000000000000000000000000000000000000000000000000000
  1078.       0000000000000000000000000000000000000000000000000000000000000000
  1079.       0000000000000000000000000000000000000000000000000000000000000000
  1080.       0000000000000000000000000000000000000000000000000000000000000000
  1081.       0000000000000000000000000000000000000000000000000000000000000000
  1082.       0000000000000000000000000000000000000000000000000000000000000000
  1083.       0000000000000000000000000000000000000000000000000000000000000000
  1084.       0000000000000000000000000000000000000000000000000000000000000000
  1085.       0000000000000000000000000000000000000000000000000000000000000000
  1086.       0000000000000000000000000000000000000000000000000000000000000000
  1087.       0000000000000000000000000000000000000000000000000000000000000000
  1088.       0000000000000000000000000000000000000000000000000000000000000000
  1089.       0000000000000000000000000000000000000000000000000000000000000000
  1090.       0000000000000000000000000000000000000000000000000000000000000000
  1091.       0000000000000000000000000000000000000000000000000000000000000000
  1092.       0000000000000000000000000000000000000000000000000000000000000000
  1093.       0000000000000000000000000000000000000000000000000000000000000000
  1094.       0000000000000000000000000000000000000000000000000000000000000000
  1095.       0000000000000000000000000000000000000000000000000000000000000000
  1096.       0000000000000000000000000000000000000000000000000000000000000000
  1097.       0000000000000000000000000000000000000000000000000000000000000000
  1098.       0000000000000000000000000000000000000000000000000000000000000000
  1099.       0000000000000000000000000000000000000000000000000000000000000000
  1100.       0000000000000000000000000000000000000000000000000000000000000000
  1101.       0000000000000000000000000000000000000000000000000000000000000000
  1102.       0000000000000000000000000000000000000000000000000000000000000000
  1103.       0000000000000000000000000000000000000000000000000000000000000000
  1104.       0000000000000000000000000000000000000000000000000000000000000000
  1105.       0000000000000000000000000000000000000000000000000000000000000000
  1106.       0000000000000000000000000000000000000000000000000000000000000000
  1107.       0000000000000000000000000000000000000000000000000000000000000000
  1108.       0000000000000000000000000000000000000000000000000000000000000000
  1109.       0000000000000000000000000000000000000000000000000000000000000000
  1110.       0000000000000000000000000000000000000000000000000000000000000000
  1111.       0000000000000000000000000000000000000000000000000000000000000000
  1112.       0000000000000000000000000000000000000000000000000000000000000000
  1113.       0000000000000000000000000000000000000000000000000000000000000000
  1114.       0000000000000000000000000000000000000000000000000000000000000000
  1115.       0000000000000000000000000000000000000000000000000000000000000000
  1116.       0000000000000000000000000000000000000000000000000000000000000000
  1117.       0000000000000000000000000000000000000000000000000000000000000000
  1118.       0000000000000000000000000000000000000000000000000000000000000000
  1119.       0000000000000000000000000000000000000000000000000000000000000000
  1120.       0000000000000000000000000000000000000000000000000000000000000000
  1121.       0000000000000000000000000000000000000000000000000000000000000000
  1122.       0000000000000000000000000000000000000000000000000000000000000000
  1123.       0000000000000000000000000000000000000000000000000000000000000000
  1124.       0000000000000000000000000000000000000000000000000000000000000000
  1125.       0000000000000000000000000000000000000000000000000000000000000000
  1126.       0000000000000000000000000000000000000000000000000000000000000000
  1127.       0000000000000000000000000000000000000000000000000000000000000000
  1128.       0000000000000000000000000000000000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       0000000000000000000000000000000000000000000000000000000000000000
  1132.       0000000000000000000000000000000000000000000000000000000000000000
  1133.       0000000000000000000000000000000000000000000000000000000000000000
  1134.       0000000000000000000000000000000000000000000000000000000000000000
  1135.       0000000000000000000000000000000000000000000000000000000000000000
  1136.       0000000000000000000000000000000000000000000000000000000000000000
  1137.       0000000000000000000000000000000000000000000000000000000000000000
  1138.       0000000000000000000000000000000000000000000000000000000000000000
  1139.       0000000000000000000000000000000000000000000000000000000000000000
  1140.       0000000000000000000000000000000000000000000000000000000000000000
  1141.       0000000000000000000000000000000000000000000000000000000000000000
  1142.       0000000000000000000000000000000000000000000000000000000000000000
  1143.       0000000000000000000000000000000000000000000000000000000000000000
  1144.       0000000000000000000000000000000000000000000000000000000000000000
  1145.       0000000000000000000000000000000000000000000000000000000000000000
  1146.       0000000000000000000000000000000000000000000000000000000000000000
  1147.       0000008000000000000000000000000000000000000000000000000000000000
  1148.       0000000000000000000000000000000000000000000000000000000000000000
  1149.       0000000000000000000000000000000000000000000000000000000000000000
  1150.       0000000000000000000000000000000000000000000000000000000000000000
  1151.       0000000000000000000000000000000000000000000000000000000000000000
  1152.       0000000000000000000000000000000000000000000000000000000000000000
  1153.       0000000000000000000084848400848484008484840084848400848484008484
  1154.       8400848484008484840084848400000000000000000000000000000000000080
  1155.       000000FF00000080000000000000000000000000000000000000000000000000
  1156.       0000000000000000000000000000000000000000000000000000000000000000
  1157.       0000000000000000000000000000000000000000000000000000000000000000
  1158.       0000000000000000000000000000000000000000000000000000000000000000
  1159.       0000000000000000000000000000000000000000000000000000000000000000
  1160.       0000000000000000000000000000000000000000000000000000000000000000
  1161.       000000000000000000008484840000FFFF000084840000FFFF000084840000FF
  1162.       FF000084840000FFFF0084848400000000000000000000000000000000000080
  1163.       000000FF000000FF000000800000808080008080800080808000808080008080
  1164.       8000808080008080800080808000000000000000000000000000000000000000
  1165.       0000000000000000000000000000000000000000000000000000000000000000
  1166.       0000000000000000000000000000000000000000000000000000000000000000
  1167.       0000000000000000000000000000000000000000000000000000000000000000
  1168.       0000000000000000000000000000000000008484840084848400848484008484
  1169.       8400848484008484840084848400008484000084840000848400008484000084
  1170.       84000084840000848400848484008484840000000000000000000080000000FF
  1171.       000000FF000000FF000000FF0000008000000080800000FFFF000080800000FF
  1172.       FF000080800000FFFF0080808000000000000000000000000000000000000000
  1173.       0000000000000000000000000000000000000000000000000000000000000000
  1174.       0000000000000000000000000000000000000000000000000000000000000000
  1175.       0000000000000000000000000000000000000000000000000000000000000000
  1176.       000000000000000000000000000000000000FFFFFF0000840000008400000084
  1177.       8400008484000084000000840000008400000084000000840000008400000084
  1178.       00000084000000840000008400008484840080808000808080000080000000FF
  1179.       000000FF00008080800000FF000000FF00000080000000808000008080000080
  1180.       8000008080000080800080808000808080000000000000000000000000000000
  1181.       0000000000000000000000000000000000000000000000000000000000000000
  1182.       0000000000000000000000000000000000000000000000000000000000000000
  1183.       0000000000000000000000000000000000000000000000000000000000000000
  1184.       000000000000000000000000000000000000FFFFFF0000840000008400000084
  1185.       0000008400000084000000840000008400000084000000000000008400000000
  1186.       000000000000008400000084000084848400FFFFFF000080000000FF000000FF
  1187.       000000808000008000000080000000FF000000FF000000800000008000000080
  1188.       0000008000000080000000800000808080000000000000000000000000000000
  1189.       0000000000000000000000000000000000000000000000000000000000000000
  1190.       0000000000000000000000000000000000000000000000000000000000000000
  1191.       0000000000000000000000000000000000000000000000000000000000000000
  1192.       000000000000000000000000000000000000FFFFFF0000840000000000000000
  1193.       0000008400000000000000000000000000000000000000840000008400000084
  1194.       000000848400008400000084000084848400FFFFFF000080000000FF000000FF
  1195.       00000080000000800000008000000080000000FF000000FF0000008000000000
  1196.       0000000000000080000000800000808080000000000000000000000000000000
  1197.       0000000000000000000000000000000000000000000000000000000000000000
  1198.       0000000000000000000000000000000000000000000000000000000000000000
  1199.       0000000000000000000000000000000000000000000000000000000000000000
  1200.       000000000000000000000000000000000000FFFFFF0000840000008400000084
  1201.       0000008484000000000000000000000000000000000000840000000000000000
  1202.       000000848400008400000000000084848400FFFFFF0000800000000000000000
  1203.       0000008000000000000000000000000000000000000000FF000000FF00000080
  1204.       0000008080000080000000800000808080000000000000000000000000000000
  1205.       0000000000000000000000000000000000000000000000000000000000000000
  1206.       0000000000000000000000000000000000000000000000000000000000000000
  1207.       0000000000000000000000000000000000000000000000000000000000000000
  1208.       000000000000000000000000000000000000FFFFFF0000840000000000000000
  1209.       00000084000000000000FFFFFF00FFFFFF000000000000840000008400000084
  1210.       000000840000008400000000000084848400FFFFFF0000800000008000000080
  1211.       000000808000000000000000000000000000000000000080000000FF000000FF
  1212.       0000008000000080000000000000808080000000000000000000000000000000
  1213.       0000000000000000000000000000000000000000000000000000000000000000
  1214.       0000000000000000000000000000000000000000000000000000000000000000
  1215.       0000000000000000000000000000000000000000000000000000000000000000
  1216.       000000000000000000000000000000000000FFFFFF0000840000008400000084
  1217.       0000008484000000000000000000000000000000000000840000FF0000000084
  1218.       000000840000FF0000000084000084848400FFFFFF0000800000000000000000
  1219.       00000080000000000000FFFFFF00FFFFFF0000000000008000000080000000FF
  1220.       000000FF00000080000000000000808080000000000000000000000000000000
  1221.       0000000000000000000000000000000000000000000000000000000000000000
  1222.       0000000000000000000000000000000000000000000000000000000000000000
  1223.       0000000000000000000000000000000000000000000000000000000000000000
  1224.       000000000000000000000000000000000000FFFFFF0000840000000000000000
  1225.       0000008484000084000000840000008400000084000000840000FFFFFF00FF00
  1226.       000000840000FFFFFF00FF00000084848400FFFFFF0000800000008000000080
  1227.       0000008080000000000000000000000000000000000000800000FF0000000080
  1228.       000000FF000000FF000000800000808080000000000000000000000000000000
  1229.       0000000000000000000000000000000000000000000000000000000000000000
  1230.       0000000000000000000000000000000000000000000000000000000000000000
  1231.       0000000000000000000000000000000000000000000000000000000000000000
  1232.       000000000000000000000000000000000000FFFFFF0000840000008400000084
  1233.       0000008400000084000000840000008400000084000000840000008400000084
  1234.       000000840000008400000084000084848400FFFFFF0000800000000000000000
  1235.       0000008080000080000000800000008000000080000000800000FFFFFF00FF00
  1236.       00000080000000FF000000FF0000808080000000000000000000000000000000
  1237.       0000000000000000000000000000000000000000000000000000000000000000
  1238.       0000000000000000000000000000000000000000000000000000000000000000
  1239.       0000000000000000000000000000000000000000000000000000000000000000
  1240.       000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
  1241.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1242.       FF00FFFFFF00FFFFFF00FFFFFF0084848400FFFFFF0000800000008000000080
  1243.       0000008000000080000000800000008000000080000000800000008000000080
  1244.       0000008000000080000000800000808080000000000000000000000000000000
  1245.       0000000000000000000000000000000000000000000000000000000000000000
  1246.       0000000000000000000000000000000000000000000000000000000000000000
  1247.       0000000000000000000000000000000000000000000000000000000000000000
  1248.       0000000000000000000000000000000000000000000000000000000000000000
  1249.       0000000000000000000000000000000000000000000000000000000000000000
  1250.       000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
  1251.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1252.       FF00FFFFFF00FFFFFF00FFFFFF00808080000000000000000000000000000000
  1253.       0000000000000000000000000000000000000000000000000000000000000000
  1254.       0000000000000000000000000000000000000000000000000000000000000000
  1255.       0000000000000000000000000000000000000000000000000000000000000000
  1256.       0000000000000000000000000000000000000000000000000000000000000000
  1257.       0000000000000000000000000000000000000000000000000000000000000000
  1258.       0000000000000000000000000000000000000000000000000000000000000000
  1259.       0000000000000000000000000000000000000000000000000000000000000000
  1260.       0000000000000000000000000000000000000000000000000000000000000000
  1261.       0000000000000000000000000000000000000000000000000000000000000000
  1262.       0000000000000000000000000000000000000000000000000000000000000000
  1263.       0000000000000000000000000000000000000000000000000000000000000000
  1264.       0000000000000000000000000000000000000000000000000000000000000000
  1265.       0000000000000000000000000000000000000000000000000000000000000000
  1266.       0000000000000000000000000000000000000000000000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       0000000000000000000000000000000000000000000000000000000000000000
  1269.       0000000000000000000000000000000000000000000000000000000000000000
  1270.       0000000000000000000000000000000000000000000000000000000000000000
  1271.       0000000000000000000000000000000000000000000000000000000000000000
  1272.       0000000000000000000000000000000000000000000000000000000000000000
  1273.       0000000000000000000000000000000000000000000000000000000000000000
  1274.       0000000000000000000000000000000000000000000000000000000000000000
  1275.       0000000000000000000000000000000000000000000000000000000000000000
  1276.       0000000000000000000000000000000000000000000000000000000000000000
  1277.       0000000000000000000000000000000000000000000000000000000000000000
  1278.       0000000000000000000000000000000000000000000000000000000000000000
  1279.       0000000000000000000000000000000000000000000000000000000000000000
  1280.       0000000000000000000000000000000000000000000000000000000000000000
  1281.       0000000000000000000000000000000000000000000000000000000000000000
  1282.       0000000000000000000000000000000000000000000000000000000000000000
  1283.       0000000000000000000000000000000000000000000000000000000000000000
  1284.       0000000000000000000000000000000000000000000000000000000000000000
  1285.       0000000000000000000000000000000000000000000000000000000000000000
  1286.       0000000000000000000000000000000000000000000000000000000000000000
  1287.       0000000000000000000000000000000000000000000000000000000000000000
  1288.       0000000000000000000000000000000000000000000000000000000000000000
  1289.       0000000000000000000000000000000000000000000000000000000000000000
  1290.       0000000000000000000000000000000000000000000000000000000000000000
  1291.       0000000000000000000000000000000000000000000000000000000000000000
  1292.       0000000000000000000000000000000000000000000000000000000000000000
  1293.       0000000000000000000000000000000000000000000000000000000000000000
  1294.       0000000000000000000000000000000000000000000000000000000000000000
  1295.       0000000000000000000000000000000000000000000000000000000000000000
  1296.       0000000000000000000000000000000000000000000000000000000000008484
  1297.       8400FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  1298.       0000000000000000000000000000000000000000000000000000000000000000
  1299.       00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
  1300.       0000000000000000000000000000000000000000000000000000000000000000
  1301.       000000FF00000000000084848400000000000000000000000000848484000000
  1302.       00000000FF000000000000000000000000000000000000000000000000000000
  1303.       0000000000008484840000000000000000000000000000000000000000000000
  1304.       0000000000000000000000000000000000000000000000000000000000008484
  1305.       840000FF000000FF0000FFFFFF00FFFFFF000000000000000000000000000000
  1306.       0000000000000000000000000000000000000000000000000000000000000000
  1307.       000000000000000000000000FF000000FF000000FF000000FF00FFFFFF000000
  1308.       0000000000000000000000000000000000000000000000000000000000000000
  1309.       0000000000008484840000000000848484008484840084848400000000008484
  1310.       8400000000000000000000000000000000000000000000000000000000000000
  1311.       000084848400FFFFFF00FFFFFF00FF000000FF000000FF000000FFFFFF008484
  1312.       8400848484000000000000000000000000000000000000000000000000008484
  1313.       840000FF000000FF000000FF000000FF0000FFFFFF00FFFFFF00000000000000
  1314.       0000000000000000000000000000000000000000000000000000000000000000
  1315.       0000000000000000FF000000FF000000FF000000FF000000FF000000FF00FFFF
  1316.       FF000000000000000000000000000000000000000000000000000000000000FF
  1317.       0000848484000000000000000000000000000000000000000000848484000000
  1318.       0000848484000000FF000000000000000000000000000000000000000000FFFF
  1319.       FF00FFFFFF00FFFFFF00FF000000FF000000FF000000FF000000FF000000FFFF
  1320.       FF00FFFFFF000000000000000000000000000000000000000000000000008484
  1321.       840000FF000000FF000000FF000000FF000000FF000000FF0000FFFFFF00FFFF
  1322.       FF00000000000000000000000000000000000000000000000000000000008484
  1323.       84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1324.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  1325.       000000000000FFFFFF0000000000000000000000000000000000000000008484
  1326.       8400000000000000000000000000000000000000000000000000FFFFFF00FFFF
  1327.       FF00FFFFFF00FFFF0000FF000000840000000000000084000000FF000000FFFF
  1328.       0000FFFFFF00FFFFFF0000000000000000000000000000000000000000008484
  1329.       840000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  1330.       0000FFFFFF000000000000000000000000000000000000000000000000008484
  1331.       84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1332.       FF00FFFFFF0000000000000000000000000000000000000000000000000000FF
  1333.       000000000000FFFFFF0000000000848484008484840000000000000000008484
  1334.       8400000000000000FF0000000000000000000000000000000000FFFFFF00FFFF
  1335.       FF00FFFFFF00FFFF0000FF000000840000000000000084000000FF000000FFFF
  1336.       0000FFFFFF00FFFFFF0084848400000000000000000000000000000000008484
  1337.       840000FF000000FF000000FF000000FF000000FF000000FF000000FF00008484
  1338.       8400848484000000000000000000000000000000000000000000000000008484
  1339.       84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1340.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  1341.       000000000000FFFFFF0084848400848484000000000000000000000000008484
  1342.       840000000000000000000000000000000000848484000000000000000000FFFF
  1343.       FF00FFFFFF00FFFFFF00FF000000FF000000FF000000FF000000FF000000FFFF
  1344.       FF00FFFFFF008484840000000000000000000000000000000000000000008484
  1345.       840000FF000000FF000000FF000000FF000000FF000084848400848484008484
  1346.       8400000000000000000000000000000000000000000000000000000000008484
  1347.       84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1348.       FF00FFFFFF0000000000000000000000000000000000000000000000000000FF
  1349.       0000848484000000000084848400000000000000000000000000000000000000
  1350.       00008484840000FFFF0000000000000000000000000000000000848484000000
  1351.       000084848400FFFFFF00FFFFFF00FF000000FF000000FF000000FFFFFF00FFFF
  1352.       FF00848484000000000000000000000000000000000000000000000000008484
  1353.       840000FF000000FF000000FF0000848484008484840084848400000000000000
  1354.       0000000000000000000000000000000000000000000000000000000000000000
  1355.       0000848484000000FF000000FF000000FF000000FF000000FF000000FF000000
  1356.       0000000000000000000000000000000000000000000000000000000000000000
  1357.       0000000000008484840000000000FFFFFF00FFFFFF00FFFFFF00000000008484
  1358.       8400000000000000000000000000000000000000000000000000000000000000
  1359.       0000000000000000000000000000848484008484840084848400000000000000
  1360.       0000000000000000000084848400000000000000000000000000000000008484
  1361.       840000FF00008484840084848400848484000000000000000000000000000000
  1362.       0000000000000000000000000000000000000000000000000000000000000000
  1363.       000000000000848484000000FF000000FF000000FF000000FF00000000000000
  1364.       0000000000000000000000000000000000000000000000000000000000000000
  1365.       000000FF00000000000084848400000000000000000000000000848484000000
  1366.       000000FFFF000000000000000000000000000000000000000000000000000000
  1367.       0000000000000000000000000000000000000000000000000000000000000000
  1368.       0000000000000000000000000000000000000000000000000000000000008484
  1369.       8400848484008484840000000000000000000000000000000000000000000000
  1370.       0000000000000000000000000000000000000000000000000000000000000000
  1371.       0000000000000000000084848400848484008484840084848400000000000000
  1372.       0000000000000000000000000000000000000000000000000000000000000000
  1373.       0000000000000000000000FF00000000000000FF00000000000000FFFF000000
  1374.       0000000000000000000000000000000000000000000000000000000000000000
  1375.       0000000000000000000000000000000000000000000000000000000000000000
  1376.       0000000000000000000000000000000000000000000000000000000000000000
  1377.       0000000000000000000000000000000000000000000000000000000000000000
  1378.       0000000000000000000000000000000000000000000000000000000000000000
  1379.       0000000000000000000000000000000000000000000000000000000000000000
  1380.       0000000000000000000000000000000000000000000000000000000000000000
  1381.       0000000000000000000000000000000000000000000000000000000000000000
  1382.       0000000000000000000000000000000000000000000000000000000000000000
  1383.       0000000000000000000000000000000000000000000000000000000000000000
  1384.       0000000000000000000000000000000000000000000000000000000000000000
  1385.       0000000000000000000000000000000000000000000000000000000000000000
  1386.       0000000000000000000000000000000000000000000000000000000000000000
  1387.       0000000000000000000000000000000000000000000000000000000000000000
  1388.       0000000000000000000000000000000000000000000000000000000000000000
  1389.       0000000000000000000000000000000000000000000000000000000000000000
  1390.       0000000000000000000000000000000000000000000000000000000000000000
  1391.       0000000000000000000000000000000000000000000000000000000000000000
  1392.       0000000000000000000000000000000000000000000000000000000000000000
  1393.       0000000000000000000000000000000000000000000000000000000000000000
  1394.       0000000000000000000000000000000000000000000000000000000000000000
  1395.       0000000000000000000000000000000000000000000000000000000000000000
  1396.       0000000000000000000000000000000000000000000000000000000000000000
  1397.       0000000000000000000000000000000000000000000000000000000000000000
  1398.       0000000000000000000000000000000000000000000000000000000000000000
  1399.       0000000000000000000000000000000000000000000000000000000000000000
  1400.       000000000000000000000000000000000000424D3E000000000000003E000000
  1401.       2800000040000000300000000100010000000000800100000000000000000000
  1402.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1403.       0000000000000000000000000000000000000000000000000000000000000000
  1404.       0000000000000000000000000000000000000000000000000000000000000000
  1405.       0000000000000000000000000000000000000000000000000000000000000000
  1406.       00000000000000000000000000000000FFFFF7FF00000000FC01E3FF00000000
  1407.       FC01E001000000000000C0010000000000000000000000000000000000000000
  1408.       0000000000000000000000000000000000000000000000000000000000000000
  1409.       000000000000000000000000000000000000000000000000FFFF000000000000
  1410.       FFFFFFFF00000000FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1411.       FFFFFFFFFFFFFFFFE3FFFC3FF417F81FE0FFFC1FF80FE007E03FF80FE3C3C003
  1412.       E00FE007F3E70000E007E007E2630000E007E007F0E70000E00FE007E1E38001
  1413.       E03FF01FF80FC001E0FFF83FF417F007E3FFFC3FFD5FFD5FFFFFFFFFFFFFFFFF
  1414.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
  1415.       000000000000}
  1416.   end
  1417. end
  1418.