lazarus/ide/unitdependencies.lfm

473 lines
15 KiB
Plaintext

object UnitDependenciesWindow: TUnitDependenciesWindow
Left = 504
Height = 440
Top = 399
Width = 620
Caption = 'UnitDependenciesWindow'
ClientHeight = 440
ClientWidth = 620
LCLVersion = '4.99.0.0'
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
object MainPageControl: TPageControl
Left = 0
Height = 409
Top = 0
Width = 620
ActivePage = UnitsTabSheet
Align = alClient
TabIndex = 0
TabOrder = 0
object UnitsTabSheet: TTabSheet
Caption = 'UnitsTabSheet'
ClientHeight = 381
ClientWidth = 612
object ScopePanel: TPanel
Left = 0
Height = 48
Top = 0
Width = 612
Align = alTop
AutoSize = True
BevelOuter = bvNone
ClientHeight = 48
ClientWidth = 612
TabOrder = 0
object SearchCustomFilesCheckBox: TCheckBox
AnchorSideLeft.Control = ScopePanel
AnchorSideTop.Control = SearchCustomFilesComboBox
AnchorSideTop.Side = asrCenter
Left = 2
Height = 19
Top = 4
Width = 170
BorderSpacing.Around = 2
Caption = 'SearchCustomFilesCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnChange = SearchCustomFilesCheckBoxChange
end
object SearchCustomFilesBrowseButton: TButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SearchCustomFilesComboBox
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ScopePanel
AnchorSideRight.Side = asrBottom
Left = 548
Height = 25
Top = 1
Width = 64
Anchors = [akTop, akRight]
AutoSize = True
Caption = 'Browse'
TabOrder = 2
OnClick = SearchCustomFilesBrowseButtonClick
end
object SearchCustomFilesComboBox: TComboBox
AnchorSideLeft.Control = SearchCustomFilesCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ScopePanel
AnchorSideRight.Control = SearchCustomFilesBrowseButton
Left = 174
Height = 23
Top = 2
Width = 372
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 2
ItemHeight = 15
TabOrder = 1
Text = 'SearchCustomFilesComboBox'
OnChange = SearchCustomFilesComboBoxChange
end
object SearchPkgsCheckBox: TCheckBox
AnchorSideLeft.Control = ScopePanel
AnchorSideTop.Control = SearchCustomFilesComboBox
AnchorSideTop.Side = asrBottom
Left = 2
Height = 19
Top = 27
Width = 130
BorderSpacing.Around = 2
Caption = 'SearchPkgsCheckBox'
TabOrder = 3
OnChange = SearchPkgsCheckBoxChange
end
object SearchSrcEditCheckBox: TCheckBox
AnchorSideLeft.Control = SearchPkgsCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SearchPkgsCheckBox
AnchorSideTop.Side = asrCenter
Left = 149
Height = 19
Top = 27
Width = 141
BorderSpacing.Left = 15
BorderSpacing.Around = 2
Caption = 'SearchSrcEditCheckBox'
Checked = True
State = cbChecked
TabOrder = 4
OnChange = SearchSrcEditCheckBoxChange
end
end
object AllUnitsGroupBox: TGroupBox
Left = 0
Height = 333
Top = 48
Width = 248
Align = alLeft
Caption = 'AllUnitsGroupBox'
ClientHeight = 313
ClientWidth = 244
TabOrder = 1
object AllUnitsShowGroupNodesSpeedButton: TSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AllUnitsFilterEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AllUnitsShowDirsSpeedButton
Left = 198
Height = 22
Top = 0
Width = 23
AllowAllUp = True
Anchors = [akTop, akRight]
GroupIndex = 12
ShowHint = True
ParentShowHint = False
OnClick = AllUnitsShowGroupNodesSpeedButtonClick
end
object AllUnitsShowDirsSpeedButton: TSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AllUnitsFilterEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AllUnitsGroupBox
AnchorSideRight.Side = asrBottom
Left = 221
Height = 22
Top = 0
Width = 23
AllowAllUp = True
Anchors = [akTop, akRight]
GroupIndex = 13
ShowHint = True
ParentShowHint = False
OnClick = AllUnitsShowDirsSpeedButtonClick
end
object AllUnitsFilterEdit: TEdit
AnchorSideLeft.Control = AllUnitsGroupBox
AnchorSideTop.Control = AllUnitsGroupBox
AnchorSideRight.Control = AllUnitsShowGroupNodesSpeedButton
Left = 0
Height = 23
Top = 0
Width = 198
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
OnChange = AllUnitsFilterEditChange
end
object AllUnitsSearchNextSpeedButton: TSpeedButton
AnchorSideTop.Control = AllUnitsSearchEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AllUnitsSearchPrevSpeedButton
Left = 198
Height = 22
Top = 290
Width = 23
Anchors = [akTop, akRight]
ShowHint = True
ParentShowHint = False
OnClick = AllUnitsSearchNextSpeedButtonClick
end
object AllUnitsSearchPrevSpeedButton: TSpeedButton
AnchorSideTop.Control = AllUnitsSearchEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AllUnitsGroupBox
AnchorSideRight.Side = asrBottom
Left = 221
Height = 22
Top = 290
Width = 23
Anchors = [akTop, akRight]
ShowHint = True
ParentShowHint = False
OnClick = AllUnitsSearchPrevSpeedButtonClick
end
object AllUnitsTreeView: TTreeView
AnchorSideLeft.Control = AllUnitsGroupBox
AnchorSideTop.Control = AllUnitsFilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllUnitsGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = AllUnitsSearchEdit
Left = 0
Height = 267
Top = 23
Width = 244
Anchors = [akTop, akLeft, akRight, akBottom]
HideSelection = False
HotTrack = True
MultiSelect = True
ParentShowHint = False
PopupMenu = UnitsTVPopupMenu
ReadOnly = True
RightClickSelect = True
ShowHint = True
ShowRoot = False
TabOrder = 1
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
OnMouseDown = UnitsTreeViewMouseDown
OnSelectionChanged = AllUnitsTreeViewSelectionChanged
OnShowHint = UnitsTreeViewShowHint
end
object AllUnitsSearchEdit: TEdit
AnchorSideLeft.Control = AllUnitsGroupBox
AnchorSideRight.Control = AllUnitsSearchNextSpeedButton
AnchorSideBottom.Control = AllUnitsGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 23
Top = 290
Width = 198
Anchors = [akLeft, akRight, akBottom]
TabOrder = 2
OnChange = AllUnitsSearchEditChange
end
end
object UnitsSplitter: TSplitter
Left = 248
Height = 333
Top = 48
Width = 5
end
object SelectedUnitsGroupBox: TGroupBox
Left = 253
Height = 333
Top = 48
Width = 359
Align = alClient
Caption = 'SelectedUnitsGroupBox'
ClientHeight = 313
ClientWidth = 355
TabOrder = 3
object SelUnitsSearchNextSpeedButton: TSpeedButton
AnchorSideTop.Control = SelUnitsSearchEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = SelUnitsSearchPrevSpeedButton
Left = 309
Height = 22
Top = 290
Width = 23
Anchors = [akTop, akRight]
ShowHint = True
ParentShowHint = False
OnClick = SelUnitsSearchNextSpeedButtonClick
end
object SelUnitsSearchPrevSpeedButton: TSpeedButton
AnchorSideTop.Control = SelUnitsSearchEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = SelectedUnitsGroupBox
AnchorSideRight.Side = asrBottom
Left = 332
Height = 22
Top = 290
Width = 23
Anchors = [akTop, akRight]
ShowHint = True
ParentShowHint = False
OnClick = SelUnitsSearchPrevSpeedButtonClick
end
object SelUnitsSearchEdit: TEdit
AnchorSideLeft.Control = SelectedUnitsGroupBox
AnchorSideRight.Control = SelUnitsSearchNextSpeedButton
AnchorSideBottom.Control = SelectedUnitsGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 23
Top = 290
Width = 309
Anchors = [akLeft, akRight, akBottom]
TabOrder = 1
OnChange = SelUnitsSearchEditChange
end
object SelUnitsTreeView: TTreeView
AnchorSideLeft.Control = SelectedUnitsGroupBox
AnchorSideTop.Control = SelectedUnitsGroupBox
AnchorSideRight.Control = SelectedUnitsGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SelUnitsSearchEdit
Left = 0
Height = 290
Top = 0
Width = 355
Anchors = [akTop, akLeft, akRight, akBottom]
HideSelection = False
HotTrack = True
ParentShowHint = False
PopupMenu = UnitsTVPopupMenu
ReadOnly = True
RightClickSelect = True
ShowHint = True
ShowRoot = False
TabOrder = 0
Options = [tvoAutoItemHeight, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
OnExpanding = SelUnitsTreeViewExpanding
OnMouseDown = UnitsTreeViewMouseDown
OnShowHint = UnitsTreeViewShowHint
end
end
end
object GroupsTabSheet: TTabSheet
Caption = 'GroupsTabSheet'
ClientHeight = 381
ClientWidth = 612
object GroupsSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 0
Width = 612
Align = alTop
ResizeAnchor = akTop
end
object UnitGraphPanel: TPanel
Left = 0
Height = 376
Top = 5
Width = 612
Align = alClient
BevelOuter = bvNone
ClientHeight = 376
ClientWidth = 612
TabOrder = 1
object UnitGraphOptionPanel: TPanel
Left = 0
Height = 376
Top = 0
Width = 140
Align = alLeft
BevelOuter = bvNone
ClientHeight = 376
ClientWidth = 140
TabOrder = 0
object UnitGraphFilter: TCheckListBox
AnchorSideLeft.Control = UnitGraphOptionPanel
AnchorSideTop.Control = UnitGraphOptionPanel
AnchorSideRight.Control = UnitGraphOptionPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = UnitGraphOptionPanel
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 373
Top = 3
Width = 140
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
ItemHeight = 0
Sorted = True
TabOrder = 0
OnItemClick = UnitGraphFilterItemClick
OnSelectionChange = UnitGraphFilterSelectionChange
end
end
object UnitGraphOptionSplitter: TSplitter
Left = 140
Height = 376
Top = 0
Width = 5
end
end
end
end
object StatusPanel: TPanel
Left = 0
Height = 31
Top = 409
Width = 620
Align = alBottom
AutoSize = True
ClientHeight = 31
ClientWidth = 620
TabOrder = 1
object ProgressBar1: TProgressBar
AnchorSideLeft.Control = StatsLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = RefreshButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = RefreshButton
AnchorSideBottom.Side = asrBottom
Left = 66
Height = 20
Top = 5
Width = 448
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
end
object RefreshButton: TButton
Left = 516
Height = 25
Top = 3
Width = 101
Align = alRight
AutoSize = True
BorderSpacing.Around = 2
Caption = 'RefreshButton'
TabOrder = 1
OnClick = RefreshButtonClick
end
object StatsLabel: TLabel
AnchorSideLeft.Control = StatusPanel
AnchorSideTop.Control = RefreshButton
AnchorSideTop.Side = asrCenter
Left = 7
Height = 15
Top = 8
Width = 53
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'StatsLabel'
ParentColor = False
end
end
object UnitsTVPopupMenu: TPopupMenu
OnPopup = UnitsTVPopupMenuPopup
Left = 120
Top = 193
object UnitsTVCopyFilenameMenuItem: TMenuItem
Caption = 'UnitsTVCopyFilenameMenuItem'
OnClick = UnitsTVCopyFilenameMenuItemClick
end
object UnitsTVOpenFileMenuItem: TMenuItem
Caption = 'UnitsTVOpenFileMenuItem'
OnClick = UnitsTVOpenFileMenuItemClick
end
object UnitsTVUnusedUnitsMenuItem: TMenuItem
Caption = 'UnitsTVUnusedUnitsMenuItem'
OnClick = UnitsTVUnusedUnitsMenuItemClick
end
object UnitsTVExpandAllMenuItem: TMenuItem
Caption = 'UnitsTVExpandAllMenuItem'
OnClick = UnitsTVExpandAllMenuItemClick
end
object UnitsTVCollapseAllMenuItem: TMenuItem
Caption = 'UnitsTVCollapseAllMenuItem'
OnClick = UnitsTVCollapseAllMenuItemClick
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 465
Top = 175
end
object GraphPopupMenu: TPopupMenu
Left = 207
Top = 70
object GraphOptsMenuItem: TMenuItem
Caption = 'GraphOptsMenuItem'
OnClick = GraphOptsMenuItemClick
end
end
end