object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 346 ClientWidth = 624 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False DesignSize = ( 624 346) PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 89 Top = 8 Width = 527 Height = 156 Anchors = [akLeft, akTop, akRight] Lines.Strings = ( 'Memo1') ScrollBars = ssBoth TabOrder = 0 end object Memo2: TMemo Left = 89 Top = 170 Width = 527 Height = 168 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo2') ScrollBars = ssBoth TabOrder = 1 end object Button1: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 2 OnClick = Button1Click end end