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

  1. inherited AutoTrimForm: TAutoTrimForm
  2.   Caption = 'AutoTrim'
  3.   ClientHeight = 117
  4.   ClientWidth = 434
  5.   OnClose = FormClose
  6.   ExplicitWidth = 440
  7.   ExplicitHeight = 149
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object LengthAxis: TDogAxis [0]
  11.     Left = 106
  12.     Top = 22
  13.     Width = 259
  14.     Height = 16
  15.     Associate = LengthFader
  16.     Max = 5.000000000000000000
  17.     Border = 22
  18.     Anchors = [akLeft, akTop, akRight]
  19.   end
  20.   inherited ButtonOk: TButton
  21.     Left = 189
  22.     Top = 87
  23.     ExplicitLeft = 189
  24.     ExplicitTop = 87
  25.   end
  26.   inherited ButtonCancel: TButton
  27.     Left = 269
  28.     Top = 87
  29.     ExplicitLeft = 269
  30.     ExplicitTop = 87
  31.   end
  32.   inherited ButtonHelp: THelpButton
  33.     Left = 349
  34.     Top = 87
  35.     HelpKey = 'edit_autotrim'
  36.     ExplicitLeft = 349
  37.     ExplicitTop = 87
  38.   end
  39.   object LengthFader: TFader
  40.     Left = 106
  41.     Top = 6
  42.     Width = 259
  43.     Height = 16
  44.     Anchors = [akLeft, akTop, akRight]
  45.     TabOrder = 3
  46.     Associate = Length
  47.     Line = 0.100000000000000000
  48.     Page = 1.000000000000000000
  49.     Max = 5.000000000000000000
  50.     Position = 5.000000000000000000
  51.     Stripe = True
  52.   end
  53.   object Length: TNumEdit
  54.     Left = 369
  55.     Top = 6
  56.     Width = 59
  57.     Height = 21
  58.     Value = 5.000000000000000000
  59.     Max = 5.000000000000000000
  60.     Decimal = 3
  61.     PageChange = 1.000000000000000000
  62.     LineChange = 0.100000000000000000
  63.     Label = 'Length'
  64.     Buddy = LengthFader
  65.     Anchors = [akTop, akRight]
  66.     Caption = '5.000'
  67.     TabOrder = 4
  68.     MaxLength = 7
  69.   end
  70.   object LengthLabel: TStaticText
  71.     Left = 7
  72.     Top = 8
  73.     Width = 95
  74.     Height = 17
  75.     Alignment = taRightJustify
  76.     Caption = 'Silence to keep (s):'
  77.     TabOrder = 5
  78.   end
  79.   inline Volume: TVolumeFrame
  80.     Left = 26
  81.     Top = 44
  82.     Width = 403
  83.     Height = 39
  84.     TabOrder = 6
  85.     TabStop = True
  86.     ExplicitLeft = 26
  87.     ExplicitTop = 44
  88.     ExplicitWidth = 403
  89.     inherited VolumeAxis: TDogAxis
  90.       Left = 80
  91.       Width = 259
  92.       Min = -90.000000000000000000
  93.       Max = 0.000000000000000000
  94.       ExplicitLeft = 80
  95.       ExplicitWidth = 259
  96.     end
  97.     inherited PercentLabel: TStaticText
  98.       Left = 345
  99.       ExplicitLeft = 345
  100.     end
  101.     inherited VolumeFader: TFader
  102.       Left = 80
  103.       Width = 259
  104.       Min = -90.000000000000000000
  105.       Max = 0.000000000000000000
  106.       Position = -36.000000000000000000
  107.       ExplicitLeft = 80
  108.       ExplicitWidth = 259
  109.     end
  110.     inherited VolumeBox: TNumBox
  111.       Left = 343
  112.       Value = -36.000000000000000000
  113.       Min = -90.000000000000000000
  114.       Max = 0.000000000000000000
  115.       Label = 'Threshold'
  116.       Items.Strings = (
  117.         '-20.0'
  118.         '-26.0'
  119.         '-30.5'
  120.         '-34.0'
  121.         '-36.5'
  122.         '-40.0'
  123.         '-46.0')
  124.       Text = '-36.0'
  125.       ExplicitLeft = 343
  126.     end
  127.     inherited VolumeLabel: TStaticText
  128.       Width = 76
  129.       Caption = 'Threshold (dB):'
  130.       ExplicitWidth = 76
  131.     end
  132.   end
  133. end
  134.