求下解決方案.
//
// btnExport
//
this.btnExport.Glyph = ((System.Drawing.Image)(resources.GetObject("btnExport.Glyph")));
this.btnExport.Hint = "匯出";
this.btnExport.Id = 203;
this.btnExport.ImageUri.Uri = "BringForward";
this.btnExport.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barExportSSIM),
new DevExpress.XtraBars.LinkPersistInfo(this.barExportCapacity),
new DevExpress.XtraBars.LinkPersistInfo(this.barExportTxt),
new DevExpress.XtraBars.LinkPersistInfo(this.barExportVerSSIM)});
this.btnExport.Name = "btnExport";
這個是Designer.cs檔案的內容 其他的里面也沒動過.
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/130328.html
標籤:組件/控件開發
上一篇:關于Response.ContentType的問題?
下一篇:C#foreach用法
