umm... wow. Have you thought about using loops to create the buttons? That would drastically reduce the amount of code you have.


for(int i = 0; i < 10; i++)
{
for (int j = 0; j < 10; j++)...