inherited ChainForm: TChainForm Left = 271 Top = 193 Caption = 'Effect Chain Editor' ClientHeight = 385 ClientWidth = 482 OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object ChainImage: TImage [0] Left = 24 Top = 272 Width = 32 Height = 32 Enabled = False Picture.Data = {} Visible = False end inherited ButtonOk: TButton Left = 240 Top = 355 TabOrder = 9 OnClick = ButtonOkClick end inherited ButtonCancel: TButton Left = 321 Top = 355 ModalResult = 0 TabOrder = 10 OnClick = ButtonCancelClick end inherited ButtonHelp: THelpButton Left = 401 Top = 355 TabOrder = 11 HelpKey = 'tool_effectchaineditor' end inherited PresetGroup: TGroupBox Left = 161 Top = 298 Caption = ' &Chains ' TabOrder = 7 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 TabOrder = 1 inherited EffectList: TTreeView OnChange = EffectListChange OnDblClick = EffectListDblClick OnMouseDown = EffectListMouseDown end end inline Preview: TPreviewFrame Left = 445 Top = 295 Width = 34 Height = 51 TabOrder = 8 inherited PreviewPlay: TBitton Left = 2 Top = 8 end inherited PreviewStop: TBitton Left = 2 Top = 32 end inherited PreviewActionList: TActionList Left = 2 Top = 65515 inherited PreviewAction: TAction OnExecute = PreviewPlayClick end inherited StopAction: TAction OnExecute = PreviewStopClick end end end end