object AboutBox: TAboutBox Left = 298 Top = 132 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About Web-It!' ClientHeight = 241 ClientWidth = 293 Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Panel1: TPanel Left = 4 Top = 8 Width = 281 Height = 188 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 125 Height = 73 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 139 Top = 24 Width = 130 Height = 14 Caption = 'Web-It! Standard Edition' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 139 Top = 51 Width = 99 Height = 14 Caption = 'Version 1.7(32 Bit)' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 25 Top = 112 Width = 231 Height = 14 Caption = 'Copyright � 1996 - Lincoln Beach Software' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 10 Top = 133 Width = 250 Height = 42 Alignment = taCenter Caption = 'Comments: This is an Unregistered Version! Please send any comme' + 'nts to lnclnbch@lincolnbeach.com' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object AboutWho: TLabel Left = 9 Top = 87 Width = 102 Height = 14 Caption = 'Evaluation Version' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object OKButton: TBitBtn Left = 111 Top = 202 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object Scaler1: TScaler Xdevelop = 800 Ydevelop = 600 LimitScale = No ScaleRuntime = False Left = 6 Top = 201 PixelsPerInch = 96 ClientHeight = 241 ClientWidth = 293 end end