object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = '�o�[�W�������' ClientHeight = 213 ClientWidth = 298 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 24 Top = 20 Width = 41 Height = 45 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 172 Height = 24 Caption = '�Q��! ����[�ȁ[' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = '�l�r �o����' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 88 Top = 44 Width = 82 Height = 16 Caption = 'Version 1.10' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 24 Top = 76 Width = 202 Height = 13 Caption = 'Copyright (C)1998-1999 ���� ����' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False IsControl = True end object Label1: TLabel Left = 20 Top = 112 Width = 234 Height = 16 Cursor = crHandPoint Caption = 'http://www2s.biglobe.en.jp/~takeyu' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsUnderline] ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 20 Top = 128 Width = 230 Height = 16 Cursor = crHandPoint Caption = 'mailto:ch0364@mail3.doshisha.ac.jp' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsUnderline] ParentFont = False OnClick = Label2Click end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end