home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TSPASH / TSPASH.txt < prev   
Text File  |  1996-11-23  |  599b  |  32 lines

  1. object Spash: TSpash
  2.   Left = 265
  3.   Top = 138
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 207
  8.   ClientWidth = 477
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 475
  22.     Height = 164
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Timer1: TTimer
  26.     Interval = 5000
  27.     OnTimer = Timer1Timer
  28.     Left = 24
  29.     Top = 40
  30.   end
  31. end
  32.