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

  1. inherited FadeForm: TFadeForm
  2.   Caption = 'Fade In'
  3.   ClientHeight = 90
  4.   ClientWidth = 406
  5.   ExplicitWidth = 320
  6.   ExplicitHeight = 240
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited VolumeFrame: TVolumeFrame
  10.     Width = 393
  11.     ExplicitWidth = 393
  12.     inherited VolumeAxis: TDogAxis
  13.       Left = 94
  14.       Width = 233
  15.       Max = 0.000000000000000000
  16.       ExplicitLeft = 94
  17.       ExplicitWidth = 233
  18.     end
  19.     inherited PercentLabel: TStaticText
  20.       Left = 334
  21.       ExplicitLeft = 334
  22.     end
  23.     inherited VolumeFader: TFader
  24.       Left = 94
  25.       Width = 233
  26.       Max = 0.000000000000000000
  27.       Position = -160.000000000000000000
  28.       ExplicitLeft = 94
  29.       ExplicitWidth = 233
  30.     end
  31.     inherited VolumeBox: TNumBox
  32.       Left = 332
  33.       Width = 60
  34.       Value = -160.000000000000000000
  35.       Max = 0.000000000000000000
  36.       Items.Strings = (
  37.         '-12.041'
  38.         '-24.0'
  39.         '-48.0'
  40.         '-96.0'
  41.         '-160.0'
  42.         '')
  43.       Text = '-160.00'
  44.       ExplicitLeft = 332
  45.       ExplicitWidth = 60
  46.     end
  47.     inherited VolumeLabel: TStaticText
  48.       Width = 90
  49.       Caption = 'Initial volume (dB):'
  50.       ExplicitWidth = 90
  51.     end
  52.   end
  53.   object FadeCurve: TRadioGroup
  54.     Left = 100
  55.     Top = 44
  56.     Width = 205
  57.     Height = 41
  58.     Caption = ' Fade curve '
  59.     Columns = 2
  60.     ItemIndex = 1
  61.     Items.Strings = (
  62.       'Logarithmic'
  63.       'Linear')
  64.     TabOrder = 1
  65.     OnClick = Change
  66.   end
  67. end
  68.