home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / EKRTF.ZIP / MainDemo / UGauge.dfm / UGauge.txt
Text File  |  2000-09-24  |  528b  |  28 lines

  1. object FGauge: TFGauge
  2.   Left = 211
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'Processing report ...'
  6.   ClientHeight = 63
  7.   ClientWidth = 480
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bar: TProgressBar
  19.     Left = 8
  20.     Top = 24
  21.     Width = 465
  22.     Height = 16
  23.     Min = 0
  24.     Max = 100
  25.     TabOrder = 0
  26.   end
  27. end
  28.