object OperationStatusForm: TOperationStatusForm Left = 661 Top = 477 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'OperationStatusForm' ClientHeight = 89 ClientWidth = 345 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 end object StatusLabel: TLabel Left = 48 Top = 8 Width = 209 Height = 33 AutoSize = False Caption = 'StatusLabel' WordWrap = True end object lblPercent: TLabel Left = 272 Top = 60 Width = 41 Height = 17 AutoSize = False Caption = '0%' Visible = False end object lblProgress: TLabel Left = 8 Top = 44 Width = 257 Height = 13 AutoSize = False end object btnCancel: TButton Left = 264 Top = 8 Width = 75 Height = 23 Caption = 'Abbrechen' TabOrder = 0 OnClick = btnCancelClick end object pbProgress: TProgressBar Left = 8 Top = 60 Width = 257 Height = 16 Min = 0 Max = 100 Step = 5 TabOrder = 1 Visible = False end object tmFakeProgress: TTimer Enabled = False Interval = 100 OnTimer = tmFakeProgressTimer Left = 320 Top = 48 end end