object Form2: TForm2 Left = 381 Top = 292 BorderStyle = bsSingle Caption = 'Zadej text' ClientHeight = 87 ClientWidth = 394 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 Label1: TLabel Left = 8 Top = 8 Width = 47 Height = 13 Caption = 'Zadej text' end object Edit1: TEdit Left = 8 Top = 24 Width = 377 Height = 21 TabOrder = 0 end object Button1: TButton Left = 8 Top = 56 Width = 185 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 200 Top = 56 Width = 185 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end