随笔分类 -  C# WinForm用户管理模块

用户管理模块(用户,用户组,鉴权)的增删改查的操作 及用户管理处理,主要是DevExpress控件中的GridView控件的熟悉
摘要:用户管理:登录窗体通过ShowDialog()方法实现切换 阅读全文
posted @ 2013-02-26 14:09 乡香田甜 阅读(497) 评论(0) 推荐(0)
摘要:XtraEditors.RadioGroup 获取控件选择的值 阅读全文
posted @ 2012-12-19 11:54 乡香田甜 阅读(2628) 评论(1) 推荐(0)
摘要:if (BaseClass.UserCache.ContainsKey(userInfo.CreatedBy ?? -1)) { txtCreateBy.Text = BaseClass.UserCache[userInfo.CreatedBy ?? -1]; } else txtCreateBy.Text = "error";PublicBase.cs类 /// <summary> /// 用户名缓存:key=UserId value=DisPlayName /// </summary> public static Dictionary<in 阅读全文
posted @ 2012-12-15 18:55 乡香田甜 阅读(426) 评论(0) 推荐(0)