home *** CD-ROM | disk | FTP | other *** search
- inherited ChainForm: TChainForm
- Left = 271
- Top = 193
- Caption = 'Effect Chain Editor'
- ClientHeight = 385
- ClientWidth = 482
- OnCloseQuery = FormCloseQuery
- ExplicitWidth = 488
- ExplicitHeight = 417
- PixelsPerInch = 96
- TextHeight = 13
- object ChainImage: TImage [0]
- Left = 24
- Top = 272
- Width = 32
- Height = 32
- Enabled = False
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- inherited ButtonOk: TButton
- Left = 240
- Top = 355
- TabOrder = 9
- OnClick = ButtonOkClick
- ExplicitLeft = 240
- ExplicitTop = 355
- end
- inherited ButtonCancel: TButton
- Left = 321
- Top = 355
- ModalResult = 0
- TabOrder = 10
- OnClick = ButtonCancelClick
- ExplicitLeft = 321
- ExplicitTop = 355
- end
- inherited ButtonHelp: THelpButton
- Left = 401
- Top = 355
- TabOrder = 11
- HelpKey = 'tool_effectchaineditor'
- ExplicitLeft = 401
- ExplicitTop = 355
- end
- inherited PresetGroup: TGroupBox
- Left = 161
- Top = 298
- Caption = ' &Chains '
- TabOrder = 7
- ExplicitLeft = 161
- ExplicitTop = 298
- inherited AddPreset: TBitton
- Enabled = False
- end
- end
- object ListLabel: TStaticText
- Left = 5
- Top = 9
- Width = 229
- Height = 17
- AutoSize = False
- Caption = 'All available effects:'
- TabOrder = 0
- end
- object ChainWindow: TScrollBox
- Left = 247
- Top = 26
- Width = 229
- Height = 235
- VertScrollBar.Margin = 40
- VertScrollBar.Tracking = True
- DragMode = dmAutomatic
- Color = clWindow
- ParentColor = False
- TabOrder = 3
- OnDragDrop = ChainWindowDragDrop
- OnDragOver = ChainWindowDragOver
- end
- object ChainLabel: TStaticText
- Left = 247
- Top = 9
- Width = 229
- Height = 17
- AutoSize = False
- Caption = 'Effects currently in the chain:'
- TabOrder = 2
- end
- object RemoveEffect: TButton
- Left = 248
- Top = 266
- Width = 87
- Height = 25
- Caption = '<< Remove Last'
- Enabled = False
- TabOrder = 5
- OnClick = RemoveEffectClick
- end
- object AddEffect: TButton
- Left = 147
- Top = 266
- Width = 87
- Height = 25
- Caption = 'Add >>'
- Enabled = False
- TabOrder = 4
- OnClick = AddEffectClick
- end
- object RemoveAll: TButton
- Left = 401
- Top = 266
- Width = 75
- Height = 25
- Caption = 'Remove All'
- Enabled = False
- TabOrder = 6
- OnClick = RemoveAllClick
- end
- inline EffectSelectFrame: TEffectSelectFrame
- Left = 5
- Top = 26
- Width = 229
- Height = 235
- TabOrder = 1
- TabStop = True
- ExplicitLeft = 5
- ExplicitTop = 26
- inherited EffectList: TTreeView
- OnChange = EffectListChange
- OnDblClick = EffectListDblClick
- OnMouseDown = EffectListMouseDown
- end
- end
- inline Preview: TPreviewFrame
- Left = 445
- Top = 295
- Width = 34
- Height = 51
- Anchors = [akRight, akBottom]
- TabOrder = 8
- TabStop = True
- ExplicitLeft = 445
- ExplicitTop = 295
- ExplicitWidth = 34
- ExplicitHeight = 51
- inherited PreviewPlay: TBitton
- Left = 2
- Top = 8
- ExplicitLeft = 2
- ExplicitTop = 8
- end
- inherited PreviewStop: TBitton
- Left = 2
- Top = 32
- ExplicitLeft = 2
- ExplicitTop = 32
- end
- inherited PreviewActionList: TActionList
- Left = 2
- Top = 65515
- inherited PreviewAction: TAction
- OnExecute = PreviewPlayClick
- end
- inherited StopAction: TAction
- OnExecute = PreviewStopClick
- end
- end
- end
- end
-