object fmCalculating: TfmCalculating Left = 338 Top = 167 BorderStyle = bsDialog Caption = 'Please wait...' ClientHeight = 104 ClientWidth = 204 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 17 Top = 24 Width = 170 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Calculating...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 41 Top = 48 Width = 121 Height = 13 Alignment = taCenter AutoSize = False Caption = '0%' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ProgressBar1: TProgressBar Left = 14 Top = 64 Width = 177 Height = 17 Min = 0 Max = 75 Step = 1 TabOrder = 0 end end