object FolderProcessor: TFolderProcessor Left = 193 Top = 126 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Selective subscribe' ClientHeight = 101 ClientWidth = 238 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lStatus: TLabel Left = 8 Top = 16 Width = 93 Height = 13 Caption = 'Processing mailbox:' end object lBox: TLabel Left = 8 Top = 32 Width = 225 Height = 13 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object bStop: TButton Left = 81 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Stop' Default = True ModalResult = 1 TabOrder = 1 OnClick = bStopClick end object pBox: TProgressBar Left = 8 Top = 48 Width = 225 Height = 16 Min = 0 Max = 100 TabOrder = 0 Visible = False end end