2007-11-10 14:59:51 +01:00
|
|
|
object PackageLinksDialog: TPackageLinksDialog
|
|
|
|
|
Left = 290
|
2017-03-15 14:13:48 +01:00
|
|
|
Height = 558
|
2015-05-26 13:09:06 +02:00
|
|
|
Top = 192
|
2017-03-15 14:13:48 +01:00
|
|
|
Width = 766
|
2007-11-10 14:59:51 +01:00
|
|
|
Caption = 'PackageLinksDialog'
|
2017-03-15 14:13:48 +01:00
|
|
|
ClientHeight = 558
|
|
|
|
|
ClientWidth = 766
|
2007-11-10 14:59:51 +01:00
|
|
|
OnCreate = FormCreate
|
2013-01-27 14:28:46 +01:00
|
|
|
OnDestroy = FormDestroy
|
2009-04-14 01:24:55 +02:00
|
|
|
Position = poScreenCenter
|
2021-09-11 10:40:46 +02:00
|
|
|
LCLVersion = '2.3.0.0'
|
2007-11-10 14:59:51 +01:00
|
|
|
object ScopeGroupBox: TGroupBox
|
2015-05-26 13:09:06 +02:00
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 155
|
2015-05-26 13:09:06 +02:00
|
|
|
Top = 6
|
2017-03-15 14:13:48 +01:00
|
|
|
Width = 754
|
2007-11-10 14:59:51 +01:00
|
|
|
Align = alTop
|
|
|
|
|
AutoSize = True
|
2015-05-26 13:09:06 +02:00
|
|
|
BorderSpacing.Around = 6
|
2007-11-10 14:59:51 +01:00
|
|
|
Caption = 'ScopeGroupBox'
|
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
|
ChildSizing.HorizontalSpacing = 6
|
|
|
|
|
ChildSizing.VerticalSpacing = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
ClientHeight = 135
|
2017-03-15 14:13:48 +01:00
|
|
|
ClientWidth = 750
|
2013-01-27 13:42:36 +01:00
|
|
|
TabOrder = 0
|
2007-11-10 14:59:51 +01:00
|
|
|
object ShowGlobalLinksCheckBox: TCheckBox
|
2013-01-28 09:25:28 +01:00
|
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
|
|
|
AnchorSideTop.Control = ScopeGroupBox
|
2007-11-10 15:28:00 +01:00
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 19
|
2013-01-27 14:28:46 +01:00
|
|
|
Top = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Width = 163
|
2007-11-10 14:59:51 +01:00
|
|
|
Caption = 'ShowGlobalLinksCheckBox'
|
|
|
|
|
Checked = True
|
2017-03-15 14:13:48 +01:00
|
|
|
OnChange = ShowLinksCheckBoxChange
|
2007-11-10 14:59:51 +01:00
|
|
|
State = cbChecked
|
2013-01-27 14:28:46 +01:00
|
|
|
TabOrder = 0
|
2007-11-10 14:59:51 +01:00
|
|
|
end
|
2017-03-15 14:13:48 +01:00
|
|
|
object ShowOnlineLinksCheckBox: TCheckBox
|
2013-01-28 09:25:28 +01:00
|
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
|
|
|
AnchorSideTop.Control = ShowGlobalLinksCheckBox
|
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2007-11-10 15:28:00 +01:00
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 19
|
|
|
|
|
Top = 31
|
|
|
|
|
Width = 164
|
2017-03-15 14:13:48 +01:00
|
|
|
Caption = 'ShowOnlineLinksCheckBox'
|
2013-01-27 14:28:46 +01:00
|
|
|
TabOrder = 1
|
2007-11-10 14:59:51 +01:00
|
|
|
end
|
2013-01-28 09:25:28 +01:00
|
|
|
object LPKFileValidCheckBox: TCheckBox
|
|
|
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
|
|
|
AnchorSideTop.Control = ShowUserLinksCheckBox
|
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 19
|
|
|
|
|
Top = 81
|
|
|
|
|
Width = 137
|
2013-01-28 09:25:28 +01:00
|
|
|
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
|
2021-09-11 10:40:46 +02:00
|
|
|
Left = 158
|
|
|
|
|
Height = 19
|
|
|
|
|
Top = 81
|
|
|
|
|
Width = 146
|
2013-01-28 09:25:28 +01:00
|
|
|
BorderSpacing.Left = 15
|
|
|
|
|
Caption = 'LPKFileInvalidCheckBox'
|
|
|
|
|
Checked = True
|
|
|
|
|
OnChange = LPKFileInvalidCheckBoxChange
|
|
|
|
|
State = cbChecked
|
|
|
|
|
TabOrder = 3
|
|
|
|
|
end
|
2013-01-28 09:58:39 +01:00
|
|
|
object FilterEdit: TEdit
|
|
|
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
|
|
|
AnchorSideTop.Control = LPKFileValidCheckBox
|
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
|
AnchorSideRight.Control = ScopeGroupBox
|
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 23
|
|
|
|
|
Top = 106
|
2017-03-15 14:13:48 +01:00
|
|
|
Width = 738
|
2013-01-28 09:58:39 +01:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
|
OnChange = FilterEditChange
|
|
|
|
|
TabOrder = 4
|
|
|
|
|
end
|
2017-03-15 14:13:48 +01:00
|
|
|
object ShowUserLinksCheckBox: TCheckBox
|
|
|
|
|
AnchorSideLeft.Control = ScopeGroupBox
|
|
|
|
|
AnchorSideTop.Control = ShowOnlineLinksCheckBox
|
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 19
|
|
|
|
|
Top = 56
|
|
|
|
|
Width = 152
|
2017-03-15 14:13:48 +01:00
|
|
|
Caption = 'ShowUserLinksCheckBox'
|
|
|
|
|
Checked = True
|
|
|
|
|
OnChange = ShowLinksCheckBoxChange
|
|
|
|
|
State = cbChecked
|
|
|
|
|
TabOrder = 5
|
|
|
|
|
end
|
2007-11-10 14:59:51 +01:00
|
|
|
end
|
|
|
|
|
object PkgStringGrid: TStringGrid
|
2015-05-26 13:09:06 +02:00
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 321
|
|
|
|
|
Top = 167
|
2017-03-15 14:13:48 +01:00
|
|
|
Width = 754
|
|
|
|
|
Align = alClient
|
2015-05-26 13:09:06 +02:00
|
|
|
BorderSpacing.Around = 6
|
2015-02-14 11:53:43 +01:00
|
|
|
ColCount = 7
|
2013-01-28 11:21:20 +01:00
|
|
|
ColumnClickSorts = True
|
2013-01-28 10:51:14 +01:00
|
|
|
Columns = <
|
|
|
|
|
item
|
|
|
|
|
ButtonStyle = cbsCheckboxColumn
|
|
|
|
|
Title.Caption = 'Select'
|
|
|
|
|
end
|
|
|
|
|
item
|
2013-01-28 11:21:20 +01:00
|
|
|
ReadOnly = True
|
2013-01-28 10:51:14 +01:00
|
|
|
Title.Caption = 'Name'
|
|
|
|
|
end
|
|
|
|
|
item
|
2013-01-28 11:21:20 +01:00
|
|
|
ReadOnly = True
|
2013-01-28 10:51:14 +01:00
|
|
|
Title.Caption = 'Version'
|
|
|
|
|
end
|
|
|
|
|
item
|
2013-01-28 11:21:20 +01:00
|
|
|
ReadOnly = True
|
2013-01-28 10:51:14 +01:00
|
|
|
Title.Caption = 'Group'
|
|
|
|
|
end
|
|
|
|
|
item
|
2013-01-28 11:21:20 +01:00
|
|
|
ReadOnly = True
|
2013-01-28 10:51:14 +01:00
|
|
|
Title.Caption = 'State'
|
|
|
|
|
end
|
|
|
|
|
item
|
2013-01-28 11:21:20 +01:00
|
|
|
ReadOnly = True
|
2013-01-28 10:51:14 +01:00
|
|
|
Title.Caption = 'Filename'
|
2015-02-14 11:53:43 +01:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Title.Caption = 'Last Opened'
|
2013-01-28 10:51:14 +01:00
|
|
|
end>
|
2007-11-10 14:59:51 +01:00
|
|
|
FixedCols = 0
|
2021-09-11 10:40:46 +02:00
|
|
|
MouseWheelOption = mwGrid
|
2015-05-26 13:09:06 +02:00
|
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs, goThumbTracking, goColSpanning, goDblClickAutoSize, goSmoothScroll]
|
2013-01-28 11:35:52 +01:00
|
|
|
PopupMenu = GridPopupMenu
|
2013-01-27 13:42:36 +01:00
|
|
|
TabOrder = 1
|
|
|
|
|
end
|
|
|
|
|
object BtnPanel: TPanel
|
|
|
|
|
Left = 0
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 38
|
|
|
|
|
Top = 520
|
2017-03-15 14:13:48 +01:00
|
|
|
Width = 766
|
2013-01-27 13:42:36 +01:00
|
|
|
Align = alBottom
|
|
|
|
|
AutoSize = True
|
2015-05-26 13:09:06 +02:00
|
|
|
BevelOuter = bvNone
|
2021-09-11 10:40:46 +02:00
|
|
|
ClientHeight = 38
|
2017-03-15 14:13:48 +01:00
|
|
|
ClientWidth = 766
|
2007-11-10 14:59:51 +01:00
|
|
|
TabOrder = 2
|
2013-01-27 13:42:36 +01:00
|
|
|
object CloseBitBtn: TBitBtn
|
2013-01-28 12:15:20 +01:00
|
|
|
AnchorSideTop.Side = asrCenter
|
2013-01-27 13:42:36 +01:00
|
|
|
AnchorSideRight.Control = BtnPanel
|
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
|
AnchorSideBottom.Control = BtnPanel
|
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2017-03-15 14:13:48 +01:00
|
|
|
Left = 685
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 26
|
2015-05-26 13:09:06 +02:00
|
|
|
Top = 6
|
|
|
|
|
Width = 75
|
2013-01-27 13:42:36 +01:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
|
AutoSize = True
|
|
|
|
|
BorderSpacing.Around = 6
|
2015-02-14 11:47:34 +01:00
|
|
|
Cancel = True
|
2013-01-27 13:42:36 +01:00
|
|
|
Caption = '&Close'
|
2015-02-14 11:47:34 +01:00
|
|
|
Default = True
|
2013-01-27 13:42:36 +01:00
|
|
|
Kind = bkClose
|
|
|
|
|
ModalResult = 1
|
|
|
|
|
TabOrder = 0
|
|
|
|
|
end
|
|
|
|
|
object UpdateGlobalLinksButton: TButton
|
2013-01-28 12:15:20 +01:00
|
|
|
AnchorSideLeft.Control = DeleteSelectedButton
|
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
|
AnchorSideTop.Control = CloseBitBtn
|
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2021-09-11 10:40:46 +02:00
|
|
|
Left = 151
|
|
|
|
|
Height = 25
|
|
|
|
|
Top = 7
|
|
|
|
|
Width = 161
|
2013-01-27 13:42:36 +01:00
|
|
|
AutoSize = True
|
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
|
Caption = 'UpdateGlobalLinksButton'
|
|
|
|
|
OnClick = UpdateGlobalLinksButtonClick
|
|
|
|
|
TabOrder = 1
|
|
|
|
|
end
|
2013-01-28 12:15:20 +01:00
|
|
|
object DeleteSelectedButton: TButton
|
|
|
|
|
AnchorSideLeft.Control = BtnPanel
|
|
|
|
|
AnchorSideTop.Control = CloseBitBtn
|
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2015-05-26 13:09:06 +02:00
|
|
|
Left = 6
|
2021-09-11 10:40:46 +02:00
|
|
|
Height = 25
|
|
|
|
|
Top = 7
|
|
|
|
|
Width = 139
|
2013-01-28 12:15:20 +01:00
|
|
|
AutoSize = True
|
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
|
Caption = 'DeleteSelectedButton'
|
|
|
|
|
OnClick = DeleteSelectedButtonClick
|
|
|
|
|
TabOrder = 2
|
|
|
|
|
end
|
2007-11-10 14:59:51 +01:00
|
|
|
end
|
2013-01-28 09:30:14 +01:00
|
|
|
object ProgressBar1: TProgressBar
|
2015-05-26 13:09:06 +02:00
|
|
|
Left = 6
|
2013-01-28 09:30:14 +01:00
|
|
|
Height = 20
|
2021-09-11 10:40:46 +02:00
|
|
|
Top = 494
|
2017-03-15 14:13:48 +01:00
|
|
|
Width = 754
|
2013-01-28 09:30:14 +01:00
|
|
|
Align = alBottom
|
2015-05-26 13:09:06 +02:00
|
|
|
BorderSpacing.Around = 6
|
2013-01-28 09:30:14 +01:00
|
|
|
TabOrder = 3
|
|
|
|
|
end
|
2013-01-27 14:28:46 +01:00
|
|
|
object LPKParsingTimer: TTimer
|
|
|
|
|
OnTimer = LPKParsingTimerTimer
|
2020-10-13 13:27:33 +02:00
|
|
|
Left = 355
|
|
|
|
|
Top = 190
|
2013-01-27 14:28:46 +01:00
|
|
|
end
|
2013-01-28 11:35:52 +01:00
|
|
|
object GridPopupMenu: TPopupMenu
|
2020-10-13 13:27:33 +02:00
|
|
|
Left = 206
|
|
|
|
|
Top = 288
|
2013-01-28 11:35:52 +01:00
|
|
|
object CopyCellToClipboardMenuItem: TMenuItem
|
|
|
|
|
Caption = 'CopyCellToClipboard'
|
|
|
|
|
OnClick = CopyCellToClipboardMenuItemClick
|
|
|
|
|
end
|
|
|
|
|
end
|
2007-11-10 14:59:51 +01:00
|
|
|
end
|