object Form4: TForm4 Left = 240 Top = 125 BorderIcons = [] BorderStyle = bsDialog Caption = 'Loading...' ClientHeight = 77 ClientWidth = 223 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 223 Height = 77 Align = alClient TabOrder = 0 object Label1: TLabel Left = 56 Top = 30 Width = 109 Height = 13 Caption = 'Loading, please wait....' end object Image1: TImage Left = 16 Top = 24 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object ProgressBar1: TProgressBar Left = 56 Top = 48 Width = 150 Height = 13 Min = 0 Max = 100 TabOrder = 0 end end end