1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
object PkgGraphExplorerDlg: TPkgGraphExplorerDlg
Left = 369
Height = 514
Top = 239
Width = 675
Caption = 'PkgGraphExplorerDlg'
ClientHeight = 514
ClientWidth = 675
KeyPreview = True
OnCreate = FormCreate
OnShow = PkgGraphExplorerShow
LCLVersion = '2.1.0.0'
object InfoMemo: TMemo
Left = 6
Height = 144
Top = 332
Width = 663
Align = alBottom
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Lines.Strings = (
'InfoMemo'
)
OnKeyDown = InfoMemoKeyDown
ReadOnly = True
TabOrder = 1
end
object VerticalSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 6
Top = 326
Width = 675
Align = alBottom
ResizeAnchor = akBottom
end
object Panel1: TPanel
Left = 0
Height = 326
Top = 0
Width = 675
Align = alClient
BevelOuter = bvNone
Caption = 'Panel1'
ClientHeight = 326
ClientWidth = 675
TabOrder = 0
object LvlGraphControl1: TLvlGraphControl
Left = 206
Height = 320
Top = 6
Width = 463
Align = alClient
BorderSpacing.Top = 6
BorderSpacing.Right = 6
NodeStyle.Shape = lgnsNone
NodeStyle.GapTop = 2
NodeStyle.GapBottom = 6
NodeStyle.DefaultImageIndex = -1
NodeStyle.Coloring = lgncRGB
OnDblClick = LvlGraphControl1DblClick
OnSelectionChanged = LvlGraphControl1SelectionChanged
ParentColor = True
ParentShowHint = False
PopupMenu = PkgPopupMenu
TabOrder = 2
TabStop = False
end
object PkgTreeView: TTreeView
Left = 6
Height = 320
Top = 6
Width = 194
Align = alLeft
BorderSpacing.Left = 6
BorderSpacing.Top = 6
PopupMenu = PkgPopupMenu
ReadOnly = True
TabOrder = 0
OnDblClick = PkgTreeViewDblClick
OnExpanding = PkgTreeViewExpanding
OnSelectionChanged = PkgTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object Splitter1: TSplitter
Left = 200
Height = 326
Top = 0
Width = 6
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 26
Top = 482
Width = 663
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 3
ShowButtons = [pbOK, pbHelp]
ShowBevel = False
end
object PkgPopupMenu: TPopupMenu
OnPopup = PkgPopupMenuPopup
left = 32
top = 40
object UninstallMenuItem: TMenuItem
Caption = 'Uninstall'
OnClick = UninstallMenuItemClick
end
object CleanPkgDepsMenuItem: TMenuItem
Caption = 'Unneeded dependencies'
OnClick = CleanPkgDepsMenuItemClick
end
end
end
|