From dcd0a2ec0c37f9d5807bfec762419aa45c35bc73 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 23 十月 2025 14:43:42 +0800
Subject: [PATCH] 周转箱物料维护,仓位维护

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs |  654 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 380 insertions(+), 274 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
index ca6cb5d..b350f0a 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
@@ -30,6 +30,7 @@
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_MesDbck));
             DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -121,10 +122,14 @@
             this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.pageBar1 = new UserControls.Data.UcPageBar();
             this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
             this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
             this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
+            this.btnCopyXls = new DevExpress.XtraEditors.SimpleButton();
             this.txt_djtype = new DevExpress.XtraEditors.ComboBoxEdit();
             this.lbGuid = new System.Windows.Forms.Label();
             this.txt_fRemarks = new DevExpress.XtraEditors.TextEdit();
@@ -149,9 +154,14 @@
             this.txt_qt028 = new DevExpress.XtraEditors.TextEdit();
             this.txt_qt027 = new DevExpress.XtraEditors.TextEdit();
             this.txt_qt026 = new DevExpress.XtraEditors.CheckEdit();
+            this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
+            this.btnScdd = new DevExpress.XtraEditors.SimpleButton();
             this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
             this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
-            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -166,14 +176,14 @@
             this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
             this.tabMx = new DevExpress.XtraTab.XtraTabControl();
             this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
             this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -269,8 +279,11 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_qt027.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_qt026.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
@@ -285,14 +298,14 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
             this.tabMx.SuspendLayout();
             this.tabMxPage1.SuspendLayout();
@@ -323,10 +336,10 @@
             this.toolBarMenu1.guidKey = null;
             this.toolBarMenu1.isSetBtn = false;
             this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
-            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.toolBarMenu1.Name = "toolBarMenu1";
             this.toolBarMenu1.rptParameter = null;
-            this.toolBarMenu1.Size = new System.Drawing.Size(1096, 62);
+            this.toolBarMenu1.Size = new System.Drawing.Size(1022, 62);
             this.toolBarMenu1.TabIndex = 0;
             this.toolBarMenu1.xlsInService = null;
             this.toolBarMenu1.xlsOutParameter = null;
@@ -335,10 +348,9 @@
             // 
             this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
-            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabControl1.Name = "xtraTabControl1";
             this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
-            this.xtraTabControl1.Size = new System.Drawing.Size(1096, 468);
+            this.xtraTabControl1.Size = new System.Drawing.Size(1022, 469);
             this.xtraTabControl1.TabIndex = 3;
             this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.xtraTabPage1,
@@ -347,9 +359,8 @@
             // xtraTabPage1
             // 
             this.xtraTabPage1.Controls.Add(this.split1);
-            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabPage1.Name = "xtraTabPage1";
-            this.xtraTabPage1.Size = new System.Drawing.Size(1094, 442);
+            this.xtraTabPage1.Size = new System.Drawing.Size(1020, 443);
             this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
             // 
             // split1
@@ -358,7 +369,6 @@
             this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.split1.Horizontal = false;
             this.split1.Location = new System.Drawing.Point(0, 0);
-            this.split1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.split1.Name = "split1";
             // 
             // split1.Panel1
@@ -371,19 +381,17 @@
             // 
             this.split1.Panel2.Text = "Panel2";
             this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.split1.Size = new System.Drawing.Size(1094, 442);
+            this.split1.Size = new System.Drawing.Size(1020, 443);
             this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
             // 
             // gcMain1
             // 
             this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
-            this.gcMain1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMain1.Name = "gcMain1";
-            this.gcMain1.Size = new System.Drawing.Size(1094, 402);
+            this.gcMain1.Size = new System.Drawing.Size(1020, 402);
             this.gcMain1.TabIndex = 2;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -424,10 +432,13 @@
             this.gridColumn48,
             this.gridColumn49,
             this.gridColumn50,
-            this.gv_id});
+            this.gv_id,
+            this.gridColumn51,
+            this.gridColumn52,
+            this.gridColumn53});
             this.gridView1.DetailHeight = 272;
             this.gridView1.GridControl = this.gcMain1;
-            this.gridView1.IndicatorWidth = 44;
+            this.gridView1.IndicatorWidth = 43;
             this.gridView1.Name = "gridView1";
             this.gridView1.OptionsFind.ShowSearchNavButtons = false;
             this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -444,7 +455,7 @@
             this.gv_isWc.Tag = "query_a.is_wc";
             this.gv_isWc.Visible = true;
             this.gv_isWc.VisibleIndex = 0;
-            this.gv_isWc.Width = 44;
+            this.gv_isWc.Width = 43;
             // 
             // gv_shState
             // 
@@ -457,7 +468,7 @@
             this.gv_shState.Tag = "query_a.sh_state";
             this.gv_shState.Visible = true;
             this.gv_shState.VisibleIndex = 1;
-            this.gv_shState.Width = 44;
+            this.gv_shState.Width = 43;
             // 
             // gv_billno
             // 
@@ -469,7 +480,7 @@
             this.gv_billno.OptionsColumn.AllowEdit = false;
             this.gv_billno.Tag = "query_a.billno";
             this.gv_billno.Visible = true;
-            this.gv_billno.VisibleIndex = 2;
+            this.gv_billno.VisibleIndex = 3;
             this.gv_billno.Width = 87;
             // 
             // gridColumn25
@@ -479,7 +490,7 @@
             this.gridColumn25.MinWidth = 22;
             this.gridColumn25.Name = "gridColumn25";
             this.gridColumn25.Visible = true;
-            this.gridColumn25.VisibleIndex = 3;
+            this.gridColumn25.VisibleIndex = 4;
             this.gridColumn25.Width = 82;
             // 
             // gridColumn26
@@ -489,7 +500,7 @@
             this.gridColumn26.MinWidth = 22;
             this.gridColumn26.Name = "gridColumn26";
             this.gridColumn26.Visible = true;
-            this.gridColumn26.VisibleIndex = 4;
+            this.gridColumn26.VisibleIndex = 5;
             this.gridColumn26.Width = 82;
             // 
             // gridColumn27
@@ -499,7 +510,7 @@
             this.gridColumn27.MinWidth = 22;
             this.gridColumn27.Name = "gridColumn27";
             this.gridColumn27.Visible = true;
-            this.gridColumn27.VisibleIndex = 5;
+            this.gridColumn27.VisibleIndex = 6;
             this.gridColumn27.Width = 82;
             // 
             // gridColumn28
@@ -509,7 +520,7 @@
             this.gridColumn28.MinWidth = 22;
             this.gridColumn28.Name = "gridColumn28";
             this.gridColumn28.Visible = true;
-            this.gridColumn28.VisibleIndex = 6;
+            this.gridColumn28.VisibleIndex = 7;
             this.gridColumn28.Width = 82;
             // 
             // gridColumn29
@@ -519,7 +530,7 @@
             this.gridColumn29.MinWidth = 22;
             this.gridColumn29.Name = "gridColumn29";
             this.gridColumn29.Visible = true;
-            this.gridColumn29.VisibleIndex = 7;
+            this.gridColumn29.VisibleIndex = 8;
             this.gridColumn29.Width = 82;
             // 
             // gridColumn30
@@ -529,7 +540,7 @@
             this.gridColumn30.MinWidth = 22;
             this.gridColumn30.Name = "gridColumn30";
             this.gridColumn30.Visible = true;
-            this.gridColumn30.VisibleIndex = 8;
+            this.gridColumn30.VisibleIndex = 9;
             this.gridColumn30.Width = 82;
             // 
             // gridColumn31
@@ -539,7 +550,7 @@
             this.gridColumn31.MinWidth = 22;
             this.gridColumn31.Name = "gridColumn31";
             this.gridColumn31.Visible = true;
-            this.gridColumn31.VisibleIndex = 9;
+            this.gridColumn31.VisibleIndex = 10;
             this.gridColumn31.Width = 82;
             // 
             // gridColumn32
@@ -549,7 +560,7 @@
             this.gridColumn32.MinWidth = 22;
             this.gridColumn32.Name = "gridColumn32";
             this.gridColumn32.Visible = true;
-            this.gridColumn32.VisibleIndex = 10;
+            this.gridColumn32.VisibleIndex = 11;
             this.gridColumn32.Width = 82;
             // 
             // gridColumn33
@@ -567,7 +578,7 @@
             this.gridColumn34.MinWidth = 22;
             this.gridColumn34.Name = "gridColumn34";
             this.gridColumn34.Visible = true;
-            this.gridColumn34.VisibleIndex = 11;
+            this.gridColumn34.VisibleIndex = 12;
             this.gridColumn34.Width = 82;
             // 
             // gridColumn35
@@ -585,7 +596,7 @@
             this.gridColumn36.MinWidth = 22;
             this.gridColumn36.Name = "gridColumn36";
             this.gridColumn36.Visible = true;
-            this.gridColumn36.VisibleIndex = 12;
+            this.gridColumn36.VisibleIndex = 13;
             this.gridColumn36.Width = 82;
             // 
             // gridColumn37
@@ -595,7 +606,7 @@
             this.gridColumn37.MinWidth = 22;
             this.gridColumn37.Name = "gridColumn37";
             this.gridColumn37.Visible = true;
-            this.gridColumn37.VisibleIndex = 13;
+            this.gridColumn37.VisibleIndex = 14;
             this.gridColumn37.Width = 82;
             // 
             // gridColumn38
@@ -605,7 +616,7 @@
             this.gridColumn38.MinWidth = 22;
             this.gridColumn38.Name = "gridColumn38";
             this.gridColumn38.Visible = true;
-            this.gridColumn38.VisibleIndex = 14;
+            this.gridColumn38.VisibleIndex = 15;
             this.gridColumn38.Width = 82;
             // 
             // gridColumn39
@@ -615,7 +626,7 @@
             this.gridColumn39.MinWidth = 22;
             this.gridColumn39.Name = "gridColumn39";
             this.gridColumn39.Visible = true;
-            this.gridColumn39.VisibleIndex = 15;
+            this.gridColumn39.VisibleIndex = 18;
             this.gridColumn39.Width = 82;
             // 
             // gridColumn40
@@ -665,7 +676,7 @@
             this.gridColumn45.MinWidth = 22;
             this.gridColumn45.Name = "gridColumn45";
             this.gridColumn45.Visible = true;
-            this.gridColumn45.VisibleIndex = 16;
+            this.gridColumn45.VisibleIndex = 19;
             this.gridColumn45.Width = 82;
             // 
             // gridColumn46
@@ -675,7 +686,7 @@
             this.gridColumn46.MinWidth = 22;
             this.gridColumn46.Name = "gridColumn46";
             this.gridColumn46.Visible = true;
-            this.gridColumn46.VisibleIndex = 17;
+            this.gridColumn46.VisibleIndex = 20;
             this.gridColumn46.Width = 82;
             // 
             // gridColumn47
@@ -685,7 +696,7 @@
             this.gridColumn47.MinWidth = 22;
             this.gridColumn47.Name = "gridColumn47";
             this.gridColumn47.Visible = true;
-            this.gridColumn47.VisibleIndex = 18;
+            this.gridColumn47.VisibleIndex = 21;
             this.gridColumn47.Width = 82;
             // 
             // gridColumn48
@@ -695,7 +706,7 @@
             this.gridColumn48.MinWidth = 22;
             this.gridColumn48.Name = "gridColumn48";
             this.gridColumn48.Visible = true;
-            this.gridColumn48.VisibleIndex = 19;
+            this.gridColumn48.VisibleIndex = 22;
             this.gridColumn48.Width = 82;
             // 
             // gridColumn49
@@ -705,7 +716,7 @@
             this.gridColumn49.MinWidth = 22;
             this.gridColumn49.Name = "gridColumn49";
             this.gridColumn49.Visible = true;
-            this.gridColumn49.VisibleIndex = 20;
+            this.gridColumn49.VisibleIndex = 23;
             this.gridColumn49.Width = 82;
             // 
             // gridColumn50
@@ -715,7 +726,7 @@
             this.gridColumn50.MinWidth = 22;
             this.gridColumn50.Name = "gridColumn50";
             this.gridColumn50.Visible = true;
-            this.gridColumn50.VisibleIndex = 21;
+            this.gridColumn50.VisibleIndex = 24;
             this.gridColumn50.Width = 82;
             // 
             // gv_id
@@ -726,6 +737,36 @@
             this.gv_id.Name = "gv_id";
             this.gv_id.Width = 82;
             // 
+            // gridColumn51
+            // 
+            this.gridColumn51.Caption = "鍞悗瀹℃牳";
+            this.gridColumn51.FieldName = "qt026Chk";
+            this.gridColumn51.MinWidth = 22;
+            this.gridColumn51.Name = "gridColumn51";
+            this.gridColumn51.Visible = true;
+            this.gridColumn51.VisibleIndex = 2;
+            this.gridColumn51.Width = 82;
+            // 
+            // gridColumn52
+            // 
+            this.gridColumn52.Caption = "鍞悗瀹℃牳浜�";
+            this.gridColumn52.FieldName = "qt028";
+            this.gridColumn52.MinWidth = 22;
+            this.gridColumn52.Name = "gridColumn52";
+            this.gridColumn52.Visible = true;
+            this.gridColumn52.VisibleIndex = 16;
+            this.gridColumn52.Width = 82;
+            // 
+            // gridColumn53
+            // 
+            this.gridColumn53.Caption = "鍞悗瀹℃牳鏃堕棿";
+            this.gridColumn53.FieldName = "qt027";
+            this.gridColumn53.MinWidth = 22;
+            this.gridColumn53.Name = "gridColumn53";
+            this.gridColumn53.Visible = true;
+            this.gridColumn53.VisibleIndex = 17;
+            this.gridColumn53.Width = 82;
+            // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
@@ -734,16 +775,15 @@
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
-            this.pageBar1.Size = new System.Drawing.Size(1094, 30);
+            this.pageBar1.Size = new System.Drawing.Size(1020, 31);
             this.pageBar1.TabIndex = 4;
             this.pageBar1.TotalPages = 0;
             // 
             // xtraTabPage3
             // 
             this.xtraTabPage3.Controls.Add(this.splitMx1);
-            this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.xtraTabPage3.Name = "xtraTabPage3";
-            this.xtraTabPage3.Size = new System.Drawing.Size(1094, 442);
+            this.xtraTabPage3.Size = new System.Drawing.Size(1020, 443);
             this.xtraTabPage3.Text = "鏁版嵁璇︽儏";
             // 
             // splitMx1
@@ -751,7 +791,6 @@
             this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitMx1.Horizontal = false;
             this.splitMx1.Location = new System.Drawing.Point(0, 0);
-            this.splitMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.splitMx1.Name = "splitMx1";
             // 
             // splitMx1.Panel1
@@ -764,12 +803,13 @@
             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(1094, 442);
-            this.splitMx1.SplitterPosition = 149;
+            this.splitMx1.Size = new System.Drawing.Size(1020, 443);
+            this.splitMx1.SplitterPosition = 193;
             this.splitMx1.TabIndex = 0;
             // 
             // layoutMx1
             // 
+            this.layoutMx1.Controls.Add(this.btnCopyXls);
             this.layoutMx1.Controls.Add(this.txt_djtype);
             this.layoutMx1.Controls.Add(this.lbGuid);
             this.layoutMx1.Controls.Add(this.txt_fRemarks);
@@ -794,56 +834,68 @@
             this.layoutMx1.Controls.Add(this.txt_qt028);
             this.layoutMx1.Controls.Add(this.txt_qt027);
             this.layoutMx1.Controls.Add(this.txt_qt026);
+            this.layoutMx1.Controls.Add(this.btnSelect);
+            this.layoutMx1.Controls.Add(this.btnScdd);
             this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.layoutControlItem16});
+            this.layoutControlItem16,
+            this.layoutControlItem23,
+            this.layoutControlItem24,
+            this.layoutControlItem25,
+            this.layoutControlItem29});
             this.layoutMx1.Location = new System.Drawing.Point(0, 0);
-            this.layoutMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.layoutMx1.Name = "layoutMx1";
-            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(643, 489, 812, 500);
+            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(576, 777, 1060, 500);
             this.layoutMx1.Root = this.Root;
-            this.layoutMx1.Size = new System.Drawing.Size(1094, 149);
+            this.layoutMx1.Size = new System.Drawing.Size(1020, 193);
             this.layoutMx1.TabIndex = 0;
             this.layoutMx1.Text = "layoutControl1";
+            // 
+            // btnCopyXls
+            // 
+            this.btnCopyXls.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCopyXls.ImageOptions.Image")));
+            this.btnCopyXls.Location = new System.Drawing.Point(8, 157);
+            this.btnCopyXls.Name = "btnCopyXls";
+            this.btnCopyXls.Size = new System.Drawing.Size(103, 22);
+            this.btnCopyXls.StyleController = this.layoutMx1;
+            this.btnCopyXls.TabIndex = 445;
+            this.btnCopyXls.Text = "蹇嵎褰曞叆";
             // 
             // txt_djtype
             // 
             this.txt_djtype.EditValue = "鏍囧噯鐩存帴璋冩嫧鍗�(ZJDB01_SYS)";
-            this.txt_djtype.Location = new System.Drawing.Point(357, 106);
-            this.txt_djtype.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_djtype.Location = new System.Drawing.Point(339, 127);
             this.txt_djtype.Name = "txt_djtype";
             this.txt_djtype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.txt_djtype.Properties.Items.AddRange(new object[] {
             "鏍囧噯鐩存帴璋冩嫧鍗�(ZJDB01_SYS)"});
             this.txt_djtype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_djtype.Size = new System.Drawing.Size(179, 20);
+            this.txt_djtype.Size = new System.Drawing.Size(169, 20);
             this.txt_djtype.StyleController = this.layoutMx1;
             this.txt_djtype.TabIndex = 391;
             // 
             // lbGuid
             // 
-            this.lbGuid.Location = new System.Drawing.Point(735, 96);
+            this.lbGuid.Location = new System.Drawing.Point(735, 95);
             this.lbGuid.Name = "lbGuid";
-            this.lbGuid.Size = new System.Drawing.Size(240, 26);
+            this.lbGuid.Size = new System.Drawing.Size(239, 25);
             this.lbGuid.TabIndex = 389;
             this.lbGuid.Text = "lbGuid";
             // 
             // txt_fRemarks
             // 
-            this.txt_fRemarks.Location = new System.Drawing.Point(93, 106);
-            this.txt_fRemarks.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fRemarks.Location = new System.Drawing.Point(88, 127);
             this.txt_fRemarks.Name = "txt_fRemarks";
             this.txt_fRemarks.Properties.Appearance.Options.UseFont = true;
-            this.txt_fRemarks.Size = new System.Drawing.Size(178, 20);
+            this.txt_fRemarks.Size = new System.Drawing.Size(169, 20);
             this.txt_fRemarks.StyleController = this.layoutMx1;
             this.txt_fRemarks.TabIndex = 371;
             // 
             // txt_fOwnerTypeInIdHead
             // 
             this.txt_fOwnerTypeInIdHead.EditValue = "缁勭粐(BD_OwnerOrg)";
-            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(357, 82);
-            this.txt_fOwnerTypeInIdHead.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(339, 97);
             this.txt_fOwnerTypeInIdHead.Name = "txt_fOwnerTypeInIdHead";
             this.txt_fOwnerTypeInIdHead.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -852,17 +904,16 @@
             "渚涘簲鍟�(BD_Supplier)",
             "瀹㈡埛(BD_Customer)"});
             this.txt_fOwnerTypeInIdHead.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_fOwnerTypeInIdHead.Size = new System.Drawing.Size(179, 20);
+            this.txt_fOwnerTypeInIdHead.Size = new System.Drawing.Size(169, 20);
             this.txt_fOwnerTypeInIdHead.StyleController = this.layoutMx1;
             this.txt_fOwnerTypeInIdHead.TabIndex = 382;
             // 
             // txt_fCreateDate
             // 
-            this.txt_fCreateDate.Location = new System.Drawing.Point(622, 34);
-            this.txt_fCreateDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fCreateDate.Location = new System.Drawing.Point(590, 37);
             this.txt_fCreateDate.Name = "txt_fCreateDate";
             this.txt_fCreateDate.Properties.Appearance.Options.UseFont = true;
-            this.txt_fCreateDate.Size = new System.Drawing.Size(179, 20);
+            this.txt_fCreateDate.Size = new System.Drawing.Size(169, 20);
             this.txt_fCreateDate.StyleController = this.layoutMx1;
             this.txt_fCreateDate.TabIndex = 386;
             this.txt_fCreateDate.Tag = "readonly";
@@ -870,8 +921,7 @@
             // txt_fOwnerTypeIdHead
             // 
             this.txt_fOwnerTypeIdHead.EditValue = "缁勭粐(BD_OwnerOrg)";
-            this.txt_fOwnerTypeIdHead.Location = new System.Drawing.Point(357, 58);
-            this.txt_fOwnerTypeIdHead.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fOwnerTypeIdHead.Location = new System.Drawing.Point(339, 67);
             this.txt_fOwnerTypeIdHead.Name = "txt_fOwnerTypeIdHead";
             this.txt_fOwnerTypeIdHead.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -880,30 +930,28 @@
             "渚涘簲鍟�(BD_Supplier)",
             "瀹㈡埛(BD_Customer)"});
             this.txt_fOwnerTypeIdHead.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_fOwnerTypeIdHead.Size = new System.Drawing.Size(179, 20);
+            this.txt_fOwnerTypeIdHead.Size = new System.Drawing.Size(169, 20);
             this.txt_fOwnerTypeIdHead.StyleController = this.layoutMx1;
             this.txt_fOwnerTypeIdHead.TabIndex = 380;
             // 
             // txt_fBusinessType
             // 
             this.txt_fBusinessType.EditValue = "鏍囧噯(NORMAL)";
-            this.txt_fBusinessType.Location = new System.Drawing.Point(93, 58);
-            this.txt_fBusinessType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fBusinessType.Location = new System.Drawing.Point(88, 67);
             this.txt_fBusinessType.Name = "txt_fBusinessType";
             this.txt_fBusinessType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.txt_fBusinessType.Properties.Items.AddRange(new object[] {
             "鏍囧噯(NORMAL)"});
             this.txt_fBusinessType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_fBusinessType.Size = new System.Drawing.Size(178, 20);
+            this.txt_fBusinessType.Size = new System.Drawing.Size(169, 20);
             this.txt_fBusinessType.StyleController = this.layoutMx1;
             this.txt_fBusinessType.TabIndex = 374;
             // 
             // txt_fTransferDirect
             // 
             this.txt_fTransferDirect.EditValue = "-璇烽�夋嫨-";
-            this.txt_fTransferDirect.Location = new System.Drawing.Point(93, 82);
-            this.txt_fTransferDirect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fTransferDirect.Location = new System.Drawing.Point(88, 97);
             this.txt_fTransferDirect.Name = "txt_fTransferDirect";
             this.txt_fTransferDirect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -912,28 +960,26 @@
             "閫�璐�(RETURN)",
             "鏅��(GENERAL)"});
             this.txt_fTransferDirect.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_fTransferDirect.Size = new System.Drawing.Size(178, 20);
+            this.txt_fTransferDirect.Size = new System.Drawing.Size(169, 20);
             this.txt_fTransferDirect.StyleController = this.layoutMx1;
             this.txt_fTransferDirect.TabIndex = 362;
             // 
             // txt_createBy
             // 
-            this.txt_createBy.Location = new System.Drawing.Point(622, 10);
-            this.txt_createBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_createBy.Location = new System.Drawing.Point(590, 7);
             this.txt_createBy.Name = "txt_createBy";
             this.txt_createBy.Properties.Appearance.Options.UseFont = true;
-            this.txt_createBy.Size = new System.Drawing.Size(179, 20);
+            this.txt_createBy.Size = new System.Drawing.Size(169, 20);
             this.txt_createBy.StyleController = this.layoutMx1;
             this.txt_createBy.TabIndex = 384;
             this.txt_createBy.Tag = "readonly";
             // 
             // txt_fBillNo
             // 
-            this.txt_fBillNo.Location = new System.Drawing.Point(93, 10);
-            this.txt_fBillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fBillNo.Location = new System.Drawing.Point(88, 7);
             this.txt_fBillNo.Name = "txt_fBillNo";
             this.txt_fBillNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_fBillNo.Size = new System.Drawing.Size(178, 20);
+            this.txt_fBillNo.Size = new System.Drawing.Size(169, 20);
             this.txt_fBillNo.StyleController = this.layoutMx1;
             this.txt_fBillNo.TabIndex = 327;
             this.txt_fBillNo.Tag = "readonly";
@@ -941,8 +987,7 @@
             // txt_ftranstype
             // 
             this.txt_ftranstype.EditValue = "缁勭粐鍐呰皟鎷�(InnerOrgTransfer)";
-            this.txt_ftranstype.Location = new System.Drawing.Point(357, 34);
-            this.txt_ftranstype.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_ftranstype.Location = new System.Drawing.Point(339, 37);
             this.txt_ftranstype.Name = "txt_ftranstype";
             this.txt_ftranstype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -950,148 +995,156 @@
             "缁勭粐鍐呰皟鎷�(InnerOrgTransfer)",
             "璺ㄧ粍缁囪皟鎷�(OverOrgTransfer)"});
             this.txt_ftranstype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_ftranstype.Size = new System.Drawing.Size(179, 20);
+            this.txt_ftranstype.Size = new System.Drawing.Size(169, 20);
             this.txt_ftranstype.StyleController = this.layoutMx1;
             this.txt_ftranstype.TabIndex = 378;
             // 
             // txt_fapporgid
             // 
             this.txt_fapporgid.IsReadly = false;
-            this.txt_fapporgid.Location = new System.Drawing.Point(357, 10);
-            this.txt_fapporgid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fapporgid.Location = new System.Drawing.Point(339, 7);
+            this.txt_fapporgid.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
             this.txt_fapporgid.Name = "txt_fapporgid";
-            this.txt_fapporgid.Size = new System.Drawing.Size(179, 20);
+            this.txt_fapporgid.Size = new System.Drawing.Size(169, 20);
             this.txt_fapporgid.TabIndex = 376;
             // 
             // txt_fBillTypeID
             // 
             this.txt_fBillTypeID.EditValue = "鏍囧噯璋冩嫧鐢宠鍗�(DBSQD01_SYS)";
-            this.txt_fBillTypeID.Location = new System.Drawing.Point(93, 34);
-            this.txt_fBillTypeID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fBillTypeID.Location = new System.Drawing.Point(88, 37);
             this.txt_fBillTypeID.Name = "txt_fBillTypeID";
             this.txt_fBillTypeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.txt_fBillTypeID.Properties.Items.AddRange(new object[] {
             "鏍囧噯璋冩嫧鐢宠鍗�(DBSQD01_SYS)"});
             this.txt_fBillTypeID.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txt_fBillTypeID.Size = new System.Drawing.Size(178, 20);
+            this.txt_fBillTypeID.Size = new System.Drawing.Size(169, 20);
             this.txt_fBillTypeID.StyleController = this.layoutMx1;
             this.txt_fBillTypeID.TabIndex = 361;
             // 
             // txt_chkBy
             // 
-            this.txt_chkBy.Location = new System.Drawing.Point(887, 10);
-            this.txt_chkBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_chkBy.Location = new System.Drawing.Point(841, 7);
             this.txt_chkBy.Name = "txt_chkBy";
             this.txt_chkBy.Properties.Appearance.Options.UseFont = true;
-            this.txt_chkBy.Size = new System.Drawing.Size(179, 20);
+            this.txt_chkBy.Size = new System.Drawing.Size(171, 20);
             this.txt_chkBy.StyleController = this.layoutMx1;
             this.txt_chkBy.TabIndex = 258;
             this.txt_chkBy.Tag = "readonly";
             // 
             // txt_fapprovedate
             // 
-            this.txt_fapprovedate.Location = new System.Drawing.Point(887, 34);
-            this.txt_fapprovedate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fapprovedate.Location = new System.Drawing.Point(841, 37);
             this.txt_fapprovedate.Name = "txt_fapprovedate";
             this.txt_fapprovedate.Properties.Appearance.Options.UseFont = true;
-            this.txt_fapprovedate.Size = new System.Drawing.Size(179, 20);
+            this.txt_fapprovedate.Size = new System.Drawing.Size(171, 20);
             this.txt_fapprovedate.StyleController = this.layoutMx1;
             this.txt_fapprovedate.TabIndex = 262;
             this.txt_fapprovedate.Tag = "readonly";
             // 
             // txt_wjStatus
             // 
-            this.txt_wjStatus.Location = new System.Drawing.Point(540, 130);
-            this.txt_wjStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_wjStatus.Location = new System.Drawing.Point(761, 127);
             this.txt_wjStatus.Name = "txt_wjStatus";
             this.txt_wjStatus.Properties.Caption = "瀹岀粨鏍囪瘑";
-            this.txt_wjStatus.Size = new System.Drawing.Size(261, 20);
+            this.txt_wjStatus.Size = new System.Drawing.Size(251, 20);
             this.txt_wjStatus.StyleController = this.layoutMx1;
             this.txt_wjStatus.TabIndex = 387;
             this.txt_wjStatus.Tag = "readonly";
             // 
             // txt_chkStatus
             // 
-            this.txt_chkStatus.Location = new System.Drawing.Point(805, 58);
-            this.txt_chkStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_chkStatus.Location = new System.Drawing.Point(761, 67);
             this.txt_chkStatus.Name = "txt_chkStatus";
             this.txt_chkStatus.Properties.Caption = "瀹℃牳鐘舵��";
-            this.txt_chkStatus.Size = new System.Drawing.Size(261, 20);
+            this.txt_chkStatus.Size = new System.Drawing.Size(251, 20);
             this.txt_chkStatus.StyleController = this.layoutMx1;
             this.txt_chkStatus.TabIndex = 388;
             this.txt_chkStatus.Tag = "readonly";
             // 
             // txt_source
             // 
-            this.txt_source.Location = new System.Drawing.Point(357, 130);
-            this.txt_source.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_source.Location = new System.Drawing.Point(590, 127);
             this.txt_source.Name = "txt_source";
-            this.txt_source.Size = new System.Drawing.Size(179, 20);
+            this.txt_source.Size = new System.Drawing.Size(169, 20);
             this.txt_source.StyleController = this.layoutMx1;
             this.txt_source.TabIndex = 390;
             this.txt_source.Tag = "readonly";
             // 
             // txt_fCloserId
             // 
-            this.txt_fCloserId.Location = new System.Drawing.Point(622, 82);
-            this.txt_fCloserId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fCloserId.Location = new System.Drawing.Point(590, 97);
             this.txt_fCloserId.Name = "txt_fCloserId";
-            this.txt_fCloserId.Size = new System.Drawing.Size(179, 20);
+            this.txt_fCloserId.Size = new System.Drawing.Size(169, 20);
             this.txt_fCloserId.StyleController = this.layoutMx1;
             this.txt_fCloserId.TabIndex = 392;
             this.txt_fCloserId.Tag = "readonly";
             // 
             // txt_fCloseDate
             // 
-            this.txt_fCloseDate.Location = new System.Drawing.Point(622, 106);
-            this.txt_fCloseDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fCloseDate.Location = new System.Drawing.Point(841, 97);
             this.txt_fCloseDate.Name = "txt_fCloseDate";
-            this.txt_fCloseDate.Size = new System.Drawing.Size(179, 20);
+            this.txt_fCloseDate.Size = new System.Drawing.Size(171, 20);
             this.txt_fCloseDate.StyleController = this.layoutMx1;
             this.txt_fCloseDate.TabIndex = 393;
             this.txt_fCloseDate.Tag = "readonly";
             // 
             // txt_fCloseStatusTxt
             // 
-            this.txt_fCloseStatusTxt.Location = new System.Drawing.Point(622, 58);
-            this.txt_fCloseStatusTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_fCloseStatusTxt.Location = new System.Drawing.Point(590, 67);
             this.txt_fCloseStatusTxt.Name = "txt_fCloseStatusTxt";
-            this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(179, 20);
+            this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(169, 20);
             this.txt_fCloseStatusTxt.StyleController = this.layoutMx1;
             this.txt_fCloseStatusTxt.TabIndex = 394;
             this.txt_fCloseStatusTxt.Tag = "readonly";
             // 
             // txt_qt028
             // 
-            this.txt_qt028.Location = new System.Drawing.Point(887, 82);
-            this.txt_qt028.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_qt028.Location = new System.Drawing.Point(808, 81);
             this.txt_qt028.Name = "txt_qt028";
-            this.txt_qt028.Size = new System.Drawing.Size(179, 20);
+            this.txt_qt028.Size = new System.Drawing.Size(150, 20);
             this.txt_qt028.StyleController = this.layoutMx1;
             this.txt_qt028.TabIndex = 395;
             this.txt_qt028.Tag = "readonly";
             // 
             // txt_qt027
             // 
-            this.txt_qt027.Location = new System.Drawing.Point(887, 106);
-            this.txt_qt027.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_qt027.Location = new System.Drawing.Point(808, 106);
             this.txt_qt027.Name = "txt_qt027";
-            this.txt_qt027.Size = new System.Drawing.Size(179, 20);
+            this.txt_qt027.Size = new System.Drawing.Size(150, 20);
             this.txt_qt027.StyleController = this.layoutMx1;
             this.txt_qt027.TabIndex = 396;
             this.txt_qt027.Tag = "readonly";
             // 
             // txt_qt026
             // 
-            this.txt_qt026.Location = new System.Drawing.Point(805, 130);
-            this.txt_qt026.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_qt026.Location = new System.Drawing.Point(749, 119);
             this.txt_qt026.Name = "txt_qt026";
             this.txt_qt026.Properties.Caption = "鍞悗瀹℃牳鐘舵��";
-            this.txt_qt026.Size = new System.Drawing.Size(261, 20);
+            this.txt_qt026.Size = new System.Drawing.Size(244, 20);
             this.txt_qt026.StyleController = this.layoutMx1;
             this.txt_qt026.TabIndex = 397;
             this.txt_qt026.Tag = "readonly";
+            // 
+            // btnSelect
+            // 
+            this.btnSelect.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.ImageOptions.Image")));
+            this.btnSelect.Location = new System.Drawing.Point(259, 157);
+            this.btnSelect.Name = "btnSelect";
+            this.btnSelect.Size = new System.Drawing.Size(145, 27);
+            this.btnSelect.StyleController = this.layoutMx1;
+            this.btnSelect.TabIndex = 445;
+            this.btnSelect.Text = "閫夋嫨鐢熶骇/濮斿鍗曟嵁";
+            // 
+            // btnScdd
+            // 
+            this.btnScdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnScdd.ImageOptions.Image")));
+            this.btnScdd.Location = new System.Drawing.Point(511, 157);
+            this.btnScdd.Name = "btnScdd";
+            this.btnScdd.Size = new System.Drawing.Size(128, 27);
+            this.btnScdd.StyleController = this.layoutMx1;
+            this.btnScdd.TabIndex = 445;
+            this.btnScdd.Text = "閫夋嫨璁㈠崟";
             // 
             // layoutControlItem16
             // 
@@ -1105,12 +1158,62 @@
             this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem16.TextVisible = false;
             // 
+            // layoutControlItem23
+            // 
+            this.layoutControlItem23.Control = this.txt_qt028;
+            this.layoutControlItem23.Location = new System.Drawing.Point(1017, 114);
+            this.layoutControlItem23.Name = "layoutControlItem23";
+            this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem23.Size = new System.Drawing.Size(341, 38);
+            this.layoutControlItem23.Text = "鍞悗瀹℃牳浜哄憳";
+            this.layoutControlItem23.TextSize = new System.Drawing.Size(78, 14);
+            // 
+            // layoutControlItem24
+            // 
+            this.layoutControlItem24.Control = this.txt_qt027;
+            this.layoutControlItem24.Location = new System.Drawing.Point(1017, 152);
+            this.layoutControlItem24.Name = "layoutControlItem24";
+            this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem24.Size = new System.Drawing.Size(341, 38);
+            this.layoutControlItem24.Text = "鍞悗瀹℃牳鏃堕棿";
+            this.layoutControlItem24.TextSize = new System.Drawing.Size(78, 14);
+            // 
+            // layoutControlItem25
+            // 
+            this.layoutControlItem25.Control = this.txt_qt026;
+            this.layoutControlItem25.Location = new System.Drawing.Point(1056, 190);
+            this.layoutControlItem25.Name = "layoutControlItem25";
+            this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem25.Size = new System.Drawing.Size(352, 38);
+            this.layoutControlItem25.Text = "鍞悗瀹℃牳鐘舵��";
+            this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem25.TextVisible = false;
+            // 
+            // layoutControlItem29
+            // 
+            this.layoutControlItem29.Control = this.btnScdd;
+            this.layoutControlItem29.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
+            this.layoutControlItem29.CustomizationFormText = "蹇嵎褰曞叆";
+            this.layoutControlItem29.Location = new System.Drawing.Point(718, 235);
+            this.layoutControlItem29.MaxSize = new System.Drawing.Size(131, 29);
+            this.layoutControlItem29.MinSize = new System.Drawing.Size(98, 29);
+            this.layoutControlItem29.Name = "layoutControlItem29";
+            this.layoutControlItem29.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem29.Size = new System.Drawing.Size(359, 48);
+            this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+            this.layoutControlItem29.Text = "閫夋嫨濮斿璁㈠崟";
+            this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem29.TextVisible = false;
+            // 
             // Root
             // 
             this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             this.Root.GroupBordersVisible = false;
             this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
-            this.layoutControlItem1,
             this.layoutControlItem2,
             this.layoutControlItem3,
             this.layoutControlItem4,
@@ -1125,14 +1228,14 @@
             this.layoutControlItem19,
             this.layoutControlItem15,
             this.layoutControlItem12,
-            this.layoutControlItem21,
-            this.layoutControlItem20,
             this.layoutControlItem22,
-            this.layoutControlItem23,
-            this.layoutControlItem24,
-            this.layoutControlItem25,
+            this.layoutControlItem26,
+            this.layoutControlItem20,
+            this.layoutControlItem21,
+            this.layoutControlItem17,
             this.layoutControlItem11,
-            this.layoutControlItem17});
+            this.layoutControlItem1,
+            this.layoutControlItem27});
             this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.Root.Name = "Root";
             columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -1167,109 +1270,100 @@
             rowDefinition4,
             rowDefinition5,
             rowDefinition6});
-            this.Root.Size = new System.Drawing.Size(1077, 160);
+            this.Root.Size = new System.Drawing.Size(1020, 193);
             this.Root.TextVisible = false;
-            // 
-            // layoutControlItem1
-            // 
-            this.layoutControlItem1.Control = this.txt_fBillNo;
-            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
-            this.layoutControlItem1.Name = "layoutControlItem1";
-            this.layoutControlItem1.Size = new System.Drawing.Size(264, 24);
-            this.layoutControlItem1.Text = "鐢宠鍗曞彿";
-            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem2
             // 
             this.layoutControlItem2.Control = this.txt_fapporgid;
-            this.layoutControlItem2.Location = new System.Drawing.Point(264, 0);
+            this.layoutControlItem2.Location = new System.Drawing.Point(251, 0);
             this.layoutControlItem2.Name = "layoutControlItem2";
             this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem2.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem2.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem2.Text = "鐢宠缁勭粐";
             this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem3
             // 
             this.layoutControlItem3.Control = this.txt_createBy;
-            this.layoutControlItem3.Location = new System.Drawing.Point(529, 0);
+            this.layoutControlItem3.Location = new System.Drawing.Point(502, 0);
             this.layoutControlItem3.Name = "layoutControlItem3";
             this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem3.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem3.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem3.Text = "鐢宠浜哄憳";
             this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem4
             // 
             this.layoutControlItem4.Control = this.txt_fBillTypeID;
-            this.layoutControlItem4.Location = new System.Drawing.Point(0, 24);
+            this.layoutControlItem4.Location = new System.Drawing.Point(0, 30);
             this.layoutControlItem4.Name = "layoutControlItem4";
             this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem4.Size = new System.Drawing.Size(264, 24);
+            this.layoutControlItem4.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem4.Text = "鐢宠绫诲瀷";
             this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem5
             // 
             this.layoutControlItem5.Control = this.txt_ftranstype;
-            this.layoutControlItem5.Location = new System.Drawing.Point(264, 24);
+            this.layoutControlItem5.Location = new System.Drawing.Point(251, 30);
             this.layoutControlItem5.Name = "layoutControlItem5";
             this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem5.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem5.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem5.Text = "璋冩嫧绫诲瀷 ";
             this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem6
             // 
             this.layoutControlItem6.Control = this.txt_fCreateDate;
-            this.layoutControlItem6.Location = new System.Drawing.Point(529, 24);
+            this.layoutControlItem6.Location = new System.Drawing.Point(502, 30);
             this.layoutControlItem6.Name = "layoutControlItem6";
             this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem6.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem6.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem6.Text = "鐢宠鏃堕棿";
             this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem7
             // 
             this.layoutControlItem7.Control = this.txt_fBusinessType;
-            this.layoutControlItem7.Location = new System.Drawing.Point(0, 48);
+            this.layoutControlItem7.Location = new System.Drawing.Point(0, 60);
             this.layoutControlItem7.Name = "layoutControlItem7";
             this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem7.Size = new System.Drawing.Size(264, 24);
+            this.layoutControlItem7.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem7.Text = "涓氬姟绫诲瀷";
             this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem8
             // 
             this.layoutControlItem8.Control = this.txt_fOwnerTypeIdHead;
-            this.layoutControlItem8.Location = new System.Drawing.Point(264, 48);
+            this.layoutControlItem8.Location = new System.Drawing.Point(251, 60);
             this.layoutControlItem8.Name = "layoutControlItem8";
             this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem8.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem8.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem8.Text = "璋冨嚭璐т富绫诲瀷";
             this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem9
             // 
             this.layoutControlItem9.Control = this.txt_chkBy;
-            this.layoutControlItem9.Location = new System.Drawing.Point(794, 0);
+            this.layoutControlItem9.Location = new System.Drawing.Point(753, 0);
             this.layoutControlItem9.Name = "layoutControlItem9";
             this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem9.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem9.Size = new System.Drawing.Size(253, 30);
             this.layoutControlItem9.Text = "瀹℃牳浜哄憳";
             this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem10
             // 
             this.layoutControlItem10.Control = this.txt_fapprovedate;
-            this.layoutControlItem10.Location = new System.Drawing.Point(794, 24);
+            this.layoutControlItem10.Location = new System.Drawing.Point(753, 30);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
-            this.layoutControlItem10.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem10.Size = new System.Drawing.Size(253, 30);
             this.layoutControlItem10.Tag = "readonly";
             this.layoutControlItem10.Text = "瀹℃牳鏃堕棿";
             this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
@@ -1277,155 +1371,160 @@
             // layoutControlItem13
             // 
             this.layoutControlItem13.Control = this.txt_fTransferDirect;
-            this.layoutControlItem13.Location = new System.Drawing.Point(0, 72);
+            this.layoutControlItem13.Location = new System.Drawing.Point(0, 90);
             this.layoutControlItem13.Name = "layoutControlItem13";
             this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem13.Size = new System.Drawing.Size(264, 24);
+            this.layoutControlItem13.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem13.Text = "璋冩嫧鏂瑰悜";
             this.layoutControlItem13.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem14
             // 
             this.layoutControlItem14.Control = this.txt_fOwnerTypeInIdHead;
-            this.layoutControlItem14.Location = new System.Drawing.Point(264, 72);
+            this.layoutControlItem14.Location = new System.Drawing.Point(251, 90);
             this.layoutControlItem14.Name = "layoutControlItem14";
             this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem14.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem14.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem14.Text = "璋冨叆璐т富绫诲瀷";
             this.layoutControlItem14.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem19
             // 
             this.layoutControlItem19.Control = this.txt_djtype;
-            this.layoutControlItem19.Location = new System.Drawing.Point(264, 96);
+            this.layoutControlItem19.Location = new System.Drawing.Point(251, 120);
             this.layoutControlItem19.Name = "layoutControlItem19";
             this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 1;
             this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem19.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem19.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem19.Text = "鍗曟嵁绫诲瀷";
             this.layoutControlItem19.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem15
             // 
             this.layoutControlItem15.Control = this.txt_fRemarks;
-            this.layoutControlItem15.Location = new System.Drawing.Point(0, 96);
+            this.layoutControlItem15.Location = new System.Drawing.Point(0, 120);
             this.layoutControlItem15.Name = "layoutControlItem15";
             this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem15.Size = new System.Drawing.Size(264, 24);
+            this.layoutControlItem15.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem15.Text = "鐢宠澶囨敞";
             this.layoutControlItem15.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem12
             // 
             this.layoutControlItem12.Control = this.txt_chkStatus;
-            this.layoutControlItem12.Location = new System.Drawing.Point(794, 48);
+            this.layoutControlItem12.Location = new System.Drawing.Point(753, 60);
             this.layoutControlItem12.Name = "layoutControlItem12";
             this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem12.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem12.Size = new System.Drawing.Size(253, 30);
             this.layoutControlItem12.Text = "瀹℃牳鐘舵��";
             this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem12.TextVisible = false;
             // 
-            // layoutControlItem21
+            // layoutControlItem22
             // 
-            this.layoutControlItem21.Control = this.txt_fCloseDate;
-            this.layoutControlItem21.Location = new System.Drawing.Point(529, 96);
-            this.layoutControlItem21.Name = "layoutControlItem21";
-            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem21.Size = new System.Drawing.Size(265, 24);
-            this.layoutControlItem21.Text = "鍏抽棴鏃堕棿";
-            this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 14);
+            this.layoutControlItem22.Control = this.txt_fCloseStatusTxt;
+            this.layoutControlItem22.Location = new System.Drawing.Point(502, 60);
+            this.layoutControlItem22.Name = "layoutControlItem22";
+            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem22.Size = new System.Drawing.Size(251, 30);
+            this.layoutControlItem22.Text = "鍏抽棴鐘舵��";
+            this.layoutControlItem22.TextSize = new System.Drawing.Size(72, 14);
+            // 
+            // layoutControlItem26
+            // 
+            this.layoutControlItem26.Control = this.btnCopyXls;
+            this.layoutControlItem26.Location = new System.Drawing.Point(0, 150);
+            this.layoutControlItem26.MaxSize = new System.Drawing.Size(105, 24);
+            this.layoutControlItem26.MinSize = new System.Drawing.Size(78, 24);
+            this.layoutControlItem26.Name = "layoutControlItem26";
+            this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem26.Size = new System.Drawing.Size(251, 31);
+            this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+            this.layoutControlItem26.Text = "蹇嵎褰曞叆";
+            this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem26.TextVisible = false;
             // 
             // layoutControlItem20
             // 
             this.layoutControlItem20.Control = this.txt_fCloserId;
-            this.layoutControlItem20.Location = new System.Drawing.Point(529, 72);
+            this.layoutControlItem20.Location = new System.Drawing.Point(502, 90);
             this.layoutControlItem20.Name = "layoutControlItem20";
             this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 2;
             this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem20.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem20.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem20.Text = "鍏抽棴浜哄憳";
             this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 14);
             // 
-            // layoutControlItem22
+            // layoutControlItem21
             // 
-            this.layoutControlItem22.Control = this.txt_fCloseStatusTxt;
-            this.layoutControlItem22.Location = new System.Drawing.Point(529, 48);
-            this.layoutControlItem22.Name = "layoutControlItem22";
-            this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem22.Size = new System.Drawing.Size(265, 24);
-            this.layoutControlItem22.Text = "鍏抽棴鐘舵��";
-            this.layoutControlItem22.TextSize = new System.Drawing.Size(72, 14);
-            // 
-            // layoutControlItem23
-            // 
-            this.layoutControlItem23.Control = this.txt_qt028;
-            this.layoutControlItem23.Location = new System.Drawing.Point(794, 72);
-            this.layoutControlItem23.Name = "layoutControlItem23";
-            this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3;
-            this.layoutControlItem23.Size = new System.Drawing.Size(265, 24);
-            this.layoutControlItem23.Text = "鍞悗瀹℃牳浜哄憳";
-            this.layoutControlItem23.TextSize = new System.Drawing.Size(72, 14);
-            // 
-            // layoutControlItem24
-            // 
-            this.layoutControlItem24.Control = this.txt_qt027;
-            this.layoutControlItem24.Location = new System.Drawing.Point(794, 96);
-            this.layoutControlItem24.Name = "layoutControlItem24";
-            this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 4;
-            this.layoutControlItem24.Size = new System.Drawing.Size(265, 24);
-            this.layoutControlItem24.Text = "鍞悗瀹℃牳鏃堕棿";
-            this.layoutControlItem24.TextSize = new System.Drawing.Size(72, 14);
-            // 
-            // layoutControlItem25
-            // 
-            this.layoutControlItem25.Control = this.txt_qt026;
-            this.layoutControlItem25.Location = new System.Drawing.Point(794, 120);
-            this.layoutControlItem25.Name = "layoutControlItem25";
-            this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3;
-            this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 5;
-            this.layoutControlItem25.Size = new System.Drawing.Size(265, 24);
-            this.layoutControlItem25.Text = "鍞悗瀹℃牳鐘舵��";
-            this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem25.TextVisible = false;
-            // 
-            // layoutControlItem11
-            // 
-            this.layoutControlItem11.Control = this.txt_wjStatus;
-            this.layoutControlItem11.Location = new System.Drawing.Point(529, 120);
-            this.layoutControlItem11.Name = "layoutControlItem11";
-            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 5;
-            this.layoutControlItem11.Size = new System.Drawing.Size(265, 24);
-            this.layoutControlItem11.Text = "瀹岀粨鏍囪瘑";
-            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
-            this.layoutControlItem11.TextVisible = false;
+            this.layoutControlItem21.Control = this.txt_fCloseDate;
+            this.layoutControlItem21.Location = new System.Drawing.Point(753, 90);
+            this.layoutControlItem21.Name = "layoutControlItem21";
+            this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 3;
+            this.layoutControlItem21.Size = new System.Drawing.Size(253, 30);
+            this.layoutControlItem21.Text = "鍏抽棴鏃堕棿";
+            this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 14);
             // 
             // layoutControlItem17
             // 
             this.layoutControlItem17.Control = this.txt_source;
-            this.layoutControlItem17.Location = new System.Drawing.Point(264, 120);
+            this.layoutControlItem17.Location = new System.Drawing.Point(502, 120);
             this.layoutControlItem17.Name = "layoutControlItem17";
-            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 5;
-            this.layoutControlItem17.Size = new System.Drawing.Size(265, 24);
+            this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem17.Size = new System.Drawing.Size(251, 30);
             this.layoutControlItem17.Text = "婧愬崟绫诲瀷";
             this.layoutControlItem17.TextSize = new System.Drawing.Size(72, 14);
+            // 
+            // layoutControlItem11
+            // 
+            this.layoutControlItem11.Control = this.txt_wjStatus;
+            this.layoutControlItem11.Location = new System.Drawing.Point(753, 120);
+            this.layoutControlItem11.Name = "layoutControlItem11";
+            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3;
+            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 4;
+            this.layoutControlItem11.Size = new System.Drawing.Size(253, 30);
+            this.layoutControlItem11.Text = "瀹岀粨鏍囪瘑";
+            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem11.TextVisible = false;
+            // 
+            // layoutControlItem1
+            // 
+            this.layoutControlItem1.Control = this.txt_fBillNo;
+            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
+            this.layoutControlItem1.Name = "layoutControlItem1";
+            this.layoutControlItem1.Size = new System.Drawing.Size(251, 30);
+            this.layoutControlItem1.Text = "鐢宠鍗曞彿";
+            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
+            // 
+            // layoutControlItem27
+            // 
+            this.layoutControlItem27.Control = this.btnSelect;
+            this.layoutControlItem27.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
+            this.layoutControlItem27.CustomizationFormText = "蹇嵎褰曞叆";
+            this.layoutControlItem27.Location = new System.Drawing.Point(251, 150);
+            this.layoutControlItem27.MaxSize = new System.Drawing.Size(147, 29);
+            this.layoutControlItem27.MinSize = new System.Drawing.Size(98, 29);
+            this.layoutControlItem27.Name = "layoutControlItem27";
+            this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem27.OptionsTableLayoutItem.RowIndex = 5;
+            this.layoutControlItem27.Size = new System.Drawing.Size(251, 31);
+            this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+            this.layoutControlItem27.Text = "閫夋嫨鐢熶骇璁㈠崟";
+            this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
+            this.layoutControlItem27.TextVisible = false;
             // 
             // tabMx
             // 
             this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tabMx.Location = new System.Drawing.Point(0, 0);
-            this.tabMx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.tabMx.Name = "tabMx";
             this.tabMx.SelectedTabPage = this.tabMxPage1;
-            this.tabMx.Size = new System.Drawing.Size(1094, 283);
+            this.tabMx.Size = new System.Drawing.Size(1020, 240);
             this.tabMx.TabIndex = 3;
             this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
             this.tabMxPage1});
@@ -1433,18 +1532,15 @@
             // tabMxPage1
             // 
             this.tabMxPage1.Controls.Add(this.gcMx1);
-            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.tabMxPage1.Name = "tabMxPage1";
-            this.tabMxPage1.Size = new System.Drawing.Size(1092, 257);
+            this.tabMxPage1.Size = new System.Drawing.Size(1018, 214);
             this.tabMxPage1.Text = "璋冩嫧鐢宠鏄庣粏";
             // 
             // gcMx1
             // 
             this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx1.Location = new System.Drawing.Point(0, 0);
             this.gcMx1.MainView = this.gvMx1;
-            this.gcMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx1.Name = "gcMx1";
             this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.repositoryItemSearchLookUpEdit1,
@@ -1458,7 +1554,7 @@
             this.rptDrHz,
             this.rptDcHz,
             this.btnTest1});
-            this.gcMx1.Size = new System.Drawing.Size(1092, 257);
+            this.gcMx1.Size = new System.Drawing.Size(1018, 214);
             this.gcMx1.TabIndex = 1;
             this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gvMx1});
@@ -1507,7 +1603,7 @@
             this.gvMx1id.AppearanceCell.Options.UseFont = true;
             this.gvMx1id.Caption = "ID";
             this.gvMx1id.FieldName = "id";
-            this.gvMx1id.MinWidth = 44;
+            this.gvMx1id.MinWidth = 43;
             this.gvMx1id.Name = "gvMx1id";
             this.gvMx1id.OptionsColumn.ReadOnly = true;
             this.gvMx1id.Tag = "query_a.id";
@@ -1518,7 +1614,7 @@
             this.gvMx1mid.AppearanceCell.Options.UseFont = true;
             this.gvMx1mid.Caption = "MID";
             this.gvMx1mid.FieldName = "pid";
-            this.gvMx1mid.MinWidth = 44;
+            this.gvMx1mid.MinWidth = 43;
             this.gvMx1mid.Name = "gvMx1mid";
             this.gvMx1mid.OptionsColumn.ReadOnly = true;
             this.gvMx1mid.Tag = "query_a.mid";
@@ -1533,7 +1629,7 @@
             this.gvMx1bld012.AppearanceHeader.Options.UseForeColor = true;
             this.gvMx1bld012.Caption = "璇烽�夋嫨";
             this.gvMx1bld012.ColumnEdit = this.repositoryItemSearchLookUpEdit1;
-            this.gvMx1bld012.MinWidth = 44;
+            this.gvMx1bld012.MinWidth = 43;
             this.gvMx1bld012.Name = "gvMx1bld012";
             this.gvMx1bld012.Tag = "edit";
             this.gvMx1bld012.Visible = true;
@@ -1675,7 +1771,7 @@
             this.gvMx1bld007.AppearanceHeader.Options.UseForeColor = true;
             this.gvMx1bld007.Caption = "鐢宠鏁伴噺";
             this.gvMx1bld007.FieldName = "shNum";
-            this.gvMx1bld007.MinWidth = 44;
+            this.gvMx1bld007.MinWidth = 43;
             this.gvMx1bld007.Name = "gvMx1bld007";
             this.gvMx1bld007.Tag = "yz_quantity_0_edit";
             this.gvMx1bld007.Visible = true;
@@ -1691,7 +1787,7 @@
             this.gvMx1bld010.AppearanceHeader.Options.UseForeColor = true;
             this.gvMx1bld010.Caption = "澶囨敞";
             this.gvMx1bld010.FieldName = "remark";
-            this.gvMx1bld010.MinWidth = 44;
+            this.gvMx1bld010.MinWidth = 43;
             this.gvMx1bld010.Name = "gvMx1bld010";
             this.gvMx1bld010.Tag = "edit";
             this.gvMx1bld010.Visible = true;
@@ -1703,7 +1799,7 @@
             this.gvMx1bld008.AppearanceCell.Options.UseFont = true;
             this.gvMx1bld008.Caption = "宸叉壂鏁伴噺";
             this.gvMx1bld008.FieldName = "sQty";
-            this.gvMx1bld008.MinWidth = 44;
+            this.gvMx1bld008.MinWidth = 43;
             this.gvMx1bld008.Name = "gvMx1bld008";
             this.gvMx1bld008.OptionsColumn.ReadOnly = true;
             this.gvMx1bld008.Tag = "query_a.bld008";
@@ -1982,7 +2078,7 @@
             // 
             // gridColumn21
             // 
-            this.gridColumn21.Caption = "璋冨嚭璐т富Gui";
+            this.gridColumn21.Caption = "璋冨嚭璐т富Guid";
             this.gridColumn21.ColumnEdit = this.rptDcHz;
             this.gridColumn21.FieldName = "dcHzGuid";
             this.gridColumn21.MinWidth = 22;
@@ -2007,8 +2103,7 @@
             // picCheckBox
             // 
             this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
-            this.picCheckBox.Location = new System.Drawing.Point(831, 43);
-            this.picCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.picCheckBox.Location = new System.Drawing.Point(832, 43);
             this.picCheckBox.Name = "picCheckBox";
             this.picCheckBox.Size = new System.Drawing.Size(88, 39);
             this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
@@ -2029,11 +2124,10 @@
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1096, 530);
+            this.ClientSize = new System.Drawing.Size(1022, 531);
             this.Controls.Add(this.picCheckBox);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
-            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.Name = "Frm_MesDbck";
             this.Text = "璋冩嫧鍑哄簱鐢宠";
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
@@ -2078,8 +2172,11 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_qt027.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_qt026.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
@@ -2094,14 +2191,14 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
             this.tabMx.ResumeLayout(false);
             this.tabMxPage1.ResumeLayout(false);
@@ -2174,7 +2271,6 @@
         private DevExpress.XtraEditors.TextEdit txt_fBillNo;
         private DevExpress.XtraEditors.TextEdit txt_fapprovedate;
         private DevExpress.XtraEditors.TextEdit txt_chkBy;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
@@ -2255,8 +2351,6 @@
         private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnTest1;
         private DevExpress.XtraEditors.TextEdit txt_fCloserId;
         private DevExpress.XtraEditors.TextEdit txt_fCloseDate;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
         private DevExpress.XtraEditors.TextEdit txt_fCloseStatusTxt;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
         private DevExpress.XtraEditors.TextEdit txt_qt028;
@@ -2265,7 +2359,19 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn51;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn52;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn53;
+        private DevExpress.XtraEditors.SimpleButton btnCopyXls;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+        private DevExpress.XtraEditors.SimpleButton btnSelect;
+        private DevExpress.XtraEditors.SimpleButton btnScdd;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3