object selectform: Tselectform Tag = 10100 Left = 667 Top = 649 BorderStyle = bsDialog Caption = 'Dateien ausw�hlen' ClientHeight = 62 ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 8 Top = 8 Width = 297 Height = 21 TabOrder = 0 Text = '*' end object Button1: TButton Tag = 10101 Left = 144 Top = 32 Width = 75 Height = 25 Caption = '�bernehmen' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Tag = 10102 Left = 232 Top = 32 Width = 75 Height = 25 Caption = 'Abbrechen' TabOrder = 2 OnClick = Button2Click end object CheckBox1: TCheckBox Tag = 10103 Left = 8 Top = 40 Width = 129 Height = 17 Caption = 'zus�tzlich ausw�hlen' TabOrder = 3 end end