mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 19:19:50 +02:00
IDE: find in files: activecontrol
git-svn-id: trunk@31113 -
This commit is contained in:
parent
338c22fd29
commit
af1ebf7837
@ -3,6 +3,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
Height = 400
|
||||
Top = 154
|
||||
Width = 441
|
||||
ActiveControl = TextToFindComboBox
|
||||
AutoSize = True
|
||||
Caption = 'Find in files'
|
||||
ClientHeight = 400
|
||||
@ -19,8 +20,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 71
|
||||
Top = 58
|
||||
Height = 83
|
||||
Top = 72
|
||||
Width = 429
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
@ -56,8 +57,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 98
|
||||
Top = 135
|
||||
Height = 111
|
||||
Top = 161
|
||||
Width = 429
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
@ -74,8 +75,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 81
|
||||
ClientWidth = 425
|
||||
ClientHeight = 90
|
||||
ClientWidth = 421
|
||||
ItemIndex = 1
|
||||
Items.Strings = (
|
||||
'search all files in project'
|
||||
@ -92,15 +93,15 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 239
|
||||
Height = 129
|
||||
Top = 278
|
||||
Width = 429
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Directory Options'
|
||||
ClientHeight = 91
|
||||
ClientWidth = 425
|
||||
ClientHeight = 108
|
||||
ClientWidth = 421
|
||||
Enabled = False
|
||||
TabOrder = 5
|
||||
object DirectoryLabel: TLabel
|
||||
@ -108,9 +109,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = DirectoryComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 55
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 68
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Directory:'
|
||||
ParentColor = False
|
||||
@ -120,9 +121,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = DirectoryComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 38
|
||||
Width = 56
|
||||
Height = 18
|
||||
Top = 45
|
||||
Width = 65
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 12
|
||||
Caption = 'File mask'
|
||||
@ -133,10 +134,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = DirectoryOptionsGroupBox
|
||||
AnchorSideRight.Control = DirectoryBrowse
|
||||
Left = 67
|
||||
Height = 20
|
||||
Left = 80
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 271
|
||||
Width = 244
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -149,10 +150,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = DirectoryComboBox
|
||||
AnchorSideRight.Control = DirectoryOptionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 344
|
||||
Height = 23
|
||||
Left = 330
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 75
|
||||
Width = 85
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -169,10 +170,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = DirectoryComboBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 68
|
||||
Height = 20
|
||||
Top = 35
|
||||
Width = 270
|
||||
Left = 77
|
||||
Height = 27
|
||||
Top = 41
|
||||
Width = 247
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
ItemHeight = 0
|
||||
@ -184,9 +185,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = FileMaskComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 67
|
||||
Width = 154
|
||||
Height = 22
|
||||
Top = 80
|
||||
Width = 180
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 12
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -198,8 +199,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
end
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 32
|
||||
Top = 362
|
||||
Height = 34
|
||||
Top = 360
|
||||
Width = 429
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.Caption = '&OK'
|
||||
@ -221,10 +222,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 80
|
||||
Height = 20
|
||||
Top = 32
|
||||
Width = 355
|
||||
Left = 94
|
||||
Height = 27
|
||||
Top = 39
|
||||
Width = 341
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
@ -241,9 +242,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = ReplaceTextComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 33
|
||||
Width = 68
|
||||
Height = 22
|
||||
Top = 41
|
||||
Width = 82
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Replace'
|
||||
Enabled = False
|
||||
@ -255,9 +256,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = TextToFindComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 69
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 85
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Text To Find:'
|
||||
ParentColor = False
|
||||
@ -268,10 +269,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 81
|
||||
Height = 20
|
||||
Left = 97
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 354
|
||||
Width = 338
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
|
Loading…
Reference in New Issue
Block a user