gambas-source-code/comp/src/gb.chart/.src/FTest2.form
Fabien Bodard e922f76f32 [GB.CHART]
* BUG: Now the gb.chart is structured as a gambas3 source.
 It does not make gbi3 crash anymore, neither IDE


git-svn-id: svn://localhost/gambas/trunk@2417 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-11-13 21:22:12 +00:00

19 lines
343 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,64,96)
Text = ("")
Arrangement = Arrange.Vertical
{ DrawingArea1 DrawingArea
MoveScaled(1,3,36,28)
Expand = True
}
{ DrawingArea2 DrawingArea
MoveScaled(14,21,43,28)
Expand = True
}
{ DrawingArea3 DrawingArea
MoveScaled(4,52,54,35)
Expand = True
}
}