home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / REBUILD.DFM / REBUILD.txt
Text File  |  1997-02-14  |  780b  |  41 lines

  1. object TabRebuildStats: TTabRebuildStats
  2.   Left = 335
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Building VCL Table...................................'
  7.   ClientHeight = 49
  8.   ClientWidth = 270
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Parselabel: TLabel
  17.     Left = 84
  18.     Top = 32
  19.     Width = 55
  20.     Height = 13
  21.     Caption = 'parsing.......'
  22.   end
  23.   object HeaderNameLabel: TLabel
  24.     Left = 140
  25.     Top = 32
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object RebuildBar: TProgressBar
  30.     Left = 21
  31.     Top = 4
  32.     Width = 227
  33.     Height = 21
  34.     Min = 0
  35.     Max = 12
  36.     Position = 1
  37.     Step = 1
  38.     TabOrder = 0
  39.   end
  40. end
  41.