lazarus/components/fpreport/design/frafpreportdata.lfm

82 lines
2.2 KiB
Plaintext

object ReportDataDisplay: TReportDataDisplay
Left = 0
Height = 277
Top = 0
Width = 327
ClientHeight = 277
ClientWidth = 327
TabOrder = 0
DesignLeft = 658
DesignTop = 245
object PCData: TPageControl
Left = 0
Height = 277
Top = 0
Width = 327
ActivePage = TSData
Align = alClient
TabIndex = 0
TabOrder = 0
object TSData: TTabSheet
Caption = 'Data'
ClientHeight = 249
ClientWidth = 319
object TVData: TTreeView
Left = 0
Height = 249
Top = 0
Width = 319
Align = alClient
DragMode = dmAutomatic
HideSelection = False
ReadOnly = True
RightClickSelect = True
RowSelect = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
OnMouseDown = TVDataMouseDown
OnStartDrag = TVDataStartDrag
end
end
object TSVariables: TTabSheet
Caption = 'Variables'
ClientHeight = 249
ClientWidth = 319
object TVVariables: TTreeView
Left = 0
Height = 249
Top = 0
Width = 319
Align = alClient
DragMode = dmAutomatic
HideSelection = False
ReadOnly = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
OnMouseDown = TVVariablesMouseDown
OnStartDrag = LBVariablesStartDrag
end
end
object TabSheet1: TTabSheet
Caption = 'Functions'
ClientHeight = 249
ClientWidth = 319
object TVFunctions: TTreeView
Left = 0
Height = 249
Top = 0
Width = 319
Align = alClient
DragMode = dmAutomatic
HideSelection = False
ReadOnly = True
RightClickSelect = True
RowSelect = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
OnStartDrag = TVFunctionsStartDrag
end
end
end
end