home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / Bas / Jeu / Boggle / Boggle.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  2000-04-27  |  726b  |  39 lines

  1. object Splash: TSplash
  2.   Left = 222
  3.   Top = 120
  4.   BorderStyle = bsNone
  5.   ClientHeight = 300
  6.   ClientWidth = 300
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 300
  21.     Height = 300
  22.     AutoSize = True
  23.     Picture.Data = {<image000.jpg>}
  24.     OnClick = Image1Click
  25.   end
  26.   object PaintBox1: TPaintBox
  27.     Left = 54
  28.     Top = 261
  29.     Width = 190
  30.     Height = 16
  31.   end
  32.   object Timer1: TTimer
  33.     Interval = 0
  34.     OnTimer = Timer1Timer
  35.     Left = 8
  36.     Top = 8
  37.   end
  38. end
  39.