recover customized code removed by UI editor

This commit is contained in:
Kang Yu 2023-07-28 13:24:58 -07:00
parent 88ae128ae2
commit 655677ce72

View file

@ -85,6 +85,7 @@ namespace PersistentWindows.SystrayShell
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "SplashForm"; this.Name = "SplashForm";
this.Icon = Program.IdleIcon;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.SplashForm_Load); this.Load += new System.EventHandler(this.SplashForm_Load);
this.ResumeLayout(false); this.ResumeLayout(false);