object LoadDlg: TLoadDlg Left = 702 Top = 608 ActiveControl = OKBtn BorderStyle = bsDialog ClientHeight = 276 ClientWidth = 329 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter Scaled = False OnActivate = FormActivate TextHeight = 13 object OKBtn: TBitBtn Left = 80 Top = 240 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 164 Top = 240 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Spacing = -1 IsControl = True end object GroupBox1: TGroupBox Left = 8 Top = 4 Width = 313 Height = 229 TabOrder = 2 object Label1: TLabel Left = 8 Top = 12 Width = 40 Height = 13 Caption = 'Dateien:' end object Label2: TLabel Left = 160 Top = 12 Width = 65 Height = 13 Caption = 'Verzeichnisse' end object Label3: TLabel Left = 160 Top = 184 Width = 53 Height = 13 Caption = 'Laufwerke:' end object DirectoryListBox: TDirectoryListBox Left = 160 Top = 28 Width = 145 Height = 149 FileList = FileListBox ItemHeight = 16 TabOrder = 0 end object DriveComboBox: TDriveComboBox Left = 160 Top = 202 Width = 145 Height = 19 DirList = DirectoryListBox TabOrder = 1 end object FileListBox: TFileListBox Left = 8 Top = 28 Width = 145 Height = 193 ItemHeight = 13 Mask = '*.htk' TabOrder = 2 OnDblClick = FileListBoxDblClick end end end