mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 02:16:04 +02:00
29 lines
543 B
Plaintext
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
|