dexed/src/ce_shortcutseditor.lfm

101 lines
2.3 KiB
Plaintext

object CEShortcutEditor: TCEShortcutEditor
Left = 0
Height = 463
Top = 0
Width = 424
ClientHeight = 463
ClientWidth = 424
TabOrder = 0
DesignLeft = 1449
DesignTop = 4
object Panel1: TPanel
Left = 0
Height = 463
Top = 0
Width = 424
Align = alClient
BevelOuter = bvNone
ClientHeight = 463
ClientWidth = 424
TabOrder = 0
object fltItems: TTreeFilterEdit
Left = 2
Height = 23
Top = 2
Width = 420
ButtonWidth = 28
NumGlyphs = 1
Align = alTop
BorderSpacing.Around = 2
MaxLength = 0
TabOrder = 0
FilteredTreeview = tree
end
object tree: TTreeView
Left = 2
Height = 404
Top = 29
Width = 420
Align = alClient
AutoExpand = True
BorderSpacing.Top = 2
BorderSpacing.Around = 2
DefaultItemHeight = 18
HideSelection = False
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 1
OnSelectionChanged = treeSelectionChanged
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object Panel2: TPanel
Left = 2
Height = 26
Top = 435
Width = 420
Align = alBottom
BorderSpacing.Around = 2
BevelOuter = bvNone
ClientHeight = 26
ClientWidth = 420
TabOrder = 2
object schrtText: TStaticText
Left = 0
Height = 22
Top = 2
Width = 283
Align = alClient
Alignment = taCenter
BorderSpacing.Top = 2
BorderSpacing.Bottom = 2
BorderStyle = sbsSunken
TabOrder = 0
end
object shcCatch: TEdit
Left = 310
Height = 22
Top = 2
Width = 109
Align = alRight
BorderSpacing.Top = 1
BorderSpacing.Bottom = 1
BorderSpacing.Around = 1
Enabled = False
OnExit = shcCatchExit
OnKeyDown = LabeledEdit1KeyDown
OnMouseLeave = shcCatchMouseLeave
TabOrder = 1
end
object btnActivate: TSpeedButton
Left = 285
Height = 22
Top = 2
Width = 23
Align = alRight
BorderSpacing.Around = 2
OnClick = btnActivateClick
end
end
end
end