摘要:
1 private void tbxStationID_KeyPress(object sender, KeyPressEventArgs e) 2 { 3 if ((e.KeyChar >= 48 && e.KeyChar = 64 && e.KeyChar <= 123) || e.KeyChar == 8 || e.KeyChar == 3 || e.KeyChar == 22 || e.KeyChar == ',') 4 { 5 e.Handled = false; 6 ... 阅读全文
posted @ 2013-09-02 10:43
Mis_Eur
阅读(1444)
评论(0)
推荐(0)

浙公网安备 33010602011771号