mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 18:36:10 +02:00
*added tvoThemedDraw to package graph explorer.
git-svn-id: trunk@25183 -
This commit is contained in:
parent
4d0c5a0a67
commit
5f5b714b99
@ -10,7 +10,7 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OnShow = PkgGraphExplorerShow
|
OnShow = PkgGraphExplorerShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.27'
|
LCLVersion = '0.9.29'
|
||||||
object InfoMemo: TMemo
|
object InfoMemo: TMemo
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 144
|
Height = 144
|
||||||
@ -44,7 +44,7 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object PkgListLabel: TLabel
|
object PkgListLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 217
|
Width = 217
|
||||||
Align = alTop
|
Align = alTop
|
||||||
@ -54,8 +54,8 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
end
|
end
|
||||||
object PkgListBox: TListBox
|
object PkgListBox: TListBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 239
|
Height = 235
|
||||||
Top = 25
|
Top = 29
|
||||||
Width = 229
|
Width = 229
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClickOnSelChange = False
|
ClickOnSelChange = False
|
||||||
@ -64,7 +64,6 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
OnDblClick = PkgListBoxDblClick
|
OnDblClick = PkgListBoxDblClick
|
||||||
OnKeyDown = InfoMemoKeyDown
|
OnKeyDown = InfoMemoKeyDown
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object HorizontalSplitter: TSplitter
|
object HorizontalSplitter: TSplitter
|
||||||
@ -87,7 +86,7 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object PkgTreeLabel: TLabel
|
object PkgTreeLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 217
|
Width = 217
|
||||||
Align = alTop
|
Align = alTop
|
||||||
@ -97,11 +96,11 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
end
|
end
|
||||||
object PkgTreeView: TTreeView
|
object PkgTreeView: TTreeView
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 239
|
Height = 235
|
||||||
Top = 25
|
Top = 29
|
||||||
Width = 229
|
Width = 229
|
||||||
Align = alClient
|
Align = alClient
|
||||||
DefaultItemHeight = 19
|
DefaultItemHeight = 18
|
||||||
PopupMenu = PkgPopupMenu
|
PopupMenu = PkgPopupMenu
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
RightClickSelect = True
|
RightClickSelect = True
|
||||||
@ -110,7 +109,7 @@ object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
|
|||||||
OnExpanding = PkgTreeViewExpanding
|
OnExpanding = PkgTreeViewExpanding
|
||||||
OnKeyDown = InfoMemoKeyDown
|
OnKeyDown = InfoMemoKeyDown
|
||||||
OnSelectionChanged = PkgTreeViewSelectionChanged
|
OnSelectionChanged = PkgTreeViewSelectionChanged
|
||||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object PkgPopupMenu: TPopupMenu
|
object PkgPopupMenu: TPopupMenu
|
||||||
|
Loading…
Reference in New Issue
Block a user