object Masteropen: TMasteropen Left = 138 Top = 154 BorderIcons = [] BorderStyle = bsDialog Caption = 'SECK - Savegames ausw�hlen' ClientHeight = 258 ClientWidth = 363 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultSizeOnly PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 13 Top = 14 Width = 50 Height = 13 Caption = 'Laufwerk :' end object Label2: TLabel Left = 15 Top = 66 Width = 60 Height = 13 Caption = 'Verzeichnis :' end object Label3: TLabel Left = 207 Top = 65 Width = 57 Height = 13 Caption = 'Dateiname :' end object Label4: TLabel Left = 13 Top = 41 Width = 57 Height = 13 Caption = 'Dateiname :' end object FileListBox1: TFileListBox Left = 207 Top = 89 Width = 145 Height = 120 FileEdit = Edit1 ItemHeight = 13 TabOrder = 3 OnDblClick = FileListBox1DblClick end object DirectoryListBox1: TDirectoryListBox Left = 15 Top = 89 Width = 145 Height = 119 FileList = FileListBox1 ItemHeight = 16 TabOrder = 2 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 80 Top = 10 Width = 145 Height = 19 TabOrder = 1 OnChange = DriveComboBox1Change end object Button1: TButton Left = 16 Top = 220 Width = 75 Height = 25 Caption = 'Ausw�hlen' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 179 Top = 220 Width = 75 Height = 25 Caption = 'OK' TabOrder = 5 OnClick = Button2Click end object Button3: TButton Left = 97 Top = 220 Width = 75 Height = 25 Caption = 'Entfernen' TabOrder = 6 OnClick = Button3Click end object Edit1: TEdit Left = 80 Top = 36 Width = 269 Height = 21 TabOrder = 0 Text = '*.*' OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end end