home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Akce / autorun.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-12-04  |  652b  |  35 lines

  1. object Form1: TForm1
  2.   Left = 231
  3.   Top = 369
  4.   AutoSize = True
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 64
  8.   ClientWidth = 104
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 64
  23.     Height = 64
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Timer1: TTimer
  28.     Enabled = False
  29.     Interval = 2000
  30.     OnTimer = Timer1Timer
  31.     Left = 32
  32.     Top = 32
  33.   end
  34. end
  35.