object AboutBox: TAboutBox Left = 306 Top = 118 BorderStyle = bsDialog Caption = 'About Delphi' ClientHeight = 256 ClientWidth = 340 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object SunburstImage: TImage Left = 10 Top = 10 Width = 67 Height = 232 Stretch = True end object Bevel2: TBevel Left = 8 Top = 8 Width = 71 Height = 236 end object Bevel1: TBevel Left = 88 Top = 166 Width = 241 Height = 2 end object Label3: TLabel Left = 89 Top = 194 Width = 145 Height = 13 Caption = 'Memory Available to Windows:' end object PhysMem: TLabel Left = 321 Top = 194 Width = 6 Height = 13 Alignment = taRightJustify Caption = '0' end object OS: TLabel Left = 89 Top = 177 Width = 240 Height = 13 AutoSize = False Caption = 'OS' end object TempleImage: TImage Left = 16 Top = 16 Width = 54 Height = 48 Center = True Transparent = True end object ObjectsImage: TImage Left = 24 Top = 200 Width = 41 Height = 36 Center = True Transparent = True end object OKButton: TButton Left = 255 Top = 220 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object MP: TMediaPlayer Left = 0 Top = 224 Width = 253 Height = 30 DeviceType = dtAVIVideo Display = ShowPanel Visible = False TabOrder = 1 end object ShowPanel: TPanel Left = 128 Top = 24 Width = 160 Height = 120 BevelOuter = bvNone TabOrder = 2 Visible = False end object DetailsPanel: TPanel Left = 88 Top = 8 Width = 241 Height = 153 BevelOuter = bvNone TabOrder = 3 object Painter: TPaintBox Left = 0 Top = 0 Width = 241 Height = 153 end object Copyright: TLabel Left = 10 Top = 110 Width = 207 Height = 13 Caption = 'Copyright � 1983, 1998 Inprise Corporation' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Version: TLabel Left = 9 Top = 96 Width = 53 Height = 13 Caption = 'Version 4.0' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object SKUName: TLabel Left = 9 Top = 75 Width = 67 Height = 16 Caption = 'SKU Name' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object InternalVer: TLabel Left = 67 Top = 96 Width = 63 Height = 13 Caption = '(Build %d.%d)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Logo: TImage Left = 7 Top = 1 Width = 130 Height = 76 Picture.Data = {} Transparent = True end object Confidential: TLabel Left = 183 Top = 138 Width = 55 Height = 13 Caption = 'Confidential' Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True Visible = False end end object ResTimer: TTimer Enabled = False Interval = 5000 OnTimer = ResTimerTimer Top = 216 end end