object AutoAddDlg: TAutoAddDlg Left = 311 Top = 257 BorderStyle = bsDialog Caption = 'Auto-Add Files' ClientHeight = 119 ClientWidth = 264 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 249 Height = 73 Caption = ' Select which types of files to add ' TabOrder = 0 object LibraryFiles: TCheckBox Left = 16 Top = 21 Width = 209 Height = 17 Caption = '&Library Files (*.dcu;*.dfm)' TabOrder = 0 end object SourceFiles: TCheckBox Left = 16 Top = 43 Width = 201 Height = 17 Caption = '&Source Files (*.pas; *.dfm;*.dpk)' TabOrder = 1 end end object OKButton: TButton Left = 48 Top = 89 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 141 Top = 89 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end