/usr/lib/lazarus/0.9.30.4/ide/fpdocselectlink.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 93 94 95 96 97 98 99 100 101 102 103 104 105 | object FPDocLinkEditorDlg: TFPDocLinkEditorDlg
Left = 362
Height = 282
Top = 304
Width = 408
ActiveControl = TitleEdit
Caption = 'FPDocLinkEditorDlg'
ClientHeight = 282
ClientWidth = 408
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.27'
object LinkLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TitleEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 18
Top = 69
Width = 396
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'LinkLabel'
ParentColor = False
WordWrap = True
end
object TitleLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 18
Top = 6
Width = 396
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Caption = 'TitleLabel'
ParentColor = False
WordWrap = True
end
object CompletionBox: TPaintBox
AnchorSideTop.Control = LinkEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 106
Top = 120
Width = 396
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
OnMouseDown = CompletionBoxMouseDown
OnPaint = CompletionBoxPaint
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 44
Top = 232
Width = 396
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
object LinkEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LinkLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Top = 93
Width = 396
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
OnChange = LinkEditChange
OnKeyDown = LinkEditKeyDown
OnUTF8KeyPress = LinkEditUTF8KeyPress
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'LinkEdit'
end
object TitleEdit: TEdit
AnchorSideTop.Control = TitleLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Top = 30
Width = 396
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 2
Text = 'TitleEdit'
end
end
|