From 5029c8357635c9556e63bd78f262d860df51e7fb Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期六, 02 八月 2025 15:49:56 +0800 Subject: [PATCH] 增加排班管理代码,到货计划增加超采比例,物料信息增加超采比例字段 --- DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs index e810bbd..81fc567 100644 --- a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs @@ -114,9 +114,9 @@ // // split1.Panel2 // - this.split1.Panel2.Text = "Panel2"; + this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1002, 570); - this.split1.SplitterPosition = 558; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 -- Gitblit v1.9.3