home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  2001-09-09  |  761b  |  40 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 257
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 76
  8.   ClientWidth = 255
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lStatus: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 233
  22.     Height = 13
  23.     AutoSize = False
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Bar: TProgressBar
  31.     Left = 8
  32.     Top = 40
  33.     Width = 241
  34.     Height = 17
  35.     Min = 0
  36.     Max = 100
  37.     TabOrder = 0
  38.   end
  39. end
  40.