Help getting rid of the module.

Can anyone offer some help? I'm a novice to VB and am trying to use a simplified code for minesweeper. I have got hold of a great code but it uses a Module and I would like to be able to put it all on to just the one form(there are reasons for this). I know nothing about "Types" I have tried to treat them as variables but
but that doesn't work. Any ideas ???

Module content

"Type square
mine As Boolean 'false = no mine, true = mine
stay As Double '0(not yet keyed), 1(keyed), 2(flagged)
near As Double 'mines near to squares
End Type"