object ProgressFrm: TProgressFrm Left = 322 Top = 201 BorderIcons = [] BorderStyle = bsDialog Caption = 'Loading...' ClientHeight = 70 ClientWidth = 226 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object DescriptionLbl: TLabel Left = 4 Top = 0 Width = 60 Height = 14 Caption = 'xxxxxxxxxx' end object DetailDescriptionLbl: TLabel Left = 4 Top = 32 Width = 60 Height = 14 Caption = 'xxxxxxxxxx' end object ProgressBar: TProgressBar Left = 4 Top = 16 Width = 217 Height = 16 Min = 0 Max = 100 TabOrder = 0 end object DetailProgressBar: TProgressBar Left = 4 Top = 48 Width = 217 Height = 16 Min = 0 Max = 100 TabOrder = 1 end object ProgressObserver: TProgressObserver OnDescriptionChange = ProgressObserverDescriptionChange OnFinish = ProgressObserverFinish OnProgressChange = ProgressObserverProgressChange OnStart = ProgressObserverStart Left = 192 end end