object Form3: TForm3 Left = 291 Top = 240 ActiveControl = Button1 BorderStyle = bsDialog Caption = 'CleanUp in Process!' ClientHeight = 80 ClientWidth = 416 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Status: TLabel Left = 112 Top = 32 Width = 3 Height = 13 end object Label1: TLabel Left = 64 Top = 16 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Status:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 64 Top = 32 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Found:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 112 Top = 16 Width = 3 Height = 13 end object Button1: TButton Left = 336 Top = 48 Width = 75 Height = 25 Caption = '&Stop' ModalResult = 2 TabOrder = 0 OnClick = Button1Click end object AnimatedSymbol1: TAnimatedSymbol Left = 8 Top = 8 Width = 43 Height = 48 State = acmPlaying end end