mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 05:29:29 +02:00
IDE: fixed taborder in codeexplorer
git-svn-id: trunk@31302 -
This commit is contained in:
parent
ab2b327fd3
commit
13d4799365
@ -3,7 +3,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
Height = 517
|
Height = 517
|
||||||
Top = 136
|
Top = 136
|
||||||
Width = 220
|
Width = 220
|
||||||
ActiveControl = MainNotebook
|
ActiveControl = CodeFilterEdit
|
||||||
Caption = 'CodeExplorerView'
|
Caption = 'CodeExplorerView'
|
||||||
ClientHeight = 517
|
ClientHeight = 517
|
||||||
ClientWidth = 220
|
ClientWidth = 220
|
||||||
@ -24,12 +24,12 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
OnPageChanged = MainNotebookPageChanged
|
OnPageChanged = MainNotebookPageChanged
|
||||||
object CodePage: TTabSheet
|
object CodePage: TTabSheet
|
||||||
Caption = 'CodePage'
|
Caption = 'CodePage'
|
||||||
ClientHeight = 482
|
ClientHeight = 488
|
||||||
ClientWidth = 216
|
ClientWidth = 216
|
||||||
object CodeTreeview: TTreeView
|
object CodeTreeview: TTreeView
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 454
|
Height = 464
|
||||||
Top = 28
|
Top = 24
|
||||||
Width = 216
|
Width = 216
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
@ -39,7 +39,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
PopupMenu = TreePopupmenu
|
PopupMenu = TreePopupmenu
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
RightClickSelect = True
|
RightClickSelect = True
|
||||||
TabOrder = 0
|
TabOrder = 1
|
||||||
OnDblClick = CodeTreeviewDblClick
|
OnDblClick = CodeTreeviewDblClick
|
||||||
OnDeletion = CodeTreeviewDeletion
|
OnDeletion = CodeTreeviewDeletion
|
||||||
OnKeyUp = CodeTreeviewKeyUp
|
OnKeyUp = CodeTreeviewKeyUp
|
||||||
@ -47,21 +47,21 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
end
|
end
|
||||||
object CodeTreeviewButtonPanel: TPanel
|
object CodeTreeviewButtonPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 216
|
Width = 216
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 27
|
ClientHeight = 23
|
||||||
ClientWidth = 216
|
ClientWidth = 216
|
||||||
TabOrder = 1
|
TabOrder = 0
|
||||||
object CodeFilterEdit: TEdit
|
object CodeFilterEdit: TEdit
|
||||||
AnchorSideLeft.Control = CodeTreeviewButtonPanel
|
AnchorSideLeft.Control = CodeTreeviewButtonPanel
|
||||||
AnchorSideTop.Control = CodeTreeviewButtonPanel
|
AnchorSideTop.Control = CodeTreeviewButtonPanel
|
||||||
AnchorSideRight.Control = CodeRefreshSpeedButton
|
AnchorSideRight.Control = CodeRefreshSpeedButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 147
|
Width = 147
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -75,7 +75,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideBottom.Control = CodeFilterEdit
|
AnchorSideBottom.Control = CodeFilterEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 147
|
Left = 147
|
||||||
Height = 26
|
Height = 22
|
||||||
Hint = 'Refresh CodeExplorer'
|
Hint = 'Refresh CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -91,7 +91,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 170
|
Left = 170
|
||||||
Height = 26
|
Height = 22
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
@ -107,7 +107,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 193
|
Left = 193
|
||||||
Height = 26
|
Height = 22
|
||||||
Hint = 'Options for CodeExplorer'
|
Hint = 'Options for CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -122,23 +122,23 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
end
|
end
|
||||||
object DirectivesPage: TTabSheet
|
object DirectivesPage: TTabSheet
|
||||||
Caption = 'DirectivesPage'
|
Caption = 'DirectivesPage'
|
||||||
ClientHeight = 482
|
ClientHeight = 488
|
||||||
ClientWidth = 216
|
ClientWidth = 216
|
||||||
object DirTreeviewButtonPanel: TPanel
|
object DirTreeviewButtonPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 216
|
Width = 216
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 27
|
ClientHeight = 23
|
||||||
ClientWidth = 216
|
ClientWidth = 216
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object DirectivesFilterEdit: TEdit
|
object DirectivesFilterEdit: TEdit
|
||||||
AnchorSideRight.Control = DirRefreshSpeedButton
|
AnchorSideRight.Control = DirRefreshSpeedButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 170
|
Width = 170
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -151,7 +151,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideBottom.Control = DirectivesFilterEdit
|
AnchorSideBottom.Control = DirectivesFilterEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 170
|
Left = 170
|
||||||
Height = 26
|
Height = 22
|
||||||
Hint = 'Refresh CodeExplorer'
|
Hint = 'Refresh CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -168,7 +168,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideBottom.Control = DirRefreshSpeedButton
|
AnchorSideBottom.Control = DirRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 193
|
Left = 193
|
||||||
Height = 26
|
Height = 22
|
||||||
Hint = 'Options for CodeExplorer'
|
Hint = 'Options for CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -184,8 +184,8 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideTop.Control = DirTreeviewButtonPanel
|
AnchorSideTop.Control = DirTreeviewButtonPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 454
|
Height = 464
|
||||||
Top = 28
|
Top = 24
|
||||||
Width = 216
|
Width = 216
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
|
Loading…
Reference in New Issue
Block a user