From 2f7b627c9bddb533c929e6750aad73f8da6a60ae Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 19 六月 2025 13:24:45 +0800
Subject: [PATCH] 打印

---
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs |   58 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 30 insertions(+), 28 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
index b2d984f..32ec763 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -89,8 +89,8 @@
             this.txt_createDate = new DevExpress.XtraEditors.TextEdit();
             this.txt_checkUser = new DevExpress.XtraEditors.TextEdit();
             this.txt_checkDate = new DevExpress.XtraEditors.TextEdit();
-            this.txt_paperBillNo = new DevExpress.XtraEditors.TextEdit();
             this.txt_guid = new DevExpress.XtraEditors.TextEdit();
+            this.txt_paperBillNo = new DevExpress.XtraEditors.ButtonEdit();
             this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
             this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
@@ -106,7 +106,7 @@
             this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.lab_paperBillNo = new DevExpress.XtraLayout.LayoutControlItem();
+            this.lab_paperBillNo1111 = new DevExpress.XtraLayout.LayoutControlItem();
             this.tabMx = new DevExpress.XtraTab.XtraTabControl();
             this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
             this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -177,8 +177,8 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
@@ -194,7 +194,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo1111)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
             this.tabMx.SuspendLayout();
             this.tabMxPage1.SuspendLayout();
@@ -513,8 +513,8 @@
             this.layoutMx1.Controls.Add(this.txt_createDate);
             this.layoutMx1.Controls.Add(this.txt_checkUser);
             this.layoutMx1.Controls.Add(this.txt_checkDate);
-            this.layoutMx1.Controls.Add(this.txt_paperBillNo);
             this.layoutMx1.Controls.Add(this.txt_guid);
+            this.layoutMx1.Controls.Add(this.txt_paperBillNo);
             this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
             this.layoutControlItem18,
@@ -654,15 +654,6 @@
             this.txt_checkDate.TabIndex = 464;
             this.txt_checkDate.Tag = "readOnly";
             // 
-            // txt_paperBillNo
-            // 
-            this.txt_paperBillNo.Location = new System.Drawing.Point(704, 76);
-            this.txt_paperBillNo.Name = "txt_paperBillNo";
-            this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_paperBillNo.Size = new System.Drawing.Size(212, 24);
-            this.txt_paperBillNo.StyleController = this.layoutMx1;
-            this.txt_paperBillNo.TabIndex = 465;
-            // 
             // txt_guid
             // 
             this.txt_guid.Location = new System.Drawing.Point(411, 140);
@@ -671,6 +662,17 @@
             this.txt_guid.StyleController = this.layoutMx1;
             this.txt_guid.TabIndex = 466;
             this.txt_guid.Tag = "readOnly";
+            // 
+            // txt_paperBillNo
+            // 
+            this.txt_paperBillNo.Location = new System.Drawing.Point(704, 76);
+            this.txt_paperBillNo.Name = "txt_paperBillNo";
+            this.txt_paperBillNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton()});
+            this.txt_paperBillNo.Size = new System.Drawing.Size(212, 24);
+            this.txt_paperBillNo.StyleController = this.layoutMx1;
+            this.txt_paperBillNo.TabIndex = 467;
+         
             // 
             // layoutControlItem18
             // 
@@ -712,7 +714,7 @@
             this.layoutControlItem5,
             this.layoutControlItem17,
             this.layoutControlItem16,
-            this.lab_paperBillNo});
+            this.lab_paperBillNo1111});
             this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             this.Root.Name = "Root";
             columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -874,16 +876,16 @@
             this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem16.TextVisible = false;
             // 
-            // lab_paperBillNo
+            // lab_paperBillNo1111
             // 
-            this.lab_paperBillNo.Control = this.txt_paperBillNo;
-            this.lab_paperBillNo.Location = new System.Drawing.Point(605, 64);
-            this.lab_paperBillNo.Name = "lab_paperBillNo";
-            this.lab_paperBillNo.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.lab_paperBillNo.OptionsTableLayoutItem.RowIndex = 2;
-            this.lab_paperBillNo.Size = new System.Drawing.Size(303, 32);
-            this.lab_paperBillNo.Text = "閫佽揣鍗曞彿";
-            this.lab_paperBillNo.TextSize = new System.Drawing.Size(75, 18);
+            this.lab_paperBillNo1111.Control = this.txt_paperBillNo;
+            this.lab_paperBillNo1111.Location = new System.Drawing.Point(605, 64);
+            this.lab_paperBillNo1111.Name = "lab_paperBillNo1111";
+            this.lab_paperBillNo1111.OptionsTableLayoutItem.ColumnIndex = 2;
+            this.lab_paperBillNo1111.OptionsTableLayoutItem.RowIndex = 2;
+            this.lab_paperBillNo1111.Size = new System.Drawing.Size(303, 32);
+            this.lab_paperBillNo1111.Text = "閫佽揣鍗曞彿";
+            this.lab_paperBillNo1111.TextSize = new System.Drawing.Size(75, 18);
             // 
             // tabMx
             // 
@@ -1419,8 +1421,8 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
@@ -1436,7 +1438,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo1111)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
             this.tabMx.ResumeLayout(false);
             this.tabMxPage1.ResumeLayout(false);
@@ -1528,7 +1530,6 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
-        private DevExpress.XtraEditors.TextEdit txt_paperBillNo;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
         private DevExpress.XtraEditors.TextEdit txt_guid;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
@@ -1545,6 +1546,7 @@
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
-        private DevExpress.XtraLayout.LayoutControlItem lab_paperBillNo;
+        private DevExpress.XtraEditors.ButtonEdit txt_paperBillNo;
+        private DevExpress.XtraLayout.LayoutControlItem lab_paperBillNo1111;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3