MS_13.10.2015
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
' Initialisieren Sie den gesamten Text, der im Infofeld angezeigt wird.
|
||||
' TODO: Die Assemblyinformationen der Anwendung im Bereich "Anwendung" des Dialogfelds für die
|
||||
' Projekteigenschaften (im Menü "Projekt") anpassen.
|
||||
Me.LabelProductName.Text = My.Application.Info.ProductName
|
||||
Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)
|
||||
Me.LabelCopyright.Text = My.Application.Info.Copyright
|
||||
Me.LabelCompanyName.Text = My.Application.Info.CompanyName
|
||||
Me.TextBoxDescription.Text = My.Application.Info.Description
|
||||
Me.lblProductname.Text = My.Application.Info.ProductName
|
||||
Me.lblVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)
|
||||
'Me.LabelCopyright.Text = My.Application.Info.Copyright
|
||||
Me.lblCompanyName.Text = My.Application.Info.CompanyName
|
||||
Me.txtDescription.Text = My.Application.Info.Description
|
||||
End Sub
|
||||
|
||||
Private Sub OKButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OKButton.Click
|
||||
|
||||
Reference in New Issue
Block a user