该文被密码保护。 阅读全文
摘要:
private void textBox1_TextChanged(object sender, EventArgs e) { if ((sender as TextBox).Text.Length == 0) { DevExpress.Utils.ToolTipLocation tipLocat... 阅读全文
摘要:
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.... 阅读全文
该文被密码保护。 阅读全文
摘要:
MsSqlConnectionParameters ms = new MsSqlConnectionParameters(); ms.AuthorizationType = MsSqlAuthorizationType.SqlServer; ms.Password = "**"; ms.UserNam... 阅读全文
摘要:
gridLookUpEdit1.Text= "请输入..."; gridLookUpEdit1.Properties.NullText = "请输入..."; // TODO: 这行代码将数据加载到表“contactsDataSet1.Customers”中。您可以根据需要移动或删除它。 this.customersT... 阅读全文
摘要:
gridView1.Columns[0].AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; gridView1.Columns[0].AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlign... 阅读全文
摘要:
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.... 阅读全文
摘要:
绑定的列和lookupedit 不要同名 * 阅读全文