From 0b492ccf0c1f588779e1d0adcc6137c486cb7e1f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 09 十一月 2024 16:04:04 +0800 Subject: [PATCH] iqc接口 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs index a105110..8508283 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs @@ -118,7 +118,7 @@ this.txtSupplierId = new DevExpress.XtraEditors.TextEdit(); this.txt_fType = new DevExpress.XtraEditors.CheckEdit(); this.txt_urgentFlag = new DevExpress.XtraEditors.CheckEdit(); - this.txt_ischeck = new DevExpress.XtraEditors.CheckEdit(); + this.txt_fstatus = new DevExpress.XtraEditors.CheckEdit(); this.txt_depotsId = new Gs.DevApp.UserControl.UcLookCk(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.btnSelect = new DevExpress.XtraEditors.SimpleButton(); @@ -148,7 +148,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txtSupplierId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_urgentFlag.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_ischeck.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fstatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); this.SuspendLayout(); // @@ -753,6 +753,7 @@ this.gridColumn2.Caption = "鍏ュ簱"; this.gridColumn2.FieldName = "status"; this.gridColumn2.Name = "gridColumn2"; + this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.Visible = true; this.gridColumn2.Width = 50; // @@ -878,6 +879,7 @@ this.gridColumn4.Caption = "鏀惰揣浠撳簱鍚嶇О"; this.gridColumn4.FieldName = "depotName"; this.gridColumn4.Name = "gridColumn4"; + this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.Visible = true; this.gridColumn4.Width = 119; // @@ -928,6 +930,7 @@ this.gridColumn5.Caption = "渚涘簲鍟嗗悕绉�"; this.gridColumn5.FieldName = "suppName"; this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.Visible = true; this.gridColumn5.Width = 49; // @@ -1069,7 +1072,7 @@ this.panel1.Controls.Add(this.txtSupplierId); this.panel1.Controls.Add(this.txt_fType); this.panel1.Controls.Add(this.txt_urgentFlag); - this.panel1.Controls.Add(this.txt_ischeck); + this.panel1.Controls.Add(this.txt_fstatus); this.panel1.Controls.Add(this.txt_depotsId); this.panel1.Controls.Add(this.labelControl3); this.panel1.Controls.Add(this.btnSelect); @@ -1157,14 +1160,14 @@ this.txt_urgentFlag.Size = new System.Drawing.Size(35, 24); this.txt_urgentFlag.TabIndex = 449; // - // txt_ischeck + // txt_fstatus // - this.txt_ischeck.Enabled = false; - this.txt_ischeck.Location = new System.Drawing.Point(785, 92); - this.txt_ischeck.Name = "txt_ischeck"; - this.txt_ischeck.Properties.Caption = ""; - this.txt_ischeck.Size = new System.Drawing.Size(47, 24); - this.txt_ischeck.TabIndex = 447; + this.txt_fstatus.Enabled = false; + this.txt_fstatus.Location = new System.Drawing.Point(785, 92); + this.txt_fstatus.Name = "txt_fstatus"; + this.txt_fstatus.Properties.Caption = ""; + this.txt_fstatus.Size = new System.Drawing.Size(47, 24); + this.txt_fstatus.TabIndex = 447; // // txt_depotsId // @@ -1280,7 +1283,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txtSupplierId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_urgentFlag.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_ischeck.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fstatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); this.ResumeLayout(false); @@ -1337,7 +1340,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gvAbtGuid; private DevExpress.XtraEditors.LabelControl lb_remark; private DevExpress.XtraEditors.TextEdit txt_remark; - private DevExpress.XtraEditors.CheckEdit txt_ischeck; + private DevExpress.XtraEditors.CheckEdit txt_fstatus; private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; -- Gitblit v1.9.3