private void Value_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = e.TextBoxHandle(sender);
 }