gambas-source-code/app/examples/Drawing/Gravity/.src/FAbout.form
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

39 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
}
}