object EditorKeymappingOptionsFrame: TEditorKeymappingOptionsFrame Left = 0 Height = 510 Top = 0 Width = 461 ClientHeight = 510 ClientWidth = 461 TabOrder = 0 Visible = False DesignLeft = 303 DesignTop = 99 object TreeView: TTreeView AnchorSideLeft.Control = Owner AnchorSideTop.Control = FilterEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 0 Height = 418 Top = 32 Width = 461 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 3 DefaultItemHeight = 18 PopupMenu = PopupMenu1 ReadOnly = True RightClickSelect = True RowSelect = True ScrollBars = ssAutoBoth TabOrder = 1 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.Side = asrBottom AnchorSideRight.Control = FindKeyButton Left = 0 Height = 23 Top = 6 Width = 250 OnFilterItem = FilterEditFilterItem ButtonWidth = 23 NumGlyphs = 1 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 6 MaxLength = 0 TabOrder = 0 OnKeyPress = FilterEditKeyPress FilteredTreeview = TreeView ExpandAllInitially = True end object ClearButton: TBitBtn AnchorSideRight.Side = asrBottom Left = 372 Height = 25 Top = 455 Width = 89 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Bottom = 6 Caption = 'ClearButton' OnClick = ClearButtonClick TabOrder = 3 end object FindKeyButton: TBitBtn AnchorSideLeft.Control = FilterEdit AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = FilterEdit AnchorSideTop.Side = asrCenter AnchorSideRight.Control = ResetKeyFilterBtn Left = 320 Height = 25 Top = 5 Width = 104 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Left = 70 BorderSpacing.Right = 2 Caption = 'FindKeyButton' OnClick = FindKeyButtonClick TabOrder = 2 end object ConsistencyCheckButton: TBitBtn AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 302 Height = 25 Top = 485 Width = 159 Anchors = [akRight, akBottom] AutoSize = True Caption = 'ConsistencyCheckButton' OnClick = ConsistencyCheckButtonClick TabOrder = 5 end object ChooseSchemeButton: TBitBtn AnchorSideLeft.Control = Owner AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 0 Height = 25 Top = 485 Width = 144 Anchors = [akLeft, akBottom] AutoSize = True Caption = 'ChooseSchemeButton' OnClick = ChooseSchemeButtonClick TabOrder = 4 end object SchemeLabel: TLabel AnchorSideLeft.Control = ChooseSchemeButton AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = ChooseSchemeButton AnchorSideTop.Side = asrCenter Left = 150 Height = 15 Top = 490 Width = 70 BorderSpacing.Around = 6 Caption = 'SchemeLabel' ParentColor = False end object EditButton: TBitBtn AnchorSideTop.Control = ClearButton AnchorSideTop.Side = asrCenter AnchorSideRight.Control = ClearButton Left = 284 Height = 25 Top = 455 Width = 82 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Right = 6 BorderSpacing.Bottom = 6 Caption = 'EditButton' OnClick = EditButtonClick TabOrder = 6 end object CommandLabel: TLabel AnchorSideTop.Control = EditButton AnchorSideTop.Side = asrCenter AnchorSideRight.Control = EditButton Left = 193 Height = 15 Top = 460 Width = 85 Anchors = [akTop, akRight] BorderSpacing.Right = 6 Caption = 'CommandLabel' ParentColor = False end object ResetKeyFilterBtn: TSpeedButton AnchorSideTop.Control = FindKeyButton AnchorSideTop.Side = asrCenter AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 426 Height = 22 Top = 6 Width = 29 Anchors = [akTop, akRight] BorderSpacing.Right = 6 OnClick = ResetKeyFilterBtnClick 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