fqc
lu
2025-05-06 437425784b7612e10d4a54bd64905c508347514d
DevApp/Gs.DevApp/DevFrm/WOM/Frm_MesWomdaahb.Designer.cs
@@ -29,9 +29,16 @@
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            this.tabMxPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
            this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.daaGuid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2xh = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -137,6 +144,7 @@
            this.tabMxPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            this.tabMxPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
@@ -163,7 +171,7 @@
            // 
            this.tabMxPage2.Controls.Add(this.gcMx1);
            this.tabMxPage2.Name = "tabMxPage2";
            this.tabMxPage2.Size = new System.Drawing.Size(1124, 381);
            this.tabMxPage2.Size = new System.Drawing.Size(1124, 388);
            this.tabMxPage2.Text = "合并工单列表";
            // 
            // gcMx1
@@ -172,7 +180,9 @@
            this.gcMx1.Location = new System.Drawing.Point(0, 0);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.Size = new System.Drawing.Size(1124, 381);
            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit1});
            this.gcMx1.Size = new System.Drawing.Size(1124, 388);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -180,6 +190,7 @@
            // gvMx1
            // 
            this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gvMxDel,
            this.gvMx2guid,
            this.daaGuid,
            this.gvMx2xh,
@@ -199,22 +210,43 @@
            this.gvMx2daa014});
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gvMx1.OptionsFind.ShowSearchNavButtons = false;
            this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gvMx1.OptionsView.ShowGroupPanel = false;
            //
            // gvMxDel
            //
            this.gvMxDel.Caption = "移出";
            this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1;
            this.gvMxDel.MinWidth = 25;
            this.gvMxDel.Name = "gvMxDel";
            this.gvMxDel.Visible = true;
            this.gvMxDel.VisibleIndex = 0;
            this.gvMxDel.Width = 94;
            //
            // repositoryItemButtonEdit1
            //
            this.repositoryItemButtonEdit1.AutoHeight = false;
            editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "移出", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
            // 
            // gvMx2guid
            // 
            this.gvMx2guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2guid.AppearanceCell.Options.UseFont = true;
            this.gvMx2guid.Caption = "guid ";
            this.gvMx2guid.FieldName = "guid";
            this.gvMx2guid.MinWidth = 50;
            this.gvMx2guid.Name = "gvMx2guid";
            this.gvMx2guid.OptionsColumn.ReadOnly = true;
            this.gvMx2guid.Tag = "query_a.guid";
            this.gvMx2guid.Visible = true;
            this.gvMx2guid.VisibleIndex = 0;
            this.gvMx2guid.VisibleIndex = 1;
            this.gvMx2guid.Width = 94;
            // 
            // daaGuid
@@ -223,203 +255,222 @@
            this.daaGuid.FieldName = "daaGuid";
            this.daaGuid.MinWidth = 25;
            this.daaGuid.Name = "daaGuid";
            this.daaGuid.OptionsColumn.ReadOnly = true;
            this.daaGuid.Visible = true;
            this.daaGuid.VisibleIndex = 1;
            this.daaGuid.VisibleIndex = 2;
            this.daaGuid.Width = 94;
            // 
            // gvMx2xh
            // 
            this.gvMx2xh.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2xh.AppearanceCell.Options.UseFont = true;
            this.gvMx2xh.Caption = "序号 ";
            this.gvMx2xh.FieldName = "xh";
            this.gvMx2xh.MinWidth = 50;
            this.gvMx2xh.Name = "gvMx2xh";
            this.gvMx2xh.OptionsColumn.ReadOnly = true;
            this.gvMx2xh.Tag = "query_a.xh";
            this.gvMx2xh.Visible = true;
            this.gvMx2xh.VisibleIndex = 2;
            this.gvMx2xh.VisibleIndex = 3;
            this.gvMx2xh.Width = 94;
            // 
            // gvMx2womdaahbNo
            // 
            this.gvMx2womdaahbNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2womdaahbNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2womdaahbNo.Caption = "合并工单 ";
            this.gvMx2womdaahbNo.FieldName = "womdaahbNo";
            this.gvMx2womdaahbNo.MinWidth = 50;
            this.gvMx2womdaahbNo.Name = "gvMx2womdaahbNo";
            this.gvMx2womdaahbNo.OptionsColumn.ReadOnly = true;
            this.gvMx2womdaahbNo.Tag = "query_a.womdaahb_no";
            this.gvMx2womdaahbNo.Visible = true;
            this.gvMx2womdaahbNo.VisibleIndex = 3;
            this.gvMx2womdaahbNo.VisibleIndex = 4;
            this.gvMx2womdaahbNo.Width = 94;
            // 
            // gvMx2pbomNo
            // 
            this.gvMx2pbomNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2pbomNo.AppearanceCell.Options.UseFont = true;
            this.gvMx2pbomNo.Caption = "工单单号 ";
            this.gvMx2pbomNo.FieldName = "pbomNo";
            this.gvMx2pbomNo.MinWidth = 50;
            this.gvMx2pbomNo.Name = "gvMx2pbomNo";
            this.gvMx2pbomNo.OptionsColumn.ReadOnly = true;
            this.gvMx2pbomNo.Tag = "query_a.pbom_no";
            this.gvMx2pbomNo.Visible = true;
            this.gvMx2pbomNo.VisibleIndex = 4;
            this.gvMx2pbomNo.VisibleIndex = 5;
            this.gvMx2pbomNo.Width = 94;
            // 
            // gvMx2itemId
            // 
            this.gvMx2itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2itemId.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemId.Caption = "物料id ";
            this.gvMx2itemId.FieldName = "itemId";
            this.gvMx2itemId.MinWidth = 50;
            this.gvMx2itemId.Name = "gvMx2itemId";
            this.gvMx2itemId.OptionsColumn.ReadOnly = true;
            this.gvMx2itemId.Tag = "query_a.item_id";
            this.gvMx2itemId.Visible = true;
            this.gvMx2itemId.VisibleIndex = 5;
            this.gvMx2itemId.VisibleIndex = 6;
            this.gvMx2itemId.Width = 94;
            // 
            // gvMx2daa002
            // 
            this.gvMx2daa002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa002.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa002.Caption = "产品编码 ";
            this.gvMx2daa002.FieldName = "daa002";
            this.gvMx2daa002.MinWidth = 50;
            this.gvMx2daa002.Name = "gvMx2daa002";
            this.gvMx2daa002.OptionsColumn.ReadOnly = true;
            this.gvMx2daa002.Tag = "query_a.daa002";
            this.gvMx2daa002.Visible = true;
            this.gvMx2daa002.VisibleIndex = 6;
            this.gvMx2daa002.VisibleIndex = 7;
            this.gvMx2daa002.Width = 94;
            // 
            // gvMx2daa003
            // 
            this.gvMx2daa003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa003.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa003.Caption = "产品名称 ";
            this.gvMx2daa003.FieldName = "daa003";
            this.gvMx2daa003.MinWidth = 50;
            this.gvMx2daa003.Name = "gvMx2daa003";
            this.gvMx2daa003.OptionsColumn.ReadOnly = true;
            this.gvMx2daa003.Tag = "query_a.daa003";
            this.gvMx2daa003.Visible = true;
            this.gvMx2daa003.VisibleIndex = 7;
            this.gvMx2daa003.VisibleIndex = 8;
            this.gvMx2daa003.Width = 94;
            // 
            // gvMx2daa004
            // 
            this.gvMx2daa004.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa004.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa004.Caption = "产品规格 ";
            this.gvMx2daa004.FieldName = "daa004";
            this.gvMx2daa004.MinWidth = 50;
            this.gvMx2daa004.Name = "gvMx2daa004";
            this.gvMx2daa004.OptionsColumn.ReadOnly = true;
            this.gvMx2daa004.Tag = "query_a.daa004";
            this.gvMx2daa004.Visible = true;
            this.gvMx2daa004.VisibleIndex = 8;
            this.gvMx2daa004.VisibleIndex = 9;
            this.gvMx2daa004.Width = 94;
            // 
            // gvMx2daa008
            // 
            this.gvMx2daa008.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa008.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa008.Caption = "工单数量 ";
            this.gvMx2daa008.FieldName = "daa008";
            this.gvMx2daa008.MinWidth = 50;
            this.gvMx2daa008.Name = "gvMx2daa008";
            this.gvMx2daa008.OptionsColumn.ReadOnly = true;
            this.gvMx2daa008.Tag = "query_a.daa008";
            this.gvMx2daa008.Visible = true;
            this.gvMx2daa008.VisibleIndex = 9;
            this.gvMx2daa008.VisibleIndex = 10;
            this.gvMx2daa008.Width = 94;
            // 
            // gvMx2daa005
            // 
            this.gvMx2daa005.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa005.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa005.Caption = "单位";
            this.gvMx2daa005.FieldName = "daa005";
            this.gvMx2daa005.MinWidth = 50;
            this.gvMx2daa005.Name = "gvMx2daa005";
            this.gvMx2daa005.OptionsColumn.ReadOnly = true;
            this.gvMx2daa005.Tag = "query_a.daa005";
            this.gvMx2daa005.Visible = true;
            this.gvMx2daa005.VisibleIndex = 10;
            this.gvMx2daa005.VisibleIndex = 11;
            this.gvMx2daa005.Width = 94;
            // 
            // gvMx2daa006
            // 
            this.gvMx2daa006.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa006.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa006.Caption = "预计开工时间 ";
            this.gvMx2daa006.FieldName = "daa006";
            this.gvMx2daa006.MinWidth = 50;
            this.gvMx2daa006.Name = "gvMx2daa006";
            this.gvMx2daa006.OptionsColumn.ReadOnly = true;
            this.gvMx2daa006.Tag = "query_a.daa006";
            this.gvMx2daa006.Visible = true;
            this.gvMx2daa006.VisibleIndex = 11;
            this.gvMx2daa006.VisibleIndex = 12;
            this.gvMx2daa006.Width = 94;
            // 
            // gvMx2daa007
            // 
            this.gvMx2daa007.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa007.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa007.Caption = "预计完工时间 ";
            this.gvMx2daa007.FieldName = "daa007";
            this.gvMx2daa007.MinWidth = 50;
            this.gvMx2daa007.Name = "gvMx2daa007";
            this.gvMx2daa007.OptionsColumn.ReadOnly = true;
            this.gvMx2daa007.Tag = "query_a.daa007";
            this.gvMx2daa007.Visible = true;
            this.gvMx2daa007.VisibleIndex = 12;
            this.gvMx2daa007.VisibleIndex = 13;
            this.gvMx2daa007.Width = 94;
            // 
            // gvMx2daa015
            // 
            this.gvMx2daa015.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa015.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa015.Caption = "生产线别 ";
            this.gvMx2daa015.FieldName = "daa015";
            this.gvMx2daa015.MinWidth = 50;
            this.gvMx2daa015.Name = "gvMx2daa015";
            this.gvMx2daa015.OptionsColumn.ReadOnly = true;
            this.gvMx2daa015.Tag = "query_a.daa015";
            this.gvMx2daa015.Visible = true;
            this.gvMx2daa015.VisibleIndex = 13;
            this.gvMx2daa015.VisibleIndex = 14;
            this.gvMx2daa015.Width = 94;
            // 
            // gvMx2daa009
            // 
            this.gvMx2daa009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa009.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx2daa009.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa009.AppearanceCell.Options.UseForeColor = true;
            this.gvMx2daa009.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.gvMx2daa009.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx2daa009.Caption = "备注 ";
            this.gvMx2daa009.FieldName = "daa009";
            this.gvMx2daa009.MinWidth = 50;
            this.gvMx2daa009.Name = "gvMx2daa009";
            this.gvMx2daa009.Tag = "query_a.daa009";
            this.gvMx2daa009.Visible = true;
            this.gvMx2daa009.VisibleIndex = 14;
            this.gvMx2daa009.VisibleIndex = 15;
            this.gvMx2daa009.Width = 94;
            // 
            // gvMx2daa024
            // 
            this.gvMx2daa024.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa024.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa024.Caption = "排产日期 ";
            this.gvMx2daa024.FieldName = "daa024";
            this.gvMx2daa024.MinWidth = 50;
            this.gvMx2daa024.Name = "gvMx2daa024";
            this.gvMx2daa024.OptionsColumn.ReadOnly = true;
            this.gvMx2daa024.Tag = "query_a.daa024";
            this.gvMx2daa024.Visible = true;
            this.gvMx2daa024.VisibleIndex = 15;
            this.gvMx2daa024.VisibleIndex = 16;
            this.gvMx2daa024.Width = 94;
            // 
            // gvMx2daa014
            // 
            this.gvMx2daa014.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx2daa014.AppearanceCell.Options.UseFont = true;
            this.gvMx2daa014.Caption = "投料单单号 ";
            this.gvMx2daa014.FieldName = "daa014";
            this.gvMx2daa014.MinWidth = 50;
            this.gvMx2daa014.Name = "gvMx2daa014";
            this.gvMx2daa014.OptionsColumn.ReadOnly = true;
            this.gvMx2daa014.Tag = "query_a.daa014";
            this.gvMx2daa014.Visible = true;
            this.gvMx2daa014.VisibleIndex = 16;
            this.gvMx2daa014.VisibleIndex = 17;
            this.gvMx2daa014.Width = 94;
            // 
            // tabMxPage1
@@ -486,7 +537,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";
@@ -499,7 +550,7 @@
            // 
            // gvMx1id
            // 
            this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1id.AppearanceCell.Options.UseFont = true;
            this.gvMx1id.Caption = "id ";
            this.gvMx1id.FieldName = "id";
@@ -512,7 +563,7 @@
            // 
            // gvMx1pid
            // 
            this.gvMx1pid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pid.AppearanceCell.Options.UseFont = true;
            this.gvMx1pid.Caption = "pid ";
            this.gvMx1pid.FieldName = "pid";
@@ -525,7 +576,7 @@
            // 
            // gvMx1dabhb002
            // 
            this.gvMx1dabhb002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb002.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb002.Caption = "序号 ";
            this.gvMx1dabhb002.FieldName = "dabhb002";
@@ -538,7 +589,7 @@
            // 
            // gvMx1dabhb001
            // 
            this.gvMx1dabhb001.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb001.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb001.Caption = "工单单号 ";
            this.gvMx1dabhb001.FieldName = "dabhb001";
@@ -551,7 +602,7 @@
            // 
            // gvMx1dabhb003
            // 
            this.gvMx1dabhb003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb003.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb003.Caption = "材料编码";
            this.gvMx1dabhb003.FieldName = "dabhb003";
@@ -564,7 +615,7 @@
            // 
            // gvMx1dabhb004
            // 
            this.gvMx1dabhb004.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb004.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb004.Caption = "材料名称";
            this.gvMx1dabhb004.FieldName = "dabhb004";
@@ -577,7 +628,7 @@
            // 
            // gvMx1dabhb005
            // 
            this.gvMx1dabhb005.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb005.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb005.Caption = "物料|规格";
            this.gvMx1dabhb005.FieldName = "dabhb005";
@@ -590,7 +641,7 @@
            // 
            // gvMx1dabhb006
            // 
            this.gvMx1dabhb006.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb006.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb006.Caption = "工单数量";
            this.gvMx1dabhb006.FieldName = "dabhb006";
@@ -603,7 +654,7 @@
            // 
            // gvMx1dabhb009
            // 
            this.gvMx1dabhb009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb009.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb009.Caption = "单位(内码) ";
            this.gvMx1dabhb009.FieldName = "dabhb009";
@@ -616,7 +667,7 @@
            // 
            // gvMx1dabhb007
            // 
            this.gvMx1dabhb007.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb007.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb007.Caption = "已领用量 ";
            this.gvMx1dabhb007.FieldName = "dabhb007";
@@ -629,7 +680,7 @@
            // 
            // gvMx1dabhb008
            // 
            this.gvMx1dabhb008.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb008.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb008.Caption = "工艺 ";
            this.gvMx1dabhb008.FieldName = "dabhb008";
@@ -642,7 +693,7 @@
            // 
            // gvMx1dabhb010
            // 
            this.gvMx1dabhb010.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb010.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb010.Caption = "材料类型 ";
            this.gvMx1dabhb010.FieldName = "dabhb010";
@@ -655,7 +706,7 @@
            // 
            // gvMx1dabhb011
            // 
            this.gvMx1dabhb011.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb011.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb011.Caption = "主料 ";
            this.gvMx1dabhb011.FieldName = "dabhb011";
@@ -668,7 +719,7 @@
            // 
            // gvMx1dabhb012
            // 
            this.gvMx1dabhb012.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb012.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb012.Caption = "组成用量 ";
            this.gvMx1dabhb012.FieldName = "dabhb012";
@@ -681,7 +732,7 @@
            // 
            // gvMx1dabhb013
            // 
            this.gvMx1dabhb013.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb013.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb013.Caption = "底数 ";
            this.gvMx1dabhb013.FieldName = "dabhb013";
@@ -694,7 +745,7 @@
            // 
            // gvMx1dabhb014
            // 
            this.gvMx1dabhb014.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb014.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb014.Caption = "是否替料 ";
            this.gvMx1dabhb014.FieldName = "dabhb014";
@@ -707,7 +758,7 @@
            // 
            // gvMx1dabhb015
            // 
            this.gvMx1dabhb015.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb015.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb015.Caption = "点位 ";
            this.gvMx1dabhb015.FieldName = "dabhb015";
@@ -720,7 +771,7 @@
            // 
            // gvMx1dabhb016
            // 
            this.gvMx1dabhb016.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb016.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb016.Caption = "投料单号 ";
            this.gvMx1dabhb016.FieldName = "dabhb016";
@@ -733,7 +784,7 @@
            // 
            // gvMx1dabhb017
            // 
            this.gvMx1dabhb017.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb017.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb017.Caption = "仓库编码 ";
            this.gvMx1dabhb017.FieldName = "dabhb017";
@@ -746,7 +797,7 @@
            // 
            // gvMx1dabhb018
            // 
            this.gvMx1dabhb018.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb018.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb018.Caption = "仓库|名称 ";
            this.gvMx1dabhb018.FieldName = "dabhb018";
@@ -759,7 +810,7 @@
            // 
            // gvMx1dabhb019
            // 
            this.gvMx1dabhb019.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb019.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb019.Caption = "交接确认人 ";
            this.gvMx1dabhb019.FieldName = "dabhb019";
@@ -772,7 +823,7 @@
            // 
            // gvMx1dabhb020
            // 
            this.gvMx1dabhb020.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb020.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb020.Caption = "交接确认时间 ";
            this.gvMx1dabhb020.FieldName = "dabhb020";
@@ -785,7 +836,7 @@
            // 
            // gvMx1dabhb021
            // 
            this.gvMx1dabhb021.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb021.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb021.Caption = "交接确认标识 ";
            this.gvMx1dabhb021.FieldName = "dabhb021";
@@ -798,7 +849,7 @@
            // 
            // gvMx1dabhb022
            // 
            this.gvMx1dabhb022.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb022.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb022.Caption = "发料仓库 ";
            this.gvMx1dabhb022.FieldName = "dabhb022";
@@ -811,7 +862,7 @@
            // 
            // gvMx1dabhb023
            // 
            this.gvMx1dabhb023.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb023.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb023.Caption = "发料方式 ";
            this.gvMx1dabhb023.FieldName = "dabhb023";
@@ -824,7 +875,7 @@
            // 
            // gvMx1dabhb024
            // 
            this.gvMx1dabhb024.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb024.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb024.Caption = "备料数量 ";
            this.gvMx1dabhb024.FieldName = "dabhb024";
@@ -837,7 +888,7 @@
            // 
            // gvMx1womdaahbNo
            // 
            this.gvMx1womdaahbNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1womdaahbNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1womdaahbNo.Caption = "合并单号 ";
            this.gvMx1womdaahbNo.FieldName = "womdaahbNo";
@@ -850,7 +901,7 @@
            // 
            // gvMx1dabhb025
            // 
            this.gvMx1dabhb025.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb025.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb025.Caption = "脚型 ";
            this.gvMx1dabhb025.FieldName = "dabhb025";
@@ -863,7 +914,7 @@
            // 
            // gvMx1dabhb026
            // 
            this.gvMx1dabhb026.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1dabhb026.AppearanceCell.Options.UseFont = true;
            this.gvMx1dabhb026.Caption = "计划跟踪号 ";
            this.gvMx1dabhb026.FieldName = "dabhb026";
@@ -876,7 +927,7 @@
            // 
            // gvMx1depotNo
            // 
            this.gvMx1depotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1depotNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1depotNo.Caption = "仓库编码 ";
            this.gvMx1depotNo.FieldName = "depotNo";
@@ -889,7 +940,7 @@
            // 
            // gvMx1positionNo
            // 
            this.gvMx1positionNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1positionNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1positionNo.Caption = "位置号 ";
            this.gvMx1positionNo.FieldName = "positionNo";
@@ -902,7 +953,7 @@
            // 
            // gvMx1lot
            // 
            this.gvMx1lot.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1lot.AppearanceCell.Options.UseFont = true;
            this.gvMx1lot.Caption = "批号 ";
            this.gvMx1lot.FieldName = "lot";
@@ -915,7 +966,7 @@
            // 
            // gvMx1mtono
            // 
            this.gvMx1mtono.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1mtono.AppearanceCell.Options.UseFont = true;
            this.gvMx1mtono.Caption = "计划跟踪号 ";
            this.gvMx1mtono.FieldName = "mtono";
@@ -928,7 +979,7 @@
            // 
            // gv_depotNo
            // 
            this.gv_depotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_depotNo.AppearanceCell.Options.UseFont = true;
            this.gv_depotNo.Caption = "仓库编码";
            this.gv_depotNo.FieldName = "depotNo";
@@ -942,9 +993,9 @@
            // 
            // lb_freezeFlag
            // 
            this.lb_freezeFlag.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_freezeFlag.Appearance.Options.UseFont = true;
            this.lb_freezeFlag.Location = new System.Drawing.Point(450, 89);
            this.lb_freezeFlag.Location = new System.Drawing.Point(689, 84);
            this.lb_freezeFlag.Name = "lb_freezeFlag";
            this.lb_freezeFlag.Size = new System.Drawing.Size(68, 21);
            this.lb_freezeFlag.TabIndex = 298;
@@ -952,7 +1003,7 @@
            // 
            // gv_freezeFlag
            // 
            this.gv_freezeFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_freezeFlag.AppearanceCell.Options.UseFont = true;
            this.gv_freezeFlag.Caption = "合并冻结标识";
            this.gv_freezeFlag.FieldName = "freezeFlag";
@@ -966,7 +1017,7 @@
            // 
            // gv_daahb013name
            // 
            this.gv_daahb013name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_daahb013name.AppearanceCell.Options.UseFont = true;
            this.gv_daahb013name.Caption = "工作车间";
            this.gv_daahb013name.FieldName = "daahb013name";
@@ -980,7 +1031,7 @@
            // 
            // gv_daahb022
            // 
            this.gv_daahb022.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_daahb022.AppearanceCell.Options.UseFont = true;
            this.gv_daahb022.Caption = "发料完成";
            this.gv_daahb022.FieldName = "daahb022";
@@ -994,9 +1045,9 @@
            // 
            // lb_createBy
            // 
            this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createBy.Appearance.Options.UseFont = true;
            this.lb_createBy.Location = new System.Drawing.Point(620, 16);
            this.lb_createBy.Location = new System.Drawing.Point(314, 13);
            this.lb_createBy.Name = "lb_createBy";
            this.lb_createBy.Size = new System.Drawing.Size(51, 21);
            this.lb_createBy.TabIndex = 280;
@@ -1004,16 +1055,17 @@
            // 
            // txt_createBy
            // 
            this.txt_createBy.Location = new System.Drawing.Point(680, 12);
            this.txt_createBy.Enabled = false;
            this.txt_createBy.Location = new System.Drawing.Point(368, 9);
            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(170, 28);
            this.txt_createBy.Size = new System.Drawing.Size(178, 28);
            this.txt_createBy.TabIndex = 280;
            // 
            // 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";
@@ -1027,7 +1079,7 @@
            // 
            // gv_daahb020
            // 
            this.gv_daahb020.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_daahb020.AppearanceCell.Options.UseFont = true;
            this.gv_daahb020.Caption = "线别编码";
            this.gv_daahb020.FieldName = "daahb020";
@@ -1041,9 +1093,9 @@
            // 
            // lb_checkUser
            // 
            this.lb_checkUser.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_checkUser.Appearance.Options.UseFont = true;
            this.lb_checkUser.Location = new System.Drawing.Point(342, 16);
            this.lb_checkUser.Location = new System.Drawing.Point(582, 13);
            this.lb_checkUser.Name = "lb_checkUser";
            this.lb_checkUser.Size = new System.Drawing.Size(56, 21);
            this.lb_checkUser.TabIndex = 262;
@@ -1051,16 +1103,17 @@
            // 
            // txt_checkUser
            // 
            this.txt_checkUser.Location = new System.Drawing.Point(404, 12);
            this.txt_checkUser.Enabled = false;
            this.txt_checkUser.Location = new System.Drawing.Point(643, 9);
            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(162, 28);
            this.txt_checkUser.TabIndex = 262;
            // 
            // 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";
@@ -1074,9 +1127,9 @@
            // 
            // lb_checkDate
            // 
            this.lb_checkDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_checkDate.Appearance.Options.UseFont = true;
            this.lb_checkDate.Location = new System.Drawing.Point(325, 54);
            this.lb_checkDate.Location = new System.Drawing.Point(565, 49);
            this.lb_checkDate.Name = "lb_checkDate";
            this.lb_checkDate.Size = new System.Drawing.Size(73, 21);
            this.lb_checkDate.TabIndex = 258;
@@ -1084,16 +1137,17 @@
            // 
            // txt_checkDate
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(404, 50);
            this.txt_checkDate.Enabled = false;
            this.txt_checkDate.Location = new System.Drawing.Point(643, 45);
            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(162, 28);
            this.txt_checkDate.TabIndex = 258;
            // 
            // 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";
@@ -1107,9 +1161,9 @@
            // 
            // lb_fstatus
            // 
            this.lb_fstatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_fstatus.Appearance.Options.UseFont = true;
            this.lb_fstatus.Location = new System.Drawing.Point(342, 89);
            this.lb_fstatus.Location = new System.Drawing.Point(582, 84);
            this.lb_fstatus.Name = "lb_fstatus";
            this.lb_fstatus.Size = new System.Drawing.Size(56, 21);
            this.lb_fstatus.TabIndex = 252;
@@ -1117,7 +1171,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";
@@ -1131,9 +1185,9 @@
            // 
            // lb_daahb015
            // 
            this.lb_daahb015.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_daahb015.Appearance.Options.UseFont = true;
            this.lb_daahb015.Location = new System.Drawing.Point(12, 93);
            this.lb_daahb015.Location = new System.Drawing.Point(12, 84);
            this.lb_daahb015.Name = "lb_daahb015";
            this.lb_daahb015.Size = new System.Drawing.Size(68, 21);
            this.lb_daahb015.TabIndex = 247;
@@ -1141,7 +1195,7 @@
            // 
            // gv_daahb015
            // 
            this.gv_daahb015.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_daahb015.AppearanceCell.Options.UseFont = true;
            this.gv_daahb015.Caption = "生产线别";
            this.gv_daahb015.FieldName = "daahb015";
@@ -1155,9 +1209,9 @@
            // 
            // lb_daahb013
            // 
            this.lb_daahb013.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_daahb013.Appearance.Options.UseFont = true;
            this.lb_daahb013.Location = new System.Drawing.Point(12, 58);
            this.lb_daahb013.Location = new System.Drawing.Point(12, 49);
            this.lb_daahb013.Name = "lb_daahb013";
            this.lb_daahb013.Size = new System.Drawing.Size(68, 21);
            this.lb_daahb013.TabIndex = 243;
@@ -1165,7 +1219,7 @@
            // 
            // gv_daahb013
            // 
            this.gv_daahb013.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_daahb013.AppearanceCell.Options.UseFont = true;
            this.gv_daahb013.Caption = "工作车间编码";
            this.gv_daahb013.FieldName = "daahb013";
@@ -1179,9 +1233,9 @@
            // 
            // lb_daahb009
            // 
            this.lb_daahb009.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_daahb009.Appearance.Options.UseFont = true;
            this.lb_daahb009.Location = new System.Drawing.Point(632, 93);
            this.lb_daahb009.Location = new System.Drawing.Point(326, 84);
            this.lb_daahb009.Name = "lb_daahb009";
            this.lb_daahb009.Size = new System.Drawing.Size(39, 21);
            this.lb_daahb009.TabIndex = 240;
@@ -1189,16 +1243,16 @@
            // 
            // txt_daahb009
            // 
            this.txt_daahb009.Location = new System.Drawing.Point(680, 89);
            this.txt_daahb009.Location = new System.Drawing.Point(368, 80);
            this.txt_daahb009.Name = "txt_daahb009";
            this.txt_daahb009.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_daahb009.Properties.Appearance.Options.UseFont = true;
            this.txt_daahb009.Size = new System.Drawing.Size(172, 28);
            this.txt_daahb009.Size = new System.Drawing.Size(180, 28);
            this.txt_daahb009.TabIndex = 240;
            // 
            // gv_daahb009
            // 
            this.gv_daahb009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_daahb009.AppearanceCell.Options.UseFont = true;
            this.gv_daahb009.Caption = "备注";
            this.gv_daahb009.FieldName = "daahb009";
@@ -1212,9 +1266,9 @@
            // 
            // lb_createDate
            // 
            this.lb_createDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createDate.Appearance.Options.UseFont = true;
            this.lb_createDate.Location = new System.Drawing.Point(603, 54);
            this.lb_createDate.Location = new System.Drawing.Point(297, 49);
            this.lb_createDate.Name = "lb_createDate";
            this.lb_createDate.Size = new System.Drawing.Size(68, 21);
            this.lb_createDate.TabIndex = 228;
@@ -1222,16 +1276,17 @@
            // 
            // txt_createDate
            // 
            this.txt_createDate.Location = new System.Drawing.Point(680, 50);
            this.txt_createDate.Enabled = false;
            this.txt_createDate.Location = new System.Drawing.Point(368, 45);
            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(170, 28);
            this.txt_createDate.Size = new System.Drawing.Size(178, 28);
            this.txt_createDate.TabIndex = 228;
            // 
            // 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";
@@ -1245,26 +1300,27 @@
            // 
            // lb_womdaahbNo
            // 
            this.lb_womdaahbNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_womdaahbNo.Appearance.Options.UseFont = true;
            this.lb_womdaahbNo.Location = new System.Drawing.Point(41, 20);
            this.lb_womdaahbNo.Location = new System.Drawing.Point(46, 13);
            this.lb_womdaahbNo.Name = "lb_womdaahbNo";
            this.lb_womdaahbNo.Size = new System.Drawing.Size(39, 21);
            this.lb_womdaahbNo.Size = new System.Drawing.Size(34, 21);
            this.lb_womdaahbNo.TabIndex = 213;
            this.lb_womdaahbNo.Text = "单号 ";
            this.lb_womdaahbNo.Text = "单号";
            // 
            // txt_womdaahbNo
            // 
            this.txt_womdaahbNo.Location = new System.Drawing.Point(89, 16);
            this.txt_womdaahbNo.Enabled = false;
            this.txt_womdaahbNo.Location = new System.Drawing.Point(89, 9);
            this.txt_womdaahbNo.Name = "txt_womdaahbNo";
            this.txt_womdaahbNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_womdaahbNo.Properties.Appearance.Options.UseFont = true;
            this.txt_womdaahbNo.Size = new System.Drawing.Size(188, 28);
            this.txt_womdaahbNo.TabIndex = 213;
            // 
            // gv_womdaahbNo
            // 
            this.gv_womdaahbNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_womdaahbNo.AppearanceCell.Options.UseFont = true;
            this.gv_womdaahbNo.Caption = "单号";
            this.gv_womdaahbNo.FieldName = "womdaahbNo";
@@ -1278,7 +1334,7 @@
            // 
            // gv_id
            // 
            this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_id.AppearanceCell.Options.UseFont = true;
            this.gv_id.Caption = "id";
            this.gv_id.FieldName = "id";
@@ -1292,7 +1348,7 @@
            // 
            // gv_guid
            // 
            this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_guid.AppearanceCell.Options.UseFont = true;
            this.gv_guid.Caption = "guid";
            this.gv_guid.FieldName = "guid";
@@ -1321,7 +1377,7 @@
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
@@ -1332,7 +1388,7 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_guid,
@@ -1376,7 +1432,7 @@
            this.xtraTabPage1.Controls.Add(this.pageBar1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
            this.xtraTabPage1.Text = "数据查询";
            this.xtraTabPage1.Text = "数据列表";
            // 
            // pageBar1
            // 
@@ -1386,7 +1442,6 @@
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.pageBar1.Name = "pageBar1";
            this.pageBar1.RecordCount = 0;
            this.pageBar1.RowsCount = 50;
            this.pageBar1.Size = new System.Drawing.Size(1126, 38);
            this.pageBar1.TabIndex = 3;
            this.pageBar1.TotalPages = 0;
@@ -1396,17 +1451,17 @@
            this.xtraTabPage2.Controls.Add(this.tabMx);
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.PageEnabled = false;
            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
            this.xtraTabPage2.Text = "数据编辑";
            this.xtraTabPage2.Text = "数据详细";
            // 
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 157);
            this.tabMx.Location = new System.Drawing.Point(0, 150);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage2;
            this.tabMx.Size = new System.Drawing.Size(1126, 413);
            this.tabMx.Size = new System.Drawing.Size(1126, 420);
            this.tabMx.TabIndex = 2;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage2,
@@ -1439,16 +1494,16 @@
            this.panel1.Controls.Add(this.lb_womdaahbNo);
            this.panel1.Controls.Add(this.txt_womdaahbNo);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1126, 157);
            this.panel1.Size = new System.Drawing.Size(1126, 150);
            this.panel1.TabIndex = 1;
            // 
            // btnSelect
            // 
            this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.btnSelect.Location = new System.Drawing.Point(12, 123);
            this.btnSelect.Location = new System.Drawing.Point(12, 116);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(94, 29);
            this.btnSelect.TabIndex = 457;
@@ -1457,7 +1512,7 @@
            // txt_daahb015
            // 
            this.txt_daahb015.IsReadly = false;
            this.txt_daahb015.Location = new System.Drawing.Point(89, 89);
            this.txt_daahb015.Location = new System.Drawing.Point(89, 80);
            this.txt_daahb015.Name = "txt_daahb015";
            this.txt_daahb015.Size = new System.Drawing.Size(188, 28);
            this.txt_daahb015.TabIndex = 302;
@@ -1465,14 +1520,14 @@
            // txt_daahb013
            // 
            this.txt_daahb013.IsReadly = false;
            this.txt_daahb013.Location = new System.Drawing.Point(89, 54);
            this.txt_daahb013.Location = new System.Drawing.Point(89, 45);
            this.txt_daahb013.Name = "txt_daahb013";
            this.txt_daahb013.Size = new System.Drawing.Size(188, 28);
            this.txt_daahb013.TabIndex = 301;
            // 
            // txt_freezeFlag
            // 
            this.txt_freezeFlag.Location = new System.Drawing.Point(522, 87);
            this.txt_freezeFlag.Location = new System.Drawing.Point(782, 82);
            this.txt_freezeFlag.Name = "txt_freezeFlag";
            this.txt_freezeFlag.Properties.Caption = "";
            this.txt_freezeFlag.Size = new System.Drawing.Size(44, 24);
@@ -1480,7 +1535,8 @@
            // 
            // txt_fstatus
            // 
            this.txt_fstatus.Location = new System.Drawing.Point(404, 87);
            this.txt_fstatus.Enabled = false;
            this.txt_fstatus.Location = new System.Drawing.Point(643, 82);
            this.txt_fstatus.Name = "txt_fstatus";
            this.txt_fstatus.Properties.Caption = "";
            this.txt_fstatus.Size = new System.Drawing.Size(40, 24);
@@ -1488,20 +1544,22 @@
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(896, 89);
            this.labelControl11.Location = new System.Drawing.Point(946, 42);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
            this.labelControl11.TabIndex = 130;
            this.labelControl11.Text = "主键:";
            this.labelControl11.Visible = false;
            // 
            // lbGuid
            // 
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(947, 89);
            this.lbGuid.Location = new System.Drawing.Point(997, 42);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Visible = false;
            // 
            // Frm_MesWomdaahb
            // 
@@ -1514,6 +1572,7 @@
            this.tabMxPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            this.tabMxPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit();
@@ -1654,5 +1713,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1lot;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1mtono;
        private DevExpress.XtraGrid.Columns.GridColumn daaGuid;
        private DevExpress.XtraGrid.Columns.GridColumn gvMxDel;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
    }
}