home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TSMOOTHERFORM / TSMOOTHERFORM.txt
Encoding:
Text File  |  2006-11-14  |  2.2 KB  |  102 lines

  1. inherited SmootherForm: TSmootherForm
  2.   Caption = 'Smoother Filter'
  3.   ClientHeight = 82
  4.   ClientWidth = 392
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 392
  7.   ExplicitHeight = 82
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object LengthAxis: TDogAxis
  11.     Left = 74
  12.     Top = 22
  13.     Width = 249
  14.     Height = 16
  15.     Associate = LengthFader
  16.     Min = 2.000000000000000000
  17.     Max = 100.000000000000000000
  18.     Border = 22
  19.     Anchors = [akLeft, akTop, akRight]
  20.   end
  21.   object LengthFader: TFader
  22.     Left = 74
  23.     Top = 6
  24.     Width = 249
  25.     Height = 16
  26.     Anchors = [akLeft, akTop, akRight]
  27.     TabOrder = 1
  28.     Associate = Length
  29.     Line = 1.000000000000000000
  30.     Page = 10.000000000000000000
  31.     Min = 2.000000000000000000
  32.     Max = 100.000000000000000000
  33.     Position = 10.000000000000000000
  34.     Stripe = True
  35.   end
  36.   object Length: TNumEdit
  37.     Left = 327
  38.     Top = 6
  39.     Width = 59
  40.     Height = 21
  41.     Value = 10.000000000000000000
  42.     Min = 2.000000000000000000
  43.     Max = 100.000000000000000000
  44.     PageChange = 10.000000000000000000
  45.     LineChange = 1.000000000000000000
  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 = 15
  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.     Height = 39
  68.     TabOrder = 3
  69.     TabStop = True
  70.     ExplicitLeft = 6
  71.     ExplicitTop = 44
  72.     ExplicitWidth = 381
  73.     inherited VolumeAxis: TDogAxis
  74.       Width = 249
  75.       Min = 0.000000000000000000
  76.       ExplicitWidth = 249
  77.     end
  78.     inherited PercentLabel: TStaticText
  79.       Left = 323
  80.       ExplicitLeft = 323
  81.     end
  82.     inherited VolumeFader: TFader
  83.       Width = 249
  84.       Min = 0.000000000000000000
  85.       ExplicitWidth = 249
  86.     end
  87.     inherited VolumeBox: TNumBox
  88.       Left = 321
  89.       Min = 0.000000000000000000
  90.       Items.Strings = (
  91.         '6.0206'
  92.         '3.5218'
  93.         '0.0')
  94.       ExplicitLeft = 321
  95.     end
  96.     inherited VolumeLabel: TStaticText
  97.       Width = 64
  98.       ExplicitWidth = 64
  99.     end
  100.   end
  101. end
  102.