void box_MouseEnter(object sender, EventArgs e)
 {
     PartsPanel.Focus();
 }