object TDSForm: TTDSForm Left = 236 Top = 337 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'TDS Enhancement Options' ClientHeight = 194 ClientWidth = 226 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object MMBitmapButton1: TMMBitmapButton Left = 8 Top = 8 Width = 46 Height = 20 BitmapList = MusicPlayer.MMBitmapList2 BitmapIndex = 25 AutoGray = False end object TDSMMSpectrogram: TMMSpectrogram Left = 8 Top = 72 Width = 209 Height = 89 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 Mode = mStereo BitLength = b16Bit SampleRate = 44100 end object Loudness: TMMSlider Left = 8 Top = 40 Width = 161 Height = 17 OnChange = LoudnessChange ParentShowHint = False ShowHint = True TabOrder = 0 Bevel.BevelInner = bvNone Bevel.BevelOuter = bvLowered 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 = bvNone 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 = clBtnHighlight Groove.InnerShadowColor = clBtnShadow Groove.OuterLightColor = clBtnHighlight Groove.OuterShadowColor = clBtnShadow MaxValue = 32768 Position = 6554 ThumbWidth = 8 ThumbHeight = 15 Scale.Visible = False Scale.Color = clBlack Scale.Style = stColor Scale.TickCount = 11 Scale.EnlargeEvery = 5 Scale.Size = 7 Scale.Origin = soOuter Scale.Connect = True end object Vol: TEdit Left = 184 Top = 40 Width = 33 Height = 21 TabOrder = 1 Text = '20' OnChange = VolChange end object TDS_Combo: TComboBox Left = 88 Top = 8 Width = 129 Height = 21 ItemHeight = 13 Items.Strings = ( 'Bypass' 'TDS 1' 'TDS 2' 'TDS 3') TabOrder = 2 Text = 'Bypass' OnChange = TDS_ComboChange end object Visual: TCheckBox Left = 8 Top = 168 Width = 89 Height = 17 Caption = 'Display' State = cbChecked TabOrder = 3 OnClick = VisualClick end object Default: TButton Left = 152 Top = 168 Width = 67 Height = 22 Caption = 'Default' TabOrder = 4 OnClick = DefaultClick end end