private void txtInsuranceAmount10_KeyPress(object sender, KeyPressEventArgs e)
        {
            e.Handled = Authentication.CheckInt(e.KeyChar);
            
        }  这是 textBox 的时间 只能是数字输入,我还想让 退格键 和delete键能响应 要怎么设置。。急