mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 02:37:37 +01:00
IDE: code explorer: fixed layout
git-svn-id: trunk@26318 -
This commit is contained in:
parent
12c8d12347
commit
2787b3b9f6
@ -54,7 +54,7 @@ resourcestring
|
|||||||
adrsMovePageLeft = 'Move page left';
|
adrsMovePageLeft = 'Move page left';
|
||||||
adrsMovePageLeftmost = 'Move page leftmost';
|
adrsMovePageLeftmost = 'Move page leftmost';
|
||||||
adrsRequestedButCreated = '%s requested, but %s created';
|
adrsRequestedButCreated = '%s requested, but %s created';
|
||||||
adrsDragAndDockC = 'Drag and dock %c';
|
adrsDragAndDockC = 'Use the mouse to drag and dock window "%c"';
|
||||||
adrsMissingControlName = 'missing control name';
|
adrsMissingControlName = 'missing control name';
|
||||||
adrsModalFormsCanNotBeMadeDockable = 'modal forms can not be made dockable';
|
adrsModalFormsCanNotBeMadeDockable = 'modal forms can not be made dockable';
|
||||||
adrsControlIsAlreadyADocksite = 'control is already a docksite';
|
adrsControlIsAlreadyADocksite = 'control is already a docksite';
|
||||||
|
|||||||
@ -62,7 +62,7 @@ msgid "Docking options"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: anchordockstr.adrsdraganddockc
|
#: anchordockstr.adrsdraganddockc
|
||||||
msgid "Drag and dock %c"
|
msgid "Use the mouse to drag and dock window \"%c\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: anchordockstr.adrsdragthreshold
|
#: anchordockstr.adrsdragthreshold
|
||||||
|
|||||||
@ -2,11 +2,11 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
Left = 799
|
Left = 799
|
||||||
Height = 517
|
Height = 517
|
||||||
Top = 136
|
Top = 136
|
||||||
Width = 215
|
Width = 220
|
||||||
ActiveControl = MainNotebook
|
ActiveControl = MainNotebook
|
||||||
Caption = 'CodeExplorerView'
|
Caption = 'CodeExplorerView'
|
||||||
ClientHeight = 517
|
ClientHeight = 517
|
||||||
ClientWidth = 215
|
ClientWidth = 220
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OnCreate = CodeExplorerViewCREATE
|
OnCreate = CodeExplorerViewCREATE
|
||||||
OnDestroy = CodeExplorerViewDestroy
|
OnDestroy = CodeExplorerViewDestroy
|
||||||
@ -16,24 +16,25 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
Left = 0
|
Left = 0
|
||||||
Height = 515
|
Height = 515
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 215
|
Width = 220
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
OnPageChanged = MainNotebookPageChanged
|
OnPageChanged = MainNotebookPageChanged
|
||||||
PageIndex = 1
|
PageIndex = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object CodePage: TPage
|
object CodePage: TPage
|
||||||
Caption = 'CodePage'
|
Caption = 'CodePage'
|
||||||
ClientWidth = 213
|
ClientWidth = 216
|
||||||
ClientHeight = 488
|
ClientHeight = 482
|
||||||
object CodeTreeview: TTreeView
|
object CodeTreeview: TTreeView
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 462
|
Height = 454
|
||||||
Top = 26
|
Top = 28
|
||||||
Width = 213
|
Width = 216
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
|
DefaultItemHeight = 19
|
||||||
HideSelection = False
|
HideSelection = False
|
||||||
Images = Imagelist1
|
Images = Imagelist1
|
||||||
PopupMenu = TreePopupmenu
|
PopupMenu = TreePopupmenu
|
||||||
@ -47,16 +48,17 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
end
|
end
|
||||||
object CodeTreeviewButtonPanel: TPanel
|
object CodeTreeviewButtonPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 25
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 213
|
Width = 216
|
||||||
Align = alTop
|
Align = alTop
|
||||||
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 25
|
ClientHeight = 27
|
||||||
ClientWidth = 213
|
ClientWidth = 216
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object OptionsSpeedButton: TSpeedButton
|
object OptionsSpeedButton: TSpeedButton
|
||||||
Left = 186
|
Left = 189
|
||||||
Height = 22
|
Height = 22
|
||||||
Hint = 'Options for CodeExplorer'
|
Hint = 'Options for CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
@ -69,7 +71,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object RefreshSpeedButton: TSpeedButton
|
object RefreshSpeedButton: TSpeedButton
|
||||||
Left = 138
|
Left = 141
|
||||||
Height = 22
|
Height = 22
|
||||||
Hint = 'Refresh CodeExplorer'
|
Hint = 'Refresh CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
@ -82,7 +84,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object ModeSpeedButton: TSpeedButton
|
object ModeSpeedButton: TSpeedButton
|
||||||
Left = 162
|
Left = 165
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
@ -94,14 +96,13 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object CodeFilterEdit: TEdit
|
object CodeFilterEdit: TEdit
|
||||||
AnchorSideLeft.Control = CodePage
|
AnchorSideLeft.Control = CodeTreeviewButtonPanel
|
||||||
AnchorSideTop.Control = CodePage
|
AnchorSideTop.Control = CodeTreeviewButtonPanel
|
||||||
AnchorSideRight.Control = CodePage
|
AnchorSideRight.Control = RefreshSpeedButton
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 136
|
Width = 141
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
OnChange = CodeFilterEditChange
|
OnChange = CodeFilterEditChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user