mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
IDE: View Package Links: select links
git-svn-id: trunk@39998 -
This commit is contained in:
parent
61ea5d6afb
commit
647c1b3b87
@ -109,28 +109,34 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
ColCount = 6
|
||||
ColumnClickSorts = True
|
||||
Columns = <
|
||||
item
|
||||
ButtonStyle = cbsCheckboxColumn
|
||||
Title.Caption = 'Select'
|
||||
end
|
||||
item
|
||||
ReadOnly = True
|
||||
Title.Caption = 'Name'
|
||||
end
|
||||
item
|
||||
ReadOnly = True
|
||||
Title.Caption = 'Version'
|
||||
end
|
||||
item
|
||||
ReadOnly = True
|
||||
Title.Caption = 'Group'
|
||||
end
|
||||
item
|
||||
ReadOnly = True
|
||||
Title.Caption = 'State'
|
||||
end
|
||||
item
|
||||
ReadOnly = True
|
||||
Title.Caption = 'Filename'
|
||||
end>
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll]
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll]
|
||||
TabOrder = 1
|
||||
OnCheckboxToggled = PkgStringGridCheckboxToggled
|
||||
OnSelection = PkgStringGridSelection
|
||||
|
@ -355,6 +355,7 @@ begin
|
||||
|
||||
end;
|
||||
|
||||
PkgStringGrid.Cells[0,i]:=PkgStringGrid.Columns[0].ValueUnchecked;
|
||||
PkgStringGrid.Cells[1,i]:=Link.Name;
|
||||
PkgStringGrid.Cells[2,i]:=Link.Version.AsString;
|
||||
if Link.Origin=ploGlobal then
|
||||
|
Loading…
Reference in New Issue
Block a user