/usr/lib/lazarus/0.9.30.4/ide/checkcompileropts.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 | object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
Left = 322
Height = 307
Top = 220
Width = 624
ActiveControl = OutputListbox
BorderIcons = [biSystemMenu]
Caption = 'CheckCompilerOptsDlg'
ClientHeight = 307
ClientWidth = 624
Position = poScreenCenter
LCLVersion = '0.9.27'
object OutputGroupBox: TGroupBox
Left = 6
Height = 153
Top = 116
Width = 612
Align = alClient
Anchors = [akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'Output'
ClientHeight = 135
ClientWidth = 608
TabOrder = 0
object OutputListbox: TListBox
Left = 6
Height = 123
Top = 6
Width = 596
Align = alClient
BorderSpacing.Around = 6
ItemHeight = 0
PopupMenu = OutputPopupMenu
TabOrder = 0
end
end
object TestGroupbox: TGroupBox
Left = 6
Height = 105
Top = 6
Width = 612
Align = alTop
Anchors = [akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'Test'
ClientHeight = 87
ClientWidth = 608
TabOrder = 1
object TestMemo: TMemo
Left = 6
Height = 75
Top = 6
Width = 596
Align = alClient
BorderSpacing.Around = 6
TabOrder = 0
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 111
Width = 624
Align = alTop
ResizeAnchor = akTop
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 275
Width = 612
TabOrder = 3
ShowButtons = [pbClose]
ShowBevel = False
end
object OutputPopupMenu: TPopupMenu
left = 110
top = 260
object CopyOutputMenuItem: TMenuItem
Caption = 'CopyOutputMenuItem'
OnClick = CopyOutputMenuItemClick
end
end
end
|