object QRAboutBox: TQRAboutBox Left = 409 Top = 109 BorderStyle = bsDialog Caption = 'About QuickReport' ClientHeight = 245 ClientWidth = 362 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 96 Top = 14 Width = 173 Height = 45 Picture.Data = {} end object Label1: TLabel Left = 100 Top = 58 Width = 53 Height = 13 Caption = 'Version 3.0' end object Label2: TLabel Left = 100 Top = 72 Width = 197 Height = 13 Caption = 'Copyright (c) 2001 QuSoft AS && A Lochert' end object VisitLabel: TLabel Left = 100 Top = 94 Width = 243 Height = 31 AutoSize = False Caption = 'Order QuickReport 3.0 Professional or download free updates from' + ' our web site' WordWrap = True end object Label3: TLabel Left = 100 Top = 126 Width = 110 Height = 13 Cursor = crHandPoint Caption = 'http://www.qusoft.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label3Click end object Bevel1: TBevel Left = 10 Top = 182 Width = 339 Height = 6 Shape = bsBottomLine end object Label5: TLabel Left = 10 Top = 200 Width = 347 Height = 37 AutoSize = False Caption = 'This program is protected by international copyright laws. Unaut' + 'horized reproduction of this program will be prosecuted to the m' + 'aximum extent possible under the law. See your documentation for' + ' more information on your QuickReport license agreement.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = 'Small Fonts' Font.Style = [] ParentFont = False WordWrap = True end object Image2: TImage Left = 26 Top = 18 Width = 47 Height = 47 Picture.Data = {} end object Button1: TButton Left = 280 Top = 18 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button3Click end end