From 5029c8357635c9556e63bd78f262d860df51e7fb Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期六, 02 八月 2025 15:49:56 +0800 Subject: [PATCH] 增加排班管理代码,到货计划增加超采比例,物料信息增加超采比例字段 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs | 399 +++++++++++++++++++++++++++++++------------------------- 1 files changed, 221 insertions(+), 178 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs index c7ccb53..a59030d 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs @@ -117,6 +117,7 @@ this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -186,9 +187,10 @@ this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); + this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.rptParameter = null; - this.toolBarMenu1.Size = new System.Drawing.Size(1160, 80); + this.toolBarMenu1.Size = new System.Drawing.Size(1450, 98); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; this.toolBarMenu1.xlsOutParameter = "xlsOut_items{}"; @@ -196,10 +198,11 @@ // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); + this.xtraTabControl1.Location = new System.Drawing.Point(0, 98); + this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; - this.xtraTabControl1.Size = new System.Drawing.Size(1160, 602); + this.xtraTabControl1.Size = new System.Drawing.Size(1450, 736); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, @@ -208,8 +211,9 @@ // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.split1); + this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1158, 570); + this.xtraTabPage1.Size = new System.Drawing.Size(1448, 698); this.xtraTabPage1.Text = "鏁版嵁鍒楄〃"; // // split1 @@ -218,6 +222,7 @@ this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.split1.Horizontal = false; this.split1.Location = new System.Drawing.Point(0, 0); + this.split1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.split1.Name = "split1"; // // split1.Panel1 @@ -230,17 +235,19 @@ // this.split1.Panel2.Text = "Panel2"; this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; - this.split1.Size = new System.Drawing.Size(1158, 570); + this.split1.Size = new System.Drawing.Size(1448, 698); this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; + this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; + this.gcMain1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gcMain1.Name = "gcMain1"; - this.gcMain1.Size = new System.Drawing.Size(1158, 519); + this.gcMain1.Size = new System.Drawing.Size(1448, 635); this.gcMain1.TabIndex = 2; this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); @@ -252,7 +259,7 @@ this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridView1.ColumnPanelRowHeight = 50; + this.gridView1.ColumnPanelRowHeight = 61; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colChkInt, this.gridColumn4, @@ -279,10 +286,12 @@ this.gridColumn7, this.gridColumn8, this.gridColumn5, - this.gridColumn9}); + this.gridColumn9, + this.gridColumn10}); + this.gridView1.DetailHeight = 428; this.gridView1.GridControl = this.gcMain1; this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always; - this.gridView1.IndicatorWidth = 50; + this.gridView1.IndicatorWidth = 62; this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.RowAutoHeight = true; @@ -293,46 +302,46 @@ // this.colChkInt.Caption = "."; this.colChkInt.FieldName = "chkInt"; - this.colChkInt.MinWidth = 25; + this.colChkInt.MinWidth = 31; this.colChkInt.Name = "colChkInt"; this.colChkInt.Visible = true; this.colChkInt.VisibleIndex = 0; - this.colChkInt.Width = 94; + this.colChkInt.Width = 117; // // gridColumn4 // this.gridColumn4.Caption = "浣跨敤缁勭粐"; this.gridColumn4.FieldName = "fSubsidiary"; - this.gridColumn4.MinWidth = 50; + this.gridColumn4.MinWidth = 62; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.Tag = "org.FNumber"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 1; - this.gridColumn4.Width = 250; + this.gridColumn4.Width = 312; // // gridColumn2 // this.gridColumn2.Caption = "鐗╂枡ID"; this.gridColumn2.FieldName = "id"; - this.gridColumn2.MinWidth = 25; + this.gridColumn2.MinWidth = 31; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 2; - this.gridColumn2.Width = 94; + this.gridColumn2.Width = 117; // // gv_itemNo // this.gv_itemNo.AppearanceCell.Options.UseFont = true; this.gv_itemNo.Caption = "鐗╂枡缂栫爜"; this.gv_itemNo.FieldName = "itemNo"; - this.gv_itemNo.MinWidth = 50; + this.gv_itemNo.MinWidth = 62; 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 = 3; - this.gv_itemNo.Width = 120; + this.gv_itemNo.Width = 150; // // gv_itemName // @@ -341,202 +350,201 @@ 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.MinWidth = 12; 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 = 4; - this.gv_itemName.Width = 250; + this.gv_itemName.Width = 312; // // gv_itemModel // this.gv_itemModel.AppearanceCell.Options.UseFont = true; this.gv_itemModel.Caption = "瑙勬牸鍨嬪彿"; this.gv_itemModel.FieldName = "itemModel"; - this.gv_itemModel.MinWidth = 10; + this.gv_itemModel.MinWidth = 12; 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 = 5; - this.gv_itemModel.Width = 360; + this.gv_itemModel.Width = 450; // // gv_lowLimt // 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.MaxWidth = 62; + this.gv_lowLimt.MinWidth = 62; 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 = 6; - this.gv_lowLimt.Width = 50; + this.gv_lowLimt.Width = 62; // // gv_highLimt // 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.MaxWidth = 62; + this.gv_highLimt.MinWidth = 62; 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 = 7; - this.gv_highLimt.Width = 50; + this.gv_highLimt.Width = 62; // // gv_prdPack // 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.MaxWidth = 62; + this.gv_prdPack.MinWidth = 62; 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 = 8; - this.gv_prdPack.Width = 50; + this.gv_prdPack.Width = 62; // // gv_bomNo // 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.MaxWidth = 75; + this.gv_bomNo.MinWidth = 75; this.gv_bomNo.Name = "gv_bomNo"; this.gv_bomNo.OptionsColumn.AllowEdit = false; this.gv_bomNo.Tag = "query_a.bomNo"; - this.gv_bomNo.Width = 60; // // gv_materialGroup // this.gv_materialGroup.AppearanceCell.Options.UseFont = true; this.gv_materialGroup.Caption = "鐗╂枡鍒嗙粍"; this.gv_materialGroup.FieldName = "remarks"; - this.gv_materialGroup.MinWidth = 50; + this.gv_materialGroup.MinWidth = 62; 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; + this.gv_materialGroup.Width = 162; // // gv_itemUnitNo // 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.MaxWidth = 62; + this.gv_itemUnitNo.MinWidth = 62; 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; + this.gv_itemUnitNo.Width = 62; // // gv_purchaseUnitNo // 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.MaxWidth = 62; + this.gv_purchaseUnitNo.MinWidth = 62; 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; + this.gv_purchaseUnitNo.Width = 62; // // gv_saleUnitNo // 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.MaxWidth = 62; + this.gv_saleUnitNo.MinWidth = 62; 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; + this.gv_saleUnitNo.Width = 62; // // gv_storeUnitNo // 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.MaxWidth = 62; + this.gv_storeUnitNo.MinWidth = 62; 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; + this.gv_storeUnitNo.Width = 62; // // gv_subconUnitNo // 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.MaxWidth = 62; + this.gv_subconUnitNo.MinWidth = 62; 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; + this.gv_subconUnitNo.Width = 62; // // gv_produceUnitNo // 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.MaxWidth = 62; + this.gv_produceUnitNo.MinWidth = 62; 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; + this.gv_produceUnitNo.Width = 62; // // gv_depotNo // this.gv_depotNo.AppearanceCell.Options.UseFont = true; this.gv_depotNo.Caption = "榛樿浠撳簱"; this.gv_depotNo.FieldName = "depotCode"; - this.gv_depotNo.MinWidth = 80; + this.gv_depotNo.MinWidth = 100; this.gv_depotNo.Name = "gv_depotNo"; this.gv_depotNo.OptionsColumn.AllowEdit = false; this.gv_depotNo.Tag = "query_m.depot_name"; - this.gv_depotNo.Width = 94; + this.gv_depotNo.Width = 117; // // gv_isStatus // 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.MaxWidth = 62; + this.gv_isStatus.MinWidth = 62; 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; + this.gv_isStatus.Width = 62; // // gridColumn1 // @@ -544,89 +552,90 @@ this.gridColumn1.DisplayFormat.FormatString = "d"; this.gridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn1.FieldName = "lastupdateDate"; - this.gridColumn1.MinWidth = 50; + this.gridColumn1.MinWidth = 62; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsFilter.FilterPopupMode = DevExpress.XtraGrid.Columns.FilterPopupMode.Date; this.gridColumn1.Tag = "query_a.lastupdate_date"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 21; - this.gridColumn1.Width = 180; + this.gridColumn1.Width = 225; // // gridColumn3 // this.gridColumn3.Caption = "涓婚敭Guid"; this.gridColumn3.FieldName = "guid"; - this.gridColumn3.MinWidth = 25; + this.gridColumn3.MinWidth = 31; this.gridColumn3.Name = "gridColumn3"; - this.gridColumn3.Width = 94; + this.gridColumn3.Width = 117; // // gridColumn6 // this.gridColumn6.Caption = "鍏ュ簱瓒呮敹姣斾緥(%)"; this.gridColumn6.FieldName = "ffinishreceiptoverrate"; - this.gridColumn6.MinWidth = 25; + this.gridColumn6.MinWidth = 31; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 17; - this.gridColumn6.Width = 94; + this.gridColumn6.Width = 117; // // gridColumn7 // this.gridColumn7.Caption = "鍙戞枡鏂瑰紡"; this.gridColumn7.FieldName = "fissuetype"; - this.gridColumn7.MinWidth = 25; + this.gridColumn7.MinWidth = 31; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 18; - this.gridColumn7.Width = 94; + this.gridColumn7.Width = 117; // // gridColumn8 // this.gridColumn8.Caption = "鍚敤鎵瑰彿"; this.gridColumn8.FieldName = "fisbatchmanage"; - this.gridColumn8.MinWidth = 25; + this.gridColumn8.MinWidth = 31; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 19; - this.gridColumn8.Width = 94; + this.gridColumn8.Width = 117; // // gridColumn5 // this.gridColumn5.Caption = "鎻愬墠鍒拌揣澶╂暟"; this.gridColumn5.FieldName = "bz10"; - this.gridColumn5.MinWidth = 25; + this.gridColumn5.MinWidth = 31; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 22; - this.gridColumn5.Width = 94; + this.gridColumn5.Width = 117; // // gridColumn9 // this.gridColumn9.Caption = "鍗曟嵁鐘舵��"; this.gridColumn9.FieldName = "dataType"; - this.gridColumn9.MinWidth = 25; + this.gridColumn9.MinWidth = 31; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 20; - this.gridColumn9.Width = 94; + this.gridColumn9.Width = 117; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pageBar1.Location = new System.Drawing.Point(0, 519); - this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); + this.pageBar1.Location = new System.Drawing.Point(0, 635); + this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; - this.pageBar1.Size = new System.Drawing.Size(1158, 39); + this.pageBar1.Size = new System.Drawing.Size(1448, 48); this.pageBar1.TabIndex = 4; this.pageBar1.TotalPages = 0; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.splitMx1); + this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.Size = new System.Drawing.Size(1158, 570); + this.xtraTabPage2.Size = new System.Drawing.Size(1448, 698); this.xtraTabPage2.Text = "鏁版嵁璇︾粏"; // // splitMx1 @@ -634,6 +643,7 @@ this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMx1.Horizontal = false; this.splitMx1.Location = new System.Drawing.Point(0, 0); + this.splitMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.splitMx1.Name = "splitMx1"; // // splitMx1.Panel1 @@ -645,8 +655,8 @@ // this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; - this.splitMx1.Size = new System.Drawing.Size(1158, 570); - this.splitMx1.SplitterPosition = 202; + this.splitMx1.Size = new System.Drawing.Size(1448, 698); + this.splitMx1.SplitterPosition = 247; this.splitMx1.TabIndex = 0; // // layoutMx1 @@ -675,208 +685,229 @@ this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem24}); this.layoutMx1.Location = new System.Drawing.Point(0, 0); + this.layoutMx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); 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, 202); + this.layoutMx1.Size = new System.Drawing.Size(1448, 247); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // // txt_cgName // - this.txt_cgName.Location = new System.Drawing.Point(951, 156); + this.txt_cgName.Location = new System.Drawing.Point(1187, 192); + this.txt_cgName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_cgName.Name = "txt_cgName"; this.txt_cgName.Properties.Appearance.Options.UseFont = true; - this.txt_cgName.Size = new System.Drawing.Size(195, 24); + this.txt_cgName.Size = new System.Drawing.Size(247, 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.Location = new System.Drawing.Point(725, 216); + this.lbGuid.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(280, 30); + this.lbGuid.Size = new System.Drawing.Size(350, 37); this.lbGuid.TabIndex = 1; this.lbGuid.Text = "lbGuid"; this.lbGuid.Visible = false; // // txt_scName // - this.txt_scName.Location = new System.Drawing.Point(667, 156); + this.txt_scName.Location = new System.Drawing.Point(831, 192); + this.txt_scName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_scName.Name = "txt_scName"; this.txt_scName.Properties.Appearance.Options.UseFont = true; - this.txt_scName.Size = new System.Drawing.Size(193, 24); + this.txt_scName.Size = new System.Drawing.Size(247, 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, 120); + this.txt_fforbidstatusTxt.Location = new System.Drawing.Point(475, 147); + this.txt_fforbidstatusTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_fforbidstatusTxt.Name = "txt_fforbidstatusTxt"; this.txt_fforbidstatusTxt.Properties.Appearance.Options.UseFont = true; - this.txt_fforbidstatusTxt.Size = new System.Drawing.Size(193, 24); + this.txt_fforbidstatusTxt.Size = new System.Drawing.Size(247, 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, 120); + this.txt_xxName.Location = new System.Drawing.Point(1187, 147); + this.txt_xxName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_xxName.Name = "txt_xxName"; this.txt_xxName.Properties.Appearance.Options.UseFont = true; - this.txt_xxName.Size = new System.Drawing.Size(195, 24); + this.txt_xxName.Size = new System.Drawing.Size(247, 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(99, 84); + this.txt_dptName.Location = new System.Drawing.Point(119, 102); + this.txt_dptName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_dptName.Name = "txt_dptName"; this.txt_dptName.Properties.Appearance.Options.UseFont = true; - this.txt_dptName.Size = new System.Drawing.Size(193, 24); + this.txt_dptName.Size = new System.Drawing.Size(247, 28); this.txt_dptName.StyleController = this.layoutMx1; this.txt_dptName.TabIndex = 406; this.txt_dptName.Tag = "isStatus"; // // txt_wlName // - this.txt_wlName.Location = new System.Drawing.Point(951, 84); + this.txt_wlName.Location = new System.Drawing.Point(1187, 102); + this.txt_wlName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_wlName.Name = "txt_wlName"; this.txt_wlName.Properties.Appearance.Options.UseFont = true; - this.txt_wlName.Size = new System.Drawing.Size(195, 24); + this.txt_wlName.Size = new System.Drawing.Size(247, 28); this.txt_wlName.StyleController = this.layoutMx1; this.txt_wlName.TabIndex = 410; this.txt_wlName.Tag = "isStatus"; // // txt_wwName // - this.txt_wwName.Location = new System.Drawing.Point(951, 48); + this.txt_wwName.Location = new System.Drawing.Point(1187, 57); + this.txt_wwName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_wwName.Name = "txt_wwName"; this.txt_wwName.Properties.Appearance.Options.UseFont = true; - this.txt_wwName.Size = new System.Drawing.Size(195, 24); + this.txt_wwName.Size = new System.Drawing.Size(247, 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.Location = new System.Drawing.Point(1187, 14); + this.txt_kfName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_kfName.Name = "txt_kfName"; this.txt_kfName.Properties.Appearance.Options.UseFont = true; - this.txt_kfName.Size = new System.Drawing.Size(195, 24); + this.txt_kfName.Size = new System.Drawing.Size(247, 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, 84); + this.txt_fissueType.Location = new System.Drawing.Point(475, 102); + this.txt_fissueType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_fissueType.Name = "txt_fissueType"; this.txt_fissueType.Properties.Appearance.Options.UseFont = true; - this.txt_fissueType.Size = new System.Drawing.Size(193, 24); + this.txt_fissueType.Size = new System.Drawing.Size(247, 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, 120); + this.txt_ffinishreceiptoverrate.Location = new System.Drawing.Point(831, 147); + this.txt_ffinishreceiptoverrate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_ffinishreceiptoverrate.Name = "txt_ffinishreceiptoverrate"; this.txt_ffinishreceiptoverrate.Properties.Appearance.Options.UseFont = true; - this.txt_ffinishreceiptoverrate.Size = new System.Drawing.Size(193, 24); + this.txt_ffinishreceiptoverrate.Size = new System.Drawing.Size(247, 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(99, 12); + this.txt_itemName.Location = new System.Drawing.Point(119, 14); + this.txt_itemName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Options.UseFont = true; - this.txt_itemName.Size = new System.Drawing.Size(193, 32); + this.txt_itemName.Size = new System.Drawing.Size(247, 39); 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, 156); + this.txt_itemModel.Location = new System.Drawing.Point(119, 192); + this.txt_itemModel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_itemModel.Name = "txt_itemModel"; this.txt_itemModel.Properties.Appearance.Options.UseFont = true; - this.txt_itemModel.Size = new System.Drawing.Size(477, 34); + this.txt_itemModel.Size = new System.Drawing.Size(603, 41); 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, 48); + this.txt_itemDescription.Location = new System.Drawing.Point(119, 57); + this.txt_itemDescription.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_itemDescription.Name = "txt_itemDescription"; this.txt_itemDescription.Properties.Appearance.Options.UseFont = true; - this.txt_itemDescription.Size = new System.Drawing.Size(193, 24); + this.txt_itemDescription.Size = new System.Drawing.Size(247, 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.Location = new System.Drawing.Point(475, 14); + this.txt_itemNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Options.UseFont = true; - this.txt_itemNo.Size = new System.Drawing.Size(193, 24); + this.txt_itemNo.Size = new System.Drawing.Size(247, 28); this.txt_itemNo.StyleController = this.layoutMx1; this.txt_itemNo.TabIndex = 213; this.txt_itemNo.Tag = "itemNo"; // // txt_materialProperti // - this.txt_materialProperti.Location = new System.Drawing.Point(383, 48); + this.txt_materialProperti.Location = new System.Drawing.Point(475, 57); + this.txt_materialProperti.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_materialProperti.Name = "txt_materialProperti"; this.txt_materialProperti.Properties.Appearance.Options.UseFont = true; - this.txt_materialProperti.Size = new System.Drawing.Size(193, 24); + this.txt_materialProperti.Size = new System.Drawing.Size(247, 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, 12); + this.txt_productionWorkshop.Location = new System.Drawing.Point(831, 14); + this.txt_productionWorkshop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_productionWorkshop.Name = "txt_productionWorkshop"; this.txt_productionWorkshop.Properties.Appearance.Options.UseFont = true; - this.txt_productionWorkshop.Size = new System.Drawing.Size(193, 24); + this.txt_productionWorkshop.Size = new System.Drawing.Size(247, 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, 48); + this.txt_highlimit.Location = new System.Drawing.Point(831, 57); + this.txt_highlimit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_highlimit.Name = "txt_highlimit"; this.txt_highlimit.Properties.Appearance.Options.UseFont = true; - this.txt_highlimit.Size = new System.Drawing.Size(193, 24); + this.txt_highlimit.Size = new System.Drawing.Size(247, 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, 84); + this.txt_lowlimit.Location = new System.Drawing.Point(831, 102); + this.txt_lowlimit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_lowlimit.Name = "txt_lowlimit"; this.txt_lowlimit.Properties.Appearance.Options.UseFont = true; - this.txt_lowlimit.Size = new System.Drawing.Size(193, 24); + this.txt_lowlimit.Size = new System.Drawing.Size(247, 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, 120); + this.txt_prdPack.Location = new System.Drawing.Point(119, 147); + this.txt_prdPack.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_prdPack.Name = "txt_prdPack"; this.txt_prdPack.Properties.Appearance.Options.UseFont = true; - this.txt_prdPack.Size = new System.Drawing.Size(193, 24); + this.txt_prdPack.Size = new System.Drawing.Size(247, 28); this.txt_prdPack.StyleController = this.layoutMx1; this.txt_prdPack.TabIndex = 267; this.txt_prdPack.Tag = "prdPack"; @@ -948,7 +979,7 @@ rowDefinition3, rowDefinition4, rowDefinition5}); - this.Root.Size = new System.Drawing.Size(1158, 202); + this.Root.Size = new System.Drawing.Size(1448, 247); this.Root.TextVisible = false; // // layoutControlItem1 @@ -956,210 +987,221 @@ 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, 36); + this.layoutControlItem1.Size = new System.Drawing.Size(356, 43); this.layoutControlItem1.Text = "鐗╂枡鍚嶇О"; - this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txt_itemNo; - this.layoutControlItem5.Location = new System.Drawing.Point(284, 0); + this.layoutControlItem5.Location = new System.Drawing.Point(356, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem5.Size = new System.Drawing.Size(356, 43); this.layoutControlItem5.Text = "鐗╂枡缂栫爜"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem13 // this.layoutControlItem13.Control = this.txt_kfName; - this.layoutControlItem13.Location = new System.Drawing.Point(852, 0); + this.layoutControlItem13.Location = new System.Drawing.Point(1068, 0); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem13.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem13.Size = new System.Drawing.Size(356, 43); this.layoutControlItem13.Text = "搴撴埧鍗曚綅"; - this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem13.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem14 // this.layoutControlItem14.Control = this.txt_wwName; - this.layoutControlItem14.Location = new System.Drawing.Point(852, 36); + this.layoutControlItem14.Location = new System.Drawing.Point(1068, 43); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem14.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem14.Size = new System.Drawing.Size(356, 45); this.layoutControlItem14.Text = "濮斿鍗曚綅"; - this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem15 // this.layoutControlItem15.Control = this.txt_wlName; - this.layoutControlItem15.Location = new System.Drawing.Point(852, 72); + this.layoutControlItem15.Location = new System.Drawing.Point(1068, 88); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem15.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem15.Size = new System.Drawing.Size(356, 45); this.layoutControlItem15.Text = "鐗╂枡鍗曚綅"; - this.layoutControlItem15.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem16 // this.layoutControlItem16.Control = this.txt_xxName; - this.layoutControlItem16.Location = new System.Drawing.Point(852, 108); + this.layoutControlItem16.Location = new System.Drawing.Point(1068, 133); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem16.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem16.Size = new System.Drawing.Size(356, 45); this.layoutControlItem16.Text = "閿�鍞崟浣�"; - this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem16.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem17 // this.layoutControlItem17.Control = this.txt_prdPack; - this.layoutControlItem17.Location = new System.Drawing.Point(0, 108); + this.layoutControlItem17.Location = new System.Drawing.Point(0, 133); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem17.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem17.Size = new System.Drawing.Size(356, 45); this.layoutControlItem17.Text = "鏈�灏忓寘瑁呮暟"; - this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem17.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem18 // this.layoutControlItem18.Control = this.txt_fissueType; - this.layoutControlItem18.Location = new System.Drawing.Point(284, 72); + this.layoutControlItem18.Location = new System.Drawing.Point(356, 88); this.layoutControlItem18.Name = "layoutControlItem18"; this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem18.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem18.Size = new System.Drawing.Size(356, 45); this.layoutControlItem18.Text = "鍙戞枡鏂瑰紡"; - this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem18.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem23 // this.layoutControlItem23.Control = this.txt_fforbidstatusTxt; - this.layoutControlItem23.Location = new System.Drawing.Point(284, 108); + this.layoutControlItem23.Location = new System.Drawing.Point(356, 133); this.layoutControlItem23.Name = "layoutControlItem23"; this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem23.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem23.Size = new System.Drawing.Size(356, 45); this.layoutControlItem23.Text = "绂佺敤鐘舵��"; - this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem23.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_materialProperti; - this.layoutControlItem9.Location = new System.Drawing.Point(284, 36); + this.layoutControlItem9.Location = new System.Drawing.Point(356, 43); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem9.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem9.Size = new System.Drawing.Size(356, 45); this.layoutControlItem9.Text = "鐗╂枡灞炴��"; - this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem10 // this.layoutControlItem10.Control = this.txt_productionWorkshop; - this.layoutControlItem10.Location = new System.Drawing.Point(568, 0); + this.layoutControlItem10.Location = new System.Drawing.Point(712, 0); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem10.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem10.Size = new System.Drawing.Size(356, 43); this.layoutControlItem10.Text = "鐢熶骇杞﹂棿"; - this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_highlimit; - this.layoutControlItem11.Location = new System.Drawing.Point(568, 36); + this.layoutControlItem11.Location = new System.Drawing.Point(712, 43); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem11.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem11.Size = new System.Drawing.Size(356, 45); this.layoutControlItem11.Text = "鏈�澶у簱瀛�"; - this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem11.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem12 // this.layoutControlItem12.Control = this.txt_lowlimit; - this.layoutControlItem12.Location = new System.Drawing.Point(568, 72); + this.layoutControlItem12.Location = new System.Drawing.Point(712, 88); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem12.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem12.Size = new System.Drawing.Size(356, 45); this.layoutControlItem12.Text = "瀹夊叏搴撳瓨"; - this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem19 // this.layoutControlItem19.Control = this.txt_ffinishreceiptoverrate; this.layoutControlItem19.CustomizationFormText = "鍏ュ簱瓒呮敹姣斾緥(%)"; - this.layoutControlItem19.Location = new System.Drawing.Point(568, 108); + this.layoutControlItem19.Location = new System.Drawing.Point(712, 133); this.layoutControlItem19.Name = "layoutControlItem19"; this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem19.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem19.Size = new System.Drawing.Size(356, 45); this.layoutControlItem19.Text = "瓒呮敹姣斾緥"; - this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem19.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem21 // this.layoutControlItem21.Control = this.txt_scName; - this.layoutControlItem21.Location = new System.Drawing.Point(568, 144); + this.layoutControlItem21.Location = new System.Drawing.Point(712, 178); this.layoutControlItem21.Name = "layoutControlItem21"; this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem21.Size = new System.Drawing.Size(284, 38); + this.layoutControlItem21.Size = new System.Drawing.Size(356, 45); this.layoutControlItem21.Text = "鐢熶骇鍗曚綅"; - this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem21.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem22 // this.layoutControlItem22.Control = this.txt_cgName; - this.layoutControlItem22.Location = new System.Drawing.Point(852, 144); + this.layoutControlItem22.Location = new System.Drawing.Point(1068, 178); this.layoutControlItem22.Name = "layoutControlItem22"; this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem22.Size = new System.Drawing.Size(286, 38); + this.layoutControlItem22.Size = new System.Drawing.Size(356, 45); this.layoutControlItem22.Text = "閲囪喘鍗曚綅"; - this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem22.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_itemModel; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 144); + this.layoutControlItem2.Location = new System.Drawing.Point(0, 178); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem2.Size = new System.Drawing.Size(568, 38); + this.layoutControlItem2.Size = new System.Drawing.Size(712, 45); this.layoutControlItem2.Text = "瑙勬牸鍨嬪彿"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_itemDescription; - this.layoutControlItem4.Location = new System.Drawing.Point(0, 36); + this.layoutControlItem4.Location = new System.Drawing.Point(0, 43); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem4.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem4.Size = new System.Drawing.Size(356, 45); this.layoutControlItem4.Text = "鐗╂枡鎻忚堪"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 22); // // layoutControlItem20 // this.layoutControlItem20.Control = this.txt_dptName; - this.layoutControlItem20.Location = new System.Drawing.Point(0, 72); + this.layoutControlItem20.Location = new System.Drawing.Point(0, 88); this.layoutControlItem20.Name = "layoutControlItem20"; this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem20.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem20.Size = new System.Drawing.Size(356, 45); this.layoutControlItem20.Text = "榛樿浠撳簱"; - this.layoutControlItem20.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem20.TextSize = new System.Drawing.Size(90, 22); + // + // gridColumn10 + // + this.gridColumn10.Caption = "瓒呴噰鐜�"; + this.gridColumn10.FieldName = "lossPercent"; + this.gridColumn10.MinWidth = 30; + this.gridColumn10.Name = "gridColumn10"; + this.gridColumn10.Visible = true; + this.gridColumn10.VisibleIndex = 23; + this.gridColumn10.Width = 94; // // Frm_MesItems // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); + this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1160, 682); + this.ClientSize = new System.Drawing.Size(1450, 834); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Frm_MesItems"; this.Text = "鐗╂枡淇℃伅"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); @@ -1302,5 +1344,6 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; private DevExpress.XtraGrid.Columns.GridColumn colChkInt; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; } } \ No newline at end of file -- Gitblit v1.9.3