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

  1. inherited ReverbForm: TReverbForm
  2.   Caption = 'Reverb'
  3.   ClientHeight = 126
  4.   ClientWidth = 422
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 422
  7.   ExplicitHeight = 126
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object TimeAxis: TDogAxis
  11.     Left = 90
  12.     Top = 23
  13.     Width = 260
  14.     Height = 16
  15.     Associate = TimeFader
  16.     Min = 0.100000000000000000
  17.     Max = 3.000000000000000000
  18.     Border = 22
  19.     Anchors = [akLeft, akTop, akRight]
  20.   end
  21.   object DelayAxis: TDogAxis
  22.     Left = 90
  23.     Top = 105
  24.     Width = 260
  25.     Height = 16
  26.     Associate = DelayFader
  27.     Min = 0.500000000000000000
  28.     Max = 2.000000000000000000
  29.     Border = 22
  30.     Anchors = [akLeft, akTop, akRight]
  31.   end
  32.   inline Volume: TVolumeFrame
  33.     Left = 22
  34.     Top = 46
  35.     Width = 392
  36.     Height = 39
  37.     TabOrder = 0
  38.     TabStop = True
  39.     ExplicitLeft = 22
  40.     ExplicitTop = 46
  41.     inherited VolumeAxis: TDogAxis
  42.       Min = -60.000000000000000000
  43.       Max = 0.000000000000000000
  44.     end
  45.     inherited VolumeFader: TFader
  46.       Min = -60.000000000000000000
  47.       Max = 0.000000000000000000
  48.       Position = -24.000000000000000000
  49.     end
  50.     inherited VolumeBox: TNumBox
  51.       Value = -24.000000000000000000
  52.       Min = -60.000000000000000000
  53.       Max = 0.000000000000000000
  54.       Items.Strings = (
  55.         '0.0'
  56.         '-2.4988'
  57.         '-6.0206'
  58.         '-12.041'
  59.         '-15.0'
  60.         '-18.0'
  61.         '-21.0'
  62.         '-24.0')
  63.       Text = '-24.0'
  64.     end
  65.     inherited VolumeLabel: TStaticText
  66.       Width = 64
  67.       ExplicitWidth = 64
  68.     end
  69.   end
  70.   object TimeFader: TFader
  71.     Left = 90
  72.     Top = 7
  73.     Width = 260
  74.     Height = 16
  75.     Anchors = [akLeft, akTop, akRight]
  76.     TabOrder = 2
  77.     Associate = Time
  78.     Line = 0.050000000000000000
  79.     Page = 0.500000000000000000
  80.     Min = 0.100000000000000000
  81.     Max = 3.000000000000000000
  82.     Position = 1.000000000000000000
  83.     Stripe = True
  84.   end
  85.   object Time: TNumEdit
  86.     Left = 354
  87.     Top = 7
  88.     Width = 59
  89.     Height = 21
  90.     Value = 1.000000000000000000
  91.     Min = 0.100000000000000000
  92.     Max = 3.000000000000000000
  93.     Decimal = 3
  94.     PageChange = 1.000000000000000000
  95.     LineChange = 0.100000000000000000
  96.     Label = 'Reverb time'
  97.     Buddy = TimeFader
  98.     Anchors = [akTop, akRight]
  99.     Caption = '1.000'
  100.     TabOrder = 3
  101.     MaxLength = 5
  102.     OnChange = Change
  103.   end
  104.   object TimeLabel: TStaticText
  105.     Left = 8
  106.     Top = 9
  107.     Width = 78
  108.     Height = 17
  109.     Alignment = taRightJustify
  110.     Caption = 'Reverb time (s):'
  111.     TabOrder = 1
  112.   end
  113.   object DelayFader: TFader
  114.     Left = 90
  115.     Top = 89
  116.     Width = 260
  117.     Height = 16
  118.     Anchors = [akLeft, akTop, akRight]
  119.     TabOrder = 5
  120.     Associate = Delay
  121.     Line = 0.050000000000000000
  122.     Page = 0.200000000000000000
  123.     Min = 0.500000000000000000
  124.     Max = 2.000000000000000000
  125.     Position = 1.000000000000000000
  126.     Stripe = True
  127.   end
  128.   object Delay: TNumEdit
  129.     Left = 354
  130.     Top = 89
  131.     Width = 59
  132.     Height = 21
  133.     Value = 1.000000000000000000
  134.     Min = 0.500000000000000000
  135.     Max = 2.000000000000000000
  136.     Decimal = 2
  137.     PageChange = 1.000000000000000000
  138.     LineChange = 0.100000000000000000
  139.     Label = 'Delay scale'
  140.     Buddy = DelayFader
  141.     Anchors = [akTop, akRight]
  142.     Caption = '1.00'
  143.     TabOrder = 6
  144.     MaxLength = 5
  145.     OnChange = Change
  146.   end
  147.   object DelayLabel: TStaticText
  148.     Left = 24
  149.     Top = 91
  150.     Width = 62
  151.     Height = 17
  152.     Alignment = taRightJustify
  153.     Caption = 'Delay scale:'
  154.     TabOrder = 4
  155.   end
  156. end
  157.