object Masteroeffnen: TMasteroeffnen Left = 132 Top = 161 BorderStyle = bsDialog Caption = 'SECK - Savegames ausw�hlen' ClientHeight = 243 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 = 15 Top = 22 Width = 50 Height = 13 Caption = 'Laufwerk :' end object Label2: TLabel Left = 14 Top = 49 Width = 60 Height = 13 Caption = 'Verzeichnis :' end object Label3: TLabel Left = 206 Top = 48 Width = 57 Height = 13 Caption = 'Dateiname :' end object FileListBox1: TFileListBox Left = 206 Top = 72 Width = 145 Height = 120 ItemHeight = 13 TabOrder = 0 OnDblClick = FileListBox1DblClick end object DirectoryListBox1: TDirectoryListBox Left = 14 Top = 72 Width = 145 Height = 119 FileList = FileListBox1 ItemHeight = 16 TabOrder = 1 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 82 Top = 18 Width = 145 Height = 19 TabOrder = 2 OnChange = DriveComboBox1Change end object Button1: TButton Left = 15 Top = 203 Width = 75 Height = 25 Caption = 'Ausw�hlen' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 178 Top = 202 Width = 75 Height = 25 Caption = 'OK' TabOrder = 4 OnClick = Button2Click end object Button3: TButton Left = 96 Top = 203 Width = 75 Height = 25 Caption = 'Entfernen' TabOrder = 5 OnClick = Button3Click end end