Changed the Assembly Product and Title to say “PROMS” instead of “Proms 2010”

Added the date/time of the PROMS executable to the Help|About
This commit is contained in:
2012-04-13 12:23:46 +00:00
parent 7bfc9b223f
commit 4b68ddca70
3 changed files with 31 additions and 11 deletions

View File

@@ -18,9 +18,11 @@ namespace VEPROMS
// Change assembly information settings for your application through either:
// - Project->Properties->Application->Assembly Information
// - AssemblyInfo.cs
DateTime buildDateTime = new System.IO.FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;
this.Text = String.Format("About {0}", AssemblyTitle);
this.labelProductName.Text = AssemblyProduct;
this.labelVersion.Text = String.Format("Version {0}", AssemblyVersion);
this.labelVersionDateTime.Text = String.Format("Build Date: {0}", buildDateTime.ToString());
this.labelCopyright.Text = AssemblyCopyright;
this.labelCompanyName.Text = AssemblyCompany;
// this.textBoxDescription.Text = AssemblyDescription;