object ProgressDlg: TProgressDlg Left = 828 Top = 915 Cursor = crHourGlass BorderIcons = [] BorderStyle = bsNone Caption = 'Populating Project' ClientHeight = 19 ClientWidth = 418 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 418 Height = 19 Align = alClient BevelOuter = bvLowered TabOrder = 0 object ProgressBar: TProgressBar Left = 1 Top = 1 Width = 416 Height = 17 Align = alClient Min = 0 Max = 100 TabOrder = 0 end end end