object IMUpdateForm: TIMUpdateForm Left = 192 Top = 107 BorderIcons = [biMinimize] BorderStyle = bsSingle Caption = 'Update' ClientHeight = 300 ClientWidth = 370 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 184 Top = 264 Width = 75 Height = 25 Caption = 'Stop' Enabled = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 96 Top = 264 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button2Click end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 353 Height = 241 TabOrder = 2 object Label1: TLabel Left = 16 Top = 32 Width = 99 Height = 13 Caption = 'Scanning file system:' end object Label2: TLabel Left = 136 Top = 32 Width = 3 Height = 13 end object Label3: TLabel Left = 16 Top = 56 Width = 87 Height = 13 Caption = 'Documents found:' end object Label4: TLabel Left = 136 Top = 56 Width = 3 Height = 13 end object Label5: TLabel Left = 16 Top = 80 Width = 48 Height = 13 Caption = 'Total size:' end object Label6: TLabel Left = 16 Top = 128 Width = 106 Height = 13 Caption = 'Document processing:' end object Label7: TLabel Left = 136 Top = 128 Width = 3 Height = 13 end object Label8: TLabel Left = 16 Top = 168 Width = 61 Height = 13 Caption = 'Pre-indexing:' end object Label9: TLabel Left = 136 Top = 168 Width = 3 Height = 13 end object Label10: TLabel Left = 16 Top = 192 Width = 43 Height = 13 Caption = 'Indexing:' end object Label11: TLabel Left = 136 Top = 192 Width = 3 Height = 13 end object Label12: TLabel Left = 136 Top = 80 Width = 3 Height = 13 end end object Button3: TButton Left = 272 Top = 264 Width = 75 Height = 25 Caption = 'Hide' TabOrder = 3 OnClick = Button3Click end end