home *** CD-ROM | disk | FTP | other *** search
- 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 = {<image000.bmp>}
- Stretch = True
- OnClick = Panel1Click
- IsControl = True
- end
- object WelcomeName: TMemo
- Left = 96
- Top = 16
- Width = 257
- Height = 41
- 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 Win95/98'
- '')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- OnClick = Panel1Click
- end
- object VerInfo: TMemo
- Left = 96
- Top = 64
- Width = 257
- Height = 73
- 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.5 Production'
- 'Shareware Version'
- 'Please Register!'
- 'Copyright 1999 Hank Volpe')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- end
- object WelcomeTimer: TTimer
- Enabled = False
- Interval = 3000
- OnTimer = HideWindow
- Left = 48
- Top = 160
- end
- end
-