From a5ac8b421e08d776e9460e2af0541fa385c41dfc Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期五, 21 十一月 2025 13:47:31 +0800
Subject: [PATCH] 导出参数调整
---
DevApp/Gs.DevApp/UserControl/Toast.Designer.cs | 44 +++++++++++++++-----------------------------
1 files changed, 15 insertions(+), 29 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs b/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
index 0371cd4..e7456e5 100644
--- a/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
@@ -28,46 +28,33 @@
/// </summary>
private void InitializeComponent()
{
- this.testo = new DevExpress.XtraEditors.LabelControl();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
+ this.lbMsg = new DevExpress.XtraEditors.LabelControl();
this.SuspendLayout();
//
- // testo
+ // lbMsg
//
- this.testo.Appearance.Font = new System.Drawing.Font("Tahoma", 22F);
- 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(290, 132);
- this.testo.Name = "testo";
- this.testo.Size = new System.Drawing.Size(210, 45);
- this.testo.TabIndex = 7;
- this.testo.Text = "labelControl1";
+ this.lbMsg.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.lbMsg.Location = new System.Drawing.Point(0, 0);
+ this.lbMsg.Name = "lbMsg";
+ this.lbMsg.Padding = new System.Windows.Forms.Padding(4);
+ this.lbMsg.Size = new System.Drawing.Size(89, 26);
+ this.lbMsg.TabIndex = 0;
+ this.lbMsg.Text = "labelControl1";
//
- // simpleButton1
+ // Toast
//
- 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
- //
- this.Appearance.BackColor = System.Drawing.Color.DodgerBlue;
+ this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(618, 336);
+ this.ClientSize = new System.Drawing.Size(298, 260);
this.ControlBox = false;
- this.Controls.Add(this.simpleButton1);
- this.Controls.Add(this.testo);
+ this.Controls.Add(this.lbMsg);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
- this.Name = "VanishingMessage";
+ this.Name = "Toast";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "VanishingMessage";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
@@ -76,7 +63,6 @@
#endregion
- private DevExpress.XtraEditors.LabelControl testo;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
+ private DevExpress.XtraEditors.LabelControl lbMsg;
}
}
\ No newline at end of file
--
Gitblit v1.9.3