home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TSILENCEREDUCTIONFORM / TSILENCEREDUCTIONFORM.txt
Text File  |  2003-10-10  |  2KB  |  114 lines

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