lazarus/packager/pkggraphexplorer.lfm
paul 0312cb2ee4 - replaced old images with modern from silk and own painting:
debugger images, most packages images, misc
- ide dialogs switched to use common image list instead of their own:
compileroptions, projectinspector, packageeditor, pkggraphexplorer

git-svn-id: trunk@11126 -
2007-05-11 02:40:08 +00:00

126 lines
2.8 KiB
Plaintext

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