Added a shrink changing form but the math seems to be off so it is disabled for the time being. Updated the interface on the main form and the modify record form to include the log viewer and the log console.
This commit is contained in:
+17
-17
@@ -47,6 +47,7 @@
|
||||
this.helpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.showHideConsoleHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dbVersionHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.examineLogsToolStripMenuItem = 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();
|
||||
@@ -108,7 +109,6 @@
|
||||
this.grossProfitEstimatedWeeklyDeptmartmentExpenseLabel = new System.Windows.Forms.Label();
|
||||
this.perfectGrossProfitLabel = new System.Windows.Forms.Label();
|
||||
this.grossProfitDollarGrossProfitLabel = new System.Windows.Forms.Label();
|
||||
this.viewLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenu.SuspendLayout();
|
||||
this.mainTableLayoutPanel.SuspendLayout();
|
||||
this.commentMainTableLayoutPanel.SuspendLayout();
|
||||
@@ -266,7 +266,8 @@
|
||||
//
|
||||
this.helpMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.showHideConsoleHelpMainMenu,
|
||||
this.dbVersionHelpMainMenu});
|
||||
this.dbVersionHelpMainMenu,
|
||||
this.examineLogsToolStripMenuItem});
|
||||
this.helpMainMenu.Name = "helpMainMenu";
|
||||
this.helpMainMenu.Size = new System.Drawing.Size(68, 34);
|
||||
this.helpMainMenu.Text = "&Help";
|
||||
@@ -274,7 +275,7 @@
|
||||
// showHideConsoleHelpMainMenu
|
||||
//
|
||||
this.showHideConsoleHelpMainMenu.Name = "showHideConsoleHelpMainMenu";
|
||||
this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(304, 34);
|
||||
this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(288, 34);
|
||||
this.showHideConsoleHelpMainMenu.Text = "Sh&ow/Hide Console";
|
||||
this.showHideConsoleHelpMainMenu.Click += new System.EventHandler(this.ShowHideLogConsole);
|
||||
//
|
||||
@@ -283,12 +284,19 @@
|
||||
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);
|
||||
//
|
||||
// examineLogsToolStripMenuItem
|
||||
//
|
||||
this.examineLogsToolStripMenuItem.Name = "examineLogsToolStripMenuItem";
|
||||
this.examineLogsToolStripMenuItem.Size = new System.Drawing.Size(288, 34);
|
||||
this.examineLogsToolStripMenuItem.Text = "Examine &Logs";
|
||||
this.examineLogsToolStripMenuItem.Click += new System.EventHandler(this.ViewLogFiles);
|
||||
//
|
||||
// debugMainMenu
|
||||
//
|
||||
this.debugMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.viewLogsToolStripMenuItem,
|
||||
this.rawViewDebugMainMenu,
|
||||
this.migrateDatabaseDebugMainMenu,
|
||||
this.addRecordToolStripMenuItem});
|
||||
@@ -388,16 +396,15 @@
|
||||
// shrinkLinkLabel
|
||||
//
|
||||
this.shrinkLinkLabel.AutoSize = true;
|
||||
this.shrinkLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(20, 6);
|
||||
this.shrinkLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
|
||||
this.shrinkLinkLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
||||
this.shrinkLinkLabel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
||||
this.shrinkLinkLabel.Location = new System.Drawing.Point(11, 29);
|
||||
this.shrinkLinkLabel.Name = "shrinkLinkLabel";
|
||||
this.shrinkLinkLabel.Size = new System.Drawing.Size(272, 27);
|
||||
this.shrinkLinkLabel.Size = new System.Drawing.Size(205, 25);
|
||||
this.shrinkLinkLabel.TabIndex = 6;
|
||||
this.shrinkLinkLabel.TabStop = true;
|
||||
this.shrinkLinkLabel.Text = "Assuming 30% Shrink Change";
|
||||
this.shrinkLinkLabel.UseCompatibleTextRendering = true;
|
||||
this.shrinkLinkLabel.Text = "Assuming 30% Shrink";
|
||||
this.shrinkLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ChangeShrinkOnLinkClick);
|
||||
//
|
||||
// departmentSalesLabel
|
||||
//
|
||||
@@ -982,13 +989,6 @@
|
||||
this.grossProfitDollarGrossProfitLabel.TabIndex = 2;
|
||||
this.grossProfitDollarGrossProfitLabel.Text = "Dollar Gross Profit: ";
|
||||
//
|
||||
// viewLogsToolStripMenuItem
|
||||
//
|
||||
this.viewLogsToolStripMenuItem.Name = "viewLogsToolStripMenuItem";
|
||||
this.viewLogsToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
||||
this.viewLogsToolStripMenuItem.Text = "View &Logs";
|
||||
this.viewLogsToolStripMenuItem.Click += new System.EventHandler(this.DebugViewLogFiles);
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(168F, 168F);
|
||||
@@ -1116,7 +1116,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem manageSuppliersToolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearCurrentRecordSelectedDateToolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearCurrentActiveYearTools;
|
||||
private System.Windows.Forms.ToolStripMenuItem viewLogsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem examineLogsToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user