home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TPROGRESSDLG / TPROGRESSDLG.txt
Text File  |  1997-01-16  |  693b  |  37 lines

  1. object ProgressDlg: TProgressDlg
  2.   Left = 828
  3.   Top = 915
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Populating Project'
  8.   ClientHeight = 19
  9.   ClientWidth = 418
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 418
  21.     Height = 19
  22.     Align = alClient
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgressBar: TProgressBar
  26.       Left = 1
  27.       Top = 1
  28.       Width = 416
  29.       Height = 17
  30.       Align = alClient
  31.       Min = 0
  32.       Max = 100
  33.       TabOrder = 0
  34.     end
  35.   end
  36. end
  37.