172 lines
9.6 KiB
C#
172 lines
9.6 KiB
C#
namespace Gestion_de_commerce_Informatique
|
||
{
|
||
partial class GestionStock
|
||
{
|
||
/// <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(GestionStock));
|
||
this.dgvArticle = new System.Windows.Forms.DataGridView();
|
||
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
||
this.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox();
|
||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvArticle)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// dgvArticle
|
||
//
|
||
this.dgvArticle.AllowUserToAddRows = false;
|
||
this.dgvArticle.AllowUserToDeleteRows = false;
|
||
this.dgvArticle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgvArticle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.dataGridViewTextBoxColumn1,
|
||
this.dataGridViewTextBoxColumn2,
|
||
this.dataGridViewTextBoxColumn3,
|
||
this.Stock});
|
||
this.dgvArticle.Location = new System.Drawing.Point(20, 51);
|
||
this.dgvArticle.Name = "dgvArticle";
|
||
this.dgvArticle.ReadOnly = true;
|
||
this.dgvArticle.RowHeadersVisible = false;
|
||
this.dgvArticle.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dgvArticle.Size = new System.Drawing.Size(664, 343);
|
||
this.dgvArticle.TabIndex = 7;
|
||
this.dgvArticle.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
||
this.dgvArticle.DoubleClick += new System.EventHandler(this.dgvArticle_DoubleClick);
|
||
//
|
||
// 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 = "Ajouter un article";
|
||
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.canvas;
|
||
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(192, 400);
|
||
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(320, 67);
|
||
this.bunifuFlatButton1.TabIndex = 12;
|
||
this.bunifuFlatButton1.Text = "Ajouter un article";
|
||
this.bunifuFlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.bunifuFlatButton1.Textcolor = System.Drawing.Color.Black;
|
||
this.bunifuFlatButton1.TextFont = new System.Drawing.Font("Stencil", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.bunifuFlatButton1.Click += new System.EventHandler(this.bunifuFlatButton1_Click);
|
||
//
|
||
// txtBoxRecherche
|
||
//
|
||
this.txtBoxRecherche.BackColor = System.Drawing.Color.Silver;
|
||
this.txtBoxRecherche.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("txtBoxRecherche.BackgroundImage")));
|
||
this.txtBoxRecherche.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.txtBoxRecherche.ForeColor = System.Drawing.Color.Black;
|
||
this.txtBoxRecherche.Icon = ((System.Drawing.Image)(resources.GetObject("txtBoxRecherche.Icon")));
|
||
this.txtBoxRecherche.Location = new System.Drawing.Point(20, 3);
|
||
this.txtBoxRecherche.Name = "txtBoxRecherche";
|
||
this.txtBoxRecherche.Size = new System.Drawing.Size(664, 42);
|
||
this.txtBoxRecherche.TabIndex = 10;
|
||
this.txtBoxRecherche.text = "";
|
||
this.txtBoxRecherche.KeyUp += new System.EventHandler(this.txtBoxRecherche_KeyUp);
|
||
//
|
||
// dataGridViewTextBoxColumn1
|
||
//
|
||
this.dataGridViewTextBoxColumn1.DataPropertyName = "idArt";
|
||
this.dataGridViewTextBoxColumn1.HeaderText = "idArt";
|
||
this.dataGridViewTextBoxColumn1.MinimumWidth = 230;
|
||
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||
this.dataGridViewTextBoxColumn1.Visible = false;
|
||
this.dataGridViewTextBoxColumn1.Width = 230;
|
||
//
|
||
// dataGridViewTextBoxColumn2
|
||
//
|
||
this.dataGridViewTextBoxColumn2.DataPropertyName = "NomArticle";
|
||
this.dataGridViewTextBoxColumn2.HeaderText = "Nom de l\'artilce";
|
||
this.dataGridViewTextBoxColumn2.MinimumWidth = 20;
|
||
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
||
this.dataGridViewTextBoxColumn2.Width = 520;
|
||
//
|
||
// dataGridViewTextBoxColumn3
|
||
//
|
||
this.dataGridViewTextBoxColumn3.DataPropertyName = "Valeur";
|
||
this.dataGridViewTextBoxColumn3.HeaderText = "Valeur";
|
||
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
||
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
||
this.dataGridViewTextBoxColumn3.Width = 70;
|
||
//
|
||
// Stock
|
||
//
|
||
this.Stock.DataPropertyName = "Stock";
|
||
this.Stock.HeaderText = "Stock";
|
||
this.Stock.Name = "Stock";
|
||
this.Stock.ReadOnly = true;
|
||
this.Stock.Width = 68;
|
||
//
|
||
// GestionStock
|
||
//
|
||
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.txtBoxRecherche);
|
||
this.Controls.Add(this.dgvArticle);
|
||
this.Name = "GestionStock";
|
||
this.Size = new System.Drawing.Size(697, 477);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvArticle)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.DataGridView dgvArticle;
|
||
private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche;
|
||
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Stock;
|
||
}
|
||
}
|