object AboutBox: TAboutBox Left = 243 Top = 108 ActiveControl = OKButton BorderStyle = bsDialog Caption = '�ް�ޮݏ��' ClientHeight = 159 ClientWidth = 275 Font.Color = clBlack 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 = 257 Height = 113 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 41 Height = 41 Picture.Data = {} IsControl = True end object ProductName: TLabel Left = 70 Top = 16 Width = 60 Height = 12 Caption = 'MEMO PAD' IsControl = True end object Version: TLabel Left = 70 Top = 39 Width = 67 Height = 12 Caption = 'VERSION 1.0' IsControl = True end object Copyright: TLabel Left = 16 Top = 70 Width = 175 Height = 12 Caption = 'Copyright (c) 1996 Motohisa Ohno' IsControl = True end object Comments: TLabel Left = 16 Top = 86 Width = 210 Height = 12 Caption = 'Sample program for DOS/V PowerReport' IsControl = True end end object OKButton: TButton Left = 102 Top = 127 Width = 64 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end