e922f76f32
* 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
19 lines
343 B
Text
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
|
|
}
|
|
}
|