IDE: Fix tab orders in "Find in Files" dialog

git-svn-id: trunk@30326 -
This commit is contained in:
juha 2011-04-16 17:15:41 +00:00
parent eb5924a313
commit 9d42901baa

View File

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