From d819916854d5c23e6ffa7cab3237615d0d50007f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 25 三月 2025 17:03:29 +0800 Subject: [PATCH] 到货单 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs index 3cd8459..843febf 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs @@ -432,7 +432,7 @@ this.xtraTabPage3.Controls.Add(this.splitMx1); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(1264, 570); - this.xtraTabPage3.Text = "xtraTabPage3"; + this.xtraTabPage3.Text = "鏁版嵁璇︾粏"; // // splitMx1 // @@ -738,6 +738,8 @@ // // gvMx1 // + this.gvMx1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1.Appearance.Row.Options.UseFont = true; this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gvMx1guid, this.gvMx1depotSectionCode, -- Gitblit v1.9.3