object SrchDialog: TSrchDialog Left = 318 Top = 177 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Text' ClientHeight = 248 ClientWidth = 372 Color = clBtnFace ParentFont = True OldCreateOrder = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl: TPageControl Left = 2 Top = 1 Width = 367 Height = 213 ActivePage = FileFindPage TabOrder = 3 OnChanging = PageControlChanging object EditorFindPage: TTabSheet Caption = 'Find' object Label1: TLabel Left = 8 Top = 11 Width = 90 Height = 16 AutoSize = False Caption = '&Text to find:' FocusControl = SearchText WordWrap = True end object SearchText: THistoryPropComboBox Left = 77 Top = 8 Width = 278 Height = 21 ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlSearchText' end object OptionsGroup: TGroupBox Left = 8 Top = 36 Width = 168 Height = 80 Caption = 'Options' TabOrder = 1 object CaseSense: TPropCheckBox Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&Case sensitive' PropField = 'Case Sensitive' PropSet = EnvironmentOptions.SearchOptions TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object WholeWords: TPropCheckBox Left = 8 Top = 36 Width = 153 Height = 18 TabStop = False Caption = '&Whole words only' PropField = 'Whole Words' PropSet = EnvironmentOptions.SearchOptions TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object RegExp: TPropCheckBox Left = 8 Top = 56 Width = 153 Height = 18 TabStop = False Caption = '&Regular expressions' PropField = 'Regular Expression' PropSet = EnvironmentOptions.SearchOptions TabOrder = 2 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object DirectionGroup: TGroupBox Left = 185 Top = 36 Width = 170 Height = 81 Caption = 'Direction' TabOrder = 2 object ForwardDir: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = 'Forwar&d' Checked = True TabOrder = 0 TabStop = True OnClick = ForwardDirClick end object BackwardDir: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '&Backward' TabOrder = 1 OnClick = ForwardDirClick end end object OriginGroup: TGroupBox Left = 185 Top = 120 Width = 170 Height = 60 Caption = 'Origin' TabOrder = 4 object FromCursor: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&From cursor' Checked = True TabOrder = 0 TabStop = True OnClick = FromCursorClick end object EntireScope: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '&Entire scope' TabOrder = 1 OnClick = FromCursorClick end end object ScopeGroup: TGroupBox Left = 8 Top = 120 Width = 168 Height = 60 Caption = 'Scope' TabOrder = 3 object GlobalScope: TRadioButton Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&Global' Checked = True TabOrder = 0 TabStop = True OnClick = GlobalScopeClick end object SelectedText: TRadioButton Left = 8 Top = 36 Width = 153 Height = 18 Caption = '&Selected text' TabOrder = 1 OnClick = GlobalScopeClick end end end object FileFindPage: TTabSheet Caption = 'Find in Files' object Label3: TLabel Left = 8 Top = 11 Width = 90 Height = 16 AutoSize = False Caption = '&Text to find:' FocusControl = FileSearchText WordWrap = True end object FileSearchText: THistoryPropComboBox Left = 77 Top = 8 Width = 278 Height = 21 ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlSearchText' end object GroupBox2: TGroupBox Left = 8 Top = 36 Width = 168 Height = 80 Caption = 'Options' TabOrder = 1 object FileCaseSense: TPropCheckBox Left = 8 Top = 16 Width = 153 Height = 18 Caption = '&Case sensitive' PropField = 'Case Sensitive' PropSet = EnvironmentOptions.SearchOptions TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object FileWholeWords: TPropCheckBox Left = 8 Top = 36 Width = 153 Height = 18 TabStop = False Caption = '&Whole words only' PropField = 'Whole Words' PropSet = EnvironmentOptions.SearchOptions TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object FileRegExp: TPropCheckBox Left = 8 Top = 56 Width = 153 Height = 18 TabStop = False Caption = '&Regular expressions' PropField = 'Regular Expression' PropSet = EnvironmentOptions.SearchOptions TabOrder = 2 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object GroupBox3: TGroupBox Left = 185 Top = 36 Width = 170 Height = 81 Caption = 'Where' TabOrder = 2 object SearchOpen: TRadioButton Left = 8 Top = 36 Width = 153 Height = 17 Caption = 'Search all &open files' TabOrder = 1 OnClick = SearchLocationClick end object SearchProject: TRadioButton Left = 8 Top = 16 Width = 153 Height = 17 Caption = 'Search all files in &project' Checked = True TabOrder = 0 TabStop = True OnClick = SearchLocationClick end object SearchDirectory: TRadioButton Left = 8 Top = 56 Width = 149 Height = 17 Caption = 'Search in &directories' TabOrder = 2 OnClick = SearchLocationClick end end object GroupBox4: TGroupBox Left = 8 Top = 120 Width = 347 Height = 62 Caption = 'Search Directory Options' TabOrder = 3 object Label2: TLabel Left = 8 Top = 18 Width = 47 Height = 13 Caption = 'File &mask:' FocusControl = DirSpec end object DirSpec: THistoryPropComboBox Left = 72 Top = 15 Width = 193 Height = 21 PropField = 'File Mask' PropSet = EnvironmentOptions.SearchOptions Enabled = False ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlFileMasks' end object IncludeSubDirs: TPropCheckBox Left = 73 Top = 40 Width = 153 Height = 17 Caption = 'Include &subdirectories' PropField = 'Include Sub Dirs' PropSet = EnvironmentOptions.SearchOptions Enabled = False TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object BrowseButton: TButton Left = 272 Top = 14 Width = 69 Height = 23 Caption = '&Browse...' Enabled = False TabOrder = 2 OnClick = BrowseButtonClick end end end end object OKButton: TButton Left = 130 Top = 219 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 212 Top = 219 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 294 Top = 219 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end end