object FSelectDir: TFSelectDir Left = 261 Top = 92 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Zadejte c�lov� adres��' ClientHeight = 343 ClientWidth = 292 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 30 Top = 296 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 182 Top = 296 Width = 75 Height = 25 Caption = 'Zru�it' ModalResult = 2 TabOrder = 1 end object DriveComboBox1: TDriveComboBox Left = 30 Top = 248 Width = 227 Height = 19 DirList = DirectoryListBox1 TabOrder = 2 end object DirectoryListBox1: TDirectoryListBox Left = 30 Top = 40 Width = 227 Height = 201 ItemHeight = 16 TabOrder = 3 OnChange = DirectoryListBox1Change end object trgdir: TEdit Left = 32 Top = 10 Width = 227 Height = 21 TabOrder = 4 Text = 'trgdir' end end