From 9702c6a4dc358c7bff2eb18c8426229a0140e34a Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期一, 15 九月 2025 08:29:16 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs index 602f3a7..db5aeb0 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs @@ -45,6 +45,7 @@ this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); @@ -144,19 +145,19 @@ this.gridColumn3, this.gridColumn4, this.gridColumn5, - this.gridColumn6}); + this.gridColumn6, + this.gridColumn7}); this.gridView1.DetailHeight = 428; this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 62; this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.ShowAutoFilterRow = true; - this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // gridColumn1 // - this.gridColumn1.Caption = "寮�宸ユ棩鏈�"; + this.gridColumn1.Caption = "棰勮寮�宸ユ椂闂�"; this.gridColumn1.FieldName = "mesStartProd"; this.gridColumn1.MinWidth = 30; this.gridColumn1.Name = "gridColumn1"; @@ -264,6 +265,16 @@ this.gridColumn6.VisibleIndex = 9; this.gridColumn6.Width = 112; // + // gridColumn7 + // + this.gridColumn7.Caption = "缁勭粐鏈烘瀯"; + this.gridColumn7.FieldName = "orgName"; + this.gridColumn7.MinWidth = 30; + this.gridColumn7.Name = "gridColumn7"; + this.gridColumn7.Visible = true; + this.gridColumn7.VisibleIndex = 10; + this.gridColumn7.Width = 112; + // // pageBar1 // this.pageBar1.CurrentPage = 1; @@ -286,7 +297,7 @@ this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "ItemQL"; - this.Text = "鏉$爜浜ゆ槗鏄庣粏"; + this.Text = "鐗╂枡娆犳枡鎶ヨ〃"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); @@ -318,5 +329,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; } } \ No newline at end of file -- Gitblit v1.9.3