You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
50 lines
1.0 KiB
Plaintext
50 lines
1.0 KiB
Plaintext
inherited BasicStatsReportAndChartForm: TBasicStatsReportAndChartForm
|
|
Height = 450
|
|
Width = 716
|
|
Caption = 'BasicStatsReportAndChartForm'
|
|
ClientHeight = 450
|
|
ClientWidth = 716
|
|
inherited ParamsPanel: TPanel
|
|
Height = 434
|
|
ClientHeight = 434
|
|
inherited CloseBtn: TButton
|
|
Top = 409
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Top = 409
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Top = 409
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Top = 409
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 393
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Height = 450
|
|
end
|
|
object PageControl: TPageControl[2]
|
|
Left = 312
|
|
Height = 434
|
|
Top = 8
|
|
Width = 396
|
|
ActivePage = ReportPage
|
|
Align = alClient
|
|
BorderSpacing.Left = 4
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
TabIndex = 0
|
|
TabOrder = 2
|
|
object ReportPage: TTabSheet
|
|
Caption = 'Report'
|
|
end
|
|
object ChartPage: TTabSheet
|
|
Caption = 'Chart'
|
|
end
|
|
end
|
|
end
|