home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TFLOATINGBAR / TFLOATINGBAR.txt
Encoding:
Text File  |  1999-03-17  |  540 b   |  24 lines

  1. object FloatingBar: TFloatingBar
  2.   Left = 378
  3.   Top = 356
  4.   Hint = 'Most important meters of the learning process'
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Statistics'
  8.   ClientHeight = 23
  9.   ClientWidth = 568
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -18
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnResize = FormResize
  21.   PixelsPerInch = 120
  22.   TextHeight = 20
  23. end
  24.