Files
lazarus-ccr/applications/lazstats/source/forms/misc/basicstatsreportandchartformunit.lfm

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