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

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