home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / program / ctenari / Jaros / rozvrhy.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  2004-06-21  |  586b  |  30 lines

  1. object SplashForm: TSplashForm
  2.   Left = 234
  3.   Top = 214
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 230
  7.   ClientWidth = 360
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 360
  21.     Height = 230
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object SplashTimer: TTimer
  25.     OnTimer = SplashTimerTimer
  26.     Left = 8
  27.     Top = 8
  28.   end
  29. end
  30.