object Form100: TForm100 Left = 152 Top = 113 Width = 279 Height = 138 BorderIcons = [biSystemMenu] Caption = '�͈͓���' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 28 Width = 24 Height = 12 Caption = '�n�_' end object Label2: TLabel Left = 8 Top = 52 Width = 24 Height = 12 Caption = '�I�_' end object Label3: TLabel Left = 72 Top = 8 Width = 23 Height = 12 Caption = '�� X' end object Label4: TLabel Left = 184 Top = 8 Width = 23 Height = 12 Caption = '�c Y' end object Edit1: TEdit Left = 48 Top = 24 Width = 81 Height = 20 TabOrder = 0 Text = 'Edit1' OnChange = Edit1Change end object Edit2: TEdit Left = 160 Top = 24 Width = 81 Height = 20 TabOrder = 1 Text = 'Edit2' OnChange = Edit2Change end object Edit3: TEdit Left = 48 Top = 48 Width = 81 Height = 20 TabOrder = 2 Text = 'Edit3' OnChange = Edit3Change end object Edit4: TEdit Left = 160 Top = 48 Width = 81 Height = 20 TabOrder = 3 Text = 'Edit4' OnChange = Edit4Change end object Button1: TButton Left = 40 Top = 80 Width = 97 Height = 25 Caption = 'OK' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 80 Width = 113 Height = 25 Caption = '�L�����Z��' TabOrder = 5 OnClick = Button2Click end end