From d66cbdc208cd6a6a5d00760d262a1e91466de612 Mon Sep 17 00:00:00 2001 From: kougyoku Date: Mon, 7 Oct 2019 15:43:50 -0700 Subject: [PATCH] Load customer view when starting program --- QueueSys/frmEmployeeView.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);