/usr/lib/lazarus/0.9.30.4/packager/pkglinksdlg.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | object PackageLinksDialog: TPackageLinksDialog
Left = 290
Height = 451
Top = 189
Width = 659
ActiveControl = CloseBitBtn
Caption = 'PackageLinksDialog'
ClientHeight = 451
ClientWidth = 659
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.27'
object CloseBitBtn: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 582
Height = 26
Top = 419
Width = 71
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Close'
Kind = bkClose
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object ScopeGroupBox: TGroupBox
Left = 0
Height = 93
Top = 0
Width = 659
Align = alTop
AutoSize = True
Caption = 'ScopeGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 75
ClientWidth = 655
TabOrder = 1
object FileMustExistCheckBox: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 149
Caption = 'FileMustExistCheckBox'
OnChange = FileMustExistCheckBoxChange
TabOrder = 0
end
object ShowGlobalLinksCheckBox: TCheckBox
Left = 6
Height = 17
Top = 29
Width = 149
Caption = 'ShowGlobalLinksCheckBox'
Checked = True
OnChange = ShowGlobalLinksCheckBoxChange
State = cbChecked
TabOrder = 1
end
object ShowUserLinksCheckBox: TCheckBox
Left = 6
Height = 17
Top = 52
Width = 149
Caption = 'ShowUserLinksCheckBox'
Checked = True
OnChange = ShowUserLinksCheckBoxChange
State = cbChecked
TabOrder = 2
end
end
object PkgStringGrid: TStringGrid
AnchorSideBottom.Control = CloseBitBtn
Left = 0
Height = 320
Top = 93
Width = 659
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
ColCount = 4
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll]
TabOrder = 2
end
end
|