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.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel(); this.bunifuGauge2 = new Bunifu.Framework.UI.BunifuGauge(); this.lblAlertStock = new Bunifu.Framework.UI.BunifuCustomLabel(); this.dgvUser = new System.Windows.Forms.DataGridView(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Quantité = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblComandeEnCours = new Bunifu.Framework.UI.BunifuCustomLabel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // 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(428, 5); 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(443, 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(171, 102); this.bunifuGauge2.Suffix = ""; this.bunifuGauge2.TabIndex = 2; this.bunifuGauge2.Thickness = 30; this.bunifuGauge2.Value = 100; // // lblAlertStock // this.lblAlertStock.AutoSize = true; this.lblAlertStock.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlertStock.Location = new System.Drawing.Point(458, 144); this.lblAlertStock.Name = "lblAlertStock"; this.lblAlertStock.Size = new System.Drawing.Size(156, 25); this.lblAlertStock.TabIndex = 4; this.lblAlertStock.Text = "Alerte stock"; // // dgvUser // this.dgvUser.AllowUserToAddRows = false; this.dgvUser.AllowUserToDeleteRows = false; this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id, this.Nom, this.Quantité}); this.dgvUser.Location = new System.Drawing.Point(364, 172); this.dgvUser.Name = "dgvUser"; this.dgvUser.ReadOnly = true; this.dgvUser.RowHeadersVisible = false; this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvUser.Size = new System.Drawing.Size(330, 302); this.dgvUser.TabIndex = 5; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.MinimumWidth = 230; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; this.id.Width = 230; // // Nom // this.Nom.DataPropertyName = "Article"; this.Nom.HeaderText = "Article"; this.Nom.MinimumWidth = 20; this.Nom.Name = "Nom"; this.Nom.ReadOnly = true; this.Nom.Width = 250; // // Quantité // this.Quantité.DataPropertyName = "Quantite"; this.Quantité.HeaderText = "Quantité"; this.Quantité.Name = "Quantité"; this.Quantité.ReadOnly = true; this.Quantité.Width = 75; // // lblComandeEnCours // this.lblComandeEnCours.AutoSize = true; this.lblComandeEnCours.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblComandeEnCours.Location = new System.Drawing.Point(57, 0); this.lblComandeEnCours.Name = "lblComandeEnCours"; this.lblComandeEnCours.Size = new System.Drawing.Size(224, 25); this.lblComandeEnCours.TabIndex = 6; this.lblComandeEnCours.Text = "Commande En Cours"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3}); this.dataGridView1.Location = new System.Drawing.Point(3, 28); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(330, 446); this.dataGridView1.TabIndex = 7; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "id"; this.dataGridViewTextBoxColumn1.HeaderText = "id"; this.dataGridViewTextBoxColumn1.MinimumWidth = 230; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Visible = false; this.dataGridViewTextBoxColumn1.Width = 230; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "NomCommande"; this.dataGridViewTextBoxColumn2.HeaderText = "Nom de la commande"; this.dataGridViewTextBoxColumn2.MinimumWidth = 20; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 250; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Valeur"; this.dataGridViewTextBoxColumn3.HeaderText = "Valeur"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 75; // // 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.dataGridView1); this.Controls.Add(this.lblComandeEnCours); this.Controls.Add(this.dgvUser); this.Controls.Add(this.lblAlertStock); this.Controls.Add(this.bunifuCustomLabel1); this.Controls.Add(this.bunifuGauge2); this.Name = "DashBoard"; this.Size = new System.Drawing.Size(697, 477); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Bunifu.Framework.UI.BunifuCustomLabel bunifuCustomLabel1; private Bunifu.Framework.UI.BunifuGauge bunifuGauge2; private Bunifu.Framework.UI.BunifuCustomLabel lblAlertStock; private System.Windows.Forms.DataGridView dgvUser; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn Nom; private System.Windows.Forms.DataGridViewTextBoxColumn Quantité; private Bunifu.Framework.UI.BunifuCustomLabel lblComandeEnCours; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; } }