40 lines
780 B
Text
40 lines
780 B
Text
|
# Gambas Form File 3.0
|
||
|
|
||
|
{ Form Form
|
||
|
MoveScaled(0,0,48,21)
|
||
|
Text = ("About gbGravity")
|
||
|
Resizable = False
|
||
|
{ PictureBox1 PictureBox
|
||
|
MoveScaled(1,1,9,9)
|
||
|
Picture = Picture["gravity.png"]
|
||
|
Stretch = True
|
||
|
}
|
||
|
{ Label1 Label
|
||
|
MoveScaled(11,1,14,4)
|
||
|
Font = Font["+2"]
|
||
|
Text = ("gbGravity")
|
||
|
}
|
||
|
{ Label2 Label
|
||
|
MoveScaled(25,1,22,4)
|
||
|
Text = ("Gravity like Simulator")
|
||
|
}
|
||
|
{ Label3 Label
|
||
|
MoveScaled(21,5,25,4)
|
||
|
Text = ("Written in Gambas 1.9.46")
|
||
|
}
|
||
|
{ Label4 Label
|
||
|
MoveScaled(31,9,15,3)
|
||
|
Text = ("by Iman Karim")
|
||
|
}
|
||
|
{ Button1 Button
|
||
|
MoveScaled(1,13,46,4)
|
||
|
Text = ("Ok - kool!")
|
||
|
}
|
||
|
{ Label5 Label
|
||
|
MoveScaled(11,17,26,3)
|
||
|
Font = Font["-1"]
|
||
|
Text = ("Thanks to the Gambas team!")
|
||
|
Alignment = Align.Center
|
||
|
}
|
||
|
}
|