From 5e376d06404a16cb3c82a93cff351c5315bbcfe3 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 28 六月 2025 16:10:22 +0800
Subject: [PATCH] 客户多打印

---
 DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs
index 8ba3409..81fc567 100644
--- a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs
@@ -114,9 +114,9 @@
             // 
             // split1.Panel2
             // 
-            this.split1.Panel2.Text = "Panel2";
+             this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.split1.Size = new System.Drawing.Size(1002, 570);
-            this.split1.SplitterPosition = 558;
+            this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
             // 
             // gcMain1
@@ -163,7 +163,7 @@
             // 
             this.account.AppearanceCell.Options.UseFont = true;
             this.account.Caption = "鐢ㄦ埛璐﹀彿";
-            this.account.FieldName = "accout";
+            this.account.FieldName = "account";
             this.account.MinWidth = 50;
             this.account.Name = "account";
             this.account.OptionsColumn.AllowEdit = false;
@@ -207,7 +207,7 @@
             // 
             // gridColumn2
             // 
-            this.gridColumn2.Caption = "寤虹珛鑰�";
+            this.gridColumn2.Caption = "缁戝畾鑰�";
             this.gridColumn2.FieldName = "createBy";
             this.gridColumn2.MinWidth = 25;
             this.gridColumn2.Name = "gridColumn2";
@@ -217,7 +217,7 @@
             // 
             // gridColumn4
             // 
-            this.gridColumn4.Caption = "寤虹珛鏃堕棿";
+            this.gridColumn4.Caption = "缁戝畾鏃堕棿";
             this.gridColumn4.FieldName = "createDate";
             this.gridColumn4.MinWidth = 25;
             this.gridColumn4.Name = "gridColumn4";

--
Gitblit v1.9.3