上一页 1 2 3 4 5 6 ··· 15 下一页
该文被密码保护。 阅读全文
posted @ 2016-10-10 09:31 刀小爱 阅读(2) 评论(0) 推荐(0) 编辑
摘要: private void textBox1_TextChanged(object sender, EventArgs e) { if ((sender as TextBox).Text.Length == 0) { DevExpress.Utils.ToolTipLocation tipLocat... 阅读全文
posted @ 2016-10-07 15:32 刀小爱 阅读(351) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
posted @ 2016-10-07 09:50 刀小爱 阅读(145) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-07 08:16 刀小爱 阅读(2) 评论(0) 推荐(0) 编辑
摘要: MsSqlConnectionParameters ms = new MsSqlConnectionParameters(); ms.AuthorizationType = MsSqlAuthorizationType.SqlServer; ms.Password = "**"; ms.UserNam... 阅读全文
posted @ 2016-10-06 16:40 刀小爱 阅读(425) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-04 14:23 刀小爱 阅读(2) 评论(0) 推荐(0) 编辑
摘要: gridLookUpEdit1.Text= "请输入..."; gridLookUpEdit1.Properties.NullText = "请输入..."; // TODO: 这行代码将数据加载到表“contactsDataSet1.Customers”中。您可以根据需要移动或删除它。 this.customersT... 阅读全文
posted @ 2016-10-03 11:37 刀小爱 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: gridView1.Columns[0].AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; gridView1.Columns[0].AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlign... 阅读全文
posted @ 2016-10-02 16:27 刀小爱 阅读(3448) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
posted @ 2016-10-02 15:36 刀小爱 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 绑定的列和lookupedit 不要同名 * 阅读全文
posted @ 2016-10-01 22:28 刀小爱 阅读(404) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页