From aaa11d26637075b5c6d0c2162359dbafbe09de87 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 20 十一月 2025 16:53:51 +0800
Subject: [PATCH] 1、物料大类检验项目

---
 DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.resx                    |    0 
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.Designer.cs |   59 +
 DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.Designer.cs             |  210 ++++
 /dev/null                                                           |  107 --
 DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.cs                          |  871 ++++++++++++++++++
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.cs          |    8 
 DevApp/Gs.DevApp/Gs.DevApp.csproj                                   |   36 
 DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.resx                        |  123 ++
 DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.cs                      |  144 +++
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.resx        |    0 
 DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.Designer.cs                 | 1265 ++++++++++++++++++++++++++
 11 files changed, 2,704 insertions(+), 119 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.Designer.cs
new file mode 100644
index 0000000..0de025b
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.Designer.cs
@@ -0,0 +1,59 @@
+锘縩amespace Gs.DevApp.DevFrm.QC
+{
+    partial class Frm_MesQmCheckitemDtByLeiBie
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.jyxm1 = new QC.JyxmByLeiBie("澶х被iqc");
+            this.SuspendLayout();
+            // 
+            // jyxm1
+            // 
+            this.jyxm1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.jyxm1.Location = new System.Drawing.Point(0, 0);
+            this.jyxm1.Name = "jyxm1";
+            this.jyxm1.Size = new System.Drawing.Size(1044, 711);
+            this.jyxm1.TabIndex = 0;
+           
+            // 
+            // Frm_MesQmCheckitemDtByLeiBie
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(1044, 711);
+            this.Controls.Add(this.jyxm1);
+            this.Name = "Frm_MesQmCheckitemDtByLeiBie";
+            this.Text = "iqc鐗╂枡绫诲瀷妫�楠岄」鐩�";
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private QC.JyxmByLeiBie jyxm1;
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/XtraForm2.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.cs
similarity index 64%
rename from DevApp/Gs.DevApp/XtraForm2.cs
rename to DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.cs
index bee5936..42eff15 100644
--- a/DevApp/Gs.DevApp/XtraForm2.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.cs
@@ -9,13 +9,15 @@
 using System.Threading.Tasks;
 using System.Windows.Forms;
 
-namespace Gs.DevApp
+namespace Gs.DevApp.DevFrm.QC
 {
-    public partial class XtraForm2 : DevExpress.XtraEditors.XtraForm
+    public partial class Frm_MesQmCheckitemDtByLeiBie : DevExpress.XtraEditors.XtraForm
     {
-        public XtraForm2()
+        public Frm_MesQmCheckitemDtByLeiBie()
         {
             InitializeComponent();
         }
+
+      
     }
 }
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/XtraForm2.resx b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.resx
similarity index 100%
copy from DevApp/Gs.DevApp/XtraForm2.resx
copy to DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDtByLeiBie.resx
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.Designer.cs
new file mode 100644
index 0000000..c5f6b8e
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.Designer.cs
@@ -0,0 +1,1265 @@
+锘縩amespace Gs.DevApp.DevFrm.QC
+{
+    partial class JyxmByLeiBie
+    {
+        /// <summary> 
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary> 
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </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();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
+            DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
+            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.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
+            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
+            this.gcMain1 = new DevExpress.XtraGrid.GridControl();
+            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.gv_isenabled = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_foneChecked = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_foneCheckor = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_foneCheckdate = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_memo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.pageBar1 = new UserControls.Data.UcPageBar();
+            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
+            this.layoutMx1 = new DevExpress.XtraDataLayout.DataLayoutControl();
+            this.lbGuid = new System.Windows.Forms.Label();
+            this.txt_foneCheckdate = new DevExpress.XtraEditors.TextEdit();
+            this.txt_foneCheckor = new DevExpress.XtraEditors.TextEdit();
+            this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
+            this.txt_memo = new DevExpress.XtraEditors.TextEdit();
+            this.txt_foneChecked = new DevExpress.XtraEditors.CheckEdit();
+            this.txt_ftype = new DevExpress.XtraEditors.TextEdit();
+            this.txt_isenabled = new DevExpress.XtraEditors.CheckEdit();
+            this.txt_itemId = new DevExpress.XtraEditors.ButtonEdit();
+            this.txt_mc = new DevExpress.XtraEditors.TextEdit();
+            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
+            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
+            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
+            this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.gvMx1guid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1pid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fcheckItem = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptJYXM = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.gvMx1forder = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptShunXui = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1memo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fcheckTool = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptJYGJ = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.gvMx1sampleSizeNo = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptJYBZ = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.sampleSizeName = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fcheckLevel = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptJYSP = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.gvMx1facLevel = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptJSSP = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.gvMx1fupAllow = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fstand = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMx1fdownAllow = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
+            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptStation = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
+            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptGroup = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
+            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();
+            ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
+            this.split1.Panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
+            this.split1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+            this.xtraTabPage2.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
+            this.splitMx1.Panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit();
+            this.splitMx1.Panel2.SuspendLayout();
+            this.splitMx1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
+            this.layoutMx1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_foneCheckdate.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_foneCheckor.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_memo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_foneChecked.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_ftype.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_isenabled.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_itemId.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_mc.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
+            this.tabMx.SuspendLayout();
+            this.tabMxPage1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYXM)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptShunXui)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYGJ)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYBZ)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYSP)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJSSP)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptStation)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptGroup)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // toolBarMenu1
+            // 
+            this.toolBarMenu1.chkParameter = " 0,0,0,0,000chk_mes_CHECKITEM";
+            this.toolBarMenu1.currentAction = null;
+            this.toolBarMenu1.defaultActions = null;
+            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
+            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(4);
+            this.toolBarMenu1.Name = "toolBarMenu1";
+            this.toolBarMenu1.rptParameter = null;
+            this.toolBarMenu1.Size = new System.Drawing.Size(1129, 80);
+            this.toolBarMenu1.TabIndex = 0;
+            this.toolBarMenu1.xlsInService = null;
+            this.toolBarMenu1.xlsOutParameter = null;
+            // 
+            // xtraTabControl1
+            // 
+            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
+            this.xtraTabControl1.Name = "xtraTabControl1";
+            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
+            this.xtraTabControl1.Size = new System.Drawing.Size(1129, 602);
+            this.xtraTabControl1.TabIndex = 3;
+            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.xtraTabPage1,
+            this.xtraTabPage2});
+            // 
+            // xtraTabPage1
+            // 
+            this.xtraTabPage1.Controls.Add(this.split1);
+            this.xtraTabPage1.Name = "xtraTabPage1";
+            this.xtraTabPage1.Size = new System.Drawing.Size(1127, 570);
+            this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
+            // 
+            // split1
+            // 
+            this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
+            this.split1.Horizontal = false;
+            this.split1.Location = new System.Drawing.Point(0, 0);
+            this.split1.Name = "split1";
+            // 
+            // split1.Panel1
+            // 
+            this.split1.Panel1.Controls.Add(this.gcMain1);
+            this.split1.Panel1.Controls.Add(this.pageBar1);
+            this.split1.Panel1.Text = "Panel1";
+            // 
+            // split1.Panel2
+            // 
+            this.split1.Panel2.Text = "Panel2";
+            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
+            this.split1.Size = new System.Drawing.Size(1127, 570);
+            this.split1.SplitterPosition = 0;
+            this.split1.TabIndex = 0;
+            // 
+            // 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";
+            this.gcMain1.Size = new System.Drawing.Size(1127, 519);
+            this.gcMain1.TabIndex = 2;
+            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gridView1});
+            // 
+            // gridView1
+            // 
+            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[] {
+            this.gv_isenabled,
+            this.gv_foneChecked,
+            this.gridColumn7,
+            this.gv_itemNo,
+            this.gridColumn3,
+            this.gv_foneCheckor,
+            this.gv_foneCheckdate,
+            this.gridColumn1,
+            this.gridColumn4,
+            this.gv_memo,
+            this.gridColumn16,
+            this.gridColumn18});
+            this.gridView1.GridControl = this.gcMain1;
+            this.gridView1.IndicatorWidth = 50;
+            this.gridView1.Name = "gridView1";
+            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
+            this.gridView1.OptionsView.ShowAutoFilterRow = true;
+            this.gridView1.OptionsView.ShowGroupPanel = false;
+            // 
+            // gv_isenabled
+            // 
+            this.gv_isenabled.AppearanceCell.Options.UseFont = true;
+            this.gv_isenabled.Caption = "鏄惁鍙敤";
+            this.gv_isenabled.FieldName = "isenabled";
+            this.gv_isenabled.MaxWidth = 50;
+            this.gv_isenabled.MinWidth = 50;
+            this.gv_isenabled.Name = "gv_isenabled";
+            this.gv_isenabled.OptionsColumn.AllowEdit = false;
+            this.gv_isenabled.Tag = "query_a.ISENABLED";
+            this.gv_isenabled.UnboundDataType = typeof(bool);
+            this.gv_isenabled.Width = 50;
+            // 
+            // gv_foneChecked
+            // 
+            this.gv_foneChecked.AppearanceCell.Options.UseFont = true;
+            this.gv_foneChecked.Caption = "瀹℃牳鏍囪";
+            this.gv_foneChecked.FieldName = "foneChecked";
+            this.gv_foneChecked.MaxWidth = 50;
+            this.gv_foneChecked.MinWidth = 50;
+            this.gv_foneChecked.Name = "gv_foneChecked";
+            this.gv_foneChecked.OptionsColumn.AllowEdit = false;
+            this.gv_foneChecked.Tag = "query_a.FONE_CHECKED";
+            this.gv_foneChecked.UnboundDataType = typeof(bool);
+            this.gv_foneChecked.Visible = true;
+            this.gv_foneChecked.VisibleIndex = 0;
+            this.gv_foneChecked.Width = 50;
+            // 
+            // gridColumn7
+            // 
+            this.gridColumn7.Caption = "绫诲埆ID";
+            this.gridColumn7.FieldName = "itemId";
+            this.gridColumn7.MinWidth = 50;
+            this.gridColumn7.Name = "gridColumn7";
+            this.gridColumn7.OptionsColumn.AllowEdit = false;
+            this.gridColumn7.Tag = "query_a.ITEM_ID";
+            this.gridColumn7.Width = 94;
+            // 
+            // 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.Name = "gv_itemNo";
+            this.gv_itemNo.OptionsColumn.AllowEdit = false;
+            this.gv_itemNo.Tag = "query_b.item_no";
+            this.gv_itemNo.Visible = true;
+            this.gv_itemNo.VisibleIndex = 1;
+            this.gv_itemNo.Width = 150;
+            // 
+            // gridColumn3
+            // 
+            this.gridColumn3.Caption = "绫诲埆鍚嶇О";
+            this.gridColumn3.FieldName = "mc";
+            this.gridColumn3.MinWidth = 50;
+            this.gridColumn3.Name = "gridColumn3";
+            this.gridColumn3.OptionsColumn.AllowEdit = false;
+            this.gridColumn3.Tag = "query_b.item_name";
+            this.gridColumn3.Visible = true;
+            this.gridColumn3.VisibleIndex = 2;
+            this.gridColumn3.Width = 250;
+            // 
+            // gv_foneCheckor
+            // 
+            this.gv_foneCheckor.AppearanceCell.Options.UseFont = true;
+            this.gv_foneCheckor.Caption = "瀹℃牳浜�";
+            this.gv_foneCheckor.FieldName = "foneCheckor";
+            this.gv_foneCheckor.MinWidth = 50;
+            this.gv_foneCheckor.Name = "gv_foneCheckor";
+            this.gv_foneCheckor.OptionsColumn.AllowEdit = false;
+            this.gv_foneCheckor.Tag = "query_a.FONE_CHECKOR";
+            this.gv_foneCheckor.Visible = true;
+            this.gv_foneCheckor.VisibleIndex = 3;
+            this.gv_foneCheckor.Width = 94;
+            // 
+            // gv_foneCheckdate
+            // 
+            this.gv_foneCheckdate.AppearanceCell.Options.UseFont = true;
+            this.gv_foneCheckdate.Caption = "瀹℃牳鏃堕棿";
+            this.gv_foneCheckdate.FieldName = "foneCheckdate";
+            this.gv_foneCheckdate.MinWidth = 50;
+            this.gv_foneCheckdate.Name = "gv_foneCheckdate";
+            this.gv_foneCheckdate.OptionsColumn.AllowEdit = false;
+            this.gv_foneCheckdate.Tag = "query_a.FONE_CHECKDATE";
+            this.gv_foneCheckdate.Visible = true;
+            this.gv_foneCheckdate.VisibleIndex = 4;
+            this.gv_foneCheckdate.Width = 120;
+            // 
+            // gridColumn1
+            // 
+            this.gridColumn1.Caption = "鍒朵綔浜�";
+            this.gridColumn1.FieldName = "createBy";
+            this.gridColumn1.MinWidth = 50;
+            this.gridColumn1.Name = "gridColumn1";
+            this.gridColumn1.OptionsColumn.AllowEdit = false;
+            this.gridColumn1.Tag = "query_a.CREATE_BY";
+            this.gridColumn1.Visible = true;
+            this.gridColumn1.VisibleIndex = 5;
+            this.gridColumn1.Width = 94;
+            // 
+            // gridColumn4
+            // 
+            this.gridColumn4.Caption = "鍒朵綔鏃堕棿";
+            this.gridColumn4.FieldName = "createDate";
+            this.gridColumn4.MinWidth = 50;
+            this.gridColumn4.Name = "gridColumn4";
+            this.gridColumn4.OptionsColumn.AllowEdit = false;
+            this.gridColumn4.Tag = "query_a.CREATE_DATE";
+            this.gridColumn4.Visible = true;
+            this.gridColumn4.VisibleIndex = 6;
+            this.gridColumn4.Width = 180;
+            // 
+            // gv_memo
+            // 
+            this.gv_memo.AppearanceCell.Options.UseFont = true;
+            this.gv_memo.Caption = "澶囨敞";
+            this.gv_memo.FieldName = "memo";
+            this.gv_memo.MinWidth = 50;
+            this.gv_memo.Name = "gv_memo";
+            this.gv_memo.OptionsColumn.AllowEdit = false;
+            this.gv_memo.Tag = "query_a.MEMO";
+            this.gv_memo.Visible = true;
+            this.gv_memo.VisibleIndex = 7;
+            this.gv_memo.Width = 150;
+            // 
+            // gridColumn16
+            // 
+            this.gridColumn16.Caption = "涓婚敭GUID";
+            this.gridColumn16.FieldName = "guid";
+            this.gridColumn16.MinWidth = 25;
+            this.gridColumn16.Name = "gridColumn16";
+            this.gridColumn16.Width = 94;
+            // 
+            // gridColumn18
+            // 
+            this.gridColumn18.Caption = "绫诲埆";
+            this.gridColumn18.FieldName = "ftype";
+            this.gridColumn18.MinWidth = 25;
+            this.gridColumn18.Name = "gridColumn18";
+            this.gridColumn18.Visible = true;
+            this.gridColumn18.VisibleIndex = 8;
+            this.gridColumn18.Width = 94;
+            // 
+            // 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.Name = "pageBar1";
+            this.pageBar1.RecordCount = 0;
+            this.pageBar1.Size = new System.Drawing.Size(1127, 39);
+            this.pageBar1.TabIndex = 4;
+            this.pageBar1.TotalPages = 0;
+            // 
+            // xtraTabPage2
+            // 
+            this.xtraTabPage2.Controls.Add(this.splitMx1);
+            this.xtraTabPage2.Name = "xtraTabPage2";
+            this.xtraTabPage2.Size = new System.Drawing.Size(1127, 570);
+            this.xtraTabPage2.Text = "鏁版嵁璇︾粏";
+            // 
+            // splitMx1
+            // 
+            this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.splitMx1.Horizontal = false;
+            this.splitMx1.Location = new System.Drawing.Point(0, 0);
+            this.splitMx1.Name = "splitMx1";
+            // 
+            // splitMx1.Panel1
+            // 
+            this.splitMx1.Panel1.Controls.Add(this.layoutMx1);
+            this.splitMx1.Panel1.Text = "Panel1";
+            // 
+            // splitMx1.Panel2
+            // 
+            this.splitMx1.Panel2.Controls.Add(this.tabMx);
+            this.splitMx1.Panel2.Text = "Panel2";
+            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
+            this.splitMx1.Size = new System.Drawing.Size(1127, 570);
+            this.splitMx1.SplitterPosition = 113;
+            this.splitMx1.TabIndex = 0;
+            // 
+            // layoutMx1
+            // 
+            this.layoutMx1.Controls.Add(this.lbGuid);
+            this.layoutMx1.Controls.Add(this.txt_foneCheckdate);
+            this.layoutMx1.Controls.Add(this.txt_foneCheckor);
+            this.layoutMx1.Controls.Add(this.txt_itemNo);
+            this.layoutMx1.Controls.Add(this.txt_memo);
+            this.layoutMx1.Controls.Add(this.txt_foneChecked);
+            this.layoutMx1.Controls.Add(this.txt_ftype);
+            this.layoutMx1.Controls.Add(this.txt_isenabled);
+            this.layoutMx1.Controls.Add(this.txt_itemId);
+            this.layoutMx1.Controls.Add(this.txt_mc);
+            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+            this.layoutControlItem13});
+            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
+            this.layoutMx1.Name = "layoutMx1";
+            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(599, 447, 812, 500);
+            this.layoutMx1.Root = this.Root;
+            this.layoutMx1.Size = new System.Drawing.Size(1127, 113);
+            this.layoutMx1.TabIndex = 0;
+            this.layoutMx1.Text = "dataLayoutControl1";
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.Location = new System.Drawing.Point(825, 102);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(269, 28);
+            this.lbGuid.TabIndex = 387;
+            this.lbGuid.Text = "label1";
+            // 
+            // txt_foneCheckdate
+            // 
+            this.txt_foneCheckdate.Location = new System.Drawing.Point(914, 43);
+            this.txt_foneCheckdate.Name = "txt_foneCheckdate";
+            this.txt_foneCheckdate.Properties.Appearance.Options.UseFont = true;
+            this.txt_foneCheckdate.Size = new System.Drawing.Size(201, 24);
+            this.txt_foneCheckdate.StyleController = this.layoutMx1;
+            this.txt_foneCheckdate.TabIndex = 267;
+            this.txt_foneCheckdate.Tag = "readOnly";
+            // 
+            // txt_foneCheckor
+            // 
+            this.txt_foneCheckor.Location = new System.Drawing.Point(914, 12);
+            this.txt_foneCheckor.Name = "txt_foneCheckor";
+            this.txt_foneCheckor.Properties.Appearance.Options.UseFont = true;
+            this.txt_foneCheckor.Size = new System.Drawing.Size(201, 24);
+            this.txt_foneCheckor.StyleController = this.layoutMx1;
+            this.txt_foneCheckor.TabIndex = 262;
+            this.txt_foneCheckor.Tag = "readOnly";
+            // 
+            // txt_itemNo
+            // 
+            this.txt_itemNo.Location = new System.Drawing.Point(360, 12);
+            this.txt_itemNo.Name = "txt_itemNo";
+            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_itemNo.Size = new System.Drawing.Size(201, 24);
+            this.txt_itemNo.StyleController = this.layoutMx1;
+            this.txt_itemNo.TabIndex = 370;
+            this.txt_itemNo.Tag = "readOnly";
+            // 
+            // txt_memo
+            // 
+            this.txt_memo.Location = new System.Drawing.Point(84, 74);
+            this.txt_memo.Name = "txt_memo";
+            this.txt_memo.Properties.Appearance.Options.UseFont = true;
+            this.txt_memo.Size = new System.Drawing.Size(200, 24);
+            this.txt_memo.StyleController = this.layoutMx1;
+            this.txt_memo.TabIndex = 219;
+            // 
+            // txt_foneChecked
+            // 
+            this.txt_foneChecked.Location = new System.Drawing.Point(565, 43);
+            this.txt_foneChecked.Name = "txt_foneChecked";
+            this.txt_foneChecked.Properties.Caption = "瀹℃牳鏍囪瘑";
+            this.txt_foneChecked.Size = new System.Drawing.Size(273, 24);
+            this.txt_foneChecked.StyleController = this.layoutMx1;
+            this.txt_foneChecked.TabIndex = 386;
+            this.txt_foneChecked.Tag = "readOnly";
+            // 
+            // txt_ftype
+            // 
+            this.txt_ftype.Location = new System.Drawing.Point(637, 12);
+            this.txt_ftype.Name = "txt_ftype";
+            this.txt_ftype.Size = new System.Drawing.Size(201, 24);
+            this.txt_ftype.StyleController = this.layoutMx1;
+            this.txt_ftype.TabIndex = 389;
+            this.txt_ftype.Tag = "readOnly";
+            // 
+            // txt_isenabled
+            // 
+            this.txt_isenabled.Location = new System.Drawing.Point(288, 43);
+            this.txt_isenabled.Name = "txt_isenabled";
+            this.txt_isenabled.Properties.Caption = "鍙敤鏍囪瘑";
+            this.txt_isenabled.Size = new System.Drawing.Size(273, 24);
+            this.txt_isenabled.StyleController = this.layoutMx1;
+            this.txt_isenabled.TabIndex = 390;
+            this.txt_isenabled.Tag = "readOnly";
+            // 
+            // txt_itemId
+            // 
+            this.txt_itemId.Location = new System.Drawing.Point(84, 12);
+            this.txt_itemId.Name = "txt_itemId";
+            this.txt_itemId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton()});
+            this.txt_itemId.Properties.ReadOnly = true;
+            this.txt_itemId.Size = new System.Drawing.Size(200, 24);
+            this.txt_itemId.StyleController = this.layoutMx1;
+            this.txt_itemId.TabIndex = 391;
+            // 
+            // txt_mc
+            // 
+            this.txt_mc.Location = new System.Drawing.Point(84, 43);
+            this.txt_mc.Name = "txt_mc";
+            this.txt_mc.Size = new System.Drawing.Size(200, 24);
+            this.txt_mc.StyleController = this.layoutMx1;
+            this.txt_mc.TabIndex = 392;
+            this.txt_mc.Tag = "readOnly";
+            // 
+            // layoutControlItem13
+            // 
+            this.layoutControlItem13.Control = this.lbGuid;
+            this.layoutControlItem13.Location = new System.Drawing.Point(813, 96);
+            this.layoutControlItem13.Name = "layoutControlItem13";
+            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem13.Size = new System.Drawing.Size(273, 32);
+            this.layoutControlItem13.Text = "lbGuid";
+            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem13.TextVisible = false;
+            // 
+            // Root
+            // 
+            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+            this.Root.GroupBordersVisible = false;
+            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+            this.layoutControlItem10,
+            this.layoutControlItem11,
+            this.layoutControlItem3,
+            this.layoutControlItem7,
+            this.layoutControlItem1,
+            this.layoutControlItem4,
+            this.layoutControlItem2,
+            this.layoutControlItem5,
+            this.layoutControlItem12});
+            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
+            this.Root.Name = "Root";
+            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition1.Width = 100D;
+            columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition2.Width = 100D;
+            columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition3.Width = 100D;
+            columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition4.Width = 100D;
+            this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
+            columnDefinition1,
+            columnDefinition2,
+            columnDefinition3,
+            columnDefinition4});
+            rowDefinition1.Height = 100D;
+            rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition2.Height = 100D;
+            rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
+            rowDefinition3.Height = 100D;
+            rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
+            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
+            rowDefinition1,
+            rowDefinition2,
+            rowDefinition3});
+            this.Root.Size = new System.Drawing.Size(1127, 113);
+            this.Root.TextVisible = false;
+            // 
+            // layoutControlItem10
+            // 
+            this.layoutControlItem10.Control = this.txt_foneCheckor;
+            this.layoutControlItem10.Location = new System.Drawing.Point(830, 0);
+            this.layoutControlItem10.Name = "layoutControlItem10";
+            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem10.Size = new System.Drawing.Size(277, 31);
+            this.layoutControlItem10.Text = "瀹℃牳浜哄憳";
+            this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem11
+            // 
+            this.layoutControlItem11.Control = this.txt_foneCheckdate;
+            this.layoutControlItem11.Location = new System.Drawing.Point(830, 31);
+            this.layoutControlItem11.Name = "layoutControlItem11";
+            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem11.Size = new System.Drawing.Size(277, 31);
+            this.layoutControlItem11.Text = "瀹℃牳鏃堕棿";
+            this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem3
+            // 
+            this.layoutControlItem3.Control = this.txt_ftype;
+            this.layoutControlItem3.Location = new System.Drawing.Point(553, 0);
+            this.layoutControlItem3.Name = "layoutControlItem3";
+            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem3.Size = new System.Drawing.Size(277, 31);
+            this.layoutControlItem3.Text = "椤圭洰鍒嗙被";
+            this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem7
+            // 
+            this.layoutControlItem7.Control = this.txt_itemNo;
+            this.layoutControlItem7.Location = new System.Drawing.Point(276, 0);
+            this.layoutControlItem7.Name = "layoutControlItem7";
+            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem7.Size = new System.Drawing.Size(277, 31);
+            this.layoutControlItem7.Text = "绫诲瀷缂栫爜";
+            this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem1
+            // 
+            this.layoutControlItem1.Control = this.txt_itemId;
+            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
+            this.layoutControlItem1.Name = "layoutControlItem1";
+            this.layoutControlItem1.Size = new System.Drawing.Size(276, 31);
+            this.layoutControlItem1.Text = "閫夋嫨绫诲埆";
+            this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem4
+            // 
+            this.layoutControlItem4.Control = this.txt_mc;
+            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(276, 31);
+            this.layoutControlItem4.Text = "绫诲瀷鍚嶇О";
+            this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem2
+            // 
+            this.layoutControlItem2.Control = this.txt_memo;
+            this.layoutControlItem2.Location = new System.Drawing.Point(0, 62);
+            this.layoutControlItem2.Name = "layoutControlItem2";
+            this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem2.Size = new System.Drawing.Size(276, 31);
+            this.layoutControlItem2.Text = "澶囨敞";
+            this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18);
+            // 
+            // layoutControlItem5
+            // 
+            this.layoutControlItem5.Control = this.txt_isenabled;
+            this.layoutControlItem5.Location = new System.Drawing.Point(276, 31);
+            this.layoutControlItem5.Name = "layoutControlItem5";
+            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem5.Size = new System.Drawing.Size(277, 31);
+            this.layoutControlItem5.Text = "鍙敤鏍囪瘑";
+            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem5.TextVisible = false;
+            // 
+            // layoutControlItem12
+            // 
+            this.layoutControlItem12.Control = this.txt_foneChecked;
+            this.layoutControlItem12.Location = new System.Drawing.Point(553, 31);
+            this.layoutControlItem12.Name = "layoutControlItem12";
+            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 1;
+            this.layoutControlItem12.Size = new System.Drawing.Size(277, 31);
+            this.layoutControlItem12.Text = "瀹℃牳鏍囪瘑";
+            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem12.TextVisible = false;
+            // 
+            // tabMx
+            // 
+            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tabMx.Location = new System.Drawing.Point(0, 0);
+            this.tabMx.Name = "tabMx";
+            this.tabMx.SelectedTabPage = this.tabMxPage1;
+            this.tabMx.Size = new System.Drawing.Size(1127, 445);
+            this.tabMx.TabIndex = 3;
+            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.tabMxPage1});
+            // 
+            // tabMxPage1
+            // 
+            this.tabMxPage1.Controls.Add(this.gcMx1);
+            this.tabMxPage1.Name = "tabMxPage1";
+            this.tabMxPage1.Size = new System.Drawing.Size(1125, 413);
+            this.tabMxPage1.Text = "妫�楠岄」鐩槑缁�";
+            // 
+            // gcMx1
+            // 
+            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMx1.Location = new System.Drawing.Point(0, 0);
+            this.gcMx1.MainView = this.gvMx1;
+            this.gcMx1.Name = "gcMx1";
+            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
+            this.rptJYXM,
+            this.rptJYGJ,
+            this.rptJYBZ,
+            this.rptJSSP,
+            this.rptJYSP,
+            this.repositoryItemButtonEdit1,
+            this.rptShunXui,
+            this.rptStation,
+            this.repositoryItemCheckEdit1,
+            this.rptGroup});
+            this.gcMx1.Size = new System.Drawing.Size(1125, 413);
+            this.gcMx1.TabIndex = 0;
+            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gvMx1});
+            // 
+            // gvMx1
+            // 
+            this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.gvMx1guid,
+            this.gvMx1pid,
+            this.gvMx1fcheckItem,
+            this.gvMx1forder,
+            this.gridColumn5,
+            this.gvMx1memo,
+            this.gvMx1fcheckTool,
+            this.gvMx1sampleSizeNo,
+            this.sampleSizeName,
+            this.gvMx1fcheckLevel,
+            this.gvMx1facLevel,
+            this.gvMx1fupAllow,
+            this.gvMx1fstand,
+            this.gvMx1fdownAllow,
+            this.gridColumn19,
+            this.gvMxDel,
+            this.gridColumn11,
+            this.gridColumn6,
+            this.gridColumn9,
+            this.gridColumn10});
+            this.gvMx1.GridControl = this.gcMx1;
+            this.gvMx1.Name = "gvMx1";
+            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
+            this.gvMx1.OptionsFind.ShowSearchNavButtons = false;
+            this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
+            this.gvMx1.OptionsView.ShowGroupPanel = false;
+            // 
+            // gvMx1guid
+            // 
+            this.gvMx1guid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1guid.Caption = "瀛愯〃涓婚敭GUID";
+            this.gvMx1guid.FieldName = "guid";
+            this.gvMx1guid.Name = "gvMx1guid";
+            this.gvMx1guid.OptionsColumn.ReadOnly = true;
+            this.gvMx1guid.Tag = "query_a.guid";
+            this.gvMx1guid.Width = 94;
+            // 
+            // gvMx1pid
+            // 
+            this.gvMx1pid.AppearanceCell.Options.UseFont = true;
+            this.gvMx1pid.Caption = "涓昏〃涓婚敭GUID";
+            this.gvMx1pid.FieldName = "pid";
+            this.gvMx1pid.Name = "gvMx1pid";
+            this.gvMx1pid.OptionsColumn.ReadOnly = true;
+            this.gvMx1pid.Tag = "query_a.pid";
+            this.gvMx1pid.Width = 94;
+            // 
+            // gvMx1fcheckItem
+            // 
+            this.gvMx1fcheckItem.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fcheckItem.Caption = "妫�楠岄」鐩�";
+            this.gvMx1fcheckItem.ColumnEdit = this.rptJYXM;
+            this.gvMx1fcheckItem.FieldName = "fcheckItem";
+            this.gvMx1fcheckItem.Name = "gvMx1fcheckItem";
+            this.gvMx1fcheckItem.Tag = "edit";
+            this.gvMx1fcheckItem.Visible = true;
+            this.gvMx1fcheckItem.VisibleIndex = 1;
+            this.gvMx1fcheckItem.Width = 150;
+            // 
+            // rptJYXM
+            // 
+            this.rptJYXM.AutoHeight = false;
+            this.rptJYXM.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptJYXM.Name = "rptJYXM";
+            // 
+            // gvMx1forder
+            // 
+            this.gvMx1forder.AppearanceCell.Options.UseFont = true;
+            this.gvMx1forder.Caption = "椤哄簭";
+            this.gvMx1forder.ColumnEdit = this.rptShunXui;
+            this.gvMx1forder.FieldName = "forder";
+            this.gvMx1forder.Name = "gvMx1forder";
+            this.gvMx1forder.Tag = "yz_quantity_0_edit";
+            this.gvMx1forder.Visible = true;
+            this.gvMx1forder.VisibleIndex = 0;
+            this.gvMx1forder.Width = 50;
+            // 
+            // rptShunXui
+            // 
+            this.rptShunXui.AutoHeight = false;
+            this.rptShunXui.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptShunXui.Items.AddRange(new object[] {
+            "1",
+            "2",
+            "3",
+            "4",
+            "5",
+            "6",
+            "7",
+            "8",
+            "9",
+            "10",
+            "11",
+            "12",
+            "13",
+            "14",
+            "15"});
+            this.rptShunXui.Name = "rptShunXui";
+            // 
+            // gridColumn5
+            // 
+            this.gridColumn5.Caption = "瑙勬牸瑕佹眰";
+            this.gridColumn5.FieldName = "fspecRequ";
+            this.gridColumn5.Name = "gridColumn5";
+            this.gridColumn5.Tag = "edit";
+            this.gridColumn5.Visible = true;
+            this.gridColumn5.VisibleIndex = 2;
+            this.gridColumn5.Width = 150;
+            // 
+            // gvMx1memo
+            // 
+            this.gvMx1memo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1memo.Caption = "妫�楠岄」鐩弿杩�";
+            this.gvMx1memo.FieldName = "memo";
+            this.gvMx1memo.Name = "gvMx1memo";
+            this.gvMx1memo.Tag = "edit";
+            this.gvMx1memo.Width = 150;
+            // 
+            // gvMx1fcheckTool
+            // 
+            this.gvMx1fcheckTool.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fcheckTool.Caption = "妫�楠屽伐鍏�";
+            this.gvMx1fcheckTool.ColumnEdit = this.rptJYGJ;
+            this.gvMx1fcheckTool.FieldName = "fcheckTool";
+            this.gvMx1fcheckTool.Name = "gvMx1fcheckTool";
+            this.gvMx1fcheckTool.Tag = "edit";
+            this.gvMx1fcheckTool.Visible = true;
+            this.gvMx1fcheckTool.VisibleIndex = 3;
+            this.gvMx1fcheckTool.Width = 150;
+            // 
+            // rptJYGJ
+            // 
+            this.rptJYGJ.AutoHeight = false;
+            this.rptJYGJ.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptJYGJ.Name = "rptJYGJ";
+            // 
+            // gvMx1sampleSizeNo
+            // 
+            this.gvMx1sampleSizeNo.AppearanceCell.Options.UseFont = true;
+            this.gvMx1sampleSizeNo.Caption = "妫�楠屾爣鍑嗗悕绉�";
+            this.gvMx1sampleSizeNo.ColumnEdit = this.rptJYBZ;
+            this.gvMx1sampleSizeNo.FieldName = "sampleSizeName";
+            this.gvMx1sampleSizeNo.Name = "gvMx1sampleSizeNo";
+            this.gvMx1sampleSizeNo.Tag = "edit";
+            this.gvMx1sampleSizeNo.Visible = true;
+            this.gvMx1sampleSizeNo.VisibleIndex = 4;
+            this.gvMx1sampleSizeNo.Width = 150;
+            // 
+            // rptJYBZ
+            // 
+            this.rptJYBZ.AutoHeight = false;
+            this.rptJYBZ.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptJYBZ.Name = "rptJYBZ";
+            this.rptJYBZ.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.rptJYBZ.EditValueChanged += new System.EventHandler(this.rptJYBZ_SelectedIndexChanged);
+            // 
+            // sampleSizeName
+            // 
+            this.sampleSizeName.Caption = "妫�楠屾爣鍑嗙紪鐮�";
+            this.sampleSizeName.FieldName = "sampleSizeNo";
+            this.sampleSizeName.Name = "sampleSizeName";
+            this.sampleSizeName.OptionsColumn.ReadOnly = true;
+            this.sampleSizeName.Tag = "edit";
+            this.sampleSizeName.Width = 150;
+            // 
+            // gvMx1fcheckLevel
+            // 
+            this.gvMx1fcheckLevel.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fcheckLevel.Caption = "妫�楠屾按骞�";
+            this.gvMx1fcheckLevel.ColumnEdit = this.rptJYSP;
+            this.gvMx1fcheckLevel.FieldName = "fcheckLevel";
+            this.gvMx1fcheckLevel.Name = "gvMx1fcheckLevel";
+            this.gvMx1fcheckLevel.Tag = "edit";
+            this.gvMx1fcheckLevel.Visible = true;
+            this.gvMx1fcheckLevel.VisibleIndex = 5;
+            this.gvMx1fcheckLevel.Width = 200;
+            // 
+            // rptJYSP
+            // 
+            this.rptJYSP.AutoHeight = false;
+            this.rptJYSP.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptJYSP.Name = "rptJYSP";
+            this.rptJYSP.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            // 
+            // gvMx1facLevel
+            // 
+            this.gvMx1facLevel.AppearanceCell.Options.UseFont = true;
+            this.gvMx1facLevel.Caption = "鎺ユ敹姘村钩";
+            this.gvMx1facLevel.ColumnEdit = this.rptJSSP;
+            this.gvMx1facLevel.FieldName = "facLevel";
+            this.gvMx1facLevel.Name = "gvMx1facLevel";
+            this.gvMx1facLevel.Tag = "edit";
+            this.gvMx1facLevel.Visible = true;
+            this.gvMx1facLevel.VisibleIndex = 6;
+            this.gvMx1facLevel.Width = 150;
+            // 
+            // rptJSSP
+            // 
+            this.rptJSSP.AutoHeight = false;
+            this.rptJSSP.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptJSSP.Name = "rptJSSP";
+            this.rptJSSP.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            // 
+            // gvMx1fupAllow
+            // 
+            this.gvMx1fupAllow.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fupAllow.Caption = "涓婇檺";
+            this.gvMx1fupAllow.FieldName = "fupAllow";
+            this.gvMx1fupAllow.Name = "gvMx1fupAllow";
+            this.gvMx1fupAllow.Tag = "yz_quantity_0_edit";
+            this.gvMx1fupAllow.Visible = true;
+            this.gvMx1fupAllow.VisibleIndex = 7;
+            this.gvMx1fupAllow.Width = 60;
+            // 
+            // gvMx1fstand
+            // 
+            this.gvMx1fstand.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fstand.Caption = "鏍囧噯鍊�";
+            this.gvMx1fstand.FieldName = "fstand";
+            this.gvMx1fstand.Name = "gvMx1fstand";
+            this.gvMx1fstand.Tag = "yz_quantity_0_edit";
+            this.gvMx1fstand.Visible = true;
+            this.gvMx1fstand.VisibleIndex = 8;
+            this.gvMx1fstand.Width = 60;
+            // 
+            // gvMx1fdownAllow
+            // 
+            this.gvMx1fdownAllow.AppearanceCell.Options.UseFont = true;
+            this.gvMx1fdownAllow.Caption = "涓嬮檺";
+            this.gvMx1fdownAllow.FieldName = "fdownAllow";
+            this.gvMx1fdownAllow.Name = "gvMx1fdownAllow";
+            this.gvMx1fdownAllow.Tag = "yz_quantity_0_edit";
+            this.gvMx1fdownAllow.Visible = true;
+            this.gvMx1fdownAllow.VisibleIndex = 9;
+            this.gvMx1fdownAllow.Width = 60;
+            // 
+            // gridColumn19
+            // 
+            this.gridColumn19.Caption = "鏍峰搧鍩烘暟";
+            this.gridColumn19.FieldName = "ypsl";
+            this.gridColumn19.Name = "gridColumn19";
+            this.gridColumn19.Tag = "edit";
+            this.gridColumn19.Visible = true;
+            this.gridColumn19.VisibleIndex = 10;
+            this.gridColumn19.Width = 94;
+            // 
+            // gvMxDel
+            // 
+            this.gvMxDel.Caption = "绉婚櫎";
+            this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1;
+            this.gvMxDel.MinWidth = 50;
+            this.gvMxDel.Name = "gvMxDel";
+            this.gvMxDel.Visible = true;
+            this.gvMxDel.VisibleIndex = 13;
+            this.gvMxDel.Width = 100;
+            // 
+            // 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);
+            // 
+            // gridColumn11
+            // 
+            this.gridColumn11.Caption = "鍗曚綅";
+            this.gridColumn11.FieldName = "funit";
+            this.gridColumn11.MinWidth = 25;
+            this.gridColumn11.Name = "gridColumn11";
+            this.gridColumn11.Tag = "edit";
+            this.gridColumn11.Width = 94;
+            // 
+            // gridColumn6
+            // 
+            this.gridColumn6.Caption = "宸ヤ綅";
+            this.gridColumn6.ColumnEdit = this.rptStation;
+            this.gridColumn6.FieldName = "stationName";
+            this.gridColumn6.MinWidth = 25;
+            this.gridColumn6.Name = "gridColumn6";
+            this.gridColumn6.Tag = "edit";
+            this.gridColumn6.Visible = true;
+            this.gridColumn6.VisibleIndex = 11;
+            this.gridColumn6.Width = 94;
+            // 
+            // rptStation
+            // 
+            this.rptStation.AutoHeight = false;
+            this.rptStation.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptStation.Name = "rptStation";
+            this.rptStation.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            // 
+            // gridColumn9
+            // 
+            this.gridColumn9.Caption = "鏄惁棣栨璁よ瘉";
+            this.gridColumn9.ColumnEdit = this.repositoryItemCheckEdit1;
+            this.gridColumn9.FieldName = "isRzxx";
+            this.gridColumn9.MinWidth = 25;
+            this.gridColumn9.Name = "gridColumn9";
+            this.gridColumn9.Tag = "edit";
+            this.gridColumn9.UnboundDataType = typeof(bool);
+            this.gridColumn9.Width = 94;
+            // 
+            // repositoryItemCheckEdit1
+            // 
+            this.repositoryItemCheckEdit1.AutoHeight = false;
+            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
+            // 
+            // gridColumn10
+            // 
+            this.gridColumn10.Caption = "鎵�灞炲ぇ绫�";
+            this.gridColumn10.ColumnEdit = this.rptGroup;
+            this.gridColumn10.FieldName = "fcheckType";
+            this.gridColumn10.MinWidth = 25;
+            this.gridColumn10.Name = "gridColumn10";
+            this.gridColumn10.Tag = "edit";
+            this.gridColumn10.Visible = true;
+            this.gridColumn10.VisibleIndex = 12;
+            this.gridColumn10.Width = 94;
+            // 
+            // rptGroup
+            // 
+            this.rptGroup.AutoHeight = false;
+            this.rptGroup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.rptGroup.Name = "rptGroup";
+            // 
+            // picCheckBox
+            // 
+            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
+            this.picCheckBox.Location = new System.Drawing.Point(945, 55);
+            this.picCheckBox.Name = "picCheckBox";
+            this.picCheckBox.Size = new System.Drawing.Size(100, 50);
+            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.picCheckBox.TabIndex = 6;
+            this.picCheckBox.TabStop = false;
+            this.picCheckBox.Visible = false;
+            // 
+            // JyxmByLeiBie
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.Controls.Add(this.picCheckBox);
+            this.Controls.Add(this.xtraTabControl1);
+            this.Controls.Add(this.toolBarMenu1);
+            this.Name = "JyxmByLeiBie";
+            this.Size = new System.Drawing.Size(1129, 682);
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+            this.xtraTabControl1.ResumeLayout(false);
+            this.xtraTabPage1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
+            this.split1.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
+            this.split1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+            this.xtraTabPage2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
+            this.splitMx1.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit();
+            this.splitMx1.Panel2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit();
+            this.splitMx1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
+            this.layoutMx1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.txt_foneCheckdate.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_foneCheckor.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_memo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_foneChecked.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_ftype.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_isenabled.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_itemId.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_mc.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
+            this.tabMx.ResumeLayout(false);
+            this.tabMxPage1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYXM)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptShunXui)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYGJ)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYBZ)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJYSP)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptJSSP)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptStation)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptGroup)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
+            this.ResumeLayout(false);
+
+        }
+        #endregion
+        private UserControl.UcToolBarMenu toolBarMenu1;
+        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+        private System.Windows.Forms.PictureBox picCheckBox;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+        private DevExpress.XtraEditors.SplitContainerControl split1;
+        private DevExpress.XtraGrid.GridControl gcMain1;
+        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_isenabled;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_foneChecked;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_itemNo;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_foneCheckor;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_foneCheckdate;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_memo;
+        private UserControls.Data.UcPageBar pageBar1;
+        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+        private DevExpress.XtraEditors.SplitContainerControl splitMx1;
+        private DevExpress.XtraDataLayout.DataLayoutControl layoutMx1;
+        private DevExpress.XtraLayout.LayoutControlGroup Root;
+        private DevExpress.XtraEditors.TextEdit txt_itemNo;
+        private DevExpress.XtraEditors.TextEdit txt_foneCheckdate;
+        private DevExpress.XtraEditors.TextEdit txt_foneCheckor;
+        private DevExpress.XtraEditors.TextEdit txt_memo;
+        private System.Windows.Forms.Label lbGuid;
+        private DevExpress.XtraEditors.CheckEdit txt_foneChecked;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
+        private DevExpress.XtraTab.XtraTabControl tabMx;
+        private DevExpress.XtraTab.XtraTabPage tabMxPage1;
+        private DevExpress.XtraGrid.GridControl gcMx1;
+        private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1guid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1pid;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1forder;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptShunXui;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fcheckItem;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptJYXM;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1memo;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fcheckTool;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptJYGJ;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1sampleSizeNo;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptJYBZ;
+        private DevExpress.XtraGrid.Columns.GridColumn sampleSizeName;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fcheckLevel;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptJYSP;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1facLevel;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptJSSP;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fupAllow;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fstand;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMx1fdownAllow;
+        private DevExpress.XtraGrid.Columns.GridColumn gvMxDel;
+        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
+        private DevExpress.Utils.ToolTipController tips;
+        private DevExpress.XtraEditors.TextEdit txt_ftype;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+        private DevExpress.XtraEditors.CheckEdit txt_isenabled;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptStation;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
+        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
+        private DevExpress.XtraEditors.ButtonEdit txt_itemId;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+        private DevExpress.XtraEditors.TextEdit txt_mc;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox rptGroup;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.cs
new file mode 100644
index 0000000..3e96b1d
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.cs
@@ -0,0 +1,871 @@
+锘縰sing DevExpress.XtraEditors;
+using DevExpress.XtraGrid.Views.Grid;
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Gs.DevApp.UserControl;
+using MES.Service.Modes;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Gs.DevApp.DevFrm.QC
+{
+    public partial class JyxmByLeiBie : DevExpress.XtraEditors.XtraUserControl
+    {
+        private List<FilterEntity> _filterList = new List<FilterEntity>();
+        private readonly string _webServiceName = "MesQmCheckitemManager/";
+        public string strType = "";//iqc type
+        public decimal dfValue = 1;  //iqc鐨勬牱鍝佹暟閲忛粯璁�5锛屽惁鍒欑湅涓嬮潰
+        private string dftSsampleSizeName = "GB/T2828.1-2012/ISO";//榛樿
+        private string dftSsampleSizeNo = "GB/T2828.1-2012/ISO";//榛樿
+        private string dftFcheckLevel = "2.涓�鑸楠屾按骞�(II)";//榛樿妫�楠屾按骞�
+        private string dftFacLevel = "2.50---(AQL_0_250)";//榛樿鎺ユ敹姘村钩
+        public JyxmByLeiBie(string _strType)
+        {
+            InitializeComponent();
+            strType = _strType;
+        }
+        protected override void OnCreateControl()
+        {
+            base.OnCreateControl();
+            if (Parent == null) return;
+            toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick;
+            toolBarMenu1.btnEdtClick += ToolBarMenu1_btnEdtClick;
+            toolBarMenu1.btnSaveClick += ToolBarMenu1_btnSaveClick;
+            toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
+            toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick1;
+            toolBarMenu1.btnEscClick += ToolBarMenu1_btnEscClick;
+            toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
+            toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick;
+            toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick;
+            toolBarMenu1.xlsInService = "XlsInItemJyxm&" + strType;
+            //绫诲瀷锛宨qc,ipqc宸℃锛宨pqc棣栨鏌�,fqc锛宨qc鐨勬牱鍝佸�奸粯璁や负5锛屽叾瀹冧负1
+            txt_ftype.Text = strType;
+            if (strType == QcSeason.iqc.ToString())
+            {
+                dfValue = 5;
+                gvMx1.Columns["funit"].Visible = true;
+                gvMx1.Columns["funit"].VisibleIndex = 13;
+                gvMx1.Columns["fcheckType"].Visible = false;
+            }
+            if (strType == QcSeason.fqc.ToString())
+            {
+                dfValue = 0;
+                gvMx1.Columns["ypsl"].Visible = false;
+            }
+            if (strType == QcSeason.ipqc棣栨.ToString())
+            {
+                dfValue = 0;
+                gvMx1.Columns["ypsl"].Visible = false;
+            }
+            //濡傛灉鏄痠pqc宸℃锛屾樉绀哄伐浣�
+            if (strType != QcSeason.ipqc宸℃.ToString())
+            {
+                gvMx1.Columns["stationName"].Visible = false;
+                gvMx1.Columns["fcheckType"].Visible = false;
+            }
+            //鏂拌鍒濆鍊�
+            this.gvMx1.InitNewRow += (s, e) =>
+            {
+                int newIndex = gvMx1.DataRowCount + 1;
+                this.gvMx1.SetRowCellValue(e.RowHandle, "ypsl", dfValue);
+                this.gvMx1.SetRowCellValue(e.RowHandle, "forder", newIndex);
+                this.gvMx1.SetRowCellValue(e.RowHandle, "sampleSizeName", dftSsampleSizeName);
+                this.gvMx1.SetRowCellValue(e.RowHandle, "sampleSizeNo", dftSsampleSizeNo);
+                this.gvMx1.SetRowCellValue(e.RowHandle, "facLevel", dftFacLevel);
+                this.gvMx1.SetRowCellValue(e.RowHandle, "fcheckLevel", dftFcheckLevel);
+            };
+            this.toolBarMenu1.getXmlConfig();
+            Form parentForm = this.FindForm();
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1, tips);
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, parentForm, "foneChecked", "", (value) =>
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
+            }, tips);
+            Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) =>
+            {
+                getModel(value);
+            }, (value) =>
+            {
+                getPageList(this.pageBar1.CurrentPage);
+            }, lbGuid);
+            getPageList(1);
+            pageBar1.PagerEvent += PageBar1_PagerEvent;
+            _setIno();
+            //btnCopy.Click += (s, e) =>
+            //{
+            //    if ((lbGuid.Text.Trim().Length < 10))
+            //    {
+            //        Gs.DevApp.ToolBox.MsgHelper.ShowInformation("璇峰厛淇濆瓨褰撳墠淇℃伅锛�");
+            //        return;
+            //    }
+            //    if ((txt_foneChecked.Checked == false))
+            //    {
+            //        Gs.DevApp.ToolBox.MsgHelper.ShowInformation("璇ラ」鐩湭瀹℃牳锛屾殏涓嶈兘澶嶅埗鍒板叾瀹冪墿鏂欙紒");
+            //        return;
+            //    }
+            //    JyxmShowCopy frm = new JyxmShowCopy(lbGuid.Text.Trim(), strType);
+            //    frm.ShowDialog();
+            //};
+        }
+
+        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
+        {
+            _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1);
+            Task.Delay(100);
+            getPageList(1);
+        }
+
+        /// <summary>
+        ///     鍒嗛〉浜嬩欢
+        /// </summary>
+        /// <param name="curPage"></param>
+        /// <param name="pageSize"></param>
+        private void PageBar1_PagerEvent(int curPage, int pageSize)
+        {
+            getPageList(curPage);
+        }
+
+        /// <summary>
+        ///     鏌ヨ浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnQueryClick(object sender, EventArgs e)
+        {
+            Form parentForm;
+            if (this.Parent is Form)
+                parentForm = this.Parent as Form;
+            else
+                parentForm = this.Parent.Parent as Form;
+            gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+            gridView1.ActiveFilter.Clear();
+            gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+            var frm = new ShowFilter(gridView1.Columns, _filterList, parentForm.GetType().FullName);
+            frm.UpdateParent += Frm_UpdateParent;
+            frm.ShowDialog();
+        }
+
+        /// <summary>
+        ///     鏌ヨ鍥炶皟
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void Frm_UpdateParent(object sender, UpdateParentEventArgs e)
+        {
+            _filterList = e.FilterList;
+            getPageList(1);
+        }
+
+        /// <summary>
+        /// 鍙嶅鏍�
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        /// <exception cref="NotImplementedException"></exception>
+        private void ToolBarMenu1_btnFChkClick(object sender, EventArgs e)
+        {
+            _toolCk(0);
+        }
+
+        /// <summary>
+        ///     瀹℃牳浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnChkClick(object sender, EventArgs e)
+        {
+            _toolCk(1);
+        }
+        /// <summary>
+        ///     鍙栨秷浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnEscClick(object sender, EventArgs e)
+        {
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 1);
+        }
+
+        /// <summary>
+        ///     鍒犻櫎浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnDelClick1(object sender, EventArgs e)
+        {
+            _toolCk(-1);
+        }
+
+        /// <summary>
+        ///     鍒锋柊浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
+        {
+            if (xtraTabControl1.SelectedTabPageIndex == 1)
+                getModel(lbGuid.Text.Trim());
+            else
+            {
+                //_filterList.Clear();
+                //if (gridView1.ActiveFilter.Count > 0)
+                //{
+                //    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                //    gridView1.ActiveFilter.Clear();
+                //    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                //}
+                //getPageList(1);
+                getPageList(this.pageBar1.CurrentPage);
+            }
+        }
+
+        /// <summary>
+        ///     淇敼浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnEdtClick(object sender, EventArgs e)
+        {
+            string rowGuid = "", rowName = "";
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemNo, gridView1);
+            if (string.IsNullOrEmpty(rowGuid))
+            {
+                MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 3);
+            if (xtraTabControl1.SelectedTabPageIndex == 1)
+            {
+                getModel(rowGuid);
+            }
+            else
+            {
+                List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
+                gvList.Add(gvMx1);
+                UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, true, gvList);
+            }
+            //2025/07/12鍔犱笂淇敼鐘舵�佷笅涓嶈兘淇敼
+            txt_itemId.Enabled = false;
+        }
+
+        /// <summary>
+        ///     鏂板浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnAddClick(object sender, EventArgs e)
+        {
+            lbGuid.Text = "";
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 4);
+            var gridViews = new List<GridView>();
+            gridViews.Add(gvMx1);
+            UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews);
+            UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+            this.txt_itemId.ReadOnly = true;
+        }
+
+        /// <summary>
+        ///     淇濆瓨浜嬩欢
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void ToolBarMenu1_btnSaveClick(object sender, EventArgs e)
+        {
+            toolBarMenu1.isSetBtn = false;
+            string _ItemId = txt_itemId.EditValue.ToString().Trim();
+            if (string.IsNullOrEmpty(_ItemId))
+            {
+                MsgHelper.Warning("璇烽�夋嫨鐗╂枡锛�");
+                txt_itemId.Focus();
+                return;
+            }
+            gvMx1.CloseEditor();
+            gvMx1.PostEditor();
+            gvMx1.UpdateCurrentRow();
+            if (gvMx1.DataRowCount <= 0)
+            {
+                MsgHelper.Warning("椤圭洰鏄庣粏涓嶈兘涓虹┖锛�");
+                return;
+            }
+            try
+            {
+                var lst = new List<MesQmCheckitemDt>();
+                for (var i = 0; i < gvMx1.DataRowCount; i++)
+                {
+                    var row = gvMx1.GetDataRow(i);
+                    if (row != null)
+                    {
+                        if (string.IsNullOrEmpty(row["forder"].ToString()))
+                        {
+                            MsgHelper.ShowError("椤哄簭涓嶈兘涓虹┖锛�");
+                            return;
+                        }
+                        if (string.IsNullOrEmpty(row["FcheckItem"].ToString()))
+                        {
+                            MsgHelper.ShowError("妫�楠岄」鐩笉鑳戒负绌猴紒");
+                            return;
+                        }
+                        if (string.IsNullOrEmpty(row["FcheckTool"].ToString()))
+                        {
+                            MsgHelper.ShowError("妫�楠屽伐鍏蜂笉鑳戒负绌猴紒");
+                            return;
+                        }
+                        if (string.IsNullOrEmpty(row["SampleSizeNo"].ToString()))
+                        {
+                            MsgHelper.ShowError("妫�楠屾爣鍑嗕笉鑳戒负绌猴紒");
+                            return;
+                        }
+                        if (string.IsNullOrEmpty(row["FcheckLevel"].ToString()))
+                        {
+                            MsgHelper.ShowError("妫�楠屾按骞充笉鑳戒负绌猴紒");
+                            return;
+                        }
+                        if (string.IsNullOrEmpty(row["FacLevel"].ToString()))
+                        {
+                            MsgHelper.ShowError("鎺ュ彈姘村钩涓嶈兘涓虹┖锛�");
+                            return;
+                        }
+                        if (string.IsNullOrEmpty(row["ypsl"].ToString()))
+                        {
+                            MsgHelper.ShowError("鏍峰搧鏁伴噺涓嶈兘涓虹┖锛�");
+                            return;
+                        }
+                        string _Fstand = row["Fstand"].ToString();
+                        string _FupAllow = row["FupAllow"].ToString();
+                        string _FdownAllow = row["FdownAllow"].ToString();
+                        string _isRzxxTxt = row["isRzxx"].ToString();
+                        bool _isRzxx = false;
+                        if (_isRzxxTxt == "1" || _isRzxxTxt.ToUpper() == "true".ToUpper())
+                            _isRzxx = true;
+                        //鍋囧涓変釜閮戒负绌洪�氳繃
+                        if (string.IsNullOrEmpty(_Fstand) && string.IsNullOrEmpty(_FupAllow) && string.IsNullOrEmpty(_FdownAllow))
+                        {
+                        }
+                        else
+                        {
+                            if (!string.IsNullOrEmpty(_Fstand) && !string.IsNullOrEmpty(_FupAllow) && !string.IsNullOrEmpty(_FdownAllow))
+                            {
+                                decimal _Fstand_f = Gs.DevApp.ToolBox.UtilityHelper.ToDecimal(_Fstand);
+                                decimal _FupAllow_f = Gs.DevApp.ToolBox.UtilityHelper.ToDecimal(_FupAllow);
+                                decimal _FdownAllow_f = Gs.DevApp.ToolBox.UtilityHelper.ToDecimal(_FdownAllow);
+                                if (_Fstand_f >= _FdownAllow_f && _Fstand_f <= _FupAllow_f) { }
+                                else
+                                {
+                                    MsgHelper.ShowError("鏍囧噯鍊煎繀椤诲湪涓婇檺鍜屼笅闄愪箣闂达紒");
+                                    return;
+                                }
+                            }
+                            else
+                            {
+                                MsgHelper.ShowError("璇峰~鍐欐纭殑涓婇檺锛屾爣鍑嗗�硷紝涓嬮檺锛�");
+                                return;
+                            }
+                        }
+                        lst.Add(new MesQmCheckitemDt
+                        {
+                            Guid = UtilityHelper.ToGuid(row["guid"].ToString()),
+                            Forder = int.Parse(row["forder"].ToString()),
+                            FcheckItem = row["FcheckItem"].ToString(),
+                            SampleSizeNo = row["SampleSizeNo"].ToString(),
+                            FcheckTool = row["FcheckTool"].ToString(),
+                            FcheckLevel = row["FcheckLevel"].ToString(),
+                            Fstand = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["Fstand"].ToString()),
+                            FacLevel = row["FacLevel"].ToString(),
+                            FspecRequ = row["FspecRequ"].ToString(),
+                            Memo = row["memo"].ToString(),
+                            FupAllow = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["FupAllow"].ToString()),
+                            FdownAllow = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["FdownAllow"].ToString()),
+                            ypsl = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["ypsl"].ToString()),
+                            stationName = row["stationName"].ToString(),
+                            FcheckType = row["FcheckType"].ToString(),
+                            isRzxx = _isRzxx,
+                            Funit = row["funit"].ToString(),
+                        });
+                    }
+                }
+                var _obj = new MesQmCheckitem
+                {
+                    Guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()),
+                    ItemId = long.Parse(_ItemId),
+                    Memo = txt_memo.Text.Trim(),
+                    ItemNo = txt_itemNo.Text.Trim(),
+                    Ftype = this.strType,
+                    Fversion = 0,
+                    list = lst
+                };
+                try
+                {
+                    var strJson = UtilityHelper.HttpPost("",
+                        _webServiceName + "EditModel",
+                        JsonConvert.SerializeObject(_obj));
+                    var _rtn =
+                        UtilityHelper.ReturnToDynamic(strJson);
+                    if (_rtn.rtnCode > 0)
+                    {
+                        MsgHelper.ShowInformation("鎻愮ず锛�" + _rtn.rtnMsg);
+                        lbGuid.Text = _rtn.rtnData;
+                        toolBarMenu1.isSetBtn = true;
+                        var gridViews = new List<GridView>();
+                        gridViews.Add(gvMx1);
+                        UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, false, gridViews);
+                        toolBarMenu1.currentAction = "";
+                        Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 6);
+                    }
+                    else
+                        MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
+                }
+                catch (Exception ex)
+                {
+                    MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+        /// <summary>
+        /// </summary>
+        /// <param name="curPage">绗嚑椤�</param>
+        /// <param name="pageSize">姣忛〉鍑犳潯</param>
+        private void getPageList(int curPage)
+        {
+            gcMain1.DataSource = null;
+
+            System.Text.StringBuilder _sbSqlWhere = new System.Text.StringBuilder();
+            _sbSqlWhere.Append(" and b.guid is not null");
+            _sbSqlWhere.Append(" and a.FTYPE='" + this.strType + "'");
+            _sbSqlWhere.Append(UtilityHelper.GetSearchWhere(_filterList));
+            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount,
+                "b.tcode asc,a.FVERSION desc", "", "", _sbSqlWhere.ToString());
+            var json = JsonConvert.SerializeObject(pgq);
+            try
+            {
+                var strReturn = UtilityHelper.HttpPost("",
+                _webServiceName + "GetListPageLeiBie", json);
+                var dd =
+                    UtilityHelper.ReturnToTablePage(strReturn);
+                if (dd.rtnCode > 0)
+                {
+                    gcMain1.DataSource = null;
+                    DataTable dt = dd.rtnData.list;
+                    gcMain1.BindingContext = new BindingContext();
+                    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMain1.DataSource = dt;
+                        gcMain1.ForceInitialize();
+                        gridView1.BestFitColumns(); Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gridView1);
+                    }
+                    else
+                        UtilityHelper.SetDefaultTable(gcMain1, gridView1);
+                    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                    pageBar1.TotalPages = dd.rtnData.pages;//鎬婚〉
+                    pageBar1.CurrentPage = curPage;//褰撳墠椤�
+                    pageBar1.RecordCount = dd.rtnData.total;//鎬昏褰曟暟
+                }
+                else
+                {
+                    MsgHelper.ShowError("鎻愮ず锛�" + dd.rtnMsg);
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+        /// <summary>
+        /// 璇诲彇瀹炰綋
+        /// </summary>
+        /// <param name="strGuid"></param>
+        private void getModel(string strGuid)
+        {
+            bool isEdit = false;
+            if (toolBarMenu1.currentAction == "add") return;
+            if (toolBarMenu1.currentAction == "edit") isEdit = true;
+            if (string.IsNullOrEmpty(strGuid))
+            {
+                MsgHelper.ShowError("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            var _obj = new
+            {
+                guid = strGuid //涓诲缓
+            };
+            try
+            {
+                var strJson = UtilityHelper.HttpPost("",
+                         _webServiceName + "GetModelLeiBie",
+                    JsonConvert.SerializeObject(_obj));
+                var _rtn =
+                    UtilityHelper.ReturnToDynamic(strJson);
+                if (_rtn.rtnCode > 0)
+                {
+                    var dy = _rtn.rtnData;
+                    lbGuid.Text = strGuid;
+                    var gvList = new List<GridView>();
+                    gvList.Add(gvMx1);
+                    UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit, gvList);
+                    var _job = JObject.Parse(strJson);
+                    var array = new JArray();
+                    foreach (var a in _job["rtnData"]["list"]) array.Add(a);
+                    var dt = JsonConvert.DeserializeObject<DataTable>(array.ToString());
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMx1.BindingContext = new BindingContext();
+                        gcMx1.DataSource = dt;
+                        gcMx1.ForceInitialize();
+                        gvMx1.BestFitColumns();
+                        Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gvMx1);
+                    }
+                    else
+                    {
+                        UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+                    }
+                }
+                else
+                {
+                    MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+        /// <summary>
+        /// 宸ュ叿鏉′簨浠�
+        /// </summary>
+        /// <param name="inFieldValue"></param>
+        private void _toolCk(int _inFieldValue)
+        {
+            string strMsg = "";
+            switch (_inFieldValue)
+            {
+                case -1:
+                    strMsg = "鍒犻櫎";
+                    break;
+                case 0:
+                    strMsg = "鍙嶅鏍�";
+                    break;
+                case 1:
+                    strMsg = "瀹℃牳";
+                    break;
+                case 2:
+                    strMsg = "鎵瑰噯";
+                    break;
+            }
+            ;
+            toolBarMenu1.guidKey = "";
+            string rowGuid, rowName;
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemNo, gridView1, "itemNo");
+            if (string.IsNullOrEmpty(rowGuid))
+            {
+                MsgHelper.ShowError("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+                return;
+            }
+            if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵"))
+                return;
+            var _obj = new
+            {
+                guid = rowGuid,
+                inFieldValue = _inFieldValue,
+            };
+            try
+            {
+                var strJson = UtilityHelper.HttpPost("",
+                    _webServiceName + "EditModelSubmit",
+                    JsonConvert.SerializeObject(_obj));
+                var _rtn = UtilityHelper.ReturnToDynamic(strJson);
+
+                if (_inFieldValue < 0 && _rtn.rtnCode > 0)
+                {
+                    if (xtraTabControl1.SelectedTabPageIndex == 0)
+                    {
+                        getPageList(this.pageBar1.CurrentPage);
+                    }
+                    else
+                        Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 2);
+                }
+                if (_rtn.rtnCode > 0 && _rtn.rtnData.outSum * 1 > 0)
+                {
+                    MsgHelper.ShowInformation(_rtn.rtnData.outMsg.ToString());
+                    if (xtraTabControl1.SelectedTabPageIndex == 1)
+                    {
+                        getModel(lbGuid.Text.Trim());
+                    }
+                    int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid);
+                    gridView1.FocusedRowHandle = rowHandle;
+                    Form parentForm = this.FindForm();
+                    UtilityHelper.SetCheckIco(gridView1, "foneChecked", "foneCheckor", "foneCheckdate", picCheckBox, parentForm, _inFieldValue.ToString());
+                }
+                else
+                    MsgHelper.ShowError(_rtn.rtnData.outMsg.ToString());
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+        #region 浠ヤ笅涓虹绉嶄笅鎷�
+        private void _setIno()
+        {
+            txt_itemId.ButtonClick += (s, e) =>
+            {
+                var frm = new JyxmShowByLeiBie(this.strType);
+                frm.UpdateParent += (ss, ee) =>
+                {
+                    try
+                    {
+                        var lst = new List<dynamic>();
+                        lst = ee.DynamicList;
+                        txt_itemId.Text = lst[0].itemId;
+                        txt_mc.Text = lst[0].itemName;
+                        txt_itemNo.Text = lst[0].itemNo;
+                    }
+                    catch (Exception ex)
+                    {
+                        MessageBox.Show(ex.Message);
+                    }
+                };
+                frm.ShowDialog();
+            };
+            _getListJyxm();
+            _getListJygj();
+            _getListJybz();
+            _getListJssp();
+            _getListJysp();
+            _getListStation();
+            _getListGroup();
+        }
+
+        /// <summary>
+        /// 璇诲彇妫�楠岄」鐩�
+        /// </summary>
+        private void _getListJyxm()
+        {
+            var json = JsonConvert.SerializeObject("QCITEM");
+            try
+            {
+                var strReturn = UtilityHelper.HttpPost("", "MesSysLookupTypesManager/GetItemList", json);
+                var dd = UtilityHelper.ReturnToList(strReturn);
+                var dt = dd.rtnData;
+                foreach (DataRow dr in dt.Rows)
+                {
+                    rptJYXM.Items.Add(dr["lookUpName"].ToString());
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+        /// <summary>
+        /// 璇诲彇妫�楠屽伐浣�
+        /// </summary>
+        private void _getListStation()
+        {
+            string _where = " and 1=1 and s_type='宸ヤ綅淇℃伅' and  pid<>'00000000-0000-0000-0000-000000000000'";
+            var pgq = new PageQueryModel(1, 999999, "a.defect_name", "asc", "", _where);
+            var json = JsonConvert.SerializeObject(pgq);
+            try
+            {
+                var strReturn =
+                    UtilityHelper.HttpPost("", "MesDefectCodeManager/GetListPage", json);
+                var dd = UtilityHelper.ReturnToTablePage(strReturn);
+                var dt = dd.rtnData.list;
+                foreach (DataRow dr in dt.Rows)
+                {
+                    //tlMenu.KeyFieldName = "guid";
+                    //tlMenu.ParentFieldName = "pid";
+                    rptStation.Items.Add(dr["defectName"].ToString());
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+        /// <summary>
+        /// 璇诲彇妫�楠屽伐鍏�
+        /// </summary>
+        private void _getListJygj()
+        {
+            var json = JsonConvert.SerializeObject("QATOOLS");
+            try
+            {
+                var strReturn = UtilityHelper.HttpPost("", "MesSysLookupTypesManager/GetItemList", json);
+                var dd = UtilityHelper.ReturnToList(strReturn);
+                var dt = dd.rtnData;
+                foreach (DataRow dr in dt.Rows)
+                {
+                    rptJYGJ.Items.Add(dr["lookUpName"].ToString());
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+        /// <summary>
+        /// 璇诲彇妫�楠屾爣鍑�
+        /// </summary>
+        private void _getListJybz()
+        {
+            var pgq = new PageQueryModel(1, 999999, "CREATE_DATE", "asc", "",
+                 " and 1=1");
+            var json = JsonConvert.SerializeObject(pgq);
+            try
+            {
+                var strReturn = UtilityHelper.HttpPost("",
+                    "MesQmAql1Manager/GetListPage", json);
+                var rtn = UtilityHelper.ReturnToTablePage(strReturn);
+                var dt = rtn.rtnData.list;
+                foreach (DataRow dr in dt.Rows)
+                {
+                    rptJYBZ.Items.Add((new CboItemEntity(dr["SampleSizeNo"].ToString(), dr["SampleSizeName"].ToString())));
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+            }
+        }
+        /// <summary>
+        /// 璇诲彇鎺ュ彈姘村钩
+        /// </summary>
+        private void _getListJssp()
+        {
+            rptJSSP.Items.AddRange(new string[] {
+                "0.010---(AQL_0_0010)"
+                ,"0.015---(AQL_0_0015)"
+                ,"0.025---(AQL_0_0025)"
+                ,"0.040---(AQL_0_0040)"
+                ,"0.065---(AQL_0_0065)"
+                ,"0.10---(AQL_0_010)"
+                ,"0.15---(AQL_0_015)"
+                ,"0.25---(AQL_0_025)"
+                ,"0.40---(AQL_0_040)"
+                ,"0.65---(AQL_0_065)"
+                ,"1.00---(AQL_0_100)"
+                ,"1.50---(AQL_0_150)"
+                ,"2.00---(AQL_0_200)"
+                ,"2.50---(AQL_0_250)"
+                ,"4.00---(AQL_0_400)"
+                ,"6.50---(AQL_0_650)"
+                ,"10.00---(AQL_1_000)"
+            });
+        }
+        /// <summary>
+        /// 璇诲彇妫�楠屾按骞�
+        /// </summary>
+        private void _getListJysp()
+        {
+            rptJYSP.Items.AddRange(new string[] {
+                "1.涓�鑸楠屾按骞�(I)"
+                , "2.涓�鑸楠屾按骞�(II)"
+                ,"3.涓�鑸楠屾按骞�(III)"
+                ,"4.鐗规畩妫�楠屾按骞�(S1)"
+                ,"5.鐗规畩妫�楠屾按骞�(S2)"
+                ,"6.鐗规畩妫�楠屾按骞�(S3)"
+                ,"7.鐗规畩妫�楠屾按骞�(S4)"
+            });
+        }
+        /// <summary>
+        /// 璇诲彇妫�楠屾按骞�
+        /// </summary>
+        private void _getListGroup()
+        {
+            rptGroup.Items.AddRange(new string[] {
+               "澶栬"
+               ,"棰滆壊"
+               ,"灏哄"
+               , "鍏抽敭閮ㄤ欢涓�鑷存��"
+               , "鍝佹按娴嬭瘯"
+                ,"鍒剁儹鎬ц兘"
+                ,"杩涙按鍘嬪姏"
+                ,"鐢垫皵鎬ц兘"
+            });
+        }
+        /// <summary>
+        /// 鍏宠仈妫�楠屾爣鍑嗗悕绉�
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void rptJYBZ_SelectedIndexChanged(object sender, EventArgs e)
+        {
+            ComboBoxEdit comboBox = sender as ComboBoxEdit;
+            if (comboBox != null)
+            {
+                GridView myView = (gcMx1.MainView as GridView);
+                int dataIndex = myView.GetDataSourceRowIndex(myView.FocusedRowHandle);
+                CboItemEntity _itm = comboBox.EditValue as CboItemEntity;
+                string _val = _itm.Value.ToString();
+                string _txt = _itm.Text.ToString();
+                gvMx1.CloseEditor();
+                gvMx1.UpdateCurrentRow();
+                gvMx1.SetRowCellValue(dataIndex, "sampleSizeNo", _val);
+                gvMx1.SetRowCellValue(dataIndex, "sampleSizeName", _txt);
+            }
+        }
+        /// <summary>
+        /// 绉诲嚭鏄庣粏
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
+        {
+            gvMx1.CloseEditor();
+            gvMx1.UpdateCurrentRow();
+            var rowhandle = gvMx1.FocusedRowHandle;
+            if (rowhandle < 0)
+                return;
+            if (e.Button.Index == 0)
+            {
+                var dr = gvMx1.GetDataRow(rowhandle);
+                var mxGuid = dr["guid"].ToString();
+                if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鍒犻櫎鍚楋紵"))
+                    return;
+                if (string.IsNullOrEmpty(mxGuid))
+                {
+                    gvMx1.DeleteRow(rowhandle);
+                    return;
+                }
+                var strJson = "";
+                var lst = new List<string>();
+                lst.Add(mxGuid);
+                try
+                {
+                    strJson = UtilityHelper.HttpPost("",
+                        _webServiceName + "DeleteModelMx",
+                        JsonConvert.SerializeObject(lst));
+                    var _rtn = UtilityHelper.ReturnToDynamic(strJson);
+                    if (_rtn.rtnCode > 0)
+                    {
+                        getModel(lbGuid.Text);
+                        MsgHelper.ShowInformation("鎻愮ず锛�" + _rtn.rtnMsg);
+                    }
+                    else
+                        MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
+                }
+                catch (Exception ex)
+                {
+                    MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+                }
+            }
+        }
+        #endregion
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.resx b/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.resx
new file mode 100644
index 0000000..5160e8b
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmByLeiBie.resx
@@ -0,0 +1,123 @@
+锘�<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <metadata name="tips.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
+</root>
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.Designer.cs
new file mode 100644
index 0000000..0e19111
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.Designer.cs
@@ -0,0 +1,210 @@
+锘縩amespace Gs.DevApp.DevFrm.QC
+{
+    partial class JyxmShowByLeiBie
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
+            this.pageBar1 = new UserControls.Data.UcPageBar();
+            this.gcMain = new DevExpress.XtraGrid.GridControl();
+            this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gv_orderLineId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
+            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
+            this.panelControl1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // panelControl1
+            // 
+            this.panelControl1.Controls.Add(this.pageBar1);
+            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.panelControl1.Location = new System.Drawing.Point(0, 686);
+            this.panelControl1.Name = "panelControl1";
+            this.panelControl1.Size = new System.Drawing.Size(642, 42);
+            this.panelControl1.TabIndex = 0;
+            // 
+            // pageBar1
+            // 
+            this.pageBar1.CurrentPage = 1;
+            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.pageBar1.Location = new System.Drawing.Point(2, 2);
+            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 7, 3, 7);
+            this.pageBar1.Name = "pageBar1";
+            this.pageBar1.RecordCount = 0;
+            this.pageBar1.Size = new System.Drawing.Size(638, 38);
+            this.pageBar1.TabIndex = 4;
+            this.pageBar1.TotalPages = 0;
+            // 
+            // gcMain
+            // 
+            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.gcMain.Location = new System.Drawing.Point(0, 0);
+            this.gcMain.MainView = this.gvMain;
+            this.gcMain.Name = "gcMain";
+            this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
+            this.repositoryItemButtonEdit1});
+            this.gcMain.Size = new System.Drawing.Size(642, 686);
+            this.gcMain.TabIndex = 8;
+            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gvMain});
+            // 
+            // gvMain
+            // 
+            this.gvMain.Appearance.HeaderPanel.Options.UseTextOptions = true;
+            this.gvMain.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
+            this.gvMain.Appearance.Row.Options.UseFont = true;
+            this.gvMain.ColumnPanelRowHeight = 50;
+            this.gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.gv_guid,
+            this.gv2,
+            this.gv_salesOrderId,
+            this.gv_orderLineId,
+            this.gridColumn2});
+            this.gvMain.GridControl = this.gcMain;
+            this.gvMain.IndicatorWidth = 50;
+            this.gvMain.Name = "gvMain";
+            this.gvMain.OptionsFind.ShowSearchNavButtons = false;
+            this.gvMain.OptionsView.ShowAutoFilterRow = true;
+            this.gvMain.OptionsView.ShowGroupPanel = false;
+            // 
+            // gv_guid
+            // 
+            this.gv_guid.AppearanceCell.Options.UseFont = true;
+            this.gv_guid.Caption = "涓婚敭涓嶈兘鍒犻櫎";
+            this.gv_guid.FieldName = "guid";
+            this.gv_guid.MinWidth = 50;
+            this.gv_guid.Name = "gv_guid";
+            this.gv_guid.OptionsColumn.AllowEdit = false;
+            this.gv_guid.Tag = "a.guid";
+            this.gv_guid.Width = 94;
+            // 
+            // gv2
+            // 
+            this.gv2.AppearanceCell.Options.UseFont = true;
+            this.gv2.Caption = "鐗╂枡绫诲瀷ID";
+            this.gv2.FieldName = "id";
+            this.gv2.Name = "gv2";
+            this.gv2.OptionsColumn.AllowEdit = false;
+            this.gv2.Tag = "a.id";
+            this.gv2.Visible = true;
+            this.gv2.VisibleIndex = 0;
+            this.gv2.Width = 50;
+            // 
+            // gv_salesOrderId
+            // 
+            this.gv_salesOrderId.AppearanceCell.Options.UseFont = true;
+            this.gv_salesOrderId.Caption = "鐗╂枡绫诲瀷缂栫爜";
+            this.gv_salesOrderId.FieldName = "itemNo";
+            this.gv_salesOrderId.Name = "gv_salesOrderId";
+            this.gv_salesOrderId.OptionsColumn.AllowEdit = false;
+            this.gv_salesOrderId.Tag = "a.item_no";
+            this.gv_salesOrderId.Visible = true;
+            this.gv_salesOrderId.VisibleIndex = 1;
+            this.gv_salesOrderId.Width = 50;
+            // 
+            // gv_orderLineId
+            // 
+            this.gv_orderLineId.AppearanceCell.Options.UseFont = true;
+            this.gv_orderLineId.Caption = "鐗╂枡绫诲瀷鍚嶇О";
+            this.gv_orderLineId.FieldName = "itemName";
+            this.gv_orderLineId.Name = "gv_orderLineId";
+            this.gv_orderLineId.OptionsColumn.AllowEdit = false;
+            this.gv_orderLineId.Tag = "a.item_name";
+            this.gv_orderLineId.Visible = true;
+            this.gv_orderLineId.VisibleIndex = 2;
+            this.gv_orderLineId.Width = 50;
+            // 
+            // gridColumn2
+            // 
+            this.gridColumn2.Caption = "閫夋嫨";
+            this.gridColumn2.ColumnEdit = this.repositoryItemButtonEdit1;
+            this.gridColumn2.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
+            this.gridColumn2.MinWidth = 25;
+            this.gridColumn2.Name = "gridColumn2";
+            this.gridColumn2.Visible = true;
+            this.gridColumn2.VisibleIndex = 3;
+            this.gridColumn2.Width = 94;
+            // 
+            // repositoryItemButtonEdit1
+            // 
+            this.repositoryItemButtonEdit1.AutoHeight = false;
+            editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.checkbox2_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);
+            // 
+            // JyxmShowByLeiBie
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(642, 728);
+            this.Controls.Add(this.gcMain);
+            this.Controls.Add(this.panelControl1);
+            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "JyxmShowByLeiBie";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+            this.Text = "JyxmShow2";
+            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
+            this.panelControl1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private DevExpress.XtraEditors.PanelControl panelControl1;
+        private DevExpress.XtraGrid.GridControl gcMain;
+        private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
+        private DevExpress.XtraGrid.Columns.GridColumn gv2;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId;
+        private UserControls.Data.UcPageBar pageBar1;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
+        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.cs
new file mode 100644
index 0000000..db4f4ac
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.cs
@@ -0,0 +1,144 @@
+锘縰sing DevExpress.XtraEditors;
+using DevExpress.XtraGrid.Views.Grid;
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Gs.DevApp.UserControl;
+using MES.Service.Modes;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Gs.DevApp.DevFrm.QC
+{
+    public partial class JyxmShowByLeiBie : DevExpress.XtraEditors.XtraForm
+    {
+        private List<FilterEntity> _filterList = new List<FilterEntity>();
+        private readonly string _webServiceName = "MesItemTypeManager/";
+        public string strType = "";//iqc type
+        /// <summary>
+        /// 
+        /// </summary>
+        /// <param name="_sourceGuid"></param>
+        /// <param name="_strType"></param>
+        public JyxmShowByLeiBie(string strType)
+        {
+            InitializeComponent();
+            this.strType = strType;
+            this.Text = "閫夋嫨鐗╂枡绫诲埆-" + strType;
+            getPageList(1);
+            pageBar1.setBar(false);
+            pageBar1.PagerEvent += PageBar1_PagerEvent;
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gvMain);
+
+        }
+
+        #region 婧愮墿鏂欐暟鎹粦瀹�
+
+        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
+        {
+            _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gvMain.Columns, gvMain);
+            Task.Delay(100);
+            getPageList(1);
+        }
+
+        /// <summary>
+        ///     鍒嗛〉浜嬩欢
+        /// </summary>
+        /// <param name="curPage"></param>
+        /// <param name="pageSize"></param>
+        private void PageBar1_PagerEvent(int curPage, int pageSize)
+        {
+            getPageList(curPage);
+        }
+
+        /// <summary>
+        /// </summary>
+        /// <param name="curPage">绗嚑椤�</param>
+        /// <param name="pageSize">姣忛〉鍑犳潯</param>
+        private void getPageList(int curPage)
+        {
+            gcMain.DataSource = null;
+            System.Text.StringBuilder _sbSqlWhere = new System.Text.StringBuilder();
+            _sbSqlWhere.Append(UtilityHelper.GetSearchWhere(_filterList));
+            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "tcode", "asc", "", _sbSqlWhere.ToString(), strType);
+            var json = JsonConvert.SerializeObject(pgq);
+            try
+            {
+                var strReturn = UtilityHelper.HttpPost("", "MesItemTypeManager/GetListSelect", json);
+                var dd = UtilityHelper.ReturnToTablePage(strReturn);
+                if (dd.rtnCode > 0)
+                {
+                    DataTable dt = dd.rtnData.list;
+                    gcMain.BindingContext = new BindingContext();
+                    gvMain.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
+                    if (dt.Rows.Count > 0)
+                    {
+                        gcMain.DataSource = dt;
+                        gcMain.ForceInitialize();
+                        gvMain.BestFitColumns();
+                        Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gvMain);
+                    }
+                    else
+                        UtilityHelper.SetDefaultTable(gcMain, gvMain);
+                    gvMain.ColumnFilterChanged += GridView1_ColumnFilterChanged;
+                    pageBar1.TotalPages = dd.rtnData.pages;//鎬婚〉
+                    pageBar1.CurrentPage = curPage;//褰撳墠椤�
+                    pageBar1.RecordCount = dd.rtnData.total;//鎬昏褰曟暟
+                }
+                else
+                {
+                    ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + dd.rtnMsg);
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
+        }
+
+        #endregion
+
+
+        /// <summary>
+        /// 纭畾閫夋嫨
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
+        {
+            var rowhandle = gvMain.FocusedRowHandle;
+            if (rowhandle < 0)
+                return;
+            if (e.Button.Index == 0)
+            {
+                var dr = gvMain.GetDataRow(rowhandle);
+                var mxGuid = dr["guid"].ToString();
+                if (string.IsNullOrEmpty(mxGuid))
+                {
+                    return;
+                }
+                var list = new List<dynamic>();
+                list.Add(new
+                {
+                    guid = dr["guid"].ToString(),
+                    itemId = dr["id"].ToString(),
+                    itemName = dr["itemName"].ToString(),
+                    itemNo = dr["itemNo"].ToString(),
+                });
+                UpdateParent?.Invoke(this, new UpdateParentEventArgs { DynamicList = list });
+                Close();
+            }
+        }
+
+        /// <summary>
+        ///     閫夋嫨鍚庣殑鍥炶皟浜嬩欢
+        /// </summary>
+        public event EventHandler<UpdateParentEventArgs> UpdateParent;
+
+    }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/XtraForm2.resx b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.resx
similarity index 100%
rename from DevApp/Gs.DevApp/XtraForm2.resx
rename to DevApp/Gs.DevApp/DevFrm/QC/JyxmShowByLeiBie.resx
diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj
index 1ee7ba2..4f27a01 100644
--- a/DevApp/Gs.DevApp/Gs.DevApp.csproj
+++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj
@@ -623,6 +623,24 @@
     <Compile Include="DevFrm\QC\Frm_MesQaItemsDetect01Input.Designer.cs">
       <DependentUpon>Frm_MesQaItemsDetect01Input.cs</DependentUpon>
     </Compile>
+    <Compile Include="DevFrm\QC\Frm_MesQmCheckitemDtByLeiBie.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="DevFrm\QC\Frm_MesQmCheckitemDtByLeiBie.Designer.cs">
+      <DependentUpon>Frm_MesQmCheckitemDtByLeiBie.cs</DependentUpon>
+    </Compile>
+    <Compile Include="DevFrm\QC\JyxmByLeiBie.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Include="DevFrm\QC\JyxmByLeiBie.Designer.cs">
+      <DependentUpon>JyxmByLeiBie.cs</DependentUpon>
+    </Compile>
+    <Compile Include="DevFrm\QC\JyxmShowByLeiBie.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="DevFrm\QC\JyxmShowByLeiBie.Designer.cs">
+      <DependentUpon>JyxmShowByLeiBie.cs</DependentUpon>
+    </Compile>
     <Compile Include="DevFrm\QC\JyxmShowCopy.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -1764,12 +1782,6 @@
     <Compile Include="XtraForm1.Designer.cs">
       <DependentUpon>XtraForm1.cs</DependentUpon>
     </Compile>
-    <Compile Include="XtraForm2.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Include="XtraForm2.Designer.cs">
-      <DependentUpon>XtraForm2.cs</DependentUpon>
-    </Compile>
     <EmbeddedResource Include="DevFrm\BasicData\Frm_Customer.resx">
       <DependentUpon>Frm_Customer.cs</DependentUpon>
     </EmbeddedResource>
@@ -1966,8 +1978,17 @@
     <EmbeddedResource Include="DevFrm\QC\Frm_MesQaItemsDetect01Input.resx">
       <DependentUpon>Frm_MesQaItemsDetect01Input.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\QC\Frm_MesQmCheckitemDtByLeiBie.resx">
+      <DependentUpon>Frm_MesQmCheckitemDtByLeiBie.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\QC\JyxmByLeiBie.resx">
+      <DependentUpon>JyxmByLeiBie.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="DevFrm\QC\JyxmShow.resx">
       <DependentUpon>JyxmShow.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="DevFrm\QC\JyxmShowByLeiBie.resx">
+      <DependentUpon>JyxmShowByLeiBie.cs</DependentUpon>
     </EmbeddedResource>
     <EmbeddedResource Include="DevFrm\QC\JyxmShowCopy.resx">
       <DependentUpon>JyxmShowCopy.cs</DependentUpon>
@@ -2515,9 +2536,6 @@
     </EmbeddedResource>
     <EmbeddedResource Include="XtraForm1.resx">
       <DependentUpon>XtraForm1.cs</DependentUpon>
-    </EmbeddedResource>
-    <EmbeddedResource Include="XtraForm2.resx">
-      <DependentUpon>XtraForm2.cs</DependentUpon>
     </EmbeddedResource>
     <None Include="App.config" />
     <None Include="packages.config" />
diff --git a/DevApp/Gs.DevApp/XtraForm2.Designer.cs b/DevApp/Gs.DevApp/XtraForm2.Designer.cs
deleted file mode 100644
index 7138c37..0000000
--- a/DevApp/Gs.DevApp/XtraForm2.Designer.cs
+++ /dev/null
@@ -1,107 +0,0 @@
-锘縩amespace Gs.DevApp
-{
-    partial class XtraForm2
-    {
-        /// <summary>
-        /// Required designer variable.
-        /// </summary>
-        private System.ComponentModel.IContainer components = null;
-
-        /// <summary>
-        /// Clean up any resources being used.
-        /// </summary>
-        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
-        protected override void Dispose(bool disposing)
-        {
-            if (disposing && (components != null))
-            {
-                components.Dispose();
-            }
-            base.Dispose(disposing);
-        }
-
-        #region Windows Form Designer generated code
-
-        /// <summary>
-        /// Required method for Designer support - do not modify
-        /// the contents of this method with the code editor.
-        /// </summary>
-        private void InitializeComponent()
-        {
-            this.accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
-            this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
-            this.accordionControlElement2 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
-            this.accordionControlElement3 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
-            this.accordionControlElement4 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
-            ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
-            this.SuspendLayout();
-            // 
-            // accordionControl1
-            // 
-            this.accordionControl1.AllowSmoothScrolling = false;
-            this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
-            this.accordionControlElement1});
-            this.accordionControl1.Location = new System.Drawing.Point(115, 62);
-            this.accordionControl1.Name = "accordionControl1";
-            this.accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Hidden;
-            this.accordionControl1.Size = new System.Drawing.Size(247, 255);
-            this.accordionControl1.TabIndex = 0;
-            // 
-            // accordionControlElement1
-            // 
-            this.accordionControlElement1.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 20F);
-            this.accordionControlElement1.Appearance.Normal.Options.UseFont = true;
-            this.accordionControlElement1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
-            this.accordionControlElement2,
-            this.accordionControlElement3,
-            this.accordionControlElement4});
-            this.accordionControlElement1.Expanded = true;
-            this.accordionControlElement1.Name = "accordionControlElement1";
-            this.accordionControlElement1.Text = "瀹℃牳宸插畬鎴�";
-            // 
-            // accordionControlElement2
-            // 
-            this.accordionControlElement2.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
-            this.accordionControlElement2.Appearance.Normal.Options.UseFont = true;
-            this.accordionControlElement2.Name = "accordionControlElement2";
-            this.accordionControlElement2.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
-            this.accordionControlElement2.Text = "璐㈠姟宸插鏍�";
-            // 
-            // accordionControlElement3
-            // 
-            this.accordionControlElement3.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
-            this.accordionControlElement3.Appearance.Normal.Options.UseFont = true;
-            this.accordionControlElement3.Name = "accordionControlElement3";
-            this.accordionControlElement3.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
-            this.accordionControlElement3.Text = "閲囪喘宸插鏍�";
-            // 
-            // accordionControlElement4
-            // 
-            this.accordionControlElement4.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
-            this.accordionControlElement4.Appearance.Normal.Options.UseFont = true;
-            this.accordionControlElement4.Name = "accordionControlElement4";
-            this.accordionControlElement4.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
-            this.accordionControlElement4.Text = "閿�鍞凡瀹℃牳";
-            // 
-            // XtraForm2
-            // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(658, 514);
-            this.Controls.Add(this.accordionControl1);
-            this.Name = "XtraForm2";
-            this.Text = "XtraForm2";
-            ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).EndInit();
-            this.ResumeLayout(false);
-
-        }
-
-        #endregion
-
-        private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
-        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
-        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement2;
-        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement3;
-        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement4;
-    }
-}
\ No newline at end of file

--
Gitblit v1.9.3