private void Form1_Load(object sender, EventArgs e)
{
  label1.Text = "Number";
  checkBox1.Text = "Prime";
  label1.AutoSize = true;
}
