object LazFindInFilesDialog: TLazFindInFilesDialog Left = 379 Height = 460 Top = 155 Width = 420 HorzScrollBar.Page = 419 VertScrollBar.Page = 459 ActiveControl = TextToFindComboBox Caption = 'Find in files' ClientHeight = 460 ClientWidth = 420 Constraints.MinHeight = 400 Constraints.MinWidth = 260 OnClose = FormClose OnCreate = FormCreate Position = poScreenCenter object TextToFindLabel: TLabel AnchorSideTop.Control = TextToFindComboBox AnchorSideTop.Side = asrCenter Left = 6 Height = 20 Top = 8 Width = 75 Caption = 'Text To Find:' ParentColor = False end object TextToFindComboBox: TComboBox AnchorSideLeft.Control = TextToFindLabel AnchorSideLeft.Side = asrBottom Left = 87 Height = 25 Top = 6 Width = 327 Anchors = [akTop, akLeft, akRight] AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] BorderSpacing.Left = 6 MaxLength = 0 TabOrder = 0 end object OptionsCheckGroupBox: TCheckGroup Left = 6 Height = 115 Top = 65 Width = 408 Anchors = [akTop, akLeft, akRight] AutoFill = True Caption = 'Options' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.HorizontalSpacing = 6 ChildSizing.VerticalSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 Items.Strings = ( 'Case sensitive' 'Whole words only' 'Regular expressions' 'Multi Line' ) TabOrder = 1 Data = { 0400000002020202 } end object WhereRadioGroup: TRadioGroup Left = 6 Height = 82 Top = 185 Width = 408 Anchors = [akTop, akLeft, akRight] AutoFill = True Caption = 'Where' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.HorizontalSpacing = 6 ChildSizing.VerticalSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 ClientHeight = 63 ClientWidth = 404 ItemIndex = 1 Items.Strings = ( 'search all files in project' 'search all open files' 'search in directories' ) OnClick = WhereRadioGroupClick TabOrder = 2 end object DirectoryOptionsGroupBox: TGroupBox Left = 6 Height = 139 Top = 275 Width = 408 Anchors = [akTop, akLeft, akRight, akBottom] Caption = 'Directory Options' ClientHeight = 120 ClientWidth = 404 Enabled = False TabOrder = 3 object DirectoryLabel: TLabel Left = 6 Height = 20 Top = 8 Width = 62 Caption = 'Directory:' ParentColor = False end object FileMaskLabel: TLabel Left = 6 Height = 20 Top = 38 Width = 152 Caption = 'File mask (*;*.*;*.bak?):' ParentColor = False end object DirectoryComboBox: TComboBox AnchorSideLeft.Control = DirectoryLabel AnchorSideLeft.Side = asrBottom Left = 68 Height = 25 Top = 6 Width = 272 Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 0 end object DirectoryBrowse: TBitBtn Left = 346 Height = 25 Top = 6 Width = 25 Anchors = [akTop, akRight] Caption = '...' Layout = blGlyphTop NumGlyphs = 0 OnClick = DirectoryBrowseClick TabOrder = 1 end object FileMaskComboBox: TComboBox Left = 6 Height = 25 Top = 56 Width = 334 Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 2 Text = '*.pas;*.pp;*.inc' end object IncludeSubDirsCheckBox: TCheckBox Left = 6 Height = 22 Top = 92 Width = 167 Caption = 'Include sub directories' TabOrder = 3 end end object OKButton: TButton AnchorSideRight.Control = CancelButton Left = 249 Height = 29 Top = 424 Width = 75 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Right = 9 BorderSpacing.Around = 6 Caption = 'OK' Constraints.MinWidth = 75 Default = True ModalResult = 1 TabOrder = 4 end object CancelButton: TButton AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 339 Height = 29 Top = 425 Width = 75 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 Cancel = True Caption = 'Cancel' Constraints.MinWidth = 75 ModalResult = 2 TabOrder = 5 end object ReplaceTextComboBox: TComboBox AnchorSideLeft.Control = ReplaceCheckBox AnchorSideLeft.Side = asrBottom Left = 84 Height = 25 Top = 33 Width = 330 Anchors = [akTop, akLeft, akRight] AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] BorderSpacing.Left = 6 Enabled = False MaxLength = 0 TabOrder = 6 end object ReplaceCheckBox: TCheckBox AnchorSideTop.Control = ReplaceTextComboBox AnchorSideTop.Side = asrCenter Left = 5 Height = 22 Top = 34 Width = 73 Caption = 'Replace' Enabled = False OnChange = ReplaceCheckBoxChange TabOrder = 7 end object SelectDirectoryDialog: TSelectDirectoryDialog Title = 'Select Directory' FilterIndex = 0 Options = [ofFileMustExist, ofEnableSizing, ofViewDetail] left = 260 top = 215 end end