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

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