/usr/lib/lazarus/0.9.30.4/ide/keymapschemedlg.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 ChooseKeySchemeDlg: TChooseKeySchemeDlg
Left = 406
Height = 233
Top = 307
Width = 433
ActiveControl = SchemeRadiogroup.RadioButton0
BorderStyle = bsDialog
Caption = 'ChooseKeySchemeDlg'
ClientHeight = 233
ClientWidth = 433
OnCreate = ChooseKeySchemeDlgCREATE
Position = poScreenCenter
LCLVersion = '0.9.27'
object NoteLabel: TLabel
Left = 6
Height = 14
Top = 6
Width = 421
Align = alTop
BorderSpacing.Around = 6
Caption = 'NoteLabel'
ParentColor = False
WordWrap = True
end
object SchemeRadiogroup: TRadioGroup
Left = 6
Height = 169
Top = 26
Width = 421
Align = alClient
AutoFill = True
BorderSpacing.Around = 6
Caption = 'Scheme'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 151
ClientWidth = 417
ItemIndex = 0
Items.Strings = (
'Default (Lazarus)'
'Classic (TP)'
'Mac OS X (Apple style)'
'Mac OS X (Lazarus style)'
)
TabOrder = 0
TabStop = True
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 201
Width = 421
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end
|