From 34e30e2261a057fc9f46f67a3d216e3d9a9e67be Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 03 六月 2025 17:17:21 +0800 Subject: [PATCH] 上线梳理 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs index 0234fa6..3bf40fa 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs @@ -339,6 +339,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"; @@ -352,8 +353,9 @@ // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1126, 570); - this.split1.SplitterPosition = 558; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 @@ -630,7 +632,7 @@ // // gridColumn44 // - this.gridColumn44.Caption = "鐢宠缁勭粐Id"; + this.gridColumn44.Caption = "鐢宠缁勭粐ID"; this.gridColumn44.FieldName = "fapporgid"; this.gridColumn44.MinWidth = 25; this.gridColumn44.Name = "gridColumn44"; @@ -698,7 +700,7 @@ // // gv_id // - this.gv_id.Caption = "涓婚敭Guid"; + this.gv_id.Caption = "涓婚敭GUID"; this.gv_id.FieldName = "id"; this.gv_id.MinWidth = 25; this.gv_id.Name = "gv_id"; @@ -739,6 +741,7 @@ // this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; + this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1126, 570); this.splitMx1.SplitterPosition = 169; this.splitMx1.TabIndex = 0; @@ -993,6 +996,7 @@ this.txt_fCloserId.Size = new System.Drawing.Size(170, 24); this.txt_fCloserId.StyleController = this.layoutMx1; this.txt_fCloserId.TabIndex = 392; + this.txt_fCloserId.Tag = "readonly"; // // txt_fCloseDate // @@ -1001,6 +1005,7 @@ this.txt_fCloseDate.Size = new System.Drawing.Size(170, 24); this.txt_fCloseDate.StyleController = this.layoutMx1; this.txt_fCloseDate.TabIndex = 393; + this.txt_fCloseDate.Tag = "readonly"; // // txt_fCloseStatusTxt // @@ -1009,6 +1014,7 @@ this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(170, 24); this.txt_fCloseStatusTxt.StyleController = this.layoutMx1; this.txt_fCloseStatusTxt.TabIndex = 394; + this.txt_fCloseStatusTxt.Tag = "readonly"; // // layoutControlItem16 // @@ -1567,7 +1573,7 @@ // this.gvMx1bld008.AppearanceCell.Options.UseFont = true; this.gvMx1bld008.Caption = "宸叉壂鏁伴噺"; - this.gvMx1bld008.FieldName = "ysNum"; + this.gvMx1bld008.FieldName = "sQty"; this.gvMx1bld008.MinWidth = 50; this.gvMx1bld008.Name = "gvMx1bld008"; this.gvMx1bld008.OptionsColumn.ReadOnly = true; -- Gitblit v1.9.3