namespace EMSystem
{
partial class AppForm
{
///
/// 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.components = new System.ComponentModel.Container();
this.navigationPanel = new System.Windows.Forms.Panel();
this.toDoListBtn = new FontAwesome.Sharp.IconButton();
this.empListBtn = new FontAwesome.Sharp.IconButton();
this.addEmpBtn = new FontAwesome.Sharp.IconButton();
this.homeBtn = new FontAwesome.Sharp.IconButton();
this.logoPanel = new System.Windows.Forms.Panel();
this.logoPic = new FontAwesome.Sharp.IconPictureBox();
this.titlePanel = new System.Windows.Forms.Panel();
this.minBtn = new FontAwesome.Sharp.IconPictureBox();
this.maxBtn = new FontAwesome.Sharp.IconPictureBox();
this.exitBtn = new FontAwesome.Sharp.IconPictureBox();
this.crntUsedFormTitle = new System.Windows.Forms.Label();
this.crntUsedFormIcon = new FontAwesome.Sharp.IconPictureBox();
this.shadowPanel = new System.Windows.Forms.Panel();
this.desktopPanel = new System.Windows.Forms.Panel();
this.homeLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.versionLabel = new System.Windows.Forms.Label();
this.emsLabel = new System.Windows.Forms.Label();
this.labelTime = new System.Windows.Forms.Label();
this.labelDate = new System.Windows.Forms.Label();
this.timeTimer = new System.Windows.Forms.Timer(this.components);
this.navigationPanel.SuspendLayout();
this.logoPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPic)).BeginInit();
this.titlePanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.minBtn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.maxBtn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.exitBtn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.crntUsedFormIcon)).BeginInit();
this.desktopPanel.SuspendLayout();
this.homeLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// navigationPanel
//
this.navigationPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.navigationPanel.Controls.Add(this.toDoListBtn);
this.navigationPanel.Controls.Add(this.empListBtn);
this.navigationPanel.Controls.Add(this.addEmpBtn);
this.navigationPanel.Controls.Add(this.homeBtn);
this.navigationPanel.Controls.Add(this.logoPanel);
this.navigationPanel.Dock = System.Windows.Forms.DockStyle.Left;
this.navigationPanel.Location = new System.Drawing.Point(0, 0);
this.navigationPanel.Name = "navigationPanel";
this.navigationPanel.Size = new System.Drawing.Size(180, 461);
this.navigationPanel.TabIndex = 0;
//
// toDoListBtn
//
this.toDoListBtn.Dock = System.Windows.Forms.DockStyle.Top;
this.toDoListBtn.FlatAppearance.BorderSize = 0;
this.toDoListBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.toDoListBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toDoListBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.toDoListBtn.IconChar = FontAwesome.Sharp.IconChar.List;
this.toDoListBtn.IconColor = System.Drawing.Color.Gainsboro;
this.toDoListBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.toDoListBtn.IconSize = 32;
this.toDoListBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toDoListBtn.Location = new System.Drawing.Point(0, 260);
this.toDoListBtn.Name = "toDoListBtn";
this.toDoListBtn.Padding = new System.Windows.Forms.Padding(12, 0, 20, 0);
this.toDoListBtn.Size = new System.Drawing.Size(180, 60);
this.toDoListBtn.TabIndex = 4;
this.toDoListBtn.Text = "ToDo List";
this.toDoListBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toDoListBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.toDoListBtn.UseVisualStyleBackColor = true;
this.toDoListBtn.Click += new System.EventHandler(this.toDoListBtn_Click_1);
//
// empListBtn
//
this.empListBtn.Dock = System.Windows.Forms.DockStyle.Top;
this.empListBtn.FlatAppearance.BorderSize = 0;
this.empListBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.empListBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.empListBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.empListBtn.IconChar = FontAwesome.Sharp.IconChar.AddressBook;
this.empListBtn.IconColor = System.Drawing.Color.Gainsboro;
this.empListBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.empListBtn.IconSize = 32;
this.empListBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.empListBtn.Location = new System.Drawing.Point(0, 200);
this.empListBtn.Name = "empListBtn";
this.empListBtn.Padding = new System.Windows.Forms.Padding(12, 0, 20, 0);
this.empListBtn.Size = new System.Drawing.Size(180, 60);
this.empListBtn.TabIndex = 3;
this.empListBtn.Text = "Employees List";
this.empListBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.empListBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.empListBtn.UseVisualStyleBackColor = true;
this.empListBtn.Click += new System.EventHandler(this.empListBtn_Click_1);
//
// addEmpBtn
//
this.addEmpBtn.Dock = System.Windows.Forms.DockStyle.Top;
this.addEmpBtn.FlatAppearance.BorderSize = 0;
this.addEmpBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addEmpBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmpBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.addEmpBtn.IconChar = FontAwesome.Sharp.IconChar.UserEdit;
this.addEmpBtn.IconColor = System.Drawing.Color.Gainsboro;
this.addEmpBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.addEmpBtn.IconSize = 32;
this.addEmpBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.addEmpBtn.Location = new System.Drawing.Point(0, 140);
this.addEmpBtn.Name = "addEmpBtn";
this.addEmpBtn.Padding = new System.Windows.Forms.Padding(12, 0, 20, 0);
this.addEmpBtn.Size = new System.Drawing.Size(180, 60);
this.addEmpBtn.TabIndex = 2;
this.addEmpBtn.Text = "Add Employee";
this.addEmpBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.addEmpBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.addEmpBtn.UseVisualStyleBackColor = true;
this.addEmpBtn.Click += new System.EventHandler(this.addEmpBtn_Click);
//
// homeBtn
//
this.homeBtn.Dock = System.Windows.Forms.DockStyle.Top;
this.homeBtn.FlatAppearance.BorderSize = 0;
this.homeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.homeBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.homeBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.homeBtn.IconChar = FontAwesome.Sharp.IconChar.Home;
this.homeBtn.IconColor = System.Drawing.Color.Gainsboro;
this.homeBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.homeBtn.IconSize = 32;
this.homeBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.homeBtn.Location = new System.Drawing.Point(0, 80);
this.homeBtn.Name = "homeBtn";
this.homeBtn.Padding = new System.Windows.Forms.Padding(12, 0, 20, 0);
this.homeBtn.Size = new System.Drawing.Size(180, 60);
this.homeBtn.TabIndex = 1;
this.homeBtn.Text = "Home";
this.homeBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.homeBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.homeBtn.UseVisualStyleBackColor = true;
this.homeBtn.Click += new System.EventHandler(this.homeBtn_Click);
//
// logoPanel
//
this.logoPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
this.logoPanel.Controls.Add(this.logoPic);
this.logoPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.logoPanel.Location = new System.Drawing.Point(0, 0);
this.logoPanel.Name = "logoPanel";
this.logoPanel.Size = new System.Drawing.Size(180, 80);
this.logoPanel.TabIndex = 0;
//
// logoPic
//
this.logoPic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
this.logoPic.Dock = System.Windows.Forms.DockStyle.Fill;
this.logoPic.ForeColor = System.Drawing.SystemColors.ControlText;
this.logoPic.IconChar = FontAwesome.Sharp.IconChar.None;
this.logoPic.IconColor = System.Drawing.SystemColors.ControlText;
this.logoPic.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.logoPic.IconSize = 80;
this.logoPic.Location = new System.Drawing.Point(0, 0);
this.logoPic.Name = "logoPic";
this.logoPic.Size = new System.Drawing.Size(180, 80);
this.logoPic.TabIndex = 0;
this.logoPic.TabStop = false;
this.logoPic.Click += new System.EventHandler(this.logoPic_Click);
//
// titlePanel
//
this.titlePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.titlePanel.Controls.Add(this.minBtn);
this.titlePanel.Controls.Add(this.maxBtn);
this.titlePanel.Controls.Add(this.exitBtn);
this.titlePanel.Controls.Add(this.crntUsedFormTitle);
this.titlePanel.Controls.Add(this.crntUsedFormIcon);
this.titlePanel.Dock = System.Windows.Forms.DockStyle.Top;
this.titlePanel.Location = new System.Drawing.Point(180, 0);
this.titlePanel.Name = "titlePanel";
this.titlePanel.Size = new System.Drawing.Size(604, 80);
this.titlePanel.TabIndex = 1;
this.titlePanel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.titlePanel_MouseDoubleClick);
this.titlePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.titlePanel_MouseDown);
//
// minBtn
//
this.minBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.minBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.minBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.minBtn.IconChar = FontAwesome.Sharp.IconChar.WindowMinimize;
this.minBtn.IconColor = System.Drawing.Color.Gainsboro;
this.minBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.minBtn.IconSize = 20;
this.minBtn.Location = new System.Drawing.Point(526, 3);
this.minBtn.Name = "minBtn";
this.minBtn.Size = new System.Drawing.Size(20, 20);
this.minBtn.TabIndex = 6;
this.minBtn.TabStop = false;
this.minBtn.Click += new System.EventHandler(this.minBtn_Click);
//
// maxBtn
//
this.maxBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.maxBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.maxBtn.IconChar = FontAwesome.Sharp.IconChar.WindowMaximize;
this.maxBtn.IconColor = System.Drawing.Color.Gainsboro;
this.maxBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.maxBtn.IconSize = 20;
this.maxBtn.Location = new System.Drawing.Point(552, 3);
this.maxBtn.Name = "maxBtn";
this.maxBtn.Size = new System.Drawing.Size(20, 20);
this.maxBtn.TabIndex = 5;
this.maxBtn.TabStop = false;
this.maxBtn.Click += new System.EventHandler(this.maxBtn_Click);
//
// exitBtn
//
this.exitBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.exitBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.exitBtn.ForeColor = System.Drawing.Color.Gainsboro;
this.exitBtn.IconChar = FontAwesome.Sharp.IconChar.WindowClose;
this.exitBtn.IconColor = System.Drawing.Color.Gainsboro;
this.exitBtn.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.exitBtn.IconSize = 20;
this.exitBtn.Location = new System.Drawing.Point(578, 3);
this.exitBtn.Name = "exitBtn";
this.exitBtn.Size = new System.Drawing.Size(20, 20);
this.exitBtn.TabIndex = 4;
this.exitBtn.TabStop = false;
this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
//
// crntUsedFormTitle
//
this.crntUsedFormTitle.AutoSize = true;
this.crntUsedFormTitle.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.crntUsedFormTitle.ForeColor = System.Drawing.Color.Gainsboro;
this.crntUsedFormTitle.Location = new System.Drawing.Point(53, 34);
this.crntUsedFormTitle.Name = "crntUsedFormTitle";
this.crntUsedFormTitle.Size = new System.Drawing.Size(47, 17);
this.crntUsedFormTitle.TabIndex = 2;
this.crntUsedFormTitle.Text = "Home";
//
// crntUsedFormIcon
//
this.crntUsedFormIcon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.crntUsedFormIcon.ForeColor = System.Drawing.Color.Gainsboro;
this.crntUsedFormIcon.IconChar = FontAwesome.Sharp.IconChar.Home;
this.crntUsedFormIcon.IconColor = System.Drawing.Color.Gainsboro;
this.crntUsedFormIcon.IconFont = FontAwesome.Sharp.IconFont.Auto;
this.crntUsedFormIcon.Location = new System.Drawing.Point(15, 25);
this.crntUsedFormIcon.Name = "crntUsedFormIcon";
this.crntUsedFormIcon.Size = new System.Drawing.Size(32, 32);
this.crntUsedFormIcon.TabIndex = 2;
this.crntUsedFormIcon.TabStop = false;
//
// shadowPanel
//
this.shadowPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(167)))));
this.shadowPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.shadowPanel.Location = new System.Drawing.Point(180, 80);
this.shadowPanel.Name = "shadowPanel";
this.shadowPanel.Size = new System.Drawing.Size(604, 5);
this.shadowPanel.TabIndex = 2;
//
// desktopPanel
//
this.desktopPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(167)))));
this.desktopPanel.Controls.Add(this.homeLayoutPanel);
this.desktopPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.desktopPanel.Location = new System.Drawing.Point(180, 85);
this.desktopPanel.Name = "desktopPanel";
this.desktopPanel.Size = new System.Drawing.Size(604, 376);
this.desktopPanel.TabIndex = 3;
//
// homeLayoutPanel
//
this.homeLayoutPanel.ColumnCount = 1;
this.homeLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.homeLayoutPanel.Controls.Add(this.versionLabel, 0, 3);
this.homeLayoutPanel.Controls.Add(this.emsLabel, 0, 0);
this.homeLayoutPanel.Controls.Add(this.labelTime, 0, 2);
this.homeLayoutPanel.Controls.Add(this.labelDate, 0, 1);
this.homeLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.homeLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.homeLayoutPanel.Name = "homeLayoutPanel";
this.homeLayoutPanel.RowCount = 4;
this.homeLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.homeLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.homeLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.homeLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.homeLayoutPanel.Size = new System.Drawing.Size(604, 376);
this.homeLayoutPanel.TabIndex = 2;
//
// versionLabel
//
this.versionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.versionLabel.Location = new System.Drawing.Point(3, 337);
this.versionLabel.Name = "versionLabel";
this.versionLabel.Size = new System.Drawing.Size(598, 39);
this.versionLabel.TabIndex = 0;
this.versionLabel.Text = "V 1.0";
this.versionLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// emsLabel
//
this.emsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.emsLabel.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emsLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.emsLabel.Location = new System.Drawing.Point(3, 0);
this.emsLabel.Name = "emsLabel";
this.emsLabel.Size = new System.Drawing.Size(598, 75);
this.emsLabel.TabIndex = 2;
this.emsLabel.Text = "Employee Management System";
this.emsLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// labelTime
//
this.labelTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.labelTime.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.labelTime.Location = new System.Drawing.Point(3, 206);
this.labelTime.Name = "labelTime";
this.labelTime.Size = new System.Drawing.Size(598, 131);
this.labelTime.TabIndex = 1;
this.labelTime.Text = "Time";
this.labelTime.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// labelDate
//
this.labelDate.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelDate.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
this.labelDate.Location = new System.Drawing.Point(3, 75);
this.labelDate.Name = "labelDate";
this.labelDate.Size = new System.Drawing.Size(598, 131);
this.labelDate.TabIndex = 0;
this.labelDate.Text = "Date";
this.labelDate.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// timeTimer
//
this.timeTimer.Enabled = true;
this.timeTimer.Tick += new System.EventHandler(this.timeTimer_Tick);
//
// AppForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 461);
this.Controls.Add(this.desktopPanel);
this.Controls.Add(this.shadowPanel);
this.Controls.Add(this.titlePanel);
this.Controls.Add(this.navigationPanel);
this.Name = "AppForm";
this.Text = "AppForm";
this.Load += new System.EventHandler(this.AppForm_Load);
this.navigationPanel.ResumeLayout(false);
this.logoPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.logoPic)).EndInit();
this.titlePanel.ResumeLayout(false);
this.titlePanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.minBtn)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.maxBtn)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.exitBtn)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.crntUsedFormIcon)).EndInit();
this.desktopPanel.ResumeLayout(false);
this.homeLayoutPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel navigationPanel;
private FontAwesome.Sharp.IconButton homeBtn;
private System.Windows.Forms.Panel logoPanel;
private System.Windows.Forms.Panel titlePanel;
private FontAwesome.Sharp.IconPictureBox crntUsedFormIcon;
private System.Windows.Forms.Label crntUsedFormTitle;
private System.Windows.Forms.Panel shadowPanel;
private System.Windows.Forms.Panel desktopPanel;
private FontAwesome.Sharp.IconPictureBox logoPic;
private FontAwesome.Sharp.IconPictureBox minBtn;
private FontAwesome.Sharp.IconPictureBox maxBtn;
private FontAwesome.Sharp.IconPictureBox exitBtn;
private System.Windows.Forms.Label labelDate;
private System.Windows.Forms.Label labelTime;
private System.Windows.Forms.TableLayoutPanel homeLayoutPanel;
private System.Windows.Forms.Timer timeTimer;
private System.Windows.Forms.Label emsLabel;
private System.Windows.Forms.Label versionLabel;
private FontAwesome.Sharp.IconButton toDoListBtn;
private FontAwesome.Sharp.IconButton empListBtn;
private FontAwesome.Sharp.IconButton addEmpBtn;
}
}