namespace Gestion_de_commerce_Informatique { partial class Form1 { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components); this.bunifuDragControlPanRight = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.panRight = new System.Windows.Forms.Panel(); this.bunifuDragControlBgPanelLeft = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.panTop = new System.Windows.Forms.Panel(); this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.bgPanelLeft = new Bunifu.Framework.UI.BunifuGradientPanel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnExit = new Bunifu.Framework.UI.BunifuFlatButton(); this.btnConfig = new Bunifu.Framework.UI.BunifuFlatButton(); this.btnUserMannager = new Bunifu.Framework.UI.BunifuFlatButton(); this.bunifuFlatButton3 = new Bunifu.Framework.UI.BunifuFlatButton(); this.btnStock = new Bunifu.Framework.UI.BunifuFlatButton(); this.btnCommande = new Bunifu.Framework.UI.BunifuFlatButton(); this.btnDashBoard = new Bunifu.Framework.UI.BunifuFlatButton(); this.panTop.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.bgPanelLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // bunifuElipse1 // this.bunifuElipse1.ElipseRadius = 2; this.bunifuElipse1.TargetControl = this; // // bunifuDragControlPanRight // this.bunifuDragControlPanRight.Fixed = true; this.bunifuDragControlPanRight.Horizontal = true; this.bunifuDragControlPanRight.TargetControl = this.panRight; this.bunifuDragControlPanRight.Vertical = true; // // panRight // this.panRight.Dock = System.Windows.Forms.DockStyle.Bottom; this.panRight.Location = new System.Drawing.Point(214, 30); this.panRight.Name = "panRight"; this.panRight.Size = new System.Drawing.Size(697, 477); this.panRight.TabIndex = 1; // // bunifuDragControlBgPanelLeft // this.bunifuDragControlBgPanelLeft.Fixed = true; this.bunifuDragControlBgPanelLeft.Horizontal = true; this.bunifuDragControlBgPanelLeft.TargetControl = this.bgPanelLeft; this.bunifuDragControlBgPanelLeft.Vertical = true; // // panTop // this.panTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.panTop.Controls.Add(this.pictureBox2); this.panTop.Dock = System.Windows.Forms.DockStyle.Top; this.panTop.Location = new System.Drawing.Point(214, 0); this.panTop.Name = "panTop"; this.panTop.Size = new System.Drawing.Size(697, 24); this.panTop.TabIndex = 2; // // bunifuDragControl1 // this.bunifuDragControl1.Fixed = true; this.bunifuDragControl1.Horizontal = true; this.bunifuDragControl1.TargetControl = this.panTop; this.bunifuDragControl1.Vertical = true; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox2.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.exit2; this.pictureBox2.Location = new System.Drawing.Point(676, 3); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(18, 18); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 3; this.pictureBox2.TabStop = false; this.pictureBox2.Click += new System.EventHandler(this.btnExit_Click); // // bgPanelLeft // this.bgPanelLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bgPanelLeft.BackgroundImage"))); this.bgPanelLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.bgPanelLeft.Controls.Add(this.pictureBox1); this.bgPanelLeft.Controls.Add(this.btnExit); this.bgPanelLeft.Controls.Add(this.btnConfig); this.bgPanelLeft.Controls.Add(this.btnUserMannager); this.bgPanelLeft.Controls.Add(this.bunifuFlatButton3); this.bgPanelLeft.Controls.Add(this.btnStock); this.bgPanelLeft.Controls.Add(this.btnCommande); this.bgPanelLeft.Controls.Add(this.btnDashBoard); this.bgPanelLeft.Dock = System.Windows.Forms.DockStyle.Left; this.bgPanelLeft.GradientBottomLeft = System.Drawing.Color.DarkBlue; this.bgPanelLeft.GradientBottomRight = System.Drawing.Color.DeepSkyBlue; this.bgPanelLeft.GradientTopLeft = System.Drawing.Color.Indigo; this.bgPanelLeft.GradientTopRight = System.Drawing.SystemColors.WindowText; this.bgPanelLeft.Location = new System.Drawing.Point(0, 0); this.bgPanelLeft.Name = "bgPanelLeft"; this.bgPanelLeft.Quality = 10; this.bgPanelLeft.Size = new System.Drawing.Size(214, 507); this.bgPanelLeft.TabIndex = 0; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.logo; this.pictureBox1.Location = new System.Drawing.Point(12, 21); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(195, 49); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // btnExit // this.btnExit.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnExit.BackColor = System.Drawing.Color.Transparent; this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnExit.BorderRadius = 0; this.btnExit.ButtonText = "Quitter"; this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExit.DisabledColor = System.Drawing.Color.Gray; this.btnExit.Iconcolor = System.Drawing.Color.Transparent; this.btnExit.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.exit; this.btnExit.Iconimage_right = null; this.btnExit.Iconimage_right_Selected = null; this.btnExit.Iconimage_Selected = null; this.btnExit.IconMarginLeft = 25; this.btnExit.IconMarginRight = 0; this.btnExit.IconRightVisible = true; this.btnExit.IconRightZoom = 0D; this.btnExit.IconVisible = true; this.btnExit.IconZoom = 90D; this.btnExit.IsTab = false; this.btnExit.Location = new System.Drawing.Point(3, 421); this.btnExit.Name = "btnExit"; this.btnExit.Normalcolor = System.Drawing.Color.Transparent; this.btnExit.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.btnExit.OnHoverTextColor = System.Drawing.Color.White; this.btnExit.selected = false; this.btnExit.Size = new System.Drawing.Size(205, 47); this.btnExit.TabIndex = 6; this.btnExit.TabStop = false; this.btnExit.Text = "Quitter"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Textcolor = System.Drawing.Color.White; this.btnExit.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnConfig // this.btnConfig.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnConfig.BackColor = System.Drawing.Color.Transparent; this.btnConfig.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnConfig.BorderRadius = 0; this.btnConfig.ButtonText = "Configuration"; this.btnConfig.Cursor = System.Windows.Forms.Cursors.Hand; this.btnConfig.DisabledColor = System.Drawing.Color.Gray; this.btnConfig.Iconcolor = System.Drawing.Color.Transparent; this.btnConfig.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.setting; this.btnConfig.Iconimage_right = null; this.btnConfig.Iconimage_right_Selected = null; this.btnConfig.Iconimage_Selected = null; this.btnConfig.IconMarginLeft = 25; this.btnConfig.IconMarginRight = 0; this.btnConfig.IconRightVisible = true; this.btnConfig.IconRightZoom = 0D; this.btnConfig.IconVisible = true; this.btnConfig.IconZoom = 90D; this.btnConfig.IsTab = false; this.btnConfig.Location = new System.Drawing.Point(3, 369); this.btnConfig.Name = "btnConfig"; this.btnConfig.Normalcolor = System.Drawing.Color.Transparent; this.btnConfig.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.btnConfig.OnHoverTextColor = System.Drawing.Color.White; this.btnConfig.selected = false; this.btnConfig.Size = new System.Drawing.Size(205, 47); this.btnConfig.TabIndex = 5; this.btnConfig.TabStop = false; this.btnConfig.Text = "Configuration"; this.btnConfig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnConfig.Textcolor = System.Drawing.Color.White; this.btnConfig.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConfig.Click += new System.EventHandler(this.btn_Click); // // btnUserMannager // this.btnUserMannager.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnUserMannager.BackColor = System.Drawing.Color.Transparent; this.btnUserMannager.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnUserMannager.BorderRadius = 0; this.btnUserMannager.ButtonText = "Gestion utilisateurs"; this.btnUserMannager.Cursor = System.Windows.Forms.Cursors.Hand; this.btnUserMannager.DisabledColor = System.Drawing.Color.Gray; this.btnUserMannager.Iconcolor = System.Drawing.Color.Transparent; this.btnUserMannager.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.usercfg; this.btnUserMannager.Iconimage_right = null; this.btnUserMannager.Iconimage_right_Selected = null; this.btnUserMannager.Iconimage_Selected = null; this.btnUserMannager.IconMarginLeft = 25; this.btnUserMannager.IconMarginRight = 0; this.btnUserMannager.IconRightVisible = true; this.btnUserMannager.IconRightZoom = 0D; this.btnUserMannager.IconVisible = true; this.btnUserMannager.IconZoom = 90D; this.btnUserMannager.IsTab = false; this.btnUserMannager.Location = new System.Drawing.Point(3, 315); this.btnUserMannager.Name = "btnUserMannager"; this.btnUserMannager.Normalcolor = System.Drawing.Color.Transparent; this.btnUserMannager.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.btnUserMannager.OnHoverTextColor = System.Drawing.Color.White; this.btnUserMannager.selected = false; this.btnUserMannager.Size = new System.Drawing.Size(205, 47); this.btnUserMannager.TabIndex = 4; this.btnUserMannager.TabStop = false; this.btnUserMannager.Text = "Gestion utilisateurs"; this.btnUserMannager.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUserMannager.Textcolor = System.Drawing.Color.White; this.btnUserMannager.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUserMannager.Click += new System.EventHandler(this.btn_Click); // // bunifuFlatButton3 // this.bunifuFlatButton3.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bunifuFlatButton3.BackColor = System.Drawing.Color.Transparent; this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.bunifuFlatButton3.BorderRadius = 0; this.bunifuFlatButton3.ButtonText = "bunifuFlatButton3"; this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.bunifuFlatButton3.DisabledColor = System.Drawing.Color.Gray; this.bunifuFlatButton3.Iconcolor = System.Drawing.Color.Transparent; this.bunifuFlatButton3.Iconimage = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage"))); this.bunifuFlatButton3.Iconimage_right = null; this.bunifuFlatButton3.Iconimage_right_Selected = null; this.bunifuFlatButton3.Iconimage_Selected = null; this.bunifuFlatButton3.IconMarginLeft = 25; this.bunifuFlatButton3.IconMarginRight = 0; this.bunifuFlatButton3.IconRightVisible = true; this.bunifuFlatButton3.IconRightZoom = 0D; this.bunifuFlatButton3.IconVisible = true; this.bunifuFlatButton3.IconZoom = 90D; this.bunifuFlatButton3.IsTab = false; this.bunifuFlatButton3.Location = new System.Drawing.Point(3, 261); this.bunifuFlatButton3.Name = "bunifuFlatButton3"; this.bunifuFlatButton3.Normalcolor = System.Drawing.Color.Transparent; this.bunifuFlatButton3.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.White; this.bunifuFlatButton3.selected = false; this.bunifuFlatButton3.Size = new System.Drawing.Size(205, 47); this.bunifuFlatButton3.TabIndex = 3; this.bunifuFlatButton3.TabStop = false; this.bunifuFlatButton3.Text = "bunifuFlatButton3"; this.bunifuFlatButton3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.bunifuFlatButton3.Textcolor = System.Drawing.Color.White; this.bunifuFlatButton3.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); // // btnStock // this.btnStock.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnStock.BackColor = System.Drawing.Color.Transparent; this.btnStock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnStock.BorderRadius = 0; this.btnStock.ButtonText = "Stock"; this.btnStock.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStock.DisabledColor = System.Drawing.Color.Gray; this.btnStock.Iconcolor = System.Drawing.Color.Transparent; this.btnStock.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.stock; this.btnStock.Iconimage_right = null; this.btnStock.Iconimage_right_Selected = null; this.btnStock.Iconimage_Selected = null; this.btnStock.IconMarginLeft = 25; this.btnStock.IconMarginRight = 0; this.btnStock.IconRightVisible = true; this.btnStock.IconRightZoom = 0D; this.btnStock.IconVisible = true; this.btnStock.IconZoom = 90D; this.btnStock.IsTab = false; this.btnStock.Location = new System.Drawing.Point(3, 207); this.btnStock.Name = "btnStock"; this.btnStock.Normalcolor = System.Drawing.Color.Transparent; this.btnStock.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.btnStock.OnHoverTextColor = System.Drawing.Color.White; this.btnStock.selected = false; this.btnStock.Size = new System.Drawing.Size(205, 47); this.btnStock.TabIndex = 2; this.btnStock.TabStop = false; this.btnStock.Text = "Stock"; this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnStock.Textcolor = System.Drawing.Color.White; this.btnStock.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStock.Click += new System.EventHandler(this.btn_Click); // // btnCommande // this.btnCommande.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCommande.BackColor = System.Drawing.Color.Transparent; this.btnCommande.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnCommande.BorderRadius = 0; this.btnCommande.ButtonText = "Commande"; this.btnCommande.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCommande.DisabledColor = System.Drawing.Color.Gray; this.btnCommande.Iconcolor = System.Drawing.Color.Transparent; this.btnCommande.Iconimage = ((System.Drawing.Image)(resources.GetObject("btnCommande.Iconimage"))); this.btnCommande.Iconimage_right = null; this.btnCommande.Iconimage_right_Selected = null; this.btnCommande.Iconimage_Selected = null; this.btnCommande.IconMarginLeft = 25; this.btnCommande.IconMarginRight = 0; this.btnCommande.IconRightVisible = true; this.btnCommande.IconRightZoom = 0D; this.btnCommande.IconVisible = true; this.btnCommande.IconZoom = 90D; this.btnCommande.IsTab = false; this.btnCommande.Location = new System.Drawing.Point(3, 155); this.btnCommande.Name = "btnCommande"; this.btnCommande.Normalcolor = System.Drawing.Color.Transparent; this.btnCommande.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.btnCommande.OnHoverTextColor = System.Drawing.Color.White; this.btnCommande.selected = false; this.btnCommande.Size = new System.Drawing.Size(205, 47); this.btnCommande.TabIndex = 1; this.btnCommande.TabStop = false; this.btnCommande.Text = "Commande"; this.btnCommande.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnCommande.Textcolor = System.Drawing.Color.White; this.btnCommande.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCommande.Click += new System.EventHandler(this.btn_Click); // // btnDashBoard // this.btnDashBoard.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnDashBoard.BackColor = System.Drawing.Color.Transparent; this.btnDashBoard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnDashBoard.BorderRadius = 0; this.btnDashBoard.ButtonText = "DashBoard"; this.btnDashBoard.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDashBoard.DisabledColor = System.Drawing.SystemColors.GrayText; 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 = 25; this.btnDashBoard.IconMarginRight = 0; this.btnDashBoard.IconRightVisible = true; this.btnDashBoard.IconRightZoom = 0D; this.btnDashBoard.IconVisible = true; this.btnDashBoard.IconZoom = 90D; this.btnDashBoard.IsTab = false; this.btnDashBoard.Location = new System.Drawing.Point(3, 101); this.btnDashBoard.Name = "btnDashBoard"; this.btnDashBoard.Normalcolor = System.Drawing.Color.Transparent; this.btnDashBoard.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36))))); this.btnDashBoard.OnHoverTextColor = System.Drawing.Color.White; this.btnDashBoard.selected = false; this.btnDashBoard.Size = new System.Drawing.Size(205, 47); this.btnDashBoard.TabIndex = 0; this.btnDashBoard.TabStop = false; this.btnDashBoard.Text = "DashBoard"; this.btnDashBoard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDashBoard.Textcolor = System.Drawing.Color.White; this.btnDashBoard.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDashBoard.Click += new System.EventHandler(this.btn_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DimGray; this.ClientSize = new System.Drawing.Size(911, 507); this.Controls.Add(this.panTop); this.Controls.Add(this.panRight); this.Controls.Add(this.bgPanelLeft); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Form1"; this.Text = "Form1"; this.panTop.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.bgPanelLeft.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private Bunifu.Framework.UI.BunifuElipse bunifuElipse1; private Bunifu.Framework.UI.BunifuDragControl bunifuDragControlPanRight; private Bunifu.Framework.UI.BunifuGradientPanel bgPanelLeft; private Bunifu.Framework.UI.BunifuFlatButton btnDashBoard; private Bunifu.Framework.UI.BunifuFlatButton btnExit; private Bunifu.Framework.UI.BunifuFlatButton btnConfig; private Bunifu.Framework.UI.BunifuFlatButton btnUserMannager; private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton3; private Bunifu.Framework.UI.BunifuFlatButton btnStock; private Bunifu.Framework.UI.BunifuFlatButton btnCommande; private System.Windows.Forms.Panel panRight; private Bunifu.Framework.UI.BunifuDragControl bunifuDragControlBgPanelLeft; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Panel panTop; private Bunifu.Framework.UI.BunifuDragControl bunifuDragControl1; } }