object FormProgress: TFormProgress Left = 316 Top = 402 BorderIcons = [] BorderStyle = bsDialog Caption = 'Progress' ClientHeight = 44 ClientWidth = 398 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter DesignSize = ( 398 44) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 4 Width = 109 Height = 13 Caption = 'Downloading pictures' end object ProgressBar1: TProgressBar Left = 4 Top = 21 Width = 389 Height = 17 Anchors = [akLeft, akBottom] TabOrder = 0 end end