From 0249c31d8a31f1dfb94915915b177ec4a3074d60 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 01 七月 2025 16:44:44 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs | 165 +++++++++++++++++++++++++++++------------------------- 1 files changed, 89 insertions(+), 76 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs index 18ecff6..a1a79e7 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs @@ -45,6 +45,7 @@ this.split1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -103,7 +104,6 @@ this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); - this.tips = new DevExpress.Utils.ToolTipController(this.components); this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -115,6 +115,7 @@ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -252,6 +253,7 @@ this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView1.ColumnPanelRowHeight = 50; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.colChkInt, this.gridColumn4, this.gridColumn2, this.gv_itemNo, @@ -285,6 +287,16 @@ this.gridView1.OptionsView.ShowAutoFilterRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; // + // colChkInt + // + this.colChkInt.Caption = "."; + this.colChkInt.FieldName = "chkInt"; + this.colChkInt.MinWidth = 25; + this.colChkInt.Name = "colChkInt"; + this.colChkInt.Visible = true; + this.colChkInt.VisibleIndex = 0; + this.colChkInt.Width = 94; + // // gridColumn4 // this.gridColumn4.Caption = "浣跨敤缁勭粐"; @@ -294,7 +306,7 @@ this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.Tag = "org.FNumber"; this.gridColumn4.Visible = true; - this.gridColumn4.VisibleIndex = 0; + this.gridColumn4.VisibleIndex = 1; this.gridColumn4.Width = 250; // // gridColumn2 @@ -304,7 +316,7 @@ this.gridColumn2.MinWidth = 25; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 1; + this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 94; // // gv_itemNo @@ -317,7 +329,7 @@ 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.VisibleIndex = 3; this.gv_itemNo.Width = 120; // // gv_itemName @@ -332,7 +344,7 @@ 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.VisibleIndex = 4; this.gv_itemName.Width = 250; // // gv_itemModel @@ -345,7 +357,7 @@ 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.VisibleIndex = 5; this.gv_itemModel.Width = 360; // // gv_lowLimt @@ -359,7 +371,7 @@ 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.VisibleIndex = 6; this.gv_lowLimt.Width = 50; // // gv_highLimt @@ -373,7 +385,7 @@ 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.VisibleIndex = 7; this.gv_highLimt.Width = 50; // // gv_prdPack @@ -387,7 +399,7 @@ 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.VisibleIndex = 8; this.gv_prdPack.Width = 50; // // gv_bomNo @@ -412,7 +424,7 @@ 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.VisibleIndex = 9; this.gv_materialGroup.Width = 130; // // gv_itemUnitNo @@ -426,7 +438,7 @@ 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.VisibleIndex = 10; this.gv_itemUnitNo.Width = 50; // // gv_purchaseUnitNo @@ -440,7 +452,7 @@ 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.VisibleIndex = 11; this.gv_purchaseUnitNo.Width = 50; // // gv_saleUnitNo @@ -454,7 +466,7 @@ 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.VisibleIndex = 12; this.gv_saleUnitNo.Width = 50; // // gv_storeUnitNo @@ -468,7 +480,7 @@ 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.VisibleIndex = 13; this.gv_storeUnitNo.Width = 50; // // gv_subconUnitNo @@ -482,7 +494,7 @@ 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.VisibleIndex = 14; this.gv_subconUnitNo.Width = 50; // // gv_produceUnitNo @@ -496,7 +508,7 @@ 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.VisibleIndex = 15; this.gv_produceUnitNo.Width = 50; // // gv_depotNo @@ -521,7 +533,7 @@ this.gv_isStatus.OptionsColumn.AllowEdit = false; this.gv_isStatus.Tag = "query_a.fforbidstatus"; this.gv_isStatus.Visible = true; - this.gv_isStatus.VisibleIndex = 15; + this.gv_isStatus.VisibleIndex = 16; this.gv_isStatus.Width = 50; // // gridColumn1 @@ -535,7 +547,7 @@ this.gridColumn1.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.Date; this.gridColumn1.Tag = "query_a.lastupdate_date"; this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 20; + this.gridColumn1.VisibleIndex = 21; this.gridColumn1.Width = 180; // // gridColumn3 @@ -553,7 +565,7 @@ this.gridColumn6.MinWidth = 25; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 16; + this.gridColumn6.VisibleIndex = 17; this.gridColumn6.Width = 94; // // gridColumn7 @@ -563,7 +575,7 @@ this.gridColumn7.MinWidth = 25; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; - this.gridColumn7.VisibleIndex = 17; + this.gridColumn7.VisibleIndex = 18; this.gridColumn7.Width = 94; // // gridColumn8 @@ -573,7 +585,7 @@ this.gridColumn8.MinWidth = 25; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; - this.gridColumn8.VisibleIndex = 18; + this.gridColumn8.VisibleIndex = 19; this.gridColumn8.Width = 94; // // gridColumn9 @@ -583,7 +595,7 @@ this.gridColumn9.MinWidth = 25; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; - this.gridColumn9.VisibleIndex = 19; + this.gridColumn9.VisibleIndex = 20; this.gridColumn9.Width = 94; // // pageBar1 @@ -622,7 +634,7 @@ this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1158, 570); - this.splitMx1.SplitterPosition = 164; + this.splitMx1.SplitterPosition = 202; this.splitMx1.TabIndex = 0; // // layoutMx1 @@ -654,13 +666,13 @@ 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, 164); + this.layoutMx1.Size = new System.Drawing.Size(1158, 202); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // // txt_cgName // - this.txt_cgName.Location = new System.Drawing.Point(951, 127); + this.txt_cgName.Location = new System.Drawing.Point(951, 156); this.txt_cgName.Name = "txt_cgName"; this.txt_cgName.Properties.Appearance.Options.UseFont = true; this.txt_cgName.Size = new System.Drawing.Size(195, 24); @@ -679,7 +691,7 @@ // // txt_scName // - this.txt_scName.Location = new System.Drawing.Point(667, 127); + this.txt_scName.Location = new System.Drawing.Point(667, 156); this.txt_scName.Name = "txt_scName"; this.txt_scName.Properties.Appearance.Options.UseFont = true; this.txt_scName.Size = new System.Drawing.Size(193, 24); @@ -689,7 +701,7 @@ // // txt_fforbidstatusTxt // - this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(383, 98); + this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(383, 120); this.txt_fforbidstatusTxt.Name = "txt_fforbidstatusTxt"; this.txt_fforbidstatusTxt.Properties.Appearance.Options.UseFont = true; this.txt_fforbidstatusTxt.Size = new System.Drawing.Size(193, 24); @@ -699,7 +711,7 @@ // // txt_xxName // - this.txt_xxName.Location = new System.Drawing.Point(951, 98); + this.txt_xxName.Location = new System.Drawing.Point(951, 120); this.txt_xxName.Name = "txt_xxName"; this.txt_xxName.Properties.Appearance.Options.UseFont = true; this.txt_xxName.Size = new System.Drawing.Size(195, 24); @@ -709,7 +721,7 @@ // // txt_dptName // - this.txt_dptName.Location = new System.Drawing.Point(99, 69); + this.txt_dptName.Location = new System.Drawing.Point(99, 84); this.txt_dptName.Name = "txt_dptName"; this.txt_dptName.Properties.Appearance.Options.UseFont = true; this.txt_dptName.Size = new System.Drawing.Size(193, 24); @@ -719,7 +731,7 @@ // // txt_wlName // - this.txt_wlName.Location = new System.Drawing.Point(951, 69); + this.txt_wlName.Location = new System.Drawing.Point(951, 84); this.txt_wlName.Name = "txt_wlName"; this.txt_wlName.Properties.Appearance.Options.UseFont = true; this.txt_wlName.Size = new System.Drawing.Size(195, 24); @@ -729,7 +741,7 @@ // // txt_wwName // - this.txt_wwName.Location = new System.Drawing.Point(951, 40); + this.txt_wwName.Location = new System.Drawing.Point(951, 48); this.txt_wwName.Name = "txt_wwName"; this.txt_wwName.Properties.Appearance.Options.UseFont = true; this.txt_wwName.Size = new System.Drawing.Size(195, 24); @@ -749,7 +761,7 @@ // // txt_fissueType // - this.txt_fissueType.Location = new System.Drawing.Point(383, 69); + this.txt_fissueType.Location = new System.Drawing.Point(383, 84); this.txt_fissueType.Name = "txt_fissueType"; this.txt_fissueType.Properties.Appearance.Options.UseFont = true; this.txt_fissueType.Size = new System.Drawing.Size(193, 24); @@ -759,7 +771,7 @@ // // txt_ffinishreceiptoverrate // - this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(667, 98); + this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(667, 120); this.txt_ffinishreceiptoverrate.Name = "txt_ffinishreceiptoverrate"; this.txt_ffinishreceiptoverrate.Properties.Appearance.Options.UseFont = true; this.txt_ffinishreceiptoverrate.Size = new System.Drawing.Size(193, 24); @@ -772,24 +784,24 @@ this.txt_itemName.Location = new System.Drawing.Point(99, 12); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Options.UseFont = true; - this.txt_itemName.Size = new System.Drawing.Size(193, 24); + this.txt_itemName.Size = new System.Drawing.Size(193, 32); 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(99, 127); + this.txt_itemModel.Location = new System.Drawing.Point(99, 156); this.txt_itemModel.Name = "txt_itemModel"; this.txt_itemModel.Properties.Appearance.Options.UseFont = true; - this.txt_itemModel.Size = new System.Drawing.Size(477, 25); + this.txt_itemModel.Size = new System.Drawing.Size(477, 34); this.txt_itemModel.StyleController = this.layoutMx1; this.txt_itemModel.TabIndex = 219; this.txt_itemModel.Tag = "itemModel"; // // txt_itemDescription // - this.txt_itemDescription.Location = new System.Drawing.Point(99, 40); + this.txt_itemDescription.Location = new System.Drawing.Point(99, 48); this.txt_itemDescription.Name = "txt_itemDescription"; this.txt_itemDescription.Properties.Appearance.Options.UseFont = true; this.txt_itemDescription.Size = new System.Drawing.Size(193, 24); @@ -809,7 +821,7 @@ // // txt_materialProperti // - this.txt_materialProperti.Location = new System.Drawing.Point(383, 40); + this.txt_materialProperti.Location = new System.Drawing.Point(383, 48); this.txt_materialProperti.Name = "txt_materialProperti"; this.txt_materialProperti.Properties.Appearance.Options.UseFont = true; this.txt_materialProperti.Size = new System.Drawing.Size(193, 24); @@ -829,7 +841,7 @@ // // txt_highlimit // - this.txt_highlimit.Location = new System.Drawing.Point(667, 40); + this.txt_highlimit.Location = new System.Drawing.Point(667, 48); this.txt_highlimit.Name = "txt_highlimit"; this.txt_highlimit.Properties.Appearance.Options.UseFont = true; this.txt_highlimit.Size = new System.Drawing.Size(193, 24); @@ -839,7 +851,7 @@ // // txt_lowlimit // - this.txt_lowlimit.Location = new System.Drawing.Point(667, 69); + this.txt_lowlimit.Location = new System.Drawing.Point(667, 84); this.txt_lowlimit.Name = "txt_lowlimit"; this.txt_lowlimit.Properties.Appearance.Options.UseFont = true; this.txt_lowlimit.Size = new System.Drawing.Size(193, 24); @@ -849,7 +861,7 @@ // // txt_prdPack // - this.txt_prdPack.Location = new System.Drawing.Point(99, 98); + this.txt_prdPack.Location = new System.Drawing.Point(99, 120); this.txt_prdPack.Name = "txt_prdPack"; this.txt_prdPack.Properties.Appearance.Options.UseFont = true; this.txt_prdPack.Size = new System.Drawing.Size(193, 24); @@ -924,7 +936,7 @@ rowDefinition3, rowDefinition4, rowDefinition5}); - this.Root.Size = new System.Drawing.Size(1158, 164); + this.Root.Size = new System.Drawing.Size(1158, 202); this.Root.TextVisible = false; // // layoutControlItem1 @@ -932,7 +944,7 @@ 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, 28); + this.layoutControlItem1.Size = new System.Drawing.Size(284, 36); this.layoutControlItem1.Text = "鐗╂枡鍚嶇О"; this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); // @@ -942,7 +954,7 @@ 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, 28); + this.layoutControlItem5.Size = new System.Drawing.Size(284, 36); this.layoutControlItem5.Text = "鐗╂枡缂栫爜"; this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); // @@ -952,83 +964,83 @@ 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, 28); + this.layoutControlItem13.Size = new System.Drawing.Size(286, 36); 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, 28); + this.layoutControlItem14.Location = new System.Drawing.Point(852, 36); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem14.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem14.Size = new System.Drawing.Size(286, 36); 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, 57); + this.layoutControlItem15.Location = new System.Drawing.Point(852, 72); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem15.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem15.Size = new System.Drawing.Size(286, 36); 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, 86); + this.layoutControlItem16.Location = new System.Drawing.Point(852, 108); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem16.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem16.Size = new System.Drawing.Size(286, 36); 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, 86); + this.layoutControlItem17.Location = new System.Drawing.Point(0, 108); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem17.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem17.Size = new System.Drawing.Size(284, 36); 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, 57); + this.layoutControlItem18.Location = new System.Drawing.Point(284, 72); this.layoutControlItem18.Name = "layoutControlItem18"; this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem18.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem18.Size = new System.Drawing.Size(284, 36); this.layoutControlItem18.Text = "鍙戞枡鏂瑰紡"; this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem23 // this.layoutControlItem23.Control = this.txt_fforbidstatusTxt; - this.layoutControlItem23.Location = new System.Drawing.Point(284, 86); + this.layoutControlItem23.Location = new System.Drawing.Point(284, 108); this.layoutControlItem23.Name = "layoutControlItem23"; this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem23.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem23.Size = new System.Drawing.Size(284, 36); this.layoutControlItem23.Text = "绂佺敤鐘舵��"; this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_materialProperti; - this.layoutControlItem9.Location = new System.Drawing.Point(284, 28); + this.layoutControlItem9.Location = new System.Drawing.Point(284, 36); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem9.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem9.Size = new System.Drawing.Size(284, 36); this.layoutControlItem9.Text = "鐗╂枡灞炴��"; this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); // @@ -1038,29 +1050,29 @@ this.layoutControlItem10.Location = new System.Drawing.Point(568, 0); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem10.Size = new System.Drawing.Size(284, 28); + this.layoutControlItem10.Size = new System.Drawing.Size(284, 36); 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, 28); + this.layoutControlItem11.Location = new System.Drawing.Point(568, 36); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem11.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem11.Size = new System.Drawing.Size(284, 36); 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, 57); + this.layoutControlItem12.Location = new System.Drawing.Point(568, 72); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem12.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem12.Size = new System.Drawing.Size(284, 36); this.layoutControlItem12.Text = "瀹夊叏搴撳瓨"; this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18); // @@ -1068,64 +1080,64 @@ // this.layoutControlItem19.Control = this.txt_ffinishreceiptoverrate; this.layoutControlItem19.CustomizationFormText = "鍏ュ簱瓒呮敹姣斾緥(%)"; - this.layoutControlItem19.Location = new System.Drawing.Point(568, 86); + this.layoutControlItem19.Location = new System.Drawing.Point(568, 108); this.layoutControlItem19.Name = "layoutControlItem19"; this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem19.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem19.Size = new System.Drawing.Size(284, 36); this.layoutControlItem19.Text = "瓒呮敹姣斾緥"; this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem21 // this.layoutControlItem21.Control = this.txt_scName; - this.layoutControlItem21.Location = new System.Drawing.Point(568, 115); + this.layoutControlItem21.Location = new System.Drawing.Point(568, 144); this.layoutControlItem21.Name = "layoutControlItem21"; this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem21.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem21.Size = new System.Drawing.Size(284, 38); 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, 115); + this.layoutControlItem22.Location = new System.Drawing.Point(852, 144); this.layoutControlItem22.Name = "layoutControlItem22"; this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem22.Size = new System.Drawing.Size(286, 29); + this.layoutControlItem22.Size = new System.Drawing.Size(286, 38); this.layoutControlItem22.Text = "閲囪喘鍗曚綅"; this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_itemModel; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 115); + this.layoutControlItem2.Location = new System.Drawing.Point(0, 144); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem2.Size = new System.Drawing.Size(568, 29); + this.layoutControlItem2.Size = new System.Drawing.Size(568, 38); this.layoutControlItem2.Text = "瑙勬牸鍨嬪彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_itemDescription; - this.layoutControlItem4.Location = new System.Drawing.Point(0, 28); + this.layoutControlItem4.Location = new System.Drawing.Point(0, 36); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem4.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem4.Size = new System.Drawing.Size(284, 36); this.layoutControlItem4.Text = "鐗╂枡鎻忚堪"; this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem20 // this.layoutControlItem20.Control = this.txt_dptName; - this.layoutControlItem20.Location = new System.Drawing.Point(0, 57); + this.layoutControlItem20.Location = new System.Drawing.Point(0, 72); this.layoutControlItem20.Name = "layoutControlItem20"; this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem20.Size = new System.Drawing.Size(284, 29); + this.layoutControlItem20.Size = new System.Drawing.Size(284, 36); this.layoutControlItem20.Text = "榛樿浠撳簱"; this.layoutControlItem20.TextSize = new System.Drawing.Size(75, 18); // @@ -1276,5 +1288,6 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; + private DevExpress.XtraGrid.Columns.GridColumn colChkInt; } } \ No newline at end of file -- Gitblit v1.9.3