//表头折行设置this.gridView1.ColumnPanelRowHeight = 40;this.gridView1.OptionsView.AllowHtmlDrawHeaders = true;this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;//上面的3个属性设置完成后, 将GridColumn.Caption = "单价<br>(元)",即可将(元)放在第二行.//表头及行内容居中显示this.gridView1 Read More
posted @ 2012-09-21 08:57 C#老头子 Views(1025) Comments(0) Diggs(0) Edit
private static void myPub_OpenSQLConnection() { if (THappyDBHelper.mpSqlConnection == null) { THappyDBHelper.mpSqlConnection = new SqlConnection(); RegistryKey vRegCurrentUser = Registry.CurrentUser; RegistryKey vRegHa... Read More
posted @ 2012-09-21 08:48 C#老头子 Views(2671) Comments(0) Diggs(1) Edit