lazarus/packager/pkglinksdlg.lfm

241 lines
6.1 KiB
Plaintext

object PackageLinksDialog: TPackageLinksDialog
Left = 290
Height = 558
Top = 192
Width = 766
Caption = 'PackageLinksDialog'
ClientHeight = 558
ClientWidth = 766
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.7'
object ScopeGroupBox: TGroupBox
Left = 6
Height = 170
Top = 6
Width = 754
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ScopeGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 144
ClientWidth = 750
TabOrder = 0
object ShowGlobalLinksCheckBox: TCheckBox
AnchorSideLeft.Control = ScopeGroupBox
AnchorSideTop.Control = ScopeGroupBox
Left = 6
Height = 20
Top = 6
Width = 189
Caption = 'ShowGlobalLinksCheckBox'
Checked = True
OnChange = ShowLinksCheckBoxChange
State = cbChecked
TabOrder = 0
end
object ShowOnlineLinksCheckBox: TCheckBox
AnchorSideLeft.Control = ScopeGroupBox
AnchorSideTop.Control = ShowGlobalLinksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 32
Width = 190
Caption = 'ShowOnlineLinksCheckBox'
Checked = True
OnChange = ShowLinksCheckBoxChange
State = cbChecked
TabOrder = 1
end
object LPKFileValidCheckBox: TCheckBox
AnchorSideLeft.Control = ScopeGroupBox
AnchorSideTop.Control = ShowUserLinksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 84
Width = 159
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 = 180
Height = 20
Top = 84
Width = 170
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 = 28
Top = 110
Width = 738
Anchors = [akTop, akLeft, akRight]
OnChange = FilterEditChange
TabOrder = 4
end
object ShowUserLinksCheckBox: TCheckBox
AnchorSideLeft.Control = ScopeGroupBox
AnchorSideTop.Control = ShowOnlineLinksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 58
Width = 178
Caption = 'ShowUserLinksCheckBox'
Checked = True
OnChange = ShowLinksCheckBoxChange
State = cbChecked
TabOrder = 5
end
end
object PkgStringGrid: TStringGrid
Left = 6
Height = 305
Top = 182
Width = 754
Align = alClient
BorderSpacing.Around = 6
ColCount = 7
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
item
Title.Caption = 'Last Opened'
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs, goThumbTracking, goColSpanning, goDblClickAutoSize, goSmoothScroll]
PopupMenu = GridPopupMenu
TabOrder = 1
end
object BtnPanel: TPanel
Left = 0
Height = 39
Top = 519
Width = 766
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 39
ClientWidth = 766
TabOrder = 2
object CloseBitBtn: TBitBtn
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = BtnPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom
Left = 685
Height = 27
Top = 6
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = '&Close'
Default = True
Kind = bkClose
ModalResult = 1
TabOrder = 0
end
object UpdateGlobalLinksButton: TButton
AnchorSideLeft.Control = DeleteSelectedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CloseBitBtn
AnchorSideTop.Side = asrCenter
Left = 158
Height = 24
Top = 7
Width = 167
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 = 6
Height = 24
Top = 7
Width = 146
AutoSize = True
BorderSpacing.Around = 6
Caption = 'DeleteSelectedButton'
OnClick = DeleteSelectedButtonClick
TabOrder = 2
end
end
object ProgressBar1: TProgressBar
Left = 6
Height = 20
Top = 493
Width = 754
Align = alBottom
BorderSpacing.Around = 6
TabOrder = 3
end
object LPKParsingTimer: TTimer
OnTimer = LPKParsingTimerTimer
left = 355
top = 190
end
object GridPopupMenu: TPopupMenu
left = 206
top = 288
object CopyCellToClipboardMenuItem: TMenuItem
Caption = 'CopyCellToClipboard'
OnClick = CopyCellToClipboardMenuItemClick
end
end
end