1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
object ReportDataDisplay: TReportDataDisplay
Left = 0
Height = 277
Top = 0
Width = 327
ClientHeight = 277
ClientWidth = 327
LCLVersion = '1.9.0.0'
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 = 242
ClientWidth = 321
object TVData: TTreeView
Left = 0
Height = 242
Top = 0
Width = 321
Align = alClient
DragMode = dmAutomatic
HideSelection = False
ReadOnly = True
RightClickSelect = True
RowSelect = True
TabOrder = 0
OnMouseDown = TVDataMouseDown
OnStartDrag = TVDataStartDrag
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
object TSVariables: TTabSheet
Caption = 'Variables'
ClientHeight = 242
ClientWidth = 321
object TVVariables: TTreeView
Left = 0
Height = 242
Top = 0
Width = 321
Align = alClient
DragMode = dmAutomatic
ReadOnly = True
TabOrder = 0
OnMouseDown = TVVariablesMouseDown
OnStartDrag = LBVariablesStartDrag
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
object TabSheet1: TTabSheet
Caption = 'Functions'
ClientHeight = 242
ClientWidth = 321
object TVFunctions: TTreeView
Left = 0
Height = 242
Top = 0
Width = 321
Align = alClient
DragMode = dmAutomatic
HideSelection = False
ReadOnly = True
RightClickSelect = True
RowSelect = True
TabOrder = 0
OnStartDrag = TVFunctionsStartDrag
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
end
end
|