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 / TSILENCEREDUCTIONFORM / TSILENCEREDUCTIONFORM.txt
Encoding:
Text File  |  2003-03-28  |  2.3 KB  |  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.       Hint = ' (-6%)'
  36.       Min = -60
  37.       Max = 0
  38.       Position = -6
  39.     end
  40.     inherited VolumeBox: TNumBox
  41.       Left = 392
  42.       Value = -6
  43.       Min = -60
  44.       Max = 0
  45.       Label = 'Threshold'
  46.       Items.Strings = (
  47.         '0.0'
  48.         '-2.4988'
  49.         '-6.0206'
  50.         '-12.041')
  51.       Text = '-6.0'
  52.     end
  53.     inherited VolumeLabel: TStaticText
  54.       Left = 6
  55.       Width = 110
  56.       Alignment = taRightJustify
  57.       Caption = 'Silence threshold (dB):'
  58.     end
  59.   end
  60.   object MinimulLengthFader: TFader
  61.     Left = 119
  62.     Top = 44
  63.     Width = 268
  64.     Height = 16
  65.     Hint = ' (0%)'
  66.     Anchors = [akLeft, akTop, akRight]
  67.     TabOrder = 1
  68.     Associate = MinimumLength
  69.     Line = 0.010000000000000000
  70.     Page = 0.100000000000000000
  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.