object frmhhfAbout: TfrmhhfAbout Left = 581 Top = 124 ActiveControl = btnOK BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 256 ClientWidth = 352 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 OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image: TImage Left = 10 Top = 10 Width = 32 Height = 32 AutoSize = True end object Label1: TLabel Left = 80 Top = 85 Width = 127 Height = 13 Caption = 'This product is licenced to:' end object lblUser: TLabel Left = 80 Top = 100 Width = 260 Height = 13 AutoSize = False end object lblOrganization: TLabel Left = 80 Top = 115 Width = 260 Height = 13 AutoSize = False end object Bevel1: TBevel Left = 75 Top = 142 Width = 270 Height = 3 Shape = bsTopLine end object lblTitle: TLabel Left = 80 Top = 15 Width = 260 Height = 13 AutoSize = False end object lblCopyright: TLabel Left = 80 Top = 45 Width = 260 Height = 13 AutoSize = False end object lblVersion: TLabel Left = 80 Top = 30 Width = 260 Height = 13 AutoSize = False end object lblPhysical: TLabel Left = 230 Top = 165 Width = 110 Height = 13 Alignment = taRightJustify AutoSize = False end object lblAvailable: TLabel Left = 230 Top = 180 Width = 110 Height = 13 Alignment = taRightJustify AutoSize = False end object lblAvailPcnt: TLabel Left = 230 Top = 195 Width = 110 Height = 13 Alignment = taRightJustify AutoSize = False end object lblPercentAvailableMemory: TLabel Left = 80 Top = 195 Width = 145 Height = 13 AutoSize = False Caption = 'Percent of Available Memory: ' end object lblTotalAvailableMemory: TLabel Left = 80 Top = 180 Width = 145 Height = 13 AutoSize = False Caption = 'Total Available Memory: ' end object lblTotalPhysicalMemory: TLabel Left = 80 Top = 165 Width = 145 Height = 13 AutoSize = False Caption = 'Total Physical Memory:' end object lblWindowsVersion: TLabel Left = 80 Top = 150 Width = 260 Height = 13 AutoSize = False end object lblWebsite: TLabel Left = 80 Top = 60 Width = 260 Height = 13 Cursor = crHandPoint AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = lblWebsiteClick end object btnOK: TButton Left = 265 Top = 222 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object SysInfo: TSysInfo Left = 10 Top = 185 end end