object Form1: TForm1 Left = 542 Top = 141 Width = 448 Height = 413 Caption = 'Form1' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '‚l‚r ‚oƒSƒVƒbƒN' Font.Style = [] OldCreateOrder = False DesignSize = ( 440 386) 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