object Form2: TForm2 Left = 329 Top = 148 BorderStyle = bsDialog Caption = 'C�lov� adres��' ClientHeight = 265 ClientWidth = 219 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 218 Width = 3 Height = 13 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 192 Width = 201 Height = 19 Ctl3D = False DirList = DirectoryListBox1 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 2 OnChange = DriveComboBox1Change end object Button1: TButton Left = 8 Top = 238 Width = 85 Height = 19 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 125 Top = 238 Width = 85 Height = 19 Caption = 'Zru�it' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = Button2Click end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 40 Width = 201 Height = 145 Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentCtl3D = False ParentFont = False TabOrder = 1 OnChange = DirectoryListBox1Change end object Edit1: TEdit Left = 8 Top = 8 Width = 201 Height = 20 AutoSize = False Ctl3D = False ParentCtl3D = False TabOrder = 0 OnChange = Edit1Change end end