mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 15:52:32 +02:00
IDE: "Rename Identifier": fixed tab order
git-svn-id: trunk@39586 -
This commit is contained in:
parent
2f5e78124e
commit
6e4ec5bbb7
@ -64,7 +64,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|||||||
Width = 432
|
Width = 432
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 0
|
TabOrder = 2
|
||||||
Text = 'NewEdit'
|
Text = 'NewEdit'
|
||||||
end
|
end
|
||||||
object RenameCheckBox: TCheckBox
|
object RenameCheckBox: TCheckBox
|
||||||
@ -76,7 +76,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'RenameCheckBox'
|
Caption = 'RenameCheckBox'
|
||||||
OnChange = RenameCheckBoxChange
|
OnChange = RenameCheckBoxChange
|
||||||
TabOrder = 1
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object ShowResultCheckBox: TCheckBox
|
object ShowResultCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = NewGroupBox
|
AnchorSideLeft.Control = NewGroupBox
|
||||||
@ -91,7 +91,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ShowResultCheckBox'
|
Caption = 'ShowResultCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ScopeGroupBox: TGroupBox
|
object ScopeGroupBox: TGroupBox
|
||||||
@ -114,7 +114,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ScopeCommentsCheckBox'
|
Caption = 'ScopeCommentsCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object ScopeRadioGroup: TRadioGroup
|
object ScopeRadioGroup: TRadioGroup
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -142,7 +142,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|||||||
'in project/package owning file'
|
'in project/package owning file'
|
||||||
'in all open projects and packages'
|
'in all open projects and packages'
|
||||||
)
|
)
|
||||||
TabOrder = 1
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object ExtraFilesGroupBox: TGroupBox
|
object ExtraFilesGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
@ -155,7 +155,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
|||||||
Caption = 'ExtraFilesGroupBox'
|
Caption = 'ExtraFilesGroupBox'
|
||||||
ClientHeight = 35
|
ClientHeight = 35
|
||||||
ClientWidth = 428
|
ClientWidth = 428
|
||||||
TabOrder = 2
|
TabOrder = 1
|
||||||
object ExtraFilesEdit: TEdit
|
object ExtraFilesEdit: TEdit
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
|
Loading…
Reference in New Issue
Block a user