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

  1. inherited LevelPage: TLevelPage
  2.   Caption = 'VU Meter'
  3.   ClientHeight = 107
  4.   ClientWidth = 323
  5.   Position = poDesigned
  6.   ExplicitWidth = 323
  7.   ExplicitHeight = 107
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Axis: TCheckBox
  11.     Left = 75
  12.     Top = 85
  13.     Width = 87
  14.     Height = 17
  15.     Caption = 'Show axis'
  16.     TabOrder = 2
  17.     OnClick = AxisClick
  18.   end
  19.   object ResetClip: TButton
  20.     Left = 173
  21.     Top = 81
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Reset Clip'
  25.     TabOrder = 3
  26.     OnClick = ResetClipClick
  27.   end
  28.   object DecayTime: TNumFrame
  29.     Left = 2
  30.     Top = 4
  31.     Width = 315
  32.     Height = 36
  33.     TabOrder = 0
  34.     TabStop = True
  35.     Caption = 'Decay time (s):'
  36.     Decimal = 2
  37.     OnChange = DecayChange
  38.     Line = 0.100000000000000000
  39.     Page = 1.000000000000000000
  40.     Min = 0.010000000000000000
  41.     Max = 10.000000000000000000
  42.     PromptWidth = 100
  43.     ValueWidth = 50
  44.     Value = 0.010000000000000000
  45.     DesignSize = (
  46.       315
  47.       36)
  48.   end
  49.   object PeakTime: TNumFrame
  50.     Left = 2
  51.     Top = 41
  52.     Width = 315
  53.     Height = 36
  54.     TabOrder = 1
  55.     TabStop = True
  56.     Caption = 'Peak hold time (s):'
  57.     Decimal = 2
  58.     OnChange = PeakChange
  59.     Line = 0.100000000000000000
  60.     Page = 1.000000000000000000
  61.     Max = 60.000000000000000000
  62.     PromptWidth = 100
  63.     ValueWidth = 50
  64.     DesignSize = (
  65.       315
  66.       36)
  67.   end
  68. end
  69.