From 1f99c554ffc67f599fbce5981a3da584945b3b16 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期一, 18 八月 2025 14:24:07 +0800
Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~tjx/GsMesClient

---
 DevApp/Gs.DevApp/UserControl/Toast.Designer.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs b/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
index b654e33..eaf663f 100644
--- a/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
@@ -59,7 +59,7 @@
             // 
             // panel1
             // 
-            this.panel1.BackgroundImage = global::Gs.DevApp.Properties.Resources.ok123;
+            this.panel1.BackgroundImage = global::Gs.DevApp.Properties.Resources.error10;
             this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
             this.panel1.Location = new System.Drawing.Point(12, 12);
             this.panel1.Name = "panel1";
@@ -68,8 +68,10 @@
             // 
             // testo
             // 
+            this.testo.Appearance.BackColor = System.Drawing.Color.Firebrick;
             this.testo.Appearance.Font = new System.Drawing.Font("Tahoma", 22F);
-            this.testo.Appearance.ForeColor = System.Drawing.Color.Black;
+            this.testo.Appearance.ForeColor = System.Drawing.Color.White;
+            this.testo.Appearance.Options.UseBackColor = true;
             this.testo.Appearance.Options.UseFont = true;
             this.testo.Appearance.Options.UseForeColor = true;
             this.testo.Appearance.Options.UseTextOptions = true;

--
Gitblit v1.9.3