diff --git a/QueueSys/frmEmployeeView.Designer.cs b/QueueSys/frmEmployeeView.Designer.cs index 6e16f2c..2f31c3c 100644 --- a/QueueSys/frmEmployeeView.Designer.cs +++ b/QueueSys/frmEmployeeView.Designer.cs @@ -140,14 +140,14 @@ // optionsToolStripMenuItem // this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(270, 34); + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(204, 34); this.optionsToolStripMenuItem.Text = "Options"; this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); // // exitAltF4ToolStripMenuItem // this.exitAltF4ToolStripMenuItem.Name = "exitAltF4ToolStripMenuItem"; - this.exitAltF4ToolStripMenuItem.Size = new System.Drawing.Size(270, 34); + this.exitAltF4ToolStripMenuItem.Size = new System.Drawing.Size(204, 34); this.exitAltF4ToolStripMenuItem.Text = "E&xit (Alt-F4)"; this.exitAltF4ToolStripMenuItem.Click += new System.EventHandler(this.exitAltF4ToolStripMenuItem_Click); // @@ -168,6 +168,7 @@ this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "frmEmployeeView"; this.Text = "Queue System"; + this.Load += new System.EventHandler(this.frmEmployeeView_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false);