home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TFADEFORM / TFADEFORM.txt
Encoding:
Text File  |  2003-03-28  |  978 b   |  51 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 = 92
  11.       Width = 235
  12.       Max = 0
  13.     end
  14.     inherited PercentLabel: TStaticText
  15.       Left = 334
  16.     end
  17.     inherited VolumeFader: TFader
  18.       Left = 92
  19.       Width = 235
  20.       Hint = ' (-160%)'
  21.       Max = 0
  22.       Position = -160
  23.     end
  24.     inherited VolumeBox: TNumBox
  25.       Left = 332
  26.       Width = 60
  27.       Value = -160
  28.       Max = 0
  29.       Text = '-160.00'
  30.     end
  31.     inherited VolumeLabel: TStaticText
  32.       Width = 90
  33.       Caption = 'Initial volume (dB):'
  34.     end
  35.   end
  36.   object FadeCurve: TRadioGroup
  37.     Left = 100
  38.     Top = 44
  39.     Width = 205
  40.     Height = 41
  41.     Caption = ' Fade curve '
  42.     Columns = 2
  43.     ItemIndex = 1
  44.     Items.Strings = (
  45.       'Logarithmic'
  46.       'Linear')
  47.     TabOrder = 1
  48.     OnClick = Change
  49.   end
  50. end
  51.