change openfile title

This commit is contained in:
Manuel Kamper 2019-12-27 21:26:39 +01:00
parent dde9592d1a
commit 1517e18b74
3 changed files with 6 additions and 2 deletions

View File

@ -57,6 +57,10 @@
this.textBoxMD5.Size = new System.Drawing.Size(360, 108);
this.textBoxMD5.TabIndex = 2;
//
// openFileDialog
//
this.openFileDialog.Title = "Datei wählen...";
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -7,7 +7,7 @@
<ProjectGuid>{309B3DB4-6BF0-4B17-91D5-EA28DADDF2EB}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Mk0.Software.MD5Generator</RootNamespace>
<AssemblyName>Mk0.Software.MD5Generator</AssemblyName>
<AssemblyName>MD5 Generator</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View File

@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("MD5 Generator")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("mk0.at")]
[assembly: AssemblyProduct("Mk0.Software.MD5Generator")]
[assembly: AssemblyCopyright("Copyright © 2019-2020 mk0.at")]
[assembly: AssemblyTrademark("")]