object AboutBoxForm: TAboutBoxForm Left = 200 Top = 107 BorderStyle = bsDialog Caption = '�ް�ޮݏ��' ClientHeight = 135 ClientWidth = 275 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 = 257 Height = 89 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object ProductName: TLabel Left = 56 Top = 8 Width = 193 Height = 12 AutoSize = False Caption = 'ProductName' end object Version: TLabel Left = 56 Top = 24 Width = 193 Height = 12 AutoSize = False Caption = 'Version' end object Copyright: TLabel Left = 8 Top = 48 Width = 241 Height = 12 AutoSize = False Caption = 'Copyright' end end object BitBtn1: TBitBtn Left = 100 Top = 104 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end end