object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 337 ClientWidth = 522 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False DesignSize = ( 522 337) PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 39 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 170 Top = 8 Width = 350 Height = 321 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo1') ScrollBars = ssBoth TabOrder = 2 end object Button3: TButton Left = 8 Top = 93 Width = 75 Height = 25 Caption = 'Button3' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 8 Top = 142 Width = 75 Height = 25 Caption = 'Button4' TabOrder = 4 OnClick = Button4Click end object Button5: TButton Left = 8 Top = 173 Width = 75 Height = 25 Caption = 'Button5' TabOrder = 5 OnClick = Button5Click end object Button6: TButton Left = 8 Top = 204 Width = 75 Height = 25 Caption = 'Button6' TabOrder = 6 OnClick = Button6Click end object Button7: TButton Left = 8 Top = 235 Width = 75 Height = 25 Caption = 'Button7' TabOrder = 7 OnClick = Button7Click end object CheckBox1: TCheckBox Left = 8 Top = 70 Width = 97 Height = 17 Caption = 'CheckBox1' TabOrder = 8 end end