home *** CD-ROM | disk | FTP | other *** search
- inherited LevelPage: TLevelPage
- Caption = 'VU Meter'
- ClientHeight = 107
- ClientWidth = 323
- Position = poDesigned
- ExplicitWidth = 323
- ExplicitHeight = 107
- PixelsPerInch = 96
- TextHeight = 13
- object Axis: TCheckBox
- Left = 75
- Top = 85
- Width = 87
- Height = 17
- Caption = 'Show axis'
- TabOrder = 2
- OnClick = AxisClick
- end
- object ResetClip: TButton
- Left = 173
- Top = 81
- Width = 75
- Height = 25
- Caption = 'Reset Clip'
- TabOrder = 3
- OnClick = ResetClipClick
- end
- object DecayTime: TNumFrame
- Left = 2
- Top = 4
- Width = 315
- Height = 36
- TabOrder = 0
- TabStop = True
- Caption = 'Decay time (s):'
- Decimal = 2
- OnChange = DecayChange
- Line = 0.100000000000000000
- Page = 1.000000000000000000
- Min = 0.010000000000000000
- Max = 10.000000000000000000
- PromptWidth = 100
- ValueWidth = 50
- Value = 0.010000000000000000
- DesignSize = (
- 315
- 36)
- end
- object PeakTime: TNumFrame
- Left = 2
- Top = 41
- Width = 315
- Height = 36
- TabOrder = 1
- TabStop = True
- Caption = 'Peak hold time (s):'
- Decimal = 2
- OnChange = PeakChange
- Line = 0.100000000000000000
- Page = 1.000000000000000000
- Max = 60.000000000000000000
- PromptWidth = 100
- ValueWidth = 50
- DesignSize = (
- 315
- 36)
- end
- end
-