Finished initial build of the back page generator. Unable to properly merge the two tables with Pechkin so far.

This commit is contained in:
2017-05-06 01:08:38 -05:00
parent 218d5be4d6
commit 15abab5f50
12 changed files with 958 additions and 645 deletions
+2 -3
View File
@@ -265,8 +265,8 @@
// helpMainMenu
//
this.helpMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showHideConsoleHelpMainMenu,
this.dbVersionHelpMainMenu,
this.showHideConsoleHelpMainMenu,
this.examineLogsToolStripMenuItem});
this.helpMainMenu.Name = "helpMainMenu";
this.helpMainMenu.Size = new System.Drawing.Size(68, 34);
@@ -284,8 +284,7 @@
this.dbVersionHelpMainMenu.Name = "dbVersionHelpMainMenu";
this.dbVersionHelpMainMenu.Size = new System.Drawing.Size(288, 34);
this.dbVersionHelpMainMenu.Text = "&Verison Information";
this.dbVersionHelpMainMenu.Visible = false;
this.dbVersionHelpMainMenu.Click += new System.EventHandler(this.DisplayDatabaseVersionNumber);
this.dbVersionHelpMainMenu.Click += new System.EventHandler(this.DisplayProductVersionNumbers);
//
// examineLogsToolStripMenuItem
//