Load customer view when starting program

This commit is contained in:
kougyoku 2019-10-07 15:43:50 -07:00
parent 821ea360f0
commit d66cbdc208
1 changed files with 3 additions and 2 deletions

View File

@ -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);