2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Form File 3.0
|
|
|
|
|
|
|
|
{ Form Form
|
|
|
|
MoveScaled(0,0,72,51)
|
|
|
|
Background = &HFFEFBF&
|
|
|
|
Text = ("Example to make a Bar Chart")
|
|
|
|
Resizable = False
|
|
|
|
{ bg PictureBox
|
2019-05-17 04:13:49 +02:00
|
|
|
MoveScaled(1,1,70.1429,43.1429)
|
2014-12-12 20:58:52 +01:00
|
|
|
Background = &HFFFFFF&
|
|
|
|
Border = Border.Plain
|
|
|
|
}
|
|
|
|
{ drwChart DrawingArea
|
|
|
|
MoveScaled(2,2,69,41)
|
|
|
|
Background = &HFFFFFF&
|
|
|
|
Cached = True
|
|
|
|
}
|
|
|
|
{ btnClose Button
|
2019-05-17 04:13:49 +02:00
|
|
|
MoveScaled(50,45,21,5)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("&Close")
|
|
|
|
}
|
|
|
|
{ btnAbout Button
|
2019-05-17 04:13:49 +02:00
|
|
|
MoveScaled(1,45,21,5)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("&About")
|
|
|
|
Picture = Picture["graph.png"]
|
|
|
|
}
|
|
|
|
{ TextLabel1 TextLabel
|
2019-05-17 04:13:49 +02:00
|
|
|
MoveScaled(2,2,4,3.5714)
|
2014-12-12 20:58:52 +01:00
|
|
|
Background = &HFFFFFF&
|
|
|
|
Text = ("(%)")
|
|
|
|
}
|
|
|
|
}
|