home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / modemdr / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TWELCOMEBOX / TWELCOMEBOX.txt < prev   
Encoding:
Text File  |  1999-04-03  |  2.1 KB  |  99 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 = 41
  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 Win95/98'
  60.         '')
  61.       ParentCtl3D = False
  62.       ParentFont = False
  63.       ReadOnly = True
  64.       TabOrder = 0
  65.       OnClick = Panel1Click
  66.     end
  67.     object VerInfo: TMemo
  68.       Left = 96
  69.       Top = 64
  70.       Width = 257
  71.       Height = 73
  72.       Alignment = taCenter
  73.       Color = clBtnFace
  74.       Ctl3D = False
  75.       Font.Charset = ANSI_CHARSET
  76.       Font.Color = clBlack
  77.       Font.Height = -13
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       Lines.Strings = (
  81.         'Version 1.5 Production'
  82.         'Shareware Version'
  83.         'Please Register!'
  84.         'Copyright 1999 Hank Volpe')
  85.       ParentCtl3D = False
  86.       ParentFont = False
  87.       ReadOnly = True
  88.       TabOrder = 1
  89.     end
  90.   end
  91.   object WelcomeTimer: TTimer
  92.     Enabled = False
  93.     Interval = 3000
  94.     OnTimer = HideWindow
  95.     Left = 48
  96.     Top = 160
  97.   end
  98. end
  99.