2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Form File 3.0
|
|
|
|
|
|
|
|
{ Form Form
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(0,0,54,21)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("About gbGravity")
|
|
|
|
Resizable = False
|
|
|
|
{ PictureBox1 PictureBox
|
|
|
|
MoveScaled(1,1,9,9)
|
|
|
|
Picture = Picture["gravity.png"]
|
|
|
|
Stretch = True
|
|
|
|
}
|
|
|
|
{ Label1 Label
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(11,1,17,4)
|
2014-12-12 20:58:52 +01:00
|
|
|
Font = Font["+2"]
|
|
|
|
Text = ("gbGravity")
|
|
|
|
}
|
|
|
|
{ Label2 Label
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(25,1,28,4)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("Gravity like Simulator")
|
2019-05-31 03:49:32 +02:00
|
|
|
Alignment = Align.Right
|
2014-12-12 20:58:52 +01:00
|
|
|
}
|
|
|
|
{ Label3 Label
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(21,5,32,4)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("Written in Gambas 1.9.46")
|
2019-05-31 03:49:32 +02:00
|
|
|
Alignment = Align.Right
|
2014-12-12 20:58:52 +01:00
|
|
|
}
|
|
|
|
{ Label4 Label
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(31,9,22,3)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("by Iman Karim")
|
2019-05-31 03:49:32 +02:00
|
|
|
Alignment = Align.Right
|
2014-12-12 20:58:52 +01:00
|
|
|
}
|
|
|
|
{ Button1 Button
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(1,13,52,4)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("Ok - kool!")
|
|
|
|
}
|
|
|
|
{ Label5 Label
|
2019-05-31 03:49:32 +02:00
|
|
|
MoveScaled(1,17,52,3)
|
2014-12-12 20:58:52 +01:00
|
|
|
Font = Font["-1"]
|
|
|
|
Text = ("Thanks to the Gambas team!")
|
|
|
|
Alignment = Align.Center
|
|
|
|
}
|
|
|
|
}
|