From 244f6e866ed6ff7325145c96a1ac62122707f4af Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 06 十一月 2024 16:56:50 +0800 Subject: [PATCH] 到货单删除 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs index 4257eea..098430a 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs @@ -5,6 +5,7 @@ using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; +using DevExpress.XtraGrid.Views.BandedGrid; using DevExpress.XtraGrid.Views.Grid; using Gs.DevApp.Entity; using Gs.DevApp.ToolBox; @@ -40,7 +41,7 @@ e.Bounds.Top + 45, e.Bounds.Right - 5, e.Bounds.Height - 5); e.Graphics.DrawString(str, f, Brushes.Gray, r); }; - + } /// <summary> -- Gitblit v1.9.3