namespace Gestion_de_commerce_Informatique { partial class DashBoard { /// /// 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 de composants /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard)); this.bunifuGauge1 = new Bunifu.Framework.UI.BunifuGauge(); this.labelStock = new Bunifu.Framework.UI.BunifuCustomLabel(); this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel(); this.bunifuGauge2 = new Bunifu.Framework.UI.BunifuGauge(); this.SuspendLayout(); // // bunifuGauge1 // this.bunifuGauge1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGauge1.BackgroundImage"))); this.bunifuGauge1.Font = new System.Drawing.Font("Century Gothic", 15.75F); this.bunifuGauge1.Location = new System.Drawing.Point(3, 36); this.bunifuGauge1.Margin = new System.Windows.Forms.Padding(6); this.bunifuGauge1.Name = "bunifuGauge1"; this.bunifuGauge1.ProgressBgColor = System.Drawing.Color.Gray; this.bunifuGauge1.ProgressColor1 = System.Drawing.Color.Red; this.bunifuGauge1.ProgressColor2 = System.Drawing.Color.Green; this.bunifuGauge1.Size = new System.Drawing.Size(174, 117); this.bunifuGauge1.Suffix = ""; this.bunifuGauge1.TabIndex = 0; this.bunifuGauge1.Thickness = 30; this.bunifuGauge1.Value = 100; // // labelStock // this.labelStock.AutoSize = true; this.labelStock.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStock.Location = new System.Drawing.Point(53, 24); this.labelStock.Name = "labelStock"; this.labelStock.Size = new System.Drawing.Size(76, 25); this.labelStock.TabIndex = 1; this.labelStock.Text = "Stock"; // // bunifuCustomLabel1 // this.bunifuCustomLabel1.AutoSize = true; this.bunifuCustomLabel1.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bunifuCustomLabel1.Location = new System.Drawing.Point(498, 24); this.bunifuCustomLabel1.Name = "bunifuCustomLabel1"; this.bunifuCustomLabel1.Size = new System.Drawing.Size(196, 25); this.bunifuCustomLabel1.TabIndex = 3; this.bunifuCustomLabel1.Text = "Chiffre d\'afaire"; // // bunifuGauge2 // this.bunifuGauge2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGauge2.BackgroundImage"))); this.bunifuGauge2.Font = new System.Drawing.Font("Century Gothic", 15.75F); this.bunifuGauge2.Location = new System.Drawing.Point(503, 36); this.bunifuGauge2.Margin = new System.Windows.Forms.Padding(6); this.bunifuGauge2.Name = "bunifuGauge2"; this.bunifuGauge2.ProgressBgColor = System.Drawing.Color.Gray; this.bunifuGauge2.ProgressColor1 = System.Drawing.Color.Red; this.bunifuGauge2.ProgressColor2 = System.Drawing.Color.Green; this.bunifuGauge2.Size = new System.Drawing.Size(174, 117); this.bunifuGauge2.Suffix = ""; this.bunifuGauge2.TabIndex = 2; this.bunifuGauge2.Thickness = 30; this.bunifuGauge2.Value = 100; // // DashBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveBorder; this.Controls.Add(this.bunifuCustomLabel1); this.Controls.Add(this.bunifuGauge2); this.Controls.Add(this.labelStock); this.Controls.Add(this.bunifuGauge1); this.Name = "DashBoard"; this.Size = new System.Drawing.Size(697, 477); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Bunifu.Framework.UI.BunifuGauge bunifuGauge1; private Bunifu.Framework.UI.BunifuCustomLabel labelStock; private Bunifu.Framework.UI.BunifuCustomLabel bunifuCustomLabel1; private Bunifu.Framework.UI.BunifuGauge bunifuGauge2; } }