摘要:
private void gridView1_CustomSummaryCalculate(object sender, DevExpress.Data.CustomSummaryEventArgs e) { if (((DevExpress.XtraGrid.GridSummaryItem)e.I 阅读全文
posted @ 2016-07-18 16:24
影子博客
阅读(577)
评论(0)
推荐(0)
|
摘要:
private void gridView1_CustomSummaryCalculate(object sender, DevExpress.Data.CustomSummaryEventArgs e) { if (((DevExpress.XtraGrid.GridSummaryItem)e.I 阅读全文
posted @ 2016-07-18 16:24
影子博客
阅读(577)
评论(0)
推荐(0)
摘要:
private void btnQuery_Click(object sender, EventArgs e) { if (cboxFactory.Text=="") { MessageBox.Show("请选择厂别!","系统提示"); return; } fname = cboxFactory. 阅读全文
posted @ 2016-07-16 11:27
影子博客
阅读(322)
评论(0)
推荐(0)
摘要:
if (e.Button == MouseButtons.Right) { if (gridView1.GetFocusedRowCellValue("color").ToString() == "1" || gridView1.GetFocusedRowCellValue("color").ToS 阅读全文
posted @ 2016-07-08 17:01
影子博客
阅读(425)
评论(0)
推荐(0)
摘要:
private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { int hand = e.RowHandle; if (hand = 0) { i 阅读全文
posted @ 2016-07-08 09:32
影子博客
阅读(4488)
评论(0)
推荐(0)
摘要:
public partial class BanCiCombox : UserControl { string _gong = ""; Ctrl cl = new Ctrl(); public BanCiCombox() { InitializeComponent(); } public BanCi 阅读全文
posted @ 2016-07-07 14:53
影子博客
阅读(122)
评论(0)
推荐(0)
摘要:
DECLARE @smallGongDuan VARCHAR(50), @date DATETIME,@endDate DATETIME,@bc VARCHAR(200),@baiWan VARCHAR(20),@bcName VARCHAR(20) @gongDuan='外观挑选,分级补电,制浆, 阅读全文
posted @ 2016-06-27 09:59
影子博客
阅读(293)
评论(0)
推荐(0)
摘要:
insert into tableA select from tableB b where not exists(select 1 from tableA a where a.id = b.id) insert into tableA select from tableB b left join t 阅读全文
posted @ 2016-05-26 13:51
影子博客
阅读(425)
评论(0)
推荐(0)
摘要:
/// /// 创建结构体用于返回捕获时间 /// [StructLayout(LayoutKind.Sequential)] struct LASTINPUTINFO { /// /// 设置结构体块容量 /// [MarshalAs(UnmanagedType.U4)] public int c 阅读全文
posted @ 2016-05-24 11:27
影子博客
阅读(1105)
评论(0)
推荐(0)
摘要:
private void FrmLotterycs_Load(object sender, EventArgs e) { t = 0; UserJuanquanTB = O.get_UserJuanquan(empName); if (UserJuanquanTB.Rows.Count 0) { g 阅读全文
posted @ 2016-05-24 10:19
影子博客
阅读(285)
评论(0)
推荐(0)
摘要:
DEVexpress GridControl 属性设置 2013年11月22日 ⁄ 综合 ⁄ 共 18319字 ⁄ 字号 小 中 大 ⁄ 评论关闭 1、 如何解决单击记录整行选中的问题 View OptionsBehavior EditorShowMode 设置为:Click 2、 如何新增一条记录 阅读全文
posted @ 2016-05-13 19:29
影子博客
阅读(429)
评论(0)
推荐(0)
|