object NewNameForm: TNewNameForm Left = 371 Top = 420 BorderIcons = [] BorderStyle = bsDialog Caption = 'Nov� pozn�mka' ClientHeight = 121 ClientWidth = 215 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 201 Height = 105 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object NewNameLabel: TLabel Left = 16 Top = 8 Width = 139 Height = 13 Caption = 'Zadej jm�no nov� pozn�mky:' end object NewNameEdit: TEdit Left = 16 Top = 32 Width = 169 Height = 21 TabOrder = 0 end object OKButton: TBitBtn Left = 16 Top = 64 Width = 81 Height = 25 TabOrder = 1 Kind = bkOK end object CancelButton: TBitBtn Left = 104 Top = 64 Width = 81 Height = 25 TabOrder = 2 Kind = bkCancel end end end