546 lines
36 KiB
C#
546 lines
36 KiB
C#
namespace Gestion_de_commerce_Informatique
|
|
{
|
|
partial class ConfigCommande
|
|
{
|
|
/// <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();
|
|
VisualPlus.Structure.TextStyle textStyle3 = new VisualPlus.Structure.TextStyle();
|
|
VisualPlus.Structure.TextStyle textStyle2 = new VisualPlus.Structure.TextStyle();
|
|
VisualPlus.Structure.TextStyle textStyle1 = new VisualPlus.Structure.TextStyle();
|
|
VisualPlus.Structure.TextStyle textStyle5 = new VisualPlus.Structure.TextStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigCommande));
|
|
this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
|
|
this.dgvLSTArt = new System.Windows.Forms.DataGridView();
|
|
this.lblComande = new Bunifu.Framework.UI.BunifuCustomLabel();
|
|
this.lblNomCommande = new Bunifu.Framework.UI.BunifuCustomLabel();
|
|
this.vtbNomCommande = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
|
this.cbUser = new VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox();
|
|
this.lblUserName = new Bunifu.Framework.UI.BunifuCustomLabel();
|
|
this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
|
this.lblTypeCommande = new Bunifu.Framework.UI.BunifuCustomLabel();
|
|
this.cbTypeCommande = new VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox();
|
|
this.cbStatus = new VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox();
|
|
this.lblStatus = new Bunifu.Framework.UI.BunifuCustomLabel();
|
|
this.idLSTART = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Designation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.prixHTVAPc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Quantitee = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PrixTotHTVA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pbAdd = new System.Windows.Forms.PictureBox();
|
|
this.bunifuFlatButton2 = new Bunifu.Framework.UI.BunifuFlatButton();
|
|
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLSTArt)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbAdd)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bunifuElipse1
|
|
//
|
|
this.bunifuElipse1.ElipseRadius = 5;
|
|
this.bunifuElipse1.TargetControl = this;
|
|
//
|
|
// dgvLSTArt
|
|
//
|
|
this.dgvLSTArt.AllowUserToAddRows = false;
|
|
this.dgvLSTArt.AllowUserToDeleteRows = false;
|
|
this.dgvLSTArt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvLSTArt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.idLSTART,
|
|
this.Designation,
|
|
this.prixHTVAPc,
|
|
this.Quantitee,
|
|
this.PrixTotHTVA});
|
|
this.dgvLSTArt.Location = new System.Drawing.Point(13, 45);
|
|
this.dgvLSTArt.Name = "dgvLSTArt";
|
|
this.dgvLSTArt.ReadOnly = true;
|
|
this.dgvLSTArt.RowHeadersVisible = false;
|
|
this.dgvLSTArt.Size = new System.Drawing.Size(867, 436);
|
|
this.dgvLSTArt.TabIndex = 0;
|
|
//
|
|
// lblComande
|
|
//
|
|
this.lblComande.AutoSize = true;
|
|
this.lblComande.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblComande.Location = new System.Drawing.Point(12, 17);
|
|
this.lblComande.Name = "lblComande";
|
|
this.lblComande.Size = new System.Drawing.Size(139, 25);
|
|
this.lblComande.TabIndex = 7;
|
|
this.lblComande.Text = "Commande : ";
|
|
//
|
|
// lblNomCommande
|
|
//
|
|
this.lblNomCommande.AutoSize = true;
|
|
this.lblNomCommande.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblNomCommande.Location = new System.Drawing.Point(138, 17);
|
|
this.lblNomCommande.Name = "lblNomCommande";
|
|
this.lblNomCommande.Size = new System.Drawing.Size(139, 25);
|
|
this.lblNomCommande.TabIndex = 8;
|
|
this.lblNomCommande.Text = "Commande : ";
|
|
this.lblNomCommande.Visible = false;
|
|
//
|
|
// vtbNomCommande
|
|
//
|
|
this.vtbNomCommande.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.vtbNomCommande.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(249)))));
|
|
this.vtbNomCommande.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.vtbNomCommande.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.vtbNomCommande.Border.HoverVisible = true;
|
|
this.vtbNomCommande.Border.Rounding = 6;
|
|
this.vtbNomCommande.Border.Thickness = 1;
|
|
this.vtbNomCommande.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|
this.vtbNomCommande.Border.Visible = true;
|
|
this.vtbNomCommande.ButtonBorder.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.vtbNomCommande.ButtonBorder.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.vtbNomCommande.ButtonBorder.HoverVisible = true;
|
|
this.vtbNomCommande.ButtonBorder.Rounding = 6;
|
|
this.vtbNomCommande.ButtonBorder.Thickness = 1;
|
|
this.vtbNomCommande.ButtonBorder.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|
this.vtbNomCommande.ButtonBorder.Visible = true;
|
|
this.vtbNomCommande.ButtonColor.Disabled = System.Drawing.Color.Empty;
|
|
this.vtbNomCommande.ButtonColor.Enabled = System.Drawing.Color.Empty;
|
|
this.vtbNomCommande.ButtonColor.Hover = System.Drawing.Color.Empty;
|
|
this.vtbNomCommande.ButtonColor.Pressed = System.Drawing.Color.Empty;
|
|
this.vtbNomCommande.ButtonFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.vtbNomCommande.ButtonIndent = 3;
|
|
this.vtbNomCommande.ButtonText = "visualButton";
|
|
this.vtbNomCommande.ButtonVisible = false;
|
|
this.vtbNomCommande.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.vtbNomCommande.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.vtbNomCommande.ImageSize = new System.Drawing.Size(16, 16);
|
|
this.vtbNomCommande.ImageVisible = false;
|
|
this.vtbNomCommande.ImageWidth = 35;
|
|
this.vtbNomCommande.Location = new System.Drawing.Point(143, 17);
|
|
this.vtbNomCommande.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.vtbNomCommande.Name = "vtbNomCommande";
|
|
this.vtbNomCommande.PasswordChar = '\0';
|
|
this.vtbNomCommande.ReadOnly = false;
|
|
this.vtbNomCommande.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.vtbNomCommande.Size = new System.Drawing.Size(192, 25);
|
|
this.vtbNomCommande.TabIndex = 9;
|
|
this.vtbNomCommande.TextBoxWidth = 182;
|
|
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.vtbNomCommande.TextStyle = textStyle3;
|
|
this.vtbNomCommande.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.vtbNomCommande.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.vtbNomCommande.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
|
this.vtbNomCommande.Watermark.Text = "Watermark text";
|
|
this.vtbNomCommande.Watermark.Visible = false;
|
|
//
|
|
// cbUser
|
|
//
|
|
this.cbUser.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
|
|
this.cbUser.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
|
|
this.cbUser.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.cbUser.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.cbUser.Border.HoverVisible = true;
|
|
this.cbUser.Border.Rounding = 6;
|
|
this.cbUser.Border.Thickness = 1;
|
|
this.cbUser.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|
this.cbUser.Border.Visible = true;
|
|
this.cbUser.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(119)))), ((int)(((byte)(118)))));
|
|
this.cbUser.ButtonImage = null;
|
|
this.cbUser.ButtonStyle = VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox.ButtonStyles.Arrow;
|
|
this.cbUser.ButtonWidth = 30;
|
|
this.cbUser.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.cbUser.DropDownHeight = 100;
|
|
this.cbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbUser.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.cbUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.cbUser.FormattingEnabled = true;
|
|
this.cbUser.ImageList = null;
|
|
this.cbUser.ImageVisible = false;
|
|
this.cbUser.Index = 0;
|
|
this.cbUser.IntegralHeight = false;
|
|
this.cbUser.ItemHeight = 24;
|
|
this.cbUser.ItemImageVisible = true;
|
|
this.cbUser.Location = new System.Drawing.Point(637, 12);
|
|
this.cbUser.MenuItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.cbUser.MenuItemNormal = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.cbUser.MenuTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.cbUser.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.cbUser.Name = "cbUser";
|
|
this.cbUser.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(222)))), ((int)(((byte)(220)))));
|
|
this.cbUser.Size = new System.Drawing.Size(243, 30);
|
|
this.cbUser.State = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.cbUser.TabIndex = 14;
|
|
this.cbUser.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
this.cbUser.TextDisabledColor = System.Drawing.Color.Empty;
|
|
this.cbUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.cbUser.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
|
this.cbUser.TextRendering = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|
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.cbUser.TextStyle = textStyle2;
|
|
this.cbUser.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.cbUser.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.cbUser.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
|
this.cbUser.Watermark.Text = "Watermark text";
|
|
this.cbUser.Watermark.Visible = false;
|
|
this.cbUser.SelectedIndexChanged += new System.EventHandler(this.visualComboBox1_SelectedIndexChanged);
|
|
//
|
|
// lblUserName
|
|
//
|
|
this.lblUserName.AutoSize = true;
|
|
this.lblUserName.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblUserName.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblUserName.Location = new System.Drawing.Point(485, 17);
|
|
this.lblUserName.Name = "lblUserName";
|
|
this.lblUserName.Size = new System.Drawing.Size(155, 25);
|
|
this.lblUserName.TabIndex = 15;
|
|
this.lblUserName.Text = "Utilisateur :";
|
|
//
|
|
// bunifuDragControl1
|
|
//
|
|
this.bunifuDragControl1.Fixed = true;
|
|
this.bunifuDragControl1.Horizontal = true;
|
|
this.bunifuDragControl1.TargetControl = this;
|
|
this.bunifuDragControl1.Vertical = true;
|
|
//
|
|
// lblTypeCommande
|
|
//
|
|
this.lblTypeCommande.AutoSize = true;
|
|
this.lblTypeCommande.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblTypeCommande.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTypeCommande.Location = new System.Drawing.Point(12, 487);
|
|
this.lblTypeCommande.Name = "lblTypeCommande";
|
|
this.lblTypeCommande.Size = new System.Drawing.Size(74, 25);
|
|
this.lblTypeCommande.TabIndex = 18;
|
|
this.lblTypeCommande.Text = "Type :";
|
|
//
|
|
// cbTypeCommande
|
|
//
|
|
this.cbTypeCommande.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
|
|
this.cbTypeCommande.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
|
|
this.cbTypeCommande.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.cbTypeCommande.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.cbTypeCommande.Border.HoverVisible = true;
|
|
this.cbTypeCommande.Border.Rounding = 6;
|
|
this.cbTypeCommande.Border.Thickness = 1;
|
|
this.cbTypeCommande.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|
this.cbTypeCommande.Border.Visible = true;
|
|
this.cbTypeCommande.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(119)))), ((int)(((byte)(118)))));
|
|
this.cbTypeCommande.ButtonImage = null;
|
|
this.cbTypeCommande.ButtonStyle = VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox.ButtonStyles.Arrow;
|
|
this.cbTypeCommande.ButtonWidth = 30;
|
|
this.cbTypeCommande.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.cbTypeCommande.DropDownHeight = 100;
|
|
this.cbTypeCommande.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbTypeCommande.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.cbTypeCommande.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.cbTypeCommande.FormattingEnabled = true;
|
|
this.cbTypeCommande.ImageList = null;
|
|
this.cbTypeCommande.ImageVisible = false;
|
|
this.cbTypeCommande.Index = 0;
|
|
this.cbTypeCommande.IntegralHeight = false;
|
|
this.cbTypeCommande.ItemHeight = 24;
|
|
this.cbTypeCommande.ItemImageVisible = true;
|
|
this.cbTypeCommande.Location = new System.Drawing.Point(82, 482);
|
|
this.cbTypeCommande.MenuItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.cbTypeCommande.MenuItemNormal = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.cbTypeCommande.MenuTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.cbTypeCommande.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.cbTypeCommande.Name = "cbTypeCommande";
|
|
this.cbTypeCommande.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(222)))), ((int)(((byte)(220)))));
|
|
this.cbTypeCommande.Size = new System.Drawing.Size(243, 30);
|
|
this.cbTypeCommande.State = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.cbTypeCommande.TabIndex = 19;
|
|
this.cbTypeCommande.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
this.cbTypeCommande.TextDisabledColor = System.Drawing.Color.Empty;
|
|
this.cbTypeCommande.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.cbTypeCommande.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
|
this.cbTypeCommande.TextRendering = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|
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.cbTypeCommande.TextStyle = textStyle1;
|
|
this.cbTypeCommande.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.cbTypeCommande.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.cbTypeCommande.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
|
this.cbTypeCommande.Watermark.Text = "Watermark text";
|
|
this.cbTypeCommande.Watermark.Visible = false;
|
|
//
|
|
// cbStatus
|
|
//
|
|
this.cbStatus.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
|
|
this.cbStatus.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
|
|
this.cbStatus.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.cbStatus.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.cbStatus.Border.HoverVisible = true;
|
|
this.cbStatus.Border.Rounding = 6;
|
|
this.cbStatus.Border.Thickness = 1;
|
|
this.cbStatus.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
|
this.cbStatus.Border.Visible = true;
|
|
this.cbStatus.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(119)))), ((int)(((byte)(118)))));
|
|
this.cbStatus.ButtonImage = null;
|
|
this.cbStatus.ButtonStyle = VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox.ButtonStyles.Arrow;
|
|
this.cbStatus.ButtonWidth = 30;
|
|
this.cbStatus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.cbStatus.DropDownHeight = 100;
|
|
this.cbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbStatus.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.cbStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.cbStatus.FormattingEnabled = true;
|
|
this.cbStatus.ImageList = null;
|
|
this.cbStatus.ImageVisible = false;
|
|
this.cbStatus.Index = 0;
|
|
this.cbStatus.IntegralHeight = false;
|
|
this.cbStatus.ItemHeight = 24;
|
|
this.cbStatus.ItemImageVisible = true;
|
|
this.cbStatus.Location = new System.Drawing.Point(555, 482);
|
|
this.cbStatus.MenuItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
|
this.cbStatus.MenuItemNormal = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.cbStatus.MenuTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.cbStatus.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.cbStatus.Name = "cbStatus";
|
|
this.cbStatus.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(222)))), ((int)(((byte)(220)))));
|
|
this.cbStatus.Size = new System.Drawing.Size(243, 30);
|
|
this.cbStatus.State = VisualPlus.Enumerators.MouseStates.Normal;
|
|
this.cbStatus.TabIndex = 21;
|
|
this.cbStatus.TextAlignment = System.Drawing.StringAlignment.Center;
|
|
this.cbStatus.TextDisabledColor = System.Drawing.Color.Empty;
|
|
this.cbStatus.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.cbStatus.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
|
this.cbStatus.TextRendering = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|
textStyle5.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
|
|
textStyle5.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
textStyle5.Hover = System.Drawing.Color.Empty;
|
|
textStyle5.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|
this.cbStatus.TextStyle = textStyle5;
|
|
this.cbStatus.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.cbStatus.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.cbStatus.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
|
this.cbStatus.Watermark.Text = "Watermark text";
|
|
this.cbStatus.Watermark.Visible = false;
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblStatus.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStatus.Location = new System.Drawing.Point(485, 487);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(74, 25);
|
|
this.lblStatus.TabIndex = 20;
|
|
this.lblStatus.Text = "Type :";
|
|
//
|
|
// idLSTART
|
|
//
|
|
this.idLSTART.DataPropertyName = "idLSTART";
|
|
this.idLSTART.HeaderText = "idLSTART";
|
|
this.idLSTART.Name = "idLSTART";
|
|
this.idLSTART.ReadOnly = true;
|
|
this.idLSTART.Visible = false;
|
|
//
|
|
// Designation
|
|
//
|
|
this.Designation.DataPropertyName = "Designation";
|
|
this.Designation.HeaderText = "Designation";
|
|
this.Designation.Name = "Designation";
|
|
this.Designation.ReadOnly = true;
|
|
this.Designation.Width = 600;
|
|
//
|
|
// prixHTVAPc
|
|
//
|
|
this.prixHTVAPc.DataPropertyName = "prixHTVAPc";
|
|
this.prixHTVAPc.HeaderText = "prixHTVA/Pc";
|
|
this.prixHTVAPc.Name = "prixHTVAPc";
|
|
this.prixHTVAPc.ReadOnly = true;
|
|
//
|
|
// Quantitee
|
|
//
|
|
this.Quantitee.DataPropertyName = "Quantitee";
|
|
this.Quantitee.HeaderText = "Quantitee";
|
|
this.Quantitee.Name = "Quantitee";
|
|
this.Quantitee.ReadOnly = true;
|
|
this.Quantitee.Width = 60;
|
|
//
|
|
// PrixTotHTVA
|
|
//
|
|
this.PrixTotHTVA.DataPropertyName = "PrixTotHTVA";
|
|
this.PrixTotHTVA.HeaderText = "Prix totale HTVA";
|
|
this.PrixTotHTVA.Name = "PrixTotHTVA";
|
|
this.PrixTotHTVA.ReadOnly = true;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureBox2.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.moins;
|
|
this.pictureBox2.Location = new System.Drawing.Point(812, 483);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(31, 29);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox2.TabIndex = 17;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pbAdd
|
|
//
|
|
this.pbAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbAdd.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.plus;
|
|
this.pbAdd.Location = new System.Drawing.Point(850, 483);
|
|
this.pbAdd.Name = "pbAdd";
|
|
this.pbAdd.Size = new System.Drawing.Size(31, 29);
|
|
this.pbAdd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pbAdd.TabIndex = 16;
|
|
this.pbAdd.TabStop = false;
|
|
this.pbAdd.Click += new System.EventHandler(this.pbAdd_Click);
|
|
//
|
|
// bunifuFlatButton2
|
|
//
|
|
this.bunifuFlatButton2.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
this.bunifuFlatButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.bunifuFlatButton2.BorderRadius = 0;
|
|
this.bunifuFlatButton2.ButtonText = "Creer Panier";
|
|
this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.bunifuFlatButton2.DisabledColor = System.Drawing.Color.Gray;
|
|
this.bunifuFlatButton2.Iconcolor = System.Drawing.Color.Transparent;
|
|
this.bunifuFlatButton2.Iconimage = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
|
|
this.bunifuFlatButton2.Iconimage_right = null;
|
|
this.bunifuFlatButton2.Iconimage_right_Selected = null;
|
|
this.bunifuFlatButton2.Iconimage_Selected = null;
|
|
this.bunifuFlatButton2.IconMarginLeft = 0;
|
|
this.bunifuFlatButton2.IconMarginRight = 0;
|
|
this.bunifuFlatButton2.IconRightVisible = true;
|
|
this.bunifuFlatButton2.IconRightZoom = 0D;
|
|
this.bunifuFlatButton2.IconVisible = true;
|
|
this.bunifuFlatButton2.IconZoom = 90D;
|
|
this.bunifuFlatButton2.IsTab = false;
|
|
this.bunifuFlatButton2.Location = new System.Drawing.Point(639, 522);
|
|
this.bunifuFlatButton2.Name = "bunifuFlatButton2";
|
|
this.bunifuFlatButton2.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
this.bunifuFlatButton2.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
|
this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
|
|
this.bunifuFlatButton2.selected = false;
|
|
this.bunifuFlatButton2.Size = new System.Drawing.Size(241, 48);
|
|
this.bunifuFlatButton2.TabIndex = 13;
|
|
this.bunifuFlatButton2.Text = "Creer Panier";
|
|
this.bunifuFlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.bunifuFlatButton2.Textcolor = System.Drawing.Color.White;
|
|
this.bunifuFlatButton2.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
//
|
|
// bunifuFlatButton1
|
|
//
|
|
this.bunifuFlatButton1.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
this.bunifuFlatButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.bunifuFlatButton1.BorderRadius = 0;
|
|
this.bunifuFlatButton1.ButtonText = "Annuler";
|
|
this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.bunifuFlatButton1.DisabledColor = System.Drawing.Color.Gray;
|
|
this.bunifuFlatButton1.Iconcolor = System.Drawing.Color.Transparent;
|
|
this.bunifuFlatButton1.Iconimage = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
|
|
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(13, 523);
|
|
this.bunifuFlatButton1.Name = "bunifuFlatButton1";
|
|
this.bunifuFlatButton1.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
this.bunifuFlatButton1.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
|
this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
|
|
this.bunifuFlatButton1.selected = false;
|
|
this.bunifuFlatButton1.Size = new System.Drawing.Size(241, 48);
|
|
this.bunifuFlatButton1.TabIndex = 12;
|
|
this.bunifuFlatButton1.Text = "Annuler";
|
|
this.bunifuFlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.bunifuFlatButton1.Textcolor = System.Drawing.Color.White;
|
|
this.bunifuFlatButton1.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bunifuFlatButton1.Click += new System.EventHandler(this.bunifuFlatButton1_Click);
|
|
//
|
|
// ConfigCommande
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(893, 583);
|
|
this.Controls.Add(this.cbStatus);
|
|
this.Controls.Add(this.lblStatus);
|
|
this.Controls.Add(this.cbTypeCommande);
|
|
this.Controls.Add(this.lblTypeCommande);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pbAdd);
|
|
this.Controls.Add(this.cbUser);
|
|
this.Controls.Add(this.bunifuFlatButton2);
|
|
this.Controls.Add(this.bunifuFlatButton1);
|
|
this.Controls.Add(this.vtbNomCommande);
|
|
this.Controls.Add(this.lblNomCommande);
|
|
this.Controls.Add(this.lblComande);
|
|
this.Controls.Add(this.dgvLSTArt);
|
|
this.Controls.Add(this.lblUserName);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "ConfigCommande";
|
|
this.Text = "ConfigCommande";
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLSTArt)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbAdd)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Bunifu.Framework.UI.BunifuElipse bunifuElipse1;
|
|
private System.Windows.Forms.DataGridView dgvLSTArt;
|
|
private VisualPlus.Toolkit.Controls.Editors.VisualTextBox vtbNomCommande;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblNomCommande;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblComande;
|
|
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton1;
|
|
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton2;
|
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox cbUser;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblUserName;
|
|
private Bunifu.Framework.UI.BunifuDragControl bunifuDragControl1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pbAdd;
|
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox cbTypeCommande;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblTypeCommande;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox cbStatus;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblStatus;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn idLSTART;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Designation;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn prixHTVAPc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Quantitee;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PrixTotHTVA;
|
|
}
|
|
} |