object AboutBox: TAboutBox Left = 441 Top = 162 BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 64 Height = 64 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 68 Height = 13 Caption = 'Product Name' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 35 Height = 13 Caption = 'Version' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 44 Height = 13 Caption = 'Copyright' IsControl = True end object Comments: TLabel Left = 8 Top = 104 Width = 49 Height = 13 Caption = 'Comments' WordWrap = True IsControl = True end object Label1: TLabel Left = 184 Top = 16 Width = 54 Height = 13 Caption = 'TaskInfo98' end object Label2: TLabel Left = 187 Top = 38 Width = 21 Height = 13 Caption = '1.00' end object Label3: TLabel Left = 88 Top = 78 Width = 111 Height = 13 Caption = 'Igor M Arsenin (C) 1998' end object Label4: TLabel Left = 88 Top = 105 Width = 84 Height = 13 Caption = 'Freeware Product' end object Label5: TLabel Left = 8 Top = 128 Width = 54 Height = 13 Caption = 'WWW Site' WordWrap = True IsControl = True end object Label6: TLabel Left = 88 Top = 129 Width = 103 Height = 13 Cursor = crHandPoint Caption = 'http://www.iarsn.com' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False OnClick = Label6DblClick end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end