inherited LevelPage: TLevelPage Caption = 'VU Meter' ClientHeight = 107 ClientWidth = 322 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object Axis: TCheckBox Left = 75 Top = 85 Width = 87 Height = 17 Caption = 'Show axis' TabOrder = 0 OnClick = AxisClick end object ResetClip: TButton Left = 173 Top = 81 Width = 75 Height = 25 Caption = 'Reset Clip' TabOrder = 1 OnClick = ResetClipClick end object DecayTime: TNumFrame Left = 2 Top = 4 Width = 315 Height = 36 TabOrder = 2 Caption = 'Decay time (s):' Decimal = 2 OnChange = DecayChange Line = 0.100000000000000000 Page = 1 Min = 0.010000000000000000 Max = 10 PromptWidth = 100 ValueWidth = 50 Value = 0.010000000000000000 end object PeakTime: TNumFrame Left = 2 Top = 41 Width = 315 Height = 36 TabOrder = 3 Caption = 'Peak hold time (s):' Decimal = 2 OnChange = PeakChange Line = 0.100000000000000000 Page = 1 Max = 60 PromptWidth = 100 ValueWidth = 50 end end