object OperationProgressForm: TOperationProgressForm Left = 369 Height = 440 Top = 134 Width = 562 Caption = 'Operation progress' ClientHeight = 440 ClientWidth = 562 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.31' object Memo1: TMemo Left = 8 Height = 372 Top = 32 Width = 546 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end object ButtonAbort: TButton Left = 400 Height = 25 Top = 410 Width = 74 Anchors = [akRight, akBottom] Caption = 'Abort' ModalResult = 3 OnClick = ButtonAbortClick TabOrder = 1 end object ButtonClose: TButton Left = 480 Height = 25 Top = 410 Width = 74 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 6 OnClick = ButtonCloseClick TabOrder = 2 end object Edit1: TEdit Left = 9 Height = 21 Top = 6 Width = 543 Anchors = [akTop, akLeft, akRight] ReadOnly = True TabOrder = 3 end object Timer1: TTimer Enabled = False Interval = 1 OnTimer = Timer1Timer left = 135 top = 51 end end