object AboutForm: TAboutForm Left = 249 Top = 115 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'AboutForm' ClientHeight = 225 ClientWidth = 390 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] ShowHint = True OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Frame: TGroupBox Left = 10 Top = 15 Width = 370 Height = 163 Caption = 'BRAINTREE REG-O-MATIC' Font.Color = clMaroon Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Copyright: TLabel Left = 10 Top = 139 Width = 356 Height = 16 AutoSize = False Caption = 'Copyright � 1995, 1996 BrainTree Ltd. All Rights Reserved.' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Logo: TImage Left = 7 Top = 50 Width = 154 Height = 79 Center = True Picture.Data = {} end object Info: TLabel Left = 166 Top = 48 Width = 201 Height = 85 AutoSize = False Caption = 'BrainTree Reg-O-Matic is freely available to qualified developer' + 's. For up-to-the-minute info on all of our software, visit our w' + 'eb site at http://www.moneypump.com.' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end end object MoreInfoButton: TButton Left = 197 Top = 187 Width = 119 Height = 31 Caption = 'Download &Demo' TabOrder = 2 OnClick = MoreInfoButtonClick end object OKButton: TButton Left = 320 Top = 187 Width = 60 Height = 31 Cancel = True Caption = '&OK' ModalResult = 2 TabOrder = 1 end end