object BtnBottomDlg: TBtnBottomDlg Left = 14 Top = 151 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 308 ClientWidth = 567 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label3: TLabel Left = 240 Top = 20 Width = 251 Height = 19 Caption = 'Zu durchsuchendes Laufwerk:' end object OKBtn: TBitBtn Left = 79 Top = 222 Width = 95 Height = 33 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 182 Top = 222 Width = 95 Height = 33 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 286 Top = 222 Width = 94 Height = 33 TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object ListBox1: TListBox Left = 241 Top = 49 Width = 277 Height = 110 ExtendedSelect = False Font.Color = clBlack Font.Height = -15 Font.Name = 'Fixedsys' Font.Style = [] ItemHeight = 20 MultiSelect = True ParentFont = False TabOrder = 3 end end