新框架PC前端标准版(祈禧6月初版本)
lg
2025-11-20 fbe33a615f1c4e798a0f8e58163e68c3ce789614
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs
@@ -135,9 +135,10 @@
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.rptParameter = null;
            this.toolBarMenu1.Size = new System.Drawing.Size(1169, 80);
            this.toolBarMenu1.Size = new System.Drawing.Size(1461, 98);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = null;
@@ -145,10 +146,11 @@
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 98);
            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1169, 602);
            this.xtraTabControl1.Size = new System.Drawing.Size(1461, 736);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
@@ -157,8 +159,9 @@
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.split1);
            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1167, 570);
            this.xtraTabPage1.Size = new System.Drawing.Size(1459, 698);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // split1
@@ -167,6 +170,7 @@
            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.split1.Name = "split1";
            // 
            // split1.Panel1
@@ -179,17 +183,19 @@
            // 
            this.split1.Panel2.Text = "Panel2";
            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Size = new System.Drawing.Size(1167, 570);
            this.split1.Size = new System.Drawing.Size(1459, 698);
            this.split1.SplitterPosition = 0;
            this.split1.TabIndex = 0;
            // 
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(1167, 519);
            this.gcMain1.Size = new System.Drawing.Size(1459, 635);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -212,8 +218,9 @@
            this.gv_checkUser,
            this.gv_checkDate,
            this.gridColumn4});
            this.gridView1.DetailHeight = 428;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.IndicatorWidth = 62;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -223,194 +230,195 @@
            // 
            this.gridColumn1.Caption = "使用组织";
            this.gridColumn1.FieldName = "fSubsidiary";
            this.gridColumn1.MinWidth = 250;
            this.gridColumn1.MinWidth = 312;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.Tag = "org.fnamber";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 6;
            this.gridColumn1.Width = 250;
            this.gridColumn1.Width = 312;
            // 
            // gv_status
            // 
            this.gv_status.AppearanceCell.Options.UseFont = true;
            this.gv_status.Caption = "审核标识";
            this.gv_status.FieldName = "status";
            this.gv_status.MinWidth = 50;
            this.gv_status.MinWidth = 62;
            this.gv_status.Name = "gv_status";
            this.gv_status.OptionsColumn.AllowEdit = false;
            this.gv_status.Tag = "query_a.STATUS";
            this.gv_status.UnboundDataType = typeof(bool);
            this.gv_status.Visible = true;
            this.gv_status.VisibleIndex = 0;
            this.gv_status.Width = 94;
            this.gv_status.Width = 117;
            // 
            // gv_itemId
            // 
            this.gv_itemId.AppearanceCell.Options.UseFont = true;
            this.gv_itemId.Caption = "物料ID";
            this.gv_itemId.FieldName = "itemId";
            this.gv_itemId.MinWidth = 50;
            this.gv_itemId.MinWidth = 62;
            this.gv_itemId.Name = "gv_itemId";
            this.gv_itemId.OptionsColumn.AllowEdit = false;
            this.gv_itemId.Tag = "query_a.ITEM_ID";
            this.gv_itemId.Visible = true;
            this.gv_itemId.VisibleIndex = 1;
            this.gv_itemId.Width = 94;
            this.gv_itemId.Width = 117;
            // 
            // gv_itemNo
            // 
            this.gv_itemNo.AppearanceCell.Options.UseFont = true;
            this.gv_itemNo.Caption = "物料编码";
            this.gv_itemNo.FieldName = "itemNo";
            this.gv_itemNo.MinWidth = 50;
            this.gv_itemNo.MinWidth = 62;
            this.gv_itemNo.Name = "gv_itemNo";
            this.gv_itemNo.OptionsColumn.AllowEdit = false;
            this.gv_itemNo.Tag = "query_a.ITEM_NO";
            this.gv_itemNo.Visible = true;
            this.gv_itemNo.VisibleIndex = 3;
            this.gv_itemNo.Width = 94;
            this.gv_itemNo.Width = 117;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "物料名称";
            this.gridColumn2.FieldName = "itemName";
            this.gridColumn2.MinWidth = 125;
            this.gridColumn2.MinWidth = 156;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowEdit = false;
            this.gridColumn2.Tag = "query_b.item_name";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 2;
            this.gridColumn2.Width = 125;
            this.gridColumn2.Width = 156;
            // 
            // gv_suppNo
            // 
            this.gv_suppNo.AppearanceCell.Options.UseFont = true;
            this.gv_suppNo.Caption = "供应商编码";
            this.gv_suppNo.FieldName = "suppNo";
            this.gv_suppNo.MinWidth = 50;
            this.gv_suppNo.MinWidth = 62;
            this.gv_suppNo.Name = "gv_suppNo";
            this.gv_suppNo.OptionsColumn.AllowEdit = false;
            this.gv_suppNo.Tag = "query_a.SUPP_NO";
            this.gv_suppNo.Visible = true;
            this.gv_suppNo.VisibleIndex = 4;
            this.gv_suppNo.Width = 94;
            this.gv_suppNo.Width = 117;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "供应商名称";
            this.gridColumn3.FieldName = "gysName";
            this.gridColumn3.MinWidth = 125;
            this.gridColumn3.MinWidth = 156;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.Tag = "d.supp_name";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 5;
            this.gridColumn3.Width = 125;
            this.gridColumn3.Width = 156;
            // 
            // gv_createBy
            // 
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "创建人";
            this.gv_createBy.FieldName = "createBy";
            this.gv_createBy.MinWidth = 50;
            this.gv_createBy.FieldName = "createByName";
            this.gv_createBy.MinWidth = 62;
            this.gv_createBy.Name = "gv_createBy";
            this.gv_createBy.OptionsColumn.AllowEdit = false;
            this.gv_createBy.Tag = "query_a.CREATE_BY";
            this.gv_createBy.Visible = true;
            this.gv_createBy.VisibleIndex = 7;
            this.gv_createBy.Width = 94;
            this.gv_createBy.Width = 117;
            // 
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "创建时间";
            this.gv_createDate.FieldName = "createDate";
            this.gv_createDate.MinWidth = 180;
            this.gv_createDate.MinWidth = 225;
            this.gv_createDate.Name = "gv_createDate";
            this.gv_createDate.OptionsColumn.AllowEdit = false;
            this.gv_createDate.Tag = "query_a.CREATE_DATE";
            this.gv_createDate.Visible = true;
            this.gv_createDate.VisibleIndex = 8;
            this.gv_createDate.Width = 180;
            this.gv_createDate.Width = 225;
            // 
            // gv_lastupdateBy
            // 
            this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateBy.Caption = "最后更新人";
            this.gv_lastupdateBy.FieldName = "lastupdateBy";
            this.gv_lastupdateBy.MinWidth = 50;
            this.gv_lastupdateBy.FieldName = "lastupdateByName";
            this.gv_lastupdateBy.MinWidth = 62;
            this.gv_lastupdateBy.Name = "gv_lastupdateBy";
            this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
            this.gv_lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
            this.gv_lastupdateBy.Visible = true;
            this.gv_lastupdateBy.VisibleIndex = 9;
            this.gv_lastupdateBy.Width = 94;
            this.gv_lastupdateBy.Width = 117;
            // 
            // gv_lastupdateDate
            // 
            this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateDate.Caption = "最后更新时间";
            this.gv_lastupdateDate.FieldName = "lastupdateDate";
            this.gv_lastupdateDate.MinWidth = 180;
            this.gv_lastupdateDate.MinWidth = 225;
            this.gv_lastupdateDate.Name = "gv_lastupdateDate";
            this.gv_lastupdateDate.OptionsColumn.AllowEdit = false;
            this.gv_lastupdateDate.Tag = "query_a.LASTUPDATE_DATE";
            this.gv_lastupdateDate.Visible = true;
            this.gv_lastupdateDate.VisibleIndex = 10;
            this.gv_lastupdateDate.Width = 180;
            this.gv_lastupdateDate.Width = 225;
            // 
            // gv_checkUser
            // 
            this.gv_checkUser.AppearanceCell.Options.UseFont = true;
            this.gv_checkUser.Caption = "审核人";
            this.gv_checkUser.FieldName = "checkUser";
            this.gv_checkUser.MinWidth = 50;
            this.gv_checkUser.FieldName = "checkUserName";
            this.gv_checkUser.MinWidth = 62;
            this.gv_checkUser.Name = "gv_checkUser";
            this.gv_checkUser.OptionsColumn.AllowEdit = false;
            this.gv_checkUser.Tag = "query_a.CHECK_USER";
            this.gv_checkUser.Visible = true;
            this.gv_checkUser.VisibleIndex = 11;
            this.gv_checkUser.Width = 94;
            this.gv_checkUser.Width = 117;
            // 
            // gv_checkDate
            // 
            this.gv_checkDate.AppearanceCell.Options.UseFont = true;
            this.gv_checkDate.Caption = "审核时间";
            this.gv_checkDate.FieldName = "checkDate";
            this.gv_checkDate.MinWidth = 120;
            this.gv_checkDate.MinWidth = 150;
            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 = 12;
            this.gv_checkDate.Width = 120;
            this.gv_checkDate.Width = 150;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "主键Guid";
            this.gridColumn4.FieldName = "guid";
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.MinWidth = 31;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Width = 94;
            this.gridColumn4.Width = 117;
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 519);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.pageBar1.Location = new System.Drawing.Point(0, 635);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
            this.pageBar1.Name = "pageBar1";
            this.pageBar1.RecordCount = 0;
            this.pageBar1.Size = new System.Drawing.Size(1167, 39);
            this.pageBar1.Size = new System.Drawing.Size(1459, 48);
            this.pageBar1.TabIndex = 4;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.splitMx1);
            this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1167, 570);
            this.xtraTabPage2.Size = new System.Drawing.Size(1459, 698);
            this.xtraTabPage2.Text = "数据详细";
            // 
            // splitMx1
@@ -418,6 +426,7 @@
            this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitMx1.Horizontal = false;
            this.splitMx1.Location = new System.Drawing.Point(0, 0);
            this.splitMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.splitMx1.Name = "splitMx1";
            // 
            // splitMx1.Panel1
@@ -429,8 +438,8 @@
            // 
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(1167, 570);
            this.splitMx1.SplitterPosition = 112;
            this.splitMx1.Size = new System.Drawing.Size(1459, 698);
            this.splitMx1.SplitterPosition = 137;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
@@ -451,35 +460,39 @@
            this.layoutControlItem11,
            this.layoutControlItem5});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1167, 112);
            this.layoutMx1.Size = new System.Drawing.Size(1459, 137);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
            // lbGuid
            // 
            this.lbGuid.Location = new System.Drawing.Point(608, 73);
            this.lbGuid.Location = new System.Drawing.Point(760, 89);
            this.lbGuid.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(294, 27);
            this.lbGuid.Size = new System.Drawing.Size(368, 33);
            this.lbGuid.TabIndex = 244;
            this.lbGuid.Text = "lbGuid";
            // 
            // txt_fSubsidiary
            // 
            this.txt_fSubsidiary.IsReadly = false;
            this.txt_fSubsidiary.Location = new System.Drawing.Point(84, 12);
            this.txt_fSubsidiary.Location = new System.Drawing.Point(101, 14);
            this.txt_fSubsidiary.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.txt_fSubsidiary.Name = "txt_fSubsidiary";
            this.txt_fSubsidiary.Size = new System.Drawing.Size(210, 24);
            this.txt_fSubsidiary.Size = new System.Drawing.Size(267, 28);
            this.txt_fSubsidiary.TabIndex = 242;
            // 
            // txt_suppNo
            // 
            this.txt_suppNo.Location = new System.Drawing.Point(99, 73);
            this.txt_suppNo.Location = new System.Drawing.Point(124, 89);
            this.txt_suppNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_suppNo.Name = "txt_suppNo";
            this.txt_suppNo.Properties.Appearance.Options.UseFont = true;
            this.txt_suppNo.Size = new System.Drawing.Size(207, 24);
            this.txt_suppNo.Size = new System.Drawing.Size(259, 28);
            this.txt_suppNo.StyleController = this.layoutMx1;
            this.txt_suppNo.TabIndex = 240;
            this.txt_suppNo.Tag = "readOnly";
@@ -487,18 +500,19 @@
            // txt_suppId
            // 
            this.txt_suppId.IsReadly = false;
            this.txt_suppId.Location = new System.Drawing.Point(370, 12);
            this.txt_suppId.Location = new System.Drawing.Point(459, 14);
            this.txt_suppId.Margin = new System.Windows.Forms.Padding(0);
            this.txt_suppId.Name = "txt_suppId";
            this.txt_suppId.Size = new System.Drawing.Size(211, 24);
            this.txt_suppId.Size = new System.Drawing.Size(268, 28);
            this.txt_suppId.TabIndex = 238;
            // 
            // txt_checkDate
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(944, 42);
            this.txt_checkDate.Location = new System.Drawing.Point(1177, 51);
            this.txt_checkDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(211, 24);
            this.txt_checkDate.Size = new System.Drawing.Size(268, 28);
            this.txt_checkDate.StyleController = this.layoutMx1;
            this.txt_checkDate.TabIndex = 226;
            this.txt_checkDate.Tag = "readOnly";
@@ -506,58 +520,64 @@
            // txt_itemId
            // 
            this.txt_itemId.IsReadly = false;
            this.txt_itemId.Location = new System.Drawing.Point(84, 42);
            this.txt_itemId.Location = new System.Drawing.Point(101, 51);
            this.txt_itemId.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
            this.txt_itemId.Name = "txt_itemId";
            this.txt_itemId.Size = new System.Drawing.Size(210, 24);
            this.txt_itemId.Size = new System.Drawing.Size(267, 28);
            this.txt_itemId.TabIndex = 237;
            this.txt_itemId.Tag = "no";
            // 
            // txt_checkUser
            // 
            this.txt_checkUser.Location = new System.Drawing.Point(944, 12);
            this.txt_checkUser.Location = new System.Drawing.Point(1177, 14);
            this.txt_checkUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_checkUser.Name = "txt_checkUser";
            this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
            this.txt_checkUser.Size = new System.Drawing.Size(211, 24);
            this.txt_checkUser.Size = new System.Drawing.Size(268, 28);
            this.txt_checkUser.StyleController = this.layoutMx1;
            this.txt_checkUser.TabIndex = 222;
            this.txt_checkUser.Tag = "readOnly";
            // 
            // txt_itemNo
            // 
            this.txt_itemNo.Location = new System.Drawing.Point(370, 42);
            this.txt_itemNo.Location = new System.Drawing.Point(459, 51);
            this.txt_itemNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_itemNo.Name = "txt_itemNo";
            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
            this.txt_itemNo.Size = new System.Drawing.Size(211, 24);
            this.txt_itemNo.Size = new System.Drawing.Size(268, 28);
            this.txt_itemNo.StyleController = this.layoutMx1;
            this.txt_itemNo.TabIndex = 211;
            this.txt_itemNo.Tag = "readOnly";
            // 
            // txt_lastupdateDate
            // 
            this.txt_lastupdateDate.Location = new System.Drawing.Point(657, 42);
            this.txt_lastupdateDate.Location = new System.Drawing.Point(818, 51);
            this.txt_lastupdateDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_lastupdateDate.Name = "txt_lastupdateDate";
            this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
            this.txt_lastupdateDate.Size = new System.Drawing.Size(211, 24);
            this.txt_lastupdateDate.Size = new System.Drawing.Size(268, 28);
            this.txt_lastupdateDate.StyleController = this.layoutMx1;
            this.txt_lastupdateDate.TabIndex = 219;
            this.txt_lastupdateDate.Tag = "readOnly";
            // 
            // txt_lastupdateBy
            // 
            this.txt_lastupdateBy.Location = new System.Drawing.Point(657, 12);
            this.txt_lastupdateBy.Location = new System.Drawing.Point(818, 14);
            this.txt_lastupdateBy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_lastupdateBy.Name = "txt_lastupdateBy";
            this.txt_lastupdateBy.Properties.Appearance.Options.UseFont = true;
            this.txt_lastupdateBy.Size = new System.Drawing.Size(211, 24);
            this.txt_lastupdateBy.Size = new System.Drawing.Size(268, 28);
            this.txt_lastupdateBy.StyleController = this.layoutMx1;
            this.txt_lastupdateBy.TabIndex = 217;
            this.txt_lastupdateBy.Tag = "readOnly";
            // 
            // txt_status
            // 
            this.txt_status.Location = new System.Drawing.Point(872, 73);
            this.txt_status.Location = new System.Drawing.Point(1090, 89);
            this.txt_status.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txt_status.Name = "txt_status";
            this.txt_status.Properties.Caption = "审核标识";
            this.txt_status.Size = new System.Drawing.Size(283, 24);
            this.txt_status.Size = new System.Drawing.Size(355, 27);
            this.txt_status.StyleController = this.layoutMx1;
            this.txt_status.TabIndex = 243;
            // 
@@ -581,7 +601,7 @@
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem5.Size = new System.Drawing.Size(298, 31);
            this.layoutControlItem5.Text = "供应商编码";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(50, 20);
            this.layoutControlItem5.TextSize = new System.Drawing.Size(62, 24);
            // 
            // Root
            // 
@@ -622,7 +642,7 @@
            rowDefinition1,
            rowDefinition2,
            rowDefinition3});
            this.Root.Size = new System.Drawing.Size(1167, 112);
            this.Root.Size = new System.Drawing.Size(1459, 137);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -630,91 +650,91 @@
            this.layoutControlItem1.Control = this.txt_fSubsidiary;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(286, 30);
            this.layoutControlItem1.Size = new System.Drawing.Size(358, 37);
            this.layoutControlItem1.Text = "选择组织";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.txt_itemId;
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 30);
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 37);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(286, 31);
            this.layoutControlItem2.Size = new System.Drawing.Size(358, 38);
            this.layoutControlItem2.Text = "选择物料";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txt_itemNo;
            this.layoutControlItem3.Location = new System.Drawing.Point(286, 30);
            this.layoutControlItem3.Location = new System.Drawing.Point(358, 37);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem3.Size = new System.Drawing.Size(287, 31);
            this.layoutControlItem3.Size = new System.Drawing.Size(359, 38);
            this.layoutControlItem3.Text = "物料编码";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.txt_suppId;
            this.layoutControlItem4.Location = new System.Drawing.Point(286, 0);
            this.layoutControlItem4.Location = new System.Drawing.Point(358, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(287, 30);
            this.layoutControlItem4.Size = new System.Drawing.Size(359, 37);
            this.layoutControlItem4.Text = "选供应商";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_lastupdateBy;
            this.layoutControlItem6.Location = new System.Drawing.Point(573, 0);
            this.layoutControlItem6.Location = new System.Drawing.Point(717, 0);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem6.Size = new System.Drawing.Size(287, 30);
            this.layoutControlItem6.Size = new System.Drawing.Size(359, 37);
            this.layoutControlItem6.Text = "更新人员";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_lastupdateDate;
            this.layoutControlItem7.Location = new System.Drawing.Point(573, 30);
            this.layoutControlItem7.Location = new System.Drawing.Point(717, 37);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(287, 31);
            this.layoutControlItem7.Size = new System.Drawing.Size(359, 38);
            this.layoutControlItem7.Text = "更新时间";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txt_checkUser;
            this.layoutControlItem8.Location = new System.Drawing.Point(860, 0);
            this.layoutControlItem8.Location = new System.Drawing.Point(1076, 0);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem8.Size = new System.Drawing.Size(287, 30);
            this.layoutControlItem8.Size = new System.Drawing.Size(359, 37);
            this.layoutControlItem8.Text = "审核人员";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txt_checkDate;
            this.layoutControlItem9.Location = new System.Drawing.Point(860, 30);
            this.layoutControlItem9.Location = new System.Drawing.Point(1076, 37);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem9.Size = new System.Drawing.Size(287, 31);
            this.layoutControlItem9.Size = new System.Drawing.Size(359, 38);
            this.layoutControlItem9.Text = "审核时间";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18);
            this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 22);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.txt_status;
            this.layoutControlItem10.Location = new System.Drawing.Point(860, 61);
            this.layoutControlItem10.Location = new System.Drawing.Point(1076, 75);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem10.Size = new System.Drawing.Size(287, 31);
            this.layoutControlItem10.Size = new System.Drawing.Size(359, 38);
            this.layoutControlItem10.Text = "审核标识";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextVisible = false;
@@ -722,9 +742,10 @@
            // picCheckBox
            // 
            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
            this.picCheckBox.Location = new System.Drawing.Point(957, 65);
            this.picCheckBox.Location = new System.Drawing.Point(1196, 79);
            this.picCheckBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.picCheckBox.Name = "picCheckBox";
            this.picCheckBox.Size = new System.Drawing.Size(100, 50);
            this.picCheckBox.Size = new System.Drawing.Size(125, 61);
            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picCheckBox.TabIndex = 7;
            this.picCheckBox.TabStop = false;
@@ -732,12 +753,13 @@
            // 
            // Frm_MesQaMj
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1169, 682);
            this.ClientSize = new System.Drawing.Size(1461, 834);
            this.Controls.Add(this.picCheckBox);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "Frm_MesQaMj";
            this.Text = "免检维护";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();