摘要: using System; using System.Collections.Generic; using System.Text; namespace FrameworkApp { // 该类重载的 ToString() 方法返回的是大写金额字符串 public class Money { ... 阅读全文
posted @ 2008-02-24 17:17 拒绝潜水的鱼 阅读(1832) 评论(0) 推荐(0) 编辑
摘要: //Winform 用回车代替TAB protectedoverrideboolProcessDialogKey(KeyskeyData) { if(keyData==Keys.Return) { this.SelectNextControl(this.ActiveControl, true, tr... 阅读全文
posted @ 2008-02-24 17:03 拒绝潜水的鱼 阅读(336) 评论(0) 推荐(0) 编辑