object frmBadPaths: TfrmBadPaths Left = 263 Top = 82 BorderStyle = bsDialog Caption = 'Excluded Folders' ClientHeight = 282 ClientWidth = 450 Font.Color = clWindowText Font.Height = 8 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblWarning: TLabel Left = 12 Top = 16 Width = 425 Height = 49 AutoSize = False Caption = 'lblWarning' Font.Color = clWindowText Font.Height = 8 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object cmdOK: TButton Left = 278 Top = 244 Width = 73 Height = 25 Cancel = True Caption = 'OK' ModalResult = 1 TabOrder = 0 end object cmdHelp: TButton Left = 362 Top = 244 Width = 73 Height = 25 Caption = '&Help' TabOrder = 1 OnClick = cmdHelpClick end object lstBadPaths: TListBox Left = 12 Top = 72 Width = 425 Height = 157 Font.Color = clWindowText Font.Height = 8 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 2 end end