object FileGrepWindow: TFileGrepWindow Left = 218 Top = 127 Width = 465 Height = 156 HelpContext = 24965 Caption = 'Search Source Path' ParentFont = True Position = poScreenCenter Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 457 Height = 99 Align = alClient BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 6 Top = 13 Width = 67 Height = 13 Caption = 'Search String:' end object Label2: TLabel Left = 6 Top = 68 Width = 62 Height = 13 Caption = 'Search Path:' end object ComboBox1: TComboBox Left = 83 Top = 10 Width = 307 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = ComboBox1Change end object CheckBox1: TCheckBox Left = 83 Top = 37 Width = 112 Height = 14 Caption = '&Case Sensitive' TabOrder = 1 end object CheckBox2: TCheckBox Left = 199 Top = 37 Width = 149 Height = 14 Caption = '&Recurse Subdirectories' State = cbChecked TabOrder = 2 end object eSearchPath: TComboBox Left = 83 Top = 64 Width = 307 Height = 21 ItemHeight = 13 TabOrder = 3 OnChange = eSearchPathChange end object Button1: TButton Left = 397 Top = 64 Width = 45 Height = 21 Caption = '&Edit' TabOrder = 4 OnClick = Button1Click end end object Panel2: TPanel Left = 0 Top = 99 Width = 457 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 1 object cbClose: TButton Left = 315 Top = 6 Width = 62 Height = 20 Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = cbCloseClick end object cbStart: TButton Left = 247 Top = 6 Width = 62 Height = 20 Caption = 'Start' Default = True Enabled = False TabOrder = 0 OnClick = cbStartClick end object ButtonHelp: TButton Left = 383 Top = 6 Width = 62 Height = 20 Cancel = True Caption = '&Help' TabOrder = 2 OnClick = ButtonHelpClick end end end