GestionDeDommerceInformatique/Gestion de commerce Informa.../DashBoard.Designer.cs

217 lines
11 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Gestion_de_commerce_Informatique
{
partial class DashBoard
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
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
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard));
this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
this.lblAlertStock = new Bunifu.Framework.UI.BunifuCustomLabel();
this.dgvAlertStock = 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();
this.bunifuGauge2 = new Bunifu.Framework.UI.BunifuGauge();
((System.ComponentModel.ISupportInitialize)(this.dgvAlertStock)).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";
//
// 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";
//
// dgvAlertStock
//
this.dgvAlertStock.AllowUserToAddRows = false;
this.dgvAlertStock.AllowUserToDeleteRows = false;
this.dgvAlertStock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAlertStock.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.id,
this.Nom,
this.Quantité});
this.dgvAlertStock.Location = new System.Drawing.Point(364, 172);
this.dgvAlertStock.Name = "dgvAlertStock";
this.dgvAlertStock.ReadOnly = true;
this.dgvAlertStock.RowHeadersVisible = false;
this.dgvAlertStock.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvAlertStock.Size = new System.Drawing.Size(330, 302);
this.dgvAlertStock.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;
//
// 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;
//
// 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.dgvAlertStock);
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.dgvAlertStock)).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 dgvAlertStock;
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;
}
}