lu
2025-04-05 d70880a3d9ae6c9f99ec380ccd16f5524bb622e6
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -260,7 +260,7 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -271,7 +271,7 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.AppearancePrint.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.AppearancePrint.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
@@ -316,7 +316,7 @@
            // 
            // gv_fType
            // 
            this.gv_fType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fType.AppearanceCell.Options.UseFont = true;
            this.gv_fType.AppearanceHeader.Options.UseTextOptions = true;
            this.gv_fType.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
@@ -332,7 +332,7 @@
            // 
            // gv_urgentFlag
            // 
            this.gv_urgentFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_urgentFlag.AppearanceCell.Options.UseFont = true;
            this.gv_urgentFlag.Caption = "急料标识";
            this.gv_urgentFlag.FieldName = "urgentFlag";
@@ -346,7 +346,7 @@
            // 
            // gv_fstatus
            // 
            this.gv_fstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fstatus.AppearanceCell.Options.UseFont = true;
            this.gv_fstatus.Caption = "审核标识";
            this.gv_fstatus.FieldName = "fstatus";
@@ -372,7 +372,7 @@
            // 
            // gv_billNo
            // 
            this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_billNo.AppearanceCell.Options.UseFont = true;
            this.gv_billNo.Caption = "到货单号";
            this.gv_billNo.FieldName = "billNo";
@@ -385,7 +385,7 @@
            // 
            // gv_createBy
            // 
            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "创建人";
            this.gv_createBy.FieldName = "createBy";
@@ -398,7 +398,7 @@
            // 
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "创建时间";
            this.gv_createDate.FieldName = "createDate";
@@ -411,7 +411,7 @@
            // 
            // gv_checkUser
            // 
            this.gv_checkUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_checkUser.AppearanceCell.Options.UseFont = true;
            this.gv_checkUser.Caption = "提交检验人";
            this.gv_checkUser.FieldName = "checkUser";
@@ -424,7 +424,7 @@
            // 
            // gv_checkDate
            // 
            this.gv_checkDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_checkDate.AppearanceCell.Options.UseFont = true;
            this.gv_checkDate.Caption = "提交检验日期";
            this.gv_checkDate.FieldName = "checkDate";
@@ -437,7 +437,7 @@
            // 
            // gv_depotsCode
            // 
            this.gv_depotsCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_depotsCode.AppearanceCell.Options.UseFont = true;
            this.gv_depotsCode.Caption = "收货仓库编号";
            this.gv_depotsCode.FieldName = "depotsCode";
@@ -460,7 +460,7 @@
            // 
            // gv_suppNo
            // 
            this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_suppNo.AppearanceCell.Options.UseFont = true;
            this.gv_suppNo.Caption = "供应商编号";
            this.gv_suppNo.FieldName = "suppNo";
@@ -483,7 +483,7 @@
            // 
            // gv_remark
            // 
            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.Caption = "备注";
            this.gv_remark.FieldName = "remark";
@@ -595,7 +595,7 @@
            // 
            this.txtDepotsCode.Location = new System.Drawing.Point(411, 76);
            this.txtDepotsCode.Name = "txtDepotsCode";
            this.txtDepotsCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtDepotsCode.Properties.Appearance.Options.UseFont = true;
            this.txtDepotsCode.Properties.Tag = "";
            this.txtDepotsCode.Size = new System.Drawing.Size(191, 28);
@@ -607,7 +607,7 @@
            // 
            this.txt_remark.Location = new System.Drawing.Point(411, 108);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(488, 28);
            this.txt_remark.StyleController = this.layoutMx1;
@@ -625,7 +625,7 @@
            // 
            this.txtSupplierCode.Location = new System.Drawing.Point(411, 44);
            this.txtSupplierCode.Name = "txtSupplierCode";
            this.txtSupplierCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtSupplierCode.Properties.Appearance.Options.UseFont = true;
            this.txtSupplierCode.Properties.Tag = "";
            this.txtSupplierCode.Size = new System.Drawing.Size(191, 28);
@@ -637,7 +637,7 @@
            // 
            this.txt_billNo.Location = new System.Drawing.Point(114, 12);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Properties.Tag = "";
            this.txt_billNo.Size = new System.Drawing.Size(191, 28);
@@ -687,7 +687,7 @@
            // 
            this.txt_createBy.Location = new System.Drawing.Point(708, 12);
            this.txt_createBy.Name = "txt_createBy";
            this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
            this.txt_createBy.Size = new System.Drawing.Size(191, 28);
            this.txt_createBy.StyleController = this.layoutMx1;
@@ -698,7 +698,7 @@
            // 
            this.txt_createDate.Location = new System.Drawing.Point(708, 44);
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createDate.Properties.Appearance.Options.UseFont = true;
            this.txt_createDate.Size = new System.Drawing.Size(191, 28);
            this.txt_createDate.StyleController = this.layoutMx1;
@@ -709,7 +709,7 @@
            // 
            this.txt_checkUser.Location = new System.Drawing.Point(1005, 12);
            this.txt_checkUser.Name = "txt_checkUser";
            this.txt_checkUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
            this.txt_checkUser.Size = new System.Drawing.Size(193, 28);
            this.txt_checkUser.StyleController = this.layoutMx1;
@@ -720,7 +720,7 @@
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(1005, 44);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(193, 28);
            this.txt_checkDate.StyleController = this.layoutMx1;
@@ -731,7 +731,7 @@
            // 
            this.txt_paperBillNo.Location = new System.Drawing.Point(708, 76);
            this.txt_paperBillNo.Name = "txt_paperBillNo";
            this.txt_paperBillNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true;
            this.txt_paperBillNo.Size = new System.Drawing.Size(191, 28);
            this.txt_paperBillNo.StyleController = this.layoutMx1;
@@ -1066,7 +1066,7 @@
            // 
            // gvMx1guid
            // 
            this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1guid.AppearanceCell.Options.UseFont = true;
            this.gvMx1guid.Caption = "主键GUID";
            this.gvMx1guid.FieldName = "guid";
@@ -1078,7 +1078,7 @@
            // 
            // gvMx1ebelnLine
            // 
            this.gvMx1ebelnLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebelnLine.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnLine.Caption = "ERP行ID";
            this.gvMx1ebelnLine.FieldName = "ebelnK3id";
@@ -1099,7 +1099,7 @@
            // 
            // gvMx1returnFlag
            // 
            this.gvMx1returnFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1returnFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx1returnFlag.Caption = "退货标识";
            this.gvMx1returnFlag.FieldName = "returnFlag";
@@ -1114,7 +1114,7 @@
            // 
            // gvMx1urgentFlag
            // 
            this.gvMx1urgentFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1urgentFlag.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1urgentFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx1urgentFlag.AppearanceCell.Options.UseForeColor = true;
@@ -1132,7 +1132,7 @@
            // 
            // gvMx1isdepsIn
            // 
            this.gvMx1isdepsIn.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1isdepsIn.AppearanceCell.Options.UseFont = true;
            this.gvMx1isdepsIn.Caption = "完结标识";
            this.gvMx1isdepsIn.FieldName = "isdepsIn";
@@ -1147,7 +1147,7 @@
            // 
            // gvMx1checkStates
            // 
            this.gvMx1checkStates.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1checkStates.AppearanceCell.Options.UseFont = true;
            this.gvMx1checkStates.Caption = "检验状态";
            this.gvMx1checkStates.FieldName = "checkStates";
@@ -1161,7 +1161,7 @@
            // 
            // gvMx1checkRes
            // 
            this.gvMx1checkRes.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1checkRes.AppearanceCell.Options.UseFont = true;
            this.gvMx1checkRes.Caption = "检验结果";
            this.gvMx1checkRes.FieldName = "checkRes";
@@ -1175,7 +1175,7 @@
            // 
            // gvMx1ebeln
            // 
            this.gvMx1ebeln.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebeln.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebeln.Caption = "ERP采购单号";
            this.gvMx1ebeln.FieldName = "ebeln";
@@ -1199,7 +1199,7 @@
            // 
            // gvMx1boardStyle
            // 
            this.gvMx1boardStyle.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1boardStyle.AppearanceCell.Options.UseFont = true;
            this.gvMx1boardStyle.Caption = "物料名称";
            this.gvMx1boardStyle.FieldName = "itemName";
@@ -1224,7 +1224,7 @@
            // 
            // gvMx1subQty
            // 
            this.gvMx1subQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1subQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1subQty.Caption = "本次应收数量";
            this.gvMx1subQty.FieldName = "subQty";
@@ -1238,7 +1238,7 @@
            // 
            // gvMx1quantity
            // 
            this.gvMx1quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1quantity.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1quantity.AppearanceCell.Options.UseFont = true;
            this.gvMx1quantity.AppearanceCell.Options.UseForeColor = true;
@@ -1255,7 +1255,7 @@
            // 
            // gvMx1ebelnQty
            // 
            this.gvMx1ebelnQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1ebelnQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnQty.Caption = "采购订单数量";
            this.gvMx1ebelnQty.FieldName = "ebelnQty";
@@ -1269,7 +1269,7 @@
            // 
            // gvMx1okRkqty
            // 
            this.gvMx1okRkqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1okRkqty.AppearanceCell.Options.UseFont = true;
            this.gvMx1okRkqty.Caption = "已入库数量";
            this.gvMx1okRkqty.FieldName = "okRkqty";
@@ -1283,7 +1283,7 @@
            // 
            // gvMx1checkDate
            // 
            this.gvMx1checkDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1checkDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1checkDate.Caption = "检验日期";
            this.gvMx1checkDate.FieldName = "checkDate";
@@ -1326,7 +1326,7 @@
            // 
            // gvMx1memo
            // 
            this.gvMx1memo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1memo.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1memo.AppearanceCell.Options.UseFont = true;
            this.gvMx1memo.AppearanceCell.Options.UseForeColor = true;