object CreateProgressDlg: TCreateProgressDlg Left = 815 Top = 428 BorderStyle = bsDialog Caption = 'Adding Files to Version Control' ClientHeight = 79 ClientWidth = 389 Font.Height = -11 Font.Name = 'MS Sans Serif' FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 39 Top = 16 Width = 309 Height = 13 Alignment = taCenter AutoSize = False end object Panel1: TPanel Left = 14 Top = 36 Width = 354 Height = 25 BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 0 object ProgressBar: TProgressBar Left = 1 Top = 1 Width = 352 Height = 23 Align = alClient Min = 0 Max = 100 TabOrder = 0 end end end