349 lines
21 KiB
C#
349 lines
21 KiB
C#
|
namespace Gestion_de_commerce_Informatique
|
|||
|
{
|
|||
|
partial class ConfigLSTArt
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigLSTArt));
|
|||
|
VisualPlus.Structure.TextStyle textStyle3 = new VisualPlus.Structure.TextStyle();
|
|||
|
VisualPlus.Structure.TextStyle textStyle2 = new VisualPlus.Structure.TextStyle();
|
|||
|
VisualPlus.Structure.TextStyle textStyle1 = new VisualPlus.Structure.TextStyle();
|
|||
|
this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
|
|||
|
this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
|||
|
this.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox();
|
|||
|
this.dgvArticle = new System.Windows.Forms.DataGridView();
|
|||
|
this.btnAddPanier = new Bunifu.Framework.UI.BunifuFlatButton();
|
|||
|
this.btnAnnuler = new Bunifu.Framework.UI.BunifuFlatButton();
|
|||
|
this.Quantitee = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
|||
|
this.vtbQuant = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
|||
|
this.lblPrixTot = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
|||
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.NomArticle = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.Valeur = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.Stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvArticle)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// bunifuElipse1
|
|||
|
//
|
|||
|
this.bunifuElipse1.ElipseRadius = 5;
|
|||
|
this.bunifuElipse1.TargetControl = this;
|
|||
|
//
|
|||
|
// bunifuDragControl1
|
|||
|
//
|
|||
|
this.bunifuDragControl1.Fixed = true;
|
|||
|
this.bunifuDragControl1.Horizontal = true;
|
|||
|
this.bunifuDragControl1.TargetControl = this;
|
|||
|
this.bunifuDragControl1.Vertical = true;
|
|||
|
//
|
|||
|
// txtBoxRecherche
|
|||
|
//
|
|||
|
this.txtBoxRecherche.BackColor = System.Drawing.SystemColors.Control;
|
|||
|
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(12, 12);
|
|||
|
this.txtBoxRecherche.Name = "txtBoxRecherche";
|
|||
|
this.txtBoxRecherche.Size = new System.Drawing.Size(664, 42);
|
|||
|
this.txtBoxRecherche.TabIndex = 12;
|
|||
|
this.txtBoxRecherche.text = "";
|
|||
|
this.txtBoxRecherche.KeyUp += new System.EventHandler(this.txtBoxRecherche_KeyUp);
|
|||
|
//
|
|||
|
// dgvArticle
|
|||
|
//
|
|||
|
this.dgvArticle.AllowUserToAddRows = false;
|
|||
|
this.dgvArticle.AllowUserToDeleteRows = false;
|
|||
|
this.dgvArticle.BackgroundColor = System.Drawing.SystemColors.Control;
|
|||
|
this.dgvArticle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dgvArticle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
this.dataGridViewTextBoxColumn1,
|
|||
|
this.NomArticle,
|
|||
|
this.Valeur,
|
|||
|
this.Stock});
|
|||
|
this.dgvArticle.Location = new System.Drawing.Point(12, 60);
|
|||
|
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 = 11;
|
|||
|
//
|
|||
|
// btnAddPanier
|
|||
|
//
|
|||
|
this.btnAddPanier.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.btnAddPanier.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.btnAddPanier.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnAddPanier.BorderRadius = 0;
|
|||
|
this.btnAddPanier.ButtonText = "Ajouter au panier";
|
|||
|
this.btnAddPanier.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.btnAddPanier.DisabledColor = System.Drawing.Color.Gray;
|
|||
|
this.btnAddPanier.Font = new System.Drawing.Font("Stencil", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnAddPanier.Iconcolor = System.Drawing.Color.Transparent;
|
|||
|
this.btnAddPanier.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.canvas;
|
|||
|
this.btnAddPanier.Iconimage_right = null;
|
|||
|
this.btnAddPanier.Iconimage_right_Selected = null;
|
|||
|
this.btnAddPanier.Iconimage_Selected = null;
|
|||
|
this.btnAddPanier.IconMarginLeft = 0;
|
|||
|
this.btnAddPanier.IconMarginRight = 0;
|
|||
|
this.btnAddPanier.IconRightVisible = true;
|
|||
|
this.btnAddPanier.IconRightZoom = 0D;
|
|||
|
this.btnAddPanier.IconVisible = true;
|
|||
|
this.btnAddPanier.IconZoom = 90D;
|
|||
|
this.btnAddPanier.IsTab = false;
|
|||
|
this.btnAddPanier.Location = new System.Drawing.Point(424, 449);
|
|||
|
this.btnAddPanier.Name = "btnAddPanier";
|
|||
|
this.btnAddPanier.Normalcolor = System.Drawing.Color.Transparent;
|
|||
|
this.btnAddPanier.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.btnAddPanier.OnHoverTextColor = System.Drawing.Color.Black;
|
|||
|
this.btnAddPanier.selected = false;
|
|||
|
this.btnAddPanier.Size = new System.Drawing.Size(252, 43);
|
|||
|
this.btnAddPanier.TabIndex = 13;
|
|||
|
this.btnAddPanier.Text = "Ajouter au panier";
|
|||
|
this.btnAddPanier.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.btnAddPanier.Textcolor = System.Drawing.Color.Black;
|
|||
|
this.btnAddPanier.TextFont = new System.Drawing.Font("Stencil", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnAddPanier.Click += new System.EventHandler(this.btnAddPanier_Click);
|
|||
|
//
|
|||
|
// btnAnnuler
|
|||
|
//
|
|||
|
this.btnAnnuler.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.btnAnnuler.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.btnAnnuler.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnAnnuler.BorderRadius = 0;
|
|||
|
this.btnAnnuler.ButtonText = "Annuler";
|
|||
|
this.btnAnnuler.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.btnAnnuler.DisabledColor = System.Drawing.Color.Gray;
|
|||
|
this.btnAnnuler.Font = new System.Drawing.Font("Stencil", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnAnnuler.Iconcolor = System.Drawing.Color.Transparent;
|
|||
|
this.btnAnnuler.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.canvas;
|
|||
|
this.btnAnnuler.Iconimage_right = null;
|
|||
|
this.btnAnnuler.Iconimage_right_Selected = null;
|
|||
|
this.btnAnnuler.Iconimage_Selected = null;
|
|||
|
this.btnAnnuler.IconMarginLeft = 0;
|
|||
|
this.btnAnnuler.IconMarginRight = 0;
|
|||
|
this.btnAnnuler.IconRightVisible = true;
|
|||
|
this.btnAnnuler.IconRightZoom = 0D;
|
|||
|
this.btnAnnuler.IconVisible = true;
|
|||
|
this.btnAnnuler.IconZoom = 90D;
|
|||
|
this.btnAnnuler.IsTab = false;
|
|||
|
this.btnAnnuler.Location = new System.Drawing.Point(12, 449);
|
|||
|
this.btnAnnuler.Name = "btnAnnuler";
|
|||
|
this.btnAnnuler.Normalcolor = System.Drawing.Color.Transparent;
|
|||
|
this.btnAnnuler.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.btnAnnuler.OnHoverTextColor = System.Drawing.Color.Black;
|
|||
|
this.btnAnnuler.selected = false;
|
|||
|
this.btnAnnuler.Size = new System.Drawing.Size(252, 43);
|
|||
|
this.btnAnnuler.TabIndex = 14;
|
|||
|
this.btnAnnuler.Text = "Annuler";
|
|||
|
this.btnAnnuler.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnAnnuler.Textcolor = System.Drawing.Color.Black;
|
|||
|
this.btnAnnuler.TextFont = new System.Drawing.Font("Stencil", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnAnnuler.Click += new System.EventHandler(this.btnAnnuler_Click);
|
|||
|
//
|
|||
|
// Quantitee
|
|||
|
//
|
|||
|
this.Quantitee.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|||
|
this.Quantitee.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.Quantitee.Location = new System.Drawing.Point(12, 411);
|
|||
|
this.Quantitee.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|||
|
this.Quantitee.Name = "Quantitee";
|
|||
|
this.Quantitee.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
this.Quantitee.Outline = false;
|
|||
|
this.Quantitee.OutlineColor = System.Drawing.Color.Red;
|
|||
|
this.Quantitee.OutlineLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.Quantitee.ReflectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.Quantitee.ReflectionSpacing = 0;
|
|||
|
this.Quantitee.ShadowColor = System.Drawing.Color.Black;
|
|||
|
this.Quantitee.ShadowDirection = 315;
|
|||
|
this.Quantitee.ShadowLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.Quantitee.ShadowOpacity = 100;
|
|||
|
this.Quantitee.Size = new System.Drawing.Size(59, 23);
|
|||
|
this.Quantitee.TabIndex = 16;
|
|||
|
this.Quantitee.Text = "Qunatitée :";
|
|||
|
this.Quantitee.TextAlignment = System.Drawing.StringAlignment.Near;
|
|||
|
this.Quantitee.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
|||
|
textStyle3.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
|
|||
|
textStyle3.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
textStyle3.Hover = System.Drawing.Color.Empty;
|
|||
|
textStyle3.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|||
|
this.Quantitee.TextStyle = textStyle3;
|
|||
|
//
|
|||
|
// vtbQuant
|
|||
|
//
|
|||
|
this.vtbQuant.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|||
|
this.vtbQuant.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(249)))));
|
|||
|
this.vtbQuant.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|||
|
this.vtbQuant.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|||
|
this.vtbQuant.Border.HoverVisible = true;
|
|||
|
this.vtbQuant.Border.Rounding = 6;
|
|||
|
this.vtbQuant.Border.Thickness = 1;
|
|||
|
this.vtbQuant.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|||
|
this.vtbQuant.Border.Visible = true;
|
|||
|
this.vtbQuant.ButtonBorder.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|||
|
this.vtbQuant.ButtonBorder.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|||
|
this.vtbQuant.ButtonBorder.HoverVisible = true;
|
|||
|
this.vtbQuant.ButtonBorder.Rounding = 6;
|
|||
|
this.vtbQuant.ButtonBorder.Thickness = 1;
|
|||
|
this.vtbQuant.ButtonBorder.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|||
|
this.vtbQuant.ButtonBorder.Visible = true;
|
|||
|
this.vtbQuant.ButtonColor.Disabled = System.Drawing.Color.Empty;
|
|||
|
this.vtbQuant.ButtonColor.Enabled = System.Drawing.Color.Empty;
|
|||
|
this.vtbQuant.ButtonColor.Hover = System.Drawing.Color.Empty;
|
|||
|
this.vtbQuant.ButtonColor.Pressed = System.Drawing.Color.Empty;
|
|||
|
this.vtbQuant.ButtonFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.vtbQuant.ButtonIndent = 3;
|
|||
|
this.vtbQuant.ButtonText = "visualButton";
|
|||
|
this.vtbQuant.ButtonVisible = false;
|
|||
|
this.vtbQuant.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|||
|
this.vtbQuant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.vtbQuant.ImageSize = new System.Drawing.Size(16, 16);
|
|||
|
this.vtbQuant.ImageVisible = false;
|
|||
|
this.vtbQuant.ImageWidth = 35;
|
|||
|
this.vtbQuant.Location = new System.Drawing.Point(77, 409);
|
|||
|
this.vtbQuant.MaxLength = 49;
|
|||
|
this.vtbQuant.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|||
|
this.vtbQuant.Name = "vtbQuant";
|
|||
|
this.vtbQuant.PasswordChar = '\0';
|
|||
|
this.vtbQuant.ReadOnly = false;
|
|||
|
this.vtbQuant.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|||
|
this.vtbQuant.Size = new System.Drawing.Size(91, 25);
|
|||
|
this.vtbQuant.TabIndex = 17;
|
|||
|
this.vtbQuant.TextBoxWidth = 81;
|
|||
|
textStyle2.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
|
|||
|
textStyle2.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
textStyle2.Hover = System.Drawing.Color.Empty;
|
|||
|
textStyle2.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|||
|
this.vtbQuant.TextStyle = textStyle2;
|
|||
|
this.vtbQuant.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|||
|
this.vtbQuant.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|||
|
this.vtbQuant.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
|||
|
this.vtbQuant.Watermark.Text = "Watermark text";
|
|||
|
this.vtbQuant.Watermark.Visible = false;
|
|||
|
//
|
|||
|
// lblPrixTot
|
|||
|
//
|
|||
|
this.lblPrixTot.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|||
|
this.lblPrixTot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.lblPrixTot.Location = new System.Drawing.Point(542, 409);
|
|||
|
this.lblPrixTot.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|||
|
this.lblPrixTot.Name = "lblPrixTot";
|
|||
|
this.lblPrixTot.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
this.lblPrixTot.Outline = false;
|
|||
|
this.lblPrixTot.OutlineColor = System.Drawing.Color.Red;
|
|||
|
this.lblPrixTot.OutlineLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.lblPrixTot.ReflectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.lblPrixTot.ReflectionSpacing = 0;
|
|||
|
this.lblPrixTot.ShadowColor = System.Drawing.Color.Black;
|
|||
|
this.lblPrixTot.ShadowDirection = 315;
|
|||
|
this.lblPrixTot.ShadowLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.lblPrixTot.ShadowOpacity = 100;
|
|||
|
this.lblPrixTot.Size = new System.Drawing.Size(111, 23);
|
|||
|
this.lblPrixTot.TabIndex = 18;
|
|||
|
this.lblPrixTot.Text = "Prix Totale : 0.0€";
|
|||
|
this.lblPrixTot.TextAlignment = System.Drawing.StringAlignment.Near;
|
|||
|
this.lblPrixTot.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
|||
|
textStyle1.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
|
|||
|
textStyle1.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
textStyle1.Hover = System.Drawing.Color.Empty;
|
|||
|
textStyle1.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|||
|
this.lblPrixTot.TextStyle = textStyle1;
|
|||
|
//
|
|||
|
// 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;
|
|||
|
//
|
|||
|
// NomArticle
|
|||
|
//
|
|||
|
this.NomArticle.DataPropertyName = "NomArticle";
|
|||
|
this.NomArticle.HeaderText = "Nom de l\'artilce";
|
|||
|
this.NomArticle.MinimumWidth = 20;
|
|||
|
this.NomArticle.Name = "NomArticle";
|
|||
|
this.NomArticle.ReadOnly = true;
|
|||
|
this.NomArticle.Width = 520;
|
|||
|
//
|
|||
|
// Valeur
|
|||
|
//
|
|||
|
this.Valeur.DataPropertyName = "Valeur";
|
|||
|
this.Valeur.HeaderText = "Valeur";
|
|||
|
this.Valeur.Name = "Valeur";
|
|||
|
this.Valeur.ReadOnly = true;
|
|||
|
this.Valeur.Width = 70;
|
|||
|
//
|
|||
|
// Stock
|
|||
|
//
|
|||
|
this.Stock.DataPropertyName = "Stock";
|
|||
|
this.Stock.HeaderText = "Stock";
|
|||
|
this.Stock.Name = "Stock";
|
|||
|
this.Stock.ReadOnly = true;
|
|||
|
this.Stock.Width = 68;
|
|||
|
//
|
|||
|
// ConfigLSTArt
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(688, 504);
|
|||
|
this.Controls.Add(this.lblPrixTot);
|
|||
|
this.Controls.Add(this.vtbQuant);
|
|||
|
this.Controls.Add(this.Quantitee);
|
|||
|
this.Controls.Add(this.btnAnnuler);
|
|||
|
this.Controls.Add(this.btnAddPanier);
|
|||
|
this.Controls.Add(this.txtBoxRecherche);
|
|||
|
this.Controls.Add(this.dgvArticle);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "ConfigLSTArt";
|
|||
|
this.Text = "ConfigLSTArt";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvArticle)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Bunifu.Framework.UI.BunifuElipse bunifuElipse1;
|
|||
|
private Bunifu.Framework.UI.BunifuDragControl bunifuDragControl1;
|
|||
|
private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche;
|
|||
|
private System.Windows.Forms.DataGridView dgvArticle;
|
|||
|
private Bunifu.Framework.UI.BunifuFlatButton btnAnnuler;
|
|||
|
private Bunifu.Framework.UI.BunifuFlatButton btnAddPanier;
|
|||
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualLabel Quantitee;
|
|||
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualLabel lblPrixTot;
|
|||
|
private VisualPlus.Toolkit.Controls.Editors.VisualTextBox vtbQuant;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn NomArticle;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Valeur;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Stock;
|
|||
|
}
|
|||
|
}
|