home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitFrmChainWatcher.dfm < prev    next >
Text File  |  2003-06-07  |  496b  |  24 lines

  1. object FrmChainWatcher: TFrmChainWatcher
  2.   Left = 447
  3.   Top = 420
  4.   Width = 300
  5.   Height = 130
  6.   Caption = 'FrmChainWatcher'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Timer1: TTimer
  18.     Interval = 60000
  19.     OnTimer = Timer1TimerNew
  20.     Left = 72
  21.     Top = 64
  22.   end
  23. end
  24.