# Gambas Form File 2.0 { Form Form MoveScaled(0,0,50,50) Text = ("") { btnPlay Button MoveScaled(16,14,16,3) Text = ("Play") } { btnStop Button MoveScaled(16,21,16,3) Text = ("Stop") } }