From 3fb5533f30f178dcdf5965a41c39fb62c61da4d8 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 06 二月 2025 17:15:47 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/UserControl/UcLookDaa.Designer.cs | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookDaa.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookDaa.Designer.cs index 489902a..c43f128 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookDaa.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookDaa.Designer.cs @@ -33,11 +33,11 @@ this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); this.SuspendLayout(); @@ -99,6 +99,30 @@ this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 80; // + // gridColumn8 + // + this.gridColumn8.Caption = "浠诲姟鍗曞彿"; + this.gridColumn8.FieldName = "daa021"; + this.gridColumn8.Name = "gridColumn8"; + this.gridColumn8.Visible = true; + this.gridColumn8.VisibleIndex = 3; + // + // gridColumn7 + // + this.gridColumn7.Caption = "瑙勬牸鍨嬪彿"; + this.gridColumn7.FieldName = "itemModel"; + this.gridColumn7.Name = "gridColumn7"; + this.gridColumn7.Visible = true; + this.gridColumn7.VisibleIndex = 4; + // + // gridColumn6 + // + this.gridColumn6.Caption = "鍗曚綅"; + this.gridColumn6.FieldName = "fnumber"; + this.gridColumn6.Name = "gridColumn6"; + this.gridColumn6.Visible = true; + this.gridColumn6.VisibleIndex = 5; + // // gridColumn3 // this.gridColumn3.Caption = "浜у搧缂栫爜"; @@ -114,30 +138,6 @@ this.gridColumn4.Caption = "guid"; this.gridColumn4.FieldName = "guid"; this.gridColumn4.Name = "gridColumn4"; - // - // gridColumn6 - // - this.gridColumn6.Caption = "鍗曚綅"; - this.gridColumn6.FieldName = "fnumber"; - this.gridColumn6.Name = "gridColumn6"; - this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 5; - // - // gridColumn7 - // - this.gridColumn7.Caption = "瑙勬牸鍨嬪彿"; - this.gridColumn7.FieldName = "itemModel"; - this.gridColumn7.Name = "gridColumn7"; - this.gridColumn7.Visible = true; - this.gridColumn7.VisibleIndex = 4; - // - // gridColumn8 - // - this.gridColumn8.Caption = "浠诲姟鍗曞彿"; - this.gridColumn8.FieldName = "daa021"; - this.gridColumn8.Name = "gridColumn8"; - this.gridColumn8.Visible = true; - this.gridColumn8.VisibleIndex = 3; // // UcLookDaa // -- Gitblit v1.9.3