object Form1: TForm1 Left = 542 Top = 141 Caption = 'Form1' ClientHeight = 383 ClientWidth = 440 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False DesignSize = ( 440 383) PixelsPerInch = 96 TextHeight = 12 object Button1: TButton Left = 16 Top = 48 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 112 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 124 Top = 28 Width = 301 Height = 331 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo1') ScrollBars = ssBoth TabOrder = 2 end end