home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / mbm / _setup.1 / mBackupMaster.exe / 0 / RCDATA / TSTARTUPFORM / TSTARTUPFORM.txt < prev   
Text File  |  1997-05-04  |  626b  |  33 lines

  1. object StartUpForm: TStartUpForm
  2.   Left = 192
  3.   Top = 84
  4.   BorderStyle = bsNone
  5.   Caption = 'Dialog'
  6.   ClientHeight = 137
  7.   ClientWidth = 302
  8.   Color = clMaroon
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object elImage: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 270
  22.     Height = 170
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object elTimer: TTimer
  27.     Interval = 5000
  28.     OnTimer = elTimerTimer
  29.     Left = 8
  30.     Top = 8
  31.   end
  32. end
  33.