home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / CDBurning / HyCD / hycdplyr.exe / _SETUP.1 / HyCDPlayer.exe / 0 / RCDATA / TTDSFORM / TTDSFORM.txt
Text File  |  2000-07-19  |  3KB  |  141 lines

  1. object TDSForm: TTDSForm
  2.   Left = 236
  3.   Top = 337
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'TDS Enhancement Options'
  7.   ClientHeight = 194
  8.   ClientWidth = 226
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MMBitmapButton1: TMMBitmapButton
  19.     Left = 8
  20.     Top = 8
  21.     Width = 46
  22.     Height = 20
  23.     BitmapList = MusicPlayer.MMBitmapList2
  24.     BitmapIndex = 25
  25.     AutoGray = False
  26.   end
  27.   object TDSMMSpectrogram: TMMSpectrogram
  28.     Left = 8
  29.     Top = 72
  30.     Width = 209
  31.     Height = 89
  32.     Bevel.BevelInner = bvNone
  33.     Bevel.BevelOuter = bvLowered
  34.     Bevel.BevelInnerWidth = 1
  35.     Bevel.BevelOuterWidth = 1
  36.     Bevel.BorderStyle = bsNone
  37.     Bevel.BorderWidth = 0
  38.     Bevel.BorderSpace = 0
  39.     Bevel.BorderColor = clBtnFace
  40.     Bevel.BorderSpaceColor = clBlack
  41.     Bevel.InnerLightColor = clBtnHighlight
  42.     Bevel.InnerShadowColor = clBtnShadow
  43.     Bevel.OuterLightColor = clBtnHighlight
  44.     Bevel.OuterShadowColor = clBtnShadow
  45.     Mode = mStereo
  46.     BitLength = b16Bit
  47.     SampleRate = 44100
  48.   end
  49.   object Loudness: TMMSlider
  50.     Left = 8
  51.     Top = 40
  52.     Width = 161
  53.     Height = 17
  54.     OnChange = LoudnessChange
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 0
  58.     Bevel.BevelInner = bvNone
  59.     Bevel.BevelOuter = bvLowered
  60.     Bevel.BevelInnerWidth = 1
  61.     Bevel.BevelOuterWidth = 1
  62.     Bevel.BorderStyle = bsNone
  63.     Bevel.BorderWidth = 5
  64.     Bevel.BorderSpace = 0
  65.     Bevel.BorderColor = clBtnFace
  66.     Bevel.BorderSpaceColor = clBlack
  67.     Bevel.InnerLightColor = clBtnHighlight
  68.     Bevel.InnerShadowColor = clBtnShadow
  69.     Bevel.OuterLightColor = clBtnHighlight
  70.     Bevel.OuterShadowColor = clBtnShadow
  71.     Groove.BevelInner = bvNone
  72.     Groove.BevelOuter = bvLowered
  73.     Groove.BevelInnerWidth = 1
  74.     Groove.BevelOuterWidth = 1
  75.     Groove.BorderStyle = bsNone
  76.     Groove.BorderWidth = 0
  77.     Groove.BorderSpace = 0
  78.     Groove.BorderColor = clBtnFace
  79.     Groove.BorderSpaceColor = clBlack
  80.     Groove.InnerLightColor = clBtnHighlight
  81.     Groove.InnerShadowColor = clBtnShadow
  82.     Groove.OuterLightColor = clBtnHighlight
  83.     Groove.OuterShadowColor = clBtnShadow
  84.     MaxValue = 32768
  85.     Position = 6554
  86.     ThumbWidth = 8
  87.     ThumbHeight = 15
  88.     Scale.Visible = False
  89.     Scale.Color = clBlack
  90.     Scale.Style = stColor
  91.     Scale.TickCount = 11
  92.     Scale.EnlargeEvery = 5
  93.     Scale.Size = 7
  94.     Scale.Origin = soOuter
  95.     Scale.Connect = True
  96.   end
  97.   object Vol: TEdit
  98.     Left = 184
  99.     Top = 40
  100.     Width = 33
  101.     Height = 21
  102.     TabOrder = 1
  103.     Text = '20'
  104.     OnChange = VolChange
  105.   end
  106.   object TDS_Combo: TComboBox
  107.     Left = 88
  108.     Top = 8
  109.     Width = 129
  110.     Height = 21
  111.     ItemHeight = 13
  112.     Items.Strings = (
  113.       'Bypass'
  114.       'TDS 1'
  115.       'TDS 2'
  116.       'TDS 3')
  117.     TabOrder = 2
  118.     Text = 'Bypass'
  119.     OnChange = TDS_ComboChange
  120.   end
  121.   object Visual: TCheckBox
  122.     Left = 8
  123.     Top = 168
  124.     Width = 89
  125.     Height = 17
  126.     Caption = 'Display'
  127.     State = cbChecked
  128.     TabOrder = 3
  129.     OnClick = VisualClick
  130.   end
  131.   object Default: TButton
  132.     Left = 152
  133.     Top = 168
  134.     Width = 67
  135.     Height = 22
  136.     Caption = 'Default'
  137.     TabOrder = 4
  138.     OnClick = DefaultClick
  139.   end
  140. end
  141.