只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-08-26 12:17 青田 阅读(15) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-08-26 12:07 青田 阅读(44) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-08-26 11:51 青田 阅读(8) 评论(0) 推荐(0) 编辑
摘要: private void dialogAdvancedSearch_MouseUp(object sender, MouseEventArgs e) { if (!this.txtProductCity.ClientRectangle.Contains(e.Location) && !this.listView1.ClientRectangle.Contains(e.Location))//判断鼠标坐标是否在这个控件的范围内 this.listView1.Visible = false;//你想做的事 } 阅读全文
posted @ 2013-08-23 20:23 青田 阅读(761) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-08-22 17:09 青田 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-08-21 14:51 青田 阅读(6) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Windows.Forms;using DevExpress.LookAndFeel;using DevExpress.XtraReports.UI;// ...private void Form1_Load(object sender, EventArgs e) {XtraReport1 report = new XtraReport1();ReportPrintTool printTool = new ReportPrintTool(report);// Invoke the Print Preview form modally, // 阅读全文
posted @ 2013-08-20 15:36 青田 阅读(503) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-08-20 15:10 青田 阅读(19) 评论(0) 推荐(0) 编辑