lazarus/examples/barchart/frmmain.lfm
zeljko 2a8c382976 examples: barchart fixed compilation
git-svn-id: trunk@31484 -
2011-07-01 07:24:57 +00:00

26 lines
456 B
Plaintext

object Form1: TForm1
Left = 440
Height = 300
Top = 209
Width = 400
HorzScrollBar.Page = 401
VertScrollBar.Page = 301
Caption = 'Form1'
ClientHeight = 300
ClientWidth = 400
OnShow = Form1Show
LCLVersion = '0.9.31'
object BarChart1: TBarChart
Left = 16
Height = 256
Top = 16
Width = 368
Caption = 'My Data'
FullRepaint = False
TabOrder = 0
Bars = <>
Depth = 20
LabelPosition = plLeft
end
end