home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TSMOOTHERFORM / TSMOOTHERFORM.txt
Text File  |  2005-01-25  |  2KB  |  88 lines

  1. inherited SmootherForm: TSmootherForm
  2.   Caption = 'Smoother Filter'
  3.   ClientHeight = 82
  4.   ClientWidth = 392
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object LengthAxis: TDogAxis
  9.     Left = 74
  10.     Top = 22
  11.     Width = 249
  12.     Height = 16
  13.     Associate = LengthFader
  14.     Min = 2
  15.     Max = 100
  16.     Border = 22
  17.     Anchors = [akLeft, akTop, akRight]
  18.   end
  19.   object LengthFader: TFader
  20.     Left = 74
  21.     Top = 6
  22.     Width = 249
  23.     Height = 16
  24.     Anchors = [akLeft, akTop, akRight]
  25.     TabOrder = 1
  26.     Associate = Length
  27.     Line = 1
  28.     Page = 10
  29.     Min = 2
  30.     Max = 100
  31.     Position = 10
  32.     Stripe = True
  33.   end
  34.   object Length: TNumEdit
  35.     Left = 327
  36.     Top = 6
  37.     Width = 59
  38.     Height = 21
  39.     TabStop = True
  40.     Value = 10
  41.     Min = 2
  42.     Max = 100
  43.     PageChange = 10
  44.     LineChange = 1
  45.     Label = 'Length'
  46.     Buddy = LengthFader
  47.     Anchors = [akTop, akRight]
  48.     Caption = '10'
  49.     TabOrder = 2
  50.     MaxLength = 7
  51.     OnChange = Change
  52.   end
  53.   object LengthLabel: TStaticText
  54.     Left = 15
  55.     Top = 8
  56.     Width = 55
  57.     Height = 17
  58.     Alignment = taRightJustify
  59.     Caption = 'Length (L):'
  60.     TabOrder = 0
  61.   end
  62.   inline Volume: TVolumeFrame
  63.     Left = 6
  64.     Top = 44
  65.     Width = 381
  66.     TabOrder = 3
  67.     inherited VolumeAxis: TDogAxis
  68.       Width = 249
  69.       Min = 0
  70.     end
  71.     inherited PercentLabel: TStaticText
  72.       Left = 323
  73.     end
  74.     inherited VolumeFader: TFader
  75.       Width = 249
  76.       Min = 0
  77.     end
  78.     inherited VolumeBox: TNumBox
  79.       Left = 321
  80.       Min = 0
  81.       Items.Strings = (
  82.         '6.0206'
  83.         '3.5218'
  84.         '0.0')
  85.     end
  86.   end
  87. end
  88.