/usr/lib/lazarus/0.9.30.4/ide/editmsgscannersdlg.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 | object EditMsgScannersDialog: TEditMsgScannersDialog
Left = 301
Height = 354
Top = 196
Width = 486
ActiveControl = ScannersListBox
Caption = 'EditMsgScannersDialog'
ClientHeight = 354
ClientWidth = 486
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.27'
object ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 322
Width = 474
TabOrder = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
object AvailableGroupBox: TGroupBox
Left = 271
Height = 310
Top = 6
Width = 209
Align = alRight
BorderSpacing.Around = 6
Caption = 'AvailableGroupBox'
ClientHeight = 292
ClientWidth = 205
TabOrder = 1
object AvailableListBox: TListBox
Left = 6
Height = 280
Top = 6
Width = 193
Align = alClient
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
end
end
object ScannersGroupBox: TGroupBox
Left = 6
Height = 310
Top = 6
Width = 209
Align = alClient
BorderSpacing.Around = 6
Caption = 'ScannersGroupBox'
ClientHeight = 292
ClientWidth = 205
TabOrder = 2
object ScannersListBox: TListBox
Left = 6
Height = 280
Top = 6
Width = 193
Align = alClient
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
end
end
object MoveBtnPanel: TPanel
Left = 221
Height = 316
Top = 0
Width = 39
Align = alRight
BevelOuter = bvNone
ClientHeight = 316
ClientWidth = 39
TabOrder = 3
object AddSpeedButton: TSpeedButton
Left = 8
Height = 22
Top = 84
Width = 23
Color = clBtnFace
NumGlyphs = 0
OnClick = AddSpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object RemoveSpeedButton: TSpeedButton
Left = 8
Height = 22
Top = 152
Width = 23
Color = clBtnFace
NumGlyphs = 0
OnClick = RemoveSpeedButtonClick
ShowHint = True
ParentShowHint = False
end
end
object Splitter1: TSplitter
Left = 260
Height = 316
Top = 0
Width = 5
Align = alRight
ResizeAnchor = akRight
end
end
|