object Form1: TForm1 Left = 200 Top = 128 Width = 520 Height = 376 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 158 Top = 118 Width = 41 Height = 16 Caption = 'Label1' end object Label2: TLabel Left = 256 Top = 128 Width = 41 Height = 16 Caption = 'Label2' end object Button1: TButton Left = 138 Top = 59 Width = 92 Height = 31 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 246 Top = 59 Width = 149 Height = 21 TabOrder = 1 end end