home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / ShowMaker / _SETUP.1 / NViewLib.dll / 0 / RCDATA / TPROGRESS / TPROGRESS.txt
Text File  |  1997-03-12  |  699b  |  39 lines

  1. object Progress: TProgress
  2.   Left = 360
  3.   Top = 247
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 67
  8.   ClientWidth = 313
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 9
  19.     Top = 15
  20.     Width = 3
  21.     Height = 13
  22.     Transparent = True
  23.   end
  24.   object ProgressBar1: TProgressBar
  25.     Left = 9
  26.     Top = 33
  27.     Width = 293
  28.     Height = 19
  29.     Min = 0
  30.     Max = 100
  31.     TabOrder = 0
  32.   end
  33.   object Timer1: TTimer
  34.     OnTimer = Timer1Timer
  35.     Left = 304
  36.     Top = 65530
  37.   end
  38. end
  39.