object AboutForm: TAboutForm Left = 249 Top = 115 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'AboutForm' ClientHeight = 183 ClientWidth = 317 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 301 Height = 133 Caption = 'BRAINTREE REG-O-MATIC' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Copyright: TLabel Left = 8 Top = 113 Width = 289 Height = 13 AutoSize = False Caption = 'Copyright � 1995-1998 BrainTree Ltd. All Rights Reserved.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Logo: TImage Left = 6 Top = 41 Width = 125 Height = 64 Center = True Picture.Data = {} end object Info: TLabel Left = 135 Top = 39 Width = 163 Height = 69 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.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end end object MoreInfoButton: TButton Left = 158 Top = 152 Width = 97 Height = 25 Caption = 'Download &Demo' TabOrder = 2 OnClick = MoreInfoButtonClick end object OKButton: TButton Left = 260 Top = 152 Width = 49 Height = 25 Cancel = True Caption = '&OK' ModalResult = 2 TabOrder = 1 end end