Skip to content
Permalink
0279a3a363
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
1242 lines (1236 sloc) 70.7 KB
namespace Enigma.StationsGUI
{
partial class AdminStationView
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.adminTabControl = new MetroFramework.Controls.MetroTabControl();
this.menuTab = new MetroFramework.Controls.MetroTabPage();
this.menuSelectionBox = new System.Windows.Forms.ComboBox();
this.menuListBox = new System.Windows.Forms.ListBox();
this.menuSaveButton = new MetroFramework.Controls.MetroButton();
this.menuRevertButton = new MetroFramework.Controls.MetroButton();
this.menuOptions = new System.Windows.Forms.GroupBox();
this.menuTitleTextBox = new MetroFramework.Controls.MetroTextBox();
this.label12 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.menuDisplayedOnListBox = new System.Windows.Forms.ListBox();
this.menuGroup1 = new System.Windows.Forms.GroupBox();
this.menuRemoveButton = new MetroFramework.Controls.MetroButton();
this.metroButton1 = new MetroFramework.Controls.MetroButton();
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.itemsTab = new MetroFramework.Controls.MetroTabPage();
this.itemsSaveButton = new MetroFramework.Controls.MetroButton();
this.menuItemListBox = new System.Windows.Forms.ListBox();
this.itemsRevertButton = new MetroFramework.Controls.MetroButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.itemNameTextBox = new MetroFramework.Controls.MetroTextBox();
this.label9 = new System.Windows.Forms.Label();
this.itemPrice = new System.Windows.Forms.NumericUpDown();
this.itemDescriptionTextbox = new MetroFramework.Controls.MetroTextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.itemPrintingListBox = new System.Windows.Forms.ListBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.itemCategoryListBox = new System.Windows.Forms.ListBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.itemRemoveButton = new MetroFramework.Controls.MetroButton();
this.addItemButton = new MetroFramework.Controls.MetroButton();
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
this.employeeTab = new MetroFramework.Controls.MetroTabPage();
this.metroButton4 = new MetroFramework.Controls.MetroButton();
this.metroButton5 = new MetroFramework.Controls.MetroButton();
this.employeeListBox = new System.Windows.Forms.ListBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.employeeLastNameTextBox = new MetroFramework.Controls.MetroTextBox();
this.label11 = new System.Windows.Forms.Label();
this.employeeFirstNameTextBox = new MetroFramework.Controls.MetroTextBox();
this.label10 = new System.Windows.Forms.Label();
this.employeePinNumber = new System.Windows.Forms.NumericUpDown();
this.pin = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.employeeRoleListBox = new System.Windows.Forms.ListBox();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.removeEmployeeButton = new MetroFramework.Controls.MetroButton();
this.employeeAddButton = new MetroFramework.Controls.MetroButton();
this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
this.stationTab = new MetroFramework.Controls.MetroTabPage();
this.stationSaveButton = new MetroFramework.Controls.MetroButton();
this.stationRevertButton = new MetroFramework.Controls.MetroButton();
this.stationListBox = new System.Windows.Forms.ListBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.stationTypeListBox = new System.Windows.Forms.ListBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.stationRemoveButton = new MetroFramework.Controls.MetroButton();
this.stationAddButton = new MetroFramework.Controls.MetroButton();
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
this.loadingImage = new System.Windows.Forms.PictureBox();
this.adminTabControl.SuspendLayout();
this.menuTab.SuspendLayout();
this.menuOptions.SuspendLayout();
this.menuGroup1.SuspendLayout();
this.itemsTab.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.itemPrice)).BeginInit();
this.groupBox3.SuspendLayout();
this.employeeTab.SuspendLayout();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.employeePinNumber)).BeginInit();
this.groupBox7.SuspendLayout();
this.stationTab.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.loadingImage)).BeginInit();
this.SuspendLayout();
//
// adminTabControl
//
this.adminTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.adminTabControl.Controls.Add(this.menuTab);
this.adminTabControl.Controls.Add(this.itemsTab);
this.adminTabControl.Controls.Add(this.employeeTab);
this.adminTabControl.Controls.Add(this.stationTab);
this.adminTabControl.Location = new System.Drawing.Point(23, 63);
this.adminTabControl.Name = "adminTabControl";
this.adminTabControl.SelectedIndex = 1;
this.adminTabControl.Size = new System.Drawing.Size(1368, 832);
this.adminTabControl.TabIndex = 0;
this.adminTabControl.UseSelectable = true;
this.adminTabControl.SelectedIndexChanged += new System.EventHandler(this.adminTabControl_SelectedIndexChanged);
//
// menuTab
//
this.menuTab.Controls.Add(this.menuSelectionBox);
this.menuTab.Controls.Add(this.menuListBox);
this.menuTab.Controls.Add(this.menuSaveButton);
this.menuTab.Controls.Add(this.menuRevertButton);
this.menuTab.Controls.Add(this.menuOptions);
this.menuTab.Controls.Add(this.menuGroup1);
this.menuTab.Controls.Add(this.metroLabel1);
this.menuTab.HorizontalScrollbarBarColor = true;
this.menuTab.HorizontalScrollbarHighlightOnWheel = false;
this.menuTab.HorizontalScrollbarSize = 10;
this.menuTab.Location = new System.Drawing.Point(4, 39);
this.menuTab.Name = "menuTab";
this.menuTab.Size = new System.Drawing.Size(1360, 789);
this.menuTab.TabIndex = 0;
this.menuTab.Text = "Edit Menus";
this.menuTab.VerticalScrollbarBarColor = true;
this.menuTab.VerticalScrollbarHighlightOnWheel = false;
this.menuTab.VerticalScrollbarSize = 10;
this.menuTab.Click += new System.EventHandler(this.menuTab_Click);
//
// menuSelectionBox
//
this.menuSelectionBox.FormattingEnabled = true;
this.menuSelectionBox.Location = new System.Drawing.Point(169, 35);
this.menuSelectionBox.Name = "menuSelectionBox";
this.menuSelectionBox.Size = new System.Drawing.Size(355, 24);
this.menuSelectionBox.TabIndex = 12;
this.menuSelectionBox.SelectedIndexChanged += new System.EventHandler(this.menuSelectionBox_SelectedIndexChanged);
//
// menuListBox
//
this.menuListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuListBox.Font = new System.Drawing.Font("Segoe UI Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuListBox.FormattingEnabled = true;
this.menuListBox.ItemHeight = 31;
this.menuListBox.Items.AddRange(new object[] {
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item2",
"Item2",
"Item2",
"Item2",
"Item3",
"Item3",
"Item3"});
this.menuListBox.Location = new System.Drawing.Point(8, 69);
this.menuListBox.Name = "menuListBox";
this.menuListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
this.menuListBox.Size = new System.Drawing.Size(696, 624);
this.menuListBox.TabIndex = 11;
//
// menuSaveButton
//
this.menuSaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.menuSaveButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.menuSaveButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.menuSaveButton.Location = new System.Drawing.Point(1038, 712);
this.menuSaveButton.Name = "menuSaveButton";
this.menuSaveButton.Size = new System.Drawing.Size(298, 45);
this.menuSaveButton.TabIndex = 9;
this.menuSaveButton.Text = "Save";
this.menuSaveButton.UseSelectable = true;
this.menuSaveButton.Click += new System.EventHandler(this.menuSaveButton_Click);
//
// menuRevertButton
//
this.menuRevertButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.menuRevertButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.menuRevertButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.menuRevertButton.Location = new System.Drawing.Point(741, 713);
this.menuRevertButton.Name = "menuRevertButton";
this.menuRevertButton.Size = new System.Drawing.Size(291, 45);
this.menuRevertButton.TabIndex = 8;
this.menuRevertButton.Text = "Revert";
this.menuRevertButton.UseSelectable = true;
this.menuRevertButton.Click += new System.EventHandler(this.menuRevertButton_Click);
//
// menuOptions
//
this.menuOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuOptions.BackColor = System.Drawing.Color.Transparent;
this.menuOptions.Controls.Add(this.menuTitleTextBox);
this.menuOptions.Controls.Add(this.label12);
this.menuOptions.Controls.Add(this.label1);
this.menuOptions.Controls.Add(this.menuDisplayedOnListBox);
this.menuOptions.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuOptions.Location = new System.Drawing.Point(741, 287);
this.menuOptions.Name = "menuOptions";
this.menuOptions.Padding = new System.Windows.Forms.Padding(8);
this.menuOptions.Size = new System.Drawing.Size(595, 419);
this.menuOptions.TabIndex = 7;
this.menuOptions.TabStop = false;
this.menuOptions.Text = "Options";
//
// menuTitleTextBox
//
this.menuTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.menuTitleTextBox.CustomButton.Image = null;
this.menuTitleTextBox.CustomButton.Location = new System.Drawing.Point(384, 2);
this.menuTitleTextBox.CustomButton.Name = "";
this.menuTitleTextBox.CustomButton.Size = new System.Drawing.Size(31, 31);
this.menuTitleTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.menuTitleTextBox.CustomButton.TabIndex = 1;
this.menuTitleTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.menuTitleTextBox.CustomButton.UseSelectable = true;
this.menuTitleTextBox.CustomButton.Visible = false;
this.menuTitleTextBox.FontSize = MetroFramework.MetroTextBoxSize.Medium;
this.menuTitleTextBox.Lines = new string[] {
"metroTextBox1"};
this.menuTitleTextBox.Location = new System.Drawing.Point(166, 57);
this.menuTitleTextBox.MaxLength = 32767;
this.menuTitleTextBox.Multiline = true;
this.menuTitleTextBox.Name = "menuTitleTextBox";
this.menuTitleTextBox.PasswordChar = '\0';
this.menuTitleTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.menuTitleTextBox.SelectedText = "";
this.menuTitleTextBox.SelectionLength = 0;
this.menuTitleTextBox.SelectionStart = 0;
this.menuTitleTextBox.ShortcutsEnabled = true;
this.menuTitleTextBox.Size = new System.Drawing.Size(418, 36);
this.menuTitleTextBox.TabIndex = 17;
this.menuTitleTextBox.Text = "metroTextBox1";
this.menuTitleTextBox.UseSelectable = true;
this.menuTitleTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.menuTitleTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// label12
//
this.label12.Location = new System.Drawing.Point(6, 57);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(154, 36);
this.label12.TabIndex = 16;
this.label12.Text = "Menu Title:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 119);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(171, 36);
this.label1.TabIndex = 1;
this.label1.Text = "Display Menu On:";
//
// menuDisplayedOnListBox
//
this.menuDisplayedOnListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuDisplayedOnListBox.FormattingEnabled = true;
this.menuDisplayedOnListBox.ItemHeight = 23;
this.menuDisplayedOnListBox.Items.AddRange(new object[] {
"Computer1",
"Computer2",
"Computer3",
"Computer4"});
this.menuDisplayedOnListBox.Location = new System.Drawing.Point(183, 119);
this.menuDisplayedOnListBox.Name = "menuDisplayedOnListBox";
this.menuDisplayedOnListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
this.menuDisplayedOnListBox.Size = new System.Drawing.Size(401, 234);
this.menuDisplayedOnListBox.Sorted = true;
this.menuDisplayedOnListBox.TabIndex = 0;
//
// menuGroup1
//
this.menuGroup1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.menuGroup1.BackColor = System.Drawing.Color.Transparent;
this.menuGroup1.Controls.Add(this.menuRemoveButton);
this.menuGroup1.Controls.Add(this.metroButton1);
this.menuGroup1.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuGroup1.Location = new System.Drawing.Point(741, 63);
this.menuGroup1.Name = "menuGroup1";
this.menuGroup1.Padding = new System.Windows.Forms.Padding(8);
this.menuGroup1.Size = new System.Drawing.Size(595, 218);
this.menuGroup1.TabIndex = 6;
this.menuGroup1.TabStop = false;
this.menuGroup1.Text = "Edit Menus";
//
// menuRemoveButton
//
this.menuRemoveButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuRemoveButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.menuRemoveButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.menuRemoveButton.Location = new System.Drawing.Point(297, 30);
this.menuRemoveButton.Name = "menuRemoveButton";
this.menuRemoveButton.Size = new System.Drawing.Size(287, 177);
this.menuRemoveButton.TabIndex = 6;
this.menuRemoveButton.Text = "Remove Menu";
this.menuRemoveButton.UseSelectable = true;
this.menuRemoveButton.Click += new System.EventHandler(this.metroButton3_Click);
//
// metroButton1
//
this.metroButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.metroButton1.FontSize = MetroFramework.MetroButtonSize.Tall;
this.metroButton1.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.metroButton1.Location = new System.Drawing.Point(11, 30);
this.metroButton1.Name = "metroButton1";
this.metroButton1.Size = new System.Drawing.Size(280, 177);
this.metroButton1.TabIndex = 4;
this.metroButton1.Text = "Add Menu";
this.metroButton1.UseSelectable = true;
this.metroButton1.Click += new System.EventHandler(this.metroButton1_Click);
//
// metroLabel1
//
this.metroLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.metroLabel1.FontSize = MetroFramework.MetroLabelSize.Tall;
this.metroLabel1.Location = new System.Drawing.Point(3, 23);
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(700, 37);
this.metroLabel1.TabIndex = 3;
this.metroLabel1.Text = "Select Menu";
this.metroLabel1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// itemsTab
//
this.itemsTab.Controls.Add(this.itemsSaveButton);
this.itemsTab.Controls.Add(this.menuItemListBox);
this.itemsTab.Controls.Add(this.itemsRevertButton);
this.itemsTab.Controls.Add(this.groupBox2);
this.itemsTab.Controls.Add(this.groupBox3);
this.itemsTab.Controls.Add(this.metroLabel2);
this.itemsTab.HorizontalScrollbarBarColor = true;
this.itemsTab.HorizontalScrollbarHighlightOnWheel = false;
this.itemsTab.HorizontalScrollbarSize = 10;
this.itemsTab.Location = new System.Drawing.Point(4, 38);
this.itemsTab.Name = "itemsTab";
this.itemsTab.Size = new System.Drawing.Size(1360, 790);
this.itemsTab.TabIndex = 1;
this.itemsTab.Text = "Edit Items";
this.itemsTab.VerticalScrollbarBarColor = true;
this.itemsTab.VerticalScrollbarHighlightOnWheel = false;
this.itemsTab.VerticalScrollbarSize = 10;
//
// itemsSaveButton
//
this.itemsSaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.itemsSaveButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.itemsSaveButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.itemsSaveButton.Location = new System.Drawing.Point(1038, 715);
this.itemsSaveButton.Name = "itemsSaveButton";
this.itemsSaveButton.Size = new System.Drawing.Size(298, 45);
this.itemsSaveButton.TabIndex = 11;
this.itemsSaveButton.Text = "Save";
this.itemsSaveButton.UseSelectable = true;
this.itemsSaveButton.Click += new System.EventHandler(this.itemsSaveButton_Click);
//
// menuItemListBox
//
this.menuItemListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuItemListBox.Font = new System.Drawing.Font("Segoe UI Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuItemListBox.FormattingEnabled = true;
this.menuItemListBox.ItemHeight = 31;
this.menuItemListBox.Items.AddRange(new object[] {
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item2",
"Item2",
"Item2",
"Item2",
"Item2",
"Item2",
"Item3",
"Item3",
"Item3",
"Item3",
"Item3",
"Item3"});
this.menuItemListBox.Location = new System.Drawing.Point(7, 69);
this.menuItemListBox.Name = "menuItemListBox";
this.menuItemListBox.Size = new System.Drawing.Size(696, 624);
this.menuItemListBox.TabIndex = 8;
this.menuItemListBox.SelectedIndexChanged += new System.EventHandler(this.menuItemListBox_SelectedIndexChanged);
//
// itemsRevertButton
//
this.itemsRevertButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.itemsRevertButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.itemsRevertButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.itemsRevertButton.Location = new System.Drawing.Point(741, 716);
this.itemsRevertButton.Name = "itemsRevertButton";
this.itemsRevertButton.Size = new System.Drawing.Size(291, 45);
this.itemsRevertButton.TabIndex = 10;
this.itemsRevertButton.Text = "Revert";
this.itemsRevertButton.UseSelectable = true;
this.itemsRevertButton.Click += new System.EventHandler(this.itemsRevertButton_Click);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.itemNameTextBox);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.itemPrice);
this.groupBox2.Controls.Add(this.itemDescriptionTextbox);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.itemPrintingListBox);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.itemCategoryListBox);
this.groupBox2.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(741, 237);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(8);
this.groupBox2.Size = new System.Drawing.Size(595, 473);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Options";
//
// itemNameTextBox
//
this.itemNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.itemNameTextBox.CustomButton.Image = null;
this.itemNameTextBox.CustomButton.Location = new System.Drawing.Point(384, 2);
this.itemNameTextBox.CustomButton.Name = "";
this.itemNameTextBox.CustomButton.Size = new System.Drawing.Size(31, 31);
this.itemNameTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.itemNameTextBox.CustomButton.TabIndex = 1;
this.itemNameTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.itemNameTextBox.CustomButton.UseSelectable = true;
this.itemNameTextBox.CustomButton.Visible = false;
this.itemNameTextBox.FontSize = MetroFramework.MetroTextBoxSize.Medium;
this.itemNameTextBox.Lines = new string[] {
"metroTextBox1"};
this.itemNameTextBox.Location = new System.Drawing.Point(166, 45);
this.itemNameTextBox.MaxLength = 32767;
this.itemNameTextBox.Multiline = true;
this.itemNameTextBox.Name = "itemNameTextBox";
this.itemNameTextBox.PasswordChar = '\0';
this.itemNameTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.itemNameTextBox.SelectedText = "";
this.itemNameTextBox.SelectionLength = 0;
this.itemNameTextBox.SelectionStart = 0;
this.itemNameTextBox.ShortcutsEnabled = true;
this.itemNameTextBox.Size = new System.Drawing.Size(418, 36);
this.itemNameTextBox.TabIndex = 17;
this.itemNameTextBox.Text = "metroTextBox1";
this.itemNameTextBox.UseSelectable = true;
this.itemNameTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.itemNameTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// label9
//
this.label9.Location = new System.Drawing.Point(6, 45);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(154, 36);
this.label9.TabIndex = 16;
this.label9.Text = "Name:";
//
// itemPrice
//
this.itemPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.itemPrice.DecimalPlaces = 2;
this.itemPrice.Location = new System.Drawing.Point(166, 187);
this.itemPrice.Name = "itemPrice";
this.itemPrice.Size = new System.Drawing.Size(125, 30);
this.itemPrice.TabIndex = 9;
//
// itemDescriptionTextbox
//
this.itemDescriptionTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.itemDescriptionTextbox.CustomButton.Image = null;
this.itemDescriptionTextbox.CustomButton.Location = new System.Drawing.Point(336, 1);
this.itemDescriptionTextbox.CustomButton.Name = "";
this.itemDescriptionTextbox.CustomButton.Size = new System.Drawing.Size(81, 81);
this.itemDescriptionTextbox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.itemDescriptionTextbox.CustomButton.TabIndex = 1;
this.itemDescriptionTextbox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.itemDescriptionTextbox.CustomButton.UseSelectable = true;
this.itemDescriptionTextbox.CustomButton.Visible = false;
this.itemDescriptionTextbox.FontSize = MetroFramework.MetroTextBoxSize.Medium;
this.itemDescriptionTextbox.Lines = new string[] {
"metroTextBox1"};
this.itemDescriptionTextbox.Location = new System.Drawing.Point(166, 93);
this.itemDescriptionTextbox.MaxLength = 32767;
this.itemDescriptionTextbox.Multiline = true;
this.itemDescriptionTextbox.Name = "itemDescriptionTextbox";
this.itemDescriptionTextbox.PasswordChar = '\0';
this.itemDescriptionTextbox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.itemDescriptionTextbox.SelectedText = "";
this.itemDescriptionTextbox.SelectionLength = 0;
this.itemDescriptionTextbox.SelectionStart = 0;
this.itemDescriptionTextbox.ShortcutsEnabled = true;
this.itemDescriptionTextbox.Size = new System.Drawing.Size(418, 83);
this.itemDescriptionTextbox.TabIndex = 6;
this.itemDescriptionTextbox.Text = "metroTextBox1";
this.itemDescriptionTextbox.UseSelectable = true;
this.itemDescriptionTextbox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.itemDescriptionTextbox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// label5
//
this.label5.Location = new System.Drawing.Point(6, 183);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(154, 36);
this.label5.TabIndex = 5;
this.label5.Text = "Price:";
//
// label4
//
this.label4.Location = new System.Drawing.Point(6, 93);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(154, 36);
this.label4.TabIndex = 4;
this.label4.Text = "Description: ";
//
// itemPrintingListBox
//
this.itemPrintingListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.itemPrintingListBox.FormattingEnabled = true;
this.itemPrintingListBox.ItemHeight = 23;
this.itemPrintingListBox.Items.AddRange(new object[] {
"Cold",
"Hot"});
this.itemPrintingListBox.Location = new System.Drawing.Point(166, 399);
this.itemPrintingListBox.Name = "itemPrintingListBox";
this.itemPrintingListBox.Size = new System.Drawing.Size(418, 50);
this.itemPrintingListBox.Sorted = true;
this.itemPrintingListBox.TabIndex = 3;
//
// label3
//
this.label3.Location = new System.Drawing.Point(6, 399);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(149, 36);
this.label3.TabIndex = 2;
this.label3.Text = "Printing Station:";
//
// label2
//
this.label2.Location = new System.Drawing.Point(6, 249);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(154, 36);
this.label2.TabIndex = 1;
this.label2.Text = "Category:";
//
// itemCategoryListBox
//
this.itemCategoryListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.itemCategoryListBox.FormattingEnabled = true;
this.itemCategoryListBox.ItemHeight = 23;
this.itemCategoryListBox.Items.AddRange(new object[] {
"Appitizer",
"Entre",
"Dessert",
"Drink",
"Other"});
this.itemCategoryListBox.Location = new System.Drawing.Point(166, 236);
this.itemCategoryListBox.Name = "itemCategoryListBox";
this.itemCategoryListBox.Size = new System.Drawing.Size(418, 142);
this.itemCategoryListBox.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.itemRemoveButton);
this.groupBox3.Controls.Add(this.addItemButton);
this.groupBox3.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(741, 63);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(8);
this.groupBox3.Size = new System.Drawing.Size(595, 168);
this.groupBox3.TabIndex = 11;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Edit Items";
//
// itemRemoveButton
//
this.itemRemoveButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.itemRemoveButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.itemRemoveButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.itemRemoveButton.Location = new System.Drawing.Point(297, 30);
this.itemRemoveButton.Name = "itemRemoveButton";
this.itemRemoveButton.Size = new System.Drawing.Size(287, 127);
this.itemRemoveButton.TabIndex = 6;
this.itemRemoveButton.Text = "Remove Item";
this.itemRemoveButton.UseSelectable = true;
this.itemRemoveButton.Click += new System.EventHandler(this.itemRemoveButton_Click);
//
// addItemButton
//
this.addItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.addItemButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.addItemButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.addItemButton.Location = new System.Drawing.Point(11, 30);
this.addItemButton.Name = "addItemButton";
this.addItemButton.Size = new System.Drawing.Size(280, 127);
this.addItemButton.TabIndex = 4;
this.addItemButton.Text = "Add Item";
this.addItemButton.UseSelectable = true;
this.addItemButton.Click += new System.EventHandler(this.addItemButton_Click);
//
// metroLabel2
//
this.metroLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.metroLabel2.FontSize = MetroFramework.MetroLabelSize.Tall;
this.metroLabel2.Location = new System.Drawing.Point(3, 23);
this.metroLabel2.Name = "metroLabel2";
this.metroLabel2.Size = new System.Drawing.Size(700, 37);
this.metroLabel2.TabIndex = 10;
this.metroLabel2.Text = "Select Items";
this.metroLabel2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// employeeTab
//
this.employeeTab.Controls.Add(this.metroButton4);
this.employeeTab.Controls.Add(this.metroButton5);
this.employeeTab.Controls.Add(this.employeeListBox);
this.employeeTab.Controls.Add(this.groupBox6);
this.employeeTab.Controls.Add(this.groupBox7);
this.employeeTab.Controls.Add(this.metroLabel4);
this.employeeTab.HorizontalScrollbarBarColor = true;
this.employeeTab.HorizontalScrollbarHighlightOnWheel = false;
this.employeeTab.HorizontalScrollbarSize = 10;
this.employeeTab.Location = new System.Drawing.Point(4, 39);
this.employeeTab.Name = "employeeTab";
this.employeeTab.Size = new System.Drawing.Size(1360, 789);
this.employeeTab.TabIndex = 2;
this.employeeTab.Text = "Edit Employees";
this.employeeTab.VerticalScrollbarBarColor = true;
this.employeeTab.VerticalScrollbarHighlightOnWheel = false;
this.employeeTab.VerticalScrollbarSize = 10;
//
// metroButton4
//
this.metroButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.metroButton4.FontSize = MetroFramework.MetroButtonSize.Tall;
this.metroButton4.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.metroButton4.Location = new System.Drawing.Point(1038, 712);
this.metroButton4.Name = "metroButton4";
this.metroButton4.Size = new System.Drawing.Size(298, 45);
this.metroButton4.TabIndex = 21;
this.metroButton4.Text = "Save";
this.metroButton4.UseSelectable = true;
this.metroButton4.Click += new System.EventHandler(this.metroButton4_Click);
//
// metroButton5
//
this.metroButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.metroButton5.FontSize = MetroFramework.MetroButtonSize.Tall;
this.metroButton5.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.metroButton5.Location = new System.Drawing.Point(741, 713);
this.metroButton5.Name = "metroButton5";
this.metroButton5.Size = new System.Drawing.Size(291, 45);
this.metroButton5.TabIndex = 20;
this.metroButton5.Text = "Revert";
this.metroButton5.UseSelectable = true;
this.metroButton5.Click += new System.EventHandler(this.metroButton5_Click);
//
// employeeListBox
//
this.employeeListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.employeeListBox.Font = new System.Drawing.Font("Segoe UI Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.employeeListBox.FormattingEnabled = true;
this.employeeListBox.ItemHeight = 31;
this.employeeListBox.Items.AddRange(new object[] {
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item2",
"Item2",
"Item2",
"Item2",
"Item2",
"Item2",
"Item3",
"Item3",
"Item3",
"Item3",
"Item3",
"Item3"});
this.employeeListBox.Location = new System.Drawing.Point(7, 69);
this.employeeListBox.Name = "employeeListBox";
this.employeeListBox.Size = new System.Drawing.Size(696, 624);
this.employeeListBox.TabIndex = 16;
this.employeeListBox.SelectedIndexChanged += new System.EventHandler(this.employeeListBox_SelectedIndexChanged);
//
// groupBox6
//
this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox6.BackColor = System.Drawing.Color.Transparent;
this.groupBox6.Controls.Add(this.employeeLastNameTextBox);
this.groupBox6.Controls.Add(this.label11);
this.groupBox6.Controls.Add(this.employeeFirstNameTextBox);
this.groupBox6.Controls.Add(this.label10);
this.groupBox6.Controls.Add(this.employeePinNumber);
this.groupBox6.Controls.Add(this.pin);
this.groupBox6.Controls.Add(this.label7);
this.groupBox6.Controls.Add(this.employeeRoleListBox);
this.groupBox6.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox6.Location = new System.Drawing.Point(741, 287);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Padding = new System.Windows.Forms.Padding(8);
this.groupBox6.Size = new System.Drawing.Size(595, 419);
this.groupBox6.TabIndex = 19;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Options";
//
// employeeLastNameTextBox
//
this.employeeLastNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.employeeLastNameTextBox.CustomButton.Image = null;
this.employeeLastNameTextBox.CustomButton.Location = new System.Drawing.Point(384, 2);
this.employeeLastNameTextBox.CustomButton.Name = "";
this.employeeLastNameTextBox.CustomButton.Size = new System.Drawing.Size(31, 31);
this.employeeLastNameTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.employeeLastNameTextBox.CustomButton.TabIndex = 1;
this.employeeLastNameTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.employeeLastNameTextBox.CustomButton.UseSelectable = true;
this.employeeLastNameTextBox.CustomButton.Visible = false;
this.employeeLastNameTextBox.FontSize = MetroFramework.MetroTextBoxSize.Medium;
this.employeeLastNameTextBox.Lines = new string[] {
"metroTextBox2"};
this.employeeLastNameTextBox.Location = new System.Drawing.Point(166, 83);
this.employeeLastNameTextBox.MaxLength = 32767;
this.employeeLastNameTextBox.Multiline = true;
this.employeeLastNameTextBox.Name = "employeeLastNameTextBox";
this.employeeLastNameTextBox.PasswordChar = '\0';
this.employeeLastNameTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.employeeLastNameTextBox.SelectedText = "";
this.employeeLastNameTextBox.SelectionLength = 0;
this.employeeLastNameTextBox.SelectionStart = 0;
this.employeeLastNameTextBox.ShortcutsEnabled = true;
this.employeeLastNameTextBox.Size = new System.Drawing.Size(418, 36);
this.employeeLastNameTextBox.TabIndex = 17;
this.employeeLastNameTextBox.Text = "metroTextBox2";
this.employeeLastNameTextBox.UseSelectable = true;
this.employeeLastNameTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.employeeLastNameTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// label11
//
this.label11.Location = new System.Drawing.Point(6, 83);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(154, 36);
this.label11.TabIndex = 16;
this.label11.Text = "Last Name:";
//
// employeeFirstNameTextBox
//
this.employeeFirstNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.employeeFirstNameTextBox.CustomButton.Image = null;
this.employeeFirstNameTextBox.CustomButton.Location = new System.Drawing.Point(384, 2);
this.employeeFirstNameTextBox.CustomButton.Name = "";
this.employeeFirstNameTextBox.CustomButton.Size = new System.Drawing.Size(31, 31);
this.employeeFirstNameTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.employeeFirstNameTextBox.CustomButton.TabIndex = 1;
this.employeeFirstNameTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.employeeFirstNameTextBox.CustomButton.UseSelectable = true;
this.employeeFirstNameTextBox.CustomButton.Visible = false;
this.employeeFirstNameTextBox.FontSize = MetroFramework.MetroTextBoxSize.Medium;
this.employeeFirstNameTextBox.Lines = new string[] {
"metroTextBox1"};
this.employeeFirstNameTextBox.Location = new System.Drawing.Point(166, 35);
this.employeeFirstNameTextBox.MaxLength = 32767;
this.employeeFirstNameTextBox.Multiline = true;
this.employeeFirstNameTextBox.Name = "employeeFirstNameTextBox";
this.employeeFirstNameTextBox.PasswordChar = '\0';
this.employeeFirstNameTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.employeeFirstNameTextBox.SelectedText = "";
this.employeeFirstNameTextBox.SelectionLength = 0;
this.employeeFirstNameTextBox.SelectionStart = 0;
this.employeeFirstNameTextBox.ShortcutsEnabled = true;
this.employeeFirstNameTextBox.Size = new System.Drawing.Size(418, 36);
this.employeeFirstNameTextBox.TabIndex = 15;
this.employeeFirstNameTextBox.Text = "metroTextBox1";
this.employeeFirstNameTextBox.UseSelectable = true;
this.employeeFirstNameTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.employeeFirstNameTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// label10
//
this.label10.Location = new System.Drawing.Point(6, 35);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(154, 36);
this.label10.TabIndex = 14;
this.label10.Text = "First Name:";
//
// employeePinNumber
//
this.employeePinNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.employeePinNumber.Location = new System.Drawing.Point(166, 139);
this.employeePinNumber.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.employeePinNumber.Name = "employeePinNumber";
this.employeePinNumber.Size = new System.Drawing.Size(125, 30);
this.employeePinNumber.TabIndex = 13;
//
// pin
//
this.pin.Location = new System.Drawing.Point(6, 135);
this.pin.Name = "pin";
this.pin.Size = new System.Drawing.Size(154, 36);
this.pin.TabIndex = 11;
this.pin.Text = "Pin:";
//
// label7
//
this.label7.Location = new System.Drawing.Point(6, 189);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(154, 36);
this.label7.TabIndex = 1;
this.label7.Text = "Roles:";
//
// employeeRoleListBox
//
this.employeeRoleListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.employeeRoleListBox.FormattingEnabled = true;
this.employeeRoleListBox.ItemHeight = 23;
this.employeeRoleListBox.Items.AddRange(new object[] {
"Admin",
"Chef",
"Host",
"Waiter"});
this.employeeRoleListBox.Location = new System.Drawing.Point(166, 189);
this.employeeRoleListBox.Name = "employeeRoleListBox";
this.employeeRoleListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
this.employeeRoleListBox.Size = new System.Drawing.Size(418, 96);
this.employeeRoleListBox.TabIndex = 0;
//
// groupBox7
//
this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox7.BackColor = System.Drawing.Color.Transparent;
this.groupBox7.Controls.Add(this.removeEmployeeButton);
this.groupBox7.Controls.Add(this.employeeAddButton);
this.groupBox7.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox7.Location = new System.Drawing.Point(741, 63);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Padding = new System.Windows.Forms.Padding(8);
this.groupBox7.Size = new System.Drawing.Size(595, 218);
this.groupBox7.TabIndex = 18;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Edit Employees";
//
// removeEmployeeButton
//
this.removeEmployeeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.removeEmployeeButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.removeEmployeeButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.removeEmployeeButton.Location = new System.Drawing.Point(297, 30);
this.removeEmployeeButton.Name = "removeEmployeeButton";
this.removeEmployeeButton.Size = new System.Drawing.Size(287, 177);
this.removeEmployeeButton.TabIndex = 6;
this.removeEmployeeButton.Text = "Remove Employee";
this.removeEmployeeButton.UseSelectable = true;
this.removeEmployeeButton.Click += new System.EventHandler(this.removeEmployeeButton_Click);
//
// employeeAddButton
//
this.employeeAddButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.employeeAddButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.employeeAddButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.employeeAddButton.Location = new System.Drawing.Point(11, 30);
this.employeeAddButton.Name = "employeeAddButton";
this.employeeAddButton.Size = new System.Drawing.Size(280, 177);
this.employeeAddButton.TabIndex = 4;
this.employeeAddButton.Text = "Add Employee";
this.employeeAddButton.UseSelectable = true;
this.employeeAddButton.Click += new System.EventHandler(this.employeeAddButton_Click);
//
// metroLabel4
//
this.metroLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.metroLabel4.FontSize = MetroFramework.MetroLabelSize.Tall;
this.metroLabel4.Location = new System.Drawing.Point(3, 23);
this.metroLabel4.Name = "metroLabel4";
this.metroLabel4.Size = new System.Drawing.Size(700, 37);
this.metroLabel4.TabIndex = 17;
this.metroLabel4.Text = "Select Employee";
this.metroLabel4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// stationTab
//
this.stationTab.Controls.Add(this.stationSaveButton);
this.stationTab.Controls.Add(this.stationRevertButton);
this.stationTab.Controls.Add(this.stationListBox);
this.stationTab.Controls.Add(this.groupBox4);
this.stationTab.Controls.Add(this.groupBox5);
this.stationTab.Controls.Add(this.metroLabel3);
this.stationTab.HorizontalScrollbarBarColor = true;
this.stationTab.HorizontalScrollbarHighlightOnWheel = false;
this.stationTab.HorizontalScrollbarSize = 10;
this.stationTab.Location = new System.Drawing.Point(4, 39);
this.stationTab.Name = "stationTab";
this.stationTab.Size = new System.Drawing.Size(1360, 789);
this.stationTab.TabIndex = 3;
this.stationTab.Text = "Edit Stations";
this.stationTab.VerticalScrollbarBarColor = true;
this.stationTab.VerticalScrollbarHighlightOnWheel = false;
this.stationTab.VerticalScrollbarSize = 10;
//
// stationSaveButton
//
this.stationSaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.stationSaveButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.stationSaveButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.stationSaveButton.Location = new System.Drawing.Point(1038, 712);
this.stationSaveButton.Name = "stationSaveButton";
this.stationSaveButton.Size = new System.Drawing.Size(298, 45);
this.stationSaveButton.TabIndex = 15;
this.stationSaveButton.Text = "Save";
this.stationSaveButton.UseSelectable = true;
this.stationSaveButton.Click += new System.EventHandler(this.stationSaveButton_Click);
//
// stationRevertButton
//
this.stationRevertButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.stationRevertButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.stationRevertButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.stationRevertButton.Location = new System.Drawing.Point(741, 713);
this.stationRevertButton.Name = "stationRevertButton";
this.stationRevertButton.Size = new System.Drawing.Size(291, 45);
this.stationRevertButton.TabIndex = 14;
this.stationRevertButton.Text = "Revert";
this.stationRevertButton.UseSelectable = true;
this.stationRevertButton.Click += new System.EventHandler(this.stationRevertButton_Click);
//
// stationListBox
//
this.stationListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.stationListBox.Font = new System.Drawing.Font("Segoe UI Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.stationListBox.FormattingEnabled = true;
this.stationListBox.ItemHeight = 31;
this.stationListBox.Items.AddRange(new object[] {
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item1",
"Item2",
"Item2",
"Item2",
"Item2",
"Item2",
"Item2",
"Item3",
"Item3",
"Item3",
"Item3",
"Item3",
"Item3"});
this.stationListBox.Location = new System.Drawing.Point(7, 69);
this.stationListBox.Name = "stationListBox";
this.stationListBox.Size = new System.Drawing.Size(696, 624);
this.stationListBox.TabIndex = 10;
this.stationListBox.SelectedIndexChanged += new System.EventHandler(this.stationListBox_SelectedIndexChanged);
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.BackColor = System.Drawing.Color.Transparent;
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.stationTypeListBox);
this.groupBox4.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox4.Location = new System.Drawing.Point(741, 287);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(8);
this.groupBox4.Size = new System.Drawing.Size(595, 419);
this.groupBox4.TabIndex = 13;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Options";
//
// label6
//
this.label6.Location = new System.Drawing.Point(6, 35);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(171, 36);
this.label6.TabIndex = 1;
this.label6.Text = "Station Type:";
//
// stationTypeListBox
//
this.stationTypeListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.stationTypeListBox.FormattingEnabled = true;
this.stationTypeListBox.ItemHeight = 23;
this.stationTypeListBox.Items.AddRange(new object[] {
"Chef Station",
"Waiter Station",
"Host Station",
"Admin Station"});
this.stationTypeListBox.Location = new System.Drawing.Point(183, 35);
this.stationTypeListBox.Name = "stationTypeListBox";
this.stationTypeListBox.Size = new System.Drawing.Size(401, 326);
this.stationTypeListBox.TabIndex = 0;
//
// groupBox5
//
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox5.BackColor = System.Drawing.Color.Transparent;
this.groupBox5.Controls.Add(this.stationRemoveButton);
this.groupBox5.Controls.Add(this.stationAddButton);
this.groupBox5.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox5.Location = new System.Drawing.Point(741, 63);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(8);
this.groupBox5.Size = new System.Drawing.Size(595, 218);
this.groupBox5.TabIndex = 12;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Edit Stations";
//
// stationRemoveButton
//
this.stationRemoveButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.stationRemoveButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.stationRemoveButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.stationRemoveButton.Location = new System.Drawing.Point(297, 30);
this.stationRemoveButton.Name = "stationRemoveButton";
this.stationRemoveButton.Size = new System.Drawing.Size(287, 177);
this.stationRemoveButton.TabIndex = 6;
this.stationRemoveButton.Text = "Remove Station";
this.stationRemoveButton.UseSelectable = true;
this.stationRemoveButton.Click += new System.EventHandler(this.stationRemoveButton_Click);
//
// stationAddButton
//
this.stationAddButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.stationAddButton.FontSize = MetroFramework.MetroButtonSize.Tall;
this.stationAddButton.FontWeight = MetroFramework.MetroButtonWeight.Regular;
this.stationAddButton.Location = new System.Drawing.Point(11, 30);
this.stationAddButton.Name = "stationAddButton";
this.stationAddButton.Size = new System.Drawing.Size(280, 177);
this.stationAddButton.TabIndex = 4;
this.stationAddButton.Text = "Add Station";
this.stationAddButton.UseSelectable = true;
this.stationAddButton.Click += new System.EventHandler(this.stationAddButton_Click);
//
// metroLabel3
//
this.metroLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.metroLabel3.FontSize = MetroFramework.MetroLabelSize.Tall;
this.metroLabel3.Location = new System.Drawing.Point(3, 23);
this.metroLabel3.Name = "metroLabel3";
this.metroLabel3.Size = new System.Drawing.Size(700, 37);
this.metroLabel3.TabIndex = 11;
this.metroLabel3.Text = "Select Stations";
this.metroLabel3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// loadingImage
//
this.loadingImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.loadingImage.Image = global::Enigma.Properties.Resources.ring_alt;
this.loadingImage.Location = new System.Drawing.Point(1330, 45);
this.loadingImage.Name = "loadingImage";
this.loadingImage.Size = new System.Drawing.Size(54, 50);
this.loadingImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.loadingImage.TabIndex = 13;
this.loadingImage.TabStop = false;
//
// AdminStationView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(1414, 918);
this.Controls.Add(this.loadingImage);
this.Controls.Add(this.adminTabControl);
this.Name = "AdminStationView";
this.Load += new System.EventHandler(this.AdminStationView_Load);
this.adminTabControl.ResumeLayout(false);
this.menuTab.ResumeLayout(false);
this.menuOptions.ResumeLayout(false);
this.menuGroup1.ResumeLayout(false);
this.itemsTab.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.itemPrice)).EndInit();
this.groupBox3.ResumeLayout(false);
this.employeeTab.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.employeePinNumber)).EndInit();
this.groupBox7.ResumeLayout(false);
this.stationTab.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.loadingImage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private MetroFramework.Controls.MetroTabControl adminTabControl;
private MetroFramework.Controls.MetroTabPage menuTab;
private MetroFramework.Controls.MetroTabPage itemsTab;
private MetroFramework.Controls.MetroTabPage employeeTab;
private MetroFramework.Controls.MetroLabel metroLabel1;
private System.Windows.Forms.GroupBox menuGroup1;
private MetroFramework.Controls.MetroButton metroButton1;
private MetroFramework.Controls.MetroButton menuRemoveButton;
private System.Windows.Forms.GroupBox menuOptions;
private System.Windows.Forms.ListBox menuDisplayedOnListBox;
private System.Windows.Forms.Label label1;
private MetroFramework.Controls.MetroTabPage stationTab;
private System.Windows.Forms.ListBox menuItemListBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListBox itemCategoryListBox;
private System.Windows.Forms.GroupBox groupBox3;
private MetroFramework.Controls.MetroButton itemRemoveButton;
private MetroFramework.Controls.MetroButton addItemButton;
private MetroFramework.Controls.MetroLabel metroLabel2;
private System.Windows.Forms.ListBox itemPrintingListBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private MetroFramework.Controls.MetroTextBox itemDescriptionTextbox;
private System.Windows.Forms.Label label5;
private MetroFramework.Controls.MetroButton menuSaveButton;
private MetroFramework.Controls.MetroButton menuRevertButton;
private MetroFramework.Controls.MetroButton itemsSaveButton;
private MetroFramework.Controls.MetroButton itemsRevertButton;
private System.Windows.Forms.NumericUpDown itemPrice;
private MetroFramework.Controls.MetroButton stationSaveButton;
private MetroFramework.Controls.MetroButton stationRevertButton;
private System.Windows.Forms.ListBox stationListBox;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ListBox stationTypeListBox;
private System.Windows.Forms.GroupBox groupBox5;
private MetroFramework.Controls.MetroButton stationRemoveButton;
private MetroFramework.Controls.MetroButton stationAddButton;
private MetroFramework.Controls.MetroLabel metroLabel3;
private MetroFramework.Controls.MetroButton metroButton4;
private MetroFramework.Controls.MetroButton metroButton5;
private System.Windows.Forms.ListBox employeeListBox;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ListBox employeeRoleListBox;
private System.Windows.Forms.GroupBox groupBox7;
private MetroFramework.Controls.MetroButton removeEmployeeButton;
private MetroFramework.Controls.MetroButton employeeAddButton;
private MetroFramework.Controls.MetroLabel metroLabel4;
private MetroFramework.Controls.MetroTextBox employeeLastNameTextBox;
private System.Windows.Forms.Label label11;
private MetroFramework.Controls.MetroTextBox employeeFirstNameTextBox;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown employeePinNumber;
private System.Windows.Forms.Label pin;
private System.Windows.Forms.ListBox menuListBox;
private System.Windows.Forms.ComboBox menuSelectionBox;
private MetroFramework.Controls.MetroTextBox itemNameTextBox;
private System.Windows.Forms.Label label9;
private MetroFramework.Controls.MetroTextBox menuTitleTextBox;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.PictureBox loadingImage;
}
}