object VolumeFrame: TVolumeFrame Left = 0 Top = 0 Width = 392 Height = 39 TabOrder = 0 object VolumeAxis: TDogAxis Left = 68 Top = 17 Width = 260 Height = 16 Associate = VolumeFader Min = -160 Max = 20 Border = 22 Anchors = [akLeft, akTop, akRight] end object PercentLabel: TStaticText Left = 334 Top = 24 Width = 55 Height = 13 Alignment = taCenter Anchors = [akTop, akRight] AutoSize = False Caption = '100%' TabOrder = 3 end object VolumeFader: TFader Left = 68 Top = 1 Width = 260 Height = 16 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Associate = VolumeBox Line = 0.100000000000000000 Page = 3 Min = -160 Max = 20 Stripe = True OnDrawSlot = VolumeFaderDrawSlot end object VolumeBox: TNumBox Left = 332 Top = 1 Width = 59 Height = 21 TabStop = True Min = -160 Max = 20 Decimal = 1 PageChange = 3 LineChange = 0.100000000000000000 Label = 'Volume' Buddy = VolumeFader Anchors = [akTop, akRight] Items.Strings = ( '6.0206' '3.5218' '0.0' '-2.4988' '-6.0206' '-12.041') TabOrder = 2 Text = '0.0' MaxLength = 7 OnChange = Change end object VolumeLabel: TStaticText Left = 0 Top = 1 Width = 64 Height = 17 Alignment = taRightJustify Caption = 'Volume (dB):' TabOrder = 0 end end