object fmAbout: TfmAbout Left = 489 Top = 261 BorderStyle = bsDialog Caption = 'About application' ClientHeight = 152 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 113 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} Stretch = True IsControl = True end object Product: TLabel Left = 64 Top = 16 Width = 157 Height = 13 Caption = 'Product Name: Ping for Windows' IsControl = True end object Version: TLabel Left = 64 Top = 40 Width = 35 Height = 13 Caption = 'Version' IsControl = True end object Copyright: TLabel Left = 8 Top = 64 Width = 47 Height = 13 Caption = 'Copyright:' IsControl = True end object Comments: TLabel Left = 8 Top = 88 Width = 52 Height = 13 Caption = 'Comments:' WordWrap = True IsControl = True end object Label1: TLabel Left = 64 Top = 88 Width = 142 Height = 13 Caption = 'Program is complete freeware.' WordWrap = True end object URLLabel1: TURLLabel Left = 64 Top = 64 Width = 144 Height = 13 Cursor = crHandPoint Caption = 'Radim Kolacek - KOLACSOFT' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False URL = 'rkolacek@ro.inext.cz' end end object OKButton: TButton Left = 111 Top = 124 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end