duhe
2023-06-13 bff338f3b532b0bf2a8f3f2d6b662adb9a222f13
WorkM/报表分析/Mes_OrderProcFlowAllReport.designer.cs
@@ -1,5 +1,15 @@
锘縩amespace WorkM
{
    public class FlickerFreeListView : System.Windows.Forms.DataGridView {
        public FlickerFreeListView()
        {
            SetStyle(System.Windows.Forms.ControlStyles.DoubleBuffer |
            System.Windows.Forms.ControlStyles.AllPaintingInWmPaint |
            System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer, true);
            UpdateStyles();
        }
    }
    partial class Mes_OrderProcFlowAllReport
    {
        /// <summary>
@@ -68,7 +78,7 @@
            this.lblCaption = new System.Windows.Forms.Label();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.grdSum = new System.Windows.Forms.DataGridView();
            this.grdMain = new System.Windows.Forms.DataGridView();
            this.grdMain = new FlickerFreeListView();
            this.chkShowUpperID = new System.Windows.Forms.CheckBox();
            this.Tool.SuspendLayout();
            this.pPic.SuspendLayout();