home *** CD-ROM | disk | FTP | other *** search
- inherited VolumeMatchForm: TVolumeMatchForm
- Caption = 'Volume Match'
- ClientHeight = 198
- ClientWidth = 378
- OldCreateOrder = True
- ExplicitWidth = 378
- ExplicitHeight = 198
- PixelsPerInch = 96
- TextHeight = 13
- inline VolumeFrame: TVolumeFrame
- Left = 8
- Top = 4
- Width = 364
- Height = 39
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- TabStop = True
- ExplicitLeft = 8
- ExplicitTop = 4
- ExplicitWidth = 364
- inherited VolumeAxis: TDogAxis
- Left = 74
- Width = 226
- Min = -40.000000000000000000
- Max = 0.000000000000000000
- ExplicitLeft = 74
- ExplicitWidth = 227
- end
- inherited PercentLabel: TStaticText
- Left = 306
- ExplicitLeft = 306
- end
- inherited VolumeFader: TFader
- Left = 74
- Width = 226
- Min = -40.000000000000000000
- Max = 0.000000000000000000
- ExplicitLeft = 74
- ExplicitWidth = 226
- end
- inherited VolumeBox: TNumBox
- Left = 304
- Min = -40.000000000000000000
- Max = 0.000000000000000000
- Label = 'Average'
- Items.Strings = (
- '-12.0'
- '-16.0'
- '-18.0'
- '-20.0'
- '-22.0'
- '-24.0')
- ExplicitLeft = 304
- end
- inherited VolumeLabel: TStaticText
- Left = 1
- Width = 69
- Caption = 'Average (dB):'
- ExplicitLeft = 1
- ExplicitWidth = 69
- end
- end
- object InfoBox: TGroupBox
- Left = 9
- Top = 42
- Width = 177
- Height = 71
- Caption = ' Current average '
- TabOrder = 1
- object LeftAvgLabel: TStaticText
- Left = 15
- Top = 18
- Width = 25
- Height = 17
- Alignment = taRightJustify
- Caption = 'Left:'
- TabOrder = 0
- end
- object LeftAvg: TStaticText
- Left = 45
- Top = 16
- Width = 120
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 1
- end
- object RightAvgLabel: TStaticText
- Left = 8
- Top = 44
- Width = 32
- Height = 17
- Alignment = taRightJustify
- Caption = 'Right:'
- TabOrder = 2
- end
- object RightAvg: TStaticText
- Left = 45
- Top = 42
- Width = 120
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 3
- end
- end
- object PeakBox: TGroupBox
- Left = 193
- Top = 42
- Width = 177
- Height = 71
- Caption = ' Final peak '
- TabOrder = 2
- object LeftPeakLabel: TStaticText
- Left = 15
- Top = 18
- Width = 25
- Height = 17
- Alignment = taRightJustify
- Caption = 'Left:'
- TabOrder = 0
- end
- object LeftPeak: TStaticText
- Left = 45
- Top = 16
- Width = 120
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 1
- Transparent = False
- end
- object RightPeakLabel: TStaticText
- Left = 8
- Top = 44
- Width = 32
- Height = 17
- Alignment = taRightJustify
- Caption = 'Right:'
- TabOrder = 2
- end
- object RightPeak: TStaticText
- Left = 45
- Top = 42
- Width = 120
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 3
- Transparent = False
- end
- end
- object Clipping: TRadioGroup
- Left = 8
- Top = 120
- Width = 362
- Height = 72
- Caption = ' Clipping control '
- ItemIndex = 0
- Items.Strings = (
- 'Allow clipping'
- 'Reduce average level to avoid clipping'
- 'Abort processing if clipping is required')
- TabOrder = 3
- OnClick = Change
- end
- end
-