diff --git a/ToolCollection/frmStart.Designer.vb b/ToolCollection/frmStart.Designer.vb index 693f258..2df3b6d 100644 --- a/ToolCollection/frmStart.Designer.vb +++ b/ToolCollection/frmStart.Designer.vb @@ -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) diff --git a/ToolCollection/frmUebersicht.Designer.vb b/ToolCollection/frmUebersicht.Designer.vb index f167ff5..468ea08 100644 --- a/ToolCollection/frmUebersicht.Designer.vb +++ b/ToolCollection/frmUebersicht.Designer.vb @@ -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)