mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 05:03:02 +02:00
105 lines
2.5 KiB
Plaintext
105 lines
2.5 KiB
Plaintext
object UnitDependenciesDialog: TUnitDependenciesDialog
|
|
Left = 235
|
|
Height = 390
|
|
Top = 232
|
|
Width = 486
|
|
Caption = 'UnitDependenciesDialog'
|
|
ClientHeight = 390
|
|
ClientWidth = 486
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 41
|
|
Top = 349
|
|
Width = 486
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ClientHeight = 41
|
|
ClientWidth = 486
|
|
TabOrder = 0
|
|
object CloseBitBtn: TBitBtn
|
|
AnchorSideRight.Control = BtnPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BtnPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 402
|
|
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 = 329
|
|
Width = 486
|
|
Align = alBottom
|
|
TabOrder = 1
|
|
end
|
|
object CurUnitPanel: TPanel
|
|
Left = 0
|
|
Height = 329
|
|
Top = 0
|
|
Width = 155
|
|
Align = alLeft
|
|
Caption = 'CurUnitPanel'
|
|
ClientHeight = 329
|
|
ClientWidth = 155
|
|
TabOrder = 2
|
|
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 = 302
|
|
Top = 26
|
|
Width = 153
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
DefaultItemHeight = 18
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnSelectionChanged = CurUnitTreeViewSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
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 = 1
|
|
FilteredTreeview = CurUnitTreeView
|
|
end
|
|
end
|
|
object CurUnitSplitter: TSplitter
|
|
Left = 155
|
|
Height = 329
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
object Timer1: TTimer
|
|
OnTimer = Timer1Timer
|
|
left = 230
|
|
top = 187
|
|
end
|
|
end
|