lazarus/ide/frames/editor_keymapping_options.lfm
2012-04-06 10:47:53 +00:00

185 lines
4.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 TreeView: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 417
Top = 33
Width = 461
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
DefaultItemHeight = 16
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 = 24
Top = 6
Width = 266
OnFilterItem = FilterEditFilterItem
ButtonWidth = 23
NumGlyphs = 0
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 = 386
Height = 25
Top = 455
Width = 75
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 = 336
Height = 25
Top = 6
Width = 88
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 = 323
Height = 25
Top = 485
Width = 138
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 = 123
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 = 129
Height = 15
Top = 490
Width = 67
BorderSpacing.Around = 6
Caption = 'SchemeLabel'
ParentColor = False
end
object EditButton: TBitBtn
AnchorSideTop.Control = ClearButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ClearButton
Left = 311
Height = 25
Top = 455
Width = 69
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 = 227
Height = 15
Top = 460
Width = 78
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 = 7
Width = 29
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
NumGlyphs = 0
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