home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Eveil / ColorBaby / _SETUP.1 / ColorBaby.exe / 0 / RCDATA / TFORM8 / TFORM8.txt < prev   
Text File  |  2001-07-16  |  654b  |  35 lines

  1. object Form8: TForm8
  2.   Left = 59
  3.   Top = 150
  4.   Width = 709
  5.   Height = 313
  6.   Caption = 'Form8'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Image: TImage
  21.     Left = 4
  22.     Top = 4
  23.     Width = 693
  24.     Height = 277
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Timer1: TTimer
  29.     Interval = 3000
  30.     OnTimer = Timer1Timer
  31.     Left = 304
  32.     Top = 78
  33.   end
  34. end
  35.