180 lines
10 KiB
C#
180 lines
10 KiB
C#
namespace Gestion_de_commerce_Informatique
|
||
{
|
||
partial class Commande
|
||
{
|
||
/// <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(Commande));
|
||
this.bgCommandeEnCours = new Bunifu.Framework.UI.BunifuGauge();
|
||
this.labelCommande = new Bunifu.Framework.UI.BunifuCustomLabel();
|
||
this.dgvCommandeEnCours = new System.Windows.Forms.DataGridView();
|
||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.lblLastCommande = new Bunifu.Framework.UI.BunifuCustomLabel();
|
||
this.bgDernierCommande = new Bunifu.Framework.UI.BunifuGauge();
|
||
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvCommandeEnCours)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// bgCommandeEnCours
|
||
//
|
||
this.bgCommandeEnCours.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bgCommandeEnCours.BackgroundImage")));
|
||
this.bgCommandeEnCours.Font = new System.Drawing.Font("Century Gothic", 15.75F);
|
||
this.bgCommandeEnCours.Location = new System.Drawing.Point(82, 36);
|
||
this.bgCommandeEnCours.Margin = new System.Windows.Forms.Padding(6);
|
||
this.bgCommandeEnCours.Name = "bgCommandeEnCours";
|
||
this.bgCommandeEnCours.ProgressBgColor = System.Drawing.Color.Gray;
|
||
this.bgCommandeEnCours.ProgressColor1 = System.Drawing.Color.Chartreuse;
|
||
this.bgCommandeEnCours.ProgressColor2 = System.Drawing.Color.Red;
|
||
this.bgCommandeEnCours.Size = new System.Drawing.Size(174, 117);
|
||
this.bgCommandeEnCours.Suffix = "";
|
||
this.bgCommandeEnCours.TabIndex = 0;
|
||
this.bgCommandeEnCours.Thickness = 30;
|
||
this.bgCommandeEnCours.Value = 100;
|
||
//
|
||
// labelCommande
|
||
//
|
||
this.labelCommande.AutoSize = true;
|
||
this.labelCommande.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelCommande.Location = new System.Drawing.Point(58, 18);
|
||
this.labelCommande.Name = "labelCommande";
|
||
this.labelCommande.Size = new System.Drawing.Size(224, 25);
|
||
this.labelCommande.TabIndex = 1;
|
||
this.labelCommande.Text = "Commande en cours";
|
||
//
|
||
// dgvCommandeEnCours
|
||
//
|
||
this.dgvCommandeEnCours.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgvCommandeEnCours.Location = new System.Drawing.Point(8, 162);
|
||
this.dgvCommandeEnCours.Name = "dgvCommandeEnCours";
|
||
this.dgvCommandeEnCours.Size = new System.Drawing.Size(316, 255);
|
||
this.dgvCommandeEnCours.TabIndex = 2;
|
||
//
|
||
// dataGridView1
|
||
//
|
||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView1.Location = new System.Drawing.Point(373, 162);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.Size = new System.Drawing.Size(321, 255);
|
||
this.dataGridView1.TabIndex = 5;
|
||
//
|
||
// lblLastCommande
|
||
//
|
||
this.lblLastCommande.AutoSize = true;
|
||
this.lblLastCommande.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.lblLastCommande.Location = new System.Drawing.Point(399, 18);
|
||
this.lblLastCommande.Name = "lblLastCommande";
|
||
this.lblLastCommande.Size = new System.Drawing.Size(266, 25);
|
||
this.lblLastCommande.TabIndex = 4;
|
||
this.lblLastCommande.Text = "Dernière de la semaine";
|
||
//
|
||
// bgDernierCommande
|
||
//
|
||
this.bgDernierCommande.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bgDernierCommande.BackgroundImage")));
|
||
this.bgDernierCommande.Font = new System.Drawing.Font("Century Gothic", 15.75F);
|
||
this.bgDernierCommande.Location = new System.Drawing.Point(448, 36);
|
||
this.bgDernierCommande.Margin = new System.Windows.Forms.Padding(6);
|
||
this.bgDernierCommande.Name = "bgDernierCommande";
|
||
this.bgDernierCommande.ProgressBgColor = System.Drawing.Color.Gray;
|
||
this.bgDernierCommande.ProgressColor1 = System.Drawing.Color.Red;
|
||
this.bgDernierCommande.ProgressColor2 = System.Drawing.Color.Green;
|
||
this.bgDernierCommande.Size = new System.Drawing.Size(174, 117);
|
||
this.bgDernierCommande.Suffix = "";
|
||
this.bgDernierCommande.TabIndex = 3;
|
||
this.bgDernierCommande.Tag = "test";
|
||
this.bgDernierCommande.Thickness = 30;
|
||
this.bgDernierCommande.Value = 100;
|
||
//
|
||
// bunifuFlatButton1
|
||
//
|
||
this.bunifuFlatButton1.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
this.bunifuFlatButton1.BackColor = System.Drawing.Color.Transparent;
|
||
this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.bunifuFlatButton1.BorderRadius = 0;
|
||
this.bunifuFlatButton1.ButtonText = "Passer une commande";
|
||
this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.bunifuFlatButton1.DisabledColor = System.Drawing.Color.Gray;
|
||
this.bunifuFlatButton1.Font = new System.Drawing.Font("Stencil", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.bunifuFlatButton1.Iconcolor = System.Drawing.Color.Transparent;
|
||
this.bunifuFlatButton1.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.commande;
|
||
this.bunifuFlatButton1.Iconimage_right = null;
|
||
this.bunifuFlatButton1.Iconimage_right_Selected = null;
|
||
this.bunifuFlatButton1.Iconimage_Selected = null;
|
||
this.bunifuFlatButton1.IconMarginLeft = 0;
|
||
this.bunifuFlatButton1.IconMarginRight = 0;
|
||
this.bunifuFlatButton1.IconRightVisible = true;
|
||
this.bunifuFlatButton1.IconRightZoom = 0D;
|
||
this.bunifuFlatButton1.IconVisible = true;
|
||
this.bunifuFlatButton1.IconZoom = 90D;
|
||
this.bunifuFlatButton1.IsTab = false;
|
||
this.bunifuFlatButton1.Location = new System.Drawing.Point(248, 423);
|
||
this.bunifuFlatButton1.Name = "bunifuFlatButton1";
|
||
this.bunifuFlatButton1.Normalcolor = System.Drawing.Color.Transparent;
|
||
this.bunifuFlatButton1.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.Black;
|
||
this.bunifuFlatButton1.selected = false;
|
||
this.bunifuFlatButton1.Size = new System.Drawing.Size(209, 51);
|
||
this.bunifuFlatButton1.TabIndex = 7;
|
||
this.bunifuFlatButton1.Text = "Passer une commande";
|
||
this.bunifuFlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.bunifuFlatButton1.Textcolor = System.Drawing.Color.Black;
|
||
this.bunifuFlatButton1.TextFont = new System.Drawing.Font("Stencil", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.bunifuFlatButton1.Click += new System.EventHandler(this.bunifuFlatButton1_Click);
|
||
//
|
||
// Commande
|
||
//
|
||
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.bunifuFlatButton1);
|
||
this.Controls.Add(this.dataGridView1);
|
||
this.Controls.Add(this.lblLastCommande);
|
||
this.Controls.Add(this.bgDernierCommande);
|
||
this.Controls.Add(this.dgvCommandeEnCours);
|
||
this.Controls.Add(this.labelCommande);
|
||
this.Controls.Add(this.bgCommandeEnCours);
|
||
this.Name = "Commande";
|
||
this.Size = new System.Drawing.Size(697, 477);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvCommandeEnCours)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Bunifu.Framework.UI.BunifuGauge bgCommandeEnCours;
|
||
private Bunifu.Framework.UI.BunifuCustomLabel labelCommande;
|
||
private System.Windows.Forms.DataGridView dgvCommandeEnCours;
|
||
private System.Windows.Forms.DataGridView dataGridView1;
|
||
private Bunifu.Framework.UI.BunifuCustomLabel lblLastCommande;
|
||
private Bunifu.Framework.UI.BunifuGauge bgDernierCommande;
|
||
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton1;
|
||
}
|
||
}
|