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/XtraForm1.cs |   27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/DevApp/Gs.DevApp/XtraForm1.cs b/DevApp/Gs.DevApp/XtraForm1.cs
index ad5953f..c2a041c 100644
--- a/DevApp/Gs.DevApp/XtraForm1.cs
+++ b/DevApp/Gs.DevApp/XtraForm1.cs
@@ -1,5 +1,10 @@
-锘縰sing DevExpress.Utils;
+锘縰sing Newtonsoft.Json.Linq;
+using NModbus;
 using System;
+using System.Data;
+using System.IO;
+using System.Net.Sockets;
+using System.Text;
 
 namespace Gs.DevApp
 {
@@ -10,24 +15,6 @@
             InitializeComponent();
 
         }
-
-        private void simpleButton1_Click(object sender, EventArgs e)
-        {
-            //toastNotificationsManager1 = new ToastNotificationsManager();
-            //VanishingMessage vm = new VanishingMessage(System.Drawing.Color.OrangeRed,  "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存");
-            //vm.Show();
-            ToolTipControllerShowEventArgs aa = new ToolTipControllerShowEventArgs();
-            aa.AllowHtmlText = DefaultBoolean.True;
-            aa.Title = "璇︽儏"; //HTML, 绮椾綋 
-            aa.ToolTip = "浣犲ソ鐖变綘鐨勫厠鏍煎媰"; //鏂 
-            aa.ShowBeak = true;
-            aa.Rounded = true; ////鍦嗚 
-            aa.RoundRadius = 7; //鍦嗚鐜� 
-            aa.ToolTipType = ToolTipType.SuperTip; //瓒呯骇鏍峰紡锛屽彲澶氳鎴栨樉绀哄浘鏍� 
-            aa.ToolTipType = ToolTipType.Standard;//鏍囧噯鏍峰紡锛屽彲鏄剧ず楦熷槾銆� 
-            aa.IconType = ToolTipIconType.Information; //娑堟伅鍥炬爣 
-            aa.IconSize = ToolTipIconSize.Small; //澶у浘鏍� 
-
-        }
+      
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3