摘要: 1. 菜单 1.1 MaskedTextBox控件 新建Form, 增加3个Label 和 3个MaskedtextBox 在Form_load代码中增添如下1 private void Form1_Load(object sender, EventArgs e)2 {3 ... 阅读全文
posted @ 2014-07-20 20:50 Mirrorhanman 阅读(222) 评论(0) 推荐(0) 编辑