QueueSys/QueueSys/frmEmployeeView.Designer.cs

194 lines
8.8 KiB
C#

namespace QueueSys
{
partial class frmEmployeeView
{
/// <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.lblCustomerName = new System.Windows.Forms.Label();
this.lblNumBags = new System.Windows.Forms.Label();
this.lblEmployeeName = new System.Windows.Forms.Label();
this.tbCustomerName = new System.Windows.Forms.TextBox();
this.cbNumBags = new System.Windows.Forms.ComboBox();
this.cbEmployeeName = new System.Windows.Forms.ComboBox();
this.btnAdd = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitAltF4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// lblCustomerName
//
this.lblCustomerName.AutoSize = true;
this.lblCustomerName.Location = new System.Drawing.Point(18, 77);
this.lblCustomerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCustomerName.Name = "lblCustomerName";
this.lblCustomerName.Size = new System.Drawing.Size(124, 20);
this.lblCustomerName.TabIndex = 0;
this.lblCustomerName.Text = "Customer Name";
//
// lblNumBags
//
this.lblNumBags.AutoSize = true;
this.lblNumBags.Location = new System.Drawing.Point(326, 77);
this.lblNumBags.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblNumBags.Name = "lblNumBags";
this.lblNumBags.Size = new System.Drawing.Size(77, 20);
this.lblNumBags.TabIndex = 1;
this.lblNumBags.Text = "# of Bags";
//
// lblEmployeeName
//
this.lblEmployeeName.AutoSize = true;
this.lblEmployeeName.Location = new System.Drawing.Point(537, 77);
this.lblEmployeeName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblEmployeeName.Name = "lblEmployeeName";
this.lblEmployeeName.Size = new System.Drawing.Size(125, 20);
this.lblEmployeeName.TabIndex = 2;
this.lblEmployeeName.Text = "Employee Name";
//
// tbCustomerName
//
this.tbCustomerName.Location = new System.Drawing.Point(22, 117);
this.tbCustomerName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbCustomerName.MaxLength = 255;
this.tbCustomerName.Name = "tbCustomerName";
this.tbCustomerName.Size = new System.Drawing.Size(228, 26);
this.tbCustomerName.TabIndex = 1;
//
// cbNumBags
//
this.cbNumBags.FormattingEnabled = true;
this.cbNumBags.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5"});
this.cbNumBags.Location = new System.Drawing.Point(285, 115);
this.cbNumBags.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cbNumBags.MaxDropDownItems = 5;
this.cbNumBags.Name = "cbNumBags";
this.cbNumBags.Size = new System.Drawing.Size(180, 28);
this.cbNumBags.TabIndex = 2;
//
// cbEmployeeName
//
this.cbEmployeeName.FormattingEnabled = true;
this.cbEmployeeName.Location = new System.Drawing.Point(516, 115);
this.cbEmployeeName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cbEmployeeName.Name = "cbEmployeeName";
this.cbEmployeeName.Size = new System.Drawing.Size(180, 28);
this.cbEmployeeName.TabIndex = 3;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(753, 112);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(112, 35);
this.btnAdd.TabIndex = 4;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
//
// menuStrip1
//
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(882, 33);
this.menuStrip1.TabIndex = 5;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.optionsToolStripMenuItem,
this.exitAltF4ToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(54, 29);
this.fileToolStripMenuItem.Text = "&File";
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(270, 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.Text = "E&xit (Alt-F4)";
this.exitAltF4ToolStripMenuItem.Click += new System.EventHandler(this.exitAltF4ToolStripMenuItem_Click);
//
// frmEmployeeView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(882, 692);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.cbEmployeeName);
this.Controls.Add(this.cbNumBags);
this.Controls.Add(this.tbCustomerName);
this.Controls.Add(this.lblEmployeeName);
this.Controls.Add(this.lblNumBags);
this.Controls.Add(this.lblCustomerName);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "frmEmployeeView";
this.Text = "Queue System";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblCustomerName;
private System.Windows.Forms.Label lblNumBags;
private System.Windows.Forms.Label lblEmployeeName;
private System.Windows.Forms.TextBox tbCustomerName;
private System.Windows.Forms.ComboBox cbNumBags;
private System.Windows.Forms.ComboBox cbEmployeeName;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitAltF4ToolStripMenuItem;
}
}