inherited Tempfiles2FRM: TTempfiles2FRM BorderStyle = bsDialog Caption = 'Define search criteria' ClientHeight = 203 ClientWidth = 353 Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 16 Top = 15 Width = 319 Height = 127 Caption = 'define search criteria' TabOrder = 0 object Label1: TLabel Left = 13 Top = 25 Width = 46 Height = 13 Caption = 'Searchpath' end object Suchmaske: TLabel Left = 13 Top = 68 Width = 56 Height = 13 Caption = 'Searchmask' end object SearchPathEDT: TEdit Left = 13 Top = 39 Width = 269 Height = 21 TabOrder = 0 end object RecurseCB: TCheckBox Left = 132 Top = 85 Width = 173 Height = 17 Caption = 'Include Subfolders' TabOrder = 1 end object SearchMaskEDT: TEdit Left = 13 Top = 82 Width = 103 Height = 21 TabOrder = 2 end object Button1: TButton Left = 285 Top = 39 Width = 22 Height = 22 Hint = 'browse folder' Caption = '...' TabOrder = 3 OnClick = Button1Click end end object OkBTN: TButton [1] Left = 89 Top = 164 Width = 82 Height = 22 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBTN: TButton [2] Left = 182 Top = 164 Width = 82 Height = 22 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end inherited MSOfficeCaption1: TMSOfficeCaption CaptionText.Caption = 'Define search criteria' end object BrowseDirectoryDlg1: TBrowseDirectoryDlg Title = 'Browse for Folder' Root = idDrives Options = [bfDirectoriesOnly] StatusText = 'Choose a folder to search in.' EnableOKButton = True Left = 297 Top = 23 end end