home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / CDBurning / HyCD / hycdplyr.exe / _SETUP.1 / HyCDFx.exe / 0 / RCDATA / TMMREVERBDLG / TMMREVERBDLG.txt
Text File  |  2000-05-09  |  43KB  |  1,484 lines

  1. object MMReverbDlg: TMMReverbDlg
  2.   Left = 14
  3.   Top = 9
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Reverb-Editor'
  7.   ClientHeight = 288
  8.   ClientWidth = 462
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 238
  22.     Width = 201
  23.     Height = 42
  24.     Shape = bsFrame
  25.   end
  26.   object Bevel3: TBevel
  27.     Left = 8
  28.     Top = 24
  29.     Width = 65
  30.     Height = 211
  31.     Shape = bsFrame
  32.   end
  33.   object Bevel5: TBevel
  34.     Left = 212
  35.     Top = 24
  36.     Width = 168
  37.     Height = 256
  38.     Shape = bsFrame
  39.   end
  40.   object Label1: TLabel
  41.     Left = 29
  42.     Top = 32
  43.     Width = 22
  44.     Height = 13
  45.     Caption = 'Gain'
  46.   end
  47.   object Bevel2: TBevel
  48.     Left = 76
  49.     Top = 24
  50.     Width = 65
  51.     Height = 211
  52.     Shape = bsFrame
  53.   end
  54.   object Label3: TLabel
  55.     Left = 58
  56.     Top = 6
  57.     Width = 30
  58.     Height = 13
  59.     Caption = 'Input'
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object Label5: TLabel
  67.     Left = 158
  68.     Top = 6
  69.     Width = 39
  70.     Height = 13
  71.     Caption = 'Output'
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Bevel4: TBevel
  79.     Left = 144
  80.     Top = 24
  81.     Width = 65
  82.     Height = 211
  83.     Shape = bsFrame
  84.   end
  85.   object Label6: TLabel
  86.     Left = 165
  87.     Top = 32
  88.     Width = 22
  89.     Height = 13
  90.     Caption = 'Gain'
  91.   end
  92.   object Label7: TLabel
  93.     Left = 220
  94.     Top = 32
  95.     Width = 49
  96.     Height = 13
  97.     Caption = 'Delay (ms)'
  98.   end
  99.   object Label8: TLabel
  100.     Left = 324
  101.     Top = 32
  102.     Width = 39
  103.     Height = 13
  104.     Caption = 'Gain (%)'
  105.   end
  106.   object Label17: TLabel
  107.     Left = 89
  108.     Top = 253
  109.     Width = 48
  110.     Height = 13
  111.     Caption = 'Feedback'
  112.   end
  113.   object Label4: TLabel
  114.     Left = 169
  115.     Top = 47
  116.     Width = 14
  117.     Height = 13
  118.     Caption = '(%)'
  119.   end
  120.   object Label18: TLabel
  121.     Left = 33
  122.     Top = 47
  123.     Width = 14
  124.     Height = 13
  125.     Caption = '(%)'
  126.   end
  127.   object Label19: TLabel
  128.     Left = 100
  129.     Top = 47
  130.     Width = 14
  131.     Height = 13
  132.     Caption = '(%)'
  133.   end
  134.   object Label20: TLabel
  135.     Left = 262
  136.     Top = 6
  137.     Width = 59
  138.     Height = 13
  139.     Caption = 'Reflection'
  140.     Font.Color = clBlack
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = [fsBold]
  144.     ParentFont = False
  145.   end
  146.   object Label2: TLabel
  147.     Left = 84
  148.     Top = 32
  149.     Width = 48
  150.     Height = 13
  151.     Caption = 'Panorama'
  152.   end
  153.   object Label9: TLabel
  154.     Left = 408
  155.     Top = 265
  156.     Width = 42
  157.     Height = 13
  158.     Caption = 'Overflow'
  159.   end
  160.   object LED1: TMMLED
  161.     Left = 391
  162.     Top = 268
  163.     Width = 14
  164.     Height = 7
  165.     Bevel.BevelInner = bvNone
  166.     Bevel.BevelOuter = bvLowered
  167.     Bevel.BevelInnerWidth = 1
  168.     Bevel.BevelOuterWidth = 1
  169.     Bevel.BorderStyle = bsNone
  170.     Bevel.BorderWidth = 0
  171.     Bevel.BorderSpace = 0
  172.     Bevel.BorderColor = clBtnFace
  173.     Bevel.BorderSpaceColor = clBlack
  174.     Bevel.InnerLightColor = clBtnHighlight
  175.     Bevel.InnerShadowColor = clBtnShadow
  176.     Bevel.OuterLightColor = clBtnHighlight
  177.     Bevel.OuterShadowColor = clBtnShadow
  178.     Color = clMaroon
  179.     Enabled = False
  180.     LEDColor = clRed
  181.   end
  182.   object btnSave: TButton
  183.     Left = 391
  184.     Top = 232
  185.     Width = 62
  186.     Height = 25
  187.     Caption = '&Save...'
  188.     TabOrder = 6
  189.     OnClick = btnSaveClick
  190.   end
  191.   object btnLoad: TButton
  192.     Left = 391
  193.     Top = 200
  194.     Width = 62
  195.     Height = 25
  196.     Caption = '&Load...'
  197.     TabOrder = 5
  198.     OnClick = btnLoadClick
  199.   end
  200.   object btnReset: TButton
  201.     Left = 391
  202.     Top = 130
  203.     Width = 62
  204.     Height = 25
  205.     Caption = '&Reset'
  206.     TabOrder = 3
  207.     OnClick = btnResetClick
  208.   end
  209.   object btnCancel: TButton
  210.     Left = 391
  211.     Top = 56
  212.     Width = 62
  213.     Height = 25
  214.     Cancel = True
  215.     Caption = 'Cancel'
  216.     ModalResult = 2
  217.     TabOrder = 1
  218.   end
  219.   object btnOK: TButton
  220.     Left = 391
  221.     Top = 24
  222.     Width = 62
  223.     Height = 25
  224.     Caption = 'OK'
  225.     Default = True
  226.     ModalResult = 1
  227.     TabOrder = 0
  228.   end
  229.   object CheckBoxFilter: TCheckBox
  230.     Left = 20
  231.     Top = 249
  232.     Width = 49
  233.     Height = 23
  234.     Caption = 'Filter'
  235.     TabOrder = 13
  236.   end
  237.   object btnPreview: TButton
  238.     Left = 391
  239.     Top = 93
  240.     Width = 62
  241.     Height = 25
  242.     Caption = '&Preview'
  243.     TabOrder = 2
  244.     OnClick = btnPreviewClick
  245.   end
  246.   object btnClear: TButton
  247.     Left = 391
  248.     Top = 162
  249.     Width = 62
  250.     Height = 25
  251.     Caption = '&Clear'
  252.     TabOrder = 4
  253.     OnClick = btnClearClick
  254.   end
  255.   object CheckBoxLine1: TCheckBox
  256.     Left = 284
  257.     Top = 58
  258.     Width = 25
  259.     Height = 14
  260.     Caption = '1'
  261.     State = cbChecked
  262.     TabOrder = 18
  263.     OnClick = CheckBoxLineClick
  264.   end
  265.   object CheckBoxLine2: TCheckBox
  266.     Left = 284
  267.     Top = 86
  268.     Width = 25
  269.     Height = 14
  270.     Caption = '2'
  271.     State = cbChecked
  272.     TabOrder = 23
  273.     OnClick = CheckBoxLineClick
  274.   end
  275.   object CheckBoxLine3: TCheckBox
  276.     Left = 284
  277.     Top = 114
  278.     Width = 25
  279.     Height = 14
  280.     Caption = '3'
  281.     State = cbChecked
  282.     TabOrder = 28
  283.     OnClick = CheckBoxLineClick
  284.   end
  285.   object CheckBoxLine4: TCheckBox
  286.     Left = 284
  287.     Top = 142
  288.     Width = 25
  289.     Height = 14
  290.     Caption = '4'
  291.     State = cbChecked
  292.     TabOrder = 33
  293.     OnClick = CheckBoxLineClick
  294.   end
  295.   object CheckBoxLine5: TCheckBox
  296.     Left = 284
  297.     Top = 170
  298.     Width = 25
  299.     Height = 14
  300.     Caption = '5'
  301.     State = cbChecked
  302.     TabOrder = 38
  303.     OnClick = CheckBoxLineClick
  304.   end
  305.   object CheckBoxLine6: TCheckBox
  306.     Left = 284
  307.     Top = 198
  308.     Width = 25
  309.     Height = 14
  310.     Caption = '6'
  311.     State = cbChecked
  312.     TabOrder = 43
  313.     OnClick = CheckBoxLineClick
  314.   end
  315.   object CheckBoxLine7: TCheckBox
  316.     Left = 284
  317.     Top = 226
  318.     Width = 25
  319.     Height = 14
  320.     Caption = '7'
  321.     State = cbChecked
  322.     TabOrder = 48
  323.     OnClick = CheckBoxLineClick
  324.   end
  325.   object CheckBoxLine8: TCheckBox
  326.     Left = 284
  327.     Top = 254
  328.     Width = 25
  329.     Height = 14
  330.     Caption = '8'
  331.     State = cbChecked
  332.     TabOrder = 53
  333.     OnClick = CheckBoxLineClick
  334.   end
  335.   object SliderInputGain: TMMSlider
  336.     Left = 12
  337.     Top = 65
  338.     Width = 59
  339.     Height = 135
  340.     OnChange = SliderTrack
  341.     TabOrder = 7
  342.     Bevel.BevelInner = bvNone
  343.     Bevel.BevelOuter = bvNone
  344.     Bevel.BevelInnerWidth = 1
  345.     Bevel.BevelOuterWidth = 1
  346.     Bevel.BorderStyle = bsNone
  347.     Bevel.BorderWidth = 5
  348.     Bevel.BorderSpace = 0
  349.     Bevel.BorderColor = clBtnFace
  350.     Bevel.BorderSpaceColor = clBlack
  351.     Bevel.InnerLightColor = clBtnHighlight
  352.     Bevel.InnerShadowColor = clBtnShadow
  353.     Bevel.OuterLightColor = clBtnHighlight
  354.     Bevel.OuterShadowColor = clBtnShadow
  355.     Groove.BevelInner = bvLowered
  356.     Groove.BevelOuter = bvLowered
  357.     Groove.BevelInnerWidth = 1
  358.     Groove.BevelOuterWidth = 1
  359.     Groove.BorderStyle = bsNone
  360.     Groove.BorderWidth = 0
  361.     Groove.BorderSpace = 0
  362.     Groove.BorderColor = clBtnFace
  363.     Groove.BorderSpaceColor = clBlack
  364.     Groove.InnerLightColor = clBtnFace
  365.     Groove.InnerShadowColor = clBlack
  366.     Groove.OuterLightColor = clBtnHighlight
  367.     Groove.OuterShadowColor = clBtnShadow
  368.     MaxValue = 100
  369.     Orientation = orVertical
  370.     GrooveSize = 0
  371.     ThumbWidth = 23
  372.     ThumbHeight = 11
  373.     ScaleDistance = 11
  374.     ScalePosition = spBoth
  375.     Scale.Visible = True
  376.     Scale.Color = clBlack
  377.     Scale.Style = stColor
  378.     Scale.TickCount = 11
  379.     Scale.EnlargeEvery = 5
  380.     Scale.Size = 7
  381.     Scale.Origin = soOuter
  382.     Scale.Connect = True
  383.   end
  384.   object SliderInputPan: TMMSlider
  385.     Left = 80
  386.     Top = 65
  387.     Width = 59
  388.     Height = 135
  389.     OnChange = SliderTrack
  390.     TabOrder = 9
  391.     Bevel.BevelInner = bvNone
  392.     Bevel.BevelOuter = bvNone
  393.     Bevel.BevelInnerWidth = 1
  394.     Bevel.BevelOuterWidth = 1
  395.     Bevel.BorderStyle = bsNone
  396.     Bevel.BorderWidth = 5
  397.     Bevel.BorderSpace = 0
  398.     Bevel.BorderColor = clBtnFace
  399.     Bevel.BorderSpaceColor = clBlack
  400.     Bevel.InnerLightColor = clBtnHighlight
  401.     Bevel.InnerShadowColor = clBtnShadow
  402.     Bevel.OuterLightColor = clBtnHighlight
  403.     Bevel.OuterShadowColor = clBtnShadow
  404.     Groove.BevelInner = bvLowered
  405.     Groove.BevelOuter = bvLowered
  406.     Groove.BevelInnerWidth = 1
  407.     Groove.BevelOuterWidth = 1
  408.     Groove.BorderStyle = bsNone
  409.     Groove.BorderWidth = 0
  410.     Groove.BorderSpace = 0
  411.     Groove.BorderColor = clBtnFace
  412.     Groove.BorderSpaceColor = clBlack
  413.     Groove.InnerLightColor = clBtnFace
  414.     Groove.InnerShadowColor = clBlack
  415.     Groove.OuterLightColor = clBtnHighlight
  416.     Groove.OuterShadowColor = clBtnShadow
  417.     MaxValue = 100
  418.     Orientation = orVertical
  419.     GrooveSize = 0
  420.     ThumbWidth = 23
  421.     ThumbHeight = 11
  422.     ScaleDistance = 11
  423.     ScalePosition = spBoth
  424.     Scale.Visible = True
  425.     Scale.Color = clBlack
  426.     Scale.Style = stColor
  427.     Scale.TickCount = 11
  428.     Scale.EnlargeEvery = 5
  429.     Scale.Size = 7
  430.     Scale.Origin = soOuter
  431.     Scale.Connect = True
  432.   end
  433.   object SliderOutputGain: TMMSlider
  434.     Left = 147
  435.     Top = 65
  436.     Width = 59
  437.     Height = 135
  438.     OnChange = SliderTrack
  439.     TabOrder = 11
  440.     Bevel.BevelInner = bvNone
  441.     Bevel.BevelOuter = bvNone
  442.     Bevel.BevelInnerWidth = 1
  443.     Bevel.BevelOuterWidth = 1
  444.     Bevel.BorderStyle = bsNone
  445.     Bevel.BorderWidth = 5
  446.     Bevel.BorderSpace = 0
  447.     Bevel.BorderColor = clBtnFace
  448.     Bevel.BorderSpaceColor = clBlack
  449.     Bevel.InnerLightColor = clBtnHighlight
  450.     Bevel.InnerShadowColor = clBtnShadow
  451.     Bevel.OuterLightColor = clBtnHighlight
  452.     Bevel.OuterShadowColor = clBtnShadow
  453.     Groove.BevelInner = bvLowered
  454.     Groove.BevelOuter = bvLowered
  455.     Groove.BevelInnerWidth = 1
  456.     Groove.BevelOuterWidth = 1
  457.     Groove.BorderStyle = bsNone
  458.     Groove.BorderWidth = 0
  459.     Groove.BorderSpace = 0
  460.     Groove.BorderColor = clBtnFace
  461.     Groove.BorderSpaceColor = clBlack
  462.     Groove.InnerLightColor = clBtnFace
  463.     Groove.InnerShadowColor = clBlack
  464.     Groove.OuterLightColor = clBtnHighlight
  465.     Groove.OuterShadowColor = clBtnShadow
  466.     MaxValue = 100
  467.     Orientation = orVertical
  468.     GrooveSize = 0
  469.     ThumbWidth = 23
  470.     ThumbHeight = 11
  471.     ScaleDistance = 11
  472.     ScalePosition = spBoth
  473.     Scale.Visible = True
  474.     Scale.Color = clBlack
  475.     Scale.Style = stColor
  476.     Scale.TickCount = 11
  477.     Scale.EnlargeEvery = 5
  478.     Scale.Size = 7
  479.     Scale.Origin = soOuter
  480.     Scale.Connect = True
  481.   end
  482.   object spinDelay1: TMMSpinButton
  483.     Left = 262
  484.     Top = 52
  485.     Width = 13
  486.     Height = 24
  487.     OnChange = spinChange
  488.     Bevel.BevelInner = bvNone
  489.     Bevel.BevelOuter = bvLowered
  490.     Bevel.BevelInnerWidth = 1
  491.     Bevel.BevelOuterWidth = 1
  492.     Bevel.BorderStyle = bsNone
  493.     Bevel.BorderWidth = 0
  494.     Bevel.BorderSpace = 0
  495.     Bevel.BorderColor = clBtnFace
  496.     Bevel.BorderSpaceColor = clBlack
  497.     Bevel.InnerLightColor = clBtnHighlight
  498.     Bevel.InnerShadowColor = clBtnShadow
  499.     Bevel.OuterLightColor = clBlack
  500.     Bevel.OuterShadowColor = clBlack
  501.     DownGlyph.Data = {
  502.       BE000000424DBE00000000000000760000002800000012000000060000000100
  503.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  504.       80000080000000808000800000008000800080800000C0C0C000808080000000
  505.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  506.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  507.       000777788888FF00000070000000778888888700000077777777777777777700
  508.       0000}
  509.     DownNumGlyphs = 2
  510.     FocusControl = edDelay1
  511.     TabOrder = 17
  512.     UpGlyph.Data = {
  513.       BE000000424DBE00000000000000760000002800000012000000060000000100
  514.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  515.       80000080000000808000800000008000800080800000C0C0C000808080000000
  516.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  517.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  518.       0077777788877700000077770777777778777700000077777777777777777700
  519.       0000}
  520.     UpNumGlyphs = 2
  521.     ButtonFace = True
  522.     MiddleButton = True
  523.     MaxValue = 1000
  524.   end
  525.   object spinGain1: TMMSpinButton
  526.     Left = 358
  527.     Top = 52
  528.     Width = 13
  529.     Height = 24
  530.     OnChange = spinChange
  531.     Bevel.BevelInner = bvNone
  532.     Bevel.BevelOuter = bvLowered
  533.     Bevel.BevelInnerWidth = 1
  534.     Bevel.BevelOuterWidth = 1
  535.     Bevel.BorderStyle = bsNone
  536.     Bevel.BorderWidth = 0
  537.     Bevel.BorderSpace = 0
  538.     Bevel.BorderColor = clBtnFace
  539.     Bevel.BorderSpaceColor = clBlack
  540.     Bevel.InnerLightColor = clBtnHighlight
  541.     Bevel.InnerShadowColor = clBtnShadow
  542.     Bevel.OuterLightColor = clBlack
  543.     Bevel.OuterShadowColor = clBlack
  544.     DownGlyph.Data = {
  545.       BE000000424DBE00000000000000760000002800000012000000060000000100
  546.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  547.       80000080000000808000800000008000800080800000C0C0C000808080000000
  548.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  549.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  550.       000777788888FF00000070000000778888888700000077777777777777777700
  551.       0000}
  552.     DownNumGlyphs = 2
  553.     FocusControl = edGain1
  554.     TabOrder = 20
  555.     UpGlyph.Data = {
  556.       BE000000424DBE00000000000000760000002800000012000000060000000100
  557.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  558.       80000080000000808000800000008000800080800000C0C0C000808080000000
  559.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  560.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  561.       0077777788877700000077770777777778777700000077777777777777777700
  562.       0000}
  563.     UpNumGlyphs = 2
  564.     ButtonFace = True
  565.     MiddleButton = True
  566.     MaxValue = 200
  567.     MinValue = -100
  568.   end
  569.   object spinDelay2: TMMSpinButton
  570.     Left = 262
  571.     Top = 80
  572.     Width = 13
  573.     Height = 24
  574.     OnChange = spinChange
  575.     Bevel.BevelInner = bvNone
  576.     Bevel.BevelOuter = bvLowered
  577.     Bevel.BevelInnerWidth = 1
  578.     Bevel.BevelOuterWidth = 1
  579.     Bevel.BorderStyle = bsNone
  580.     Bevel.BorderWidth = 0
  581.     Bevel.BorderSpace = 0
  582.     Bevel.BorderColor = clBtnFace
  583.     Bevel.BorderSpaceColor = clBlack
  584.     Bevel.InnerLightColor = clBtnHighlight
  585.     Bevel.InnerShadowColor = clBtnShadow
  586.     Bevel.OuterLightColor = clBlack
  587.     Bevel.OuterShadowColor = clBlack
  588.     DownGlyph.Data = {
  589.       BE000000424DBE00000000000000760000002800000012000000060000000100
  590.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  591.       80000080000000808000800000008000800080800000C0C0C000808080000000
  592.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  593.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  594.       000777788888FF00000070000000778888888700000077777777777777777700
  595.       0000}
  596.     DownNumGlyphs = 2
  597.     FocusControl = edDelay2
  598.     TabOrder = 22
  599.     UpGlyph.Data = {
  600.       BE000000424DBE00000000000000760000002800000012000000060000000100
  601.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  602.       80000080000000808000800000008000800080800000C0C0C000808080000000
  603.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  604.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  605.       0077777788877700000077770777777778777700000077777777777777777700
  606.       0000}
  607.     UpNumGlyphs = 2
  608.     ButtonFace = True
  609.     MiddleButton = True
  610.     MaxValue = 1000
  611.   end
  612.   object spinDelay3: TMMSpinButton
  613.     Left = 262
  614.     Top = 108
  615.     Width = 13
  616.     Height = 24
  617.     OnChange = spinChange
  618.     Bevel.BevelInner = bvNone
  619.     Bevel.BevelOuter = bvLowered
  620.     Bevel.BevelInnerWidth = 1
  621.     Bevel.BevelOuterWidth = 1
  622.     Bevel.BorderStyle = bsNone
  623.     Bevel.BorderWidth = 0
  624.     Bevel.BorderSpace = 0
  625.     Bevel.BorderColor = clBtnFace
  626.     Bevel.BorderSpaceColor = clBlack
  627.     Bevel.InnerLightColor = clBtnHighlight
  628.     Bevel.InnerShadowColor = clBtnShadow
  629.     Bevel.OuterLightColor = clBlack
  630.     Bevel.OuterShadowColor = clBlack
  631.     DownGlyph.Data = {
  632.       BE000000424DBE00000000000000760000002800000012000000060000000100
  633.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  634.       80000080000000808000800000008000800080800000C0C0C000808080000000
  635.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  636.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  637.       000777788888FF00000070000000778888888700000077777777777777777700
  638.       0000}
  639.     DownNumGlyphs = 2
  640.     FocusControl = edDelay3
  641.     TabOrder = 27
  642.     UpGlyph.Data = {
  643.       BE000000424DBE00000000000000760000002800000012000000060000000100
  644.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  645.       80000080000000808000800000008000800080800000C0C0C000808080000000
  646.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  647.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  648.       0077777788877700000077770777777778777700000077777777777777777700
  649.       0000}
  650.     UpNumGlyphs = 2
  651.     ButtonFace = True
  652.     MiddleButton = True
  653.     MaxValue = 1000
  654.   end
  655.   object spinDelay4: TMMSpinButton
  656.     Left = 262
  657.     Top = 136
  658.     Width = 13
  659.     Height = 24
  660.     OnChange = spinChange
  661.     Bevel.BevelInner = bvNone
  662.     Bevel.BevelOuter = bvLowered
  663.     Bevel.BevelInnerWidth = 1
  664.     Bevel.BevelOuterWidth = 1
  665.     Bevel.BorderStyle = bsNone
  666.     Bevel.BorderWidth = 0
  667.     Bevel.BorderSpace = 0
  668.     Bevel.BorderColor = clBtnFace
  669.     Bevel.BorderSpaceColor = clBlack
  670.     Bevel.InnerLightColor = clBtnHighlight
  671.     Bevel.InnerShadowColor = clBtnShadow
  672.     Bevel.OuterLightColor = clBlack
  673.     Bevel.OuterShadowColor = clBlack
  674.     DownGlyph.Data = {
  675.       BE000000424DBE00000000000000760000002800000012000000060000000100
  676.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  677.       80000080000000808000800000008000800080800000C0C0C000808080000000
  678.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  679.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  680.       000777788888FF00000070000000778888888700000077777777777777777700
  681.       0000}
  682.     DownNumGlyphs = 2
  683.     FocusControl = edDelay4
  684.     TabOrder = 32
  685.     UpGlyph.Data = {
  686.       BE000000424DBE00000000000000760000002800000012000000060000000100
  687.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  688.       80000080000000808000800000008000800080800000C0C0C000808080000000
  689.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  690.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  691.       0077777788877700000077770777777778777700000077777777777777777700
  692.       0000}
  693.     UpNumGlyphs = 2
  694.     ButtonFace = True
  695.     MiddleButton = True
  696.     MaxValue = 1000
  697.   end
  698.   object spinDelay5: TMMSpinButton
  699.     Left = 262
  700.     Top = 164
  701.     Width = 13
  702.     Height = 24
  703.     OnChange = spinChange
  704.     Bevel.BevelInner = bvNone
  705.     Bevel.BevelOuter = bvLowered
  706.     Bevel.BevelInnerWidth = 1
  707.     Bevel.BevelOuterWidth = 1
  708.     Bevel.BorderStyle = bsNone
  709.     Bevel.BorderWidth = 0
  710.     Bevel.BorderSpace = 0
  711.     Bevel.BorderColor = clBtnFace
  712.     Bevel.BorderSpaceColor = clBlack
  713.     Bevel.InnerLightColor = clBtnHighlight
  714.     Bevel.InnerShadowColor = clBtnShadow
  715.     Bevel.OuterLightColor = clBlack
  716.     Bevel.OuterShadowColor = clBlack
  717.     DownGlyph.Data = {
  718.       BE000000424DBE00000000000000760000002800000012000000060000000100
  719.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  720.       80000080000000808000800000008000800080800000C0C0C000808080000000
  721.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  722.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  723.       000777788888FF00000070000000778888888700000077777777777777777700
  724.       0000}
  725.     DownNumGlyphs = 2
  726.     FocusControl = edDelay5
  727.     TabOrder = 37
  728.     UpGlyph.Data = {
  729.       BE000000424DBE00000000000000760000002800000012000000060000000100
  730.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  731.       80000080000000808000800000008000800080800000C0C0C000808080000000
  732.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  733.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  734.       0077777788877700000077770777777778777700000077777777777777777700
  735.       0000}
  736.     UpNumGlyphs = 2
  737.     ButtonFace = True
  738.     MiddleButton = True
  739.     MaxValue = 1000
  740.   end
  741.   object spinDelay6: TMMSpinButton
  742.     Left = 262
  743.     Top = 192
  744.     Width = 13
  745.     Height = 24
  746.     OnChange = spinChange
  747.     Bevel.BevelInner = bvNone
  748.     Bevel.BevelOuter = bvLowered
  749.     Bevel.BevelInnerWidth = 1
  750.     Bevel.BevelOuterWidth = 1
  751.     Bevel.BorderStyle = bsNone
  752.     Bevel.BorderWidth = 0
  753.     Bevel.BorderSpace = 0
  754.     Bevel.BorderColor = clBtnFace
  755.     Bevel.BorderSpaceColor = clBlack
  756.     Bevel.InnerLightColor = clBtnHighlight
  757.     Bevel.InnerShadowColor = clBtnShadow
  758.     Bevel.OuterLightColor = clBlack
  759.     Bevel.OuterShadowColor = clBlack
  760.     DownGlyph.Data = {
  761.       BE000000424DBE00000000000000760000002800000012000000060000000100
  762.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  763.       80000080000000808000800000008000800080800000C0C0C000808080000000
  764.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  765.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  766.       000777788888FF00000070000000778888888700000077777777777777777700
  767.       0000}
  768.     DownNumGlyphs = 2
  769.     FocusControl = edDelay6
  770.     TabOrder = 42
  771.     UpGlyph.Data = {
  772.       BE000000424DBE00000000000000760000002800000012000000060000000100
  773.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  774.       80000080000000808000800000008000800080800000C0C0C000808080000000
  775.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  776.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  777.       0077777788877700000077770777777778777700000077777777777777777700
  778.       0000}
  779.     UpNumGlyphs = 2
  780.     ButtonFace = True
  781.     MiddleButton = True
  782.     MaxValue = 1000
  783.   end
  784.   object spinDelay7: TMMSpinButton
  785.     Left = 262
  786.     Top = 220
  787.     Width = 13
  788.     Height = 24
  789.     OnChange = spinChange
  790.     Bevel.BevelInner = bvNone
  791.     Bevel.BevelOuter = bvLowered
  792.     Bevel.BevelInnerWidth = 1
  793.     Bevel.BevelOuterWidth = 1
  794.     Bevel.BorderStyle = bsNone
  795.     Bevel.BorderWidth = 0
  796.     Bevel.BorderSpace = 0
  797.     Bevel.BorderColor = clBtnFace
  798.     Bevel.BorderSpaceColor = clBlack
  799.     Bevel.InnerLightColor = clBtnHighlight
  800.     Bevel.InnerShadowColor = clBtnShadow
  801.     Bevel.OuterLightColor = clBlack
  802.     Bevel.OuterShadowColor = clBlack
  803.     DownGlyph.Data = {
  804.       BE000000424DBE00000000000000760000002800000012000000060000000100
  805.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  806.       80000080000000808000800000008000800080800000C0C0C000808080000000
  807.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  808.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  809.       000777788888FF00000070000000778888888700000077777777777777777700
  810.       0000}
  811.     DownNumGlyphs = 2
  812.     FocusControl = edDelay7
  813.     TabOrder = 47
  814.     UpGlyph.Data = {
  815.       BE000000424DBE00000000000000760000002800000012000000060000000100
  816.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  817.       80000080000000808000800000008000800080800000C0C0C000808080000000
  818.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  819.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  820.       0077777788877700000077770777777778777700000077777777777777777700
  821.       0000}
  822.     UpNumGlyphs = 2
  823.     ButtonFace = True
  824.     MiddleButton = True
  825.     MaxValue = 1000
  826.   end
  827.   object spinDelay8: TMMSpinButton
  828.     Left = 262
  829.     Top = 248
  830.     Width = 13
  831.     Height = 24
  832.     OnChange = spinChange
  833.     Bevel.BevelInner = bvNone
  834.     Bevel.BevelOuter = bvLowered
  835.     Bevel.BevelInnerWidth = 1
  836.     Bevel.BevelOuterWidth = 1
  837.     Bevel.BorderStyle = bsNone
  838.     Bevel.BorderWidth = 0
  839.     Bevel.BorderSpace = 0
  840.     Bevel.BorderColor = clBtnFace
  841.     Bevel.BorderSpaceColor = clBlack
  842.     Bevel.InnerLightColor = clBtnHighlight
  843.     Bevel.InnerShadowColor = clBtnShadow
  844.     Bevel.OuterLightColor = clBlack
  845.     Bevel.OuterShadowColor = clBlack
  846.     DownGlyph.Data = {
  847.       BE000000424DBE00000000000000760000002800000012000000060000000100
  848.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  849.       80000080000000808000800000008000800080800000C0C0C000808080000000
  850.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  851.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  852.       000777788888FF00000070000000778888888700000077777777777777777700
  853.       0000}
  854.     DownNumGlyphs = 2
  855.     FocusControl = edDelay8
  856.     TabOrder = 52
  857.     UpGlyph.Data = {
  858.       BE000000424DBE00000000000000760000002800000012000000060000000100
  859.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  860.       80000080000000808000800000008000800080800000C0C0C000808080000000
  861.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  862.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  863.       0077777788877700000077770777777778777700000077777777777777777700
  864.       0000}
  865.     UpNumGlyphs = 2
  866.     ButtonFace = True
  867.     MiddleButton = True
  868.     MaxValue = 1000
  869.   end
  870.   object spinFeedBack: TMMSpinButton
  871.     Left = 188
  872.     Top = 248
  873.     Width = 13
  874.     Height = 24
  875.     OnChange = spinChange
  876.     Bevel.BevelInner = bvNone
  877.     Bevel.BevelOuter = bvLowered
  878.     Bevel.BevelInnerWidth = 1
  879.     Bevel.BevelOuterWidth = 1
  880.     Bevel.BorderStyle = bsNone
  881.     Bevel.BorderWidth = 0
  882.     Bevel.BorderSpace = 0
  883.     Bevel.BorderColor = clBtnFace
  884.     Bevel.BorderSpaceColor = clBlack
  885.     Bevel.InnerLightColor = clBtnHighlight
  886.     Bevel.InnerShadowColor = clBtnShadow
  887.     Bevel.OuterLightColor = clBlack
  888.     Bevel.OuterShadowColor = clBlack
  889.     DownGlyph.Data = {
  890.       BE000000424DBE00000000000000760000002800000012000000060000000100
  891.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  892.       80000080000000808000800000008000800080800000C0C0C000808080000000
  893.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  894.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  895.       000777788888FF00000070000000778888888700000077777777777777777700
  896.       0000}
  897.     DownNumGlyphs = 2
  898.     FocusControl = edFeedBack
  899.     TabOrder = 15
  900.     UpGlyph.Data = {
  901.       BE000000424DBE00000000000000760000002800000012000000060000000100
  902.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  903.       80000080000000808000800000008000800080800000C0C0C000808080000000
  904.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  905.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  906.       0077777788877700000077770777777778777700000077777777777777777700
  907.       0000}
  908.     UpNumGlyphs = 2
  909.     ButtonFace = True
  910.     MiddleButton = True
  911.     MaxValue = 99
  912.     MinValue = -99
  913.   end
  914.   object spinGain2: TMMSpinButton
  915.     Left = 358
  916.     Top = 80
  917.     Width = 13
  918.     Height = 24
  919.     OnChange = spinChange
  920.     Bevel.BevelInner = bvNone
  921.     Bevel.BevelOuter = bvLowered
  922.     Bevel.BevelInnerWidth = 1
  923.     Bevel.BevelOuterWidth = 1
  924.     Bevel.BorderStyle = bsNone
  925.     Bevel.BorderWidth = 0
  926.     Bevel.BorderSpace = 0
  927.     Bevel.BorderColor = clBtnFace
  928.     Bevel.BorderSpaceColor = clBlack
  929.     Bevel.InnerLightColor = clBtnHighlight
  930.     Bevel.InnerShadowColor = clBtnShadow
  931.     Bevel.OuterLightColor = clBlack
  932.     Bevel.OuterShadowColor = clBlack
  933.     DownGlyph.Data = {
  934.       BE000000424DBE00000000000000760000002800000012000000060000000100
  935.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  936.       80000080000000808000800000008000800080800000C0C0C000808080000000
  937.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  938.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  939.       000777788888FF00000070000000778888888700000077777777777777777700
  940.       0000}
  941.     DownNumGlyphs = 2
  942.     FocusControl = edGain2
  943.     TabOrder = 25
  944.     UpGlyph.Data = {
  945.       BE000000424DBE00000000000000760000002800000012000000060000000100
  946.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  947.       80000080000000808000800000008000800080800000C0C0C000808080000000
  948.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  949.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  950.       0077777788877700000077770777777778777700000077777777777777777700
  951.       0000}
  952.     UpNumGlyphs = 2
  953.     ButtonFace = True
  954.     MiddleButton = True
  955.     MaxValue = 200
  956.     MinValue = -100
  957.   end
  958.   object spinGain3: TMMSpinButton
  959.     Left = 358
  960.     Top = 108
  961.     Width = 13
  962.     Height = 24
  963.     OnChange = spinChange
  964.     Bevel.BevelInner = bvNone
  965.     Bevel.BevelOuter = bvLowered
  966.     Bevel.BevelInnerWidth = 1
  967.     Bevel.BevelOuterWidth = 1
  968.     Bevel.BorderStyle = bsNone
  969.     Bevel.BorderWidth = 0
  970.     Bevel.BorderSpace = 0
  971.     Bevel.BorderColor = clBtnFace
  972.     Bevel.BorderSpaceColor = clBlack
  973.     Bevel.InnerLightColor = clBtnHighlight
  974.     Bevel.InnerShadowColor = clBtnShadow
  975.     Bevel.OuterLightColor = clBlack
  976.     Bevel.OuterShadowColor = clBlack
  977.     DownGlyph.Data = {
  978.       BE000000424DBE00000000000000760000002800000012000000060000000100
  979.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  980.       80000080000000808000800000008000800080800000C0C0C000808080000000
  981.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  982.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  983.       000777788888FF00000070000000778888888700000077777777777777777700
  984.       0000}
  985.     DownNumGlyphs = 2
  986.     FocusControl = edGain3
  987.     TabOrder = 30
  988.     UpGlyph.Data = {
  989.       BE000000424DBE00000000000000760000002800000012000000060000000100
  990.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  991.       80000080000000808000800000008000800080800000C0C0C000808080000000
  992.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  993.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  994.       0077777788877700000077770777777778777700000077777777777777777700
  995.       0000}
  996.     UpNumGlyphs = 2
  997.     ButtonFace = True
  998.     MiddleButton = True
  999.     MaxValue = 200
  1000.     MinValue = -100
  1001.   end
  1002.   object spinGain4: TMMSpinButton
  1003.     Left = 358
  1004.     Top = 136
  1005.     Width = 13
  1006.     Height = 24
  1007.     OnChange = spinChange
  1008.     Bevel.BevelInner = bvNone
  1009.     Bevel.BevelOuter = bvLowered
  1010.     Bevel.BevelInnerWidth = 1
  1011.     Bevel.BevelOuterWidth = 1
  1012.     Bevel.BorderStyle = bsNone
  1013.     Bevel.BorderWidth = 0
  1014.     Bevel.BorderSpace = 0
  1015.     Bevel.BorderColor = clBtnFace
  1016.     Bevel.BorderSpaceColor = clBlack
  1017.     Bevel.InnerLightColor = clBtnHighlight
  1018.     Bevel.InnerShadowColor = clBtnShadow
  1019.     Bevel.OuterLightColor = clBlack
  1020.     Bevel.OuterShadowColor = clBlack
  1021.     DownGlyph.Data = {
  1022.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1023.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1024.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1025.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1026.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  1027.       000777788888FF00000070000000778888888700000077777777777777777700
  1028.       0000}
  1029.     DownNumGlyphs = 2
  1030.     FocusControl = edGain4
  1031.     TabOrder = 35
  1032.     UpGlyph.Data = {
  1033.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1034.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1035.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1036.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  1037.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  1038.       0077777788877700000077770777777778777700000077777777777777777700
  1039.       0000}
  1040.     UpNumGlyphs = 2
  1041.     ButtonFace = True
  1042.     MiddleButton = True
  1043.     MaxValue = 200
  1044.     MinValue = -100
  1045.   end
  1046.   object spinGain5: TMMSpinButton
  1047.     Left = 358
  1048.     Top = 164
  1049.     Width = 13
  1050.     Height = 24
  1051.     OnChange = spinChange
  1052.     Bevel.BevelInner = bvNone
  1053.     Bevel.BevelOuter = bvLowered
  1054.     Bevel.BevelInnerWidth = 1
  1055.     Bevel.BevelOuterWidth = 1
  1056.     Bevel.BorderStyle = bsNone
  1057.     Bevel.BorderWidth = 0
  1058.     Bevel.BorderSpace = 0
  1059.     Bevel.BorderColor = clBtnFace
  1060.     Bevel.BorderSpaceColor = clBlack
  1061.     Bevel.InnerLightColor = clBtnHighlight
  1062.     Bevel.InnerShadowColor = clBtnShadow
  1063.     Bevel.OuterLightColor = clBlack
  1064.     Bevel.OuterShadowColor = clBlack
  1065.     DownGlyph.Data = {
  1066.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1067.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1068.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1069.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1070.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  1071.       000777788888FF00000070000000778888888700000077777777777777777700
  1072.       0000}
  1073.     DownNumGlyphs = 2
  1074.     FocusControl = edGain5
  1075.     TabOrder = 40
  1076.     UpGlyph.Data = {
  1077.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1078.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1079.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1080.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  1081.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  1082.       0077777788877700000077770777777778777700000077777777777777777700
  1083.       0000}
  1084.     UpNumGlyphs = 2
  1085.     ButtonFace = True
  1086.     MiddleButton = True
  1087.     MaxValue = 200
  1088.     MinValue = -100
  1089.   end
  1090.   object spinGain6: TMMSpinButton
  1091.     Left = 358
  1092.     Top = 192
  1093.     Width = 13
  1094.     Height = 24
  1095.     OnChange = spinChange
  1096.     Bevel.BevelInner = bvNone
  1097.     Bevel.BevelOuter = bvLowered
  1098.     Bevel.BevelInnerWidth = 1
  1099.     Bevel.BevelOuterWidth = 1
  1100.     Bevel.BorderStyle = bsNone
  1101.     Bevel.BorderWidth = 0
  1102.     Bevel.BorderSpace = 0
  1103.     Bevel.BorderColor = clBtnFace
  1104.     Bevel.BorderSpaceColor = clBlack
  1105.     Bevel.InnerLightColor = clBtnHighlight
  1106.     Bevel.InnerShadowColor = clBtnShadow
  1107.     Bevel.OuterLightColor = clBlack
  1108.     Bevel.OuterShadowColor = clBlack
  1109.     DownGlyph.Data = {
  1110.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1111.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1112.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1113.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1114.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  1115.       000777788888FF00000070000000778888888700000077777777777777777700
  1116.       0000}
  1117.     DownNumGlyphs = 2
  1118.     FocusControl = edGain6
  1119.     TabOrder = 45
  1120.     UpGlyph.Data = {
  1121.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1122.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1123.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1124.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  1125.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  1126.       0077777788877700000077770777777778777700000077777777777777777700
  1127.       0000}
  1128.     UpNumGlyphs = 2
  1129.     ButtonFace = True
  1130.     MiddleButton = True
  1131.     MaxValue = 200
  1132.     MinValue = -100
  1133.   end
  1134.   object spinGain7: TMMSpinButton
  1135.     Left = 358
  1136.     Top = 220
  1137.     Width = 13
  1138.     Height = 24
  1139.     OnChange = spinChange
  1140.     Bevel.BevelInner = bvNone
  1141.     Bevel.BevelOuter = bvLowered
  1142.     Bevel.BevelInnerWidth = 1
  1143.     Bevel.BevelOuterWidth = 1
  1144.     Bevel.BorderStyle = bsNone
  1145.     Bevel.BorderWidth = 0
  1146.     Bevel.BorderSpace = 0
  1147.     Bevel.BorderColor = clBtnFace
  1148.     Bevel.BorderSpaceColor = clBlack
  1149.     Bevel.InnerLightColor = clBtnHighlight
  1150.     Bevel.InnerShadowColor = clBtnShadow
  1151.     Bevel.OuterLightColor = clBlack
  1152.     Bevel.OuterShadowColor = clBlack
  1153.     DownGlyph.Data = {
  1154.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1155.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1156.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1157.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1158.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  1159.       000777788888FF00000070000000778888888700000077777777777777777700
  1160.       0000}
  1161.     DownNumGlyphs = 2
  1162.     FocusControl = edGain7
  1163.     TabOrder = 50
  1164.     UpGlyph.Data = {
  1165.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1166.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1167.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1168.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  1169.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  1170.       0077777788877700000077770777777778777700000077777777777777777700
  1171.       0000}
  1172.     UpNumGlyphs = 2
  1173.     ButtonFace = True
  1174.     MiddleButton = True
  1175.     MaxValue = 200
  1176.     MinValue = -100
  1177.   end
  1178.   object spinGain8: TMMSpinButton
  1179.     Left = 358
  1180.     Top = 248
  1181.     Width = 13
  1182.     Height = 24
  1183.     OnChange = spinChange
  1184.     Bevel.BevelInner = bvNone
  1185.     Bevel.BevelOuter = bvLowered
  1186.     Bevel.BevelInnerWidth = 1
  1187.     Bevel.BevelOuterWidth = 1
  1188.     Bevel.BorderStyle = bsNone
  1189.     Bevel.BorderWidth = 0
  1190.     Bevel.BorderSpace = 0
  1191.     Bevel.BorderColor = clBtnFace
  1192.     Bevel.BorderSpaceColor = clBlack
  1193.     Bevel.InnerLightColor = clBtnHighlight
  1194.     Bevel.InnerShadowColor = clBtnShadow
  1195.     Bevel.OuterLightColor = clBlack
  1196.     Bevel.OuterShadowColor = clBlack
  1197.     DownGlyph.Data = {
  1198.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1199.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1200.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1201.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1202.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  1203.       000777788888FF00000070000000778888888700000077777777777777777700
  1204.       0000}
  1205.     DownNumGlyphs = 2
  1206.     FocusControl = edGain8
  1207.     TabOrder = 55
  1208.     UpGlyph.Data = {
  1209.       BE000000424DBE00000000000000760000002800000012000000060000000100
  1210.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  1211.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1212.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  1213.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  1214.       0077777788877700000077770777777778777700000077777777777777777700
  1215.       0000}
  1216.     UpNumGlyphs = 2
  1217.     ButtonFace = True
  1218.     MiddleButton = True
  1219.     MaxValue = 200
  1220.     MinValue = -100
  1221.   end
  1222.   object edInputGain: TMMNumberEdit
  1223.     Left = 16
  1224.     Top = 206
  1225.     Width = 49
  1226.     Height = 21
  1227.     MaxLength = 3
  1228.     TabOrder = 8
  1229.     Text = '0'
  1230.     OnExit = edGainExit
  1231.     MaxValue = 100
  1232.     Alignment = taCenter
  1233.   end
  1234.   object edInputPan: TMMNumberEdit
  1235.     Left = 84
  1236.     Top = 206
  1237.     Width = 49
  1238.     Height = 21
  1239.     MaxLength = 3
  1240.     TabOrder = 10
  1241.     Text = '0'
  1242.     OnExit = edGainExit
  1243.     MaxValue = 100
  1244.     Alignment = taCenter
  1245.   end
  1246.   object edOutputGain: TMMNumberEdit
  1247.     Left = 152
  1248.     Top = 206
  1249.     Width = 49
  1250.     Height = 21
  1251.     MaxLength = 3
  1252.     TabOrder = 12
  1253.     Text = '0'
  1254.     OnExit = edGainExit
  1255.     MaxValue = 100
  1256.     Alignment = taCenter
  1257.   end
  1258.   object edDelay1: TMMNumberEdit
  1259.     Left = 220
  1260.     Top = 53
  1261.     Width = 41
  1262.     Height = 21
  1263.     MaxLength = 4
  1264.     TabOrder = 16
  1265.     Text = '0'
  1266.     OnExit = edExit
  1267.     Alignment = taRightJustify
  1268.   end
  1269.   object edDelay2: TMMNumberEdit
  1270.     Left = 220
  1271.     Top = 81
  1272.     Width = 41
  1273.     Height = 21
  1274.     MaxLength = 4
  1275.     TabOrder = 21
  1276.     Text = '0'
  1277.     OnExit = edExit
  1278.     Alignment = taRightJustify
  1279.   end
  1280.   object edDelay3: TMMNumberEdit
  1281.     Left = 220
  1282.     Top = 109
  1283.     Width = 41
  1284.     Height = 21
  1285.     MaxLength = 4
  1286.     TabOrder = 26
  1287.     Text = '0'
  1288.     OnExit = edExit
  1289.     Alignment = taRightJustify
  1290.   end
  1291.   object edDelay4: TMMNumberEdit
  1292.     Left = 220
  1293.     Top = 137
  1294.     Width = 41
  1295.     Height = 21
  1296.     MaxLength = 4
  1297.     TabOrder = 31
  1298.     Text = '0'
  1299.     OnExit = edExit
  1300.     Alignment = taRightJustify
  1301.   end
  1302.   object edDelay5: TMMNumberEdit
  1303.     Left = 220
  1304.     Top = 165
  1305.     Width = 41
  1306.     Height = 21
  1307.     MaxLength = 4
  1308.     TabOrder = 36
  1309.     Text = '0'
  1310.     OnExit = edExit
  1311.     Alignment = taRightJustify
  1312.   end
  1313.   object edDelay6: TMMNumberEdit
  1314.     Left = 220
  1315.     Top = 193
  1316.     Width = 41
  1317.     Height = 21
  1318.     MaxLength = 4
  1319.     TabOrder = 41
  1320.     Text = '0'
  1321.     OnExit = edExit
  1322.     Alignment = taRightJustify
  1323.   end
  1324.   object edDelay7: TMMNumberEdit
  1325.     Left = 220
  1326.     Top = 221
  1327.     Width = 41
  1328.     Height = 21
  1329.     MaxLength = 4
  1330.     TabOrder = 46
  1331.     Text = '0'
  1332.     OnExit = edExit
  1333.     Alignment = taRightJustify
  1334.   end
  1335.   object edDelay8: TMMNumberEdit
  1336.     Left = 220
  1337.     Top = 249
  1338.     Width = 41
  1339.     Height = 21
  1340.     MaxLength = 4
  1341.     TabOrder = 51
  1342.     Text = '0'
  1343.     OnExit = edExit
  1344.     Alignment = taRightJustify
  1345.   end
  1346.   object edGain1: TMMNumberEdit
  1347.     Left = 316
  1348.     Top = 53
  1349.     Width = 41
  1350.     Height = 21
  1351.     MaxLength = 3
  1352.     TabOrder = 19
  1353.     Text = '0'
  1354.     OnExit = edExit
  1355.     MaxValue = 200
  1356.     MinValue = -100
  1357.     Alignment = taRightJustify
  1358.   end
  1359.   object edGain2: TMMNumberEdit
  1360.     Left = 316
  1361.     Top = 81
  1362.     Width = 41
  1363.     Height = 21
  1364.     MaxLength = 3
  1365.     TabOrder = 24
  1366.     Text = '0'
  1367.     OnExit = edExit
  1368.     MaxValue = 200
  1369.     MinValue = -100
  1370.     Alignment = taRightJustify
  1371.   end
  1372.   object edGain3: TMMNumberEdit
  1373.     Left = 316
  1374.     Top = 109
  1375.     Width = 41
  1376.     Height = 21
  1377.     MaxLength = 3
  1378.     TabOrder = 29
  1379.     Text = '0'
  1380.     OnExit = edExit
  1381.     MaxValue = 200
  1382.     MinValue = -100
  1383.     Alignment = taRightJustify
  1384.   end
  1385.   object edGain4: TMMNumberEdit
  1386.     Left = 316
  1387.     Top = 137
  1388.     Width = 41
  1389.     Height = 21
  1390.     MaxLength = 3
  1391.     TabOrder = 34
  1392.     Text = '0'
  1393.     OnExit = edExit
  1394.     MaxValue = 200
  1395.     MinValue = -100
  1396.     Alignment = taRightJustify
  1397.   end
  1398.   object edGain5: TMMNumberEdit
  1399.     Left = 316
  1400.     Top = 165
  1401.     Width = 41
  1402.     Height = 21
  1403.     MaxLength = 3
  1404.     TabOrder = 39
  1405.     Text = '0'
  1406.     OnExit = edExit
  1407.     MaxValue = 200
  1408.     MinValue = -100
  1409.     Alignment = taRightJustify
  1410.   end
  1411.   object edGain6: TMMNumberEdit
  1412.     Left = 316
  1413.     Top = 193
  1414.     Width = 41
  1415.     Height = 21
  1416.     MaxLength = 3
  1417.     TabOrder = 44
  1418.     Text = '0'
  1419.     OnExit = edExit
  1420.     MaxValue = 200
  1421.     MinValue = -100
  1422.     Alignment = taRightJustify
  1423.   end
  1424.   object edGain7: TMMNumberEdit
  1425.     Left = 316
  1426.     Top = 221
  1427.     Width = 41
  1428.     Height = 21
  1429.     MaxLength = 3
  1430.     TabOrder = 49
  1431.     Text = '0'
  1432.     OnExit = edExit
  1433.     MaxValue = 200
  1434.     MinValue = -100
  1435.     Alignment = taRightJustify
  1436.   end
  1437.   object edGain8: TMMNumberEdit
  1438.     Left = 316
  1439.     Top = 249
  1440.     Width = 41
  1441.     Height = 21
  1442.     MaxLength = 3
  1443.     TabOrder = 54
  1444.     Text = '0'
  1445.     OnExit = edExit
  1446.     MaxValue = 200
  1447.     MinValue = -100
  1448.     Alignment = taRightJustify
  1449.   end
  1450.   object edFeedBack: TMMNumberEdit
  1451.     Left = 152
  1452.     Top = 249
  1453.     Width = 35
  1454.     Height = 21
  1455.     MaxLength = 3
  1456.     TabOrder = 14
  1457.     Text = '0'
  1458.     OnExit = edExit
  1459.     MaxValue = 99
  1460.     MinValue = -99
  1461.     Alignment = taRightJustify
  1462.   end
  1463.   object OpenDialog: TOpenDialog
  1464.     DefaultExt = 'RVB'
  1465.     FileEditStyle = fsEdit
  1466.     Filter = 'Reverb-Files(*.rvb)|*.rvb'
  1467.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  1468.     Left = 396
  1469.   end
  1470.   object SaveDialog: TSaveDialog
  1471.     DefaultExt = 'rvb'
  1472.     FileEditStyle = fsEdit
  1473.     Filter = 'Reverb-Files(*.rvb)|*.rvb'
  1474.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  1475.     Left = 429
  1476.   end
  1477.   object Timer1: TTimer
  1478.     Enabled = False
  1479.     Interval = 50
  1480.     OnTimer = Timer1Timer
  1481.     Left = 364
  1482.   end
  1483. end
  1484.