From 62a564f283e70b5eda749df806162a8c5aa7fe75 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 四月 2025 20:53:37 +0800
Subject: [PATCH] 1

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

diff --git a/DevApp/Gs.DevApp/VanishingMessage.Designer.cs b/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
similarity index 79%
rename from DevApp/Gs.DevApp/VanishingMessage.Designer.cs
rename to DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
index b3e35ed..0371cd4 100644
--- a/DevApp/Gs.DevApp/VanishingMessage.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
@@ -1,6 +1,6 @@
 锘縩amespace Gs.DevApp
 {
-    partial class VanishingMessage
+    partial class Toast
     {
         /// <summary>
         /// Required designer variable.
@@ -29,6 +29,7 @@
         private void InitializeComponent()
         {
             this.testo = new DevExpress.XtraEditors.LabelControl();
+            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
             this.SuspendLayout();
             // 
             // testo
@@ -37,11 +38,19 @@
             this.testo.Appearance.ForeColor = System.Drawing.Color.White;
             this.testo.Appearance.Options.UseFont = true;
             this.testo.Appearance.Options.UseForeColor = true;
-            this.testo.Location = new System.Drawing.Point(192, 121);
+            this.testo.Location = new System.Drawing.Point(290, 132);
             this.testo.Name = "testo";
             this.testo.Size = new System.Drawing.Size(210, 45);
             this.testo.TabIndex = 7;
             this.testo.Text = "labelControl1";
+            // 
+            // simpleButton1
+            // 
+            this.simpleButton1.Location = new System.Drawing.Point(70, 148);
+            this.simpleButton1.Name = "simpleButton1";
+            this.simpleButton1.Size = new System.Drawing.Size(94, 29);
+            this.simpleButton1.TabIndex = 8;
+            this.simpleButton1.Text = "simpleButton1";
             // 
             // VanishingMessage
             // 
@@ -51,6 +60,7 @@
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(618, 336);
             this.ControlBox = false;
+            this.Controls.Add(this.simpleButton1);
             this.Controls.Add(this.testo);
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
             this.MaximizeBox = false;
@@ -67,5 +77,6 @@
         #endregion
 
         private DevExpress.XtraEditors.LabelControl testo;
+        private DevExpress.XtraEditors.SimpleButton simpleButton1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3