# Gambas Form File 1.0
{ Form1 Form
Move(437,0,450,270)
Text = ("")
{ TextBox1 TextBox
Move(20,20,40,40)
Text = ("TextBox1")
}
{ TextBox2 TextBox
Move(60,20,40,40)
Text = ("TextBox2")
}
{ TextBox3 TextBox
Move(100,20,40,40)
Text = ("TextBox3")
}
{ TextBox4 TextBox
Move(20,60,40,40)
Text = ("TextBox4")
}
{ TextBox5 TextBox
Move(60,60,40,40)
Text = ("TextBox5")
}
{ TextBox6 TextBox
Move(100,60,40,40)
Text = ("TextBox6")
}
{ TextBox7 TextBox
Move(20,100,40,40)
Text = ("TextBox7")
}
{ TextBox8 TextBox
Move(60,100,40,40)
Text = ("TextBox8")
}
{ TextBox9 TextBox
Move(100,100,40,40)
Text = ("TextBox9")
}
{ TextArea1 TextArea
Move(20,160,200,30)
Text = ("TextArea1")
}
{ TextArea2 TextArea
Move(20,210,200,30)
Text = ("TextArea2")
}
{ Button1 Button
Move(250,20,180,30)
Text = ("Neues Spiel")
}
{ Button2 Button
Move(250,80,180,30)
Text = ("Spielregeln")
}
{ Button3 Button
Move(250,140,180,30)
Text = ("Fragen zum Spiel")
}
{ Button4 Button
Move(250,210,180,30)
Text = ("Schließen")
}
}