object AboutForm: TAboutForm Left = 221 Top = 146 BorderStyle = bsDialog Caption = 'About ...' ClientHeight = 282 ClientWidth = 264 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object About_Image: TImage Left = 0 Top = -1 Width = 264 Height = 282 AutoSize = True Picture.Data = {} end object About_ICON: TImage Left = 10 Top = 8 Width = 32 Height = 32 AutoSize = True end object Version_Label: TLabel Left = 145 Top = 144 Width = 101 Height = 14 Caption = 'Version : 3.03.7280' Transparent = True end object Edition_Label: TLabel Left = 145 Top = 128 Width = 102 Height = 19 Caption = 'Final Release' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object AboutBevel: TBevel Left = 137 Top = 162 Width = 120 Height = 3 end object Copyright_Label1: TLabel Left = 17 Top = 236 Width = 224 Height = 14 Caption = 'Copyright (c) 1997-1999 Auspic Media Co.' Transparent = True end object Copyright_Label2: TLabel Left = 21 Top = 248 Width = 211 Height = 14 Caption = 'Copyright (c) 1998-1999 Acorlan Group.' Transparent = True end object Copyright_Label3: TLabel Left = 77 Top = 260 Width = 104 Height = 14 Caption = 'All rights reserved' Transparent = True end object Label1: TLabel Left = 177 Top = 108 Width = 36 Height = 16 Caption = 'Major' Color = clRed Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object OKButton: TButton Left = 161 Top = 176 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = OKButtonClick end end