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

  1. inherited RemoveVocalsForm: TRemoveVocalsForm
  2.   Caption = 'Reduce Vocals'
  3.   ClientHeight = 236
  4.   ClientWidth = 427
  5.   OldCreateOrder = True
  6.   OnCloseQuery = FormCloseQuery
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object CancellationBox: TGroupBox
  10.     Left = 8
  11.     Top = 8
  12.     Width = 411
  13.     Height = 61
  14.     Caption = ' Channel cancellation volume '
  15.     TabOrder = 0
  16.     inline CancellationVolume: TVolumeFrame
  17.       Left = 8
  18.       Top = 16
  19.       inherited VolumeAxis: TDogAxis
  20.         Min = -60
  21.         Max = 10
  22.       end
  23.       inherited VolumeFader: TFader
  24.         Min = -60
  25.         Max = 10
  26.       end
  27.       inherited VolumeBox: TNumBox
  28.         Min = -60
  29.         Max = 10
  30.         Label = 'Cancellation volume'
  31.       end
  32.     end
  33.   end
  34.   object BandFilterBox: TGroupBox
  35.     Left = 8
  36.     Top = 75
  37.     Width = 411
  38.     Height = 156
  39.     Caption = ' Bandstop filter volume and range '
  40.     TabOrder = 1
  41.     object FromAxis: TDogAxis
  42.       Left = 76
  43.       Top = 90
  44.       Width = 260
  45.       Height = 16
  46.       Associate = FromFader
  47.       Min = 20
  48.       Max = 16000
  49.       Border = 22
  50.       K = True
  51.       Anchors = [akLeft, akTop, akRight]
  52.     end
  53.     object ToAxis: TDogAxis
  54.       Left = 76
  55.       Top = 128
  56.       Width = 260
  57.       Height = 16
  58.       Associate = ToFader
  59.       Min = 20
  60.       Max = 16000
  61.       Border = 22
  62.       K = True
  63.       Anchors = [akLeft, akTop, akRight]
  64.     end
  65.     inline BandstopVolume: TVolumeFrame
  66.       Left = 8
  67.       Top = 16
  68.       inherited VolumeAxis: TDogAxis
  69.         Min = -60
  70.         Max = 10
  71.       end
  72.       inherited VolumeFader: TFader
  73.         Min = -60
  74.         Max = 10
  75.         Position = -60
  76.       end
  77.       inherited VolumeBox: TNumBox
  78.         Value = -60
  79.         Min = -60
  80.         Max = 10
  81.         Label = 'Bandstop volume'
  82.         Text = '-60.0'
  83.       end
  84.     end
  85.     object FromFader: TFader
  86.       Left = 76
  87.       Top = 74
  88.       Width = 260
  89.       Height = 16
  90.       Anchors = [akLeft, akTop, akRight]
  91.       TabOrder = 2
  92.       Associate = From
  93.       Line = 10
  94.       Page = 100
  95.       Min = 20
  96.       Max = 16000
  97.       Position = 300
  98.       Stripe = True
  99.     end
  100.     object From: TNumEdit
  101.       Left = 340
  102.       Top = 74
  103.       Width = 59
  104.       Height = 21
  105.       TabStop = True
  106.       Value = 300
  107.       Min = 20
  108.       Max = 16000
  109.       PageChange = 100
  110.       LineChange = 10
  111.       Label = 'From'
  112.       Buddy = FromFader
  113.       Anchors = [akTop, akRight]
  114.       Caption = '300'
  115.       TabOrder = 3
  116.       MaxLength = 7
  117.       OnChange = Change
  118.     end
  119.     object FromLabel: TStaticText
  120.       Left = 20
  121.       Top = 74
  122.       Width = 52
  123.       Height = 17
  124.       Alignment = taRightJustify
  125.       Caption = 'From (Hz):'
  126.       TabOrder = 1
  127.     end
  128.     object ToFader: TFader
  129.       Left = 76
  130.       Top = 112
  131.       Width = 260
  132.       Height = 16
  133.       Anchors = [akLeft, akTop, akRight]
  134.       TabOrder = 5
  135.       Associate = To
  136.       Line = 10
  137.       Page = 100
  138.       Min = 20
  139.       Max = 16000
  140.       Position = 2500
  141.       Stripe = True
  142.     end
  143.     object To: TNumEdit
  144.       Left = 340
  145.       Top = 112
  146.       Width = 59
  147.       Height = 21
  148.       TabStop = True
  149.       Value = 2500
  150.       Min = 20
  151.       Max = 16000
  152.       PageChange = 100
  153.       LineChange = 10
  154.       Label = 'To'
  155.       Buddy = ToFader
  156.       Anchors = [akTop, akRight]
  157.       Caption = '2500'
  158.       TabOrder = 6
  159.       MaxLength = 7
  160.       OnChange = Change
  161.     end
  162.     object ToLabel: TStaticText
  163.       Left = 30
  164.       Top = 112
  165.       Width = 42
  166.       Height = 17
  167.       Alignment = taRightJustify
  168.       Caption = 'To (Hz):'
  169.       TabOrder = 4
  170.     end
  171.   end
  172. end
  173.