mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 03:57:23 +01:00
235 lines
6.1 KiB
Plaintext
235 lines
6.1 KiB
Plaintext
object LazFindInFilesDialog: TLazFindInFilesDialog
|
|
Left = 379
|
|
Height = 530
|
|
Top = 155
|
|
Width = 420
|
|
ActiveControl = TextToFindComboBox
|
|
Caption = 'Find in files'
|
|
ClientHeight = 530
|
|
ClientWidth = 420
|
|
Constraints.MinHeight = 400
|
|
Constraints.MinWidth = 260
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object TextToFindLabel: TLabel
|
|
AnchorSideTop.Control = TextToFindComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 11
|
|
Width = 76
|
|
Caption = 'Text To Find:'
|
|
ParentColor = False
|
|
end
|
|
object TextToFindComboBox: TComboBox
|
|
AnchorSideLeft.Control = TextToFindLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 88
|
|
Height = 29
|
|
Top = 6
|
|
Width = 326
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
BorderSpacing.Left = 6
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object OptionsCheckGroupBox: TCheckGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ReplaceTextComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 137
|
|
Top = 72
|
|
Width = 408
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Around = 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
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = OptionsCheckGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 109
|
|
Top = 215
|
|
Width = 408
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
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 = 90
|
|
ClientWidth = 404
|
|
ItemIndex = 1
|
|
Items.Strings = (
|
|
'search all files in project'
|
|
'search all open files'
|
|
'search in directories'
|
|
)
|
|
OnClick = WhereRadioGroupClick
|
|
TabOrder = 2
|
|
TabStop = True
|
|
end
|
|
object DirectoryOptionsGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = WhereRadioGroup
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonPanel1
|
|
Left = 6
|
|
Height = 156
|
|
Top = 330
|
|
Width = 408
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Directory Options'
|
|
ClientHeight = 137
|
|
ClientWidth = 404
|
|
Enabled = False
|
|
TabOrder = 3
|
|
object DirectoryLabel: TLabel
|
|
Left = 6
|
|
Height = 18
|
|
Top = 8
|
|
Width = 62
|
|
Caption = 'Directory:'
|
|
ParentColor = False
|
|
end
|
|
object FileMaskLabel: TLabel
|
|
Left = 6
|
|
Height = 18
|
|
Top = 38
|
|
Width = 152
|
|
Caption = 'File mask (*;*.*;*.bak?):'
|
|
ParentColor = False
|
|
end
|
|
object DirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = DirectoryLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 68
|
|
Height = 29
|
|
Top = 6
|
|
Width = 272
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 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 = 29
|
|
Top = 56
|
|
Width = 334
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 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 ReplaceTextComboBox: TComboBox
|
|
AnchorSideLeft.Control = ReplaceCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextToFindComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 84
|
|
Height = 29
|
|
Top = 37
|
|
Width = 330
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
Enabled = False
|
|
ItemHeight = 0
|
|
TabOrder = 4
|
|
end
|
|
object ReplaceCheckBox: TCheckBox
|
|
AnchorSideTop.Control = ReplaceTextComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 5
|
|
Height = 22
|
|
Top = 40
|
|
Width = 73
|
|
Caption = 'Replace'
|
|
Enabled = False
|
|
OnChange = ReplaceCheckBoxChange
|
|
TabOrder = 5
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 32
|
|
Top = 492
|
|
Width = 408
|
|
TabOrder = 6
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowBevel = False
|
|
end
|
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
|
FilterIndex = 0
|
|
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
|
left = 260
|
|
top = 215
|
|
end
|
|
end
|