object fEdBook: TfEdBook Left = 263 Top = 463 BorderStyle = bsDialog Caption = 'Editace z�lo�ky' ClientHeight = 100 ClientWidth = 241 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 34 Height = 13 Caption = 'N�zev:' end object Label2: TLabel Left = 8 Top = 40 Width = 30 Height = 13 Caption = 'Cesta:' end object edName: TEdit Left = 64 Top = 8 Width = 169 Height = 21 TabOrder = 0 end object edPath: TEdit Left = 64 Top = 32 Width = 169 Height = 21 TabOrder = 1 end object BitBtn4: TBitBtn Left = 80 Top = 69 Width = 75 Height = 25 Caption = '&OK' TabOrder = 2 Kind = bkOK end object BitBtn3: TBitBtn Left = 160 Top = 69 Width = 75 Height = 25 Caption = '&Zru�it' TabOrder = 3 Kind = bkCancel end end