object AboutBox: TAboutBox Left = 229 Top = 166 BorderStyle = bsDialog Caption = 'About Wordprocessor' ClientHeight = 299 ClientWidth = 439 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object ProgramIcon: TImage Left = 10 Top = 15 Width = 60 Height = 60 AutoSize = True Picture.Data = {} IsControl = True end object Label1: TLabel Left = 100 Top = 143 Width = 140 Height = 16 Caption = 'Suresoft Wordprocessor' end object Bevel1: TBevel Left = 100 Top = 193 Width = 320 Height = 2 Shape = bsTopLine end object Label2: TLabel Left = 100 Top = 167 Width = 153 Height = 16 Caption = 'Copyright � 1998 Suresoft' end object Label3: TLabel Left = 100 Top = 206 Width = 232 Height = 16 Caption = 'Physical Memory Available to Windows:' end object PhysMem: TLabel Left = 338 Top = 206 Width = 7 Height = 16 Caption = '0' end object Label4: TLabel Left = 100 Top = 234 Width = 92 Height = 16 Caption = 'Memory in Use:' end object FreeRes: TLabel Left = 340 Top = 234 Width = 7 Height = 16 Caption = '0' end object RxLabel1: TRxLabel Left = 88 Top = 8 Width = 189 Height = 59 Caption = 'Empire' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -47 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False ShadowColor = clYellow ShadowSize = 2 ShadowPos = spRightBottom Transparent = True end object RxLabel2: TRxLabel Left = 176 Top = 64 Width = 192 Height = 59 Caption = 'Builder' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -47 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False ShadowColor = clYellow ShadowSize = 2 ShadowPos = spRightBottom Transparent = True end object OKButton: TButton Left = 331 Top = 256 Width = 92 Height = 31 Cancel = True Caption = 'OK' Default = True ModalResult = 2 TabOrder = 0 end end