object AboutBox: TAboutBox Left = 250 Top = 425 BorderStyle = bsDialog Caption = '�ް�ޮݏ��' ClientHeight = 103 ClientWidth = 329 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 Bevel1: TBevel Left = 48 Top = 8 Width = 233 Height = 57 end object Icon: TImage Left = 8 Top = 16 Width = 32 Height = 32 end object Title: TLabel Left = 56 Top = 16 Width = 217 Height = 12 Alignment = taCenter AutoSize = False Caption = '[Title]' end object Version: TLabel Left = 56 Top = 32 Width = 217 Height = 12 Alignment = taCenter AutoSize = False Caption = '[Version]' end object Copyright: TLabel Left = 56 Top = 48 Width = 217 Height = 12 Alignment = taCenter AutoSize = False Caption = '[Copyright]' end object Image1: TImage Left = 288 Top = 16 Width = 32 Height = 32 Picture.Data = {} end object Button1: TButton Left = 128 Top = 72 Width = 73 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end end