gambas-source-code/app/examples/Games/Solitaire/.src/FBoardSelect.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

23 lines
404 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(42.6667,7.5,40,11)
Text = ("Select board")
Resizable = False
{ cboLayout ComboBox
MoveScaled(16,1,23,4)
Text = (" ")
}
{ lblLayout TextLabel
MoveScaled(1,1,14,4)
Text = ("Board Layout")
}
{ cmdOK Button
MoveScaled(1,6,11,4)
Text = ("OK")
}
{ cmdCancel Button
MoveScaled(28,6,11,4)
Text = ("Cancel")
}
}