/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogo));
     this.bunifuTLogo = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuTLogo
     //
     this.bunifuTLogo.AnimationType    = BunifuAnimatorNS.AnimationType.VertSlide;
     this.bunifuTLogo.Cursor           = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime                = 1F;
     animation1.MinTime                = 0F;
     animation1.MosaicCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize             = 0;
     animation1.Padding                = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff            = 0F;
     animation1.RotateLimit            = 0F;
     animation1.ScaleCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff              = 0F;
     animation1.TransparencyCoeff      = 0F;
     this.bunifuTLogo.DefaultAnimation = animation1;
     this.bunifuTLogo.TimeStep         = 0.01F;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.bunifuTLogo.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(195, 58);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(530, 550);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Visible  = false;
     //
     // frmLogo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(880, 650);
     this.Controls.Add(this.pictureBox1);
     this.bunifuTLogo.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmLogo";
     this.Text            = "frmLogo";
     this.Load           += new System.EventHandler(this.frmLogo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Countries));
     this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panel1            = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.Leaf;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 1F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 0;
     animation1.Padding                      = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 0F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     //
     // panel1
     //
     this.panel1.AllowDrop  = true;
     this.panel1.AutoScroll = true;
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(787, 553);
     this.panel1.TabIndex = 8;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint_1);
     //
     // Countries
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.Name  = "Countries";
     this.Size  = new System.Drawing.Size(791, 559);
     this.Load += new System.EventHandler(this.Countries_Load);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Tasarımcı desteği için gerekli metot - bu metodun
 ///içeriğini kod düzenleyici ile değiştirmeyin.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation5 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContainerForm));
     this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.anmPageChange = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // anmPageChange
     //
     this.anmPageChange.AnimationType  = BunifuAnimatorNS.AnimationType.Transparent;
     this.anmPageChange.Cursor         = null;
     animation5.AnimateOnlyDifferences = true;
     animation5.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.BlindCoeff")));
     animation5.LeafCoeff                = 0F;
     animation5.MaxTime                  = 1F;
     animation5.MinTime                  = 0F;
     animation5.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicCoeff")));
     animation5.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicShift")));
     animation5.MosaicSize               = 0;
     animation5.Padding                  = new System.Windows.Forms.Padding(0);
     animation5.RotateCoeff              = 0F;
     animation5.RotateLimit              = 0F;
     animation5.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation5.ScaleCoeff")));
     animation5.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation5.SlideCoeff")));
     animation5.TimeCoeff                = 0F;
     animation5.TransparencyCoeff        = 1F;
     this.anmPageChange.DefaultAnimation = animation5;
     //
     // ContainerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(949, 553);
     this.anmPageChange.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ContainerForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Container_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Panel panelTable;
     BunifuAnimatorNS.Animation animation3 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
     BunifuAnimatorNS.Animation animation4 = new BunifuAnimatorNS.Animation();
     this.ucSkillsTableLayer    = new WindowsFormsProject.ucSkillsTable();
     this.ucSkillInfoTableLayer = new WindowsFormsProject.ucSkillInfoTable();
     this.ucReferenceTableLayer = new WindowsFormsProject.ucReferenceTable();
     this.ucEmployeesTableLayer = new WindowsFormsProject.ucEmployeesTable();
     this.sidePanel             = new System.Windows.Forms.Panel();
     this.pbButtonTooBar        = new System.Windows.Forms.PictureBox();
     this.lblButtonToolBar      = new System.Windows.Forms.Label();
     this.btnTbl14           = new System.Windows.Forms.Button();
     this.btnTbl3            = new System.Windows.Forms.Button();
     this.btnTbl2            = new System.Windows.Forms.Button();
     this.btnTbl1            = new System.Windows.Forms.Button();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.pnlTop             = new System.Windows.Forms.Panel();
     this.btnMini            = new System.Windows.Forms.Button();
     this.btnClose           = new System.Windows.Forms.Button();
     this.lblTopPanel        = new System.Windows.Forms.Label();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.btEffectShow       = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.btEffectClose      = new BunifuAnimatorNS.BunifuTransition(this.components);
     panelTable = new System.Windows.Forms.Panel();
     panelTable.SuspendLayout();
     this.sidePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbButtonTooBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlTop.SuspendLayout();
     this.SuspendLayout();
     //
     // panelTable
     //
     panelTable.BackColor = System.Drawing.Color.Gainsboro;
     panelTable.Controls.Add(this.ucSkillsTableLayer);
     panelTable.Controls.Add(this.ucSkillInfoTableLayer);
     panelTable.Controls.Add(this.ucReferenceTableLayer);
     panelTable.Controls.Add(this.ucEmployeesTableLayer);
     this.btEffectClose.SetDecoration(panelTable, BunifuAnimatorNS.DecorationType.None);
     this.btEffectShow.SetDecoration(panelTable, BunifuAnimatorNS.DecorationType.None);
     panelTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     panelTable.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     panelTable.Location = new System.Drawing.Point(192, 0);
     panelTable.Name     = "panelTable";
     panelTable.Size     = new System.Drawing.Size(756, 401);
     panelTable.TabIndex = 2;
     //
     // ucSkillsTableLayer
     //
     this.btEffectShow.SetDecoration(this.ucSkillsTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.ucSkillsTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.ucSkillsTableLayer.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ucSkillsTableLayer.Location = new System.Drawing.Point(0, -1075);
     this.ucSkillsTableLayer.Name     = "ucSkillsTableLayer";
     this.ucSkillsTableLayer.Size     = new System.Drawing.Size(756, 369);
     this.ucSkillsTableLayer.TabIndex = 3;
     this.ucSkillsTableLayer.Visible  = false;
     //
     // ucSkillInfoTableLayer
     //
     this.btEffectShow.SetDecoration(this.ucSkillInfoTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.ucSkillInfoTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.ucSkillInfoTableLayer.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ucSkillInfoTableLayer.Location = new System.Drawing.Point(0, -706);
     this.ucSkillInfoTableLayer.Name     = "ucSkillInfoTableLayer";
     this.ucSkillInfoTableLayer.Size     = new System.Drawing.Size(756, 369);
     this.ucSkillInfoTableLayer.TabIndex = 2;
     this.ucSkillInfoTableLayer.Visible  = false;
     //
     // ucReferenceTableLayer
     //
     this.btEffectShow.SetDecoration(this.ucReferenceTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.ucReferenceTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.ucReferenceTableLayer.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ucReferenceTableLayer.Location = new System.Drawing.Point(0, -337);
     this.ucReferenceTableLayer.Name     = "ucReferenceTableLayer";
     this.ucReferenceTableLayer.Size     = new System.Drawing.Size(756, 369);
     this.ucReferenceTableLayer.TabIndex = 1;
     this.ucReferenceTableLayer.Visible  = false;
     //
     // ucEmployeesTableLayer
     //
     this.btEffectShow.SetDecoration(this.ucEmployeesTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.ucEmployeesTableLayer, BunifuAnimatorNS.DecorationType.None);
     this.ucEmployeesTableLayer.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ucEmployeesTableLayer.Location = new System.Drawing.Point(0, 32);
     this.ucEmployeesTableLayer.Name     = "ucEmployeesTableLayer";
     this.ucEmployeesTableLayer.Size     = new System.Drawing.Size(756, 369);
     this.ucEmployeesTableLayer.TabIndex = 0;
     //
     // sidePanel
     //
     this.sidePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.sidePanel.Controls.Add(this.pbButtonTooBar);
     this.sidePanel.Controls.Add(this.lblButtonToolBar);
     this.sidePanel.Controls.Add(this.btnTbl14);
     this.sidePanel.Controls.Add(this.btnTbl3);
     this.sidePanel.Controls.Add(this.btnTbl2);
     this.sidePanel.Controls.Add(this.btnTbl1);
     this.sidePanel.Controls.Add(this.pictureBox1);
     this.btEffectClose.SetDecoration(this.sidePanel, BunifuAnimatorNS.DecorationType.None);
     this.btEffectShow.SetDecoration(this.sidePanel, BunifuAnimatorNS.DecorationType.None);
     this.sidePanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.sidePanel.Location = new System.Drawing.Point(0, 0);
     this.sidePanel.Name     = "sidePanel";
     this.sidePanel.Size     = new System.Drawing.Size(192, 401);
     this.sidePanel.TabIndex = 0;
     //
     // pbButtonTooBar
     //
     this.pbButtonTooBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(146)))), ((int)(((byte)(49)))));
     this.btEffectShow.SetDecoration(this.pbButtonTooBar, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.pbButtonTooBar, BunifuAnimatorNS.DecorationType.None);
     this.pbButtonTooBar.Image    = global::WindowsFormsProject.Properties.Resources.db_Server;
     this.pbButtonTooBar.Location = new System.Drawing.Point(3, 3);
     this.pbButtonTooBar.Name     = "pbButtonTooBar";
     this.pbButtonTooBar.Size     = new System.Drawing.Size(39, 37);
     this.pbButtonTooBar.TabIndex = 12;
     this.pbButtonTooBar.TabStop  = false;
     //
     // lblButtonToolBar
     //
     this.lblButtonToolBar.AutoSize  = true;
     this.lblButtonToolBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(146)))), ((int)(((byte)(49)))));
     this.btEffectShow.SetDecoration(this.lblButtonToolBar, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.lblButtonToolBar, BunifuAnimatorNS.DecorationType.None);
     this.lblButtonToolBar.Font      = new System.Drawing.Font("Century Schoolbook", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblButtonToolBar.ForeColor = System.Drawing.Color.White;
     this.lblButtonToolBar.Location  = new System.Drawing.Point(40, 9);
     this.lblButtonToolBar.Name      = "lblButtonToolBar";
     this.lblButtonToolBar.Size      = new System.Drawing.Size(148, 23);
     this.lblButtonToolBar.TabIndex  = 0;
     this.lblButtonToolBar.Text      = "My SQL Tables";
     //
     // btnTbl14
     //
     this.btEffectShow.SetDecoration(this.btnTbl14, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.btnTbl14, BunifuAnimatorNS.DecorationType.None);
     this.btnTbl14.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnTbl14.FlatAppearance.BorderSize         = 0;
     this.btnTbl14.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl14.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTbl14.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTbl14.ForeColor = System.Drawing.Color.White;
     this.btnTbl14.Location  = new System.Drawing.Point(0, 196);
     this.btnTbl14.Name      = "btnTbl14";
     this.btnTbl14.Size      = new System.Drawing.Size(192, 50);
     this.btnTbl14.TabIndex  = 11;
     this.btnTbl14.Tag       = "3";
     this.btnTbl14.Text      = "Skill Info";
     this.btnTbl14.UseVisualStyleBackColor = true;
     this.btnTbl14.Click += new System.EventHandler(this.ChangePanel);
     //
     // btnTbl3
     //
     this.btEffectShow.SetDecoration(this.btnTbl3, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.btnTbl3, BunifuAnimatorNS.DecorationType.None);
     this.btnTbl3.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnTbl3.FlatAppearance.BorderSize         = 0;
     this.btnTbl3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTbl3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTbl3.ForeColor = System.Drawing.Color.White;
     this.btnTbl3.Location  = new System.Drawing.Point(0, 146);
     this.btnTbl3.Name      = "btnTbl3";
     this.btnTbl3.Size      = new System.Drawing.Size(192, 50);
     this.btnTbl3.TabIndex  = 10;
     this.btnTbl3.Tag       = "2";
     this.btnTbl3.Text      = "Skills";
     this.btnTbl3.UseVisualStyleBackColor = true;
     this.btnTbl3.Click += new System.EventHandler(this.ChangePanel);
     //
     // btnTbl2
     //
     this.btEffectShow.SetDecoration(this.btnTbl2, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.btnTbl2, BunifuAnimatorNS.DecorationType.None);
     this.btnTbl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnTbl2.FlatAppearance.BorderSize         = 0;
     this.btnTbl2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTbl2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTbl2.ForeColor = System.Drawing.Color.White;
     this.btnTbl2.Location  = new System.Drawing.Point(0, 96);
     this.btnTbl2.Name      = "btnTbl2";
     this.btnTbl2.Size      = new System.Drawing.Size(192, 50);
     this.btnTbl2.TabIndex  = 9;
     this.btnTbl2.Tag       = "1";
     this.btnTbl2.Text      = "Reference";
     this.btnTbl2.UseVisualStyleBackColor = true;
     this.btnTbl2.Click += new System.EventHandler(this.ChangePanel);
     //
     // btnTbl1
     //
     this.btnTbl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btEffectShow.SetDecoration(this.btnTbl1, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.btnTbl1, BunifuAnimatorNS.DecorationType.None);
     this.btnTbl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnTbl1.FlatAppearance.BorderSize         = 0;
     this.btnTbl1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(43)))), ((int)(((byte)(55)))));
     this.btnTbl1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTbl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTbl1.ForeColor = System.Drawing.Color.White;
     this.btnTbl1.Location  = new System.Drawing.Point(0, 46);
     this.btnTbl1.Name      = "btnTbl1";
     this.btnTbl1.Size      = new System.Drawing.Size(192, 50);
     this.btnTbl1.TabIndex  = 8;
     this.btnTbl1.Tag       = "0";
     this.btnTbl1.Text      = "Employees";
     this.btnTbl1.UseVisualStyleBackColor = true;
     this.btnTbl1.Click += new System.EventHandler(this.ChangePanel);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(146)))), ((int)(((byte)(49)))));
     this.btEffectShow.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(192, 46);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     //
     // pnlTop
     //
     this.pnlTop.BackColor = System.Drawing.Color.White;
     this.pnlTop.Controls.Add(this.btnMini);
     this.pnlTop.Controls.Add(this.btnClose);
     this.pnlTop.Controls.Add(this.lblTopPanel);
     this.btEffectClose.SetDecoration(this.pnlTop, BunifuAnimatorNS.DecorationType.None);
     this.btEffectShow.SetDecoration(this.pnlTop, BunifuAnimatorNS.DecorationType.None);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pnlTop.Location = new System.Drawing.Point(192, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(756, 32);
     this.pnlTop.TabIndex = 3;
     //
     // btnMini
     //
     this.btnMini.BackColor             = System.Drawing.Color.White;
     this.btnMini.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btEffectShow.SetDecoration(this.btnMini, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.btnMini, BunifuAnimatorNS.DecorationType.None);
     this.btnMini.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnMini.FlatAppearance.BorderSize         = 0;
     this.btnMini.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver;
     this.btnMini.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
     this.btnMini.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMini.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMini.ForeColor = System.Drawing.Color.Black;
     this.btnMini.Location  = new System.Drawing.Point(716, 0);
     this.btnMini.Name      = "btnMini";
     this.btnMini.Size      = new System.Drawing.Size(20, 32);
     this.btnMini.TabIndex  = 14;
     this.btnMini.Text      = "_";
     this.btnMini.UseVisualStyleBackColor = false;
     this.btnMini.Click += new System.EventHandler(this.btnMini_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor             = System.Drawing.Color.White;
     this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btEffectShow.SetDecoration(this.btnClose, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.btnClose, BunifuAnimatorNS.DecorationType.None);
     this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnClose.FlatAppearance.BorderSize         = 0;
     this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver;
     this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.ForeColor = System.Drawing.Color.Black;
     this.btnClose.Location  = new System.Drawing.Point(736, 0);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(20, 32);
     this.btnClose.TabIndex  = 13;
     this.btnClose.Text      = "X";
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click_1);
     //
     // lblTopPanel
     //
     this.lblTopPanel.AutoSize  = true;
     this.lblTopPanel.BackColor = System.Drawing.Color.White;
     this.btEffectShow.SetDecoration(this.lblTopPanel, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this.lblTopPanel, BunifuAnimatorNS.DecorationType.None);
     this.lblTopPanel.Font      = new System.Drawing.Font("Century Schoolbook", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTopPanel.ForeColor = System.Drawing.Color.Black;
     this.lblTopPanel.Location  = new System.Drawing.Point(267, 3);
     this.lblTopPanel.Name      = "lblTopPanel";
     this.lblTopPanel.Size      = new System.Drawing.Size(150, 18);
     this.lblTopPanel.TabIndex  = 13;
     this.lblTopPanel.Text      = "My Winform Project";
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlTop;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // btEffectShow
     //
     this.btEffectShow.AnimationType   = BunifuAnimatorNS.AnimationType.Leaf;
     this.btEffectShow.Cursor          = null;
     animation3.AnimateOnlyDifferences = true;
     animation3.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff               = 1F;
     animation3.MaxTime                 = 1F;
     animation3.MinTime                 = 0F;
     animation3.MosaicCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift             = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize              = 0;
     animation3.Padding                 = new System.Windows.Forms.Padding(0);
     animation3.RotateCoeff             = 0F;
     animation3.RotateLimit             = 0F;
     animation3.ScaleCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff               = 0F;
     animation3.TransparencyCoeff       = 0F;
     this.btEffectShow.DefaultAnimation = animation3;
     //
     // btEffectClose
     //
     this.btEffectClose.AnimationType  = BunifuAnimatorNS.AnimationType.Mosaic;
     this.btEffectClose.Cursor         = null;
     animation4.AnimateOnlyDifferences = true;
     animation4.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff                = 0F;
     animation4.MaxTime                  = 1F;
     animation4.MinTime                  = 0F;
     animation4.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize               = 20;
     animation4.Padding                  = new System.Windows.Forms.Padding(30);
     animation4.RotateCoeff              = 0F;
     animation4.RotateLimit              = 0F;
     animation4.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff                = 0F;
     animation4.TransparencyCoeff        = 0F;
     this.btEffectClose.DefaultAnimation = animation4;
     //
     // mainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(948, 401);
     this.Controls.Add(this.pnlTop);
     this.Controls.Add(panelTable);
     this.Controls.Add(this.sidePanel);
     this.btEffectShow.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.btEffectClose.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "mainForm";
     panelTable.ResumeLayout(false);
     this.sidePanel.ResumeLayout(false);
     this.sidePanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbButtonTooBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton3  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton4  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton5  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel1             = new System.Windows.Forms.Panel();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel2 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.container          = new System.Windows.Forms.Panel();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.panel2             = new System.Windows.Forms.Panel();
     this.pictureBox3        = new System.Windows.Forms.PictureBox();
     this.bunifuTransition1  = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.readings1          = new osx_style_iot_smart_house_gui.readings();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 7;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 7;
     this.bunifuFlatButton1.ButtonText            = "Bathroom";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = false;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = false;
     this.bunifuFlatButton1.IconZoom         = 90D;
     this.bunifuFlatButton1.IsTab            = true;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(6, 4);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.White;
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.White;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(24)))), ((int)(((byte)(144)))));
     this.bunifuFlatButton1.selected         = true;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(95, 31);
     this.bunifuFlatButton1.TabIndex         = 0;
     this.bunifuFlatButton1.Text             = "Bathroom";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Roboto Light", 12.75F);
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.White;
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 7;
     this.bunifuFlatButton2.ButtonText            = "Kitchen";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = false;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = false;
     this.bunifuFlatButton2.IconZoom         = 90D;
     this.bunifuFlatButton2.IsTab            = true;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(107, 4);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.White;
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.White;
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(24)))), ((int)(((byte)(144)))));
     this.bunifuFlatButton2.selected         = false;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(95, 31);
     this.bunifuFlatButton2.TabIndex         = 1;
     this.bunifuFlatButton2.Text             = "Kitchen";
     this.bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Roboto Light", 12.75F);
     this.bunifuFlatButton2.Click           += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.White;
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton3.BorderRadius          = 7;
     this.bunifuFlatButton3.ButtonText            = "Living room";
     this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = false;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = false;
     this.bunifuFlatButton3.IconZoom         = 90D;
     this.bunifuFlatButton3.IsTab            = true;
     this.bunifuFlatButton3.Location         = new System.Drawing.Point(208, 4);
     this.bunifuFlatButton3.Name             = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor      = System.Drawing.Color.White;
     this.bunifuFlatButton3.OnHovercolor     = System.Drawing.Color.White;
     this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(24)))), ((int)(((byte)(144)))));
     this.bunifuFlatButton3.selected         = false;
     this.bunifuFlatButton3.Size             = new System.Drawing.Size(111, 31);
     this.bunifuFlatButton3.TabIndex         = 2;
     this.bunifuFlatButton3.Text             = "Living room";
     this.bunifuFlatButton3.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton3.Textcolor        = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
     this.bunifuFlatButton3.TextFont         = new System.Drawing.Font("Roboto Light", 12.75F);
     this.bunifuFlatButton3.Click           += new System.EventHandler(this.bunifuFlatButton3_Click);
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.White;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 7;
     this.bunifuFlatButton4.ButtonText            = "Study";
     this.bunifuFlatButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = false;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = false;
     this.bunifuFlatButton4.IconZoom         = 90D;
     this.bunifuFlatButton4.IsTab            = true;
     this.bunifuFlatButton4.Location         = new System.Drawing.Point(325, 4);
     this.bunifuFlatButton4.Name             = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor      = System.Drawing.Color.White;
     this.bunifuFlatButton4.OnHovercolor     = System.Drawing.Color.White;
     this.bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(24)))), ((int)(((byte)(144)))));
     this.bunifuFlatButton4.selected         = false;
     this.bunifuFlatButton4.Size             = new System.Drawing.Size(74, 31);
     this.bunifuFlatButton4.TabIndex         = 3;
     this.bunifuFlatButton4.Text             = "Study";
     this.bunifuFlatButton4.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton4.Textcolor        = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
     this.bunifuFlatButton4.TextFont         = new System.Drawing.Font("Roboto Light", 12.75F);
     this.bunifuFlatButton4.Click           += new System.EventHandler(this.bunifuFlatButton4_Click);
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.White;
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton5.BorderRadius          = 7;
     this.bunifuFlatButton5.ButtonText            = "Backyard";
     this.bunifuFlatButton5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton5.Iconimage")));
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = false;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = false;
     this.bunifuFlatButton5.IconZoom         = 90D;
     this.bunifuFlatButton5.IsTab            = true;
     this.bunifuFlatButton5.Location         = new System.Drawing.Point(405, 4);
     this.bunifuFlatButton5.Name             = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor      = System.Drawing.Color.White;
     this.bunifuFlatButton5.OnHovercolor     = System.Drawing.Color.White;
     this.bunifuFlatButton5.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(24)))), ((int)(((byte)(144)))));
     this.bunifuFlatButton5.selected         = false;
     this.bunifuFlatButton5.Size             = new System.Drawing.Size(93, 31);
     this.bunifuFlatButton5.TabIndex         = 4;
     this.bunifuFlatButton5.Text             = "Backyard";
     this.bunifuFlatButton5.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton5.Textcolor        = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
     this.bunifuFlatButton5.TextFont         = new System.Drawing.Font("Roboto Light", 12.75F);
     this.bunifuFlatButton5.Click           += new System.EventHandler(this.bunifuFlatButton5_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.bunifuFlatButton1);
     this.panel1.Controls.Add(this.bunifuFlatButton5);
     this.panel1.Controls.Add(this.bunifuFlatButton2);
     this.panel1.Controls.Add(this.bunifuFlatButton4);
     this.panel1.Controls.Add(this.bunifuFlatButton3);
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(331, 46);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(505, 38);
     this.panel1.TabIndex = 5;
     //
     // pictureBox1
     //
     this.bunifuTransition1.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(12, 13);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(63, 59);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Roboto Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(83, 13);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(193, 28);
     this.bunifuCustomLabel1.TabIndex  = 7;
     this.bunifuCustomLabel1.Text      = "Sunday, 18 October";
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel2.Font      = new System.Drawing.Font("Roboto Light", 11.75F);
     this.bunifuCustomLabel2.ForeColor = System.Drawing.Color.Gray;
     this.bunifuCustomLabel2.Location  = new System.Drawing.Point(88, 45);
     this.bunifuCustomLabel2.Name      = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size      = new System.Drawing.Size(112, 21);
     this.bunifuCustomLabel2.TabIndex  = 8;
     this.bunifuCustomLabel2.Text      = "Nairobi, Kenya";
     //
     // container
     //
     this.container.BackColor = System.Drawing.Color.WhiteSmoke;
     this.container.Controls.Add(this.readings1);
     this.bunifuTransition1.SetDecoration(this.container, BunifuAnimatorNS.DecorationType.None);
     this.container.Location = new System.Drawing.Point(50, 210);
     this.container.Name     = "container";
     this.container.Size     = new System.Drawing.Size(786, 261);
     this.container.TabIndex = 9;
     //
     // pictureBox2
     //
     this.bunifuTransition1.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(50, 46);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(38, 38);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 10;
     this.pictureBox2.TabStop  = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.bunifuCustomLabel1);
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Controls.Add(this.bunifuCustomLabel2);
     this.bunifuTransition1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Location = new System.Drawing.Point(50, 110);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(786, 84);
     this.panel2.TabIndex = 11;
     //
     // pictureBox3
     //
     this.bunifuTransition1.SetDecoration(this.pictureBox3, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(94, 46);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(38, 38);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 12;
     this.pictureBox3.TabStop  = false;
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.bunifuTransition1.Cursor        = null;
     animation2.AnimateOnlyDifferences    = true;
     animation2.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff                    = 0F;
     animation2.MaxTime                      = 1F;
     animation2.MinTime                      = 0F;
     animation2.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize                   = 0;
     animation2.Padding                      = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff                  = 0F;
     animation2.RotateLimit                  = 0F;
     animation2.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff                    = 0F;
     animation2.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation2;
     //
     // readings1
     //
     this.readings1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.bunifuTransition1.SetDecoration(this.readings1, BunifuAnimatorNS.DecorationType.None);
     this.readings1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.readings1.Location = new System.Drawing.Point(0, 0);
     this.readings1.Name     = "readings1";
     this.readings1.Size     = new System.Drawing.Size(786, 261);
     this.readings1.TabIndex = 0;
     this.readings1.title    = "Bathroom";
     this.readings1.Load    += new System.EventHandler(this.readings1_Load);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.White;
     this.bunifuImageButton1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuImageButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(861, 11);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(29, 28);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 13;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(902, 520);
     this.Controls.Add(this.bunifuImageButton1);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.container);
     this.Controls.Add(this.panel1);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SIgnup));
     this.bunifuTileButton1 = new Bunifu.Framework.UI.BunifuTileButton();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.checkConnection   = new System.Windows.Forms.Label();
     this.fpic              = new System.Windows.Forms.PictureBox();
     this.paspic            = new System.Windows.Forms.PictureBox();
     this.conpaspic         = new System.Windows.Forms.PictureBox();
     this.upic              = new System.Windows.Forms.PictureBox();
     this.epic              = new System.Windows.Forms.PictureBox();
     this.lpic              = new System.Windows.Forms.PictureBox();
     this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panellast         = new System.Windows.Forms.Panel();
     this.panelemail        = new System.Windows.Forms.Panel();
     this.panelfirst        = new System.Windows.Forms.Panel();
     this.panelconpas       = new System.Windows.Forms.Panel();
     this.panelpass         = new System.Windows.Forms.Panel();
     this.paneluser         = new System.Windows.Forms.Panel();
     this.Close             = new System.Windows.Forms.Label();
     this.back              = new System.Windows.Forms.PictureBox();
     this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.bunifuElipse1     = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.email             = new System.Windows.Forms.TextBox();
     this.lname             = new System.Windows.Forms.TextBox();
     this.fname             = new System.Windows.Forms.TextBox();
     this.Username          = new System.Windows.Forms.TextBox();
     this.Password          = new System.Windows.Forms.TextBox();
     this.Conpassword       = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paspic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.conpaspic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.upic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.epic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lpic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.back)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuTileButton1
     //
     this.bunifuTileButton1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(98)))), ((int)(((byte)(212)))));
     this.bunifuTileButton1.color       = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(98)))), ((int)(((byte)(212)))));
     this.bunifuTileButton1.colorActive = System.Drawing.Color.RoyalBlue;
     this.bunifuTileButton1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuTileButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuTileButton1.Font          = new System.Drawing.Font("Lucida Calligraphy", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuTileButton1.ForeColor     = System.Drawing.Color.White;
     this.bunifuTileButton1.Image         = ((System.Drawing.Image)(resources.GetObject("bunifuTileButton1.Image")));
     this.bunifuTileButton1.ImagePosition = 11;
     this.bunifuTileButton1.ImageZoom     = 50;
     this.bunifuTileButton1.LabelPosition = 44;
     this.bunifuTileButton1.LabelText     = "Upload profile picture";
     this.bunifuTileButton1.Location      = new System.Drawing.Point(99, 24);
     this.bunifuTileButton1.Margin        = new System.Windows.Forms.Padding(4);
     this.bunifuTileButton1.Name          = "bunifuTileButton1";
     this.bunifuTileButton1.Size          = new System.Drawing.Size(144, 147);
     this.bunifuTileButton1.TabIndex      = 16;
     this.bunifuTileButton1.Click        += new System.EventHandler(this.BunifuTileButton1_Click);
     //
     // pictureBox1
     //
     this.bunifuTransition1.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Location = new System.Drawing.Point(99, 24);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(144, 147);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop  = false;
     //
     // checkConnection
     //
     this.checkConnection.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.checkConnection, BunifuAnimatorNS.DecorationType.None);
     this.checkConnection.Location = new System.Drawing.Point(27, 523);
     this.checkConnection.Name     = "checkConnection";
     this.checkConnection.Size     = new System.Drawing.Size(35, 13);
     this.checkConnection.TabIndex = 11;
     this.checkConnection.Text     = "label1";
     //
     // fpic
     //
     this.bunifuTransition1.SetDecoration(this.fpic, BunifuAnimatorNS.DecorationType.None);
     this.fpic.Image    = ((System.Drawing.Image)(resources.GetObject("fpic.Image")));
     this.fpic.Location = new System.Drawing.Point(27, 200);
     this.fpic.Name     = "fpic";
     this.fpic.Size     = new System.Drawing.Size(27, 30);
     this.fpic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.fpic.TabIndex = 21;
     this.fpic.TabStop  = false;
     //
     // paspic
     //
     this.bunifuTransition1.SetDecoration(this.paspic, BunifuAnimatorNS.DecorationType.None);
     this.paspic.Image    = ((System.Drawing.Image)(resources.GetObject("paspic.Image")));
     this.paspic.Location = new System.Drawing.Point(27, 357);
     this.paspic.Name     = "paspic";
     this.paspic.Size     = new System.Drawing.Size(27, 34);
     this.paspic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.paspic.TabIndex = 22;
     this.paspic.TabStop  = false;
     //
     // conpaspic
     //
     this.bunifuTransition1.SetDecoration(this.conpaspic, BunifuAnimatorNS.DecorationType.None);
     this.conpaspic.Image    = ((System.Drawing.Image)(resources.GetObject("conpaspic.Image")));
     this.conpaspic.Location = new System.Drawing.Point(27, 392);
     this.conpaspic.Name     = "conpaspic";
     this.conpaspic.Size     = new System.Drawing.Size(27, 34);
     this.conpaspic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.conpaspic.TabIndex = 23;
     this.conpaspic.TabStop  = false;
     //
     // upic
     //
     this.bunifuTransition1.SetDecoration(this.upic, BunifuAnimatorNS.DecorationType.None);
     this.upic.Image    = ((System.Drawing.Image)(resources.GetObject("upic.Image")));
     this.upic.Location = new System.Drawing.Point(27, 317);
     this.upic.Name     = "upic";
     this.upic.Size     = new System.Drawing.Size(27, 34);
     this.upic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.upic.TabIndex = 24;
     this.upic.TabStop  = false;
     //
     // epic
     //
     this.bunifuTransition1.SetDecoration(this.epic, BunifuAnimatorNS.DecorationType.None);
     this.epic.Image    = ((System.Drawing.Image)(resources.GetObject("epic.Image")));
     this.epic.Location = new System.Drawing.Point(27, 278);
     this.epic.Name     = "epic";
     this.epic.Size     = new System.Drawing.Size(27, 34);
     this.epic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.epic.TabIndex = 25;
     this.epic.TabStop  = false;
     //
     // lpic
     //
     this.bunifuTransition1.SetDecoration(this.lpic, BunifuAnimatorNS.DecorationType.None);
     this.lpic.Image    = ((System.Drawing.Image)(resources.GetObject("lpic.Image")));
     this.lpic.Location = new System.Drawing.Point(27, 238);
     this.lpic.Name     = "lpic";
     this.lpic.Size     = new System.Drawing.Size(27, 34);
     this.lpic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.lpic.TabIndex = 26;
     this.lpic.TabStop  = false;
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(98)))), ((int)(((byte)(212)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Sign Up";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = null;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 90D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(27, 445);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(98)))), ((int)(((byte)(212)))));
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.RoyalBlue;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(285, 48);
     this.bunifuFlatButton1.TabIndex         = 27;
     this.bunifuFlatButton1.Text             = "Sign Up";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.MaterialFlatButton1_Click);
     //
     // panellast
     //
     this.panellast.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.bunifuTransition1.SetDecoration(this.panellast, BunifuAnimatorNS.DecorationType.None);
     this.panellast.Location = new System.Drawing.Point(27, 271);
     this.panellast.Name     = "panellast";
     this.panellast.Size     = new System.Drawing.Size(265, 1);
     this.panellast.TabIndex = 28;
     //
     // panelemail
     //
     this.panelemail.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.bunifuTransition1.SetDecoration(this.panelemail, BunifuAnimatorNS.DecorationType.None);
     this.panelemail.Location = new System.Drawing.Point(27, 311);
     this.panelemail.Name     = "panelemail";
     this.panelemail.Size     = new System.Drawing.Size(265, 1);
     this.panelemail.TabIndex = 16;
     //
     // panelfirst
     //
     this.panelfirst.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.bunifuTransition1.SetDecoration(this.panelfirst, BunifuAnimatorNS.DecorationType.None);
     this.panelfirst.Location = new System.Drawing.Point(27, 229);
     this.panelfirst.Name     = "panelfirst";
     this.panelfirst.Size     = new System.Drawing.Size(265, 1);
     this.panelfirst.TabIndex = 16;
     //
     // panelconpas
     //
     this.panelconpas.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.bunifuTransition1.SetDecoration(this.panelconpas, BunifuAnimatorNS.DecorationType.None);
     this.panelconpas.Location = new System.Drawing.Point(27, 425);
     this.panelconpas.Name     = "panelconpas";
     this.panelconpas.Size     = new System.Drawing.Size(265, 1);
     this.panelconpas.TabIndex = 29;
     //
     // panelpass
     //
     this.panelpass.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.bunifuTransition1.SetDecoration(this.panelpass, BunifuAnimatorNS.DecorationType.None);
     this.panelpass.Location = new System.Drawing.Point(27, 390);
     this.panelpass.Name     = "panelpass";
     this.panelpass.Size     = new System.Drawing.Size(265, 1);
     this.panelpass.TabIndex = 16;
     //
     // paneluser
     //
     this.paneluser.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.bunifuTransition1.SetDecoration(this.paneluser, BunifuAnimatorNS.DecorationType.None);
     this.paneluser.Location = new System.Drawing.Point(27, 350);
     this.paneluser.Name     = "paneluser";
     this.paneluser.Size     = new System.Drawing.Size(265, 1);
     this.paneluser.TabIndex = 16;
     //
     // Close
     //
     this.Close.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.Close, BunifuAnimatorNS.DecorationType.None);
     this.Close.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Close.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.Close.Location  = new System.Drawing.Point(324, 2);
     this.Close.Name      = "Close";
     this.Close.Size      = new System.Drawing.Size(31, 32);
     this.Close.TabIndex  = 36;
     this.Close.Text      = "X";
     this.Close.Click    += new System.EventHandler(this.Close_Click);
     //
     // back
     //
     this.bunifuTransition1.SetDecoration(this.back, BunifuAnimatorNS.DecorationType.None);
     this.back.Image    = ((System.Drawing.Image)(resources.GetObject("back.Image")));
     this.back.Location = new System.Drawing.Point(3, 2);
     this.back.Name     = "back";
     this.back.Size     = new System.Drawing.Size(31, 38);
     this.back.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.back.TabIndex = 37;
     this.back.TabStop  = false;
     this.back.Click   += new System.EventHandler(this.Back_Click);
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlideAndRotate;
     this.bunifuTransition1.Cursor        = null;
     animation2.AnimateOnlyDifferences    = true;
     animation2.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff                    = 0F;
     animation2.MaxTime                      = 1F;
     animation2.MinTime                      = 0F;
     animation2.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize                   = 0;
     animation2.Padding                      = new System.Windows.Forms.Padding(50);
     animation2.RotateCoeff                  = 0.3F;
     animation2.RotateLimit                  = 0.2F;
     animation2.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff                    = 0F;
     animation2.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation2;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 30;
     this.bunifuElipse1.TargetControl = this;
     //
     // email
     //
     this.email.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.email.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.email, BunifuAnimatorNS.DecorationType.None);
     this.email.Font      = new System.Drawing.Font("Kristen ITC", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.email.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.email.Location  = new System.Drawing.Point(60, 283);
     this.email.Name      = "email";
     this.email.Size      = new System.Drawing.Size(225, 22);
     this.email.TabIndex  = 44;
     this.email.Text      = "Email";
     this.email.Click    += new System.EventHandler(this.Email_TextChanged);
     //
     // lname
     //
     this.lname.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.lname.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.lname, BunifuAnimatorNS.DecorationType.None);
     this.lname.Font      = new System.Drawing.Font("Kristen ITC", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lname.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lname.Location  = new System.Drawing.Point(60, 243);
     this.lname.Name      = "lname";
     this.lname.Size      = new System.Drawing.Size(225, 22);
     this.lname.TabIndex  = 45;
     this.lname.Text      = "Last Name";
     this.lname.Click    += new System.EventHandler(this.Lname_TextChanged);
     //
     // fname
     //
     this.fname.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.fname.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.fname, BunifuAnimatorNS.DecorationType.None);
     this.fname.Font      = new System.Drawing.Font("Kristen ITC", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fname.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.fname.Location  = new System.Drawing.Point(60, 205);
     this.fname.Name      = "fname";
     this.fname.Size      = new System.Drawing.Size(225, 22);
     this.fname.TabIndex  = 46;
     this.fname.Text      = "First Name";
     this.fname.Click    += new System.EventHandler(this.Fname_TextChanged);
     //
     // Username
     //
     this.Username.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.Username.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.Username, BunifuAnimatorNS.DecorationType.None);
     this.Username.Font      = new System.Drawing.Font("Kristen ITC", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Username.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.Username.Location  = new System.Drawing.Point(60, 319);
     this.Username.Name      = "Username";
     this.Username.Size      = new System.Drawing.Size(225, 22);
     this.Username.TabIndex  = 47;
     this.Username.Text      = "Username";
     this.Username.Click    += new System.EventHandler(this.Username_TextChanged);
     //
     // Password
     //
     this.Password.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.Password.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.Password, BunifuAnimatorNS.DecorationType.None);
     this.Password.Font      = new System.Drawing.Font("Kristen ITC", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Password.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.Password.Location  = new System.Drawing.Point(60, 359);
     this.Password.Name      = "Password";
     this.Password.Size      = new System.Drawing.Size(225, 22);
     this.Password.TabIndex  = 48;
     this.Password.Text      = "Password";
     this.Password.Click    += new System.EventHandler(this.Password_TextChanged);
     //
     // Conpassword
     //
     this.Conpassword.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.Conpassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.Conpassword, BunifuAnimatorNS.DecorationType.None);
     this.Conpassword.Font      = new System.Drawing.Font("Kristen ITC", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Conpassword.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.Conpassword.Location  = new System.Drawing.Point(60, 397);
     this.Conpassword.Name      = "Conpassword";
     this.Conpassword.Size      = new System.Drawing.Size(225, 22);
     this.Conpassword.TabIndex  = 49;
     this.Conpassword.Text      = "Confirm Password";
     this.Conpassword.Click    += new System.EventHandler(this.Conpassword_TextChanged);
     //
     // SIgnup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.ClientSize          = new System.Drawing.Size(361, 562);
     this.Controls.Add(this.Conpassword);
     this.Controls.Add(this.Password);
     this.Controls.Add(this.Username);
     this.Controls.Add(this.fname);
     this.Controls.Add(this.lname);
     this.Controls.Add(this.email);
     this.Controls.Add(this.back);
     this.Controls.Add(this.Close);
     this.Controls.Add(this.panelpass);
     this.Controls.Add(this.paneluser);
     this.Controls.Add(this.panelconpas);
     this.Controls.Add(this.panelemail);
     this.Controls.Add(this.panelfirst);
     this.Controls.Add(this.panellast);
     this.Controls.Add(this.bunifuFlatButton1);
     this.Controls.Add(this.lpic);
     this.Controls.Add(this.epic);
     this.Controls.Add(this.upic);
     this.Controls.Add(this.conpaspic);
     this.Controls.Add(this.paspic);
     this.Controls.Add(this.fpic);
     this.Controls.Add(this.bunifuTileButton1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.checkConnection);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "SIgnup";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Signup";
     this.Load           += new System.EventHandler(this.SIgnup_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paspic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.conpaspic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.upic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.epic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lpic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.back)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
     this.bunifuElipse1          = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panel1                 = new System.Windows.Forms.Panel();
     this.bunifuImageButton1     = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuFlatButton5      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton4      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton3      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.bunifuImageButton2     = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton4     = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuMaterialTextbox1 = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.bunifuImageButton3     = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuDragControl1     = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuFlatButton6      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuTransition1      = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.panel1.Controls.Add(this.bunifuImageButton1);
     this.panel1.Controls.Add(this.bunifuFlatButton5);
     this.panel1.Controls.Add(this.bunifuFlatButton1);
     this.panel1.Controls.Add(this.bunifuFlatButton4);
     this.panel1.Controls.Add(this.bunifuFlatButton2);
     this.panel1.Controls.Add(this.bunifuFlatButton3);
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 55);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(239, 670);
     this.panel1.TabIndex = 0;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuTransition1.SetDecoration(this.bunifuImageButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(175, 25);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(41, 38);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton1.TabIndex    = 2;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = "    Reports";
     this.bunifuFlatButton5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton5.Iconimage")));
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom         = 90D;
     this.bunifuFlatButton5.IsTab            = false;
     this.bunifuFlatButton5.Location         = new System.Drawing.Point(4, 477);
     this.bunifuFlatButton5.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuFlatButton5.Name             = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.bunifuFlatButton5.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton5.selected         = false;
     this.bunifuFlatButton5.Size             = new System.Drawing.Size(212, 74);
     this.bunifuFlatButton5.TabIndex         = 8;
     this.bunifuFlatButton5.Text             = "    Reports";
     this.bunifuFlatButton5.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton5.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton5.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "        Purchase";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 90D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(4, 112);
     this.bunifuFlatButton1.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(212, 74);
     this.bunifuFlatButton1.TabIndex         = 4;
     this.bunifuFlatButton1.Text             = "        Purchase";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "    Receipt";
     this.bunifuFlatButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom         = 90D;
     this.bunifuFlatButton4.IsTab            = false;
     this.bunifuFlatButton4.Location         = new System.Drawing.Point(4, 375);
     this.bunifuFlatButton4.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuFlatButton4.Name             = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected         = false;
     this.bunifuFlatButton4.Size             = new System.Drawing.Size(212, 74);
     this.bunifuFlatButton4.TabIndex         = 7;
     this.bunifuFlatButton4.Text             = "    Receipt";
     this.bunifuFlatButton4.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton4.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton4.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Sales";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom         = 90D;
     this.bunifuFlatButton2.IsTab            = false;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(4, 200);
     this.bunifuFlatButton2.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected         = false;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(212, 74);
     this.bunifuFlatButton2.TabIndex         = 5;
     this.bunifuFlatButton2.Text             = "Sales";
     this.bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "      Payment";
     this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom         = 90D;
     this.bunifuFlatButton3.IsTab            = false;
     this.bunifuFlatButton3.Location         = new System.Drawing.Point(4, 293);
     this.bunifuFlatButton3.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuFlatButton3.Name             = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton3.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected         = false;
     this.bunifuFlatButton3.Size             = new System.Drawing.Size(212, 74);
     this.bunifuFlatButton3.TabIndex         = 6;
     this.bunifuFlatButton3.Text             = "      Payment";
     this.bunifuFlatButton3.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton3.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton3.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.panel2.Controls.Add(this.bunifuImageButton2);
     this.panel2.Controls.Add(this.bunifuImageButton4);
     this.bunifuTransition1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1130, 55);
     this.panel2.TabIndex = 1;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.bunifuTransition1.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(1069, 12);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(40, 33);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 0;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // bunifuImageButton4
     //
     this.bunifuImageButton4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.bunifuTransition1.SetDecoration(this.bunifuImageButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton4.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.Image")));
     this.bunifuImageButton4.ImageActive = null;
     this.bunifuImageButton4.Location    = new System.Drawing.Point(1014, 12);
     this.bunifuImageButton4.Name        = "bunifuImageButton4";
     this.bunifuImageButton4.Size        = new System.Drawing.Size(40, 33);
     this.bunifuImageButton4.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton4.TabIndex    = 2;
     this.bunifuImageButton4.TabStop     = false;
     this.bunifuImageButton4.Zoom        = 10;
     this.bunifuImageButton4.Click      += new System.EventHandler(this.bunifuImageButton4_Click);
     //
     // bunifuMaterialTextbox1
     //
     this.bunifuMaterialTextbox1.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTransition1.SetDecoration(this.bunifuMaterialTextbox1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuMaterialTextbox1.Font                = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuMaterialTextbox1.ForeColor           = System.Drawing.Color.White;
     this.bunifuMaterialTextbox1.HintForeColor       = System.Drawing.Color.Empty;
     this.bunifuMaterialTextbox1.HintText            = "";
     this.bunifuMaterialTextbox1.isPassword          = false;
     this.bunifuMaterialTextbox1.LineFocusedColor    = System.Drawing.Color.Blue;
     this.bunifuMaterialTextbox1.LineIdleColor       = System.Drawing.Color.Gray;
     this.bunifuMaterialTextbox1.LineMouseHoverColor = System.Drawing.Color.Blue;
     this.bunifuMaterialTextbox1.LineThickness       = 3;
     this.bunifuMaterialTextbox1.Location            = new System.Drawing.Point(281, 90);
     this.bunifuMaterialTextbox1.Margin              = new System.Windows.Forms.Padding(4);
     this.bunifuMaterialTextbox1.Name                = "bunifuMaterialTextbox1";
     this.bunifuMaterialTextbox1.Size                = new System.Drawing.Size(406, 64);
     this.bunifuMaterialTextbox1.TabIndex            = 2;
     this.bunifuMaterialTextbox1.Text                = "Search here";
     this.bunifuMaterialTextbox1.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuImageButton3
     //
     this.bunifuImageButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.bunifuTransition1.SetDecoration(this.bunifuImageButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton3.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.Image")));
     this.bunifuImageButton3.ImageActive = null;
     this.bunifuImageButton3.Location    = new System.Drawing.Point(623, 100);
     this.bunifuImageButton3.Name        = "bunifuImageButton3";
     this.bunifuImageButton3.Size        = new System.Drawing.Size(64, 44);
     this.bunifuImageButton3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton3.TabIndex    = 3;
     this.bunifuImageButton3.TabStop     = false;
     this.bunifuImageButton3.Zoom        = 10;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.panel2;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = "   Add Client";
     this.bunifuFlatButton6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton6.Iconimage")));
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 0;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom         = 90D;
     this.bunifuFlatButton6.IsTab            = false;
     this.bunifuFlatButton6.Location         = new System.Drawing.Point(883, 80);
     this.bunifuFlatButton6.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuFlatButton6.Name             = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.bunifuFlatButton6.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.bunifuFlatButton6.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton6.selected         = false;
     this.bunifuFlatButton6.Size             = new System.Drawing.Size(212, 74);
     this.bunifuFlatButton6.TabIndex         = 9;
     this.bunifuFlatButton6.Text             = "   Add Client";
     this.bunifuFlatButton6.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton6.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton6.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.Particles;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 0F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 1;
     animation1.Padding                      = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 2F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.ClientSize          = new System.Drawing.Size(1130, 725);
     this.Controls.Add(this.bunifuFlatButton6);
     this.Controls.Add(this.bunifuImageButton3);
     this.Controls.Add(this.bunifuMaterialTextbox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Dashboard";
     this.Text            = "Dashboard";
     this.Load           += new System.EventHandler(this.Dashboard_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation5 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
     this.SideBar            = new System.Windows.Forms.Panel();
     this.lblLogoText        = new System.Windows.Forms.Label();
     this.picLogo            = new System.Windows.Forms.PictureBox();
     this.picGoldline        = new System.Windows.Forms.PictureBox();
     this.picClose           = new System.Windows.Forms.PictureBox();
     this.btnSignIn          = new Bunifu.Framework.UI.BunifuThinButton2();
     this.btnSignUpConfirm   = new Bunifu.Framework.UI.BunifuThinButton2();
     this.panelSignUp        = new System.Windows.Forms.Panel();
     this.lblPasswordUp      = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtPasswordUp      = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.lblEmailUp         = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtEmailUp         = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.lblLastName        = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtUsername        = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.lblFirstName       = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtName            = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.lblSignUp          = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.btnSignUp          = new Bunifu.Framework.UI.BunifuThinButton2();
     this.panelSignIn        = new System.Windows.Forms.Panel();
     this.btnSignInConfirm   = new Bunifu.Framework.UI.BunifuThinButton2();
     this.lblPasswordIn      = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtPasswordIn      = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.lblEmailIn         = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtEmailIn         = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.lblSignIn          = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.Transition         = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.ButtonHighlight    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.SideBar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picGoldline)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picClose)).BeginInit();
     this.panelSignUp.SuspendLayout();
     this.panelSignIn.SuspendLayout();
     this.SuspendLayout();
     //
     // SideBar
     //
     this.SideBar.BackColor = System.Drawing.Color.DarkOrange;
     this.SideBar.Controls.Add(this.lblLogoText);
     this.SideBar.Controls.Add(this.picLogo);
     this.Transition.SetDecoration(this.SideBar, BunifuAnimatorNS.DecorationType.None);
     this.SideBar.Dock       = System.Windows.Forms.DockStyle.Left;
     this.SideBar.Location   = new System.Drawing.Point(0, 0);
     this.SideBar.Name       = "SideBar";
     this.SideBar.Size       = new System.Drawing.Size(213, 669);
     this.SideBar.TabIndex   = 0;
     this.SideBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // lblLogoText
     //
     this.Transition.SetDecoration(this.lblLogoText, BunifuAnimatorNS.DecorationType.None);
     this.lblLogoText.Font       = new System.Drawing.Font("Nexa Bold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLogoText.ForeColor  = System.Drawing.Color.White;
     this.lblLogoText.Location   = new System.Drawing.Point(0, 403);
     this.lblLogoText.Name       = "lblLogoText";
     this.lblLogoText.Size       = new System.Drawing.Size(213, 37);
     this.lblLogoText.TabIndex   = 2;
     this.lblLogoText.Text       = "Crypto Central";
     this.lblLogoText.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblLogoText.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // picLogo
     //
     this.Transition.SetDecoration(this.picLogo, BunifuAnimatorNS.DecorationType.None);
     this.picLogo.Image      = global::CryptoCentral.Properties.Resources.Logo_100px;
     this.picLogo.Location   = new System.Drawing.Point(38, 259);
     this.picLogo.Name       = "picLogo";
     this.picLogo.Size       = new System.Drawing.Size(135, 129);
     this.picLogo.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picLogo.TabIndex   = 0;
     this.picLogo.TabStop    = false;
     this.picLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // picGoldline
     //
     this.picGoldline.BackColor = System.Drawing.Color.Transparent;
     this.Transition.SetDecoration(this.picGoldline, BunifuAnimatorNS.DecorationType.None);
     this.picGoldline.Image      = global::CryptoCentral.Properties.Resources.logo_goldline;
     this.picGoldline.Location   = new System.Drawing.Point(271, 11);
     this.picGoldline.Name       = "picGoldline";
     this.picGoldline.Size       = new System.Drawing.Size(433, 53);
     this.picGoldline.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picGoldline.TabIndex   = 1;
     this.picGoldline.TabStop    = false;
     this.picGoldline.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // picClose
     //
     this.Transition.SetDecoration(this.picClose, BunifuAnimatorNS.DecorationType.None);
     this.picClose.Image    = global::CryptoCentral.Properties.Resources.Delete_100px;
     this.picClose.Location = new System.Drawing.Point(710, 12);
     this.picClose.Name     = "picClose";
     this.picClose.Size     = new System.Drawing.Size(30, 30);
     this.picClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picClose.TabIndex = 7;
     this.picClose.TabStop  = false;
     this.picClose.Click   += new System.EventHandler(this.picClose_Click);
     //
     // btnSignIn
     //
     this.btnSignIn.ActiveBorderThickness = 1;
     this.btnSignIn.ActiveCornerRadius    = 1;
     this.btnSignIn.ActiveFillColor       = System.Drawing.Color.Orange;
     this.btnSignIn.ActiveForecolor       = System.Drawing.Color.White;
     this.btnSignIn.ActiveLineColor       = System.Drawing.Color.Orange;
     this.btnSignIn.BackColor             = System.Drawing.Color.White;
     this.btnSignIn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSignIn.BackgroundImage")));
     this.btnSignIn.ButtonText            = "SIGN IN";
     this.btnSignIn.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Transition.SetDecoration(this.btnSignIn, BunifuAnimatorNS.DecorationType.None);
     this.btnSignIn.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSignIn.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnSignIn.IdleBorderThickness = 1;
     this.btnSignIn.IdleCornerRadius    = 1;
     this.btnSignIn.IdleFillColor       = System.Drawing.Color.White;
     this.btnSignIn.IdleForecolor       = System.Drawing.Color.Black;
     this.btnSignIn.IdleLineColor       = System.Drawing.Color.White;
     this.btnSignIn.Location            = new System.Drawing.Point(349, 72);
     this.btnSignIn.Margin              = new System.Windows.Forms.Padding(5);
     this.btnSignIn.Name                = "btnSignIn";
     this.btnSignIn.Size                = new System.Drawing.Size(138, 63);
     this.btnSignIn.TabIndex            = 8;
     this.btnSignIn.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSignIn.Click              += new System.EventHandler(this.btnSignIn_Click);
     //
     // btnSignUpConfirm
     //
     this.btnSignUpConfirm.ActiveBorderThickness = 1;
     this.btnSignUpConfirm.ActiveCornerRadius    = 1;
     this.btnSignUpConfirm.ActiveFillColor       = System.Drawing.Color.DarkOrange;
     this.btnSignUpConfirm.ActiveForecolor       = System.Drawing.Color.White;
     this.btnSignUpConfirm.ActiveLineColor       = System.Drawing.Color.DarkOrange;
     this.btnSignUpConfirm.BackColor             = System.Drawing.Color.White;
     this.btnSignUpConfirm.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSignUpConfirm.BackgroundImage")));
     this.btnSignUpConfirm.ButtonText            = "SIGN UP";
     this.btnSignUpConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Transition.SetDecoration(this.btnSignUpConfirm, BunifuAnimatorNS.DecorationType.None);
     this.btnSignUpConfirm.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSignUpConfirm.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnSignUpConfirm.IdleBorderThickness = 1;
     this.btnSignUpConfirm.IdleCornerRadius    = 1;
     this.btnSignUpConfirm.IdleFillColor       = System.Drawing.Color.Orange;
     this.btnSignUpConfirm.IdleForecolor       = System.Drawing.Color.White;
     this.btnSignUpConfirm.IdleLineColor       = System.Drawing.Color.Orange;
     this.btnSignUpConfirm.Location            = new System.Drawing.Point(27, 397);
     this.btnSignUpConfirm.Margin              = new System.Windows.Forms.Padding(5);
     this.btnSignUpConfirm.Name                = "btnSignUpConfirm";
     this.btnSignUpConfirm.Size                = new System.Drawing.Size(388, 63);
     this.btnSignUpConfirm.TabIndex            = 10;
     this.btnSignUpConfirm.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSignUpConfirm.Click              += new System.EventHandler(this.btnSignUpConfirm_Click);
     //
     // panelSignUp
     //
     this.panelSignUp.Controls.Add(this.lblPasswordUp);
     this.panelSignUp.Controls.Add(this.txtPasswordUp);
     this.panelSignUp.Controls.Add(this.lblEmailUp);
     this.panelSignUp.Controls.Add(this.btnSignUpConfirm);
     this.panelSignUp.Controls.Add(this.txtEmailUp);
     this.panelSignUp.Controls.Add(this.lblLastName);
     this.panelSignUp.Controls.Add(this.txtUsername);
     this.panelSignUp.Controls.Add(this.lblFirstName);
     this.panelSignUp.Controls.Add(this.txtName);
     this.panelSignUp.Controls.Add(this.lblSignUp);
     this.Transition.SetDecoration(this.panelSignUp, BunifuAnimatorNS.DecorationType.None);
     this.panelSignUp.Location   = new System.Drawing.Point(803, 137);
     this.panelSignUp.Name       = "panelSignUp";
     this.panelSignUp.Size       = new System.Drawing.Size(433, 483);
     this.panelSignUp.TabIndex   = 11;
     this.panelSignUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // lblPasswordUp
     //
     this.lblPasswordUp.AutoSize = true;
     this.Transition.SetDecoration(this.lblPasswordUp, BunifuAnimatorNS.DecorationType.None);
     this.lblPasswordUp.Font      = new System.Drawing.Font("Nexa Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPasswordUp.ForeColor = System.Drawing.Color.Black;
     this.lblPasswordUp.Location  = new System.Drawing.Point(24, 303);
     this.lblPasswordUp.Name      = "lblPasswordUp";
     this.lblPasswordUp.Size      = new System.Drawing.Size(68, 16);
     this.lblPasswordUp.TabIndex  = 8;
     this.lblPasswordUp.Text      = "Password";
     this.lblPasswordUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtPasswordUp
     //
     this.txtPasswordUp.BorderColorFocused    = System.Drawing.Color.Orange;
     this.txtPasswordUp.BorderColorIdle       = System.Drawing.Color.Gray;
     this.txtPasswordUp.BorderColorMouseHover = System.Drawing.Color.Orange;
     this.txtPasswordUp.BorderThickness       = 2;
     this.txtPasswordUp.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtPasswordUp, BunifuAnimatorNS.DecorationType.None);
     this.txtPasswordUp.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtPasswordUp.ForeColor  = System.Drawing.Color.Black;
     this.txtPasswordUp.isPassword = true;
     this.txtPasswordUp.Location   = new System.Drawing.Point(27, 323);
     this.txtPasswordUp.Margin     = new System.Windows.Forms.Padding(4);
     this.txtPasswordUp.Name       = "txtPasswordUp";
     this.txtPasswordUp.Size       = new System.Drawing.Size(388, 44);
     this.txtPasswordUp.TabIndex   = 7;
     this.txtPasswordUp.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // lblEmailUp
     //
     this.lblEmailUp.AutoSize = true;
     this.Transition.SetDecoration(this.lblEmailUp, BunifuAnimatorNS.DecorationType.None);
     this.lblEmailUp.Font      = new System.Drawing.Font("Nexa Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEmailUp.ForeColor = System.Drawing.Color.Black;
     this.lblEmailUp.Location  = new System.Drawing.Point(24, 198);
     this.lblEmailUp.Name      = "lblEmailUp";
     this.lblEmailUp.Size      = new System.Drawing.Size(40, 16);
     this.lblEmailUp.TabIndex  = 6;
     this.lblEmailUp.Text      = "Email";
     this.lblEmailUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtEmailUp
     //
     this.txtEmailUp.BorderColorFocused    = System.Drawing.Color.Orange;
     this.txtEmailUp.BorderColorIdle       = System.Drawing.Color.Gray;
     this.txtEmailUp.BorderColorMouseHover = System.Drawing.Color.Orange;
     this.txtEmailUp.BorderThickness       = 2;
     this.txtEmailUp.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtEmailUp, BunifuAnimatorNS.DecorationType.None);
     this.txtEmailUp.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtEmailUp.ForeColor  = System.Drawing.Color.Black;
     this.txtEmailUp.isPassword = false;
     this.txtEmailUp.Location   = new System.Drawing.Point(27, 218);
     this.txtEmailUp.Margin     = new System.Windows.Forms.Padding(4);
     this.txtEmailUp.Name       = "txtEmailUp";
     this.txtEmailUp.Size       = new System.Drawing.Size(388, 44);
     this.txtEmailUp.TabIndex   = 5;
     this.txtEmailUp.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // lblLastName
     //
     this.lblLastName.AutoSize = true;
     this.Transition.SetDecoration(this.lblLastName, BunifuAnimatorNS.DecorationType.None);
     this.lblLastName.Font      = new System.Drawing.Font("Nexa Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastName.ForeColor = System.Drawing.Color.Black;
     this.lblLastName.Location  = new System.Drawing.Point(222, 96);
     this.lblLastName.Name      = "lblLastName";
     this.lblLastName.Size      = new System.Drawing.Size(71, 16);
     this.lblLastName.TabIndex  = 4;
     this.lblLastName.Text      = "Username";
     this.lblLastName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtUsername
     //
     this.txtUsername.BorderColorFocused    = System.Drawing.Color.Orange;
     this.txtUsername.BorderColorIdle       = System.Drawing.Color.Gray;
     this.txtUsername.BorderColorMouseHover = System.Drawing.Color.Orange;
     this.txtUsername.BorderThickness       = 2;
     this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtUsername, BunifuAnimatorNS.DecorationType.None);
     this.txtUsername.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtUsername.ForeColor  = System.Drawing.Color.Black;
     this.txtUsername.isPassword = false;
     this.txtUsername.Location   = new System.Drawing.Point(225, 116);
     this.txtUsername.Margin     = new System.Windows.Forms.Padding(4);
     this.txtUsername.Name       = "txtUsername";
     this.txtUsername.Size       = new System.Drawing.Size(190, 44);
     this.txtUsername.TabIndex   = 3;
     this.txtUsername.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // lblFirstName
     //
     this.lblFirstName.AutoSize = true;
     this.Transition.SetDecoration(this.lblFirstName, BunifuAnimatorNS.DecorationType.None);
     this.lblFirstName.Font      = new System.Drawing.Font("Nexa Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFirstName.ForeColor = System.Drawing.Color.Black;
     this.lblFirstName.Location  = new System.Drawing.Point(24, 96);
     this.lblFirstName.Name      = "lblFirstName";
     this.lblFirstName.Size      = new System.Drawing.Size(68, 16);
     this.lblFirstName.TabIndex  = 2;
     this.lblFirstName.Text      = "Full Name";
     this.lblFirstName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtName
     //
     this.txtName.BorderColorFocused    = System.Drawing.Color.Orange;
     this.txtName.BorderColorIdle       = System.Drawing.Color.Gray;
     this.txtName.BorderColorMouseHover = System.Drawing.Color.Orange;
     this.txtName.BorderThickness       = 2;
     this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtName, BunifuAnimatorNS.DecorationType.None);
     this.txtName.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtName.ForeColor  = System.Drawing.Color.Black;
     this.txtName.isPassword = false;
     this.txtName.Location   = new System.Drawing.Point(27, 116);
     this.txtName.Margin     = new System.Windows.Forms.Padding(4);
     this.txtName.Name       = "txtName";
     this.txtName.Size       = new System.Drawing.Size(190, 44);
     this.txtName.TabIndex   = 1;
     this.txtName.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // lblSignUp
     //
     this.Transition.SetDecoration(this.lblSignUp, BunifuAnimatorNS.DecorationType.None);
     this.lblSignUp.Font       = new System.Drawing.Font("Nexa Light", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSignUp.ForeColor  = System.Drawing.Color.Black;
     this.lblSignUp.Location   = new System.Drawing.Point(3, 17);
     this.lblSignUp.Name       = "lblSignUp";
     this.lblSignUp.Size       = new System.Drawing.Size(427, 48);
     this.lblSignUp.TabIndex   = 0;
     this.lblSignUp.Text       = "Sign Up Form";
     this.lblSignUp.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblSignUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // btnSignUp
     //
     this.btnSignUp.ActiveBorderThickness = 1;
     this.btnSignUp.ActiveCornerRadius    = 1;
     this.btnSignUp.ActiveFillColor       = System.Drawing.Color.Orange;
     this.btnSignUp.ActiveForecolor       = System.Drawing.Color.White;
     this.btnSignUp.ActiveLineColor       = System.Drawing.Color.Orange;
     this.btnSignUp.BackColor             = System.Drawing.Color.White;
     this.btnSignUp.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSignUp.BackgroundImage")));
     this.btnSignUp.ButtonText            = "SIGN UP";
     this.btnSignUp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Transition.SetDecoration(this.btnSignUp, BunifuAnimatorNS.DecorationType.None);
     this.btnSignUp.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSignUp.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnSignUp.IdleBorderThickness = 1;
     this.btnSignUp.IdleCornerRadius    = 1;
     this.btnSignUp.IdleFillColor       = System.Drawing.Color.White;
     this.btnSignUp.IdleForecolor       = System.Drawing.Color.Black;
     this.btnSignUp.IdleLineColor       = System.Drawing.Color.White;
     this.btnSignUp.Location            = new System.Drawing.Point(497, 72);
     this.btnSignUp.Margin              = new System.Windows.Forms.Padding(5);
     this.btnSignUp.Name                = "btnSignUp";
     this.btnSignUp.Size                = new System.Drawing.Size(138, 63);
     this.btnSignUp.TabIndex            = 12;
     this.btnSignUp.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSignUp.Click              += new System.EventHandler(this.btnSignUp_Click);
     //
     // panelSignIn
     //
     this.panelSignIn.Controls.Add(this.bunifuCustomLabel1);
     this.panelSignIn.Controls.Add(this.btnSignInConfirm);
     this.panelSignIn.Controls.Add(this.lblPasswordIn);
     this.panelSignIn.Controls.Add(this.txtPasswordIn);
     this.panelSignIn.Controls.Add(this.lblEmailIn);
     this.panelSignIn.Controls.Add(this.txtEmailIn);
     this.panelSignIn.Controls.Add(this.lblSignIn);
     this.Transition.SetDecoration(this.panelSignIn, BunifuAnimatorNS.DecorationType.None);
     this.panelSignIn.Location   = new System.Drawing.Point(270, 136);
     this.panelSignIn.Name       = "panelSignIn";
     this.panelSignIn.Size       = new System.Drawing.Size(433, 483);
     this.panelSignIn.TabIndex   = 13;
     this.panelSignIn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // btnSignInConfirm
     //
     this.btnSignInConfirm.ActiveBorderThickness = 1;
     this.btnSignInConfirm.ActiveCornerRadius    = 1;
     this.btnSignInConfirm.ActiveFillColor       = System.Drawing.Color.DarkOrange;
     this.btnSignInConfirm.ActiveForecolor       = System.Drawing.Color.White;
     this.btnSignInConfirm.ActiveLineColor       = System.Drawing.Color.DarkOrange;
     this.btnSignInConfirm.BackColor             = System.Drawing.Color.White;
     this.btnSignInConfirm.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSignInConfirm.BackgroundImage")));
     this.btnSignInConfirm.ButtonText            = "SIGN IN";
     this.btnSignInConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Transition.SetDecoration(this.btnSignInConfirm, BunifuAnimatorNS.DecorationType.None);
     this.btnSignInConfirm.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSignInConfirm.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnSignInConfirm.IdleBorderThickness = 1;
     this.btnSignInConfirm.IdleCornerRadius    = 1;
     this.btnSignInConfirm.IdleFillColor       = System.Drawing.Color.Orange;
     this.btnSignInConfirm.IdleForecolor       = System.Drawing.Color.White;
     this.btnSignInConfirm.IdleLineColor       = System.Drawing.Color.Orange;
     this.btnSignInConfirm.Location            = new System.Drawing.Point(27, 361);
     this.btnSignInConfirm.Margin              = new System.Windows.Forms.Padding(5);
     this.btnSignInConfirm.Name                = "btnSignInConfirm";
     this.btnSignInConfirm.Size                = new System.Drawing.Size(388, 63);
     this.btnSignInConfirm.TabIndex            = 11;
     this.btnSignInConfirm.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSignInConfirm.Click              += new System.EventHandler(this.btnSignInConfirm_Click);
     //
     // lblPasswordIn
     //
     this.lblPasswordIn.AutoSize = true;
     this.Transition.SetDecoration(this.lblPasswordIn, BunifuAnimatorNS.DecorationType.None);
     this.lblPasswordIn.Font      = new System.Drawing.Font("Nexa Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPasswordIn.ForeColor = System.Drawing.Color.Black;
     this.lblPasswordIn.Location  = new System.Drawing.Point(24, 256);
     this.lblPasswordIn.Name      = "lblPasswordIn";
     this.lblPasswordIn.Size      = new System.Drawing.Size(68, 16);
     this.lblPasswordIn.TabIndex  = 8;
     this.lblPasswordIn.Text      = "Password";
     this.lblPasswordIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtPasswordIn
     //
     this.txtPasswordIn.BorderColorFocused    = System.Drawing.Color.Orange;
     this.txtPasswordIn.BorderColorIdle       = System.Drawing.Color.Gray;
     this.txtPasswordIn.BorderColorMouseHover = System.Drawing.Color.Orange;
     this.txtPasswordIn.BorderThickness       = 2;
     this.txtPasswordIn.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtPasswordIn, BunifuAnimatorNS.DecorationType.None);
     this.txtPasswordIn.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtPasswordIn.ForeColor  = System.Drawing.Color.Black;
     this.txtPasswordIn.isPassword = true;
     this.txtPasswordIn.Location   = new System.Drawing.Point(27, 276);
     this.txtPasswordIn.Margin     = new System.Windows.Forms.Padding(4);
     this.txtPasswordIn.Name       = "txtPasswordIn";
     this.txtPasswordIn.Size       = new System.Drawing.Size(388, 44);
     this.txtPasswordIn.TabIndex   = 7;
     this.txtPasswordIn.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // lblEmailIn
     //
     this.lblEmailIn.AutoSize = true;
     this.Transition.SetDecoration(this.lblEmailIn, BunifuAnimatorNS.DecorationType.None);
     this.lblEmailIn.Font      = new System.Drawing.Font("Nexa Light", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEmailIn.ForeColor = System.Drawing.Color.Black;
     this.lblEmailIn.Location  = new System.Drawing.Point(24, 134);
     this.lblEmailIn.Name      = "lblEmailIn";
     this.lblEmailIn.Size      = new System.Drawing.Size(40, 16);
     this.lblEmailIn.TabIndex  = 6;
     this.lblEmailIn.Text      = "Email";
     this.lblEmailIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtEmailIn
     //
     this.txtEmailIn.BorderColorFocused    = System.Drawing.Color.Orange;
     this.txtEmailIn.BorderColorIdle       = System.Drawing.Color.Gray;
     this.txtEmailIn.BorderColorMouseHover = System.Drawing.Color.Orange;
     this.txtEmailIn.BorderThickness       = 2;
     this.txtEmailIn.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtEmailIn, BunifuAnimatorNS.DecorationType.None);
     this.txtEmailIn.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtEmailIn.ForeColor  = System.Drawing.Color.Black;
     this.txtEmailIn.isPassword = false;
     this.txtEmailIn.Location   = new System.Drawing.Point(27, 154);
     this.txtEmailIn.Margin     = new System.Windows.Forms.Padding(4);
     this.txtEmailIn.Name       = "txtEmailIn";
     this.txtEmailIn.Size       = new System.Drawing.Size(388, 44);
     this.txtEmailIn.TabIndex   = 5;
     this.txtEmailIn.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // lblSignIn
     //
     this.Transition.SetDecoration(this.lblSignIn, BunifuAnimatorNS.DecorationType.None);
     this.lblSignIn.Font       = new System.Drawing.Font("Nexa Light", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSignIn.ForeColor  = System.Drawing.Color.Black;
     this.lblSignIn.Location   = new System.Drawing.Point(3, 18);
     this.lblSignIn.Name       = "lblSignIn";
     this.lblSignIn.Size       = new System.Drawing.Size(427, 48);
     this.lblSignIn.TabIndex   = 0;
     this.lblSignIn.Text       = "Sign In Form";
     this.lblSignIn.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblSignIn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     //
     // Transition
     //
     this.Transition.AnimationType     = BunifuAnimatorNS.AnimationType.Transparent;
     this.Transition.Cursor            = null;
     animation5.AnimateOnlyDifferences = true;
     animation5.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.BlindCoeff")));
     animation5.LeafCoeff             = 0F;
     animation5.MaxTime               = 1F;
     animation5.MinTime               = 0F;
     animation5.MosaicCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicCoeff")));
     animation5.MosaicShift           = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicShift")));
     animation5.MosaicSize            = 0;
     animation5.Padding               = new System.Windows.Forms.Padding(0);
     animation5.RotateCoeff           = 0F;
     animation5.RotateLimit           = 0F;
     animation5.ScaleCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation5.ScaleCoeff")));
     animation5.SlideCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation5.SlideCoeff")));
     animation5.TimeCoeff             = 0F;
     animation5.TransparencyCoeff     = 1F;
     this.Transition.DefaultAnimation = animation5;
     //
     // ButtonHighlight
     //
     this.ButtonHighlight.BackColor = System.Drawing.Color.Transparent;
     this.Transition.SetDecoration(this.ButtonHighlight, BunifuAnimatorNS.DecorationType.None);
     this.ButtonHighlight.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0)))));
     this.ButtonHighlight.LineThickness = 5;
     this.ButtonHighlight.Location      = new System.Drawing.Point(350, 130);
     this.ButtonHighlight.Name          = "ButtonHighlight";
     this.ButtonHighlight.Size          = new System.Drawing.Size(137, 5);
     this.ButtonHighlight.TabIndex      = 14;
     this.ButtonHighlight.Transparency  = 255;
     this.ButtonHighlight.Vertical      = false;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuCustomLabel1
     //
     this.Transition.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Nexa Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Crimson;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(23, 90);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(214, 28);
     this.bunifuCustomLabel1.TabIndex  = 12;
     this.bunifuCustomLabel1.Text      = "Invalid Email / Password";
     this.bunifuCustomLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1390, 669);
     this.Controls.Add(this.ButtonHighlight);
     this.Controls.Add(this.picGoldline);
     this.Controls.Add(this.panelSignIn);
     this.Controls.Add(this.btnSignUp);
     this.Controls.Add(this.panelSignUp);
     this.Controls.Add(this.btnSignIn);
     this.Controls.Add(this.picClose);
     this.Controls.Add(this.SideBar);
     this.Transition.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.DoubleBuffered  = true;
     this.ForeColor       = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Login";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Login";
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
     this.SideBar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picGoldline)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picClose)).EndInit();
     this.panelSignUp.ResumeLayout(false);
     this.panelSignUp.PerformLayout();
     this.panelSignIn.ResumeLayout(false);
     this.panelSignIn.PerformLayout();
     this.ResumeLayout(false);
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add_Books));
     this.gunaLinePanel1  = new Guna.UI.WinForms.GunaLinePanel();
     this.gunaControlBox1 = new Guna.UI.WinForms.GunaControlBox();
     this.BunAdd          = new Guna.UI.WinForms.GunaAdvenceButton();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.RatingBooks     = new Bunifu.Framework.UI.BunifuRating();
     this.Selectphoto     = new Guna.UI.WinForms.GunaButton();
     this.picbook         = new Guna.UI.WinForms.GunaPictureBox();
     this.Data            = new Guna.UI.WinForms.GunaDateTimePicker();
     this.label9          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.comitems        = new Guna.UI.WinForms.GunaComboBox();
     this.txtprise        = new Guna.UI.WinForms.GunaLineTextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.txtnamefile     = new Guna.UI.WinForms.GunaLineTextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.txtbookname     = new Guna.UI.WinForms.GunaLineTextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.Transition      = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.gunaLinePanel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picbook)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // gunaLinePanel1
     //
     this.gunaLinePanel1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.gunaLinePanel1.BackColor = System.Drawing.SystemColors.Control;
     this.gunaLinePanel1.Controls.Add(this.gunaControlBox1);
     this.gunaLinePanel1.Controls.Add(this.BunAdd);
     this.gunaLinePanel1.Controls.Add(this.groupBox2);
     this.gunaLinePanel1.Controls.Add(this.groupBox1);
     this.Transition.SetDecoration(this.gunaLinePanel1, BunifuAnimatorNS.DecorationType.None);
     this.gunaLinePanel1.LineBottom = 3;
     this.gunaLinePanel1.LineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.gunaLinePanel1.LineLeft   = 3;
     this.gunaLinePanel1.LineRight  = 3;
     this.gunaLinePanel1.LineStyle  = System.Windows.Forms.BorderStyle.None;
     this.gunaLinePanel1.LineTop    = 30;
     this.gunaLinePanel1.Location   = new System.Drawing.Point(310, 116);
     this.gunaLinePanel1.Name       = "gunaLinePanel1";
     this.gunaLinePanel1.Size       = new System.Drawing.Size(877, 611);
     this.gunaLinePanel1.TabIndex   = 0;
     //
     // gunaControlBox1
     //
     this.gunaControlBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.gunaControlBox1.AnimationHoverSpeed = 0.07F;
     this.gunaControlBox1.AnimationSpeed      = 0.03F;
     this.gunaControlBox1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.Transition.SetDecoration(this.gunaControlBox1, BunifuAnimatorNS.DecorationType.None);
     this.gunaControlBox1.IconColor        = System.Drawing.Color.White;
     this.gunaControlBox1.IconSize         = 15F;
     this.gunaControlBox1.Location         = new System.Drawing.Point(0, 0);
     this.gunaControlBox1.Name             = "gunaControlBox1";
     this.gunaControlBox1.OnHoverBackColor = System.Drawing.Color.Red;
     this.gunaControlBox1.OnHoverIconColor = System.Drawing.Color.White;
     this.gunaControlBox1.OnPressedColor   = System.Drawing.Color.Black;
     this.gunaControlBox1.Size             = new System.Drawing.Size(45, 30);
     this.gunaControlBox1.TabIndex         = 0;
     //
     // BunAdd
     //
     this.BunAdd.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BunAdd.AnimationHoverSpeed = 0.07F;
     this.BunAdd.AnimationSpeed      = 0.03F;
     this.BunAdd.BackColor           = System.Drawing.Color.Transparent;
     this.BunAdd.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.BunAdd.BorderColor         = System.Drawing.Color.Black;
     this.BunAdd.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.BunAdd.CheckedBorderColor  = System.Drawing.Color.Black;
     this.BunAdd.CheckedForeColor    = System.Drawing.Color.White;
     this.BunAdd.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("BunAdd.CheckedImage")));
     this.BunAdd.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.Transition.SetDecoration(this.BunAdd, BunifuAnimatorNS.DecorationType.None);
     this.BunAdd.FocusedColor       = System.Drawing.Color.Empty;
     this.BunAdd.Font               = new System.Drawing.Font("Sakkal Majalla", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BunAdd.ForeColor          = System.Drawing.Color.White;
     this.BunAdd.Image              = null;
     this.BunAdd.ImageSize          = new System.Drawing.Size(20, 20);
     this.BunAdd.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.BunAdd.Location           = new System.Drawing.Point(312, 543);
     this.BunAdd.Name               = "BunAdd";
     this.BunAdd.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BunAdd.OnHoverBorderColor = System.Drawing.Color.Black;
     this.BunAdd.OnHoverForeColor   = System.Drawing.Color.White;
     this.BunAdd.OnHoverImage       = null;
     this.BunAdd.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.BunAdd.OnPressedColor     = System.Drawing.Color.Black;
     this.BunAdd.Radius             = 15;
     this.BunAdd.Size               = new System.Drawing.Size(320, 42);
     this.BunAdd.TabIndex           = 3;
     this.BunAdd.Text               = "اضافة";
     this.BunAdd.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.BunAdd.Click             += new System.EventHandler(this.Button1_Click_1);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupBox2.Controls.Add(this.RatingBooks);
     this.groupBox2.Controls.Add(this.Selectphoto);
     this.groupBox2.Controls.Add(this.picbook);
     this.groupBox2.Controls.Add(this.Data);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label5);
     this.Transition.SetDecoration(this.groupBox2, BunifuAnimatorNS.DecorationType.None);
     this.groupBox2.Location    = new System.Drawing.Point(64, 70);
     this.groupBox2.Name        = "groupBox2";
     this.groupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupBox2.Size        = new System.Drawing.Size(350, 450);
     this.groupBox2.TabIndex    = 2;
     this.groupBox2.TabStop     = false;
     this.groupBox2.Text        = "المعلومات الثانوية";
     //
     // RatingBooks
     //
     this.RatingBooks.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.RatingBooks.BackColor = System.Drawing.Color.Transparent;
     this.Transition.SetDecoration(this.RatingBooks, BunifuAnimatorNS.DecorationType.None);
     this.RatingBooks.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RatingBooks.ForeColor = System.Drawing.Color.Gold;
     this.RatingBooks.Location  = new System.Drawing.Point(32, 186);
     this.RatingBooks.Margin    = new System.Windows.Forms.Padding(4, 6, 4, 6);
     this.RatingBooks.Name      = "RatingBooks";
     this.RatingBooks.Size      = new System.Drawing.Size(296, 50);
     this.RatingBooks.TabIndex  = 3;
     this.RatingBooks.Value     = 0;
     //
     // Selectphoto
     //
     this.Selectphoto.AnimationHoverSpeed = 0.07F;
     this.Selectphoto.AnimationSpeed      = 0.03F;
     this.Selectphoto.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.Selectphoto.BorderColor         = System.Drawing.Color.Black;
     this.Transition.SetDecoration(this.Selectphoto, BunifuAnimatorNS.DecorationType.None);
     this.Selectphoto.FocusedColor       = System.Drawing.Color.Empty;
     this.Selectphoto.Font               = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Selectphoto.ForeColor          = System.Drawing.Color.White;
     this.Selectphoto.Image              = ((System.Drawing.Image)(resources.GetObject("Selectphoto.Image")));
     this.Selectphoto.ImageSize          = new System.Drawing.Size(20, 20);
     this.Selectphoto.Location           = new System.Drawing.Point(104, 406);
     this.Selectphoto.Name               = "Selectphoto";
     this.Selectphoto.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.Selectphoto.OnHoverBorderColor = System.Drawing.Color.Black;
     this.Selectphoto.OnHoverForeColor   = System.Drawing.Color.White;
     this.Selectphoto.OnHoverImage       = null;
     this.Selectphoto.OnPressedColor     = System.Drawing.Color.Black;
     this.Selectphoto.Size               = new System.Drawing.Size(133, 28);
     this.Selectphoto.TabIndex           = 5;
     this.Selectphoto.Text               = "رفع صوره";
     this.Selectphoto.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.Selectphoto.Click             += new System.EventHandler(this.Selectphoto_Click);
     //
     // picbook
     //
     this.picbook.BaseColor   = System.Drawing.Color.White;
     this.picbook.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Transition.SetDecoration(this.picbook, BunifuAnimatorNS.DecorationType.None);
     this.picbook.Location = new System.Drawing.Point(92, 279);
     this.picbook.Name     = "picbook";
     this.picbook.Size     = new System.Drawing.Size(157, 118);
     this.picbook.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picbook.TabIndex = 6;
     this.picbook.TabStop  = false;
     //
     // Data
     //
     this.Data.BaseColor    = System.Drawing.Color.White;
     this.Data.BorderColor  = System.Drawing.Color.Silver;
     this.Data.CustomFormat = null;
     this.Transition.SetDecoration(this.Data, BunifuAnimatorNS.DecorationType.None);
     this.Data.DropDownAlign      = System.Windows.Forms.LeftRightAlignment.Right;
     this.Data.FocusedColor       = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.Data.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.Data.ForeColor          = System.Drawing.Color.Black;
     this.Data.Location           = new System.Drawing.Point(28, 88);
     this.Data.MaxDate            = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.Data.MinDate            = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.Data.Name               = "Data";
     this.Data.OnHoverBaseColor   = System.Drawing.Color.White;
     this.Data.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.Data.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.Data.OnPressedColor     = System.Drawing.Color.Black;
     this.Data.Size               = new System.Drawing.Size(298, 30);
     this.Data.TabIndex           = 1;
     this.Data.Text               = "Saturday, November 9, 2019";
     this.Data.Value              = new System.DateTime(2019, 11, 9, 15, 49, 46, 25);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.Transition.SetDecoration(this.label9, BunifuAnimatorNS.DecorationType.None);
     this.label9.Location = new System.Drawing.Point(248, 48);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(83, 26);
     this.label9.TabIndex = 0;
     this.label9.Text     = "تاريخ النشر";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.Transition.SetDecoration(this.label7, BunifuAnimatorNS.DecorationType.None);
     this.label7.Location = new System.Drawing.Point(248, 154);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(92, 26);
     this.label7.TabIndex = 2;
     this.label7.Text     = "تقييم الكتاب";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.Transition.SetDecoration(this.label6, BunifuAnimatorNS.DecorationType.None);
     this.label6.Location = new System.Drawing.Point(248, 250);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(93, 26);
     this.label6.TabIndex = 4;
     this.label6.Text     = "غلاف الكتاب";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.Transition.SetDecoration(this.label5, BunifuAnimatorNS.DecorationType.None);
     this.label5.Location = new System.Drawing.Point(248, 154);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(85, 26);
     this.label5.TabIndex = 4;
     this.label5.Text     = "اسم الكتاب";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupBox1.Controls.Add(this.comitems);
     this.groupBox1.Controls.Add(this.txtprise);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtnamefile);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtbookname);
     this.groupBox1.Controls.Add(this.label2);
     this.Transition.SetDecoration(this.groupBox1, BunifuAnimatorNS.DecorationType.None);
     this.groupBox1.Location    = new System.Drawing.Point(465, 70);
     this.groupBox1.Name        = "groupBox1";
     this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupBox1.Size        = new System.Drawing.Size(350, 450);
     this.groupBox1.TabIndex    = 1;
     this.groupBox1.TabStop     = false;
     this.groupBox1.Text        = "المعلومات الاساسية";
     //
     // comitems
     //
     this.comitems.AutoCompleteCustomSource.AddRange(new string[] {
         "برمجة",
         "هندسة",
         "طب",
         "تقنية"
     });
     this.comitems.BackColor   = System.Drawing.Color.Transparent;
     this.comitems.BaseColor   = System.Drawing.Color.White;
     this.comitems.BorderColor = System.Drawing.Color.Silver;
     this.Transition.SetDecoration(this.comitems, BunifuAnimatorNS.DecorationType.None);
     this.comitems.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comitems.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comitems.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.comitems.FocusedColor          = System.Drawing.Color.Empty;
     this.comitems.Font                  = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comitems.ForeColor             = System.Drawing.Color.Black;
     this.comitems.FormattingEnabled     = true;
     this.comitems.Location              = new System.Drawing.Point(10, 300);
     this.comitems.Name                  = "comitems";
     this.comitems.OnHoverItemBaseColor  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.comitems.OnHoverItemForeColor  = System.Drawing.Color.White;
     this.comitems.Size                  = new System.Drawing.Size(327, 31);
     this.comitems.TabIndex              = 7;
     this.comitems.SelectedIndexChanged += new System.EventHandler(this.comitems_SelectedIndexChanged);
     //
     // txtprise
     //
     this.txtprise.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.txtprise.BackColor = System.Drawing.SystemColors.Control;
     this.txtprise.Cursor    = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtprise, BunifuAnimatorNS.DecorationType.None);
     this.txtprise.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.txtprise.Font             = new System.Drawing.Font("Sakkal Majalla", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtprise.LineColor        = System.Drawing.Color.Gainsboro;
     this.txtprise.Location         = new System.Drawing.Point(10, 406);
     this.txtprise.Name             = "txtprise";
     this.txtprise.PasswordChar     = '\0';
     this.txtprise.Size             = new System.Drawing.Size(329, 37);
     this.txtprise.TabIndex         = 1;
     this.txtprise.TextChanged     += new System.EventHandler(this.txtprise_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.Transition.SetDecoration(this.label4, BunifuAnimatorNS.DecorationType.None);
     this.label4.Location = new System.Drawing.Point(246, 371);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(86, 26);
     this.label4.TabIndex = 0;
     this.label4.Text     = "سعر الكتاب";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.Transition.SetDecoration(this.label3, BunifuAnimatorNS.DecorationType.None);
     this.label3.Location = new System.Drawing.Point(246, 250);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 26);
     this.label3.TabIndex = 6;
     this.label3.Text     = "صنف الكتاب";
     //
     // txtnamefile
     //
     this.txtnamefile.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.txtnamefile.BackColor = System.Drawing.SystemColors.Control;
     this.txtnamefile.Cursor    = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtnamefile, BunifuAnimatorNS.DecorationType.None);
     this.txtnamefile.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.txtnamefile.Font             = new System.Drawing.Font("Sakkal Majalla", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnamefile.LineColor        = System.Drawing.Color.Gainsboro;
     this.txtnamefile.Location         = new System.Drawing.Point(10, 192);
     this.txtnamefile.Name             = "txtnamefile";
     this.txtnamefile.PasswordChar     = '\0';
     this.txtnamefile.Size             = new System.Drawing.Size(329, 37);
     this.txtnamefile.TabIndex         = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.Transition.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Location = new System.Drawing.Point(259, 163);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 26);
     this.label1.TabIndex = 4;
     this.label1.Text     = "اسم المؤلف";
     //
     // txtbookname
     //
     this.txtbookname.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.txtbookname.BackColor = System.Drawing.SystemColors.Control;
     this.txtbookname.Cursor    = System.Windows.Forms.Cursors.IBeam;
     this.Transition.SetDecoration(this.txtbookname, BunifuAnimatorNS.DecorationType.None);
     this.txtbookname.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
     this.txtbookname.Font             = new System.Drawing.Font("Sakkal Majalla", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtbookname.LineColor        = System.Drawing.Color.Gainsboro;
     this.txtbookname.Location         = new System.Drawing.Point(10, 92);
     this.txtbookname.Name             = "txtbookname";
     this.txtbookname.PasswordChar     = '\0';
     this.txtbookname.Size             = new System.Drawing.Size(329, 37);
     this.txtbookname.TabIndex         = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.Transition.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.label2.Location = new System.Drawing.Point(257, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(85, 26);
     this.label2.TabIndex = 2;
     this.label2.Text     = "اسم الكتاب";
     //
     // Transition
     //
     this.Transition.AnimationType     = BunifuAnimatorNS.AnimationType.Scale;
     this.Transition.Cursor            = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff             = 0F;
     animation1.MaxTime               = 1F;
     animation1.MinTime               = 0F;
     animation1.MosaicCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift           = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize            = 0;
     animation1.Padding               = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff           = 0F;
     animation1.RotateLimit           = 0F;
     animation1.ScaleCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff             = 0F;
     animation1.TransparencyCoeff     = 0F;
     this.Transition.DefaultAnimation = animation1;
     this.Transition.MaxAnimationTime = 700;
     //
     // Add_Books
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 26F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     this.ClientSize          = new System.Drawing.Size(1485, 874);
     this.Controls.Add(this.gunaLinePanel1);
     this.Transition.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.Font            = new System.Drawing.Font("Sakkal Majalla", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4, 6, 4, 6);
     this.Name            = "Add_Books";
     this.Opacity         = 0.96D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add_Books";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Add_Books_Load);
     this.gunaLinePanel1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picbook)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminForm));
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     this.pnlMain                   = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.ctrlSettings              = new ZIMO.App.Forms.General_Controls.SettingsControl();
     this.ctrlReports               = new ZIMO.App.Forms.General_Controls.ReportsControl();
     this.ctrlItems                 = new ZIMO.App.Forms.Sales_Controls.ItemControl();
     this.ctrlGarbages              = new ZIMO.App.Forms.Sales_Controls.GarbageControl();
     this.ctrlStocks                = new ZIMO.App.Forms.Sales_Controls.StockControl();
     this.ctrlDepartments           = new ZIMO.App.Forms.Admin_Controls.DepartmentControl();
     this.ctrlEmployees             = new ZIMO.App.Forms.Admin_Controls.EmployeeControl();
     this.pnlLeftMenu               = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.lblMenuDepartmentInfo     = new System.Windows.Forms.Label();
     this.lblMenuAvatarName         = new System.Windows.Forms.Label();
     this.btnMenuLogOut             = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenuSettings           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.sprMenuHorizontal         = new Bunifu.Framework.UI.BunifuSeparator();
     this.btnMenuReports            = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenuManageGarbageItems = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenuStockItems         = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenuManageItems        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenuManageDepartments  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenuManageEmployees    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.pboxAvatar                = new System.Windows.Forms.PictureBox();
     this.pboxZimoMinimalist        = new System.Windows.Forms.PictureBox();
     this.elipseForm                = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.elipseAvatar              = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.dragControlForm           = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.animSlider                = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.lblMenuRoleInfo           = new System.Windows.Forms.Label();
     this.pnlMain.SuspendLayout();
     this.pnlLeftMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pboxAvatar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pboxZimoMinimalist)).BeginInit();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.BackColor             = System.Drawing.SystemColors.Window;
     this.pnlMain.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pnlMain.BackgroundImage")));
     this.pnlMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pnlMain.Controls.Add(this.ctrlSettings);
     this.pnlMain.Controls.Add(this.ctrlReports);
     this.pnlMain.Controls.Add(this.ctrlItems);
     this.pnlMain.Controls.Add(this.ctrlGarbages);
     this.pnlMain.Controls.Add(this.ctrlStocks);
     this.pnlMain.Controls.Add(this.ctrlDepartments);
     this.pnlMain.Controls.Add(this.ctrlEmployees);
     this.pnlMain.Controls.Add(this.pnlLeftMenu);
     this.pnlMain.Controls.Add(this.pboxZimoMinimalist);
     this.animSlider.SetDecoration(this.pnlMain, BunifuAnimatorNS.DecorationType.None);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.GradientBottomLeft  = System.Drawing.Color.White;
     this.pnlMain.GradientBottomRight = System.Drawing.Color.White;
     this.pnlMain.GradientTopLeft     = System.Drawing.Color.White;
     this.pnlMain.GradientTopRight    = System.Drawing.Color.White;
     this.pnlMain.Location            = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Quality  = 10;
     this.pnlMain.Size     = new System.Drawing.Size(1024, 645);
     this.pnlMain.TabIndex = 0;
     //
     // ctrlSettings
     //
     this.ctrlSettings.BackColor = System.Drawing.Color.White;
     this.animSlider.SetDecoration(this.ctrlSettings, BunifuAnimatorNS.DecorationType.None);
     this.ctrlSettings.Location = new System.Drawing.Point(250, 0);
     this.ctrlSettings.Name     = "ctrlSettings";
     this.ctrlSettings.Size     = new System.Drawing.Size(774, 645);
     this.ctrlSettings.TabIndex = 8;
     this.ctrlSettings.Visible  = false;
     //
     // ctrlReports
     //
     this.animSlider.SetDecoration(this.ctrlReports, BunifuAnimatorNS.DecorationType.None);
     this.ctrlReports.Location = new System.Drawing.Point(250, 0);
     this.ctrlReports.Name     = "ctrlReports";
     this.ctrlReports.Size     = new System.Drawing.Size(773, 645);
     this.ctrlReports.TabIndex = 7;
     this.ctrlReports.Visible  = false;
     //
     // ctrlItems
     //
     this.animSlider.SetDecoration(this.ctrlItems, BunifuAnimatorNS.DecorationType.None);
     this.ctrlItems.Location = new System.Drawing.Point(250, 0);
     this.ctrlItems.Name     = "ctrlItems";
     this.ctrlItems.Size     = new System.Drawing.Size(774, 645);
     this.ctrlItems.TabIndex = 6;
     this.ctrlItems.Visible  = false;
     //
     // ctrlGarbages
     //
     this.animSlider.SetDecoration(this.ctrlGarbages, BunifuAnimatorNS.DecorationType.None);
     this.ctrlGarbages.Location = new System.Drawing.Point(250, 0);
     this.ctrlGarbages.Name     = "ctrlGarbages";
     this.ctrlGarbages.Size     = new System.Drawing.Size(773, 645);
     this.ctrlGarbages.TabIndex = 5;
     this.ctrlGarbages.Visible  = false;
     //
     // ctrlStocks
     //
     this.animSlider.SetDecoration(this.ctrlStocks, BunifuAnimatorNS.DecorationType.None);
     this.ctrlStocks.Location = new System.Drawing.Point(250, 0);
     this.ctrlStocks.Name     = "ctrlStocks";
     this.ctrlStocks.Size     = new System.Drawing.Size(774, 645);
     this.ctrlStocks.TabIndex = 4;
     this.ctrlStocks.Visible  = false;
     //
     // ctrlDepartments
     //
     this.animSlider.SetDecoration(this.ctrlDepartments, BunifuAnimatorNS.DecorationType.None);
     this.ctrlDepartments.Location = new System.Drawing.Point(250, 0);
     this.ctrlDepartments.Name     = "ctrlDepartments";
     this.ctrlDepartments.Size     = new System.Drawing.Size(774, 645);
     this.ctrlDepartments.TabIndex = 3;
     this.ctrlDepartments.Visible  = false;
     //
     // ctrlEmployees
     //
     this.animSlider.SetDecoration(this.ctrlEmployees, BunifuAnimatorNS.DecorationType.None);
     this.ctrlEmployees.Location = new System.Drawing.Point(250, 0);
     this.ctrlEmployees.Name     = "ctrlEmployees";
     this.ctrlEmployees.Size     = new System.Drawing.Size(774, 645);
     this.ctrlEmployees.TabIndex = 2;
     this.ctrlEmployees.Visible  = false;
     //
     // pnlLeftMenu
     //
     this.pnlLeftMenu.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pnlLeftMenu.BackgroundImage")));
     this.pnlLeftMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pnlLeftMenu.Controls.Add(this.lblMenuRoleInfo);
     this.pnlLeftMenu.Controls.Add(this.lblMenuDepartmentInfo);
     this.pnlLeftMenu.Controls.Add(this.lblMenuAvatarName);
     this.pnlLeftMenu.Controls.Add(this.btnMenuLogOut);
     this.pnlLeftMenu.Controls.Add(this.btnMenuSettings);
     this.pnlLeftMenu.Controls.Add(this.sprMenuHorizontal);
     this.pnlLeftMenu.Controls.Add(this.btnMenuReports);
     this.pnlLeftMenu.Controls.Add(this.btnMenuManageGarbageItems);
     this.pnlLeftMenu.Controls.Add(this.btnMenuStockItems);
     this.pnlLeftMenu.Controls.Add(this.btnMenuManageItems);
     this.pnlLeftMenu.Controls.Add(this.btnMenuManageDepartments);
     this.pnlLeftMenu.Controls.Add(this.btnMenuManageEmployees);
     this.pnlLeftMenu.Controls.Add(this.pboxAvatar);
     this.animSlider.SetDecoration(this.pnlLeftMenu, BunifuAnimatorNS.DecorationType.None);
     this.pnlLeftMenu.GradientBottomLeft  = System.Drawing.Color.White;
     this.pnlLeftMenu.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(229)))), ((int)(((byte)(251)))));
     this.pnlLeftMenu.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(229)))), ((int)(((byte)(251)))));
     this.pnlLeftMenu.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(229)))), ((int)(((byte)(251)))));
     this.pnlLeftMenu.Location            = new System.Drawing.Point(0, 0);
     this.pnlLeftMenu.Name     = "pnlLeftMenu";
     this.pnlLeftMenu.Quality  = 10;
     this.pnlLeftMenu.Size     = new System.Drawing.Size(250, 645);
     this.pnlLeftMenu.TabIndex = 1;
     //
     // lblMenuDepartmentInfo
     //
     this.lblMenuDepartmentInfo.AutoSize  = true;
     this.lblMenuDepartmentInfo.BackColor = System.Drawing.Color.Transparent;
     this.animSlider.SetDecoration(this.lblMenuDepartmentInfo, BunifuAnimatorNS.DecorationType.None);
     this.lblMenuDepartmentInfo.Font      = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblMenuDepartmentInfo.ForeColor = System.Drawing.Color.Gray;
     this.lblMenuDepartmentInfo.Location  = new System.Drawing.Point(48, 127);
     this.lblMenuDepartmentInfo.Name      = "lblMenuDepartmentInfo";
     this.lblMenuDepartmentInfo.Size      = new System.Drawing.Size(155, 18);
     this.lblMenuDepartmentInfo.TabIndex  = 17;
     this.lblMenuDepartmentInfo.Text      = "Sales, System Admin";
     //
     // lblMenuAvatarName
     //
     this.lblMenuAvatarName.AutoSize  = true;
     this.lblMenuAvatarName.BackColor = System.Drawing.Color.Transparent;
     this.animSlider.SetDecoration(this.lblMenuAvatarName, BunifuAnimatorNS.DecorationType.None);
     this.lblMenuAvatarName.Font     = new System.Drawing.Font("Century", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblMenuAvatarName.Location = new System.Drawing.Point(80, 109);
     this.lblMenuAvatarName.Name     = "lblMenuAvatarName";
     this.lblMenuAvatarName.Size     = new System.Drawing.Size(82, 18);
     this.lblMenuAvatarName.TabIndex = 16;
     this.lblMenuAvatarName.Text     = "John Doe";
     //
     // btnMenuLogOut
     //
     this.btnMenuLogOut.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuLogOut.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuLogOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuLogOut.BorderRadius          = 0;
     this.btnMenuLogOut.ButtonText            = "Log Out";
     this.btnMenuLogOut.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuLogOut, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuLogOut.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuLogOut.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuLogOut.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuLogOut.Iconimage")));
     this.btnMenuLogOut.Iconimage_right          = null;
     this.btnMenuLogOut.Iconimage_right_Selected = null;
     this.btnMenuLogOut.Iconimage_Selected       = null;
     this.btnMenuLogOut.IconMarginLeft           = 0;
     this.btnMenuLogOut.IconMarginRight          = 0;
     this.btnMenuLogOut.IconRightVisible         = true;
     this.btnMenuLogOut.IconRightZoom            = 0D;
     this.btnMenuLogOut.IconVisible              = true;
     this.btnMenuLogOut.IconZoom         = 60D;
     this.btnMenuLogOut.IsTab            = false;
     this.btnMenuLogOut.Location         = new System.Drawing.Point(0, 527);
     this.btnMenuLogOut.Name             = "btnMenuLogOut";
     this.btnMenuLogOut.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuLogOut.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuLogOut.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuLogOut.selected         = false;
     this.btnMenuLogOut.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuLogOut.TabIndex         = 15;
     this.btnMenuLogOut.Text             = "Log Out";
     this.btnMenuLogOut.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuLogOut.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuLogOut.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuLogOut.Click           += new System.EventHandler(this.btnMenuLogOut_Click);
     //
     // btnMenuSettings
     //
     this.btnMenuSettings.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuSettings.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuSettings.BorderRadius          = 0;
     this.btnMenuSettings.ButtonText            = "Settings";
     this.btnMenuSettings.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuSettings, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuSettings.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuSettings.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuSettings.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuSettings.Iconimage")));
     this.btnMenuSettings.Iconimage_right          = null;
     this.btnMenuSettings.Iconimage_right_Selected = null;
     this.btnMenuSettings.Iconimage_Selected       = null;
     this.btnMenuSettings.IconMarginLeft           = 0;
     this.btnMenuSettings.IconMarginRight          = 0;
     this.btnMenuSettings.IconRightVisible         = true;
     this.btnMenuSettings.IconRightZoom            = 0D;
     this.btnMenuSettings.IconVisible              = true;
     this.btnMenuSettings.IconZoom         = 60D;
     this.btnMenuSettings.IsTab            = false;
     this.btnMenuSettings.Location         = new System.Drawing.Point(0, 479);
     this.btnMenuSettings.Name             = "btnMenuSettings";
     this.btnMenuSettings.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuSettings.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuSettings.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuSettings.selected         = false;
     this.btnMenuSettings.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuSettings.TabIndex         = 14;
     this.btnMenuSettings.Text             = "Settings";
     this.btnMenuSettings.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuSettings.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuSettings.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuSettings.Click           += new System.EventHandler(this.btnMenuSettings_Click);
     //
     // sprMenuHorizontal
     //
     this.sprMenuHorizontal.BackColor = System.Drawing.Color.Transparent;
     this.animSlider.SetDecoration(this.sprMenuHorizontal, BunifuAnimatorNS.DecorationType.None);
     this.sprMenuHorizontal.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(229)))), ((int)(((byte)(251)))));
     this.sprMenuHorizontal.LineThickness = 2;
     this.sprMenuHorizontal.Location      = new System.Drawing.Point(0, 154);
     this.sprMenuHorizontal.Name          = "sprMenuHorizontal";
     this.sprMenuHorizontal.Size          = new System.Drawing.Size(250, 35);
     this.sprMenuHorizontal.TabIndex      = 12;
     this.sprMenuHorizontal.Transparency  = 255;
     this.sprMenuHorizontal.Vertical      = false;
     //
     // btnMenuReports
     //
     this.btnMenuReports.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuReports.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuReports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuReports.BorderRadius          = 0;
     this.btnMenuReports.ButtonText            = "Reports";
     this.btnMenuReports.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuReports, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuReports.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuReports.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuReports.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuReports.Iconimage")));
     this.btnMenuReports.Iconimage_right          = null;
     this.btnMenuReports.Iconimage_right_Selected = null;
     this.btnMenuReports.Iconimage_Selected       = null;
     this.btnMenuReports.IconMarginLeft           = 0;
     this.btnMenuReports.IconMarginRight          = 0;
     this.btnMenuReports.IconRightVisible         = true;
     this.btnMenuReports.IconRightZoom            = 0D;
     this.btnMenuReports.IconVisible              = true;
     this.btnMenuReports.IconZoom         = 60D;
     this.btnMenuReports.IsTab            = false;
     this.btnMenuReports.Location         = new System.Drawing.Point(0, 431);
     this.btnMenuReports.Name             = "btnMenuReports";
     this.btnMenuReports.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuReports.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuReports.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuReports.selected         = false;
     this.btnMenuReports.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuReports.TabIndex         = 10;
     this.btnMenuReports.Text             = "Reports";
     this.btnMenuReports.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuReports.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuReports.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuReports.Click           += new System.EventHandler(this.btnMenuReports_Click);
     //
     // btnMenuManageGarbageItems
     //
     this.btnMenuManageGarbageItems.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuManageGarbageItems.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuManageGarbageItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuManageGarbageItems.BorderRadius          = 0;
     this.btnMenuManageGarbageItems.ButtonText            = "Manage Garbage Items";
     this.btnMenuManageGarbageItems.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuManageGarbageItems, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuManageGarbageItems.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuManageGarbageItems.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuManageGarbageItems.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuManageGarbageItems.Iconimage")));
     this.btnMenuManageGarbageItems.Iconimage_right          = null;
     this.btnMenuManageGarbageItems.Iconimage_right_Selected = null;
     this.btnMenuManageGarbageItems.Iconimage_Selected       = null;
     this.btnMenuManageGarbageItems.IconMarginLeft           = 0;
     this.btnMenuManageGarbageItems.IconMarginRight          = 0;
     this.btnMenuManageGarbageItems.IconRightVisible         = true;
     this.btnMenuManageGarbageItems.IconRightZoom            = 0D;
     this.btnMenuManageGarbageItems.IconVisible              = true;
     this.btnMenuManageGarbageItems.IconZoom         = 60D;
     this.btnMenuManageGarbageItems.IsTab            = false;
     this.btnMenuManageGarbageItems.Location         = new System.Drawing.Point(0, 383);
     this.btnMenuManageGarbageItems.Name             = "btnMenuManageGarbageItems";
     this.btnMenuManageGarbageItems.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuManageGarbageItems.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuManageGarbageItems.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuManageGarbageItems.selected         = false;
     this.btnMenuManageGarbageItems.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuManageGarbageItems.TabIndex         = 9;
     this.btnMenuManageGarbageItems.Text             = "Manage Garbage Items";
     this.btnMenuManageGarbageItems.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuManageGarbageItems.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuManageGarbageItems.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuManageGarbageItems.Click           += new System.EventHandler(this.btnMenuManageGarbageItems_Click);
     //
     // btnMenuStockItems
     //
     this.btnMenuStockItems.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuStockItems.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuStockItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuStockItems.BorderRadius          = 0;
     this.btnMenuStockItems.ButtonText            = "Manage Stock Items";
     this.btnMenuStockItems.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuStockItems, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuStockItems.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuStockItems.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuStockItems.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuStockItems.Iconimage")));
     this.btnMenuStockItems.Iconimage_right          = null;
     this.btnMenuStockItems.Iconimage_right_Selected = null;
     this.btnMenuStockItems.Iconimage_Selected       = null;
     this.btnMenuStockItems.IconMarginLeft           = 0;
     this.btnMenuStockItems.IconMarginRight          = 0;
     this.btnMenuStockItems.IconRightVisible         = true;
     this.btnMenuStockItems.IconRightZoom            = 0D;
     this.btnMenuStockItems.IconVisible              = true;
     this.btnMenuStockItems.IconZoom         = 60D;
     this.btnMenuStockItems.IsTab            = false;
     this.btnMenuStockItems.Location         = new System.Drawing.Point(0, 335);
     this.btnMenuStockItems.Name             = "btnMenuStockItems";
     this.btnMenuStockItems.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuStockItems.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuStockItems.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuStockItems.selected         = false;
     this.btnMenuStockItems.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuStockItems.TabIndex         = 8;
     this.btnMenuStockItems.Text             = "Manage Stock Items";
     this.btnMenuStockItems.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuStockItems.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuStockItems.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuStockItems.Click           += new System.EventHandler(this.btnMenuStockItems_Click);
     //
     // btnMenuManageItems
     //
     this.btnMenuManageItems.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuManageItems.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuManageItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuManageItems.BorderRadius          = 0;
     this.btnMenuManageItems.ButtonText            = "Manage Items";
     this.btnMenuManageItems.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuManageItems, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuManageItems.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuManageItems.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuManageItems.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuManageItems.Iconimage")));
     this.btnMenuManageItems.Iconimage_right          = null;
     this.btnMenuManageItems.Iconimage_right_Selected = null;
     this.btnMenuManageItems.Iconimage_Selected       = null;
     this.btnMenuManageItems.IconMarginLeft           = 0;
     this.btnMenuManageItems.IconMarginRight          = 0;
     this.btnMenuManageItems.IconRightVisible         = true;
     this.btnMenuManageItems.IconRightZoom            = 0D;
     this.btnMenuManageItems.IconVisible              = true;
     this.btnMenuManageItems.IconZoom         = 60D;
     this.btnMenuManageItems.IsTab            = false;
     this.btnMenuManageItems.Location         = new System.Drawing.Point(0, 287);
     this.btnMenuManageItems.Name             = "btnMenuManageItems";
     this.btnMenuManageItems.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuManageItems.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuManageItems.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuManageItems.selected         = false;
     this.btnMenuManageItems.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuManageItems.TabIndex         = 7;
     this.btnMenuManageItems.Text             = "Manage Items";
     this.btnMenuManageItems.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuManageItems.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuManageItems.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuManageItems.Click           += new System.EventHandler(this.btnMenuManageItems_Click);
     //
     // btnMenuManageDepartments
     //
     this.btnMenuManageDepartments.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuManageDepartments.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuManageDepartments.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuManageDepartments.BorderRadius          = 0;
     this.btnMenuManageDepartments.ButtonText            = "Manage Departments";
     this.btnMenuManageDepartments.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuManageDepartments, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuManageDepartments.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuManageDepartments.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuManageDepartments.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuManageDepartments.Iconimage")));
     this.btnMenuManageDepartments.Iconimage_right          = null;
     this.btnMenuManageDepartments.Iconimage_right_Selected = null;
     this.btnMenuManageDepartments.Iconimage_Selected       = null;
     this.btnMenuManageDepartments.IconMarginLeft           = 0;
     this.btnMenuManageDepartments.IconMarginRight          = 0;
     this.btnMenuManageDepartments.IconRightVisible         = true;
     this.btnMenuManageDepartments.IconRightZoom            = 0D;
     this.btnMenuManageDepartments.IconVisible              = true;
     this.btnMenuManageDepartments.IconZoom         = 60D;
     this.btnMenuManageDepartments.IsTab            = false;
     this.btnMenuManageDepartments.Location         = new System.Drawing.Point(0, 239);
     this.btnMenuManageDepartments.Name             = "btnMenuManageDepartments";
     this.btnMenuManageDepartments.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuManageDepartments.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuManageDepartments.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuManageDepartments.selected         = false;
     this.btnMenuManageDepartments.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuManageDepartments.TabIndex         = 6;
     this.btnMenuManageDepartments.Text             = "Manage Departments";
     this.btnMenuManageDepartments.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuManageDepartments.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuManageDepartments.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuManageDepartments.Click           += new System.EventHandler(this.btnMenuManageDepartments_Click);
     //
     // btnMenuManageEmployees
     //
     this.btnMenuManageEmployees.Activecolor           = System.Drawing.Color.CornflowerBlue;
     this.btnMenuManageEmployees.BackColor             = System.Drawing.Color.Transparent;
     this.btnMenuManageEmployees.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMenuManageEmployees.BorderRadius          = 0;
     this.btnMenuManageEmployees.ButtonText            = " Manage Employees";
     this.btnMenuManageEmployees.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animSlider.SetDecoration(this.btnMenuManageEmployees, BunifuAnimatorNS.DecorationType.None);
     this.btnMenuManageEmployees.DisabledColor            = System.Drawing.Color.Gray;
     this.btnMenuManageEmployees.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnMenuManageEmployees.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnMenuManageEmployees.Iconimage")));
     this.btnMenuManageEmployees.Iconimage_right          = null;
     this.btnMenuManageEmployees.Iconimage_right_Selected = null;
     this.btnMenuManageEmployees.Iconimage_Selected       = null;
     this.btnMenuManageEmployees.IconMarginLeft           = 0;
     this.btnMenuManageEmployees.IconMarginRight          = 0;
     this.btnMenuManageEmployees.IconRightVisible         = true;
     this.btnMenuManageEmployees.IconRightZoom            = 0D;
     this.btnMenuManageEmployees.IconVisible              = true;
     this.btnMenuManageEmployees.IconZoom         = 60D;
     this.btnMenuManageEmployees.IsTab            = false;
     this.btnMenuManageEmployees.Location         = new System.Drawing.Point(0, 191);
     this.btnMenuManageEmployees.Name             = "btnMenuManageEmployees";
     this.btnMenuManageEmployees.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnMenuManageEmployees.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(39)))), ((int)(((byte)(113)))), ((int)(((byte)(254)))));
     this.btnMenuManageEmployees.OnHoverTextColor = System.Drawing.Color.White;
     this.btnMenuManageEmployees.selected         = false;
     this.btnMenuManageEmployees.Size             = new System.Drawing.Size(250, 48);
     this.btnMenuManageEmployees.TabIndex         = 4;
     this.btnMenuManageEmployees.Text             = " Manage Employees";
     this.btnMenuManageEmployees.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMenuManageEmployees.Textcolor        = System.Drawing.Color.DodgerBlue;
     this.btnMenuManageEmployees.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMenuManageEmployees.Click           += new System.EventHandler(this.btnMenuManageEmployees_Click);
     //
     // pboxAvatar
     //
     this.pboxAvatar.BackColor = System.Drawing.Color.Black;
     this.animSlider.SetDecoration(this.pboxAvatar, BunifuAnimatorNS.DecorationType.None);
     this.pboxAvatar.Location = new System.Drawing.Point(75, 5);
     this.pboxAvatar.Name     = "pboxAvatar";
     this.pboxAvatar.Size     = new System.Drawing.Size(100, 100);
     this.pboxAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pboxAvatar.TabIndex = 1;
     this.pboxAvatar.TabStop  = false;
     //
     // pboxZimoMinimalist
     //
     this.pboxZimoMinimalist.BackColor = System.Drawing.Color.White;
     this.animSlider.SetDecoration(this.pboxZimoMinimalist, BunifuAnimatorNS.DecorationType.None);
     this.pboxZimoMinimalist.Image    = ((System.Drawing.Image)(resources.GetObject("pboxZimoMinimalist.Image")));
     this.pboxZimoMinimalist.Location = new System.Drawing.Point(475, 147);
     this.pboxZimoMinimalist.Name     = "pboxZimoMinimalist";
     this.pboxZimoMinimalist.Size     = new System.Drawing.Size(345, 345);
     this.pboxZimoMinimalist.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pboxZimoMinimalist.TabIndex = 3;
     this.pboxZimoMinimalist.TabStop  = false;
     //
     // elipseForm
     //
     this.elipseForm.ElipseRadius  = 10;
     this.elipseForm.TargetControl = this;
     //
     // elipseAvatar
     //
     this.elipseAvatar.ElipseRadius  = 300;
     this.elipseAvatar.TargetControl = this.pboxAvatar;
     //
     // dragControlForm
     //
     this.dragControlForm.Fixed         = true;
     this.dragControlForm.Horizontal    = true;
     this.dragControlForm.TargetControl = this.pnlLeftMenu;
     this.dragControlForm.Vertical      = true;
     //
     // animSlider
     //
     this.animSlider.AnimationType     = BunifuAnimatorNS.AnimationType.Leaf;
     this.animSlider.Cursor            = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff             = 1F;
     animation1.MaxTime               = 1F;
     animation1.MinTime               = 0F;
     animation1.MosaicCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift           = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize            = 0;
     animation1.Padding               = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff           = 0F;
     animation1.RotateLimit           = 0F;
     animation1.ScaleCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff             = 0F;
     animation1.TransparencyCoeff     = 0F;
     this.animSlider.DefaultAnimation = animation1;
     //
     // lblMenuRoleInfo
     //
     this.lblMenuRoleInfo.AutoSize  = true;
     this.lblMenuRoleInfo.BackColor = System.Drawing.Color.Transparent;
     this.animSlider.SetDecoration(this.lblMenuRoleInfo, BunifuAnimatorNS.DecorationType.None);
     this.lblMenuRoleInfo.Font      = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblMenuRoleInfo.ForeColor = System.Drawing.Color.Gray;
     this.lblMenuRoleInfo.Location  = new System.Drawing.Point(48, 147);
     this.lblMenuRoleInfo.Name      = "lblMenuRoleInfo";
     this.lblMenuRoleInfo.Size      = new System.Drawing.Size(155, 18);
     this.lblMenuRoleInfo.TabIndex  = 18;
     this.lblMenuRoleInfo.Text      = "Sales, System Admin";
     //
     // AdminForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1024, 645);
     this.Controls.Add(this.pnlMain);
     this.animSlider.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "AdminForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "AdminForm";
     this.pnlMain.ResumeLayout(false);
     this.pnlLeftMenu.ResumeLayout(false);
     this.pnlLeftMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pboxAvatar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pboxZimoMinimalist)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>


        #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.components = new System.ComponentModel.Container();
            BunifuAnimatorNS.Animation animation14 = new BunifuAnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Entrada1));
            this.bunifuFormFadeTransition1 = new Bunifu.Framework.UI.BunifuFormFadeTransition(this.components);
            this.bunifuTransition1         = new BunifuAnimatorNS.BunifuTransition(this.components);
            this.bunifuGradientPanel2      = new Bunifu.Framework.UI.BunifuGradientPanel();
            this.bunifuCustomLabel2        = new Bunifu.Framework.UI.BunifuCustomLabel();
            this.textBox1             = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
            this.Continuar            = new Bunifu.Framework.UI.BunifuThinButton2();
            this.bunifuGradientPanel1 = new Bunifu.Framework.UI.BunifuGradientPanel();
            this.bunifuImageButton2   = new Bunifu.Framework.UI.BunifuImageButton();
            this.bunifuImageButton1   = new Bunifu.Framework.UI.BunifuImageButton();
            this.label1 = new System.Windows.Forms.Label();
            this.bunifuGradientPanel3 = new Bunifu.Framework.UI.BunifuGradientPanel();
            this.bunifuImageButton3   = new Bunifu.Framework.UI.BunifuImageButton();
            this.bunifuGradientPanel2.SuspendLayout();
            this.bunifuGradientPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
            this.SuspendLayout();
            //
            // bunifuFormFadeTransition1
            //
            this.bunifuFormFadeTransition1.Delay = 1;
            //
            // bunifuTransition1
            //
            this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.Rotate;
            this.bunifuTransition1.Cursor        = null;
            animation14.AnimateOnlyDifferences   = true;
            animation14.BlindCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation14.BlindCoeff")));
            animation14.LeafCoeff                   = 0F;
            animation14.MaxTime                     = 1F;
            animation14.MinTime                     = 0F;
            animation14.MosaicCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation14.MosaicCoeff")));
            animation14.MosaicShift                 = ((System.Drawing.PointF)(resources.GetObject("animation14.MosaicShift")));
            animation14.MosaicSize                  = 0;
            animation14.Padding                     = new System.Windows.Forms.Padding(50);
            animation14.RotateCoeff                 = 1F;
            animation14.RotateLimit                 = 0F;
            animation14.ScaleCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation14.ScaleCoeff")));
            animation14.SlideCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation14.SlideCoeff")));
            animation14.TimeCoeff                   = 0F;
            animation14.TransparencyCoeff           = 1F;
            this.bunifuTransition1.DefaultAnimation = animation14;
            this.bunifuTransition1.Interval         = 100;
            this.bunifuTransition1.MaxAnimationTime = 60000;
            this.bunifuTransition1.TimeStep         = 0.001F;
            //
            // bunifuGradientPanel2
            //
            this.bunifuGradientPanel2.BackColor             = System.Drawing.Color.Silver;
            this.bunifuGradientPanel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel2.BackgroundImage")));
            this.bunifuGradientPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.bunifuGradientPanel2.Controls.Add(this.bunifuImageButton3);
            this.bunifuGradientPanel2.Controls.Add(this.bunifuCustomLabel2);
            this.bunifuGradientPanel2.Controls.Add(this.textBox1);
            this.bunifuGradientPanel2.Controls.Add(this.Continuar);
            this.bunifuTransition1.SetDecoration(this.bunifuGradientPanel2, BunifuAnimatorNS.DecorationType.None);
            this.bunifuGradientPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.bunifuGradientPanel2.GradientBottomLeft  = System.Drawing.Color.Teal;
            this.bunifuGradientPanel2.GradientBottomRight = System.Drawing.Color.Teal;
            this.bunifuGradientPanel2.GradientTopLeft     = System.Drawing.Color.WhiteSmoke;
            this.bunifuGradientPanel2.GradientTopRight    = System.Drawing.Color.WhiteSmoke;
            this.bunifuGradientPanel2.Location            = new System.Drawing.Point(0, 44);
            this.bunifuGradientPanel2.Name     = "bunifuGradientPanel2";
            this.bunifuGradientPanel2.Quality  = 10;
            this.bunifuGradientPanel2.Size     = new System.Drawing.Size(793, 453);
            this.bunifuGradientPanel2.TabIndex = 2;
            //
            // bunifuCustomLabel2
            //
            this.bunifuCustomLabel2.AutoSize  = true;
            this.bunifuCustomLabel2.BackColor = System.Drawing.SystemColors.Window;
            this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel2, BunifuAnimatorNS.DecorationType.None);
            this.bunifuCustomLabel2.Font      = new System.Drawing.Font("Book Antiqua", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bunifuCustomLabel2.ForeColor = System.Drawing.Color.MidnightBlue;
            this.bunifuCustomLabel2.Location  = new System.Drawing.Point(220, 269);
            this.bunifuCustomLabel2.Name      = "bunifuCustomLabel2";
            this.bunifuCustomLabel2.Size      = new System.Drawing.Size(365, 26);
            this.bunifuCustomLabel2.TabIndex  = 6;
            this.bunifuCustomLabel2.Text      = "Ingrese el nombre de la escuela aquí";
            //
            // textBox1
            //
            this.textBox1.BorderColor = System.Drawing.Color.SeaGreen;
            this.bunifuTransition1.SetDecoration(this.textBox1, BunifuAnimatorNS.DecorationType.None);
            this.textBox1.Font      = new System.Drawing.Font("Calisto MT", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox1.Location  = new System.Drawing.Point(182, 261);
            this.textBox1.Name      = "textBox1";
            this.textBox1.Size      = new System.Drawing.Size(429, 42);
            this.textBox1.TabIndex  = 8;
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // Continuar
            //
            this.Continuar.ActiveBorderThickness = 1;
            this.Continuar.ActiveCornerRadius    = 20;
            this.Continuar.ActiveFillColor       = System.Drawing.Color.SeaGreen;
            this.Continuar.ActiveForecolor       = System.Drawing.Color.Transparent;
            this.Continuar.ActiveLineColor       = System.Drawing.Color.SeaGreen;
            this.Continuar.BackColor             = System.Drawing.Color.Transparent;
            this.Continuar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Continuar.BackgroundImage")));
            this.Continuar.ButtonText            = "Continuar";
            this.Continuar.Cursor = System.Windows.Forms.Cursors.Hand;
            this.bunifuTransition1.SetDecoration(this.Continuar, BunifuAnimatorNS.DecorationType.None);
            this.Continuar.Font                = new System.Drawing.Font("Century Gothic", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Continuar.ForeColor           = System.Drawing.Color.DarkGreen;
            this.Continuar.IdleBorderThickness = 1;
            this.Continuar.IdleCornerRadius    = 20;
            this.Continuar.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.Continuar.IdleForecolor       = System.Drawing.Color.SeaGreen;
            this.Continuar.IdleLineColor       = System.Drawing.Color.SeaGreen;
            this.Continuar.Location            = new System.Drawing.Point(214, 344);
            this.Continuar.Margin              = new System.Windows.Forms.Padding(5);
            this.Continuar.Name                = "Continuar";
            this.Continuar.Size                = new System.Drawing.Size(300, 71);
            this.Continuar.TabIndex            = 7;
            this.Continuar.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // bunifuGradientPanel1
            //
            this.bunifuGradientPanel1.BackColor             = System.Drawing.Color.Aqua;
            this.bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
            this.bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.bunifuGradientPanel1.Controls.Add(this.bunifuImageButton2);
            this.bunifuGradientPanel1.Controls.Add(this.bunifuImageButton1);
            this.bunifuGradientPanel1.Controls.Add(this.label1);
            this.bunifuTransition1.SetDecoration(this.bunifuGradientPanel1, BunifuAnimatorNS.DecorationType.None);
            this.bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.Thistle;
            this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.Thistle;
            this.bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.Aqua;
            this.bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.Aqua;
            this.bunifuGradientPanel1.Location            = new System.Drawing.Point(0, 0);
            this.bunifuGradientPanel1.Name     = "bunifuGradientPanel1";
            this.bunifuGradientPanel1.Quality  = 10;
            this.bunifuGradientPanel1.Size     = new System.Drawing.Size(793, 44);
            this.bunifuGradientPanel1.TabIndex = 1;
            //
            // bunifuImageButton2
            //
            this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
            this.bunifuTransition1.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
            this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
            this.bunifuImageButton2.ImageActive = null;
            this.bunifuImageButton2.Location    = new System.Drawing.Point(751, 1);
            this.bunifuImageButton2.Name        = "bunifuImageButton2";
            this.bunifuImageButton2.Size        = new System.Drawing.Size(40, 40);
            this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.bunifuImageButton2.TabIndex    = 9;
            this.bunifuImageButton2.TabStop     = false;
            this.bunifuImageButton2.Zoom        = 10;
            this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
            //
            // bunifuImageButton1
            //
            this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
            this.bunifuTransition1.SetDecoration(this.bunifuImageButton1, BunifuAnimatorNS.DecorationType.None);
            this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
            this.bunifuImageButton1.ImageActive = null;
            this.bunifuImageButton1.Location    = new System.Drawing.Point(711, 1);
            this.bunifuImageButton1.Name        = "bunifuImageButton1";
            this.bunifuImageButton1.Size        = new System.Drawing.Size(40, 40);
            this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.bunifuImageButton1.TabIndex    = 11;
            this.bunifuImageButton1.TabStop     = false;
            this.bunifuImageButton1.Zoom        = 10;
            this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.bunifuTransition1.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
            this.label1.Font     = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(371, 24);
            this.label1.TabIndex = 1;
            this.label1.Text     = "Paso 1: Ingresar nombre de la escuela";
            //
            // bunifuGradientPanel3
            //
            this.bunifuGradientPanel3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel3.BackgroundImage")));
            this.bunifuGradientPanel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.bunifuTransition1.SetDecoration(this.bunifuGradientPanel3, BunifuAnimatorNS.DecorationType.None);
            this.bunifuGradientPanel3.GradientBottomLeft  = System.Drawing.Color.White;
            this.bunifuGradientPanel3.GradientBottomRight = System.Drawing.Color.White;
            this.bunifuGradientPanel3.GradientTopLeft     = System.Drawing.Color.White;
            this.bunifuGradientPanel3.GradientTopRight    = System.Drawing.Color.White;
            this.bunifuGradientPanel3.Location            = new System.Drawing.Point(52, 132);
            this.bunifuGradientPanel3.Name     = "bunifuGradientPanel3";
            this.bunifuGradientPanel3.Quality  = 10;
            this.bunifuGradientPanel3.Size     = new System.Drawing.Size(33, 100);
            this.bunifuGradientPanel3.TabIndex = 3;
            this.bunifuGradientPanel3.Visible  = false;
            //
            // bunifuImageButton3
            //
            this.bunifuImageButton3.BackColor = System.Drawing.Color.Transparent;
            this.bunifuTransition1.SetDecoration(this.bunifuImageButton3, BunifuAnimatorNS.DecorationType.None);
            this.bunifuImageButton3.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.Image")));
            this.bunifuImageButton3.ImageActive = null;
            this.bunifuImageButton3.Location    = new System.Drawing.Point(182, 15);
            this.bunifuImageButton3.Name        = "bunifuImageButton3";
            this.bunifuImageButton3.Size        = new System.Drawing.Size(429, 216);
            this.bunifuImageButton3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.bunifuImageButton3.TabIndex    = 9;
            this.bunifuImageButton3.TabStop     = false;
            this.bunifuImageButton3.Zoom        = 10;
            //
            // Entrada1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(793, 497);
            this.Controls.Add(this.bunifuGradientPanel3);
            this.Controls.Add(this.bunifuGradientPanel2);
            this.Controls.Add(this.bunifuGradientPanel1);
            this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name            = "Entrada1";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "prueba2";
            this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.prueba2_FormClosing);
            this.Load           += new System.EventHandler(this.prueba2_Load);
            this.bunifuGradientPanel2.ResumeLayout(false);
            this.bunifuGradientPanel2.PerformLayout();
            this.bunifuGradientPanel1.ResumeLayout(false);
            this.bunifuGradientPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
            this.ResumeLayout(false);
        }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panel_top          = new System.Windows.Forms.Panel();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.pictureBox4        = new System.Windows.Forms.PictureBox();
     this.panel3             = new System.Windows.Forms.Panel();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.label1             = new System.Windows.Forms.Label();
     this.pictureBox3        = new System.Windows.Forms.PictureBox();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.pb_foto            = new System.Windows.Forms.PictureBox();
     this.pb_logo            = new System.Windows.Forms.PictureBox();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.timer2             = new System.Windows.Forms.Timer(this.components);
     this.timer3             = new System.Windows.Forms.Timer(this.components);
     this.animator           = new BunifuAnimatorNS.Animator(this.components);
     this.panel_top.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_foto)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_logo)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.panel_top;
     this.bunifuDragControl1.Vertical      = true;
     //
     // panel_top
     //
     this.panel_top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.panel_top.Controls.Add(this.bunifuCustomLabel1);
     this.panel_top.Controls.Add(this.pictureBox4);
     this.panel_top.Controls.Add(this.panel3);
     this.animator.SetDecoration(this.panel_top, BunifuAnimatorNS.DecorationType.None);
     this.panel_top.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel_top.Location = new System.Drawing.Point(0, 0);
     this.panel_top.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel_top.Name     = "panel_top";
     this.panel_top.Size     = new System.Drawing.Size(735, 57);
     this.panel_top.TabIndex = 3;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.animator.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.White;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(58, 9);
     this.bunifuCustomLabel1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(240, 20);
     this.bunifuCustomLabel1.TabIndex  = 5;
     this.bunifuCustomLabel1.Text      = "Manutenção De Maquinas \r\n";
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox4.BackgroundImage       = global::Manutenção_De_Maquinas_Maquinas.Properties.Resources.repairing_service__3_;
     this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator.SetDecoration(this.pictureBox4, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox4.Location = new System.Drawing.Point(4, 5);
     this.pictureBox4.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(45, 46);
     this.pictureBox4.TabIndex = 4;
     this.pictureBox4.TabStop  = false;
     //
     // panel3
     //
     this.animator.SetDecoration(this.panel3, BunifuAnimatorNS.DecorationType.None);
     this.panel3.Location = new System.Drawing.Point(298, 54);
     this.panel3.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1042, 800);
     this.panel3.TabIndex = 0;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // label1
     //
     this.label1.AutoSize    = true;
     this.label1.BackColor   = System.Drawing.Color.Transparent;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.animator.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold);
     this.label1.Location  = new System.Drawing.Point(156, 391);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(288, 27);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Manutenção De Maquinas";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox3.BackgroundImage       = global::Manutenção_De_Maquinas_Maquinas.Properties.Resources.MEC;
     this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.animator.SetDecoration(this.pictureBox3, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox3.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pictureBox3.Location = new System.Drawing.Point(380, 457);
     this.pictureBox3.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(153, 95);
     this.pictureBox3.TabIndex = 15;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox2.BackgroundImage       = global::Manutenção_De_Maquinas_Maquinas.Properties.Resources.AEL;
     this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.animator.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pictureBox2.Location = new System.Drawing.Point(198, 457);
     this.pictureBox2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(153, 95);
     this.pictureBox2.TabIndex = 14;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage       = global::Manutenção_De_Maquinas_Maquinas.Properties.Resources.png;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.animator.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pictureBox1.Location = new System.Drawing.Point(9, 457);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(164, 95);
     this.pictureBox1.TabIndex = 13;
     this.pictureBox1.TabStop  = false;
     //
     // pb_foto
     //
     this.pb_foto.BackColor             = System.Drawing.Color.Transparent;
     this.pb_foto.BackgroundImage       = global::Manutenção_De_Maquinas_Maquinas.Properties.Resources.BLAK_KIG_1;
     this.pb_foto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.animator.SetDecoration(this.pb_foto, BunifuAnimatorNS.DecorationType.None);
     this.pb_foto.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pb_foto.Location = new System.Drawing.Point(566, 457);
     this.pb_foto.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pb_foto.Name     = "pb_foto";
     this.pb_foto.Size     = new System.Drawing.Size(153, 95);
     this.pb_foto.TabIndex = 12;
     this.pb_foto.TabStop  = false;
     //
     // pb_logo
     //
     this.pb_logo.BackColor             = System.Drawing.Color.Transparent;
     this.pb_logo.BackgroundImage       = global::Manutenção_De_Maquinas_Maquinas.Properties.Resources.repairing_service__3_;
     this.pb_logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.animator.SetDecoration(this.pb_logo, BunifuAnimatorNS.DecorationType.None);
     this.pb_logo.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pb_logo.Location = new System.Drawing.Point(156, 86);
     this.pb_logo.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pb_logo.Name     = "pb_logo";
     this.pb_logo.Size     = new System.Drawing.Size(416, 300);
     this.pb_logo.TabIndex = 10;
     this.pb_logo.TabStop  = false;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 10;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Interval = 10;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // timer3
     //
     this.timer3.Interval = 10;
     this.timer3.Tick    += new System.EventHandler(this.timer3_Tick);
     //
     // animator
     //
     this.animator.AnimationType       = BunifuAnimatorNS.AnimationType.VertSlide;
     this.animator.Cursor              = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime             = 1F;
     animation1.MinTime             = 0F;
     animation1.MosaicCoeff         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize          = 0;
     animation1.Padding             = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff         = 0F;
     animation1.RotateLimit         = 0F;
     animation1.ScaleCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff           = 0F;
     animation1.TransparencyCoeff   = 0F;
     this.animator.DefaultAnimation = animation1;
     //
     // Form2
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.Gray;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(735, 569);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pb_foto);
     this.Controls.Add(this.pb_logo);
     this.Controls.Add(this.panel_top);
     this.animator.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name            = "Form2";
     this.Text            = "Form2";
     this.Load           += new System.EventHandler(this.Form2_Load_1);
     this.panel_top.ResumeLayout(false);
     this.panel_top.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_foto)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_logo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingTab));
     this.panel1             = new System.Windows.Forms.Panel();
     this.SurNameField       = new ns1.BunifuMetroTextbox();
     this.bunifuCustomLabel2 = new ns1.BunifuCustomLabel();
     this.NameField          = new ns1.BunifuMetroTextbox();
     this.bunifuCustomLabel3 = new ns1.BunifuCustomLabel();
     this.bunifuCustomLabel1 = new ns1.BunifuCustomLabel();
     this.ActionButton       = new ns1.BunifuThinButton2();
     this.panel2             = new System.Windows.Forms.Panel();
     this.BioField           = new System.Windows.Forms.RichTextBox();
     this.bunifuCustomLabel8 = new ns1.BunifuCustomLabel();
     this.EmailField         = new ns1.BunifuMetroTextbox();
     this.bunifuCustomLabel4 = new ns1.BunifuCustomLabel();
     this.bunifuTransition1  = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.CancelButton       = new ns1.BunifuThinButton2();
     this.panel3             = new System.Windows.Forms.Panel();
     this.Picture            = new System.Windows.Forms.PictureBox();
     this.bunifuThinButton23 = new ns1.BunifuThinButton2();
     this.bunifuCustomLabel5 = new ns1.BunifuCustomLabel();
     this.panel4             = new System.Windows.Forms.Panel();
     this.ClassList          = new System.Windows.Forms.CheckedListBox();
     this.bunifuCustomLabel6 = new ns1.BunifuCustomLabel();
     this.panel5             = new System.Windows.Forms.Panel();
     this.DeleteSkillButton  = new ns1.BunifuThinButton2();
     this.SkillField         = new ns1.BunifuMaterialTextbox();
     this.SkillsList         = new System.Windows.Forms.ListBox();
     this.bunifuThinButton24 = new ns1.BunifuThinButton2();
     this.bunifuCustomLabel7 = new ns1.BunifuCustomLabel();
     this.openFileDialog1    = new System.Windows.Forms.OpenFileDialog();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Picture)).BeginInit();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.panel1.Controls.Add(this.SurNameField);
     this.panel1.Controls.Add(this.bunifuCustomLabel2);
     this.panel1.Controls.Add(this.NameField);
     this.panel1.Controls.Add(this.bunifuCustomLabel3);
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(50, 70);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(650, 300);
     this.panel1.TabIndex = 0;
     //
     // SurNameField
     //
     this.SurNameField.BackColor             = System.Drawing.Color.White;
     this.SurNameField.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     this.SurNameField.BorderColorIdle       = System.Drawing.Color.Gray;
     this.SurNameField.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     this.SurNameField.BorderThickness       = 2;
     this.SurNameField.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTransition1.SetDecoration(this.SurNameField, BunifuAnimatorNS.DecorationType.None);
     this.SurNameField.Font       = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.SurNameField.ForeColor  = System.Drawing.Color.Black;
     this.SurNameField.isPassword = false;
     this.SurNameField.Location   = new System.Drawing.Point(105, 199);
     this.SurNameField.Margin     = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.SurNameField.Name       = "SurNameField";
     this.SurNameField.Size       = new System.Drawing.Size(440, 40);
     this.SurNameField.TabIndex   = 11;
     this.SurNameField.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel2.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel2.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel2.Location  = new System.Drawing.Point(263, 158);
     this.bunifuCustomLabel2.Name      = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size      = new System.Drawing.Size(143, 22);
     this.bunifuCustomLabel2.TabIndex  = 10;
     this.bunifuCustomLabel2.Text      = "Моє прізвище";
     //
     // NameField
     //
     this.NameField.BackColor             = System.Drawing.Color.White;
     this.NameField.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     this.NameField.BorderColorIdle       = System.Drawing.Color.Gray;
     this.NameField.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     this.NameField.BorderThickness       = 2;
     this.NameField.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTransition1.SetDecoration(this.NameField, BunifuAnimatorNS.DecorationType.None);
     this.NameField.Font       = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.NameField.ForeColor  = System.Drawing.Color.Black;
     this.NameField.isPassword = false;
     this.NameField.Location   = new System.Drawing.Point(105, 65);
     this.NameField.Margin     = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.NameField.Name       = "NameField";
     this.NameField.Size       = new System.Drawing.Size(440, 40);
     this.NameField.TabIndex   = 9;
     this.NameField.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // bunifuCustomLabel3
     //
     this.bunifuCustomLabel3.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel3.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel3.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel3.Location  = new System.Drawing.Point(274, 28);
     this.bunifuCustomLabel3.Name      = "bunifuCustomLabel3";
     this.bunifuCustomLabel3.Size      = new System.Drawing.Size(88, 22);
     this.bunifuCustomLabel3.TabIndex  = 8;
     this.bunifuCustomLabel3.Text      = "Моє ім\'я";
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(198, 25);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(375, 22);
     this.bunifuCustomLabel1.TabIndex  = 7;
     this.bunifuCustomLabel1.Text      = "Редагування персональної інформації";
     //
     // ActionButton
     //
     this.ActionButton.ActiveBorderThickness = 1;
     this.ActionButton.ActiveCornerRadius    = 1;
     this.ActionButton.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.ActionButton.ActiveForecolor       = System.Drawing.Color.White;
     this.ActionButton.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.ActionButton.BackColor             = System.Drawing.Color.White;
     this.ActionButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("ActionButton.BackgroundImage")));
     this.ActionButton.ButtonText            = "Наступний крок";
     this.ActionButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.ActionButton, BunifuAnimatorNS.DecorationType.None);
     this.ActionButton.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ActionButton.ForeColor           = System.Drawing.Color.SeaGreen;
     this.ActionButton.IdleBorderThickness = 1;
     this.ActionButton.IdleCornerRadius    = 1;
     this.ActionButton.IdleFillColor       = System.Drawing.Color.White;
     this.ActionButton.IdleForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.ActionButton.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.ActionButton.Location            = new System.Drawing.Point(550, 375);
     this.ActionButton.Margin              = new System.Windows.Forms.Padding(5);
     this.ActionButton.Name                = "ActionButton";
     this.ActionButton.Size                = new System.Drawing.Size(150, 40);
     this.ActionButton.TabIndex            = 13;
     this.ActionButton.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.ActionButton.Click              += new System.EventHandler(this.bunifuThinButton21_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.panel2.Controls.Add(this.BioField);
     this.panel2.Controls.Add(this.bunifuCustomLabel8);
     this.panel2.Controls.Add(this.EmailField);
     this.panel2.Controls.Add(this.bunifuCustomLabel4);
     this.bunifuTransition1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Location = new System.Drawing.Point(50, 471);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(650, 300);
     this.panel2.TabIndex = 14;
     this.panel2.Visible  = false;
     //
     // BioField
     //
     this.bunifuTransition1.SetDecoration(this.BioField, BunifuAnimatorNS.DecorationType.None);
     this.BioField.Font     = new System.Drawing.Font("Century Gothic", 12F);
     this.BioField.Location = new System.Drawing.Point(105, 145);
     this.BioField.Name     = "BioField";
     this.BioField.Size     = new System.Drawing.Size(440, 122);
     this.BioField.TabIndex = 12;
     this.BioField.Text     = "";
     //
     // bunifuCustomLabel8
     //
     this.bunifuCustomLabel8.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel8, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel8.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel8.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel8.Location  = new System.Drawing.Point(246, 108);
     this.bunifuCustomLabel8.Name      = "bunifuCustomLabel8";
     this.bunifuCustomLabel8.Size      = new System.Drawing.Size(185, 22);
     this.bunifuCustomLabel8.TabIndex  = 10;
     this.bunifuCustomLabel8.Text      = "Коротко про мене";
     //
     // EmailField
     //
     this.EmailField.BackColor             = System.Drawing.Color.White;
     this.EmailField.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     this.EmailField.BorderColorIdle       = System.Drawing.Color.Gray;
     this.EmailField.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     this.EmailField.BorderThickness       = 2;
     this.EmailField.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTransition1.SetDecoration(this.EmailField, BunifuAnimatorNS.DecorationType.None);
     this.EmailField.Font       = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.EmailField.ForeColor  = System.Drawing.Color.Black;
     this.EmailField.isPassword = false;
     this.EmailField.Location   = new System.Drawing.Point(105, 48);
     this.EmailField.Margin     = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.EmailField.Name       = "EmailField";
     this.EmailField.Size       = new System.Drawing.Size(440, 41);
     this.EmailField.TabIndex   = 9;
     this.EmailField.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // bunifuCustomLabel4
     //
     this.bunifuCustomLabel4.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel4.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel4.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel4.Location  = new System.Drawing.Point(280, 21);
     this.bunifuCustomLabel4.Name      = "bunifuCustomLabel4";
     this.bunifuCustomLabel4.Size      = new System.Drawing.Size(101, 22);
     this.bunifuCustomLabel4.TabIndex  = 8;
     this.bunifuCustomLabel4.Text      = "Мій e-mail";
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 0F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 0;
     animation1.Padding                      = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 0F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     //
     // CancelButton
     //
     this.CancelButton.ActiveBorderThickness = 1;
     this.CancelButton.ActiveCornerRadius    = 1;
     this.CancelButton.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.CancelButton.ActiveForecolor       = System.Drawing.Color.White;
     this.CancelButton.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.CancelButton.BackColor             = System.Drawing.Color.White;
     this.CancelButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.ButtonText            = "Відмінити";
     this.CancelButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.CancelButton, BunifuAnimatorNS.DecorationType.None);
     this.CancelButton.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColor           = System.Drawing.Color.SeaGreen;
     this.CancelButton.IdleBorderThickness = 1;
     this.CancelButton.IdleCornerRadius    = 1;
     this.CancelButton.IdleFillColor       = System.Drawing.Color.White;
     this.CancelButton.IdleForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.CancelButton.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.CancelButton.Location            = new System.Drawing.Point(390, 375);
     this.CancelButton.Margin              = new System.Windows.Forms.Padding(5);
     this.CancelButton.Name                = "CancelButton";
     this.CancelButton.Size                = new System.Drawing.Size(150, 40);
     this.CancelButton.TabIndex            = 15;
     this.CancelButton.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.CancelButton.Click              += new System.EventHandler(this.bunifuThinButton22_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.panel3.Controls.Add(this.Picture);
     this.panel3.Controls.Add(this.bunifuThinButton23);
     this.panel3.Controls.Add(this.bunifuCustomLabel5);
     this.bunifuTransition1.SetDecoration(this.panel3, BunifuAnimatorNS.DecorationType.None);
     this.panel3.Location = new System.Drawing.Point(50, 820);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(650, 300);
     this.panel3.TabIndex = 16;
     this.panel3.Visible  = false;
     //
     // Picture
     //
     this.Picture.BackColor   = System.Drawing.Color.White;
     this.Picture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.bunifuTransition1.SetDecoration(this.Picture, BunifuAnimatorNS.DecorationType.None);
     this.Picture.Location = new System.Drawing.Point(105, 65);
     this.Picture.Name     = "Picture";
     this.Picture.Size     = new System.Drawing.Size(440, 175);
     this.Picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Picture.TabIndex = 15;
     this.Picture.TabStop  = false;
     //
     // bunifuThinButton23
     //
     this.bunifuThinButton23.ActiveBorderThickness = 1;
     this.bunifuThinButton23.ActiveCornerRadius    = 1;
     this.bunifuThinButton23.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton23.ActiveForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton23.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton23.BackColor             = System.Drawing.SystemColors.ButtonFace;
     this.bunifuThinButton23.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton23.BackgroundImage")));
     this.bunifuThinButton23.ButtonText            = "Додати картинку";
     this.bunifuThinButton23.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuThinButton23, BunifuAnimatorNS.DecorationType.None);
     this.bunifuThinButton23.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton23.ForeColor           = System.Drawing.Color.SeaGreen;
     this.bunifuThinButton23.IdleBorderThickness = 1;
     this.bunifuThinButton23.IdleCornerRadius    = 1;
     this.bunifuThinButton23.IdleFillColor       = System.Drawing.Color.White;
     this.bunifuThinButton23.IdleForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton23.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton23.Location            = new System.Drawing.Point(240, 250);
     this.bunifuThinButton23.Margin              = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton23.Name                = "bunifuThinButton23";
     this.bunifuThinButton23.Size                = new System.Drawing.Size(175, 40);
     this.bunifuThinButton23.TabIndex            = 14;
     this.bunifuThinButton23.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton23.Click              += new System.EventHandler(this.bunifuThinButton23_Click);
     //
     // bunifuCustomLabel5
     //
     this.bunifuCustomLabel5.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel5.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel5.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel5.Location  = new System.Drawing.Point(265, 18);
     this.bunifuCustomLabel5.Name      = "bunifuCustomLabel5";
     this.bunifuCustomLabel5.Size      = new System.Drawing.Size(141, 22);
     this.bunifuCustomLabel5.TabIndex  = 8;
     this.bunifuCustomLabel5.Text      = "Моя картинка";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.panel4.Controls.Add(this.ClassList);
     this.panel4.Controls.Add(this.bunifuCustomLabel6);
     this.bunifuTransition1.SetDecoration(this.panel4, BunifuAnimatorNS.DecorationType.None);
     this.panel4.Location = new System.Drawing.Point(50, 1159);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(650, 300);
     this.panel4.TabIndex = 17;
     this.panel4.Visible  = false;
     //
     // ClassList
     //
     this.bunifuTransition1.SetDecoration(this.ClassList, BunifuAnimatorNS.DecorationType.None);
     this.ClassList.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ClassList.FormattingEnabled = true;
     this.ClassList.Location          = new System.Drawing.Point(105, 75);
     this.ClassList.Name     = "ClassList";
     this.ClassList.Size     = new System.Drawing.Size(440, 166);
     this.ClassList.TabIndex = 9;
     //
     // bunifuCustomLabel6
     //
     this.bunifuCustomLabel6.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel6.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel6.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel6.Location  = new System.Drawing.Point(246, 26);
     this.bunifuCustomLabel6.Name      = "bunifuCustomLabel6";
     this.bunifuCustomLabel6.Size      = new System.Drawing.Size(174, 22);
     this.bunifuCustomLabel6.TabIndex  = 8;
     this.bunifuCustomLabel6.Text      = "Мої спеціальності";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.panel5.Controls.Add(this.DeleteSkillButton);
     this.panel5.Controls.Add(this.SkillField);
     this.panel5.Controls.Add(this.SkillsList);
     this.panel5.Controls.Add(this.bunifuThinButton24);
     this.panel5.Controls.Add(this.bunifuCustomLabel7);
     this.bunifuTransition1.SetDecoration(this.panel5, BunifuAnimatorNS.DecorationType.None);
     this.panel5.Location = new System.Drawing.Point(50, 1494);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(650, 300);
     this.panel5.TabIndex = 18;
     this.panel5.Visible  = false;
     //
     // DeleteSkillButton
     //
     this.DeleteSkillButton.ActiveBorderThickness = 1;
     this.DeleteSkillButton.ActiveCornerRadius    = 1;
     this.DeleteSkillButton.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.DeleteSkillButton.ActiveForecolor       = System.Drawing.Color.White;
     this.DeleteSkillButton.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.DeleteSkillButton.BackColor             = System.Drawing.SystemColors.ButtonFace;
     this.DeleteSkillButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("DeleteSkillButton.BackgroundImage")));
     this.DeleteSkillButton.ButtonText            = "Видалити";
     this.DeleteSkillButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.DeleteSkillButton, BunifuAnimatorNS.DecorationType.None);
     this.DeleteSkillButton.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DeleteSkillButton.ForeColor           = System.Drawing.Color.SeaGreen;
     this.DeleteSkillButton.IdleBorderThickness = 1;
     this.DeleteSkillButton.IdleCornerRadius    = 1;
     this.DeleteSkillButton.IdleFillColor       = System.Drawing.Color.White;
     this.DeleteSkillButton.IdleForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.DeleteSkillButton.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.DeleteSkillButton.Location            = new System.Drawing.Point(19, 184);
     this.DeleteSkillButton.Margin              = new System.Windows.Forms.Padding(5);
     this.DeleteSkillButton.Name                = "DeleteSkillButton";
     this.DeleteSkillButton.Size                = new System.Drawing.Size(94, 61);
     this.DeleteSkillButton.TabIndex            = 18;
     this.DeleteSkillButton.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.DeleteSkillButton.Click              += new System.EventHandler(this.bunifuThinButton25_Click);
     //
     // SkillField
     //
     this.SkillField.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTransition1.SetDecoration(this.SkillField, BunifuAnimatorNS.DecorationType.None);
     this.SkillField.Font                = new System.Drawing.Font("Century Gothic", 9.75F);
     this.SkillField.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.SkillField.HintForeColor       = System.Drawing.Color.Empty;
     this.SkillField.HintText            = "Назва навички...";
     this.SkillField.isPassword          = false;
     this.SkillField.LineFocusedColor    = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.SkillField.LineIdleColor       = System.Drawing.Color.Gray;
     this.SkillField.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.SkillField.LineThickness       = 3;
     this.SkillField.Location            = new System.Drawing.Point(175, 55);
     this.SkillField.Margin              = new System.Windows.Forms.Padding(4);
     this.SkillField.Name                = "SkillField";
     this.SkillField.Size                = new System.Drawing.Size(295, 35);
     this.SkillField.TabIndex            = 17;
     this.SkillField.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // SkillsList
     //
     this.bunifuTransition1.SetDecoration(this.SkillsList, BunifuAnimatorNS.DecorationType.None);
     this.SkillsList.FormattingEnabled = true;
     this.SkillsList.Location          = new System.Drawing.Point(139, 155);
     this.SkillsList.Name     = "SkillsList";
     this.SkillsList.Size     = new System.Drawing.Size(406, 121);
     this.SkillsList.TabIndex = 16;
     //
     // bunifuThinButton24
     //
     this.bunifuThinButton24.ActiveBorderThickness = 1;
     this.bunifuThinButton24.ActiveCornerRadius    = 1;
     this.bunifuThinButton24.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton24.ActiveForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton24.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton24.BackColor             = System.Drawing.SystemColors.ButtonFace;
     this.bunifuThinButton24.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton24.BackgroundImage")));
     this.bunifuThinButton24.ButtonText            = "Додати";
     this.bunifuThinButton24.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuThinButton24, BunifuAnimatorNS.DecorationType.None);
     this.bunifuThinButton24.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton24.ForeColor           = System.Drawing.Color.SeaGreen;
     this.bunifuThinButton24.IdleBorderThickness = 1;
     this.bunifuThinButton24.IdleCornerRadius    = 1;
     this.bunifuThinButton24.IdleFillColor       = System.Drawing.Color.White;
     this.bunifuThinButton24.IdleForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton24.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(175)))), ((int)(((byte)(113)))));
     this.bunifuThinButton24.Location            = new System.Drawing.Point(240, 100);
     this.bunifuThinButton24.Margin              = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton24.Name                = "bunifuThinButton24";
     this.bunifuThinButton24.Size                = new System.Drawing.Size(175, 40);
     this.bunifuThinButton24.TabIndex            = 15;
     this.bunifuThinButton24.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton24.Click              += new System.EventHandler(this.bunifuThinButton24_Click);
     //
     // bunifuCustomLabel7
     //
     this.bunifuCustomLabel7.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel7, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel7.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel7.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel7.Location  = new System.Drawing.Point(283, 18);
     this.bunifuCustomLabel7.Name      = "bunifuCustomLabel7";
     this.bunifuCustomLabel7.Size      = new System.Drawing.Size(123, 22);
     this.bunifuCustomLabel7.TabIndex  = 8;
     this.bunifuCustomLabel7.Text      = "Мої навички";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // SettingTab
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.ActionButton);
     this.Controls.Add(this.bunifuCustomLabel1);
     this.Controls.Add(this.panel1);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.Name = "SettingTab";
     this.Size = new System.Drawing.Size(1546, 1913);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Picture)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatePassword));
     this.pictureBox1               = new System.Windows.Forms.PictureBox();
     this.metroLabel1               = new MetroFramework.Controls.MetroLabel();
     this.btnUpdatePassword         = new MetroFramework.Controls.MetroButton();
     this.txtPassword               = new MetroFramework.Controls.MetroTextBox();
     this.txtConfirmPswd            = new MetroFramework.Controls.MetroTextBox();
     this.lblPswd                   = new System.Windows.Forms.Label();
     this.lblConfirmPswd            = new System.Windows.Forms.Label();
     this.chkQRpasscode             = new MetroFramework.Controls.MetroCheckBox();
     this.pictureBox2               = new System.Windows.Forms.PictureBox();
     this.pictureBox3               = new System.Windows.Forms.PictureBox();
     this.errorProvider_Password    = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorProvider_ConfirmPswd = new System.Windows.Forms.ErrorProvider(this.components);
     this.lblPasswordChar           = new System.Windows.Forms.Label();
     this.picShowpaswd              = new System.Windows.Forms.PictureBox();
     this.picHidepswd               = new System.Windows.Forms.PictureBox();
     this.picTick                   = new HCI_Educator.CircularPictureBox();
     this.picCross                  = new HCI_Educator.CircularPictureBox();
     this.picMiniLoad               = new System.Windows.Forms.PictureBox();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.lblTime           = new System.Windows.Forms.Label();
     this.metroLabel2       = new MetroFramework.Controls.MetroLabel();
     this.pictureBox5       = new System.Windows.Forms.PictureBox();
     this.btnShowUserName   = new Bunifu.Framework.UI.BunifuThinButton2();
     this.panel1            = new System.Windows.Forms.Panel();
     this.btnReturnMainMenu = new MetroFramework.Controls.MetroButton();
     this.pictureBox7       = new System.Windows.Forms.PictureBox();
     this.metroLabel3       = new MetroFramework.Controls.MetroLabel();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.metroToolTip1     = new MetroFramework.Components.MetroToolTip();
     this.animator1         = new BunifuAnimatorNS.BunifuTransition(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_Password)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_ConfirmPswd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picShowpaswd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHidepswd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picTick)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCross)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMiniLoad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(49, 63);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(397, 207);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.animator1.SetDecoration(this.metroLabel1, BunifuAnimatorNS.DecorationType.None);
     this.metroLabel1.FontSize   = MetroFramework.MetroLabelSize.Tall;
     this.metroLabel1.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel1.Location   = new System.Drawing.Point(167, 273);
     this.metroLabel1.Name       = "metroLabel1";
     this.metroLabel1.Size       = new System.Drawing.Size(159, 25);
     this.metroLabel1.TabIndex   = 3;
     this.metroLabel1.Text       = "Update Password";
     //
     // btnUpdatePassword
     //
     this.animator1.SetDecoration(this.btnUpdatePassword, BunifuAnimatorNS.DecorationType.None);
     this.btnUpdatePassword.FontSize      = MetroFramework.MetroButtonSize.Medium;
     this.btnUpdatePassword.Location      = new System.Drawing.Point(141, 572);
     this.btnUpdatePassword.Name          = "btnUpdatePassword";
     this.btnUpdatePassword.Size          = new System.Drawing.Size(228, 45);
     this.btnUpdatePassword.TabIndex      = 4;
     this.btnUpdatePassword.Text          = "Update Password";
     this.btnUpdatePassword.UseSelectable = true;
     this.btnUpdatePassword.Click        += new System.EventHandler(this.BtnUpdatePassword_Click);
     //
     // txtPassword
     //
     //
     //
     //
     this.txtPassword.CustomButton.Image         = null;
     this.txtPassword.CustomButton.Location      = new System.Drawing.Point(341, 2);
     this.txtPassword.CustomButton.Name          = "";
     this.txtPassword.CustomButton.Size          = new System.Drawing.Size(29, 29);
     this.txtPassword.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtPassword.CustomButton.TabIndex      = 1;
     this.txtPassword.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtPassword.CustomButton.UseSelectable = true;
     this.txtPassword.CustomButton.Visible       = false;
     this.animator1.SetDecoration(this.txtPassword, BunifuAnimatorNS.DecorationType.None);
     this.txtPassword.DisplayIcon      = true;
     this.txtPassword.FontSize         = MetroFramework.MetroTextBoxSize.Tall;
     this.txtPassword.Icon             = ((System.Drawing.Image)(resources.GetObject("txtPassword.Icon")));
     this.txtPassword.Lines            = new string[0];
     this.txtPassword.Location         = new System.Drawing.Point(62, 422);
     this.txtPassword.MaxLength        = 32767;
     this.txtPassword.Multiline        = true;
     this.txtPassword.Name             = "txtPassword";
     this.txtPassword.PasswordChar     = '*';
     this.txtPassword.PromptText       = "Password";
     this.txtPassword.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtPassword.SelectedText     = "";
     this.txtPassword.SelectionLength  = 0;
     this.txtPassword.SelectionStart   = 0;
     this.txtPassword.ShortcutsEnabled = true;
     this.txtPassword.ShowClearButton  = true;
     this.txtPassword.Size             = new System.Drawing.Size(373, 34);
     this.txtPassword.TabIndex         = 5;
     this.txtPassword.UseSelectable    = true;
     this.txtPassword.WaterMark        = "Password";
     this.txtPassword.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtPassword.WaterMarkFont    = new System.Drawing.Font("Segoe UI Semibold", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.TextChanged     += new System.EventHandler(this.TxtPassword_TextChanged);
     this.txtPassword.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.TxtPassword_KeyDown);
     this.txtPassword.Leave           += new System.EventHandler(this.TxtPassword_Leave);
     //
     // txtConfirmPswd
     //
     //
     //
     //
     this.txtConfirmPswd.CustomButton.Image         = null;
     this.txtConfirmPswd.CustomButton.Location      = new System.Drawing.Point(341, 2);
     this.txtConfirmPswd.CustomButton.Name          = "";
     this.txtConfirmPswd.CustomButton.Size          = new System.Drawing.Size(29, 29);
     this.txtConfirmPswd.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtConfirmPswd.CustomButton.TabIndex      = 1;
     this.txtConfirmPswd.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtConfirmPswd.CustomButton.UseSelectable = true;
     this.txtConfirmPswd.CustomButton.Visible       = false;
     this.animator1.SetDecoration(this.txtConfirmPswd, BunifuAnimatorNS.DecorationType.None);
     this.txtConfirmPswd.DisplayIcon      = true;
     this.txtConfirmPswd.Enabled          = false;
     this.txtConfirmPswd.FontSize         = MetroFramework.MetroTextBoxSize.Tall;
     this.txtConfirmPswd.Icon             = ((System.Drawing.Image)(resources.GetObject("txtConfirmPswd.Icon")));
     this.txtConfirmPswd.Lines            = new string[0];
     this.txtConfirmPswd.Location         = new System.Drawing.Point(62, 485);
     this.txtConfirmPswd.MaxLength        = 32767;
     this.txtConfirmPswd.Multiline        = true;
     this.txtConfirmPswd.Name             = "txtConfirmPswd";
     this.txtConfirmPswd.PasswordChar     = '*';
     this.txtConfirmPswd.PromptText       = "Confirm Password";
     this.txtConfirmPswd.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtConfirmPswd.SelectedText     = "";
     this.txtConfirmPswd.SelectionLength  = 0;
     this.txtConfirmPswd.SelectionStart   = 0;
     this.txtConfirmPswd.ShortcutsEnabled = true;
     this.txtConfirmPswd.ShowClearButton  = true;
     this.txtConfirmPswd.Size             = new System.Drawing.Size(373, 34);
     this.txtConfirmPswd.TabIndex         = 6;
     this.txtConfirmPswd.UseSelectable    = true;
     this.txtConfirmPswd.WaterMark        = "Confirm Password";
     this.txtConfirmPswd.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtConfirmPswd.WaterMarkFont    = new System.Drawing.Font("Segoe UI Semibold", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtConfirmPswd.TextChanged     += new System.EventHandler(this.TxtConfirmPswd_TextChanged);
     this.txtConfirmPswd.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.TxtConfirmPswd_KeyDown);
     this.txtConfirmPswd.Leave           += new System.EventHandler(this.TxtConfirmPswd_Leave);
     //
     // lblPswd
     //
     this.lblPswd.AutoSize  = true;
     this.lblPswd.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblPswd, BunifuAnimatorNS.DecorationType.None);
     this.lblPswd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPswd.ForeColor = System.Drawing.Color.DarkCyan;
     this.lblPswd.Location  = new System.Drawing.Point(68, 408);
     this.lblPswd.Name      = "lblPswd";
     this.lblPswd.Size      = new System.Drawing.Size(61, 15);
     this.lblPswd.TabIndex  = 32;
     this.lblPswd.Text      = "Password";
     this.lblPswd.Visible   = false;
     //
     // lblConfirmPswd
     //
     this.lblConfirmPswd.AutoSize  = true;
     this.lblConfirmPswd.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblConfirmPswd, BunifuAnimatorNS.DecorationType.None);
     this.lblConfirmPswd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblConfirmPswd.ForeColor = System.Drawing.Color.DarkCyan;
     this.lblConfirmPswd.Location  = new System.Drawing.Point(67, 471);
     this.lblConfirmPswd.Name      = "lblConfirmPswd";
     this.lblConfirmPswd.Size      = new System.Drawing.Size(107, 15);
     this.lblConfirmPswd.TabIndex  = 33;
     this.lblConfirmPswd.Text      = "Confirm Password";
     this.lblConfirmPswd.Visible   = false;
     //
     // chkQRpasscode
     //
     this.chkQRpasscode.AutoSize = true;
     this.chkQRpasscode.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.chkQRpasscode, BunifuAnimatorNS.DecorationType.None);
     this.chkQRpasscode.FontSize        = MetroFramework.MetroCheckBoxSize.Tall;
     this.chkQRpasscode.Location        = new System.Drawing.Point(114, 524);
     this.chkQRpasscode.Name            = "chkQRpasscode";
     this.chkQRpasscode.Size            = new System.Drawing.Size(223, 25);
     this.chkQRpasscode.TabIndex        = 34;
     this.chkQRpasscode.Text            = "QR Verification Passcode";
     this.chkQRpasscode.UseSelectable   = true;
     this.chkQRpasscode.CheckedChanged += new System.EventHandler(this.ChkQRpasscode_CheckedChanged);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(339, 524);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(30, 25);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 40;
     this.pictureBox2.TabStop  = false;
     this.metroToolTip1.SetToolTip(this.pictureBox2, "QR Verification Passcode\r\nGet your password with the help of QR, if you forgot");
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.pictureBox3, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(354, 532);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(30, 25);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 39;
     this.pictureBox3.TabStop  = false;
     this.metroToolTip1.SetToolTip(this.pictureBox3, "QR Verification Passcode\r\nGet your password with the help of QR, if you forgot");
     //
     // errorProvider_Password
     //
     this.errorProvider_Password.ContainerControl = this;
     //
     // errorProvider_ConfirmPswd
     //
     this.errorProvider_ConfirmPswd.ContainerControl = this;
     //
     // lblPasswordChar
     //
     this.lblPasswordChar.AutoSize = true;
     this.animator1.SetDecoration(this.lblPasswordChar, BunifuAnimatorNS.DecorationType.None);
     this.lblPasswordChar.Font      = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPasswordChar.ForeColor = System.Drawing.Color.Red;
     this.lblPasswordChar.Location  = new System.Drawing.Point(59, 460);
     this.lblPasswordChar.Name      = "lblPasswordChar";
     this.lblPasswordChar.Size      = new System.Drawing.Size(376, 13);
     this.lblPasswordChar.TabIndex  = 73;
     this.lblPasswordChar.Text      = "Your password must be at least 6 or 8 characters long. Please try another.";
     this.lblPasswordChar.Visible   = false;
     //
     // picShowpaswd
     //
     this.picShowpaswd.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.picShowpaswd, BunifuAnimatorNS.DecorationType.None);
     this.picShowpaswd.Image    = ((System.Drawing.Image)(resources.GetObject("picShowpaswd.Image")));
     this.picShowpaswd.Location = new System.Drawing.Point(401, 424);
     this.picShowpaswd.Name     = "picShowpaswd";
     this.picShowpaswd.Size     = new System.Drawing.Size(30, 30);
     this.picShowpaswd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picShowpaswd.TabIndex = 75;
     this.picShowpaswd.TabStop  = false;
     this.metroToolTip1.SetToolTip(this.picShowpaswd, "Show password!");
     this.picShowpaswd.Click += new System.EventHandler(this.PicShowpaswd_Click);
     //
     // picHidepswd
     //
     this.picHidepswd.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.picHidepswd, BunifuAnimatorNS.DecorationType.None);
     this.picHidepswd.Image    = ((System.Drawing.Image)(resources.GetObject("picHidepswd.Image")));
     this.picHidepswd.Location = new System.Drawing.Point(401, 424);
     this.picHidepswd.Name     = "picHidepswd";
     this.picHidepswd.Size     = new System.Drawing.Size(30, 30);
     this.picHidepswd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picHidepswd.TabIndex = 74;
     this.picHidepswd.TabStop  = false;
     this.metroToolTip1.SetToolTip(this.picHidepswd, "Hide password!");
     this.picHidepswd.Visible = false;
     this.picHidepswd.Click  += new System.EventHandler(this.PicHidepswd_Click);
     //
     // picTick
     //
     this.animator1.SetDecoration(this.picTick, BunifuAnimatorNS.DecorationType.None);
     this.picTick.Image    = ((System.Drawing.Image)(resources.GetObject("picTick.Image")));
     this.picTick.Location = new System.Drawing.Point(401, 488);
     this.picTick.Name     = "picTick";
     this.picTick.Size     = new System.Drawing.Size(28, 28);
     this.picTick.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picTick.TabIndex = 72;
     this.picTick.TabStop  = false;
     this.metroToolTip1.SetToolTip(this.picTick, "Password match!");
     this.picTick.Visible = false;
     //
     // picCross
     //
     this.animator1.SetDecoration(this.picCross, BunifuAnimatorNS.DecorationType.None);
     this.picCross.Image    = ((System.Drawing.Image)(resources.GetObject("picCross.Image")));
     this.picCross.Location = new System.Drawing.Point(401, 488);
     this.picCross.Name     = "picCross";
     this.picCross.Size     = new System.Drawing.Size(28, 28);
     this.picCross.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picCross.TabIndex = 71;
     this.picCross.TabStop  = false;
     this.metroToolTip1.SetToolTip(this.picCross, "Password not match!");
     this.picCross.Visible = false;
     //
     // picMiniLoad
     //
     this.animator1.SetDecoration(this.picMiniLoad, BunifuAnimatorNS.DecorationType.None);
     this.picMiniLoad.Image    = ((System.Drawing.Image)(resources.GetObject("picMiniLoad.Image")));
     this.picMiniLoad.Location = new System.Drawing.Point(236, 619);
     this.picMiniLoad.Name     = "picMiniLoad";
     this.picMiniLoad.Size     = new System.Drawing.Size(35, 15);
     this.picMiniLoad.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picMiniLoad.TabIndex = 76;
     this.picMiniLoad.TabStop  = false;
     this.picMiniLoad.Visible  = false;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1_Tick);
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.animator1.SetDecoration(this.lblTime, BunifuAnimatorNS.DecorationType.None);
     this.lblTime.Location = new System.Drawing.Point(277, 620);
     this.lblTime.Name     = "lblTime";
     this.lblTime.Size     = new System.Drawing.Size(13, 13);
     this.lblTime.TabIndex = 77;
     this.lblTime.Text     = "3";
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize = true;
     this.animator1.SetDecoration(this.metroLabel2, BunifuAnimatorNS.DecorationType.None);
     this.metroLabel2.Location = new System.Drawing.Point(49, 306);
     this.metroLabel2.Name     = "metroLabel2";
     this.metroLabel2.Size     = new System.Drawing.Size(390, 38);
     this.metroLabel2.TabIndex = 78;
     this.metroLabel2.Text     = "You must update your password because your previous password\r\n has been expired.";
     //
     // pictureBox5
     //
     this.animator1.SetDecoration(this.pictureBox5, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox5.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location = new System.Drawing.Point(92, 357);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(24, 24);
     this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox5.TabIndex = 83;
     this.pictureBox5.TabStop  = false;
     //
     // btnShowUserName
     //
     this.btnShowUserName.ActiveBorderThickness = 1;
     this.btnShowUserName.ActiveCornerRadius    = 20;
     this.btnShowUserName.ActiveFillColor       = System.Drawing.Color.White;
     this.btnShowUserName.ActiveForecolor       = System.Drawing.Color.Black;
     this.btnShowUserName.ActiveLineColor       = System.Drawing.Color.Silver;
     this.btnShowUserName.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.btnShowUserName.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnShowUserName.BackgroundImage")));
     this.btnShowUserName.ButtonText            = "*****@*****.**";
     this.btnShowUserName.Cursor = System.Windows.Forms.Cursors.Help;
     this.animator1.SetDecoration(this.btnShowUserName, BunifuAnimatorNS.DecorationType.None);
     this.btnShowUserName.Font                = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnShowUserName.ForeColor           = System.Drawing.Color.Black;
     this.btnShowUserName.IdleBorderThickness = 1;
     this.btnShowUserName.IdleCornerRadius    = 20;
     this.btnShowUserName.IdleFillColor       = System.Drawing.Color.White;
     this.btnShowUserName.IdleForecolor       = System.Drawing.Color.Black;
     this.btnShowUserName.IdleLineColor       = System.Drawing.Color.Silver;
     this.btnShowUserName.Location            = new System.Drawing.Point(81, 349);
     this.btnShowUserName.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnShowUserName.Name                = "btnShowUserName";
     this.btnShowUserName.Size                = new System.Drawing.Size(330, 39);
     this.btnShowUserName.TabIndex            = 82;
     this.btnShowUserName.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnReturnMainMenu);
     this.panel1.Controls.Add(this.pictureBox7);
     this.panel1.Controls.Add(this.metroLabel3);
     this.animator1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(12, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(454, 581);
     this.panel1.TabIndex = 84;
     this.panel1.Visible  = false;
     //
     // btnReturnMainMenu
     //
     this.animator1.SetDecoration(this.btnReturnMainMenu, BunifuAnimatorNS.DecorationType.None);
     this.btnReturnMainMenu.FontSize      = MetroFramework.MetroButtonSize.Tall;
     this.btnReturnMainMenu.Location      = new System.Drawing.Point(110, 284);
     this.btnReturnMainMenu.Name          = "btnReturnMainMenu";
     this.btnReturnMainMenu.Size          = new System.Drawing.Size(236, 45);
     this.btnReturnMainMenu.TabIndex      = 5;
     this.btnReturnMainMenu.Text          = "Return to Main Menu";
     this.btnReturnMainMenu.UseSelectable = true;
     //
     // pictureBox7
     //
     this.animator1.SetDecoration(this.pictureBox7, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox7.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
     this.pictureBox7.Location = new System.Drawing.Point(181, 127);
     this.pictureBox7.Name     = "pictureBox7";
     this.pictureBox7.Size     = new System.Drawing.Size(90, 85);
     this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox7.TabIndex = 4;
     this.pictureBox7.TabStop  = false;
     //
     // metroLabel3
     //
     this.metroLabel3.AutoSize = true;
     this.animator1.SetDecoration(this.metroLabel3, BunifuAnimatorNS.DecorationType.None);
     this.metroLabel3.FontSize   = MetroFramework.MetroLabelSize.Tall;
     this.metroLabel3.FontWeight = MetroFramework.MetroLabelWeight.Regular;
     this.metroLabel3.Location   = new System.Drawing.Point(53, 218);
     this.metroLabel3.Name       = "metroLabel3";
     this.metroLabel3.Size       = new System.Drawing.Size(345, 25);
     this.metroLabel3.TabIndex   = 3;
     this.metroLabel3.Text       = "Congrats, Password Updated Successfully.";
     //
     // pictureBox4
     //
     this.animator1.SetDecoration(this.pictureBox4, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox4.Location = new System.Drawing.Point(468, 6);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(31, 28);
     this.pictureBox4.TabIndex = 85;
     this.pictureBox4.TabStop  = false;
     //
     // metroToolTip1
     //
     this.metroToolTip1.Style        = MetroFramework.MetroColorStyle.Blue;
     this.metroToolTip1.StyleManager = null;
     this.metroToolTip1.Theme        = MetroFramework.MetroThemeStyle.Light;
     //
     // animator1
     //
     this.animator1.AnimationType      = BunifuAnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     this.animator1.TimeStep         = 0.01F;
     //
     // UpdatePassword
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(501, 667);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.btnShowUserName);
     this.Controls.Add(this.metroLabel2);
     this.Controls.Add(this.lblTime);
     this.Controls.Add(this.picMiniLoad);
     this.Controls.Add(this.picShowpaswd);
     this.Controls.Add(this.picHidepswd);
     this.Controls.Add(this.lblPasswordChar);
     this.Controls.Add(this.picTick);
     this.Controls.Add(this.picCross);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.chkQRpasscode);
     this.Controls.Add(this.lblConfirmPswd);
     this.Controls.Add(this.lblPswd);
     this.Controls.Add(this.txtConfirmPswd);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.btnUpdatePassword);
     this.Controls.Add(this.metroLabel1);
     this.Controls.Add(this.pictureBox1);
     this.animator1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Movable     = false;
     this.Name        = "UpdatePassword";
     this.Resizable   = false;
     this.Text        = "Account Security";
     this.TextAlign   = MetroFramework.Forms.MetroFormTextAlign.Center;
     this.Load       += new System.EventHandler(this.UpdatePassword_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_Password)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider_ConfirmPswd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picShowpaswd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHidepswd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picTick)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCross)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMiniLoad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Log_In));
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     this.bunifuElipse1    = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.Panel_left       = new System.Windows.Forms.Panel();
     this.Panel_Imagen     = new System.Windows.Forms.Panel();
     this.bunifuSeparator2 = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator1 = new Bunifu.Framework.UI.BunifuSeparator();
     this.label1           = new System.Windows.Forms.Label();
     this.Slider           = new System.Windows.Forms.PictureBox();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.Usuario_txt      = new MaterialSkin.Controls.MaterialSingleLineTextField();
     this.Pass_txt         = new MaterialSkin.Controls.MaterialSingleLineTextField();
     this.Iniciar          = new Bunifu.Framework.UI.BunifuThinButton2();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.Recuperar        = new System.Windows.Forms.LinkLabel();
     this.Panel_Derecha    = new System.Windows.Forms.Panel();
     this.Error_Pass       = new System.Windows.Forms.Label();
     this.Error_Usu        = new System.Windows.Forms.Label();
     this.pictureBox4      = new System.Windows.Forms.PictureBox();
     this.pictureBox3      = new System.Windows.Forms.PictureBox();
     this.bunifuSeparator3 = new Bunifu.Framework.UI.BunifuSeparator();
     this.Icn_Twitter      = new Bunifu.Framework.UI.BunifuImageButton();
     this.Icn_Face         = new Bunifu.Framework.UI.BunifuImageButton();
     this.Icn_Insta        = new Bunifu.Framework.UI.BunifuImageButton();
     this.Icn_Web          = new Bunifu.Framework.UI.BunifuImageButton();
     this.Minimizar        = new Bunifu.Framework.UI.BunifuImageButton();
     this.Cerrrar          = new Bunifu.Framework.UI.BunifuImageButton();
     this.Tiempo_Slider    = new System.Windows.Forms.Timer(this.components);
     this.Animacion_form   = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.Animacion_hide   = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.Panel_left.SuspendLayout();
     this.Panel_Imagen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Slider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.Panel_Derecha.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Twitter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Face)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Insta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Web)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Minimizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Cerrrar)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // Panel_left
     //
     this.Panel_left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(26)))), ((int)(((byte)(47)))));
     this.Panel_left.Controls.Add(this.Panel_Imagen);
     this.Panel_left.Controls.Add(this.pictureBox2);
     this.Animacion_hide.SetDecoration(this.Panel_left, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Panel_left, BunifuAnimatorNS.DecorationType.None);
     this.Panel_left.Location = new System.Drawing.Point(0, -1);
     this.Panel_left.Name     = "Panel_left";
     this.Panel_left.Size     = new System.Drawing.Size(446, 499);
     this.Panel_left.TabIndex = 0;
     //
     // Panel_Imagen
     //
     this.Panel_Imagen.Controls.Add(this.bunifuSeparator2);
     this.Panel_Imagen.Controls.Add(this.bunifuSeparator1);
     this.Panel_Imagen.Controls.Add(this.label1);
     this.Panel_Imagen.Controls.Add(this.Slider);
     this.Animacion_hide.SetDecoration(this.Panel_Imagen, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Panel_Imagen, BunifuAnimatorNS.DecorationType.None);
     this.Panel_Imagen.Location = new System.Drawing.Point(3, 127);
     this.Panel_Imagen.Name     = "Panel_Imagen";
     this.Panel_Imagen.Size     = new System.Drawing.Size(433, 369);
     this.Panel_Imagen.TabIndex = 2;
     //
     // bunifuSeparator2
     //
     this.bunifuSeparator2.BackColor = System.Drawing.Color.Transparent;
     this.Animacion_hide.SetDecoration(this.bunifuSeparator2, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.bunifuSeparator2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator2.ForeColor     = System.Drawing.SystemColors.Control;
     this.bunifuSeparator2.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.bunifuSeparator2.LineThickness = 1;
     this.bunifuSeparator2.Location      = new System.Drawing.Point(15, 348);
     this.bunifuSeparator2.Name          = "bunifuSeparator2";
     this.bunifuSeparator2.Size          = new System.Drawing.Size(407, 10);
     this.bunifuSeparator2.TabIndex      = 4;
     this.bunifuSeparator2.Transparency  = 100;
     this.bunifuSeparator2.Vertical      = false;
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.BackColor = System.Drawing.Color.Transparent;
     this.Animacion_hide.SetDecoration(this.bunifuSeparator1, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.bunifuSeparator1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator1.ForeColor     = System.Drawing.SystemColors.Control;
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.bunifuSeparator1.LineThickness = 1;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(15, 74);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(407, 10);
     this.bunifuSeparator1.TabIndex      = 3;
     this.bunifuSeparator1.Transparency  = 100;
     this.bunifuSeparator1.Vertical      = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.Animacion_form.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Roboto Light", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.Control;
     this.label1.Location  = new System.Drawing.Point(139, 39);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(172, 38);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Bienvenido";
     //
     // Slider
     //
     this.Animacion_form.SetDecoration(this.Slider, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.Slider, BunifuAnimatorNS.DecorationType.None);
     this.Slider.Image    = ((System.Drawing.Image)(resources.GetObject("Slider.Image")));
     this.Slider.Location = new System.Drawing.Point(3, 90);
     this.Slider.Name     = "Slider";
     this.Slider.Size     = new System.Drawing.Size(430, 252);
     this.Slider.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Slider.TabIndex = 1;
     this.Slider.TabStop  = false;
     //
     // pictureBox2
     //
     this.Animacion_form.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(1, 14);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(442, 127);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop  = false;
     //
     // Usuario_txt
     //
     this.Usuario_txt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.Animacion_hide.SetDecoration(this.Usuario_txt, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Usuario_txt, BunifuAnimatorNS.DecorationType.None);
     this.Usuario_txt.Depth                 = 0;
     this.Usuario_txt.Font                  = new System.Drawing.Font("Roboto Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Usuario_txt.Hint                  = "Usuario...";
     this.Usuario_txt.Location              = new System.Drawing.Point(69, 257);
     this.Usuario_txt.MouseState            = MaterialSkin.MouseState.HOVER;
     this.Usuario_txt.Name                  = "Usuario_txt";
     this.Usuario_txt.PasswordChar          = '\0';
     this.Usuario_txt.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.Usuario_txt.SelectedText          = "";
     this.Usuario_txt.SelectionLength       = 0;
     this.Usuario_txt.SelectionStart        = 0;
     this.Usuario_txt.Size                  = new System.Drawing.Size(355, 23);
     this.Usuario_txt.TabIndex              = 0;
     this.Usuario_txt.UseSystemPasswordChar = false;
     //
     // Pass_txt
     //
     this.Pass_txt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.Animacion_hide.SetDecoration(this.Pass_txt, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Pass_txt, BunifuAnimatorNS.DecorationType.None);
     this.Pass_txt.Depth                 = 0;
     this.Pass_txt.Font                  = new System.Drawing.Font("Roboto Light", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Pass_txt.Hint                  = "Contraseña...";
     this.Pass_txt.Location              = new System.Drawing.Point(69, 314);
     this.Pass_txt.MouseState            = MaterialSkin.MouseState.HOVER;
     this.Pass_txt.Name                  = "Pass_txt";
     this.Pass_txt.PasswordChar          = '\0';
     this.Pass_txt.SelectedText          = "";
     this.Pass_txt.SelectionLength       = 0;
     this.Pass_txt.SelectionStart        = 0;
     this.Pass_txt.Size                  = new System.Drawing.Size(355, 23);
     this.Pass_txt.TabIndex              = 1;
     this.Pass_txt.UseSystemPasswordChar = true;
     //
     // Iniciar
     //
     this.Iniciar.ActiveBorderThickness = 1;
     this.Iniciar.ActiveCornerRadius    = 20;
     this.Iniciar.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(26)))), ((int)(((byte)(47)))));
     this.Iniciar.ActiveForecolor       = System.Drawing.Color.White;
     this.Iniciar.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(26)))), ((int)(((byte)(47)))));
     this.Iniciar.BackColor             = System.Drawing.SystemColors.Control;
     this.Iniciar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Iniciar.BackgroundImage")));
     this.Iniciar.ButtonText            = "Iniciar Sesión";
     this.Iniciar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Animacion_hide.SetDecoration(this.Iniciar, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Iniciar, BunifuAnimatorNS.DecorationType.None);
     this.Iniciar.Font                = new System.Drawing.Font("Roboto Light", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Iniciar.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(71)))), ((int)(((byte)(161)))));
     this.Iniciar.IdleBorderThickness = 1;
     this.Iniciar.IdleCornerRadius    = 20;
     this.Iniciar.IdleFillColor       = System.Drawing.Color.White;
     this.Iniciar.IdleForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(26)))), ((int)(((byte)(47)))));
     this.Iniciar.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(26)))), ((int)(((byte)(47)))));
     this.Iniciar.Location            = new System.Drawing.Point(131, 362);
     this.Iniciar.Margin              = new System.Windows.Forms.Padding(5);
     this.Iniciar.Name                = "Iniciar";
     this.Iniciar.Size                = new System.Drawing.Size(216, 59);
     this.Iniciar.TabIndex            = 2;
     this.Iniciar.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.Iniciar.Click              += new System.EventHandler(this.Iniciar_Click);
     //
     // pictureBox1
     //
     this.Animacion_form.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 45);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(453, 186);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // Recuperar
     //
     this.Recuperar.ActiveLinkColor = System.Drawing.Color.Gray;
     this.Recuperar.AutoSize        = true;
     this.Animacion_form.SetDecoration(this.Recuperar, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.Recuperar, BunifuAnimatorNS.DecorationType.None);
     this.Recuperar.Font             = new System.Drawing.Font("Roboto Light", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Recuperar.LinkColor        = System.Drawing.SystemColors.GrayText;
     this.Recuperar.Location         = new System.Drawing.Point(169, 424);
     this.Recuperar.Name             = "Recuperar";
     this.Recuperar.Size             = new System.Drawing.Size(138, 15);
     this.Recuperar.TabIndex         = 3;
     this.Recuperar.TabStop          = true;
     this.Recuperar.Text             = "¿Olvido su contraseña?";
     this.Recuperar.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.Recuperar.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Recuperar_LinkClicked);
     //
     // Panel_Derecha
     //
     this.Panel_Derecha.Controls.Add(this.Error_Pass);
     this.Panel_Derecha.Controls.Add(this.Error_Usu);
     this.Panel_Derecha.Controls.Add(this.pictureBox4);
     this.Panel_Derecha.Controls.Add(this.pictureBox3);
     this.Panel_Derecha.Controls.Add(this.bunifuSeparator3);
     this.Panel_Derecha.Controls.Add(this.Icn_Twitter);
     this.Panel_Derecha.Controls.Add(this.Icn_Face);
     this.Panel_Derecha.Controls.Add(this.Icn_Insta);
     this.Panel_Derecha.Controls.Add(this.Icn_Web);
     this.Panel_Derecha.Controls.Add(this.Minimizar);
     this.Panel_Derecha.Controls.Add(this.Cerrrar);
     this.Panel_Derecha.Controls.Add(this.pictureBox1);
     this.Panel_Derecha.Controls.Add(this.Usuario_txt);
     this.Panel_Derecha.Controls.Add(this.Recuperar);
     this.Panel_Derecha.Controls.Add(this.Pass_txt);
     this.Panel_Derecha.Controls.Add(this.Iniciar);
     this.Animacion_hide.SetDecoration(this.Panel_Derecha, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Panel_Derecha, BunifuAnimatorNS.DecorationType.None);
     this.Panel_Derecha.Location   = new System.Drawing.Point(442, -1);
     this.Panel_Derecha.Name       = "Panel_Derecha";
     this.Panel_Derecha.Size       = new System.Drawing.Size(456, 499);
     this.Panel_Derecha.TabIndex   = 1;
     this.Panel_Derecha.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_Derecha_MouseDown);
     //
     // Error_Pass
     //
     this.Error_Pass.AutoSize = true;
     this.Animacion_form.SetDecoration(this.Error_Pass, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.Error_Pass, BunifuAnimatorNS.DecorationType.None);
     this.Error_Pass.ForeColor = System.Drawing.Color.Red;
     this.Error_Pass.Location  = new System.Drawing.Point(66, 339);
     this.Error_Pass.Name      = "Error_Pass";
     this.Error_Pass.Size      = new System.Drawing.Size(212, 13);
     this.Error_Pass.TabIndex  = 5;
     this.Error_Pass.Text      = "Error, la contraseña ingresada es incorrecta";
     this.Error_Pass.Visible   = false;
     //
     // Error_Usu
     //
     this.Error_Usu.AutoSize = true;
     this.Animacion_form.SetDecoration(this.Error_Usu, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.Error_Usu, BunifuAnimatorNS.DecorationType.None);
     this.Error_Usu.ForeColor = System.Drawing.Color.Red;
     this.Error_Usu.Location  = new System.Drawing.Point(66, 282);
     this.Error_Usu.Name      = "Error_Usu";
     this.Error_Usu.Size      = new System.Drawing.Size(193, 13);
     this.Error_Usu.TabIndex  = 4;
     this.Error_Usu.Text      = "Error, el usuario ingresado es incorrecto";
     this.Error_Usu.Visible   = false;
     //
     // pictureBox4
     //
     this.Animacion_form.SetDecoration(this.pictureBox4, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.pictureBox4, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox4.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(33, 314);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(30, 23);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex = 13;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox3
     //
     this.Animacion_form.SetDecoration(this.pictureBox3, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this.pictureBox3, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(33, 257);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(30, 23);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 12;
     this.pictureBox3.TabStop  = false;
     //
     // bunifuSeparator3
     //
     this.bunifuSeparator3.BackColor = System.Drawing.Color.Transparent;
     this.Animacion_hide.SetDecoration(this.bunifuSeparator3, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.bunifuSeparator3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator3.ForeColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.bunifuSeparator3.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuSeparator3.LineThickness = 1;
     this.bunifuSeparator3.Location      = new System.Drawing.Point(51, 446);
     this.bunifuSeparator3.Name          = "bunifuSeparator3";
     this.bunifuSeparator3.Size          = new System.Drawing.Size(353, 10);
     this.bunifuSeparator3.TabIndex      = 5;
     this.bunifuSeparator3.Transparency  = 50;
     this.bunifuSeparator3.Vertical      = false;
     //
     // Icn_Twitter
     //
     this.Icn_Twitter.BackColor = System.Drawing.Color.White;
     this.Animacion_hide.SetDecoration(this.Icn_Twitter, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Icn_Twitter, BunifuAnimatorNS.DecorationType.None);
     this.Icn_Twitter.Image       = ((System.Drawing.Image)(resources.GetObject("Icn_Twitter.Image")));
     this.Icn_Twitter.ImageActive = null;
     this.Icn_Twitter.Location    = new System.Drawing.Point(275, 461);
     this.Icn_Twitter.Name        = "Icn_Twitter";
     this.Icn_Twitter.Size        = new System.Drawing.Size(22, 22);
     this.Icn_Twitter.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Icn_Twitter.TabIndex    = 11;
     this.Icn_Twitter.TabStop     = false;
     this.Icn_Twitter.Zoom        = 10;
     //
     // Icn_Face
     //
     this.Icn_Face.BackColor = System.Drawing.Color.White;
     this.Animacion_hide.SetDecoration(this.Icn_Face, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Icn_Face, BunifuAnimatorNS.DecorationType.None);
     this.Icn_Face.Image       = ((System.Drawing.Image)(resources.GetObject("Icn_Face.Image")));
     this.Icn_Face.ImageActive = null;
     this.Icn_Face.Location    = new System.Drawing.Point(243, 461);
     this.Icn_Face.Name        = "Icn_Face";
     this.Icn_Face.Size        = new System.Drawing.Size(22, 22);
     this.Icn_Face.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Icn_Face.TabIndex    = 10;
     this.Icn_Face.TabStop     = false;
     this.Icn_Face.Zoom        = 10;
     //
     // Icn_Insta
     //
     this.Icn_Insta.BackColor = System.Drawing.Color.White;
     this.Animacion_hide.SetDecoration(this.Icn_Insta, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Icn_Insta, BunifuAnimatorNS.DecorationType.None);
     this.Icn_Insta.Image       = ((System.Drawing.Image)(resources.GetObject("Icn_Insta.Image")));
     this.Icn_Insta.ImageActive = null;
     this.Icn_Insta.Location    = new System.Drawing.Point(211, 461);
     this.Icn_Insta.Name        = "Icn_Insta";
     this.Icn_Insta.Size        = new System.Drawing.Size(22, 22);
     this.Icn_Insta.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Icn_Insta.TabIndex    = 9;
     this.Icn_Insta.TabStop     = false;
     this.Icn_Insta.Zoom        = 10;
     //
     // Icn_Web
     //
     this.Icn_Web.BackColor = System.Drawing.Color.White;
     this.Animacion_hide.SetDecoration(this.Icn_Web, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Icn_Web, BunifuAnimatorNS.DecorationType.None);
     this.Icn_Web.Image       = ((System.Drawing.Image)(resources.GetObject("Icn_Web.Image")));
     this.Icn_Web.ImageActive = null;
     this.Icn_Web.Location    = new System.Drawing.Point(179, 461);
     this.Icn_Web.Name        = "Icn_Web";
     this.Icn_Web.Size        = new System.Drawing.Size(22, 22);
     this.Icn_Web.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Icn_Web.TabIndex    = 8;
     this.Icn_Web.TabStop     = false;
     this.Icn_Web.Zoom        = 10;
     //
     // Minimizar
     //
     this.Minimizar.BackColor = System.Drawing.Color.White;
     this.Animacion_hide.SetDecoration(this.Minimizar, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Minimizar, BunifuAnimatorNS.DecorationType.None);
     this.Minimizar.Image       = ((System.Drawing.Image)(resources.GetObject("Minimizar.Image")));
     this.Minimizar.ImageActive = null;
     this.Minimizar.Location    = new System.Drawing.Point(372, 5);
     this.Minimizar.Name        = "Minimizar";
     this.Minimizar.Size        = new System.Drawing.Size(29, 34);
     this.Minimizar.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Minimizar.TabIndex    = 7;
     this.Minimizar.TabStop     = false;
     this.Minimizar.Zoom        = 10;
     this.Minimizar.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // Cerrrar
     //
     this.Cerrrar.BackColor = System.Drawing.Color.White;
     this.Animacion_hide.SetDecoration(this.Cerrrar, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_form.SetDecoration(this.Cerrrar, BunifuAnimatorNS.DecorationType.None);
     this.Cerrrar.Image       = ((System.Drawing.Image)(resources.GetObject("Cerrrar.Image")));
     this.Cerrrar.ImageActive = null;
     this.Cerrrar.Location    = new System.Drawing.Point(412, 5);
     this.Cerrrar.Name        = "Cerrrar";
     this.Cerrrar.Size        = new System.Drawing.Size(29, 34);
     this.Cerrrar.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Cerrrar.TabIndex    = 6;
     this.Cerrrar.TabStop     = false;
     this.Cerrrar.Zoom        = 10;
     this.Cerrrar.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // Tiempo_Slider
     //
     this.Tiempo_Slider.Enabled  = true;
     this.Tiempo_Slider.Interval = 2000;
     this.Tiempo_Slider.Tick    += new System.EventHandler(this.Tiempo_Slider_Tick);
     //
     // Animacion_form
     //
     this.Animacion_form.AnimationType = BunifuAnimatorNS.AnimationType.Transparent;
     this.Animacion_form.Cursor        = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                 = 0F;
     animation1.MaxTime                   = 1F;
     animation1.MinTime                   = 0F;
     animation1.MosaicCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift               = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                = 0;
     animation1.Padding                   = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff               = 0F;
     animation1.RotateLimit               = 0F;
     animation1.ScaleCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                 = 0F;
     animation1.TransparencyCoeff         = 1F;
     this.Animacion_form.DefaultAnimation = animation1;
     //
     // Animacion_hide
     //
     this.Animacion_hide.AnimationType = BunifuAnimatorNS.AnimationType.Transparent;
     this.Animacion_hide.Cursor        = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff                 = 0F;
     animation2.MaxTime                   = 1F;
     animation2.MinTime                   = 0F;
     animation2.MosaicCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift               = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize                = 0;
     animation2.Padding                   = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff               = 0F;
     animation2.RotateLimit               = 0F;
     animation2.ScaleCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff                 = 0F;
     animation2.TransparencyCoeff         = 1F;
     this.Animacion_hide.DefaultAnimation = animation2;
     //
     // Log_In
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(895, 497);
     this.ControlBox          = false;
     this.Controls.Add(this.Panel_Derecha);
     this.Controls.Add(this.Panel_left);
     this.Animacion_form.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.Animacion_hide.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Log_In";
     this.Sizable       = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Iniciar Sesión";
     this.Panel_left.ResumeLayout(false);
     this.Panel_Imagen.ResumeLayout(false);
     this.Panel_Imagen.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Slider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.Panel_Derecha.ResumeLayout(false);
     this.Panel_Derecha.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Twitter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Face)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Insta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Icn_Web)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Minimizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Cerrrar)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchedUser));
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.projectList       = new System.Windows.Forms.ListBox();
     this.versionList       = new System.Windows.Forms.ListBox();
     this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(44)))), ((int)(((byte)(69)))));
     this.label1.Location  = new System.Drawing.Point(59, 38);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(102, 25);
     this.label1.TabIndex  = 51;
     this.label1.Text      = "PROJECTS";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(44)))), ((int)(((byte)(69)))));
     this.label2.Location  = new System.Drawing.Point(178, 38);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(104, 25);
     this.label2.TabIndex  = 67;
     this.label2.Text      = "VERSIONS";
     //
     // projectList
     //
     this.projectList.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.projectList.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.projectList.Font              = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.projectList.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(44)))), ((int)(((byte)(69)))));
     this.projectList.FormattingEnabled = true;
     this.projectList.ItemHeight        = 21;
     this.projectList.Location          = new System.Drawing.Point(64, 66);
     this.projectList.Name              = "projectList";
     this.projectList.Size              = new System.Drawing.Size(160, 378);
     this.projectList.TabIndex          = 68;
     //
     // versionList
     //
     this.versionList.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.versionList.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.versionList.Font              = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.versionList.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(44)))), ((int)(((byte)(69)))));
     this.versionList.FormattingEnabled = true;
     this.versionList.ItemHeight        = 21;
     this.versionList.Location          = new System.Drawing.Point(183, 66);
     this.versionList.Name              = "versionList";
     this.versionList.Size              = new System.Drawing.Size(160, 378);
     this.versionList.TabIndex          = 69;
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 0F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 0;
     animation1.Padding                      = new System.Windows.Forms.Padding(0, 0, 0, 0);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 0F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     this.bunifuTransition1.Interval         = 5;
     //
     // SearchedUser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.Controls.Add(this.versionList);
     this.Controls.Add(this.projectList);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "SearchedUser";
     this.Size = new System.Drawing.Size(938, 494);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     this.MenuTop              = new System.Windows.Forms.Panel();
     this.Restaurar            = new System.Windows.Forms.PictureBox();
     this.Minimizar            = new System.Windows.Forms.PictureBox();
     this.Maximizar            = new System.Windows.Forms.PictureBox();
     this.Salir                = new System.Windows.Forms.PictureBox();
     this.label1               = new System.Windows.Forms.Label();
     this.MenuSidebar          = new System.Windows.Forms.PictureBox();
     this.SidebarWrapper       = new System.Windows.Forms.Panel();
     this.Sidebar              = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.bunifuFlatButton7    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton6    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton5    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton4    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton3    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.LineaSidebar         = new Bunifu.Framework.UI.BunifuSeparator();
     this.label2               = new System.Windows.Forms.Label();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.Wrapper              = new System.Windows.Forms.Panel();
     this.PanelChart           = new System.Windows.Forms.Panel();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.Grafico              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.CurvaSidebar         = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.AnimacionSidebar     = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.AnimacionSidebarBack = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.RadioPanelChart      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.Temporizador         = new System.Windows.Forms.Timer(this.components);
     this.MoverDashboard       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.MenuTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Restaurar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Minimizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Maximizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Salir)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MenuSidebar)).BeginInit();
     this.SidebarWrapper.SuspendLayout();
     this.Sidebar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.Wrapper.SuspendLayout();
     this.PanelChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grafico)).BeginInit();
     this.SuspendLayout();
     //
     // MenuTop
     //
     this.MenuTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(46)))));
     this.MenuTop.Controls.Add(this.Restaurar);
     this.MenuTop.Controls.Add(this.Minimizar);
     this.MenuTop.Controls.Add(this.Maximizar);
     this.MenuTop.Controls.Add(this.Salir);
     this.MenuTop.Controls.Add(this.label1);
     this.MenuTop.Controls.Add(this.MenuSidebar);
     this.AnimacionSidebarBack.SetDecoration(this.MenuTop, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.MenuTop, BunifuAnimatorNS.DecorationType.None);
     this.MenuTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.MenuTop.Location = new System.Drawing.Point(0, 0);
     this.MenuTop.Name     = "MenuTop";
     this.MenuTop.Size     = new System.Drawing.Size(1400, 80);
     this.MenuTop.TabIndex = 0;
     this.MenuTop.Paint   += new System.Windows.Forms.PaintEventHandler(this.MenuTop_Paint);
     //
     // Restaurar
     //
     this.Restaurar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimacionSidebar.SetDecoration(this.Restaurar, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.Restaurar, BunifuAnimatorNS.DecorationType.None);
     this.Restaurar.Image    = ((System.Drawing.Image)(resources.GetObject("Restaurar.Image")));
     this.Restaurar.Location = new System.Drawing.Point(1311, 24);
     this.Restaurar.Name     = "Restaurar";
     this.Restaurar.Size     = new System.Drawing.Size(30, 30);
     this.Restaurar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Restaurar.TabIndex = 5;
     this.Restaurar.TabStop  = false;
     this.Restaurar.Visible  = false;
     this.Restaurar.Click   += new System.EventHandler(this.Restaurar_Click);
     //
     // Minimizar
     //
     this.Minimizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimacionSidebar.SetDecoration(this.Minimizar, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.Minimizar, BunifuAnimatorNS.DecorationType.None);
     this.Minimizar.Image    = ((System.Drawing.Image)(resources.GetObject("Minimizar.Image")));
     this.Minimizar.Location = new System.Drawing.Point(1275, 24);
     this.Minimizar.Name     = "Minimizar";
     this.Minimizar.Size     = new System.Drawing.Size(30, 30);
     this.Minimizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Minimizar.TabIndex = 4;
     this.Minimizar.TabStop  = false;
     this.Minimizar.Click   += new System.EventHandler(this.Minimizar_Click);
     //
     // Maximizar
     //
     this.Maximizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimacionSidebar.SetDecoration(this.Maximizar, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.Maximizar, BunifuAnimatorNS.DecorationType.None);
     this.Maximizar.Image    = ((System.Drawing.Image)(resources.GetObject("Maximizar.Image")));
     this.Maximizar.Location = new System.Drawing.Point(1311, 24);
     this.Maximizar.Name     = "Maximizar";
     this.Maximizar.Size     = new System.Drawing.Size(30, 30);
     this.Maximizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Maximizar.TabIndex = 3;
     this.Maximizar.TabStop  = false;
     this.Maximizar.Click   += new System.EventHandler(this.Maximizar_Click);
     //
     // Salir
     //
     this.Salir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimacionSidebar.SetDecoration(this.Salir, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.Salir, BunifuAnimatorNS.DecorationType.None);
     this.Salir.Image    = ((System.Drawing.Image)(resources.GetObject("Salir.Image")));
     this.Salir.Location = new System.Drawing.Point(1347, 24);
     this.Salir.Name     = "Salir";
     this.Salir.Size     = new System.Drawing.Size(30, 30);
     this.Salir.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Salir.TabIndex = 2;
     this.Salir.TabStop  = false;
     this.Salir.Click   += new System.EventHandler(this.Salir_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.AnimacionSidebar.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(82, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(118, 20);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "DASHBOARD";
     //
     // MenuSidebar
     //
     this.AnimacionSidebar.SetDecoration(this.MenuSidebar, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.MenuSidebar, BunifuAnimatorNS.DecorationType.None);
     this.MenuSidebar.Image    = ((System.Drawing.Image)(resources.GetObject("MenuSidebar.Image")));
     this.MenuSidebar.Location = new System.Drawing.Point(34, 24);
     this.MenuSidebar.Name     = "MenuSidebar";
     this.MenuSidebar.Size     = new System.Drawing.Size(30, 30);
     this.MenuSidebar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.MenuSidebar.TabIndex = 0;
     this.MenuSidebar.TabStop  = false;
     this.MenuSidebar.Click   += new System.EventHandler(this.MenuSidebar_Click);
     //
     // SidebarWrapper
     //
     this.SidebarWrapper.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(46)))));
     this.SidebarWrapper.Controls.Add(this.Sidebar);
     this.AnimacionSidebarBack.SetDecoration(this.SidebarWrapper, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.SidebarWrapper, BunifuAnimatorNS.DecorationType.None);
     this.SidebarWrapper.Dock     = System.Windows.Forms.DockStyle.Left;
     this.SidebarWrapper.Location = new System.Drawing.Point(0, 80);
     this.SidebarWrapper.Name     = "SidebarWrapper";
     this.SidebarWrapper.Size     = new System.Drawing.Size(300, 820);
     this.SidebarWrapper.TabIndex = 1;
     //
     // Sidebar
     //
     this.Sidebar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     this.Sidebar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Sidebar.BackgroundImage")));
     this.Sidebar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Sidebar.Controls.Add(this.bunifuFlatButton7);
     this.Sidebar.Controls.Add(this.bunifuFlatButton6);
     this.Sidebar.Controls.Add(this.bunifuFlatButton5);
     this.Sidebar.Controls.Add(this.bunifuFlatButton4);
     this.Sidebar.Controls.Add(this.bunifuFlatButton3);
     this.Sidebar.Controls.Add(this.bunifuFlatButton2);
     this.Sidebar.Controls.Add(this.bunifuFlatButton1);
     this.Sidebar.Controls.Add(this.LineaSidebar);
     this.Sidebar.Controls.Add(this.label2);
     this.Sidebar.Controls.Add(this.pictureBox1);
     this.AnimacionSidebarBack.SetDecoration(this.Sidebar, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.Sidebar, BunifuAnimatorNS.DecorationType.None);
     this.Sidebar.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(21)))), ((int)(((byte)(80)))));
     this.Sidebar.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(21)))), ((int)(((byte)(80)))));
     this.Sidebar.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(21)))), ((int)(((byte)(80)))));
     this.Sidebar.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(46)))));
     this.Sidebar.Location            = new System.Drawing.Point(16, 24);
     this.Sidebar.Name     = "Sidebar";
     this.Sidebar.Quality  = 10;
     this.Sidebar.Size     = new System.Drawing.Size(270, 784);
     this.Sidebar.TabIndex = 0;
     //
     // bunifuFlatButton7
     //
     this.bunifuFlatButton7.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton7.BorderRadius          = 0;
     this.bunifuFlatButton7.ButtonText            = "      GANANCIAS";
     this.bunifuFlatButton7.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton7, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton7, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton7.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton7.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton7.Iconimage")));
     this.bunifuFlatButton7.Iconimage_right          = null;
     this.bunifuFlatButton7.Iconimage_right_Selected = null;
     this.bunifuFlatButton7.Iconimage_Selected       = null;
     this.bunifuFlatButton7.IconMarginLeft           = 0;
     this.bunifuFlatButton7.IconMarginRight          = 0;
     this.bunifuFlatButton7.IconRightVisible         = true;
     this.bunifuFlatButton7.IconRightZoom            = 0D;
     this.bunifuFlatButton7.IconVisible              = true;
     this.bunifuFlatButton7.IconZoom         = 50D;
     this.bunifuFlatButton7.IsTab            = false;
     this.bunifuFlatButton7.Location         = new System.Drawing.Point(9, 511);
     this.bunifuFlatButton7.Name             = "bunifuFlatButton7";
     this.bunifuFlatButton7.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton7.selected         = false;
     this.bunifuFlatButton7.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton7.TabIndex         = 14;
     this.bunifuFlatButton7.Text             = "      GANANCIAS";
     this.bunifuFlatButton7.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton7.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton7.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = "      PROVEEDORES";
     this.bunifuFlatButton6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton6.Iconimage")));
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 0;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom         = 50D;
     this.bunifuFlatButton6.IsTab            = false;
     this.bunifuFlatButton6.Location         = new System.Drawing.Point(9, 441);
     this.bunifuFlatButton6.Name             = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton6.selected         = false;
     this.bunifuFlatButton6.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton6.TabIndex         = 13;
     this.bunifuFlatButton6.Text             = "      PROVEEDORES";
     this.bunifuFlatButton6.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton6.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton6.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = "      CLIENTES";
     this.bunifuFlatButton5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton5.Iconimage")));
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom         = 50D;
     this.bunifuFlatButton5.IsTab            = false;
     this.bunifuFlatButton5.Location         = new System.Drawing.Point(9, 371);
     this.bunifuFlatButton5.Name             = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton5.selected         = false;
     this.bunifuFlatButton5.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton5.TabIndex         = 12;
     this.bunifuFlatButton5.Text             = "      CLIENTES";
     this.bunifuFlatButton5.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton5.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton5.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "      COMPRAS";
     this.bunifuFlatButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom         = 50D;
     this.bunifuFlatButton4.IsTab            = false;
     this.bunifuFlatButton4.Location         = new System.Drawing.Point(9, 301);
     this.bunifuFlatButton4.Name             = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected         = false;
     this.bunifuFlatButton4.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton4.TabIndex         = 11;
     this.bunifuFlatButton4.Text             = "      COMPRAS";
     this.bunifuFlatButton4.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton4.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton4.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "      VENTAS";
     this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom         = 50D;
     this.bunifuFlatButton3.IsTab            = false;
     this.bunifuFlatButton3.Location         = new System.Drawing.Point(9, 231);
     this.bunifuFlatButton3.Name             = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected         = false;
     this.bunifuFlatButton3.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton3.TabIndex         = 10;
     this.bunifuFlatButton3.Text             = "      VENTAS";
     this.bunifuFlatButton3.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton3.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton3.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "      PRODUCTOS";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom         = 50D;
     this.bunifuFlatButton2.IsTab            = false;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(9, 161);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected         = false;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton2.TabIndex         = 9;
     this.bunifuFlatButton2.Text             = "      PRODUCTOS";
     this.bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "      DASHBOARD";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimacionSidebarBack.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 50D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(9, 91);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(252, 51);
     this.bunifuFlatButton1.TabIndex         = 8;
     this.bunifuFlatButton1.Text             = "      DASHBOARD";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.LightGray;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     //
     // LineaSidebar
     //
     this.LineaSidebar.BackColor = System.Drawing.Color.Transparent;
     this.AnimacionSidebarBack.SetDecoration(this.LineaSidebar, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.LineaSidebar, BunifuAnimatorNS.DecorationType.None);
     this.LineaSidebar.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.LineaSidebar.LineThickness = 1;
     this.LineaSidebar.Location      = new System.Drawing.Point(7, 68);
     this.LineaSidebar.Name          = "LineaSidebar";
     this.LineaSidebar.Size          = new System.Drawing.Size(252, 1);
     this.LineaSidebar.TabIndex      = 7;
     this.LineaSidebar.Transparency  = 255;
     this.LineaSidebar.Vertical      = false;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.AnimacionSidebar.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(69, 21);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(146, 20);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "RHAEGAR CODE";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.AnimacionSidebar.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(14, 13);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(40, 40);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // Wrapper
     //
     this.Wrapper.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(46)))));
     this.Wrapper.Controls.Add(this.PanelChart);
     this.AnimacionSidebarBack.SetDecoration(this.Wrapper, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.Wrapper, BunifuAnimatorNS.DecorationType.None);
     this.Wrapper.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Wrapper.Location = new System.Drawing.Point(300, 80);
     this.Wrapper.Name     = "Wrapper";
     this.Wrapper.Size     = new System.Drawing.Size(1100, 820);
     this.Wrapper.TabIndex = 2;
     //
     // PanelChart
     //
     this.PanelChart.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.PanelChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(61)))));
     this.PanelChart.Controls.Add(this.label4);
     this.PanelChart.Controls.Add(this.label3);
     this.PanelChart.Controls.Add(this.Grafico);
     this.AnimacionSidebarBack.SetDecoration(this.PanelChart, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.PanelChart, BunifuAnimatorNS.DecorationType.None);
     this.PanelChart.Location = new System.Drawing.Point(16, 24);
     this.PanelChart.Name     = "PanelChart";
     this.PanelChart.Size     = new System.Drawing.Size(1061, 784);
     this.PanelChart.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.AnimacionSidebar.SetDecoration(this.label4, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.label4, BunifuAnimatorNS.DecorationType.None);
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.75F);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(89, 47);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(123, 25);
     this.label4.TabIndex  = 16;
     this.label4.Text      = "Performance";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.AnimacionSidebar.SetDecoration(this.label3, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this.label3, BunifuAnimatorNS.DecorationType.None);
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.75F);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(90, 21);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(107, 18);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "Total Shipment";
     //
     // Grafico
     //
     this.Grafico.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.Grafico.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(61)))));
     this.Grafico.BorderlineWidth             = 0;
     chartArea1.AxisX.IsLabelAutoFit          = false;
     chartArea1.AxisX.LabelStyle.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisX.LabelStyle.ForeColor    = System.Drawing.Color.White;
     chartArea1.AxisX.LineColor               = System.Drawing.Color.White;
     chartArea1.AxisX.MajorGrid.LineColor     = System.Drawing.Color.Transparent;
     chartArea1.AxisX.MajorTickMark.LineColor = System.Drawing.Color.Transparent;
     chartArea1.AxisY.IsLabelAutoFit          = false;
     chartArea1.AxisY.LabelStyle.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.LabelStyle.ForeColor    = System.Drawing.Color.White;
     chartArea1.AxisY.LineColor               = System.Drawing.Color.White;
     chartArea1.AxisY.MajorGrid.LineColor     = System.Drawing.Color.Transparent;
     chartArea1.AxisY.MajorTickMark.LineColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.Name      = "ChartArea1";
     this.Grafico.ChartAreas.Add(chartArea1);
     this.AnimacionSidebarBack.SetDecoration(this.Grafico, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebar.SetDecoration(this.Grafico, BunifuAnimatorNS.DecorationType.None);
     legend1.Enabled = false;
     legend1.Name    = "Legend1";
     this.Grafico.Legends.Add(legend1);
     this.Grafico.Location = new System.Drawing.Point(26, 91);
     this.Grafico.Name     = "Grafico";
     series1.BorderWidth   = 5;
     series1.ChartArea     = "ChartArea1";
     series1.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(21)))), ((int)(((byte)(80)))));
     series1.Legend        = "Legend1";
     series1.Name          = "ChartLinea";
     this.Grafico.Series.Add(series1);
     this.Grafico.Size     = new System.Drawing.Size(1008, 667);
     this.Grafico.TabIndex = 1;
     this.Grafico.Text     = "chart1";
     //
     // CurvaSidebar
     //
     this.CurvaSidebar.ElipseRadius  = 7;
     this.CurvaSidebar.TargetControl = this.Sidebar;
     //
     // AnimacionSidebar
     //
     this.AnimacionSidebar.AnimationType = BunifuAnimatorNS.AnimationType.Particles;
     this.AnimacionSidebar.Cursor        = null;
     animation1.AnimateOnlyDifferences   = true;
     animation1.BlindCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                   = 0F;
     animation1.MaxTime                     = 1F;
     animation1.MinTime                     = 0F;
     animation1.MosaicCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                 = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                  = 1;
     animation1.Padding                     = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation1.RotateCoeff                 = 0F;
     animation1.RotateLimit                 = 0F;
     animation1.ScaleCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                   = 2F;
     animation1.TransparencyCoeff           = 0F;
     this.AnimacionSidebar.DefaultAnimation = animation1;
     //
     // AnimacionSidebarBack
     //
     this.AnimacionSidebarBack.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.AnimacionSidebarBack.Cursor        = null;
     animation2.AnimateOnlyDifferences       = true;
     animation2.BlindCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff         = 0F;
     animation2.MaxTime           = 1F;
     animation2.MinTime           = 0F;
     animation2.MosaicCoeff       = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift       = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize        = 0;
     animation2.Padding           = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff       = 0F;
     animation2.RotateLimit       = 0F;
     animation2.ScaleCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff         = 0F;
     animation2.TransparencyCoeff = 0F;
     this.AnimacionSidebarBack.DefaultAnimation = animation2;
     //
     // RadioPanelChart
     //
     this.RadioPanelChart.ElipseRadius  = 7;
     this.RadioPanelChart.TargetControl = this.PanelChart;
     //
     // Temporizador
     //
     this.Temporizador.Enabled = true;
     this.Temporizador.Tick   += new System.EventHandler(this.Temporizador_Tick);
     //
     // MoverDashboard
     //
     this.MoverDashboard.Fixed         = true;
     this.MoverDashboard.Horizontal    = true;
     this.MoverDashboard.TargetControl = this.MenuTop;
     this.MoverDashboard.Vertical      = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1400, 900);
     this.Controls.Add(this.Wrapper);
     this.Controls.Add(this.SidebarWrapper);
     this.Controls.Add(this.MenuTop);
     this.AnimacionSidebar.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.AnimacionSidebarBack.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.MenuTop.ResumeLayout(false);
     this.MenuTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Restaurar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Minimizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Maximizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Salir)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MenuSidebar)).EndInit();
     this.SidebarWrapper.ResumeLayout(false);
     this.Sidebar.ResumeLayout(false);
     this.Sidebar.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.Wrapper.ResumeLayout(false);
     this.PanelChart.ResumeLayout(false);
     this.PanelChart.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grafico)).EndInit();
     this.ResumeLayout(false);
 }
Example #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSearchResults));
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.pnlItems           = new System.Windows.Forms.Panel();
     this.pnlPages           = new System.Windows.Forms.Panel();
     this.btnPage2           = new Bunifu.Framework.UI.BunifuImageButton();
     this.btnPage1           = new Bunifu.Framework.UI.BunifuImageButton();
     this.btnClose           = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuSeparator1   = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuTransition1  = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.pnlPages.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnPage2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // pnlItems
     //
     this.pnlItems.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuTransition1.SetDecoration(this.pnlItems, BunifuAnimatorNS.DecorationType.None);
     this.pnlItems.Location = new System.Drawing.Point(9, 57);
     this.pnlItems.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlItems.Name     = "pnlItems";
     this.pnlItems.Size     = new System.Drawing.Size(582, 567);
     this.pnlItems.TabIndex = 4;
     //
     // pnlPages
     //
     this.pnlPages.Controls.Add(this.btnPage2);
     this.pnlPages.Controls.Add(this.btnPage1);
     this.bunifuTransition1.SetDecoration(this.pnlPages, BunifuAnimatorNS.DecorationType.None);
     this.pnlPages.Location = new System.Drawing.Point(166, 11);
     this.pnlPages.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlPages.Name     = "pnlPages";
     this.pnlPages.Size     = new System.Drawing.Size(126, 69);
     this.pnlPages.TabIndex = 5;
     //
     // btnPage2
     //
     this.btnPage2.BackColor = System.Drawing.Color.Transparent;
     this.bunifuTransition1.SetDecoration(this.btnPage2, BunifuAnimatorNS.DecorationType.None);
     this.btnPage2.Image       = global::tor_browser.Properties.Resources._2;
     this.btnPage2.ImageActive = null;
     this.btnPage2.Location    = new System.Drawing.Point(67, 7);
     this.btnPage2.Margin      = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.btnPage2.Name        = "btnPage2";
     this.btnPage2.Size        = new System.Drawing.Size(48, 52);
     this.btnPage2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnPage2.TabIndex    = 1;
     this.btnPage2.TabStop     = false;
     this.btnPage2.Zoom        = 15;
     this.btnPage2.Click      += new System.EventHandler(this.BtnPage2_Click);
     //
     // btnPage1
     //
     this.btnPage1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuTransition1.SetDecoration(this.btnPage1, BunifuAnimatorNS.DecorationType.None);
     this.btnPage1.Image       = global::tor_browser.Properties.Resources._1;
     this.btnPage1.ImageActive = null;
     this.btnPage1.Location    = new System.Drawing.Point(15, 7);
     this.btnPage1.Margin      = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.btnPage1.Name        = "btnPage1";
     this.btnPage1.Size        = new System.Drawing.Size(48, 52);
     this.btnPage1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnPage1.TabIndex    = 0;
     this.btnPage1.TabStop     = false;
     this.btnPage1.Zoom        = 15;
     this.btnPage1.Click      += new System.EventHandler(this.BtnPage1_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.bunifuTransition1.SetDecoration(this.btnClose, BunifuAnimatorNS.DecorationType.None);
     this.btnClose.Image       = global::tor_browser.Properties.Resources.close;
     this.btnClose.ImageActive = null;
     this.btnClose.Location    = new System.Drawing.Point(550, 0);
     this.btnClose.Margin      = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.btnClose.Name        = "btnClose";
     this.btnClose.Size        = new System.Drawing.Size(48, 52);
     this.btnClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnClose.TabIndex    = 6;
     this.btnClose.TabStop     = false;
     this.btnClose.Zoom        = 10;
     this.btnClose.Click      += new System.EventHandler(this.BtnClose_Click);
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuTransition1.SetDecoration(this.bunifuSeparator1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.bunifuSeparator1.LineThickness = 1;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(-2, 51);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(600, 3);
     this.bunifuSeparator1.TabIndex      = 7;
     this.bunifuSeparator1.Transparency  = 255;
     this.bunifuSeparator1.Vertical      = false;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.White;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(9, 7);
     this.bunifuCustomLabel1.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(137, 20);
     this.bunifuCustomLabel1.TabIndex  = 8;
     this.bunifuCustomLabel1.Text      = "Torrent Browser";
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.bunifuTransition1.Cursor        = null;
     animation2.AnimateOnlyDifferences    = true;
     animation2.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff                    = 0F;
     animation2.MaxTime                      = 1F;
     animation2.MinTime                      = 0F;
     animation2.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize                   = 0;
     animation2.Padding                      = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff                  = 0F;
     animation2.RotateLimit                  = 0F;
     animation2.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff                    = 0F;
     animation2.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation2;
     this.bunifuTransition1.MaxAnimationTime = 200;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this;
     this.bunifuDragControl1.Vertical      = true;
     //
     // frmSearchResults
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(600, 636);
     this.ControlBox          = false;
     this.Controls.Add(this.pnlPages);
     this.Controls.Add(this.bunifuCustomLabel1);
     this.Controls.Add(this.bunifuSeparator1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.pnlItems);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSearchResults";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Search Results";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.FrmSearchResults_Load);
     this.pnlPages.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnPage2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.slidemenu          = new System.Windows.Forms.Panel();
     this.btn_listCourses2   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_setting        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.link_icon8         = new System.Windows.Forms.LinkLabel();
     this.btn_home           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_courses        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_import         = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_export         = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_save           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_exit_out       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_menu           = new Bunifu.Framework.UI.BunifuImageButton();
     this.logo               = new System.Windows.Forms.PictureBox();
     this.header             = new System.Windows.Forms.Panel();
     this.btn_minimize       = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.btn_exit           = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panelMain          = new System.Windows.Forms.Panel();
     this.lbl_NameUser       = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.lbl_title_selected = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.LogoAnimator       = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.PanelAnimator      = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.slidemenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btn_menu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
     this.header.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btn_minimize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_exit)).BeginInit();
     this.panelMain.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // slidemenu
     //
     this.slidemenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.slidemenu.Controls.Add(this.btn_listCourses2);
     this.slidemenu.Controls.Add(this.btn_setting);
     this.slidemenu.Controls.Add(this.link_icon8);
     this.slidemenu.Controls.Add(this.btn_home);
     this.slidemenu.Controls.Add(this.btn_courses);
     this.slidemenu.Controls.Add(this.btn_import);
     this.slidemenu.Controls.Add(this.btn_export);
     this.slidemenu.Controls.Add(this.btn_save);
     this.slidemenu.Controls.Add(this.btn_exit_out);
     this.slidemenu.Controls.Add(this.btn_menu);
     this.slidemenu.Controls.Add(this.logo);
     this.PanelAnimator.SetDecoration(this.slidemenu, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.slidemenu, BunifuAnimatorNS.DecorationType.None);
     this.slidemenu.Dock     = System.Windows.Forms.DockStyle.Right;
     this.slidemenu.Location = new System.Drawing.Point(1040, 46);
     this.slidemenu.Name     = "slidemenu";
     this.slidemenu.Size     = new System.Drawing.Size(50, 746);
     this.slidemenu.TabIndex = 0;
     //
     // btn_listCourses2
     //
     this.btn_listCourses2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_listCourses2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_listCourses2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_listCourses2.BorderRadius          = 0;
     this.btn_listCourses2.ButtonText            = "      רשימות שיעורים";
     this.btn_listCourses2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_listCourses2, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_listCourses2, BunifuAnimatorNS.DecorationType.None);
     this.btn_listCourses2.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_listCourses2.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_listCourses2.Iconimage                = global::Schedule.Properties.Resources.layers;
     this.btn_listCourses2.Iconimage_right          = null;
     this.btn_listCourses2.Iconimage_right_Selected = null;
     this.btn_listCourses2.Iconimage_Selected       = null;
     this.btn_listCourses2.IconMarginLeft           = 0;
     this.btn_listCourses2.IconMarginRight          = 0;
     this.btn_listCourses2.IconRightVisible         = true;
     this.btn_listCourses2.IconRightZoom            = 0D;
     this.btn_listCourses2.IconVisible              = true;
     this.btn_listCourses2.IconZoom         = 65D;
     this.btn_listCourses2.IsTab            = true;
     this.btn_listCourses2.Location         = new System.Drawing.Point(0, 249);
     this.btn_listCourses2.Name             = "btn_listCourses2";
     this.btn_listCourses2.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_listCourses2.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_listCourses2.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_listCourses2.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_listCourses2.selected         = false;
     this.btn_listCourses2.Size             = new System.Drawing.Size(307, 48);
     this.btn_listCourses2.TabIndex         = 16;
     this.btn_listCourses2.Text             = "      רשימות שיעורים";
     this.btn_listCourses2.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_listCourses2.Textcolor        = System.Drawing.Color.Silver;
     this.btn_listCourses2.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_listCourses2.Click           += new System.EventHandler(this.btn_listCourses2_Click);
     //
     // btn_setting
     //
     this.btn_setting.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_setting.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_setting.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_setting.BorderRadius          = 0;
     this.btn_setting.ButtonText            = "      הגדרות";
     this.btn_setting.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_setting, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_setting, BunifuAnimatorNS.DecorationType.None);
     this.btn_setting.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_setting.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_setting.Iconimage                = global::Schedule.Properties.Resources.setting;
     this.btn_setting.Iconimage_right          = null;
     this.btn_setting.Iconimage_right_Selected = null;
     this.btn_setting.Iconimage_Selected       = null;
     this.btn_setting.IconMarginLeft           = 0;
     this.btn_setting.IconMarginRight          = 0;
     this.btn_setting.IconRightVisible         = true;
     this.btn_setting.IconRightZoom            = 0D;
     this.btn_setting.IconVisible              = true;
     this.btn_setting.IconZoom         = 65D;
     this.btn_setting.IsTab            = true;
     this.btn_setting.Location         = new System.Drawing.Point(0, 465);
     this.btn_setting.Name             = "btn_setting";
     this.btn_setting.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_setting.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_setting.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_setting.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_setting.selected         = false;
     this.btn_setting.Size             = new System.Drawing.Size(307, 48);
     this.btn_setting.TabIndex         = 15;
     this.btn_setting.Text             = "      הגדרות";
     this.btn_setting.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_setting.Textcolor        = System.Drawing.Color.Silver;
     this.btn_setting.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_setting.Click           += new System.EventHandler(this.btn_setting_Click);
     //
     // link_icon8
     //
     this.link_icon8.AutoSize = true;
     this.LogoAnimator.SetDecoration(this.link_icon8, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimator.SetDecoration(this.link_icon8, BunifuAnimatorNS.DecorationType.None);
     this.link_icon8.Font         = new System.Drawing.Font("Kristen ITC", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.link_icon8.ForeColor    = System.Drawing.Color.White;
     this.link_icon8.LinkColor    = System.Drawing.Color.White;
     this.link_icon8.Location     = new System.Drawing.Point(1, 722);
     this.link_icon8.Name         = "link_icon8";
     this.link_icon8.Size         = new System.Drawing.Size(49, 18);
     this.link_icon8.TabIndex     = 13;
     this.link_icon8.TabStop      = true;
     this.link_icon8.Text         = "icons8";
     this.link_icon8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.link_icon8_LinkClicked_1);
     //
     // btn_home
     //
     this.btn_home.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_home.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_home.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_home.BorderRadius          = 0;
     this.btn_home.ButtonText            = "      מסך ראשי";
     this.btn_home.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_home, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_home, BunifuAnimatorNS.DecorationType.None);
     this.btn_home.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_home.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_home.Iconimage                = global::Schedule.Properties.Resources.home;
     this.btn_home.Iconimage_right          = null;
     this.btn_home.Iconimage_right_Selected = null;
     this.btn_home.Iconimage_Selected       = null;
     this.btn_home.IconMarginLeft           = 0;
     this.btn_home.IconMarginRight          = 0;
     this.btn_home.IconRightVisible         = true;
     this.btn_home.IconRightZoom            = 0D;
     this.btn_home.IconVisible              = true;
     this.btn_home.IconZoom         = 70D;
     this.btn_home.IsTab            = true;
     this.btn_home.Location         = new System.Drawing.Point(0, 141);
     this.btn_home.Name             = "btn_home";
     this.btn_home.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_home.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_home.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_home.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_home.selected         = true;
     this.btn_home.Size             = new System.Drawing.Size(307, 48);
     this.btn_home.TabIndex         = 12;
     this.btn_home.Text             = "      מסך ראשי";
     this.btn_home.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_home.Textcolor        = System.Drawing.Color.Silver;
     this.btn_home.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_home.Click           += new System.EventHandler(this.btn_home_Click);
     //
     // btn_courses
     //
     this.btn_courses.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_courses.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_courses.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_courses.BorderRadius          = 0;
     this.btn_courses.ButtonText            = "      רשימות קורסים";
     this.btn_courses.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_courses, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_courses, BunifuAnimatorNS.DecorationType.None);
     this.btn_courses.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_courses.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_courses.Iconimage                = global::Schedule.Properties.Resources.layers;
     this.btn_courses.Iconimage_right          = null;
     this.btn_courses.Iconimage_right_Selected = null;
     this.btn_courses.Iconimage_Selected       = null;
     this.btn_courses.IconMarginLeft           = 0;
     this.btn_courses.IconMarginRight          = 0;
     this.btn_courses.IconRightVisible         = true;
     this.btn_courses.IconRightZoom            = 0D;
     this.btn_courses.IconVisible              = true;
     this.btn_courses.IconZoom         = 65D;
     this.btn_courses.IsTab            = true;
     this.btn_courses.Location         = new System.Drawing.Point(0, 195);
     this.btn_courses.Name             = "btn_courses";
     this.btn_courses.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_courses.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_courses.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_courses.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_courses.selected         = false;
     this.btn_courses.Size             = new System.Drawing.Size(307, 48);
     this.btn_courses.TabIndex         = 11;
     this.btn_courses.Text             = "      רשימות קורסים";
     this.btn_courses.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_courses.Textcolor        = System.Drawing.Color.Silver;
     this.btn_courses.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_courses.Click           += new System.EventHandler(this.btn_courses_Click);
     //
     // btn_import
     //
     this.btn_import.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_import.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_import.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_import.BorderRadius          = 0;
     this.btn_import.ButtonText            = "      ייבוא";
     this.btn_import.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_import, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_import, BunifuAnimatorNS.DecorationType.None);
     this.btn_import.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_import.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_import.Iconimage                = global::Schedule.Properties.Resources.import;
     this.btn_import.Iconimage_right          = null;
     this.btn_import.Iconimage_right_Selected = null;
     this.btn_import.Iconimage_Selected       = null;
     this.btn_import.IconMarginLeft           = 0;
     this.btn_import.IconMarginRight          = 0;
     this.btn_import.IconRightVisible         = true;
     this.btn_import.IconRightZoom            = 0D;
     this.btn_import.IconVisible              = true;
     this.btn_import.IconZoom         = 70D;
     this.btn_import.IsTab            = true;
     this.btn_import.Location         = new System.Drawing.Point(-1, 303);
     this.btn_import.Name             = "btn_import";
     this.btn_import.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_import.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_import.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_import.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_import.selected         = false;
     this.btn_import.Size             = new System.Drawing.Size(307, 48);
     this.btn_import.TabIndex         = 10;
     this.btn_import.Text             = "      ייבוא";
     this.btn_import.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_import.Textcolor        = System.Drawing.Color.Silver;
     this.btn_import.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_import.Click           += new System.EventHandler(this.btn_import_Click);
     //
     // btn_export
     //
     this.btn_export.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_export.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_export.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_export.BorderRadius          = 0;
     this.btn_export.ButtonText            = "      ייצוא";
     this.btn_export.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_export, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_export, BunifuAnimatorNS.DecorationType.None);
     this.btn_export.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_export.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_export.Iconimage                = global::Schedule.Properties.Resources.export;
     this.btn_export.Iconimage_right          = null;
     this.btn_export.Iconimage_right_Selected = null;
     this.btn_export.Iconimage_Selected       = null;
     this.btn_export.IconMarginLeft           = 0;
     this.btn_export.IconMarginRight          = 0;
     this.btn_export.IconRightVisible         = true;
     this.btn_export.IconRightZoom            = 0D;
     this.btn_export.IconVisible              = true;
     this.btn_export.IconZoom         = 70D;
     this.btn_export.IsTab            = true;
     this.btn_export.Location         = new System.Drawing.Point(-1, 357);
     this.btn_export.Name             = "btn_export";
     this.btn_export.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_export.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_export.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_export.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_export.selected         = false;
     this.btn_export.Size             = new System.Drawing.Size(307, 48);
     this.btn_export.TabIndex         = 9;
     this.btn_export.Text             = "      ייצוא";
     this.btn_export.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_export.Textcolor        = System.Drawing.Color.Silver;
     this.btn_export.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_export.Click           += new System.EventHandler(this.btn_export_Click);
     //
     // btn_save
     //
     this.btn_save.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_save.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_save.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_save.BorderRadius          = 0;
     this.btn_save.ButtonText            = "      שמירה וטעינה";
     this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_save, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_save, BunifuAnimatorNS.DecorationType.None);
     this.btn_save.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_save.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_save.Iconimage                = global::Schedule.Properties.Resources.save2;
     this.btn_save.Iconimage_right          = null;
     this.btn_save.Iconimage_right_Selected = null;
     this.btn_save.Iconimage_Selected       = null;
     this.btn_save.IconMarginLeft           = 0;
     this.btn_save.IconMarginRight          = 0;
     this.btn_save.IconRightVisible         = true;
     this.btn_save.IconRightZoom            = 0D;
     this.btn_save.IconVisible              = true;
     this.btn_save.IconZoom         = 65D;
     this.btn_save.IsTab            = true;
     this.btn_save.Location         = new System.Drawing.Point(0, 411);
     this.btn_save.Name             = "btn_save";
     this.btn_save.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_save.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_save.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_save.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_save.selected         = false;
     this.btn_save.Size             = new System.Drawing.Size(307, 48);
     this.btn_save.TabIndex         = 8;
     this.btn_save.Text             = "      שמירה וטעינה";
     this.btn_save.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_save.Textcolor        = System.Drawing.Color.Silver;
     this.btn_save.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_save.Click           += new System.EventHandler(this.btn_save_Click);
     //
     // btn_exit_out
     //
     this.btn_exit_out.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.btn_exit_out.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_exit_out.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_exit_out.BorderRadius          = 0;
     this.btn_exit_out.ButtonText            = "      יציאה";
     this.btn_exit_out.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelAnimator.SetDecoration(this.btn_exit_out, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_exit_out, BunifuAnimatorNS.DecorationType.None);
     this.btn_exit_out.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_exit_out.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_exit_out.Iconimage                = global::Schedule.Properties.Resources.shutdown;
     this.btn_exit_out.Iconimage_right          = null;
     this.btn_exit_out.Iconimage_right_Selected = null;
     this.btn_exit_out.Iconimage_Selected       = null;
     this.btn_exit_out.IconMarginLeft           = 0;
     this.btn_exit_out.IconMarginRight          = 0;
     this.btn_exit_out.IconRightVisible         = true;
     this.btn_exit_out.IconRightZoom            = 0D;
     this.btn_exit_out.IconVisible              = true;
     this.btn_exit_out.IconZoom         = 65D;
     this.btn_exit_out.IsTab            = true;
     this.btn_exit_out.Location         = new System.Drawing.Point(0, 519);
     this.btn_exit_out.Name             = "btn_exit_out";
     this.btn_exit_out.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_exit_out.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.btn_exit_out.OnHoverTextColor = System.Drawing.Color.Red;
     this.btn_exit_out.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.btn_exit_out.selected         = false;
     this.btn_exit_out.Size             = new System.Drawing.Size(307, 48);
     this.btn_exit_out.TabIndex         = 7;
     this.btn_exit_out.Text             = "      יציאה";
     this.btn_exit_out.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_exit_out.Textcolor        = System.Drawing.Color.Silver;
     this.btn_exit_out.TextFont         = new System.Drawing.Font("Guttman Hatzvi", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btn_exit_out.Click           += new System.EventHandler(this.btn_exit_out_Click);
     this.btn_exit_out.MouseEnter      += new System.EventHandler(this.btn_exit_out_MouseEnter);
     this.btn_exit_out.MouseLeave      += new System.EventHandler(this.btn_exit_out_MouseLeave);
     this.btn_exit_out.MouseHover      += new System.EventHandler(this.btn_exit_out_MouseHover);
     //
     // btn_menu
     //
     this.btn_menu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(51)))), ((int)(((byte)(79)))));
     this.PanelAnimator.SetDecoration(this.btn_menu, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_menu, BunifuAnimatorNS.DecorationType.None);
     this.btn_menu.Image       = ((System.Drawing.Image)(resources.GetObject("btn_menu.Image")));
     this.btn_menu.ImageActive = null;
     this.btn_menu.Location    = new System.Drawing.Point(10, 6);
     this.btn_menu.Name        = "btn_menu";
     this.btn_menu.Size        = new System.Drawing.Size(30, 30);
     this.btn_menu.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btn_menu.TabIndex    = 1;
     this.btn_menu.TabStop     = false;
     this.btn_menu.Zoom        = 10;
     this.btn_menu.Click      += new System.EventHandler(this.btn_menu_Click);
     //
     // logo
     //
     this.LogoAnimator.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimator.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.logo.Image    = global::Schedule.Properties.Resources.backroung;
     this.logo.Location = new System.Drawing.Point(64, 6);
     this.logo.Name     = "logo";
     this.logo.Size     = new System.Drawing.Size(226, 129);
     this.logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.logo.TabIndex = 0;
     this.logo.TabStop  = false;
     //
     // header
     //
     this.header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.header.Controls.Add(this.btn_minimize);
     this.header.Controls.Add(this.bunifuImageButton2);
     this.header.Controls.Add(this.btn_exit);
     this.header.Controls.Add(this.bunifuCustomLabel1);
     this.PanelAnimator.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.header.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header.Location = new System.Drawing.Point(0, 0);
     this.header.Name     = "header";
     this.header.Size     = new System.Drawing.Size(1090, 46);
     this.header.TabIndex = 1;
     //
     // btn_minimize
     //
     this.btn_minimize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.PanelAnimator.SetDecoration(this.btn_minimize, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_minimize, BunifuAnimatorNS.DecorationType.None);
     this.btn_minimize.Image       = ((System.Drawing.Image)(resources.GetObject("btn_minimize.Image")));
     this.btn_minimize.ImageActive = null;
     this.btn_minimize.Location    = new System.Drawing.Point(48, 1);
     this.btn_minimize.Name        = "btn_minimize";
     this.btn_minimize.Size        = new System.Drawing.Size(45, 44);
     this.btn_minimize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btn_minimize.TabIndex    = 14;
     this.btn_minimize.TabStop     = false;
     this.btn_minimize.Zoom        = 10;
     this.btn_minimize.Click      += new System.EventHandler(this.btn_minimize_Click);
     this.btn_minimize.MouseEnter += new System.EventHandler(this.btn_minimize_MouseEnter);
     this.btn_minimize.MouseLeave += new System.EventHandler(this.btn_minimize_MouseLeave);
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.PanelAnimator.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(1041, 2);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(47, 43);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 13;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     //
     // btn_exit
     //
     this.btn_exit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(117)))), ((int)(((byte)(237)))));
     this.PanelAnimator.SetDecoration(this.btn_exit, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.btn_exit, BunifuAnimatorNS.DecorationType.None);
     this.btn_exit.Image       = ((System.Drawing.Image)(resources.GetObject("btn_exit.Image")));
     this.btn_exit.ImageActive = null;
     this.btn_exit.Location    = new System.Drawing.Point(0, 0);
     this.btn_exit.Name        = "btn_exit";
     this.btn_exit.Size        = new System.Drawing.Size(46, 45);
     this.btn_exit.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btn_exit.TabIndex    = 3;
     this.btn_exit.TabStop     = false;
     this.btn_exit.Zoom        = 10;
     this.btn_exit.Click      += new System.EventHandler(this.btn_exit_Click);
     this.btn_exit.MouseEnter += new System.EventHandler(this.btn_exit_MouseEnter);
     this.btn_exit.MouseLeave += new System.EventHandler(this.btn_exit_MouseLeave);
     //
     // bunifuCustomLabel1
     //
     this.LogoAnimator.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimator.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font        = new System.Drawing.Font("Guttman Hatzvi", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.bunifuCustomLabel1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(230)))), ((int)(((byte)(255)))));
     this.bunifuCustomLabel1.Location    = new System.Drawing.Point(862, 6);
     this.bunifuCustomLabel1.Name        = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bunifuCustomLabel1.Size        = new System.Drawing.Size(185, 34);
     this.bunifuCustomLabel1.TabIndex    = 2;
     this.bunifuCustomLabel1.Text        = "מערכת שעות";
     this.bunifuCustomLabel1.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.header;
     this.bunifuDragControl1.Vertical      = true;
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.lbl_NameUser);
     this.panelMain.Controls.Add(this.lbl_title_selected);
     this.PanelAnimator.SetDecoration(this.panelMain, BunifuAnimatorNS.DecorationType.None);
     this.LogoAnimator.SetDecoration(this.panelMain, BunifuAnimatorNS.DecorationType.None);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 46);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(1040, 746);
     this.panelMain.TabIndex = 2;
     //
     // lbl_NameUser
     //
     this.lbl_NameUser.BackColor = System.Drawing.Color.Transparent;
     this.LogoAnimator.SetDecoration(this.lbl_NameUser, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimator.SetDecoration(this.lbl_NameUser, BunifuAnimatorNS.DecorationType.None);
     this.lbl_NameUser.Font        = new System.Drawing.Font("Guttman Hatzvi", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.lbl_NameUser.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(122)))), ((int)(((byte)(162)))));
     this.lbl_NameUser.Location    = new System.Drawing.Point(0, 691);
     this.lbl_NameUser.Name        = "lbl_NameUser";
     this.lbl_NameUser.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lbl_NameUser.Size        = new System.Drawing.Size(310, 55);
     this.lbl_NameUser.TabIndex    = 4;
     this.lbl_NameUser.Text        = "הדריאל בנג\'ו";
     this.lbl_NameUser.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbl_title_selected
     //
     this.LogoAnimator.SetDecoration(this.lbl_title_selected, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimator.SetDecoration(this.lbl_title_selected, BunifuAnimatorNS.DecorationType.None);
     this.lbl_title_selected.Font        = new System.Drawing.Font("Guttman Hatzvi", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.lbl_title_selected.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(122)))), ((int)(((byte)(162)))));
     this.lbl_title_selected.Location    = new System.Drawing.Point(517, 0);
     this.lbl_title_selected.Name        = "lbl_title_selected";
     this.lbl_title_selected.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lbl_title_selected.Size        = new System.Drawing.Size(523, 55);
     this.lbl_title_selected.TabIndex    = 7;
     this.lbl_title_selected.Text        = "מסך ראשי";
     this.lbl_title_selected.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LogoAnimator
     //
     this.LogoAnimator.AnimationType   = BunifuAnimatorNS.AnimationType.ScaleAndRotate;
     this.LogoAnimator.Cursor          = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff               = 0F;
     animation1.MaxTime                 = 1F;
     animation1.MinTime                 = 0F;
     animation1.MosaicCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift             = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize              = 0;
     animation1.Padding                 = new System.Windows.Forms.Padding(30);
     animation1.RotateCoeff             = 0.5F;
     animation1.RotateLimit             = 0.2F;
     animation1.ScaleCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff               = 0F;
     animation1.TransparencyCoeff       = 0F;
     this.LogoAnimator.DefaultAnimation = animation1;
     //
     // PanelAnimator
     //
     this.PanelAnimator.AnimationType  = BunifuAnimatorNS.AnimationType.Mosaic;
     this.PanelAnimator.Cursor         = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff                = 0F;
     animation2.MaxTime                  = 1F;
     animation2.MinTime                  = 0F;
     animation2.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize               = 20;
     animation2.Padding                  = new System.Windows.Forms.Padding(30);
     animation2.RotateCoeff              = 0F;
     animation2.RotateLimit              = 0F;
     animation2.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff                = 0F;
     animation2.TransparencyCoeff        = 0F;
     this.PanelAnimator.DefaultAnimation = animation2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(102)))), ((int)(((byte)(142)))));
     this.ClientSize          = new System.Drawing.Size(1090, 792);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.slidemenu);
     this.Controls.Add(this.header);
     this.LogoAnimator.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimator.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.Text            = "Form1";
     this.slidemenu.ResumeLayout(false);
     this.slidemenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btn_menu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
     this.header.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btn_minimize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_exit)).EndInit();
     this.panelMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PersonalLimpieza));
     BunifuAnimatorNS.Animation animation3 = new BunifuAnimatorNS.Animation();
     BunifuAnimatorNS.Animation animation4 = new BunifuAnimatorNS.Animation();
     this.BarraSuperior         = new System.Windows.Forms.Panel();
     this.lblHora               = new System.Windows.Forms.Label();
     this.pbHora                = new System.Windows.Forms.PictureBox();
     this.lblUsuario            = new System.Windows.Forms.Label();
     this.pbUser                = new System.Windows.Forms.PictureBox();
     this.pbRestaurar           = new System.Windows.Forms.PictureBox();
     this.buttonCerrar          = new System.Windows.Forms.Button();
     this.pbMinimizar           = new System.Windows.Forms.PictureBox();
     this.pbMaximizar           = new System.Windows.Forms.PictureBox();
     this.lblRol                = new System.Windows.Forms.Label();
     this.pbBarraMenu           = new System.Windows.Forms.PictureBox();
     this.ContenedorMenu        = new System.Windows.Forms.Panel();
     this.MenuItems             = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.btnVer                = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnModificar          = new Bunifu.Framework.UI.BunifuFlatButton();
     this.pbActivos             = new System.Windows.Forms.PictureBox();
     this.lblActivos            = new System.Windows.Forms.Label();
     this.btnNuevo              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.SeparadorMenuItem     = new Bunifu.Framework.UI.BunifuSeparator();
     this.lblWara               = new System.Windows.Forms.Label();
     this.lblHotel              = new System.Windows.Forms.Label();
     this.pbLogoWara            = new System.Windows.Forms.PictureBox();
     this.ContenedorFormularios = new System.Windows.Forms.Panel();
     this.panelFormularios      = new System.Windows.Forms.Panel();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.pbLogoWaraForm        = new System.Windows.Forms.PictureBox();
     this.Curva = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.AnimMenuItemsStart = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.AnimMenuItemBack   = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.MoverVentana       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.Curva2             = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.CurvaBtnNuevo      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.CurvaBtnModificar  = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.CurvaBtnVer        = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.timerHora          = new System.Windows.Forms.Timer(this.components);
     this.BarraSuperior.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbHora)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbRestaurar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbMinimizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbMaximizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbBarraMenu)).BeginInit();
     this.ContenedorMenu.SuspendLayout();
     this.MenuItems.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbActivos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogoWara)).BeginInit();
     this.ContenedorFormularios.SuspendLayout();
     this.panelFormularios.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogoWaraForm)).BeginInit();
     this.SuspendLayout();
     //
     // BarraSuperior
     //
     this.BarraSuperior.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.BarraSuperior.Controls.Add(this.lblHora);
     this.BarraSuperior.Controls.Add(this.pbHora);
     this.BarraSuperior.Controls.Add(this.lblUsuario);
     this.BarraSuperior.Controls.Add(this.pbUser);
     this.BarraSuperior.Controls.Add(this.pbRestaurar);
     this.BarraSuperior.Controls.Add(this.buttonCerrar);
     this.BarraSuperior.Controls.Add(this.pbMinimizar);
     this.BarraSuperior.Controls.Add(this.pbMaximizar);
     this.BarraSuperior.Controls.Add(this.lblRol);
     this.BarraSuperior.Controls.Add(this.pbBarraMenu);
     this.AnimMenuItemBack.SetDecoration(this.BarraSuperior, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this.BarraSuperior, BunifuAnimatorNS.DecorationType.None);
     this.BarraSuperior.Dock     = System.Windows.Forms.DockStyle.Top;
     this.BarraSuperior.Location = new System.Drawing.Point(0, 0);
     this.BarraSuperior.Name     = "BarraSuperior";
     this.BarraSuperior.Size     = new System.Drawing.Size(1400, 67);
     this.BarraSuperior.TabIndex = 0;
     //
     // lblHora
     //
     this.lblHora.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblHora.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.lblHora, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.lblHora, BunifuAnimatorNS.DecorationType.None);
     this.lblHora.Font      = new System.Drawing.Font("SEA GARDENS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHora.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblHora.Location  = new System.Drawing.Point(869, 26);
     this.lblHora.Name      = "lblHora";
     this.lblHora.Size      = new System.Drawing.Size(112, 15);
     this.lblHora.TabIndex  = 113;
     this.lblHora.Text      = "HORA ACTUAL";
     //
     // pbHora
     //
     this.pbHora.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimMenuItemsStart.SetDecoration(this.pbHora, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbHora, BunifuAnimatorNS.DecorationType.None);
     this.pbHora.Image    = ((System.Drawing.Image)(resources.GetObject("pbHora.Image")));
     this.pbHora.Location = new System.Drawing.Point(814, 12);
     this.pbHora.Name     = "pbHora";
     this.pbHora.Size     = new System.Drawing.Size(40, 40);
     this.pbHora.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbHora.TabIndex = 112;
     this.pbHora.TabStop  = false;
     //
     // lblUsuario
     //
     this.lblUsuario.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.lblUsuario, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.lblUsuario, BunifuAnimatorNS.DecorationType.None);
     this.lblUsuario.Font      = new System.Drawing.Font("SEA GARDENS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuario.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblUsuario.Location  = new System.Drawing.Point(462, 26);
     this.lblUsuario.Name      = "lblUsuario";
     this.lblUsuario.Size      = new System.Drawing.Size(137, 15);
     this.lblUsuario.TabIndex  = 111;
     this.lblUsuario.Text      = "USUARIO ACTUAL";
     //
     // pbUser
     //
     this.AnimMenuItemsStart.SetDecoration(this.pbUser, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbUser, BunifuAnimatorNS.DecorationType.None);
     this.pbUser.Image    = ((System.Drawing.Image)(resources.GetObject("pbUser.Image")));
     this.pbUser.Location = new System.Drawing.Point(407, 12);
     this.pbUser.Name     = "pbUser";
     this.pbUser.Size     = new System.Drawing.Size(40, 40);
     this.pbUser.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbUser.TabIndex = 110;
     this.pbUser.TabStop  = false;
     //
     // pbRestaurar
     //
     this.pbRestaurar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimMenuItemsStart.SetDecoration(this.pbRestaurar, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbRestaurar, BunifuAnimatorNS.DecorationType.None);
     this.pbRestaurar.Image    = ((System.Drawing.Image)(resources.GetObject("pbRestaurar.Image")));
     this.pbRestaurar.Location = new System.Drawing.Point(1290, 12);
     this.pbRestaurar.Name     = "pbRestaurar";
     this.pbRestaurar.Size     = new System.Drawing.Size(40, 40);
     this.pbRestaurar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbRestaurar.TabIndex = 5;
     this.pbRestaurar.TabStop  = false;
     this.pbRestaurar.Visible  = false;
     this.pbRestaurar.Click   += new System.EventHandler(this.pbRestaurar_Click);
     //
     // buttonCerrar
     //
     this.buttonCerrar.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCerrar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonCerrar.BackgroundImage")));
     this.buttonCerrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.AnimMenuItemsStart.SetDecoration(this.buttonCerrar, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.buttonCerrar, BunifuAnimatorNS.DecorationType.None);
     this.buttonCerrar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCerrar.FlatAppearance.BorderSize = 0;
     this.buttonCerrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCerrar.Location  = new System.Drawing.Point(1336, 12);
     this.buttonCerrar.Name      = "buttonCerrar";
     this.buttonCerrar.Size      = new System.Drawing.Size(40, 40);
     this.buttonCerrar.TabIndex  = 109;
     this.buttonCerrar.UseVisualStyleBackColor = true;
     this.buttonCerrar.Click += new System.EventHandler(this.buttonCerrar_Click);
     //
     // pbMinimizar
     //
     this.pbMinimizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimMenuItemsStart.SetDecoration(this.pbMinimizar, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbMinimizar, BunifuAnimatorNS.DecorationType.None);
     this.pbMinimizar.Image    = ((System.Drawing.Image)(resources.GetObject("pbMinimizar.Image")));
     this.pbMinimizar.Location = new System.Drawing.Point(1244, 12);
     this.pbMinimizar.Name     = "pbMinimizar";
     this.pbMinimizar.Size     = new System.Drawing.Size(40, 40);
     this.pbMinimizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbMinimizar.TabIndex = 4;
     this.pbMinimizar.TabStop  = false;
     this.pbMinimizar.Click   += new System.EventHandler(this.pbMinimizar_Click);
     //
     // pbMaximizar
     //
     this.pbMaximizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AnimMenuItemsStart.SetDecoration(this.pbMaximizar, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbMaximizar, BunifuAnimatorNS.DecorationType.None);
     this.pbMaximizar.Image    = ((System.Drawing.Image)(resources.GetObject("pbMaximizar.Image")));
     this.pbMaximizar.Location = new System.Drawing.Point(1290, 12);
     this.pbMaximizar.Name     = "pbMaximizar";
     this.pbMaximizar.Size     = new System.Drawing.Size(40, 40);
     this.pbMaximizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbMaximizar.TabIndex = 3;
     this.pbMaximizar.TabStop  = false;
     this.pbMaximizar.Click   += new System.EventHandler(this.pbMaximizar_Click);
     //
     // lblRol
     //
     this.lblRol.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.lblRol, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.lblRol, BunifuAnimatorNS.DecorationType.None);
     this.lblRol.Font      = new System.Drawing.Font("SEA GARDENS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRol.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblRol.Location  = new System.Drawing.Point(69, 25);
     this.lblRol.Name      = "lblRol";
     this.lblRol.Size      = new System.Drawing.Size(188, 15);
     this.lblRol.TabIndex  = 1;
     this.lblRol.Text      = "PERSONAL DE LIMPIEZA";
     //
     // pbBarraMenu
     //
     this.AnimMenuItemsStart.SetDecoration(this.pbBarraMenu, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbBarraMenu, BunifuAnimatorNS.DecorationType.None);
     this.pbBarraMenu.Image    = ((System.Drawing.Image)(resources.GetObject("pbBarraMenu.Image")));
     this.pbBarraMenu.Location = new System.Drawing.Point(19, 12);
     this.pbBarraMenu.Name     = "pbBarraMenu";
     this.pbBarraMenu.Size     = new System.Drawing.Size(40, 40);
     this.pbBarraMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbBarraMenu.TabIndex = 0;
     this.pbBarraMenu.TabStop  = false;
     this.pbBarraMenu.Click   += new System.EventHandler(this.pbBarraMenu_Click);
     //
     // ContenedorMenu
     //
     this.ContenedorMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.ContenedorMenu.Controls.Add(this.MenuItems);
     this.AnimMenuItemBack.SetDecoration(this.ContenedorMenu, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this.ContenedorMenu, BunifuAnimatorNS.DecorationType.None);
     this.ContenedorMenu.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ContenedorMenu.Location = new System.Drawing.Point(0, 67);
     this.ContenedorMenu.Name     = "ContenedorMenu";
     this.ContenedorMenu.Size     = new System.Drawing.Size(290, 933);
     this.ContenedorMenu.TabIndex = 1;
     //
     // MenuItems
     //
     this.MenuItems.BackColor             = System.Drawing.Color.Transparent;
     this.MenuItems.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("MenuItems.BackgroundImage")));
     this.MenuItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.MenuItems.Controls.Add(this.btnVer);
     this.MenuItems.Controls.Add(this.btnModificar);
     this.MenuItems.Controls.Add(this.pbActivos);
     this.MenuItems.Controls.Add(this.lblActivos);
     this.MenuItems.Controls.Add(this.btnNuevo);
     this.MenuItems.Controls.Add(this.SeparadorMenuItem);
     this.MenuItems.Controls.Add(this.lblWara);
     this.MenuItems.Controls.Add(this.lblHotel);
     this.MenuItems.Controls.Add(this.pbLogoWara);
     this.AnimMenuItemBack.SetDecoration(this.MenuItems, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this.MenuItems, BunifuAnimatorNS.DecorationType.None);
     this.MenuItems.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(81)))), ((int)(((byte)(181)))));
     this.MenuItems.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.MenuItems.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.MenuItems.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.MenuItems.Location            = new System.Drawing.Point(5, 6);
     this.MenuItems.Name     = "MenuItems";
     this.MenuItems.Quality  = 10;
     this.MenuItems.Size     = new System.Drawing.Size(280, 927);
     this.MenuItems.TabIndex = 0;
     //
     // btnVer
     //
     this.btnVer.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnVer.BackColor             = System.Drawing.Color.Transparent;
     this.btnVer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnVer.BorderRadius          = 0;
     this.btnVer.ButtonText            = "      Ver Habitaciones";
     this.btnVer.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimMenuItemsStart.SetDecoration(this.btnVer, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.btnVer, BunifuAnimatorNS.DecorationType.None);
     this.btnVer.DisabledColor            = System.Drawing.Color.Transparent;
     this.btnVer.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnVer.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnVer.Iconimage")));
     this.btnVer.Iconimage_right          = null;
     this.btnVer.Iconimage_right_Selected = null;
     this.btnVer.Iconimage_Selected       = null;
     this.btnVer.IconMarginLeft           = 0;
     this.btnVer.IconMarginRight          = 0;
     this.btnVer.IconRightVisible         = true;
     this.btnVer.IconRightZoom            = 0D;
     this.btnVer.IconVisible              = true;
     this.btnVer.IconZoom         = 40D;
     this.btnVer.IsTab            = false;
     this.btnVer.Location         = new System.Drawing.Point(69, 294);
     this.btnVer.Name             = "btnVer";
     this.btnVer.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnVer.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.btnVer.OnHoverTextColor = System.Drawing.Color.White;
     this.btnVer.selected         = false;
     this.btnVer.Size             = new System.Drawing.Size(206, 48);
     this.btnVer.TabIndex         = 117;
     this.btnVer.Text             = "      Ver Habitaciones";
     this.btnVer.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVer.Textcolor        = System.Drawing.Color.White;
     this.btnVer.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnVer.Click           += new System.EventHandler(this.btnVer_Click);
     //
     // btnModificar
     //
     this.btnModificar.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnModificar.BackColor             = System.Drawing.Color.Transparent;
     this.btnModificar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnModificar.BorderRadius          = 0;
     this.btnModificar.ButtonText            = "      Modificar Registro";
     this.btnModificar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimMenuItemsStart.SetDecoration(this.btnModificar, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.btnModificar, BunifuAnimatorNS.DecorationType.None);
     this.btnModificar.DisabledColor            = System.Drawing.Color.Transparent;
     this.btnModificar.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnModificar.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnModificar.Iconimage")));
     this.btnModificar.Iconimage_right          = null;
     this.btnModificar.Iconimage_right_Selected = null;
     this.btnModificar.Iconimage_Selected       = null;
     this.btnModificar.IconMarginLeft           = 0;
     this.btnModificar.IconMarginRight          = 0;
     this.btnModificar.IconRightVisible         = true;
     this.btnModificar.IconRightZoom            = 0D;
     this.btnModificar.IconVisible              = true;
     this.btnModificar.IconZoom         = 40D;
     this.btnModificar.IsTab            = false;
     this.btnModificar.Location         = new System.Drawing.Point(69, 240);
     this.btnModificar.Name             = "btnModificar";
     this.btnModificar.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnModificar.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.btnModificar.OnHoverTextColor = System.Drawing.Color.White;
     this.btnModificar.selected         = false;
     this.btnModificar.Size             = new System.Drawing.Size(206, 48);
     this.btnModificar.TabIndex         = 116;
     this.btnModificar.Text             = "      Modificar Registro";
     this.btnModificar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnModificar.Textcolor        = System.Drawing.Color.White;
     this.btnModificar.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnModificar.Click           += new System.EventHandler(this.btnModificar_Click);
     //
     // pbActivos
     //
     this.pbActivos.Cursor = System.Windows.Forms.Cursors.Default;
     this.AnimMenuItemsStart.SetDecoration(this.pbActivos, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbActivos, BunifuAnimatorNS.DecorationType.None);
     this.pbActivos.Image    = ((System.Drawing.Image)(resources.GetObject("pbActivos.Image")));
     this.pbActivos.Location = new System.Drawing.Point(19, 140);
     this.pbActivos.Name     = "pbActivos";
     this.pbActivos.Size     = new System.Drawing.Size(40, 40);
     this.pbActivos.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbActivos.TabIndex = 115;
     this.pbActivos.TabStop  = false;
     //
     // lblActivos
     //
     this.lblActivos.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.lblActivos, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.lblActivos, BunifuAnimatorNS.DecorationType.None);
     this.lblActivos.Font      = new System.Drawing.Font("SEA GARDENS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblActivos.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblActivos.Location  = new System.Drawing.Point(78, 147);
     this.lblActivos.Name      = "lblActivos";
     this.lblActivos.Size      = new System.Drawing.Size(192, 26);
     this.lblActivos.TabIndex  = 114;
     this.lblActivos.Text      = "HABITACIONES";
     //
     // btnNuevo
     //
     this.btnNuevo.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnNuevo.BackColor             = System.Drawing.Color.Transparent;
     this.btnNuevo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnNuevo.BorderRadius          = 0;
     this.btnNuevo.ButtonText            = "      Nuevo Registro";
     this.btnNuevo.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimMenuItemsStart.SetDecoration(this.btnNuevo, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.btnNuevo, BunifuAnimatorNS.DecorationType.None);
     this.btnNuevo.DisabledColor            = System.Drawing.Color.Transparent;
     this.btnNuevo.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnNuevo.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnNuevo.Iconimage")));
     this.btnNuevo.Iconimage_right          = null;
     this.btnNuevo.Iconimage_right_Selected = null;
     this.btnNuevo.Iconimage_Selected       = null;
     this.btnNuevo.IconMarginLeft           = 0;
     this.btnNuevo.IconMarginRight          = 0;
     this.btnNuevo.IconRightVisible         = true;
     this.btnNuevo.IconRightZoom            = 0D;
     this.btnNuevo.IconVisible              = true;
     this.btnNuevo.IconZoom         = 40D;
     this.btnNuevo.IsTab            = false;
     this.btnNuevo.Location         = new System.Drawing.Point(69, 186);
     this.btnNuevo.Name             = "btnNuevo";
     this.btnNuevo.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnNuevo.OnHovercolor     = System.Drawing.SystemColors.WindowFrame;
     this.btnNuevo.OnHoverTextColor = System.Drawing.Color.White;
     this.btnNuevo.selected         = false;
     this.btnNuevo.Size             = new System.Drawing.Size(206, 48);
     this.btnNuevo.TabIndex         = 113;
     this.btnNuevo.Text             = "      Nuevo Registro";
     this.btnNuevo.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNuevo.Textcolor        = System.Drawing.Color.White;
     this.btnNuevo.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNuevo.Click           += new System.EventHandler(this.btnNuevo_Click);
     //
     // SeparadorMenuItem
     //
     this.SeparadorMenuItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.SeparadorMenuItem.BackColor = System.Drawing.Color.Transparent;
     this.AnimMenuItemBack.SetDecoration(this.SeparadorMenuItem, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this.SeparadorMenuItem, BunifuAnimatorNS.DecorationType.None);
     this.SeparadorMenuItem.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
     this.SeparadorMenuItem.LineThickness = 1;
     this.SeparadorMenuItem.Location      = new System.Drawing.Point(12, 108);
     this.SeparadorMenuItem.Name          = "SeparadorMenuItem";
     this.SeparadorMenuItem.Size          = new System.Drawing.Size(255, 1);
     this.SeparadorMenuItem.TabIndex      = 112;
     this.SeparadorMenuItem.Transparency  = 255;
     this.SeparadorMenuItem.Vertical      = false;
     //
     // lblWara
     //
     this.lblWara.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.lblWara, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.lblWara, BunifuAnimatorNS.DecorationType.None);
     this.lblWara.Font      = new System.Drawing.Font("SEA GARDENS", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWara.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblWara.Location  = new System.Drawing.Point(101, 50);
     this.lblWara.Name      = "lblWara";
     this.lblWara.Size      = new System.Drawing.Size(105, 29);
     this.lblWara.TabIndex  = 111;
     this.lblWara.Text      = "WARA";
     //
     // lblHotel
     //
     this.lblHotel.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.lblHotel, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.lblHotel, BunifuAnimatorNS.DecorationType.None);
     this.lblHotel.Font      = new System.Drawing.Font("SEA GARDENS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHotel.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblHotel.Location  = new System.Drawing.Point(125, 35);
     this.lblHotel.Name      = "lblHotel";
     this.lblHotel.Size      = new System.Drawing.Size(57, 15);
     this.lblHotel.TabIndex  = 110;
     this.lblHotel.Text      = "HOTEL";
     //
     // pbLogoWara
     //
     this.pbLogoWara.Cursor = System.Windows.Forms.Cursors.Hand;
     this.AnimMenuItemsStart.SetDecoration(this.pbLogoWara, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbLogoWara, BunifuAnimatorNS.DecorationType.None);
     this.pbLogoWara.Image    = ((System.Drawing.Image)(resources.GetObject("pbLogoWara.Image")));
     this.pbLogoWara.Location = new System.Drawing.Point(7, 23);
     this.pbLogoWara.Name     = "pbLogoWara";
     this.pbLogoWara.Size     = new System.Drawing.Size(65, 65);
     this.pbLogoWara.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbLogoWara.TabIndex = 110;
     this.pbLogoWara.TabStop  = false;
     this.pbLogoWara.Click   += new System.EventHandler(this.pbLogoWara_Click);
     //
     // ContenedorFormularios
     //
     this.ContenedorFormularios.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.ContenedorFormularios.Controls.Add(this.panelFormularios);
     this.AnimMenuItemBack.SetDecoration(this.ContenedorFormularios, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this.ContenedorFormularios, BunifuAnimatorNS.DecorationType.None);
     this.ContenedorFormularios.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ContenedorFormularios.Location = new System.Drawing.Point(290, 67);
     this.ContenedorFormularios.Name     = "ContenedorFormularios";
     this.ContenedorFormularios.Size     = new System.Drawing.Size(1110, 933);
     this.ContenedorFormularios.TabIndex = 1;
     //
     // panelFormularios
     //
     this.panelFormularios.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.panelFormularios.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.panelFormularios.Controls.Add(this.label1);
     this.panelFormularios.Controls.Add(this.label2);
     this.panelFormularios.Controls.Add(this.pbLogoWaraForm);
     this.AnimMenuItemBack.SetDecoration(this.panelFormularios, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this.panelFormularios, BunifuAnimatorNS.DecorationType.None);
     this.panelFormularios.Location = new System.Drawing.Point(11, 6);
     this.panelFormularios.Name     = "panelFormularios";
     this.panelFormularios.Size     = new System.Drawing.Size(1087, 915);
     this.panelFormularios.TabIndex = 0;
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("SEA GARDENS", 100F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location  = new System.Drawing.Point(521, 442);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(427, 121);
     this.label1.TabIndex  = 119;
     this.label1.Text      = "WARA";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.AnimMenuItemsStart.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.label2.Font      = new System.Drawing.Font("SEA GARDENS", 42F);
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label2.Location  = new System.Drawing.Point(638, 391);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(196, 51);
     this.label2.TabIndex  = 118;
     this.label2.Text      = "HOTEL";
     //
     // pbLogoWaraForm
     //
     this.pbLogoWaraForm.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.AnimMenuItemsStart.SetDecoration(this.pbLogoWaraForm, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemBack.SetDecoration(this.pbLogoWaraForm, BunifuAnimatorNS.DecorationType.None);
     this.pbLogoWaraForm.Image    = ((System.Drawing.Image)(resources.GetObject("pbLogoWaraForm.Image")));
     this.pbLogoWaraForm.Location = new System.Drawing.Point(142, 312);
     this.pbLogoWaraForm.Name     = "pbLogoWaraForm";
     this.pbLogoWaraForm.Size     = new System.Drawing.Size(300, 300);
     this.pbLogoWaraForm.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbLogoWaraForm.TabIndex = 118;
     this.pbLogoWaraForm.TabStop  = false;
     //
     // Curva
     //
     this.Curva.ElipseRadius  = 35;
     this.Curva.TargetControl = this.panelFormularios;
     //
     // AnimMenuItemsStart
     //
     this.AnimMenuItemsStart.AnimationType = BunifuAnimatorNS.AnimationType.Particles;
     this.AnimMenuItemsStart.Cursor        = null;
     animation3.AnimateOnlyDifferences     = true;
     animation3.BlindCoeff                    = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff                     = 0F;
     animation3.MaxTime                       = 1F;
     animation3.MinTime                       = 0F;
     animation3.MosaicCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift                   = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize                    = 1;
     animation3.Padding                       = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation3.RotateCoeff                   = 0F;
     animation3.RotateLimit                   = 0F;
     animation3.ScaleCoeff                    = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff                    = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff                     = 2F;
     animation3.TransparencyCoeff             = 0F;
     this.AnimMenuItemsStart.DefaultAnimation = animation3;
     //
     // AnimMenuItemBack
     //
     this.AnimMenuItemBack.AnimationType = BunifuAnimatorNS.AnimationType.Particles;
     this.AnimMenuItemBack.Cursor        = null;
     animation4.AnimateOnlyDifferences   = true;
     animation4.BlindCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff                   = 0F;
     animation4.MaxTime                     = 1F;
     animation4.MinTime                     = 0F;
     animation4.MosaicCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift                 = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize                  = 1;
     animation4.Padding                     = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation4.RotateCoeff                 = 0F;
     animation4.RotateLimit                 = 0F;
     animation4.ScaleCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff                   = 2F;
     animation4.TransparencyCoeff           = 0F;
     this.AnimMenuItemBack.DefaultAnimation = animation4;
     //
     // MoverVentana
     //
     this.MoverVentana.Fixed         = true;
     this.MoverVentana.Horizontal    = true;
     this.MoverVentana.TargetControl = this.BarraSuperior;
     this.MoverVentana.Vertical      = true;
     //
     // Curva2
     //
     this.Curva2.ElipseRadius  = 35;
     this.Curva2.TargetControl = this.MenuItems;
     //
     // CurvaBtnNuevo
     //
     this.CurvaBtnNuevo.ElipseRadius  = 20;
     this.CurvaBtnNuevo.TargetControl = this.btnNuevo;
     //
     // CurvaBtnModificar
     //
     this.CurvaBtnModificar.ElipseRadius  = 20;
     this.CurvaBtnModificar.TargetControl = this.btnModificar;
     //
     // CurvaBtnVer
     //
     this.CurvaBtnVer.ElipseRadius  = 20;
     this.CurvaBtnVer.TargetControl = this.btnVer;
     //
     // timerHora
     //
     this.timerHora.Enabled = true;
     this.timerHora.Tick   += new System.EventHandler(this.timerHora_Tick);
     //
     // PersonalLimpieza
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1400, 1000);
     this.Controls.Add(this.ContenedorFormularios);
     this.Controls.Add(this.ContenedorMenu);
     this.Controls.Add(this.BarraSuperior);
     this.AnimMenuItemBack.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.AnimMenuItemsStart.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "PersonalLimpieza";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "PersonalMantenimiento";
     this.BarraSuperior.ResumeLayout(false);
     this.BarraSuperior.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbHora)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbRestaurar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbMinimizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbMaximizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbBarraMenu)).EndInit();
     this.ContenedorMenu.ResumeLayout(false);
     this.MenuItems.ResumeLayout(false);
     this.MenuItems.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbActivos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogoWara)).EndInit();
     this.ContenedorFormularios.ResumeLayout(false);
     this.panelFormularios.ResumeLayout(false);
     this.panelFormularios.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLogoWaraForm)).EndInit();
     this.ResumeLayout(false);
 }
Example #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.sideMenu           = new System.Windows.Forms.Panel();
     this.gameRulesButton    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.contactButton      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.aboutButton        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.statisticsButton   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.gameSettingsButton = new Bunifu.Framework.UI.BunifuFlatButton();
     this.gameBoardButton    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.menuButton         = new Bunifu.Framework.UI.BunifuImageButton();
     this.logo               = new System.Windows.Forms.PictureBox();
     this.header             = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panel2             = new System.Windows.Forms.Panel();
     this.logoAnimator       = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panelAnimator      = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.gameBoard1         = new etf.nim.ma150129d.GameBoard();
     this.gameSettings1      = new etf.nim.ma150129d.GameSettings();
     this.sideMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.menuButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
     this.header.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 12;
     this.bunifuElipse1.TargetControl = this;
     //
     // sideMenu
     //
     this.sideMenu.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.sideMenu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.sideMenu.Controls.Add(this.gameRulesButton);
     this.sideMenu.Controls.Add(this.contactButton);
     this.sideMenu.Controls.Add(this.aboutButton);
     this.sideMenu.Controls.Add(this.statisticsButton);
     this.sideMenu.Controls.Add(this.gameSettingsButton);
     this.sideMenu.Controls.Add(this.gameBoardButton);
     this.sideMenu.Controls.Add(this.menuButton);
     this.sideMenu.Controls.Add(this.logo);
     this.panelAnimator.SetDecoration(this.sideMenu, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.sideMenu, BunifuAnimatorNS.DecorationType.None);
     this.sideMenu.Dock        = System.Windows.Forms.DockStyle.Left;
     this.sideMenu.Location    = new System.Drawing.Point(0, 51);
     this.sideMenu.MaximumSize = new System.Drawing.Size(340, 635);
     this.sideMenu.Name        = "sideMenu";
     this.sideMenu.Size        = new System.Drawing.Size(340, 635);
     this.sideMenu.TabIndex    = 0;
     //
     // gameRulesButton
     //
     this.gameRulesButton.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameRulesButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameRulesButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gameRulesButton.BorderRadius          = 0;
     this.gameRulesButton.ButtonText            = "            Game rules";
     this.gameRulesButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.gameRulesButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.gameRulesButton, BunifuAnimatorNS.DecorationType.None);
     this.gameRulesButton.DisabledColor            = System.Drawing.Color.Gray;
     this.gameRulesButton.Iconcolor                = System.Drawing.Color.Transparent;
     this.gameRulesButton.Iconimage                = null;
     this.gameRulesButton.Iconimage_right          = null;
     this.gameRulesButton.Iconimage_right_Selected = null;
     this.gameRulesButton.Iconimage_Selected       = null;
     this.gameRulesButton.IconMarginLeft           = 0;
     this.gameRulesButton.IconMarginRight          = 0;
     this.gameRulesButton.IconRightVisible         = true;
     this.gameRulesButton.IconRightZoom            = 0D;
     this.gameRulesButton.IconVisible              = true;
     this.gameRulesButton.IconZoom         = 90D;
     this.gameRulesButton.IsTab            = true;
     this.gameRulesButton.Location         = new System.Drawing.Point(67, 263);
     this.gameRulesButton.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.gameRulesButton.Name             = "gameRulesButton";
     this.gameRulesButton.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameRulesButton.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameRulesButton.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameRulesButton.selected         = false;
     this.gameRulesButton.Size             = new System.Drawing.Size(272, 56);
     this.gameRulesButton.TabIndex         = 7;
     this.gameRulesButton.Text             = "            Game rules";
     this.gameRulesButton.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gameRulesButton.Textcolor        = System.Drawing.Color.Silver;
     this.gameRulesButton.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gameRulesButton.Click           += new System.EventHandler(this.BunifuFlatButton6_Click);
     //
     // contactButton
     //
     this.contactButton.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.contactButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.contactButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.contactButton.BorderRadius          = 0;
     this.contactButton.ButtonText            = "            Contact";
     this.contactButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.contactButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.contactButton, BunifuAnimatorNS.DecorationType.None);
     this.contactButton.DisabledColor            = System.Drawing.Color.Gray;
     this.contactButton.Iconcolor                = System.Drawing.Color.Transparent;
     this.contactButton.Iconimage                = null;
     this.contactButton.Iconimage_right          = null;
     this.contactButton.Iconimage_right_Selected = null;
     this.contactButton.Iconimage_Selected       = null;
     this.contactButton.IconMarginLeft           = 0;
     this.contactButton.IconMarginRight          = 0;
     this.contactButton.IconRightVisible         = true;
     this.contactButton.IconRightZoom            = 0D;
     this.contactButton.IconVisible              = true;
     this.contactButton.IconZoom         = 90D;
     this.contactButton.IsTab            = true;
     this.contactButton.Location         = new System.Drawing.Point(67, 455);
     this.contactButton.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.contactButton.Name             = "contactButton";
     this.contactButton.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.contactButton.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.contactButton.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.contactButton.selected         = false;
     this.contactButton.Size             = new System.Drawing.Size(270, 56);
     this.contactButton.TabIndex         = 6;
     this.contactButton.Text             = "            Contact";
     this.contactButton.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.contactButton.Textcolor        = System.Drawing.Color.Silver;
     this.contactButton.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contactButton.Click           += new System.EventHandler(this.ContactButton_Click);
     //
     // aboutButton
     //
     this.aboutButton.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.aboutButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.aboutButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.aboutButton.BorderRadius          = 0;
     this.aboutButton.ButtonText            = "            About author";
     this.aboutButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.aboutButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.aboutButton, BunifuAnimatorNS.DecorationType.None);
     this.aboutButton.DisabledColor            = System.Drawing.Color.Gray;
     this.aboutButton.Iconcolor                = System.Drawing.Color.Transparent;
     this.aboutButton.Iconimage                = null;
     this.aboutButton.Iconimage_right          = null;
     this.aboutButton.Iconimage_right_Selected = null;
     this.aboutButton.Iconimage_Selected       = null;
     this.aboutButton.IconMarginLeft           = 0;
     this.aboutButton.IconMarginRight          = 0;
     this.aboutButton.IconRightVisible         = true;
     this.aboutButton.IconRightZoom            = 0D;
     this.aboutButton.IconVisible              = true;
     this.aboutButton.IconZoom         = 90D;
     this.aboutButton.IsTab            = true;
     this.aboutButton.Location         = new System.Drawing.Point(67, 391);
     this.aboutButton.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.aboutButton.Name             = "aboutButton";
     this.aboutButton.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.aboutButton.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.aboutButton.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.aboutButton.selected         = false;
     this.aboutButton.Size             = new System.Drawing.Size(270, 56);
     this.aboutButton.TabIndex         = 5;
     this.aboutButton.Text             = "            About author";
     this.aboutButton.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.aboutButton.Textcolor        = System.Drawing.Color.Silver;
     this.aboutButton.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aboutButton.Click           += new System.EventHandler(this.AboutButton_Click);
     //
     // statisticsButton
     //
     this.statisticsButton.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.statisticsButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.statisticsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statisticsButton.BorderRadius          = 0;
     this.statisticsButton.ButtonText            = "            Statistics";
     this.statisticsButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.statisticsButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.statisticsButton, BunifuAnimatorNS.DecorationType.None);
     this.statisticsButton.DisabledColor            = System.Drawing.Color.Gray;
     this.statisticsButton.Iconcolor                = System.Drawing.Color.Transparent;
     this.statisticsButton.Iconimage                = null;
     this.statisticsButton.Iconimage_right          = null;
     this.statisticsButton.Iconimage_right_Selected = null;
     this.statisticsButton.Iconimage_Selected       = null;
     this.statisticsButton.IconMarginLeft           = 0;
     this.statisticsButton.IconMarginRight          = 0;
     this.statisticsButton.IconRightVisible         = true;
     this.statisticsButton.IconRightZoom            = 0D;
     this.statisticsButton.IconVisible              = true;
     this.statisticsButton.IconZoom         = 90D;
     this.statisticsButton.IsTab            = true;
     this.statisticsButton.Location         = new System.Drawing.Point(67, 327);
     this.statisticsButton.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.statisticsButton.Name             = "statisticsButton";
     this.statisticsButton.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.statisticsButton.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.statisticsButton.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.statisticsButton.selected         = false;
     this.statisticsButton.Size             = new System.Drawing.Size(270, 56);
     this.statisticsButton.TabIndex         = 4;
     this.statisticsButton.Text             = "            Statistics";
     this.statisticsButton.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.statisticsButton.Textcolor        = System.Drawing.Color.Silver;
     this.statisticsButton.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statisticsButton.Click           += new System.EventHandler(this.StatisticsButton_Click);
     //
     // gameSettingsButton
     //
     this.gameSettingsButton.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameSettingsButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameSettingsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gameSettingsButton.BorderRadius          = 0;
     this.gameSettingsButton.ButtonText            = "            Game settings";
     this.gameSettingsButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.gameSettingsButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.gameSettingsButton, BunifuAnimatorNS.DecorationType.None);
     this.gameSettingsButton.DisabledColor            = System.Drawing.Color.Gray;
     this.gameSettingsButton.Iconcolor                = System.Drawing.Color.Transparent;
     this.gameSettingsButton.Iconimage                = null;
     this.gameSettingsButton.Iconimage_right          = null;
     this.gameSettingsButton.Iconimage_right_Selected = null;
     this.gameSettingsButton.Iconimage_Selected       = null;
     this.gameSettingsButton.IconMarginLeft           = 0;
     this.gameSettingsButton.IconMarginRight          = 0;
     this.gameSettingsButton.IconRightVisible         = true;
     this.gameSettingsButton.IconRightZoom            = 0D;
     this.gameSettingsButton.IconVisible              = true;
     this.gameSettingsButton.IconZoom         = 90D;
     this.gameSettingsButton.IsTab            = true;
     this.gameSettingsButton.Location         = new System.Drawing.Point(67, 193);
     this.gameSettingsButton.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.gameSettingsButton.Name             = "gameSettingsButton";
     this.gameSettingsButton.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameSettingsButton.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameSettingsButton.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameSettingsButton.selected         = false;
     this.gameSettingsButton.Size             = new System.Drawing.Size(270, 56);
     this.gameSettingsButton.TabIndex         = 3;
     this.gameSettingsButton.Text             = "            Game settings";
     this.gameSettingsButton.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gameSettingsButton.Textcolor        = System.Drawing.Color.Silver;
     this.gameSettingsButton.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gameSettingsButton.Click           += new System.EventHandler(this.BunifuFlatButton2_Click);
     //
     // gameBoardButton
     //
     this.gameBoardButton.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameBoardButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameBoardButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gameBoardButton.BorderRadius          = 0;
     this.gameBoardButton.ButtonText            = "            Gameboard";
     this.gameBoardButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.gameBoardButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.gameBoardButton, BunifuAnimatorNS.DecorationType.None);
     this.gameBoardButton.DisabledColor            = System.Drawing.Color.Gray;
     this.gameBoardButton.Iconcolor                = System.Drawing.Color.Transparent;
     this.gameBoardButton.Iconimage                = null;
     this.gameBoardButton.Iconimage_right          = null;
     this.gameBoardButton.Iconimage_right_Selected = null;
     this.gameBoardButton.Iconimage_Selected       = null;
     this.gameBoardButton.IconMarginLeft           = 0;
     this.gameBoardButton.IconMarginRight          = 0;
     this.gameBoardButton.IconRightVisible         = true;
     this.gameBoardButton.IconRightZoom            = 0D;
     this.gameBoardButton.IconVisible              = true;
     this.gameBoardButton.IconZoom         = 90D;
     this.gameBoardButton.IsTab            = true;
     this.gameBoardButton.Location         = new System.Drawing.Point(67, 129);
     this.gameBoardButton.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.gameBoardButton.Name             = "gameBoardButton";
     this.gameBoardButton.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameBoardButton.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.gameBoardButton.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.gameBoardButton.selected         = true;
     this.gameBoardButton.Size             = new System.Drawing.Size(270, 56);
     this.gameBoardButton.TabIndex         = 2;
     this.gameBoardButton.Text             = "            Gameboard";
     this.gameBoardButton.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gameBoardButton.Textcolor        = System.Drawing.Color.Silver;
     this.gameBoardButton.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gameBoardButton.Click           += new System.EventHandler(this.BunifuFlatButton1_Click);
     //
     // menuButton
     //
     this.menuButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.menuButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.panelAnimator.SetDecoration(this.menuButton, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.menuButton, BunifuAnimatorNS.DecorationType.None);
     this.menuButton.Image       = ((System.Drawing.Image)(resources.GetObject("menuButton.Image")));
     this.menuButton.ImageActive = null;
     this.menuButton.Location    = new System.Drawing.Point(283, 16);
     this.menuButton.Name        = "menuButton";
     this.menuButton.Size        = new System.Drawing.Size(50, 50);
     this.menuButton.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.menuButton.TabIndex    = 1;
     this.menuButton.TabStop     = false;
     this.menuButton.Zoom        = 10;
     this.menuButton.Click      += new System.EventHandler(this.MenuButton_Click);
     //
     // logo
     //
     this.logo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("logo.BackgroundImage")));
     this.logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.logoAnimator.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.panelAnimator.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.logo.InitialImage = null;
     this.logo.Location     = new System.Drawing.Point(12, 16);
     this.logo.Name         = "logo";
     this.logo.Size         = new System.Drawing.Size(117, 65);
     this.logo.TabIndex     = 0;
     this.logo.TabStop      = false;
     //
     // header
     //
     this.header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.header.Controls.Add(this.bunifuImageButton2);
     this.header.Controls.Add(this.pictureBox2);
     this.header.Controls.Add(this.bunifuCustomLabel1);
     this.panelAnimator.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.header.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header.Location = new System.Drawing.Point(0, 0);
     this.header.Name     = "header";
     this.header.Size     = new System.Drawing.Size(1331, 51);
     this.header.TabIndex = 1;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.panelAnimator.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(1294, 12);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(25, 25);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 2;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 20;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.BunifuImageButton2_Click);
     //
     // pictureBox2
     //
     this.logoAnimator.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.panelAnimator.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(12, 12);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(25, 25);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 3;
     this.pictureBox2.TabStop  = false;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.logoAnimator.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.panelAnimator.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Century Gothic", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(216)))), ((int)(((byte)(255)))));
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(47, 9);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(145, 30);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "Nim Game";
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.header;
     this.bunifuDragControl1.Vertical      = true;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.gameBoard1);
     this.panel2.Controls.Add(this.gameSettings1);
     this.panelAnimator.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(340, 51);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(991, 635);
     this.panel2.TabIndex = 2;
     //
     // logoAnimator
     //
     this.logoAnimator.AnimationType   = BunifuAnimatorNS.AnimationType.ScaleAndRotate;
     this.logoAnimator.Cursor          = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff               = 0F;
     animation1.MaxTime                 = 1F;
     animation1.MinTime                 = 0F;
     animation1.MosaicCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift             = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize              = 0;
     animation1.Padding                 = new System.Windows.Forms.Padding(30);
     animation1.RotateCoeff             = 0.5F;
     animation1.RotateLimit             = 0.2F;
     animation1.ScaleCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff               = 0F;
     animation1.TransparencyCoeff       = 0F;
     this.logoAnimator.DefaultAnimation = animation1;
     this.logoAnimator.Interval         = 15;
     this.logoAnimator.TimeStep         = 0.04F;
     //
     // panelAnimator
     //
     this.panelAnimator.AnimationType  = BunifuAnimatorNS.AnimationType.Mosaic;
     this.panelAnimator.Cursor         = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff                = 0F;
     animation2.MaxTime                  = 1F;
     animation2.MinTime                  = 0F;
     animation2.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize               = 20;
     animation2.Padding                  = new System.Windows.Forms.Padding(30);
     animation2.RotateCoeff              = 0F;
     animation2.RotateLimit              = 0F;
     animation2.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff                = 0F;
     animation2.TransparencyCoeff        = 0F;
     this.panelAnimator.DefaultAnimation = animation2;
     this.panelAnimator.Interval         = 8;
     //
     // gameBoard1
     //
     this.gameBoard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.logoAnimator.SetDecoration(this.gameBoard1, BunifuAnimatorNS.DecorationType.None);
     this.panelAnimator.SetDecoration(this.gameBoard1, BunifuAnimatorNS.DecorationType.None);
     this.gameBoard1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gameBoard1.Location = new System.Drawing.Point(0, 0);
     this.gameBoard1.Name     = "gameBoard1";
     this.gameBoard1.Size     = new System.Drawing.Size(991, 635);
     this.gameBoard1.TabIndex = 1;
     this.gameBoard1.Load    += new System.EventHandler(this.GameBoard1_Load);
     //
     // gameSettings1
     //
     this.gameSettings1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.logoAnimator.SetDecoration(this.gameSettings1, BunifuAnimatorNS.DecorationType.None);
     this.panelAnimator.SetDecoration(this.gameSettings1, BunifuAnimatorNS.DecorationType.None);
     this.gameSettings1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gameSettings1.Location = new System.Drawing.Point(0, 0);
     this.gameSettings1.Name     = "gameSettings1";
     this.gameSettings1.Size     = new System.Drawing.Size(991, 635);
     this.gameSettings1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.ClientSize          = new System.Drawing.Size(1331, 686);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.sideMenu);
     this.Controls.Add(this.header);
     this.logoAnimator.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.panelAnimator.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.sideMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.menuButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
     this.header.ResumeLayout(false);
     this.header.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation6 = new BunifuAnimatorNS.Animation();
     BunifuAnimatorNS.Animation animation5 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
     this.Panelbot           = new System.Windows.Forms.Panel();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.lblhora            = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.Dia                = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.Txt_sector         = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txt_usuario        = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.Botones            = new System.Windows.Forms.Panel();
     this.PanelForm          = new System.Windows.Forms.Panel();
     this.SubMenu            = new System.Windows.Forms.Button();
     this.PnlSubMenus        = new System.Windows.Forms.Panel();
     this.SubModulos         = new System.Windows.Forms.Button();
     this.PnlModulos         = new System.Windows.Forms.Panel();
     this.Modulos            = new System.Windows.Forms.Button();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.Btn_volveropciones = new System.Windows.Forms.PictureBox();
     this.Btn_volvermodulos  = new System.Windows.Forms.PictureBox();
     this.lbl_texto          = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.LogoFabio          = new System.Windows.Forms.PictureBox();
     this.Hora               = new System.Windows.Forms.Timer(this.components);
     this.PanelContenedor    = new System.Windows.Forms.Panel();
     this.PanelAnimador      = new BunifuAnimatorNS.Animator(this.components);
     this.animator1          = new BunifuAnimatorNS.Animator(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.BtnMinimize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnNormal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMaximize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCerrar)).BeginInit();
     this.pnlTodo.SuspendLayout();
     this.PanelTrabajo.SuspendLayout();
     this.PanenlControl.SuspendLayout();
     this.Panelbot.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.Botones.SuspendLayout();
     this.PanelForm.SuspendLayout();
     this.PnlSubMenus.SuspendLayout();
     this.PnlModulos.SuspendLayout();
     this.pnlLogo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_volveropciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_volvermodulos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LogoFabio)).BeginInit();
     this.SuspendLayout();
     //
     // BtnMinimize
     //
     this.PanelAnimador.SetDecoration(this.BtnMinimize, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.BtnMinimize, BunifuAnimatorNS.DecorationType.None);
     //
     // BtnNormal
     //
     this.PanelAnimador.SetDecoration(this.BtnNormal, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.BtnNormal, BunifuAnimatorNS.DecorationType.None);
     //
     // btnMaximize
     //
     this.PanelAnimador.SetDecoration(this.btnMaximize, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.btnMaximize, BunifuAnimatorNS.DecorationType.None);
     //
     // btnCerrar
     //
     this.PanelAnimador.SetDecoration(this.btnCerrar, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.btnCerrar, BunifuAnimatorNS.DecorationType.None);
     this.btnCerrar.Click += new System.EventHandler(this.BtnCerrar_Click);
     //
     // pnlTodo
     //
     this.animator1.SetDecoration(this.pnlTodo, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.pnlTodo, BunifuAnimatorNS.DecorationType.None);
     //
     // PanelTrabajo
     //
     this.PanelTrabajo.Controls.Add(this.PanelContenedor);
     this.PanelTrabajo.Controls.Add(this.Botones);
     this.PanelTrabajo.Controls.Add(this.Panelbot);
     this.animator1.SetDecoration(this.PanelTrabajo, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.PanelTrabajo, BunifuAnimatorNS.DecorationType.None);
     //
     // PanenlControl
     //
     this.animator1.SetDecoration(this.PanenlControl, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.PanenlControl, BunifuAnimatorNS.DecorationType.None);
     //
     // Panelbot
     //
     this.Panelbot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(112)))), ((int)(((byte)(183)))));
     this.Panelbot.Controls.Add(this.pictureBox2);
     this.Panelbot.Controls.Add(this.lblhora);
     this.Panelbot.Controls.Add(this.Dia);
     this.Panelbot.Controls.Add(this.Txt_sector);
     this.Panelbot.Controls.Add(this.txt_usuario);
     this.Panelbot.Controls.Add(this.pictureBox1);
     this.animator1.SetDecoration(this.Panelbot, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.Panelbot, BunifuAnimatorNS.DecorationType.None);
     this.Panelbot.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.Panelbot.Location = new System.Drawing.Point(0, 478);
     this.Panelbot.Name     = "Panelbot";
     this.Panelbot.Size     = new System.Drawing.Size(1067, 80);
     this.Panelbot.TabIndex = 0;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.PanelAnimador.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(92, 48);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(20, 20);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 10;
     this.pictureBox2.TabStop  = false;
     this.pictureBox2.Click   += new System.EventHandler(this.PictureBox2_Click);
     //
     // lblhora
     //
     this.lblhora.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblhora.AutoSize = true;
     this.PanelAnimador.SetDecoration(this.lblhora, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.lblhora, BunifuAnimatorNS.DecorationType.None);
     this.lblhora.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblhora.ForeColor = System.Drawing.Color.Silver;
     this.lblhora.Location  = new System.Drawing.Point(989, 26);
     this.lblhora.Margin    = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.lblhora.Name      = "lblhora";
     this.lblhora.Size      = new System.Drawing.Size(64, 18);
     this.lblhora.TabIndex  = 9;
     this.lblhora.Text      = "21:38:48";
     this.lblhora.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Dia
     //
     this.Dia.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Dia.AutoSize = true;
     this.PanelAnimador.SetDecoration(this.Dia, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.Dia, BunifuAnimatorNS.DecorationType.None);
     this.Dia.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Dia.ForeColor = System.Drawing.Color.Silver;
     this.Dia.Location  = new System.Drawing.Point(862, 6);
     this.Dia.Margin    = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.Dia.Name      = "Dia";
     this.Dia.Size      = new System.Drawing.Size(193, 18);
     this.Dia.TabIndex  = 8;
     this.Dia.Text      = "Sabado 22 de junio del 2019";
     this.Dia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Txt_sector
     //
     this.Txt_sector.AutoSize = true;
     this.PanelAnimador.SetDecoration(this.Txt_sector, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.Txt_sector, BunifuAnimatorNS.DecorationType.None);
     this.Txt_sector.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Txt_sector.ForeColor = System.Drawing.Color.Silver;
     this.Txt_sector.Location  = new System.Drawing.Point(89, 26);
     this.Txt_sector.Margin    = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.Txt_sector.Name      = "Txt_sector";
     this.Txt_sector.Size      = new System.Drawing.Size(110, 18);
     this.Txt_sector.TabIndex  = 7;
     this.Txt_sector.Text      = "Oficina Tecnica";
     this.Txt_sector.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txt_usuario
     //
     this.txt_usuario.AutoSize = true;
     this.PanelAnimador.SetDecoration(this.txt_usuario, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.txt_usuario, BunifuAnimatorNS.DecorationType.None);
     this.txt_usuario.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_usuario.ForeColor = System.Drawing.Color.Silver;
     this.txt_usuario.Location  = new System.Drawing.Point(89, 6);
     this.txt_usuario.Margin    = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.txt_usuario.Name      = "txt_usuario";
     this.txt_usuario.Size      = new System.Drawing.Size(114, 18);
     this.txt_usuario.TabIndex  = 6;
     this.txt_usuario.Text      = "Emmanuel Julio";
     this.txt_usuario.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.PanelAnimador.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(12, 6);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(71, 62);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // Botones
     //
     this.Botones.Controls.Add(this.PanelForm);
     this.Botones.Controls.Add(this.PnlSubMenus);
     this.Botones.Controls.Add(this.PnlModulos);
     this.Botones.Controls.Add(this.pnlLogo);
     this.animator1.SetDecoration(this.Botones, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.Botones, BunifuAnimatorNS.DecorationType.None);
     this.Botones.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Botones.Location = new System.Drawing.Point(0, 0);
     this.Botones.Name     = "Botones";
     this.Botones.Size     = new System.Drawing.Size(199, 478);
     this.Botones.TabIndex = 1;
     //
     // PanelForm
     //
     this.PanelForm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(57)))), ((int)(((byte)(80)))));
     this.PanelForm.Controls.Add(this.SubMenu);
     this.animator1.SetDecoration(this.PanelForm, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.PanelForm, BunifuAnimatorNS.DecorationType.None);
     this.PanelForm.Dock     = System.Windows.Forms.DockStyle.Left;
     this.PanelForm.Location = new System.Drawing.Point(272, 98);
     this.PanelForm.Name     = "PanelForm";
     this.PanelForm.Size     = new System.Drawing.Size(136, 380);
     this.PanelForm.TabIndex = 3;
     //
     // SubMenu
     //
     this.PanelAnimador.SetDecoration(this.SubMenu, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.SubMenu, BunifuAnimatorNS.DecorationType.None);
     this.SubMenu.Location = new System.Drawing.Point(19, 42);
     this.SubMenu.Name     = "SubMenu";
     this.SubMenu.Size     = new System.Drawing.Size(75, 23);
     this.SubMenu.TabIndex = 2;
     this.SubMenu.Text     = "button3";
     this.SubMenu.UseVisualStyleBackColor = true;
     this.SubMenu.Visible = false;
     this.SubMenu.Click  += new System.EventHandler(this.SubMenu_Click);
     //
     // PnlSubMenus
     //
     this.PnlSubMenus.Controls.Add(this.SubModulos);
     this.animator1.SetDecoration(this.PnlSubMenus, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.PnlSubMenus, BunifuAnimatorNS.DecorationType.None);
     this.PnlSubMenus.Dock     = System.Windows.Forms.DockStyle.Left;
     this.PnlSubMenus.Location = new System.Drawing.Point(136, 98);
     this.PnlSubMenus.Name     = "PnlSubMenus";
     this.PnlSubMenus.Size     = new System.Drawing.Size(136, 380);
     this.PnlSubMenus.TabIndex = 2;
     //
     // SubModulos
     //
     this.PanelAnimador.SetDecoration(this.SubModulos, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.SubModulos, BunifuAnimatorNS.DecorationType.None);
     this.SubModulos.Location = new System.Drawing.Point(26, 42);
     this.SubModulos.Name     = "SubModulos";
     this.SubModulos.Size     = new System.Drawing.Size(75, 23);
     this.SubModulos.TabIndex = 1;
     this.SubModulos.Text     = "button2";
     this.SubModulos.UseVisualStyleBackColor = true;
     this.SubModulos.Visible = false;
     this.SubModulos.Click  += new System.EventHandler(this.SubModulos_Click);
     //
     // PnlModulos
     //
     this.PnlModulos.Controls.Add(this.Modulos);
     this.animator1.SetDecoration(this.PnlModulos, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.PnlModulos, BunifuAnimatorNS.DecorationType.None);
     this.PnlModulos.Dock     = System.Windows.Forms.DockStyle.Left;
     this.PnlModulos.Location = new System.Drawing.Point(0, 98);
     this.PnlModulos.Name     = "PnlModulos";
     this.PnlModulos.Size     = new System.Drawing.Size(136, 380);
     this.PnlModulos.TabIndex = 1;
     //
     // Modulos
     //
     this.PanelAnimador.SetDecoration(this.Modulos, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.Modulos, BunifuAnimatorNS.DecorationType.None);
     this.Modulos.Location = new System.Drawing.Point(26, 42);
     this.Modulos.Name     = "Modulos";
     this.Modulos.Size     = new System.Drawing.Size(75, 23);
     this.Modulos.TabIndex = 0;
     this.Modulos.Text     = "button1";
     this.Modulos.UseVisualStyleBackColor = true;
     this.Modulos.Visible = false;
     this.Modulos.Click  += new System.EventHandler(this.Modulos_Click);
     //
     // pnlLogo
     //
     this.pnlLogo.Controls.Add(this.Btn_volveropciones);
     this.pnlLogo.Controls.Add(this.Btn_volvermodulos);
     this.pnlLogo.Controls.Add(this.lbl_texto);
     this.pnlLogo.Controls.Add(this.LogoFabio);
     this.animator1.SetDecoration(this.pnlLogo, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.pnlLogo, BunifuAnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 0);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(199, 98);
     this.pnlLogo.TabIndex = 0;
     //
     // Btn_volveropciones
     //
     this.PanelAnimador.SetDecoration(this.Btn_volveropciones, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.Btn_volveropciones, BunifuAnimatorNS.DecorationType.None);
     this.Btn_volveropciones.Image    = ((System.Drawing.Image)(resources.GetObject("Btn_volveropciones.Image")));
     this.Btn_volveropciones.Location = new System.Drawing.Point(12, 71);
     this.Btn_volveropciones.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Btn_volveropciones.Name     = "Btn_volveropciones";
     this.Btn_volveropciones.Size     = new System.Drawing.Size(24, 18);
     this.Btn_volveropciones.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Btn_volveropciones.TabIndex = 7;
     this.Btn_volveropciones.TabStop  = false;
     this.Btn_volveropciones.Visible  = false;
     this.Btn_volveropciones.Click   += new System.EventHandler(this.Btn_volveropciones_Click);
     //
     // Btn_volvermodulos
     //
     this.PanelAnimador.SetDecoration(this.Btn_volvermodulos, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.Btn_volvermodulos, BunifuAnimatorNS.DecorationType.None);
     this.Btn_volvermodulos.Image    = ((System.Drawing.Image)(resources.GetObject("Btn_volvermodulos.Image")));
     this.Btn_volvermodulos.Location = new System.Drawing.Point(5, 71);
     this.Btn_volvermodulos.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Btn_volvermodulos.Name     = "Btn_volvermodulos";
     this.Btn_volvermodulos.Size     = new System.Drawing.Size(24, 18);
     this.Btn_volvermodulos.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Btn_volvermodulos.TabIndex = 6;
     this.Btn_volvermodulos.TabStop  = false;
     this.Btn_volvermodulos.Visible  = false;
     this.Btn_volvermodulos.Click   += new System.EventHandler(this.Btn_volvermodulos_Click);
     //
     // lbl_texto
     //
     this.lbl_texto.AutoSize = true;
     this.PanelAnimador.SetDecoration(this.lbl_texto, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.lbl_texto, BunifuAnimatorNS.DecorationType.None);
     this.lbl_texto.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_texto.ForeColor = System.Drawing.Color.Silver;
     this.lbl_texto.Location  = new System.Drawing.Point(35, 71);
     this.lbl_texto.Margin    = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.lbl_texto.Name      = "lbl_texto";
     this.lbl_texto.Size      = new System.Drawing.Size(66, 18);
     this.lbl_texto.TabIndex  = 5;
     this.lbl_texto.Text      = "Modulos";
     this.lbl_texto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LogoFabio
     //
     this.PanelAnimador.SetDecoration(this.LogoFabio, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.LogoFabio, BunifuAnimatorNS.DecorationType.None);
     this.LogoFabio.Image    = ((System.Drawing.Image)(resources.GetObject("LogoFabio.Image")));
     this.LogoFabio.Location = new System.Drawing.Point(5, 6);
     this.LogoFabio.Name     = "LogoFabio";
     this.LogoFabio.Size     = new System.Drawing.Size(187, 61);
     this.LogoFabio.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LogoFabio.TabIndex = 0;
     this.LogoFabio.TabStop  = false;
     //
     // Hora
     //
     this.Hora.Enabled = true;
     this.Hora.Tick   += new System.EventHandler(this.Hora_Tick);
     //
     // PanelContenedor
     //
     this.animator1.SetDecoration(this.PanelContenedor, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this.PanelContenedor, BunifuAnimatorNS.DecorationType.None);
     this.PanelContenedor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PanelContenedor.Location = new System.Drawing.Point(199, 0);
     this.PanelContenedor.Name     = "PanelContenedor";
     this.PanelContenedor.Size     = new System.Drawing.Size(868, 478);
     this.PanelContenedor.TabIndex = 2;
     //
     // PanelAnimador
     //
     this.PanelAnimador.AnimationType  = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.PanelAnimador.Cursor         = null;
     animation6.AnimateOnlyDifferences = true;
     animation6.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation6.BlindCoeff")));
     animation6.LeafCoeff                = 0F;
     animation6.MaxTime                  = 1F;
     animation6.MinTime                  = 0F;
     animation6.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation6.MosaicCoeff")));
     animation6.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("animation6.MosaicShift")));
     animation6.MosaicSize               = 0;
     animation6.Padding                  = new System.Windows.Forms.Padding(0);
     animation6.RotateCoeff              = 0F;
     animation6.RotateLimit              = 0F;
     animation6.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation6.ScaleCoeff")));
     animation6.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation6.SlideCoeff")));
     animation6.TimeCoeff                = 0F;
     animation6.TransparencyCoeff        = 0F;
     this.PanelAnimador.DefaultAnimation = animation6;
     //
     // animator1
     //
     this.animator1.AnimationType      = BunifuAnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation5.AnimateOnlyDifferences = true;
     animation5.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.BlindCoeff")));
     animation5.LeafCoeff            = 0F;
     animation5.MaxTime              = 1F;
     animation5.MinTime              = 0F;
     animation5.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicCoeff")));
     animation5.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicShift")));
     animation5.MosaicSize           = 0;
     animation5.Padding              = new System.Windows.Forms.Padding(0);
     animation5.RotateCoeff          = 0F;
     animation5.RotateLimit          = 0F;
     animation5.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation5.ScaleCoeff")));
     animation5.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation5.SlideCoeff")));
     animation5.TimeCoeff            = 0F;
     animation5.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation5;
     //
     // Principal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1067, 588);
     this.animator1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.PanelAnimador.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.Margin = new System.Windows.Forms.Padding(5);
     this.Name   = "Principal";
     this.Text   = "Principal";
     this.Load  += new System.EventHandler(this.Principal_Load);
     ((System.ComponentModel.ISupportInitialize)(this.BtnMinimize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnNormal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMaximize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCerrar)).EndInit();
     this.pnlTodo.ResumeLayout(false);
     this.PanelTrabajo.ResumeLayout(false);
     this.PanenlControl.ResumeLayout(false);
     this.Panelbot.ResumeLayout(false);
     this.Panelbot.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.Botones.ResumeLayout(false);
     this.PanelForm.ResumeLayout(false);
     this.PnlSubMenus.ResumeLayout(false);
     this.PnlModulos.ResumeLayout(false);
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_volveropciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_volvermodulos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LogoFabio)).EndInit();
     this.ResumeLayout(false);
 }
Example #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     this.bunifuGradientPanel1     = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.panelSlide2              = new System.Windows.Forms.Panel();
     this.bunifuCustomLabel2       = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel1       = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuFlatButtonStorage  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButtonPacking  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButtonMilkProc = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuGradientPanel2     = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.btnLogoutStaff           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelAttach              = new System.Windows.Forms.Panel();
     this.bunifuGradientPanel3     = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.defaultUC1        = new Aspen.UserControls.defaultUC();
     this.storageUC1        = new Aspen.UserControls.StorageUC();
     this.packingUC1        = new Aspen.UserControls.PackingUC();
     this.milkProcessingUC1 = new Aspen.UserControls.MilkProcessingUC();
     this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.bunifuGradientPanel1.SuspendLayout();
     this.bunifuGradientPanel2.SuspendLayout();
     this.bunifuGradientPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuGradientPanel1
     //
     this.bunifuGradientPanel1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     this.bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel1.Controls.Add(this.panelSlide2);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel2);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel1);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuFlatButtonStorage);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuFlatButtonPacking);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuFlatButtonMilkProc);
     this.bunifuTransition1.SetDecoration(this.bunifuGradientPanel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuGradientPanel1.Dock                = System.Windows.Forms.DockStyle.Left;
     this.bunifuGradientPanel1.ForeColor           = System.Drawing.Color.Magenta;
     this.bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel1.Location            = new System.Drawing.Point(0, 0);
     this.bunifuGradientPanel1.Name                = "bunifuGradientPanel1";
     this.bunifuGradientPanel1.Quality             = 10;
     this.bunifuGradientPanel1.Size                = new System.Drawing.Size(202, 680);
     this.bunifuGradientPanel1.TabIndex            = 0;
     //
     // panelSlide2
     //
     this.panelSlide2.BackColor = System.Drawing.Color.Magenta;
     this.bunifuTransition1.SetDecoration(this.panelSlide2, BunifuAnimatorNS.DecorationType.None);
     this.panelSlide2.Location = new System.Drawing.Point(186, 200);
     this.panelSlide2.Name     = "panelSlide2";
     this.panelSlide2.Size     = new System.Drawing.Size(7, 52);
     this.panelSlide2.TabIndex = 5;
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel2.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel2.Location = new System.Drawing.Point(14, 53);
     this.bunifuCustomLabel2.Name     = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size     = new System.Drawing.Size(129, 23);
     this.bunifuCustomLabel2.TabIndex = 4;
     this.bunifuCustomLabel2.Text     = "Record Inputs";
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font     = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(10, 0);
     this.bunifuCustomLabel1.Name     = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size     = new System.Drawing.Size(123, 45);
     this.bunifuCustomLabel1.TabIndex = 3;
     this.bunifuCustomLabel1.Text     = "STAFF";
     //
     // bunifuFlatButtonStorage
     //
     this.bunifuFlatButtonStorage.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonStorage.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonStorage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButtonStorage.BorderRadius          = 0;
     this.bunifuFlatButtonStorage.ButtonText            = "Storage";
     this.bunifuFlatButtonStorage.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButtonStorage, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButtonStorage.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButtonStorage.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuFlatButtonStorage.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButtonStorage.Iconimage                = null;
     this.bunifuFlatButtonStorage.Iconimage_right          = null;
     this.bunifuFlatButtonStorage.Iconimage_right_Selected = null;
     this.bunifuFlatButtonStorage.Iconimage_Selected       = null;
     this.bunifuFlatButtonStorage.IconMarginLeft           = 0;
     this.bunifuFlatButtonStorage.IconMarginRight          = 0;
     this.bunifuFlatButtonStorage.IconRightVisible         = true;
     this.bunifuFlatButtonStorage.IconRightZoom            = 0D;
     this.bunifuFlatButtonStorage.IconVisible              = true;
     this.bunifuFlatButtonStorage.IconZoom                 = 90D;
     this.bunifuFlatButtonStorage.IsTab                    = false;
     this.bunifuFlatButtonStorage.Location                 = new System.Drawing.Point(-9, 476);
     this.bunifuFlatButtonStorage.Name                     = "bunifuFlatButtonStorage";
     this.bunifuFlatButtonStorage.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonStorage.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonStorage.OnHoverTextColor         = System.Drawing.Color.Magenta;
     this.bunifuFlatButtonStorage.selected                 = false;
     this.bunifuFlatButtonStorage.Size                     = new System.Drawing.Size(191, 48);
     this.bunifuFlatButtonStorage.TabIndex                 = 2;
     this.bunifuFlatButtonStorage.Text                     = "Storage";
     this.bunifuFlatButtonStorage.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButtonStorage.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButtonStorage.TextFont                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuFlatButtonStorage.Click                   += new System.EventHandler(this.bunifuFlatButtonStorage_Click);
     //
     // bunifuFlatButtonPacking
     //
     this.bunifuFlatButtonPacking.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonPacking.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonPacking.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButtonPacking.BorderRadius          = 0;
     this.bunifuFlatButtonPacking.ButtonText            = "Packing";
     this.bunifuFlatButtonPacking.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButtonPacking, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButtonPacking.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButtonPacking.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuFlatButtonPacking.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButtonPacking.Iconimage                = null;
     this.bunifuFlatButtonPacking.Iconimage_right          = null;
     this.bunifuFlatButtonPacking.Iconimage_right_Selected = null;
     this.bunifuFlatButtonPacking.Iconimage_Selected       = null;
     this.bunifuFlatButtonPacking.IconMarginLeft           = 0;
     this.bunifuFlatButtonPacking.IconMarginRight          = 0;
     this.bunifuFlatButtonPacking.IconRightVisible         = true;
     this.bunifuFlatButtonPacking.IconRightZoom            = 0D;
     this.bunifuFlatButtonPacking.IconVisible              = true;
     this.bunifuFlatButtonPacking.IconZoom                 = 90D;
     this.bunifuFlatButtonPacking.IsTab                    = false;
     this.bunifuFlatButtonPacking.Location                 = new System.Drawing.Point(-9, 341);
     this.bunifuFlatButtonPacking.Name                     = "bunifuFlatButtonPacking";
     this.bunifuFlatButtonPacking.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonPacking.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonPacking.OnHoverTextColor         = System.Drawing.Color.Magenta;
     this.bunifuFlatButtonPacking.selected                 = false;
     this.bunifuFlatButtonPacking.Size                     = new System.Drawing.Size(191, 48);
     this.bunifuFlatButtonPacking.TabIndex                 = 1;
     this.bunifuFlatButtonPacking.Text                     = "Packing";
     this.bunifuFlatButtonPacking.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButtonPacking.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButtonPacking.TextFont                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuFlatButtonPacking.Click                   += new System.EventHandler(this.bunifuFlatButtonPacking_Click);
     //
     // bunifuFlatButtonMilkProc
     //
     this.bunifuFlatButtonMilkProc.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonMilkProc.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonMilkProc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButtonMilkProc.BorderRadius          = 0;
     this.bunifuFlatButtonMilkProc.ButtonText            = "Milk Processing";
     this.bunifuFlatButtonMilkProc.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButtonMilkProc, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButtonMilkProc.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButtonMilkProc.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuFlatButtonMilkProc.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButtonMilkProc.Iconimage                = null;
     this.bunifuFlatButtonMilkProc.Iconimage_right          = null;
     this.bunifuFlatButtonMilkProc.Iconimage_right_Selected = null;
     this.bunifuFlatButtonMilkProc.Iconimage_Selected       = null;
     this.bunifuFlatButtonMilkProc.IconMarginLeft           = 0;
     this.bunifuFlatButtonMilkProc.IconMarginRight          = 0;
     this.bunifuFlatButtonMilkProc.IconRightVisible         = true;
     this.bunifuFlatButtonMilkProc.IconRightZoom            = 0D;
     this.bunifuFlatButtonMilkProc.IconVisible              = true;
     this.bunifuFlatButtonMilkProc.IconZoom                 = 90D;
     this.bunifuFlatButtonMilkProc.IsTab                    = false;
     this.bunifuFlatButtonMilkProc.Location                 = new System.Drawing.Point(-8, 200);
     this.bunifuFlatButtonMilkProc.Name                     = "bunifuFlatButtonMilkProc";
     this.bunifuFlatButtonMilkProc.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonMilkProc.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuFlatButtonMilkProc.OnHoverTextColor         = System.Drawing.Color.Magenta;
     this.bunifuFlatButtonMilkProc.selected                 = false;
     this.bunifuFlatButtonMilkProc.Size                     = new System.Drawing.Size(190, 48);
     this.bunifuFlatButtonMilkProc.TabIndex                 = 0;
     this.bunifuFlatButtonMilkProc.Text                     = "Milk Processing";
     this.bunifuFlatButtonMilkProc.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButtonMilkProc.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButtonMilkProc.TextFont                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuFlatButtonMilkProc.Click                   += new System.EventHandler(this.bunifuFlatButtonMilkProc_Click);
     //
     // bunifuGradientPanel2
     //
     this.bunifuGradientPanel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel2.BackgroundImage")));
     this.bunifuGradientPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel2.Controls.Add(this.btnLogoutStaff);
     this.bunifuGradientPanel2.Controls.Add(this.bunifuFlatButton1);
     this.bunifuTransition1.SetDecoration(this.bunifuGradientPanel2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuGradientPanel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.bunifuGradientPanel2.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel2.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel2.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel2.GradientTopRight    = System.Drawing.Color.White;
     this.bunifuGradientPanel2.Location            = new System.Drawing.Point(202, 0);
     this.bunifuGradientPanel2.Name     = "bunifuGradientPanel2";
     this.bunifuGradientPanel2.Quality  = 10;
     this.bunifuGradientPanel2.Size     = new System.Drawing.Size(1078, 92);
     this.bunifuGradientPanel2.TabIndex = 1;
     //
     // btnLogoutStaff
     //
     this.btnLogoutStaff.Activecolor           = System.Drawing.Color.Transparent;
     this.btnLogoutStaff.BackColor             = System.Drawing.Color.Transparent;
     this.btnLogoutStaff.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnLogoutStaff.BorderRadius          = 0;
     this.btnLogoutStaff.ButtonText            = "";
     this.btnLogoutStaff.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnLogoutStaff, BunifuAnimatorNS.DecorationType.None);
     this.btnLogoutStaff.DisabledColor            = System.Drawing.Color.Gray;
     this.btnLogoutStaff.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnLogoutStaff.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnLogoutStaff.Iconimage")));
     this.btnLogoutStaff.Iconimage_right          = null;
     this.btnLogoutStaff.Iconimage_right_Selected = null;
     this.btnLogoutStaff.Iconimage_Selected       = null;
     this.btnLogoutStaff.IconMarginLeft           = 0;
     this.btnLogoutStaff.IconMarginRight          = 0;
     this.btnLogoutStaff.IconRightVisible         = true;
     this.btnLogoutStaff.IconRightZoom            = 0D;
     this.btnLogoutStaff.IconVisible              = true;
     this.btnLogoutStaff.IconZoom         = 90D;
     this.btnLogoutStaff.IsTab            = false;
     this.btnLogoutStaff.Location         = new System.Drawing.Point(1027, 44);
     this.btnLogoutStaff.Name             = "btnLogoutStaff";
     this.btnLogoutStaff.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnLogoutStaff.OnHovercolor     = System.Drawing.Color.Violet;
     this.btnLogoutStaff.OnHoverTextColor = System.Drawing.Color.White;
     this.btnLogoutStaff.selected         = false;
     this.btnLogoutStaff.Size             = new System.Drawing.Size(48, 48);
     this.btnLogoutStaff.TabIndex         = 1;
     this.btnLogoutStaff.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnLogoutStaff.Textcolor        = System.Drawing.Color.White;
     this.btnLogoutStaff.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogoutStaff.Click           += new System.EventHandler(this.btnLogoutStaff_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.Red;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 90D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(1027, 0);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.Red;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(43, 45);
     this.bunifuFlatButton1.TabIndex         = 0;
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // panelAttach
     //
     this.panelAttach.BackColor = System.Drawing.Color.Magenta;
     this.bunifuTransition1.SetDecoration(this.panelAttach, BunifuAnimatorNS.DecorationType.None);
     this.panelAttach.Location = new System.Drawing.Point(202, 146);
     this.panelAttach.Name     = "panelAttach";
     this.panelAttach.Size     = new System.Drawing.Size(4, 48);
     this.panelAttach.TabIndex = 2;
     //
     // bunifuGradientPanel3
     //
     this.bunifuGradientPanel3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel3.BackgroundImage")));
     this.bunifuGradientPanel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel3.Controls.Add(this.defaultUC1);
     this.bunifuGradientPanel3.Controls.Add(this.storageUC1);
     this.bunifuGradientPanel3.Controls.Add(this.packingUC1);
     this.bunifuGradientPanel3.Controls.Add(this.milkProcessingUC1);
     this.bunifuTransition1.SetDecoration(this.bunifuGradientPanel3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuGradientPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bunifuGradientPanel3.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel3.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel3.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel3.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuGradientPanel3.Location            = new System.Drawing.Point(202, 92);
     this.bunifuGradientPanel3.Name     = "bunifuGradientPanel3";
     this.bunifuGradientPanel3.Quality  = 10;
     this.bunifuGradientPanel3.Size     = new System.Drawing.Size(1078, 588);
     this.bunifuGradientPanel3.TabIndex = 3;
     //
     // defaultUC1
     //
     this.bunifuTransition1.SetDecoration(this.defaultUC1, BunifuAnimatorNS.DecorationType.None);
     this.defaultUC1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.defaultUC1.Location = new System.Drawing.Point(0, 0);
     this.defaultUC1.Name     = "defaultUC1";
     this.defaultUC1.Size     = new System.Drawing.Size(1078, 588);
     this.defaultUC1.TabIndex = 3;
     //
     // storageUC1
     //
     this.storageUC1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuTransition1.SetDecoration(this.storageUC1, BunifuAnimatorNS.DecorationType.None);
     this.storageUC1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.storageUC1.Location = new System.Drawing.Point(0, 0);
     this.storageUC1.Name     = "storageUC1";
     this.storageUC1.Size     = new System.Drawing.Size(1078, 588);
     this.storageUC1.TabIndex = 2;
     //
     // packingUC1
     //
     this.packingUC1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuTransition1.SetDecoration(this.packingUC1, BunifuAnimatorNS.DecorationType.None);
     this.packingUC1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.packingUC1.Location = new System.Drawing.Point(0, 0);
     this.packingUC1.Name     = "packingUC1";
     this.packingUC1.Size     = new System.Drawing.Size(1078, 588);
     this.packingUC1.TabIndex = 1;
     //
     // milkProcessingUC1
     //
     this.milkProcessingUC1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(53)))), ((int)(((byte)(65)))));
     this.bunifuTransition1.SetDecoration(this.milkProcessingUC1, BunifuAnimatorNS.DecorationType.None);
     this.milkProcessingUC1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.milkProcessingUC1.Location = new System.Drawing.Point(0, 0);
     this.milkProcessingUC1.Name     = "milkProcessingUC1";
     this.milkProcessingUC1.Size     = new System.Drawing.Size(1078, 588);
     this.milkProcessingUC1.TabIndex = 0;
     this.milkProcessingUC1.Visible  = false;
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.VertSlide;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 0F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 0;
     animation1.Padding                      = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 0F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1280, 680);
     this.Controls.Add(this.bunifuGradientPanel3);
     this.Controls.Add(this.panelAttach);
     this.Controls.Add(this.bunifuGradientPanel2);
     this.Controls.Add(this.bunifuGradientPanel1);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form2";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form2";
     this.bunifuGradientPanel1.ResumeLayout(false);
     this.bunifuGradientPanel1.PerformLayout();
     this.bunifuGradientPanel2.ResumeLayout(false);
     this.bunifuGradientPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation4 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSignIn));
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.btnCreateAccount_1  = new System.Windows.Forms.Button();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.chkInvisible        = new System.Windows.Forms.CheckBox();
     this.txtPassword         = new System.Windows.Forms.TextBox();
     this.txtUsername         = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.btnSignIn           = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.btnChangePassword_1 = new System.Windows.Forms.Button();
     this.panel2              = new System.Windows.Forms.Panel();
     this.txt_DisName_R       = new System.Windows.Forms.TextBox();
     this.txtconfirm_R        = new System.Windows.Forms.TextBox();
     this.txt_Pass_R          = new System.Windows.Forms.TextBox();
     this.txt_user_R          = new System.Windows.Forms.TextBox();
     this.btn_Register        = new System.Windows.Forms.Button();
     this.label5              = new System.Windows.Forms.Label();
     this.bunifuSeparator7    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator8    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator5    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator6    = new Bunifu.Framework.UI.BunifuSeparator();
     this.panel1              = new System.Windows.Forms.Panel();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.label3              = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.lb_change_pass      = new System.Windows.Forms.Label();
     this.bunifuSeparator4    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator3    = new Bunifu.Framework.UI.BunifuSeparator();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.bunifuSeparator2    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator1    = new Bunifu.Framework.UI.BunifuSeparator();
     this.PanelTransition     = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnCreateAccount_1);
     this.PanelTransition.SetDecoration(this.groupBox1, BunifuAnimatorNS.DecorationType.None);
     this.groupBox1.Location = new System.Drawing.Point(346, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(213, 48);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bạn chưa có tài khoản?";
     //
     // btnCreateAccount_1
     //
     this.PanelTransition.SetDecoration(this.btnCreateAccount_1, BunifuAnimatorNS.DecorationType.None);
     this.btnCreateAccount_1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCreateAccount_1.Location  = new System.Drawing.Point(67, 16);
     this.btnCreateAccount_1.Name      = "btnCreateAccount_1";
     this.btnCreateAccount_1.Size      = new System.Drawing.Size(120, 24);
     this.btnCreateAccount_1.TabIndex  = 0;
     this.btnCreateAccount_1.Text      = "Tạo tài khoản mới";
     this.btnCreateAccount_1.Click    += new System.EventHandler(this.btnCreateAccount_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnCancel);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.btnChangePassword_1);
     this.groupBox2.Controls.Add(this.label1);
     this.PanelTransition.SetDecoration(this.groupBox2, BunifuAnimatorNS.DecorationType.None);
     this.groupBox2.Location = new System.Drawing.Point(346, 60);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(213, 157);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Bạn đã có tài khoản rồi?";
     //
     // chkInvisible
     //
     this.PanelTransition.SetDecoration(this.chkInvisible, BunifuAnimatorNS.DecorationType.None);
     this.chkInvisible.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkInvisible.Location  = new System.Drawing.Point(51, 245);
     this.chkInvisible.Name      = "chkInvisible";
     this.chkInvisible.Size      = new System.Drawing.Size(112, 16);
     this.chkInvisible.TabIndex  = 3;
     this.chkInvisible.Text      = "Đăng nhập ẩn";
     //
     // txtPassword
     //
     this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PanelTransition.SetDecoration(this.txtPassword, BunifuAnimatorNS.DecorationType.None);
     this.txtPassword.Font         = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Location     = new System.Drawing.Point(45, 212);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(210, 21);
     this.txtPassword.TabIndex     = 1;
     this.txtPassword.Text         = "123446";
     //
     // txtUsername
     //
     this.txtUsername.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PanelTransition.SetDecoration(this.txtUsername, BunifuAnimatorNS.DecorationType.None);
     this.txtUsername.Font      = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsername.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtUsername.Location  = new System.Drawing.Point(45, 164);
     this.txtUsername.Name      = "txtUsername";
     this.txtUsername.Size      = new System.Drawing.Size(211, 21);
     this.txtUsername.TabIndex  = 0;
     this.txtUsername.Text      = "Username";
     //
     // label2
     //
     this.PanelTransition.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.label2.Location = new System.Drawing.Point(29, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Mật khẩu :";
     //
     // label1
     //
     this.PanelTransition.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Tên tài khoản :";
     //
     // btnSignIn
     //
     this.PanelTransition.SetDecoration(this.btnSignIn, BunifuAnimatorNS.DecorationType.None);
     this.btnSignIn.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnSignIn.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnSignIn.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.btnSignIn.Location     = new System.Drawing.Point(50, 271);
     this.btnSignIn.Name         = "btnSignIn";
     this.btnSignIn.Size         = new System.Drawing.Size(206, 39);
     this.btnSignIn.TabIndex     = 0;
     this.btnSignIn.Text         = "Đăng Nhập";
     this.btnSignIn.Click       += new System.EventHandler(this.btnSignIn_Click);
     //
     // btnCancel
     //
     this.PanelTransition.SetDecoration(this.btnCancel, BunifuAnimatorNS.DecorationType.None);
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(90, 119);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(68, 24);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "Hủy";
     //
     // btnChangePassword_1
     //
     this.PanelTransition.SetDecoration(this.btnChangePassword_1, BunifuAnimatorNS.DecorationType.None);
     this.btnChangePassword_1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnChangePassword_1.Location  = new System.Drawing.Point(164, 119);
     this.btnChangePassword_1.Name      = "btnChangePassword_1";
     this.btnChangePassword_1.Size      = new System.Drawing.Size(112, 24);
     this.btnChangePassword_1.TabIndex  = 3;
     this.btnChangePassword_1.Text      = "Thay đổi mật khẩu";
     this.btnChangePassword_1.Click    += new System.EventHandler(this.btnChangePassword_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.panel2.Controls.Add(this.txt_DisName_R);
     this.panel2.Controls.Add(this.txtconfirm_R);
     this.panel2.Controls.Add(this.txt_Pass_R);
     this.panel2.Controls.Add(this.txt_user_R);
     this.panel2.Controls.Add(this.btn_Register);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.bunifuSeparator7);
     this.panel2.Controls.Add(this.bunifuSeparator8);
     this.panel2.Controls.Add(this.bunifuSeparator5);
     this.panel2.Controls.Add(this.bunifuSeparator6);
     this.PanelTransition.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(0, 448);
     this.panel2.TabIndex = 11;
     //
     // txt_DisName_R
     //
     this.txt_DisName_R.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.txt_DisName_R.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PanelTransition.SetDecoration(this.txt_DisName_R, BunifuAnimatorNS.DecorationType.None);
     this.txt_DisName_R.Font      = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_DisName_R.ForeColor = System.Drawing.Color.White;
     this.txt_DisName_R.Location  = new System.Drawing.Point(44, 274);
     this.txt_DisName_R.Multiline = true;
     this.txt_DisName_R.Name      = "txt_DisName_R";
     this.txt_DisName_R.Size      = new System.Drawing.Size(211, 20);
     this.txt_DisName_R.TabIndex  = 23;
     this.txt_DisName_R.Text      = "DisplayName";
     //
     // txtconfirm_R
     //
     this.txtconfirm_R.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.txtconfirm_R.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PanelTransition.SetDecoration(this.txtconfirm_R, BunifuAnimatorNS.DecorationType.None);
     this.txtconfirm_R.Font      = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtconfirm_R.ForeColor = System.Drawing.Color.White;
     this.txtconfirm_R.Location  = new System.Drawing.Point(44, 225);
     this.txtconfirm_R.Multiline = true;
     this.txtconfirm_R.Name      = "txtconfirm_R";
     this.txtconfirm_R.Size      = new System.Drawing.Size(211, 20);
     this.txtconfirm_R.TabIndex  = 22;
     this.txtconfirm_R.Text      = "Re - Password";
     //
     // txt_Pass_R
     //
     this.txt_Pass_R.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.txt_Pass_R.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PanelTransition.SetDecoration(this.txt_Pass_R, BunifuAnimatorNS.DecorationType.None);
     this.txt_Pass_R.Font      = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_Pass_R.ForeColor = System.Drawing.Color.White;
     this.txt_Pass_R.Location  = new System.Drawing.Point(44, 177);
     this.txt_Pass_R.Multiline = true;
     this.txt_Pass_R.Name      = "txt_Pass_R";
     this.txt_Pass_R.Size      = new System.Drawing.Size(211, 20);
     this.txt_Pass_R.TabIndex  = 21;
     this.txt_Pass_R.Text      = "Password";
     //
     // txt_user_R
     //
     this.txt_user_R.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.txt_user_R.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PanelTransition.SetDecoration(this.txt_user_R, BunifuAnimatorNS.DecorationType.None);
     this.txt_user_R.Font      = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_user_R.ForeColor = System.Drawing.Color.White;
     this.txt_user_R.Location  = new System.Drawing.Point(44, 128);
     this.txt_user_R.Multiline = true;
     this.txt_user_R.Name      = "txt_user_R";
     this.txt_user_R.Size      = new System.Drawing.Size(211, 20);
     this.txt_user_R.TabIndex  = 20;
     this.txt_user_R.Text      = "Username";
     //
     // btn_Register
     //
     this.btn_Register.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.btn_Register, BunifuAnimatorNS.DecorationType.None);
     this.btn_Register.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Register.Font      = new System.Drawing.Font("Sitka Banner", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Register.ForeColor = System.Drawing.Color.White;
     this.btn_Register.Location  = new System.Drawing.Point(46, 328);
     this.btn_Register.Name      = "btn_Register";
     this.btn_Register.Size      = new System.Drawing.Size(206, 42);
     this.btn_Register.TabIndex  = 10;
     this.btn_Register.Text      = "Register";
     this.btn_Register.UseVisualStyleBackColor = false;
     this.btn_Register.Click += new System.EventHandler(this.btn_Register_Click);
     //
     // label5
     //
     this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.label5, BunifuAnimatorNS.DecorationType.None);
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(45, 413);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(210, 23);
     this.label5.TabIndex  = 12;
     this.label5.Text      = "Login";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label5.Click    += new System.EventHandler(this.label5_Click);
     //
     // bunifuSeparator7
     //
     this.bunifuSeparator7.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator7, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator7.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuSeparator7.LineThickness = 2;
     this.bunifuSeparator7.Location      = new System.Drawing.Point(44, 300);
     this.bunifuSeparator7.Name          = "bunifuSeparator7";
     this.bunifuSeparator7.Size          = new System.Drawing.Size(210, 3);
     this.bunifuSeparator7.TabIndex      = 19;
     this.bunifuSeparator7.Transparency  = 255;
     this.bunifuSeparator7.Vertical      = false;
     //
     // bunifuSeparator8
     //
     this.bunifuSeparator8.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator8, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator8.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuSeparator8.LineThickness = 2;
     this.bunifuSeparator8.Location      = new System.Drawing.Point(44, 251);
     this.bunifuSeparator8.Name          = "bunifuSeparator8";
     this.bunifuSeparator8.Size          = new System.Drawing.Size(210, 3);
     this.bunifuSeparator8.TabIndex      = 17;
     this.bunifuSeparator8.Transparency  = 255;
     this.bunifuSeparator8.Vertical      = false;
     //
     // bunifuSeparator5
     //
     this.bunifuSeparator5.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator5.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuSeparator5.LineThickness = 2;
     this.bunifuSeparator5.Location      = new System.Drawing.Point(44, 203);
     this.bunifuSeparator5.Name          = "bunifuSeparator5";
     this.bunifuSeparator5.Size          = new System.Drawing.Size(210, 3);
     this.bunifuSeparator5.TabIndex      = 15;
     this.bunifuSeparator5.Transparency  = 255;
     this.bunifuSeparator5.Vertical      = false;
     //
     // bunifuSeparator6
     //
     this.bunifuSeparator6.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator6.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuSeparator6.LineThickness = 2;
     this.bunifuSeparator6.Location      = new System.Drawing.Point(45, 154);
     this.bunifuSeparator6.Name          = "bunifuSeparator6";
     this.bunifuSeparator6.Size          = new System.Drawing.Size(210, 3);
     this.bunifuSeparator6.TabIndex      = 13;
     this.bunifuSeparator6.Transparency  = 255;
     this.bunifuSeparator6.Vertical      = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.btnSignIn);
     this.panel1.Controls.Add(this.chkInvisible);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.txtPassword);
     this.panel1.Controls.Add(this.lb_change_pass);
     this.panel1.Controls.Add(this.bunifuSeparator4);
     this.panel1.Controls.Add(this.txtUsername);
     this.panel1.Controls.Add(this.bunifuSeparator3);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.bunifuSeparator2);
     this.panel1.Controls.Add(this.bunifuSeparator1);
     this.PanelTransition.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(300, 448);
     this.panel1.TabIndex = 12;
     //
     // pictureBox2
     //
     this.PanelTransition.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(3, 3);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(20, 20);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 16;
     this.pictureBox2.TabStop  = false;
     //
     // label3
     //
     this.label3.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.PanelTransition.SetDecoration(this.label3, BunifuAnimatorNS.DecorationType.None);
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.label3.Location  = new System.Drawing.Point(48, 413);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(210, 23);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "Register";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label3.Click    += new System.EventHandler(this.label3_Click);
     //
     // label6
     //
     this.label6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.label6, BunifuAnimatorNS.DecorationType.None);
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label6.ForeColor = System.Drawing.Color.DarkGray;
     this.label6.Location  = new System.Drawing.Point(99, 309);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(111, 23);
     this.label6.TabIndex  = 14;
     this.label6.Text      = "Forgot the password?";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lb_change_pass
     //
     this.lb_change_pass.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.PanelTransition.SetDecoration(this.lb_change_pass, BunifuAnimatorNS.DecorationType.None);
     this.lb_change_pass.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.lb_change_pass.ForeColor = System.Drawing.Color.DarkGray;
     this.lb_change_pass.Location  = new System.Drawing.Point(99, 388);
     this.lb_change_pass.Name      = "lb_change_pass";
     this.lb_change_pass.Size      = new System.Drawing.Size(123, 23);
     this.lb_change_pass.TabIndex  = 13;
     this.lb_change_pass.Text      = "Change the password...";
     this.lb_change_pass.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lb_change_pass.Click    += new System.EventHandler(this.lb_change_pass_Click);
     //
     // bunifuSeparator4
     //
     this.bunifuSeparator4.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator4.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.bunifuSeparator4.LineThickness = 2;
     this.bunifuSeparator4.Location      = new System.Drawing.Point(45, 235);
     this.bunifuSeparator4.Name          = "bunifuSeparator4";
     this.bunifuSeparator4.Size          = new System.Drawing.Size(210, 3);
     this.bunifuSeparator4.TabIndex      = 12;
     this.bunifuSeparator4.Transparency  = 100;
     this.bunifuSeparator4.Vertical      = false;
     //
     // bunifuSeparator3
     //
     this.bunifuSeparator3.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator3.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.bunifuSeparator3.LineThickness = 2;
     this.bunifuSeparator3.Location      = new System.Drawing.Point(45, 191);
     this.bunifuSeparator3.Name          = "bunifuSeparator3";
     this.bunifuSeparator3.Size          = new System.Drawing.Size(210, 3);
     this.bunifuSeparator3.TabIndex      = 11;
     this.bunifuSeparator3.Transparency  = 100;
     this.bunifuSeparator3.Vertical      = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.PanelTransition.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 32);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(294, 116);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop  = false;
     //
     // bunifuSeparator2
     //
     this.bunifuSeparator2.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator2.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.bunifuSeparator2.LineThickness = 1;
     this.bunifuSeparator2.Location      = new System.Drawing.Point(153, 2);
     this.bunifuSeparator2.Name          = "bunifuSeparator2";
     this.bunifuSeparator2.Size          = new System.Drawing.Size(105, 10);
     this.bunifuSeparator2.TabIndex      = 9;
     this.bunifuSeparator2.Transparency  = 255;
     this.bunifuSeparator2.Vertical      = false;
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.BackColor = System.Drawing.Color.Transparent;
     this.PanelTransition.SetDecoration(this.bunifuSeparator1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(239)))));
     this.bunifuSeparator1.LineThickness = 2;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(48, 3);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(105, 10);
     this.bunifuSeparator1.TabIndex      = 8;
     this.bunifuSeparator1.Transparency  = 255;
     this.bunifuSeparator1.Vertical      = false;
     //
     // PanelTransition
     //
     this.PanelTransition.AnimationType = BunifuAnimatorNS.AnimationType.VertSlide;
     this.PanelTransition.Cursor        = null;
     animation4.AnimateOnlyDifferences  = true;
     animation4.BlindCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff                  = 0F;
     animation4.MaxTime                    = 1F;
     animation4.MinTime                    = 0F;
     animation4.MosaicCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift                = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize                 = 0;
     animation4.Padding                    = new System.Windows.Forms.Padding(0);
     animation4.RotateCoeff                = 0F;
     animation4.RotateLimit                = 0F;
     animation4.ScaleCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff                  = 0F;
     animation4.TransparencyCoeff          = 0F;
     this.PanelTransition.DefaultAnimation = animation4;
     //
     // FormSignIn
     //
     this.AcceptButton      = this.btnSignIn;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(302, 448);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.PanelTransition.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormSignIn";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Đăng nhập";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.FormSignIn_Closing);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Example #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.btn_reg_patient      = new System.Windows.Forms.Button();
     this.btn_Info_Patient     = new System.Windows.Forms.Button();
     this.btn_checkout_Patient = new System.Windows.Forms.Button();
     this.btn_info_Rooms       = new System.Windows.Forms.Button();
     this.btn_add_new_username = new System.Windows.Forms.Button();
     this.btn_add_ward         = new System.Windows.Forms.Button();
     this.png_turn_off         = new System.Windows.Forms.PictureBox();
     this.png_logout           = new System.Windows.Forms.PictureBox();
     this.txt_logo             = new System.Windows.Forms.Label();
     this.png_logo             = new System.Windows.Forms.PictureBox();
     this.button1           = new System.Windows.Forms.Button();
     this.panel_Menu        = new System.Windows.Forms.Panel();
     this.txt_System_time   = new System.Windows.Forms.TextBox();
     this.panel12           = new System.Windows.Forms.Panel();
     this.panel13           = new System.Windows.Forms.Panel();
     this.panel11           = new System.Windows.Forms.Panel();
     this.panel10           = new System.Windows.Forms.Panel();
     this.panel9            = new System.Windows.Forms.Panel();
     this.panel8            = new System.Windows.Forms.Panel();
     this.panel000          = new System.Windows.Forms.Panel();
     this.Btn1              = new System.Windows.Forms.Button();
     this.panel1            = new System.Windows.Forms.Panel();
     this.Btn2              = new System.Windows.Forms.Button();
     this.Btn3              = new System.Windows.Forms.Button();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel3            = new System.Windows.Forms.Panel();
     this.Btn4              = new System.Windows.Forms.Button();
     this.Btn5              = new System.Windows.Forms.Button();
     this.panel4            = new System.Windows.Forms.Panel();
     this.Btn6              = new System.Windows.Forms.Button();
     this.panel5            = new System.Windows.Forms.Panel();
     this.Exit1             = new System.Windows.Forms.PictureBox();
     this.Exit5             = new System.Windows.Forms.PictureBox();
     this.Exit4             = new System.Windows.Forms.PictureBox();
     this.Exit3             = new System.Windows.Forms.PictureBox();
     this.Exit2             = new System.Windows.Forms.PictureBox();
     this.Exit6             = new System.Windows.Forms.PictureBox();
     this.panel6            = new System.Windows.Forms.Panel();
     this.timer_tick        = new System.Windows.Forms.Timer(this.components);
     this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.png_turn_off)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.png_logout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.png_logo)).BeginInit();
     this.panel_Menu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Exit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit6)).BeginInit();
     this.SuspendLayout();
     //
     // btn_reg_patient
     //
     this.btn_reg_patient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.bunifuTransition1.SetDecoration(this.btn_reg_patient, BunifuAnimatorNS.DecorationType.None);
     this.btn_reg_patient.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.btn_reg_patient.Font                    = new System.Drawing.Font("Nizar BBC Kurdish", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btn_reg_patient.ForeColor               = System.Drawing.Color.White;
     this.btn_reg_patient.ImageAlign              = System.Drawing.ContentAlignment.TopCenter;
     this.btn_reg_patient.Location                = new System.Drawing.Point(31, 88);
     this.btn_reg_patient.Name                    = "btn_reg_patient";
     this.btn_reg_patient.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btn_reg_patient.Size                    = new System.Drawing.Size(167, 46);
     this.btn_reg_patient.TabIndex                = 2;
     this.btn_reg_patient.Text                    = "تسجيل كشف جديد";
     this.btn_reg_patient.UseVisualStyleBackColor = false;
     this.btn_reg_patient.Click                  += new System.EventHandler(this.Btn_reg_patient_Click);
     this.btn_reg_patient.MouseLeave             += new System.EventHandler(this.Btn_reg_patient_MouseLeave);
     this.btn_reg_patient.MouseMove              += new System.Windows.Forms.MouseEventHandler(this.Btn_reg_patient_MouseMove);
     //
     // btn_Info_Patient
     //
     this.btn_Info_Patient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.bunifuTransition1.SetDecoration(this.btn_Info_Patient, BunifuAnimatorNS.DecorationType.None);
     this.btn_Info_Patient.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.btn_Info_Patient.Font                    = new System.Drawing.Font("Nizar BBC Kurdish", 13.4F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btn_Info_Patient.ForeColor               = System.Drawing.Color.White;
     this.btn_Info_Patient.Location                = new System.Drawing.Point(31, 147);
     this.btn_Info_Patient.Name                    = "btn_Info_Patient";
     this.btn_Info_Patient.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btn_Info_Patient.Size                    = new System.Drawing.Size(167, 53);
     this.btn_Info_Patient.TabIndex                = 3;
     this.btn_Info_Patient.Text                    = "معلومات عن المريض";
     this.btn_Info_Patient.UseVisualStyleBackColor = false;
     this.btn_Info_Patient.MouseMove              += new System.Windows.Forms.MouseEventHandler(this.Btn_Info_Patient_MouseMove);
     //
     // btn_checkout_Patient
     //
     this.btn_checkout_Patient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.bunifuTransition1.SetDecoration(this.btn_checkout_Patient, BunifuAnimatorNS.DecorationType.None);
     this.btn_checkout_Patient.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.btn_checkout_Patient.Font                    = new System.Drawing.Font("Nizar BBC Kurdish", 13.4F, System.Drawing.FontStyle.Bold);
     this.btn_checkout_Patient.ForeColor               = System.Drawing.Color.White;
     this.btn_checkout_Patient.Location                = new System.Drawing.Point(31, 223);
     this.btn_checkout_Patient.Name                    = "btn_checkout_Patient";
     this.btn_checkout_Patient.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btn_checkout_Patient.Size                    = new System.Drawing.Size(167, 52);
     this.btn_checkout_Patient.TabIndex                = 4;
     this.btn_checkout_Patient.Text                    = "تسجيل خروج المريض";
     this.btn_checkout_Patient.UseVisualStyleBackColor = false;
     //
     // btn_info_Rooms
     //
     this.btn_info_Rooms.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.bunifuTransition1.SetDecoration(this.btn_info_Rooms, BunifuAnimatorNS.DecorationType.None);
     this.btn_info_Rooms.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.btn_info_Rooms.Font                    = new System.Drawing.Font("Nizar BBC Kurdish", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btn_info_Rooms.ForeColor               = System.Drawing.Color.White;
     this.btn_info_Rooms.Location                = new System.Drawing.Point(31, 294);
     this.btn_info_Rooms.Name                    = "btn_info_Rooms";
     this.btn_info_Rooms.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btn_info_Rooms.Size                    = new System.Drawing.Size(167, 46);
     this.btn_info_Rooms.TabIndex                = 5;
     this.btn_info_Rooms.Text                    = "معلومات الغرف ";
     this.btn_info_Rooms.UseVisualStyleBackColor = false;
     //
     // btn_add_new_username
     //
     this.btn_add_new_username.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.btn_add_new_username.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.btn_add_new_username, BunifuAnimatorNS.DecorationType.None);
     this.btn_add_new_username.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add_new_username.Font                    = new System.Drawing.Font("Nizar BBC Kurdish", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btn_add_new_username.ForeColor               = System.Drawing.Color.White;
     this.btn_add_new_username.Location                = new System.Drawing.Point(31, 428);
     this.btn_add_new_username.Name                    = "btn_add_new_username";
     this.btn_add_new_username.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btn_add_new_username.Size                    = new System.Drawing.Size(167, 55);
     this.btn_add_new_username.TabIndex                = 7;
     this.btn_add_new_username.Text                    = "إضافه مستخدم جديد";
     this.btn_add_new_username.UseVisualStyleBackColor = false;
     //
     // btn_add_ward
     //
     this.btn_add_ward.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.bunifuTransition1.SetDecoration(this.btn_add_ward, BunifuAnimatorNS.DecorationType.None);
     this.btn_add_ward.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add_ward.Font                    = new System.Drawing.Font("Nizar BBC Kurdish", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btn_add_ward.ForeColor               = System.Drawing.Color.White;
     this.btn_add_ward.Location                = new System.Drawing.Point(31, 359);
     this.btn_add_ward.Name                    = "btn_add_ward";
     this.btn_add_ward.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btn_add_ward.Size                    = new System.Drawing.Size(167, 46);
     this.btn_add_ward.TabIndex                = 6;
     this.btn_add_ward.Text                    = "اضافه جناح جديد";
     this.btn_add_ward.UseVisualStyleBackColor = false;
     //
     // png_turn_off
     //
     this.png_turn_off.AccessibleDescription = "";
     this.png_turn_off.BackColor             = System.Drawing.SystemColors.ControlLightLight;
     this.png_turn_off.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.png_turn_off.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.png_turn_off, BunifuAnimatorNS.DecorationType.None);
     this.png_turn_off.Image    = ((System.Drawing.Image)(resources.GetObject("png_turn_off.Image")));
     this.png_turn_off.Location = new System.Drawing.Point(12, 12);
     this.png_turn_off.Name     = "png_turn_off";
     this.png_turn_off.Size     = new System.Drawing.Size(39, 42);
     this.png_turn_off.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.png_turn_off.TabIndex = 15;
     this.png_turn_off.TabStop  = false;
     this.png_turn_off.Click   += new System.EventHandler(this.Png_turn_off_Click);
     //
     // png_logout
     //
     this.png_logout.BackColor             = System.Drawing.SystemColors.ControlLightLight;
     this.png_logout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.png_logout.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.png_logout, BunifuAnimatorNS.DecorationType.None);
     this.png_logout.Image    = ((System.Drawing.Image)(resources.GetObject("png_logout.Image")));
     this.png_logout.Location = new System.Drawing.Point(57, 12);
     this.png_logout.Name     = "png_logout";
     this.png_logout.Size     = new System.Drawing.Size(39, 44);
     this.png_logout.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.png_logout.TabIndex = 15;
     this.png_logout.TabStop  = false;
     this.png_logout.Click   += new System.EventHandler(this.Png_logout_Click);
     //
     // txt_logo
     //
     this.txt_logo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(50)))));
     this.bunifuTransition1.SetDecoration(this.txt_logo, BunifuAnimatorNS.DecorationType.None);
     this.txt_logo.Font      = new System.Drawing.Font("Noon", 25F, System.Drawing.FontStyle.Bold);
     this.txt_logo.ForeColor = System.Drawing.Color.White;
     this.txt_logo.Location  = new System.Drawing.Point(71, 709);
     this.txt_logo.Name      = "txt_logo";
     this.txt_logo.Size      = new System.Drawing.Size(501, 63);
     this.txt_logo.TabIndex  = 13;
     this.txt_logo.Text      = "مستشفي الشهيد العظيم مارجرجس ";
     this.txt_logo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // png_logo
     //
     this.png_logo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(50)))));
     this.bunifuTransition1.SetDecoration(this.png_logo, BunifuAnimatorNS.DecorationType.None);
     this.png_logo.Image    = ((System.Drawing.Image)(resources.GetObject("png_logo.Image")));
     this.png_logo.Location = new System.Drawing.Point(-19, 709);
     this.png_logo.Name     = "png_logo";
     this.png_logo.Size     = new System.Drawing.Size(124, 63);
     this.png_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.png_logo.TabIndex = 14;
     this.png_logo.TabStop  = false;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.button1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.button1, BunifuAnimatorNS.DecorationType.None);
     this.button1.Font                    = new System.Drawing.Font("Shorooq_N1", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.button1.Location                = new System.Drawing.Point(58, 13);
     this.button1.Name                    = "button1";
     this.button1.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.button1.Size                    = new System.Drawing.Size(113, 57);
     this.button1.TabIndex                = 1;
     this.button1.Text                    = "القائمه";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click                  += new System.EventHandler(this.Button1_Click);
     //
     // panel_Menu
     //
     this.panel_Menu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.panel_Menu.Controls.Add(this.txt_System_time);
     this.panel_Menu.Controls.Add(this.panel12);
     this.panel_Menu.Controls.Add(this.panel13);
     this.panel_Menu.Controls.Add(this.panel11);
     this.panel_Menu.Controls.Add(this.panel10);
     this.panel_Menu.Controls.Add(this.panel9);
     this.panel_Menu.Controls.Add(this.panel8);
     this.panel_Menu.Controls.Add(this.button1);
     this.panel_Menu.Controls.Add(this.btn_add_new_username);
     this.panel_Menu.Controls.Add(this.btn_add_ward);
     this.panel_Menu.Controls.Add(this.btn_info_Rooms);
     this.panel_Menu.Controls.Add(this.btn_checkout_Patient);
     this.panel_Menu.Controls.Add(this.btn_Info_Patient);
     this.panel_Menu.Controls.Add(this.btn_reg_patient);
     this.bunifuTransition1.SetDecoration(this.panel_Menu, BunifuAnimatorNS.DecorationType.None);
     this.panel_Menu.Location = new System.Drawing.Point(1143, -1);
     this.panel_Menu.Name     = "panel_Menu";
     this.panel_Menu.Size     = new System.Drawing.Size(222, 773);
     this.panel_Menu.TabIndex = 19;
     //
     // txt_System_time
     //
     this.txt_System_time.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.txt_System_time.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuTransition1.SetDecoration(this.txt_System_time, BunifuAnimatorNS.DecorationType.None);
     this.txt_System_time.Enabled   = false;
     this.txt_System_time.Font      = new System.Drawing.Font("Noon", 12F, System.Drawing.FontStyle.Bold);
     this.txt_System_time.Location  = new System.Drawing.Point(0, 690);
     this.txt_System_time.Multiline = true;
     this.txt_System_time.Name      = "txt_System_time";
     this.txt_System_time.Size      = new System.Drawing.Size(222, 69);
     this.txt_System_time.TabIndex  = 36;
     this.txt_System_time.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txt_System_time.Visible   = false;
     //
     // panel12
     //
     this.panel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel12, BunifuAnimatorNS.DecorationType.None);
     this.panel12.Location = new System.Drawing.Point(188, 359);
     this.panel12.Name     = "panel12";
     this.panel12.Size     = new System.Drawing.Size(10, 46);
     this.panel12.TabIndex = 39;
     this.panel12.Visible  = false;
     //
     // panel13
     //
     this.panel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel13, BunifuAnimatorNS.DecorationType.None);
     this.panel13.Location = new System.Drawing.Point(188, 428);
     this.panel13.Name     = "panel13";
     this.panel13.Size     = new System.Drawing.Size(10, 55);
     this.panel13.TabIndex = 39;
     this.panel13.Visible  = false;
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel11, BunifuAnimatorNS.DecorationType.None);
     this.panel11.Location = new System.Drawing.Point(188, 294);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(10, 46);
     this.panel11.TabIndex = 39;
     this.panel11.Visible  = false;
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel10, BunifuAnimatorNS.DecorationType.None);
     this.panel10.Location = new System.Drawing.Point(188, 223);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(10, 53);
     this.panel10.TabIndex = 39;
     this.panel10.Visible  = false;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel9, BunifuAnimatorNS.DecorationType.None);
     this.panel9.Location = new System.Drawing.Point(188, 147);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(10, 53);
     this.panel9.TabIndex = 38;
     this.panel9.Visible  = false;
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel8, BunifuAnimatorNS.DecorationType.None);
     this.panel8.Location = new System.Drawing.Point(188, 88);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(10, 46);
     this.panel8.TabIndex = 37;
     this.panel8.Visible  = false;
     //
     // panel000
     //
     this.panel000.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.bunifuTransition1.SetDecoration(this.panel000, BunifuAnimatorNS.DecorationType.None);
     this.panel000.Location = new System.Drawing.Point(-4, -1);
     this.panel000.Name     = "panel000";
     this.panel000.Size     = new System.Drawing.Size(1219, 12);
     this.panel000.TabIndex = 0;
     //
     // Btn1
     //
     this.Btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Btn1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.Btn1, BunifuAnimatorNS.DecorationType.None);
     this.Btn1.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.Btn1.Font                    = new System.Drawing.Font("Shorooq_N1", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn1.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.Btn1.Location                = new System.Drawing.Point(1028, 10);
     this.Btn1.Name                    = "Btn1";
     this.Btn1.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.Btn1.Size                    = new System.Drawing.Size(115, 59);
     this.Btn1.TabIndex                = 8;
     this.Btn1.Text                    = "تسجيل بيانات المرضي";
     this.Btn1.UseVisualStyleBackColor = false;
     this.Btn1.Visible                 = false;
     this.Btn1.Click                  += new System.EventHandler(this.Btn1_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.panel1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(993, 11);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(36, 58);
     this.panel1.TabIndex = 21;
     this.panel1.Visible  = false;
     //
     // Btn2
     //
     this.Btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Btn2.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.Btn2, BunifuAnimatorNS.DecorationType.None);
     this.Btn2.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.Btn2.Font                    = new System.Drawing.Font("Shorooq_N1", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn2.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.Btn2.Location                = new System.Drawing.Point(878, 11);
     this.Btn2.Name                    = "Btn2";
     this.Btn2.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.Btn2.Size                    = new System.Drawing.Size(115, 59);
     this.Btn2.TabIndex                = 9;
     this.Btn2.Text                    = "معلومات عن المريض";
     this.Btn2.UseVisualStyleBackColor = false;
     this.Btn2.Visible                 = false;
     //
     // Btn3
     //
     this.Btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Btn3.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.Btn3, BunifuAnimatorNS.DecorationType.None);
     this.Btn3.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.Btn3.Font                    = new System.Drawing.Font("Shorooq_N1", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn3.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.Btn3.Location                = new System.Drawing.Point(729, 11);
     this.Btn3.Name                    = "Btn3";
     this.Btn3.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.Btn3.Size                    = new System.Drawing.Size(115, 59);
     this.Btn3.TabIndex                = 10;
     this.Btn3.Text                    = "تسجيل خروج المريض";
     this.Btn3.UseVisualStyleBackColor = false;
     this.Btn3.Visible                 = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.panel2.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Location = new System.Drawing.Point(843, 11);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(36, 58);
     this.panel2.TabIndex = 23;
     this.panel2.Visible  = false;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.panel3.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.panel3, BunifuAnimatorNS.DecorationType.None);
     this.panel3.Location = new System.Drawing.Point(694, 11);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(36, 58);
     this.panel3.TabIndex = 24;
     this.panel3.Visible  = false;
     //
     // Btn4
     //
     this.Btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Btn4.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.Btn4, BunifuAnimatorNS.DecorationType.None);
     this.Btn4.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.Btn4.Font                    = new System.Drawing.Font("Shorooq_N1", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn4.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.Btn4.Location                = new System.Drawing.Point(579, 11);
     this.Btn4.Name                    = "Btn4";
     this.Btn4.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.Btn4.Size                    = new System.Drawing.Size(115, 59);
     this.Btn4.TabIndex                = 11;
     this.Btn4.Text                    = "معلومات الغرف";
     this.Btn4.UseVisualStyleBackColor = false;
     this.Btn4.Visible                 = false;
     //
     // Btn5
     //
     this.Btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Btn5.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.Btn5, BunifuAnimatorNS.DecorationType.None);
     this.Btn5.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.Btn5.Font                    = new System.Drawing.Font("Shorooq_N1", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn5.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.Btn5.Location                = new System.Drawing.Point(429, 11);
     this.Btn5.Name                    = "Btn5";
     this.Btn5.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.Btn5.Size                    = new System.Drawing.Size(115, 59);
     this.Btn5.TabIndex                = 12;
     this.Btn5.Text                    = "   إضافه جناح جديد ";
     this.Btn5.UseVisualStyleBackColor = false;
     this.Btn5.Visible                 = false;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(55)))));
     this.panel4.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.panel4, BunifuAnimatorNS.DecorationType.None);
     this.panel4.Location = new System.Drawing.Point(543, 11);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(36, 58);
     this.panel4.TabIndex = 26;
     this.panel4.Visible  = false;
     //
     // Btn6
     //
     this.Btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Btn6.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.Btn6, BunifuAnimatorNS.DecorationType.None);
     this.Btn6.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.Btn6.Font                    = new System.Drawing.Font("Shorooq_N1", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btn6.ForeColor               = System.Drawing.Color.WhiteSmoke;
     this.Btn6.Location                = new System.Drawing.Point(280, 11);
     this.Btn6.Name                    = "Btn6";
     this.Btn6.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.Btn6.Size                    = new System.Drawing.Size(115, 59);
     this.Btn6.TabIndex                = 13;
     this.Btn6.Text                    = "   إضافه مستخدم جديد";
     this.Btn6.UseVisualStyleBackColor = false;
     this.Btn6.Visible                 = false;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(50)))));
     this.panel5.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.panel5, BunifuAnimatorNS.DecorationType.None);
     this.panel5.Location = new System.Drawing.Point(394, 11);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(36, 58);
     this.panel5.TabIndex = 28;
     this.panel5.Visible  = false;
     //
     // Exit1
     //
     this.Exit1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Exit1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.Exit1, BunifuAnimatorNS.DecorationType.None);
     this.Exit1.Image    = ((System.Drawing.Image)(resources.GetObject("Exit1.Image")));
     this.Exit1.Location = new System.Drawing.Point(1120, 14);
     this.Exit1.Name     = "Exit1";
     this.Exit1.Size     = new System.Drawing.Size(19, 20);
     this.Exit1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Exit1.TabIndex = 29;
     this.Exit1.TabStop  = false;
     this.Exit1.Visible  = false;
     this.Exit1.Click   += new System.EventHandler(this.Exit1_Click);
     //
     // Exit5
     //
     this.Exit5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Exit5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.Exit5, BunifuAnimatorNS.DecorationType.None);
     this.Exit5.Image    = ((System.Drawing.Image)(resources.GetObject("Exit5.Image")));
     this.Exit5.Location = new System.Drawing.Point(520, 15);
     this.Exit5.Name     = "Exit5";
     this.Exit5.Size     = new System.Drawing.Size(20, 19);
     this.Exit5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Exit5.TabIndex = 30;
     this.Exit5.TabStop  = false;
     this.Exit5.Visible  = false;
     //
     // Exit4
     //
     this.Exit4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Exit4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.Exit4, BunifuAnimatorNS.DecorationType.None);
     this.Exit4.Image    = ((System.Drawing.Image)(resources.GetObject("Exit4.Image")));
     this.Exit4.Location = new System.Drawing.Point(670, 15);
     this.Exit4.Name     = "Exit4";
     this.Exit4.Size     = new System.Drawing.Size(19, 20);
     this.Exit4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Exit4.TabIndex = 31;
     this.Exit4.TabStop  = false;
     this.Exit4.Visible  = false;
     //
     // Exit3
     //
     this.Exit3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Exit3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.Exit3, BunifuAnimatorNS.DecorationType.None);
     this.Exit3.Image    = ((System.Drawing.Image)(resources.GetObject("Exit3.Image")));
     this.Exit3.Location = new System.Drawing.Point(821, 15);
     this.Exit3.Name     = "Exit3";
     this.Exit3.Size     = new System.Drawing.Size(19, 20);
     this.Exit3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Exit3.TabIndex = 32;
     this.Exit3.TabStop  = false;
     this.Exit3.Visible  = false;
     //
     // Exit2
     //
     this.Exit2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Exit2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.Exit2, BunifuAnimatorNS.DecorationType.None);
     this.Exit2.Image    = ((System.Drawing.Image)(resources.GetObject("Exit2.Image")));
     this.Exit2.Location = new System.Drawing.Point(970, 15);
     this.Exit2.Name     = "Exit2";
     this.Exit2.Size     = new System.Drawing.Size(19, 20);
     this.Exit2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Exit2.TabIndex = 33;
     this.Exit2.TabStop  = false;
     this.Exit2.Visible  = false;
     //
     // Exit6
     //
     this.Exit6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
     this.Exit6.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.Exit6, BunifuAnimatorNS.DecorationType.None);
     this.Exit6.Image    = ((System.Drawing.Image)(resources.GetObject("Exit6.Image")));
     this.Exit6.Location = new System.Drawing.Point(372, 15);
     this.Exit6.Name     = "Exit6";
     this.Exit6.Size     = new System.Drawing.Size(19, 20);
     this.Exit6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Exit6.TabIndex = 34;
     this.Exit6.TabStop  = false;
     this.Exit6.Visible  = false;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(8)))), ((int)(((byte)(50)))));
     this.panel6.Cursor    = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.panel6, BunifuAnimatorNS.DecorationType.None);
     this.panel6.Location = new System.Drawing.Point(245, 11);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(36, 58);
     this.panel6.TabIndex = 35;
     this.panel6.Visible  = false;
     //
     // timer_tick
     //
     this.timer_tick.Enabled  = true;
     this.timer_tick.Interval = 1000;
     this.timer_tick.Tick    += new System.EventHandler(this.Timer_tick_Tick);
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.VertSlide;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 0F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 0;
     animation1.Padding                      = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 0F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     this.bunifuTransition1.Interval         = 6;
     this.bunifuTransition1.MaxAnimationTime = 100;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(1366, 770);
     this.Controls.Add(this.Exit1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.Exit6);
     this.Controls.Add(this.Exit2);
     this.Controls.Add(this.Exit3);
     this.Controls.Add(this.Exit4);
     this.Controls.Add(this.png_logout);
     this.Controls.Add(this.Exit5);
     this.Controls.Add(this.png_turn_off);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.Btn6);
     this.Controls.Add(this.Btn5);
     this.Controls.Add(this.Btn4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.Btn3);
     this.Controls.Add(this.Btn2);
     this.Controls.Add(this.Btn1);
     this.Controls.Add(this.png_logo);
     this.Controls.Add(this.txt_logo);
     this.Controls.Add(this.panel_Menu);
     this.Controls.Add(this.panel000);
     this.Controls.Add(this.panel1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle   = System.Windows.Forms.FormBorderStyle.None;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name              = "MainForm";
     this.RightToLeftLayout = true;
     this.StartPosition     = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text              = "مستشفي مارجرجس";
     this.WindowState       = System.Windows.Forms.FormWindowState.Maximized;
     this.Activated        += new System.EventHandler(this.MainForm_Activated);
     this.Load             += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.png_turn_off)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.png_logout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.png_logo)).EndInit();
     this.panel_Menu.ResumeLayout(false);
     this.panel_Menu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Exit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Exit6)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChinh));
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnBaocao           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnThongtinkhachsan = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnQuanlyhoadon     = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnQuanlydichvu     = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnQuanlynhanvien   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnQuanlyloaiphong  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnQuanlyphong      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnDatphong         = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel2              = new System.Windows.Forms.Panel();
     this.lblChucvu           = new System.Windows.Forms.Label();
     this.lblHoten            = new System.Windows.Forms.Label();
     this.picNhanvien         = new System.Windows.Forms.PictureBox();
     this.bunifuElipse1       = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuTransition1   = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.panel3              = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picNhanvien)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.panel1.Controls.Add(this.btnBaocao);
     this.panel1.Controls.Add(this.btnThongtinkhachsan);
     this.panel1.Controls.Add(this.btnQuanlyhoadon);
     this.panel1.Controls.Add(this.btnQuanlydichvu);
     this.panel1.Controls.Add(this.btnQuanlynhanvien);
     this.panel1.Controls.Add(this.btnQuanlyloaiphong);
     this.panel1.Controls.Add(this.btnQuanlyphong);
     this.panel1.Controls.Add(this.btnDatphong);
     this.panel1.Controls.Add(this.panel2);
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(351, 872);
     this.panel1.TabIndex = 0;
     //
     // btnBaocao
     //
     this.btnBaocao.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnBaocao.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnBaocao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnBaocao.BorderRadius          = 0;
     this.btnBaocao.ButtonText            = "Báo cáo thống kê";
     this.btnBaocao.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnBaocao, BunifuAnimatorNS.DecorationType.None);
     this.btnBaocao.DisabledColor            = System.Drawing.Color.Gray;
     this.btnBaocao.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnBaocao.Iconimage                = global::GUI.Properties.Resources.SEO_icon;
     this.btnBaocao.Iconimage_right          = null;
     this.btnBaocao.Iconimage_right_Selected = null;
     this.btnBaocao.Iconimage_Selected       = null;
     this.btnBaocao.IconMarginLeft           = 0;
     this.btnBaocao.IconMarginRight          = 0;
     this.btnBaocao.IconRightVisible         = true;
     this.btnBaocao.IconRightZoom            = 0D;
     this.btnBaocao.IconVisible              = true;
     this.btnBaocao.IconZoom         = 90D;
     this.btnBaocao.IsTab            = false;
     this.btnBaocao.Location         = new System.Drawing.Point(4, 572);
     this.btnBaocao.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnBaocao.Name             = "btnBaocao";
     this.btnBaocao.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnBaocao.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnBaocao.OnHoverTextColor = System.Drawing.Color.White;
     this.btnBaocao.selected         = false;
     this.btnBaocao.Size             = new System.Drawing.Size(335, 62);
     this.btnBaocao.TabIndex         = 1;
     this.btnBaocao.Text             = "Báo cáo thống kê";
     this.btnBaocao.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnBaocao.Textcolor        = System.Drawing.Color.White;
     this.btnBaocao.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // btnThongtinkhachsan
     //
     this.btnThongtinkhachsan.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnThongtinkhachsan.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnThongtinkhachsan.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnThongtinkhachsan.BorderRadius          = 0;
     this.btnThongtinkhachsan.ButtonText            = "About";
     this.btnThongtinkhachsan.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnThongtinkhachsan, BunifuAnimatorNS.DecorationType.None);
     this.btnThongtinkhachsan.DisabledColor            = System.Drawing.Color.Gray;
     this.btnThongtinkhachsan.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnThongtinkhachsan.Iconimage                = global::GUI.Properties.Resources.Button_Info_icon;
     this.btnThongtinkhachsan.Iconimage_right          = null;
     this.btnThongtinkhachsan.Iconimage_right_Selected = null;
     this.btnThongtinkhachsan.Iconimage_Selected       = null;
     this.btnThongtinkhachsan.IconMarginLeft           = 0;
     this.btnThongtinkhachsan.IconMarginRight          = 0;
     this.btnThongtinkhachsan.IconRightVisible         = true;
     this.btnThongtinkhachsan.IconRightZoom            = 0D;
     this.btnThongtinkhachsan.IconVisible              = true;
     this.btnThongtinkhachsan.IconZoom         = 90D;
     this.btnThongtinkhachsan.IsTab            = false;
     this.btnThongtinkhachsan.Location         = new System.Drawing.Point(4, 642);
     this.btnThongtinkhachsan.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnThongtinkhachsan.Name             = "btnThongtinkhachsan";
     this.btnThongtinkhachsan.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnThongtinkhachsan.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnThongtinkhachsan.OnHoverTextColor = System.Drawing.Color.White;
     this.btnThongtinkhachsan.selected         = false;
     this.btnThongtinkhachsan.Size             = new System.Drawing.Size(335, 62);
     this.btnThongtinkhachsan.TabIndex         = 1;
     this.btnThongtinkhachsan.Text             = "About";
     this.btnThongtinkhachsan.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnThongtinkhachsan.Textcolor        = System.Drawing.Color.White;
     this.btnThongtinkhachsan.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // btnQuanlyhoadon
     //
     this.btnQuanlyhoadon.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnQuanlyhoadon.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlyhoadon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnQuanlyhoadon.BorderRadius          = 0;
     this.btnQuanlyhoadon.ButtonText            = "Thanh toán";
     this.btnQuanlyhoadon.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnQuanlyhoadon, BunifuAnimatorNS.DecorationType.None);
     this.btnQuanlyhoadon.DisabledColor            = System.Drawing.Color.Gray;
     this.btnQuanlyhoadon.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnQuanlyhoadon.Iconimage                = global::GUI.Properties.Resources.Objects_Dollar_bill_icon;
     this.btnQuanlyhoadon.Iconimage_right          = null;
     this.btnQuanlyhoadon.Iconimage_right_Selected = null;
     this.btnQuanlyhoadon.Iconimage_Selected       = null;
     this.btnQuanlyhoadon.IconMarginLeft           = 0;
     this.btnQuanlyhoadon.IconMarginRight          = 0;
     this.btnQuanlyhoadon.IconRightVisible         = true;
     this.btnQuanlyhoadon.IconRightZoom            = 0D;
     this.btnQuanlyhoadon.IconVisible              = true;
     this.btnQuanlyhoadon.IconZoom         = 90D;
     this.btnQuanlyhoadon.IsTab            = false;
     this.btnQuanlyhoadon.Location         = new System.Drawing.Point(4, 502);
     this.btnQuanlyhoadon.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnQuanlyhoadon.Name             = "btnQuanlyhoadon";
     this.btnQuanlyhoadon.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlyhoadon.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnQuanlyhoadon.OnHoverTextColor = System.Drawing.Color.White;
     this.btnQuanlyhoadon.selected         = false;
     this.btnQuanlyhoadon.Size             = new System.Drawing.Size(335, 62);
     this.btnQuanlyhoadon.TabIndex         = 1;
     this.btnQuanlyhoadon.Text             = "Thanh toán";
     this.btnQuanlyhoadon.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnQuanlyhoadon.Textcolor        = System.Drawing.Color.White;
     this.btnQuanlyhoadon.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // btnQuanlydichvu
     //
     this.btnQuanlydichvu.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnQuanlydichvu.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlydichvu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnQuanlydichvu.BorderRadius          = 0;
     this.btnQuanlydichvu.ButtonText            = "Quản lý dịch vụ";
     this.btnQuanlydichvu.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnQuanlydichvu, BunifuAnimatorNS.DecorationType.None);
     this.btnQuanlydichvu.DisabledColor            = System.Drawing.Color.Gray;
     this.btnQuanlydichvu.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnQuanlydichvu.Iconimage                = global::GUI.Properties.Resources.customer_service_icon;
     this.btnQuanlydichvu.Iconimage_right          = null;
     this.btnQuanlydichvu.Iconimage_right_Selected = null;
     this.btnQuanlydichvu.Iconimage_Selected       = null;
     this.btnQuanlydichvu.IconMarginLeft           = 0;
     this.btnQuanlydichvu.IconMarginRight          = 0;
     this.btnQuanlydichvu.IconRightVisible         = true;
     this.btnQuanlydichvu.IconRightZoom            = 0D;
     this.btnQuanlydichvu.IconVisible              = true;
     this.btnQuanlydichvu.IconZoom         = 90D;
     this.btnQuanlydichvu.IsTab            = false;
     this.btnQuanlydichvu.Location         = new System.Drawing.Point(4, 432);
     this.btnQuanlydichvu.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnQuanlydichvu.Name             = "btnQuanlydichvu";
     this.btnQuanlydichvu.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlydichvu.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnQuanlydichvu.OnHoverTextColor = System.Drawing.Color.White;
     this.btnQuanlydichvu.selected         = false;
     this.btnQuanlydichvu.Size             = new System.Drawing.Size(335, 62);
     this.btnQuanlydichvu.TabIndex         = 1;
     this.btnQuanlydichvu.Text             = "Quản lý dịch vụ";
     this.btnQuanlydichvu.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnQuanlydichvu.Textcolor        = System.Drawing.Color.White;
     this.btnQuanlydichvu.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // btnQuanlynhanvien
     //
     this.btnQuanlynhanvien.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnQuanlynhanvien.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlynhanvien.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnQuanlynhanvien.BorderRadius          = 0;
     this.btnQuanlynhanvien.ButtonText            = "Quản lý nhân viên";
     this.btnQuanlynhanvien.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnQuanlynhanvien, BunifuAnimatorNS.DecorationType.None);
     this.btnQuanlynhanvien.DisabledColor            = System.Drawing.Color.Gray;
     this.btnQuanlynhanvien.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnQuanlynhanvien.Iconimage                = global::GUI.Properties.Resources.Preppy_icon;
     this.btnQuanlynhanvien.Iconimage_right          = null;
     this.btnQuanlynhanvien.Iconimage_right_Selected = null;
     this.btnQuanlynhanvien.Iconimage_Selected       = null;
     this.btnQuanlynhanvien.IconMarginLeft           = 0;
     this.btnQuanlynhanvien.IconMarginRight          = 0;
     this.btnQuanlynhanvien.IconRightVisible         = true;
     this.btnQuanlynhanvien.IconRightZoom            = 0D;
     this.btnQuanlynhanvien.IconVisible              = true;
     this.btnQuanlynhanvien.IconZoom         = 90D;
     this.btnQuanlynhanvien.IsTab            = false;
     this.btnQuanlynhanvien.Location         = new System.Drawing.Point(4, 362);
     this.btnQuanlynhanvien.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnQuanlynhanvien.Name             = "btnQuanlynhanvien";
     this.btnQuanlynhanvien.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlynhanvien.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnQuanlynhanvien.OnHoverTextColor = System.Drawing.Color.White;
     this.btnQuanlynhanvien.selected         = false;
     this.btnQuanlynhanvien.Size             = new System.Drawing.Size(335, 62);
     this.btnQuanlynhanvien.TabIndex         = 1;
     this.btnQuanlynhanvien.Text             = "Quản lý nhân viên";
     this.btnQuanlynhanvien.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnQuanlynhanvien.Textcolor        = System.Drawing.Color.White;
     this.btnQuanlynhanvien.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // btnQuanlyloaiphong
     //
     this.btnQuanlyloaiphong.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnQuanlyloaiphong.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlyloaiphong.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnQuanlyloaiphong.BorderRadius          = 0;
     this.btnQuanlyloaiphong.ButtonText            = "Quản lý loại phòng";
     this.btnQuanlyloaiphong.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnQuanlyloaiphong, BunifuAnimatorNS.DecorationType.None);
     this.btnQuanlyloaiphong.DisabledColor            = System.Drawing.Color.Gray;
     this.btnQuanlyloaiphong.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnQuanlyloaiphong.Iconimage                = global::GUI.Properties.Resources.hotel_finder_icon;
     this.btnQuanlyloaiphong.Iconimage_right          = null;
     this.btnQuanlyloaiphong.Iconimage_right_Selected = null;
     this.btnQuanlyloaiphong.Iconimage_Selected       = null;
     this.btnQuanlyloaiphong.IconMarginLeft           = 0;
     this.btnQuanlyloaiphong.IconMarginRight          = 0;
     this.btnQuanlyloaiphong.IconRightVisible         = true;
     this.btnQuanlyloaiphong.IconRightZoom            = 0D;
     this.btnQuanlyloaiphong.IconVisible              = true;
     this.btnQuanlyloaiphong.IconZoom         = 90D;
     this.btnQuanlyloaiphong.IsTab            = false;
     this.btnQuanlyloaiphong.Location         = new System.Drawing.Point(4, 292);
     this.btnQuanlyloaiphong.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnQuanlyloaiphong.Name             = "btnQuanlyloaiphong";
     this.btnQuanlyloaiphong.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlyloaiphong.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnQuanlyloaiphong.OnHoverTextColor = System.Drawing.Color.White;
     this.btnQuanlyloaiphong.selected         = false;
     this.btnQuanlyloaiphong.Size             = new System.Drawing.Size(335, 62);
     this.btnQuanlyloaiphong.TabIndex         = 1;
     this.btnQuanlyloaiphong.Text             = "Quản lý loại phòng";
     this.btnQuanlyloaiphong.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnQuanlyloaiphong.Textcolor        = System.Drawing.Color.White;
     this.btnQuanlyloaiphong.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // btnQuanlyphong
     //
     this.btnQuanlyphong.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnQuanlyphong.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlyphong.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnQuanlyphong.BorderRadius          = 0;
     this.btnQuanlyphong.ButtonText            = "Quản lý phòng";
     this.btnQuanlyphong.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnQuanlyphong, BunifuAnimatorNS.DecorationType.None);
     this.btnQuanlyphong.DisabledColor            = System.Drawing.Color.Gray;
     this.btnQuanlyphong.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnQuanlyphong.Iconimage                = global::GUI.Properties.Resources.icon_hotel_1;
     this.btnQuanlyphong.Iconimage_right          = null;
     this.btnQuanlyphong.Iconimage_right_Selected = null;
     this.btnQuanlyphong.Iconimage_Selected       = null;
     this.btnQuanlyphong.IconMarginLeft           = 0;
     this.btnQuanlyphong.IconMarginRight          = 0;
     this.btnQuanlyphong.IconRightVisible         = true;
     this.btnQuanlyphong.IconRightZoom            = 0D;
     this.btnQuanlyphong.IconVisible              = true;
     this.btnQuanlyphong.IconZoom         = 90D;
     this.btnQuanlyphong.IsTab            = false;
     this.btnQuanlyphong.Location         = new System.Drawing.Point(4, 222);
     this.btnQuanlyphong.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnQuanlyphong.Name             = "btnQuanlyphong";
     this.btnQuanlyphong.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnQuanlyphong.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnQuanlyphong.OnHoverTextColor = System.Drawing.Color.White;
     this.btnQuanlyphong.selected         = false;
     this.btnQuanlyphong.Size             = new System.Drawing.Size(335, 62);
     this.btnQuanlyphong.TabIndex         = 1;
     this.btnQuanlyphong.Text             = "Quản lý phòng";
     this.btnQuanlyphong.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnQuanlyphong.Textcolor        = System.Drawing.Color.White;
     this.btnQuanlyphong.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnQuanlyphong.Click           += new System.EventHandler(this.btnQuanlyphong_Click);
     //
     // btnDatphong
     //
     this.btnDatphong.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(50)))), ((int)(((byte)(70)))));
     this.btnDatphong.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnDatphong.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnDatphong.BorderRadius          = 0;
     this.btnDatphong.ButtonText            = "Quản lý đặt phòng";
     this.btnDatphong.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition1.SetDecoration(this.btnDatphong, BunifuAnimatorNS.DecorationType.None);
     this.btnDatphong.DisabledColor            = System.Drawing.Color.Gray;
     this.btnDatphong.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnDatphong.Iconimage                = global::GUI.Properties.Resources.icon_calender;
     this.btnDatphong.Iconimage_right          = null;
     this.btnDatphong.Iconimage_right_Selected = null;
     this.btnDatphong.Iconimage_Selected       = null;
     this.btnDatphong.IconMarginLeft           = 0;
     this.btnDatphong.IconMarginRight          = 0;
     this.btnDatphong.IconRightVisible         = true;
     this.btnDatphong.IconRightZoom            = 0D;
     this.btnDatphong.IconVisible              = true;
     this.btnDatphong.IconZoom         = 90D;
     this.btnDatphong.IsTab            = false;
     this.btnDatphong.Location         = new System.Drawing.Point(4, 152);
     this.btnDatphong.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnDatphong.Name             = "btnDatphong";
     this.btnDatphong.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnDatphong.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnDatphong.OnHoverTextColor = System.Drawing.Color.White;
     this.btnDatphong.selected         = false;
     this.btnDatphong.Size             = new System.Drawing.Size(335, 62);
     this.btnDatphong.TabIndex         = 1;
     this.btnDatphong.Text             = "Quản lý đặt phòng";
     this.btnDatphong.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDatphong.Textcolor        = System.Drawing.Color.White;
     this.btnDatphong.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDatphong.Click           += new System.EventHandler(this.btnDatphong_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SlateGray;
     this.panel2.Controls.Add(this.lblChucvu);
     this.panel2.Controls.Add(this.lblHoten);
     this.panel2.Controls.Add(this.picNhanvien);
     this.bunifuTransition1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(351, 135);
     this.panel2.TabIndex = 0;
     //
     // lblChucvu
     //
     this.lblChucvu.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.lblChucvu, BunifuAnimatorNS.DecorationType.None);
     this.lblChucvu.Font      = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChucvu.ForeColor = System.Drawing.Color.White;
     this.lblChucvu.Location  = new System.Drawing.Point(126, 61);
     this.lblChucvu.Name      = "lblChucvu";
     this.lblChucvu.Size      = new System.Drawing.Size(110, 26);
     this.lblChucvu.TabIndex  = 1;
     this.lblChucvu.Text      = "Nhân viên";
     //
     // lblHoten
     //
     this.lblHoten.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.lblHoten, BunifuAnimatorNS.DecorationType.None);
     this.lblHoten.Font      = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHoten.ForeColor = System.Drawing.Color.White;
     this.lblHoten.Location  = new System.Drawing.Point(114, 22);
     this.lblHoten.Name      = "lblHoten";
     this.lblHoten.Size      = new System.Drawing.Size(234, 26);
     this.lblHoten.TabIndex  = 1;
     this.lblHoten.Text      = "Nguyễn Thanh Nguyên";
     //
     // picNhanvien
     //
     this.picNhanvien.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuTransition1.SetDecoration(this.picNhanvien, BunifuAnimatorNS.DecorationType.None);
     this.picNhanvien.Location = new System.Drawing.Point(12, 12);
     this.picNhanvien.Name     = "picNhanvien";
     this.picNhanvien.Size     = new System.Drawing.Size(82, 75);
     this.picNhanvien.TabIndex = 0;
     this.picNhanvien.TabStop  = false;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 45;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.Scale;
     this.bunifuTransition1.Cursor        = null;
     animation1.AnimateOnlyDifferences    = true;
     animation1.BlindCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                    = 0F;
     animation1.MaxTime                      = 1F;
     animation1.MinTime                      = 0F;
     animation1.MosaicCoeff                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift                  = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                   = 0;
     animation1.Padding                      = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff                  = 0F;
     animation1.RotateLimit                  = 0F;
     animation1.ScaleCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                   = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                    = 0F;
     animation1.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation1;
     this.bunifuTransition1.MaxAnimationTime = 500;
     //
     // contextMenuStrip1
     //
     this.bunifuTransition1.SetDecoration(this.contextMenuStrip1, BunifuAnimatorNS.DecorationType.None);
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new System.Drawing.Size(61, 4);
     //
     // panel3
     //
     this.bunifuTransition1.SetDecoration(this.panel3, BunifuAnimatorNS.DecorationType.None);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(351, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1157, 872);
     this.panel3.TabIndex = 1;
     //
     // frmChinh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1508, 872);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmChinh";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmChinh";
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picNhanvien)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Giris));
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.timer2             = new System.Windows.Forms.Timer(this.components);
     this.bunifuTransition1  = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panel1             = new System.Windows.Forms.Panel();
     this.bunifuCustomLabel1 = new ns1.BunifuCustomLabel();
     this.bunifuProgressBar1 = new ns1.BunifuProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.bunifuTransition1.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(17, 62);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(516, 545);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Interval = 1;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.Particles;
     this.bunifuTransition1.Cursor        = null;
     animation2.AnimateOnlyDifferences    = true;
     animation2.LeafCoeff                    = 0F;
     animation2.MaxTime                      = 1F;
     animation2.MinTime                      = 0F;
     animation2.MosaicSize                   = 1;
     animation2.Padding                      = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation2.RotateCoeff                  = 0F;
     animation2.RotateLimit                  = 0F;
     animation2.TimeCoeff                    = 2F;
     animation2.TransparencyCoeff            = 0F;
     this.bunifuTransition1.DefaultAnimation = animation2;
     this.bunifuTransition1.Interval         = 40;
     this.bunifuTransition1.MaxAnimationTime = 25000;
     this.bunifuTransition1.TimeStep         = 0.003F;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.bunifuCustomLabel1);
     this.panel1.Controls.Add(this.bunifuProgressBar1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(129, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(546, 637);
     this.panel1.TabIndex = 2;
     this.panel1.Visible  = false;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Comic Sans MS", 23F);
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.LightSalmon;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(75, 5);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(398, 54);
     this.bunifuCustomLabel1.TabIndex  = 4;
     this.bunifuCustomLabel1.Text      = "Öğrenci Otomasyonu";
     //
     // bunifuProgressBar1
     //
     this.bunifuProgressBar1.BackColor    = System.Drawing.Color.Silver;
     this.bunifuProgressBar1.BorderRadius = 0;
     this.bunifuTransition1.SetDecoration(this.bunifuProgressBar1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuProgressBar1.Location      = new System.Drawing.Point(17, 614);
     this.bunifuProgressBar1.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.bunifuProgressBar1.MaximumValue  = 100;
     this.bunifuProgressBar1.Name          = "bunifuProgressBar1";
     this.bunifuProgressBar1.ProgressColor = System.Drawing.Color.Teal;
     this.bunifuProgressBar1.Size          = new System.Drawing.Size(516, 10);
     this.bunifuProgressBar1.TabIndex      = 1;
     this.bunifuProgressBar1.Value         = 0;
     //
     // Giris
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(813, 721);
     this.Controls.Add(this.panel1);
     this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Giris";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Giris";
     this.TransparencyKey = System.Drawing.Color.Black;
     this.Activated      += new System.EventHandler(this.Giris_Activated);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Giris_FormClosing);
     this.Load           += new System.EventHandler(this.Giris_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation3 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuInventario));
     BunifuAnimatorNS.Animation animation4 = new BunifuAnimatorNS.Animation();
     this.animacion1            = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.btn_Tienda            = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_Inventario        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.label5                = new System.Windows.Forms.Label();
     this.btn_Bodega            = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_IngresarProveedor = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_Hacerpedido       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btn_AgregarArticulo   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel_menu            = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.pictureBox2           = new System.Windows.Forms.PictureBox();
     this.menu1      = new System.Windows.Forms.Panel();
     this.atras      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.label1     = new System.Windows.Forms.Label();
     this.panelmenu2 = new System.Windows.Forms.PictureBox();
     this.panel2     = new System.Windows.Forms.Panel();
     this.animacion2 = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.curva      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panel_menu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.menu1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelmenu2)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // animacion1
     //
     this.animacion1.AnimationType     = BunifuAnimatorNS.AnimationType.Leaf;
     this.animacion1.Cursor            = null;
     animation3.AnimateOnlyDifferences = true;
     animation3.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff             = 1F;
     animation3.MaxTime               = 1F;
     animation3.MinTime               = 0F;
     animation3.MosaicCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift           = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize            = 0;
     animation3.Padding               = new System.Windows.Forms.Padding(0);
     animation3.RotateCoeff           = 0F;
     animation3.RotateLimit           = 0F;
     animation3.ScaleCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff             = 0F;
     animation3.TransparencyCoeff     = 0F;
     this.animacion1.DefaultAnimation = animation3;
     //
     // btn_Tienda
     //
     this.btn_Tienda.Activecolor           = System.Drawing.Color.Transparent;
     this.btn_Tienda.BackColor             = System.Drawing.Color.Transparent;
     this.btn_Tienda.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_Tienda.BorderRadius          = 0;
     this.btn_Tienda.ButtonText            = "Tienda";
     this.btn_Tienda.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.btn_Tienda, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.btn_Tienda, BunifuAnimatorNS.DecorationType.None);
     this.btn_Tienda.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_Tienda.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_Tienda.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btn_Tienda.Iconimage")));
     this.btn_Tienda.Iconimage_right          = null;
     this.btn_Tienda.Iconimage_right_Selected = null;
     this.btn_Tienda.Iconimage_Selected       = null;
     this.btn_Tienda.IconMarginLeft           = 0;
     this.btn_Tienda.IconMarginRight          = 0;
     this.btn_Tienda.IconRightVisible         = true;
     this.btn_Tienda.IconRightZoom            = 0D;
     this.btn_Tienda.IconVisible              = true;
     this.btn_Tienda.IconZoom         = 90D;
     this.btn_Tienda.IsTab            = false;
     this.btn_Tienda.Location         = new System.Drawing.Point(9, 401);
     this.btn_Tienda.Name             = "btn_Tienda";
     this.btn_Tienda.Normalcolor      = System.Drawing.Color.Transparent;
     this.btn_Tienda.OnHovercolor     = System.Drawing.Color.Transparent;
     this.btn_Tienda.OnHoverTextColor = System.Drawing.Color.White;
     this.btn_Tienda.selected         = false;
     this.btn_Tienda.Size             = new System.Drawing.Size(122, 45);
     this.btn_Tienda.TabIndex         = 13;
     this.btn_Tienda.Text             = "Tienda";
     this.btn_Tienda.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_Tienda.Textcolor        = System.Drawing.Color.Black;
     this.btn_Tienda.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Tienda.Click           += new System.EventHandler(this.btn_Tienda_Click);
     //
     // btn_Inventario
     //
     this.btn_Inventario.Activecolor           = System.Drawing.Color.Transparent;
     this.btn_Inventario.BackColor             = System.Drawing.Color.Transparent;
     this.btn_Inventario.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_Inventario.BorderRadius          = 0;
     this.btn_Inventario.ButtonText            = "Descarga Inventario";
     this.btn_Inventario.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.btn_Inventario, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.btn_Inventario, BunifuAnimatorNS.DecorationType.None);
     this.btn_Inventario.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_Inventario.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_Inventario.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btn_Inventario.Iconimage")));
     this.btn_Inventario.Iconimage_right          = null;
     this.btn_Inventario.Iconimage_right_Selected = null;
     this.btn_Inventario.Iconimage_Selected       = null;
     this.btn_Inventario.IconMarginLeft           = 0;
     this.btn_Inventario.IconMarginRight          = 0;
     this.btn_Inventario.IconRightVisible         = true;
     this.btn_Inventario.IconRightZoom            = 0D;
     this.btn_Inventario.IconVisible              = true;
     this.btn_Inventario.IconZoom         = 90D;
     this.btn_Inventario.IsTab            = false;
     this.btn_Inventario.Location         = new System.Drawing.Point(9, 327);
     this.btn_Inventario.Name             = "btn_Inventario";
     this.btn_Inventario.Normalcolor      = System.Drawing.Color.Transparent;
     this.btn_Inventario.OnHovercolor     = System.Drawing.Color.Transparent;
     this.btn_Inventario.OnHoverTextColor = System.Drawing.Color.White;
     this.btn_Inventario.selected         = false;
     this.btn_Inventario.Size             = new System.Drawing.Size(122, 45);
     this.btn_Inventario.TabIndex         = 12;
     this.btn_Inventario.Text             = "Descarga Inventario";
     this.btn_Inventario.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_Inventario.Textcolor        = System.Drawing.Color.Black;
     this.btn_Inventario.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Inventario.Click           += new System.EventHandler(this.btn_Inventario_Click);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.animacion1.SetDecoration(this.label5, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.label5, BunifuAnimatorNS.DecorationType.None);
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(56, 23);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(62, 16);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Proyecto";
     //
     // btn_Bodega
     //
     this.btn_Bodega.Activecolor           = System.Drawing.Color.Transparent;
     this.btn_Bodega.BackColor             = System.Drawing.Color.Transparent;
     this.btn_Bodega.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_Bodega.BorderRadius          = 0;
     this.btn_Bodega.ButtonText            = "Bodega";
     this.btn_Bodega.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.btn_Bodega, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.btn_Bodega, BunifuAnimatorNS.DecorationType.None);
     this.btn_Bodega.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_Bodega.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_Bodega.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btn_Bodega.Iconimage")));
     this.btn_Bodega.Iconimage_right          = null;
     this.btn_Bodega.Iconimage_right_Selected = null;
     this.btn_Bodega.Iconimage_Selected       = null;
     this.btn_Bodega.IconMarginLeft           = 0;
     this.btn_Bodega.IconMarginRight          = 0;
     this.btn_Bodega.IconRightVisible         = true;
     this.btn_Bodega.IconRightZoom            = 0D;
     this.btn_Bodega.IconVisible              = true;
     this.btn_Bodega.IconZoom         = 90D;
     this.btn_Bodega.IsTab            = false;
     this.btn_Bodega.Location         = new System.Drawing.Point(9, 253);
     this.btn_Bodega.Name             = "btn_Bodega";
     this.btn_Bodega.Normalcolor      = System.Drawing.Color.Transparent;
     this.btn_Bodega.OnHovercolor     = System.Drawing.Color.Transparent;
     this.btn_Bodega.OnHoverTextColor = System.Drawing.Color.White;
     this.btn_Bodega.selected         = false;
     this.btn_Bodega.Size             = new System.Drawing.Size(122, 45);
     this.btn_Bodega.TabIndex         = 10;
     this.btn_Bodega.Text             = "Bodega";
     this.btn_Bodega.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_Bodega.Textcolor        = System.Drawing.Color.Black;
     this.btn_Bodega.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Bodega.Click           += new System.EventHandler(this.btn_Bodega_Click);
     //
     // btn_IngresarProveedor
     //
     this.btn_IngresarProveedor.Activecolor           = System.Drawing.Color.Transparent;
     this.btn_IngresarProveedor.BackColor             = System.Drawing.Color.Transparent;
     this.btn_IngresarProveedor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_IngresarProveedor.BorderRadius          = 0;
     this.btn_IngresarProveedor.ButtonText            = "Ingresar proveedor";
     this.btn_IngresarProveedor.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.btn_IngresarProveedor, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.btn_IngresarProveedor, BunifuAnimatorNS.DecorationType.None);
     this.btn_IngresarProveedor.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_IngresarProveedor.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_IngresarProveedor.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btn_IngresarProveedor.Iconimage")));
     this.btn_IngresarProveedor.Iconimage_right          = null;
     this.btn_IngresarProveedor.Iconimage_right_Selected = null;
     this.btn_IngresarProveedor.Iconimage_Selected       = null;
     this.btn_IngresarProveedor.IconMarginLeft           = 0;
     this.btn_IngresarProveedor.IconMarginRight          = 0;
     this.btn_IngresarProveedor.IconRightVisible         = true;
     this.btn_IngresarProveedor.IconRightZoom            = 0D;
     this.btn_IngresarProveedor.IconVisible              = true;
     this.btn_IngresarProveedor.IconZoom         = 90D;
     this.btn_IngresarProveedor.IsTab            = false;
     this.btn_IngresarProveedor.Location         = new System.Drawing.Point(9, 183);
     this.btn_IngresarProveedor.Name             = "btn_IngresarProveedor";
     this.btn_IngresarProveedor.Normalcolor      = System.Drawing.Color.Transparent;
     this.btn_IngresarProveedor.OnHovercolor     = System.Drawing.Color.Transparent;
     this.btn_IngresarProveedor.OnHoverTextColor = System.Drawing.Color.White;
     this.btn_IngresarProveedor.selected         = false;
     this.btn_IngresarProveedor.Size             = new System.Drawing.Size(122, 45);
     this.btn_IngresarProveedor.TabIndex         = 8;
     this.btn_IngresarProveedor.Text             = "Ingresar proveedor";
     this.btn_IngresarProveedor.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_IngresarProveedor.Textcolor        = System.Drawing.Color.Black;
     this.btn_IngresarProveedor.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_IngresarProveedor.Click           += new System.EventHandler(this.btn_IngresarProveedor_Click);
     //
     // btn_Hacerpedido
     //
     this.btn_Hacerpedido.Activecolor           = System.Drawing.Color.Transparent;
     this.btn_Hacerpedido.BackColor             = System.Drawing.Color.Transparent;
     this.btn_Hacerpedido.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_Hacerpedido.BorderRadius          = 0;
     this.btn_Hacerpedido.ButtonText            = "Hacer pedido";
     this.btn_Hacerpedido.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.btn_Hacerpedido, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.btn_Hacerpedido, BunifuAnimatorNS.DecorationType.None);
     this.btn_Hacerpedido.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_Hacerpedido.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_Hacerpedido.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btn_Hacerpedido.Iconimage")));
     this.btn_Hacerpedido.Iconimage_right          = null;
     this.btn_Hacerpedido.Iconimage_right_Selected = null;
     this.btn_Hacerpedido.Iconimage_Selected       = null;
     this.btn_Hacerpedido.IconMarginLeft           = 0;
     this.btn_Hacerpedido.IconMarginRight          = 0;
     this.btn_Hacerpedido.IconRightVisible         = true;
     this.btn_Hacerpedido.IconRightZoom            = 0D;
     this.btn_Hacerpedido.IconVisible              = true;
     this.btn_Hacerpedido.IconZoom         = 90D;
     this.btn_Hacerpedido.IsTab            = false;
     this.btn_Hacerpedido.Location         = new System.Drawing.Point(9, 122);
     this.btn_Hacerpedido.Name             = "btn_Hacerpedido";
     this.btn_Hacerpedido.Normalcolor      = System.Drawing.Color.Transparent;
     this.btn_Hacerpedido.OnHovercolor     = System.Drawing.Color.Transparent;
     this.btn_Hacerpedido.OnHoverTextColor = System.Drawing.Color.White;
     this.btn_Hacerpedido.selected         = false;
     this.btn_Hacerpedido.Size             = new System.Drawing.Size(122, 45);
     this.btn_Hacerpedido.TabIndex         = 7;
     this.btn_Hacerpedido.Text             = "Hacer pedido";
     this.btn_Hacerpedido.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_Hacerpedido.Textcolor        = System.Drawing.Color.Black;
     this.btn_Hacerpedido.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Hacerpedido.Click           += new System.EventHandler(this.btn_Hacerpedido_Click);
     //
     // btn_AgregarArticulo
     //
     this.btn_AgregarArticulo.Activecolor           = System.Drawing.Color.Transparent;
     this.btn_AgregarArticulo.BackColor             = System.Drawing.Color.Transparent;
     this.btn_AgregarArticulo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_AgregarArticulo.BorderRadius          = 0;
     this.btn_AgregarArticulo.ButtonText            = "Agregar artículo";
     this.btn_AgregarArticulo.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.btn_AgregarArticulo, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.btn_AgregarArticulo, BunifuAnimatorNS.DecorationType.None);
     this.btn_AgregarArticulo.DisabledColor            = System.Drawing.Color.Gray;
     this.btn_AgregarArticulo.ForeColor                = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_AgregarArticulo.Iconcolor                = System.Drawing.Color.Transparent;
     this.btn_AgregarArticulo.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btn_AgregarArticulo.Iconimage")));
     this.btn_AgregarArticulo.Iconimage_right          = null;
     this.btn_AgregarArticulo.Iconimage_right_Selected = null;
     this.btn_AgregarArticulo.Iconimage_Selected       = null;
     this.btn_AgregarArticulo.IconMarginLeft           = 0;
     this.btn_AgregarArticulo.IconMarginRight          = 0;
     this.btn_AgregarArticulo.IconRightVisible         = true;
     this.btn_AgregarArticulo.IconRightZoom            = 0D;
     this.btn_AgregarArticulo.IconVisible              = true;
     this.btn_AgregarArticulo.IconZoom         = 90D;
     this.btn_AgregarArticulo.IsTab            = false;
     this.btn_AgregarArticulo.Location         = new System.Drawing.Point(3, 58);
     this.btn_AgregarArticulo.Name             = "btn_AgregarArticulo";
     this.btn_AgregarArticulo.Normalcolor      = System.Drawing.Color.Transparent;
     this.btn_AgregarArticulo.OnHovercolor     = System.Drawing.Color.Transparent;
     this.btn_AgregarArticulo.OnHoverTextColor = System.Drawing.Color.Transparent;
     this.btn_AgregarArticulo.selected         = false;
     this.btn_AgregarArticulo.Size             = new System.Drawing.Size(122, 58);
     this.btn_AgregarArticulo.TabIndex         = 5;
     this.btn_AgregarArticulo.Text             = "Agregar artículo";
     this.btn_AgregarArticulo.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_AgregarArticulo.Textcolor        = System.Drawing.Color.Black;
     this.btn_AgregarArticulo.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_AgregarArticulo.Click           += new System.EventHandler(this.btn_AgregarArticulo_Click);
     //
     // panel_menu
     //
     this.panel_menu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.panel_menu.BackColor             = System.Drawing.Color.MidnightBlue;
     this.panel_menu.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel_menu.BackgroundImage")));
     this.panel_menu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel_menu.Controls.Add(this.btn_Tienda);
     this.panel_menu.Controls.Add(this.btn_Inventario);
     this.panel_menu.Controls.Add(this.label5);
     this.panel_menu.Controls.Add(this.btn_Bodega);
     this.panel_menu.Controls.Add(this.btn_IngresarProveedor);
     this.panel_menu.Controls.Add(this.pictureBox2);
     this.panel_menu.Controls.Add(this.btn_Hacerpedido);
     this.panel_menu.Controls.Add(this.btn_AgregarArticulo);
     this.animacion2.SetDecoration(this.panel_menu, BunifuAnimatorNS.DecorationType.None);
     this.animacion1.SetDecoration(this.panel_menu, BunifuAnimatorNS.DecorationType.None);
     this.panel_menu.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.panel_menu.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.panel_menu.GradientTopLeft     = System.Drawing.Color.DodgerBlue;
     this.panel_menu.GradientTopRight    = System.Drawing.Color.White;
     this.panel_menu.Location            = new System.Drawing.Point(0, 0);
     this.panel_menu.Name     = "panel_menu";
     this.panel_menu.Quality  = 10;
     this.panel_menu.Size     = new System.Drawing.Size(134, 474);
     this.panel_menu.TabIndex = 36;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.animacion1.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(9, 3);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(41, 49);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 4;
     this.pictureBox2.TabStop  = false;
     //
     // menu1
     //
     this.menu1.BackColor = System.Drawing.Color.DodgerBlue;
     this.menu1.Controls.Add(this.atras);
     this.menu1.Controls.Add(this.label1);
     this.menu1.Controls.Add(this.panelmenu2);
     this.animacion2.SetDecoration(this.menu1, BunifuAnimatorNS.DecorationType.None);
     this.animacion1.SetDecoration(this.menu1, BunifuAnimatorNS.DecorationType.None);
     this.menu1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.menu1.Location = new System.Drawing.Point(0, 0);
     this.menu1.Name     = "menu1";
     this.menu1.Size     = new System.Drawing.Size(858, 45);
     this.menu1.TabIndex = 37;
     //
     // atras
     //
     this.atras.Activecolor           = System.Drawing.Color.White;
     this.atras.BackColor             = System.Drawing.Color.Transparent;
     this.atras.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.atras.BorderRadius          = 1;
     this.atras.ButtonText            = "";
     this.atras.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacion1.SetDecoration(this.atras, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.atras, BunifuAnimatorNS.DecorationType.None);
     this.atras.DisabledColor            = System.Drawing.Color.Gray;
     this.atras.Iconcolor                = System.Drawing.Color.Transparent;
     this.atras.Iconimage                = ((System.Drawing.Image)(resources.GetObject("atras.Iconimage")));
     this.atras.Iconimage_right          = null;
     this.atras.Iconimage_right_Selected = null;
     this.atras.Iconimage_Selected       = null;
     this.atras.IconMarginLeft           = 0;
     this.atras.IconMarginRight          = 0;
     this.atras.IconRightVisible         = true;
     this.atras.IconRightZoom            = 0D;
     this.atras.IconVisible              = true;
     this.atras.IconZoom         = 75D;
     this.atras.IsTab            = false;
     this.atras.Location         = new System.Drawing.Point(799, 5);
     this.atras.Name             = "atras";
     this.atras.Normalcolor      = System.Drawing.Color.Transparent;
     this.atras.OnHovercolor     = System.Drawing.Color.Transparent;
     this.atras.OnHoverTextColor = System.Drawing.Color.White;
     this.atras.selected         = false;
     this.atras.Size             = new System.Drawing.Size(37, 37);
     this.atras.TabIndex         = 5;
     this.atras.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.atras.Textcolor        = System.Drawing.Color.White;
     this.atras.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.atras.Click           += new System.EventHandler(this.atras_Click_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animacion1.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("MV Boli", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.label1.Location  = new System.Drawing.Point(405, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(125, 31);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Inventario";
     //
     // panelmenu2
     //
     this.animacion1.SetDecoration(this.panelmenu2, BunifuAnimatorNS.DecorationType.None);
     this.animacion2.SetDecoration(this.panelmenu2, BunifuAnimatorNS.DecorationType.None);
     this.panelmenu2.Image    = ((System.Drawing.Image)(resources.GetObject("panelmenu2.Image")));
     this.panelmenu2.Location = new System.Drawing.Point(33, 13);
     this.panelmenu2.Name     = "panelmenu2";
     this.panelmenu2.Size     = new System.Drawing.Size(23, 20);
     this.panelmenu2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.panelmenu2.TabIndex = 1;
     this.panelmenu2.TabStop  = false;
     this.panelmenu2.Click   += new System.EventHandler(this.panelmenu2_Click_1);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.DodgerBlue;
     this.panel2.Controls.Add(this.panel_menu);
     this.animacion2.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.animacion1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 45);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(141, 480);
     this.panel2.TabIndex = 38;
     //
     // animacion2
     //
     this.animacion2.AnimationType     = BunifuAnimatorNS.AnimationType.Leaf;
     this.animacion2.Cursor            = null;
     animation4.AnimateOnlyDifferences = true;
     animation4.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff             = 1F;
     animation4.MaxTime               = 1F;
     animation4.MinTime               = 0F;
     animation4.MosaicCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift           = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize            = 0;
     animation4.Padding               = new System.Windows.Forms.Padding(0);
     animation4.RotateCoeff           = 0F;
     animation4.RotateLimit           = 0F;
     animation4.ScaleCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff             = 0F;
     animation4.TransparencyCoeff     = 0F;
     this.animacion2.DefaultAnimation = animation4;
     //
     // curva
     //
     this.curva.ElipseRadius  = 5;
     this.curva.TargetControl = this;
     //
     // MenuInventario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.ClientSize          = new System.Drawing.Size(858, 525);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.menu1);
     this.animacion2.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.animacion1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.Name            = "MenuInventario";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Inventario";
     this.panel_menu.ResumeLayout(false);
     this.panel_menu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.menu1.ResumeLayout(false);
     this.menu1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelmenu2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation4 = new BunifuAnimatorNS.Animation();
     BunifuAnimatorNS.Animation animation3 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.bunifuElipse1    = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.header           = new System.Windows.Forms.Panel();
     this.bib_cerrar       = new Bunifu.Framework.UI.BunifuImageButton();
     this.panel_izquierdo  = new System.Windows.Forms.Panel();
     this.bfb_contact      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bib_menu         = new Bunifu.Framework.UI.BunifuImageButton();
     this.pictureBox1_logo = new System.Windows.Forms.PictureBox();
     this.label1           = new System.Windows.Forms.Label();
     this.f2 = new System.Windows.Forms.Panel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bfb_home           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bfb_service        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bfb_comunity       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bfn_blog           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.PanelTransicion    = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.LogoTransicion     = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.header.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bib_cerrar)).BeginInit();
     this.panel_izquierdo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bib_menu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1_logo)).BeginInit();
     this.f2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // header
     //
     this.header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.header.Controls.Add(this.label2);
     this.header.Controls.Add(this.bib_cerrar);
     this.LogoTransicion.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.header.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header.Location = new System.Drawing.Point(0, 0);
     this.header.Name     = "header";
     this.header.Size     = new System.Drawing.Size(765, 60);
     this.header.TabIndex = 0;
     //
     // bib_cerrar
     //
     this.bib_cerrar.BackColor = System.Drawing.Color.SeaGreen;
     this.LogoTransicion.SetDecoration(this.bib_cerrar, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bib_cerrar, BunifuAnimatorNS.DecorationType.None);
     this.bib_cerrar.Image       = ((System.Drawing.Image)(resources.GetObject("bib_cerrar.Image")));
     this.bib_cerrar.ImageActive = null;
     this.bib_cerrar.Location    = new System.Drawing.Point(709, 12);
     this.bib_cerrar.Name        = "bib_cerrar";
     this.bib_cerrar.Size        = new System.Drawing.Size(44, 37);
     this.bib_cerrar.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bib_cerrar.TabIndex    = 0;
     this.bib_cerrar.TabStop     = false;
     this.bib_cerrar.Zoom        = 10;
     this.bib_cerrar.Click      += new System.EventHandler(this.bib_cerrar_Click);
     //
     // panel_izquierdo
     //
     this.panel_izquierdo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.panel_izquierdo.Controls.Add(this.bfn_blog);
     this.panel_izquierdo.Controls.Add(this.bfb_comunity);
     this.panel_izquierdo.Controls.Add(this.bfb_service);
     this.panel_izquierdo.Controls.Add(this.bfb_home);
     this.panel_izquierdo.Controls.Add(this.bfb_contact);
     this.panel_izquierdo.Controls.Add(this.bib_menu);
     this.panel_izquierdo.Controls.Add(this.pictureBox1_logo);
     this.panel_izquierdo.Controls.Add(this.label1);
     this.LogoTransicion.SetDecoration(this.panel_izquierdo, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.panel_izquierdo, BunifuAnimatorNS.DecorationType.None);
     this.panel_izquierdo.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel_izquierdo.Location = new System.Drawing.Point(0, 60);
     this.panel_izquierdo.Name     = "panel_izquierdo";
     this.panel_izquierdo.Size     = new System.Drawing.Size(282, 380);
     this.panel_izquierdo.TabIndex = 1;
     //
     // bfb_contact
     //
     this.bfb_contact.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bfb_contact.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bfb_contact.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bfb_contact.BorderRadius          = 0;
     this.bfb_contact.ButtonText            = "Contactar";
     this.bfb_contact.Cursor = System.Windows.Forms.Cursors.Hand;
     this.LogoTransicion.SetDecoration(this.bfb_contact, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bfb_contact, BunifuAnimatorNS.DecorationType.None);
     this.bfb_contact.DisabledColor            = System.Drawing.Color.Gray;
     this.bfb_contact.Iconcolor                = System.Drawing.Color.Transparent;
     this.bfb_contact.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bfb_contact.Iconimage")));
     this.bfb_contact.Iconimage_right          = null;
     this.bfb_contact.Iconimage_right_Selected = null;
     this.bfb_contact.Iconimage_Selected       = null;
     this.bfb_contact.IconMarginLeft           = 0;
     this.bfb_contact.IconMarginRight          = 0;
     this.bfb_contact.IconRightVisible         = true;
     this.bfb_contact.IconRightZoom            = 0D;
     this.bfb_contact.IconVisible              = true;
     this.bfb_contact.IconZoom         = 90D;
     this.bfb_contact.IsTab            = false;
     this.bfb_contact.Location         = new System.Drawing.Point(0, 95);
     this.bfb_contact.Name             = "bfb_contact";
     this.bfb_contact.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bfb_contact.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_contact.OnHoverTextColor = System.Drawing.Color.White;
     this.bfb_contact.selected         = false;
     this.bfb_contact.Size             = new System.Drawing.Size(282, 48);
     this.bfb_contact.TabIndex         = 3;
     this.bfb_contact.Text             = "Contactar";
     this.bfb_contact.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bfb_contact.Textcolor        = System.Drawing.Color.White;
     this.bfb_contact.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_contact.Click           += new System.EventHandler(this.bfb_contact_Click);
     //
     // bib_menu
     //
     this.bib_menu.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bib_menu.BackColor = System.Drawing.Color.SeaGreen;
     this.bib_menu.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.LogoTransicion.SetDecoration(this.bib_menu, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bib_menu, BunifuAnimatorNS.DecorationType.None);
     this.bib_menu.Image       = ((System.Drawing.Image)(resources.GetObject("bib_menu.Image")));
     this.bib_menu.ImageActive = null;
     this.bib_menu.Location    = new System.Drawing.Point(227, 36);
     this.bib_menu.Name        = "bib_menu";
     this.bib_menu.Size        = new System.Drawing.Size(55, 37);
     this.bib_menu.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.bib_menu.TabIndex    = 2;
     this.bib_menu.TabStop     = false;
     this.bib_menu.Zoom        = 10;
     this.bib_menu.Click      += new System.EventHandler(this.bib_menu_Click);
     //
     // pictureBox1_logo
     //
     this.PanelTransicion.SetDecoration(this.pictureBox1_logo, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this.pictureBox1_logo, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1_logo.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1_logo.Image")));
     this.pictureBox1_logo.Location = new System.Drawing.Point(8, 36);
     this.pictureBox1_logo.Name     = "pictureBox1_logo";
     this.pictureBox1_logo.Size     = new System.Drawing.Size(63, 37);
     this.pictureBox1_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1_logo.TabIndex = 1;
     this.pictureBox1_logo.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.PanelTransicion.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(73, 52);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(139, 19);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "SARAH SOLUTION";
     //
     // f2
     //
     this.f2.BackColor = System.Drawing.Color.Navy;
     this.f2.Controls.Add(this.pictureBox1);
     this.f2.Controls.Add(this.label4);
     this.f2.Controls.Add(this.label3);
     this.LogoTransicion.SetDecoration(this.f2, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.f2, BunifuAnimatorNS.DecorationType.None);
     this.f2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.f2.Location = new System.Drawing.Point(282, 60);
     this.f2.Name     = "f2";
     this.f2.Size     = new System.Drawing.Size(483, 380);
     this.f2.TabIndex = 2;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.header;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bfb_home
     //
     this.bfb_home.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.bfb_home.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_home.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bfb_home.BorderRadius          = 0;
     this.bfb_home.ButtonText            = "Home";
     this.bfb_home.Cursor = System.Windows.Forms.Cursors.Hand;
     this.LogoTransicion.SetDecoration(this.bfb_home, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bfb_home, BunifuAnimatorNS.DecorationType.None);
     this.bfb_home.DisabledColor            = System.Drawing.Color.Gray;
     this.bfb_home.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_home.Iconcolor                = System.Drawing.Color.Transparent;
     this.bfb_home.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bfb_home.Iconimage")));
     this.bfb_home.Iconimage_right          = null;
     this.bfb_home.Iconimage_right_Selected = null;
     this.bfb_home.Iconimage_Selected       = null;
     this.bfb_home.IconMarginLeft           = 0;
     this.bfb_home.IconMarginRight          = 0;
     this.bfb_home.IconRightVisible         = true;
     this.bfb_home.IconRightZoom            = 0D;
     this.bfb_home.IconVisible              = true;
     this.bfb_home.IconZoom                 = 90D;
     this.bfb_home.IsTab                    = false;
     this.bfb_home.Location                 = new System.Drawing.Point(0, 141);
     this.bfb_home.Margin                   = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.bfb_home.Name                     = "bfb_home";
     this.bfb_home.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_home.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bfb_home.OnHoverTextColor         = System.Drawing.Color.White;
     this.bfb_home.selected                 = false;
     this.bfb_home.Size                     = new System.Drawing.Size(282, 48);
     this.bfb_home.TabIndex                 = 4;
     this.bfb_home.Text                     = "Home";
     this.bfb_home.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bfb_home.Textcolor                = System.Drawing.Color.White;
     this.bfb_home.TextFont                 = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_home.Click                   += new System.EventHandler(this.bfb_home_Click);
     //
     // bfb_service
     //
     this.bfb_service.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bfb_service.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_service.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bfb_service.BorderRadius          = 0;
     this.bfb_service.ButtonText            = "Servicios";
     this.bfb_service.Cursor = System.Windows.Forms.Cursors.Hand;
     this.LogoTransicion.SetDecoration(this.bfb_service, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bfb_service, BunifuAnimatorNS.DecorationType.None);
     this.bfb_service.DisabledColor            = System.Drawing.Color.Gray;
     this.bfb_service.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_service.Iconcolor                = System.Drawing.Color.Transparent;
     this.bfb_service.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bfb_service.Iconimage")));
     this.bfb_service.Iconimage_right          = null;
     this.bfb_service.Iconimage_right_Selected = null;
     this.bfb_service.Iconimage_Selected       = null;
     this.bfb_service.IconMarginLeft           = 0;
     this.bfb_service.IconMarginRight          = 0;
     this.bfb_service.IconRightVisible         = true;
     this.bfb_service.IconRightZoom            = 0D;
     this.bfb_service.IconVisible              = true;
     this.bfb_service.IconZoom                 = 90D;
     this.bfb_service.IsTab                    = false;
     this.bfb_service.Location                 = new System.Drawing.Point(0, 188);
     this.bfb_service.Margin                   = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.bfb_service.Name                     = "bfb_service";
     this.bfb_service.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_service.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bfb_service.OnHoverTextColor         = System.Drawing.Color.White;
     this.bfb_service.selected                 = false;
     this.bfb_service.Size                     = new System.Drawing.Size(282, 48);
     this.bfb_service.TabIndex                 = 5;
     this.bfb_service.Text                     = "Servicios";
     this.bfb_service.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bfb_service.Textcolor                = System.Drawing.Color.White;
     this.bfb_service.TextFont                 = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_service.Click                   += new System.EventHandler(this.bft_service_Click);
     //
     // bfb_comunity
     //
     this.bfb_comunity.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bfb_comunity.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_comunity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bfb_comunity.BorderRadius          = 0;
     this.bfb_comunity.ButtonText            = "Comunidad";
     this.bfb_comunity.Cursor = System.Windows.Forms.Cursors.Hand;
     this.LogoTransicion.SetDecoration(this.bfb_comunity, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bfb_comunity, BunifuAnimatorNS.DecorationType.None);
     this.bfb_comunity.DisabledColor            = System.Drawing.Color.Gray;
     this.bfb_comunity.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_comunity.Iconcolor                = System.Drawing.Color.Transparent;
     this.bfb_comunity.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bfb_comunity.Iconimage")));
     this.bfb_comunity.Iconimage_right          = null;
     this.bfb_comunity.Iconimage_right_Selected = null;
     this.bfb_comunity.Iconimage_Selected       = null;
     this.bfb_comunity.IconMarginLeft           = 0;
     this.bfb_comunity.IconMarginRight          = 0;
     this.bfb_comunity.IconRightVisible         = true;
     this.bfb_comunity.IconRightZoom            = 0D;
     this.bfb_comunity.IconVisible              = true;
     this.bfb_comunity.IconZoom                 = 90D;
     this.bfb_comunity.IsTab                    = false;
     this.bfb_comunity.Location                 = new System.Drawing.Point(0, 235);
     this.bfb_comunity.Margin                   = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.bfb_comunity.Name                     = "bfb_comunity";
     this.bfb_comunity.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfb_comunity.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bfb_comunity.OnHoverTextColor         = System.Drawing.Color.White;
     this.bfb_comunity.selected                 = false;
     this.bfb_comunity.Size                     = new System.Drawing.Size(282, 48);
     this.bfb_comunity.TabIndex                 = 6;
     this.bfb_comunity.Text                     = "Comunidad";
     this.bfb_comunity.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bfb_comunity.Textcolor                = System.Drawing.Color.White;
     this.bfb_comunity.TextFont                 = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfb_comunity.Click                   += new System.EventHandler(this.bfb_comunity_Click);
     //
     // bfn_blog
     //
     this.bfn_blog.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bfn_blog.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfn_blog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bfn_blog.BorderRadius          = 0;
     this.bfn_blog.ButtonText            = "Blog";
     this.bfn_blog.Cursor = System.Windows.Forms.Cursors.Hand;
     this.LogoTransicion.SetDecoration(this.bfn_blog, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransicion.SetDecoration(this.bfn_blog, BunifuAnimatorNS.DecorationType.None);
     this.bfn_blog.DisabledColor            = System.Drawing.Color.Gray;
     this.bfn_blog.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfn_blog.Iconcolor                = System.Drawing.Color.Transparent;
     this.bfn_blog.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bfn_blog.Iconimage")));
     this.bfn_blog.Iconimage_right          = null;
     this.bfn_blog.Iconimage_right_Selected = null;
     this.bfn_blog.Iconimage_Selected       = null;
     this.bfn_blog.IconMarginLeft           = 0;
     this.bfn_blog.IconMarginRight          = 0;
     this.bfn_blog.IconRightVisible         = true;
     this.bfn_blog.IconRightZoom            = 0D;
     this.bfn_blog.IconVisible              = true;
     this.bfn_blog.IconZoom                 = 90D;
     this.bfn_blog.IsTab                    = false;
     this.bfn_blog.Location                 = new System.Drawing.Point(0, 282);
     this.bfn_blog.Margin                   = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.bfn_blog.Name                     = "bfn_blog";
     this.bfn_blog.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bfn_blog.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bfn_blog.OnHoverTextColor         = System.Drawing.Color.White;
     this.bfn_blog.selected                 = false;
     this.bfn_blog.Size                     = new System.Drawing.Size(282, 48);
     this.bfn_blog.TabIndex                 = 7;
     this.bfn_blog.Text                     = "Blog";
     this.bfn_blog.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bfn_blog.Textcolor                = System.Drawing.Color.White;
     this.bfn_blog.TextFont                 = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bfn_blog.Click                   += new System.EventHandler(this.bfn_blog_Click);
     //
     // PanelTransicion
     //
     this.PanelTransicion.AnimationType = BunifuAnimatorNS.AnimationType.Particles;
     this.PanelTransicion.Cursor        = null;
     animation4.AnimateOnlyDifferences  = true;
     animation4.BlindCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff                  = 0F;
     animation4.MaxTime                    = 1F;
     animation4.MinTime                    = 0F;
     animation4.MosaicCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift                = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize                 = 1;
     animation4.Padding                    = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation4.RotateCoeff                = 0F;
     animation4.RotateLimit                = 0F;
     animation4.ScaleCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff                  = 2F;
     animation4.TransparencyCoeff          = 0F;
     this.PanelTransicion.DefaultAnimation = animation4;
     //
     // LogoTransicion
     //
     this.LogoTransicion.AnimationType = BunifuAnimatorNS.AnimationType.Mosaic;
     this.LogoTransicion.Cursor        = null;
     animation3.AnimateOnlyDifferences = true;
     animation3.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff                 = 0F;
     animation3.MaxTime                   = 1F;
     animation3.MinTime                   = 0F;
     animation3.MosaicCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift               = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize                = 20;
     animation3.Padding                   = new System.Windows.Forms.Padding(30);
     animation3.RotateCoeff               = 0F;
     animation3.RotateLimit               = 0F;
     animation3.ScaleCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff                 = 0F;
     animation3.TransparencyCoeff         = 0F;
     this.LogoTransicion.DefaultAnimation = animation3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.PanelTransicion.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.label2.Font     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(50, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(264, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Herramienta Administrativa";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.PanelTransicion.SetDecoration(this.label3, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this.label3, BunifuAnimatorNS.DecorationType.None);
     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.Color.White;
     this.label3.Location  = new System.Drawing.Point(346, 360);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(134, 20);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "by Sorftweb.com";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.PanelTransicion.SetDecoration(this.label4, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this.label4, BunifuAnimatorNS.DecorationType.None);
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(20, 36);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(444, 22);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Soluciones Informaticas contruidas a la medida.";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.PanelTransicion.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = global::slide_bunifu.Properties.Resources.feedly1;
     this.pictureBox1.Location = new System.Drawing.Point(83, 97);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(315, 198);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(765, 440);
     this.Controls.Add(this.f2);
     this.Controls.Add(this.panel_izquierdo);
     this.Controls.Add(this.header);
     this.PanelTransicion.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransicion.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Principal";
     this.header.ResumeLayout(false);
     this.header.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bib_cerrar)).EndInit();
     this.panel_izquierdo.ResumeLayout(false);
     this.panel_izquierdo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bib_menu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1_logo)).EndInit();
     this.f2.ResumeLayout(false);
     this.f2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Film));
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     this.loogo              = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.logo               = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton4 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton3 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton6 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuFlatButton6  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton5  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.manu               = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuFlatButton4  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.drawer             = new System.Windows.Forms.Panel();
     this.bunifuFlatButton3  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel1             = new System.Windows.Forms.Panel();
     this.panelann           = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.manu)).BeginInit();
     this.drawer.SuspendLayout();
     this.SuspendLayout();
     //
     // loogo
     //
     this.loogo.AnimationType          = BunifuAnimatorNS.AnimationType.ScaleAndRotate;
     this.loogo.Cursor                 = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime                = 1F;
     animation1.MinTime                = 0F;
     animation1.MosaicCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize             = 0;
     animation1.Padding                = new System.Windows.Forms.Padding(30);
     animation1.RotateCoeff            = 0.5F;
     animation1.RotateLimit            = 0.2F;
     animation1.ScaleCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff              = 0F;
     animation1.TransparencyCoeff      = 0F;
     this.loogo.DefaultAnimation       = animation1;
     //
     // logo
     //
     this.logo.AutoSize = true;
     this.loogo.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.logo.Font      = new System.Drawing.Font("Matura MT Script Capitals", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logo.ForeColor = System.Drawing.Color.Gray;
     this.logo.Location  = new System.Drawing.Point(7, 55);
     this.logo.Name      = "logo";
     this.logo.Size      = new System.Drawing.Size(182, 20);
     this.logo.TabIndex  = 14;
     this.logo.Text      = "FCIS CINEMA";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Black;
     this.panel2.Controls.Add(this.bunifuCustomLabel1);
     this.panel2.Controls.Add(this.bunifuImageButton2);
     this.panelann.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(800, 33);
     this.panel2.TabIndex = 7;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize  = true;
     this.bunifuCustomLabel1.BackColor = System.Drawing.Color.Black;
     this.loogo.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Ravie", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(25, 9);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(122, 19);
     this.bunifuCustomLabel1.TabIndex  = 2;
     this.bunifuCustomLabel1.Text      = "Fcis Cinema";
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuImageButton2.BackColor = System.Drawing.Color.AliceBlue;
     this.bunifuImageButton2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.panelann.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(772, 0);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(28, 33);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // bunifuImageButton4
     //
     this.panelann.SetDecoration(this.bunifuImageButton4, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.bunifuImageButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton4.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.Image")));
     this.bunifuImageButton4.ImageActive = null;
     this.bunifuImageButton4.Location    = new System.Drawing.Point(153, 419);
     this.bunifuImageButton4.Name        = "bunifuImageButton4";
     this.bunifuImageButton4.Size        = new System.Drawing.Size(45, 34);
     this.bunifuImageButton4.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton4.TabIndex    = 13;
     this.bunifuImageButton4.TabStop     = false;
     this.bunifuImageButton4.Zoom        = 10;
     //
     // bunifuImageButton3
     //
     this.panelann.SetDecoration(this.bunifuImageButton3, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.bunifuImageButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton3.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.Image")));
     this.bunifuImageButton3.ImageActive = null;
     this.bunifuImageButton3.Location    = new System.Drawing.Point(102, 419);
     this.bunifuImageButton3.Name        = "bunifuImageButton3";
     this.bunifuImageButton3.Size        = new System.Drawing.Size(45, 34);
     this.bunifuImageButton3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton3.TabIndex    = 12;
     this.bunifuImageButton3.TabStop     = false;
     this.bunifuImageButton3.Zoom        = 10;
     this.bunifuImageButton3.Click      += new System.EventHandler(this.bunifuImageButton3_Click);
     //
     // bunifuImageButton1
     //
     this.panelann.SetDecoration(this.bunifuImageButton1, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.bunifuImageButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(51, 419);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(45, 34);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 11;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuImageButton6
     //
     this.panelann.SetDecoration(this.bunifuImageButton6, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.bunifuImageButton6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton6.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton6.Image")));
     this.bunifuImageButton6.ImageActive = null;
     this.bunifuImageButton6.Location    = new System.Drawing.Point(0, 419);
     this.bunifuImageButton6.Name        = "bunifuImageButton6";
     this.bunifuImageButton6.Size        = new System.Drawing.Size(45, 34);
     this.bunifuImageButton6.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton6.TabIndex    = 10;
     this.bunifuImageButton6.TabStop     = false;
     this.bunifuImageButton6.Zoom        = 10;
     this.bunifuImageButton6.Click      += new System.EventHandler(this.bunifuImageButton6_Click);
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Active                = false;
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = " BUY TICKETS";
     this.bunifuFlatButton6.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.loogo.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(30)))), ((int)(((byte)(60)))));
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton6.Iconimage")));
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 0;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom         = 50D;
     this.bunifuFlatButton6.IsTab            = true;
     this.bunifuFlatButton6.Location         = new System.Drawing.Point(0, 364);
     this.bunifuFlatButton6.Name             = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton6.OnHovercolor     = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton6.OnHoverTextColor = System.Drawing.Color.Purple;
     this.bunifuFlatButton6.selected         = false;
     this.bunifuFlatButton6.Size             = new System.Drawing.Size(189, 49);
     this.bunifuFlatButton6.TabIndex         = 6;
     this.bunifuFlatButton6.Text             = " BUY TICKETS";
     this.bunifuFlatButton6.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton6.Textcolor        = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.TextFont         = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Click           += new System.EventHandler(this.bunifuFlatButton6_Click);
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Active                = false;
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = " DIRECTION";
     this.bunifuFlatButton5.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.loogo.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(30)))), ((int)(((byte)(60)))));
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton5.Iconimage")));
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom         = 50D;
     this.bunifuFlatButton5.IsTab            = true;
     this.bunifuFlatButton5.Location         = new System.Drawing.Point(0, 311);
     this.bunifuFlatButton5.Name             = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.OnHovercolor     = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton5.OnHoverTextColor = System.Drawing.Color.Purple;
     this.bunifuFlatButton5.selected         = false;
     this.bunifuFlatButton5.Size             = new System.Drawing.Size(189, 53);
     this.bunifuFlatButton5.TabIndex         = 5;
     this.bunifuFlatButton5.Text             = " DIRECTION";
     this.bunifuFlatButton5.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton5.Textcolor        = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.TextFont         = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton5.Click           += new System.EventHandler(this.bunifuFlatButton5_Click);
     //
     // manu
     //
     this.manu.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.manu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(26)))), ((int)(((byte)(32)))));
     this.manu.Cursor    = System.Windows.Forms.Cursors.Default;
     this.panelann.SetDecoration(this.manu, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.manu, BunifuAnimatorNS.DecorationType.None);
     this.manu.Image       = ((System.Drawing.Image)(resources.GetObject("manu.Image")));
     this.manu.ImageActive = null;
     this.manu.Location    = new System.Drawing.Point(153, 6);
     this.manu.Name        = "manu";
     this.manu.Size        = new System.Drawing.Size(30, 20);
     this.manu.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.manu.TabIndex    = 0;
     this.manu.TabStop     = false;
     this.manu.Zoom        = 10;
     this.manu.Click      += new System.EventHandler(this.manu_Click);
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Active                = false;
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = " BAR";
     this.bunifuFlatButton4.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.loogo.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(30)))), ((int)(((byte)(60)))));
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom         = 50D;
     this.bunifuFlatButton4.IsTab            = true;
     this.bunifuFlatButton4.Location         = new System.Drawing.Point(0, 258);
     this.bunifuFlatButton4.Name             = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.OnHovercolor     = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.Purple;
     this.bunifuFlatButton4.selected         = false;
     this.bunifuFlatButton4.Size             = new System.Drawing.Size(189, 53);
     this.bunifuFlatButton4.TabIndex         = 4;
     this.bunifuFlatButton4.Text             = " BAR";
     this.bunifuFlatButton4.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton4.Textcolor        = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.TextFont         = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Click           += new System.EventHandler(this.bunifuFlatButton4_Click);
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Active                = false;
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = " COMING SOON";
     this.bunifuFlatButton2.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.loogo.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(30)))), ((int)(((byte)(60)))));
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom         = 50D;
     this.bunifuFlatButton2.IsTab            = true;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(0, 152);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.Purple;
     this.bunifuFlatButton2.selected         = false;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(189, 53);
     this.bunifuFlatButton2.TabIndex         = 2;
     this.bunifuFlatButton2.Text             = " COMING SOON";
     this.bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click           += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Active                = false;
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = " Main";
     this.bunifuFlatButton1.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.loogo.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(30)))), ((int)(((byte)(60)))));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 50D;
     this.bunifuFlatButton1.IsTab            = true;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(0, 99);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.Purple;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(189, 53);
     this.bunifuFlatButton1.TabIndex         = 1;
     this.bunifuFlatButton1.Text             = " Main";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // drawer
     //
     this.drawer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(26)))), ((int)(((byte)(32)))));
     this.drawer.Controls.Add(this.logo);
     this.drawer.Controls.Add(this.bunifuImageButton4);
     this.drawer.Controls.Add(this.bunifuImageButton3);
     this.drawer.Controls.Add(this.bunifuImageButton1);
     this.drawer.Controls.Add(this.bunifuImageButton6);
     this.drawer.Controls.Add(this.bunifuFlatButton6);
     this.drawer.Controls.Add(this.bunifuFlatButton5);
     this.drawer.Controls.Add(this.manu);
     this.drawer.Controls.Add(this.bunifuFlatButton4);
     this.drawer.Controls.Add(this.bunifuFlatButton3);
     this.drawer.Controls.Add(this.bunifuFlatButton2);
     this.drawer.Controls.Add(this.bunifuFlatButton1);
     this.panelann.SetDecoration(this.drawer, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.drawer, BunifuAnimatorNS.DecorationType.None);
     this.drawer.Dock     = System.Windows.Forms.DockStyle.Left;
     this.drawer.Location = new System.Drawing.Point(0, 33);
     this.drawer.Name     = "drawer";
     this.drawer.Size     = new System.Drawing.Size(196, 464);
     this.drawer.TabIndex = 6;
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Active                = true;
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = " FILM SERIES";
     this.bunifuFlatButton3.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.loogo.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.panelann.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(30)))), ((int)(((byte)(60)))));
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom         = 50D;
     this.bunifuFlatButton3.IsTab            = true;
     this.bunifuFlatButton3.Location         = new System.Drawing.Point(0, 205);
     this.bunifuFlatButton3.Name             = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton3.OnHovercolor     = System.Drawing.Color.WhiteSmoke;
     this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.Purple;
     this.bunifuFlatButton3.selected         = true;
     this.bunifuFlatButton3.Size             = new System.Drawing.Size(189, 53);
     this.bunifuFlatButton3.TabIndex         = 3;
     this.bunifuFlatButton3.Text             = " FILM SERIES";
     this.bunifuFlatButton3.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton3.Textcolor        = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.TextFont         = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.panelann.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 33);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(800, 464);
     this.panel1.TabIndex = 8;
     //
     // panelann
     //
     this.panelann.AnimationType       = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.panelann.Cursor              = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff              = 0F;
     animation2.MaxTime             = 1F;
     animation2.MinTime             = 0F;
     animation2.MosaicCoeff         = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift         = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize          = 0;
     animation2.Padding             = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff         = 0F;
     animation2.RotateLimit         = 0F;
     animation2.ScaleCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff           = 0F;
     animation2.TransparencyCoeff   = 0F;
     this.panelann.DefaultAnimation = animation2;
     //
     // Film
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 497);
     this.Controls.Add(this.drawer);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.panelann.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.loogo.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Film";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Film";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.manu)).EndInit();
     this.drawer.ResumeLayout(false);
     this.drawer.PerformLayout();
     this.ResumeLayout(false);
 }