lu
2025-04-10 769b5a6f9c67bab1982f935b54dc0f26e7606972
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
@@ -29,6 +29,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -67,20 +68,20 @@
            this.gv_lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_erpCheckBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_erpCheckDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_checkBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_checkFalg = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_changereason = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvcol6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.lbGuid = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.txt_supplier = new Gs.DevApp.UserControl.UcLookSupplier();
            this.txt_billNo = new DevExpress.XtraEditors.TextEdit();
            this.txt_guid = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -124,7 +125,11 @@
            this.gvMx1planTrackingId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1changeFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1demandDocumentLineId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -145,6 +150,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
            this.layoutMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
@@ -161,6 +168,7 @@
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.defaultActions = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -214,7 +222,6 @@
            // 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";
@@ -228,7 +235,6 @@
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 30;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -259,13 +265,12 @@
            this.gv_lastupdateBy,
            this.gv_erpCheckBy,
            this.gv_erpCheckDate,
            this.gv_checkDate,
            this.gv_checkBy,
            this.gv_checkFalg,
            this.gv_changereason,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn7});
            this.gridColumn7,
            this.gvcol6,
            this.gridColumn9});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -288,7 +293,6 @@
            // 
            // 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";
@@ -302,7 +306,6 @@
            // 
            // gv_documentStatus
            // 
            this.gv_documentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_documentStatus.AppearanceCell.Options.UseFont = true;
            this.gv_documentStatus.Caption = "单据状态";
            this.gv_documentStatus.FieldName = "docStusTxt";
@@ -316,7 +319,6 @@
            // 
            // gv_documentType
            // 
            this.gv_documentType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_documentType.AppearanceCell.Options.UseFont = true;
            this.gv_documentType.Caption = "单据类型";
            this.gv_documentType.FieldName = "documentTypeTxt";
@@ -330,7 +332,6 @@
            // 
            // gv_businessType
            // 
            this.gv_businessType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_businessType.AppearanceCell.Options.UseFont = true;
            this.gv_businessType.Caption = "业务类型";
            this.gv_businessType.FieldName = "businessType2";
@@ -344,7 +345,6 @@
            // 
            // gv_purchaseDate
            // 
            this.gv_purchaseDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaseDate.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseDate.Caption = "采购日期";
            this.gv_purchaseDate.FieldName = "purchaseDate";
@@ -370,7 +370,6 @@
            // 
            // gv_supplier
            // 
            this.gv_supplier.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_supplier.AppearanceCell.Options.UseFont = true;
            this.gv_supplier.Caption = "供应商编号";
            this.gv_supplier.FieldName = "suppNo";
@@ -384,7 +383,6 @@
            // 
            // gv_closeStatus
            // 
            this.gv_closeStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_closeStatus.AppearanceCell.Options.UseFont = true;
            this.gv_closeStatus.Caption = "关闭状态";
            this.gv_closeStatus.FieldName = "closeStatusTxt";
@@ -410,9 +408,8 @@
            // 
            // gv_purchaseDept
            // 
            this.gv_purchaseDept.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaseDept.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseDept.Caption = "采购部门";
            this.gv_purchaseDept.Caption = "采购部门编号";
            this.gv_purchaseDept.FieldName = "departmentcode";
            this.gv_purchaseDept.MinWidth = 25;
            this.gv_purchaseDept.Name = "gv_purchaseDept";
@@ -424,7 +421,6 @@
            // 
            // gv_qtyAcceptance
            // 
            this.gv_qtyAcceptance.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_qtyAcceptance.AppearanceCell.Options.UseFont = true;
            this.gv_qtyAcceptance.Caption = "数量验收";
            this.gv_qtyAcceptance.FieldName = "qtyAcceptance";
@@ -438,7 +434,6 @@
            // 
            // gv_purchaser
            // 
            this.gv_purchaser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaser.AppearanceCell.Options.UseFont = true;
            this.gv_purchaser.Caption = "采购员";
            this.gv_purchaser.FieldName = "purchaser";
@@ -452,7 +447,6 @@
            // 
            // gv_qualityReq
            // 
            this.gv_qualityReq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_qualityReq.AppearanceCell.Options.UseFont = true;
            this.gv_qualityReq.Caption = "质量要求";
            this.gv_qualityReq.FieldName = "qualityReq";
@@ -466,7 +460,6 @@
            // 
            // gv_settlementParty
            // 
            this.gv_settlementParty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_settlementParty.AppearanceCell.Options.UseFont = true;
            this.gv_settlementParty.Caption = "结算方";
            this.gv_settlementParty.FieldName = "settlementParty";
@@ -480,7 +473,6 @@
            // 
            // gv_paymentParty
            // 
            this.gv_paymentParty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_paymentParty.AppearanceCell.Options.UseFont = true;
            this.gv_paymentParty.Caption = "收款方";
            this.gv_paymentParty.FieldName = "paymentParty";
@@ -494,7 +486,6 @@
            // 
            // gv_transportMethod
            // 
            this.gv_transportMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_transportMethod.AppearanceCell.Options.UseFont = true;
            this.gv_transportMethod.Caption = "运输方式";
            this.gv_transportMethod.FieldName = "transportMethod";
@@ -508,7 +499,6 @@
            // 
            // gv_remarks
            // 
            this.gv_remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remarks.AppearanceCell.Options.UseFont = true;
            this.gv_remarks.Caption = "备注";
            this.gv_remarks.FieldName = "remarks";
@@ -522,7 +512,6 @@
            // 
            // gv_cancellationStatus
            // 
            this.gv_cancellationStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellationStatus.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationStatus.Caption = "作废状态";
            this.gv_cancellationStatus.FieldName = "cancellationStatusTxt";
@@ -536,7 +525,6 @@
            // 
            // gv_cancellationPerson
            // 
            this.gv_cancellationPerson.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellationPerson.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationPerson.Caption = "作废人";
            this.gv_cancellationPerson.FieldName = "cancellationPerson";
@@ -550,7 +538,6 @@
            // 
            // gv_cancellationDate
            // 
            this.gv_cancellationDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_cancellationDate.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationDate.Caption = "作废日期";
            this.gv_cancellationDate.FieldName = "cancellationDate";
@@ -564,7 +551,6 @@
            // 
            // 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";
@@ -578,7 +564,6 @@
            // 
            // 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";
@@ -592,7 +577,6 @@
            // 
            // gv_lastupdateDate
            // 
            this.gv_lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateDate.Caption = "最后修改时间";
            this.gv_lastupdateDate.FieldName = "lastupdateDate";
@@ -606,7 +590,6 @@
            // 
            // gv_lastupdateBy
            // 
            this.gv_lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateBy.Caption = "最后修改人";
            this.gv_lastupdateBy.FieldName = "lastupdateBy";
@@ -620,7 +603,6 @@
            // 
            // gv_erpCheckBy
            // 
            this.gv_erpCheckBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_erpCheckBy.AppearanceCell.Options.UseFont = true;
            this.gv_erpCheckBy.Caption = "erp审核人";
            this.gv_erpCheckBy.FieldName = "erpCheckBy";
@@ -634,7 +616,6 @@
            // 
            // gv_erpCheckDate
            // 
            this.gv_erpCheckDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_erpCheckDate.AppearanceCell.Options.UseFont = true;
            this.gv_erpCheckDate.Caption = "erp审核时间";
            this.gv_erpCheckDate.FieldName = "erpCheckDate";
@@ -646,51 +627,8 @@
            this.gv_erpCheckDate.VisibleIndex = 26;
            this.gv_erpCheckDate.Width = 180;
            // 
            // 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";
            this.gv_checkDate.MinWidth = 25;
            this.gv_checkDate.Name = "gv_checkDate";
            this.gv_checkDate.OptionsColumn.AllowEdit = false;
            this.gv_checkDate.Tag = "query_a.CHECK_DATE";
            this.gv_checkDate.Visible = true;
            this.gv_checkDate.VisibleIndex = 27;
            this.gv_checkDate.Width = 120;
            //
            // gv_checkBy
            //
            this.gv_checkBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_checkBy.AppearanceCell.Options.UseFont = true;
            this.gv_checkBy.Caption = "审核人";
            this.gv_checkBy.FieldName = "checkBy";
            this.gv_checkBy.MinWidth = 25;
            this.gv_checkBy.Name = "gv_checkBy";
            this.gv_checkBy.OptionsColumn.AllowEdit = false;
            this.gv_checkBy.Tag = "query_a.CHECK_BY";
            this.gv_checkBy.Visible = true;
            this.gv_checkBy.VisibleIndex = 28;
            this.gv_checkBy.Width = 100;
            //
            // gv_checkFalg
            //
            this.gv_checkFalg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_checkFalg.AppearanceCell.Options.UseFont = true;
            this.gv_checkFalg.Caption = "审核标识";
            this.gv_checkFalg.FieldName = "checkFalg";
            this.gv_checkFalg.MinWidth = 25;
            this.gv_checkFalg.Name = "gv_checkFalg";
            this.gv_checkFalg.OptionsColumn.AllowEdit = false;
            this.gv_checkFalg.Tag = "query_a.CHECK_FALG";
            this.gv_checkFalg.Visible = true;
            this.gv_checkFalg.VisibleIndex = 29;
            this.gv_checkFalg.Width = 100;
            //
            // gv_changereason
            // 
            this.gv_changereason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_changereason.AppearanceCell.Options.UseFont = true;
            this.gv_changereason.Caption = "变更原因";
            this.gv_changereason.FieldName = "changereason";
@@ -699,7 +637,7 @@
            this.gv_changereason.OptionsColumn.AllowEdit = false;
            this.gv_changereason.Tag = "query_a.CHANGEREASON";
            this.gv_changereason.Visible = true;
            this.gv_changereason.VisibleIndex = 30;
            this.gv_changereason.VisibleIndex = 27;
            this.gv_changereason.Width = 100;
            // 
            // gridColumn4
@@ -709,7 +647,7 @@
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 31;
            this.gridColumn4.VisibleIndex = 28;
            this.gridColumn4.Width = 94;
            // 
            // gridColumn5
@@ -719,7 +657,7 @@
            this.gridColumn5.MinWidth = 25;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 32;
            this.gridColumn5.VisibleIndex = 29;
            this.gridColumn5.Width = 94;
            // 
            // gridColumn7
@@ -729,8 +667,16 @@
            this.gridColumn7.MinWidth = 25;
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 33;
            this.gridColumn7.VisibleIndex = 30;
            this.gridColumn7.Width = 94;
            //
            // gvcol6
            //
            this.gvcol6.Caption = "主键GUID";
            this.gvcol6.FieldName = "guid";
            this.gvcol6.MinWidth = 25;
            this.gvcol6.Name = "gvcol6";
            this.gvcol6.Width = 94;
            // 
            // pageBar1
            // 
@@ -776,7 +722,10 @@
            this.layoutMx1.Controls.Add(this.lbGuid);
            this.layoutMx1.Controls.Add(this.txt_supplier);
            this.layoutMx1.Controls.Add(this.txt_billNo);
            this.layoutMx1.Controls.Add(this.txt_guid);
            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500);
@@ -787,33 +736,47 @@
            // 
            // lbGuid
            // 
            this.lbGuid.AccessibleName = "";
            this.lbGuid.Location = new System.Drawing.Point(672, 12);
            this.lbGuid.Location = new System.Drawing.Point(683, 12);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(38, 18);
            this.lbGuid.StyleController = this.layoutMx1;
            this.lbGuid.TabIndex = 228;
            this.lbGuid.Size = new System.Drawing.Size(332, 25);
            this.lbGuid.TabIndex = 230;
            this.lbGuid.Text = "lbGuid";
            this.lbGuid.Visible = false;
            // 
            // txt_supplier
            // 
            this.txt_supplier.IsReadly = false;
            this.txt_supplier.Location = new System.Drawing.Point(429, 12);
            this.txt_supplier.Location = new System.Drawing.Point(434, 12);
            this.txt_supplier.Margin = new System.Windows.Forms.Padding(0);
            this.txt_supplier.Name = "txt_supplier";
            this.txt_supplier.Size = new System.Drawing.Size(239, 28);
            this.txt_supplier.Size = new System.Drawing.Size(245, 24);
            this.txt_supplier.TabIndex = 227;
            // 
            // txt_billNo
            // 
            this.txt_billNo.Location = new System.Drawing.Point(99, 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.Size = new System.Drawing.Size(239, 28);
            this.txt_billNo.Size = new System.Drawing.Size(244, 24);
            this.txt_billNo.StyleController = this.layoutMx1;
            this.txt_billNo.TabIndex = 213;
            //
            // txt_guid
            //
            this.txt_guid.Location = new System.Drawing.Point(1089, 12);
            this.txt_guid.Name = "txt_guid";
            this.txt_guid.Size = new System.Drawing.Size(241, 24);
            this.txt_guid.StyleController = this.layoutMx1;
            this.txt_guid.TabIndex = 229;
            //
            // layoutControlItem4
            //
            this.layoutControlItem4.Control = this.txt_guid;
            this.layoutControlItem4.Location = new System.Drawing.Point(990, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem4.Size = new System.Drawing.Size(332, 32);
            this.layoutControlItem4.Text = "主键GUID";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
            // 
            // Root
            // 
@@ -842,7 +805,7 @@
            rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition1});
            this.Root.Size = new System.Drawing.Size(1342, 52);
            this.Root.Size = new System.Drawing.Size(1363, 49);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -850,27 +813,27 @@
            this.layoutControlItem1.Control = this.txt_billNo;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(330, 32);
            this.layoutControlItem1.Size = new System.Drawing.Size(335, 29);
            this.layoutControlItem1.Text = "采购单号";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.txt_supplier;
            this.layoutControlItem2.Location = new System.Drawing.Point(330, 0);
            this.layoutControlItem2.Location = new System.Drawing.Point(335, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(330, 32);
            this.layoutControlItem2.Size = new System.Drawing.Size(336, 29);
            this.layoutControlItem2.Text = "供应商名称";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.lbGuid;
            this.layoutControlItem3.Location = new System.Drawing.Point(660, 0);
            this.layoutControlItem3.Location = new System.Drawing.Point(671, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(330, 32);
            this.layoutControlItem3.Size = new System.Drawing.Size(336, 29);
            this.layoutControlItem3.Text = "lbGuid";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextVisible = false;
@@ -944,7 +907,9 @@
            this.gvMx1sourceDocumentType,
            this.gvMx1planTrackingId,
            this.gvMx1changeFlag,
            this.gvMx1demandDocumentLineId});
            this.gvMx1demandDocumentLineId,
            this.gridColumn6,
            this.gridColumn8});
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -973,7 +938,6 @@
            // 
            // gvMx1salesOrderId
            // 
            this.gvMx1salesOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1salesOrderId.AppearanceCell.Options.UseFont = true;
            this.gvMx1salesOrderId.Caption = "销售订单号";
            this.gvMx1salesOrderId.FieldName = "salesOrderId";
@@ -986,7 +950,6 @@
            // 
            // gvMx1itemId
            // 
            this.gvMx1itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1itemId.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemId.Caption = "物料ID";
            this.gvMx1itemId.FieldName = "itemId";
@@ -1017,7 +980,6 @@
            // 
            // gvMx1businessTerminate
            // 
            this.gvMx1businessTerminate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1businessTerminate.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessTerminate.Caption = "业务状态";
            this.gvMx1businessTerminate.FieldName = "businessTerminate";
@@ -1030,7 +992,6 @@
            // 
            // gvMx1pricingQty
            // 
            this.gvMx1pricingQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pricingQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1pricingQty.Caption = "计价数量";
            this.gvMx1pricingQty.FieldName = "pricingQty";
@@ -1043,7 +1004,6 @@
            // 
            // gvMx1pricingUnit
            // 
            this.gvMx1pricingUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pricingUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1pricingUnit.Caption = "计价单位";
            this.gvMx1pricingUnit.FieldName = "jjFname";
@@ -1056,7 +1016,6 @@
            // 
            // gvMx1deliveryDate
            // 
            this.gvMx1deliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1deliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1deliveryDate.Caption = "交货日期";
            this.gvMx1deliveryDate.FieldName = "deliveryDate";
@@ -1069,7 +1028,6 @@
            // 
            // gvMx1earliestDeliveryDate
            // 
            this.gvMx1earliestDeliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1earliestDeliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1earliestDeliveryDate.Caption = "最早交货日期";
            this.gvMx1earliestDeliveryDate.FieldName = "earliestDeliveryDate";
@@ -1082,7 +1040,6 @@
            // 
            // gvMx1latestDeliveryDate
            // 
            this.gvMx1latestDeliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1latestDeliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1latestDeliveryDate.Caption = "最晚交货日期";
            this.gvMx1latestDeliveryDate.FieldName = "latestDeliveryDate";
@@ -1095,7 +1052,6 @@
            // 
            // gvMx1purchaseQty
            // 
            this.gvMx1purchaseQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1purchaseQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1purchaseQty.Caption = "采购数量";
            this.gvMx1purchaseQty.FieldName = "purchaseQty";
@@ -1108,7 +1064,6 @@
            // 
            // gvMx1purchaseUnit
            // 
            this.gvMx1purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1purchaseUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1purchaseUnit.Caption = "采购单位";
            this.gvMx1purchaseUnit.FieldName = "cgFname";
@@ -1121,7 +1076,6 @@
            // 
            // gvMx1remainingReceivedQty
            // 
            this.gvMx1remainingReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1remainingReceivedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1remainingReceivedQty.Caption = "剩余收货数量";
            this.gvMx1remainingReceivedQty.FieldName = "remainingReceivedQty";
@@ -1134,7 +1088,6 @@
            // 
            // gvMx1inventoryUnit
            // 
            this.gvMx1inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1inventoryUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1inventoryUnit.Caption = "库存单位";
            this.gvMx1inventoryUnit.FieldName = "kcFname";
@@ -1147,7 +1100,6 @@
            // 
            // gvMx1demandDocumentId
            // 
            this.gvMx1demandDocumentId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1demandDocumentId.AppearanceCell.Options.UseFont = true;
            this.gvMx1demandDocumentId.Caption = "需求单据号";
            this.gvMx1demandDocumentId.FieldName = "demandDocumentId";
@@ -1160,7 +1112,6 @@
            // 
            // gvMx1isGift
            // 
            this.gvMx1isGift.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1isGift.AppearanceCell.Options.UseFont = true;
            this.gvMx1isGift.Caption = "是否赠品";
            this.gvMx1isGift.FieldName = "isGift";
@@ -1173,7 +1124,6 @@
            // 
            // gvMx1remarks
            // 
            this.gvMx1remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1remarks.AppearanceCell.Options.UseFont = true;
            this.gvMx1remarks.Caption = "备注";
            this.gvMx1remarks.FieldName = "remarks";
@@ -1186,7 +1136,6 @@
            // 
            // gvMx1businessClose
            // 
            this.gvMx1businessClose.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1businessClose.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessClose.Caption = "关闭状态";
            this.gvMx1businessClose.FieldName = "businessClose";
@@ -1199,7 +1148,6 @@
            // 
            // gvMx1businessFreeze
            // 
            this.gvMx1businessFreeze.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1businessFreeze.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessFreeze.Caption = "冻结状态";
            this.gvMx1businessFreeze.FieldName = "businessFreeze";
@@ -1212,7 +1160,6 @@
            // 
            // gvMx1freezer
            // 
            this.gvMx1freezer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1freezer.AppearanceCell.Options.UseFont = true;
            this.gvMx1freezer.Caption = "冻结人";
            this.gvMx1freezer.FieldName = "freezer";
@@ -1225,7 +1172,6 @@
            // 
            // gvMx1freezeTime
            // 
            this.gvMx1freezeTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1freezeTime.AppearanceCell.Options.UseFont = true;
            this.gvMx1freezeTime.Caption = "冻结时间";
            this.gvMx1freezeTime.FieldName = "freezeTime";
@@ -1238,7 +1184,6 @@
            // 
            // gvMx1terminator
            // 
            this.gvMx1terminator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1terminator.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminator.Caption = "终止人";
            this.gvMx1terminator.FieldName = "terminator";
@@ -1251,7 +1196,6 @@
            // 
            // gvMx1terminateTime
            // 
            this.gvMx1terminateTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1terminateTime.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminateTime.Caption = "终止时间";
            this.gvMx1terminateTime.FieldName = "terminateTime";
@@ -1264,7 +1208,6 @@
            // 
            // gvMx1totalReceivedQty
            // 
            this.gvMx1totalReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1totalReceivedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1totalReceivedQty.Caption = "总已收数量";
            this.gvMx1totalReceivedQty.FieldName = "totalReceivedQty";
@@ -1277,7 +1220,6 @@
            // 
            // gvMx1totalStoredQty
            // 
            this.gvMx1totalStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1totalStoredQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1totalStoredQty.Caption = "总已入库数量";
            this.gvMx1totalStoredQty.FieldName = "totalStoredQty";
@@ -1290,7 +1232,6 @@
            // 
            // gvMx1remainingStoredQty
            // 
            this.gvMx1remainingStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1remainingStoredQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1remainingStoredQty.Caption = "剩余入库数量";
            this.gvMx1remainingStoredQty.FieldName = "remainingStoredQty";
@@ -1303,7 +1244,6 @@
            // 
            // gvMx1totalReturnedQty
            // 
            this.gvMx1totalReturnedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1totalReturnedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1totalReturnedQty.Caption = "总退货数量";
            this.gvMx1totalReturnedQty.FieldName = "totalReturnedQty";
@@ -1316,7 +1256,6 @@
            // 
            // gvMx1returnableReceivedQty
            // 
            this.gvMx1returnableReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1returnableReceivedQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1returnableReceivedQty.Caption = "可退收货数量";
            this.gvMx1returnableReceivedQty.FieldName = "returnableReceivedQty";
@@ -1329,7 +1268,6 @@
            // 
            // gvMx1returnableStoredQty
            // 
            this.gvMx1returnableStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1returnableStoredQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1returnableStoredQty.Caption = "可退入库数量";
            this.gvMx1returnableStoredQty.FieldName = "returnableStoredQty";
@@ -1342,7 +1280,6 @@
            // 
            // gvMx1sourceDocumentType
            // 
            this.gvMx1sourceDocumentType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1sourceDocumentType.AppearanceCell.Options.UseFont = true;
            this.gvMx1sourceDocumentType.Caption = "来源单据类型";
            this.gvMx1sourceDocumentType.FieldName = "sourceDocumentType";
@@ -1355,7 +1292,6 @@
            // 
            // gvMx1planTrackingId
            // 
            this.gvMx1planTrackingId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1planTrackingId.AppearanceCell.Options.UseFont = true;
            this.gvMx1planTrackingId.Caption = "计划跟踪号";
            this.gvMx1planTrackingId.FieldName = "planTrackingId";
@@ -1368,7 +1304,6 @@
            // 
            // gvMx1changeFlag
            // 
            this.gvMx1changeFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1changeFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx1changeFlag.Caption = "变更标识";
            this.gvMx1changeFlag.FieldName = "changeFlag";
@@ -1381,7 +1316,6 @@
            // 
            // gvMx1demandDocumentLineId
            // 
            this.gvMx1demandDocumentLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1demandDocumentLineId.AppearanceCell.Options.UseFont = true;
            this.gvMx1demandDocumentLineId.Caption = "需求单据行号";
            this.gvMx1demandDocumentLineId.FieldName = "demandDocumentLineId";
@@ -1389,6 +1323,24 @@
            this.gvMx1demandDocumentLineId.Name = "gvMx1demandDocumentLineId";
            this.gvMx1demandDocumentLineId.Tag = "query_a.DEMAND_DOCUMENT_LINE_ID";
            this.gvMx1demandDocumentLineId.Width = 100;
            //
            // gridColumn6
            //
            this.gridColumn6.Caption = "主键Guid";
            this.gridColumn6.FieldName = "guid";
            this.gridColumn6.MinWidth = 25;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Width = 94;
            //
            // gridColumn8
            //
            this.gridColumn8.Caption = "需求组织";
            this.gridColumn8.FieldName = "demandOrg";
            this.gridColumn8.MinWidth = 25;
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 33;
            this.gridColumn8.Width = 94;
            // 
            // picCheckBox
            // 
@@ -1400,6 +1352,16 @@
            this.picCheckBox.TabIndex = 229;
            this.picCheckBox.TabStop = false;
            this.picCheckBox.Visible = false;
            //
            // gridColumn9
            //
            this.gridColumn9.Caption = "同步时间";
            this.gridColumn9.FieldName = "createDate";
            this.gridColumn9.MinWidth = 25;
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 31;
            this.gridColumn9.Width = 94;
            // 
            // Frm_MesRohIn
            // 
@@ -1431,6 +1393,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
            this.layoutMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
@@ -1479,9 +1443,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gv_lastupdateBy;
        private DevExpress.XtraGrid.Columns.GridColumn gv_erpCheckBy;
        private DevExpress.XtraGrid.Columns.GridColumn gv_erpCheckDate;
        private DevExpress.XtraGrid.Columns.GridColumn gv_checkDate;
        private DevExpress.XtraGrid.Columns.GridColumn gv_checkBy;
        private DevExpress.XtraGrid.Columns.GridColumn gv_checkFalg;
        private DevExpress.XtraGrid.Columns.GridColumn gv_changereason;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
@@ -1491,12 +1452,10 @@
        private DevExpress.XtraEditors.SplitContainerControl splitMx1;
        private DevExpress.XtraLayout.LayoutControl layoutMx1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraEditors.LabelControl lbGuid;
        private UserControl.UcLookSupplier txt_supplier;
        private DevExpress.XtraEditors.TextEdit txt_billNo;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraTab.XtraTabControl tabMx;
        private DevExpress.XtraTab.XtraTabPage tabMxPage1;
        private DevExpress.XtraGrid.GridControl gcMx1;
@@ -1536,5 +1495,14 @@
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1planTrackingId;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1changeFlag;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandDocumentLineId;
        private DevExpress.XtraGrid.Columns.GridColumn gvcol6;
        private DevExpress.XtraEditors.TextEdit txt_guid;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
    }
}