摘要: 番外篇:、 //该方法是将字符串转化为中文拼音的首写字母大写, public static string RemoveSpecialCharacters(string str){try{if (string.IsNullOrWhiteSpace(str)) { return str; }var re 阅读全文
posted @ 2018-05-29 23:30 酒乐 阅读(358) 评论(0) 推荐(0)
摘要: 创建GridlookupEtid控件 设置其对应属性: 设置属性 this.gridLookUpEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; //配置,用于像文本框那 阅读全文
posted @ 2018-05-29 23:27 酒乐 阅读(534) 评论(0) 推荐(0)