object AboutForm: TAboutForm Left = 272 Top = 177 HelpType = htKeyword HelpKeyword = '/files/about.html' BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 265 ClientWidth = 409 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PanelMain: TPanel Left = 8 Top = 8 Width = 281 Height = 249 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object LabelProgramName: TLabel Left = 88 Top = 24 Width = 22 Height = 13 Caption = '[title]' end object LabelCopyright: TLabel Left = 16 Top = 136 Width = 213 Height = 26 Caption = 'Copyright (c) 2000-2004 ObjectRescue.com. All rights reserved.' WordWrap = True end object LabelUrl: TLabel Left = 56 Top = 96 Width = 111 Height = 13 Cursor = crHandPoint Caption = 'www.objectrescue.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = LabelUrlClick OnMouseMove = LabelUrlMouseMove OnMouseLeave = LabelUrlMouseLeave end object LabelLicensedTo: TLabel Left = 16 Top = 208 Width = 58 Height = 13 Caption = 'Licensed to:' end object LabelLicensedName: TLabel Left = 96 Top = 208 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelLicensesQuantity: TLabel Left = 96 Top = 224 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelProtected: TLabel Left = 16 Top = 168 Width = 201 Height = 26 Caption = 'This program is protected by copyright law and international agr' + 'eements.' WordWrap = True end object IconImagePhoto: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} Transparent = True Visible = False end object LabelVersion: TLabel Left = 88 Top = 40 Width = 41 Height = 13 Caption = 'Version: ' end object LabelProgramVersion: TLabel Left = 136 Top = 40 Width = 40 Height = 13 Caption = '[version]' end object LabelQuantity: TLabel Left = 16 Top = 224 Width = 42 Height = 13 Caption = 'Quantity:' end object LabelProgramDescription: TLabel Left = 88 Top = 64 Width = 185 Height = 33 AutoSize = False Caption = '[description]' WordWrap = True end object IconImageAudio: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} Transparent = True Visible = False end object IconImageVideo: TImage Left = 16 Top = 16 Width = 65 Height = 65 Picture.Data = {} Transparent = True Visible = False end object IconImageOffice: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} Transparent = True Visible = False end object IconImageMedia: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} Transparent = True Visible = False end object LabelBeforeWeb: TLabel Left = 16 Top = 96 Width = 26 Height = 13 Caption = 'Web:' end object LabelBeforeEmail: TLabel Left = 16 Top = 112 Width = 31 Height = 13 Caption = 'E-mail:' end object LabelEmail: TLabel Left = 56 Top = 112 Width = 130 Height = 13 Cursor = crHandPoint Caption = 'support@objectrescue.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = LabelEmailClick OnMouseMove = LabelEmailMouseMove OnMouseLeave = LabelEmailMouseLeave end object IconImageObject: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} Transparent = True Visible = False end object IconImageArchive: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} Transparent = True Visible = False end end object ButtonOK: TButton Left = 303 Top = 8 Width = 97 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 2 TabOrder = 1 end object ButtonOrder: TButton Left = 303 Top = 160 Width = 97 Height = 25 Caption = 'Order Now' TabOrder = 2 OnClick = ButtonOrderClick end object ButtonHelp: TButton Left = 303 Top = 232 Width = 97 Height = 25 Caption = 'Help' TabOrder = 4 OnClick = ButtonHelpClick end object ButtonEnterCode: TButton Left = 303 Top = 192 Width = 97 Height = 25 Caption = 'Enter Code...' TabOrder = 3 OnClick = ButtonEnterCodeClick end end