home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TSMOOTHERFORM / TSMOOTHERFORM.txt
Encoding:
Text File  |  2003-03-28  |  1.6 KB  |  89 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 = 72
  10.     Top = 22
  11.     Width = 251
  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 = 72
  21.     Top = 6
  22.     Width = 251
  23.     Height = 16
  24.     Hint = ' (10%)'
  25.     Anchors = [akLeft, akTop, akRight]
  26.     TabOrder = 1
  27.     Associate = Length
  28.     Line = 1
  29.     Page = 10
  30.     Min = 2
  31.     Max = 100
  32.     Position = 10
  33.     Stripe = True
  34.   end
  35.   object Length: TNumEdit
  36.     Left = 327
  37.     Top = 6
  38.     Width = 59
  39.     Height = 21
  40.     TabStop = True
  41.     Value = 10
  42.     Min = 2
  43.     Max = 100
  44.     PageChange = 10
  45.     LineChange = 1
  46.     Label = 'Length'
  47.     Buddy = LengthFader
  48.     Anchors = [akTop, akRight]
  49.     Caption = '10'
  50.     TabOrder = 2
  51.     MaxLength = 7
  52.     OnChange = Change
  53.   end
  54.   object LengthLabel: TStaticText
  55.     Left = 13
  56.     Top = 8
  57.     Width = 55
  58.     Height = 17
  59.     Alignment = taRightJustify
  60.     Caption = 'Length (L):'
  61.     TabOrder = 0
  62.   end
  63.   inline Volume: TVolumeFrame
  64.     Left = 6
  65.     Top = 44
  66.     Width = 381
  67.     TabOrder = 3
  68.     inherited VolumeAxis: TDogAxis
  69.       Width = 251
  70.       Min = 0
  71.     end
  72.     inherited PercentLabel: TStaticText
  73.       Left = 323
  74.     end
  75.     inherited VolumeFader: TFader
  76.       Width = 251
  77.       Min = 0
  78.     end
  79.     inherited VolumeBox: TNumBox
  80.       Left = 321
  81.       Min = 0
  82.       Items.Strings = (
  83.         '6.0206'
  84.         '3.5218'
  85.         '0.0')
  86.     end
  87.   end
  88. end
  89.