object Form1: TForm1 Left = 0 Top = 0 Width = 752 Height = 365 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate DesignSize = ( 744 338) PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 20 Top = 72 Width = 706 Height = 246 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo1') ScrollBars = ssBoth TabOrder = 0 end object Edit1: TEdit Left = 20 Top = 12 Width = 702 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Text = 'Edit1' end object Button4: TButton Left = 606 Top = 32 Width = 115 Height = 25 Anchors = [akTop, akRight] Caption = #12486#12473#12488#12501#12449#12452#12523#20316#25104 TabOrder = 2 OnClick = Button4Click end object Button1: TButton Left = 20 Top = 44 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 3 OnClick = Button1Click end end