mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 04:45:59 +02:00
147 lines
3.7 KiB
Plaintext
147 lines
3.7 KiB
Plaintext
object EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame
|
|
Left = 0
|
|
Height = 510
|
|
Top = 0
|
|
Width = 461
|
|
ClientHeight = 510
|
|
ClientWidth = 461
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 303
|
|
DesignTop = 99
|
|
object HelpLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 56
|
|
Caption = 'HelpLabel'
|
|
ParentColor = False
|
|
end
|
|
object TreeView: TTreeView
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FilterEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 402
|
|
Top = 48
|
|
Width = 461
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 3
|
|
DefaultItemHeight = 16
|
|
PopupMenu = PopupMenu1
|
|
ReadOnly = True
|
|
RightClickSelect = True
|
|
RowSelect = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
OnDblClick = TreeViewDblClick
|
|
OnKeyPress = TreeViewKeyPress
|
|
OnSelectionChanged = TreeViewSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
object FilterEdit: TTreeFilterEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HelpLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 24
|
|
Top = 21
|
|
Width = 224
|
|
ButtonWidth = 23
|
|
NumGlyphs = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
MaxLength = 0
|
|
TabOrder = 1
|
|
FilteredTreeview = TreeView
|
|
ExpandAllInitially = True
|
|
end
|
|
object ClearButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 380
|
|
Height = 25
|
|
Top = 455
|
|
Width = 81
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'ClearButton'
|
|
OnClick = ClearButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object FindKeyButton: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 25
|
|
Top = 455
|
|
Width = 93
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'FindKeyButton'
|
|
OnClick = FindKeyButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object ConsistencyCheckButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 308
|
|
Height = 25
|
|
Top = 485
|
|
Width = 153
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
Caption = 'ConsistencyCheckButton'
|
|
OnClick = ConsistencyCheckButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object ChooseSchemeButton: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 25
|
|
Top = 485
|
|
Width = 138
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
Caption = 'ChooseSchemeButton'
|
|
OnClick = ChooseSchemeButtonClick
|
|
TabOrder = 5
|
|
end
|
|
object SchemeLabel: TLabel
|
|
AnchorSideLeft.Control = ChooseSchemeButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ChooseSchemeButton
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 144
|
|
Height = 15
|
|
Top = 490
|
|
Width = 76
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SchemeLabel'
|
|
ParentColor = False
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
OnPopup = PopupMenu1Popup
|
|
left = 356
|
|
top = 16
|
|
object EditMenuItem: TMenuItem
|
|
Caption = 'Edit Key Mapping'
|
|
OnClick = EditMenuItemClick
|
|
end
|
|
object ClearMenuItem: TMenuItem
|
|
Caption = 'Clear Key Mapping'
|
|
OnClick = ClearMenuItemClick
|
|
end
|
|
end
|
|
end
|