object AboutBox: TAboutBox Left = 246 Top = 208 BorderStyle = bsDialog Caption = 'About' ClientHeight = 154 ClientWidth = 249 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 234 Height = 112 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object Label1: TLabel Left = 8 Top = 6 Width = 112 Height = 13 Caption = 'ActiveX Scripting Demo' end object Label2: TLabel Left = 7 Top = 21 Width = 56 Height = 13 Caption = 'Tom Stickle' end object Label3: TLabel Left = 9 Top = 36 Width = 86 Height = 13 Caption = 'tstix@dancris.com' end object Label4: TLabel Left = 10 Top = 71 Width = 183 Height = 13 Caption = 'Contains Visual Basic Scripting Edition,' end object Label5: TLabel Left = 11 Top = 86 Width = 172 Height = 13 Caption = 'Licensed from Microsoft Corporation.' end end object OKButton: TButton Left = 167 Top = 124 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end