lazarus/ide/frames/editor_mouseaction_options.lfm
2009-06-08 08:31:12 +00:00

128 lines
3.2 KiB
Plaintext

inherited EditorMouseOptionsFrame: TEditorMouseOptionsFrame
Height = 415
Width = 610
Anchors = [akTop]
ClientHeight = 415
ClientWidth = 610
Visible = False
DesignLeft = 246
DesignTop = 209
object p2: TPanel[0]
Left = 0
Height = 380
Top = 0
Width = 610
Align = alClient
BevelOuter = bvNone
ClientHeight = 380
ClientWidth = 610
TabOrder = 0
object ActionGrid: TStringGrid
AnchorSideBottom.Control = p3
Left = 135
Height = 380
Top = 0
Width = 475
Align = alClient
AutoEdit = False
ColCount = 9
ExtendedSelect = False
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goSmoothScroll, goHeaderHotTracking]
RowCount = 1
ScrollBars = ssAutoVertical
TabOrder = 0
TitleStyle = tsNative
OnCompareCells = ActionGridCompareCells
OnDblClick = UpdateButtonClick
OnHeaderClick = ActionGridHeaderClick
OnHeaderSized = ActionGridHeaderSized
OnMouseDown = ActionGridMouseDown
OnMouseMove = ActionGridMouseMove
OnMouseUp = ActionGridMouseUp
OnResize = ActionGridResize
end
object ContextTree: TTreeView
Left = 0
Height = 380
Top = 0
Width = 130
Align = alLeft
AutoExpand = True
Constraints.MinWidth = 50
DefaultItemHeight = 15
ReadOnly = True
ShowRoot = False
TabOrder = 1
OnChange = ContextTreeChange
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoToolTips]
end
object Splitter1: TSplitter
Left = 130
Height = 380
Top = 0
Width = 5
AutoSnap = False
end
end
object p3: TPanel[1]
AnchorSideRight.Control = p2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = p2
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 35
Top = 380
Width = 610
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 35
ClientWidth = 610
TabOrder = 1
object DelButton: TButton
AnchorSideLeft.Control = p3
AnchorSideTop.Control = p3
Left = 0
Height = 23
Top = 6
Width = 73
AutoSize = True
BorderSpacing.Top = 6
Caption = 'DelButton'
OnClick = DelButtonClick
TabOrder = 2
end
object AddNewButton: TButton
AnchorSideTop.Control = UpdateButton
AnchorSideRight.Control = p3
AnchorSideRight.Side = asrBottom
Left = 512
Height = 23
Top = 6
Width = 98
Anchors = [akTop, akRight]
AutoSize = True
Caption = 'AddNewButton'
OnClick = AddNewButtonClick
TabOrder = 0
end
object UpdateButton: TButton
AnchorSideTop.Control = p3
AnchorSideRight.Control = AddNewButton
Left = 413
Height = 23
Top = 6
Width = 93
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'UpdateButton'
OnClick = UpdateButtonClick
TabOrder = 1
end
end
end