mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 16:39:56 +01:00
Packager: CleanPkgDeps dialog tweak. Issue #28241, patch from Alexey Torgashin.
git-svn-id: trunk@49263 -
This commit is contained in:
parent
a6dbef7f80
commit
3fab105924
@ -11,41 +11,6 @@ object CleanPkgDepsDlg: TCleanPkgDepsDlg
|
||||
OnDestroy = FormDestroy
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.5'
|
||||
object TransitivityGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 330
|
||||
Top = 6
|
||||
Width = 510
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'TransitivityGroupBox'
|
||||
ClientHeight = 310
|
||||
ClientWidth = 506
|
||||
TabOrder = 0
|
||||
object TransitivityTreeView: TTreeView
|
||||
Left = 3
|
||||
Height = 289
|
||||
Top = 18
|
||||
Width = 500
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 3
|
||||
DefaultItemHeight = 18
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
OnMouseDown = TransitivityTreeViewMouseDown
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
end
|
||||
object TransitivityLabel: TLabel
|
||||
Left = 0
|
||||
Height = 15
|
||||
Top = 0
|
||||
Width = 506
|
||||
Align = alTop
|
||||
Caption = 'TransitivityLabel'
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
end
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Left = 0
|
||||
Height = 38
|
||||
@ -108,4 +73,28 @@ object CleanPkgDepsDlg: TCleanPkgDepsDlg
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object TransitivityLabel: TLabel
|
||||
Left = 6
|
||||
Height = 15
|
||||
Top = 6
|
||||
Width = 510
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'TransitivityLabel'
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
end
|
||||
object TransitivityTreeView: TTreeView
|
||||
Left = 6
|
||||
Height = 309
|
||||
Top = 27
|
||||
Width = 510
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 18
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
OnMouseDown = TransitivityTreeViewMouseDown
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
end
|
||||
end
|
||||
|
||||
@ -56,7 +56,6 @@ type
|
||||
BtnPanel: TPanel;
|
||||
SelectAllBitBtn: TBitBtn;
|
||||
SelectNoneBitBtn: TBitBtn;
|
||||
TransitivityGroupBox: TGroupBox;
|
||||
TransitivityLabel: TLabel;
|
||||
TransitivityTreeView: TTreeView;
|
||||
procedure FormCreate(Sender: TObject);
|
||||
@ -148,7 +147,6 @@ begin
|
||||
ImgIndexKeep := IDEImages.LoadImage(16, 'menu_run');
|
||||
|
||||
Caption:=lisPkgCleanUpPackageDependencies;
|
||||
TransitivityGroupBox.Caption:=lisPkgTransitivity;
|
||||
TransitivityLabel.Caption:=
|
||||
lisPkgTheFollowingDependenciesAreNotNeededBecauseOfTheAu;
|
||||
TransitivityTreeView.Images:=IDEImages.Images_16;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user