lazarus/examples/barchart/frmmain.lfm
mattias 879f1ff11a added TBarChar demo
git-svn-id: trunk@6066 -
2004-09-24 14:55:55 +00:00

26 lines
457 B
Plaintext

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