From faca8e5d589896b87535612b6d87565b73f74fe4 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 11 六月 2025 16:21:16 +0800
Subject: [PATCH] 修改bug

---
 DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs |  234 +++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 158 insertions(+), 76 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs
index 608a9f9..435ff98 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs
@@ -135,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();
@@ -159,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();
@@ -244,7 +246,6 @@
             this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.panMx98 = new System.Windows.Forms.Panel();
             this.layoutMx98 = new DevExpress.XtraLayout.LayoutControl();
             this.ucBtnPrint98 = new Gs.DevApp.UserControl.UcBtnPrint();
             this.txt_yQty98 = new DevExpress.XtraEditors.TextEdit();
@@ -270,7 +271,6 @@
             this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
             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();
@@ -285,9 +285,11 @@
             this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.tips = new DevExpress.Utils.ToolTipController(this.components);
             this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
             this.ucBtnPrint101 = new Gs.DevApp.UserControl.UcBtnPrint();
+            this.tips = new DevExpress.Utils.ToolTipController(this.components);
+            this.splitMx98 = new DevExpress.XtraEditors.SplitContainerControl();
+            this.splitMx100 = new DevExpress.XtraEditors.SplitContainerControl();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -329,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();
@@ -353,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();
@@ -395,7 +399,6 @@
             this.xtraTabPage3.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx3)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx3)).BeginInit();
-            this.panMx98.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx98)).BeginInit();
             this.layoutMx98.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txt_yQty98.Properties)).BeginInit();
@@ -413,7 +416,6 @@
             this.xtraTabPage4.SuspendLayout();
             ((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();
@@ -428,6 +430,18 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
             this.xtraTabPage5.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx98)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx98.Panel1)).BeginInit();
+            this.splitMx98.Panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx98.Panel2)).BeginInit();
+            this.splitMx98.Panel2.SuspendLayout();
+            this.splitMx98.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx100)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx100.Panel1)).BeginInit();
+            this.splitMx100.Panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx100.Panel2)).BeginInit();
+            this.splitMx100.Panel2.SuspendLayout();
+            this.splitMx100.SuspendLayout();
             this.SuspendLayout();
             // 
             // toolBarMenu1
@@ -559,7 +573,7 @@
             // 
             // gridColumn7
             // 
-            this.gridColumn7.Caption = "鏄惁榻愬";
+            this.gridColumn7.Caption = "澶囨枡榻愬";
             this.gridColumn7.FieldName = "isQt";
             this.gridColumn7.MaxWidth = 50;
             this.gridColumn7.MinWidth = 50;
@@ -1006,6 +1020,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,
@@ -1242,6 +1257,15 @@
             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
             // 
             this.layoutControlItem29.Control = this.lbGuid;
@@ -1301,7 +1325,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;
@@ -1550,6 +1575,17 @@
             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
             // 
@@ -1803,21 +1839,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
@@ -1828,16 +1868,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
@@ -1903,8 +1947,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";
@@ -1914,10 +1958,12 @@
             // 
             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
@@ -2466,8 +2512,7 @@
             // 
             // xtraTabPage3
             // 
-            this.xtraTabPage3.Controls.Add(this.gcMx3);
-            this.xtraTabPage3.Controls.Add(this.panMx98);
+            this.xtraTabPage3.Controls.Add(this.splitMx98);
             this.xtraTabPage3.Name = "xtraTabPage3";
             this.xtraTabPage3.Size = new System.Drawing.Size(1648, 481);
             this.xtraTabPage3.Text = "杩芥函鐮佹槑缁�";
@@ -2475,10 +2520,10 @@
             // gcMx3
             // 
             this.gcMx3.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx3.Location = new System.Drawing.Point(0, 54);
+            this.gcMx3.Location = new System.Drawing.Point(0, 0);
             this.gcMx3.MainView = this.gvMx3;
             this.gcMx3.Name = "gcMx3";
-            this.gcMx3.Size = new System.Drawing.Size(1648, 427);
+            this.gcMx3.Size = new System.Drawing.Size(1648, 417);
             this.gcMx3.TabIndex = 1;
             this.gcMx3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx3});
@@ -2597,15 +2642,6 @@
             this.gridColumn35.VisibleIndex = 6;
             this.gridColumn35.Width = 94;
             // 
-            // panMx98
-            // 
-            this.panMx98.Controls.Add(this.layoutMx98);
-            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(1648, 54);
-            this.panMx98.TabIndex = 0;
-            // 
             // layoutMx98
             // 
             this.layoutMx98.Controls.Add(this.ucBtnPrint98);
@@ -2619,7 +2655,7 @@
             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(1648, 54);
+            this.layoutMx98.Size = new System.Drawing.Size(1648, 52);
             this.layoutMx98.TabIndex = 0;
             this.layoutMx98.Text = "layoutControl1";
             // 
@@ -2630,7 +2666,7 @@
             this.ucBtnPrint98.Margin = new System.Windows.Forms.Padding(0);
             this.ucBtnPrint98.Name = "ucBtnPrint98";
             this.ucBtnPrint98.rptParameter = null;
-            this.ucBtnPrint98.Size = new System.Drawing.Size(271, 34);
+            this.ucBtnPrint98.Size = new System.Drawing.Size(271, 32);
             this.ucBtnPrint98.TabIndex = 8;
             // 
             // txt_yQty98
@@ -2712,7 +2748,7 @@
             rowDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
             this.layoutControlGroup2.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
             rowDefinition10});
-            this.layoutControlGroup2.Size = new System.Drawing.Size(1648, 54);
+            this.layoutControlGroup2.Size = new System.Drawing.Size(1648, 52);
             this.layoutControlGroup2.TextVisible = false;
             // 
             // layoutControlItem34
@@ -2722,7 +2758,7 @@
             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(273, 34);
+            this.layoutControlItem34.Size = new System.Drawing.Size(273, 32);
             this.layoutControlItem34.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem34.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem34.TextVisible = false;
@@ -2733,7 +2769,7 @@
             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(271, 34);
+            this.layoutControlItem33.Size = new System.Drawing.Size(271, 32);
             this.layoutControlItem33.Text = "鏈鎵撳嵃寮犳暟";
             this.layoutControlItem33.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -2743,7 +2779,7 @@
             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(271, 34);
+            this.layoutControlItem32.Size = new System.Drawing.Size(271, 32);
             this.layoutControlItem32.Text = "鎵撳嵃澶囨敞";
             this.layoutControlItem32.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -2753,7 +2789,7 @@
             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(271, 34);
+            this.layoutControlItem31.Size = new System.Drawing.Size(271, 32);
             this.layoutControlItem31.Text = "鍙墦鍗版暟閲�";
             this.layoutControlItem31.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -2763,7 +2799,7 @@
             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(271, 34);
+            this.layoutControlItem30.Size = new System.Drawing.Size(271, 32);
             this.layoutControlItem30.Text = "宸叉墦鍗版暟閲�";
             this.layoutControlItem30.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -2772,14 +2808,13 @@
             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(271, 34);
+            this.layoutControlItem37.Size = new System.Drawing.Size(271, 32);
             this.layoutControlItem37.Text = "宸ュ崟鎬婚噺";
             this.layoutControlItem37.TextSize = new System.Drawing.Size(90, 18);
             // 
             // xtraTabPage4
             // 
-            this.xtraTabPage4.Controls.Add(this.gcMx4);
-            this.xtraTabPage4.Controls.Add(this.panMx100);
+            this.xtraTabPage4.Controls.Add(this.splitMx100);
             this.xtraTabPage4.Name = "xtraTabPage4";
             this.xtraTabPage4.Size = new System.Drawing.Size(1648, 481);
             this.xtraTabPage4.Text = "鍚庣洊鐮佹槑缁�";
@@ -2787,10 +2822,10 @@
             // gcMx4
             // 
             this.gcMx4.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx4.Location = new System.Drawing.Point(0, 56);
+            this.gcMx4.Location = new System.Drawing.Point(0, 0);
             this.gcMx4.MainView = this.gvMx4;
             this.gcMx4.Name = "gcMx4";
-            this.gcMx4.Size = new System.Drawing.Size(1648, 425);
+            this.gcMx4.Size = new System.Drawing.Size(1648, 417);
             this.gcMx4.TabIndex = 2;
             this.gcMx4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx4});
@@ -2909,15 +2944,6 @@
             this.gridColumn48.VisibleIndex = 6;
             this.gridColumn48.Width = 94;
             // 
-            // panMx100
-            // 
-            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(1648, 56);
-            this.panMx100.TabIndex = 0;
-            // 
             // layMx100
             // 
             this.layMx100.Controls.Add(this.ucBtnPrint100);
@@ -2931,24 +2957,24 @@
             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.Size = new System.Drawing.Size(1648, 52);
             this.layMx100.TabIndex = 2;
             this.layMx100.Text = "dataLayoutControl1";
             // 
             // ucBtnPrint100
             // 
             this.ucBtnPrint100.guidKey = null;
-            this.ucBtnPrint100.Location = new System.Drawing.Point(1154, 12);
+            this.ucBtnPrint100.Location = new System.Drawing.Point(1136, 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(282, 32);
+            this.ucBtnPrint100.Size = new System.Drawing.Size(279, 31);
             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.Location = new System.Drawing.Point(1419, 12);
             this.btnIn.Name = "btnIn";
             this.btnIn.Size = new System.Drawing.Size(196, 27);
             this.btnIn.StyleController = this.layMx100;
@@ -2960,33 +2986,33 @@
             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.Size = new System.Drawing.Size(175, 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.Location = new System.Drawing.Point(395, 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.Size = new System.Drawing.Size(175, 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.Location = new System.Drawing.Point(676, 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.Size = new System.Drawing.Size(175, 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.Location = new System.Drawing.Point(957, 12);
             this.txt_iCount_100.Name = "txt_iCount_100";
-            this.txt_iCount_100.Size = new System.Drawing.Size(180, 24);
+            this.txt_iCount_100.Size = new System.Drawing.Size(175, 24);
             this.txt_iCount_100.StyleController = this.layMx100;
             this.txt_iCount_100.TabIndex = 7;
             // 
@@ -3026,7 +3052,7 @@
             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.Size = new System.Drawing.Size(1627, 55);
             this.layoutControlGroup4.TextVisible = false;
             // 
             // layoutControlItem42
@@ -3034,17 +3060,17 @@
             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.Size = new System.Drawing.Size(281, 35);
             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.Location = new System.Drawing.Point(281, 0);
             this.layoutControlItem43.Name = "layoutControlItem43";
             this.layoutControlItem43.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem43.Size = new System.Drawing.Size(286, 36);
+            this.layoutControlItem43.Size = new System.Drawing.Size(281, 35);
             this.layoutControlItem43.Text = "宸叉墦鍗版暟";
             this.layoutControlItem43.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3052,20 +3078,20 @@
             // 
             this.layoutControlItem44.Control = this.txt_kQty100;
             this.layoutControlItem44.CustomizationFormText = "鍙墦鍗版暟";
-            this.layoutControlItem44.Location = new System.Drawing.Point(570, 0);
+            this.layoutControlItem44.Location = new System.Drawing.Point(562, 0);
             this.layoutControlItem44.Name = "layoutControlItem44";
             this.layoutControlItem44.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem44.Size = new System.Drawing.Size(286, 36);
+            this.layoutControlItem44.Size = new System.Drawing.Size(281, 35);
             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.Location = new System.Drawing.Point(1407, 0);
             this.layoutControlItem2.Name = "layoutControlItem2";
             this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 5;
-            this.layoutControlItem2.Size = new System.Drawing.Size(200, 36);
+            this.layoutControlItem2.Size = new System.Drawing.Size(200, 35);
             this.layoutControlItem2.Text = "瀵煎叆鎸夐挳";
             this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem2.TextVisible = false;
@@ -3073,10 +3099,10 @@
             // layoutControlItem10
             // 
             this.layoutControlItem10.Control = this.ucBtnPrint100;
-            this.layoutControlItem10.Location = new System.Drawing.Point(1142, 0);
+            this.layoutControlItem10.Location = new System.Drawing.Point(1124, 0);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 4;
-            this.layoutControlItem10.Size = new System.Drawing.Size(286, 36);
+            this.layoutControlItem10.Size = new System.Drawing.Size(283, 35);
             this.layoutControlItem10.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem10.TextVisible = false;
@@ -3084,10 +3110,10 @@
             // layoutControlItem45
             // 
             this.layoutControlItem45.Control = this.txt_iCount_100;
-            this.layoutControlItem45.Location = new System.Drawing.Point(856, 0);
+            this.layoutControlItem45.Location = new System.Drawing.Point(843, 0);
             this.layoutControlItem45.Name = "layoutControlItem45";
             this.layoutControlItem45.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem45.Size = new System.Drawing.Size(286, 36);
+            this.layoutControlItem45.Size = new System.Drawing.Size(281, 35);
             this.layoutControlItem45.Text = "鏈鎵撳嵃寮犳暟";
             this.layoutControlItem45.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3107,6 +3133,48 @@
             this.ucBtnPrint101.rptParameter = null;
             this.ucBtnPrint101.Size = new System.Drawing.Size(232, 32);
             this.ucBtnPrint101.TabIndex = 0;
+            // 
+            // splitMx98
+            // 
+            this.splitMx98.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.splitMx98.Horizontal = false;
+            this.splitMx98.Location = new System.Drawing.Point(0, 0);
+            this.splitMx98.Name = "splitMx98";
+            // 
+            // splitMx98.splitMx98_Panel1
+            // 
+            this.splitMx98.Panel1.Controls.Add(this.layoutMx98);
+            this.splitMx98.Panel1.Text = "Panel1";
+            // 
+            // splitMx98.splitMx98_Panel2
+            // 
+            this.splitMx98.Panel2.Controls.Add(this.gcMx3);
+            this.splitMx98.Panel2.Text = "Panel2";
+            this.splitMx98.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
+            this.splitMx98.Size = new System.Drawing.Size(1648, 481);
+            this.splitMx98.SplitterPosition = 52;
+            this.splitMx98.TabIndex = 2;
+            // 
+            // splitMx100
+            // 
+            this.splitMx100.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.splitMx100.Horizontal = false;
+            this.splitMx100.Location = new System.Drawing.Point(0, 0);
+            this.splitMx100.Name = "splitMx100";
+            // 
+            // splitMx100.splitMx100_Panel1
+            // 
+            this.splitMx100.Panel1.Controls.Add(this.layMx100);
+            this.splitMx100.Panel1.Text = "Panel1";
+            // 
+            // splitMx100.splitMx100_Panel2
+            // 
+            this.splitMx100.Panel2.Controls.Add(this.gcMx4);
+            this.splitMx100.Panel2.Text = "Panel2";
+            this.splitMx100.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
+            this.splitMx100.Size = new System.Drawing.Size(1648, 481);
+            this.splitMx100.SplitterPosition = 52;
+            this.splitMx100.TabIndex = 3;
             // 
             // Frm_Womdaa
             // 
@@ -3158,6 +3226,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();
@@ -3182,6 +3251,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);
@@ -3224,7 +3294,6 @@
             this.xtraTabPage3.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.gcMx3)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx3)).EndInit();
-            this.panMx98.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx98)).EndInit();
             this.layoutMx98.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.txt_yQty98.Properties)).EndInit();
@@ -3242,7 +3311,6 @@
             this.xtraTabPage4.ResumeLayout(false);
             ((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();
@@ -3257,6 +3325,18 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit();
             this.xtraTabPage5.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx98.Panel1)).EndInit();
+            this.splitMx98.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx98.Panel2)).EndInit();
+            this.splitMx98.Panel2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx98)).EndInit();
+            this.splitMx98.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx100.Panel1)).EndInit();
+            this.splitMx100.Panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx100.Panel2)).EndInit();
+            this.splitMx100.Panel2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.splitMx100)).EndInit();
+            this.splitMx100.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
@@ -3399,7 +3479,6 @@
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn38;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn42;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn43;
-        private System.Windows.Forms.Panel panMx98;
         private DevExpress.XtraLayout.LayoutControl layoutMx98;
         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
         private UserControl.UcBtnPrint ucBtnPrint98;
@@ -3417,7 +3496,6 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem35;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
         private DevExpress.XtraTab.XtraTabPage xtraTabPage4;
-        private System.Windows.Forms.Panel panMx100;
         private DevExpress.XtraGrid.GridControl gcMx4;
         private DevExpress.XtraGrid.Views.Grid.GridView gvMx4;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn39;
@@ -3480,5 +3558,9 @@
         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;
+        private DevExpress.XtraEditors.SplitContainerControl splitMx98;
+        private DevExpress.XtraEditors.SplitContainerControl splitMx100;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3