object Form4: TForm4 Left = 144 Top = 127 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Progress...' ClientHeight = 79 ClientWidth = 267 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 33 Height = 13 Caption = 'Status:' end object Label2: TLabel Left = 48 Top = 12 Width = 32 Height = 13 Caption = 'Label2' end object ProgressBar1: TProgressBar Left = 4 Top = 36 Width = 257 Height = 37 Min = 0 Max = 100 TabOrder = 0 end end