lazarus/ide/findinfilesdlg.lfm
2006-12-01 09:54:59 +00:00

239 lines
6.1 KiB
Plaintext

object LazFindInFilesDialog: TLazFindInFilesDialog
Left = 391
Height = 460
Top = 158
Width = 420
HorzScrollBar.Page = 419
VertScrollBar.Page = 459
ActiveControl = TextToFindComboBox
Caption = 'Find in files'
Constraints.MinHeight = 400
Constraints.MinWidth = 260
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
object TextToFindLabel: TLabel
AnchorSideTop.Control = TextToFindComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 9
Width = 65
Caption = 'Text To Find:'
Color = clNone
ParentColor = False
end
object TextToFindComboBox: TComboBox
AnchorSideLeft.Control = TextToFindLabel
AnchorSideLeft.Side = asrBottom
Left = 77
Height = 21
Top = 6
Width = 337
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
BorderSpacing.InnerBorder = 6
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
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'
Enabled = False
TabOrder = 3
object DirectoryLabel: TLabel
Left = 6
Height = 14
Top = 8
Width = 49
Caption = 'Directory:'
Color = clNone
ParentColor = False
end
object FileMaskLabel: TLabel
Left = 6
Height = 14
Top = 38
Width = 121
Caption = 'File mask (*;*.*;*.bak?):'
Color = clNone
ParentColor = False
end
object DirectoryComboBox: TComboBox
AnchorSideLeft.Control = DirectoryLabel
AnchorSideLeft.Side = asrBottom
Left = 55
Height = 21
Top = 6
Width = 285
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 0
end
object DirectoryBrowse: TBitBtn
Left = 346
Height = 21
Top = 6
Width = 21
Anchors = [akTop, akRight]
Caption = '...'
Layout = blGlyphTop
NumGlyphs = 0
OnClick = DirectoryBrowseClick
TabOrder = 1
end
object FileMaskComboBox: TComboBox
Left = 6
Height = 21
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 = 13
Top = 92
Width = 126
Caption = 'Include sub directories'
TabOrder = 3
end
end
object OKButton: TButton
AnchorSideRight.Control = CancelButton
Left = 249
Height = 25
Top = 428
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 9
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
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 = 25
Top = 429
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
ModalResult = 2
TabOrder = 5
end
object ReplaceTextComboBox: TComboBox
AnchorSideLeft.Control = ReplaceCheckBox
AnchorSideLeft.Side = asrBottom
Left = 71
Height = 21
Top = 33
Width = 343
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 = 13
Top = 37
Width = 60
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