256 lines
16 KiB
C#
256 lines
16 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 textStyle1 = new VisualPlus.Structure.TextStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigCommande));
|
|
this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
|
|
this.dataGridView1 = 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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
|
this.bunifuFlatButton2 = new Bunifu.Framework.UI.BunifuFlatButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bunifuElipse1
|
|
//
|
|
this.bunifuElipse1.ElipseRadius = 5;
|
|
this.bunifuElipse1.TargetControl = this;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Location = new System.Drawing.Point(13, 45);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.Size = new System.Drawing.Size(692, 325);
|
|
this.dataGridView1.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, 19);
|
|
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(135, 23);
|
|
this.vtbNomCommande.TabIndex = 9;
|
|
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.vtbNomCommande.TextStyle = textStyle1;
|
|
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;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.moin;
|
|
this.pictureBox1.Location = new System.Drawing.Point(639, 376);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(30, 30);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 10;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.plus;
|
|
this.pictureBox2.Location = new System.Drawing.Point(675, 376);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(30, 30);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox2.TabIndex = 11;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// 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 = "bunifuFlatButton1";
|
|
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(17, 443);
|
|
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 = "bunifuFlatButton1";
|
|
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)));
|
|
//
|
|
// 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 = "bunifuFlatButton2";
|
|
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(464, 443);
|
|
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 = "bunifuFlatButton2";
|
|
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)));
|
|
//
|
|
// ConfigCommande
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(717, 513);
|
|
this.Controls.Add(this.bunifuFlatButton2);
|
|
this.Controls.Add(this.bunifuFlatButton1);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.vtbNomCommande);
|
|
this.Controls.Add(this.lblNomCommande);
|
|
this.Controls.Add(this.lblComande);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "ConfigCommande";
|
|
this.Text = "ConfigCommande";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Bunifu.Framework.UI.BunifuElipse bunifuElipse1;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private VisualPlus.Toolkit.Controls.Editors.VisualTextBox vtbNomCommande;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblNomCommande;
|
|
private Bunifu.Framework.UI.BunifuCustomLabel lblComande;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton1;
|
|
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton2;
|
|
}
|
|
} |