home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / ArsClip / ArsClip.exe / UnitFrmChainWatcher.dfm < prev    next >
Text File  |  2009-12-18  |  556b  |  26 lines

  1. object FrmChainWatcher: TFrmChainWatcher
  2.   Left = 447
  3.   Top = 420
  4.   Caption = 'FrmChainWatcher'
  5.   ClientHeight = 103
  6.   ClientWidth = 292
  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.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Timer1: TTimer
  19.     Enabled = False
  20.     Interval = 15000
  21.     OnTimer = Timer1TimerNew
  22.     Left = 72
  23.     Top = 64
  24.   end
  25. end
  26.