| 文件名从 DevApp/Gs.DevApp/VanishingMessage.cs 修改 |
| | |
| | | |
| | | namespace Gs.DevApp |
| | | { |
| | | public partial class VanishingMessage : DevExpress.XtraEditors.XtraForm |
| | | public partial class Toast : DevExpress.XtraEditors.XtraForm |
| | | { |
| | | private System.Windows.Forms.Timer tmr; |
| | | private System.Windows.Forms.Timer tmr2; |
| | |
| | | /// </summary> |
| | | /// <param name="messageText">Message</param> |
| | | /// <param name="vanishingSeconds">Showing time</param> |
| | | public VanishingMessage(System.Drawing.Color bgColor,string messageText, int vanishingSeconds = 3) |
| | | public Toast(System.Drawing.Color bgColor,string messageText, int vanishingSeconds = 2) |
| | | { |
| | | InitializeComponent(); |
| | | this.Appearance.BackColor = bgColor; |