Created the first version of HTML code for the front form. Changed to the Pechkin HTML to PDF library. Removed the string tester. Fixed a bug with the main form where the APC tables would not be sorted by row position.
This commit is contained in:
+11
-2
@@ -52,6 +52,7 @@
|
||||
this.rawViewDebugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.migrateDatabaseDebugMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.addRecordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.testToolStripMenuItem = 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();
|
||||
@@ -140,7 +141,6 @@
|
||||
this.printPreviewButton.TabIndex = 4;
|
||||
this.printPreviewButton.Text = "Print Preview";
|
||||
this.printPreviewButton.UseVisualStyleBackColor = true;
|
||||
this.printPreviewButton.Visible = false;
|
||||
this.printPreviewButton.Click += new System.EventHandler(this.DisplayPrintPreview);
|
||||
//
|
||||
// mainMenu
|
||||
@@ -299,7 +299,8 @@
|
||||
this.debugMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.rawViewDebugMainMenu,
|
||||
this.migrateDatabaseDebugMainMenu,
|
||||
this.addRecordToolStripMenuItem});
|
||||
this.addRecordToolStripMenuItem,
|
||||
this.testToolStripMenuItem});
|
||||
this.debugMainMenu.Name = "debugMainMenu";
|
||||
this.debugMainMenu.Size = new System.Drawing.Size(87, 34);
|
||||
this.debugMainMenu.Text = "Debug";
|
||||
@@ -326,6 +327,13 @@
|
||||
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(270, 34);
|
||||
this.testToolStripMenuItem.Text = "Test";
|
||||
this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
|
||||
//
|
||||
// mainTableLayoutPanel
|
||||
//
|
||||
this.mainTableLayoutPanel.ColumnCount = 2;
|
||||
@@ -1117,6 +1125,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem clearCurrentRecordSelectedDateToolsMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearCurrentActiveYearTools;
|
||||
private System.Windows.Forms.ToolStripMenuItem examineLogsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user