object Form2: TForm2 Left = 327 Top = 163 BorderStyle = bsDialog Caption = 'Adres��' ClientHeight = 240 ClientWidth = 227 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object DriveComboBox1: TDriveComboBox Left = 0 Top = 186 Width = 226 Height = 19 DirList = DirectoryListBox1 TabOrder = 0 end object DirectoryListBox1: TDirectoryListBox Left = 0 Top = 0 Width = 225 Height = 185 ItemHeight = 16 TabOrder = 1 end object Button1: TButton Left = 144 Top = 211 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 8 Top = 211 Width = 75 Height = 25 Cancel = True Caption = 'Zp�t' ModalResult = 2 TabOrder = 3 end end