object About: TAbout Left = 365 Top = 246 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About ' ClientHeight = 256 ClientWidth = 340 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 5 Top = 6 Width = 330 Height = 132 end object LblAppName: TLabel Left = 86 Top = 11 Width = 121 Height = 16 Caption = '' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblAppVersion: TLabel Left = 86 Top = 29 Width = 103 Height = 16 Caption = 'Version xx.xx.xxxx' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblCopyrightNotice: TLabel Left = 86 Top = 47 Width = 113 Height = 16 Caption = '' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblWindows: TLabel Left = 5 Top = 180 Width = 126 Height = 13 AutoSize = False Caption = 'Windows xx' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblWinVer: TLabel Left = 141 Top = 180 Width = 57 Height = 13 AutoSize = False Caption = 'Version x.x' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblWinBuild: TLabel Left = 198 Top = 180 Width = 130 Height = 13 Caption = '(Build xxxx: Service Pack x)' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblProcessor: TLabel Left = 5 Top = 198 Width = 126 Height = 13 AutoSize = False Caption = 'Intel Pentium' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblNumProcessors: TLabel Left = 141 Top = 198 Width = 92 Height = 13 AutoSize = False Caption = '1 System processor' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblTotalPhysicalMemory: TLabel Left = 5 Top = 216 Width = 126 Height = 13 AutoSize = False Caption = 'Total physical memory:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblAvailablePhysicalMemory: TLabel Left = 5 Top = 234 Width = 126 Height = 13 AutoSize = False Caption = 'Available physical memory:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblTotalMem: TLabel Left = 141 Top = 216 Width = 92 Height = 13 AutoSize = False Caption = 'xx,xxx KB' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblAvailMem: TLabel Left = 141 Top = 234 Width = 92 Height = 13 AutoSize = False Caption = 'xx,xxx KB' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object ImgAppIcon: TImage Left = 11 Top = 12 Width = 32 Height = 32 Center = True end object UrlLabel1: TUrlLabel Left = 141 Top = 102 Width = 168 Height = 13 Cursor = 5 AutoSize = False Caption = 'http://ds.dial.pipex.com/john.topley' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PopupMenu = UrlLabel1. Transparent = True URL = 'http://ds.dial.pipex.com/john.topley' end object UrlLabel2: TUrlLabel Left = 141 Top = 120 Width = 132 Height = 13 Cursor = 5 AutoSize = False Caption = 'JTSoftware@dial.pipex.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PopupMenu = UrlLabel2. Transparent = True URL = 'mailto:jtsoftware@dial.pipex.com' end object LblWeb: TLabel Left = 10 Top = 102 Width = 26 Height = 13 AutoSize = False Caption = 'Web:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object LblEMail: TLabel Left = 10 Top = 120 Width = 31 Height = 13 AutoSize = False Caption = 'E-mail:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object ImgJTSoftware: TImage Left = 10 Top = 75 Width = 250 Height = 22 AutoSize = True Center = True Picture.Data = {} Transparent = True end object LblSystemInfo: TLabel Left = 5 Top = 144 Width = 91 Height = 13 AutoSize = False Caption = 'System information:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object BtnOK: TButton Left = 260 Top = 224 Width = 75 Height = 23 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end