lu
2025-04-07 e19ea4337fa65725e6e22073a7b600dcc9887d4b
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
@@ -29,6 +29,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -43,7 +44,7 @@
            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.gcMain1 = 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();
@@ -117,6 +118,7 @@
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -125,7 +127,7 @@
            this.split1.Panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
            this.split1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
@@ -229,7 +231,7 @@
            // 
            // split1.Panel1
            // 
            this.split1.Panel1.Controls.Add(this.gcMain);
            this.split1.Panel1.Controls.Add(this.gcMain1);
            this.split1.Panel1.Controls.Add(this.pageBar1);
            this.split1.Panel1.Text = "Panel1";
            // 
@@ -240,23 +242,21 @@
            this.split1.SplitterPosition = 558;
            this.split1.TabIndex = 0;
            // 
            // gcMain
            // gcMain1
            // 
            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(1158, 519);
            this.gcMain.TabIndex = 2;
            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(1158, 519);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Appearance.Row.Options.UseTextOptions = true;
            this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
@@ -281,7 +281,7 @@
            this.gv_depotNo,
            this.gv_isStatus,
            this.gridColumn1});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -314,7 +314,6 @@
            // 
            // 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";
@@ -328,7 +327,6 @@
            // 
            // 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;
@@ -344,7 +342,6 @@
            // 
            // 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";
@@ -358,7 +355,6 @@
            // 
            // 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";
@@ -373,7 +369,6 @@
            // 
            // 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";
@@ -388,7 +383,6 @@
            // 
            // 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";
@@ -403,7 +397,6 @@
            // 
            // 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";
@@ -418,7 +411,6 @@
            // 
            // 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";
@@ -432,7 +424,6 @@
            // 
            // 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";
@@ -447,7 +438,6 @@
            // 
            // 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";
@@ -462,7 +452,6 @@
            // 
            // 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";
@@ -477,7 +466,6 @@
            // 
            // 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";
@@ -492,7 +480,6 @@
            // 
            // 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";
@@ -507,7 +494,6 @@
            // 
            // 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";
@@ -522,7 +508,6 @@
            // 
            // 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";
@@ -536,7 +521,6 @@
            // 
            // 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";
@@ -642,9 +626,8 @@
            // 
            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(195, 28);
            this.txt_cgName.Size = new System.Drawing.Size(195, 24);
            this.txt_cgName.StyleController = this.layoutMx1;
            this.txt_cgName.TabIndex = 407;
            this.txt_cgName.Tag = "isStatus";
@@ -662,9 +645,8 @@
            // 
            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.Size = new System.Drawing.Size(195, 24);
            this.txt_scName.StyleController = this.layoutMx1;
            this.txt_scName.TabIndex = 408;
            this.txt_scName.Tag = "isStatus";
@@ -673,9 +655,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_fforbidstatusTxt.StyleController = this.layoutMx1;
            this.txt_fforbidstatusTxt.TabIndex = 343;
            this.txt_fforbidstatusTxt.Tag = "isStatus";
@@ -684,9 +665,8 @@
            // 
            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.Size = new System.Drawing.Size(195, 24);
            this.txt_xxName.StyleController = this.layoutMx1;
            this.txt_xxName.TabIndex = 409;
            this.txt_xxName.Tag = "isStatus";
@@ -695,9 +675,8 @@
            // 
            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(193, 28);
            this.txt_dptName.Size = new System.Drawing.Size(193, 24);
            this.txt_dptName.StyleController = this.layoutMx1;
            this.txt_dptName.TabIndex = 406;
            this.txt_dptName.Tag = "isStatus";
@@ -706,9 +685,8 @@
            // 
            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.Size = new System.Drawing.Size(195, 24);
            this.txt_wlName.StyleController = this.layoutMx1;
            this.txt_wlName.TabIndex = 410;
            this.txt_wlName.Tag = "isStatus";
@@ -717,9 +695,8 @@
            // 
            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.Size = new System.Drawing.Size(195, 24);
            this.txt_wwName.StyleController = this.layoutMx1;
            this.txt_wwName.TabIndex = 411;
            this.txt_wwName.Tag = "isStatus";
@@ -728,9 +705,8 @@
            // 
            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.Size = new System.Drawing.Size(195, 24);
            this.txt_kfName.StyleController = this.layoutMx1;
            this.txt_kfName.TabIndex = 412;
            this.txt_kfName.Tag = "isStatus";
@@ -739,9 +715,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_fissueType.StyleController = this.layoutMx1;
            this.txt_fissueType.TabIndex = 378;
            this.txt_fissueType.Tag = "fissueType";
@@ -750,9 +725,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_ffinishreceiptoverrate.StyleController = this.layoutMx1;
            this.txt_ffinishreceiptoverrate.TabIndex = 370;
            this.txt_ffinishreceiptoverrate.Tag = "finishRate";
@@ -761,7 +735,6 @@
            // 
            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(193, 28);
            this.txt_itemName.StyleController = this.layoutMx1;
@@ -772,7 +745,6 @@
            // 
            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(193, 28);
            this.txt_itemModel.StyleController = this.layoutMx1;
@@ -783,9 +755,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_itemSname.StyleController = this.layoutMx1;
            this.txt_itemSname.TabIndex = 217;
            this.txt_itemSname.Tag = "itemSname";
@@ -794,9 +765,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_itemDescription.StyleController = this.layoutMx1;
            this.txt_itemDescription.TabIndex = 222;
            this.txt_itemDescription.Tag = "itemDescription";
@@ -805,9 +775,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_itemNo.StyleController = this.layoutMx1;
            this.txt_itemNo.TabIndex = 213;
            this.txt_itemNo.Tag = "itemNo";
@@ -816,9 +785,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_itemType.StyleController = this.layoutMx1;
            this.txt_itemType.TabIndex = 228;
            this.txt_itemType.Tag = "itemType";
@@ -827,9 +795,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_itemVersion.StyleController = this.layoutMx1;
            this.txt_itemVersion.TabIndex = 231;
            this.txt_itemVersion.Tag = "itemVersion";
@@ -838,9 +805,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_ppbom00019124.StyleController = this.layoutMx1;
            this.txt_ppbom00019124.TabIndex = 319;
            this.txt_ppbom00019124.Tag = "bomNo";
@@ -849,9 +815,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_materialProperti.StyleController = this.layoutMx1;
            this.txt_materialProperti.TabIndex = 360;
            this.txt_materialProperti.Tag = "materialProperties";
@@ -860,9 +825,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_productionWorkshop.StyleController = this.layoutMx1;
            this.txt_productionWorkshop.TabIndex = 336;
            this.txt_productionWorkshop.Tag = "produceWorkNo";
@@ -871,9 +835,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_highlimit.StyleController = this.layoutMx1;
            this.txt_highlimit.TabIndex = 262;
            this.txt_highlimit.Tag = "highLimt";
@@ -882,9 +845,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_lowlimit.StyleController = this.layoutMx1;
            this.txt_lowlimit.TabIndex = 258;
            this.txt_lowlimit.Tag = "lowLimt";
@@ -893,9 +855,8 @@
            // 
            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.Size = new System.Drawing.Size(193, 24);
            this.txt_prdPack.StyleController = this.layoutMx1;
            this.txt_prdPack.TabIndex = 267;
            this.txt_prdPack.Tag = "prdPack";
@@ -1237,7 +1198,7 @@
            ((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.gcMain1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
@@ -1303,7 +1264,7 @@
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
        private DevExpress.XtraEditors.SplitContainerControl split1;
        private DevExpress.XtraGrid.GridControl gcMain;
        private DevExpress.XtraGrid.GridControl gcMain1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
@@ -1377,5 +1338,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
        private DevExpress.Utils.ToolTipController tips;
    }
}