mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 06:26:20 +02:00
38 lines
752 B
Plaintext
38 lines
752 B
Plaintext
object MainForm: TMainForm
|
|
Left = 424
|
|
Height = 459
|
|
Top = 304
|
|
Width = 529
|
|
Caption = 'Multi-Valued Series Demo'
|
|
ClientHeight = 459
|
|
ClientWidth = 529
|
|
Position = poScreenCenter
|
|
LCLVersion = '4.99.0.0'
|
|
OnCreate = FormCreate
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 459
|
|
Top = 0
|
|
Width = 529
|
|
ActivePage = tsBubble
|
|
Align = alClient
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
object tsBubble: TTabSheet
|
|
Caption = 'Bubble'
|
|
end
|
|
object tsStacked: TTabSheet
|
|
Caption = 'Stacked'
|
|
end
|
|
object tsWhiskers: TTabSheet
|
|
Caption = 'Box-and-whiskers'
|
|
end
|
|
object tsOHLC: TTabSheet
|
|
Caption = 'OHLC'
|
|
end
|
|
object tsField: TTabSheet
|
|
Caption = 'Field'
|
|
end
|
|
end
|
|
end
|