lu
2025-04-02 0ef6a1f40d206bafb20e7f9b05fd072580102541
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
@@ -43,7 +43,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();
@@ -125,7 +125,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 +229,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 +240,23 @@
            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,7 @@
            // 
            // 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 +328,7 @@
            // 
            // 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 +344,7 @@
            // 
            // 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 +358,7 @@
            // 
            // 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 +373,7 @@
            // 
            // 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 +388,7 @@
            // 
            // 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 +403,7 @@
            // 
            // 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 +418,7 @@
            // 
            // 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 +432,7 @@
            // 
            // 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 +447,7 @@
            // 
            // 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 +462,7 @@
            // 
            // 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 +477,7 @@
            // 
            // 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 +492,7 @@
            // 
            // 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 +507,7 @@
            // 
            // 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 +522,7 @@
            // 
            // 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 +536,7 @@
            // 
            // 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,7 +642,7 @@
            // 
            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.StyleController = this.layoutMx1;
@@ -662,7 +662,6 @@
            // 
            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;
@@ -673,7 +672,6 @@
            // 
            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;
@@ -684,7 +682,6 @@
            // 
            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;
@@ -695,7 +692,6 @@
            // 
            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.StyleController = this.layoutMx1;
@@ -706,7 +702,6 @@
            // 
            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;
@@ -717,7 +712,6 @@
            // 
            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;
@@ -728,7 +722,6 @@
            // 
            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;
@@ -739,7 +732,6 @@
            // 
            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;
@@ -750,7 +742,6 @@
            // 
            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;
@@ -761,7 +752,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 +762,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,7 +772,6 @@
            // 
            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;
@@ -794,7 +782,6 @@
            // 
            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;
@@ -805,7 +792,6 @@
            // 
            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;
@@ -816,7 +802,6 @@
            // 
            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;
@@ -827,7 +812,6 @@
            // 
            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;
@@ -838,7 +822,6 @@
            // 
            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;
@@ -849,7 +832,6 @@
            // 
            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;
@@ -860,7 +842,6 @@
            // 
            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;
@@ -871,7 +852,6 @@
            // 
            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;
@@ -882,7 +862,6 @@
            // 
            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;
@@ -893,7 +872,6 @@
            // 
            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;
@@ -1237,7 +1215,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 +1281,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;