home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-06-03 | 42.4 KB | 1,486 lines |
- object MMReverbDlg: TMMReverbDlg
- Left = 14
- Top = 9
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Reverb-Editor'
- ClientHeight = 288
- ClientWidth = 462
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 238
- Width = 201
- Height = 42
- Shape = bsFrame
- end
- object Bevel3: TBevel
- Left = 8
- Top = 24
- Width = 65
- Height = 211
- Shape = bsFrame
- end
- object Bevel5: TBevel
- Left = 212
- Top = 24
- Width = 168
- Height = 256
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 29
- Top = 32
- Width = 22
- Height = 13
- Caption = 'Gain'
- end
- object Bevel2: TBevel
- Left = 76
- Top = 24
- Width = 65
- Height = 211
- Shape = bsFrame
- end
- object Label3: TLabel
- Left = 58
- Top = 6
- Width = 30
- Height = 13
- Caption = 'Input'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 158
- Top = 6
- Width = 39
- Height = 13
- Caption = 'Output'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel4: TBevel
- Left = 144
- Top = 24
- Width = 65
- Height = 211
- Shape = bsFrame
- end
- object Label6: TLabel
- Left = 165
- Top = 32
- Width = 22
- Height = 13
- Caption = 'Gain'
- end
- object Label7: TLabel
- Left = 220
- Top = 32
- Width = 49
- Height = 13
- Caption = 'Delay (ms)'
- end
- object Label8: TLabel
- Left = 324
- Top = 32
- Width = 39
- Height = 13
- Caption = 'Gain (%)'
- end
- object Label17: TLabel
- Left = 89
- Top = 253
- Width = 48
- Height = 13
- Caption = 'Feedback'
- end
- object Label4: TLabel
- Left = 169
- Top = 47
- Width = 14
- Height = 13
- Caption = '(%)'
- end
- object Label18: TLabel
- Left = 33
- Top = 47
- Width = 14
- Height = 13
- Caption = '(%)'
- end
- object Label19: TLabel
- Left = 100
- Top = 47
- Width = 14
- Height = 13
- Caption = '(%)'
- end
- object Label20: TLabel
- Left = 262
- Top = 6
- Width = 59
- Height = 13
- Caption = 'Reflection'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 84
- Top = 32
- Width = 48
- Height = 13
- Caption = 'Panorama'
- end
- object Label9: TLabel
- Left = 408
- Top = 265
- Width = 42
- Height = 13
- Caption = 'Overflow'
- end
- object LED1: TMMLED
- Left = 391
- Top = 268
- Width = 14
- Height = 7
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- Color = clMaroon
- Enabled = False
- LEDColor = clRed
- end
- object btnSave: TButton
- Left = 391
- Top = 232
- Width = 62
- Height = 25
- Caption = '&Save...'
- TabOrder = 6
- OnClick = btnSaveClick
- end
- object btnLoad: TButton
- Left = 391
- Top = 200
- Width = 62
- Height = 25
- Caption = '&Load...'
- TabOrder = 5
- OnClick = btnLoadClick
- end
- object btnReset: TButton
- Left = 391
- Top = 130
- Width = 62
- Height = 25
- Caption = '&Reset'
- TabOrder = 3
- OnClick = btnResetClick
- end
- object btnCancel: TButton
- Left = 391
- Top = 56
- Width = 62
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 391
- Top = 24
- Width = 62
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CheckBoxFilter: TCheckBox
- Left = 20
- Top = 249
- Width = 49
- Height = 23
- Caption = 'Filter'
- TabOrder = 13
- end
- object btnPreview: TButton
- Left = 391
- Top = 93
- Width = 62
- Height = 25
- Caption = '&Preview'
- TabOrder = 2
- OnClick = btnPreviewClick
- end
- object btnClear: TButton
- Left = 391
- Top = 162
- Width = 62
- Height = 25
- Caption = '&Clear'
- TabOrder = 4
- OnClick = btnClearClick
- end
- object CheckBoxLine1: TCheckBox
- Left = 284
- Top = 58
- Width = 25
- Height = 14
- Caption = '1'
- State = cbChecked
- TabOrder = 18
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine2: TCheckBox
- Left = 284
- Top = 86
- Width = 25
- Height = 14
- Caption = '2'
- State = cbChecked
- TabOrder = 23
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine3: TCheckBox
- Left = 284
- Top = 114
- Width = 25
- Height = 14
- Caption = '3'
- State = cbChecked
- TabOrder = 28
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine4: TCheckBox
- Left = 284
- Top = 142
- Width = 25
- Height = 14
- Caption = '4'
- State = cbChecked
- TabOrder = 33
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine5: TCheckBox
- Left = 284
- Top = 170
- Width = 25
- Height = 14
- Caption = '5'
- State = cbChecked
- TabOrder = 38
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine6: TCheckBox
- Left = 284
- Top = 198
- Width = 25
- Height = 14
- Caption = '6'
- State = cbChecked
- TabOrder = 43
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine7: TCheckBox
- Left = 284
- Top = 226
- Width = 25
- Height = 14
- Caption = '7'
- State = cbChecked
- TabOrder = 48
- OnClick = CheckBoxLineClick
- end
- object CheckBoxLine8: TCheckBox
- Left = 284
- Top = 254
- Width = 25
- Height = 14
- Caption = '8'
- State = cbChecked
- TabOrder = 53
- OnClick = CheckBoxLineClick
- end
- object SliderInputGain: TMMSlider
- Left = 12
- Top = 65
- Width = 59
- Height = 135
- OnChange = SliderTrack
- TabOrder = 7
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvNone
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 5
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- Groove.BevelInner = bvLowered
- Groove.BevelOuter = bvLowered
- Groove.BevelInnerWidth = 1
- Groove.BevelOuterWidth = 1
- Groove.BorderStyle = bsNone
- Groove.BorderWidth = 0
- Groove.BorderSpace = 0
- Groove.BorderColor = clBtnFace
- Groove.BorderSpaceColor = clBlack
- Groove.InnerLightColor = clBtnFace
- Groove.InnerShadowColor = clBlack
- Groove.OuterLightColor = clBtnHighlight
- Groove.OuterShadowColor = clBtnShadow
- MaxValue = 100
- Orientation = orVertical
- GrooveSize = 0
- ThumbWidth = 23
- ThumbHeight = 11
- ScaleDistance = 11
- ScalePosition = spBoth
- Scale.Visible = True
- Scale.Color = clBlack
- Scale.Style = stColor
- Scale.TickCount = 11
- Scale.EnlargeEvery = 5
- Scale.Size = 7
- Scale.Origin = soOuter
- Scale.Connect = True
- end
- object SliderInputPan: TMMSlider
- Left = 80
- Top = 65
- Width = 59
- Height = 135
- OnChange = SliderTrack
- TabOrder = 9
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvNone
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 5
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- Groove.BevelInner = bvLowered
- Groove.BevelOuter = bvLowered
- Groove.BevelInnerWidth = 1
- Groove.BevelOuterWidth = 1
- Groove.BorderStyle = bsNone
- Groove.BorderWidth = 0
- Groove.BorderSpace = 0
- Groove.BorderColor = clBtnFace
- Groove.BorderSpaceColor = clBlack
- Groove.InnerLightColor = clBtnFace
- Groove.InnerShadowColor = clBlack
- Groove.OuterLightColor = clBtnHighlight
- Groove.OuterShadowColor = clBtnShadow
- MaxValue = 100
- Orientation = orVertical
- GrooveSize = 0
- ThumbWidth = 23
- ThumbHeight = 11
- ScaleDistance = 11
- ScalePosition = spBoth
- Scale.Visible = True
- Scale.Color = clBlack
- Scale.Style = stColor
- Scale.TickCount = 11
- Scale.EnlargeEvery = 5
- Scale.Size = 7
- Scale.Origin = soOuter
- Scale.Connect = True
- end
- object SliderOutputGain: TMMSlider
- Left = 147
- Top = 65
- Width = 59
- Height = 135
- OnChange = SliderTrack
- TabOrder = 11
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvNone
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 5
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- Groove.BevelInner = bvLowered
- Groove.BevelOuter = bvLowered
- Groove.BevelInnerWidth = 1
- Groove.BevelOuterWidth = 1
- Groove.BorderStyle = bsNone
- Groove.BorderWidth = 0
- Groove.BorderSpace = 0
- Groove.BorderColor = clBtnFace
- Groove.BorderSpaceColor = clBlack
- Groove.InnerLightColor = clBtnFace
- Groove.InnerShadowColor = clBlack
- Groove.OuterLightColor = clBtnHighlight
- Groove.OuterShadowColor = clBtnShadow
- MaxValue = 100
- Orientation = orVertical
- GrooveSize = 0
- ThumbWidth = 23
- ThumbHeight = 11
- ScaleDistance = 11
- ScalePosition = spBoth
- Scale.Visible = True
- Scale.Color = clBlack
- Scale.Style = stColor
- Scale.TickCount = 11
- Scale.EnlargeEvery = 5
- Scale.Size = 7
- Scale.Origin = soOuter
- Scale.Connect = True
- end
- object spinDelay1: TMMSpinButton
- Left = 262
- Top = 52
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay1
- TabOrder = 17
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinGain1: TMMSpinButton
- Left = 358
- Top = 52
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain1
- TabOrder = 20
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinDelay2: TMMSpinButton
- Left = 262
- Top = 80
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay2
- TabOrder = 22
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinDelay3: TMMSpinButton
- Left = 262
- Top = 108
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay3
- TabOrder = 27
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinDelay4: TMMSpinButton
- Left = 262
- Top = 136
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay4
- TabOrder = 32
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinDelay5: TMMSpinButton
- Left = 262
- Top = 164
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay5
- TabOrder = 37
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinDelay6: TMMSpinButton
- Left = 262
- Top = 192
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay6
- TabOrder = 42
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinDelay7: TMMSpinButton
- Left = 262
- Top = 220
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay7
- TabOrder = 47
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinDelay8: TMMSpinButton
- Left = 262
- Top = 248
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edDelay8
- TabOrder = 52
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 1000
- end
- object spinFeedBack: TMMSpinButton
- Left = 188
- Top = 248
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edFeedBack
- TabOrder = 15
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 99
- MinValue = -99
- end
- object spinGain2: TMMSpinButton
- Left = 358
- Top = 80
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain2
- TabOrder = 25
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinGain3: TMMSpinButton
- Left = 358
- Top = 108
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain3
- TabOrder = 30
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinGain4: TMMSpinButton
- Left = 358
- Top = 136
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain4
- TabOrder = 35
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinGain5: TMMSpinButton
- Left = 358
- Top = 164
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain5
- TabOrder = 40
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinGain6: TMMSpinButton
- Left = 358
- Top = 192
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain6
- TabOrder = 45
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinGain7: TMMSpinButton
- Left = 358
- Top = 220
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain7
- TabOrder = 50
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object spinGain8: TMMSpinButton
- Left = 358
- Top = 248
- Width = 13
- Height = 24
- OnChange = spinChange
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBlack
- Bevel.OuterShadowColor = clBlack
- DownGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77F77700000077770777777778FF77000000777000777777888FF70000007700
- 000777788888FF00000070000000778888888700000077777777777777777700
- 0000}
- DownNumGlyphs = 2
- FocusControl = edGain8
- TabOrder = 55
- UpGlyph.Data = {
- BE000000424DBE00000000000000760000002800000012000000060000000100
- 04000000000048000000CE0E0000C40E00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
- FFFFFF0000007000000077888888870000007700000777788888770000007770
- 0077777788877700000077770777777778777700000077777777777777777700
- 0000}
- UpNumGlyphs = 2
- ButtonFace = True
- MiddleButton = True
- MaxValue = 200
- MinValue = -100
- end
- object edInputGain: TMMNumberEdit
- Left = 16
- Top = 206
- Width = 49
- Height = 21
- MaxLength = 3
- TabOrder = 8
- Text = '0'
- OnExit = edGainExit
- MaxValue = 100
- Alignment = taCenter
- end
- object edInputPan: TMMNumberEdit
- Left = 84
- Top = 206
- Width = 49
- Height = 21
- MaxLength = 3
- TabOrder = 10
- Text = '0'
- OnExit = edGainExit
- MaxValue = 100
- Alignment = taCenter
- end
- object edOutputGain: TMMNumberEdit
- Left = 152
- Top = 206
- Width = 49
- Height = 21
- MaxLength = 3
- TabOrder = 12
- Text = '0'
- OnExit = edGainExit
- MaxValue = 100
- Alignment = taCenter
- end
- object edDelay1: TMMNumberEdit
- Left = 220
- Top = 53
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 16
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay2: TMMNumberEdit
- Left = 220
- Top = 81
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 21
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay3: TMMNumberEdit
- Left = 220
- Top = 109
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 26
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay4: TMMNumberEdit
- Left = 220
- Top = 137
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 31
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay5: TMMNumberEdit
- Left = 220
- Top = 165
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 36
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay6: TMMNumberEdit
- Left = 220
- Top = 193
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 41
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay7: TMMNumberEdit
- Left = 220
- Top = 221
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 46
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edDelay8: TMMNumberEdit
- Left = 220
- Top = 249
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 51
- Text = '0'
- OnExit = edExit
- Alignment = taRightJustify
- end
- object edGain1: TMMNumberEdit
- Left = 316
- Top = 53
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 19
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain2: TMMNumberEdit
- Left = 316
- Top = 81
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 24
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain3: TMMNumberEdit
- Left = 316
- Top = 109
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 29
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain4: TMMNumberEdit
- Left = 316
- Top = 137
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 34
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain5: TMMNumberEdit
- Left = 316
- Top = 165
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 39
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain6: TMMNumberEdit
- Left = 316
- Top = 193
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 44
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain7: TMMNumberEdit
- Left = 316
- Top = 221
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 49
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edGain8: TMMNumberEdit
- Left = 316
- Top = 249
- Width = 41
- Height = 21
- MaxLength = 3
- TabOrder = 54
- Text = '0'
- OnExit = edExit
- MaxValue = 200
- MinValue = -100
- Alignment = taRightJustify
- end
- object edFeedBack: TMMNumberEdit
- Left = 152
- Top = 249
- Width = 35
- Height = 21
- MaxLength = 3
- TabOrder = 14
- Text = '0'
- OnExit = edExit
- MaxValue = 99
- MinValue = -99
- Alignment = taRightJustify
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'RVB'
- Filter = 'Reverb-Files(*.rvb)|*.rvb'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
- Left = 396
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'rvb'
- Filter = 'Reverb-Files(*.rvb)|*.rvb'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
- Left = 429
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer1Timer
- Left = 364
- end
- end
-