/usr/lib/lazarus/0.9.30.4/ide/buildmodediffdlg.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 | object BuildModeDiffDialog: TBuildModeDiffDialog
Left = 453
Height = 316
Top = 261
Width = 493
Caption = 'BuildModeDiffDialog'
ClientHeight = 316
ClientWidth = 493
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object ButtonPanel: TButtonPanel
Left = 6
Height = 34
Top = 276
Width = 481
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
OKButton.Enabled = False
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
CancelButton.Enabled = False
TabOrder = 0
ShowButtons = [pbClose]
ShowBevel = False
end
object ModeLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ModeComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 9
Width = 52
BorderSpacing.Left = 6
Caption = 'ModeLabel'
ParentColor = False
end
object ModeComboBox: TComboBox
AnchorSideLeft.Control = ModeLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 64
Height = 21
Top = 6
Width = 423
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ItemHeight = 13
OnChange = ModeComboBoxChange
TabOrder = 1
Text = 'ModeComboBox'
end
object DiffsGroupBox: TGroupBox
AnchorSideTop.Control = ModeComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 237
Top = 33
Width = 481
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'DiffsGroupBox'
ClientHeight = 219
ClientWidth = 477
TabOrder = 2
object DiffTreeView: TTreeView
Left = 6
Height = 207
Top = 6
Width = 465
Align = alClient
BorderSpacing.Around = 6
DefaultItemHeight = 15
TabOrder = 0
end
end
end
|