home *** CD-ROM | disk | FTP | other *** search
- inherited VolumeMatchForm: TVolumeMatchForm
- Caption = 'Volume Match'
- ClientHeight = 118
- ClientWidth = 341
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inline VolumeFrame: TVolumeFrame
- Left = 8
- Top = 4
- Width = 327
- Anchors = [akLeft, akTop, akRight]
- inherited VolumeAxis: TDogAxis
- Left = 74
- Width = 189
- Min = -40
- Max = 0
- end
- inherited PercentLabel: TStaticText
- Left = 269
- end
- inherited VolumeFader: TFader
- Left = 74
- Width = 189
- Min = -40
- Max = 0
- end
- inherited VolumeBox: TNumBox
- Left = 267
- Min = -40
- Max = 0
- Label = 'Average'
- Items.Strings = (
- '-12.0'
- '-16.0'
- '-18.0'
- '-20.0'
- '-22.0'
- '-24.0')
- end
- inherited VolumeLabel: TStaticText
- Left = 1
- Width = 69
- Caption = 'Average (dB):'
- end
- end
- object InfoBox: TGroupBox
- Left = 82
- Top = 42
- Width = 189
- Height = 71
- Caption = ' Current average '
- TabOrder = 1
- object LeftAvgLabel: TStaticText
- Left = 23
- Top = 18
- Width = 25
- Height = 17
- Alignment = taRightJustify
- Caption = 'Left:'
- TabOrder = 0
- end
- object LeftAvg: TStaticText
- Left = 53
- Top = 16
- Width = 120
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 1
- end
- object RightAvgLabel: TStaticText
- Left = 16
- Top = 44
- Width = 32
- Height = 17
- Alignment = taRightJustify
- Caption = 'Right:'
- TabOrder = 2
- end
- object RightAvg: TStaticText
- Left = 53
- Top = 42
- Width = 120
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 3
- end
- end
- end
-