Example #1
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(Main));
     this.panel1            = new System.Windows.Forms.Panel();
     this.menu1             = new XML2DB.Menu();
     this.db2dg2            = new XML2DB.DataBaseToDGV();
     this.xls2dg1           = new XML2DB.xlsToDGV();
     this.pb_close          = new System.Windows.Forms.PictureBox();
     this.pb_min            = new System.Windows.Forms.PictureBox();
     this.pn_main           = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel3            = new System.Windows.Forms.Panel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.label1            = new System.Windows.Forms.Label();
     this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pb_close)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_min)).BeginInit();
     this.pn_main.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.menu1);
     this.panel1.Controls.Add(this.db2dg2);
     this.panel1.Controls.Add(this.xls2dg1);
     this.bunifuTransition1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(2, 242);
     this.panel1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1603, 718);
     this.panel1.TabIndex = 8;
     //
     // menu1
     //
     this.menu1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.bunifuTransition1.SetDecoration(this.menu1, BunifuAnimatorNS.DecorationType.None);
     this.menu1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.menu1.Location = new System.Drawing.Point(0, 0);
     this.menu1.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.menu1.Name     = "menu1";
     this.menu1.Size     = new System.Drawing.Size(1603, 718);
     this.menu1.TabIndex = 0;
     this.menu1.Load    += new System.EventHandler(this.menu1_Load);
     //
     // db2dg2
     //
     this.db2dg2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.bunifuTransition1.SetDecoration(this.db2dg2, BunifuAnimatorNS.DecorationType.None);
     this.db2dg2.Location = new System.Drawing.Point(-2, 0);
     this.db2dg2.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.db2dg2.Name     = "db2dg2";
     this.db2dg2.Size     = new System.Drawing.Size(1606, 714);
     this.db2dg2.TabIndex = 1;
     this.db2dg2.Visible  = false;
     //
     // xls2dg1
     //
     this.bunifuTransition1.SetDecoration(this.xls2dg1, BunifuAnimatorNS.DecorationType.None);
     this.xls2dg1.Location = new System.Drawing.Point(3, -2);
     this.xls2dg1.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.xls2dg1.Name     = "xls2dg1";
     this.xls2dg1.Size     = new System.Drawing.Size(1601, 716);
     this.xls2dg1.TabIndex = 5;
     //
     // pb_close
     //
     this.pb_close.AccessibleDescription = "Close";
     this.pb_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuTransition1.SetDecoration(this.pb_close, BunifuAnimatorNS.DecorationType.None);
     this.pb_close.Image    = ((System.Drawing.Image)(resources.GetObject("pb_close.Image")));
     this.pb_close.Location = new System.Drawing.Point(1535, 0);
     this.pb_close.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pb_close.Name     = "pb_close";
     this.pb_close.Size     = new System.Drawing.Size(71, 55);
     this.pb_close.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pb_close.TabIndex = 0;
     this.pb_close.TabStop  = false;
     this.pb_close.Tag      = "Close";
     this.toolTip1.SetToolTip(this.pb_close, "Close");
     this.pb_close.Click      += new System.EventHandler(this.pb_close_Click);
     this.pb_close.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
     this.pb_close.MouseLeave += new System.EventHandler(this.pb_close_MouseLeave);
     //
     // pb_min
     //
     this.pb_min.AccessibleDescription = "Close";
     this.pb_min.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuTransition1.SetDecoration(this.pb_min, BunifuAnimatorNS.DecorationType.None);
     this.pb_min.Image    = ((System.Drawing.Image)(resources.GetObject("pb_min.Image")));
     this.pb_min.Location = new System.Drawing.Point(1468, 0);
     this.pb_min.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pb_min.Name     = "pb_min";
     this.pb_min.Size     = new System.Drawing.Size(71, 55);
     this.pb_min.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pb_min.TabIndex = 1;
     this.pb_min.TabStop  = false;
     this.pb_min.Tag      = "Close";
     this.toolTip1.SetToolTip(this.pb_min, "Minimize");
     this.pb_min.Click      += new System.EventHandler(this.pb_min_Click);
     this.pb_min.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter_1);
     this.pb_min.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
     //
     // pn_main
     //
     this.pn_main.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
     this.pn_main.AutoSize     = true;
     this.pn_main.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.pn_main.BackColor    = System.Drawing.Color.SteelBlue;
     this.pn_main.Controls.Add(this.panel2);
     this.pn_main.Controls.Add(this.label1);
     this.pn_main.Controls.Add(this.pb_min);
     this.pn_main.Controls.Add(this.pb_close);
     this.bunifuTransition1.SetDecoration(this.pn_main, BunifuAnimatorNS.DecorationType.None);
     this.pn_main.Location   = new System.Drawing.Point(0, 0);
     this.pn_main.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pn_main.Name       = "pn_main";
     this.pn_main.Size       = new System.Drawing.Size(1600, 221);
     this.pn_main.TabIndex   = 7;
     this.pn_main.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pn_main_MouseDown);
     this.pn_main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pn_main_MouseMove);
     this.pn_main.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.pn_main_MouseUp);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.panel3);
     this.bunifuTransition1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Location = new System.Drawing.Point(748, 51);
     this.panel2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(118, 125);
     this.panel2.TabIndex = 4;
     //
     // panel3
     //
     this.panel3.Anchor      = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BackColor   = System.Drawing.Color.SteelBlue;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.pictureBox1);
     this.bunifuTransition1.SetDecoration(this.panel3, BunifuAnimatorNS.DecorationType.None);
     this.panel3.Location = new System.Drawing.Point(11, 12);
     this.panel3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(95, 100);
     this.panel3.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(18, 15);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(55, 68);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Microsoft JhengHei UI", 16F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location  = new System.Drawing.Point(742, 180);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(135, 41);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "XLS2DB";
     //
     // 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;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor           = System.Drawing.Color.SteelBlue;
     this.ClientSize          = new System.Drawing.Size(1607, 962);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pn_main);
     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(3, 2, 3, 2);
     this.Name            = "Main";
     this.Text            = "Form1";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pb_close)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_min)).EndInit();
     this.pn_main.ResumeLayout(false);
     this.pn_main.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
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();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.panelLeft          = new System.Windows.Forms.Panel();
     this.panelHeader        = new System.Windows.Forms.Panel();
     this.buttonMinimize     = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.buttonShow         = new Bunifu.Framework.UI.BunifuImageButton();
     this.buttonExit         = new Bunifu.Framework.UI.BunifuImageButton();
     this.Home               = new System.Windows.Forms.PictureBox();
     this.slideMenu          = new System.Windows.Forms.Panel();
     this.buttonAdmin        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.processBarRoom     = new Bunifu.Framework.UI.BunifuCircleProgressbar();
     this.buttonOfferDrink   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.buttonChangeRoom   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.buttonLogOut       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.label1             = new System.Windows.Forms.Label();
     this.buttonBookRoom     = new Bunifu.Framework.UI.BunifuFlatButton();
     this.buttonPay          = new Bunifu.Framework.UI.BunifuFlatButton();
     this.buttonMenu         = new Bunifu.Framework.UI.BunifuImageButton();
     this.DragControl        = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.dragcontrol2       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.DragControl3       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.DragControl4       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.DragControl5       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.hideSlide          = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panelMain          = new System.Windows.Forms.Panel();
     this.notifyInTrayIcon   = new System.Windows.Forms.NotifyIcon(this.components);
     this.dragControl7       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.DragControl6       = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.hideProcessBarRoom = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.BorderRadius       = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panelExit          = new System.Windows.Forms.Panel();
     this.panelHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonMinimize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonShow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonExit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Home)).BeginInit();
     this.slideMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonMenu)).BeginInit();
     this.panelExit.SuspendLayout();
     this.SuspendLayout();
     //
     // panelLeft
     //
     this.panelLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(40)))), ((int)(((byte)(0)))));
     this.hideProcessBarRoom.SetDecoration(this.panelLeft, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.panelLeft, BunifuAnimatorNS.DecorationType.None);
     this.panelLeft.Location = new System.Drawing.Point(236, 147);
     this.panelLeft.Name     = "panelLeft";
     this.panelLeft.Size     = new System.Drawing.Size(10, 53);
     this.panelLeft.TabIndex = 0;
     this.panelLeft.Visible  = false;
     this.panelLeft.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelLeft_Paint);
     //
     // panelHeader
     //
     this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
     this.panelHeader.Controls.Add(this.panelExit);
     this.panelHeader.Controls.Add(this.bunifuCustomLabel1);
     this.panelHeader.Controls.Add(this.buttonShow);
     this.hideProcessBarRoom.SetDecoration(this.panelHeader, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.panelHeader, BunifuAnimatorNS.DecorationType.None);
     this.panelHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeader.Name     = "panelHeader";
     this.panelHeader.Size     = new System.Drawing.Size(1330, 38);
     this.panelHeader.TabIndex = 1;
     //
     // buttonMinimize
     //
     this.buttonMinimize.BackColor = System.Drawing.Color.Transparent;
     this.hideProcessBarRoom.SetDecoration(this.buttonMinimize, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.buttonMinimize, BunifuAnimatorNS.DecorationType.None);
     this.buttonMinimize.Dock        = System.Windows.Forms.DockStyle.Left;
     this.buttonMinimize.Image       = ((System.Drawing.Image)(resources.GetObject("buttonMinimize.Image")));
     this.buttonMinimize.ImageActive = null;
     this.buttonMinimize.Location    = new System.Drawing.Point(0, 0);
     this.buttonMinimize.Name        = "buttonMinimize";
     this.buttonMinimize.Size        = new System.Drawing.Size(25, 38);
     this.buttonMinimize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.buttonMinimize.TabIndex    = 3;
     this.buttonMinimize.TabStop     = false;
     this.buttonMinimize.Zoom        = 12;
     this.buttonMinimize.Click      += new System.EventHandler(this.buttonMinimize_Click);
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.hideSlide.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.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)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.White;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(76, 9);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(124, 22);
     this.bunifuCustomLabel1.TabIndex  = 2;
     this.bunifuCustomLabel1.Text      = "Sliding Menu";
     //
     // buttonShow
     //
     this.buttonShow.BackColor = System.Drawing.Color.Transparent;
     this.hideProcessBarRoom.SetDecoration(this.buttonShow, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.buttonShow, BunifuAnimatorNS.DecorationType.None);
     this.buttonShow.Image       = ((System.Drawing.Image)(resources.GetObject("buttonShow.Image")));
     this.buttonShow.ImageActive = null;
     this.buttonShow.Location    = new System.Drawing.Point(22, 9);
     this.buttonShow.Name        = "buttonShow";
     this.buttonShow.Size        = new System.Drawing.Size(24, 24);
     this.buttonShow.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.buttonShow.TabIndex    = 0;
     this.buttonShow.TabStop     = false;
     this.buttonShow.Zoom        = 10;
     this.buttonShow.Click      += new System.EventHandler(this.buttonShow_Click);
     //
     // buttonExit
     //
     this.buttonExit.BackColor = System.Drawing.Color.Transparent;
     this.hideProcessBarRoom.SetDecoration(this.buttonExit, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.buttonExit, BunifuAnimatorNS.DecorationType.None);
     this.buttonExit.Dock        = System.Windows.Forms.DockStyle.Right;
     this.buttonExit.Image       = ((System.Drawing.Image)(resources.GetObject("buttonExit.Image")));
     this.buttonExit.ImageActive = null;
     this.buttonExit.Location    = new System.Drawing.Point(43, 0);
     this.buttonExit.Name        = "buttonExit";
     this.buttonExit.Size        = new System.Drawing.Size(24, 38);
     this.buttonExit.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.buttonExit.TabIndex    = 4;
     this.buttonExit.TabStop     = false;
     this.buttonExit.Zoom        = 10;
     this.buttonExit.Click      += new System.EventHandler(this.buttonExit_Click);
     //
     // Home
     //
     this.Home.BackColor = System.Drawing.Color.Transparent;
     this.hideSlide.SetDecoration(this.Home, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.Home, BunifuAnimatorNS.DecorationType.None);
     this.Home.Image    = ((System.Drawing.Image)(resources.GetObject("Home.Image")));
     this.Home.Location = new System.Drawing.Point(3, 3);
     this.Home.Name     = "Home";
     this.Home.Size     = new System.Drawing.Size(70, 55);
     this.Home.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Home.TabIndex = 2;
     this.Home.TabStop  = false;
     this.Home.Click   += new System.EventHandler(this.Home_Click);
     //
     // slideMenu
     //
     this.slideMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.slideMenu.Controls.Add(this.buttonAdmin);
     this.slideMenu.Controls.Add(this.processBarRoom);
     this.slideMenu.Controls.Add(this.buttonOfferDrink);
     this.slideMenu.Controls.Add(this.buttonChangeRoom);
     this.slideMenu.Controls.Add(this.buttonLogOut);
     this.slideMenu.Controls.Add(this.label1);
     this.slideMenu.Controls.Add(this.buttonBookRoom);
     this.slideMenu.Controls.Add(this.buttonPay);
     this.slideMenu.Controls.Add(this.buttonMenu);
     this.slideMenu.Controls.Add(this.Home);
     this.hideProcessBarRoom.SetDecoration(this.slideMenu, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.slideMenu, BunifuAnimatorNS.DecorationType.None);
     this.slideMenu.Dock     = System.Windows.Forms.DockStyle.Left;
     this.slideMenu.Font     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.slideMenu.Location = new System.Drawing.Point(0, 38);
     this.slideMenu.Name     = "slideMenu";
     this.slideMenu.Size     = new System.Drawing.Size(255, 697);
     this.slideMenu.TabIndex = 0;
     this.slideMenu.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelDashBoard_Paint);
     //
     // buttonAdmin
     //
     this.buttonAdmin.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.buttonAdmin.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonAdmin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonAdmin.BorderRadius          = 0;
     this.buttonAdmin.ButtonText            = "Admin";
     this.buttonAdmin.Cursor = System.Windows.Forms.Cursors.Hand;
     this.hideSlide.SetDecoration(this.buttonAdmin, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.buttonAdmin, BunifuAnimatorNS.DecorationType.None);
     this.buttonAdmin.DisabledColor            = System.Drawing.Color.Gray;
     this.buttonAdmin.Iconcolor                = System.Drawing.Color.Transparent;
     this.buttonAdmin.Iconimage                = ((System.Drawing.Image)(resources.GetObject("buttonAdmin.Iconimage")));
     this.buttonAdmin.Iconimage_right          = null;
     this.buttonAdmin.Iconimage_right_Selected = null;
     this.buttonAdmin.Iconimage_Selected       = null;
     this.buttonAdmin.IconMarginLeft           = 18;
     this.buttonAdmin.IconMarginRight          = 0;
     this.buttonAdmin.IconRightVisible         = true;
     this.buttonAdmin.IconRightZoom            = 0D;
     this.buttonAdmin.IconVisible              = true;
     this.buttonAdmin.IconZoom         = 70D;
     this.buttonAdmin.IsTab            = true;
     this.buttonAdmin.Location         = new System.Drawing.Point(0, 105);
     this.buttonAdmin.Margin           = new System.Windows.Forms.Padding(8);
     this.buttonAdmin.Name             = "buttonAdmin";
     this.buttonAdmin.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonAdmin.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(182)))), ((int)(((byte)(246)))));
     this.buttonAdmin.OnHoverTextColor = System.Drawing.Color.White;
     this.buttonAdmin.selected         = false;
     this.buttonAdmin.Size             = new System.Drawing.Size(255, 53);
     this.buttonAdmin.TabIndex         = 2;
     this.buttonAdmin.Text             = "Admin";
     this.buttonAdmin.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonAdmin.Textcolor        = System.Drawing.Color.White;
     this.buttonAdmin.TextFont         = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdmin.Click           += new System.EventHandler(this.buttonAdmin_Click);
     //
     // processBarRoom
     //
     this.processBarRoom.AllowDrop        = true;
     this.processBarRoom.animated         = true;
     this.processBarRoom.animationIterval = 1;
     this.processBarRoom.animationSpeed   = 2;
     this.processBarRoom.AutoScroll       = true;
     this.processBarRoom.AutoSizeMode     = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.processBarRoom.BackColor        = System.Drawing.Color.Transparent;
     this.processBarRoom.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("processBarRoom.BackgroundImage")));
     this.hideProcessBarRoom.SetDecoration(this.processBarRoom, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.processBarRoom, BunifuAnimatorNS.DecorationType.None);
     this.processBarRoom.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 26.25F);
     this.processBarRoom.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247)))));
     this.processBarRoom.LabelVisible          = true;
     this.processBarRoom.LineProgressThickness = 8;
     this.processBarRoom.LineThickness         = 5;
     this.processBarRoom.Location              = new System.Drawing.Point(50, 529);
     this.processBarRoom.Margin                = new System.Windows.Forms.Padding(10, 9, 10, 9);
     this.processBarRoom.MaxValue              = 100;
     this.processBarRoom.Name                  = "processBarRoom";
     this.processBarRoom.ProgressBackColor     = System.Drawing.Color.White;
     this.processBarRoom.ProgressColor         = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.processBarRoom.Size                  = new System.Drawing.Size(150, 150);
     this.processBarRoom.TabIndex              = 0;
     this.processBarRoom.Value                 = 15;
     //
     // buttonOfferDrink
     //
     this.buttonOfferDrink.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.buttonOfferDrink.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonOfferDrink.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonOfferDrink.BorderRadius          = 0;
     this.buttonOfferDrink.ButtonText            = "Offer Drink";
     this.buttonOfferDrink.Cursor = System.Windows.Forms.Cursors.Hand;
     this.hideSlide.SetDecoration(this.buttonOfferDrink, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.buttonOfferDrink, BunifuAnimatorNS.DecorationType.None);
     this.buttonOfferDrink.DisabledColor            = System.Drawing.Color.Gray;
     this.buttonOfferDrink.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonOfferDrink.Iconcolor                = System.Drawing.Color.Transparent;
     this.buttonOfferDrink.Iconimage                = ((System.Drawing.Image)(resources.GetObject("buttonOfferDrink.Iconimage")));
     this.buttonOfferDrink.Iconimage_right          = null;
     this.buttonOfferDrink.Iconimage_right_Selected = null;
     this.buttonOfferDrink.Iconimage_Selected       = null;
     this.buttonOfferDrink.IconMarginLeft           = 15;
     this.buttonOfferDrink.IconMarginRight          = 0;
     this.buttonOfferDrink.IconRightVisible         = true;
     this.buttonOfferDrink.IconRightZoom            = 0D;
     this.buttonOfferDrink.IconVisible              = true;
     this.buttonOfferDrink.IconZoom                 = 66D;
     this.buttonOfferDrink.IsTab                    = true;
     this.buttonOfferDrink.Location                 = new System.Drawing.Point(0, 312);
     this.buttonOfferDrink.Margin                   = new System.Windows.Forms.Padding(8);
     this.buttonOfferDrink.Name                     = "buttonOfferDrink";
     this.buttonOfferDrink.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonOfferDrink.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(182)))), ((int)(((byte)(246)))));
     this.buttonOfferDrink.OnHoverTextColor         = System.Drawing.Color.White;
     this.buttonOfferDrink.selected                 = false;
     this.buttonOfferDrink.Size                     = new System.Drawing.Size(255, 53);
     this.buttonOfferDrink.TabIndex                 = 5;
     this.buttonOfferDrink.Text                     = "Offer Drink";
     this.buttonOfferDrink.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonOfferDrink.Textcolor                = System.Drawing.Color.White;
     this.buttonOfferDrink.TextFont                 = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonOfferDrink.Click                   += new System.EventHandler(this.buttonOfferDrink_Click);
     //
     // buttonChangeRoom
     //
     this.buttonChangeRoom.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.buttonChangeRoom.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonChangeRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonChangeRoom.BorderRadius          = 0;
     this.buttonChangeRoom.ButtonText            = "   Change Room";
     this.buttonChangeRoom.Cursor = System.Windows.Forms.Cursors.Hand;
     this.hideSlide.SetDecoration(this.buttonChangeRoom, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.buttonChangeRoom, BunifuAnimatorNS.DecorationType.None);
     this.buttonChangeRoom.DisabledColor            = System.Drawing.Color.Gray;
     this.buttonChangeRoom.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonChangeRoom.Iconcolor                = System.Drawing.Color.Transparent;
     this.buttonChangeRoom.Iconimage                = ((System.Drawing.Image)(resources.GetObject("buttonChangeRoom.Iconimage")));
     this.buttonChangeRoom.Iconimage_right          = null;
     this.buttonChangeRoom.Iconimage_right_Selected = null;
     this.buttonChangeRoom.Iconimage_Selected       = null;
     this.buttonChangeRoom.IconMarginLeft           = 18;
     this.buttonChangeRoom.IconMarginRight          = 0;
     this.buttonChangeRoom.IconRightVisible         = true;
     this.buttonChangeRoom.IconRightZoom            = 0D;
     this.buttonChangeRoom.IconVisible              = true;
     this.buttonChangeRoom.IconZoom                 = 68D;
     this.buttonChangeRoom.IsTab                    = true;
     this.buttonChangeRoom.Location                 = new System.Drawing.Point(0, 174);
     this.buttonChangeRoom.Margin                   = new System.Windows.Forms.Padding(8);
     this.buttonChangeRoom.Name                     = "buttonChangeRoom";
     this.buttonChangeRoom.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonChangeRoom.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(182)))), ((int)(((byte)(246)))));
     this.buttonChangeRoom.OnHoverTextColor         = System.Drawing.Color.White;
     this.buttonChangeRoom.selected                 = false;
     this.buttonChangeRoom.Size                     = new System.Drawing.Size(255, 53);
     this.buttonChangeRoom.TabIndex                 = 4;
     this.buttonChangeRoom.Text                     = "   Change Room";
     this.buttonChangeRoom.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonChangeRoom.Textcolor                = System.Drawing.Color.White;
     this.buttonChangeRoom.TextFont                 = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonChangeRoom.Click                   += new System.EventHandler(this.buttonChangeRoom_Click);
     //
     // buttonLogOut
     //
     this.buttonLogOut.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.buttonLogOut.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonLogOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonLogOut.BorderRadius          = 0;
     this.buttonLogOut.ButtonText            = "Log Out";
     this.buttonLogOut.Cursor = System.Windows.Forms.Cursors.Hand;
     this.hideSlide.SetDecoration(this.buttonLogOut, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.buttonLogOut, BunifuAnimatorNS.DecorationType.None);
     this.buttonLogOut.DisabledColor            = System.Drawing.Color.Gray;
     this.buttonLogOut.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonLogOut.Iconcolor                = System.Drawing.Color.Transparent;
     this.buttonLogOut.Iconimage                = ((System.Drawing.Image)(resources.GetObject("buttonLogOut.Iconimage")));
     this.buttonLogOut.Iconimage_right          = null;
     this.buttonLogOut.Iconimage_right_Selected = null;
     this.buttonLogOut.Iconimage_Selected       = null;
     this.buttonLogOut.IconMarginLeft           = 18;
     this.buttonLogOut.IconMarginRight          = 0;
     this.buttonLogOut.IconRightVisible         = true;
     this.buttonLogOut.IconRightZoom            = 0D;
     this.buttonLogOut.IconVisible              = true;
     this.buttonLogOut.IconZoom                 = 70D;
     this.buttonLogOut.IsTab                    = true;
     this.buttonLogOut.Location                 = new System.Drawing.Point(0, 450);
     this.buttonLogOut.Margin                   = new System.Windows.Forms.Padding(8);
     this.buttonLogOut.Name                     = "buttonLogOut";
     this.buttonLogOut.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonLogOut.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(182)))), ((int)(((byte)(246)))));
     this.buttonLogOut.OnHoverTextColor         = System.Drawing.Color.White;
     this.buttonLogOut.selected                 = false;
     this.buttonLogOut.Size                     = new System.Drawing.Size(255, 53);
     this.buttonLogOut.TabIndex                 = 7;
     this.buttonLogOut.Text                     = "Log Out";
     this.buttonLogOut.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonLogOut.Textcolor                = System.Drawing.Color.White;
     this.buttonLogOut.TextFont                 = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonLogOut.Click                   += new System.EventHandler(this.buttonLogOut_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.hideSlide.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(90, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(110, 30);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Karaoke";
     //
     // buttonBookRoom
     //
     this.buttonBookRoom.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.buttonBookRoom.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonBookRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonBookRoom.BorderRadius          = 0;
     this.buttonBookRoom.ButtonText            = "    Book Room";
     this.buttonBookRoom.Cursor = System.Windows.Forms.Cursors.Hand;
     this.hideSlide.SetDecoration(this.buttonBookRoom, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.buttonBookRoom, BunifuAnimatorNS.DecorationType.None);
     this.buttonBookRoom.DisabledColor            = System.Drawing.Color.Gray;
     this.buttonBookRoom.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonBookRoom.Iconcolor                = System.Drawing.Color.Transparent;
     this.buttonBookRoom.Iconimage                = ((System.Drawing.Image)(resources.GetObject("buttonBookRoom.Iconimage")));
     this.buttonBookRoom.Iconimage_right          = null;
     this.buttonBookRoom.Iconimage_right_Selected = null;
     this.buttonBookRoom.Iconimage_Selected       = null;
     this.buttonBookRoom.IconMarginLeft           = 18;
     this.buttonBookRoom.IconMarginRight          = 0;
     this.buttonBookRoom.IconRightVisible         = true;
     this.buttonBookRoom.IconRightZoom            = 0D;
     this.buttonBookRoom.IconVisible              = true;
     this.buttonBookRoom.IconZoom                 = 70D;
     this.buttonBookRoom.IsTab                    = true;
     this.buttonBookRoom.Location                 = new System.Drawing.Point(3, 243);
     this.buttonBookRoom.Margin                   = new System.Windows.Forms.Padding(8);
     this.buttonBookRoom.Name                     = "buttonBookRoom";
     this.buttonBookRoom.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonBookRoom.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(182)))), ((int)(((byte)(246)))));
     this.buttonBookRoom.OnHoverTextColor         = System.Drawing.Color.White;
     this.buttonBookRoom.selected                 = false;
     this.buttonBookRoom.Size                     = new System.Drawing.Size(255, 53);
     this.buttonBookRoom.TabIndex                 = 3;
     this.buttonBookRoom.Text                     = "    Book Room";
     this.buttonBookRoom.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonBookRoom.Textcolor                = System.Drawing.Color.White;
     this.buttonBookRoom.TextFont                 = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonBookRoom.Click                   += new System.EventHandler(this.buttonBookRoom_Click_1);
     //
     // buttonPay
     //
     this.buttonPay.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(155)))), ((int)(((byte)(229)))));
     this.buttonPay.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonPay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonPay.BorderRadius          = 0;
     this.buttonPay.ButtonText            = "Pay";
     this.buttonPay.Cursor = System.Windows.Forms.Cursors.Hand;
     this.hideSlide.SetDecoration(this.buttonPay, BunifuAnimatorNS.DecorationType.None);
     this.hideProcessBarRoom.SetDecoration(this.buttonPay, BunifuAnimatorNS.DecorationType.None);
     this.buttonPay.DisabledColor            = System.Drawing.Color.Gray;
     this.buttonPay.Font                     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonPay.Iconcolor                = System.Drawing.Color.Transparent;
     this.buttonPay.Iconimage                = ((System.Drawing.Image)(resources.GetObject("buttonPay.Iconimage")));
     this.buttonPay.Iconimage_right          = null;
     this.buttonPay.Iconimage_right_Selected = null;
     this.buttonPay.Iconimage_Selected       = null;
     this.buttonPay.IconMarginLeft           = 18;
     this.buttonPay.IconMarginRight          = 0;
     this.buttonPay.IconRightVisible         = true;
     this.buttonPay.IconRightZoom            = 0D;
     this.buttonPay.IconVisible              = true;
     this.buttonPay.IconZoom                 = 70D;
     this.buttonPay.IsTab                    = true;
     this.buttonPay.Location                 = new System.Drawing.Point(0, 381);
     this.buttonPay.Margin                   = new System.Windows.Forms.Padding(8);
     this.buttonPay.Name                     = "buttonPay";
     this.buttonPay.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.buttonPay.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(182)))), ((int)(((byte)(246)))));
     this.buttonPay.OnHoverTextColor         = System.Drawing.Color.White;
     this.buttonPay.selected                 = false;
     this.buttonPay.Size                     = new System.Drawing.Size(255, 53);
     this.buttonPay.TabIndex                 = 6;
     this.buttonPay.Text                     = "Pay";
     this.buttonPay.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.buttonPay.Textcolor                = System.Drawing.Color.White;
     this.buttonPay.TextFont                 = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonPay.Click                   += new System.EventHandler(this.buttonPay_Click);
     //
     // buttonMenu
     //
     this.buttonMenu.BackColor = System.Drawing.Color.Transparent;
     this.hideProcessBarRoom.SetDecoration(this.buttonMenu, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.buttonMenu, BunifuAnimatorNS.DecorationType.None);
     this.buttonMenu.Image       = ((System.Drawing.Image)(resources.GetObject("buttonMenu.Image")));
     this.buttonMenu.ImageActive = null;
     this.buttonMenu.Location    = new System.Drawing.Point(220, 6);
     this.buttonMenu.Name        = "buttonMenu";
     this.buttonMenu.Size        = new System.Drawing.Size(24, 24);
     this.buttonMenu.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.buttonMenu.TabIndex    = 2;
     this.buttonMenu.TabStop     = false;
     this.buttonMenu.Zoom        = 10;
     this.buttonMenu.Click      += new System.EventHandler(this.buttonMenu_Click);
     //
     // DragControl
     //
     this.DragControl.Fixed         = true;
     this.DragControl.Horizontal    = true;
     this.DragControl.TargetControl = this;
     this.DragControl.Vertical      = true;
     //
     // dragcontrol2
     //
     this.dragcontrol2.Fixed         = true;
     this.dragcontrol2.Horizontal    = true;
     this.dragcontrol2.TargetControl = this.slideMenu;
     this.dragcontrol2.Vertical      = true;
     //
     // DragControl3
     //
     this.DragControl3.Fixed         = true;
     this.DragControl3.Horizontal    = true;
     this.DragControl3.TargetControl = this.panelHeader;
     this.DragControl3.Vertical      = true;
     //
     // DragControl4
     //
     this.DragControl4.Fixed         = true;
     this.DragControl4.Horizontal    = true;
     this.DragControl4.TargetControl = null;
     this.DragControl4.Vertical      = true;
     //
     // DragControl5
     //
     this.DragControl5.Fixed         = true;
     this.DragControl5.Horizontal    = true;
     this.DragControl5.TargetControl = this.Home;
     this.DragControl5.Vertical      = true;
     //
     // hideSlide
     //
     this.hideSlide.AnimationType      = BunifuAnimatorNS.AnimationType.Particles;
     this.hideSlide.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           = 1;
     animation2.Padding              = new System.Windows.Forms.Padding(100, 50, 100, 150);
     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            = 2F;
     animation2.TransparencyCoeff    = 0F;
     this.hideSlide.DefaultAnimation = animation2;
     this.hideSlide.Interval         = 1;
     this.hideSlide.MaxAnimationTime = 800;
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.Color.Transparent;
     this.hideProcessBarRoom.SetDecoration(this.panelMain, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.panelMain, BunifuAnimatorNS.DecorationType.None);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(255, 38);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(1075, 697);
     this.panelMain.TabIndex = 2;
     this.panelMain.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelMain_Paint);
     //
     // notifyInTrayIcon
     //
     this.notifyInTrayIcon.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyInTrayIcon.Icon")));
     this.notifyInTrayIcon.Text              = "Quản lý karaoke";
     this.notifyInTrayIcon.Visible           = true;
     this.notifyInTrayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     //
     // dragControl7
     //
     this.dragControl7.Fixed         = true;
     this.dragControl7.Horizontal    = true;
     this.dragControl7.TargetControl = this.processBarRoom;
     this.dragControl7.Vertical      = true;
     //
     // DragControl6
     //
     this.DragControl6.Fixed         = true;
     this.DragControl6.Horizontal    = true;
     this.DragControl6.TargetControl = null;
     this.DragControl6.Vertical      = true;
     //
     // hideProcessBarRoom
     //
     this.hideProcessBarRoom.AnimationType = BunifuAnimatorNS.AnimationType.VertSlide;
     this.hideProcessBarRoom.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.hideProcessBarRoom.DefaultAnimation = animation1;
     this.hideProcessBarRoom.Interval         = 1;
     this.hideProcessBarRoom.MaxAnimationTime = 500;
     this.hideProcessBarRoom.TimeStep         = 0.03F;
     //
     // BorderRadius
     //
     this.BorderRadius.ElipseRadius  = 5;
     this.BorderRadius.TargetControl = this;
     //
     // panelExit
     //
     this.panelExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(24)))), ((int)(((byte)(26)))));
     this.panelExit.Controls.Add(this.buttonMinimize);
     this.panelExit.Controls.Add(this.buttonExit);
     this.hideProcessBarRoom.SetDecoration(this.panelExit, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this.panelExit, BunifuAnimatorNS.DecorationType.None);
     this.panelExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelExit.Location = new System.Drawing.Point(1263, 0);
     this.panelExit.Name     = "panelExit";
     this.panelExit.Size     = new System.Drawing.Size(67, 38);
     this.panelExit.TabIndex = 5;
     //
     // FrmMain
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.ClientSize    = new System.Drawing.Size(1330, 735);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.slideMenu);
     this.Controls.Add(this.panelLeft);
     this.Controls.Add(this.panelHeader);
     this.hideProcessBarRoom.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.hideSlide.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.Name            = "FrmMain";
     this.Text            = "Karaoke";
     this.Load           += new System.EventHandler(this.frmMain_Load);
     this.Resize         += new System.EventHandler(this.FrmMain_Resize);
     this.panelHeader.ResumeLayout(false);
     this.panelHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonMinimize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonShow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonExit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Home)).EndInit();
     this.slideMenu.ResumeLayout(false);
     this.slideMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonMenu)).EndInit();
     this.panelExit.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </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(MapMakingStudio));
     this.HeaderBar            = new System.Windows.Forms.Panel();
     this.panelHeaderButtons   = new System.Windows.Forms.Panel();
     this.bMinimize            = new Bunifu.Framework.UI.BunifuImageButton();
     this.bMaximize            = new Bunifu.Framework.UI.BunifuImageButton();
     this.bClose               = new Bunifu.Framework.UI.BunifuImageButton();
     this.lbMapMakingStudio    = new System.Windows.Forms.Label();
     this.panelMenuBar         = new System.Windows.Forms.Panel();
     this.panelEinstellungen   = new System.Windows.Forms.Panel();
     this.bEinstellungen       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelSuche           = new System.Windows.Forms.Panel();
     this.bSuchen              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelSnippets        = new System.Windows.Forms.Panel();
     this.bSnippets            = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelBearbeiten      = new System.Windows.Forms.Panel();
     this.bBearbeiten          = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelDatei           = new System.Windows.Forms.Panel();
     this.bDatei               = new Bunifu.Framework.UI.BunifuFlatButton();
     this.MenuBarAnimator      = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.tabControl           = new VisualStudioTabControl.VisualStudioTabControl();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.tabPage1             = new System.Windows.Forms.TabPage();
     this.tabPage3             = new System.Windows.Forms.TabPage();
     this.FileExplorerControl1 = new MMSFileExplorer.FileExplorerControl();
     this.mainTimer            = new System.Windows.Forms.Timer(this.components);
     this.MaximaizeAnimation   = new System.Windows.Forms.Timer(this.components);
     this.MinimaizeAnimation   = new System.Windows.Forms.Timer(this.components);
     this.HeaderBar.SuspendLayout();
     this.panelHeaderButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bMinimize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bMaximize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bClose)).BeginInit();
     this.panelMenuBar.SuspendLayout();
     this.panelEinstellungen.SuspendLayout();
     this.panelSuche.SuspendLayout();
     this.panelSnippets.SuspendLayout();
     this.panelBearbeiten.SuspendLayout();
     this.panelDatei.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // HeaderBar
     //
     this.HeaderBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.HeaderBar.Controls.Add(this.panelHeaderButtons);
     this.HeaderBar.Controls.Add(this.lbMapMakingStudio);
     this.MenuBarAnimator.SetDecoration(this.HeaderBar, BunifuAnimatorNS.DecorationType.None);
     this.HeaderBar.Dock              = System.Windows.Forms.DockStyle.Top;
     this.HeaderBar.Location          = new System.Drawing.Point(0, 0);
     this.HeaderBar.Name              = "HeaderBar";
     this.HeaderBar.Size              = new System.Drawing.Size(1127, 61);
     this.HeaderBar.TabIndex          = 0;
     this.HeaderBar.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDoubleClick);
     this.HeaderBar.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.HeaderBar_MouseDown);
     this.HeaderBar.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.HeaderBar_MouseMove);
     //
     // panelHeaderButtons
     //
     this.panelHeaderButtons.Controls.Add(this.bMinimize);
     this.panelHeaderButtons.Controls.Add(this.bMaximize);
     this.panelHeaderButtons.Controls.Add(this.bClose);
     this.MenuBarAnimator.SetDecoration(this.panelHeaderButtons, BunifuAnimatorNS.DecorationType.None);
     this.panelHeaderButtons.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelHeaderButtons.Location = new System.Drawing.Point(993, 0);
     this.panelHeaderButtons.Name     = "panelHeaderButtons";
     this.panelHeaderButtons.Size     = new System.Drawing.Size(134, 61);
     this.panelHeaderButtons.TabIndex = 6;
     //
     // bMinimize
     //
     this.bMinimize.BackColor = System.Drawing.Color.ForestGreen;
     this.bMinimize.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bMinimize, BunifuAnimatorNS.DecorationType.None);
     this.bMinimize.Image       = ((System.Drawing.Image)(resources.GetObject("bMinimize.Image")));
     this.bMinimize.ImageActive = null;
     this.bMinimize.Location    = new System.Drawing.Point(3, 12);
     this.bMinimize.Name        = "bMinimize";
     this.bMinimize.Size        = new System.Drawing.Size(35, 35);
     this.bMinimize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bMinimize.TabIndex    = 4;
     this.bMinimize.TabStop     = false;
     this.bMinimize.Zoom        = 10;
     this.bMinimize.Click      += new System.EventHandler(this.bMinimize_Click);
     //
     // bMaximize
     //
     this.bMaximize.BackColor = System.Drawing.Color.ForestGreen;
     this.bMaximize.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bMaximize, BunifuAnimatorNS.DecorationType.None);
     this.bMaximize.Image       = global::MapMakingStudio.Properties.Resources.maximizeIcon;
     this.bMaximize.ImageActive = null;
     this.bMaximize.Location    = new System.Drawing.Point(44, 12);
     this.bMaximize.Name        = "bMaximize";
     this.bMaximize.Size        = new System.Drawing.Size(35, 35);
     this.bMaximize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bMaximize.TabIndex    = 5;
     this.bMaximize.TabStop     = false;
     this.bMaximize.Zoom        = 5;
     this.bMaximize.Click      += new System.EventHandler(this.bMaximize_Click);
     //
     // bClose
     //
     this.bClose.BackColor = System.Drawing.Color.ForestGreen;
     this.bClose.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bClose, BunifuAnimatorNS.DecorationType.None);
     this.bClose.ErrorImage  = ((System.Drawing.Image)(resources.GetObject("bClose.ErrorImage")));
     this.bClose.Image       = ((System.Drawing.Image)(resources.GetObject("bClose.Image")));
     this.bClose.ImageActive = null;
     this.bClose.Location    = new System.Drawing.Point(85, 12);
     this.bClose.Name        = "bClose";
     this.bClose.Size        = new System.Drawing.Size(35, 35);
     this.bClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bClose.TabIndex    = 3;
     this.bClose.TabStop     = false;
     this.bClose.Zoom        = 10;
     this.bClose.Click      += new System.EventHandler(this.bClose_Click);
     //
     // lbMapMakingStudio
     //
     this.lbMapMakingStudio.AutoSize = true;
     this.MenuBarAnimator.SetDecoration(this.lbMapMakingStudio, BunifuAnimatorNS.DecorationType.None);
     this.lbMapMakingStudio.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbMapMakingStudio.ForeColor = System.Drawing.Color.White;
     this.lbMapMakingStudio.Location  = new System.Drawing.Point(12, 22);
     this.lbMapMakingStudio.Name      = "lbMapMakingStudio";
     this.lbMapMakingStudio.Size      = new System.Drawing.Size(238, 21);
     this.lbMapMakingStudio.TabIndex  = 1;
     this.lbMapMakingStudio.Text      = "MapMakingStudio by Wolf066LP";
     //
     // panelMenuBar
     //
     this.panelMenuBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.panelMenuBar.Controls.Add(this.panelEinstellungen);
     this.panelMenuBar.Controls.Add(this.panelSuche);
     this.panelMenuBar.Controls.Add(this.panelSnippets);
     this.panelMenuBar.Controls.Add(this.panelBearbeiten);
     this.panelMenuBar.Controls.Add(this.panelDatei);
     this.MenuBarAnimator.SetDecoration(this.panelMenuBar, BunifuAnimatorNS.DecorationType.None);
     this.panelMenuBar.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelMenuBar.Location = new System.Drawing.Point(0, 61);
     this.panelMenuBar.Name     = "panelMenuBar";
     this.panelMenuBar.Size     = new System.Drawing.Size(200, 573);
     this.panelMenuBar.TabIndex = 8;
     //
     // panelEinstellungen
     //
     this.panelEinstellungen.Controls.Add(this.bEinstellungen);
     this.MenuBarAnimator.SetDecoration(this.panelEinstellungen, BunifuAnimatorNS.DecorationType.None);
     this.panelEinstellungen.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelEinstellungen.Location = new System.Drawing.Point(0, 172);
     this.panelEinstellungen.Name     = "panelEinstellungen";
     this.panelEinstellungen.Size     = new System.Drawing.Size(200, 43);
     this.panelEinstellungen.TabIndex = 17;
     //
     // bEinstellungen
     //
     this.bEinstellungen.Activecolor           = System.Drawing.Color.LimeGreen;
     this.bEinstellungen.BackColor             = System.Drawing.Color.ForestGreen;
     this.bEinstellungen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bEinstellungen.BorderRadius          = 0;
     this.bEinstellungen.ButtonText            = "  Einstellungen";
     this.bEinstellungen.Cursor = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bEinstellungen, BunifuAnimatorNS.DecorationType.None);
     this.bEinstellungen.DisabledColor            = System.Drawing.Color.Gray;
     this.bEinstellungen.Iconcolor                = System.Drawing.Color.Transparent;
     this.bEinstellungen.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bEinstellungen.Iconimage")));
     this.bEinstellungen.Iconimage_right          = null;
     this.bEinstellungen.Iconimage_right_Selected = null;
     this.bEinstellungen.Iconimage_Selected       = null;
     this.bEinstellungen.IconMarginLeft           = 0;
     this.bEinstellungen.IconMarginRight          = 0;
     this.bEinstellungen.IconRightVisible         = true;
     this.bEinstellungen.IconRightZoom            = 0D;
     this.bEinstellungen.IconVisible              = true;
     this.bEinstellungen.IconZoom         = 50D;
     this.bEinstellungen.IsTab            = false;
     this.bEinstellungen.Location         = new System.Drawing.Point(0, 0);
     this.bEinstellungen.Name             = "bEinstellungen";
     this.bEinstellungen.Normalcolor      = System.Drawing.Color.ForestGreen;
     this.bEinstellungen.OnHovercolor     = System.Drawing.Color.LimeGreen;
     this.bEinstellungen.OnHoverTextColor = System.Drawing.Color.White;
     this.bEinstellungen.selected         = false;
     this.bEinstellungen.Size             = new System.Drawing.Size(200, 44);
     this.bEinstellungen.TabIndex         = 16;
     this.bEinstellungen.Text             = "  Einstellungen";
     this.bEinstellungen.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bEinstellungen.Textcolor        = System.Drawing.Color.White;
     this.bEinstellungen.TextFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bEinstellungen.Click           += new System.EventHandler(this.bEinstellungen_Click);
     //
     // panelSuche
     //
     this.panelSuche.Controls.Add(this.bSuchen);
     this.MenuBarAnimator.SetDecoration(this.panelSuche, BunifuAnimatorNS.DecorationType.None);
     this.panelSuche.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelSuche.Location = new System.Drawing.Point(0, 129);
     this.panelSuche.Name     = "panelSuche";
     this.panelSuche.Size     = new System.Drawing.Size(200, 43);
     this.panelSuche.TabIndex = 18;
     //
     // bSuchen
     //
     this.bSuchen.Activecolor           = System.Drawing.Color.LimeGreen;
     this.bSuchen.BackColor             = System.Drawing.Color.ForestGreen;
     this.bSuchen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bSuchen.BorderRadius          = 0;
     this.bSuchen.ButtonText            = "  Suchen";
     this.bSuchen.Cursor = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bSuchen, BunifuAnimatorNS.DecorationType.None);
     this.bSuchen.DisabledColor            = System.Drawing.Color.Gray;
     this.bSuchen.Iconcolor                = System.Drawing.Color.Transparent;
     this.bSuchen.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bSuchen.Iconimage")));
     this.bSuchen.Iconimage_right          = null;
     this.bSuchen.Iconimage_right_Selected = null;
     this.bSuchen.Iconimage_Selected       = null;
     this.bSuchen.IconMarginLeft           = 0;
     this.bSuchen.IconMarginRight          = 0;
     this.bSuchen.IconRightVisible         = true;
     this.bSuchen.IconRightZoom            = 0D;
     this.bSuchen.IconVisible              = true;
     this.bSuchen.IconZoom         = 50D;
     this.bSuchen.IsTab            = false;
     this.bSuchen.Location         = new System.Drawing.Point(0, 0);
     this.bSuchen.Name             = "bSuchen";
     this.bSuchen.Normalcolor      = System.Drawing.Color.ForestGreen;
     this.bSuchen.OnHovercolor     = System.Drawing.Color.LimeGreen;
     this.bSuchen.OnHoverTextColor = System.Drawing.Color.White;
     this.bSuchen.selected         = false;
     this.bSuchen.Size             = new System.Drawing.Size(200, 44);
     this.bSuchen.TabIndex         = 17;
     this.bSuchen.Text             = "  Suchen";
     this.bSuchen.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bSuchen.Textcolor        = System.Drawing.Color.White;
     this.bSuchen.TextFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // panelSnippets
     //
     this.panelSnippets.Controls.Add(this.bSnippets);
     this.MenuBarAnimator.SetDecoration(this.panelSnippets, BunifuAnimatorNS.DecorationType.None);
     this.panelSnippets.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelSnippets.Location = new System.Drawing.Point(0, 86);
     this.panelSnippets.Name     = "panelSnippets";
     this.panelSnippets.Size     = new System.Drawing.Size(200, 43);
     this.panelSnippets.TabIndex = 18;
     //
     // bSnippets
     //
     this.bSnippets.Activecolor           = System.Drawing.Color.LimeGreen;
     this.bSnippets.BackColor             = System.Drawing.Color.ForestGreen;
     this.bSnippets.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bSnippets.BorderRadius          = 0;
     this.bSnippets.ButtonText            = "  Snippets";
     this.bSnippets.Cursor = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bSnippets, BunifuAnimatorNS.DecorationType.None);
     this.bSnippets.DisabledColor            = System.Drawing.Color.Gray;
     this.bSnippets.Iconcolor                = System.Drawing.Color.Transparent;
     this.bSnippets.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bSnippets.Iconimage")));
     this.bSnippets.Iconimage_right          = null;
     this.bSnippets.Iconimage_right_Selected = null;
     this.bSnippets.Iconimage_Selected       = null;
     this.bSnippets.IconMarginLeft           = 0;
     this.bSnippets.IconMarginRight          = 0;
     this.bSnippets.IconRightVisible         = true;
     this.bSnippets.IconRightZoom            = 0D;
     this.bSnippets.IconVisible              = true;
     this.bSnippets.IconZoom         = 50D;
     this.bSnippets.IsTab            = false;
     this.bSnippets.Location         = new System.Drawing.Point(0, 0);
     this.bSnippets.Name             = "bSnippets";
     this.bSnippets.Normalcolor      = System.Drawing.Color.ForestGreen;
     this.bSnippets.OnHovercolor     = System.Drawing.Color.LimeGreen;
     this.bSnippets.OnHoverTextColor = System.Drawing.Color.White;
     this.bSnippets.selected         = false;
     this.bSnippets.Size             = new System.Drawing.Size(200, 44);
     this.bSnippets.TabIndex         = 15;
     this.bSnippets.Text             = "  Snippets";
     this.bSnippets.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bSnippets.Textcolor        = System.Drawing.Color.White;
     this.bSnippets.TextFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // panelBearbeiten
     //
     this.panelBearbeiten.Controls.Add(this.bBearbeiten);
     this.MenuBarAnimator.SetDecoration(this.panelBearbeiten, BunifuAnimatorNS.DecorationType.None);
     this.panelBearbeiten.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelBearbeiten.Location = new System.Drawing.Point(0, 43);
     this.panelBearbeiten.Name     = "panelBearbeiten";
     this.panelBearbeiten.Size     = new System.Drawing.Size(200, 43);
     this.panelBearbeiten.TabIndex = 18;
     //
     // bBearbeiten
     //
     this.bBearbeiten.Activecolor           = System.Drawing.Color.LimeGreen;
     this.bBearbeiten.BackColor             = System.Drawing.Color.ForestGreen;
     this.bBearbeiten.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bBearbeiten.BorderRadius          = 0;
     this.bBearbeiten.ButtonText            = "  Bearbeiten";
     this.bBearbeiten.Cursor = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bBearbeiten, BunifuAnimatorNS.DecorationType.None);
     this.bBearbeiten.DisabledColor            = System.Drawing.Color.Gray;
     this.bBearbeiten.Iconcolor                = System.Drawing.Color.Transparent;
     this.bBearbeiten.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bBearbeiten.Iconimage")));
     this.bBearbeiten.Iconimage_right          = null;
     this.bBearbeiten.Iconimage_right_Selected = null;
     this.bBearbeiten.Iconimage_Selected       = null;
     this.bBearbeiten.IconMarginLeft           = 0;
     this.bBearbeiten.IconMarginRight          = 0;
     this.bBearbeiten.IconRightVisible         = true;
     this.bBearbeiten.IconRightZoom            = 0D;
     this.bBearbeiten.IconVisible              = true;
     this.bBearbeiten.IconZoom         = 47D;
     this.bBearbeiten.IsTab            = false;
     this.bBearbeiten.Location         = new System.Drawing.Point(0, 0);
     this.bBearbeiten.Name             = "bBearbeiten";
     this.bBearbeiten.Normalcolor      = System.Drawing.Color.ForestGreen;
     this.bBearbeiten.OnHovercolor     = System.Drawing.Color.LimeGreen;
     this.bBearbeiten.OnHoverTextColor = System.Drawing.Color.White;
     this.bBearbeiten.selected         = false;
     this.bBearbeiten.Size             = new System.Drawing.Size(200, 44);
     this.bBearbeiten.TabIndex         = 14;
     this.bBearbeiten.Text             = "  Bearbeiten";
     this.bBearbeiten.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bBearbeiten.Textcolor        = System.Drawing.Color.White;
     this.bBearbeiten.TextFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bBearbeiten.Click           += new System.EventHandler(this.bBearbeiten_Click);
     //
     // panelDatei
     //
     this.panelDatei.Controls.Add(this.bDatei);
     this.MenuBarAnimator.SetDecoration(this.panelDatei, BunifuAnimatorNS.DecorationType.None);
     this.panelDatei.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelDatei.Location = new System.Drawing.Point(0, 0);
     this.panelDatei.Name     = "panelDatei";
     this.panelDatei.Size     = new System.Drawing.Size(200, 43);
     this.panelDatei.TabIndex = 18;
     //
     // bDatei
     //
     this.bDatei.Activecolor           = System.Drawing.Color.LimeGreen;
     this.bDatei.BackColor             = System.Drawing.Color.ForestGreen;
     this.bDatei.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bDatei.BorderRadius          = 0;
     this.bDatei.ButtonText            = "  Datei";
     this.bDatei.Cursor = System.Windows.Forms.Cursors.Hand;
     this.MenuBarAnimator.SetDecoration(this.bDatei, BunifuAnimatorNS.DecorationType.None);
     this.bDatei.DisabledColor            = System.Drawing.Color.Gray;
     this.bDatei.Iconcolor                = System.Drawing.Color.Transparent;
     this.bDatei.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bDatei.Iconimage")));
     this.bDatei.Iconimage_right          = null;
     this.bDatei.Iconimage_right_Selected = null;
     this.bDatei.Iconimage_Selected       = null;
     this.bDatei.IconMarginLeft           = 0;
     this.bDatei.IconMarginRight          = 0;
     this.bDatei.IconRightVisible         = true;
     this.bDatei.IconRightZoom            = 0D;
     this.bDatei.IconVisible              = true;
     this.bDatei.IconZoom         = 50D;
     this.bDatei.IsTab            = false;
     this.bDatei.Location         = new System.Drawing.Point(0, 0);
     this.bDatei.Name             = "bDatei";
     this.bDatei.Normalcolor      = System.Drawing.Color.ForestGreen;
     this.bDatei.OnHovercolor     = System.Drawing.Color.LimeGreen;
     this.bDatei.OnHoverTextColor = System.Drawing.Color.White;
     this.bDatei.selected         = false;
     this.bDatei.Size             = new System.Drawing.Size(200, 44);
     this.bDatei.TabIndex         = 13;
     this.bDatei.Text             = "  Datei";
     this.bDatei.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDatei.Textcolor        = System.Drawing.Color.White;
     this.bDatei.TextFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bDatei.Click           += new System.EventHandler(this.bDatei_Click);
     //
     // MenuBarAnimator
     //
     this.MenuBarAnimator.AnimationType = BunifuAnimatorNS.AnimationType.ScaleAndHorizSlide;
     this.MenuBarAnimator.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(30, 0, 0, 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.MenuBarAnimator.DefaultAnimation = animation2;
     this.MenuBarAnimator.Interval         = 1000;
     this.MenuBarAnimator.TimeStep         = 0.1F;
     //
     // tabControl
     //
     this.tabControl.ActiveColor        = System.Drawing.Color.ForestGreen;
     this.tabControl.AllowDrop          = true;
     this.tabControl.BackTabColor       = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.tabControl.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.tabControl.ClosingButtonColor = System.Drawing.Color.White;
     this.tabControl.ClosingMessage     = null;
     this.tabControl.Controls.Add(this.tabPage2);
     this.MenuBarAnimator.SetDecoration(this.tabControl, BunifuAnimatorNS.DecorationType.None);
     this.tabControl.Font                = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl.HeaderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.tabControl.HorizontalLineColor = System.Drawing.Color.ForestGreen;
     this.tabControl.ItemSize            = new System.Drawing.Size(240, 16);
     this.tabControl.Location            = new System.Drawing.Point(415, 61);
     this.tabControl.Name                = "tabControl";
     this.tabControl.SelectedIndex       = 0;
     this.tabControl.SelectedTextColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControl.ShowClosingButton   = true;
     this.tabControl.ShowClosingMessage  = false;
     this.tabControl.Size                = new System.Drawing.Size(700, 561);
     this.tabControl.TabIndex            = 9;
     this.tabControl.TextColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.MenuBarAnimator.SetDecoration(this.tabPage2, BunifuAnimatorNS.DecorationType.None);
     this.tabPage2.Location = new System.Drawing.Point(4, 20);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(692, 537);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.MenuBarAnimator.SetDecoration(this.tabPage1, BunifuAnimatorNS.DecorationType.None);
     this.tabPage1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage1.Location = new System.Drawing.Point(4, 20);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(906, 537);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.MenuBarAnimator.SetDecoration(this.tabPage2, BunifuAnimatorNS.DecorationType.None);
     this.tabPage2.Location = new System.Drawing.Point(4, 20);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(910, 537);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))));
     this.MenuBarAnimator.SetDecoration(this.tabPage3, BunifuAnimatorNS.DecorationType.None);
     this.tabPage3.Location = new System.Drawing.Point(4, 20);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(906, 537);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "tabPage3";
     //
     // FileExplorerControl1
     //
     this.FileExplorerControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
     this.MenuBarAnimator.SetDecoration(this.FileExplorerControl1, BunifuAnimatorNS.DecorationType.None);
     this.FileExplorerControl1.Dock             = System.Windows.Forms.DockStyle.Left;
     this.FileExplorerControl1.Location         = new System.Drawing.Point(200, 61);
     this.FileExplorerControl1.Name             = "FileExplorerControl1";
     this.FileExplorerControl1.NodeHoverPath    = null;
     this.FileExplorerControl1.Path             = "C:\\Users\\Freddy Straub\\Documents";
     this.FileExplorerControl1.SelectedNodePath = null;
     this.FileExplorerControl1.Size             = new System.Drawing.Size(219, 573);
     this.FileExplorerControl1.TabIndex         = 10;
     //
     // mainTimer
     //
     this.mainTimer.Enabled  = true;
     this.mainTimer.Interval = 1;
     this.mainTimer.Tick    += new System.EventHandler(this.mainTimer_Tick);
     //
     // MaximaizeAnimation
     //
     this.MaximaizeAnimation.Interval = 10;
     this.MaximaizeAnimation.Tick    += new System.EventHandler(this.MaximaizeAnimation_Tick);
     //
     // MinimaizeAnimation
     //
     this.MinimaizeAnimation.Interval = 10;
     this.MinimaizeAnimation.Tick    += new System.EventHandler(this.MinimaizeAnimation_Tick);
     //
     // MapMakingStudio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.ClientSize          = new System.Drawing.Size(1127, 634);
     this.Controls.Add(this.FileExplorerControl1);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.panelMenuBar);
     this.Controls.Add(this.HeaderBar);
     this.MenuBarAnimator.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MinimumSize     = new System.Drawing.Size(667, 550);
     this.Name            = "MapMakingStudio";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "MapMakingStudio";
     this.Activated      += new System.EventHandler(this.MapMakingStudio_Activated);
     this.Load           += new System.EventHandler(this.MapMakingStudio_Load);
     this.Resize         += new System.EventHandler(this.MapMakingStudio_Resize);
     this.HeaderBar.ResumeLayout(false);
     this.HeaderBar.PerformLayout();
     this.panelHeaderButtons.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bMinimize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bMaximize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bClose)).EndInit();
     this.panelMenuBar.ResumeLayout(false);
     this.panelEinstellungen.ResumeLayout(false);
     this.panelSuche.ResumeLayout(false);
     this.panelSnippets.ResumeLayout(false);
     this.panelBearbeiten.ResumeLayout(false);
     this.panelDatei.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
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();
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.bunifuElipseFRMMain     = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panelLeft               = new System.Windows.Forms.Panel();
     this.btnLogout               = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnAbout                = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnSetting              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnUser                 = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnProductCategory      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnProduct              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnBill                 = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnDashboard            = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnMenu                 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pictrueBoxLogo          = new System.Windows.Forms.PictureBox();
     this.panelHeader             = new System.Windows.Forms.Panel();
     this.lblTitle                = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.pictureBoxTitle         = new System.Windows.Forms.PictureBox();
     this.panelExit               = new System.Windows.Forms.Panel();
     this.btnClose                = new Bunifu.Framework.UI.BunifuImageButton();
     this.btnMaximize             = new Bunifu.Framework.UI.BunifuImageButton();
     this.btnMinimize             = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuDragControl1      = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControlHeader = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.LogoTransition          = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panelMain               = new System.Windows.Forms.Panel();
     this.PanelTransition         = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.panelLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictrueBoxLogo)).BeginInit();
     this.panelHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).BeginInit();
     this.panelExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMaximize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimize)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipseFRMMain
     //
     this.bunifuElipseFRMMain.ElipseRadius  = 3;
     this.bunifuElipseFRMMain.TargetControl = this;
     //
     // panelLeft
     //
     this.panelLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.panelLeft.Controls.Add(this.btnLogout);
     this.panelLeft.Controls.Add(this.btnAbout);
     this.panelLeft.Controls.Add(this.btnSetting);
     this.panelLeft.Controls.Add(this.btnUser);
     this.panelLeft.Controls.Add(this.btnProductCategory);
     this.panelLeft.Controls.Add(this.btnProduct);
     this.panelLeft.Controls.Add(this.btnBill);
     this.panelLeft.Controls.Add(this.btnDashboard);
     this.panelLeft.Controls.Add(this.btnMenu);
     this.panelLeft.Controls.Add(this.pictrueBoxLogo);
     this.PanelTransition.SetDecoration(this.panelLeft, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.panelLeft, BunifuAnimatorNS.DecorationType.None);
     this.panelLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelLeft.Location = new System.Drawing.Point(0, 35);
     this.panelLeft.Name     = "panelLeft";
     this.panelLeft.Size     = new System.Drawing.Size(250, 665);
     this.panelLeft.TabIndex = 0;
     //
     // btnLogout
     //
     this.btnLogout.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnLogout.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLogout.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnLogout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnLogout.BorderRadius          = 0;
     this.btnLogout.ButtonText            = "     Đăng Xuất";
     this.btnLogout.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnLogout, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnLogout, BunifuAnimatorNS.DecorationType.None);
     this.btnLogout.DisabledColor            = System.Drawing.Color.Gray;
     this.btnLogout.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogout.ForeColor                = System.Drawing.Color.White;
     this.btnLogout.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnLogout.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnLogout.Iconimage")));
     this.btnLogout.Iconimage_right          = null;
     this.btnLogout.Iconimage_right_Selected = null;
     this.btnLogout.Iconimage_Selected       = null;
     this.btnLogout.IconMarginLeft           = 0;
     this.btnLogout.IconMarginRight          = 0;
     this.btnLogout.IconRightVisible         = true;
     this.btnLogout.IconRightZoom            = 0D;
     this.btnLogout.IconVisible              = true;
     this.btnLogout.IconZoom                 = 60D;
     this.btnLogout.IsTab                    = true;
     this.btnLogout.Location                 = new System.Drawing.Point(0, 615);
     this.btnLogout.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnLogout.Name                     = "btnLogout";
     this.btnLogout.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnLogout.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnLogout.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnLogout.selected                 = false;
     this.btnLogout.Size                     = new System.Drawing.Size(250, 50);
     this.btnLogout.TabIndex                 = 8;
     this.btnLogout.Text                     = "     Đăng Xuất";
     this.btnLogout.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnLogout.Textcolor                = System.Drawing.Color.White;
     this.btnLogout.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogout.Click                   += new System.EventHandler(this.btnLogout_Click);
     //
     // btnAbout
     //
     this.btnAbout.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnAbout.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnAbout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnAbout.BorderRadius          = 0;
     this.btnAbout.ButtonText            = "    GIỚI THIỆU";
     this.btnAbout.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnAbout, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnAbout, BunifuAnimatorNS.DecorationType.None);
     this.btnAbout.DisabledColor            = System.Drawing.Color.Gray;
     this.btnAbout.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAbout.ForeColor                = System.Drawing.Color.White;
     this.btnAbout.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnAbout.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnAbout.Iconimage")));
     this.btnAbout.Iconimage_right          = null;
     this.btnAbout.Iconimage_right_Selected = null;
     this.btnAbout.Iconimage_Selected       = null;
     this.btnAbout.IconMarginLeft           = 0;
     this.btnAbout.IconMarginRight          = 0;
     this.btnAbout.IconRightVisible         = true;
     this.btnAbout.IconRightZoom            = 0D;
     this.btnAbout.IconVisible              = true;
     this.btnAbout.IconZoom                 = 60D;
     this.btnAbout.IsTab                    = true;
     this.btnAbout.Location                 = new System.Drawing.Point(0, 414);
     this.btnAbout.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnAbout.Name                     = "btnAbout";
     this.btnAbout.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnAbout.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnAbout.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnAbout.selected                 = false;
     this.btnAbout.Size                     = new System.Drawing.Size(250, 50);
     this.btnAbout.TabIndex                 = 7;
     this.btnAbout.Text                     = "    GIỚI THIỆU";
     this.btnAbout.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAbout.Textcolor                = System.Drawing.Color.White;
     this.btnAbout.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAbout.Click                   += new System.EventHandler(this.btnAbout_Click);
     //
     // btnSetting
     //
     this.btnSetting.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnSetting.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnSetting.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSetting.BorderRadius          = 0;
     this.btnSetting.ButtonText            = "  CÀI ĐẶT";
     this.btnSetting.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnSetting, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnSetting, BunifuAnimatorNS.DecorationType.None);
     this.btnSetting.DisabledColor            = System.Drawing.Color.Gray;
     this.btnSetting.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSetting.ForeColor                = System.Drawing.Color.White;
     this.btnSetting.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnSetting.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnSetting.Iconimage")));
     this.btnSetting.Iconimage_right          = null;
     this.btnSetting.Iconimage_right_Selected = null;
     this.btnSetting.Iconimage_Selected       = null;
     this.btnSetting.IconMarginLeft           = 0;
     this.btnSetting.IconMarginRight          = 0;
     this.btnSetting.IconRightVisible         = true;
     this.btnSetting.IconRightZoom            = 0D;
     this.btnSetting.IconVisible              = true;
     this.btnSetting.IconZoom                 = 60D;
     this.btnSetting.IsTab                    = true;
     this.btnSetting.Location                 = new System.Drawing.Point(0, 364);
     this.btnSetting.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnSetting.Name                     = "btnSetting";
     this.btnSetting.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnSetting.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnSetting.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnSetting.selected                 = false;
     this.btnSetting.Size                     = new System.Drawing.Size(250, 50);
     this.btnSetting.TabIndex                 = 6;
     this.btnSetting.Text                     = "  CÀI ĐẶT";
     this.btnSetting.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSetting.Textcolor                = System.Drawing.Color.White;
     this.btnSetting.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSetting.Click                   += new System.EventHandler(this.btnSetting_Click);
     //
     // btnUser
     //
     this.btnUser.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnUser.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnUser.BorderRadius          = 0;
     this.btnUser.ButtonText            = "  NHÂN VIÊN";
     this.btnUser.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnUser, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnUser, BunifuAnimatorNS.DecorationType.None);
     this.btnUser.DisabledColor            = System.Drawing.Color.Gray;
     this.btnUser.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUser.ForeColor                = System.Drawing.Color.White;
     this.btnUser.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnUser.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnUser.Iconimage")));
     this.btnUser.Iconimage_right          = null;
     this.btnUser.Iconimage_right_Selected = null;
     this.btnUser.Iconimage_Selected       = null;
     this.btnUser.IconMarginLeft           = 0;
     this.btnUser.IconMarginRight          = 0;
     this.btnUser.IconRightVisible         = true;
     this.btnUser.IconRightZoom            = 0D;
     this.btnUser.IconVisible              = true;
     this.btnUser.IconZoom                 = 60D;
     this.btnUser.IsTab                    = true;
     this.btnUser.Location                 = new System.Drawing.Point(0, 313);
     this.btnUser.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnUser.Name                     = "btnUser";
     this.btnUser.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnUser.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnUser.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnUser.selected                 = false;
     this.btnUser.Size                     = new System.Drawing.Size(250, 50);
     this.btnUser.TabIndex                 = 5;
     this.btnUser.Text                     = "  NHÂN VIÊN";
     this.btnUser.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUser.Textcolor                = System.Drawing.Color.White;
     this.btnUser.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUser.Click                   += new System.EventHandler(this.btnUser_Click);
     //
     // btnProductCategory
     //
     this.btnProductCategory.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnProductCategory.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnProductCategory.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnProductCategory.BorderRadius          = 0;
     this.btnProductCategory.ButtonText            = "  DANH MỤC SẢN PHẨM";
     this.btnProductCategory.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnProductCategory, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnProductCategory, BunifuAnimatorNS.DecorationType.None);
     this.btnProductCategory.DisabledColor            = System.Drawing.Color.Gray;
     this.btnProductCategory.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnProductCategory.ForeColor                = System.Drawing.Color.White;
     this.btnProductCategory.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnProductCategory.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnProductCategory.Iconimage")));
     this.btnProductCategory.Iconimage_right          = null;
     this.btnProductCategory.Iconimage_right_Selected = null;
     this.btnProductCategory.Iconimage_Selected       = null;
     this.btnProductCategory.IconMarginLeft           = 0;
     this.btnProductCategory.IconMarginRight          = 0;
     this.btnProductCategory.IconRightVisible         = true;
     this.btnProductCategory.IconRightZoom            = 0D;
     this.btnProductCategory.IconVisible              = true;
     this.btnProductCategory.IconZoom                 = 60D;
     this.btnProductCategory.IsTab                    = true;
     this.btnProductCategory.Location                 = new System.Drawing.Point(0, 263);
     this.btnProductCategory.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnProductCategory.Name                     = "btnProductCategory";
     this.btnProductCategory.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnProductCategory.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnProductCategory.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnProductCategory.selected                 = false;
     this.btnProductCategory.Size                     = new System.Drawing.Size(250, 50);
     this.btnProductCategory.TabIndex                 = 4;
     this.btnProductCategory.Text                     = "  DANH MỤC SẢN PHẨM";
     this.btnProductCategory.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProductCategory.Textcolor                = System.Drawing.Color.White;
     this.btnProductCategory.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnProductCategory.Click                   += new System.EventHandler(this.btnProductCategory_Click);
     //
     // btnProduct
     //
     this.btnProduct.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnProduct.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnProduct.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnProduct.BorderRadius          = 0;
     this.btnProduct.ButtonText            = "  SẢN PHẨM";
     this.btnProduct.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnProduct, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnProduct, BunifuAnimatorNS.DecorationType.None);
     this.btnProduct.DisabledColor            = System.Drawing.Color.Gray;
     this.btnProduct.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnProduct.ForeColor                = System.Drawing.Color.White;
     this.btnProduct.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnProduct.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnProduct.Iconimage")));
     this.btnProduct.Iconimage_right          = null;
     this.btnProduct.Iconimage_right_Selected = null;
     this.btnProduct.Iconimage_Selected       = null;
     this.btnProduct.IconMarginLeft           = 0;
     this.btnProduct.IconMarginRight          = 0;
     this.btnProduct.IconRightVisible         = true;
     this.btnProduct.IconRightZoom            = 0D;
     this.btnProduct.IconVisible              = true;
     this.btnProduct.IconZoom                 = 60D;
     this.btnProduct.IsTab                    = true;
     this.btnProduct.Location                 = new System.Drawing.Point(0, 213);
     this.btnProduct.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnProduct.Name                     = "btnProduct";
     this.btnProduct.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnProduct.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnProduct.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnProduct.selected                 = false;
     this.btnProduct.Size                     = new System.Drawing.Size(250, 50);
     this.btnProduct.TabIndex                 = 3;
     this.btnProduct.Text                     = "  SẢN PHẨM";
     this.btnProduct.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProduct.Textcolor                = System.Drawing.Color.White;
     this.btnProduct.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnProduct.Click                   += new System.EventHandler(this.btnProduct_Click);
     //
     // btnBill
     //
     this.btnBill.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnBill.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnBill.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnBill.BorderRadius          = 0;
     this.btnBill.ButtonText            = "  HÓA ĐƠN";
     this.btnBill.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnBill, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnBill, BunifuAnimatorNS.DecorationType.None);
     this.btnBill.DisabledColor            = System.Drawing.Color.Gray;
     this.btnBill.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBill.ForeColor                = System.Drawing.Color.White;
     this.btnBill.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnBill.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnBill.Iconimage")));
     this.btnBill.Iconimage_right          = null;
     this.btnBill.Iconimage_right_Selected = null;
     this.btnBill.Iconimage_Selected       = null;
     this.btnBill.IconMarginLeft           = 0;
     this.btnBill.IconMarginRight          = 0;
     this.btnBill.IconRightVisible         = true;
     this.btnBill.IconRightZoom            = 0D;
     this.btnBill.IconVisible              = true;
     this.btnBill.IconZoom                 = 60D;
     this.btnBill.IsTab                    = true;
     this.btnBill.Location                 = new System.Drawing.Point(0, 162);
     this.btnBill.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnBill.Name                     = "btnBill";
     this.btnBill.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnBill.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnBill.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnBill.selected                 = false;
     this.btnBill.Size                     = new System.Drawing.Size(250, 50);
     this.btnBill.TabIndex                 = 2;
     this.btnBill.Text                     = "  HÓA ĐƠN";
     this.btnBill.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBill.Textcolor                = System.Drawing.Color.White;
     this.btnBill.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBill.Click                   += new System.EventHandler(this.btnBill_Click);
     //
     // btnDashboard
     //
     this.btnDashboard.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnDashboard.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnDashboard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnDashboard.BorderRadius          = 0;
     this.btnDashboard.ButtonText            = "  THỐNG KÊ";
     this.btnDashboard.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PanelTransition.SetDecoration(this.btnDashboard, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnDashboard, BunifuAnimatorNS.DecorationType.None);
     this.btnDashboard.DisabledColor            = System.Drawing.Color.Gray;
     this.btnDashboard.Font                     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDashboard.ForeColor                = System.Drawing.Color.White;
     this.btnDashboard.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnDashboard.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnDashboard.Iconimage")));
     this.btnDashboard.Iconimage_right          = null;
     this.btnDashboard.Iconimage_right_Selected = null;
     this.btnDashboard.Iconimage_Selected       = null;
     this.btnDashboard.IconMarginLeft           = 0;
     this.btnDashboard.IconMarginRight          = 0;
     this.btnDashboard.IconRightVisible         = true;
     this.btnDashboard.IconRightZoom            = 0D;
     this.btnDashboard.IconVisible              = true;
     this.btnDashboard.IconZoom                 = 60D;
     this.btnDashboard.IsTab                    = true;
     this.btnDashboard.Location                 = new System.Drawing.Point(0, 112);
     this.btnDashboard.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnDashboard.Name                     = "btnDashboard";
     this.btnDashboard.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.btnDashboard.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.btnDashboard.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnDashboard.selected                 = true;
     this.btnDashboard.Size                     = new System.Drawing.Size(250, 50);
     this.btnDashboard.TabIndex                 = 0;
     this.btnDashboard.Text                     = "  THỐNG KÊ";
     this.btnDashboard.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDashboard.Textcolor                = System.Drawing.Color.White;
     this.btnDashboard.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDashboard.Click                   += new System.EventHandler(this.btnDashboard_Click);
     //
     // btnMenu
     //
     this.btnMenu.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.PanelTransition.SetDecoration(this.btnMenu, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnMenu, BunifuAnimatorNS.DecorationType.None);
     this.btnMenu.Image       = ((System.Drawing.Image)(resources.GetObject("btnMenu.Image")));
     this.btnMenu.ImageActive = null;
     this.btnMenu.Location    = new System.Drawing.Point(209, 18);
     this.btnMenu.Name        = "btnMenu";
     this.btnMenu.Size        = new System.Drawing.Size(35, 35);
     this.btnMenu.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnMenu.TabIndex    = 1;
     this.btnMenu.TabStop     = false;
     this.btnMenu.Zoom        = 20;
     this.btnMenu.Click      += new System.EventHandler(this.btnMenu_Click);
     //
     // pictrueBoxLogo
     //
     this.LogoTransition.SetDecoration(this.pictrueBoxLogo, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransition.SetDecoration(this.pictrueBoxLogo, BunifuAnimatorNS.DecorationType.None);
     this.pictrueBoxLogo.Image    = ((System.Drawing.Image)(resources.GetObject("pictrueBoxLogo.Image")));
     this.pictrueBoxLogo.Location = new System.Drawing.Point(0, 0);
     this.pictrueBoxLogo.Name     = "pictrueBoxLogo";
     this.pictrueBoxLogo.Size     = new System.Drawing.Size(203, 95);
     this.pictrueBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictrueBoxLogo.TabIndex = 0;
     this.pictrueBoxLogo.TabStop  = false;
     //
     // panelHeader
     //
     this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(70)))), ((int)(((byte)(18)))));
     this.panelHeader.Controls.Add(this.lblTitle);
     this.panelHeader.Controls.Add(this.pictureBoxTitle);
     this.panelHeader.Controls.Add(this.panelExit);
     this.PanelTransition.SetDecoration(this.panelHeader, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.panelHeader, BunifuAnimatorNS.DecorationType.None);
     this.panelHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeader.Name     = "panelHeader";
     this.panelHeader.Size     = new System.Drawing.Size(1326, 35);
     this.panelHeader.TabIndex = 1;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.LogoTransition.SetDecoration(this.lblTitle, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransition.SetDecoration(this.lblTitle, BunifuAnimatorNS.DecorationType.None);
     this.lblTitle.Font      = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.Transparent;
     this.lblTitle.Location  = new System.Drawing.Point(45, 7);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(187, 22);
     this.lblTitle.TabIndex  = 6;
     this.lblTitle.Text      = "DASHBOARD - TPT";
     //
     // pictureBoxTitle
     //
     this.LogoTransition.SetDecoration(this.pictureBoxTitle, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransition.SetDecoration(this.pictureBoxTitle, BunifuAnimatorNS.DecorationType.None);
     this.pictureBoxTitle.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxTitle.Image")));
     this.pictureBoxTitle.Location = new System.Drawing.Point(3, 3);
     this.pictureBoxTitle.Name     = "pictureBoxTitle";
     this.pictureBoxTitle.Size     = new System.Drawing.Size(36, 29);
     this.pictureBoxTitle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxTitle.TabIndex = 5;
     this.pictureBoxTitle.TabStop  = false;
     //
     // panelExit
     //
     this.panelExit.BackColor = System.Drawing.Color.Transparent;
     this.panelExit.Controls.Add(this.btnClose);
     this.panelExit.Controls.Add(this.btnMaximize);
     this.panelExit.Controls.Add(this.btnMinimize);
     this.PanelTransition.SetDecoration(this.panelExit, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.panelExit, BunifuAnimatorNS.DecorationType.None);
     this.panelExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelExit.Location = new System.Drawing.Point(1167, 0);
     this.panelExit.Name     = "panelExit";
     this.panelExit.Size     = new System.Drawing.Size(159, 35);
     this.panelExit.TabIndex = 10;
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(70)))), ((int)(((byte)(18)))));
     this.PanelTransition.SetDecoration(this.btnClose, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnClose, BunifuAnimatorNS.DecorationType.None);
     this.btnClose.Image       = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageActive = null;
     this.btnClose.Location    = new System.Drawing.Point(113, 3);
     this.btnClose.Name        = "btnClose";
     this.btnClose.Size        = new System.Drawing.Size(43, 30);
     this.btnClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnClose.TabIndex    = 12;
     this.btnClose.TabStop     = false;
     this.btnClose.Zoom        = 20;
     this.btnClose.Click      += new System.EventHandler(this.btnClose_Click);
     //
     // btnMaximize
     //
     this.btnMaximize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(70)))), ((int)(((byte)(18)))));
     this.PanelTransition.SetDecoration(this.btnMaximize, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnMaximize, BunifuAnimatorNS.DecorationType.None);
     this.btnMaximize.Image       = ((System.Drawing.Image)(resources.GetObject("btnMaximize.Image")));
     this.btnMaximize.ImageActive = null;
     this.btnMaximize.Location    = new System.Drawing.Point(67, 3);
     this.btnMaximize.Name        = "btnMaximize";
     this.btnMaximize.Size        = new System.Drawing.Size(43, 30);
     this.btnMaximize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnMaximize.TabIndex    = 11;
     this.btnMaximize.TabStop     = false;
     this.btnMaximize.Zoom        = 20;
     this.btnMaximize.Click      += new System.EventHandler(this.btnMaximize_Click);
     //
     // btnMinimize
     //
     this.btnMinimize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(70)))), ((int)(((byte)(18)))));
     this.PanelTransition.SetDecoration(this.btnMinimize, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.btnMinimize, BunifuAnimatorNS.DecorationType.None);
     this.btnMinimize.Image       = ((System.Drawing.Image)(resources.GetObject("btnMinimize.Image")));
     this.btnMinimize.ImageActive = null;
     this.btnMinimize.Location    = new System.Drawing.Point(20, 3);
     this.btnMinimize.Name        = "btnMinimize";
     this.btnMinimize.Size        = new System.Drawing.Size(43, 30);
     this.btnMinimize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnMinimize.TabIndex    = 10;
     this.btnMinimize.TabStop     = false;
     this.btnMinimize.Zoom        = 20;
     this.btnMinimize.Click      += new System.EventHandler(this.btnMinimize_Click);
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = null;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControlHeader
     //
     this.bunifuDragControlHeader.Fixed         = true;
     this.bunifuDragControlHeader.Horizontal    = true;
     this.bunifuDragControlHeader.TargetControl = this.panelHeader;
     this.bunifuDragControlHeader.Vertical      = true;
     //
     // LogoTransition
     //
     this.LogoTransition.AnimationType = BunifuAnimatorNS.AnimationType.Mosaic;
     this.LogoTransition.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.LogoTransition.DefaultAnimation = animation2;
     this.LogoTransition.MaxAnimationTime = 1000;
     this.LogoTransition.TimeStep         = 0.01F;
     //
     // panelMain
     //
     this.PanelTransition.SetDecoration(this.panelMain, BunifuAnimatorNS.DecorationType.None);
     this.LogoTransition.SetDecoration(this.panelMain, BunifuAnimatorNS.DecorationType.None);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(250, 35);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(1076, 665);
     this.panelMain.TabIndex = 2;
     //
     // PanelTransition
     //
     this.PanelTransition.AnimationType = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.PanelTransition.Cursor        = null;
     animation1.AnimateOnlyDifferences  = true;
     animation1.BlindCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                  = 0F;
     animation1.MaxTime                    = 0.3F;
     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.PanelTransition.DefaultAnimation = animation1;
     this.PanelTransition.MaxAnimationTime = 1000;
     this.PanelTransition.TimeStep         = 0.01F;
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ClientSize          = new System.Drawing.Size(1326, 700);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panelLeft);
     this.Controls.Add(this.panelHeader);
     this.LogoTransition.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.PanelTransition.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FrmMain";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Main";
     this.panelLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictrueBoxLogo)).EndInit();
     this.panelHeader.ResumeLayout(false);
     this.panelHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).EndInit();
     this.panelExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMaximize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimize)).EndInit();
     this.ResumeLayout(false);
 }