First version of the report generating engine finished, Both front and back pages are merged into one PDF. Seems the user's screen resolution and/or size affect the size of the PDF document, I feel this is a sort of bug that must be fixed at some point.
This commit is contained in:
+11
-11
@@ -45,8 +45,8 @@
|
||||
this.manageSuppliersToolsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.adSpecialKeyWordsToolsMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.helpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.showHideConsoleHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dbVersionHelpMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.showHideConsoleHelpMainMenu = 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();
|
||||
@@ -135,11 +135,11 @@
|
||||
//
|
||||
// printPreviewButton
|
||||
//
|
||||
this.printPreviewButton.Location = new System.Drawing.Point(16, 273);
|
||||
this.printPreviewButton.Location = new System.Drawing.Point(180, 271);
|
||||
this.printPreviewButton.Name = "printPreviewButton";
|
||||
this.printPreviewButton.Size = new System.Drawing.Size(138, 49);
|
||||
this.printPreviewButton.Size = new System.Drawing.Size(174, 49);
|
||||
this.printPreviewButton.TabIndex = 4;
|
||||
this.printPreviewButton.Text = "Print Preview";
|
||||
this.printPreviewButton.Text = "Generate Report";
|
||||
this.printPreviewButton.UseVisualStyleBackColor = true;
|
||||
this.printPreviewButton.Click += new System.EventHandler(this.DisplayPrintPreview);
|
||||
//
|
||||
@@ -272,13 +272,6 @@
|
||||
this.helpMainMenu.Size = new System.Drawing.Size(68, 34);
|
||||
this.helpMainMenu.Text = "&Help";
|
||||
//
|
||||
// showHideConsoleHelpMainMenu
|
||||
//
|
||||
this.showHideConsoleHelpMainMenu.Name = "showHideConsoleHelpMainMenu";
|
||||
this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(288, 34);
|
||||
this.showHideConsoleHelpMainMenu.Text = "Sh&ow/Hide Console";
|
||||
this.showHideConsoleHelpMainMenu.Click += new System.EventHandler(this.ShowHideLogConsole);
|
||||
//
|
||||
// dbVersionHelpMainMenu
|
||||
//
|
||||
this.dbVersionHelpMainMenu.Name = "dbVersionHelpMainMenu";
|
||||
@@ -286,6 +279,13 @@
|
||||
this.dbVersionHelpMainMenu.Text = "&Verison Information";
|
||||
this.dbVersionHelpMainMenu.Click += new System.EventHandler(this.DisplayProductVersionNumbers);
|
||||
//
|
||||
// showHideConsoleHelpMainMenu
|
||||
//
|
||||
this.showHideConsoleHelpMainMenu.Name = "showHideConsoleHelpMainMenu";
|
||||
this.showHideConsoleHelpMainMenu.Size = new System.Drawing.Size(288, 34);
|
||||
this.showHideConsoleHelpMainMenu.Text = "Sh&ow/Hide Console";
|
||||
this.showHideConsoleHelpMainMenu.Click += new System.EventHandler(this.ShowHideLogConsole);
|
||||
//
|
||||
// examineLogsToolStripMenuItem
|
||||
//
|
||||
this.examineLogsToolStripMenuItem.Name = "examineLogsToolStripMenuItem";
|
||||
|
||||
Reference in New Issue
Block a user