object frmBrowseFldr: TfrmBrowseFldr Left = 114 Top = 152 BorderStyle = bsDialog Caption = 'V�b�r slo�ky' ClientHeight = 277 ClientWidth = 333 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblCaption: TLabel Left = 1 Top = 8 Width = 57 Height = 13 Caption = 'lblCaption' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 1 Top = 32 Width = 35 Height = 13 Caption = 'Slo�ka:' end object lbDir: TDirectoryListBox Left = 1 Top = 72 Width = 249 Height = 177 ItemHeight = 16 TabOrder = 0 OnClick = lbDirClick end object cmbDrive: TDriveComboBox Left = 1 Top = 256 Width = 249 Height = 19 DirList = lbDir TabOrder = 1 end object pbOk: TButton Left = 257 Top = 48 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = pbOkClick end object pbCancel: TButton Left = 257 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 3 end object txtPath: TEdit Left = 1 Top = 48 Width = 249 Height = 21 TabOrder = 4 end end