lazarus/packager/pkggraphexplorer.lfm
mattias de0f8578f0 set some TTreeView.ReadOnly to true
git-svn-id: trunk@18361 -
2009-01-20 20:20:52 +00:00

126 lines
2.7 KiB
Plaintext

object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
Left = 369
Height = 413
Top = 239
Width = 462
ActiveControl = InfoMemo
Caption = 'PkgGraphExplorerDlg'
ClientHeight = 413
ClientWidth = 462
KeyPreview = True
OnShow = PkgGraphExplorerShow
Position = poScreenCenter
LCLVersion = '0.9.27'
object InfoMemo: TMemo
Left = 0
Height = 144
Top = 269
Width = 462
Align = alBottom
Lines.Strings = (
'InfoMemo'
)
OnKeyDown = InfoMemoKeyDown
TabOrder = 0
end
object VerticalSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 264
Width = 462
Align = alBottom
ResizeAnchor = akBottom
end
object PkgListPanel: TPanel
Left = 233
Height = 264
Top = 0
Width = 229
Align = alRight
BevelOuter = bvNone
ClientHeight = 264
ClientWidth = 229
TabOrder = 1
object PkgListLabel: TLabel
Left = 6
Height = 13
Top = 6
Width = 217
Align = alTop
BorderSpacing.Around = 6
Caption = 'PkgListLabel'
ParentColor = False
end
object PkgListBox: TListBox
Left = 0
Height = 239
Top = 25
Width = 229
Align = alClient
ClickOnSelChange = False
ItemHeight = 0
OnClick = PkgListBoxClick
OnDblClick = PkgListBoxDblClick
OnKeyDown = InfoMemoKeyDown
TabOrder = 0
TopIndex = -1
end
end
object HorizontalSplitter: TSplitter
Left = 229
Height = 264
Top = 0
Width = 4
Align = alRight
ResizeAnchor = akRight
end
object PkgTreePanel: TPanel
Left = 0
Height = 264
Top = 0
Width = 229
Align = alClient
BevelOuter = bvNone
ClientHeight = 264
ClientWidth = 229
TabOrder = 2
object PkgTreeLabel: TLabel
Left = 6
Height = 13
Top = 6
Width = 217
Align = alTop
BorderSpacing.Around = 6
Caption = 'PkgTreeLabel'
ParentColor = False
end
object PkgTreeView: TTreeView
Left = 0
Height = 239
Top = 25
Width = 229
Align = alClient
DefaultItemHeight = 19
PopupMenu = PkgPopupMenu
ReadOnly = True
RightClickSelect = True
TabOrder = 0
OnDblClick = PkgTreeViewDblClick
OnExpanding = PkgTreeViewExpanding
OnKeyDown = InfoMemoKeyDown
OnSelectionChanged = PkgTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end
object PkgPopupMenu: TPopupMenu
OnPopup = PkgPopupMenuPopup
left = 32
top = 40
object UninstallMenuItem: TMenuItem
Caption = 'New Item1'
OnClick = UninstallMenuItemClick
end
end
end