object Form2: TForm2 Left = 421 Top = 396 BorderStyle = bsDialog Caption = 'P'#345'ejmenovat' ClientHeight = 86 ClientWidth = 189 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 112 Top = 48 Width = 65 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 16 Top = 16 Width = 161 Height = 21 MaxLength = 20 TabOrder = 1 end object Button2: TButton Left = 16 Top = 48 Width = 65 Height = 25 Caption = 'Storno' TabOrder = 2 OnClick = Button2Click end end