home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / bolek / demobil.exe / 0 / RCDATA / TFAVI / TFAVI.txt
Encoding:
Text File  |  1998-01-28  |  732 b   |  42 lines

  1. object fAvi: TfAvi
  2.   Left = 249
  3.   Top = 112
  4.   BorderStyle = bsNone
  5.   Caption = 'tlo'
  6.   ClientHeight = 118
  7.   ClientWidth = 144
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefault
  15.   WindowState = wsMaximized
  16.   OnClick = FormClick
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bmp1: TBmp
  21.     BmpX = 0
  22.     BmpY = 0
  23.     IlKlatek = 1
  24.     Left = 9
  25.     Top = 12
  26.   end
  27.   object ts: TTimer
  28.     Enabled = False
  29.     Interval = 2000
  30.     OnTimer = tsTimer
  31.     Left = 48
  32.     Top = 8
  33.   end
  34.   object te: TTimer
  35.     Enabled = False
  36.     Interval = 2000
  37.     OnTimer = teTimer
  38.     Left = 80
  39.     Top = 8
  40.   end
  41. end
  42.