home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TCONTROLPROPERTIESFORM / TCONTROLPROPERTIESFORM.txt
Text File  |  2003-10-10  |  37KB  |  1,145 lines

  1. inherited ControlPropertiesForm: TControlPropertiesForm
  2.   Left = 306
  3.   Top = 209
  4.   Caption = 'Control Properties'
  5.   ClientHeight = 300
  6.   ClientWidth = 427
  7.   ParentFont = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited ButtonOk: TButton
  11.     Left = 187
  12.     Top = 269
  13.     TabOrder = 1
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 267
  17.     Top = 269
  18.     TabOrder = 2
  19.   end
  20.   inherited ButtonHelp: THelpButton
  21.     Left = 347
  22.     Top = 269
  23.     TabOrder = 3
  24.     HelpKey = 'control_properties'
  25.   end
  26.   object ControlSheet: TPageControl
  27.     Left = 5
  28.     Top = 5
  29.     Width = 416
  30.     Height = 257
  31.     ActivePage = DeviceSheet
  32.     Images = ControlImages
  33.     TabOrder = 0
  34.     OnChange = ControlSheetChange
  35.     OnChanging = VerifyPageChange
  36.     object PlaySheet: TTabSheet
  37.       Caption = 'Play'
  38.       object PlayGreenGroup: TGroupBox
  39.         Left = 4
  40.         Top = 4
  41.         Width = 129
  42.         Height = 177
  43.         Caption = ' &Green play '
  44.         TabOrder = 0
  45.         object PlayLoopEdit1: TNumEdit
  46.           Left = 62
  47.           Top = 148
  48.           Width = 41
  49.           Height = 21
  50.           Hint = 'Set the number of loops'
  51.           TabStop = True
  52.           Value = 1
  53.           Max = 9999
  54.           PageChange = 10
  55.           LineChange = 1
  56.           Label = 'Green Loop'
  57.           Caption = '1'
  58.           ShowHint = True
  59.           TabOrder = 7
  60.           MaxLength = 4
  61.         end
  62.         object PlayLoopUpDown1: TBuddyUpDown
  63.           Left = 103
  64.           Top = 148
  65.           Width = 15
  66.           Height = 21
  67.           Associate = PlayLoopEdit1
  68.           TabOrder = 8
  69.         end
  70.         object PlayAll1: TRadio
  71.           Left = 8
  72.           Top = 15
  73.           Width = 97
  74.           Height = 17
  75.           Caption = 'All'
  76.           TabOrder = 0
  77.         end
  78.         object PlaySelected1: TRadio
  79.           Left = 8
  80.           Top = 33
  81.           Width = 97
  82.           Height = 17
  83.           Caption = 'Selection'
  84.           TabOrder = 1
  85.         end
  86.         object PlayUnselected1: TRadio
  87.           Left = 8
  88.           Top = 51
  89.           Width = 97
  90.           Height = 17
  91.           Caption = 'Unselected'
  92.           TabOrder = 2
  93.         end
  94.         object PlayView1: TRadio
  95.           Left = 8
  96.           Top = 69
  97.           Width = 97
  98.           Height = 17
  99.           Caption = 'View'
  100.           TabOrder = 3
  101.         end
  102.         object PlayFinish1: TRadio
  103.           Left = 8
  104.           Top = 105
  105.           Width = 97
  106.           Height = 17
  107.           Caption = 'Finish'
  108.           TabOrder = 4
  109.         end
  110.         object PlayIntro1: TRadio
  111.           Left = 8
  112.           Top = 123
  113.           Width = 97
  114.           Height = 17
  115.           Caption = 'Intro/loop/end'
  116.           TabOrder = 5
  117.         end
  118.         object PlayLoop1: TCheck
  119.           Left = 8
  120.           Top = 148
  121.           Width = 51
  122.           Height = 17
  123.           Hint = 'Enable or disable looping'
  124.           TabStop = True
  125.           Caption = 'Loop'
  126.           ParentShowHint = False
  127.           ShowHint = True
  128.           TabOrder = 6
  129.         end
  130.         object PlayViewToEnd1: TRadio
  131.           Left = 8
  132.           Top = 87
  133.           Width = 97
  134.           Height = 17
  135.           Caption = 'View to end'
  136.           TabOrder = 9
  137.         end
  138.       end
  139.       object FastRewindGroop: TGroupBox
  140.         Left = 278
  141.         Top = 4
  142.         Width = 127
  143.         Height = 75
  144.         Caption = ' Fast/Rewind speed '
  145.         TabOrder = 2
  146.         object FastEdit: TNumEdit
  147.           Left = 56
  148.           Top = 18
  149.           Width = 45
  150.           Height = 21
  151.           Hint = 'Set the fast forward speed'
  152.           TabStop = True
  153.           Value = 1
  154.           Min = 0.100000000000000000
  155.           Max = 5
  156.           Decimal = 2
  157.           PageChange = 1
  158.           LineChange = 0.100000000000000000
  159.           Label = 'Fast'
  160.           Caption = '1'
  161.           ShowHint = True
  162.           TabOrder = 0
  163.           MaxLength = 4
  164.         end
  165.         object FastLabel: TStaticText
  166.           Left = 19
  167.           Top = 20
  168.           Width = 33
  169.           Height = 17
  170.           Alignment = taRightJustify
  171.           Caption = '&Fast:'
  172.           FocusControl = FastEdit
  173.           TabOrder = 4
  174.         end
  175.         object FastUpDown: TBuddyUpDown
  176.           Left = 101
  177.           Top = 18
  178.           Width = 15
  179.           Height = 21
  180.           Associate = FastEdit
  181.           TabOrder = 1
  182.         end
  183.         object RewindEdit: TNumEdit
  184.           Left = 56
  185.           Top = 44
  186.           Width = 45
  187.           Height = 21
  188.           Hint = 'Set the rewind speed'
  189.           TabStop = True
  190.           Value = 1
  191.           Min = 0.100000000000000000
  192.           Max = 5
  193.           Decimal = 2
  194.           PageChange = 1
  195.           LineChange = 0.100000000000000000
  196.           Label = 'Rewind'
  197.           Caption = '1'
  198.           ShowHint = True
  199.           TabOrder = 2
  200.           MaxLength = 4
  201.         end
  202.         object RewindLabel: TStaticText
  203.           Left = 3
  204.           Top = 46
  205.           Width = 49
  206.           Height = 17
  207.           Alignment = taRightJustify
  208.           Caption = '&Rewind:'
  209.           FocusControl = RewindEdit
  210.           TabOrder = 5
  211.         end
  212.         object RewindUpDown: TBuddyUpDown
  213.           Left = 101
  214.           Top = 44
  215.           Width = 15
  216.           Height = 21
  217.           Associate = RewindEdit
  218.           TabOrder = 3
  219.         end
  220.       end
  221.       object PlayYellowGroup: TGroupBox
  222.         Left = 140
  223.         Top = 4
  224.         Width = 129
  225.         Height = 177
  226.         Caption = ' &Yellow play '
  227.         TabOrder = 1
  228.         object PlayLoopEdit2: TNumEdit
  229.           Left = 62
  230.           Top = 148
  231.           Width = 41
  232.           Height = 21
  233.           Hint = 'Set the number of loops'
  234.           TabStop = True
  235.           Value = 1
  236.           Max = 9999
  237.           PageChange = 10
  238.           LineChange = 1
  239.           Label = 'Yellow Loop'
  240.           Caption = '1'
  241.           ShowHint = True
  242.           TabOrder = 7
  243.           MaxLength = 4
  244.         end
  245.         object PlayLoopUpDown2: TBuddyUpDown
  246.           Left = 103
  247.           Top = 148
  248.           Width = 15
  249.           Height = 21
  250.           Associate = PlayLoopEdit2
  251.           TabOrder = 8
  252.         end
  253.         object PlayAll2: TRadio
  254.           Left = 8
  255.           Top = 15
  256.           Width = 97
  257.           Height = 17
  258.           Caption = 'All'
  259.           TabOrder = 0
  260.         end
  261.         object PlaySelected2: TRadio
  262.           Left = 8
  263.           Top = 33
  264.           Width = 97
  265.           Height = 17
  266.           Caption = 'Selection'
  267.           TabOrder = 1
  268.         end
  269.         object PlayUnselected2: TRadio
  270.           Left = 8
  271.           Top = 51
  272.           Width = 97
  273.           Height = 17
  274.           Caption = 'Unselected'
  275.           TabOrder = 2
  276.         end
  277.         object PlayView2: TRadio
  278.           Left = 8
  279.           Top = 69
  280.           Width = 97
  281.           Height = 17
  282.           Caption = 'View'
  283.           TabOrder = 3
  284.         end
  285.         object PlayFinish2: TRadio
  286.           Left = 8
  287.           Top = 105
  288.           Width = 97
  289.           Height = 17
  290.           Caption = 'Finish'
  291.           TabOrder = 4
  292.         end
  293.         object PlayIntro2: TRadio
  294.           Left = 8
  295.           Top = 123
  296.           Width = 97
  297.           Height = 17
  298.           Caption = 'Intro/loop/end'
  299.           TabOrder = 5
  300.         end
  301.         object PlayLoop2: TCheck
  302.           Left = 8
  303.           Top = 148
  304.           Width = 51
  305.           Height = 17
  306.           Hint = 'Enable or disable looping'
  307.           TabStop = True
  308.           Caption = 'Loop'
  309.           ParentShowHint = False
  310.           ShowHint = True
  311.           TabOrder = 6
  312.         end
  313.         object PlayViewToEnd2: TRadio
  314.           Left = 8
  315.           Top = 87
  316.           Width = 97
  317.           Height = 17
  318.           Caption = 'View to end'
  319.           TabOrder = 9
  320.         end
  321.       end
  322.     end
  323.     object RecordSheet: TTabSheet
  324.       Caption = 'Record'
  325.       ImageIndex = 1
  326.       object RecordOptionsGroup: TGroupBox
  327.         Left = 4
  328.         Top = 4
  329.         Width = 137
  330.         Height = 59
  331.         Caption = ' Recording options '
  332.         TabOrder = 0
  333.         object RecordMonitor: TCheck
  334.           Left = 8
  335.           Top = 15
  336.           Width = 117
  337.           Height = 17
  338.           TabStop = True
  339.           Caption = 'Monitor input'
  340.           TabOrder = 0
  341.         end
  342.         object RecordSafety: TCheck
  343.           Left = 8
  344.           Top = 34
  345.           Width = 117
  346.           Height = 17
  347.           TabStop = True
  348.           Caption = 'Ctrl key safety'
  349.           TabOrder = 1
  350.         end
  351.       end
  352.       object RecordDelayedGroup: TGroupBox
  353.         Left = 152
  354.         Top = 4
  355.         Width = 177
  356.         Height = 211
  357.         Caption = ' Delayed recording '
  358.         TabOrder = 1
  359.         object RecordTimer: TCheck
  360.           Left = 8
  361.           Top = 14
  362.           Width = 57
  363.           Height = 17
  364.           TabStop = True
  365.           Caption = '&Timer'
  366.           TabOrder = 0
  367.           OnClick = RecordTimerClick
  368.         end
  369.         object RecordTimeEdit: TTimeEdit
  370.           Left = 81
  371.           Top = 36
  372.           Width = 67
  373.           Height = 21
  374.           TabStop = True
  375.           Value = 1
  376.           Max = 86399
  377.           PageChange = 60
  378.           LineChange = 10
  379.           Label = 'Time'
  380.           Caption = '1'
  381.           TabOrder = 2
  382.           Format = tttFull
  383.         end
  384.         object RecordTimeLabel: TStaticText
  385.           Left = 41
  386.           Top = 38
  387.           Width = 36
  388.           Height = 17
  389.           Alignment = taRightJustify
  390.           Caption = 'T&ime:'
  391.           TabOrder = 1
  392.         end
  393.         object RecordTimeUpDown: TBuddyUpDown
  394.           Left = 148
  395.           Top = 36
  396.           Width = 15
  397.           Height = 21
  398.           Associate = RecordTimeEdit
  399.           TabOrder = 3
  400.         end
  401.         object RecordDayBox: TComboBox
  402.           Left = 81
  403.           Top = 60
  404.           Width = 83
  405.           Height = 21
  406.           Style = csDropDownList
  407.           ItemHeight = 13
  408.           TabOrder = 5
  409.           Items.Strings = (
  410.             'Sunday'
  411.             'Monday'
  412.             'Tuesday'
  413.             'Wednesday'
  414.             'Thursday'
  415.             'Friday'
  416.             'Saturday')
  417.         end
  418.         object RecordDayLabel: TStaticText
  419.           Left = 45
  420.           Top = 62
  421.           Width = 32
  422.           Height = 17
  423.           Alignment = taRightJustify
  424.           Caption = 'Da&y:'
  425.           TabOrder = 4
  426.         end
  427.         object RecordLevel: TCheck
  428.           Left = 8
  429.           Top = 90
  430.           Width = 97
  431.           Height = 17
  432.           TabStop = True
  433.           Caption = 'Le&vel activated'
  434.           TabOrder = 6
  435.           OnClick = RecordLevelClick
  436.         end
  437.         object RecordThresholdEdit: TNumEdit
  438.           Left = 81
  439.           Top = 110
  440.           Width = 67
  441.           Height = 21
  442.           TabStop = True
  443.           Value = 1
  444.           Max = 1
  445.           Decimal = 3
  446.           PageChange = 10
  447.           LineChange = 0.010000000000000000
  448.           Label = 'Threshold'
  449.           Caption = '1'
  450.           TabOrder = 8
  451.         end
  452.         object RecordThresholdLabel: TStaticText
  453.           Left = 17
  454.           Top = 112
  455.           Width = 60
  456.           Height = 17
  457.           Alignment = taRightJustify
  458.           Caption = 'Thres&hold:'
  459.           TabOrder = 7
  460.         end
  461.         object RecordThresholdUpDown: TBuddyUpDown
  462.           Left = 148
  463.           Top = 110
  464.           Width = 15
  465.           Height = 21
  466.           Associate = RecordThresholdEdit
  467.           TabOrder = 9
  468.         end
  469.         object RecordDurationEdit: TNumEdit
  470.           Left = 81
  471.           Top = 136
  472.           Width = 67
  473.           Height = 21
  474.           TabStop = True
  475.           Value = 1
  476.           Max = 10000
  477.           Decimal = 2
  478.           PageChange = 10
  479.           LineChange = 0.100000000000000000
  480.           Label = 'Duration'
  481.           Caption = '1'
  482.           TabOrder = 11
  483.         end
  484.         object RecordDurationLabel: TStaticText
  485.           Left = 10
  486.           Top = 138
  487.           Width = 67
  488.           Height = 17
  489.           Alignment = taRightJustify
  490.           Caption = '&Duration (s):'
  491.           TabOrder = 10
  492.         end
  493.         object RecordDurationUpDown: TBuddyUpDown
  494.           Left = 148
  495.           Top = 136
  496.           Width = 15
  497.           Height = 21
  498.           Associate = RecordDurationEdit
  499.           TabOrder = 12
  500.         end
  501.         object RecordPrebufferEdit: TNumEdit
  502.           Left = 81
  503.           Top = 162
  504.           Width = 67
  505.           Height = 21
  506.           TabStop = True
  507.           Value = 1
  508.           Max = 1
  509.           Decimal = 2
  510.           PageChange = 10
  511.           LineChange = 0.100000000000000000
  512.           Label = 'Prebuffer'
  513.           Caption = '1'
  514.           TabOrder = 14
  515.         end
  516.         object RecordPrebufferLabel: TStaticText
  517.           Left = 7
  518.           Top = 164
  519.           Width = 70
  520.           Height = 17
  521.           Alignment = taRightJustify
  522.           Caption = '&Prebuffer (s):'
  523.           TabOrder = 13
  524.         end
  525.         object RecordPrebufferUpDown: TBuddyUpDown
  526.           Left = 148
  527.           Top = 162
  528.           Width = 15
  529.           Height = 21
  530.           Associate = RecordPrebufferEdit
  531.           TabOrder = 15
  532.         end
  533.         object RecordTimeStamp: TCheck
  534.           Left = 60
  535.           Top = 188
  536.           Width = 103
  537.           Height = 17
  538.           TabStop = True
  539.           Caption = 'Time stamp cues'
  540.           TabOrder = 16
  541.         end
  542.       end
  543.       object RecordModeGroup: TGroupBox
  544.         Left = 4
  545.         Top = 74
  546.         Width = 137
  547.         Height = 141
  548.         Caption = ' Record mode '
  549.         TabOrder = 2
  550.         object RecordOverwrite: TRadio
  551.           Left = 8
  552.           Top = 20
  553.           Width = 125
  554.           Height = 17
  555.           Caption = 'Bounded to selection'
  556.           TabOrder = 0
  557.         end
  558.         object RecordOverwriteLoop: TRadio
  559.           Left = 8
  560.           Top = 38
  561.           Width = 125
  562.           Height = 17
  563.           Caption = 'Bounded and looped'
  564.           TabOrder = 1
  565.         end
  566.         object RecordReplace: TRadio
  567.           Left = 8
  568.           Top = 56
  569.           Width = 125
  570.           Height = 17
  571.           Caption = 'Unbounded'
  572.           TabOrder = 2
  573.         end
  574.       end
  575.     end
  576.     object VolumeSheet: TTabSheet
  577.       Caption = 'Volume'
  578.       ImageIndex = 2
  579.       object VolumeDeviceBox: TComboBox
  580.         Left = 109
  581.         Top = 4
  582.         Width = 273
  583.         Height = 21
  584.         Style = csDropDownList
  585.         ItemHeight = 0
  586.         TabOrder = 1
  587.         OnChange = VolumeDeviceBoxChange
  588.       end
  589.       object VolumeDeviceBoxLabel: TStaticText
  590.         Left = 28
  591.         Top = 6
  592.         Width = 77
  593.         Height = 17
  594.         Alignment = taRightJustify
  595.         Caption = 'Volume device:'
  596.         TabOrder = 0
  597.       end
  598.       object VolumeMasterNum: TNumEdit
  599.         Left = 277
  600.         Top = 28
  601.         Width = 40
  602.         Height = 21
  603.         TabStop = True
  604.         Max = 100
  605.         PageChange = 10
  606.         LineChange = 1
  607.         Label = 'Master control'
  608.         Caption = '0'
  609.         TabOrder = 4
  610.       end
  611.       object VolumeMasterLabel: TStaticText
  612.         Left = 5
  613.         Top = 30
  614.         Width = 100
  615.         Height = 17
  616.         Alignment = taRightJustify
  617.         AutoSize = False
  618.         Caption = 'Master control:'
  619.         TabOrder = 2
  620.       end
  621.       object VolumeScrollBox: TScrollBox
  622.         Left = 3
  623.         Top = 52
  624.         Width = 401
  625.         Height = 172
  626.         VertScrollBar.Increment = 24
  627.         VertScrollBar.Margin = 1
  628.         VertScrollBar.Tracking = True
  629.         TabOrder = 6
  630.       end
  631.       object VolumeMasterSelect: TCheck
  632.         Left = 325
  633.         Top = 30
  634.         Width = 57
  635.         Height = 17
  636.         TabStop = True
  637.         Caption = 'Mute all'
  638.         TabOrder = 5
  639.         OnClick = MasterMuteChange
  640.       end
  641.       object VolumeMasterBar: TFader
  642.         Left = 109
  643.         Top = 31
  644.         Width = 160
  645.         Height = 16
  646.         Caption = 'Master Volume'
  647.         TabOrder = 3
  648.         OnChange = MasterChange
  649.         Associate = VolumeMasterNum
  650.         Line = 1
  651.         Page = 10
  652.         Max = 100
  653.       end
  654.     end
  655.     object VisualSheet: TTabSheet
  656.       Caption = 'Visual'
  657.       ImageIndex = 3
  658.       object StatusVisualBox: TComboBox
  659.         Left = 3
  660.         Top = 18
  661.         Width = 200
  662.         Height = 21
  663.         Style = csDropDownList
  664.         ItemHeight = 0
  665.         TabOrder = 1
  666.       end
  667.       object StatusLabel: TStaticText
  668.         Left = 3
  669.         Top = 4
  670.         Width = 200
  671.         Height = 13
  672.         AutoSize = False
  673.         Caption = 'Status visual:'
  674.         TabOrder = 0
  675.       end
  676.       object LevelVisualBox: TComboBox
  677.         Left = 207
  678.         Top = 18
  679.         Width = 200
  680.         Height = 21
  681.         Style = csDropDownList
  682.         ItemHeight = 0
  683.         TabOrder = 3
  684.       end
  685.       object LevelLabel: TStaticText
  686.         Left = 207
  687.         Top = 4
  688.         Width = 200
  689.         Height = 13
  690.         AutoSize = False
  691.         Caption = 'Level visual:'
  692.         TabOrder = 2
  693.       end
  694.       object LeftVisualBox: TComboBox
  695.         Left = 3
  696.         Top = 60
  697.         Width = 200
  698.         Height = 21
  699.         Style = csDropDownList
  700.         ItemHeight = 0
  701.         TabOrder = 5
  702.       end
  703.       object LeftLabel: TStaticText
  704.         Left = 3
  705.         Top = 46
  706.         Width = 200
  707.         Height = 13
  708.         AutoSize = False
  709.         Caption = 'Left visual:'
  710.         TabOrder = 4
  711.       end
  712.       object RightVisualBox: TComboBox
  713.         Left = 207
  714.         Top = 60
  715.         Width = 200
  716.         Height = 21
  717.         Style = csDropDownList
  718.         ItemHeight = 0
  719.         TabOrder = 7
  720.       end
  721.       object RightLabel: TStaticText
  722.         Left = 207
  723.         Top = 46
  724.         Width = 200
  725.         Height = 13
  726.         AutoSize = False
  727.         Caption = 'Right visual:'
  728.         TabOrder = 6
  729.       end
  730.       object QuickSelectBox: TCheckListBox
  731.         Left = 3
  732.         Top = 104
  733.         Width = 200
  734.         Height = 120
  735.         OnClickCheck = VisualQuickSelectCheck
  736.         ItemHeight = 13
  737.         TabOrder = 9
  738.       end
  739.       object QuickMenuLabel: TStaticText
  740.         Left = 3
  741.         Top = 89
  742.         Width = 200
  743.         Height = 13
  744.         AutoSize = False
  745.         Caption = 'Quick select menu:'
  746.         TabOrder = 8
  747.       end
  748.       object VisualFrameRateEdit: TNumEdit
  749.         Left = 300
  750.         Top = 125
  751.         Width = 59
  752.         Height = 21
  753.         TabStop = True
  754.         Value = 20
  755.         Min = 20
  756.         Max = 200
  757.         PageChange = 10
  758.         LineChange = 5
  759.         Label = 'Frame rate'
  760.         Caption = '1'
  761.         TabOrder = 11
  762.       end
  763.       object FrameRateLabel: TStaticText
  764.         Left = 239
  765.         Top = 127
  766.         Width = 57
  767.         Height = 17
  768.         Alignment = taRightJustify
  769.         Caption = 'Frame rate:'
  770.         TabOrder = 10
  771.       end
  772.       object VisualFrameRateUpDown: TBuddyUpDown
  773.         Left = 359
  774.         Top = 125
  775.         Width = 15
  776.         Height = 21
  777.         Associate = VisualFrameRateEdit
  778.         Increment = 5
  779.         TabOrder = 12
  780.       end
  781.       object VisualFFTWindowBox: TComboBox
  782.         Left = 300
  783.         Top = 152
  784.         Width = 75
  785.         Height = 21
  786.         Style = csDropDownList
  787.         ItemHeight = 13
  788.         TabOrder = 14
  789.         Items.Strings = (
  790.           'None'
  791.           'Hamming'
  792.           'Triangular'
  793.           'Kaiser 7')
  794.       end
  795.       object FFTWindowLabel: TStaticText
  796.         Left = 231
  797.         Top = 154
  798.         Width = 65
  799.         Height = 17
  800.         Alignment = taRightJustify
  801.         Caption = 'FFT window:'
  802.         TabOrder = 13
  803.       end
  804.     end
  805.     object DeviceSheet: TTabSheet
  806.       Caption = 'Device'
  807.       ImageIndex = 4
  808.       object RecordDeviceLabel: TStaticText
  809.         Left = 3
  810.         Top = 46
  811.         Width = 77
  812.         Height = 17
  813.         Caption = 'Record device:'
  814.         TabOrder = 2
  815.       end
  816.       object PlayDeviceLabel: TStaticText
  817.         Left = 3
  818.         Top = 4
  819.         Width = 86
  820.         Height = 17
  821.         Caption = 'Playback device:'
  822.         TabOrder = 0
  823.       end
  824.       object PlaybackBox: TComboBox
  825.         Left = 3
  826.         Top = 18
  827.         Width = 280
  828.         Height = 21
  829.         Style = csDropDownList
  830.         ItemHeight = 13
  831.         TabOrder = 1
  832.       end
  833.       object RecordBox: TComboBox
  834.         Left = 3
  835.         Top = 60
  836.         Width = 280
  837.         Height = 21
  838.         Style = csDropDownList
  839.         ItemHeight = 13
  840.         TabOrder = 3
  841.       end
  842.       object DeviceJoystick: TCheckBox
  843.         Left = 3
  844.         Top = 88
  845.         Width = 139
  846.         Height = 17
  847.         Caption = 'Enable joystick control'
  848.         TabOrder = 4
  849.       end
  850.       object PlaybackQualityLabel: TStaticText
  851.         Left = 288
  852.         Top = 4
  853.         Width = 84
  854.         Height = 17
  855.         Caption = 'Playback quality:'
  856.         TabOrder = 5
  857.       end
  858.       object PlaybackQuality: TComboBox
  859.         Left = 288
  860.         Top = 18
  861.         Width = 117
  862.         Height = 21
  863.         Style = csDropDownList
  864.         ItemHeight = 13
  865.         TabOrder = 6
  866.         Items.Strings = (
  867.           '16 bit integer'
  868.           '24 bit integer'
  869.           '32 bit floating point')
  870.       end
  871.       object RecordQualityLabel: TStaticText
  872.         Left = 288
  873.         Top = 46
  874.         Width = 75
  875.         Height = 17
  876.         Caption = 'Record quality:'
  877.         TabOrder = 7
  878.       end
  879.       object RecordQuality: TComboBox
  880.         Left = 288
  881.         Top = 60
  882.         Width = 117
  883.         Height = 21
  884.         Style = csDropDownList
  885.         ItemHeight = 13
  886.         TabOrder = 8
  887.         Items.Strings = (
  888.           '16-bit Integer'
  889.           '24-bit Integer'
  890.           '32-bit Floating Point')
  891.       end
  892.       object DeviceLatency: TCheckBox
  893.         Left = 3
  894.         Top = 108
  895.         Width = 231
  896.         Height = 17
  897.         Caption = 'High latency playback for emulated devices'
  898.         TabOrder = 9
  899.       end
  900.       object DeviceDelayStart: TCheckBox
  901.         Left = 3
  902.         Top = 128
  903.         Width = 176
  904.         Height = 17
  905.         Caption = 'Alternative playback initialization'
  906.         TabOrder = 10
  907.       end
  908.       object TroubleShoot: TButton
  909.         Left = 329
  910.         Top = 89
  911.         Width = 75
  912.         Height = 25
  913.         Caption = 'Troubleshoot'
  914.         TabOrder = 11
  915.         OnClick = TroubleShootClick
  916.       end
  917.       object Details: TRichEdit
  918.         Left = 0
  919.         Top = 152
  920.         Width = 407
  921.         Height = 75
  922.         ReadOnly = True
  923.         ScrollBars = ssBoth
  924.         TabOrder = 12
  925.         Visible = False
  926.       end
  927.     end
  928.   end
  929.   object ControlImages: TImageList
  930.     Left = 16
  931.     Top = 268
  932.     Bitmap = {
  933.       494C010105000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  934.       0000000000003600000028000000400000003000000001001000000000000018
  935.       0000000000000000000000000000000000000000000000000000000000000000
  936.       0000000000000000000000000000000000000000000000000000000000000000
  937.       0000000000000000000000000000000000000000000000000000000000000000
  938.       0000000000000000000000000000000000000000000000000000000000000000
  939.       0000000000000000000000000000000000000000000000000000000000000000
  940.       0000000000000000000000000000000000000000000000000000000000000000
  941.       0000000000000000000000000000000000000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000000000000000
  943.       0000000000000000000000000000000000000000000000000000000000000000
  944.       0000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       0000000000000000000000000000000000000000000000000000000000000000
  947.       0000000000000000000000000000000000000000000000000000000000000000
  948.       0000000000000000000000000000000000000000000000000000000000000000
  949.       0000000000000000000000000000000000000000000000000000000000000000
  950.       0000000000000000000000000000000000000000000000000000000000000000
  951.       0000000000000000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       0000000000000000000000000000000000000000000000000000000000000000
  959.       0000000000000000000000000000000000000000000000000000000000000000
  960.       0000000000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000000000000000
  965.       0000000000000000000000000000000000000000000000000000000000000000
  966.       0000000000000000000000000000000000000000000000000000000000000000
  967.       0000000000000000000000000000000000000000000000000000000000000000
  968.       0000000000000000000000000000000000000000000000000000000000000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000000000
  974.       0000000000000000000000000000000000000000000000000000000000000000
  975.       0000000000000000000000000000000000000000000000000000000000000000
  976.       0000000000000000000000000000000000000000000000000000000000000000
  977.       0000000000000000000000000000000000000000000000000000000000000000
  978.       0000000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       0000000000000000000000000000000000000000000000000000000000000000
  983.       0000000000000000000000000000000000000000000000000000000000000000
  984.       0000000000000000000000000000000000000000000000000000000000000000
  985.       0000000000000000000000000000000000000000000000000000000000000000
  986.       0000000000000000000000000000000000000000000000000000000000000000
  987.       0000000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000000000000000
  991.       0000000000000000000000000000000000000000000000000000000000000000
  992.       0000000000000000000000000000000000000000000000000000000000000000
  993.       0000000000000000000000000000000000000000000000000000000000000000
  994.       0000000000000000000000000000000000000000000000000000000000000000
  995.       0000000000000000000000000000000000000000000000000000000000000000
  996.       0000000000000000000000000000000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       0000000000000000000000000000000000000000000000000000000000000000
  999.       0000000000000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000000000000000000000000000000000000000
  1001.       0000000000000000000000000000000000000000000000000000000000000000
  1002.       0000000000000000000000000000000000000000000000000000000000000000
  1003.       0000000000000000000000000000000000000000000000000000000000001042
  1004.       1042104210421042104210421042104200000000000000000000000000000000
  1005.       0000000000000000000000000000000000000000000000000000000000000000
  1006.       0000000000000000000000000000000000000000000000000000000000000000
  1007.       0000000000000000000000000000000000000000000000000000000000001042
  1008.       E07F0042E07F0042E07F0042E07F104200000000000000000000000000000000
  1009.       0000000000000000000000000000000000000000000000000000000000000000
  1010.       0000000000000000000000000000000000000000000000000000000000000000
  1011.       0000000000000000000000000000000000001042104210421042104210421042
  1012.       0042004200420042004200420042104210420000000000000000000000000000
  1013.       0000000000000000000000000000000000000000000000000000000000000000
  1014.       0000000000000000000000000000000000000000000000000000000000000000
  1015.       000000000000000000000000000000000000FF7F000200020042004200020002
  1016.       0002000200020002000200020002000210420000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000000000000000000000000000000000
  1019.       000000000000000000000000000000000000FF7F000200020002000200020002
  1020.       0002000200000002000000000002000210420000000000000000000000000000
  1021.       0000000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000000000000000000000000000000000000000
  1023.       000000000000000000000000000000000000FF7F000200000000000200000000
  1024.       0000000000020002000200420002000210420000000000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000000000000000000000000000000000000000
  1027.       000000000000000000000000000000000000FF7F000200020002004200000000
  1028.       0000000000020000000000420002000010420000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       0000000000000000000000000000000000000000000000000000000000000000
  1031.       000000000000000000000000000000000000FF7F00020000000000020000FF7F
  1032.       FF7F000000020002000200020002000010420000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       0000000000000000000000000000000000000000000000000000000000000000
  1035.       000000000000000000000000000000000000FF7F000200020002004200000000
  1036.       0000000000021F00000200021F00000210420000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       000000000000000000000000000000000000FF7F000200000000004200020002
  1040.       000200020002FF7F1F000002FF7F1F0010420000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000000000000000000000000000000000000000000000000000000000
  1043.       000000000000000000000000000000000000FF7F000200020002000200020002
  1044.       0002000200020002000200020002000210420000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  1048.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10420000000000000000000000000000
  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.       0000000000000000000000000000000000000000000000001042FF7FFF7F0000
  1076.       000000000000000000000000000000000000000000000000000000000000FF7F
  1077.       FF7FFF7FFF7F0000000000000000000000000000000000000000E00300001042
  1078.       00000000000010420000007C0000000000000000000000000000000010420000
  1079.       0000000000000000000000000000000000000000000000001042E003E003FF7F
  1080.       FF7F00000000000000000000000000000000000000000000000000000000007C
  1081.       007C007C007CFF7F000000000000000000000000000000000000000010420000
  1082.       10421042104200001042000000000000000000000000000000001042FF7FFF7F
  1083.       1F001F001F00FF7F104210420000000000000000000000001042E003E003E003
  1084.       E003FF7FFF7F00000000000000000000000000000000000000000000007C007C
  1085.       007C007C007C007CFF7F0000000000000000000000000000E003104200000000
  1086.       000000000000104200001042007C00000000000000000000FF7FFF7FFF7F1F00
  1087.       1F001F001F001F00FF7FFF7F0000000000000000000000001042E003E003E003
  1088.       E003E003E003FF7FFF7F00000000000000000000000000001042007C007C007C
  1089.       007C007C007C007C007CFF7F00000000000000000000000000000000FF7F0000
  1090.       00000000000000001042000000000000000000000000FF7FFF7FFF7FFF031F00
  1091.       1000000010001F00FF03FF7FFF7F000000000000000000001042E003E003E003
  1092.       E003E003E003E003E003FF7F0000000000000000000000001042007C007C007C
  1093.       007C007C007C007C007CFF7F000000000000000000000000E0030000FF7F0000
  1094.       104210420000000010420000007C0000000000000000FF7FFF7FFF7FFF031F00
  1095.       1000000010001F00FF03FF7FFF7F104200000000000000001042E003E003E003
  1096.       E003E003E003E003104210420000000000000000000000001042007C007C007C
  1097.       007C007C007C007C007CFF7F00000000000000000000000000000000FF7F1042
  1098.       104200000000000010420000000000000000104200000000FF7FFF7FFF7F1F00
  1099.       1F001F001F001F00FF7FFF7F1042000000000000000000001042E003E003E003
  1100.       E003E00310421042104200000000000000000000000000001042007C007C007C
  1101.       007C007C007C007C007CFF7F000000000000000000000000E003104200001042
  1102.       000000000000000000001042E07F0000000000000000104200001042FF7FFF7F
  1103.       1F001F001F00FF7FFF7F10420000000000000000000000001042E003E003E003
  1104.       10421042104200000000000000000000000000000000000000001042007C007C
  1105.       007C007C007C007C000000000000000000000000000000000000000010420000
  1106.       FF7FFF7FFF7F0000104200000000000000000000000000000000000000000000
  1107.       1042104210420000000000000000104200000000000000001042E00310421042
  1108.       104200000000000000000000000000000000000000000000000000001042007C
  1109.       007C007C007C0000000000000000000000000000000000000000E00300001042
  1110.       00000000000010420000E07F0000000000000000000000000000000000000000
  1111.       0000000000000000000000000000000000000000000000001042104210420000
  1112.       0000000000000000000000000000000000000000000000000000000000001042
  1113.       104210421042000000000000000000000000000000000000000000000000E003
  1114.       0000E0030000E07F000000000000000000000000000000000000000000000000
  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.       000000000000000000000000000000000000424D3E000000000000003E000000
  1128.       2800000040000000300000000100010000000000800100000000000000000000
  1129.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       0000000000000000000000000000000000000000000000000000000000000000
  1132.       0000000000000000000000000000000000000000000000000000000000000000
  1133.       00000000000000000000000000000000FFFF000000000000FC01000000000000
  1134.       FC01000000000000000000000000000000000000000000000000000000000000
  1135.       0000000000000000000000000000000000000000000000000000000000000000
  1136.       000000000000000000000000000000000000000000000000FFFF000000000000
  1137.       FFFF000000000000FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1138.       FFFFFFFFFFFFFFFFE3FFFC3FF417F81FE0FFFC1FF80FE007E03FF80FE3C3C003
  1139.       E00FE007F3E70000E007E007E2630000E007E007F0E70000E00FE007E1E38001
  1140.       E03FF01FF80FC001E0FFF83FF417F007E3FFFC3FFD5FFD5FFFFFFFFFFFFFFFFF
  1141.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
  1142.       000000000000}
  1143.   end
  1144. end
  1145.