/usr/lib/lazarus/0.9.30.4/converter/missingunits.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 | object MissingUnitsDialog: TMissingUnitsDialog
Left = 280
Height = 323
Top = 149
Width = 641
HorzScrollBar.Page = 411
VertScrollBar.Page = 342
Caption = 'Units not Found'
ClientHeight = 323
ClientWidth = 641
Position = poScreenCenter
LCLVersion = '0.9.29'
object MissingUnitsInfoLabel: TLabel
Left = 16
Height = 16
Top = 16
Width = 99
Caption = 'Missing Units Info'
ParentColor = False
end
object CommentButton: TBitBtn
Left = 16
Height = 30
Top = 274
Width = 152
Anchors = [akLeft, akBottom]
Caption = 'Comment'
Default = True
ModalResult = 1
OnClick = CommentButtonClick
TabOrder = 0
end
object SearchButton: TBitBtn
Left = 249
Height = 30
Top = 274
Width = 152
Anchors = [akBottom]
Caption = 'Search'
ModalResult = 6
OnClick = SearchButtonClick
TabOrder = 1
end
object AbortButton: TBitBtn
Left = 481
Height = 30
Top = 274
Width = 152
Anchors = [akRight, akBottom]
Caption = 'Abort'
Kind = bkAbort
ModalResult = 3
OnClick = AbortButtonClick
TabOrder = 2
end
object ChoicesLabel: TLabel
Left = 224
Height = 16
Top = 40
Width = 50
BorderSpacing.Top = 23
Caption = 'Choices:'
ParentColor = False
end
object Info1Label: TLabel
AnchorSideTop.Control = ChoicesLabel
Left = 224
Height = 16
Top = 63
Width = 28
BorderSpacing.Top = 23
Caption = 'Info1'
ParentColor = False
end
object Info2Label: TLabel
AnchorSideTop.Control = Info1Label
Left = 224
Height = 16
Top = 86
Width = 28
BorderSpacing.Top = 23
Caption = 'Info2'
ParentColor = False
end
object Info3Label: TLabel
AnchorSideTop.Control = Info2Label
Left = 224
Height = 16
Top = 109
Width = 28
BorderSpacing.Top = 23
Caption = 'Info3'
ParentColor = False
end
object MissingUnitsCheckListBox: TCheckListBox
Left = 16
Height = 222
Top = 40
Width = 192
Anchors = [akTop, akLeft, akBottom]
ItemHeight = 0
PopupMenu = PopupMenu1
TabOrder = 3
end
object PopupMenu1: TPopupMenu
left = 240
top = 200
object SelectMenuItem: TMenuItem
Caption = '&Select all'
OnClick = SelectMenuItemClick
end
object UnselectMenuItem: TMenuItem
Caption = '&Unselect all'
OnClick = UnselectMenuItemClick
end
object SaveMenuItem: TMenuItem
Caption = 'Save to &File...'
OnClick = SaveMenuItemClick
end
end
object SaveDialog1: TSaveDialog
left = 320
top = 200
end
end
|