object frmAbout: TfrmAbout Left = 179 Top = 123 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About...' ClientHeight = 138 ClientWidth = 264 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 51 Height = 48 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 64 Top = 8 Width = 181 Height = 13 Caption = 'Kaufman Mail Warrior v2.12' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 64 Top = 24 Width = 193 Height = 26 AutoSize = False Caption = 'Copyright � 1999 Kaufman Alex'#13#10'All rights reserved' end object lblWebPage: TLabel Left = 8 Top = 64 Width = 247 Height = 13 Cursor = crHandPoint Caption = 'http://pages.infinit.net/kaufman/Index.htm' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsUnderline] ParentFont = False OnClick = lblWebPageClick end object lblEmail: TLabel Left = 8 Top = 80 Width = 132 Height = 13 Cursor = crHandPoint Caption = 'Kaufman@videotron.ca' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsUnderline] ParentFont = False OnClick = lblEmailClick end object btnOK: TButton Left = 96 Top = 112 Width = 73 Height = 23 Caption = '&OK' Default = True TabOrder = 0 OnClick = btnOKClick end object btnSysInfo: TButton Left = 176 Top = 112 Width = 81 Height = 23 Caption = '&System info' TabOrder = 1 OnClick = btnSysInfoClick end end