object FrmAbout: TFrmAbout Left = 165 Top = 125 BorderStyle = bsDialog Caption = 'About' ClientHeight = 258 ClientWidth = 314 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 16 object Comments: TLabel Left = 64 Top = 148 Width = 77 Height = 13 Caption = 'This is freeware.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object ProgramImage: TImage Left = 8 Top = 8 Width = 45 Height = 200 AutoSize = True Picture.Data = {} Stretch = True OnDblClick = ProgramImageDblClick IsControl = True end object ProductName: TLabel Left = 64 Top = 8 Width = 223 Height = 13 Caption = 'Lorenz Graf'#39's HTMLtool for Windows95' Font.Color = clNavy Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Bevel1: TBevel Left = 64 Top = 168 Width = 241 Height = 9 Shape = bsTopLine end object lblPhysMem: TLabel Left = 256 Top = 176 Width = 29 Height = 13 Caption = '99 KB' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblUsedMemory: TLabel Left = 256 Top = 192 Width = 23 Height = 13 Caption = '99 %' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 64 Top = 176 Width = 185 Height = 13 Caption = 'Physical memory available to Windows:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 64 Top = 192 Width = 71 Height = 13 Caption = 'Memory in use:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblVersion: TLabel Left = 65 Top = 29 Width = 35 Height = 13 Caption = 'Version' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 64 Top = 56 Width = 141 Height = 13 Caption = 'Copyright � 1997 Lorenz Graf' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object lblAllRightsReserved: TLabel Left = 64 Top = 72 Width = 86 Height = 13 Caption = 'All rights reserved.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel2: TBevel Left = 8 Top = 208 Width = 297 Height = 10 Shape = bsBottomLine end object UrlLabel: TUrlLabel Left = 88 Top = 104 Width = 204 Height = 13 Cursor = 5 Caption = 'Click here to visit the HTMLtool homepage.' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object UrlLabelFeedback: TUrlLabel Left = 88 Top = 128 Width = 196 Height = 13 Cursor = 5 Caption = 'Click here to send an e-mail to the author.' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Image1: TImage Left = 64 Top = 104 Width = 16 Height = 16 AutoSize = True Picture.Data = {} end object Image2: TImage Left = 64 Top = 128 Width = 16 Height = 9 AutoSize = True Picture.Data = {} end object btnOK: TButton Left = 226 Top = 227 Width = 78 Height = 23 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnOKClick end end