Minor UI changes after testing on the laptop. The add record form now selects Saturday based on the current date on start up.

This commit is contained in:
2017-01-23 03:41:47 -06:00
parent 739c4c179d
commit d7229c9499
19 changed files with 68 additions and 374 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ namespace AdvertsingProfitControl
if (version != "0.0.0.0")
{
MessageBox.Show("The current database's version is " + version + ".", "Database Version Number");
MessageBox.Show(@"The current database's version is " + version + @".", @"Database Version Number", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}