摘要: //在GridView的CustomDrawRowIndicator事件中添加如下代码: private void gridView1_CustomDrawRowIndicator(object sender, DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventArgs e) { if (e.Info.IsRowIndicato... 阅读全文
posted @ 2011-03-22 15:35 我在深圳搬砖 阅读(1669) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 限制TextBox只能输入数字和小数点 /// 一般在TextBox的KeyPress中调用 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> public static void TextBox_KeyPress(object sender, KeyPressEventArgs e) { if (!(((e.KeyChar >=  阅读全文
posted @ 2011-03-22 15:31 我在深圳搬砖 阅读(1771) 评论(6) 推荐(2) 编辑
摘要: TFS 删除 因为它一个或多个子项具有挂起的更改 原因:删除本地项目后没有删除TFS上面的 解决方法: 1.右键解决方案获取特定版本 2.类型选择最新版本 ,覆盖未签出的可写文件、即使本地版本与指定的版本匹配也覆盖所有文件 打上勾,获取后 在添加已有项目,移除本地,移除工作区域 阅读全文
posted @ 2011-03-22 09:49 我在深圳搬砖 阅读(1188) 评论(0) 推荐(0) 编辑