lazarus/components/codetools/ide/codyunitdepwnd.lfm
mattias decc5791e4 cody: lvlgraph.clear
git-svn-id: trunk@40345 -
2013-02-18 19:27:30 +00:00

134 lines
3.4 KiB
Plaintext

object UnitDependenciesDialog: TUnitDependenciesDialog
Left = 235
Height = 477
Top = 232
Width = 669
Caption = 'UnitDependenciesDialog'
ClientHeight = 477
ClientWidth = 669
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.1'
object BtnPanel: TPanel
Left = 0
Height = 41
Top = 436
Width = 669
Align = alBottom
AutoSize = True
ClientHeight = 41
ClientWidth = 669
TabOrder = 0
object CloseBitBtn: TBitBtn
AnchorSideRight.Control = BtnPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom
Left = 585
Height = 27
Top = 7
Width = 77
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'CloseBitBtn'
OnClick = CloseBitBtnClick
TabOrder = 0
end
end
object ProgressBar1: TProgressBar
Left = 0
Height = 20
Top = 416
Width = 669
Align = alBottom
TabOrder = 1
end
object MainPageControl: TPageControl
Left = 0
Height = 416
Top = 0
Width = 669
ActivePage = GroupsTabSheet
Align = alClient
TabIndex = 1
TabOrder = 2
object UnitsTabSheet: TTabSheet
Caption = 'UnitsTabSheet'
ClientHeight = 387
ClientWidth = 665
object CurUnitPanel: TPanel
Left = 0
Height = 387
Top = 0
Width = 155
Align = alLeft
Caption = 'CurUnitPanel'
ClientHeight = 387
ClientWidth = 155
TabOrder = 0
object CurUnitTreeFilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = CurUnitPanel
AnchorSideTop.Control = CurUnitPanel
AnchorSideRight.Side = asrBottom
Left = 1
Height = 25
Top = 1
Width = 109
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
FilteredTreeview = CurUnitTreeView
end
object CurUnitTreeView: TTreeView
AnchorSideLeft.Control = CurUnitTreeFilterEdit
AnchorSideTop.Control = CurUnitTreeFilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CurUnitPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CurUnitPanel
AnchorSideBottom.Side = asrBottom
Left = 1
Height = 360
Top = 26
Width = 153
Anchors = [akTop, akLeft, akRight, akBottom]
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 1
OnSelectionChanged = CurUnitTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
object CurUnitSplitter: TSplitter
Left = 155
Height = 387
Top = 0
Width = 5
end
end
object GroupsTabSheet: TTabSheet
Caption = 'GroupsTabSheet'
ClientHeight = 387
ClientWidth = 665
object GroupsSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 0
Width = 665
Align = alTop
ResizeAnchor = akTop
end
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
left = 230
top = 187
end
end