object frmStatBox: TfrmStatBox Left = 442 Top = 463 BorderIcons = [] BorderStyle = bsDialog Caption = 'Importing --' ClientHeight = 77 ClientWidth = 229 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 0 Top = 12 Width = 229 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Remaining' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblCount: TLabel Left = 0 Top = 40 Width = 229 Height = 13 Alignment = taCenter AutoSize = False Caption = '0' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end