From 70c49ce94352ea6097b5de48536e81b1b96682e5 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 13 十月 2025 21:29:26 +0800
Subject: [PATCH] 打印

---
 DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs |  180 ++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 110 insertions(+), 70 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs
index e59e903..c0290ed 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs
@@ -63,14 +63,17 @@
             DevExpress.XtraLayout.ColumnDefinition columnDefinition15 = new DevExpress.XtraLayout.ColumnDefinition();
             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.RowDefinition rowDefinition10 = new DevExpress.XtraLayout.RowDefinition();
             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.ColumnDefinition columnDefinition24 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition25 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition26 = new DevExpress.XtraLayout.ColumnDefinition();
+            DevExpress.XtraLayout.ColumnDefinition columnDefinition27 = 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();
@@ -201,6 +204,8 @@
             this.gvMx1dab022 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gvMx1dab023 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.btnXls = new DevExpress.XtraEditors.SimpleButton();
             this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
             this.gcMx6 = new DevExpress.XtraGrid.GridControl();
             this.gvMx6 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -415,6 +420,7 @@
             this.tabMxPage1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
+            this.panel1.SuspendLayout();
             this.xtraTabPage6.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx6)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx6)).BeginInit();
@@ -1732,6 +1738,7 @@
             this.tabMxPage1.Appearance.Header.ForeColor = System.Drawing.Color.Blue;
             this.tabMxPage1.Appearance.Header.Options.UseForeColor = true;
             this.tabMxPage1.Controls.Add(this.gcMx1);
+            this.tabMxPage1.Controls.Add(this.panel1);
             this.tabMxPage1.Name = "tabMxPage1";
             this.tabMxPage1.Size = new System.Drawing.Size(1648, 464);
             this.tabMxPage1.Text = "澶囨枡鍗曡韩";
@@ -1739,10 +1746,10 @@
             // gcMx1
             // 
             this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx1.Location = new System.Drawing.Point(0, 0);
+            this.gcMx1.Location = new System.Drawing.Point(0, 54);
             this.gcMx1.MainView = this.gvMx1;
             this.gcMx1.Name = "gcMx1";
-            this.gcMx1.Size = new System.Drawing.Size(1648, 464);
+            this.gcMx1.Size = new System.Drawing.Size(1648, 410);
             this.gcMx1.TabIndex = 0;
             this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx1});
@@ -2103,6 +2110,24 @@
             this.gridColumn58.Visible = true;
             this.gridColumn58.VisibleIndex = 3;
             this.gridColumn58.Width = 94;
+            // 
+            // panel1
+            // 
+            this.panel1.Controls.Add(this.btnXls);
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.panel1.Location = new System.Drawing.Point(0, 0);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(1648, 54);
+            this.panel1.TabIndex = 1;
+            // 
+            // btnXls
+            // 
+            this.btnXls.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.exporttoxls_16x16;
+            this.btnXls.Location = new System.Drawing.Point(10, 11);
+            this.btnXls.Name = "btnXls";
+            this.btnXls.Size = new System.Drawing.Size(130, 29);
+            this.btnXls.TabIndex = 0;
+            this.btnXls.Text = "瀵煎嚭澶囨枡鍗曡韩";
             // 
             // xtraTabPage6
             // 
@@ -3086,7 +3111,7 @@
             this.splitMx98.Panel2.Text = "Panel2";
             this.splitMx98.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.splitMx98.Size = new System.Drawing.Size(1648, 464);
-            this.splitMx98.SplitterPosition = 52;
+            this.splitMx98.SplitterPosition = 60;
             this.splitMx98.TabIndex = 2;
             // 
             // layoutMx98
@@ -3102,7 +3127,7 @@
             this.layoutMx98.Name = "layoutMx98";
             this.layoutMx98.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(96, 530, 812, 500);
             this.layoutMx98.Root = this.layoutControlGroup2;
-            this.layoutMx98.Size = new System.Drawing.Size(1648, 52);
+            this.layoutMx98.Size = new System.Drawing.Size(1648, 60);
             this.layoutMx98.TabIndex = 0;
             this.layoutMx98.Text = "layoutControl1";
             // 
@@ -3110,44 +3135,44 @@
             // 
             this.ucBtnPrint98.allClickKey = null;
             this.ucBtnPrint98.guidKey = null;
-            this.ucBtnPrint98.Location = new System.Drawing.Point(1365, 10);
+            this.ucBtnPrint98.Location = new System.Drawing.Point(1025, 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(273, 32);
+            this.ucBtnPrint98.Size = new System.Drawing.Size(613, 40);
             this.ucBtnPrint98.TabIndex = 8;
             // 
             // txt_yQty98
             // 
-            this.txt_yQty98.Location = new System.Drawing.Point(385, 12);
+            this.txt_yQty98.Location = new System.Drawing.Point(317, 12);
             this.txt_yQty98.Name = "txt_yQty98";
             this.txt_yQty98.Properties.ReadOnly = true;
-            this.txt_yQty98.Size = new System.Drawing.Size(165, 24);
+            this.txt_yQty98.Size = new System.Drawing.Size(97, 24);
             this.txt_yQty98.StyleController = this.layoutMx98;
             this.txt_yQty98.TabIndex = 4;
             // 
             // txt_kQty98
             // 
-            this.txt_kQty98.Location = new System.Drawing.Point(656, 12);
+            this.txt_kQty98.Location = new System.Drawing.Point(520, 12);
             this.txt_kQty98.Name = "txt_kQty98";
             this.txt_kQty98.Properties.ReadOnly = true;
-            this.txt_kQty98.Size = new System.Drawing.Size(165, 24);
+            this.txt_kQty98.Size = new System.Drawing.Size(97, 24);
             this.txt_kQty98.StyleController = this.layoutMx98;
             this.txt_kQty98.TabIndex = 5;
             // 
             // txt_printRemark98
             // 
-            this.txt_printRemark98.Location = new System.Drawing.Point(927, 12);
+            this.txt_printRemark98.Location = new System.Drawing.Point(723, 12);
             this.txt_printRemark98.Name = "txt_printRemark98";
-            this.txt_printRemark98.Size = new System.Drawing.Size(165, 24);
+            this.txt_printRemark98.Size = new System.Drawing.Size(97, 24);
             this.txt_printRemark98.StyleController = this.layoutMx98;
             this.txt_printRemark98.TabIndex = 6;
             // 
             // txt_iCount_98
             // 
-            this.txt_iCount_98.Location = new System.Drawing.Point(1198, 12);
+            this.txt_iCount_98.Location = new System.Drawing.Point(926, 12);
             this.txt_iCount_98.Name = "txt_iCount_98";
-            this.txt_iCount_98.Size = new System.Drawing.Size(165, 24);
+            this.txt_iCount_98.Size = new System.Drawing.Size(97, 24);
             this.txt_iCount_98.StyleController = this.layoutMx98;
             this.txt_iCount_98.TabIndex = 7;
             // 
@@ -3156,7 +3181,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(165, 24);
+            this.txt_zQty98.Size = new System.Drawing.Size(97, 24);
             this.txt_zQty98.StyleController = this.layoutMx98;
             this.txt_zQty98.TabIndex = 9;
             // 
@@ -3185,28 +3210,35 @@
             columnDefinition16.Width = 100D;
             columnDefinition17.SizeType = System.Windows.Forms.SizeType.Percent;
             columnDefinition17.Width = 100D;
+            columnDefinition18.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition18.Width = 100D;
+            columnDefinition19.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition19.Width = 100D;
             this.layoutControlGroup2.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
             columnDefinition12,
             columnDefinition13,
             columnDefinition14,
             columnDefinition15,
             columnDefinition16,
-            columnDefinition17});
+            columnDefinition17,
+            columnDefinition18,
+            columnDefinition19});
             rowDefinition10.Height = 100D;
             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, 52);
+            this.layoutControlGroup2.Size = new System.Drawing.Size(1648, 60);
             this.layoutControlGroup2.TextVisible = false;
             // 
             // layoutControlItem34
             // 
             this.layoutControlItem34.Control = this.ucBtnPrint98;
-            this.layoutControlItem34.Location = new System.Drawing.Point(1355, 0);
+            this.layoutControlItem34.Location = new System.Drawing.Point(1015, 0);
             this.layoutControlItem34.Name = "layoutControlItem34";
             this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 5;
+            this.layoutControlItem34.OptionsTableLayoutItem.ColumnSpan = 3;
             this.layoutControlItem34.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlItem34.Size = new System.Drawing.Size(273, 32);
+            this.layoutControlItem34.Size = new System.Drawing.Size(613, 40);
             this.layoutControlItem34.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem34.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem34.TextVisible = false;
@@ -3214,40 +3246,40 @@
             // layoutControlItem33
             // 
             this.layoutControlItem33.Control = this.txt_iCount_98;
-            this.layoutControlItem33.Location = new System.Drawing.Point(1084, 0);
+            this.layoutControlItem33.Location = new System.Drawing.Point(812, 0);
             this.layoutControlItem33.Name = "layoutControlItem33";
             this.layoutControlItem33.OptionsTableLayoutItem.ColumnIndex = 4;
-            this.layoutControlItem33.Size = new System.Drawing.Size(271, 32);
+            this.layoutControlItem33.Size = new System.Drawing.Size(203, 40);
             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(813, 0);
+            this.layoutControlItem32.Location = new System.Drawing.Point(609, 0);
             this.layoutControlItem32.Name = "layoutControlItem32";
             this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem32.Size = new System.Drawing.Size(271, 32);
+            this.layoutControlItem32.Size = new System.Drawing.Size(203, 40);
             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(542, 0);
+            this.layoutControlItem31.Location = new System.Drawing.Point(406, 0);
             this.layoutControlItem31.Name = "layoutControlItem31";
             this.layoutControlItem31.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem31.Size = new System.Drawing.Size(271, 32);
+            this.layoutControlItem31.Size = new System.Drawing.Size(203, 40);
             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(271, 0);
+            this.layoutControlItem30.Location = new System.Drawing.Point(203, 0);
             this.layoutControlItem30.Name = "layoutControlItem30";
             this.layoutControlItem30.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem30.Size = new System.Drawing.Size(271, 32);
+            this.layoutControlItem30.Size = new System.Drawing.Size(203, 40);
             this.layoutControlItem30.Text = "宸叉墦鍗版暟閲�";
             this.layoutControlItem30.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3256,7 +3288,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(271, 32);
+            this.layoutControlItem37.Size = new System.Drawing.Size(203, 40);
             this.layoutControlItem37.Text = "宸ュ崟鎬婚噺";
             this.layoutControlItem37.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3266,7 +3298,7 @@
             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, 400);
+            this.gcMx3.Size = new System.Drawing.Size(1648, 392);
             this.gcMx3.TabIndex = 1;
             this.gcMx3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx3});
@@ -3427,7 +3459,7 @@
             this.splitMx100.Panel2.Text = "Panel2";
             this.splitMx100.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.splitMx100.Size = new System.Drawing.Size(1648, 464);
-            this.splitMx100.SplitterPosition = 52;
+            this.splitMx100.SplitterPosition = 60;
             this.splitMx100.TabIndex = 3;
             // 
             // layMx100
@@ -3442,9 +3474,9 @@
             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(274, 530, 812, 500);
+            this.layMx100.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(476, 530, 812, 500);
             this.layMx100.Root = this.layoutControlGroup4;
-            this.layMx100.Size = new System.Drawing.Size(1648, 52);
+            this.layMx100.Size = new System.Drawing.Size(1648, 60);
             this.layMx100.TabIndex = 2;
             this.layMx100.Text = "dataLayoutControl1";
             // 
@@ -3452,11 +3484,11 @@
             // 
             this.ucBtnPrint100.allClickKey = null;
             this.ucBtnPrint100.guidKey = null;
-            this.ucBtnPrint100.Location = new System.Drawing.Point(1096, 10);
+            this.ucBtnPrint100.Location = new System.Drawing.Point(914, 10);
             this.ucBtnPrint100.Margin = new System.Windows.Forms.Padding(0);
             this.ucBtnPrint100.Name = "ucBtnPrint100";
             this.ucBtnPrint100.rptParameter = null;
-            this.ucBtnPrint100.Size = new System.Drawing.Size(272, 32);
+            this.ucBtnPrint100.Size = new System.Drawing.Size(454, 40);
             this.ucBtnPrint100.TabIndex = 0;
             // 
             // btnIn
@@ -3474,33 +3506,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(164, 24);
+            this.txt_zQty100.Size = new System.Drawing.Size(120, 24);
             this.txt_zQty100.StyleController = this.layMx100;
             this.txt_zQty100.TabIndex = 4;
             // 
             // txt_yQty100
             // 
-            this.txt_yQty100.Location = new System.Drawing.Point(384, 12);
+            this.txt_yQty100.Location = new System.Drawing.Point(340, 12);
             this.txt_yQty100.Name = "txt_yQty100";
             this.txt_yQty100.Properties.ReadOnly = true;
-            this.txt_yQty100.Size = new System.Drawing.Size(166, 24);
+            this.txt_yQty100.Size = new System.Drawing.Size(120, 24);
             this.txt_yQty100.StyleController = this.layMx100;
             this.txt_yQty100.TabIndex = 5;
             // 
             // txt_kQty100
             // 
-            this.txt_kQty100.Location = new System.Drawing.Point(656, 12);
+            this.txt_kQty100.Location = new System.Drawing.Point(566, 12);
             this.txt_kQty100.Name = "txt_kQty100";
             this.txt_kQty100.Properties.ReadOnly = true;
-            this.txt_kQty100.Size = new System.Drawing.Size(166, 24);
+            this.txt_kQty100.Size = new System.Drawing.Size(120, 24);
             this.txt_kQty100.StyleController = this.layMx100;
             this.txt_kQty100.TabIndex = 6;
             // 
             // txt_iCount_100
             // 
-            this.txt_iCount_100.Location = new System.Drawing.Point(928, 12);
+            this.txt_iCount_100.Location = new System.Drawing.Point(792, 12);
             this.txt_iCount_100.Name = "txt_iCount_100";
-            this.txt_iCount_100.Size = new System.Drawing.Size(166, 24);
+            this.txt_iCount_100.Size = new System.Drawing.Size(120, 24);
             this.txt_iCount_100.StyleController = this.layMx100;
             this.txt_iCount_100.TabIndex = 7;
             // 
@@ -3528,33 +3560,36 @@
             this.layoutControlItem47});
             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 = 120D;
-            columnDefinition24.SizeType = System.Windows.Forms.SizeType.Absolute;
-            columnDefinition24.Width = 150D;
+            columnDefinition23.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition23.Width = 100D;
+            columnDefinition24.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition24.Width = 100D;
+            columnDefinition25.SizeType = System.Windows.Forms.SizeType.Percent;
+            columnDefinition25.Width = 100D;
+            columnDefinition26.SizeType = System.Windows.Forms.SizeType.Absolute;
+            columnDefinition26.Width = 120D;
+            columnDefinition27.SizeType = System.Windows.Forms.SizeType.Absolute;
+            columnDefinition27.Width = 150D;
             this.layoutControlGroup4.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
-            columnDefinition18,
-            columnDefinition19,
             columnDefinition20,
             columnDefinition21,
             columnDefinition22,
             columnDefinition23,
-            columnDefinition24});
+            columnDefinition24,
+            columnDefinition25,
+            columnDefinition26,
+            columnDefinition27});
             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, 52);
+            this.layoutControlGroup4.Size = new System.Drawing.Size(1648, 60);
             this.layoutControlGroup4.TextVisible = false;
             // 
             // layoutControlItem42
@@ -3562,17 +3597,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(270, 32);
+            this.layoutControlItem42.Size = new System.Drawing.Size(226, 40);
             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(270, 0);
+            this.layoutControlItem43.Location = new System.Drawing.Point(226, 0);
             this.layoutControlItem43.Name = "layoutControlItem43";
             this.layoutControlItem43.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem43.Size = new System.Drawing.Size(272, 32);
+            this.layoutControlItem43.Size = new System.Drawing.Size(226, 40);
             this.layoutControlItem43.Text = "宸叉墦鍗版暟";
             this.layoutControlItem43.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3580,10 +3615,10 @@
             // 
             this.layoutControlItem44.Control = this.txt_kQty100;
             this.layoutControlItem44.CustomizationFormText = "鍙墦鍗版暟";
-            this.layoutControlItem44.Location = new System.Drawing.Point(542, 0);
+            this.layoutControlItem44.Location = new System.Drawing.Point(452, 0);
             this.layoutControlItem44.Name = "layoutControlItem44";
             this.layoutControlItem44.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem44.Size = new System.Drawing.Size(272, 32);
+            this.layoutControlItem44.Size = new System.Drawing.Size(226, 40);
             this.layoutControlItem44.Text = "鍙墦鍗版暟瀛�";
             this.layoutControlItem44.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3592,8 +3627,8 @@
             this.layoutControlItem2.Control = this.btnIn;
             this.layoutControlItem2.Location = new System.Drawing.Point(1358, 0);
             this.layoutControlItem2.Name = "layoutControlItem2";
-            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 5;
-            this.layoutControlItem2.Size = new System.Drawing.Size(120, 32);
+            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 6;
+            this.layoutControlItem2.Size = new System.Drawing.Size(120, 40);
             this.layoutControlItem2.Text = "瀵煎叆鎸夐挳";
             this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem2.TextVisible = false;
@@ -3601,11 +3636,12 @@
             // layoutControlItem10
             // 
             this.layoutControlItem10.Control = this.ucBtnPrint100;
-            this.layoutControlItem10.Location = new System.Drawing.Point(1086, 0);
+            this.layoutControlItem10.Location = new System.Drawing.Point(904, 0);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 4;
+            this.layoutControlItem10.OptionsTableLayoutItem.ColumnSpan = 2;
             this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlItem10.Size = new System.Drawing.Size(272, 32);
+            this.layoutControlItem10.Size = new System.Drawing.Size(454, 40);
             this.layoutControlItem10.Text = "鎵撳嵃鎸夐挳";
             this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem10.TextVisible = false;
@@ -3613,10 +3649,10 @@
             // layoutControlItem45
             // 
             this.layoutControlItem45.Control = this.txt_iCount_100;
-            this.layoutControlItem45.Location = new System.Drawing.Point(814, 0);
+            this.layoutControlItem45.Location = new System.Drawing.Point(678, 0);
             this.layoutControlItem45.Name = "layoutControlItem45";
             this.layoutControlItem45.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem45.Size = new System.Drawing.Size(272, 32);
+            this.layoutControlItem45.Size = new System.Drawing.Size(226, 40);
             this.layoutControlItem45.Text = "鏈鎵撳嵃寮犳暟";
             this.layoutControlItem45.TextSize = new System.Drawing.Size(90, 18);
             // 
@@ -3625,8 +3661,9 @@
             this.layoutControlItem47.Control = this.btnDesign;
             this.layoutControlItem47.Location = new System.Drawing.Point(1478, 0);
             this.layoutControlItem47.Name = "layoutControlItem47";
-            this.layoutControlItem47.OptionsTableLayoutItem.ColumnIndex = 6;
-            this.layoutControlItem47.Size = new System.Drawing.Size(150, 32);
+            this.layoutControlItem47.OptionsTableLayoutItem.ColumnIndex = 7;
+            this.layoutControlItem47.Size = new System.Drawing.Size(150, 40);
+            this.layoutControlItem47.Text = "瀹㈡埛妯℃澘";
             this.layoutControlItem47.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem47.TextVisible = false;
             // 
@@ -3636,7 +3673,7 @@
             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, 400);
+            this.gcMx4.Size = new System.Drawing.Size(1648, 392);
             this.gcMx4.TabIndex = 2;
             this.gcMx4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx4});
@@ -3779,7 +3816,7 @@
             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.Size = new System.Drawing.Size(581, 32);
             this.ucBtnPrint101.TabIndex = 0;
             // 
             // Frm_Womdaa
@@ -3870,6 +3907,7 @@
             this.tabMxPage1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
+            this.panel1.ResumeLayout(false);
             this.xtraTabPage6.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.gcMx6)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx6)).EndInit();
@@ -4168,7 +4206,6 @@
         private DevExpress.XtraEditors.SplitContainerControl splitMx98;
         private DevExpress.XtraEditors.SplitContainerControl splitMx100;
         private DevExpress.XtraEditors.SimpleButton btnDesign;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem47;
         private DevExpress.XtraEditors.TextEdit txt_daa018;
         private DevExpress.XtraTab.XtraTabPage xtraTabPage6;
         private DevExpress.XtraGrid.GridControl gcMx6;
@@ -4228,5 +4265,8 @@
         private DevExpress.XtraEditors.DateEdit txt_mesEndProd;
         private DevExpress.XtraLayout.LayoutControlItem txt_mesStartProd123;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
+        private System.Windows.Forms.Panel panel1;
+        private DevExpress.XtraEditors.SimpleButton btnXls;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem47;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3