lazarus/components/tachart/demo/stateseries/main.lfm

31 lines
636 B
Plaintext

object MainForm: TMainForm
Left = 314
Height = 312
Top = 130
Width = 690
Caption = 'StateSeries Demos'
ClientHeight = 312
ClientWidth = 690
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object PageControl1: TPageControl
Left = 0
Height = 312
Top = 0
Width = 690
ActivePage = pgMachineStateChart
Align = alClient
TabIndex = 0
TabOrder = 0
object pgMachineStateChart: TTabSheet
Caption = 'State plot'
end
object pgSimpleGanttChart: TTabSheet
Caption = 'Simple Gantt plot'
end
object pgGanttChart: TTabSheet
Caption = 'Gantt plot'
end
end
end