object frmAbout: TfrmAbout Left = 298 Top = 193 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone ClientHeight = 301 ClientWidth = 380 Color = clWhite Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True Position = poScreenCenter ShowHint = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object panAll: TPanel Left = 0 Top = 0 Width = 380 Height = 301 Align = alClient BevelInner = bvLowered BevelWidth = 2 BorderWidth = 2 Color = clGray TabOrder = 0 object lblAll: TLabel Left = 6 Top = 6 Width = 368 Height = 289 Align = alClient AutoSize = False Color = clWhite ParentColor = False end object imgVulcan: TImage Left = 14 Top = 12 Width = 180 Height = 50 AutoSize = True Picture.Data = {} OnClick = btnCloseClick end object lblCopyRight: TLabel Left = -1 Top = 69 Width = 381 Height = 72 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblRegister: TLabel Left = -1 Top = 191 Width = 381 Height = 23 Alignment = taCenter AutoSize = False Font.Color = clBlue Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblSerial: TLabel Left = -1 Top = 210 Width = 381 Height = 18 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblWarning: TLabel Left = 15 Top = 230 Width = 349 Height = 74 Alignment = taCenter AutoSize = False Caption = 'Warning: This computer program is protected by copyright law and' + ' international treaties. Unlicensed use of this program after th' + 'e trial period may result in severe civil and criminal penalties' + ' and will be prosecuted to the maximum extent possible' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object lblWWW: TLabel Left = 77 Top = 129 Width = 82 Height = 13 Alignment = taRightJustify Caption = 'World Wide Web' Color = clWhite Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object lblEMail: TLabel Left = 130 Top = 145 Width = 29 Height = 13 Alignment = taRightJustify Caption = 'E-Mail' Color = clWhite Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object lblPhone: TLabel Left = 128 Top = 161 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Phone' Color = clWhite Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object lblWWWDat: TLabel Left = 165 Top = 128 Width = 60 Height = 13 Cursor = crUpArrow Caption = 'lblWWWDat' Color = clWhite Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = lblWWWDatClick end object lblEMailDat: TLabel Left = 165 Top = 144 Width = 53 Height = 13 Cursor = crUpArrow Caption = 'lblEMailDat' Color = clWhite Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = lblEMailDatClick end object lblPhoneDat: TLabel Left = 165 Top = 161 Width = 58 Height = 13 Caption = 'lblPhoneDat' Color = clWhite Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object btnOK: TButton Left = 312 Top = 19 Width = 48 Height = 27 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnCloseClick end end end