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

@ -425,7 +425,7 @@ Partial Class frmStart
Me.niToolcollection.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
Me.niToolcollection.ContextMenuStrip = Me.ContextMenuStrip1
Me.niToolcollection.Icon = CType(resources.GetObject("niToolcollection.Icon"), System.Drawing.Icon)
Me.niToolcollection.Text = "Tool Collection für windream"
Me.niToolcollection.Text = $"ToolCollection - {My.Settings.vInstanceName}"
'
'ContextMenuStrip1
'
@ -474,7 +474,7 @@ Partial Class frmStart
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.IsMdiContainer = True
Me.Name = "frmStart"
Me.Text = "Tool Collection für windream"
Me.Text = $"ToolCollection - {My.Settings.vInstanceName}"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.menHauptmenü.ResumeLayout(False)

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)