object fNewBookmark: TfNewBookmark Left = 307 Top = 319 BorderStyle = bsDialog Caption = 'Nov� z�lo�ka' ClientHeight = 89 ClientWidth = 170 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 100 Height = 13 Caption = 'N�zev nov� polo�ky:' end object edNazev: TEdit Left = 8 Top = 24 Width = 153 Height = 21 TabOrder = 0 end object btOK: TBitBtn Left = 8 Top = 56 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 Kind = bkOK end object btCancel: TBitBtn Left = 88 Top = 56 Width = 75 Height = 25 Caption = '&Zru�it' TabOrder = 2 Kind = bkCancel end end