/usr/lib/lazarus/0.9.30.4/ide/addprofiledialog.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 | object AddProfileForm: TAddProfileForm
Left = 279
Height = 110
Top = 246
Width = 443
AutoSize = True
Caption = 'Add New Profile'
ClientHeight = 110
ClientWidth = 443
Constraints.MinWidth = 400
OnCreate = FormCreate
LCLVersion = '0.9.29'
object NameEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 12
Height = 21
Top = 51
Width = 419
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 12
BorderSpacing.Right = 12
BorderSpacing.Bottom = 6
TabOrder = 0
end
object ProfileHeaderLabel: TLabel
AnchorSideLeft.Control = NameEdit
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = NameEdit
Left = 12
Height = 14
Top = 31
Width = 64
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 6
BorderSpacing.Right = 12
BorderSpacing.Bottom = 6
Caption = 'Profile name:'
ParentColor = False
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 78
Width = 431
OKButton.Name = 'OKButton'
OKButton.Caption = '&ОК'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Справка'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Закрыть'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Отмена'
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end
|