namespace EMSystem.Forms
{
partial class AddEmpForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.leftSidePanelLayout = new System.Windows.Forms.TableLayoutPanel();
this.label3 = new System.Windows.Forms.Label();
this.ageLabel = new System.Windows.Forms.Label();
this.nameLabel = new System.Windows.Forms.Label();
this.rightSidePanelLayout = new System.Windows.Forms.TableLayoutPanel();
this.wageLabel = new System.Windows.Forms.Label();
this.jobtitleLabel = new System.Windows.Forms.Label();
this.addressLabel = new System.Windows.Forms.Label();
this.emailLabel = new System.Windows.Forms.Label();
this.bgPanel = new System.Windows.Forms.Panel();
this.jobTitleTxtBox = new System.Windows.Forms.TextBox();
this.wageTxtBox = new System.Windows.Forms.TextBox();
this.addressTxtBox = new System.Windows.Forms.TextBox();
this.emailTxtBox = new System.Windows.Forms.TextBox();
this.phoneTxtBox = new System.Windows.Forms.TextBox();
this.ageTxtBox = new System.Windows.Forms.TextBox();
this.nameTxtBox = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.addBtn = new FontAwesome.Sharp.IconButton();
this.exitBtn = new FontAwesome.Sharp.IconButton();
this.leftSidePanelLayout.SuspendLayout();
this.rightSidePanelLayout.SuspendLayout();
this.bgPanel.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// leftSidePanelLayout
//
this.leftSidePanelLayout.ColumnCount = 1;
this.leftSidePanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.leftSidePanelLayout.Controls.Add(this.nameLabel, 0, 0);
this.leftSidePanelLayout.Controls.Add(this.ageLabel, 0, 1);
this.leftSidePanelLayout.Controls.Add(this.label3, 0, 2);
this.leftSidePanelLayout.Controls.Add(this.emailLabel, 0, 3);
this.leftSidePanelLayout.Location = new System.Drawing.Point(12, 12);
this.leftSidePanelLayout.Name = "leftSidePanelLayout";
this.leftSidePanelLayout.RowCount = 4;
this.leftSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.leftSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.leftSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.leftSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.leftSidePanelLayout.Size = new System.Drawing.Size(91, 170);
this.leftSidePanelLayout.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label3.Location = new System.Drawing.Point(3, 84);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(85, 42);
this.label3.TabIndex = 6;
this.label3.Text = "Phone No.";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ageLabel
//
this.ageLabel.AutoSize = true;
this.ageLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.ageLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ageLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.ageLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ageLabel.Location = new System.Drawing.Point(3, 42);
this.ageLabel.Name = "ageLabel";
this.ageLabel.Size = new System.Drawing.Size(85, 42);
this.ageLabel.TabIndex = 5;
this.ageLabel.Text = "Age";
this.ageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// nameLabel
//
this.nameLabel.AutoSize = true;
this.nameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.nameLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.nameLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.nameLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.nameLabel.Location = new System.Drawing.Point(3, 0);
this.nameLabel.Name = "nameLabel";
this.nameLabel.Size = new System.Drawing.Size(85, 42);
this.nameLabel.TabIndex = 4;
this.nameLabel.Text = "Name";
this.nameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// rightSidePanelLayout
//
this.rightSidePanelLayout.ColumnCount = 1;
this.rightSidePanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.rightSidePanelLayout.Controls.Add(this.addressLabel, 0, 0);
this.rightSidePanelLayout.Controls.Add(this.jobtitleLabel, 0, 1);
this.rightSidePanelLayout.Controls.Add(this.wageLabel, 0, 2);
this.rightSidePanelLayout.Location = new System.Drawing.Point(234, 12);
this.rightSidePanelLayout.Name = "rightSidePanelLayout";
this.rightSidePanelLayout.RowCount = 4;
this.rightSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.rightSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.rightSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.rightSidePanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.rightSidePanelLayout.Size = new System.Drawing.Size(91, 170);
this.rightSidePanelLayout.TabIndex = 2;
//
// wageLabel
//
this.wageLabel.AutoSize = true;
this.wageLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.wageLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.wageLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.wageLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.wageLabel.Location = new System.Drawing.Point(3, 84);
this.wageLabel.Name = "wageLabel";
this.wageLabel.Size = new System.Drawing.Size(85, 42);
this.wageLabel.TabIndex = 10;
this.wageLabel.Text = "Wage";
this.wageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// jobtitleLabel
//
this.jobtitleLabel.AutoSize = true;
this.jobtitleLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.jobtitleLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jobtitleLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.jobtitleLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.jobtitleLabel.Location = new System.Drawing.Point(3, 42);
this.jobtitleLabel.Name = "jobtitleLabel";
this.jobtitleLabel.Size = new System.Drawing.Size(85, 42);
this.jobtitleLabel.TabIndex = 9;
this.jobtitleLabel.Text = "Job Title";
this.jobtitleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// addressLabel
//
this.addressLabel.AutoSize = true;
this.addressLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.addressLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addressLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.addressLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.addressLabel.Location = new System.Drawing.Point(3, 0);
this.addressLabel.Name = "addressLabel";
this.addressLabel.Size = new System.Drawing.Size(85, 42);
this.addressLabel.TabIndex = 8;
this.addressLabel.Text = "Address";
this.addressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// emailLabel
//
this.emailLabel.AutoSize = true;
this.emailLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.emailLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.emailLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.emailLabel.Location = new System.Drawing.Point(3, 126);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(85, 44);
this.emailLabel.TabIndex = 7;
this.emailLabel.Text = "E-Mail";
this.emailLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// bgPanel
//
this.bgPanel.BackColor = System.Drawing.SystemColors.ControlLight;
this.bgPanel.Controls.Add(this.jobTitleTxtBox);
this.bgPanel.Controls.Add(this.wageTxtBox);
this.bgPanel.Controls.Add(this.addressTxtBox);
this.bgPanel.Controls.Add(this.emailTxtBox);
this.bgPanel.Controls.Add(this.phoneTxtBox);
this.bgPanel.Controls.Add(this.ageTxtBox);
this.bgPanel.Controls.Add(this.nameTxtBox);
this.bgPanel.Controls.Add(this.panel2);
this.bgPanel.Controls.Add(this.leftSidePanelLayout);
this.bgPanel.Controls.Add(this.rightSidePanelLayout);
this.bgPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.bgPanel.Location = new System.Drawing.Point(0, 0);
this.bgPanel.Name = "bgPanel";
this.bgPanel.Size = new System.Drawing.Size(454, 236);
this.bgPanel.TabIndex = 3;
this.bgPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bgPanel_MouseDown);
//
// jobTitleTxtBox
//
this.jobTitleTxtBox.Location = new System.Drawing.Point(331, 67);
this.jobTitleTxtBox.Name = "jobTitleTxtBox";
this.jobTitleTxtBox.Size = new System.Drawing.Size(100, 20);
this.jobTitleTxtBox.TabIndex = 10;
//
// wageTxtBox
//
this.wageTxtBox.Location = new System.Drawing.Point(331, 109);
this.wageTxtBox.Name = "wageTxtBox";
this.wageTxtBox.Size = new System.Drawing.Size(100, 20);
this.wageTxtBox.TabIndex = 9;
//
// addressTxtBox
//
this.addressTxtBox.Location = new System.Drawing.Point(331, 25);
this.addressTxtBox.Name = "addressTxtBox";
this.addressTxtBox.Size = new System.Drawing.Size(100, 20);
this.addressTxtBox.TabIndex = 8;
//
// emailTxtBox
//
this.emailTxtBox.Location = new System.Drawing.Point(109, 152);
this.emailTxtBox.Name = "emailTxtBox";
this.emailTxtBox.Size = new System.Drawing.Size(100, 20);
this.emailTxtBox.TabIndex = 7;
//
// phoneTxtBox
//
this.phoneTxtBox.Location = new System.Drawing.Point(109, 109);
this.phoneTxtBox.Name = "phoneTxtBox";
this.phoneTxtBox.Size = new System.Drawing.Size(100, 20);
this.phoneTxtBox.TabIndex = 6;
//
// ageTxtBox
//
this.ageTxtBox.Location = new System.Drawing.Point(109, 67);
this.ageTxtBox.Name = "ageTxtBox";
this.ageTxtBox.Size = new System.Drawing.Size(100, 20);
this.ageTxtBox.TabIndex = 5;
//
// nameTxtBox
//
this.nameTxtBox.Location = new System.Drawing.Point(109, 25);
this.nameTxtBox.Name = "nameTxtBox";
this.nameTxtBox.Size = new System.Drawing.Size(100, 20);
this.nameTxtBox.TabIndex = 4;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(167)))));
this.panel2.Controls.Add(this.addBtn);
this.panel2.Controls.Add(this.exitBtn);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 211);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(454, 25);
this.panel2.TabIndex = 0;
//
// addBtn
//
this.addBtn.BackColor = System.Drawing.Color.Green;
this.addBtn.Dock = System.Windows.Forms.DockStyle.Right;
this.addBtn.FlatAppearance.BorderSize = 0;
this.addBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.addBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.addBtn.IconChar = FontAwesome.Sharp.IconChar.UserPlus;
this.addBtn.IconColor = System.Drawing.Color.Black;
this.addBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.addBtn.IconSize = 17;
this.addBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.addBtn.Location = new System.Drawing.Point(304, 0);
this.addBtn.Name = "addBtn";
this.addBtn.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.addBtn.Size = new System.Drawing.Size(75, 25);
this.addBtn.TabIndex = 7;
this.addBtn.Text = "Add";
this.addBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.addBtn.UseVisualStyleBackColor = false;
this.addBtn.Click += new System.EventHandler(this.addBtn_Click);
//
// exitBtn
//
this.exitBtn.BackColor = System.Drawing.Color.DarkRed;
this.exitBtn.Dock = System.Windows.Forms.DockStyle.Right;
this.exitBtn.FlatAppearance.BorderSize = 0;
this.exitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.exitBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.exitBtn.ForeColor = System.Drawing.SystemColors.ControlText;
this.exitBtn.IconChar = FontAwesome.Sharp.IconChar.SignOutAlt;
this.exitBtn.IconColor = System.Drawing.Color.Black;
this.exitBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.exitBtn.IconSize = 17;
this.exitBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.exitBtn.Location = new System.Drawing.Point(379, 0);
this.exitBtn.Name = "exitBtn";
this.exitBtn.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.exitBtn.Size = new System.Drawing.Size(75, 25);
this.exitBtn.TabIndex = 5;
this.exitBtn.Text = "Exit";
this.exitBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.exitBtn.UseVisualStyleBackColor = false;
this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
//
// AddEmpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(454, 236);
this.Controls.Add(this.bgPanel);
this.Name = "AddEmpForm";
this.Text = "Add Employee";
this.TopMost = true;
this.leftSidePanelLayout.ResumeLayout(false);
this.leftSidePanelLayout.PerformLayout();
this.rightSidePanelLayout.ResumeLayout(false);
this.rightSidePanelLayout.PerformLayout();
this.bgPanel.ResumeLayout(false);
this.bgPanel.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel leftSidePanelLayout;
private System.Windows.Forms.TableLayoutPanel rightSidePanelLayout;
private System.Windows.Forms.Panel bgPanel;
private System.Windows.Forms.Panel panel2;
private FontAwesome.Sharp.IconButton exitBtn;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label ageLabel;
private System.Windows.Forms.Label nameLabel;
private System.Windows.Forms.Label wageLabel;
private System.Windows.Forms.Label jobtitleLabel;
private System.Windows.Forms.Label addressLabel;
private System.Windows.Forms.Label emailLabel;
private System.Windows.Forms.TextBox jobTitleTxtBox;
private System.Windows.Forms.TextBox wageTxtBox;
private System.Windows.Forms.TextBox addressTxtBox;
private System.Windows.Forms.TextBox emailTxtBox;
private System.Windows.Forms.TextBox phoneTxtBox;
private System.Windows.Forms.TextBox ageTxtBox;
private System.Windows.Forms.TextBox nameTxtBox;
public FontAwesome.Sharp.IconButton addBtn;
}
}