lu
2025-03-22 05cafd5ad0decbcd8f840e5750def4b525c5828e
物料类型
已修改6个文件
3023 ■■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs 790 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.cs 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs 2135 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/UserControl/ShowFilter.cs 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs
@@ -29,237 +29,82 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.lb_description = new DevExpress.XtraEditors.LabelControl();
            this.txt_description = new DevExpress.XtraEditors.TextEdit();
            this.gv_description = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_pgroup = new DevExpress.XtraEditors.LabelControl();
            this.txt_pgroup = new DevExpress.XtraEditors.TextEdit();
            this.gv_pgroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_lastupdateDate = new DevExpress.XtraEditors.LabelControl();
            this.txt_lastupdateDate = new DevExpress.XtraEditors.TextEdit();
            this.lb_remark = new DevExpress.XtraEditors.LabelControl();
            this.txt_remark = new DevExpress.XtraEditors.TextEdit();
            this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_tname = new DevExpress.XtraEditors.LabelControl();
            this.txt_tname = new DevExpress.XtraEditors.TextEdit();
            this.gv_tname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_tcode = new DevExpress.XtraEditors.LabelControl();
            this.txt_tcode = new DevExpress.XtraEditors.TextEdit();
            this.gv_tcode = new DevExpress.XtraGrid.Columns.GridColumn();
            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();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            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_tcode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_tname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_pgroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_description = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.txt_description = new DevExpress.XtraEditors.TextEdit();
            this.txt_pgroup = new DevExpress.XtraEditors.TextEdit();
            this.txt_lastupdateDate = new DevExpress.XtraEditors.TextEdit();
            this.txt_remark = new DevExpress.XtraEditors.TextEdit();
            this.txt_tname = new DevExpress.XtraEditors.TextEdit();
            this.txt_tcode = new DevExpress.XtraEditors.TextEdit();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            ((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.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_description.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_pgroup.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_tname.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_tcode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
            this.layoutMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            this.SuspendLayout();
            //
            // lb_description
            //
            this.lb_description.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_description.Appearance.Options.UseFont = true;
            this.lb_description.Location = new System.Drawing.Point(306, 52);
            this.lb_description.Name = "lb_description";
            this.lb_description.Size = new System.Drawing.Size(39, 21);
            this.lb_description.TabIndex = 252;
            this.lb_description.Text = "描述 ";
            //
            // txt_description
            //
            this.txt_description.Location = new System.Drawing.Point(350, 48);
            this.txt_description.Name = "txt_description";
            this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_description.Properties.Appearance.Options.UseFont = true;
            this.txt_description.Size = new System.Drawing.Size(150, 28);
            this.txt_description.TabIndex = 252;
            //
            // gv_description
            //
            this.gv_description.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_description.AppearanceCell.Options.UseFont = true;
            this.gv_description.Caption = "描述 ";
            this.gv_description.FieldName = "description";
            this.gv_description.MinWidth = 50;
            this.gv_description.Name = "gv_description";
            this.gv_description.OptionsColumn.AllowEdit = false;
            this.gv_description.Tag = "query_a.description";
            this.gv_description.Visible = true;
            this.gv_description.VisibleIndex = 4;
            this.gv_description.Width = 147;
            //
            // lb_pgroup
            //
            this.lb_pgroup.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_pgroup.Appearance.Options.UseFont = true;
            this.lb_pgroup.Location = new System.Drawing.Point(272, 18);
            this.lb_pgroup.Name = "lb_pgroup";
            this.lb_pgroup.Size = new System.Drawing.Size(73, 21);
            this.lb_pgroup.TabIndex = 247;
            this.lb_pgroup.Text = "上级分组 ";
            //
            // txt_pgroup
            //
            this.txt_pgroup.Location = new System.Drawing.Point(350, 14);
            this.txt_pgroup.Name = "txt_pgroup";
            this.txt_pgroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_pgroup.Properties.Appearance.Options.UseFont = true;
            this.txt_pgroup.Size = new System.Drawing.Size(150, 28);
            this.txt_pgroup.TabIndex = 247;
            //
            // gv_pgroup
            //
            this.gv_pgroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_pgroup.AppearanceCell.Options.UseFont = true;
            this.gv_pgroup.Caption = "上级分组 ";
            this.gv_pgroup.FieldName = "pgroup";
            this.gv_pgroup.MinWidth = 50;
            this.gv_pgroup.Name = "gv_pgroup";
            this.gv_pgroup.OptionsColumn.AllowEdit = false;
            this.gv_pgroup.Tag = "query_a.pgroup";
            this.gv_pgroup.Visible = true;
            this.gv_pgroup.VisibleIndex = 3;
            this.gv_pgroup.Width = 147;
            //
            // lb_lastupdateDate
            //
            this.lb_lastupdateDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lastupdateDate.Appearance.Options.UseFont = true;
            this.lb_lastupdateDate.Location = new System.Drawing.Point(520, 52);
            this.lb_lastupdateDate.Name = "lb_lastupdateDate";
            this.lb_lastupdateDate.Size = new System.Drawing.Size(73, 21);
            this.lb_lastupdateDate.TabIndex = 228;
            this.lb_lastupdateDate.Text = "同步时间 ";
            //
            // txt_lastupdateDate
            //
            this.txt_lastupdateDate.Location = new System.Drawing.Point(598, 48);
            this.txt_lastupdateDate.Name = "txt_lastupdateDate";
            this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
            this.txt_lastupdateDate.Size = new System.Drawing.Size(150, 28);
            this.txt_lastupdateDate.TabIndex = 228;
            //
            // lb_remark
            //
            this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_remark.Appearance.Options.UseFont = true;
            this.lb_remark.Location = new System.Drawing.Point(72, 52);
            this.lb_remark.Name = "lb_remark";
            this.lb_remark.Size = new System.Drawing.Size(39, 21);
            this.lb_remark.TabIndex = 217;
            this.lb_remark.Text = "备注 ";
            //
            // txt_remark
            //
            this.txt_remark.Location = new System.Drawing.Point(116, 48);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(150, 28);
            this.txt_remark.TabIndex = 217;
            //
            // gv_remark
            //
            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.Caption = "备注 ";
            this.gv_remark.FieldName = "remark";
            this.gv_remark.MinWidth = 50;
            this.gv_remark.Name = "gv_remark";
            this.gv_remark.OptionsColumn.AllowEdit = false;
            this.gv_remark.Tag = "query_a.remark";
            this.gv_remark.Visible = true;
            this.gv_remark.VisibleIndex = 2;
            this.gv_remark.Width = 147;
            //
            // lb_tname
            //
            this.lb_tname.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_tname.Appearance.Options.UseFont = true;
            this.lb_tname.Location = new System.Drawing.Point(520, 18);
            this.lb_tname.Name = "lb_tname";
            this.lb_tname.Size = new System.Drawing.Size(73, 21);
            this.lb_tname.TabIndex = 216;
            this.lb_tname.Text = "类型名称 ";
            //
            // txt_tname
            //
            this.txt_tname.Location = new System.Drawing.Point(599, 14);
            this.txt_tname.Name = "txt_tname";
            this.txt_tname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_tname.Properties.Appearance.Options.UseFont = true;
            this.txt_tname.Size = new System.Drawing.Size(150, 28);
            this.txt_tname.TabIndex = 216;
            //
            // gv_tname
            //
            this.gv_tname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_tname.AppearanceCell.Options.UseFont = true;
            this.gv_tname.Caption = "类型名称 ";
            this.gv_tname.FieldName = "tname";
            this.gv_tname.MinWidth = 50;
            this.gv_tname.Name = "gv_tname";
            this.gv_tname.OptionsColumn.AllowEdit = false;
            this.gv_tname.Tag = "query_a.tname";
            this.gv_tname.Visible = true;
            this.gv_tname.VisibleIndex = 1;
            this.gv_tname.Width = 147;
            //
            // lb_tcode
            //
            this.lb_tcode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_tcode.Appearance.Options.UseFont = true;
            this.lb_tcode.Location = new System.Drawing.Point(38, 18);
            this.lb_tcode.Name = "lb_tcode";
            this.lb_tcode.Size = new System.Drawing.Size(73, 21);
            this.lb_tcode.TabIndex = 213;
            this.lb_tcode.Text = "类型编码 ";
            //
            // txt_tcode
            //
            this.txt_tcode.Location = new System.Drawing.Point(116, 14);
            this.txt_tcode.Name = "txt_tcode";
            this.txt_tcode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_tcode.Properties.Appearance.Options.UseFont = true;
            this.txt_tcode.Size = new System.Drawing.Size(150, 28);
            this.txt_tcode.TabIndex = 213;
            //
            // gv_tcode
            //
            this.gv_tcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_tcode.AppearanceCell.Options.UseFont = true;
            this.gv_tcode.Caption = "类型编码 ";
            this.gv_tcode.FieldName = "tcode";
            this.gv_tcode.MinWidth = 50;
            this.gv_tcode.Name = "gv_tcode";
            this.gv_tcode.OptionsColumn.AllowEdit = false;
            this.gv_tcode.Tag = "query_a.tcode";
            this.gv_tcode.Visible = true;
            this.gv_tcode.VisibleIndex = 0;
            this.gv_tcode.Width = 147;
            // 
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.defaultActions = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -270,36 +115,6 @@
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = null;
            //
            // gcMain
            //
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
            this.gcMain.Size = new System.Drawing.Size(936, 330);
            this.gcMain.TabIndex = 1;
            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            //
            // gridView1
            //
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_tcode,
            this.gv_tname,
            this.gv_remark,
            this.gv_pgroup,
            this.gv_description,
            this.gridColumn1});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // xtraTabControl1
            // 
@@ -315,72 +130,130 @@
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gcMain);
            this.xtraTabPage1.Controls.Add(this.pageBar1);
            this.xtraTabPage1.Controls.Add(this.split1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(936, 369);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // pageBar1
            // split1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 330);
            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(936, 39);
            this.pageBar1.TabIndex = 3;
            this.pageBar1.TotalPages = 0;
            this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Name = "split1";
            // 
            // xtraTabPage2
            // split1.Panel1
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(936, 369);
            this.xtraTabPage2.Text = "数据详细";
            this.split1.Panel1.Controls.Add(this.gcMain1);
            this.split1.Panel1.Controls.Add(this.pageBar1);
            this.split1.Panel1.Text = "Panel1";
            // 
            // panel1
            // split1.Panel2
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.labelControl11);
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.lb_description);
            this.panel1.Controls.Add(this.txt_description);
            this.panel1.Controls.Add(this.lb_pgroup);
            this.panel1.Controls.Add(this.txt_pgroup);
            this.panel1.Controls.Add(this.lb_lastupdateDate);
            this.panel1.Controls.Add(this.txt_lastupdateDate);
            this.panel1.Controls.Add(this.lb_remark);
            this.panel1.Controls.Add(this.txt_remark);
            this.panel1.Controls.Add(this.lb_tname);
            this.panel1.Controls.Add(this.txt_tname);
            this.panel1.Controls.Add(this.lb_tcode);
            this.panel1.Controls.Add(this.txt_tcode);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(76, 20);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(782, 176);
            this.panel1.TabIndex = 1;
            this.split1.Panel2.Text = "Panel2";
            this.split1.Size = new System.Drawing.Size(936, 369);
            this.split1.SplitterPosition = 357;
            this.split1.TabIndex = 0;
            // 
            // labelControl11
            // gcMain1
            // 
            this.labelControl11.Location = new System.Drawing.Point(105, 116);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
            this.labelControl11.TabIndex = 130;
            this.labelControl11.Text = "主键:";
            this.labelControl11.Visible = false;
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(936, 318);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // lbGuid
            // gridView1
            // 
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(156, 116);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Visible = false;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_tcode,
            this.gv_tname,
            this.gv_remark,
            this.gv_pgroup,
            this.gv_description,
            this.gridColumn1});
            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_tcode
            //
            this.gv_tcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_tcode.AppearanceCell.Options.UseFont = true;
            this.gv_tcode.Caption = "类型编码 ";
            this.gv_tcode.FieldName = "tcode";
            this.gv_tcode.MinWidth = 50;
            this.gv_tcode.Name = "gv_tcode";
            this.gv_tcode.OptionsColumn.AllowEdit = false;
            this.gv_tcode.Tag = "query_a.tcode";
            this.gv_tcode.Visible = true;
            this.gv_tcode.VisibleIndex = 0;
            this.gv_tcode.Width = 147;
            //
            // gv_tname
            //
            this.gv_tname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_tname.AppearanceCell.Options.UseFont = true;
            this.gv_tname.Caption = "类型名称 ";
            this.gv_tname.FieldName = "tname";
            this.gv_tname.MinWidth = 50;
            this.gv_tname.Name = "gv_tname";
            this.gv_tname.OptionsColumn.AllowEdit = false;
            this.gv_tname.Tag = "query_a.tname";
            this.gv_tname.Visible = true;
            this.gv_tname.VisibleIndex = 1;
            this.gv_tname.Width = 147;
            //
            // gv_remark
            //
            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.Caption = "备注 ";
            this.gv_remark.FieldName = "remark";
            this.gv_remark.MinWidth = 50;
            this.gv_remark.Name = "gv_remark";
            this.gv_remark.OptionsColumn.AllowEdit = false;
            this.gv_remark.Tag = "query_a.remark";
            this.gv_remark.Visible = true;
            this.gv_remark.VisibleIndex = 2;
            this.gv_remark.Width = 147;
            //
            // gv_pgroup
            //
            this.gv_pgroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_pgroup.AppearanceCell.Options.UseFont = true;
            this.gv_pgroup.Caption = "上级分组 ";
            this.gv_pgroup.FieldName = "pgroup";
            this.gv_pgroup.MinWidth = 50;
            this.gv_pgroup.Name = "gv_pgroup";
            this.gv_pgroup.OptionsColumn.AllowEdit = false;
            this.gv_pgroup.Tag = "query_a.pgroup";
            this.gv_pgroup.Visible = true;
            this.gv_pgroup.VisibleIndex = 3;
            this.gv_pgroup.Width = 147;
            //
            // gv_description
            //
            this.gv_description.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_description.AppearanceCell.Options.UseFont = true;
            this.gv_description.Caption = "描述 ";
            this.gv_description.FieldName = "description";
            this.gv_description.MinWidth = 50;
            this.gv_description.Name = "gv_description";
            this.gv_description.OptionsColumn.AllowEdit = false;
            this.gv_description.Tag = "query_a.description";
            this.gv_description.Visible = true;
            this.gv_description.VisibleIndex = 4;
            this.gv_description.Width = 147;
            // 
            // gridColumn1
            // 
@@ -393,6 +266,242 @@
            this.gridColumn1.VisibleIndex = 5;
            this.gridColumn1.Width = 180;
            // 
            // pageBar1
            //
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 318);
            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(936, 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(936, 369);
            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.Text = "Panel2";
            this.splitMx1.Size = new System.Drawing.Size(936, 369);
            this.splitMx1.SplitterPosition = 87;
            this.splitMx1.TabIndex = 0;
            //
            // lbGuid
            //
            this.lbGuid.Location = new System.Drawing.Point(699, 45);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(225, 30);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Text = "lbGuid";
            this.lbGuid.Visible = false;
            //
            // txt_description
            //
            this.txt_description.Location = new System.Drawing.Point(313, 45);
            this.txt_description.Name = "txt_description";
            this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_description.Properties.Appearance.Options.UseFont = true;
            this.txt_description.Size = new System.Drawing.Size(153, 28);
            this.txt_description.StyleController = this.layoutMx1;
            this.txt_description.TabIndex = 252;
            //
            // txt_pgroup
            //
            this.txt_pgroup.Location = new System.Drawing.Point(313, 12);
            this.txt_pgroup.Name = "txt_pgroup";
            this.txt_pgroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_pgroup.Properties.Appearance.Options.UseFont = true;
            this.txt_pgroup.Size = new System.Drawing.Size(153, 28);
            this.txt_pgroup.StyleController = this.layoutMx1;
            this.txt_pgroup.TabIndex = 247;
            //
            // txt_lastupdateDate
            //
            this.txt_lastupdateDate.Location = new System.Drawing.Point(542, 45);
            this.txt_lastupdateDate.Name = "txt_lastupdateDate";
            this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
            this.txt_lastupdateDate.Size = new System.Drawing.Size(153, 28);
            this.txt_lastupdateDate.StyleController = this.layoutMx1;
            this.txt_lastupdateDate.TabIndex = 228;
            //
            // txt_remark
            //
            this.txt_remark.Location = new System.Drawing.Point(84, 45);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(153, 28);
            this.txt_remark.StyleController = this.layoutMx1;
            this.txt_remark.TabIndex = 217;
            //
            // txt_tname
            //
            this.txt_tname.Location = new System.Drawing.Point(542, 12);
            this.txt_tname.Name = "txt_tname";
            this.txt_tname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_tname.Properties.Appearance.Options.UseFont = true;
            this.txt_tname.Size = new System.Drawing.Size(153, 28);
            this.txt_tname.StyleController = this.layoutMx1;
            this.txt_tname.TabIndex = 216;
            //
            // txt_tcode
            //
            this.txt_tcode.Location = new System.Drawing.Point(84, 12);
            this.txt_tcode.Name = "txt_tcode";
            this.txt_tcode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_tcode.Properties.Appearance.Options.UseFont = true;
            this.txt_tcode.Size = new System.Drawing.Size(153, 28);
            this.txt_tcode.StyleController = this.layoutMx1;
            this.txt_tcode.TabIndex = 213;
            //
            // layoutMx1
            //
            this.layoutMx1.Controls.Add(this.lbGuid);
            this.layoutMx1.Controls.Add(this.txt_description);
            this.layoutMx1.Controls.Add(this.txt_lastupdateDate);
            this.layoutMx1.Controls.Add(this.txt_tcode);
            this.layoutMx1.Controls.Add(this.txt_pgroup);
            this.layoutMx1.Controls.Add(this.txt_tname);
            this.layoutMx1.Controls.Add(this.txt_remark);
            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem7});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(936, 87);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            //
            // Root
            //
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root.GroupBordersVisible = false;
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.layoutControlItem5,
            this.layoutControlItem6});
            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;
            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition1,
            rowDefinition2});
            this.Root.Size = new System.Drawing.Size(936, 87);
            this.Root.TextVisible = false;
            //
            // layoutControlItem1
            //
            this.layoutControlItem1.Control = this.txt_tcode;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(229, 33);
            this.layoutControlItem1.Text = "类型编码";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18);
            //
            // layoutControlItem2
            //
            this.layoutControlItem2.Control = this.txt_pgroup;
            this.layoutControlItem2.Location = new System.Drawing.Point(229, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(229, 33);
            this.layoutControlItem2.Text = "上级分组";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18);
            //
            // layoutControlItem3
            //
            this.layoutControlItem3.Control = this.txt_tname;
            this.layoutControlItem3.Location = new System.Drawing.Point(458, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(229, 33);
            this.layoutControlItem3.Text = "类型名称";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18);
            //
            // layoutControlItem4
            //
            this.layoutControlItem4.Control = this.txt_remark;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 33);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(229, 34);
            this.layoutControlItem4.Text = "备注";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18);
            //
            // layoutControlItem5
            //
            this.layoutControlItem5.Control = this.txt_description;
            this.layoutControlItem5.Location = new System.Drawing.Point(229, 33);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(229, 34);
            this.layoutControlItem5.Text = "描述";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 18);
            //
            // layoutControlItem6
            //
            this.layoutControlItem6.Control = this.txt_lastupdateDate;
            this.layoutControlItem6.Location = new System.Drawing.Point(458, 33);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(229, 34);
            this.layoutControlItem6.Text = "同步时间";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18);
            //
            // layoutControlItem7
            //
            this.layoutControlItem7.Control = this.lbGuid;
            this.layoutControlItem7.Location = new System.Drawing.Point(687, 33);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(229, 34);
            this.layoutControlItem7.Text = "lbGuid";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextVisible = false;
            //
            // Frm_MesItemType
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -402,57 +511,72 @@
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "Frm_MesItemType";
            this.Text = "物料类别";
            ((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();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit();
            this.splitMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txt_description.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_pgroup.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateDate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_tname.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_tcode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
            this.layoutMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
      private UserControl.UcToolBarMenu toolBarMenu1;
        private DevExpress.XtraGrid.GridControl gcMain;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
        private DevExpress.XtraEditors.SplitContainerControl split1;
        private UserControls.Data.UcPageBar pageBar1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.LabelControl labelControl11;
       //BQCreateConrolObejct
private DevExpress.XtraEditors.LabelControl lb_description;
private DevExpress.XtraEditors.TextEdit txt_description;
 private DevExpress.XtraGrid.Columns.GridColumn gv_description;
private DevExpress.XtraEditors.LabelControl lb_pgroup;
private DevExpress.XtraEditors.TextEdit txt_pgroup;
 private DevExpress.XtraGrid.Columns.GridColumn gv_pgroup;
private DevExpress.XtraEditors.LabelControl lb_lastupdateDate;
private DevExpress.XtraEditors.TextEdit txt_lastupdateDate;
private DevExpress.XtraEditors.LabelControl lb_remark;
private DevExpress.XtraEditors.TextEdit txt_remark;
 private DevExpress.XtraGrid.Columns.GridColumn gv_remark;
private DevExpress.XtraEditors.LabelControl lb_tname;
private DevExpress.XtraEditors.TextEdit txt_tname;
 private DevExpress.XtraGrid.Columns.GridColumn gv_tname;
private DevExpress.XtraEditors.LabelControl lb_tcode;
private DevExpress.XtraEditors.TextEdit txt_tcode;
 private DevExpress.XtraGrid.Columns.GridColumn gv_tcode;
        private DevExpress.XtraGrid.GridControl gcMain1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraGrid.Columns.GridColumn gv_tcode;
        private DevExpress.XtraGrid.Columns.GridColumn gv_tname;
        private DevExpress.XtraGrid.Columns.GridColumn gv_remark;
        private DevExpress.XtraGrid.Columns.GridColumn gv_pgroup;
        private DevExpress.XtraGrid.Columns.GridColumn gv_description;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
        private DevExpress.XtraEditors.SplitContainerControl splitMx1;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.TextEdit txt_description;
        private DevExpress.XtraEditors.TextEdit txt_pgroup;
        private DevExpress.XtraEditors.TextEdit txt_lastupdateDate;
        private DevExpress.XtraEditors.TextEdit txt_remark;
        private DevExpress.XtraEditors.TextEdit txt_tname;
        private DevExpress.XtraEditors.TextEdit txt_tcode;
        private DevExpress.XtraLayout.LayoutControl layoutMx1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
    }
}
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.cs
@@ -20,9 +20,7 @@
            InitializeComponent();
            toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
            toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
            List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
            gvList.Add(gridView1);
            Gs.DevApp.ToolBox.UtilityHelper.getGridViewConfig(this.GetType().FullName, gvList);
            this.toolBarMenu1.getXmlConfig();
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, "", "", (value) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
@@ -121,15 +119,15 @@
                if (dd.rtnCode > 0)
                {
                    DataTable dt = dd.rtnData.list;
                    gcMain.BindingContext = new BindingContext();
                    gcMain1.BindingContext = new BindingContext();
                    gridView1.ColumnFilterChanged -= GridView1_ColumnFilterChanged;
                    if (dt.Rows.Count > 0)
                    {
                        gcMain.DataSource = dt;
                        gcMain.ForceInitialize();
                        gcMain1.DataSource = dt;
                        gcMain1.ForceInitialize();
                    }
                    else
                        UtilityHelper.SetDefaultTable(gcMain, gridView1);
                        UtilityHelper.SetDefaultTable(gcMain1, gridView1);
                    gridView1.ColumnFilterChanged += GridView1_ColumnFilterChanged;
                    pageBar1.TotalPages = dd.rtnData.pages;//总页
                    pageBar1.CurrentPage = curPage;//当前页
@@ -175,7 +173,7 @@
                {
                    var dy = _rtn.rtnData;
                    lbGuid.Text = strGuid;
                    UtilityHelper.SetValueByObj(panel1.Controls, dy, isEdit);
                    UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit);
                }
                else
                {
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
@@ -29,747 +29,167 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.lb_fissueType = new DevExpress.XtraEditors.LabelControl();
            this.txt_fissueType = new DevExpress.XtraEditors.TextEdit();
            this.lb_finishRate = new DevExpress.XtraEditors.LabelControl();
            this.txt_ffinishreceiptoverrate = new DevExpress.XtraEditors.TextEdit();
            this.lb_materialProperties = new DevExpress.XtraEditors.LabelControl();
            this.txt_materialProperti = new DevExpress.XtraEditors.TextEdit();
            this.gv_materialGroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_isStatus = new DevExpress.XtraEditors.LabelControl();
            this.txt_fforbidstatusTxt = new DevExpress.XtraEditors.TextEdit();
            this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_produceWorkNo = new DevExpress.XtraEditors.LabelControl();
            this.txt_productionWorkshop = new DevExpress.XtraEditors.TextEdit();
            this.lb_bomNo = new DevExpress.XtraEditors.LabelControl();
            this.txt_ppbom00019124 = new DevExpress.XtraEditors.TextEdit();
            this.gv_bomNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_depotNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_depotNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_subconUnitNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_subconUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_purchaseUnitNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_purchaseUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_produceUnitNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_produceUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_storeUnitNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_storeUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_saleUnitNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_saleUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_prdPack = new DevExpress.XtraEditors.LabelControl();
            this.txt_prdPack = new DevExpress.XtraEditors.TextEdit();
            this.gv_prdPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_highLimt = new DevExpress.XtraEditors.LabelControl();
            this.txt_highlimit = new DevExpress.XtraEditors.TextEdit();
            this.gv_highLimt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_lowLimt = new DevExpress.XtraEditors.LabelControl();
            this.txt_lowlimit = new DevExpress.XtraEditors.TextEdit();
            this.gv_lowLimt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_itemVersion = new DevExpress.XtraEditors.LabelControl();
            this.txt_itemVersion = new DevExpress.XtraEditors.TextEdit();
            this.lb_itemType = new DevExpress.XtraEditors.LabelControl();
            this.txt_itemType = new DevExpress.XtraEditors.TextEdit();
            this.lb_itemUnitNo = new DevExpress.XtraEditors.LabelControl();
            this.gv_itemUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_itemDescription = new DevExpress.XtraEditors.LabelControl();
            this.txt_itemDescription = new DevExpress.XtraEditors.TextEdit();
            this.lb_itemModel = new DevExpress.XtraEditors.LabelControl();
            this.gv_itemModel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_itemSname = new DevExpress.XtraEditors.LabelControl();
            this.txt_itemSname = new DevExpress.XtraEditors.TextEdit();
            this.lb_itemName = new DevExpress.XtraEditors.LabelControl();
            this.gv_itemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_itemNo = new DevExpress.XtraEditors.LabelControl();
            this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
            this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            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.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
            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.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_itemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_itemModel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_lowLimt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_highLimt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_prdPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_bomNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_materialGroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_itemUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_purchaseUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_saleUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_storeUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_subconUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_produceUnitNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_depotNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_kfName = new DevExpress.XtraEditors.TextEdit();
            this.txt_wwName = new DevExpress.XtraEditors.TextEdit();
            this.txt_wlName = new DevExpress.XtraEditors.TextEdit();
            this.txt_xxName = new DevExpress.XtraEditors.TextEdit();
            this.txt_scName = new DevExpress.XtraEditors.TextEdit();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.txt_cgName = new DevExpress.XtraEditors.TextEdit();
            this.txt_dptName = new DevExpress.XtraEditors.TextEdit();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.txt_scName = new DevExpress.XtraEditors.TextEdit();
            this.txt_fforbidstatusTxt = new DevExpress.XtraEditors.TextEdit();
            this.txt_xxName = new DevExpress.XtraEditors.TextEdit();
            this.txt_dptName = new DevExpress.XtraEditors.TextEdit();
            this.txt_wlName = new DevExpress.XtraEditors.TextEdit();
            this.txt_wwName = new DevExpress.XtraEditors.TextEdit();
            this.txt_kfName = new DevExpress.XtraEditors.TextEdit();
            this.txt_fissueType = new DevExpress.XtraEditors.TextEdit();
            this.txt_ffinishreceiptoverrate = new DevExpress.XtraEditors.TextEdit();
            this.txt_itemName = new DevExpress.XtraEditors.MemoEdit();
            this.txt_itemModel = new DevExpress.XtraEditors.MemoEdit();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fissueType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ffinishreceiptoverrate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_materialProperti.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatusTxt.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_productionWorkshop.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ppbom00019124.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_prdPack.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_highlimit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lowlimit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemVersion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemSname.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.txt_itemSname = new DevExpress.XtraEditors.TextEdit();
            this.txt_itemDescription = new DevExpress.XtraEditors.TextEdit();
            this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
            this.txt_itemType = new DevExpress.XtraEditors.TextEdit();
            this.txt_itemVersion = new DevExpress.XtraEditors.TextEdit();
            this.txt_ppbom00019124 = new DevExpress.XtraEditors.TextEdit();
            this.txt_materialProperti = new DevExpress.XtraEditors.TextEdit();
            this.txt_productionWorkshop = new DevExpress.XtraEditors.TextEdit();
            this.txt_highlimit = new DevExpress.XtraEditors.TextEdit();
            this.txt_lowlimit = new DevExpress.XtraEditors.TextEdit();
            this.txt_prdPack = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            ((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.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kfName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wwName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wlName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_xxName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_scName.Properties)).BeginInit();
            ((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.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
            this.layoutMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_cgName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_scName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatusTxt.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_xxName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wlName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wwName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kfName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fissueType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ffinishreceiptoverrate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemModel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemSname.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemVersion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ppbom00019124.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_materialProperti.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_productionWorkshop.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_highlimit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lowlimit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_prdPack.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
            this.SuspendLayout();
            //
            // lb_fissueType
            //
            this.lb_fissueType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_fissueType.Appearance.Options.UseFont = true;
            this.lb_fissueType.Location = new System.Drawing.Point(538, 117);
            this.lb_fissueType.Name = "lb_fissueType";
            this.lb_fissueType.Size = new System.Drawing.Size(85, 21);
            this.lb_fissueType.TabIndex = 378;
            this.lb_fissueType.Tag = "fissueType";
            this.lb_fissueType.Text = "发料方式:";
            //
            // txt_fissueType
            //
            this.txt_fissueType.Location = new System.Drawing.Point(626, 113);
            this.txt_fissueType.Name = "txt_fissueType";
            this.txt_fissueType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fissueType.Properties.Appearance.Options.UseFont = true;
            this.txt_fissueType.Size = new System.Drawing.Size(150, 28);
            this.txt_fissueType.TabIndex = 378;
            this.txt_fissueType.Tag = "fissueType";
            //
            // lb_finishRate
            //
            this.lb_finishRate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_finishRate.Appearance.Options.UseFont = true;
            this.lb_finishRate.Location = new System.Drawing.Point(538, 152);
            this.lb_finishRate.Name = "lb_finishRate";
            this.lb_finishRate.Size = new System.Drawing.Size(85, 21);
            this.lb_finishRate.TabIndex = 370;
            this.lb_finishRate.Tag = "finishRate";
            this.lb_finishRate.Text = "超收比例:";
            //
            // txt_ffinishreceiptoverrate
            //
            this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(626, 148);
            this.txt_ffinishreceiptoverrate.Name = "txt_ffinishreceiptoverrate";
            this.txt_ffinishreceiptoverrate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_ffinishreceiptoverrate.Properties.Appearance.Options.UseFont = true;
            this.txt_ffinishreceiptoverrate.Size = new System.Drawing.Size(150, 28);
            this.txt_ffinishreceiptoverrate.TabIndex = 370;
            this.txt_ffinishreceiptoverrate.Tag = "finishRate";
            //
            // lb_materialProperties
            //
            this.lb_materialProperties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_materialProperties.Appearance.Options.UseFont = true;
            this.lb_materialProperties.Location = new System.Drawing.Point(272, 152);
            this.lb_materialProperties.Name = "lb_materialProperties";
            this.lb_materialProperties.Size = new System.Drawing.Size(85, 21);
            this.lb_materialProperties.TabIndex = 360;
            this.lb_materialProperties.Tag = "materialProperties";
            this.lb_materialProperties.Text = "物料属性:";
            //
            // txt_materialProperti
            //
            this.txt_materialProperti.Location = new System.Drawing.Point(361, 148);
            this.txt_materialProperti.Name = "txt_materialProperti";
            this.txt_materialProperti.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_materialProperti.Properties.Appearance.Options.UseFont = true;
            this.txt_materialProperti.Size = new System.Drawing.Size(150, 28);
            this.txt_materialProperti.TabIndex = 360;
            this.txt_materialProperti.Tag = "materialProperties";
            //
            // gv_materialGroup
            //
            this.gv_materialGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_materialGroup.AppearanceCell.Options.UseFont = true;
            this.gv_materialGroup.Caption = "物料分组";
            this.gv_materialGroup.FieldName = "remarks";
            this.gv_materialGroup.MinWidth = 50;
            this.gv_materialGroup.Name = "gv_materialGroup";
            this.gv_materialGroup.OptionsColumn.AllowEdit = false;
            this.gv_materialGroup.Tag = "query_a.materialGroup";
            this.gv_materialGroup.Visible = true;
            this.gv_materialGroup.VisibleIndex = 8;
            this.gv_materialGroup.Width = 130;
            //
            // lb_isStatus
            //
            this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_isStatus.Appearance.Options.UseFont = true;
            this.lb_isStatus.Location = new System.Drawing.Point(787, 220);
            this.lb_isStatus.Name = "lb_isStatus";
            this.lb_isStatus.Size = new System.Drawing.Size(85, 21);
            this.lb_isStatus.TabIndex = 343;
            this.lb_isStatus.Tag = "isStatus";
            this.lb_isStatus.Text = "禁用状态:";
            //
            // txt_fforbidstatusTxt
            //
            this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(876, 216);
            this.txt_fforbidstatusTxt.Name = "txt_fforbidstatusTxt";
            this.txt_fforbidstatusTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fforbidstatusTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_fforbidstatusTxt.Size = new System.Drawing.Size(150, 28);
            this.txt_fforbidstatusTxt.TabIndex = 343;
            this.txt_fforbidstatusTxt.Tag = "isStatus";
            //
            // gv_isStatus
            //
            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.Caption = "禁用状态";
            this.gv_isStatus.FieldName = "fforbidstatus";
            this.gv_isStatus.MaxWidth = 50;
            this.gv_isStatus.MinWidth = 50;
            this.gv_isStatus.Name = "gv_isStatus";
            this.gv_isStatus.OptionsColumn.AllowEdit = false;
            this.gv_isStatus.Tag = "query_a.fforbidstatus";
            this.gv_isStatus.Visible = true;
            this.gv_isStatus.VisibleIndex = 16;
            this.gv_isStatus.Width = 50;
            //
            // lb_produceWorkNo
            //
            this.lb_produceWorkNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_produceWorkNo.Appearance.Options.UseFont = true;
            this.lb_produceWorkNo.Location = new System.Drawing.Point(272, 187);
            this.lb_produceWorkNo.Name = "lb_produceWorkNo";
            this.lb_produceWorkNo.Size = new System.Drawing.Size(85, 21);
            this.lb_produceWorkNo.TabIndex = 336;
            this.lb_produceWorkNo.Tag = "produceWorkNo";
            this.lb_produceWorkNo.Text = "生产车间:";
            //
            // txt_productionWorkshop
            //
            this.txt_productionWorkshop.Location = new System.Drawing.Point(361, 183);
            this.txt_productionWorkshop.Name = "txt_productionWorkshop";
            this.txt_productionWorkshop.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_productionWorkshop.Properties.Appearance.Options.UseFont = true;
            this.txt_productionWorkshop.Size = new System.Drawing.Size(150, 28);
            this.txt_productionWorkshop.TabIndex = 336;
            this.txt_productionWorkshop.Tag = "produceWorkNo";
            //
            // lb_bomNo
            //
            this.lb_bomNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_bomNo.Appearance.Options.UseFont = true;
            this.lb_bomNo.Location = new System.Drawing.Point(272, 118);
            this.lb_bomNo.Name = "lb_bomNo";
            this.lb_bomNo.Size = new System.Drawing.Size(85, 21);
            this.lb_bomNo.TabIndex = 319;
            this.lb_bomNo.Tag = "bomNo";
            this.lb_bomNo.Text = "分类编号:";
            //
            // txt_ppbom00019124
            //
            this.txt_ppbom00019124.Location = new System.Drawing.Point(361, 114);
            this.txt_ppbom00019124.Name = "txt_ppbom00019124";
            this.txt_ppbom00019124.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_ppbom00019124.Properties.Appearance.Options.UseFont = true;
            this.txt_ppbom00019124.Size = new System.Drawing.Size(150, 28);
            this.txt_ppbom00019124.TabIndex = 319;
            this.txt_ppbom00019124.Tag = "bomNo";
            //
            // gv_bomNo
            //
            this.gv_bomNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_bomNo.AppearanceCell.Options.UseFont = true;
            this.gv_bomNo.Caption = "物料分类编号";
            this.gv_bomNo.FieldName = "ppbom00019124";
            this.gv_bomNo.MaxWidth = 60;
            this.gv_bomNo.MinWidth = 60;
            this.gv_bomNo.Name = "gv_bomNo";
            this.gv_bomNo.OptionsColumn.AllowEdit = false;
            this.gv_bomNo.Tag = "query_a.bomNo";
            this.gv_bomNo.Visible = true;
            this.gv_bomNo.VisibleIndex = 7;
            this.gv_bomNo.Width = 60;
            //
            // lb_depotNo
            //
            this.lb_depotNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_depotNo.Appearance.Options.UseFont = true;
            this.lb_depotNo.Location = new System.Drawing.Point(538, 187);
            this.lb_depotNo.Name = "lb_depotNo";
            this.lb_depotNo.Size = new System.Drawing.Size(85, 21);
            this.lb_depotNo.TabIndex = 312;
            this.lb_depotNo.Tag = "depotNo";
            this.lb_depotNo.Text = "默认仓库:";
            //
            // gv_depotNo
            //
            this.gv_depotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_depotNo.AppearanceCell.Options.UseFont = true;
            this.gv_depotNo.Caption = "默认仓库";
            this.gv_depotNo.FieldName = "depotCode";
            this.gv_depotNo.MinWidth = 80;
            this.gv_depotNo.Name = "gv_depotNo";
            this.gv_depotNo.OptionsColumn.AllowEdit = false;
            this.gv_depotNo.Tag = "query_m.depot_name";
            this.gv_depotNo.Visible = true;
            this.gv_depotNo.VisibleIndex = 15;
            this.gv_depotNo.Width = 94;
            //
            // lb_subconUnitNo
            //
            this.lb_subconUnitNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_subconUnitNo.Appearance.Options.UseFont = true;
            this.lb_subconUnitNo.Location = new System.Drawing.Point(787, 50);
            this.lb_subconUnitNo.Name = "lb_subconUnitNo";
            this.lb_subconUnitNo.Size = new System.Drawing.Size(85, 21);
            this.lb_subconUnitNo.TabIndex = 306;
            this.lb_subconUnitNo.Tag = "subconUnitNo";
            this.lb_subconUnitNo.Text = "委外单位:";
            //
            // gv_subconUnitNo
            //
            this.gv_subconUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_subconUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_subconUnitNo.Caption = "委外单位";
            this.gv_subconUnitNo.FieldName = "subconUnit";
            this.gv_subconUnitNo.MaxWidth = 50;
            this.gv_subconUnitNo.MinWidth = 50;
            this.gv_subconUnitNo.Name = "gv_subconUnitNo";
            this.gv_subconUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_subconUnitNo.Tag = "query_g.fname";
            this.gv_subconUnitNo.Visible = true;
            this.gv_subconUnitNo.VisibleIndex = 13;
            this.gv_subconUnitNo.Width = 50;
            //
            // lb_purchaseUnitNo
            //
            this.lb_purchaseUnitNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_purchaseUnitNo.Appearance.Options.UseFont = true;
            this.lb_purchaseUnitNo.Location = new System.Drawing.Point(787, 187);
            this.lb_purchaseUnitNo.Name = "lb_purchaseUnitNo";
            this.lb_purchaseUnitNo.Size = new System.Drawing.Size(85, 21);
            this.lb_purchaseUnitNo.TabIndex = 298;
            this.lb_purchaseUnitNo.Tag = "purchaseUnitNo";
            this.lb_purchaseUnitNo.Text = "采购单位:";
            //
            // gv_purchaseUnitNo
            //
            this.gv_purchaseUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaseUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseUnitNo.Caption = "采购单位";
            this.gv_purchaseUnitNo.FieldName = "fpurchaseunitid";
            this.gv_purchaseUnitNo.MaxWidth = 50;
            this.gv_purchaseUnitNo.MinWidth = 50;
            this.gv_purchaseUnitNo.Name = "gv_purchaseUnitNo";
            this.gv_purchaseUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_purchaseUnitNo.Tag = "query_d.fname";
            this.gv_purchaseUnitNo.Visible = true;
            this.gv_purchaseUnitNo.VisibleIndex = 10;
            this.gv_purchaseUnitNo.Width = 50;
            //
            // lb_produceUnitNo
            //
            this.lb_produceUnitNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_produceUnitNo.Appearance.Options.UseFont = true;
            this.lb_produceUnitNo.Location = new System.Drawing.Point(787, 152);
            this.lb_produceUnitNo.Name = "lb_produceUnitNo";
            this.lb_produceUnitNo.Size = new System.Drawing.Size(85, 21);
            this.lb_produceUnitNo.TabIndex = 291;
            this.lb_produceUnitNo.Tag = "produceUnitNo";
            this.lb_produceUnitNo.Text = "生产单位:";
            //
            // gv_produceUnitNo
            //
            this.gv_produceUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_produceUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_produceUnitNo.Caption = "生产单位";
            this.gv_produceUnitNo.FieldName = "produceUnit";
            this.gv_produceUnitNo.MaxWidth = 50;
            this.gv_produceUnitNo.MinWidth = 50;
            this.gv_produceUnitNo.Name = "gv_produceUnitNo";
            this.gv_produceUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_produceUnitNo.Tag = "query_h.fname";
            this.gv_produceUnitNo.Visible = true;
            this.gv_produceUnitNo.VisibleIndex = 14;
            this.gv_produceUnitNo.Width = 50;
            //
            // lb_storeUnitNo
            //
            this.lb_storeUnitNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_storeUnitNo.Appearance.Options.UseFont = true;
            this.lb_storeUnitNo.Location = new System.Drawing.Point(787, 13);
            this.lb_storeUnitNo.Name = "lb_storeUnitNo";
            this.lb_storeUnitNo.Size = new System.Drawing.Size(85, 21);
            this.lb_storeUnitNo.TabIndex = 285;
            this.lb_storeUnitNo.Tag = "storeUnitNo";
            this.lb_storeUnitNo.Text = "库房单位:";
            //
            // gv_storeUnitNo
            //
            this.gv_storeUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_storeUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_storeUnitNo.Caption = "库存单位";
            this.gv_storeUnitNo.FieldName = "storeunit";
            this.gv_storeUnitNo.MaxWidth = 50;
            this.gv_storeUnitNo.MinWidth = 50;
            this.gv_storeUnitNo.Name = "gv_storeUnitNo";
            this.gv_storeUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_storeUnitNo.Tag = "query_f.fname";
            this.gv_storeUnitNo.Visible = true;
            this.gv_storeUnitNo.VisibleIndex = 12;
            this.gv_storeUnitNo.Width = 50;
            //
            // lb_saleUnitNo
            //
            this.lb_saleUnitNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_saleUnitNo.Appearance.Options.UseFont = true;
            this.lb_saleUnitNo.Location = new System.Drawing.Point(787, 118);
            this.lb_saleUnitNo.Name = "lb_saleUnitNo";
            this.lb_saleUnitNo.Size = new System.Drawing.Size(85, 21);
            this.lb_saleUnitNo.TabIndex = 280;
            this.lb_saleUnitNo.Tag = "saleUnitNo";
            this.lb_saleUnitNo.Text = "销售单位:";
            //
            // gv_saleUnitNo
            //
            this.gv_saleUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_saleUnitNo.Caption = "销售单位";
            this.gv_saleUnitNo.FieldName = "saleunit";
            this.gv_saleUnitNo.MaxWidth = 50;
            this.gv_saleUnitNo.MinWidth = 50;
            this.gv_saleUnitNo.Name = "gv_saleUnitNo";
            this.gv_saleUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_saleUnitNo.Tag = "query_e.fname";
            this.gv_saleUnitNo.Visible = true;
            this.gv_saleUnitNo.VisibleIndex = 11;
            this.gv_saleUnitNo.Width = 50;
            //
            // lb_prdPack
            //
            this.lb_prdPack.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_prdPack.Appearance.Options.UseFont = true;
            this.lb_prdPack.Location = new System.Drawing.Point(521, 83);
            this.lb_prdPack.Name = "lb_prdPack";
            this.lb_prdPack.Size = new System.Drawing.Size(102, 21);
            this.lb_prdPack.TabIndex = 267;
            this.lb_prdPack.Tag = "prdPack";
            this.lb_prdPack.Text = "最小包装数:";
            //
            // txt_prdPack
            //
            this.txt_prdPack.Location = new System.Drawing.Point(626, 79);
            this.txt_prdPack.Name = "txt_prdPack";
            this.txt_prdPack.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_prdPack.Properties.Appearance.Options.UseFont = true;
            this.txt_prdPack.Size = new System.Drawing.Size(150, 28);
            this.txt_prdPack.TabIndex = 267;
            this.txt_prdPack.Tag = "prdPack";
            //
            // gv_prdPack
            //
            this.gv_prdPack.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_prdPack.AppearanceCell.Options.UseFont = true;
            this.gv_prdPack.Caption = "最小包装数";
            this.gv_prdPack.FieldName = "prdPack";
            this.gv_prdPack.MaxWidth = 50;
            this.gv_prdPack.MinWidth = 50;
            this.gv_prdPack.Name = "gv_prdPack";
            this.gv_prdPack.OptionsColumn.AllowEdit = false;
            this.gv_prdPack.Tag = "query_a.prd_pack";
            this.gv_prdPack.Visible = true;
            this.gv_prdPack.VisibleIndex = 6;
            this.gv_prdPack.Width = 50;
            //
            // lb_highLimt
            //
            this.lb_highLimt.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_highLimt.Appearance.Options.UseFont = true;
            this.lb_highLimt.Location = new System.Drawing.Point(538, 13);
            this.lb_highLimt.Name = "lb_highLimt";
            this.lb_highLimt.Size = new System.Drawing.Size(85, 21);
            this.lb_highLimt.TabIndex = 262;
            this.lb_highLimt.Tag = "highLimt";
            this.lb_highLimt.Text = "最大库存:";
            //
            // txt_highlimit
            //
            this.txt_highlimit.Location = new System.Drawing.Point(626, 9);
            this.txt_highlimit.Name = "txt_highlimit";
            this.txt_highlimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_highlimit.Properties.Appearance.Options.UseFont = true;
            this.txt_highlimit.Size = new System.Drawing.Size(150, 28);
            this.txt_highlimit.TabIndex = 262;
            this.txt_highlimit.Tag = "highLimt";
            //
            // gv_highLimt
            //
            this.gv_highLimt.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_highLimt.AppearanceCell.Options.UseFont = true;
            this.gv_highLimt.Caption = "最大库存";
            this.gv_highLimt.FieldName = "highlimit";
            this.gv_highLimt.MaxWidth = 50;
            this.gv_highLimt.MinWidth = 50;
            this.gv_highLimt.Name = "gv_highLimt";
            this.gv_highLimt.OptionsColumn.AllowEdit = false;
            this.gv_highLimt.Tag = "query_a.highLimt";
            this.gv_highLimt.Visible = true;
            this.gv_highLimt.VisibleIndex = 5;
            this.gv_highLimt.Width = 50;
            //
            // lb_lowLimt
            //
            this.lb_lowLimt.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lowLimt.Appearance.Options.UseFont = true;
            this.lb_lowLimt.Location = new System.Drawing.Point(538, 50);
            this.lb_lowLimt.Name = "lb_lowLimt";
            this.lb_lowLimt.Size = new System.Drawing.Size(85, 21);
            this.lb_lowLimt.TabIndex = 258;
            this.lb_lowLimt.Tag = "lowLimt";
            this.lb_lowLimt.Text = "最低库存:";
            //
            // txt_lowlimit
            //
            this.txt_lowlimit.Location = new System.Drawing.Point(626, 46);
            this.txt_lowlimit.Name = "txt_lowlimit";
            this.txt_lowlimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lowlimit.Properties.Appearance.Options.UseFont = true;
            this.txt_lowlimit.Size = new System.Drawing.Size(150, 28);
            this.txt_lowlimit.TabIndex = 258;
            this.txt_lowlimit.Tag = "lowLimt";
            //
            // gv_lowLimt
            //
            this.gv_lowLimt.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lowLimt.AppearanceCell.Options.UseFont = true;
            this.gv_lowLimt.Caption = "最低库存";
            this.gv_lowLimt.FieldName = "lowlimit";
            this.gv_lowLimt.MaxWidth = 50;
            this.gv_lowLimt.MinWidth = 50;
            this.gv_lowLimt.Name = "gv_lowLimt";
            this.gv_lowLimt.OptionsColumn.AllowEdit = false;
            this.gv_lowLimt.Tag = "query_a.lowlimit";
            this.gv_lowLimt.Visible = true;
            this.gv_lowLimt.VisibleIndex = 4;
            this.gv_lowLimt.Width = 50;
            //
            // lb_itemVersion
            //
            this.lb_itemVersion.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemVersion.Appearance.Options.UseFont = true;
            this.lb_itemVersion.Location = new System.Drawing.Point(272, 83);
            this.lb_itemVersion.Name = "lb_itemVersion";
            this.lb_itemVersion.Size = new System.Drawing.Size(85, 21);
            this.lb_itemVersion.TabIndex = 231;
            this.lb_itemVersion.Tag = "itemVersion";
            this.lb_itemVersion.Text = "产品版本:";
            //
            // txt_itemVersion
            //
            this.txt_itemVersion.Location = new System.Drawing.Point(361, 79);
            this.txt_itemVersion.Name = "txt_itemVersion";
            this.txt_itemVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemVersion.Properties.Appearance.Options.UseFont = true;
            this.txt_itemVersion.Size = new System.Drawing.Size(150, 28);
            this.txt_itemVersion.TabIndex = 231;
            this.txt_itemVersion.Tag = "itemVersion";
            //
            // lb_itemType
            //
            this.lb_itemType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemType.Appearance.Options.UseFont = true;
            this.lb_itemType.Location = new System.Drawing.Point(272, 50);
            this.lb_itemType.Name = "lb_itemType";
            this.lb_itemType.Size = new System.Drawing.Size(85, 21);
            this.lb_itemType.TabIndex = 228;
            this.lb_itemType.Tag = "itemType";
            this.lb_itemType.Text = "物料类型:";
            //
            // txt_itemType
            //
            this.txt_itemType.Location = new System.Drawing.Point(361, 46);
            this.txt_itemType.Name = "txt_itemType";
            this.txt_itemType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemType.Properties.Appearance.Options.UseFont = true;
            this.txt_itemType.Size = new System.Drawing.Size(150, 28);
            this.txt_itemType.TabIndex = 228;
            this.txt_itemType.Tag = "itemType";
            //
            // lb_itemUnitNo
            //
            this.lb_itemUnitNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemUnitNo.Appearance.Options.UseFont = true;
            this.lb_itemUnitNo.Location = new System.Drawing.Point(787, 83);
            this.lb_itemUnitNo.Name = "lb_itemUnitNo";
            this.lb_itemUnitNo.Size = new System.Drawing.Size(85, 21);
            this.lb_itemUnitNo.TabIndex = 226;
            this.lb_itemUnitNo.Tag = "itemUnitNo";
            this.lb_itemUnitNo.Text = "物料单位:";
            //
            // gv_itemUnitNo
            //
            this.gv_itemUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_itemUnitNo.Caption = "基本单位";
            this.gv_itemUnitNo.FieldName = "itemUnit";
            this.gv_itemUnitNo.MaxWidth = 50;
            this.gv_itemUnitNo.MinWidth = 50;
            this.gv_itemUnitNo.Name = "gv_itemUnitNo";
            this.gv_itemUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_itemUnitNo.Tag = "query_c.fname";
            this.gv_itemUnitNo.Visible = true;
            this.gv_itemUnitNo.VisibleIndex = 9;
            this.gv_itemUnitNo.Width = 50;
            //
            // lb_itemDescription
            //
            this.lb_itemDescription.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemDescription.Appearance.Options.UseFont = true;
            this.lb_itemDescription.Location = new System.Drawing.Point(14, 217);
            this.lb_itemDescription.Name = "lb_itemDescription";
            this.lb_itemDescription.Size = new System.Drawing.Size(85, 21);
            this.lb_itemDescription.TabIndex = 222;
            this.lb_itemDescription.Tag = "itemDescription";
            this.lb_itemDescription.Text = "物料描述:";
            //
            // txt_itemDescription
            //
            this.txt_itemDescription.Location = new System.Drawing.Point(101, 213);
            this.txt_itemDescription.Name = "txt_itemDescription";
            this.txt_itemDescription.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemDescription.Properties.Appearance.Options.UseFont = true;
            this.txt_itemDescription.Size = new System.Drawing.Size(150, 28);
            this.txt_itemDescription.TabIndex = 222;
            this.txt_itemDescription.Tag = "itemDescription";
            //
            // lb_itemModel
            //
            this.lb_itemModel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemModel.Appearance.Options.UseFont = true;
            this.lb_itemModel.Location = new System.Drawing.Point(14, 103);
            this.lb_itemModel.Name = "lb_itemModel";
            this.lb_itemModel.Size = new System.Drawing.Size(85, 21);
            this.lb_itemModel.TabIndex = 219;
            this.lb_itemModel.Tag = "itemModel";
            this.lb_itemModel.Text = "规格型号:";
            //
            // gv_itemModel
            //
            this.gv_itemModel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemModel.AppearanceCell.Options.UseFont = true;
            this.gv_itemModel.Caption = "规格型号";
            this.gv_itemModel.FieldName = "itemModel";
            this.gv_itemModel.MinWidth = 10;
            this.gv_itemModel.Name = "gv_itemModel";
            this.gv_itemModel.OptionsColumn.AllowEdit = false;
            this.gv_itemModel.Tag = "query_a.item_model";
            this.gv_itemModel.Visible = true;
            this.gv_itemModel.VisibleIndex = 3;
            this.gv_itemModel.Width = 360;
            //
            // lb_itemSname
            //
            this.lb_itemSname.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemSname.Appearance.Options.UseFont = true;
            this.lb_itemSname.Location = new System.Drawing.Point(14, 184);
            this.lb_itemSname.Name = "lb_itemSname";
            this.lb_itemSname.Size = new System.Drawing.Size(85, 21);
            this.lb_itemSname.TabIndex = 217;
            this.lb_itemSname.Tag = "itemSname";
            this.lb_itemSname.Text = "物料简称:";
            //
            // txt_itemSname
            //
            this.txt_itemSname.Location = new System.Drawing.Point(101, 180);
            this.txt_itemSname.Name = "txt_itemSname";
            this.txt_itemSname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemSname.Properties.Appearance.Options.UseFont = true;
            this.txt_itemSname.Size = new System.Drawing.Size(150, 28);
            this.txt_itemSname.TabIndex = 217;
            this.txt_itemSname.Tag = "itemSname";
            //
            // lb_itemName
            //
            this.lb_itemName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemName.Appearance.Options.UseFont = true;
            this.lb_itemName.Location = new System.Drawing.Point(14, 13);
            this.lb_itemName.Name = "lb_itemName";
            this.lb_itemName.Size = new System.Drawing.Size(85, 21);
            this.lb_itemName.TabIndex = 216;
            this.lb_itemName.Tag = "itemName";
            this.lb_itemName.Text = "物料名称:";
            //
            // gv_itemName
            //
            this.gv_itemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemName.AppearanceCell.Options.UseFont = true;
            this.gv_itemName.AppearanceCell.Options.UseTextOptions = true;
            this.gv_itemName.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gv_itemName.Caption = "物料名称";
            this.gv_itemName.FieldName = "itemName";
            this.gv_itemName.MinWidth = 10;
            this.gv_itemName.Name = "gv_itemName";
            this.gv_itemName.OptionsColumn.AllowEdit = false;
            this.gv_itemName.Tag = "query_a.item_name";
            this.gv_itemName.Visible = true;
            this.gv_itemName.VisibleIndex = 2;
            this.gv_itemName.Width = 250;
            //
            // lb_itemNo
            //
            this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemNo.Appearance.Options.UseFont = true;
            this.lb_itemNo.Location = new System.Drawing.Point(272, 13);
            this.lb_itemNo.Name = "lb_itemNo";
            this.lb_itemNo.Size = new System.Drawing.Size(85, 21);
            this.lb_itemNo.TabIndex = 213;
            this.lb_itemNo.Tag = "itemNo";
            this.lb_itemNo.Text = "物料编码:";
            //
            // txt_itemNo
            //
            this.txt_itemNo.Location = new System.Drawing.Point(361, 9);
            this.txt_itemNo.Name = "txt_itemNo";
            this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
            this.txt_itemNo.Size = new System.Drawing.Size(150, 28);
            this.txt_itemNo.TabIndex = 213;
            this.txt_itemNo.Tag = "itemNo";
            //
            // gv_itemNo
            //
            this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            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_a.item_no";
            this.gv_itemNo.Visible = true;
            this.gv_itemNo.VisibleIndex = 1;
            this.gv_itemNo.Width = 120;
            // 
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.defaultActions = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -781,6 +201,45 @@
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = "xlsOut_items{}";
            // 
            // 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(1160, 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(1158, 570);
            this.xtraTabPage1.Text = "数据列表";
            //
            // split1
            //
            this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
            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.gcMain);
            this.split1.Panel1.Controls.Add(this.pageBar1);
            this.split1.Panel1.Text = "Panel1";
            //
            // split1.Panel2
            //
            this.split1.Panel2.Text = "Panel2";
            this.split1.Size = new System.Drawing.Size(1158, 570);
            this.split1.SplitterPosition = 558;
            this.split1.TabIndex = 0;
            //
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -788,8 +247,8 @@
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
            this.gcMain.Size = new System.Drawing.Size(1158, 531);
            this.gcMain.TabIndex = 1;
            this.gcMain.Size = new System.Drawing.Size(1158, 519);
            this.gcMain.TabIndex = 2;
            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
@@ -843,6 +302,253 @@
            this.gridColumn4.VisibleIndex = 0;
            this.gridColumn4.Width = 250;
            // 
            // gridColumn2
            //
            this.gridColumn2.Caption = "物料ID";
            this.gridColumn2.FieldName = "id";
            this.gridColumn2.MinWidth = 25;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 94;
            //
            // gv_itemNo
            //
            this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            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_a.item_no";
            this.gv_itemNo.Visible = true;
            this.gv_itemNo.VisibleIndex = 2;
            this.gv_itemNo.Width = 120;
            //
            // gv_itemName
            //
            this.gv_itemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemName.AppearanceCell.Options.UseFont = true;
            this.gv_itemName.AppearanceCell.Options.UseTextOptions = true;
            this.gv_itemName.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gv_itemName.Caption = "物料名称";
            this.gv_itemName.FieldName = "itemName";
            this.gv_itemName.MinWidth = 10;
            this.gv_itemName.Name = "gv_itemName";
            this.gv_itemName.OptionsColumn.AllowEdit = false;
            this.gv_itemName.Tag = "query_a.item_name";
            this.gv_itemName.Visible = true;
            this.gv_itemName.VisibleIndex = 3;
            this.gv_itemName.Width = 250;
            //
            // gv_itemModel
            //
            this.gv_itemModel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemModel.AppearanceCell.Options.UseFont = true;
            this.gv_itemModel.Caption = "规格型号";
            this.gv_itemModel.FieldName = "itemModel";
            this.gv_itemModel.MinWidth = 10;
            this.gv_itemModel.Name = "gv_itemModel";
            this.gv_itemModel.OptionsColumn.AllowEdit = false;
            this.gv_itemModel.Tag = "query_a.item_model";
            this.gv_itemModel.Visible = true;
            this.gv_itemModel.VisibleIndex = 4;
            this.gv_itemModel.Width = 360;
            //
            // gv_lowLimt
            //
            this.gv_lowLimt.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lowLimt.AppearanceCell.Options.UseFont = true;
            this.gv_lowLimt.Caption = "最低库存";
            this.gv_lowLimt.FieldName = "lowlimit";
            this.gv_lowLimt.MaxWidth = 50;
            this.gv_lowLimt.MinWidth = 50;
            this.gv_lowLimt.Name = "gv_lowLimt";
            this.gv_lowLimt.OptionsColumn.AllowEdit = false;
            this.gv_lowLimt.Tag = "query_a.lowlimit";
            this.gv_lowLimt.Visible = true;
            this.gv_lowLimt.VisibleIndex = 5;
            this.gv_lowLimt.Width = 50;
            //
            // gv_highLimt
            //
            this.gv_highLimt.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_highLimt.AppearanceCell.Options.UseFont = true;
            this.gv_highLimt.Caption = "最大库存";
            this.gv_highLimt.FieldName = "highlimit";
            this.gv_highLimt.MaxWidth = 50;
            this.gv_highLimt.MinWidth = 50;
            this.gv_highLimt.Name = "gv_highLimt";
            this.gv_highLimt.OptionsColumn.AllowEdit = false;
            this.gv_highLimt.Tag = "query_a.highLimt";
            this.gv_highLimt.Visible = true;
            this.gv_highLimt.VisibleIndex = 6;
            this.gv_highLimt.Width = 50;
            //
            // gv_prdPack
            //
            this.gv_prdPack.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_prdPack.AppearanceCell.Options.UseFont = true;
            this.gv_prdPack.Caption = "最小包装数";
            this.gv_prdPack.FieldName = "prdPack";
            this.gv_prdPack.MaxWidth = 50;
            this.gv_prdPack.MinWidth = 50;
            this.gv_prdPack.Name = "gv_prdPack";
            this.gv_prdPack.OptionsColumn.AllowEdit = false;
            this.gv_prdPack.Tag = "query_a.prd_pack";
            this.gv_prdPack.Visible = true;
            this.gv_prdPack.VisibleIndex = 7;
            this.gv_prdPack.Width = 50;
            //
            // gv_bomNo
            //
            this.gv_bomNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_bomNo.AppearanceCell.Options.UseFont = true;
            this.gv_bomNo.Caption = "物料分类编号";
            this.gv_bomNo.FieldName = "ppbom00019124";
            this.gv_bomNo.MaxWidth = 60;
            this.gv_bomNo.MinWidth = 60;
            this.gv_bomNo.Name = "gv_bomNo";
            this.gv_bomNo.OptionsColumn.AllowEdit = false;
            this.gv_bomNo.Tag = "query_a.bomNo";
            this.gv_bomNo.Visible = true;
            this.gv_bomNo.VisibleIndex = 8;
            this.gv_bomNo.Width = 60;
            //
            // gv_materialGroup
            //
            this.gv_materialGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_materialGroup.AppearanceCell.Options.UseFont = true;
            this.gv_materialGroup.Caption = "物料分组";
            this.gv_materialGroup.FieldName = "remarks";
            this.gv_materialGroup.MinWidth = 50;
            this.gv_materialGroup.Name = "gv_materialGroup";
            this.gv_materialGroup.OptionsColumn.AllowEdit = false;
            this.gv_materialGroup.Tag = "query_a.materialGroup";
            this.gv_materialGroup.Visible = true;
            this.gv_materialGroup.VisibleIndex = 9;
            this.gv_materialGroup.Width = 130;
            //
            // gv_itemUnitNo
            //
            this.gv_itemUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_itemUnitNo.Caption = "基本单位";
            this.gv_itemUnitNo.FieldName = "itemUnit";
            this.gv_itemUnitNo.MaxWidth = 50;
            this.gv_itemUnitNo.MinWidth = 50;
            this.gv_itemUnitNo.Name = "gv_itemUnitNo";
            this.gv_itemUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_itemUnitNo.Tag = "query_c.fname";
            this.gv_itemUnitNo.Visible = true;
            this.gv_itemUnitNo.VisibleIndex = 10;
            this.gv_itemUnitNo.Width = 50;
            //
            // gv_purchaseUnitNo
            //
            this.gv_purchaseUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_purchaseUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseUnitNo.Caption = "采购单位";
            this.gv_purchaseUnitNo.FieldName = "fpurchaseunitid";
            this.gv_purchaseUnitNo.MaxWidth = 50;
            this.gv_purchaseUnitNo.MinWidth = 50;
            this.gv_purchaseUnitNo.Name = "gv_purchaseUnitNo";
            this.gv_purchaseUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_purchaseUnitNo.Tag = "query_d.fname";
            this.gv_purchaseUnitNo.Visible = true;
            this.gv_purchaseUnitNo.VisibleIndex = 11;
            this.gv_purchaseUnitNo.Width = 50;
            //
            // gv_saleUnitNo
            //
            this.gv_saleUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_saleUnitNo.Caption = "销售单位";
            this.gv_saleUnitNo.FieldName = "saleunit";
            this.gv_saleUnitNo.MaxWidth = 50;
            this.gv_saleUnitNo.MinWidth = 50;
            this.gv_saleUnitNo.Name = "gv_saleUnitNo";
            this.gv_saleUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_saleUnitNo.Tag = "query_e.fname";
            this.gv_saleUnitNo.Visible = true;
            this.gv_saleUnitNo.VisibleIndex = 12;
            this.gv_saleUnitNo.Width = 50;
            //
            // gv_storeUnitNo
            //
            this.gv_storeUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_storeUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_storeUnitNo.Caption = "库存单位";
            this.gv_storeUnitNo.FieldName = "storeunit";
            this.gv_storeUnitNo.MaxWidth = 50;
            this.gv_storeUnitNo.MinWidth = 50;
            this.gv_storeUnitNo.Name = "gv_storeUnitNo";
            this.gv_storeUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_storeUnitNo.Tag = "query_f.fname";
            this.gv_storeUnitNo.Visible = true;
            this.gv_storeUnitNo.VisibleIndex = 13;
            this.gv_storeUnitNo.Width = 50;
            //
            // gv_subconUnitNo
            //
            this.gv_subconUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_subconUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_subconUnitNo.Caption = "委外单位";
            this.gv_subconUnitNo.FieldName = "subconUnit";
            this.gv_subconUnitNo.MaxWidth = 50;
            this.gv_subconUnitNo.MinWidth = 50;
            this.gv_subconUnitNo.Name = "gv_subconUnitNo";
            this.gv_subconUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_subconUnitNo.Tag = "query_g.fname";
            this.gv_subconUnitNo.Visible = true;
            this.gv_subconUnitNo.VisibleIndex = 14;
            this.gv_subconUnitNo.Width = 50;
            //
            // gv_produceUnitNo
            //
            this.gv_produceUnitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_produceUnitNo.AppearanceCell.Options.UseFont = true;
            this.gv_produceUnitNo.Caption = "生产单位";
            this.gv_produceUnitNo.FieldName = "produceUnit";
            this.gv_produceUnitNo.MaxWidth = 50;
            this.gv_produceUnitNo.MinWidth = 50;
            this.gv_produceUnitNo.Name = "gv_produceUnitNo";
            this.gv_produceUnitNo.OptionsColumn.AllowEdit = false;
            this.gv_produceUnitNo.Tag = "query_h.fname";
            this.gv_produceUnitNo.Visible = true;
            this.gv_produceUnitNo.VisibleIndex = 15;
            this.gv_produceUnitNo.Width = 50;
            //
            // gv_depotNo
            //
            this.gv_depotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_depotNo.AppearanceCell.Options.UseFont = true;
            this.gv_depotNo.Caption = "默认仓库";
            this.gv_depotNo.FieldName = "depotCode";
            this.gv_depotNo.MinWidth = 80;
            this.gv_depotNo.Name = "gv_depotNo";
            this.gv_depotNo.OptionsColumn.AllowEdit = false;
            this.gv_depotNo.Tag = "query_m.depot_name";
            this.gv_depotNo.Visible = true;
            this.gv_depotNo.VisibleIndex = 16;
            this.gv_depotNo.Width = 94;
            //
            // gv_isStatus
            //
            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.Caption = "禁用状态";
            this.gv_isStatus.FieldName = "fforbidstatus";
            this.gv_isStatus.MaxWidth = 50;
            this.gv_isStatus.MinWidth = 50;
            this.gv_isStatus.Name = "gv_isStatus";
            this.gv_isStatus.OptionsColumn.AllowEdit = false;
            this.gv_isStatus.Tag = "query_a.fforbidstatus";
            this.gv_isStatus.Visible = true;
            this.gv_isStatus.VisibleIndex = 17;
            this.gv_isStatus.Width = 50;
            //
            // gridColumn1
            // 
            this.gridColumn1.Caption = "同步时间";
@@ -854,223 +560,665 @@
            this.gridColumn1.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.Date;
            this.gridColumn1.Tag = "query_a.lastupdate_date";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 17;
            this.gridColumn1.VisibleIndex = 18;
            this.gridColumn1.Width = 180;
            //
            // 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(1160, 602);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            //
            // xtraTabPage1
            //
            this.xtraTabPage1.Controls.Add(this.gcMain);
            this.xtraTabPage1.Controls.Add(this.pageBar1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1158, 570);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 531);
            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(1158, 39);
            this.pageBar1.TabIndex = 3;
            this.pageBar1.TabIndex = 4;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Controls.Add(this.splitMx1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1158, 570);
            this.xtraTabPage2.Text = "数据详细";
            // 
            // panel1
            // splitMx1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.txt_kfName);
            this.panel1.Controls.Add(this.txt_wwName);
            this.panel1.Controls.Add(this.txt_wlName);
            this.panel1.Controls.Add(this.txt_xxName);
            this.panel1.Controls.Add(this.txt_scName);
            this.panel1.Controls.Add(this.txt_cgName);
            this.panel1.Controls.Add(this.txt_dptName);
            this.panel1.Controls.Add(this.labelControl11);
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.lb_fissueType);
            this.panel1.Controls.Add(this.txt_fissueType);
            this.panel1.Controls.Add(this.lb_finishRate);
            this.panel1.Controls.Add(this.txt_ffinishreceiptoverrate);
            this.panel1.Controls.Add(this.lb_materialProperties);
            this.panel1.Controls.Add(this.txt_materialProperti);
            this.panel1.Controls.Add(this.lb_isStatus);
            this.panel1.Controls.Add(this.txt_fforbidstatusTxt);
            this.panel1.Controls.Add(this.lb_produceWorkNo);
            this.panel1.Controls.Add(this.txt_productionWorkshop);
            this.panel1.Controls.Add(this.lb_bomNo);
            this.panel1.Controls.Add(this.txt_ppbom00019124);
            this.panel1.Controls.Add(this.lb_depotNo);
            this.panel1.Controls.Add(this.lb_subconUnitNo);
            this.panel1.Controls.Add(this.lb_purchaseUnitNo);
            this.panel1.Controls.Add(this.lb_produceUnitNo);
            this.panel1.Controls.Add(this.lb_storeUnitNo);
            this.panel1.Controls.Add(this.lb_saleUnitNo);
            this.panel1.Controls.Add(this.lb_prdPack);
            this.panel1.Controls.Add(this.txt_prdPack);
            this.panel1.Controls.Add(this.lb_highLimt);
            this.panel1.Controls.Add(this.txt_highlimit);
            this.panel1.Controls.Add(this.lb_lowLimt);
            this.panel1.Controls.Add(this.txt_lowlimit);
            this.panel1.Controls.Add(this.lb_itemVersion);
            this.panel1.Controls.Add(this.txt_itemVersion);
            this.panel1.Controls.Add(this.lb_itemType);
            this.panel1.Controls.Add(this.txt_itemType);
            this.panel1.Controls.Add(this.lb_itemUnitNo);
            this.panel1.Controls.Add(this.lb_itemDescription);
            this.panel1.Controls.Add(this.txt_itemDescription);
            this.panel1.Controls.Add(this.lb_itemModel);
            this.panel1.Controls.Add(this.lb_itemSname);
            this.panel1.Controls.Add(this.txt_itemSname);
            this.panel1.Controls.Add(this.lb_itemName);
            this.panel1.Controls.Add(this.lb_itemNo);
            this.panel1.Controls.Add(this.txt_itemNo);
            this.panel1.Controls.Add(this.txt_itemName);
            this.panel1.Controls.Add(this.txt_itemModel);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(76, 20);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1058, 312);
            this.panel1.TabIndex = 1;
            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";
            // 
            // txt_kfName
            // splitMx1.Panel1
            // 
            this.txt_kfName.Location = new System.Drawing.Point(876, 9);
            this.txt_kfName.Name = "txt_kfName";
            this.txt_kfName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_kfName.Properties.Appearance.Options.UseFont = true;
            this.txt_kfName.Size = new System.Drawing.Size(150, 28);
            this.txt_kfName.TabIndex = 412;
            this.txt_kfName.Tag = "isStatus";
            this.splitMx1.Panel1.Controls.Add(this.layoutMx1);
            this.splitMx1.Panel1.Text = "Panel1";
            // 
            // txt_wwName
            // splitMx1.Panel2
            // 
            this.txt_wwName.Location = new System.Drawing.Point(876, 46);
            this.txt_wwName.Name = "txt_wwName";
            this.txt_wwName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_wwName.Properties.Appearance.Options.UseFont = true;
            this.txt_wwName.Size = new System.Drawing.Size(150, 28);
            this.txt_wwName.TabIndex = 411;
            this.txt_wwName.Tag = "isStatus";
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.Size = new System.Drawing.Size(1158, 570);
            this.splitMx1.SplitterPosition = 214;
            this.splitMx1.TabIndex = 0;
            // 
            // txt_wlName
            // layoutMx1
            // 
            this.txt_wlName.Location = new System.Drawing.Point(876, 79);
            this.txt_wlName.Name = "txt_wlName";
            this.txt_wlName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_wlName.Properties.Appearance.Options.UseFont = true;
            this.txt_wlName.Size = new System.Drawing.Size(150, 28);
            this.txt_wlName.TabIndex = 410;
            this.txt_wlName.Tag = "isStatus";
            //
            // txt_xxName
            //
            this.txt_xxName.Location = new System.Drawing.Point(876, 114);
            this.txt_xxName.Name = "txt_xxName";
            this.txt_xxName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_xxName.Properties.Appearance.Options.UseFont = true;
            this.txt_xxName.Size = new System.Drawing.Size(150, 28);
            this.txt_xxName.TabIndex = 409;
            this.txt_xxName.Tag = "isStatus";
            //
            // txt_scName
            //
            this.txt_scName.Location = new System.Drawing.Point(876, 148);
            this.txt_scName.Name = "txt_scName";
            this.txt_scName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_scName.Properties.Appearance.Options.UseFont = true;
            this.txt_scName.Size = new System.Drawing.Size(150, 28);
            this.txt_scName.TabIndex = 408;
            this.txt_scName.Tag = "isStatus";
            this.layoutMx1.Controls.Add(this.txt_cgName);
            this.layoutMx1.Controls.Add(this.lbGuid);
            this.layoutMx1.Controls.Add(this.txt_scName);
            this.layoutMx1.Controls.Add(this.txt_fforbidstatusTxt);
            this.layoutMx1.Controls.Add(this.txt_xxName);
            this.layoutMx1.Controls.Add(this.txt_dptName);
            this.layoutMx1.Controls.Add(this.txt_wlName);
            this.layoutMx1.Controls.Add(this.txt_wwName);
            this.layoutMx1.Controls.Add(this.txt_kfName);
            this.layoutMx1.Controls.Add(this.txt_fissueType);
            this.layoutMx1.Controls.Add(this.txt_ffinishreceiptoverrate);
            this.layoutMx1.Controls.Add(this.txt_itemName);
            this.layoutMx1.Controls.Add(this.txt_itemModel);
            this.layoutMx1.Controls.Add(this.txt_itemSname);
            this.layoutMx1.Controls.Add(this.txt_itemDescription);
            this.layoutMx1.Controls.Add(this.txt_itemNo);
            this.layoutMx1.Controls.Add(this.txt_itemType);
            this.layoutMx1.Controls.Add(this.txt_itemVersion);
            this.layoutMx1.Controls.Add(this.txt_ppbom00019124);
            this.layoutMx1.Controls.Add(this.txt_materialProperti);
            this.layoutMx1.Controls.Add(this.txt_productionWorkshop);
            this.layoutMx1.Controls.Add(this.txt_highlimit);
            this.layoutMx1.Controls.Add(this.txt_lowlimit);
            this.layoutMx1.Controls.Add(this.txt_prdPack);
            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem24});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1158, 214);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
            // txt_cgName
            // 
            this.txt_cgName.Location = new System.Drawing.Point(876, 183);
            this.txt_cgName.Location = new System.Drawing.Point(951, 172);
            this.txt_cgName.Name = "txt_cgName";
            this.txt_cgName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_cgName.Properties.Appearance.Options.UseFont = true;
            this.txt_cgName.Size = new System.Drawing.Size(150, 28);
            this.txt_cgName.Size = new System.Drawing.Size(195, 28);
            this.txt_cgName.StyleController = this.layoutMx1;
            this.txt_cgName.TabIndex = 407;
            this.txt_cgName.Tag = "isStatus";
            // 
            // lbGuid
            //
            this.lbGuid.Location = new System.Drawing.Point(580, 177);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(280, 30);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Text = "lbGuid";
            this.lbGuid.Visible = false;
            //
            // txt_scName
            //
            this.txt_scName.Location = new System.Drawing.Point(951, 140);
            this.txt_scName.Name = "txt_scName";
            this.txt_scName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_scName.Properties.Appearance.Options.UseFont = true;
            this.txt_scName.Size = new System.Drawing.Size(195, 28);
            this.txt_scName.StyleController = this.layoutMx1;
            this.txt_scName.TabIndex = 408;
            this.txt_scName.Tag = "isStatus";
            //
            // txt_fforbidstatusTxt
            //
            this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(383, 172);
            this.txt_fforbidstatusTxt.Name = "txt_fforbidstatusTxt";
            this.txt_fforbidstatusTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fforbidstatusTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_fforbidstatusTxt.Size = new System.Drawing.Size(193, 28);
            this.txt_fforbidstatusTxt.StyleController = this.layoutMx1;
            this.txt_fforbidstatusTxt.TabIndex = 343;
            this.txt_fforbidstatusTxt.Tag = "isStatus";
            //
            // txt_xxName
            //
            this.txt_xxName.Location = new System.Drawing.Point(951, 108);
            this.txt_xxName.Name = "txt_xxName";
            this.txt_xxName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_xxName.Properties.Appearance.Options.UseFont = true;
            this.txt_xxName.Size = new System.Drawing.Size(195, 28);
            this.txt_xxName.StyleController = this.layoutMx1;
            this.txt_xxName.TabIndex = 409;
            this.txt_xxName.Tag = "isStatus";
            //
            // txt_dptName
            // 
            this.txt_dptName.Location = new System.Drawing.Point(626, 183);
            this.txt_dptName.Location = new System.Drawing.Point(99, 172);
            this.txt_dptName.Name = "txt_dptName";
            this.txt_dptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_dptName.Properties.Appearance.Options.UseFont = true;
            this.txt_dptName.Size = new System.Drawing.Size(150, 28);
            this.txt_dptName.Size = new System.Drawing.Size(193, 28);
            this.txt_dptName.StyleController = this.layoutMx1;
            this.txt_dptName.TabIndex = 406;
            this.txt_dptName.Tag = "isStatus";
            // 
            // labelControl11
            // txt_wlName
            // 
            this.labelControl11.Location = new System.Drawing.Point(555, 238);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
            this.labelControl11.TabIndex = 130;
            this.labelControl11.Text = "主键:";
            this.labelControl11.Visible = false;
            this.txt_wlName.Location = new System.Drawing.Point(951, 76);
            this.txt_wlName.Name = "txt_wlName";
            this.txt_wlName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_wlName.Properties.Appearance.Options.UseFont = true;
            this.txt_wlName.Size = new System.Drawing.Size(195, 28);
            this.txt_wlName.StyleController = this.layoutMx1;
            this.txt_wlName.TabIndex = 410;
            this.txt_wlName.Tag = "isStatus";
            // 
            // lbGuid
            // txt_wwName
            // 
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(606, 238);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Visible = false;
            this.txt_wwName.Location = new System.Drawing.Point(951, 44);
            this.txt_wwName.Name = "txt_wwName";
            this.txt_wwName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_wwName.Properties.Appearance.Options.UseFont = true;
            this.txt_wwName.Size = new System.Drawing.Size(195, 28);
            this.txt_wwName.StyleController = this.layoutMx1;
            this.txt_wwName.TabIndex = 411;
            this.txt_wwName.Tag = "isStatus";
            //
            // txt_kfName
            //
            this.txt_kfName.Location = new System.Drawing.Point(951, 12);
            this.txt_kfName.Name = "txt_kfName";
            this.txt_kfName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_kfName.Properties.Appearance.Options.UseFont = true;
            this.txt_kfName.Size = new System.Drawing.Size(195, 28);
            this.txt_kfName.StyleController = this.layoutMx1;
            this.txt_kfName.TabIndex = 412;
            this.txt_kfName.Tag = "isStatus";
            //
            // txt_fissueType
            //
            this.txt_fissueType.Location = new System.Drawing.Point(383, 140);
            this.txt_fissueType.Name = "txt_fissueType";
            this.txt_fissueType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fissueType.Properties.Appearance.Options.UseFont = true;
            this.txt_fissueType.Size = new System.Drawing.Size(193, 28);
            this.txt_fissueType.StyleController = this.layoutMx1;
            this.txt_fissueType.TabIndex = 378;
            this.txt_fissueType.Tag = "fissueType";
            //
            // txt_ffinishreceiptoverrate
            //
            this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(667, 140);
            this.txt_ffinishreceiptoverrate.Name = "txt_ffinishreceiptoverrate";
            this.txt_ffinishreceiptoverrate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_ffinishreceiptoverrate.Properties.Appearance.Options.UseFont = true;
            this.txt_ffinishreceiptoverrate.Size = new System.Drawing.Size(193, 28);
            this.txt_ffinishreceiptoverrate.StyleController = this.layoutMx1;
            this.txt_ffinishreceiptoverrate.TabIndex = 370;
            this.txt_ffinishreceiptoverrate.Tag = "finishRate";
            // 
            // txt_itemName
            // 
            this.txt_itemName.Location = new System.Drawing.Point(101, 13);
            this.txt_itemName.Location = new System.Drawing.Point(99, 12);
            this.txt_itemName.Name = "txt_itemName";
            this.txt_itemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemName.Properties.Appearance.Options.UseFont = true;
            this.txt_itemName.Size = new System.Drawing.Size(152, 84);
            this.txt_itemName.Size = new System.Drawing.Size(193, 28);
            this.txt_itemName.StyleController = this.layoutMx1;
            this.txt_itemName.TabIndex = 216;
            this.txt_itemName.Tag = "itemName";
            // 
            // txt_itemModel
            // 
            this.txt_itemModel.Location = new System.Drawing.Point(101, 103);
            this.txt_itemModel.Location = new System.Drawing.Point(99, 44);
            this.txt_itemModel.Name = "txt_itemModel";
            this.txt_itemModel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemModel.Properties.Appearance.Options.UseFont = true;
            this.txt_itemModel.Size = new System.Drawing.Size(152, 69);
            this.txt_itemModel.Size = new System.Drawing.Size(193, 28);
            this.txt_itemModel.StyleController = this.layoutMx1;
            this.txt_itemModel.TabIndex = 219;
            this.txt_itemModel.Tag = "itemModel";
            // 
            // gridColumn2
            // txt_itemSname
            // 
            this.gridColumn2.Caption = "物料ID";
            this.gridColumn2.FieldName = "id";
            this.gridColumn2.MinWidth = 25;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 0;
            this.gridColumn2.Width = 94;
            this.txt_itemSname.Location = new System.Drawing.Point(99, 76);
            this.txt_itemSname.Name = "txt_itemSname";
            this.txt_itemSname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemSname.Properties.Appearance.Options.UseFont = true;
            this.txt_itemSname.Size = new System.Drawing.Size(193, 28);
            this.txt_itemSname.StyleController = this.layoutMx1;
            this.txt_itemSname.TabIndex = 217;
            this.txt_itemSname.Tag = "itemSname";
            //
            // txt_itemDescription
            //
            this.txt_itemDescription.Location = new System.Drawing.Point(99, 108);
            this.txt_itemDescription.Name = "txt_itemDescription";
            this.txt_itemDescription.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemDescription.Properties.Appearance.Options.UseFont = true;
            this.txt_itemDescription.Size = new System.Drawing.Size(193, 28);
            this.txt_itemDescription.StyleController = this.layoutMx1;
            this.txt_itemDescription.TabIndex = 222;
            this.txt_itemDescription.Tag = "itemDescription";
            //
            // txt_itemNo
            //
            this.txt_itemNo.Location = new System.Drawing.Point(383, 12);
            this.txt_itemNo.Name = "txt_itemNo";
            this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
            this.txt_itemNo.Size = new System.Drawing.Size(193, 28);
            this.txt_itemNo.StyleController = this.layoutMx1;
            this.txt_itemNo.TabIndex = 213;
            this.txt_itemNo.Tag = "itemNo";
            //
            // txt_itemType
            //
            this.txt_itemType.Location = new System.Drawing.Point(383, 44);
            this.txt_itemType.Name = "txt_itemType";
            this.txt_itemType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemType.Properties.Appearance.Options.UseFont = true;
            this.txt_itemType.Size = new System.Drawing.Size(193, 28);
            this.txt_itemType.StyleController = this.layoutMx1;
            this.txt_itemType.TabIndex = 228;
            this.txt_itemType.Tag = "itemType";
            //
            // txt_itemVersion
            //
            this.txt_itemVersion.Location = new System.Drawing.Point(383, 76);
            this.txt_itemVersion.Name = "txt_itemVersion";
            this.txt_itemVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemVersion.Properties.Appearance.Options.UseFont = true;
            this.txt_itemVersion.Size = new System.Drawing.Size(193, 28);
            this.txt_itemVersion.StyleController = this.layoutMx1;
            this.txt_itemVersion.TabIndex = 231;
            this.txt_itemVersion.Tag = "itemVersion";
            //
            // txt_ppbom00019124
            //
            this.txt_ppbom00019124.Location = new System.Drawing.Point(383, 108);
            this.txt_ppbom00019124.Name = "txt_ppbom00019124";
            this.txt_ppbom00019124.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_ppbom00019124.Properties.Appearance.Options.UseFont = true;
            this.txt_ppbom00019124.Size = new System.Drawing.Size(193, 28);
            this.txt_ppbom00019124.StyleController = this.layoutMx1;
            this.txt_ppbom00019124.TabIndex = 319;
            this.txt_ppbom00019124.Tag = "bomNo";
            //
            // txt_materialProperti
            //
            this.txt_materialProperti.Location = new System.Drawing.Point(667, 12);
            this.txt_materialProperti.Name = "txt_materialProperti";
            this.txt_materialProperti.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_materialProperti.Properties.Appearance.Options.UseFont = true;
            this.txt_materialProperti.Size = new System.Drawing.Size(193, 28);
            this.txt_materialProperti.StyleController = this.layoutMx1;
            this.txt_materialProperti.TabIndex = 360;
            this.txt_materialProperti.Tag = "materialProperties";
            //
            // txt_productionWorkshop
            //
            this.txt_productionWorkshop.Location = new System.Drawing.Point(667, 44);
            this.txt_productionWorkshop.Name = "txt_productionWorkshop";
            this.txt_productionWorkshop.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_productionWorkshop.Properties.Appearance.Options.UseFont = true;
            this.txt_productionWorkshop.Size = new System.Drawing.Size(193, 28);
            this.txt_productionWorkshop.StyleController = this.layoutMx1;
            this.txt_productionWorkshop.TabIndex = 336;
            this.txt_productionWorkshop.Tag = "produceWorkNo";
            //
            // txt_highlimit
            //
            this.txt_highlimit.Location = new System.Drawing.Point(667, 76);
            this.txt_highlimit.Name = "txt_highlimit";
            this.txt_highlimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_highlimit.Properties.Appearance.Options.UseFont = true;
            this.txt_highlimit.Size = new System.Drawing.Size(193, 28);
            this.txt_highlimit.StyleController = this.layoutMx1;
            this.txt_highlimit.TabIndex = 262;
            this.txt_highlimit.Tag = "highLimt";
            //
            // txt_lowlimit
            //
            this.txt_lowlimit.Location = new System.Drawing.Point(667, 108);
            this.txt_lowlimit.Name = "txt_lowlimit";
            this.txt_lowlimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lowlimit.Properties.Appearance.Options.UseFont = true;
            this.txt_lowlimit.Size = new System.Drawing.Size(193, 28);
            this.txt_lowlimit.StyleController = this.layoutMx1;
            this.txt_lowlimit.TabIndex = 258;
            this.txt_lowlimit.Tag = "lowLimt";
            //
            // txt_prdPack
            //
            this.txt_prdPack.Location = new System.Drawing.Point(99, 140);
            this.txt_prdPack.Name = "txt_prdPack";
            this.txt_prdPack.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_prdPack.Properties.Appearance.Options.UseFont = true;
            this.txt_prdPack.Size = new System.Drawing.Size(193, 28);
            this.txt_prdPack.StyleController = this.layoutMx1;
            this.txt_prdPack.TabIndex = 267;
            this.txt_prdPack.Tag = "prdPack";
            //
            // layoutControlItem24
            //
            this.layoutControlItem24.Control = this.lbGuid;
            this.layoutControlItem24.Location = new System.Drawing.Point(568, 165);
            this.layoutControlItem24.Name = "layoutControlItem24";
            this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem24.Size = new System.Drawing.Size(284, 34);
            this.layoutControlItem24.Text = "lbGuid";
            this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem24.TextVisible = false;
            //
            // Root
            //
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root.GroupBordersVisible = false;
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.layoutControlItem9,
            this.layoutControlItem10,
            this.layoutControlItem11,
            this.layoutControlItem12,
            this.layoutControlItem13,
            this.layoutControlItem14,
            this.layoutControlItem15,
            this.layoutControlItem16,
            this.layoutControlItem17,
            this.layoutControlItem18,
            this.layoutControlItem19,
            this.layoutControlItem20,
            this.layoutControlItem21,
            this.layoutControlItem22,
            this.layoutControlItem23});
            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;
            rowDefinition4.Height = 100D;
            rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition5.Height = 100D;
            rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
            rowDefinition6.Height = 100D;
            rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition1,
            rowDefinition2,
            rowDefinition3,
            rowDefinition4,
            rowDefinition5,
            rowDefinition6});
            this.Root.Size = new System.Drawing.Size(1158, 214);
            this.Root.TextVisible = false;
            //
            // layoutControlItem1
            //
            this.layoutControlItem1.Control = this.txt_itemName;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem1.Text = "物料名称";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem2
            //
            this.layoutControlItem2.Control = this.txt_itemModel;
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 32);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem2.Text = "规格型号";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem3
            //
            this.layoutControlItem3.Control = this.txt_itemSname;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 64);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem3.Text = "物料简称";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem4
            //
            this.layoutControlItem4.Control = this.txt_itemDescription;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 96);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem4.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem4.Text = "物料描述";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem5
            //
            this.layoutControlItem5.Control = this.txt_itemNo;
            this.layoutControlItem5.Location = new System.Drawing.Point(284, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem5.Text = "物料编码";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem6
            //
            this.layoutControlItem6.Control = this.txt_itemType;
            this.layoutControlItem6.Location = new System.Drawing.Point(284, 32);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem6.Text = "物料类型";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem7
            //
            this.layoutControlItem7.Control = this.txt_itemVersion;
            this.layoutControlItem7.Location = new System.Drawing.Point(284, 64);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem7.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem7.Text = "产品版本";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem8
            //
            this.layoutControlItem8.Control = this.txt_ppbom00019124;
            this.layoutControlItem8.Location = new System.Drawing.Point(284, 96);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem8.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem8.Text = "分类编号";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem9
            //
            this.layoutControlItem9.Control = this.txt_materialProperti;
            this.layoutControlItem9.Location = new System.Drawing.Point(568, 0);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem9.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem9.Text = "物料属性";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem10
            //
            this.layoutControlItem10.Control = this.txt_productionWorkshop;
            this.layoutControlItem10.Location = new System.Drawing.Point(568, 32);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem10.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem10.Text = "生产车间";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem11
            //
            this.layoutControlItem11.Control = this.txt_highlimit;
            this.layoutControlItem11.Location = new System.Drawing.Point(568, 64);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem11.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem11.Text = "最大库存";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem12
            //
            this.layoutControlItem12.Control = this.txt_lowlimit;
            this.layoutControlItem12.Location = new System.Drawing.Point(568, 96);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem12.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem12.Text = "最低库存";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem13
            //
            this.layoutControlItem13.Control = this.txt_kfName;
            this.layoutControlItem13.Location = new System.Drawing.Point(852, 0);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(286, 32);
            this.layoutControlItem13.Text = "库房单位";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem14
            //
            this.layoutControlItem14.Control = this.txt_wwName;
            this.layoutControlItem14.Location = new System.Drawing.Point(852, 32);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem14.Size = new System.Drawing.Size(286, 32);
            this.layoutControlItem14.Text = "委外单位";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem15
            //
            this.layoutControlItem15.Control = this.txt_wlName;
            this.layoutControlItem15.Location = new System.Drawing.Point(852, 64);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem15.Size = new System.Drawing.Size(286, 32);
            this.layoutControlItem15.Text = "物料单位";
            this.layoutControlItem15.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem16
            //
            this.layoutControlItem16.Control = this.txt_xxName;
            this.layoutControlItem16.Location = new System.Drawing.Point(852, 96);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem16.Size = new System.Drawing.Size(286, 32);
            this.layoutControlItem16.Text = "销售单位";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem17
            //
            this.layoutControlItem17.Control = this.txt_prdPack;
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 128);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem17.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem17.Text = "最小包装数";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem18
            //
            this.layoutControlItem18.Control = this.txt_fissueType;
            this.layoutControlItem18.Location = new System.Drawing.Point(284, 128);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem18.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem18.Text = "发料方式";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem19
            //
            this.layoutControlItem19.Control = this.txt_ffinishreceiptoverrate;
            this.layoutControlItem19.Location = new System.Drawing.Point(568, 128);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem19.Size = new System.Drawing.Size(284, 32);
            this.layoutControlItem19.Text = "超收比例";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem20
            //
            this.layoutControlItem20.Control = this.txt_dptName;
            this.layoutControlItem20.Location = new System.Drawing.Point(0, 160);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem20.Size = new System.Drawing.Size(284, 34);
            this.layoutControlItem20.Text = "默认仓库";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem21
            //
            this.layoutControlItem21.Control = this.txt_scName;
            this.layoutControlItem21.Location = new System.Drawing.Point(852, 128);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 4;
            this.layoutControlItem21.Size = new System.Drawing.Size(286, 32);
            this.layoutControlItem21.Text = "生产单位";
            this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem22
            //
            this.layoutControlItem22.Control = this.txt_cgName;
            this.layoutControlItem22.Location = new System.Drawing.Point(852, 160);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem22.Size = new System.Drawing.Size(286, 34);
            this.layoutControlItem22.Text = "采购单位";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem23
            //
            this.layoutControlItem23.Control = this.txt_fforbidstatusTxt;
            this.layoutControlItem23.Location = new System.Drawing.Point(284, 160);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 5;
            this.layoutControlItem23.Size = new System.Drawing.Size(284, 34);
            this.layoutControlItem23.Text = "禁用状态";
            this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18);
            // 
            // Frm_MesItems
            // 
@@ -1081,138 +1229,153 @@
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "Frm_MesItems";
            this.Text = "物料信息";
            ((System.ComponentModel.ISupportInitialize)(this.txt_fissueType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ffinishreceiptoverrate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_materialProperti.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatusTxt.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_productionWorkshop.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ppbom00019124.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_prdPack.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_highlimit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lowlimit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemVersion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemDescription.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemSname.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((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.gcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kfName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wwName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wlName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_xxName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_scName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
            this.splitMx1.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit();
            ((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_cgName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_scName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatusTxt.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_xxName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wlName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wwName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kfName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fissueType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ffinishreceiptoverrate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemModel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemSname.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemDescription.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemVersion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ppbom00019124.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_materialProperti.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_productionWorkshop.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_highlimit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lowlimit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_prdPack.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private UserControl.UcToolBarMenu toolBarMenu1;
        private DevExpress.XtraGrid.GridControl gcMain;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
        private UserControls.Data.UcPageBar pageBar1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.LabelControl labelControl11;
        private DevExpress.XtraEditors.LabelControl lb_fissueType;
        private DevExpress.XtraEditors.TextEdit txt_fissueType;
        private DevExpress.XtraEditors.LabelControl lb_finishRate;
        private DevExpress.XtraEditors.TextEdit txt_ffinishreceiptoverrate;
        private DevExpress.XtraEditors.LabelControl lb_materialProperties;
        private DevExpress.XtraEditors.TextEdit txt_materialProperti;
        private DevExpress.XtraGrid.Columns.GridColumn gv_materialGroup;
        private DevExpress.XtraEditors.LabelControl lb_isStatus;
        private DevExpress.XtraEditors.TextEdit txt_fforbidstatusTxt;
        private DevExpress.XtraGrid.Columns.GridColumn gv_isStatus;
        private DevExpress.XtraEditors.LabelControl lb_produceWorkNo;
        private DevExpress.XtraEditors.TextEdit txt_productionWorkshop;
        private DevExpress.XtraEditors.LabelControl lb_bomNo;
        private DevExpress.XtraEditors.TextEdit txt_ppbom00019124;
        private DevExpress.XtraGrid.Columns.GridColumn gv_bomNo;
        private DevExpress.XtraEditors.LabelControl lb_depotNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_depotNo;
        private DevExpress.XtraEditors.LabelControl lb_subconUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_subconUnitNo;
        private DevExpress.XtraEditors.LabelControl lb_purchaseUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnitNo;
        private DevExpress.XtraEditors.LabelControl lb_produceUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_produceUnitNo;
        private DevExpress.XtraEditors.LabelControl lb_storeUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_storeUnitNo;
        private DevExpress.XtraEditors.LabelControl lb_saleUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_saleUnitNo;
        private DevExpress.XtraEditors.LabelControl lb_prdPack;
        private DevExpress.XtraEditors.TextEdit txt_prdPack;
        private DevExpress.XtraGrid.Columns.GridColumn gv_prdPack;
        private DevExpress.XtraEditors.LabelControl lb_highLimt;
        private DevExpress.XtraEditors.TextEdit txt_highlimit;
        private DevExpress.XtraGrid.Columns.GridColumn gv_highLimt;
        private DevExpress.XtraEditors.LabelControl lb_lowLimt;
        private DevExpress.XtraEditors.TextEdit txt_lowlimit;
        private DevExpress.XtraGrid.Columns.GridColumn gv_lowLimt;
        private DevExpress.XtraEditors.LabelControl lb_itemVersion;
        private DevExpress.XtraEditors.TextEdit txt_itemVersion;
        private DevExpress.XtraEditors.LabelControl lb_itemType;
        private DevExpress.XtraEditors.TextEdit txt_itemType;
        private DevExpress.XtraEditors.LabelControl lb_itemUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemUnitNo;
        private DevExpress.XtraEditors.LabelControl lb_itemDescription;
        private DevExpress.XtraEditors.TextEdit txt_itemDescription;
        private DevExpress.XtraEditors.LabelControl lb_itemModel;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemModel;
        private DevExpress.XtraEditors.LabelControl lb_itemSname;
        private DevExpress.XtraEditors.TextEdit txt_itemSname;
        private DevExpress.XtraEditors.LabelControl lb_itemName;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemName;
        private DevExpress.XtraEditors.LabelControl lb_itemNo;
        private DevExpress.XtraEditors.TextEdit txt_itemNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemNo;
        private DevExpress.XtraEditors.MemoEdit txt_itemName;
        private DevExpress.XtraEditors.MemoEdit txt_itemModel;
        private DevExpress.XtraEditors.SplitContainerControl split1;
        private DevExpress.XtraGrid.GridControl gcMain;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemName;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemModel;
        private DevExpress.XtraGrid.Columns.GridColumn gv_lowLimt;
        private DevExpress.XtraGrid.Columns.GridColumn gv_highLimt;
        private DevExpress.XtraGrid.Columns.GridColumn gv_prdPack;
        private DevExpress.XtraGrid.Columns.GridColumn gv_bomNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_materialGroup;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_saleUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_storeUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_subconUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_produceUnitNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_depotNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_isStatus;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraEditors.TextEdit txt_dptName;
        private DevExpress.XtraEditors.TextEdit txt_cgName;
        private DevExpress.XtraEditors.TextEdit txt_xxName;
        private DevExpress.XtraEditors.TextEdit txt_scName;
        private DevExpress.XtraEditors.TextEdit txt_wlName;
        private UserControls.Data.UcPageBar pageBar1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
        private DevExpress.XtraEditors.SplitContainerControl splitMx1;
        private DevExpress.XtraEditors.TextEdit txt_kfName;
        private DevExpress.XtraEditors.TextEdit txt_wwName;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraEditors.TextEdit txt_wlName;
        private DevExpress.XtraEditors.TextEdit txt_xxName;
        private DevExpress.XtraEditors.TextEdit txt_scName;
        private DevExpress.XtraEditors.TextEdit txt_cgName;
        private DevExpress.XtraEditors.TextEdit txt_dptName;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.TextEdit txt_fissueType;
        private DevExpress.XtraEditors.TextEdit txt_ffinishreceiptoverrate;
        private DevExpress.XtraEditors.TextEdit txt_materialProperti;
        private DevExpress.XtraEditors.TextEdit txt_fforbidstatusTxt;
        private DevExpress.XtraEditors.TextEdit txt_productionWorkshop;
        private DevExpress.XtraEditors.TextEdit txt_ppbom00019124;
        private DevExpress.XtraEditors.TextEdit txt_prdPack;
        private DevExpress.XtraEditors.TextEdit txt_highlimit;
        private DevExpress.XtraEditors.TextEdit txt_lowlimit;
        private DevExpress.XtraEditors.TextEdit txt_itemVersion;
        private DevExpress.XtraEditors.TextEdit txt_itemType;
        private DevExpress.XtraEditors.TextEdit txt_itemDescription;
        private DevExpress.XtraEditors.TextEdit txt_itemSname;
        private DevExpress.XtraEditors.TextEdit txt_itemNo;
        private DevExpress.XtraEditors.MemoEdit txt_itemName;
        private DevExpress.XtraEditors.MemoEdit txt_itemModel;
        private DevExpress.XtraLayout.LayoutControl layoutMx1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
    }
}
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.cs
@@ -20,9 +20,7 @@
            InitializeComponent();
            toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
            toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
            List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
            gvList.Add(gridView1);
            Gs.DevApp.ToolBox.UtilityHelper.getGridViewConfig(this.GetType().FullName, gvList);
            this.toolBarMenu1.getXmlConfig();
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, "", "", (value) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
@@ -172,7 +170,7 @@
                {
                    var dy = _rtn.rtnData;
                    lbGuid.Text = strGuid;
                    UtilityHelper.SetValueByObj(panel1.Controls, dy, isEdit);
                    UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit);
                }
                else
                {
DevApp/Gs.DevApp/UserControl/ShowFilter.Designer.cs
@@ -79,6 +79,8 @@
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBoxSql = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBox3Sql = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -105,6 +107,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.gcQuery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvQuery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSql)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3Sql)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
@@ -432,7 +435,8 @@
            this.gcQuery.MainView = this.gvQuery;
            this.gcQuery.Name = "gcQuery";
            this.gcQuery.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBoxSql});
            this.repositoryItemComboBoxSql,
            this.repositoryItemComboBox3Sql});
            this.gcQuery.Size = new System.Drawing.Size(734, 331);
            this.gcQuery.TabIndex = 3;
            this.gcQuery.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
@@ -443,6 +447,7 @@
            this.gvQuery.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn5,
            this.gridColumn7,
            this.gridColumn6,
            this.gridColumn9});
            this.gvQuery.GridControl = this.gcQuery;
            this.gvQuery.Name = "gvQuery";
@@ -478,6 +483,30 @@
            this.repositoryItemComboBoxSql.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.repositoryItemComboBoxSql.EditValueChanged += new System.EventHandler(this.repositoryItemComboBoxSql_EditValueChanged);
            // 
            // gridColumn6
            //
            this.gridColumn6.Caption = "字段类型";
            this.gridColumn6.ColumnEdit = this.repositoryItemComboBox3Sql;
            this.gridColumn6.FieldName = "sqlFieldType";
            this.gridColumn6.MinWidth = 25;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 2;
            this.gridColumn6.Width = 94;
            //
            // repositoryItemComboBox3Sql
            //
            this.repositoryItemComboBox3Sql.AutoHeight = false;
            this.repositoryItemComboBox3Sql.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3Sql.Items.AddRange(new object[] {
            "",
            "时间类型",
            "Bit类型"});
            this.repositoryItemComboBox3Sql.Name = "repositoryItemComboBox3Sql";
            this.repositoryItemComboBox3Sql.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.repositoryItemComboBox3Sql.EditValueChanged += new System.EventHandler(this.repositoryItemComboBox3Sql_EditValueChanged);
            //
            // gridColumn9
            // 
            this.gridColumn9.Caption = "最后修改时间";
@@ -486,7 +515,7 @@
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.OptionsColumn.ReadOnly = true;
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 2;
            this.gridColumn9.VisibleIndex = 3;
            this.gridColumn9.Width = 94;
            // 
            // ShowFilter
@@ -527,6 +556,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.gcQuery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvQuery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSql)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3Sql)).EndInit();
            this.ResumeLayout(false);
        }
@@ -569,5 +599,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox3Sql;
    }
}
DevApp/Gs.DevApp/UserControl/ShowFilter.cs
@@ -410,7 +410,45 @@
                    var _obj = new
                    {
                        guid = mxGuid,
                        sqlField = _txt
                        sqlField = _txt,
                        fType=0,
                    };
                    try
                    {
                        var strJson = UtilityHelper.HttpPost("",
                            "Fm/EditCol",
                            JsonConvert.SerializeObject(_obj));
                        var _rtn = UtilityHelper.ReturnToDynamic(strJson);
                        if (_rtn.rtnCode <= 0)
                        {
                            MsgHelper.ShowError("提示:" + _rtn.rtnMsg);
                        }
                    }
                    catch (Exception ex)
                    {
                        MsgHelper.Warning("提示:" + ex.Message);
                    }
                }
            }
        }
        private void repositoryItemComboBox3Sql_EditValueChanged(object sender, EventArgs e)
        {
            ComboBoxEdit comboBox = sender as ComboBoxEdit;
            if (comboBox != null)
            {
                GridView myView = (gcQuery.MainView as GridView);
                int dataIndex = myView.GetDataSourceRowIndex(myView.FocusedRowHandle);
                string _txt = comboBox.Text.Trim();
                var dr = myView.GetDataRow(dataIndex);
                var mxGuid = dr["guid"].ToString();
                if (mxGuid.Length > 0 )
                {
                    var _obj = new
                    {
                        guid = mxGuid,
                        fType = 1,
                        sqlFieldType = _txt
                    };
                    try
                    {
@@ -431,5 +469,7 @@
            }
        }
        #endregion
    }
}