home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9COM / MDRW9510.ZIP / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TWELCOMEBOX / TWELCOMEBOX.txt < prev   
Text File  |  1998-05-16  |  2KB  |  98 lines

  1. object WelcomeBox: TWelcomeBox
  2.   Left = 239
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome to Modem Doctor'
  6.   ClientHeight = 194
  7.   ClientWidth = 409
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = SetupWindow
  15.   OnClose = Cleanup
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 377
  22.     Height = 153
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     OnClick = Panel1Click
  28.     object Bevel1: TBevel
  29.       Left = 5
  30.       Top = 5
  31.       Width = 71
  32.       Height = 63
  33.     end
  34.     object ProgramIcon: TImage
  35.       Left = 8
  36.       Top = 8
  37.       Width = 65
  38.       Height = 57
  39.       Picture.Data = {<image000.bmp>}
  40.       Stretch = True
  41.       OnClick = Panel1Click
  42.       IsControl = True
  43.     end
  44.     object WelcomeName: TMemo
  45.       Left = 96
  46.       Top = 16
  47.       Width = 257
  48.       Height = 49
  49.       Alignment = taCenter
  50.       Color = clBtnFace
  51.       Ctl3D = False
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clBlack
  54.       Font.Height = -13
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       Lines.Strings = (
  58.         'Welcome To '
  59.         'Modem Doctor for Windows 95')
  60.       ParentCtl3D = False
  61.       ParentFont = False
  62.       ReadOnly = True
  63.       TabOrder = 0
  64.       OnClick = Panel1Click
  65.     end
  66.     object VerInfo: TMemo
  67.       Left = 96
  68.       Top = 72
  69.       Width = 257
  70.       Height = 65
  71.       Alignment = taCenter
  72.       Color = clBtnFace
  73.       Ctl3D = False
  74.       Font.Charset = ANSI_CHARSET
  75.       Font.Color = clBlack
  76.       Font.Height = -13
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       Lines.Strings = (
  80.         'Version 1.0 Production'
  81.         'Shareware'
  82.         'Copyright 1998 Hank Volpe')
  83.       ParentCtl3D = False
  84.       ParentFont = False
  85.       ReadOnly = True
  86.       TabOrder = 1
  87.       OnClick = Panel1Click
  88.     end
  89.   end
  90.   object WelcomeTimer: TTimer
  91.     Enabled = False
  92.     Interval = 3000
  93.     OnTimer = HideWindow
  94.     Left = 48
  95.     Top = 160
  96.   end
  97. end
  98.