object Form10: TForm10 Left = 0 Top = 0 BorderStyle = bsNone Caption = 'Creating DB' ClientHeight = 90 ClientWidth = 401 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object group_progress: TGroupBox Left = 0 Top = 0 Width = 400 Height = 89 Caption = 'Progress ...' TabOrder = 0 object lbl_progress: TLabel Left = 2 Top = 32 Width = 396 Height = 17 Align = alTop AutoSize = False end object lbl_estimation: TLabel Left = 2 Top = 49 Width = 396 Height = 17 Align = alTop AutoSize = False Caption = 'Estimated finishing time:' end object progress: TProgressBar Left = 2 Top = 15 Width = 396 Height = 17 Align = alTop Smooth = True TabOrder = 0 end object btn_abortok: TButton Left = 3 Top = 64 Width = 60 Height = 22 Caption = 'Abort...' TabOrder = 1 OnClick = btn_abortokClick end end end