object Form3: TForm3 Left = 733 Top = 103 BorderStyle = bsDialog Caption = 'P�ejmenovat na' ClientHeight = 83 ClientWidth = 194 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 60 Height = 13 Caption = 'Nov� jm�no:' end object Edit1: TEdit Left = 16 Top = 24 Width = 161 Height = 21 TabOrder = 0 end object Button1: TButton Left = 59 Top = 52 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = Button1Click end end