From ccc1b0d541d8f3bdd2bcb72dd0b5533e68b886d5 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 09 六月 2025 09:53:37 +0800 Subject: [PATCH] 采购明细报表 --- DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs | 782 ++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 514 insertions(+), 268 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs index 7c6ceed..36a3b6d 100644 --- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs @@ -62,6 +62,13 @@ DevExpress.XtraLayout.ColumnDefinition columnDefinition16 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition17 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition10 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition18 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition19 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition20 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition21 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition22 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition23 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition11 = new DevExpress.XtraLayout.RowDefinition(); this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); @@ -128,6 +135,7 @@ this.txt_daa015 = new DevExpress.XtraEditors.TextEdit(); this.txt_lineNo = new DevExpress.XtraEditors.TextEdit(); this.txt_dptNo = new DevExpress.XtraEditors.TextEdit(); + this.txt_isQiTao = new DevExpress.XtraEditors.CheckEdit(); this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -152,6 +160,7 @@ this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem46 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -212,7 +221,6 @@ this.gcMx2 = new DevExpress.XtraGrid.GridControl(); this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx2itemBarcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx2quantity = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -222,13 +230,11 @@ this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx2createBy = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx2createDate = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvBtnAlawys = new DevExpress.XtraGrid.Columns.GridColumn(); - this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); + this.rptChongDa = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx3 = new DevExpress.XtraGrid.GridControl(); this.gvMx3 = new DevExpress.XtraGrid.Views.Grid.GridView(); @@ -267,7 +273,22 @@ this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panMx100 = new System.Windows.Forms.Panel(); + this.layMx100 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.ucBtnPrint100 = new Gs.DevApp.UserControl.UcBtnPrint(); + this.btnIn = new DevExpress.XtraEditors.SimpleButton(); + this.txt_zQty100 = new DevExpress.XtraEditors.TextEdit(); + this.txt_yQty100 = new DevExpress.XtraEditors.TextEdit(); + this.txt_kQty100 = new DevExpress.XtraEditors.TextEdit(); + this.txt_iCount_100 = new DevExpress.XtraEditors.TextEdit(); + this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); + this.layoutControlItem42 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem43 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem(); + this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage(); + this.ucBtnPrint101 = new Gs.DevApp.UserControl.UcBtnPrint(); this.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); @@ -310,6 +331,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_daa015.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lineNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_dptNo.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_isQiTao.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); @@ -334,6 +356,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -372,7 +395,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.rptChongDa)).BeginInit(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx3)).BeginInit(); @@ -395,6 +418,20 @@ ((System.ComponentModel.ISupportInitialize)(this.gcMx4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx4)).BeginInit(); this.panMx100.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.layMx100)).BeginInit(); + this.layMx100.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_zQty100.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_yQty100.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_kQty100.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_100.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit(); + this.xtraTabPage5.SuspendLayout(); this.SuspendLayout(); // // toolBarMenu1 @@ -408,7 +445,7 @@ this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.rptParameter = null; - this.toolBarMenu1.Size = new System.Drawing.Size(1269, 80); + this.toolBarMenu1.Size = new System.Drawing.Size(1652, 80); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; this.toolBarMenu1.xlsOutParameter = null; @@ -419,7 +456,7 @@ this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; - this.xtraTabControl1.Size = new System.Drawing.Size(1269, 740); + this.xtraTabControl1.Size = new System.Drawing.Size(1652, 740); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, @@ -429,7 +466,7 @@ // this.xtraTabPage1.Controls.Add(this.split1); this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1267, 708); + this.xtraTabPage1.Size = new System.Drawing.Size(1650, 708); this.xtraTabPage1.Text = "鏁版嵁鍒楄〃"; // // split1 @@ -450,7 +487,7 @@ // this.split1.Panel2.Text = "Panel2"; this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; - this.split1.Size = new System.Drawing.Size(1267, 708); + this.split1.Size = new System.Drawing.Size(1650, 708); this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // @@ -460,7 +497,7 @@ 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(1267, 657); + this.gcMain1.Size = new System.Drawing.Size(1650, 657); this.gcMain1.TabIndex = 2; this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); @@ -526,7 +563,7 @@ // // gridColumn7 // - this.gridColumn7.Caption = "鏄惁榻愬"; + this.gridColumn7.Caption = "澶囨枡榻愬"; this.gridColumn7.FieldName = "isQt"; this.gridColumn7.MaxWidth = 50; this.gridColumn7.MinWidth = 50; @@ -579,7 +616,7 @@ this.gridColumn27.MinWidth = 25; this.gridColumn27.Name = "gridColumn27"; this.gridColumn27.Visible = true; - this.gridColumn27.VisibleIndex = 5; + this.gridColumn27.VisibleIndex = 6; this.gridColumn27.Width = 94; // // gv_daa018 @@ -592,7 +629,7 @@ this.gv_daa018.OptionsColumn.AllowEdit = false; this.gv_daa018.Tag = "query_a.daa018"; this.gv_daa018.Visible = true; - this.gv_daa018.VisibleIndex = 6; + this.gv_daa018.VisibleIndex = 5; this.gv_daa018.Width = 90; // // gridColoun100 @@ -603,7 +640,7 @@ this.gridColoun100.Name = "gridColoun100"; this.gridColoun100.Tag = "org.fnamber"; this.gridColoun100.Visible = true; - this.gridColoun100.VisibleIndex = 7; + this.gridColoun100.VisibleIndex = 28; this.gridColoun100.Width = 250; // // gv_daa001 @@ -616,7 +653,7 @@ this.gv_daa001.OptionsColumn.AllowEdit = false; this.gv_daa001.Tag = "query_a.daa001"; this.gv_daa001.Visible = true; - this.gv_daa001.VisibleIndex = 8; + this.gv_daa001.VisibleIndex = 7; this.gv_daa001.Width = 120; // // gv_daa021 @@ -629,7 +666,7 @@ this.gv_daa021.OptionsColumn.AllowEdit = false; this.gv_daa021.Tag = "query_a.daa021"; this.gv_daa021.Visible = true; - this.gv_daa021.VisibleIndex = 9; + this.gv_daa021.VisibleIndex = 8; this.gv_daa021.Width = 100; // // gridColumn3 @@ -639,7 +676,7 @@ this.gridColumn3.MinWidth = 50; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 10; + this.gridColumn3.VisibleIndex = 9; this.gridColumn3.Width = 94; // // gv_daa003 @@ -652,7 +689,7 @@ this.gv_daa003.OptionsColumn.AllowEdit = false; this.gv_daa003.Tag = "query_a.daa003"; this.gv_daa003.Visible = true; - this.gv_daa003.VisibleIndex = 11; + this.gv_daa003.VisibleIndex = 10; this.gv_daa003.Width = 150; // // gv_daa004 @@ -665,7 +702,7 @@ this.gv_daa004.OptionsColumn.AllowEdit = false; this.gv_daa004.Tag = "query_a.daa004"; this.gv_daa004.Visible = true; - this.gv_daa004.VisibleIndex = 12; + this.gv_daa004.VisibleIndex = 11; this.gv_daa004.Width = 150; // // gv_daa008 @@ -679,7 +716,7 @@ this.gv_daa008.OptionsColumn.AllowEdit = false; this.gv_daa008.Tag = "query_a.daa008"; this.gv_daa008.Visible = true; - this.gv_daa008.VisibleIndex = 13; + this.gv_daa008.VisibleIndex = 12; this.gv_daa008.Width = 50; // // gv_daa011 @@ -693,18 +730,22 @@ this.gv_daa011.OptionsColumn.AllowEdit = false; this.gv_daa011.Tag = "query_a.daa011"; this.gv_daa011.Visible = true; - this.gv_daa011.VisibleIndex = 14; + this.gv_daa011.VisibleIndex = 13; this.gv_daa011.Width = 50; // // gridColumn4 // + this.gridColumn4.AppearanceCell.ForeColor = System.Drawing.Color.Red; + this.gridColumn4.AppearanceCell.Options.UseForeColor = true; + this.gridColumn4.AppearanceHeader.ForeColor = System.Drawing.Color.Red; + this.gridColumn4.AppearanceHeader.Options.UseForeColor = true; this.gridColumn4.Caption = "寰呯敓浜ч噺"; this.gridColumn4.FieldName = "dscl"; this.gridColumn4.MaxWidth = 50; this.gridColumn4.MinWidth = 50; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; - this.gridColumn4.VisibleIndex = 15; + this.gridColumn4.VisibleIndex = 14; this.gridColumn4.Width = 50; // // gv_daa010 @@ -718,7 +759,7 @@ this.gv_daa010.OptionsColumn.AllowEdit = false; this.gv_daa010.Tag = "query_a.daa010"; this.gv_daa010.Visible = true; - this.gv_daa010.VisibleIndex = 17; + this.gv_daa010.VisibleIndex = 16; this.gv_daa010.Width = 50; // // gv_daa005 @@ -732,7 +773,7 @@ this.gv_daa005.OptionsColumn.AllowEdit = false; this.gv_daa005.Tag = "query_a.daa005"; this.gv_daa005.Visible = true; - this.gv_daa005.VisibleIndex = 18; + this.gv_daa005.VisibleIndex = 17; this.gv_daa005.Width = 50; // // gv_cust @@ -744,8 +785,6 @@ this.gv_cust.Name = "gv_cust"; this.gv_cust.OptionsColumn.AllowEdit = false; this.gv_cust.Tag = "query_a.cust"; - this.gv_cust.Visible = true; - this.gv_cust.VisibleIndex = 19; this.gv_cust.Width = 100; // // gridColumn1 @@ -755,7 +794,7 @@ this.gridColumn1.MinWidth = 50; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 20; + this.gridColumn1.VisibleIndex = 18; this.gridColumn1.Width = 94; // // gv_daa015 @@ -768,7 +807,7 @@ this.gv_daa015.OptionsColumn.AllowEdit = false; this.gv_daa015.Tag = "query_a.daa015"; this.gv_daa015.Visible = true; - this.gv_daa015.VisibleIndex = 21; + this.gv_daa015.VisibleIndex = 19; this.gv_daa015.Width = 94; // // gv_daa009 @@ -781,7 +820,7 @@ this.gv_daa009.OptionsColumn.AllowEdit = false; this.gv_daa009.Tag = "query_a.daa009"; this.gv_daa009.Visible = true; - this.gv_daa009.VisibleIndex = 16; + this.gv_daa009.VisibleIndex = 15; this.gv_daa009.Width = 94; // // gv_prepareTime @@ -793,8 +832,6 @@ this.gv_prepareTime.Name = "gv_prepareTime"; this.gv_prepareTime.OptionsColumn.AllowEdit = false; this.gv_prepareTime.Tag = "query_a.prepare_time"; - this.gv_prepareTime.Visible = true; - this.gv_prepareTime.VisibleIndex = 22; this.gv_prepareTime.Width = 180; // // gv_daa028 @@ -806,8 +843,6 @@ this.gv_daa028.Name = "gv_daa028"; this.gv_daa028.OptionsColumn.AllowEdit = false; this.gv_daa028.Tag = "query_a.daa028"; - this.gv_daa028.Visible = true; - this.gv_daa028.VisibleIndex = 23; this.gv_daa028.Width = 180; // // gv_daa016 @@ -820,7 +855,7 @@ this.gv_daa016.OptionsColumn.AllowEdit = false; this.gv_daa016.Tag = "query_a.daa016"; this.gv_daa016.Visible = true; - this.gv_daa016.VisibleIndex = 24; + this.gv_daa016.VisibleIndex = 20; this.gv_daa016.Width = 180; // // gv_daa017 @@ -833,7 +868,7 @@ this.gv_daa017.OptionsColumn.AllowEdit = false; this.gv_daa017.Tag = "query_a.daa017"; this.gv_daa017.Visible = true; - this.gv_daa017.VisibleIndex = 25; + this.gv_daa017.VisibleIndex = 21; this.gv_daa017.Width = 180; // // gv_mesStartProd @@ -846,7 +881,7 @@ this.gv_mesStartProd.OptionsColumn.AllowEdit = false; this.gv_mesStartProd.Tag = "query_a.mes_start_prod"; this.gv_mesStartProd.Visible = true; - this.gv_mesStartProd.VisibleIndex = 26; + this.gv_mesStartProd.VisibleIndex = 22; this.gv_mesStartProd.Width = 180; // // gv_mesEndProd @@ -859,7 +894,7 @@ this.gv_mesEndProd.OptionsColumn.AllowEdit = false; this.gv_mesEndProd.Tag = "query_a.mes_end_prod"; this.gv_mesEndProd.Visible = true; - this.gv_mesEndProd.VisibleIndex = 27; + this.gv_mesEndProd.VisibleIndex = 23; this.gv_mesEndProd.Width = 180; // // gridColumn21 @@ -869,7 +904,7 @@ this.gridColumn21.MinWidth = 25; this.gridColumn21.Name = "gridColumn21"; this.gridColumn21.Visible = true; - this.gridColumn21.VisibleIndex = 28; + this.gridColumn21.VisibleIndex = 24; this.gridColumn21.Width = 94; // // gridColumn22 @@ -879,7 +914,7 @@ this.gridColumn22.MinWidth = 25; this.gridColumn22.Name = "gridColumn22"; this.gridColumn22.Visible = true; - this.gridColumn22.VisibleIndex = 29; + this.gridColumn22.VisibleIndex = 25; this.gridColumn22.Width = 94; // // gridColumn23 @@ -897,7 +932,7 @@ this.gridColumn24.MinWidth = 25; this.gridColumn24.Name = "gridColumn24"; this.gridColumn24.Visible = true; - this.gridColumn24.VisibleIndex = 30; + this.gridColumn24.VisibleIndex = 26; this.gridColumn24.Width = 94; // // gridColumn25 @@ -907,7 +942,7 @@ this.gridColumn25.MinWidth = 25; this.gridColumn25.Name = "gridColumn25"; this.gridColumn25.Visible = true; - this.gridColumn25.VisibleIndex = 31; + this.gridColumn25.VisibleIndex = 27; this.gridColumn25.Width = 94; // // pageBar1 @@ -918,7 +953,7 @@ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; - this.pageBar1.Size = new System.Drawing.Size(1267, 39); + this.pageBar1.Size = new System.Drawing.Size(1650, 39); this.pageBar1.TabIndex = 4; this.pageBar1.TotalPages = 0; // @@ -926,7 +961,7 @@ // this.xtraTabPage2.Controls.Add(this.splitMx1); this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.Size = new System.Drawing.Size(1267, 708); + this.xtraTabPage2.Size = new System.Drawing.Size(1650, 708); this.xtraTabPage2.Text = "鏁版嵁璇︾粏"; // // splitMx1 @@ -946,7 +981,7 @@ this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; - this.splitMx1.Size = new System.Drawing.Size(1267, 708); + this.splitMx1.Size = new System.Drawing.Size(1650, 708); this.splitMx1.SplitterPosition = 183; this.splitMx1.TabIndex = 0; // @@ -975,6 +1010,7 @@ this.layoutMx1.Controls.Add(this.txt_daa015); this.layoutMx1.Controls.Add(this.txt_lineNo); this.layoutMx1.Controls.Add(this.txt_dptNo); + this.layoutMx1.Controls.Add(this.txt_isQiTao); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem29, @@ -984,7 +1020,7 @@ this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(910, 530, 812, 500); this.layoutMx1.Root = this.Root; - this.layoutMx1.Size = new System.Drawing.Size(1267, 183); + this.layoutMx1.Size = new System.Drawing.Size(1650, 183); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // @@ -1002,7 +1038,7 @@ this.txt_daa009.Location = new System.Drawing.Point(114, 152); this.txt_daa009.Name = "txt_daa009"; this.txt_daa009.Properties.Appearance.Options.UseFont = true; - this.txt_daa009.Size = new System.Drawing.Size(517, 24); + this.txt_daa009.Size = new System.Drawing.Size(698, 24); this.txt_daa009.StyleController = this.layoutMx1; this.txt_daa009.TabIndex = 240; this.txt_daa009.Tag = ""; @@ -1022,37 +1058,37 @@ this.txt_daa001.Location = new System.Drawing.Point(114, 12); this.txt_daa001.Name = "txt_daa001"; this.txt_daa001.Properties.Appearance.Options.UseFont = true; - this.txt_daa001.Size = new System.Drawing.Size(205, 24); + this.txt_daa001.Size = new System.Drawing.Size(296, 24); this.txt_daa001.StyleController = this.layoutMx1; this.txt_daa001.TabIndex = 216; this.txt_daa001.Tag = "readonly"; // // txt_daa008 // - this.txt_daa008.Location = new System.Drawing.Point(737, 12); + this.txt_daa008.Location = new System.Drawing.Point(918, 12); this.txt_daa008.Name = "txt_daa008"; this.txt_daa008.Properties.Appearance.Options.UseFont = true; - this.txt_daa008.Size = new System.Drawing.Size(206, 24); + this.txt_daa008.Size = new System.Drawing.Size(296, 24); this.txt_daa008.StyleController = this.layoutMx1; this.txt_daa008.TabIndex = 235; this.txt_daa008.Tag = "readonly"; // // txt_saleOrderNo // - this.txt_saleOrderNo.Location = new System.Drawing.Point(737, 124); + this.txt_saleOrderNo.Location = new System.Drawing.Point(918, 124); this.txt_saleOrderNo.Name = "txt_saleOrderNo"; this.txt_saleOrderNo.Properties.Appearance.Options.UseFont = true; - this.txt_saleOrderNo.Size = new System.Drawing.Size(206, 24); + this.txt_saleOrderNo.Size = new System.Drawing.Size(296, 24); this.txt_saleOrderNo.StyleController = this.layoutMx1; this.txt_saleOrderNo.TabIndex = 465; this.txt_saleOrderNo.Tag = "readonly"; // // txt_mesStartProd // - this.txt_mesStartProd.Location = new System.Drawing.Point(1049, 12); + this.txt_mesStartProd.Location = new System.Drawing.Point(1320, 12); this.txt_mesStartProd.Name = "txt_mesStartProd"; this.txt_mesStartProd.Properties.Appearance.Options.UseFont = true; - this.txt_mesStartProd.Size = new System.Drawing.Size(206, 24); + this.txt_mesStartProd.Size = new System.Drawing.Size(297, 24); this.txt_mesStartProd.StyleController = this.layoutMx1; this.txt_mesStartProd.TabIndex = 336; this.txt_mesStartProd.Tag = "readonly"; @@ -1062,67 +1098,67 @@ this.txt_daa014.Location = new System.Drawing.Point(114, 40); this.txt_daa014.Name = "txt_daa014"; this.txt_daa014.Properties.Appearance.Options.UseFont = true; - this.txt_daa014.Size = new System.Drawing.Size(205, 24); + this.txt_daa014.Size = new System.Drawing.Size(296, 24); this.txt_daa014.StyleController = this.layoutMx1; this.txt_daa014.TabIndex = 327; this.txt_daa014.Tag = "readonly"; // // txt_daa022Remark // - this.txt_daa022Remark.Location = new System.Drawing.Point(425, 12); + this.txt_daa022Remark.Location = new System.Drawing.Point(516, 12); this.txt_daa022Remark.Name = "txt_daa022Remark"; this.txt_daa022Remark.Properties.Appearance.Options.UseFont = true; - this.txt_daa022Remark.Size = new System.Drawing.Size(206, 24); + this.txt_daa022Remark.Size = new System.Drawing.Size(296, 24); this.txt_daa022Remark.StyleController = this.layoutMx1; this.txt_daa022Remark.TabIndex = 462; this.txt_daa022Remark.Tag = "readonly"; // // txt_daa010 // - this.txt_daa010.Location = new System.Drawing.Point(737, 40); + this.txt_daa010.Location = new System.Drawing.Point(918, 40); this.txt_daa010.Name = "txt_daa010"; this.txt_daa010.Properties.Appearance.Options.UseFont = true; - this.txt_daa010.Size = new System.Drawing.Size(206, 24); + this.txt_daa010.Size = new System.Drawing.Size(296, 24); this.txt_daa010.StyleController = this.layoutMx1; this.txt_daa010.TabIndex = 243; this.txt_daa010.Tag = "readonly"; // // txt_mesEndProd // - this.txt_mesEndProd.Location = new System.Drawing.Point(1049, 40); + this.txt_mesEndProd.Location = new System.Drawing.Point(1320, 40); this.txt_mesEndProd.Name = "txt_mesEndProd"; this.txt_mesEndProd.Properties.Appearance.Options.UseFont = true; - this.txt_mesEndProd.Size = new System.Drawing.Size(206, 24); + this.txt_mesEndProd.Size = new System.Drawing.Size(297, 24); this.txt_mesEndProd.StyleController = this.layoutMx1; this.txt_mesEndProd.TabIndex = 338; this.txt_mesEndProd.Tag = "readonly"; // // txt_daa011 // - this.txt_daa011.Location = new System.Drawing.Point(737, 68); + this.txt_daa011.Location = new System.Drawing.Point(918, 68); this.txt_daa011.Name = "txt_daa011"; this.txt_daa011.Properties.Appearance.Options.UseFont = true; - this.txt_daa011.Size = new System.Drawing.Size(206, 24); + this.txt_daa011.Size = new System.Drawing.Size(296, 24); this.txt_daa011.StyleController = this.layoutMx1; this.txt_daa011.TabIndex = 247; this.txt_daa011.Tag = "readonly"; // // txt_dptName // - this.txt_dptName.Location = new System.Drawing.Point(425, 40); + this.txt_dptName.Location = new System.Drawing.Point(516, 40); this.txt_dptName.Name = "txt_dptName"; this.txt_dptName.Properties.Appearance.Options.UseFont = true; - this.txt_dptName.Size = new System.Drawing.Size(206, 24); + this.txt_dptName.Size = new System.Drawing.Size(296, 24); this.txt_dptName.StyleController = this.layoutMx1; this.txt_dptName.TabIndex = 258; this.txt_dptName.Tag = "readonly"; // // txt_daa016 // - this.txt_daa016.Location = new System.Drawing.Point(1049, 68); + this.txt_daa016.Location = new System.Drawing.Point(1320, 68); this.txt_daa016.Name = "txt_daa016"; this.txt_daa016.Properties.Appearance.Options.UseFont = true; - this.txt_daa016.Size = new System.Drawing.Size(206, 24); + this.txt_daa016.Size = new System.Drawing.Size(297, 24); this.txt_daa016.StyleController = this.layoutMx1; this.txt_daa016.TabIndex = 273; this.txt_daa016.Tag = "readonly"; @@ -1132,27 +1168,27 @@ this.txt_daa029.Location = new System.Drawing.Point(114, 68); this.txt_daa029.Name = "txt_daa029"; this.txt_daa029.Properties.Appearance.Options.UseFont = true; - this.txt_daa029.Size = new System.Drawing.Size(205, 24); + this.txt_daa029.Size = new System.Drawing.Size(296, 24); this.txt_daa029.StyleController = this.layoutMx1; this.txt_daa029.TabIndex = 217; this.txt_daa029.Tag = "readonly"; // // txt_lineName // - this.txt_lineName.Location = new System.Drawing.Point(425, 96); + this.txt_lineName.Location = new System.Drawing.Point(516, 96); this.txt_lineName.Name = "txt_lineName"; this.txt_lineName.Properties.Appearance.Options.UseFont = true; - this.txt_lineName.Size = new System.Drawing.Size(206, 24); + this.txt_lineName.Size = new System.Drawing.Size(296, 24); this.txt_lineName.StyleController = this.layoutMx1; this.txt_lineName.TabIndex = 267; this.txt_lineName.Tag = "readonly"; // // txt_daa017 // - this.txt_daa017.Location = new System.Drawing.Point(1049, 96); + this.txt_daa017.Location = new System.Drawing.Point(1320, 96); this.txt_daa017.Name = "txt_daa017"; this.txt_daa017.Properties.Appearance.Options.UseFont = true; - this.txt_daa017.Size = new System.Drawing.Size(206, 24); + this.txt_daa017.Size = new System.Drawing.Size(297, 24); this.txt_daa017.StyleController = this.layoutMx1; this.txt_daa017.TabIndex = 280; this.txt_daa017.Tag = "readonly"; @@ -1162,17 +1198,17 @@ this.txt_daa003.Location = new System.Drawing.Point(114, 96); this.txt_daa003.Name = "txt_daa003"; this.txt_daa003.Properties.Appearance.Options.UseFont = true; - this.txt_daa003.Size = new System.Drawing.Size(205, 24); + this.txt_daa003.Size = new System.Drawing.Size(296, 24); this.txt_daa003.StyleController = this.layoutMx1; this.txt_daa003.TabIndex = 219; this.txt_daa003.Tag = "readonly"; // // txt_dwName // - this.txt_dwName.Location = new System.Drawing.Point(737, 96); + this.txt_dwName.Location = new System.Drawing.Point(918, 96); this.txt_dwName.Name = "txt_dwName"; this.txt_dwName.Properties.Appearance.Options.UseFont = true; - this.txt_dwName.Size = new System.Drawing.Size(206, 24); + this.txt_dwName.Size = new System.Drawing.Size(296, 24); this.txt_dwName.StyleController = this.layoutMx1; this.txt_dwName.TabIndex = 226; this.txt_dwName.Tag = "readonly"; @@ -1182,7 +1218,7 @@ this.txt_daa004.Location = new System.Drawing.Point(114, 124); this.txt_daa004.Name = "txt_daa004"; this.txt_daa004.Properties.Appearance.Options.UseFont = true; - this.txt_daa004.Size = new System.Drawing.Size(205, 24); + this.txt_daa004.Size = new System.Drawing.Size(296, 24); this.txt_daa004.StyleController = this.layoutMx1; this.txt_daa004.TabIndex = 222; this.txt_daa004.Tag = "readonly"; @@ -1197,19 +1233,28 @@ // // txt_lineNo // - this.txt_lineNo.Location = new System.Drawing.Point(425, 124); + this.txt_lineNo.Location = new System.Drawing.Point(516, 124); this.txt_lineNo.Name = "txt_lineNo"; - this.txt_lineNo.Size = new System.Drawing.Size(206, 24); + this.txt_lineNo.Size = new System.Drawing.Size(296, 24); this.txt_lineNo.StyleController = this.layoutMx1; this.txt_lineNo.TabIndex = 474; // // txt_dptNo // - this.txt_dptNo.Location = new System.Drawing.Point(425, 68); + this.txt_dptNo.Location = new System.Drawing.Point(516, 68); this.txt_dptNo.Name = "txt_dptNo"; - this.txt_dptNo.Size = new System.Drawing.Size(206, 24); + this.txt_dptNo.Size = new System.Drawing.Size(296, 24); this.txt_dptNo.StyleController = this.layoutMx1; this.txt_dptNo.TabIndex = 475; + // + // txt_isQiTao + // + this.txt_isQiTao.Location = new System.Drawing.Point(1218, 124); + this.txt_isQiTao.Name = "txt_isQiTao"; + this.txt_isQiTao.Properties.Caption = "澶囨枡榻愬"; + this.txt_isQiTao.Size = new System.Drawing.Size(399, 24); + this.txt_isQiTao.StyleController = this.layoutMx1; + this.txt_isQiTao.TabIndex = 476; // // layoutControlItem29 // @@ -1270,7 +1315,8 @@ this.layoutControlItem13, this.layoutControlItem19, this.layoutControlItem17, - this.layoutControlItem28}); + this.layoutControlItem28, + this.layoutControlItem46}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -1305,7 +1351,7 @@ rowDefinition4, rowDefinition5, rowDefinition6}); - this.Root.Size = new System.Drawing.Size(1267, 188); + this.Root.Size = new System.Drawing.Size(1629, 188); this.Root.TextVisible = false; // // layoutControlItem1 @@ -1313,17 +1359,17 @@ this.layoutControlItem1.Control = this.txt_daa001; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(311, 28); + this.layoutControlItem1.Size = new System.Drawing.Size(402, 28); this.layoutControlItem1.Text = "宸ュ崟鍗曞彿"; this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txt_daa008; - this.layoutControlItem3.Location = new System.Drawing.Point(623, 0); + this.layoutControlItem3.Location = new System.Drawing.Point(804, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem3.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem3.Size = new System.Drawing.Size(402, 28); this.layoutControlItem3.Text = "宸ュ崟鏁伴噺"; this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 18); // @@ -1333,148 +1379,149 @@ this.layoutControlItem5.Location = new System.Drawing.Point(0, 28); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(311, 28); + this.layoutControlItem5.Size = new System.Drawing.Size(402, 28); this.layoutControlItem5.Text = "鎶曟枡鍗曞彿"; this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem7 // this.layoutControlItem7.Control = this.txt_daa010; - this.layoutControlItem7.Location = new System.Drawing.Point(623, 28); + this.layoutControlItem7.Location = new System.Drawing.Point(804, 28); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem7.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem7.Size = new System.Drawing.Size(402, 28); this.layoutControlItem7.Text = "鍏ュ簱鏁伴噺"; this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_daa011; - this.layoutControlItem11.Location = new System.Drawing.Point(623, 56); + this.layoutControlItem11.Location = new System.Drawing.Point(804, 56); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem11.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem11.Size = new System.Drawing.Size(402, 28); this.layoutControlItem11.Text = "宸茬敓浜ч噺"; this.layoutControlItem11.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem6 // this.layoutControlItem6.Control = this.txt_daa022Remark; - this.layoutControlItem6.Location = new System.Drawing.Point(311, 0); + this.layoutControlItem6.Location = new System.Drawing.Point(402, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem6.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem6.Size = new System.Drawing.Size(402, 28); this.layoutControlItem6.Text = "閫氱煡澶囨枡"; this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem14 // this.layoutControlItem14.Control = this.txt_lineName; - this.layoutControlItem14.Location = new System.Drawing.Point(311, 84); + this.layoutControlItem14.Location = new System.Drawing.Point(402, 84); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem14.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem14.Size = new System.Drawing.Size(402, 28); this.layoutControlItem14.Text = "鐢熶骇绾垮埆"; this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem20 // this.layoutControlItem20.Control = this.txt_dptName; - this.layoutControlItem20.Location = new System.Drawing.Point(311, 28); + this.layoutControlItem20.Location = new System.Drawing.Point(402, 28); this.layoutControlItem20.Name = "layoutControlItem20"; this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem20.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem20.Size = new System.Drawing.Size(402, 28); this.layoutControlItem20.Text = "杞﹂棿鍚嶇О"; this.layoutControlItem20.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem41 // this.layoutControlItem41.Control = this.txt_dptNo; - this.layoutControlItem41.Location = new System.Drawing.Point(311, 56); + this.layoutControlItem41.Location = new System.Drawing.Point(402, 56); this.layoutControlItem41.Name = "layoutControlItem41"; this.layoutControlItem41.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem41.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem41.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem41.Size = new System.Drawing.Size(402, 28); this.layoutControlItem41.Text = "杞﹂棿缂栫爜"; this.layoutControlItem41.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem15 // this.layoutControlItem15.Control = this.txt_dwName; - this.layoutControlItem15.Location = new System.Drawing.Point(623, 84); + this.layoutControlItem15.Location = new System.Drawing.Point(804, 84); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem15.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem15.Size = new System.Drawing.Size(402, 28); this.layoutControlItem15.Text = "鍗曚綅"; this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_mesStartProd; - this.layoutControlItem4.Location = new System.Drawing.Point(935, 0); + this.layoutControlItem4.CustomizationFormText = "Mes棰勮寮�宸�"; + this.layoutControlItem4.Location = new System.Drawing.Point(1206, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem4.Size = new System.Drawing.Size(312, 28); - this.layoutControlItem4.Text = "棰勮寮�宸ユ椂闂�"; + this.layoutControlItem4.Size = new System.Drawing.Size(403, 28); + this.layoutControlItem4.Text = "Mes棰勮寮�宸�"; this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem8 // this.layoutControlItem8.Control = this.txt_mesEndProd; - this.layoutControlItem8.Location = new System.Drawing.Point(935, 28); + this.layoutControlItem8.Location = new System.Drawing.Point(1206, 28); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem8.Size = new System.Drawing.Size(312, 28); - this.layoutControlItem8.Text = "棰勮瀹屽伐鏃堕棿"; + this.layoutControlItem8.Size = new System.Drawing.Size(403, 28); + this.layoutControlItem8.Text = "Mes棰勮瀹屽伐"; this.layoutControlItem8.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem12 // this.layoutControlItem12.Control = this.txt_daa016; - this.layoutControlItem12.Location = new System.Drawing.Point(935, 56); + this.layoutControlItem12.Location = new System.Drawing.Point(1206, 56); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem12.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem12.Size = new System.Drawing.Size(403, 28); this.layoutControlItem12.Text = "瀹為檯寮�宸ユ椂闂�"; this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem16 // this.layoutControlItem16.Control = this.txt_daa017; - this.layoutControlItem16.Location = new System.Drawing.Point(935, 84); + this.layoutControlItem16.Location = new System.Drawing.Point(1206, 84); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem16.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem16.Size = new System.Drawing.Size(403, 28); this.layoutControlItem16.Text = "瀹為檯瀹屽伐鏃堕棿"; this.layoutControlItem16.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem40 // this.layoutControlItem40.Control = this.txt_lineNo; - this.layoutControlItem40.Location = new System.Drawing.Point(311, 112); + this.layoutControlItem40.Location = new System.Drawing.Point(402, 112); this.layoutControlItem40.Name = "layoutControlItem40"; this.layoutControlItem40.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem40.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem40.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem40.Size = new System.Drawing.Size(402, 28); this.layoutControlItem40.Text = "绾垮埆缂栫爜"; this.layoutControlItem40.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_saleOrderNo; - this.layoutControlItem9.Location = new System.Drawing.Point(623, 112); + this.layoutControlItem9.Location = new System.Drawing.Point(804, 112); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem9.Size = new System.Drawing.Size(312, 28); + this.layoutControlItem9.Size = new System.Drawing.Size(402, 28); this.layoutControlItem9.Text = "闇�姹傚崟鍙�"; this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18); // @@ -1484,7 +1531,7 @@ this.layoutControlItem13.Location = new System.Drawing.Point(0, 56); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem13.Size = new System.Drawing.Size(311, 28); + this.layoutControlItem13.Size = new System.Drawing.Size(402, 28); this.layoutControlItem13.Text = "浜у搧缂栫爜"; this.layoutControlItem13.TextSize = new System.Drawing.Size(90, 18); // @@ -1494,7 +1541,7 @@ this.layoutControlItem19.Location = new System.Drawing.Point(0, 84); this.layoutControlItem19.Name = "layoutControlItem19"; this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem19.Size = new System.Drawing.Size(311, 28); + this.layoutControlItem19.Size = new System.Drawing.Size(402, 28); this.layoutControlItem19.Text = "浜у搧鍚嶇О"; this.layoutControlItem19.TextSize = new System.Drawing.Size(90, 18); // @@ -1504,7 +1551,7 @@ this.layoutControlItem17.Location = new System.Drawing.Point(0, 112); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem17.Size = new System.Drawing.Size(311, 28); + this.layoutControlItem17.Size = new System.Drawing.Size(402, 28); this.layoutControlItem17.Text = "浜у搧瑙勬牸"; this.layoutControlItem17.TextSize = new System.Drawing.Size(90, 18); // @@ -1515,9 +1562,20 @@ this.layoutControlItem28.Name = "layoutControlItem28"; this.layoutControlItem28.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem28.OptionsTableLayoutItem.RowIndex = 5; - this.layoutControlItem28.Size = new System.Drawing.Size(623, 28); + this.layoutControlItem28.Size = new System.Drawing.Size(804, 28); this.layoutControlItem28.Text = "宸ュ崟澶囨敞"; this.layoutControlItem28.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem46 + // + this.layoutControlItem46.Control = this.txt_isQiTao; + this.layoutControlItem46.Location = new System.Drawing.Point(1206, 112); + this.layoutControlItem46.Name = "layoutControlItem46"; + this.layoutControlItem46.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem46.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem46.Size = new System.Drawing.Size(403, 28); + this.layoutControlItem46.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem46.TextVisible = false; // // tabMx // @@ -1525,19 +1583,20 @@ this.tabMx.Location = new System.Drawing.Point(0, 0); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(1267, 513); + this.tabMx.Size = new System.Drawing.Size(1650, 513); this.tabMx.TabIndex = 3; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1, this.tabMxPage2, this.xtraTabPage3, - this.xtraTabPage4}); + this.xtraTabPage4, + this.xtraTabPage5}); // // tabMxPage1 // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(1265, 481); + this.tabMxPage1.Size = new System.Drawing.Size(1648, 481); this.tabMxPage1.Text = "澶囨枡鍗曡韩"; // // gcMx1 @@ -1546,7 +1605,7 @@ this.gcMx1.Location = new System.Drawing.Point(0, 0); this.gcMx1.MainView = this.gvMx1; this.gcMx1.Name = "gcMx1"; - this.gcMx1.Size = new System.Drawing.Size(1265, 481); + this.gcMx1.Size = new System.Drawing.Size(1648, 481); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -1637,7 +1696,7 @@ // this.gvMx1dab004.AppearanceCell.Options.UseFont = true; this.gvMx1dab004.Caption = "鏉愭枡鍚嶇О"; - this.gvMx1dab004.FieldName = "dab004"; + this.gvMx1dab004.FieldName = "itemName"; this.gvMx1dab004.MinWidth = 50; this.gvMx1dab004.Name = "gvMx1dab004"; this.gvMx1dab004.Tag = "query_a.dab004"; @@ -1649,7 +1708,7 @@ // this.gvMx1dab005.AppearanceCell.Options.UseFont = true; this.gvMx1dab005.Caption = "鏉愭枡瑙勬牸"; - this.gvMx1dab005.FieldName = "dab005"; + this.gvMx1dab005.FieldName = "itemModel"; this.gvMx1dab005.MinWidth = 50; this.gvMx1dab005.Name = "gvMx1dab005"; this.gvMx1dab005.Tag = "query_a.dab005"; @@ -1706,6 +1765,7 @@ // gridColumn15 // this.gridColumn15.Caption = "寤鸿浠撳簱"; + this.gridColumn15.FieldName = "erpCk"; this.gridColumn15.MinWidth = 25; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; @@ -1769,21 +1829,25 @@ // gvMx1zyBl // this.gvMx1zyBl.AppearanceCell.Options.UseFont = true; - this.gvMx1zyBl.Caption = "浣滀笟涓嶈壇"; + this.gvMx1zyBl.Caption = "浣滀笟涓嶈壇閫�鏂�"; this.gvMx1zyBl.FieldName = "zyBl"; this.gvMx1zyBl.MinWidth = 50; this.gvMx1zyBl.Name = "gvMx1zyBl"; this.gvMx1zyBl.Tag = "query_a.zy_bl"; + this.gvMx1zyBl.Visible = true; + this.gvMx1zyBl.VisibleIndex = 17; this.gvMx1zyBl.Width = 94; // // gvMx1llBl // this.gvMx1llBl.AppearanceCell.Options.UseFont = true; - this.gvMx1llBl.Caption = "鏉ユ枡涓嶈壇"; + this.gvMx1llBl.Caption = "鏉ユ枡涓嶈壇閫�鏂�"; this.gvMx1llBl.FieldName = "llBl"; this.gvMx1llBl.MinWidth = 50; this.gvMx1llBl.Name = "gvMx1llBl"; this.gvMx1llBl.Tag = "query_a.ll_bl"; + this.gvMx1llBl.Visible = true; + this.gvMx1llBl.VisibleIndex = 15; this.gvMx1llBl.Width = 94; // // gvMx1lpTl @@ -1794,16 +1858,20 @@ this.gvMx1lpTl.MinWidth = 50; this.gvMx1lpTl.Name = "gvMx1lpTl"; this.gvMx1lpTl.Tag = "query_a.lp_tl"; + this.gvMx1lpTl.Visible = true; + this.gvMx1lpTl.VisibleIndex = 16; this.gvMx1lpTl.Width = 94; // // gvMx1dab021 // this.gvMx1dab021.AppearanceCell.Options.UseFont = true; - this.gvMx1dab021.Caption = "琛ラ鏁伴噺"; - this.gvMx1dab021.FieldName = "dab021"; + this.gvMx1dab021.Caption = "琛ユ枡鏁伴噺"; + this.gvMx1dab021.FieldName = "blQty"; this.gvMx1dab021.MinWidth = 50; this.gvMx1dab021.Name = "gvMx1dab021"; this.gvMx1dab021.Tag = "query_a.dab021"; + this.gvMx1dab021.Visible = true; + this.gvMx1dab021.VisibleIndex = 13; this.gvMx1dab021.Width = 94; // // gvMx1dab010 @@ -1869,8 +1937,8 @@ // gvMx1dab022 // this.gvMx1dab022.AppearanceCell.Options.UseFont = true; - this.gvMx1dab022.Caption = "閫�鏂欐暟閲�"; - this.gvMx1dab022.FieldName = "dab022"; + this.gvMx1dab022.Caption = "閫�鏂欐�绘暟"; + this.gvMx1dab022.FieldName = "ztsl"; this.gvMx1dab022.MinWidth = 50; this.gvMx1dab022.Name = "gvMx1dab022"; this.gvMx1dab022.Tag = "query_a.dab022"; @@ -1880,17 +1948,19 @@ // this.gvMx1dab023.AppearanceCell.Options.UseFont = true; this.gvMx1dab023.Caption = "瓒呴鏁伴噺"; - this.gvMx1dab023.FieldName = "dab023"; + this.gvMx1dab023.FieldName = "clQty"; this.gvMx1dab023.MinWidth = 50; this.gvMx1dab023.Name = "gvMx1dab023"; this.gvMx1dab023.Tag = "query_a.dab023"; + this.gvMx1dab023.Visible = true; + this.gvMx1dab023.VisibleIndex = 14; this.gvMx1dab023.Width = 94; // // tabMxPage2 // this.tabMxPage2.Controls.Add(this.splitMx99); this.tabMxPage2.Name = "tabMxPage2"; - this.tabMxPage2.Size = new System.Drawing.Size(1265, 481); + this.tabMxPage2.Size = new System.Drawing.Size(1648, 481); this.tabMxPage2.Text = "鎵樻澘鐮佹槑缁�"; // // splitMx99 @@ -1910,7 +1980,7 @@ this.splitMx99.Panel2.Controls.Add(this.gcMx2); this.splitMx99.Panel2.Text = "Panel2"; this.splitMx99.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; - this.splitMx99.Size = new System.Drawing.Size(1265, 481); + this.splitMx99.Size = new System.Drawing.Size(1648, 481); this.splitMx99.SplitterPosition = 83; this.splitMx99.TabIndex = 2; // @@ -1929,7 +1999,7 @@ this.layoutMx99.Name = "layoutMx99"; this.layoutMx99.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(221, 389, 812, 500); this.layoutMx99.Root = this.layoutControlGroup1; - this.layoutMx99.Size = new System.Drawing.Size(1265, 83); + this.layoutMx99.Size = new System.Drawing.Size(1648, 83); this.layoutMx99.TabIndex = 0; this.layoutMx99.Text = "layoutControl1"; // @@ -1937,11 +2007,11 @@ // this.layShuLiang.Controls.Add(this.txt_iCount_1); this.layShuLiang.Controls.Add(this.txt_yuliang_1); - this.layShuLiang.Location = new System.Drawing.Point(632, 44); + this.layShuLiang.Location = new System.Drawing.Point(654, 44); this.layShuLiang.Name = "layShuLiang"; this.layShuLiang.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(133, 518, 812, 500); this.layShuLiang.Root = this.layoutControlGroup3; - this.layShuLiang.Size = new System.Drawing.Size(306, 28); + this.layShuLiang.Size = new System.Drawing.Size(317, 28); this.layShuLiang.TabIndex = 475; this.layShuLiang.Text = "dataLayoutControl1"; // @@ -1950,16 +2020,16 @@ this.txt_iCount_1.Location = new System.Drawing.Point(89, 2); this.txt_iCount_1.Name = "txt_iCount_1"; this.txt_iCount_1.Properties.ReadOnly = true; - this.txt_iCount_1.Size = new System.Drawing.Size(62, 24); + this.txt_iCount_1.Size = new System.Drawing.Size(67, 24); this.txt_iCount_1.StyleController = this.layShuLiang; this.txt_iCount_1.TabIndex = 5; // // txt_yuliang_1 // - this.txt_yuliang_1.Location = new System.Drawing.Point(242, 2); + this.txt_yuliang_1.Location = new System.Drawing.Point(247, 2); this.txt_yuliang_1.Name = "txt_yuliang_1"; this.txt_yuliang_1.Properties.ReadOnly = true; - this.txt_yuliang_1.Size = new System.Drawing.Size(62, 24); + this.txt_yuliang_1.Size = new System.Drawing.Size(68, 24); this.txt_yuliang_1.StyleController = this.layShuLiang; this.txt_yuliang_1.TabIndex = 6; // @@ -1984,7 +2054,7 @@ this.layoutControlGroup3.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition7}); this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - this.layoutControlGroup3.Size = new System.Drawing.Size(306, 28); + this.layoutControlGroup3.Size = new System.Drawing.Size(317, 28); this.layoutControlGroup3.TextVisible = false; // // layoutControlItem25 @@ -1992,7 +2062,7 @@ this.layoutControlItem25.Control = this.txt_iCount_1; this.layoutControlItem25.Location = new System.Drawing.Point(0, 0); this.layoutControlItem25.Name = "layoutControlItem25"; - this.layoutControlItem25.Size = new System.Drawing.Size(153, 28); + this.layoutControlItem25.Size = new System.Drawing.Size(158, 28); this.layoutControlItem25.Text = "鎵撳嵃鏁村紶鏁�"; this.layoutControlItem25.TextSize = new System.Drawing.Size(75, 18); // @@ -2000,16 +2070,16 @@ // this.layoutControlItem39.Control = this.txt_yuliang_1; this.layoutControlItem39.CustomizationFormText = "鎵撳嵃浣欐暟"; - this.layoutControlItem39.Location = new System.Drawing.Point(153, 0); + this.layoutControlItem39.Location = new System.Drawing.Point(158, 0); this.layoutControlItem39.Name = "layoutControlItem39"; this.layoutControlItem39.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem39.Size = new System.Drawing.Size(153, 28); + this.layoutControlItem39.Size = new System.Drawing.Size(159, 28); this.layoutControlItem39.Text = "鎵撳嵃浣欐暟"; this.layoutControlItem39.TextSize = new System.Drawing.Size(75, 18); // // radOut // - this.radOut.Location = new System.Drawing.Point(943, 10); + this.radOut.Location = new System.Drawing.Point(976, 10); this.radOut.Margin = new System.Windows.Forms.Padding(0); this.radOut.Name = "radOut"; this.radOut.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near; @@ -2024,29 +2094,29 @@ // ucBtnPrint1 // this.ucBtnPrint1.guidKey = null; - this.ucBtnPrint1.Location = new System.Drawing.Point(941, 42); + this.ucBtnPrint1.Location = new System.Drawing.Point(974, 42); this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint1.Name = "ucBtnPrint1"; this.ucBtnPrint1.rptParameter = null; - this.ucBtnPrint1.Size = new System.Drawing.Size(308, 32); + this.ucBtnPrint1.Size = new System.Drawing.Size(319, 32); this.ucBtnPrint1.TabIndex = 464; // // txt_psnQty_1 // - this.txt_psnQty_1.Location = new System.Drawing.Point(719, 12); + this.txt_psnQty_1.Location = new System.Drawing.Point(741, 12); this.txt_psnQty_1.Name = "txt_psnQty_1"; this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; - this.txt_psnQty_1.Size = new System.Drawing.Size(219, 24); + this.txt_psnQty_1.Size = new System.Drawing.Size(230, 24); this.txt_psnQty_1.StyleController = this.layoutMx99; this.txt_psnQty_1.TabIndex = 330; this.txt_psnQty_1.Tag = "readOnly-1"; // // txt_printRemark // - this.txt_printRemark.Location = new System.Drawing.Point(409, 44); + this.txt_printRemark.Location = new System.Drawing.Point(420, 44); this.txt_printRemark.Name = "txt_printRemark"; this.txt_printRemark.Properties.Appearance.Options.UseFont = true; - this.txt_printRemark.Size = new System.Drawing.Size(219, 24); + this.txt_printRemark.Size = new System.Drawing.Size(230, 24); this.txt_printRemark.StyleController = this.layoutMx99; this.txt_printRemark.TabIndex = 334; this.txt_printRemark.Tag = "readOnly-1"; @@ -2054,11 +2124,11 @@ // txt_kQty // this.txt_kQty.EditValue = ""; - this.txt_kQty.Location = new System.Drawing.Point(409, 12); + this.txt_kQty.Location = new System.Drawing.Point(420, 12); this.txt_kQty.Name = "txt_kQty"; this.txt_kQty.Properties.Appearance.Options.UseFont = true; this.txt_kQty.Properties.ReadOnly = true; - this.txt_kQty.Size = new System.Drawing.Size(219, 24); + this.txt_kQty.Size = new System.Drawing.Size(230, 24); this.txt_kQty.StyleController = this.layoutMx99; this.txt_kQty.TabIndex = 472; this.txt_kQty.Tag = "readonly"; @@ -2069,7 +2139,7 @@ this.txt_yQty.Name = "txt_yQty"; this.txt_yQty.Properties.Appearance.Options.UseFont = true; this.txt_yQty.Properties.ReadOnly = true; - this.txt_yQty.Size = new System.Drawing.Size(219, 24); + this.txt_yQty.Size = new System.Drawing.Size(230, 24); this.txt_yQty.StyleController = this.layoutMx99; this.txt_yQty.TabIndex = 470; this.txt_yQty.Tag = "readonly"; @@ -2079,7 +2149,7 @@ this.txt_zQty.Location = new System.Drawing.Point(99, 12); this.txt_zQty.Name = "txt_zQty"; this.txt_zQty.Properties.ReadOnly = true; - this.txt_zQty.Size = new System.Drawing.Size(219, 24); + this.txt_zQty.Size = new System.Drawing.Size(230, 24); this.txt_zQty.StyleController = this.layoutMx99; this.txt_zQty.TabIndex = 474; // @@ -2107,7 +2177,7 @@ columnDefinition10.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition10.Width = 100D; columnDefinition11.SizeType = System.Windows.Forms.SizeType.AutoSize; - columnDefinition11.Width = 20D; + columnDefinition11.Width = 323D; this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition7, columnDefinition8, @@ -2121,7 +2191,7 @@ this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition8, rowDefinition9}); - this.layoutControlGroup1.Size = new System.Drawing.Size(1280, 84); + this.layoutControlGroup1.Size = new System.Drawing.Size(1627, 84); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem23 @@ -2129,23 +2199,23 @@ this.layoutControlItem23.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem23.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControlItem23.Control = this.txt_kQty; - this.layoutControlItem23.Location = new System.Drawing.Point(310, 0); + this.layoutControlItem23.Location = new System.Drawing.Point(321, 0); this.layoutControlItem23.Name = "layoutControlItem23"; this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem23.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem23.Size = new System.Drawing.Size(321, 32); this.layoutControlItem23.Text = "鍙墦鍗版暟閲�"; this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem35 // this.layoutControlItem35.Control = this.radOut; - this.layoutControlItem35.Location = new System.Drawing.Point(930, 0); + this.layoutControlItem35.Location = new System.Drawing.Point(963, 0); this.layoutControlItem35.MaxSize = new System.Drawing.Size(240, 28); this.layoutControlItem35.MinSize = new System.Drawing.Size(240, 28); this.layoutControlItem35.Name = "layoutControlItem35"; this.layoutControlItem35.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem35.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 0, 0, 0); - this.layoutControlItem35.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem35.Size = new System.Drawing.Size(321, 32); this.layoutControlItem35.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem35.Text = "鑷姩璁$畻"; this.layoutControlItem35.TextSize = new System.Drawing.Size(0, 0); @@ -2156,12 +2226,12 @@ this.layoutControlItem26.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem26.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControlItem26.Control = this.ucBtnPrint1; - this.layoutControlItem26.Location = new System.Drawing.Point(930, 32); + this.layoutControlItem26.Location = new System.Drawing.Point(963, 32); this.layoutControlItem26.Name = "layoutControlItem26"; this.layoutControlItem26.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem26.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 0, 0); - this.layoutControlItem26.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem26.Size = new System.Drawing.Size(321, 32); this.layoutControlItem26.Text = "鎶ュ伐鎵撳嵃"; this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem26.TextVisible = false; @@ -2174,18 +2244,18 @@ this.layoutControlItem22.Location = new System.Drawing.Point(0, 32); this.layoutControlItem22.Name = "layoutControlItem22"; this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem22.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem22.Size = new System.Drawing.Size(321, 32); this.layoutControlItem22.Text = "宸叉墦鍗版暟閲�"; this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem21 // this.layoutControlItem21.Control = this.txt_printRemark; - this.layoutControlItem21.Location = new System.Drawing.Point(310, 32); + this.layoutControlItem21.Location = new System.Drawing.Point(321, 32); this.layoutControlItem21.Name = "layoutControlItem21"; this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem21.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem21.Size = new System.Drawing.Size(321, 32); this.layoutControlItem21.Text = "鎵撳嵃澶囨敞"; this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 18); // @@ -2195,21 +2265,21 @@ this.layoutControlItem24.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControlItem24.Control = this.txt_psnQty_1; this.layoutControlItem24.CustomizationFormText = "鍐呭寘瑁呮暟閲�"; - this.layoutControlItem24.Location = new System.Drawing.Point(620, 0); + this.layoutControlItem24.Location = new System.Drawing.Point(642, 0); this.layoutControlItem24.Name = "layoutControlItem24"; this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem24.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem24.Size = new System.Drawing.Size(321, 32); this.layoutControlItem24.Text = "鍐呭寘瑁呮暟閲�"; this.layoutControlItem24.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem38 // this.layoutControlItem38.Control = this.layShuLiang; - this.layoutControlItem38.Location = new System.Drawing.Point(620, 32); + this.layoutControlItem38.Location = new System.Drawing.Point(642, 32); this.layoutControlItem38.Name = "layoutControlItem38"; this.layoutControlItem38.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem38.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem38.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem38.Size = new System.Drawing.Size(321, 32); this.layoutControlItem38.Text = "鎵撳嵃鏁伴噺"; this.layoutControlItem38.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem38.TextVisible = false; @@ -2219,7 +2289,7 @@ this.layoutControlItem36.Control = this.txt_zQty; this.layoutControlItem36.Location = new System.Drawing.Point(0, 0); this.layoutControlItem36.Name = "layoutControlItem36"; - this.layoutControlItem36.Size = new System.Drawing.Size(310, 32); + this.layoutControlItem36.Size = new System.Drawing.Size(321, 32); this.layoutControlItem36.Text = "宸ュ崟鎬婚噺"; this.layoutControlItem36.TextSize = new System.Drawing.Size(75, 18); // @@ -2230,8 +2300,8 @@ this.gcMx2.MainView = this.gvMx2; this.gcMx2.Name = "gcMx2"; this.gcMx2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { - this.repositoryItemButtonEdit1}); - this.gcMx2.Size = new System.Drawing.Size(1265, 386); + this.rptChongDa}); + this.gcMx2.Size = new System.Drawing.Size(1648, 386); this.gcMx2.TabIndex = 0; this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx2}); @@ -2244,7 +2314,6 @@ this.gvMx2.ColumnPanelRowHeight = 50; this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gvMx2guid, - this.gridColumn20, this.gridColumn19, this.gvMx2itemBarcode, this.gvMx2quantity, @@ -2254,8 +2323,6 @@ this.gridColumn17, this.gvMx2createBy, this.gvMx2createDate, - this.gridColumn28, - this.gridColumn29, this.gridColumn30, this.gridColumn31, this.gridColumn32, @@ -2277,17 +2344,6 @@ this.gvMx2guid.Tag = "query_a.guid"; this.gvMx2guid.Width = 94; // - // gridColumn20 - // - this.gridColumn20.Caption = "鎶ュ伐鏍囪瘑"; - this.gridColumn20.FieldName = "isBg"; - this.gridColumn20.MaxWidth = 50; - this.gridColumn20.MinWidth = 50; - this.gridColumn20.Name = "gridColumn20"; - this.gridColumn20.Visible = true; - this.gridColumn20.VisibleIndex = 0; - this.gridColumn20.Width = 50; - // // gridColumn19 // this.gridColumn19.Caption = "鍏ュ簱鏍囪瘑"; @@ -2296,7 +2352,7 @@ this.gridColumn19.MinWidth = 50; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; - this.gridColumn19.VisibleIndex = 1; + this.gridColumn19.VisibleIndex = 0; this.gridColumn19.Width = 50; // // gvMx2itemBarcode @@ -2308,7 +2364,7 @@ this.gvMx2itemBarcode.Name = "gvMx2itemBarcode"; this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE"; this.gvMx2itemBarcode.Visible = true; - this.gvMx2itemBarcode.VisibleIndex = 2; + this.gvMx2itemBarcode.VisibleIndex = 1; this.gvMx2itemBarcode.Width = 94; // // gvMx2quantity @@ -2322,7 +2378,7 @@ new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "鍚堣锛歿0:0.##}")}); this.gvMx2quantity.Tag = "query_a.QUANTITY"; this.gvMx2quantity.Visible = true; - this.gvMx2quantity.VisibleIndex = 3; + this.gvMx2quantity.VisibleIndex = 2; this.gvMx2quantity.Width = 94; // // gvMx2unit @@ -2334,7 +2390,7 @@ this.gvMx2unit.Name = "gvMx2unit"; this.gvMx2unit.Tag = "query_a.UNIT"; this.gvMx2unit.Visible = true; - this.gvMx2unit.VisibleIndex = 4; + this.gvMx2unit.VisibleIndex = 3; this.gvMx2unit.Width = 94; // // gridColumn18 @@ -2344,7 +2400,7 @@ this.gridColumn18.MinWidth = 25; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; - this.gridColumn18.VisibleIndex = 5; + this.gridColumn18.VisibleIndex = 4; this.gridColumn18.Width = 94; // // gvMx2itemSname @@ -2356,7 +2412,7 @@ this.gvMx2itemSname.Name = "gvMx2itemSname"; this.gvMx2itemSname.Tag = "query_a.ITEM_SNAME"; this.gvMx2itemSname.Visible = true; - this.gvMx2itemSname.VisibleIndex = 6; + this.gvMx2itemSname.VisibleIndex = 5; this.gvMx2itemSname.Width = 94; // // gridColumn17 @@ -2366,7 +2422,7 @@ this.gridColumn17.MinWidth = 25; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; - this.gridColumn17.VisibleIndex = 7; + this.gridColumn17.VisibleIndex = 6; this.gridColumn17.Width = 94; // // gvMx2createBy @@ -2378,7 +2434,7 @@ this.gvMx2createBy.Name = "gvMx2createBy"; this.gvMx2createBy.Tag = "query_a.CREATE_BY"; this.gvMx2createBy.Visible = true; - this.gvMx2createBy.VisibleIndex = 8; + this.gvMx2createBy.VisibleIndex = 7; this.gvMx2createBy.Width = 94; // // gvMx2createDate @@ -2390,28 +2446,8 @@ this.gvMx2createDate.Name = "gvMx2createDate"; this.gvMx2createDate.Tag = "query_a.CREATE_DATE"; this.gvMx2createDate.Visible = true; - this.gvMx2createDate.VisibleIndex = 9; + this.gvMx2createDate.VisibleIndex = 8; this.gvMx2createDate.Width = 94; - // - // gridColumn28 - // - this.gridColumn28.Caption = "鎶ュ伐浜�"; - this.gridColumn28.FieldName = "bgYg"; - this.gridColumn28.MinWidth = 25; - this.gridColumn28.Name = "gridColumn28"; - this.gridColumn28.Visible = true; - this.gridColumn28.VisibleIndex = 10; - this.gridColumn28.Width = 94; - // - // gridColumn29 - // - this.gridColumn29.Caption = "鎶ュ伐鏃堕棿"; - this.gridColumn29.FieldName = "bgTime"; - this.gridColumn29.MinWidth = 25; - this.gridColumn29.Name = "gridColumn29"; - this.gridColumn29.Visible = true; - this.gridColumn29.VisibleIndex = 11; - this.gridColumn29.Width = 94; // // gridColumn30 // @@ -2420,7 +2456,7 @@ this.gridColumn30.MinWidth = 25; this.gridColumn30.Name = "gridColumn30"; this.gridColumn30.Visible = true; - this.gridColumn30.VisibleIndex = 12; + this.gridColumn30.VisibleIndex = 9; this.gridColumn30.Width = 94; // // gridColumn31 @@ -2430,7 +2466,7 @@ this.gridColumn31.MinWidth = 25; this.gridColumn31.Name = "gridColumn31"; this.gridColumn31.Visible = true; - this.gridColumn31.VisibleIndex = 13; + this.gridColumn31.VisibleIndex = 10; this.gridColumn31.Width = 94; // // gridColumn32 @@ -2440,36 +2476,36 @@ this.gridColumn32.MinWidth = 25; this.gridColumn32.Name = "gridColumn32"; this.gridColumn32.Visible = true; - this.gridColumn32.VisibleIndex = 14; + this.gridColumn32.VisibleIndex = 11; this.gridColumn32.Width = 94; // // gvBtnAlawys // - this.gvBtnAlawys.Caption = "绉诲嚭"; - this.gvBtnAlawys.ColumnEdit = this.repositoryItemButtonEdit1; + this.gvBtnAlawys.Caption = "閲嶆墦"; + this.gvBtnAlawys.ColumnEdit = this.rptChongDa; this.gvBtnAlawys.MinWidth = 25; this.gvBtnAlawys.Name = "gvBtnAlawys"; this.gvBtnAlawys.Visible = true; - this.gvBtnAlawys.VisibleIndex = 15; + this.gvBtnAlawys.VisibleIndex = 12; this.gvBtnAlawys.Width = 94; // - // repositoryItemButtonEdit1 + // rptChongDa // - this.repositoryItemButtonEdit1.AutoHeight = false; - editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; + this.rptChongDa.AutoHeight = false; + editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16; editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; - this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); - this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; - this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; - this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); + this.rptChongDa.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "閲嶆墦", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); + this.rptChongDa.Name = "rptChongDa"; + this.rptChongDa.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; + this.rptChongDa.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.gcMx3); this.xtraTabPage3.Controls.Add(this.panMx98); this.xtraTabPage3.Name = "xtraTabPage3"; - this.xtraTabPage3.Size = new System.Drawing.Size(1265, 481); + this.xtraTabPage3.Size = new System.Drawing.Size(1648, 481); this.xtraTabPage3.Text = "杩芥函鐮佹槑缁�"; // // gcMx3 @@ -2478,7 +2514,7 @@ this.gcMx3.Location = new System.Drawing.Point(0, 54); this.gcMx3.MainView = this.gvMx3; this.gcMx3.Name = "gcMx3"; - this.gcMx3.Size = new System.Drawing.Size(1265, 427); + this.gcMx3.Size = new System.Drawing.Size(1648, 427); this.gcMx3.TabIndex = 1; this.gcMx3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx3}); @@ -2603,7 +2639,7 @@ this.panMx98.Dock = System.Windows.Forms.DockStyle.Top; this.panMx98.Location = new System.Drawing.Point(0, 0); this.panMx98.Name = "panMx98"; - this.panMx98.Size = new System.Drawing.Size(1265, 54); + this.panMx98.Size = new System.Drawing.Size(1648, 54); this.panMx98.TabIndex = 0; // // layoutMx98 @@ -2619,51 +2655,51 @@ this.layoutMx98.Name = "layoutMx98"; this.layoutMx98.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(96, 558, 812, 500); this.layoutMx98.Root = this.layoutControlGroup2; - this.layoutMx98.Size = new System.Drawing.Size(1265, 54); + this.layoutMx98.Size = new System.Drawing.Size(1648, 54); this.layoutMx98.TabIndex = 0; this.layoutMx98.Text = "layoutControl1"; // // ucBtnPrint98 // this.ucBtnPrint98.guidKey = null; - this.ucBtnPrint98.Location = new System.Drawing.Point(1046, 10); + this.ucBtnPrint98.Location = new System.Drawing.Point(1366, 10); this.ucBtnPrint98.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint98.Name = "ucBtnPrint98"; this.ucBtnPrint98.rptParameter = null; - this.ucBtnPrint98.Size = new System.Drawing.Size(208, 34); + this.ucBtnPrint98.Size = new System.Drawing.Size(271, 34); this.ucBtnPrint98.TabIndex = 8; // // txt_yQty98 // - this.txt_yQty98.Location = new System.Drawing.Point(321, 12); + this.txt_yQty98.Location = new System.Drawing.Point(385, 12); this.txt_yQty98.Name = "txt_yQty98"; this.txt_yQty98.Properties.ReadOnly = true; - this.txt_yQty98.Size = new System.Drawing.Size(101, 24); + this.txt_yQty98.Size = new System.Drawing.Size(165, 24); this.txt_yQty98.StyleController = this.layoutMx98; this.txt_yQty98.TabIndex = 4; // // txt_kQty98 // - this.txt_kQty98.Location = new System.Drawing.Point(528, 12); + this.txt_kQty98.Location = new System.Drawing.Point(656, 12); this.txt_kQty98.Name = "txt_kQty98"; this.txt_kQty98.Properties.ReadOnly = true; - this.txt_kQty98.Size = new System.Drawing.Size(101, 24); + this.txt_kQty98.Size = new System.Drawing.Size(165, 24); this.txt_kQty98.StyleController = this.layoutMx98; this.txt_kQty98.TabIndex = 5; // // txt_printRemark98 // - this.txt_printRemark98.Location = new System.Drawing.Point(735, 12); + this.txt_printRemark98.Location = new System.Drawing.Point(927, 12); this.txt_printRemark98.Name = "txt_printRemark98"; - this.txt_printRemark98.Size = new System.Drawing.Size(101, 24); + this.txt_printRemark98.Size = new System.Drawing.Size(165, 24); this.txt_printRemark98.StyleController = this.layoutMx98; this.txt_printRemark98.TabIndex = 6; // // txt_iCount_98 // - this.txt_iCount_98.Location = new System.Drawing.Point(942, 12); + this.txt_iCount_98.Location = new System.Drawing.Point(1198, 12); this.txt_iCount_98.Name = "txt_iCount_98"; - this.txt_iCount_98.Size = new System.Drawing.Size(101, 24); + this.txt_iCount_98.Size = new System.Drawing.Size(165, 24); this.txt_iCount_98.StyleController = this.layoutMx98; this.txt_iCount_98.TabIndex = 7; // @@ -2672,7 +2708,7 @@ this.txt_zQty98.Location = new System.Drawing.Point(114, 12); this.txt_zQty98.Name = "txt_zQty98"; this.txt_zQty98.Properties.ReadOnly = true; - this.txt_zQty98.Size = new System.Drawing.Size(101, 24); + this.txt_zQty98.Size = new System.Drawing.Size(165, 24); this.txt_zQty98.StyleController = this.layoutMx98; this.txt_zQty98.TabIndex = 9; // @@ -2712,17 +2748,17 @@ rowDefinition10.SizeType = System.Windows.Forms.SizeType.Percent; this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition10}); - this.layoutControlGroup2.Size = new System.Drawing.Size(1265, 54); + this.layoutControlGroup2.Size = new System.Drawing.Size(1648, 54); this.layoutControlGroup2.TextVisible = false; // // layoutControlItem34 // this.layoutControlItem34.Control = this.ucBtnPrint98; - this.layoutControlItem34.Location = new System.Drawing.Point(1035, 0); + this.layoutControlItem34.Location = new System.Drawing.Point(1355, 0); this.layoutControlItem34.Name = "layoutControlItem34"; this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 5; this.layoutControlItem34.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 0, 0); - this.layoutControlItem34.Size = new System.Drawing.Size(210, 34); + this.layoutControlItem34.Size = new System.Drawing.Size(273, 34); this.layoutControlItem34.Text = "鎵撳嵃鎸夐挳"; this.layoutControlItem34.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem34.TextVisible = false; @@ -2730,40 +2766,40 @@ // layoutControlItem33 // this.layoutControlItem33.Control = this.txt_iCount_98; - this.layoutControlItem33.Location = new System.Drawing.Point(828, 0); + this.layoutControlItem33.Location = new System.Drawing.Point(1084, 0); this.layoutControlItem33.Name = "layoutControlItem33"; this.layoutControlItem33.OptionsTableLayoutItem.ColumnIndex = 4; - this.layoutControlItem33.Size = new System.Drawing.Size(207, 34); + this.layoutControlItem33.Size = new System.Drawing.Size(271, 34); this.layoutControlItem33.Text = "鏈鎵撳嵃寮犳暟"; this.layoutControlItem33.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem32 // this.layoutControlItem32.Control = this.txt_printRemark98; - this.layoutControlItem32.Location = new System.Drawing.Point(621, 0); + this.layoutControlItem32.Location = new System.Drawing.Point(813, 0); this.layoutControlItem32.Name = "layoutControlItem32"; this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem32.Size = new System.Drawing.Size(207, 34); + this.layoutControlItem32.Size = new System.Drawing.Size(271, 34); this.layoutControlItem32.Text = "鎵撳嵃澶囨敞"; this.layoutControlItem32.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem31 // this.layoutControlItem31.Control = this.txt_kQty98; - this.layoutControlItem31.Location = new System.Drawing.Point(414, 0); + this.layoutControlItem31.Location = new System.Drawing.Point(542, 0); this.layoutControlItem31.Name = "layoutControlItem31"; this.layoutControlItem31.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem31.Size = new System.Drawing.Size(207, 34); + this.layoutControlItem31.Size = new System.Drawing.Size(271, 34); this.layoutControlItem31.Text = "鍙墦鍗版暟閲�"; this.layoutControlItem31.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem30 // this.layoutControlItem30.Control = this.txt_yQty98; - this.layoutControlItem30.Location = new System.Drawing.Point(207, 0); + this.layoutControlItem30.Location = new System.Drawing.Point(271, 0); this.layoutControlItem30.Name = "layoutControlItem30"; this.layoutControlItem30.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem30.Size = new System.Drawing.Size(207, 34); + this.layoutControlItem30.Size = new System.Drawing.Size(271, 34); this.layoutControlItem30.Text = "宸叉墦鍗版暟閲�"; this.layoutControlItem30.TextSize = new System.Drawing.Size(90, 18); // @@ -2772,7 +2808,7 @@ this.layoutControlItem37.Control = this.txt_zQty98; this.layoutControlItem37.Location = new System.Drawing.Point(0, 0); this.layoutControlItem37.Name = "layoutControlItem37"; - this.layoutControlItem37.Size = new System.Drawing.Size(207, 34); + this.layoutControlItem37.Size = new System.Drawing.Size(271, 34); this.layoutControlItem37.Text = "宸ュ崟鎬婚噺"; this.layoutControlItem37.TextSize = new System.Drawing.Size(90, 18); // @@ -2781,16 +2817,16 @@ this.xtraTabPage4.Controls.Add(this.gcMx4); this.xtraTabPage4.Controls.Add(this.panMx100); this.xtraTabPage4.Name = "xtraTabPage4"; - this.xtraTabPage4.Size = new System.Drawing.Size(1265, 481); + this.xtraTabPage4.Size = new System.Drawing.Size(1648, 481); this.xtraTabPage4.Text = "鍚庣洊鐮佹槑缁�"; // // gcMx4 // this.gcMx4.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMx4.Location = new System.Drawing.Point(0, 54); + this.gcMx4.Location = new System.Drawing.Point(0, 56); this.gcMx4.MainView = this.gvMx4; this.gcMx4.Name = "gcMx4"; - this.gcMx4.Size = new System.Drawing.Size(1265, 427); + this.gcMx4.Size = new System.Drawing.Size(1648, 425); this.gcMx4.TabIndex = 2; this.gcMx4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx4}); @@ -2911,28 +2947,208 @@ // // panMx100 // - this.panMx100.Controls.Add(this.ucBtnPrint100); + this.panMx100.Controls.Add(this.layMx100); this.panMx100.Dock = System.Windows.Forms.DockStyle.Top; this.panMx100.Location = new System.Drawing.Point(0, 0); this.panMx100.Name = "panMx100"; - this.panMx100.Size = new System.Drawing.Size(1265, 54); + this.panMx100.Size = new System.Drawing.Size(1648, 56); this.panMx100.TabIndex = 0; + // + // layMx100 + // + this.layMx100.Controls.Add(this.ucBtnPrint100); + this.layMx100.Controls.Add(this.btnIn); + this.layMx100.Controls.Add(this.txt_zQty100); + this.layMx100.Controls.Add(this.txt_yQty100); + this.layMx100.Controls.Add(this.txt_kQty100); + this.layMx100.Controls.Add(this.txt_iCount_100); + this.layMx100.Dock = System.Windows.Forms.DockStyle.Fill; + this.layMx100.Location = new System.Drawing.Point(0, 0); + this.layMx100.Name = "layMx100"; + this.layMx100.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(359, 336, 812, 500); + this.layMx100.Root = this.layoutControlGroup4; + this.layMx100.Size = new System.Drawing.Size(1648, 56); + this.layMx100.TabIndex = 2; + this.layMx100.Text = "dataLayoutControl1"; // // ucBtnPrint100 // this.ucBtnPrint100.guidKey = null; - this.ucBtnPrint100.Location = new System.Drawing.Point(20, 10); + this.ucBtnPrint100.Location = new System.Drawing.Point(1154, 12); this.ucBtnPrint100.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint100.Name = "ucBtnPrint100"; this.ucBtnPrint100.rptParameter = null; - this.ucBtnPrint100.Size = new System.Drawing.Size(232, 32); + this.ucBtnPrint100.Size = new System.Drawing.Size(282, 32); this.ucBtnPrint100.TabIndex = 0; + // + // btnIn + // + this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.exporttoxls_16x16; + this.btnIn.Location = new System.Drawing.Point(1440, 12); + this.btnIn.Name = "btnIn"; + this.btnIn.Size = new System.Drawing.Size(196, 27); + this.btnIn.StyleController = this.layMx100; + this.btnIn.TabIndex = 1; + this.btnIn.Text = "瀵煎叆鏉$爜"; + // + // txt_zQty100 + // + this.txt_zQty100.Location = new System.Drawing.Point(114, 12); + this.txt_zQty100.Name = "txt_zQty100"; + this.txt_zQty100.Properties.ReadOnly = true; + this.txt_zQty100.Size = new System.Drawing.Size(178, 24); + this.txt_zQty100.StyleController = this.layMx100; + this.txt_zQty100.TabIndex = 4; + // + // txt_yQty100 + // + this.txt_yQty100.Location = new System.Drawing.Point(398, 12); + this.txt_yQty100.Name = "txt_yQty100"; + this.txt_yQty100.Properties.ReadOnly = true; + this.txt_yQty100.Size = new System.Drawing.Size(180, 24); + this.txt_yQty100.StyleController = this.layMx100; + this.txt_yQty100.TabIndex = 5; + // + // txt_kQty100 + // + this.txt_kQty100.Location = new System.Drawing.Point(684, 12); + this.txt_kQty100.Name = "txt_kQty100"; + this.txt_kQty100.Properties.ReadOnly = true; + this.txt_kQty100.Size = new System.Drawing.Size(180, 24); + this.txt_kQty100.StyleController = this.layMx100; + this.txt_kQty100.TabIndex = 6; + // + // txt_iCount_100 + // + this.txt_iCount_100.Location = new System.Drawing.Point(970, 12); + this.txt_iCount_100.Name = "txt_iCount_100"; + this.txt_iCount_100.Size = new System.Drawing.Size(180, 24); + this.txt_iCount_100.StyleController = this.layMx100; + this.txt_iCount_100.TabIndex = 7; + // + // layoutControlGroup4 + // + this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + this.layoutControlGroup4.GroupBordersVisible = false; + this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { + this.layoutControlItem42, + this.layoutControlItem43, + this.layoutControlItem44, + this.layoutControlItem2, + this.layoutControlItem10, + this.layoutControlItem45}); + this.layoutControlGroup4.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; + this.layoutControlGroup4.Name = "Root"; + columnDefinition18.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition18.Width = 100D; + columnDefinition19.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition19.Width = 100D; + columnDefinition20.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition20.Width = 100D; + columnDefinition21.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition21.Width = 100D; + columnDefinition22.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition22.Width = 100D; + columnDefinition23.SizeType = System.Windows.Forms.SizeType.Absolute; + columnDefinition23.Width = 200D; + this.layoutControlGroup4.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { + columnDefinition18, + columnDefinition19, + columnDefinition20, + columnDefinition21, + columnDefinition22, + columnDefinition23}); + rowDefinition11.Height = 100D; + rowDefinition11.SizeType = System.Windows.Forms.SizeType.Percent; + this.layoutControlGroup4.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { + rowDefinition11}); + this.layoutControlGroup4.Size = new System.Drawing.Size(1648, 56); + this.layoutControlGroup4.TextVisible = false; + // + // layoutControlItem42 + // + this.layoutControlItem42.Control = this.txt_zQty100; + this.layoutControlItem42.Location = new System.Drawing.Point(0, 0); + this.layoutControlItem42.Name = "layoutControlItem42"; + this.layoutControlItem42.Size = new System.Drawing.Size(284, 36); + this.layoutControlItem42.Text = "宸ュ崟鎬婚噺"; + this.layoutControlItem42.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem43 + // + this.layoutControlItem43.Control = this.txt_yQty100; + this.layoutControlItem43.Location = new System.Drawing.Point(284, 0); + this.layoutControlItem43.Name = "layoutControlItem43"; + this.layoutControlItem43.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem43.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem43.Text = "宸叉墦鍗版暟"; + this.layoutControlItem43.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem44 + // + this.layoutControlItem44.Control = this.txt_kQty100; + this.layoutControlItem44.CustomizationFormText = "鍙墦鍗版暟"; + this.layoutControlItem44.Location = new System.Drawing.Point(570, 0); + this.layoutControlItem44.Name = "layoutControlItem44"; + this.layoutControlItem44.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem44.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem44.Text = "鍙墦鍗版暟瀛�"; + this.layoutControlItem44.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem2 + // + this.layoutControlItem2.Control = this.btnIn; + this.layoutControlItem2.Location = new System.Drawing.Point(1428, 0); + this.layoutControlItem2.Name = "layoutControlItem2"; + this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 5; + this.layoutControlItem2.Size = new System.Drawing.Size(200, 36); + this.layoutControlItem2.Text = "瀵煎叆鎸夐挳"; + this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem2.TextVisible = false; + // + // layoutControlItem10 + // + this.layoutControlItem10.Control = this.ucBtnPrint100; + this.layoutControlItem10.Location = new System.Drawing.Point(1142, 0); + this.layoutControlItem10.Name = "layoutControlItem10"; + this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 4; + this.layoutControlItem10.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem10.Text = "鎵撳嵃鎸夐挳"; + this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem10.TextVisible = false; + // + // layoutControlItem45 + // + this.layoutControlItem45.Control = this.txt_iCount_100; + this.layoutControlItem45.Location = new System.Drawing.Point(856, 0); + this.layoutControlItem45.Name = "layoutControlItem45"; + this.layoutControlItem45.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem45.Size = new System.Drawing.Size(286, 36); + this.layoutControlItem45.Text = "鏈鎵撳嵃寮犳暟"; + this.layoutControlItem45.TextSize = new System.Drawing.Size(90, 18); + // + // xtraTabPage5 + // + this.xtraTabPage5.Controls.Add(this.ucBtnPrint101); + this.xtraTabPage5.Name = "xtraTabPage5"; + this.xtraTabPage5.Size = new System.Drawing.Size(1648, 481); + this.xtraTabPage5.Text = "鐗╂枡榻愬鏍囪瘑鍗�"; + // + // ucBtnPrint101 + // + this.ucBtnPrint101.guidKey = null; + this.ucBtnPrint101.Location = new System.Drawing.Point(7, 19); + this.ucBtnPrint101.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnPrint101.Name = "ucBtnPrint101"; + this.ucBtnPrint101.rptParameter = null; + this.ucBtnPrint101.Size = new System.Drawing.Size(232, 32); + this.ucBtnPrint101.TabIndex = 0; // // Frm_Womdaa // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1269, 820); + this.ClientSize = new System.Drawing.Size(1652, 820); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_Womdaa"; @@ -2978,6 +3194,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_daa015.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lineNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_dptNo.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_isQiTao.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); @@ -3002,6 +3219,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -3040,7 +3258,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.rptChongDa)).EndInit(); this.xtraTabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx3)).EndInit(); @@ -3063,6 +3281,20 @@ ((System.ComponentModel.ISupportInitialize)(this.gcMx4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx4)).EndInit(); this.panMx100.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.layMx100)).EndInit(); + this.layMx100.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.txt_zQty100.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_yQty100.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_kQty100.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_100.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit(); + this.xtraTabPage5.ResumeLayout(false); this.ResumeLayout(false); } @@ -3172,7 +3404,6 @@ private DevExpress.XtraGrid.GridControl gcMx2; private DevExpress.XtraGrid.Views.Grid.GridView gvMx2; private DevExpress.XtraGrid.Columns.GridColumn gvMx2guid; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; private DevExpress.XtraGrid.Columns.GridColumn gvMx2itemBarcode; private DevExpress.XtraGrid.Columns.GridColumn gvMx2quantity; @@ -3183,11 +3414,9 @@ private DevExpress.XtraGrid.Columns.GridColumn gvMx2createBy; private DevExpress.XtraGrid.Columns.GridColumn gvMx2createDate; private DevExpress.XtraGrid.Columns.GridColumn gvBtnAlawys; - private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; + private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit rptChongDa; private DevExpress.XtraGrid.Columns.GridColumn gridColumn27; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn28; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn29; private DevExpress.XtraGrid.Columns.GridColumn gridColumn30; private DevExpress.XtraGrid.Columns.GridColumn gridColumn31; private DevExpress.XtraGrid.Columns.GridColumn gridColumn32; @@ -3274,5 +3503,22 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem28; + private DevExpress.XtraDataLayout.DataLayoutControl layMx100; + private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; + private DevExpress.XtraEditors.SimpleButton btnIn; + private DevExpress.XtraEditors.TextEdit txt_zQty100; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem42; + private DevExpress.XtraEditors.TextEdit txt_yQty100; + private DevExpress.XtraEditors.TextEdit txt_kQty100; + private DevExpress.XtraEditors.TextEdit txt_iCount_100; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem43; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem44; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem45; + private DevExpress.XtraTab.XtraTabPage xtraTabPage5; + private UserControl.UcBtnPrint ucBtnPrint101; + private DevExpress.XtraEditors.CheckEdit txt_isQiTao; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem46; } } \ No newline at end of file -- Gitblit v1.9.3