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

52 lines
1.1 KiB
Plaintext

object MainForm: TMainForm
Left = 538
Height = 468
Top = 194
Width = 627
Caption = 'TAChart Function Series Demo'
ClientHeight = 468
ClientWidth = 627
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object PageControl: TPageControl
Left = 0
Height = 468
Top = 0
Width = 627
ActivePage = tsDomain
Align = alClient
TabIndex = 0
TabOrder = 0
OnChange = PageControlChange
object tsDomain: TTabSheet
Caption = 'Domain'
end
object tsColorMap: TTabSheet
Caption = 'Color map'
ClientHeight = 440
ClientWidth = 619
object Splitter1: TSplitter
Left = 614
Height = 440
Top = 0
Width = 5
Align = alRight
ResizeAnchor = akRight
end
end
object tsSpline: TTabSheet
Caption = 'Spline'
end
object tsAutoExtentY: TTabSheet
Caption = 'Auto Y extent'
end
object tsParametric: TTabSheet
Caption = 'Parametric'
end
object tsExpression: TTabSheet
Caption = 'Expression'
end
end
end