home *** CD-ROM | disk | FTP | other *** search
- inherited CrossfadeForm: TCrossfadeForm
- Caption = 'Crossfade'
- ClientHeight = 235
- ClientWidth = 392
- OnCloseQuery = FormCloseQuery
- ExplicitWidth = 398
- ExplicitHeight = 267
- PixelsPerInch = 96
- TextHeight = 13
- object LengthAxis: TDogAxis [0]
- Left = 68
- Top = 105
- Width = 252
- Height = 16
- Associate = LengthFader
- Min = 0.010000000000000000
- Max = 20.000000000000000000
- 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
- ExplicitLeft = 147
- ExplicitTop = 205
- end
- inherited ButtonCancel: TButton
- Left = 227
- Top = 205
- TabOrder = 8
- ExplicitLeft = 227
- ExplicitTop = 205
- end
- inherited ButtonHelp: THelpButton
- Left = 307
- Top = 205
- TabOrder = 9
- HelpKey = 'edit_crossfade'
- ExplicitLeft = 307
- ExplicitTop = 205
- end
- inherited PreviewFrame: TPreviewFrame
- Left = 348
- Top = 132
- Width = 39
- Height = 63
- TabOrder = 6
- ExplicitLeft = 348
- ExplicitTop = 132
- ExplicitWidth = 39
- ExplicitHeight = 63
- inherited PreviewStop: TBitton [0]
- Left = 6
- Top = 34
- ExplicitLeft = 6
- ExplicitTop = 34
- end
- inherited PreviewPlay: TBitton [1]
- Left = 6
- Top = 9
- ExplicitLeft = 6
- ExplicitTop = 9
- end
- inherited PreviewActionList: TActionList
- Left = 7
- Top = 55
- end
- end
- object Length: TTimeBox
- Left = 325
- Top = 89
- Width = 63
- Height = 21
- Value = 5.000000000000000000
- Min = 0.010000000000000000
- Max = 20.000000000000000000
- Decimal = -2
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- 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
- Left = 68
- Top = 89
- Width = 252
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Length'
- TabOrder = 1
- Associate = Length
- Line = 0.250000000000000000
- Page = 1.000000000000000000
- Min = 0.010000000000000000
- Max = 20.000000000000000000
- Position = 5.000000000000000000
- Stripe = True
- end
- object DurationText: TStaticText
- Left = 3
- Top = 89
- Width = 61
- Height = 17
- Alignment = taRightJustify
- Caption = 'Duration (s):'
- TabOrder = 0
- end
- object Position: TRadioGroup
- 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
- 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
- Left = 244
- Top = 124
- Width = 101
- Height = 73
- Caption = ' Fade in curve '
- ItemIndex = 1
- Items.Strings = (
- 'None'
- 'Linear'
- 'Logarithmic')
- TabOrder = 5
- OnClick = Change
- end
- end
-