mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 07:12:30 +02:00
224 lines
5.7 KiB
Plaintext
224 lines
5.7 KiB
Plaintext
object PackageLinksDialog: TPackageLinksDialog
|
|
Left = 290
|
|
Height = 451
|
|
Top = 189
|
|
Width = 659
|
|
Caption = 'PackageLinksDialog'
|
|
ClientHeight = 451
|
|
ClientWidth = 659
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object ScopeGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 144
|
|
Top = 0
|
|
Width = 659
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ScopeGroupBox'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ClientHeight = 127
|
|
ClientWidth = 655
|
|
TabOrder = 0
|
|
object ShowGlobalLinksCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
AnchorSideTop.Control = ScopeGroupBox
|
|
Left = 6
|
|
Height = 24
|
|
Top = 6
|
|
Width = 170
|
|
Caption = 'ShowGlobalLinksCheckBox'
|
|
Checked = True
|
|
OnChange = ShowGlobalLinksCheckBoxChange
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object ShowUserLinksCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
AnchorSideTop.Control = ShowGlobalLinksCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 36
|
|
Width = 161
|
|
Caption = 'ShowUserLinksCheckBox'
|
|
Checked = True
|
|
OnChange = ShowUserLinksCheckBoxChange
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
object LPKFileValidCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
AnchorSideTop.Control = ShowUserLinksCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 66
|
|
Width = 147
|
|
Caption = 'LPKFileValidCheckBox'
|
|
Checked = True
|
|
OnChange = LPKFileValidCheckBoxChange
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
end
|
|
object LPKFileInvalidCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = LPKFileValidCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LPKFileValidCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 168
|
|
Height = 24
|
|
Top = 66
|
|
Width = 155
|
|
BorderSpacing.Left = 15
|
|
Caption = 'LPKFileInvalidCheckBox'
|
|
Checked = True
|
|
OnChange = LPKFileInvalidCheckBoxChange
|
|
State = cbChecked
|
|
TabOrder = 3
|
|
end
|
|
object FilterEdit: TEdit
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
AnchorSideTop.Control = LPKFileValidCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ScopeGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 96
|
|
Width = 643
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnChange = FilterEditChange
|
|
OnEnter = FilterEditEnter
|
|
OnExit = FilterEditExit
|
|
TabOrder = 4
|
|
Text = 'FilterEdit'
|
|
end
|
|
end
|
|
object PkgStringGrid: TStringGrid
|
|
AnchorSideBottom.Control = BtnPanel
|
|
Left = 0
|
|
Height = 265
|
|
Top = 144
|
|
Width = 659
|
|
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, goEditing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll]
|
|
PopupMenu = GridPopupMenu
|
|
TabOrder = 1
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 42
|
|
Top = 409
|
|
Width = 659
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ClientHeight = 42
|
|
ClientWidth = 659
|
|
TabOrder = 2
|
|
object CloseBitBtn: TBitBtn
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = BtnPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BtnPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 592
|
|
Height = 28
|
|
Top = 7
|
|
Width = 60
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Close'
|
|
Kind = bkClose
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object UpdateGlobalLinksButton: TButton
|
|
AnchorSideLeft.Control = DeleteSelectedButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = CloseBitBtn
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 150
|
|
Height = 27
|
|
Top = 8
|
|
Width = 152
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UpdateGlobalLinksButton'
|
|
OnClick = UpdateGlobalLinksButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object DeleteSelectedButton: TButton
|
|
AnchorSideLeft.Control = BtnPanel
|
|
AnchorSideTop.Control = CloseBitBtn
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 7
|
|
Height = 27
|
|
Top = 8
|
|
Width = 137
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DeleteSelectedButton'
|
|
OnClick = DeleteSelectedButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 0
|
|
Height = 20
|
|
Top = 389
|
|
Width = 659
|
|
Align = alBottom
|
|
TabOrder = 3
|
|
end
|
|
object LPKParsingTimer: TTimer
|
|
OnTimer = LPKParsingTimerTimer
|
|
left = 355
|
|
top = 190
|
|
end
|
|
object GridPopupMenu: TPopupMenu
|
|
OnPopup = GridPopupMenuPopup
|
|
left = 206
|
|
top = 288
|
|
object CopyCellToClipboardMenuItem: TMenuItem
|
|
Caption = 'CopyCellToClipboard'
|
|
OnClick = CopyCellToClipboardMenuItemClick
|
|
end
|
|
end
|
|
end
|