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

29 lines
543 B
Plaintext

object MainForm: TMainForm
Left = 366
Height = 559
Top = 232
Width = 659
Caption = 'TAChart RadialSeries Demo'
ClientHeight = 559
ClientWidth = 659
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object PageControl: TPageControl
Left = 0
Height = 559
Top = 0
Width = 659
ActivePage = tsPolar
Align = alClient
TabIndex = 1
TabOrder = 0
object tsPie: TTabSheet
Caption = 'Pie'
end
object tsPolar: TTabSheet
Caption = 'Polar'
end
end
end