mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 18:06:03 +02:00
29 lines
546 B
Plaintext
29 lines
546 B
Plaintext
object MainForm: TMainForm
|
|
Left = 405
|
|
Height = 550
|
|
Top = 180
|
|
Width = 570
|
|
Caption = 'TAChart Mouse Events Demo'
|
|
ClientHeight = 550
|
|
ClientWidth = 570
|
|
Position = poScreenCenter
|
|
LCLVersion = '4.99.0.0'
|
|
OnCreate = FormCreate
|
|
object PageControl: TPageControl
|
|
Left = 0
|
|
Height = 550
|
|
Top = 0
|
|
Width = 570
|
|
ActivePage = tsBars
|
|
Align = alClient
|
|
TabIndex = 1
|
|
TabOrder = 0
|
|
object tsPoints: TTabSheet
|
|
Caption = 'Points'
|
|
end
|
|
object tsBars: TTabSheet
|
|
Caption = 'Bars'
|
|
end
|
|
end
|
|
end
|