object Form10: TForm10 Left = 178 Top = 123 Width = 477 Height = 375 Caption = 'Form10' 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 Edit1: TEdit Left = 56 Top = 16 Width = 297 Height = 21 TabOrder = 0 Text = 'Edit1' end object Memo1: TMemo Left = 48 Top = 136 Width = 385 Height = 161 Lines.Strings = ( 'Memo1') TabOrder = 1 end object Edit2: TEdit Left = 56 Top = 56 Width = 297 Height = 21 TabOrder = 2 Text = 'Edit2' end object Edit3: TEdit Left = 56 Top = 96 Width = 297 Height = 21 TabOrder = 3 Text = 'Edit3' end object OK: TButton Left = 96 Top = 312 Width = 75 Height = 25 Cancel = True Caption = 'OK' TabOrder = 4 OnClick = OKClick end end