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

  1. inherited SilenceReductionForm: TSilenceReductionForm
  2.   Caption = 'Silence Reduction'
  3.   ClientHeight = 79
  4.   ClientWidth = 458
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 458
  7.   ExplicitHeight = 79
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object MinimumLengthAxis: TDogAxis
  11.     Left = 119
  12.     Top = 60
  13.     Width = 268
  14.     Height = 16
  15.     Associate = MinimulLengthFader
  16.     Min = 0.010000000000000000
  17.     Max = 10.000000000000000000
  18.     Border = 22
  19.     Anchors = [akLeft, akTop, akRight]
  20.   end
  21.   inline Threshold: TVolumeFrame
  22.     Left = -1
  23.     Top = 3
  24.     Width = 452
  25.     Height = 39
  26.     TabOrder = 0
  27.     TabStop = True
  28.     ExplicitLeft = -1
  29.     ExplicitTop = 3
  30.     ExplicitWidth = 452
  31.     inherited VolumeAxis: TDogAxis
  32.       Left = 120
  33.       Width = 268
  34.       Min = -90.000000000000000000
  35.       Max = 0.000000000000000000
  36.       ExplicitLeft = 120
  37.       ExplicitWidth = 268
  38.     end
  39.     inherited PercentLabel: TStaticText
  40.       Left = 394
  41.       ExplicitLeft = 394
  42.     end
  43.     inherited VolumeFader: TFader
  44.       Left = 120
  45.       Width = 268
  46.       Min = -90.000000000000000000
  47.       Max = 0.000000000000000000
  48.       Position = -6.000000000000000000
  49.       ExplicitLeft = 120
  50.       ExplicitWidth = 268
  51.     end
  52.     inherited VolumeBox: TNumBox
  53.       Left = 392
  54.       Value = -6.000000000000000000
  55.       Min = -90.000000000000000000
  56.       Max = 0.000000000000000000
  57.       Label = 'Threshold'
  58.       Items.Strings = (
  59.         '-12.041'
  60.         '-18.0'
  61.         '-24.0'
  62.         '-36.0'
  63.         '-48.0'
  64.         '-60.0')
  65.       Text = '-6.0'
  66.       ExplicitLeft = 392
  67.     end
  68.     inherited VolumeLabel: TStaticText
  69.       Left = 6
  70.       Width = 110
  71.       Caption = 'Silence threshold (dB):'
  72.       ExplicitLeft = 6
  73.       ExplicitWidth = 110
  74.     end
  75.   end
  76.   object MinimulLengthFader: TFader
  77.     Left = 119
  78.     Top = 44
  79.     Width = 268
  80.     Height = 16
  81.     Anchors = [akLeft, akTop, akRight]
  82.     TabOrder = 1
  83.     Associate = MinimumLength
  84.     Line = 0.100000000000000000
  85.     Page = 1.000000000000000000
  86.     Min = 0.010000000000000000
  87.     Max = 10.000000000000000000
  88.     Position = 0.100000000000000000
  89.     Stripe = True
  90.   end
  91.   object MinimumLength: TNumBox
  92.     Left = 391
  93.     Top = 44
  94.     Width = 59
  95.     Height = 21
  96.     Value = 1.000000000000000000
  97.     Min = 0.010000000000000000
  98.     Max = 10.000000000000000000
  99.     Decimal = 3
  100.     PageChange = 1.000000000000000000
  101.     LineChange = 0.100000000000000000
  102.     Label = 'Minimum length'
  103.     Buddy = MinimulLengthFader
  104.     Anchors = [akTop, akRight]
  105.     AutoComplete = False
  106.     Items.Strings = (
  107.       '0.25'
  108.       '0.50'
  109.       '0.75'
  110.       '1.0'
  111.       '2.0'
  112.       '5.0'
  113.       '10.0')
  114.     TabOrder = 2
  115.     Text = '1.000'
  116.     MaxLength = 7
  117.     OnChange = Change
  118.   end
  119.   object LengthLabel: TStaticText
  120.     Left = 12
  121.     Top = 46
  122.     Width = 103
  123.     Height = 17
  124.     Alignment = taRightJustify
  125.     Caption = 'Reduce to length (s):'
  126.     TabOrder = 3
  127.   end
  128. end
  129.