Updated the ad item manager form to allow the user to replace one item with another item. Fixed a crash bug in the Global Class logger functions.

This commit is contained in:
2017-07-12 16:40:41 -05:00
parent fd47690224
commit 3b36476a6c
5 changed files with 250 additions and 59 deletions
+3 -4
View File
@@ -334,21 +334,21 @@
// rawViewDebugMainMenu
//
this.rawViewDebugMainMenu.Name = "rawViewDebugMainMenu";
this.rawViewDebugMainMenu.Size = new System.Drawing.Size(240, 34);
this.rawViewDebugMainMenu.Size = new System.Drawing.Size(213, 34);
this.rawViewDebugMainMenu.Text = "Ra&w View";
this.rawViewDebugMainMenu.Click += new System.EventHandler(this.DisplayRawDatabaseView);
//
// addRecordToolStripMenuItem
//
this.addRecordToolStripMenuItem.Name = "addRecordToolStripMenuItem";
this.addRecordToolStripMenuItem.Size = new System.Drawing.Size(240, 34);
this.addRecordToolStripMenuItem.Size = new System.Drawing.Size(213, 34);
this.addRecordToolStripMenuItem.Text = "Add Re&cord";
this.addRecordToolStripMenuItem.Click += new System.EventHandler(this.DisplayLegacyAddRecord);
//
// testToolStripMenuItem
//
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
this.testToolStripMenuItem.Size = new System.Drawing.Size(240, 34);
this.testToolStripMenuItem.Size = new System.Drawing.Size(213, 34);
this.testToolStripMenuItem.Text = "Test";
this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
//
@@ -945,7 +945,6 @@
// commentsTextBox
//
this.commentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.commentsTextBox.Enabled = false;
this.commentsTextBox.Location = new System.Drawing.Point(5, 28);
this.commentsTextBox.Multiline = true;
this.commentsTextBox.Name = "commentsTextBox";