object fAbout: TfAbout Left = 384 Top = 182 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 276 ClientWidth = 473 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 457 Height = 233 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 5 Top = 6 Width = 268 Height = 123 AutoSize = True Picture.Data = {} IsControl = True end object lProductName: TLabel Left = 281 Top = 16 Width = 82 Height = 13 Caption = 'Name of Program' IsControl = True end object lCopyright: TLabel Left = 12 Top = 147 Width = 124 Height = 13 Alignment = taCenter Caption = 'Copyright (c) Author Name' IsControl = True end object lDate: TLabel Left = 281 Top = 35 Width = 103 Height = 13 Caption = 'Date or Other Coment' IsControl = True end object lfreeware: TLabel Left = 12 Top = 205 Width = 44 Height = 13 Alignment = taCenter Caption = 'Freeware' WordWrap = True IsControl = True end object lWebPage: TLabel Left = 12 Top = 168 Width = 51 Height = 13 Cursor = crHandPoint Alignment = taCenter Caption = 'Web Page' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = lWebPageClick IsControl = True end object lEmail: TLabel Left = 12 Top = 186 Width = 24 Height = 13 Cursor = crHandPoint Alignment = taCenter Caption = 'email' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = lEmailClick IsControl = True end end object OKButton: TButton Left = 180 Top = 247 Width = 114 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object GoToWeb: TGoToWeb Url = 'http://www.geocities.com/lupas2000' EMail = 'anton@apdo.com' BrowserState = gwMaximized Left = 8 Top = 248 end end