mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:19:18 +02:00
IDE: fixed layout codeexplorer
git-svn-id: trunk@41863 -
This commit is contained in:
parent
74435823d2
commit
039b3e12c9
@ -12,12 +12,11 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
LCLVersion = '1.1'
|
LCLVersion = '1.1'
|
||||||
object MainNotebook: TPageControl
|
object MainNotebook: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 515
|
Height = 517
|
||||||
Top = 2
|
Top = 0
|
||||||
Width = 220
|
Width = 220
|
||||||
ActivePage = DirectivesPage
|
ActivePage = DirectivesPage
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 2
|
|
||||||
TabIndex = 1
|
TabIndex = 1
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnChange = MainNotebookPageChanged
|
OnChange = MainNotebookPageChanged
|
||||||
@ -118,25 +117,25 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
end
|
end
|
||||||
object DirectivesPage: TTabSheet
|
object DirectivesPage: TTabSheet
|
||||||
Caption = 'DirectivesPage'
|
Caption = 'DirectivesPage'
|
||||||
ClientHeight = 485
|
ClientHeight = 478
|
||||||
ClientWidth = 212
|
ClientWidth = 214
|
||||||
object DirTreeviewButtonPanel: TPanel
|
object DirTreeviewButtonPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 23
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 212
|
Width = 214
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 23
|
ClientHeight = 22
|
||||||
ClientWidth = 212
|
ClientWidth = 214
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object DirectivesFilterEdit: TEdit
|
object DirectivesFilterEdit: TEdit
|
||||||
AnchorSideRight.Control = DirRefreshSpeedButton
|
AnchorSideRight.Control = DirRefreshSpeedButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 23
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 166
|
Width = 168
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
OnChange = DirectivesFilterEditChange
|
OnChange = DirectivesFilterEditChange
|
||||||
OnEnter = DirectivesFilterEditEnter
|
OnEnter = DirectivesFilterEditEnter
|
||||||
@ -148,8 +147,8 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Control = DirOptionsSpeedButton
|
AnchorSideRight.Control = DirOptionsSpeedButton
|
||||||
AnchorSideBottom.Control = DirectivesFilterEdit
|
AnchorSideBottom.Control = DirectivesFilterEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 166
|
Left = 168
|
||||||
Height = 22
|
Height = 21
|
||||||
Hint = 'Refresh CodeExplorer'
|
Hint = 'Refresh CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -164,8 +163,8 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = DirRefreshSpeedButton
|
AnchorSideBottom.Control = DirRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 189
|
Left = 191
|
||||||
Height = 22
|
Height = 21
|
||||||
Hint = 'Options for CodeExplorer'
|
Hint = 'Options for CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -180,9 +179,9 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideTop.Control = DirTreeviewButtonPanel
|
AnchorSideTop.Control = DirTreeviewButtonPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 461
|
Height = 455
|
||||||
Top = 24
|
Top = 23
|
||||||
Width = 212
|
Width = 214
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user