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