From 703fbd021fffe44e7257d13603672f723f5acaee Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 22 四月 2025 16:54:21 +0800 Subject: [PATCH] 仓库出库 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs index 8533b62..05b04b2 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs @@ -95,6 +95,7 @@ // split1 // this.split1.Dock = System.Windows.Forms.DockStyle.Fill; + this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.split1.Horizontal = false; this.split1.Location = new System.Drawing.Point(0, 0); this.split1.Name = "split1"; @@ -106,7 +107,8 @@ // // split1.Panel2 // - this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; + this.split1.Panel2.Text = "Panel2"; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1126, 570); this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; @@ -161,7 +163,7 @@ // // tlcMenuName // - this.tlcMenuName.Caption = "瀛楀吀鍚嶇О"; + this.tlcMenuName.Caption = "瀛楀吀鍚嶇О鍊�"; this.tlcMenuName.FieldName = "defectName"; this.tlcMenuName.MinWidth = 38; this.tlcMenuName.Name = "tlcMenuName"; -- Gitblit v1.9.3