摘要:
private void txtPrice_KeyPress(object sender, KeyPressEventArgs e) { if (!((e.KeyChar >= '0' && e.KeyChar <= '9') || e.KeyChar == '.' || e.KeyChar == '')) { e.Handled = true; } else { i... 阅读全文
posted @ 2009-05-31 11:59
夜叉
阅读(1540)
评论(0)
推荐(0)
浙公网安备 33010602011771号