/usr/lib/lazarus/0.9.30.4/packager/addfiletoapackagedlg.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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | object AddFileToAPackageDialog: TAddFileToAPackageDialog
Left = 347
Height = 424
Top = 221
Width = 469
ActiveControl = FileNameEdit
Caption = 'AddFileToAPackageDialog'
ClientHeight = 424
ClientWidth = 469
OnClose = AddFileToAPackageDlgClose
Position = poScreenCenter
ShowHint = True
LCLVersion = '0.9.29'
object FileGroupBox: TGroupBox
Left = 6
Height = 148
Top = 6
Width = 457
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FileGroupBox'
ClientHeight = 130
ClientWidth = 453
TabOrder = 0
object UnitNameLabel: TLabel
AnchorSideTop.Control = FileNameEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 33
Width = 439
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'UnitNameLabel'
ParentColor = False
end
object FileTypeRadioGroup: TRadioGroup
AnchorSideTop.Control = HasRegisterProcCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 99
Width = 439
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FileTypeRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
Constraints.MinHeight = 25
TabOrder = 3
TabStop = True
end
object FileNameEdit: TEdit
Left = 6
Height = 21
Top = 6
Width = 439
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ReadOnly = True
TabOrder = 0
Text = 'FileNameEdit'
end
object UnitNameEdit: TEdit
AnchorSideTop.Control = UnitNameLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 49
Width = 439
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
TabOrder = 1
Text = 'UnitNameEdit'
end
object HasRegisterProcCheckBox: TCheckBox
AnchorSideTop.Control = UnitNameEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 76
Width = 439
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'HasRegisterProcCheckBox'
TabOrder = 2
end
end
object PackagesGroupBox: TGroupBox
Left = 6
Height = 74
Top = 160
Width = 457
Align = alTop
Anchors = [akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'PackagesGroupBox'
ClientHeight = 56
ClientWidth = 453
TabOrder = 1
object PackagesComboBox: TComboBox
Left = 6
Height = 21
Top = 6
Width = 441
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 13
TabOrder = 0
Text = 'PackagesComboBox'
end
object ShowAllCheckBox: TCheckBox
Left = 6
Height = 17
Top = 33
Width = 441
Align = alTop
BorderSpacing.Around = 6
Caption = 'ShowAllCheckBox'
OnClick = ShowAllCheckBoxClick
TabOrder = 1
end
end
object BtnPanel: TButtonPanel
Left = 6
Height = 26
Top = 392
Width = 457
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end
|