lu
2025-04-13 90c199edf9c98a66f0ba3f42577bff797073fce1
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Wompba.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();
@@ -92,10 +93,10 @@
            this.gvMx1daa005 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1daa003 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1daa004 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1daa018 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.gvMx1daa016 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.gvMx1daa018 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.gvMx1daa008 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1daa006 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1daa007 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -125,6 +126,7 @@
            this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -164,10 +166,10 @@
            this.tabMxPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptJYBZ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
@@ -233,7 +235,6 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -246,7 +247,6 @@
            // 
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 50;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -269,7 +269,6 @@
            // 
            // gv_fstatus
            // 
            this.gv_fstatus.AppearanceCell.Options.UseFont = true;
            this.gv_fstatus.Caption = "审核标识";
            this.gv_fstatus.FieldName = "fstatus";
@@ -314,7 +313,6 @@
            // 
            // gv_checkUser
            // 
            this.gv_checkUser.AppearanceCell.Options.UseFont = true;
            this.gv_checkUser.Caption = "审核人";
            this.gv_checkUser.FieldName = "checkUser";
@@ -327,7 +325,6 @@
            // 
            // gv_checkDate
            // 
            this.gv_checkDate.AppearanceCell.Options.UseFont = true;
            this.gv_checkDate.Caption = "审核日期";
            this.gv_checkDate.FieldName = "checkDate";
@@ -340,7 +337,6 @@
            // 
            // gv_pba005
            // 
            this.gv_pba005.AppearanceCell.Options.UseFont = true;
            this.gv_pba005.Caption = "创建人";
            this.gv_pba005.FieldName = "pba005";
@@ -353,7 +349,6 @@
            // 
            // gv_pba006
            // 
            this.gv_pba006.AppearanceCell.Options.UseFont = true;
            this.gv_pba006.Caption = "创建时间";
            this.gv_pba006.FieldName = "pba006";
@@ -366,7 +361,6 @@
            // 
            // gv_pba009
            // 
            this.gv_pba009.AppearanceCell.Options.UseFont = true;
            this.gv_pba009.Caption = "备注";
            this.gv_pba009.FieldName = "pba009";
@@ -458,7 +452,7 @@
            // btnSelect
            // 
            this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.btnSelect.Location = new System.Drawing.Point(12, 76);
            this.btnSelect.Location = new System.Drawing.Point(12, 74);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(101, 27);
            this.btnSelect.StyleController = this.layoutMx1;
@@ -468,9 +462,9 @@
            // txt_pba013
            // 
            this.txt_pba013.IsReadly = false;
            this.txt_pba013.Location = new System.Drawing.Point(89, 44);
            this.txt_pba013.Location = new System.Drawing.Point(89, 43);
            this.txt_pba013.Name = "txt_pba013";
            this.txt_pba013.Size = new System.Drawing.Size(190, 28);
            this.txt_pba013.Size = new System.Drawing.Size(190, 24);
            this.txt_pba013.TabIndex = 459;
            // 
            // txt_erpSczz
@@ -478,27 +472,25 @@
            this.txt_erpSczz.IsReadly = false;
            this.txt_erpSczz.Location = new System.Drawing.Point(89, 12);
            this.txt_erpSczz.Name = "txt_erpSczz";
            this.txt_erpSczz.Size = new System.Drawing.Size(190, 28);
            this.txt_erpSczz.Size = new System.Drawing.Size(190, 24);
            this.txt_erpSczz.TabIndex = 460;
            // 
            // txt_hNo
            // 
            this.txt_hNo.Location = new System.Drawing.Point(360, 12);
            this.txt_hNo.Name = "txt_hNo";
            this.txt_hNo.Properties.Appearance.Options.UseFont = true;
            this.txt_hNo.Size = new System.Drawing.Size(190, 28);
            this.txt_hNo.Size = new System.Drawing.Size(190, 24);
            this.txt_hNo.StyleController = this.layoutMx1;
            this.txt_hNo.TabIndex = 458;
            this.txt_hNo.Tag = "readonly";
            // 
            // txt_pba009
            // 
            this.txt_pba009.Location = new System.Drawing.Point(360, 44);
            this.txt_pba009.Location = new System.Drawing.Point(360, 43);
            this.txt_pba009.Name = "txt_pba009";
            this.txt_pba009.Properties.Appearance.Options.UseFont = true;
            this.txt_pba009.Size = new System.Drawing.Size(461, 28);
            this.txt_pba009.Size = new System.Drawing.Size(461, 24);
            this.txt_pba009.StyleController = this.layoutMx1;
            this.txt_pba009.TabIndex = 240;
            // 
@@ -506,9 +498,8 @@
            // 
            this.txt_checkUser.Location = new System.Drawing.Point(902, 12);
            this.txt_checkUser.Name = "txt_checkUser";
            this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
            this.txt_checkUser.Size = new System.Drawing.Size(191, 28);
            this.txt_checkUser.Size = new System.Drawing.Size(191, 24);
            this.txt_checkUser.StyleController = this.layoutMx1;
            this.txt_checkUser.TabIndex = 273;
            this.txt_checkUser.Tag = "readonly";
@@ -517,16 +508,15 @@
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(631, 12);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(190, 28);
            this.txt_checkDate.Size = new System.Drawing.Size(190, 24);
            this.txt_checkDate.StyleController = this.layoutMx1;
            this.txt_checkDate.TabIndex = 267;
            this.txt_checkDate.Tag = "readonly";
            // 
            // txt_fstatus
            // 
            this.txt_fstatus.Location = new System.Drawing.Point(825, 44);
            this.txt_fstatus.Location = new System.Drawing.Point(825, 43);
            this.txt_fstatus.Name = "txt_fstatus";
            this.txt_fstatus.Properties.Caption = "审核状态";
            this.txt_fstatus.Size = new System.Drawing.Size(268, 24);
@@ -584,7 +574,7 @@
            rowDefinition1,
            rowDefinition2,
            rowDefinition3});
            this.Root.Size = new System.Drawing.Size(1105, 116);
            this.Root.Size = new System.Drawing.Size(1105, 113);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -592,7 +582,7 @@
            this.layoutControlItem1.Control = this.txt_erpSczz;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(271, 32);
            this.layoutControlItem1.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem1.Text = "生产组织";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(65, 18);
            // 
@@ -602,7 +592,7 @@
            this.layoutControlItem2.Location = new System.Drawing.Point(271, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(271, 32);
            this.layoutControlItem2.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem2.Text = "排产编号";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(65, 18);
            // 
@@ -612,17 +602,17 @@
            this.layoutControlItem3.Location = new System.Drawing.Point(542, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(271, 32);
            this.layoutControlItem3.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem3.Text = "审核日期 ";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.txt_pba013;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 32);
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(271, 32);
            this.layoutControlItem4.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem4.Text = "工作车间";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(65, 18);
            // 
@@ -632,18 +622,18 @@
            this.layoutControlItem5.Location = new System.Drawing.Point(813, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem5.Size = new System.Drawing.Size(272, 32);
            this.layoutControlItem5.Size = new System.Drawing.Size(272, 31);
            this.layoutControlItem5.Text = "审核人";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_fstatus;
            this.layoutControlItem6.Location = new System.Drawing.Point(813, 32);
            this.layoutControlItem6.Location = new System.Drawing.Point(813, 31);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(272, 32);
            this.layoutControlItem6.Size = new System.Drawing.Size(272, 31);
            this.layoutControlItem6.Text = "审核状态";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
@@ -651,24 +641,24 @@
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_pba009;
            this.layoutControlItem7.Location = new System.Drawing.Point(271, 32);
            this.layoutControlItem7.Location = new System.Drawing.Point(271, 31);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnSpan = 2;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(542, 32);
            this.layoutControlItem7.Size = new System.Drawing.Size(542, 31);
            this.layoutControlItem7.Text = "排产备注";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(65, 18);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.btnSelect;
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 64);
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 62);
            this.layoutControlItem8.MaxSize = new System.Drawing.Size(105, 31);
            this.layoutControlItem8.MinSize = new System.Drawing.Size(105, 31);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem8.Size = new System.Drawing.Size(271, 32);
            this.layoutControlItem8.Size = new System.Drawing.Size(271, 31);
            this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem8.Text = "选择投料单";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
@@ -757,9 +747,8 @@
            // 
            // gvMx1guid
            // 
            this.gvMx1guid.AppearanceCell.Options.UseFont = true;
            this.gvMx1guid.Caption = "guid";
            this.gvMx1guid.Caption = "明细Guid";
            this.gvMx1guid.FieldName = "guid";
            this.gvMx1guid.MinWidth = 50;
            this.gvMx1guid.Name = "gvMx1guid";
@@ -778,7 +767,6 @@
            // 
            // gvMx1daa002
            // 
            this.gvMx1daa002.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa002.Caption = "工单单号";
            this.gvMx1daa002.FieldName = "daa001";
@@ -792,7 +780,6 @@
            // 
            // gvMx1daa010
            // 
            this.gvMx1daa010.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa010.Caption = "任务单号";
            this.gvMx1daa010.FieldName = "daa021";
@@ -806,7 +793,6 @@
            // 
            // gvMx1daa005
            // 
            this.gvMx1daa005.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa005.Caption = "物料编码";
            this.gvMx1daa005.FieldName = "itemNo";
@@ -820,7 +806,6 @@
            // 
            // gvMx1daa003
            // 
            this.gvMx1daa003.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa003.Caption = "产品名称";
            this.gvMx1daa003.FieldName = "daa003";
@@ -834,7 +819,6 @@
            // 
            // gvMx1daa004
            // 
            this.gvMx1daa004.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa004.Caption = "产品规格";
            this.gvMx1daa004.FieldName = "daa004";
@@ -846,36 +830,8 @@
            this.gvMx1daa004.VisibleIndex = 4;
            this.gvMx1daa004.Width = 50;
            // 
            // gvMx1daa018
            //
            this.gvMx1daa018.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa018.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa018.AppearanceCell.Options.UseForeColor = true;
            this.gvMx1daa018.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa018.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1daa018.Caption = "预计完工时间";
            this.gvMx1daa018.ColumnEdit = this.repositoryItemDateEdit3;
            this.gvMx1daa018.FieldName = "mesEndProd";
            this.gvMx1daa018.MinWidth = 50;
            this.gvMx1daa018.Name = "gvMx1daa018";
            this.gvMx1daa018.Tag = "edit";
            this.gvMx1daa018.Visible = true;
            this.gvMx1daa018.VisibleIndex = 6;
            this.gvMx1daa018.Width = 50;
            //
            // repositoryItemDateEdit3
            //
            this.repositoryItemDateEdit3.AutoHeight = false;
            this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
            //
            // gvMx1daa016
            // 
            this.gvMx1daa016.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa016.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa016.AppearanceCell.Options.UseForeColor = true;
@@ -900,9 +856,34 @@
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
            // 
            // gvMx1daa018
            //
            this.gvMx1daa018.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa018.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa018.AppearanceCell.Options.UseForeColor = true;
            this.gvMx1daa018.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa018.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1daa018.Caption = "预计完工时间";
            this.gvMx1daa018.ColumnEdit = this.repositoryItemDateEdit3;
            this.gvMx1daa018.FieldName = "mesEndProd";
            this.gvMx1daa018.MinWidth = 50;
            this.gvMx1daa018.Name = "gvMx1daa018";
            this.gvMx1daa018.Tag = "edit";
            this.gvMx1daa018.Visible = true;
            this.gvMx1daa018.VisibleIndex = 6;
            this.gvMx1daa018.Width = 50;
            //
            // repositoryItemDateEdit3
            //
            this.repositoryItemDateEdit3.AutoHeight = false;
            this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
            //
            // gvMx1daa008
            // 
            this.gvMx1daa008.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa008.Caption = "工单总数";
            this.gvMx1daa008.FieldName = "caa012";
@@ -917,7 +898,6 @@
            // 
            // gvMx1daa006
            // 
            this.gvMx1daa006.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa006.Caption = "单位";
            this.gvMx1daa006.FieldName = "fname";
@@ -932,7 +912,6 @@
            // 
            // gvMx1daa007
            // 
            this.gvMx1daa007.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa007.Caption = "已排";
            this.gvMx1daa007.FieldName = "yp";
@@ -947,7 +926,6 @@
            // 
            // gvMx1daa009
            // 
            this.gvMx1daa009.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa009.Caption = "未排";
            this.gvMx1daa009.FieldName = "wp";
@@ -962,7 +940,6 @@
            // 
            // gvMx1daa011
            // 
            this.gvMx1daa011.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa011.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa011.AppearanceCell.Options.UseForeColor = true;
@@ -980,7 +957,6 @@
            // 
            // gvMx1daa012
            // 
            this.gvMx1daa012.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa012.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa012.AppearanceCell.Options.UseForeColor = true;
@@ -1008,7 +984,6 @@
            // 
            // gvMx1reporttime
            // 
            this.gvMx1reporttime.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1reporttime.AppearanceCell.Options.UseFont = true;
            this.gvMx1reporttime.AppearanceCell.Options.UseForeColor = true;
@@ -1025,7 +1000,6 @@
            // 
            // gvMx1daa017
            // 
            this.gvMx1daa017.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa017.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa017.AppearanceCell.Options.UseForeColor = true;
@@ -1040,7 +1014,6 @@
            // 
            // gvMx1daa019
            // 
            this.gvMx1daa019.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa019.Caption = "排产日期";
            this.gvMx1daa019.FieldName = "daa024";
@@ -1052,7 +1025,6 @@
            // 
            // gvMx1checkDate
            // 
            this.gvMx1checkDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1checkDate.Caption = "线体类别";
            this.gvMx1checkDate.FieldName = "lineType";
@@ -1064,7 +1036,6 @@
            // 
            // gvMx1checkUser
            // 
            this.gvMx1checkUser.AppearanceCell.Options.UseFont = true;
            this.gvMx1checkUser.Caption = "标准人数";
            this.gvMx1checkUser.FieldName = "personnel";
@@ -1076,7 +1047,6 @@
            // 
            // gvMx1daa020
            // 
            this.gvMx1daa020.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa020.Caption = "标准工时";
            this.gvMx1daa020.FieldName = "prodHour";
@@ -1088,7 +1058,6 @@
            // 
            // gvMx1daa021
            // 
            this.gvMx1daa021.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa021.Caption = "单人小时产能";
            this.gvMx1daa021.FieldName = "personHourCapactity";
@@ -1100,7 +1069,6 @@
            // 
            // gvMx1daa022
            // 
            this.gvMx1daa022.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa022.Caption = "理论标产";
            this.gvMx1daa022.FieldName = "theCapactity";
@@ -1112,7 +1080,6 @@
            // 
            // gvMx1daa023
            // 
            this.gvMx1daa023.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa023.Caption = "计划标准产能";
            this.gvMx1daa023.FieldName = "planCapactity";
@@ -1124,7 +1091,6 @@
            // 
            // gvMx1daa024
            // 
            this.gvMx1daa024.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa024.Caption = "分钟";
            this.gvMx1daa024.FieldName = "theMin";
@@ -1136,7 +1102,6 @@
            // 
            // gvMx1daa025
            // 
            this.gvMx1daa025.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa025.Caption = "小时";
            this.gvMx1daa025.FieldName = "theHour";
@@ -1148,7 +1113,6 @@
            // 
            // gvMx1daa026
            // 
            this.gvMx1daa026.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1daa026.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa026.AppearanceCell.Options.UseForeColor = true;
@@ -1163,7 +1127,6 @@
            // 
            // gvMx1isReportcheck
            // 
            this.gvMx1isReportcheck.AppearanceCell.ForeColor = System.Drawing.Color.Black;
            this.gvMx1isReportcheck.AppearanceCell.Options.UseFont = true;
            this.gvMx1isReportcheck.AppearanceCell.Options.UseForeColor = true;
@@ -1179,7 +1142,6 @@
            // 
            // gvMx1daa014
            // 
            this.gvMx1daa014.AppearanceCell.Options.UseFont = true;
            this.gvMx1daa014.Caption = "投料单单号";
            this.gvMx1daa014.FieldName = "daa014";
@@ -1193,7 +1155,6 @@
            // 
            // gvMx1machineNo
            // 
            this.gvMx1machineNo.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1machineNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1machineNo.AppearanceCell.Options.UseForeColor = true;
@@ -1226,7 +1187,6 @@
            // 
            // gvMx1fstatus
            // 
            this.gvMx1fstatus.AppearanceCell.Options.UseFont = true;
            this.gvMx1fstatus.Caption = "需求单号";
            this.gvMx1fstatus.FieldName = "caa015";
@@ -1329,10 +1289,10 @@
            this.tabMxPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptJYBZ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
@@ -1425,5 +1385,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
        private DevExpress.Utils.ToolTipController tips;
    }
}