inherited CrossfadeForm: TCrossfadeForm Caption = 'Crossfade' ClientHeight = 235 ClientWidth = 392 OnClose = FormClose OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object LengthAxis: TDogAxis [0] Left = 68 Top = 105 Width = 252 Height = 16 Associate = LengthFader Min = 0.200000000000000000 Max = 10 Border = 22 Anchors = [akLeft, akTop, akRight] end object Preview: TPaintBox [1] Left = 5 Top = 6 Width = 381 Height = 77 Anchors = [akLeft, akTop, akRight] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnPaint = PreviewPaint end inherited ButtonOk: TButton Left = 147 Top = 205 TabOrder = 7 end inherited ButtonCancel: TButton Left = 227 Top = 205 TabOrder = 8 end inherited ButtonHelp: THelpButton Left = 307 Top = 205 TabOrder = 9 HelpKey = 'edit_crossfade' end inherited PreviewPlay: TBitton Left = 355 Top = 139 Anchors = [akTop, akRight] TabOrder = 5 end inherited PreviewStop: TBitton Left = 356 Top = 165 Anchors = [akTop, akRight] TabOrder = 6 end object Length: TTimeBox [7] Left = 325 Top = 89 Width = 63 Height = 21 TabStop = True Value = 5 Min = 0.200000000000000000 Max = 10 Decimal = -2 PageChange = 10 LineChange = 1 Label = 'Duration' Buddy = LengthFader Anchors = [akTop, akRight] Items.Strings = ( '0.5' '1.0' '1.5' '2' '2.5' '3' '3.5' '4' '5' '7.5' '10') TabOrder = 2 Text = '5.00' OnChange = Change Caption = '5.00' end object LengthFader: TFader [8] Left = 68 Top = 89 Width = 252 Height = 16 Anchors = [akLeft, akTop, akRight] Caption = 'Length' TabOrder = 1 Associate = Length Line = 0.250000000000000000 Page = 1 Min = 0.200000000000000000 Max = 10 Position = 5 Stripe = True end object DurationText: TStaticText [9] Left = 3 Top = 89 Width = 61 Height = 17 Alignment = taRightJustify Caption = 'Duration (s):' TabOrder = 0 end object Position: TRadioGroup [10] Left = 8 Top = 124 Width = 115 Height = 73 Caption = ' Clipboard position ' ItemIndex = 0 Items.Strings = ( 'End of file' 'Beginning of file') TabOrder = 3 OnClick = Change end object OutCurve: TRadioGroup [11] Left = 133 Top = 124 Width = 101 Height = 73 Caption = ' Fade out curve ' ItemIndex = 1 Items.Strings = ( 'None' 'Linear' 'Logarithmic') TabOrder = 4 OnClick = Change end object InCurve: TRadioGroup [12] Left = 244 Top = 124 Width = 101 Height = 73 Caption = ' Fade in curve ' ItemIndex = 1 Items.Strings = ( 'None' 'Linear' 'Logarithmic') TabOrder = 10 OnClick = Change end inherited PreviewActionList: TActionList Left = 62 Top = 205 end end