home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / tm / tm.exe / TraMet.exe / 0 / RCDATA / TFLOATWND / TFLOATWND.txt
Text File  |  2003-09-18  |  574b  |  28 lines

  1. object FloatWnd: TFloatWnd
  2.   Left = 345
  3.   Top = 342
  4.   BorderStyle = bsNone
  5.   ClientHeight = 21
  6.   ClientWidth = 192
  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.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   ShowHint = True
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Blikac: TTimer
  23.     Enabled = False
  24.     OnTimer = BlikacTimer
  25.     Left = 32
  26.   end
  27. end
  28.