Instanzname in Titelleiste der Form und bei Tray-Icon eingeblendet - frmStart.Designer

This commit is contained in:
OlgunR
2025-12-04 09:29:30 +01:00
parent 0c71f75a0c
commit d278659c5f
2 changed files with 3 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ Partial Class frmUebersicht
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "frmUebersicht"
Me.Text = "Tool Collection für windream - Profil Übersicht (beta)"
Me.Text = "ToolCollection - Profil Übersicht (beta)"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)