Completely removed all the old database interaction code, save the database converter form. Updated the formatting in the weekly and taxable areas on the modify record form. Re-enabled holiday checking on the main form.
This commit is contained in:
+37
-17
@@ -43,8 +43,10 @@
|
||||
this.helpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.showHideConsoleHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dbVersionHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.rawViewDebugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.migrateDatabaseDebugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.addRecordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.commentMainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.profitAnalysisMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
@@ -146,7 +148,7 @@
|
||||
this.recordsToolStripMenuItem,
|
||||
this.toolsMainMenu,
|
||||
this.helpMainMenu,
|
||||
this.debugToolStripMenuItem});
|
||||
this.debugMainMenu});
|
||||
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
this.mainMenu.Padding = new System.Windows.Forms.Padding(10, 3, 0, 3);
|
||||
@@ -246,21 +248,37 @@
|
||||
this.dbVersionHelpMainMenu.Text = "Get &Database Version";
|
||||
this.dbVersionHelpMainMenu.Click += new System.EventHandler(this.dbVersionHelpMainMenu_Click);
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
// debugMainMenu
|
||||
//
|
||||
this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.debugToolStripMenuItem1});
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(87, 34);
|
||||
this.debugToolStripMenuItem.Text = "Debug";
|
||||
this.debugToolStripMenuItem.Visible = false;
|
||||
this.debugMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.rawViewDebugMainMenu,
|
||||
this.migrateDatabaseDebugMainMenu,
|
||||
this.addRecordToolStripMenuItem});
|
||||
this.debugMainMenu.Name = "debugMainMenu";
|
||||
this.debugMainMenu.Size = new System.Drawing.Size(87, 34);
|
||||
this.debugMainMenu.Text = "Debug";
|
||||
this.debugMainMenu.Visible = false;
|
||||
//
|
||||
// debugToolStripMenuItem1
|
||||
// rawViewDebugMainMenu
|
||||
//
|
||||
this.debugToolStripMenuItem1.Name = "debugToolStripMenuItem1";
|
||||
this.debugToolStripMenuItem1.Size = new System.Drawing.Size(167, 34);
|
||||
this.debugToolStripMenuItem1.Text = "Debug";
|
||||
this.debugToolStripMenuItem1.Click += new System.EventHandler(this.debugToolStripMenuItem1_Click);
|
||||
this.rawViewDebugMainMenu.Name = "rawViewDebugMainMenu";
|
||||
this.rawViewDebugMainMenu.Size = new System.Drawing.Size(270, 34);
|
||||
this.rawViewDebugMainMenu.Text = "Raw View";
|
||||
this.rawViewDebugMainMenu.Click += new System.EventHandler(this.rawViewDebugMainMenu_Click);
|
||||
//
|
||||
// migrateDatabaseDebugMainMenu
|
||||
//
|
||||
this.migrateDatabaseDebugMainMenu.Name = "migrateDatabaseDebugMainMenu";
|
||||
this.migrateDatabaseDebugMainMenu.Size = new System.Drawing.Size(270, 34);
|
||||
this.migrateDatabaseDebugMainMenu.Text = "Migrate Database";
|
||||
this.migrateDatabaseDebugMainMenu.Click += new System.EventHandler(this.debugToolStripMenuItem1_Click);
|
||||
//
|
||||
// addRecordToolStripMenuItem
|
||||
//
|
||||
this.addRecordToolStripMenuItem.Name = "addRecordToolStripMenuItem";
|
||||
this.addRecordToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
||||
this.addRecordToolStripMenuItem.Text = "Add Record";
|
||||
this.addRecordToolStripMenuItem.Click += new System.EventHandler(this.addRecordToolStripMenuItem_Click_1);
|
||||
//
|
||||
// mainTableLayoutPanel
|
||||
//
|
||||
@@ -1044,9 +1062,11 @@
|
||||
private System.Windows.Forms.DataGridView actualSalesDataGridView;
|
||||
private System.Windows.Forms.TabPage suppliersTabPage;
|
||||
private System.Windows.Forms.DataGridView invoicesDataGridView;
|
||||
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem1;
|
||||
private System.Windows.Forms.ToolStripMenuItem debugMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem migrateDatabaseDebugMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearSelectedDateToolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem addRecordToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem rawViewDebugMainMenu;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user