mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:39:15 +02:00
IDE: Fix tab orders in "Find in Files" dialog
git-svn-id: trunk@30326 -
This commit is contained in:
parent
eb5924a313
commit
9d42901baa
@ -1,7 +1,7 @@
|
|||||||
object LazFindInFilesDialog: TLazFindInFilesDialog
|
object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||||
Left = 379
|
Left = 359
|
||||||
Height = 454
|
Height = 454
|
||||||
Top = 155
|
Top = 164
|
||||||
Width = 516
|
Width = 516
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
@ -21,8 +21,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 74
|
Height = 71
|
||||||
Top = 64
|
Top = 58
|
||||||
Width = 504
|
Width = 504
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
@ -46,7 +46,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
'Regular expressions'
|
'Regular expressions'
|
||||||
'Multi Line'
|
'Multi Line'
|
||||||
)
|
)
|
||||||
TabOrder = 1
|
TabOrder = 3
|
||||||
Data = {
|
Data = {
|
||||||
0400000002020202
|
0400000002020202
|
||||||
}
|
}
|
||||||
@ -58,8 +58,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 99
|
Height = 98
|
||||||
Top = 144
|
Top = 135
|
||||||
Width = 504
|
Width = 504
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
@ -85,7 +85,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
'search in directories'
|
'search in directories'
|
||||||
)
|
)
|
||||||
OnClick = WhereRadioGroupClick
|
OnClick = WhereRadioGroupClick
|
||||||
TabOrder = 2
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object DirectoryOptionsGroupBox: TGroupBox
|
object DirectoryOptionsGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
@ -94,25 +94,25 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 141
|
Height = 131
|
||||||
Top = 249
|
Top = 239
|
||||||
Width = 504
|
Width = 504
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Directory Options'
|
Caption = 'Directory Options'
|
||||||
ClientHeight = 123
|
ClientHeight = 114
|
||||||
ClientWidth = 500
|
ClientWidth = 500
|
||||||
Enabled = False
|
Enabled = False
|
||||||
TabOrder = 3
|
TabOrder = 5
|
||||||
object DirectoryLabel: TLabel
|
object DirectoryLabel: TLabel
|
||||||
AnchorSideLeft.Control = DirectoryOptionsGroupBox
|
AnchorSideLeft.Control = DirectoryOptionsGroupBox
|
||||||
AnchorSideTop.Control = DirectoryComboBox
|
AnchorSideTop.Control = DirectoryComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 9
|
Top = 9
|
||||||
Width = 52
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'Directory:'
|
Caption = 'Directory:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -122,9 +122,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideTop.Control = DirectoryComboBox
|
AnchorSideTop.Control = DirectoryComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 41
|
Top = 38
|
||||||
Width = 120
|
Width = 136
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 12
|
BorderSpacing.Top = 12
|
||||||
Caption = 'File mask (*;*.*;*.bak?):'
|
Caption = 'File mask (*;*.*;*.bak?):'
|
||||||
@ -135,15 +135,15 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = DirectoryOptionsGroupBox
|
AnchorSideTop.Control = DirectoryOptionsGroupBox
|
||||||
AnchorSideRight.Control = DirectoryBrowse
|
AnchorSideRight.Control = DirectoryBrowse
|
||||||
Left = 64
|
Left = 67
|
||||||
Height = 23
|
Height = 20
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 389
|
Width = 346
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object DirectoryBrowse: TBitBtn
|
object DirectoryBrowse: TBitBtn
|
||||||
@ -151,10 +151,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideTop.Control = DirectoryComboBox
|
AnchorSideTop.Control = DirectoryComboBox
|
||||||
AnchorSideRight.Control = DirectoryOptionsGroupBox
|
AnchorSideRight.Control = DirectoryOptionsGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 459
|
Left = 419
|
||||||
Height = 25
|
Height = 23
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 35
|
Width = 75
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -171,13 +171,13 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideRight.Control = DirectoryComboBox
|
AnchorSideRight.Control = DirectoryComboBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 20
|
||||||
Top = 63
|
Top = 58
|
||||||
Width = 447
|
Width = 407
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 0
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Text = '*.pas;*.pp;*.inc'
|
Text = '*.pas;*.pp;*.inc'
|
||||||
end
|
end
|
||||||
@ -186,9 +186,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideTop.Control = FileMaskComboBox
|
AnchorSideTop.Control = FileMaskComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 18
|
||||||
Top = 98
|
Top = 90
|
||||||
Width = 139
|
Width = 154
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 12
|
BorderSpacing.Top = 12
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -198,8 +198,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
end
|
end
|
||||||
object ButtonPanel1: TButtonPanel
|
object ButtonPanel1: TButtonPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 26
|
Height = 32
|
||||||
Top = 422
|
Top = 416
|
||||||
Width = 504
|
Width = 504
|
||||||
OKButton.Name = 'OKButton'
|
OKButton.Name = 'OKButton'
|
||||||
OKButton.Caption = '&OK'
|
OKButton.Caption = '&OK'
|
||||||
@ -221,10 +221,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 73
|
Left = 80
|
||||||
Height = 23
|
Height = 20
|
||||||
Top = 35
|
Top = 32
|
||||||
Width = 437
|
Width = 430
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = True
|
AutoComplete = True
|
||||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||||
@ -233,29 +233,29 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Enabled = False
|
Enabled = False
|
||||||
ItemHeight = 15
|
ItemHeight = 0
|
||||||
TabOrder = 5
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object ReplaceCheckBox: TCheckBox
|
object ReplaceCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = ReplaceTextComboBox
|
AnchorSideTop.Control = ReplaceTextComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 18
|
||||||
Top = 37
|
Top = 33
|
||||||
Width = 61
|
Width = 68
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'Replace'
|
Caption = 'Replace'
|
||||||
Enabled = False
|
Enabled = False
|
||||||
OnChange = ReplaceCheckBoxChange
|
OnChange = ReplaceCheckBoxChange
|
||||||
TabOrder = 4
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object TextToFindLabel: TLabel
|
object TextToFindLabel: TLabel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = TextToFindComboBox
|
AnchorSideTop.Control = TextToFindComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 9
|
Top = 9
|
||||||
Width = 69
|
Width = 69
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -269,7 +269,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 81
|
Left = 81
|
||||||
Height = 23
|
Height = 20
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 429
|
Width = 429
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -278,7 +278,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
|||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object SelectDirectoryDialog: TSelectDirectoryDialog
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
||||||
|
Loading…
Reference in New Issue
Block a user