object ordnerdlg: Tordnerdlg Left = 297 Top = 191 BorderStyle = bsDialog Caption = 'Laufwerk und Ordner w�hlen' ClientHeight = 233 ClientWidth = 257 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 24 Width = 38 Height = 13 Caption = 'Ordner :' end object Label2: TLabel Left = 8 Top = 192 Width = 50 Height = 13 Caption = 'Laufwerk :' end object Label3: TLabel Left = 8 Top = 5 Width = 132 Height = 13 Caption = 'C:\...\Delphi 2.0\Installieren' end object OKBtn: TButton Left = 172 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 172 Top = 38 Width = 75 Height = 25 Cancel = True Caption = 'Abbrechen' ModalResult = 2 TabOrder = 2 end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 40 Width = 153 Height = 148 DirLabel = Label3 IntegralHeight = True ItemHeight = 16 TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 208 Width = 153 Height = 19 DirList = DirectoryListBox1 TabOrder = 3 end end