inherited MaximizeForm: TMaximizeForm Caption = 'Maximize' ClientHeight = 116 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inline VolumeFrame: TVolumeFrame Left = 7 Top = 4 Width = 321 Anchors = [akLeft, akTop, akRight] inherited VolumeAxis: TDogAxis Left = 77 Width = 180 Min = -80 end inherited PercentLabel: TStaticText Left = 263 end inherited VolumeFader: TFader Left = 77 Width = 180 Min = -80 end inherited VolumeBox: TNumBox Left = 261 Min = -80 Decimal = 2 Label = 'Maximum' Items.Strings = ( '0.0' '-2.4988' '-6.0206') Text = '0.00' end inherited VolumeLabel: TStaticText Width = 73 Caption = 'Maximum (dB):' end end object InfoBox: TGroupBox Left = 20 Top = 42 Width = 294 Height = 69 Caption = ' Current maximum ' TabOrder = 1 object LeftMaxLabel: TStaticText Left = 11 Top = 16 Width = 25 Height = 17 Alignment = taRightJustify Caption = 'Left:' TabOrder = 0 end object LeftMax: TStaticText Left = 40 Top = 16 Width = 105 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken TabOrder = 1 end object LeftAtLabel: TStaticText Left = 149 Top = 16 Width = 38 Height = 17 Alignment = taCenter Caption = 'at time:' TabOrder = 2 end object LeftTime: TStaticText Left = 188 Top = 16 Width = 95 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken TabOrder = 3 end object RightMaxLabel: TStaticText Left = 4 Top = 42 Width = 32 Height = 17 Alignment = taRightJustify Caption = 'Right:' TabOrder = 4 end object RightMax: TStaticText Left = 40 Top = 42 Width = 105 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken TabOrder = 5 end object RightAtLabel: TStaticText Left = 149 Top = 42 Width = 38 Height = 17 Alignment = taCenter Caption = 'at time:' TabOrder = 6 end object RightTime: TStaticText Left = 188 Top = 42 Width = 95 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken TabOrder = 7 end end end