mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:58:14 +02:00
130 lines
3.2 KiB
Plaintext
130 lines
3.2 KiB
Plaintext
inherited EditorMouseOptionsFrame: TEditorMouseOptionsFrame
|
|
Height = 420
|
|
Width = 610
|
|
Anchors = [akTop]
|
|
ClientHeight = 420
|
|
ClientWidth = 610
|
|
Visible = False
|
|
DesignLeft = 246
|
|
DesignTop = 209
|
|
object p2: TPanel[0]
|
|
Left = 0
|
|
Height = 420
|
|
Top = 0
|
|
Width = 610
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 420
|
|
ClientWidth = 610
|
|
TabOrder = 0
|
|
object ActionGrid: TStringGrid
|
|
Left = 135
|
|
Height = 372
|
|
Top = 48
|
|
Width = 475
|
|
Align = alClient
|
|
AutoEdit = False
|
|
ColCount = 10
|
|
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 = 372
|
|
Top = 48
|
|
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 = 372
|
|
Top = 48
|
|
Width = 5
|
|
AutoSnap = False
|
|
end
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Height = 48
|
|
Top = 0
|
|
Width = 610
|
|
AutoSize = True
|
|
ButtonHeight = 46
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = []
|
|
ShowCaptions = True
|
|
TabOrder = 3
|
|
object BtnImport: TToolButton
|
|
Left = 1
|
|
Top = 2
|
|
Caption = 'BtnImport'
|
|
OnClick = BtnImportClick
|
|
end
|
|
object BtnExport: TToolButton
|
|
Left = 57
|
|
Top = 2
|
|
Caption = 'BtnExport'
|
|
OnClick = BtnExportClick
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 113
|
|
Top = 2
|
|
Width = 3
|
|
Caption = 'ToolButton3'
|
|
Style = tbsDivider
|
|
end
|
|
object UpdateButton: TToolButton
|
|
Left = 116
|
|
Top = 2
|
|
Caption = 'UpdateButton'
|
|
OnClick = UpdateButtonClick
|
|
end
|
|
object AddNewButton: TToolButton
|
|
Left = 191
|
|
Top = 2
|
|
Caption = 'AddNewButton'
|
|
OnClick = AddNewButtonClick
|
|
end
|
|
object DelButton: TToolButton
|
|
Left = 271
|
|
Top = 2
|
|
Caption = 'DelButton'
|
|
OnClick = DelButtonClick
|
|
end
|
|
end
|
|
end
|
|
object SaveDialog1: TSaveDialog[1]
|
|
DefaultExt = '.xml'
|
|
Filter = 'xml|*.xml|any|*.*'
|
|
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
|
|
left = 184
|
|
top = 304
|
|
end
|
|
object OpenDialog1: TOpenDialog[2]
|
|
DefaultExt = '.xml'
|
|
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
|
|
left = 224
|
|
top = 304
|
|
end
|
|
end
|