object WelcomeBox: TWelcomeBox Left = 239 Top = 160 BorderStyle = bsDialog Caption = 'Welcome to Modem Doctor' ClientHeight = 194 ClientWidth = 409 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = SetupWindow OnClose = Cleanup PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 377 Height = 153 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 OnClick = Panel1Click object Bevel1: TBevel Left = 5 Top = 5 Width = 71 Height = 63 end object ProgramIcon: TImage Left = 8 Top = 8 Width = 65 Height = 57 Picture.Data = {} Stretch = True OnClick = Panel1Click IsControl = True end object WelcomeName: TMemo Left = 96 Top = 16 Width = 257 Height = 49 Alignment = taCenter Color = clBtnFace Ctl3D = False Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'Welcome To ' 'Modem Doctor for Windows 95') ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 0 OnClick = Panel1Click end object VerInfo: TMemo Left = 96 Top = 72 Width = 257 Height = 65 Alignment = taCenter Color = clBtnFace Ctl3D = False Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'Version 1.0 Production' 'Shareware' 'Copyright 1998 Hank Volpe') ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 1 OnClick = Panel1Click end end object WelcomeTimer: TTimer Enabled = False Interval = 3000 OnTimer = HideWindow Left = 48 Top = 160 end end