mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 17:29:07 +02:00
253 lines
7.0 KiB
Plaintext
253 lines
7.0 KiB
Plaintext
object EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
|
Left = 0
|
|
Height = 424
|
|
Top = 0
|
|
Width = 459
|
|
ClientHeight = 424
|
|
ClientWidth = 459
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 312
|
|
DesignTop = 191
|
|
object FilterEdit: TTreeFilterEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FindKeyButton
|
|
Left = 0
|
|
Height = 23
|
|
Top = 6
|
|
Width = 299
|
|
OnAfterFilter = FilterEditAfterFilter
|
|
OnFilterItem = FilterEditFilterItem
|
|
ButtonWidth = 23
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
NumGlyphs = 1
|
|
MaxLength = 0
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnKeyPress = FilterEditKeyPress
|
|
FilteredTreeview = TreeView
|
|
ExpandAllInitially = True
|
|
end
|
|
object FindKeyButton: TBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FilterEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = ResetKeyFilterBtn
|
|
Left = 318
|
|
Height = 25
|
|
Top = 5
|
|
Width = 104
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 19
|
|
BorderSpacing.Right = 2
|
|
Caption = 'FindKeyButton'
|
|
TabOrder = 1
|
|
OnClick = FindKeyButtonClick
|
|
end
|
|
object ResetKeyFilterBtn: TSpeedButton
|
|
AnchorSideTop.Control = FindKeyButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FindKeyButton
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 424
|
|
Height = 25
|
|
Top = 5
|
|
Width = 29
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
OnClick = ResetKeyFilterBtnClick
|
|
end
|
|
object KeyMapTreePanel: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FindKeyButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 392
|
|
Top = 30
|
|
Width = 459
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
BevelOuter = bvNone
|
|
ClientHeight = 392
|
|
ClientWidth = 459
|
|
TabOrder = 2
|
|
object pnlKeys: TPanel
|
|
Left = 0
|
|
Height = 207
|
|
Top = 0
|
|
Width = 459
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 207
|
|
ClientWidth = 459
|
|
TabOrder = 2
|
|
object TreeView: TTreeView
|
|
Left = 0
|
|
Height = 147
|
|
Top = 3
|
|
Width = 459
|
|
Align = alClient
|
|
BorderSpacing.Top = 3
|
|
BorderWidth = 1
|
|
PopupMenu = PopupMenu1
|
|
ReadOnly = True
|
|
RightClickSelect = True
|
|
RowSelect = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
OnDblClick = TreeViewDblClick
|
|
OnKeyPress = TreeViewKeyPress
|
|
OnSelectionChanged = TreeViewSelectionChanged
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 57
|
|
Top = 150
|
|
Width = 459
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 57
|
|
ClientWidth = 459
|
|
TabOrder = 1
|
|
object ChooseSchemeButton: TBitBtn
|
|
AnchorSideLeft.Control = BtnPanel
|
|
AnchorSideTop.Control = EditButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 25
|
|
Top = 31
|
|
Width = 144
|
|
AutoSize = True
|
|
Caption = 'ChooseSchemeButton'
|
|
TabOrder = 0
|
|
OnClick = ChooseSchemeButtonClick
|
|
end
|
|
object SchemeLabel: TLabel
|
|
AnchorSideLeft.Control = ChooseSchemeButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ChooseSchemeButton
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 150
|
|
Height = 15
|
|
Top = 36
|
|
Width = 70
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SchemeLabel'
|
|
ParentColor = False
|
|
end
|
|
object ClearButton: TBitBtn
|
|
AnchorSideLeft.Control = EditButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BtnPanel
|
|
AnchorSideRight.Control = BtnPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 179
|
|
Height = 25
|
|
Top = 0
|
|
Width = 89
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'ClearButton'
|
|
TabOrder = 1
|
|
OnClick = ClearButtonClick
|
|
end
|
|
object EditButton: TBitBtn
|
|
AnchorSideLeft.Control = CommandLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BtnPanel
|
|
Left = 91
|
|
Height = 25
|
|
Top = 0
|
|
Width = 82
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'EditButton'
|
|
TabOrder = 2
|
|
OnClick = EditButtonClick
|
|
end
|
|
object CommandLabel: TLabel
|
|
AnchorSideLeft.Control = BtnPanel
|
|
AnchorSideTop.Control = EditButton
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 15
|
|
Top = 5
|
|
Width = 85
|
|
BorderSpacing.Right = 6
|
|
Caption = 'CommandLabel'
|
|
ParentColor = False
|
|
end
|
|
object ExportButton: TButton
|
|
AnchorSideLeft.Control = ClearButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ClearButton
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 288
|
|
Height = 25
|
|
Top = 0
|
|
Width = 96
|
|
AutoSize = True
|
|
BorderSpacing.Left = 20
|
|
Caption = 'ExportButton'
|
|
TabOrder = 3
|
|
OnClick = ExportButtonClick
|
|
end
|
|
end
|
|
end
|
|
object KeyMapSplitter: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 207
|
|
Width = 459
|
|
Align = alBottom
|
|
ResizeAnchor = akBottom
|
|
OnMoved = KeyMapSplitterMoved
|
|
end
|
|
object ConflictsTreeView: TTreeView
|
|
Left = 0
|
|
Height = 180
|
|
Top = 212
|
|
Width = 459
|
|
Align = alBottom
|
|
BorderWidth = 1
|
|
PopupMenu = PopupMenu1
|
|
ReadOnly = True
|
|
RightClickSelect = True
|
|
RowSelect = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
OnMouseDown = ConflictsTreeViewMouseDown
|
|
end
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
OnPopup = PopupMenu1Popup
|
|
Left = 352
|
|
Top = 48
|
|
object EditMenuItem: TMenuItem
|
|
Caption = 'Edit Key Mapping'
|
|
OnClick = EditMenuItemClick
|
|
end
|
|
object ClearMenuItem: TMenuItem
|
|
Caption = 'Clear Key Mapping'
|
|
OnClick = ClearMenuItemClick
|
|
end
|
|
end
|
|
end
|