Updated the table class files to allow a nullable ad special ID and changed the enum in the new modify record form to a boolean. Added a form to manage ad special keywords, still needs to handle removing them properly.
This commit is contained in:
+13
-3
@@ -104,6 +104,7 @@
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel = new System.Windows.Forms.Label();
|
||||
this.perfectGrossProfitLabel = new System.Windows.Forms.Label();
|
||||
this.grossProfitDollarGrossProfitLabel = new System.Windows.Forms.Label();
|
||||
this.reportsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenu.SuspendLayout();
|
||||
this.mainTableLayoutPanel.SuspendLayout();
|
||||
this.commentMainTableLayoutPanel.SuspendLayout();
|
||||
@@ -146,6 +147,7 @@
|
||||
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileMainMenu,
|
||||
this.recordsToolStripMenuItem,
|
||||
this.reportsMainMenu,
|
||||
this.toolsMainMenu,
|
||||
this.helpMainMenu,
|
||||
this.debugMainMenu});
|
||||
@@ -196,9 +198,9 @@
|
||||
// toolsMainMenu
|
||||
//
|
||||
this.toolsMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.adSpecialKeyWordsToolsMainMenu,
|
||||
this.clearSelectedDateToolsMainMenu,
|
||||
this.manageItemsToolsMainMenu,
|
||||
this.clearSelectedDateToolsMainMenu});
|
||||
this.adSpecialKeyWordsToolsMainMenu});
|
||||
this.toolsMainMenu.Name = "toolsMainMenu";
|
||||
this.toolsMainMenu.Size = new System.Drawing.Size(72, 34);
|
||||
this.toolsMainMenu.Text = "&Tools";
|
||||
@@ -208,7 +210,7 @@
|
||||
this.adSpecialKeyWordsToolsMainMenu.Name = "adSpecialKeyWordsToolsMainMenu";
|
||||
this.adSpecialKeyWordsToolsMainMenu.Size = new System.Drawing.Size(286, 34);
|
||||
this.adSpecialKeyWordsToolsMainMenu.Text = "&Register Ad Special";
|
||||
this.adSpecialKeyWordsToolsMainMenu.Visible = false;
|
||||
this.adSpecialKeyWordsToolsMainMenu.Click += new System.EventHandler(this.adSpecialKeyWordsToolsMainMenu_Click);
|
||||
//
|
||||
// manageItemsToolsMainMenu
|
||||
//
|
||||
@@ -944,6 +946,13 @@
|
||||
this.grossProfitDollarGrossProfitLabel.TabIndex = 2;
|
||||
this.grossProfitDollarGrossProfitLabel.Text = "Dollar Gross Profit: ";
|
||||
//
|
||||
// reportsMainMenu
|
||||
//
|
||||
this.reportsMainMenu.Name = "reportsMainMenu";
|
||||
this.reportsMainMenu.Size = new System.Drawing.Size(95, 34);
|
||||
this.reportsMainMenu.Text = "R&eports";
|
||||
this.reportsMainMenu.Visible = false;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(168F, 168F);
|
||||
@@ -1067,6 +1076,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem clearSelectedDateToolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem addRecordToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem rawViewDebugMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem reportsMainMenu;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user