object Form1: TForm1 Left = 366 Top = 149 Caption = 'Form1' ClientHeight = 270 ClientWidth = 329 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 = ( 329 270) PixelsPerInch = 96 TextHeight = 12 object Memo1: TMemo Left = 16 Top = 80 Width = 297 Height = 172 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo1') TabOrder = 0 end object Button1: TButton Left = 16 Top = 8 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 8 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 192 Top = 8 Width = 75 Height = 25 Caption = 'Button3' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 16 Top = 43 Width = 75 Height = 25 Caption = 'Button4' TabOrder = 4 OnClick = Button4Click end object StringResource1: TStringResource Lines.Strings = ( 'unit Unit1;' '' 'interface' '' 'uses' ' Windows, Messages, SysUtils, Variants, Classes, Graphics, Cont' + 'rols, Forms,' ' Dialogs;' '' 'type' ' TForm1 = class(TForm)' ' StringResource1: TStringResource;' ' private' ' { Private '#23459#35328' }' ' public' ' { Public '#23459#35328' }' ' end;' '' 'varunit Unit1;' '' 'interface' '' 'uses' ' Windows, Messages, SysUtils, Variants, Classes, Graphics, Cont' + 'rols, Forms,' ' Dialogs;' '' 'type' ' TForm1 = class(TForm)' ' StringResource1: TStringResource;' ' private' ' { Private '#23459#35328' }' ' public' ' { Public '#23459#35328' }' ' end;' '' 'var' ' Form1: TForm1;' '' 'implementation' '' '{$R *.dfm}' '' 'end.' '' ' Form1: TForm1;' '' 'implementation' '' '{$R *.dfm}' '' 'end.') Left = 16 end end