From c9a143f1931d32cfeb163cabeb768f3a12de0978 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:06:12 -0700 Subject: [PATCH] Final cleanup and publish version --- DBWizard.csproj | 2 +- Form1.Designer.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DBWizard.csproj b/DBWizard.csproj index 5e6bb1c..dea68c4 100644 --- a/DBWizard.csproj +++ b/DBWizard.csproj @@ -29,7 +29,7 @@ en DBWizard Kent Youth Services - 3 + 4 1.0.0.%2a false true diff --git a/Form1.Designer.cs b/Form1.Designer.cs index f2d2a9a..058188c 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -288,7 +288,7 @@ this.exitsavesDataToolStripMenuItem}); this.fileToolStripMenuItem.Font = new System.Drawing.Font("Sitka Display", 10.875F); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(62, 29); + this.fileToolStripMenuItem.Size = new System.Drawing.Size(62, 31); this.fileToolStripMenuItem.Text = "&File"; // // newStudentToolStripMenuItem @@ -332,13 +332,13 @@ this.schoolEditorToolStripMenuItem}); this.schoolsToolStripMenuItem.Font = new System.Drawing.Font("Sitka Display", 10.875F); this.schoolsToolStripMenuItem.Name = "schoolsToolStripMenuItem"; - this.schoolsToolStripMenuItem.Size = new System.Drawing.Size(96, 29); + this.schoolsToolStripMenuItem.Size = new System.Drawing.Size(96, 31); this.schoolsToolStripMenuItem.Text = "Schools"; // // schoolEditorToolStripMenuItem // this.schoolEditorToolStripMenuItem.Name = "schoolEditorToolStripMenuItem"; - this.schoolEditorToolStripMenuItem.Size = new System.Drawing.Size(270, 40); + this.schoolEditorToolStripMenuItem.Size = new System.Drawing.Size(235, 40); this.schoolEditorToolStripMenuItem.Text = "School Editor"; this.schoolEditorToolStripMenuItem.Click += new System.EventHandler(this.schoolEditorToolStripMenuItem_Click); // @@ -670,7 +670,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1395, 656); + this.ClientSize = new System.Drawing.Size(1395, 697); this.Controls.Add(this.lblFoundStudents); this.Controls.Add(this.foundStudents_comboBox); this.Controls.Add(this.topTableLayoutPanel);