Ok avent modifier pour passer commande
This commit is contained in:
parent
5d6dcfbf7e
commit
43aa996d57
|
@ -1,6 +1,31 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<startup>
|
<configSections>
|
||||||
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||||
|
<section name="Gestion_de_commerce_Informatique.Settings1" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
|
</sectionGroup>
|
||||||
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||||
|
<section name="Gestion_de_commerce_Informatique.Settings1" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
|
</sectionGroup>
|
||||||
|
</configSections>
|
||||||
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
</startup>
|
</startup>
|
||||||
</configuration>
|
<userSettings>
|
||||||
|
<Gestion_de_commerce_Informatique.Settings1>
|
||||||
|
<setting name="AlerteStock" serializeAs="String">
|
||||||
|
<value>5</value>
|
||||||
|
</setting>
|
||||||
|
<setting name="StockIdeal" serializeAs="String">
|
||||||
|
<value>50</value>
|
||||||
|
</setting>
|
||||||
|
</Gestion_de_commerce_Informatique.Settings1>
|
||||||
|
</userSettings>
|
||||||
|
<applicationSettings>
|
||||||
|
<Gestion_de_commerce_Informatique.Settings1>
|
||||||
|
<setting name="ChaineDeConnection" serializeAs="String">
|
||||||
|
<value>Data Source=(localdb)\MSSQLLOcalDB;Initial Catalog=GestionCommerceInfo;Integrated Security=True</value>
|
||||||
|
</setting>
|
||||||
|
</Gestion_de_commerce_Informatique.Settings1>
|
||||||
|
</applicationSettings>
|
||||||
|
</configuration>
|
||||||
|
|
|
@ -0,0 +1,256 @@
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace Gestion_de_commerce_Informatique
|
||||||
|
{
|
||||||
|
public partial class ConfigCommande : Form
|
||||||
|
{
|
||||||
|
public ConfigCommande()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,250 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="bunifuElipse1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="bunifuFlatButton2.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Vu+NkQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="bunifuFlatButton1.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Vu+NkQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -0,0 +1,407 @@
|
||||||
|
namespace Gestion_de_commerce_Informatique
|
||||||
|
{
|
||||||
|
partial class ConfigurationStock
|
||||||
|
{
|
||||||
|
/// <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();
|
||||||
|
VisualPlus.Structure.TextStyle textStyle2 = new VisualPlus.Structure.TextStyle();
|
||||||
|
VisualPlus.Structure.TextStyle textStyle3 = new VisualPlus.Structure.TextStyle();
|
||||||
|
VisualPlus.Structure.TextStyle textStyle4 = new VisualPlus.Structure.TextStyle();
|
||||||
|
VisualPlus.Structure.TextStyle textStyle5 = new VisualPlus.Structure.TextStyle();
|
||||||
|
VisualPlus.Structure.TextStyle textStyle6 = new VisualPlus.Structure.TextStyle();
|
||||||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationStock));
|
||||||
|
this.vtbPrixHTVA = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
||||||
|
this.lblPrixHTVA = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
||||||
|
this.lblStock = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
||||||
|
this.vtbStock = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
||||||
|
this.lblDesignation = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
||||||
|
this.vtbDesignation = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
||||||
|
this.btnConfirm = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
|
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
|
this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
|
||||||
|
this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// vtbPrixHTVA
|
||||||
|
//
|
||||||
|
this.vtbPrixHTVA.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||||
|
this.vtbPrixHTVA.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(249)))));
|
||||||
|
this.vtbPrixHTVA.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||||
|
this.vtbPrixHTVA.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
||||||
|
this.vtbPrixHTVA.Border.HoverVisible = true;
|
||||||
|
this.vtbPrixHTVA.Border.Rounding = 6;
|
||||||
|
this.vtbPrixHTVA.Border.Thickness = 1;
|
||||||
|
this.vtbPrixHTVA.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
||||||
|
this.vtbPrixHTVA.Border.Visible = true;
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.HoverVisible = true;
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.Rounding = 6;
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.Thickness = 1;
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
||||||
|
this.vtbPrixHTVA.ButtonBorder.Visible = true;
|
||||||
|
this.vtbPrixHTVA.ButtonColor.Disabled = System.Drawing.Color.Empty;
|
||||||
|
this.vtbPrixHTVA.ButtonColor.Enabled = System.Drawing.Color.Empty;
|
||||||
|
this.vtbPrixHTVA.ButtonColor.Hover = System.Drawing.Color.Empty;
|
||||||
|
this.vtbPrixHTVA.ButtonColor.Pressed = System.Drawing.Color.Empty;
|
||||||
|
this.vtbPrixHTVA.ButtonFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.vtbPrixHTVA.ButtonIndent = 3;
|
||||||
|
this.vtbPrixHTVA.ButtonText = "visualButton";
|
||||||
|
this.vtbPrixHTVA.ButtonVisible = false;
|
||||||
|
this.vtbPrixHTVA.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.vtbPrixHTVA.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.vtbPrixHTVA.ImageSize = new System.Drawing.Size(16, 16);
|
||||||
|
this.vtbPrixHTVA.ImageVisible = false;
|
||||||
|
this.vtbPrixHTVA.ImageWidth = 35;
|
||||||
|
this.vtbPrixHTVA.Location = new System.Drawing.Point(93, 41);
|
||||||
|
this.vtbPrixHTVA.MaxLength = 49;
|
||||||
|
this.vtbPrixHTVA.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
||||||
|
this.vtbPrixHTVA.Name = "vtbPrixHTVA";
|
||||||
|
this.vtbPrixHTVA.PasswordChar = '\0';
|
||||||
|
this.vtbPrixHTVA.ReadOnly = false;
|
||||||
|
this.vtbPrixHTVA.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||||
|
this.vtbPrixHTVA.Size = new System.Drawing.Size(273, 25);
|
||||||
|
this.vtbPrixHTVA.TabIndex = 1;
|
||||||
|
this.vtbPrixHTVA.TextBoxWidth = 263;
|
||||||
|
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.vtbPrixHTVA.TextStyle = textStyle1;
|
||||||
|
this.vtbPrixHTVA.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||||
|
this.vtbPrixHTVA.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.vtbPrixHTVA.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
||||||
|
this.vtbPrixHTVA.Watermark.Text = "Watermark text";
|
||||||
|
this.vtbPrixHTVA.Watermark.Visible = false;
|
||||||
|
//
|
||||||
|
// lblPrixHTVA
|
||||||
|
//
|
||||||
|
this.lblPrixHTVA.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.lblPrixHTVA.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.lblPrixHTVA.Location = new System.Drawing.Point(12, 43);
|
||||||
|
this.lblPrixHTVA.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
||||||
|
this.lblPrixHTVA.Name = "lblPrixHTVA";
|
||||||
|
this.lblPrixHTVA.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||||
|
this.lblPrixHTVA.Outline = false;
|
||||||
|
this.lblPrixHTVA.OutlineColor = System.Drawing.Color.Red;
|
||||||
|
this.lblPrixHTVA.OutlineLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.lblPrixHTVA.ReflectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.lblPrixHTVA.ReflectionSpacing = 0;
|
||||||
|
this.lblPrixHTVA.ShadowColor = System.Drawing.Color.Black;
|
||||||
|
this.lblPrixHTVA.ShadowDirection = 315;
|
||||||
|
this.lblPrixHTVA.ShadowLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.lblPrixHTVA.ShadowOpacity = 100;
|
||||||
|
this.lblPrixHTVA.Size = new System.Drawing.Size(75, 23);
|
||||||
|
this.lblPrixHTVA.TabIndex = 14;
|
||||||
|
this.lblPrixHTVA.Text = "Prix HTVA";
|
||||||
|
this.lblPrixHTVA.TextAlignment = System.Drawing.StringAlignment.Near;
|
||||||
|
this.lblPrixHTVA.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
||||||
|
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.lblPrixHTVA.TextStyle = textStyle2;
|
||||||
|
//
|
||||||
|
// lblStock
|
||||||
|
//
|
||||||
|
this.lblStock.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.lblStock.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.lblStock.Location = new System.Drawing.Point(12, 74);
|
||||||
|
this.lblStock.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
||||||
|
this.lblStock.Name = "lblStock";
|
||||||
|
this.lblStock.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||||
|
this.lblStock.Outline = false;
|
||||||
|
this.lblStock.OutlineColor = System.Drawing.Color.Red;
|
||||||
|
this.lblStock.OutlineLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.lblStock.ReflectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.lblStock.ReflectionSpacing = 0;
|
||||||
|
this.lblStock.ShadowColor = System.Drawing.Color.Black;
|
||||||
|
this.lblStock.ShadowDirection = 315;
|
||||||
|
this.lblStock.ShadowLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.lblStock.ShadowOpacity = 100;
|
||||||
|
this.lblStock.Size = new System.Drawing.Size(75, 23);
|
||||||
|
this.lblStock.TabIndex = 13;
|
||||||
|
this.lblStock.Text = "Stock";
|
||||||
|
this.lblStock.TextAlignment = System.Drawing.StringAlignment.Near;
|
||||||
|
this.lblStock.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.lblStock.TextStyle = textStyle3;
|
||||||
|
//
|
||||||
|
// vtbStock
|
||||||
|
//
|
||||||
|
this.vtbStock.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||||
|
this.vtbStock.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(249)))));
|
||||||
|
this.vtbStock.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||||
|
this.vtbStock.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
||||||
|
this.vtbStock.Border.HoverVisible = true;
|
||||||
|
this.vtbStock.Border.Rounding = 6;
|
||||||
|
this.vtbStock.Border.Thickness = 1;
|
||||||
|
this.vtbStock.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
||||||
|
this.vtbStock.Border.Visible = true;
|
||||||
|
this.vtbStock.ButtonBorder.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||||
|
this.vtbStock.ButtonBorder.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
||||||
|
this.vtbStock.ButtonBorder.HoverVisible = true;
|
||||||
|
this.vtbStock.ButtonBorder.Rounding = 6;
|
||||||
|
this.vtbStock.ButtonBorder.Thickness = 1;
|
||||||
|
this.vtbStock.ButtonBorder.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
||||||
|
this.vtbStock.ButtonBorder.Visible = true;
|
||||||
|
this.vtbStock.ButtonColor.Disabled = System.Drawing.Color.Empty;
|
||||||
|
this.vtbStock.ButtonColor.Enabled = System.Drawing.Color.Empty;
|
||||||
|
this.vtbStock.ButtonColor.Hover = System.Drawing.Color.Empty;
|
||||||
|
this.vtbStock.ButtonColor.Pressed = System.Drawing.Color.Empty;
|
||||||
|
this.vtbStock.ButtonFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.vtbStock.ButtonIndent = 3;
|
||||||
|
this.vtbStock.ButtonText = "visualButton";
|
||||||
|
this.vtbStock.ButtonVisible = false;
|
||||||
|
this.vtbStock.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.vtbStock.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.vtbStock.ImageSize = new System.Drawing.Size(16, 16);
|
||||||
|
this.vtbStock.ImageVisible = false;
|
||||||
|
this.vtbStock.ImageWidth = 35;
|
||||||
|
this.vtbStock.Location = new System.Drawing.Point(93, 72);
|
||||||
|
this.vtbStock.MaxLength = 49;
|
||||||
|
this.vtbStock.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
||||||
|
this.vtbStock.Name = "vtbStock";
|
||||||
|
this.vtbStock.PasswordChar = '\0';
|
||||||
|
this.vtbStock.ReadOnly = false;
|
||||||
|
this.vtbStock.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||||
|
this.vtbStock.Size = new System.Drawing.Size(273, 25);
|
||||||
|
this.vtbStock.TabIndex = 2;
|
||||||
|
this.vtbStock.TextBoxWidth = 263;
|
||||||
|
textStyle4.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
|
||||||
|
textStyle4.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
textStyle4.Hover = System.Drawing.Color.Empty;
|
||||||
|
textStyle4.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||||
|
this.vtbStock.TextStyle = textStyle4;
|
||||||
|
this.vtbStock.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||||
|
this.vtbStock.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.vtbStock.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
||||||
|
this.vtbStock.Watermark.Text = "Watermark text";
|
||||||
|
this.vtbStock.Watermark.Visible = false;
|
||||||
|
//
|
||||||
|
// lblDesignation
|
||||||
|
//
|
||||||
|
this.lblDesignation.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.lblDesignation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.lblDesignation.Location = new System.Drawing.Point(12, 14);
|
||||||
|
this.lblDesignation.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
||||||
|
this.lblDesignation.Name = "lblDesignation";
|
||||||
|
this.lblDesignation.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||||
|
this.lblDesignation.Outline = false;
|
||||||
|
this.lblDesignation.OutlineColor = System.Drawing.Color.Red;
|
||||||
|
this.lblDesignation.OutlineLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.lblDesignation.ReflectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.lblDesignation.ReflectionSpacing = 0;
|
||||||
|
this.lblDesignation.ShadowColor = System.Drawing.Color.Black;
|
||||||
|
this.lblDesignation.ShadowDirection = 315;
|
||||||
|
this.lblDesignation.ShadowLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.lblDesignation.ShadowOpacity = 100;
|
||||||
|
this.lblDesignation.Size = new System.Drawing.Size(75, 23);
|
||||||
|
this.lblDesignation.TabIndex = 15;
|
||||||
|
this.lblDesignation.Text = "Designation";
|
||||||
|
this.lblDesignation.TextAlignment = System.Drawing.StringAlignment.Near;
|
||||||
|
this.lblDesignation.TextLineAlignment = System.Drawing.StringAlignment.Center;
|
||||||
|
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.lblDesignation.TextStyle = textStyle5;
|
||||||
|
//
|
||||||
|
// vtbDesignation
|
||||||
|
//
|
||||||
|
this.vtbDesignation.BackColorState.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||||
|
this.vtbDesignation.BackColorState.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(249)))));
|
||||||
|
this.vtbDesignation.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||||
|
this.vtbDesignation.Border.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
||||||
|
this.vtbDesignation.Border.HoverVisible = true;
|
||||||
|
this.vtbDesignation.Border.Rounding = 6;
|
||||||
|
this.vtbDesignation.Border.Thickness = 1;
|
||||||
|
this.vtbDesignation.Border.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
||||||
|
this.vtbDesignation.Border.Visible = true;
|
||||||
|
this.vtbDesignation.ButtonBorder.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||||
|
this.vtbDesignation.ButtonBorder.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
|
||||||
|
this.vtbDesignation.ButtonBorder.HoverVisible = true;
|
||||||
|
this.vtbDesignation.ButtonBorder.Rounding = 6;
|
||||||
|
this.vtbDesignation.ButtonBorder.Thickness = 1;
|
||||||
|
this.vtbDesignation.ButtonBorder.Type = VisualPlus.Enumerators.ShapeType.Rounded;
|
||||||
|
this.vtbDesignation.ButtonBorder.Visible = true;
|
||||||
|
this.vtbDesignation.ButtonColor.Disabled = System.Drawing.Color.Empty;
|
||||||
|
this.vtbDesignation.ButtonColor.Enabled = System.Drawing.Color.Empty;
|
||||||
|
this.vtbDesignation.ButtonColor.Hover = System.Drawing.Color.Empty;
|
||||||
|
this.vtbDesignation.ButtonColor.Pressed = System.Drawing.Color.Empty;
|
||||||
|
this.vtbDesignation.ButtonFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.vtbDesignation.ButtonIndent = 3;
|
||||||
|
this.vtbDesignation.ButtonText = "visualButton";
|
||||||
|
this.vtbDesignation.ButtonVisible = false;
|
||||||
|
this.vtbDesignation.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.vtbDesignation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
this.vtbDesignation.ImageSize = new System.Drawing.Size(16, 16);
|
||||||
|
this.vtbDesignation.ImageVisible = false;
|
||||||
|
this.vtbDesignation.ImageWidth = 35;
|
||||||
|
this.vtbDesignation.Location = new System.Drawing.Point(93, 12);
|
||||||
|
this.vtbDesignation.MaxLength = 49;
|
||||||
|
this.vtbDesignation.MouseState = VisualPlus.Enumerators.MouseStates.Normal;
|
||||||
|
this.vtbDesignation.Name = "vtbDesignation";
|
||||||
|
this.vtbDesignation.PasswordChar = '\0';
|
||||||
|
this.vtbDesignation.ReadOnly = false;
|
||||||
|
this.vtbDesignation.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||||
|
this.vtbDesignation.Size = new System.Drawing.Size(273, 25);
|
||||||
|
this.vtbDesignation.TabIndex = 0;
|
||||||
|
this.vtbDesignation.TextBoxWidth = 263;
|
||||||
|
textStyle6.Disabled = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
|
||||||
|
textStyle6.Enabled = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
textStyle6.Hover = System.Drawing.Color.Empty;
|
||||||
|
textStyle6.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||||
|
this.vtbDesignation.TextStyle = textStyle6;
|
||||||
|
this.vtbDesignation.Watermark.ActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||||
|
this.vtbDesignation.Watermark.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
||||||
|
this.vtbDesignation.Watermark.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
|
||||||
|
this.vtbDesignation.Watermark.Text = "Watermark text";
|
||||||
|
this.vtbDesignation.Watermark.Visible = false;
|
||||||
|
//
|
||||||
|
// btnConfirm
|
||||||
|
//
|
||||||
|
this.btnConfirm.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
this.btnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
|
this.btnConfirm.BorderRadius = 0;
|
||||||
|
this.btnConfirm.ButtonText = "Ajouter l\'utilisateur";
|
||||||
|
this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.btnConfirm.DisabledColor = System.Drawing.Color.Gray;
|
||||||
|
this.btnConfirm.Iconcolor = System.Drawing.Color.Transparent;
|
||||||
|
this.btnConfirm.Iconimage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Iconimage")));
|
||||||
|
this.btnConfirm.Iconimage_right = null;
|
||||||
|
this.btnConfirm.Iconimage_right_Selected = null;
|
||||||
|
this.btnConfirm.Iconimage_Selected = null;
|
||||||
|
this.btnConfirm.IconMarginLeft = 0;
|
||||||
|
this.btnConfirm.IconMarginRight = 0;
|
||||||
|
this.btnConfirm.IconRightVisible = true;
|
||||||
|
this.btnConfirm.IconRightZoom = 0D;
|
||||||
|
this.btnConfirm.IconVisible = true;
|
||||||
|
this.btnConfirm.IconZoom = 90D;
|
||||||
|
this.btnConfirm.IsTab = false;
|
||||||
|
this.btnConfirm.Location = new System.Drawing.Point(213, 254);
|
||||||
|
this.btnConfirm.Name = "btnConfirm";
|
||||||
|
this.btnConfirm.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
this.btnConfirm.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
||||||
|
this.btnConfirm.OnHoverTextColor = System.Drawing.Color.White;
|
||||||
|
this.btnConfirm.selected = false;
|
||||||
|
this.btnConfirm.Size = new System.Drawing.Size(153, 48);
|
||||||
|
this.btnConfirm.TabIndex = 7;
|
||||||
|
this.btnConfirm.Text = "Ajouter l\'utilisateur";
|
||||||
|
this.btnConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
|
this.btnConfirm.Textcolor = System.Drawing.Color.White;
|
||||||
|
this.btnConfirm.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
|
||||||
|
//
|
||||||
|
// 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)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
||||||
|
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(12, 254);
|
||||||
|
this.bunifuFlatButton1.Name = "bunifuFlatButton1";
|
||||||
|
this.bunifuFlatButton1.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
||||||
|
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(153, 48);
|
||||||
|
this.bunifuFlatButton1.TabIndex = 8;
|
||||||
|
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);
|
||||||
|
//
|
||||||
|
// 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;
|
||||||
|
//
|
||||||
|
// ConfigurationStock
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(378, 314);
|
||||||
|
this.Controls.Add(this.bunifuFlatButton1);
|
||||||
|
this.Controls.Add(this.btnConfirm);
|
||||||
|
this.Controls.Add(this.lblDesignation);
|
||||||
|
this.Controls.Add(this.vtbDesignation);
|
||||||
|
this.Controls.Add(this.lblStock);
|
||||||
|
this.Controls.Add(this.vtbStock);
|
||||||
|
this.Controls.Add(this.lblPrixHTVA);
|
||||||
|
this.Controls.Add(this.vtbPrixHTVA);
|
||||||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
|
this.Name = "ConfigurationStock";
|
||||||
|
this.Text = "AjoutUtilisateur";
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private VisualPlus.Toolkit.Controls.Editors.VisualTextBox vtbPrixHTVA;
|
||||||
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualLabel lblPrixHTVA;
|
||||||
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualLabel lblStock;
|
||||||
|
private VisualPlus.Toolkit.Controls.Editors.VisualTextBox vtbStock;
|
||||||
|
private VisualPlus.Toolkit.Controls.Interactivity.VisualLabel lblDesignation;
|
||||||
|
private VisualPlus.Toolkit.Controls.Editors.VisualTextBox vtbDesignation;
|
||||||
|
private Bunifu.Framework.UI.BunifuFlatButton btnConfirm;
|
||||||
|
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton1;
|
||||||
|
private Bunifu.Framework.UI.BunifuElipse bunifuElipse1;
|
||||||
|
private Bunifu.Framework.UI.BunifuDragControl bunifuDragControl1;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,73 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
using GestionDeCommerceInfoClasseBDDNCouches;
|
||||||
|
using GestionDeCommerceInfoClasseBDDNCouches.DataLayer;
|
||||||
|
|
||||||
|
namespace Gestion_de_commerce_Informatique
|
||||||
|
{
|
||||||
|
public partial class ConfigurationStock : Form
|
||||||
|
{
|
||||||
|
BDDAccesArticle bddArticle;
|
||||||
|
public Article article;
|
||||||
|
bool Modif;
|
||||||
|
public ConfigurationStock(BDDAccesArticle bddArticle)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
this.bddArticle = bddArticle;
|
||||||
|
Modif = false;
|
||||||
|
}
|
||||||
|
public ConfigurationStock(Article article, BDDAccesArticle bddArticle)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
this.bddArticle = bddArticle;
|
||||||
|
this.article = article;
|
||||||
|
vtbDesignation.Text = article.Designation;
|
||||||
|
vtbPrixHTVA.Text = article.PrixHTVA.ToString();
|
||||||
|
vtbStock.Text = article.Stock.ToString();
|
||||||
|
btnConfirm.Text = "Mettre à jours";
|
||||||
|
|
||||||
|
Modif = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void bunifuFlatButton1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.Close();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void btnConfirm_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
int stock; float prixHTVA;
|
||||||
|
if (int.TryParse(vtbStock.Text, out stock) == true && float.TryParse(vtbPrixHTVA.Text, out prixHTVA))
|
||||||
|
{
|
||||||
|
if (Modif)
|
||||||
|
{
|
||||||
|
article.Designation = vtbDesignation.Text;
|
||||||
|
article.PrixHTVA = prixHTVA;
|
||||||
|
article.Stock = stock;
|
||||||
|
bddArticle.ModifArticle(article);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
|
||||||
|
this.article = new Article(vtbDesignation.Text, prixHTVA, stock, true, true);
|
||||||
|
bddArticle.AjouterArticle(article);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
this.Close();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
MessageBox.Show("Prix Hors TVA ou Stock incorect");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,253 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="btnConfirm.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Vu+NkQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="bunifuFlatButton1.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Vu+NkQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="bunifuElipse1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="bunifuDragControl1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>141, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
|
@ -57,8 +57,8 @@
|
||||||
this.vtbEmail = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
this.vtbEmail = new VisualPlus.Toolkit.Controls.Editors.VisualTextBox();
|
||||||
this.lblType = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
this.lblType = new VisualPlus.Toolkit.Controls.Interactivity.VisualLabel();
|
||||||
this.cbType = new VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox();
|
this.cbType = new VisualPlus.Toolkit.Controls.Interactivity.VisualComboBox();
|
||||||
this.btnConfirm = new Bunifu.Framework.UI.BunifuFlatButton();
|
|
||||||
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
|
this.btnConfirm = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// vtbNom
|
// vtbNom
|
||||||
|
@ -588,41 +588,6 @@
|
||||||
this.cbType.Watermark.Text = "Watermark text";
|
this.cbType.Watermark.Text = "Watermark text";
|
||||||
this.cbType.Watermark.Visible = false;
|
this.cbType.Watermark.Visible = false;
|
||||||
//
|
//
|
||||||
// btnConfirm
|
|
||||||
//
|
|
||||||
this.btnConfirm.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
||||||
this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
||||||
this.btnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.btnConfirm.BorderRadius = 0;
|
|
||||||
this.btnConfirm.ButtonText = "Ajouter l\'utilisateur";
|
|
||||||
this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
||||||
this.btnConfirm.DisabledColor = System.Drawing.Color.Gray;
|
|
||||||
this.btnConfirm.Iconcolor = System.Drawing.Color.Transparent;
|
|
||||||
this.btnConfirm.Iconimage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Iconimage")));
|
|
||||||
this.btnConfirm.Iconimage_right = null;
|
|
||||||
this.btnConfirm.Iconimage_right_Selected = null;
|
|
||||||
this.btnConfirm.Iconimage_Selected = null;
|
|
||||||
this.btnConfirm.IconMarginLeft = 0;
|
|
||||||
this.btnConfirm.IconMarginRight = 0;
|
|
||||||
this.btnConfirm.IconRightVisible = true;
|
|
||||||
this.btnConfirm.IconRightZoom = 0D;
|
|
||||||
this.btnConfirm.IconVisible = true;
|
|
||||||
this.btnConfirm.IconZoom = 90D;
|
|
||||||
this.btnConfirm.IsTab = false;
|
|
||||||
this.btnConfirm.Location = new System.Drawing.Point(213, 254);
|
|
||||||
this.btnConfirm.Name = "btnConfirm";
|
|
||||||
this.btnConfirm.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
|
||||||
this.btnConfirm.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
|
||||||
this.btnConfirm.OnHoverTextColor = System.Drawing.Color.White;
|
|
||||||
this.btnConfirm.selected = false;
|
|
||||||
this.btnConfirm.Size = new System.Drawing.Size(153, 48);
|
|
||||||
this.btnConfirm.TabIndex = 7;
|
|
||||||
this.btnConfirm.Text = "Ajouter l\'utilisateur";
|
|
||||||
this.btnConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
||||||
this.btnConfirm.Textcolor = System.Drawing.Color.White;
|
|
||||||
this.btnConfirm.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
|
|
||||||
//
|
|
||||||
// bunifuFlatButton1
|
// bunifuFlatButton1
|
||||||
//
|
//
|
||||||
this.bunifuFlatButton1.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
this.bunifuFlatButton1.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
@ -658,6 +623,41 @@
|
||||||
this.bunifuFlatButton1.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
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);
|
this.bunifuFlatButton1.Click += new System.EventHandler(this.bunifuFlatButton1_Click);
|
||||||
//
|
//
|
||||||
|
// btnConfirm
|
||||||
|
//
|
||||||
|
this.btnConfirm.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
this.btnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
|
this.btnConfirm.BorderRadius = 0;
|
||||||
|
this.btnConfirm.ButtonText = "Ajouter l\'utilisateur";
|
||||||
|
this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.btnConfirm.DisabledColor = System.Drawing.Color.Gray;
|
||||||
|
this.btnConfirm.Iconcolor = System.Drawing.Color.Transparent;
|
||||||
|
this.btnConfirm.Iconimage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Iconimage")));
|
||||||
|
this.btnConfirm.Iconimage_right = null;
|
||||||
|
this.btnConfirm.Iconimage_right_Selected = null;
|
||||||
|
this.btnConfirm.Iconimage_Selected = null;
|
||||||
|
this.btnConfirm.IconMarginLeft = 0;
|
||||||
|
this.btnConfirm.IconMarginRight = 0;
|
||||||
|
this.btnConfirm.IconRightVisible = true;
|
||||||
|
this.btnConfirm.IconRightZoom = 0D;
|
||||||
|
this.btnConfirm.IconVisible = true;
|
||||||
|
this.btnConfirm.IconZoom = 90D;
|
||||||
|
this.btnConfirm.IsTab = false;
|
||||||
|
this.btnConfirm.Location = new System.Drawing.Point(213, 254);
|
||||||
|
this.btnConfirm.Name = "btnConfirm";
|
||||||
|
this.btnConfirm.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
|
||||||
|
this.btnConfirm.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
|
||||||
|
this.btnConfirm.OnHoverTextColor = System.Drawing.Color.White;
|
||||||
|
this.btnConfirm.selected = false;
|
||||||
|
this.btnConfirm.Size = new System.Drawing.Size(153, 48);
|
||||||
|
this.btnConfirm.TabIndex = 7;
|
||||||
|
this.btnConfirm.Text = "Ajouter l\'utilisateur";
|
||||||
|
this.btnConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
|
this.btnConfirm.Textcolor = System.Drawing.Color.White;
|
||||||
|
this.btnConfirm.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
|
||||||
|
//
|
||||||
// ConfigurationUtilisateur
|
// ConfigurationUtilisateur
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
|
@ -118,69 +118,6 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="btnConfirm.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
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
|
|
||||||
Vu+NkQAAAABJRU5ErkJggg==
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="bunifuFlatButton1.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="bunifuFlatButton1.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
@ -242,6 +179,69 @@
|
||||||
FkXE0aKIOFoUEUeLIuJoUUQcLYqIo0URcbQoIo4WRcTRoog4WhQRR4si4mhRRBwtioijRRFxtCgijhZF
|
FkXE0aKIOFoUEUeLIuJoUUQcLYqIo0URcbQoIo4WRcTRoog4WhQRR4si4mhRRBwtioijRRFxtCgijhZF
|
||||||
xNGiiDhaFBFHiyLiaFFEHC2KiKNFEXG0KCKOFkXE0aKIOFoUEUeLIuJoUUQcLYqIo0URMdt3+j81Kgk9
|
xNGiiDhaFBFHiyLiaFFEHC2KiKNFEXG0KCKOFkXE0aKIOFoUEUeLIuJoUUQcLYqIo0URMdt3+j81Kgk9
|
||||||
Vu+NkQAAAABJRU5ErkJggg==
|
Vu+NkQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfirm.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Vu+NkQAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -30,9 +30,8 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard));
|
||||||
this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
|
this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
|
||||||
this.bunifuGauge2 = new Bunifu.Framework.UI.BunifuGauge();
|
|
||||||
this.lblAlertStock = new Bunifu.Framework.UI.BunifuCustomLabel();
|
this.lblAlertStock = new Bunifu.Framework.UI.BunifuCustomLabel();
|
||||||
this.dgvUser = new System.Windows.Forms.DataGridView();
|
this.dgvAlertStock = new System.Windows.Forms.DataGridView();
|
||||||
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Quantité = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Quantité = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
@ -41,7 +40,8 @@
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
|
this.bunifuGauge2 = new Bunifu.Framework.UI.BunifuGauge();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.dgvAlertStock)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -55,22 +55,6 @@
|
||||||
this.bunifuCustomLabel1.TabIndex = 3;
|
this.bunifuCustomLabel1.TabIndex = 3;
|
||||||
this.bunifuCustomLabel1.Text = "Chiffre d\'afaire";
|
this.bunifuCustomLabel1.Text = "Chiffre d\'afaire";
|
||||||
//
|
//
|
||||||
// bunifuGauge2
|
|
||||||
//
|
|
||||||
this.bunifuGauge2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGauge2.BackgroundImage")));
|
|
||||||
this.bunifuGauge2.Font = new System.Drawing.Font("Century Gothic", 15.75F);
|
|
||||||
this.bunifuGauge2.Location = new System.Drawing.Point(443, 36);
|
|
||||||
this.bunifuGauge2.Margin = new System.Windows.Forms.Padding(6);
|
|
||||||
this.bunifuGauge2.Name = "bunifuGauge2";
|
|
||||||
this.bunifuGauge2.ProgressBgColor = System.Drawing.Color.Gray;
|
|
||||||
this.bunifuGauge2.ProgressColor1 = System.Drawing.Color.Red;
|
|
||||||
this.bunifuGauge2.ProgressColor2 = System.Drawing.Color.Green;
|
|
||||||
this.bunifuGauge2.Size = new System.Drawing.Size(171, 102);
|
|
||||||
this.bunifuGauge2.Suffix = "";
|
|
||||||
this.bunifuGauge2.TabIndex = 2;
|
|
||||||
this.bunifuGauge2.Thickness = 30;
|
|
||||||
this.bunifuGauge2.Value = 100;
|
|
||||||
//
|
|
||||||
// lblAlertStock
|
// lblAlertStock
|
||||||
//
|
//
|
||||||
this.lblAlertStock.AutoSize = true;
|
this.lblAlertStock.AutoSize = true;
|
||||||
|
@ -81,22 +65,22 @@
|
||||||
this.lblAlertStock.TabIndex = 4;
|
this.lblAlertStock.TabIndex = 4;
|
||||||
this.lblAlertStock.Text = "Alerte stock";
|
this.lblAlertStock.Text = "Alerte stock";
|
||||||
//
|
//
|
||||||
// dgvUser
|
// dgvAlertStock
|
||||||
//
|
//
|
||||||
this.dgvUser.AllowUserToAddRows = false;
|
this.dgvAlertStock.AllowUserToAddRows = false;
|
||||||
this.dgvUser.AllowUserToDeleteRows = false;
|
this.dgvAlertStock.AllowUserToDeleteRows = false;
|
||||||
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvAlertStock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvAlertStock.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.id,
|
this.id,
|
||||||
this.Nom,
|
this.Nom,
|
||||||
this.Quantité});
|
this.Quantité});
|
||||||
this.dgvUser.Location = new System.Drawing.Point(364, 172);
|
this.dgvAlertStock.Location = new System.Drawing.Point(364, 172);
|
||||||
this.dgvUser.Name = "dgvUser";
|
this.dgvAlertStock.Name = "dgvAlertStock";
|
||||||
this.dgvUser.ReadOnly = true;
|
this.dgvAlertStock.ReadOnly = true;
|
||||||
this.dgvUser.RowHeadersVisible = false;
|
this.dgvAlertStock.RowHeadersVisible = false;
|
||||||
this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
this.dgvAlertStock.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||||
this.dgvUser.Size = new System.Drawing.Size(330, 302);
|
this.dgvAlertStock.Size = new System.Drawing.Size(330, 302);
|
||||||
this.dgvUser.TabIndex = 5;
|
this.dgvAlertStock.TabIndex = 5;
|
||||||
//
|
//
|
||||||
// id
|
// id
|
||||||
//
|
//
|
||||||
|
@ -179,6 +163,22 @@
|
||||||
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
||||||
this.dataGridViewTextBoxColumn3.Width = 75;
|
this.dataGridViewTextBoxColumn3.Width = 75;
|
||||||
//
|
//
|
||||||
|
// bunifuGauge2
|
||||||
|
//
|
||||||
|
this.bunifuGauge2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGauge2.BackgroundImage")));
|
||||||
|
this.bunifuGauge2.Font = new System.Drawing.Font("Century Gothic", 15.75F);
|
||||||
|
this.bunifuGauge2.Location = new System.Drawing.Point(443, 36);
|
||||||
|
this.bunifuGauge2.Margin = new System.Windows.Forms.Padding(6);
|
||||||
|
this.bunifuGauge2.Name = "bunifuGauge2";
|
||||||
|
this.bunifuGauge2.ProgressBgColor = System.Drawing.Color.Gray;
|
||||||
|
this.bunifuGauge2.ProgressColor1 = System.Drawing.Color.Red;
|
||||||
|
this.bunifuGauge2.ProgressColor2 = System.Drawing.Color.Green;
|
||||||
|
this.bunifuGauge2.Size = new System.Drawing.Size(171, 102);
|
||||||
|
this.bunifuGauge2.Suffix = "";
|
||||||
|
this.bunifuGauge2.TabIndex = 2;
|
||||||
|
this.bunifuGauge2.Thickness = 30;
|
||||||
|
this.bunifuGauge2.Value = 100;
|
||||||
|
//
|
||||||
// DashBoard
|
// DashBoard
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
@ -186,13 +186,13 @@
|
||||||
this.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.Controls.Add(this.dataGridView1);
|
this.Controls.Add(this.dataGridView1);
|
||||||
this.Controls.Add(this.lblComandeEnCours);
|
this.Controls.Add(this.lblComandeEnCours);
|
||||||
this.Controls.Add(this.dgvUser);
|
this.Controls.Add(this.dgvAlertStock);
|
||||||
this.Controls.Add(this.lblAlertStock);
|
this.Controls.Add(this.lblAlertStock);
|
||||||
this.Controls.Add(this.bunifuCustomLabel1);
|
this.Controls.Add(this.bunifuCustomLabel1);
|
||||||
this.Controls.Add(this.bunifuGauge2);
|
this.Controls.Add(this.bunifuGauge2);
|
||||||
this.Name = "DashBoard";
|
this.Name = "DashBoard";
|
||||||
this.Size = new System.Drawing.Size(697, 477);
|
this.Size = new System.Drawing.Size(697, 477);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dgvAlertStock)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
private Bunifu.Framework.UI.BunifuCustomLabel bunifuCustomLabel1;
|
private Bunifu.Framework.UI.BunifuCustomLabel bunifuCustomLabel1;
|
||||||
private Bunifu.Framework.UI.BunifuGauge bunifuGauge2;
|
private Bunifu.Framework.UI.BunifuGauge bunifuGauge2;
|
||||||
private Bunifu.Framework.UI.BunifuCustomLabel lblAlertStock;
|
private Bunifu.Framework.UI.BunifuCustomLabel lblAlertStock;
|
||||||
private System.Windows.Forms.DataGridView dgvUser;
|
private System.Windows.Forms.DataGridView dgvAlertStock;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn id;
|
private System.Windows.Forms.DataGridViewTextBoxColumn id;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Nom;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Nom;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Quantité;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Quantité;
|
||||||
|
|
|
@ -8,21 +8,46 @@ using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using GestionDeCommerceInfoClasseBDDNCouches.DataLayer;
|
using GestionDeCommerceInfoClasseBDDNCouches.DataLayer;
|
||||||
|
using GestionDeCommerceInfoClasseBDDNCouches;
|
||||||
|
|
||||||
namespace Gestion_de_commerce_Informatique
|
namespace Gestion_de_commerce_Informatique
|
||||||
{
|
{
|
||||||
public partial class DashBoard : UserControl
|
public partial class DashBoard : UserControl
|
||||||
{
|
{
|
||||||
|
BDDAccesArticle bddArticle = new BDDAccesArticle(Settings1.Default.ChaineDeConnection);
|
||||||
|
private DataTable dtArticle;
|
||||||
|
private BindingSource bsArticle;
|
||||||
public DashBoard()
|
public DashBoard()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
this.BackColor = Color.Transparent;
|
this.BackColor = Color.Transparent;
|
||||||
|
bsArticle = new BindingSource();
|
||||||
|
RemplirDVG(dgvAlertStock);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void dgvUser_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
private void dgvUser_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void RemplirDVG(DataGridView dgv)
|
||||||
|
{
|
||||||
|
dtArticle = new DataTable();
|
||||||
|
dtArticle.Columns.Add(new DataColumn("id", System.Type.GetType("System.Int32")));
|
||||||
|
dtArticle.Columns.Add("Article");
|
||||||
|
dtArticle.Columns.Add("Quantite");
|
||||||
|
List<Article> larticles;
|
||||||
|
larticles = bddArticle.VerifStock(Settings1.Default.AlerteStock);
|
||||||
|
foreach (Article Tmp in larticles)
|
||||||
|
dtArticle.Rows.Add(Tmp.ID, Tmp.Designation, Tmp.Stock);
|
||||||
|
|
||||||
|
bsArticle.DataSource = dtArticle;
|
||||||
|
dgv.DataSource = bsArticle;
|
||||||
|
|
||||||
|
}
|
||||||
|
public void RemplirDVG()
|
||||||
|
{
|
||||||
|
RemplirDVG(dgvAlertStock);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,6 +117,33 @@
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<metadata name="id.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="Nom.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="Quantité.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="bunifuGauge2.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="bunifuGauge2.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
|
@ -148,22 +175,4 @@
|
||||||
QmCC
|
QmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="id.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="Nom.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="Quantité.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
</root>
|
</root>
|
|
@ -34,22 +34,21 @@
|
||||||
this.bunifuDragControlPanRight = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
this.bunifuDragControlPanRight = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
||||||
this.panRight = new System.Windows.Forms.Panel();
|
this.panRight = new System.Windows.Forms.Panel();
|
||||||
this.bunifuDragControlBgPanelLeft = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
this.bunifuDragControlBgPanelLeft = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
||||||
this.panTop = new System.Windows.Forms.Panel();
|
|
||||||
this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
|
||||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
||||||
this.bgPanelLeft = new Bunifu.Framework.UI.BunifuGradientPanel();
|
this.bgPanelLeft = new Bunifu.Framework.UI.BunifuGradientPanel();
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||||
this.btnExit = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.btnExit = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.btnConfig = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.btnConfig = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.btnUserMannager = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.btnUserMannager = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.bunifuFlatButton3 = new Bunifu.Framework.UI.BunifuFlatButton();
|
|
||||||
this.btnStock = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.btnStock = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.btnCommande = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.btnCommande = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.btnDashBoard = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.btnDashBoard = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
this.panTop.SuspendLayout();
|
this.panTop = new System.Windows.Forms.Panel();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||||
|
this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
|
||||||
this.bgPanelLeft.SuspendLayout();
|
this.bgPanelLeft.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
|
this.panTop.SuspendLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// bunifuElipse1
|
// bunifuElipse1
|
||||||
|
@ -79,36 +78,6 @@
|
||||||
this.bunifuDragControlBgPanelLeft.TargetControl = this.bgPanelLeft;
|
this.bunifuDragControlBgPanelLeft.TargetControl = this.bgPanelLeft;
|
||||||
this.bunifuDragControlBgPanelLeft.Vertical = true;
|
this.bunifuDragControlBgPanelLeft.Vertical = true;
|
||||||
//
|
//
|
||||||
// panTop
|
|
||||||
//
|
|
||||||
this.panTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
|
|
||||||
this.panTop.Controls.Add(this.pictureBox2);
|
|
||||||
this.panTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
||||||
this.panTop.Location = new System.Drawing.Point(214, 0);
|
|
||||||
this.panTop.Name = "panTop";
|
|
||||||
this.panTop.Size = new System.Drawing.Size(697, 24);
|
|
||||||
this.panTop.TabIndex = 2;
|
|
||||||
//
|
|
||||||
// bunifuDragControl1
|
|
||||||
//
|
|
||||||
this.bunifuDragControl1.Fixed = true;
|
|
||||||
this.bunifuDragControl1.Horizontal = true;
|
|
||||||
this.bunifuDragControl1.TargetControl = this.panTop;
|
|
||||||
this.bunifuDragControl1.Vertical = true;
|
|
||||||
//
|
|
||||||
// pictureBox2
|
|
||||||
//
|
|
||||||
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
||||||
this.pictureBox2.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.exit2;
|
|
||||||
this.pictureBox2.Location = new System.Drawing.Point(676, 3);
|
|
||||||
this.pictureBox2.Name = "pictureBox2";
|
|
||||||
this.pictureBox2.Size = new System.Drawing.Size(18, 18);
|
|
||||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
||||||
this.pictureBox2.TabIndex = 3;
|
|
||||||
this.pictureBox2.TabStop = false;
|
|
||||||
this.pictureBox2.Click += new System.EventHandler(this.btnExit_Click);
|
|
||||||
//
|
|
||||||
// bgPanelLeft
|
// bgPanelLeft
|
||||||
//
|
//
|
||||||
this.bgPanelLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bgPanelLeft.BackgroundImage")));
|
this.bgPanelLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bgPanelLeft.BackgroundImage")));
|
||||||
|
@ -117,7 +86,6 @@
|
||||||
this.bgPanelLeft.Controls.Add(this.btnExit);
|
this.bgPanelLeft.Controls.Add(this.btnExit);
|
||||||
this.bgPanelLeft.Controls.Add(this.btnConfig);
|
this.bgPanelLeft.Controls.Add(this.btnConfig);
|
||||||
this.bgPanelLeft.Controls.Add(this.btnUserMannager);
|
this.bgPanelLeft.Controls.Add(this.btnUserMannager);
|
||||||
this.bgPanelLeft.Controls.Add(this.bunifuFlatButton3);
|
|
||||||
this.bgPanelLeft.Controls.Add(this.btnStock);
|
this.bgPanelLeft.Controls.Add(this.btnStock);
|
||||||
this.bgPanelLeft.Controls.Add(this.btnCommande);
|
this.bgPanelLeft.Controls.Add(this.btnCommande);
|
||||||
this.bgPanelLeft.Controls.Add(this.btnDashBoard);
|
this.bgPanelLeft.Controls.Add(this.btnDashBoard);
|
||||||
|
@ -251,41 +219,6 @@
|
||||||
this.btnUserMannager.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.btnUserMannager.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.btnUserMannager.Click += new System.EventHandler(this.btn_Click);
|
this.btnUserMannager.Click += new System.EventHandler(this.btn_Click);
|
||||||
//
|
//
|
||||||
// bunifuFlatButton3
|
|
||||||
//
|
|
||||||
this.bunifuFlatButton3.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
||||||
this.bunifuFlatButton3.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.bunifuFlatButton3.BorderRadius = 0;
|
|
||||||
this.bunifuFlatButton3.ButtonText = "bunifuFlatButton3";
|
|
||||||
this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
||||||
this.bunifuFlatButton3.DisabledColor = System.Drawing.Color.Gray;
|
|
||||||
this.bunifuFlatButton3.Iconcolor = System.Drawing.Color.Transparent;
|
|
||||||
this.bunifuFlatButton3.Iconimage = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
|
|
||||||
this.bunifuFlatButton3.Iconimage_right = null;
|
|
||||||
this.bunifuFlatButton3.Iconimage_right_Selected = null;
|
|
||||||
this.bunifuFlatButton3.Iconimage_Selected = null;
|
|
||||||
this.bunifuFlatButton3.IconMarginLeft = 25;
|
|
||||||
this.bunifuFlatButton3.IconMarginRight = 0;
|
|
||||||
this.bunifuFlatButton3.IconRightVisible = true;
|
|
||||||
this.bunifuFlatButton3.IconRightZoom = 0D;
|
|
||||||
this.bunifuFlatButton3.IconVisible = true;
|
|
||||||
this.bunifuFlatButton3.IconZoom = 90D;
|
|
||||||
this.bunifuFlatButton3.IsTab = false;
|
|
||||||
this.bunifuFlatButton3.Location = new System.Drawing.Point(3, 261);
|
|
||||||
this.bunifuFlatButton3.Name = "bunifuFlatButton3";
|
|
||||||
this.bunifuFlatButton3.Normalcolor = System.Drawing.Color.Transparent;
|
|
||||||
this.bunifuFlatButton3.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))));
|
|
||||||
this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.White;
|
|
||||||
this.bunifuFlatButton3.selected = false;
|
|
||||||
this.bunifuFlatButton3.Size = new System.Drawing.Size(205, 47);
|
|
||||||
this.bunifuFlatButton3.TabIndex = 3;
|
|
||||||
this.bunifuFlatButton3.TabStop = false;
|
|
||||||
this.bunifuFlatButton3.Text = "bunifuFlatButton3";
|
|
||||||
this.bunifuFlatButton3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
||||||
this.bunifuFlatButton3.Textcolor = System.Drawing.Color.White;
|
|
||||||
this.bunifuFlatButton3.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
//
|
|
||||||
// btnStock
|
// btnStock
|
||||||
//
|
//
|
||||||
this.btnStock.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.btnStock.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
@ -394,6 +327,36 @@
|
||||||
this.btnDashBoard.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.btnDashBoard.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.btnDashBoard.Click += new System.EventHandler(this.btn_Click);
|
this.btnDashBoard.Click += new System.EventHandler(this.btn_Click);
|
||||||
//
|
//
|
||||||
|
// panTop
|
||||||
|
//
|
||||||
|
this.panTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
|
||||||
|
this.panTop.Controls.Add(this.pictureBox2);
|
||||||
|
this.panTop.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
|
this.panTop.Location = new System.Drawing.Point(214, 0);
|
||||||
|
this.panTop.Name = "panTop";
|
||||||
|
this.panTop.Size = new System.Drawing.Size(697, 24);
|
||||||
|
this.panTop.TabIndex = 2;
|
||||||
|
//
|
||||||
|
// pictureBox2
|
||||||
|
//
|
||||||
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.pictureBox2.Image = global::Gestion_de_commerce_Informatique.Properties.Resources.exit2;
|
||||||
|
this.pictureBox2.Location = new System.Drawing.Point(676, 3);
|
||||||
|
this.pictureBox2.Name = "pictureBox2";
|
||||||
|
this.pictureBox2.Size = new System.Drawing.Size(18, 18);
|
||||||
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||||
|
this.pictureBox2.TabIndex = 3;
|
||||||
|
this.pictureBox2.TabStop = false;
|
||||||
|
this.pictureBox2.Click += new System.EventHandler(this.btnExit_Click);
|
||||||
|
//
|
||||||
|
// bunifuDragControl1
|
||||||
|
//
|
||||||
|
this.bunifuDragControl1.Fixed = true;
|
||||||
|
this.bunifuDragControl1.Horizontal = true;
|
||||||
|
this.bunifuDragControl1.TargetControl = this.panTop;
|
||||||
|
this.bunifuDragControl1.Vertical = true;
|
||||||
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
@ -406,10 +369,10 @@
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
this.Name = "Form1";
|
this.Name = "Form1";
|
||||||
this.Text = "Form1";
|
this.Text = "Form1";
|
||||||
this.panTop.ResumeLayout(false);
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
||||||
this.bgPanelLeft.ResumeLayout(false);
|
this.bgPanelLeft.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||||
|
this.panTop.ResumeLayout(false);
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -423,7 +386,6 @@
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton btnExit;
|
private Bunifu.Framework.UI.BunifuFlatButton btnExit;
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton btnConfig;
|
private Bunifu.Framework.UI.BunifuFlatButton btnConfig;
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton btnUserMannager;
|
private Bunifu.Framework.UI.BunifuFlatButton btnUserMannager;
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton3;
|
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton btnStock;
|
private Bunifu.Framework.UI.BunifuFlatButton btnStock;
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton btnCommande;
|
private Bunifu.Framework.UI.BunifuFlatButton btnCommande;
|
||||||
private System.Windows.Forms.Panel panRight;
|
private System.Windows.Forms.Panel panRight;
|
||||||
|
|
|
@ -20,6 +20,7 @@ namespace Gestion_de_commerce_Informatique
|
||||||
DashBoard dashBoard;
|
DashBoard dashBoard;
|
||||||
GestionUtilisateurs gestionUtilisateur;
|
GestionUtilisateurs gestionUtilisateur;
|
||||||
Commande commande;
|
Commande commande;
|
||||||
|
GestionStock gestionStock;
|
||||||
|
|
||||||
|
|
||||||
public Form1()
|
public Form1()
|
||||||
|
@ -27,7 +28,8 @@ namespace Gestion_de_commerce_Informatique
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
dashBoard = new DashBoard();
|
dashBoard = new DashBoard();
|
||||||
gestionUtilisateur = new GestionUtilisateurs();
|
gestionUtilisateur = new GestionUtilisateurs();
|
||||||
commande = new Commande(); ;
|
commande = new Commande();
|
||||||
|
gestionStock = new GestionStock();
|
||||||
panRightControl = dashBoard;
|
panRightControl = dashBoard;
|
||||||
this.panRight.Controls.Add((Control)panRightControl);
|
this.panRight.Controls.Add((Control)panRightControl);
|
||||||
|
|
||||||
|
@ -51,6 +53,7 @@ namespace Gestion_de_commerce_Informatique
|
||||||
{
|
{
|
||||||
case "DashBoard":
|
case "DashBoard":
|
||||||
this.panRight.Controls.Remove((Control)panRightControl);
|
this.panRight.Controls.Remove((Control)panRightControl);
|
||||||
|
dashBoard.RemplirDVG();
|
||||||
panRightControl = dashBoard;
|
panRightControl = dashBoard;
|
||||||
this.panRight.Controls.Add((Control)panRightControl);
|
this.panRight.Controls.Add((Control)panRightControl);
|
||||||
|
|
||||||
|
@ -61,11 +64,17 @@ namespace Gestion_de_commerce_Informatique
|
||||||
this.panRight.Controls.Add((Control)panRightControl);
|
this.panRight.Controls.Add((Control)panRightControl);
|
||||||
break;
|
break;
|
||||||
case "Stock":
|
case "Stock":
|
||||||
|
this.panRight.Controls.Remove((Control)panRightControl);
|
||||||
|
//gestionStock.RemplirDVG();
|
||||||
|
panRightControl = gestionStock;
|
||||||
|
this.panRight.Controls.Add((Control)panRightControl);
|
||||||
break;
|
break;
|
||||||
case "Configuration":
|
case "Configuration":
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case "Gestion utilisateurs":
|
case "Gestion utilisateurs":
|
||||||
this.panRight.Controls.Remove((Control)panRightControl);
|
this.panRight.Controls.Remove((Control)panRightControl);
|
||||||
|
gestionUtilisateur.RemplirDVG();
|
||||||
panRightControl = gestionUtilisateur;
|
panRightControl = gestionUtilisateur;
|
||||||
this.panRight.Controls.Add((Control)panRightControl);
|
this.panRight.Controls.Add((Control)panRightControl);
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -131,69 +131,6 @@
|
||||||
d7B5A5PXUHkFmZemWH4QyymhfMaXI4byCld2seUxpmygyh1kWZli/U2sZ4T6DV+PGep7XD3A1ueYuo2q
|
d7B5A5PXUHkFmZemWH4QyymhfMaXI4byCld2seUxpmygyh1kWZli/U2sZ4T6DV+PGep7XD3A1ueYuo2q
|
||||||
D5D19hTbX2L7RWhn+PaVoR3j2jtsO8C0Z6i2jWz3p9j/EfsfQv+J798Z+hdc/4TtbzH9JarPkH2L/5fF
|
D5D19hTbX2L7RWhn+PaVoR3j2jtsO8C0Z6i2jWz3p9j/EfsfQv+J798Z+hdc/4TtbzH9JarPkH2L/5fF
|
||||||
r427yylqAAAAAElFTkSuQmCC
|
r427yylqAAAAAElFTkSuQmCC
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="bunifuFlatButton3.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
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
|
|
||||||
Vu+NkQAAAABJRU5ErkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btnCommande.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="btnCommande.Iconimage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -57,6 +57,18 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="ConfigCommande.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ConfigCommande.Designer.cs">
|
||||||
|
<DependentUpon>ConfigCommande.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ConfigurationStock.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ConfigurationStock.Designer.cs">
|
||||||
|
<DependentUpon>ConfigurationStock.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="ConfigurationUtilisateur.cs">
|
<Compile Include="ConfigurationUtilisateur.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -69,6 +81,12 @@
|
||||||
<Compile Include="Commande.Designer.cs">
|
<Compile Include="Commande.Designer.cs">
|
||||||
<DependentUpon>Commande.cs</DependentUpon>
|
<DependentUpon>Commande.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="GestionStock.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="GestionStock.Designer.cs">
|
||||||
|
<DependentUpon>GestionStock.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Form1.cs">
|
<Compile Include="Form1.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -89,12 +107,26 @@
|
||||||
<Compile Include="DashBoard.Designer.cs">
|
<Compile Include="DashBoard.Designer.cs">
|
||||||
<DependentUpon>DashBoard.cs</DependentUpon>
|
<DependentUpon>DashBoard.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Settings1.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
|
<DependentUpon>Settings1.settings</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<EmbeddedResource Include="ConfigCommande.resx">
|
||||||
|
<DependentUpon>ConfigCommande.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="ConfigurationStock.resx">
|
||||||
|
<DependentUpon>ConfigurationStock.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="ConfigurationUtilisateur.resx">
|
<EmbeddedResource Include="ConfigurationUtilisateur.resx">
|
||||||
<DependentUpon>ConfigurationUtilisateur.cs</DependentUpon>
|
<DependentUpon>ConfigurationUtilisateur.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Commande.resx">
|
<EmbeddedResource Include="Commande.resx">
|
||||||
<DependentUpon>Commande.cs</DependentUpon>
|
<DependentUpon>Commande.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="GestionStock.resx">
|
||||||
|
<DependentUpon>GestionStock.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="DashBoard.resx">
|
<EmbeddedResource Include="DashBoard.resx">
|
||||||
<DependentUpon>DashBoard.cs</DependentUpon>
|
<DependentUpon>DashBoard.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
@ -124,12 +156,20 @@
|
||||||
<DependentUpon>Settings.settings</DependentUpon>
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<None Include="Settings1.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
|
||||||
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="App.config" />
|
<None Include="App.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Bunifu.dll" />
|
<Content Include="Bunifu.dll" />
|
||||||
|
<None Include="Resources\plus.png" />
|
||||||
|
<None Include="Resources\moin.png" />
|
||||||
|
<None Include="Resources\+.png" />
|
||||||
|
<None Include="Resources\-.png" />
|
||||||
<None Include="Resources\canvas.png" />
|
<None Include="Resources\canvas.png" />
|
||||||
<None Include="Resources\usercfg.png" />
|
<None Include="Resources\usercfg.png" />
|
||||||
<None Include="Resources\commande.png" />
|
<None Include="Resources\commande.png" />
|
||||||
|
|
|
@ -0,0 +1,171 @@
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,84 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Data;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
using GestionDeCommerceInfoClasseBDDNCouches.DataLayer;
|
||||||
|
using GestionDeCommerceInfoClasseBDDNCouches;
|
||||||
|
|
||||||
|
namespace Gestion_de_commerce_Informatique
|
||||||
|
{
|
||||||
|
public partial class GestionStock : UserControl
|
||||||
|
{
|
||||||
|
BDDAccesArticle bddArticle = new BDDAccesArticle(Settings1.Default.ChaineDeConnection);
|
||||||
|
private DataTable dtArticle;
|
||||||
|
private BindingSource bsArticle;
|
||||||
|
public GestionStock()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
this.BackColor = Color.Transparent;
|
||||||
|
bsArticle = new BindingSource();
|
||||||
|
RemplirDVG(dgvArticle);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void dgvUser_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void RemplirDVG(DataGridView dgv)
|
||||||
|
{
|
||||||
|
dtArticle = new DataTable();
|
||||||
|
dtArticle.Columns.Add(new DataColumn("idArt", System.Type.GetType("System.Int32")));
|
||||||
|
dtArticle.Columns.Add("NomArticle");
|
||||||
|
dtArticle.Columns.Add("Valeur");
|
||||||
|
dtArticle.Columns.Add("Stock");
|
||||||
|
List<Article> larticles;
|
||||||
|
larticles = bddArticle.ListArticles();
|
||||||
|
foreach (Article Tmp in larticles)
|
||||||
|
dtArticle.Rows.Add(Tmp.ID, Tmp.Designation, $"{Math.Round(Tmp.PrixHTVA,2)}€", Tmp.Stock);
|
||||||
|
|
||||||
|
bsArticle.DataSource = dtArticle;
|
||||||
|
dgv.DataSource = bsArticle;
|
||||||
|
}
|
||||||
|
public void RemplirDVG()
|
||||||
|
{
|
||||||
|
RemplirDVG(dgvArticle);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void txtBoxRecherche_KeyUp(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string rowFilter = string.Format("[{0}] LIKE '%{1}%'", "NomArticle", txtBoxRecherche.text);//https://10tec.com/articles/datagridview-filter.aspx
|
||||||
|
dtArticle.DefaultView.RowFilter = rowFilter;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void bunifuFlatButton1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
ConfigurationStock win = new ConfigurationStock(bddArticle);
|
||||||
|
win.ShowDialog();
|
||||||
|
dtArticle.Rows.Add(win.article.ID, win.article.Designation, $"{Math.Round(win.article.PrixHTVA, 2)}€");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void dgvArticle_DoubleClick(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (dgvArticle.SelectedRows.Count > 0)
|
||||||
|
{
|
||||||
|
ConfigurationStock win = new ConfigurationStock(bddArticle.LireArticle(int.Parse(dgvArticle.SelectedRows[0].Cells[0].Value.ToString())), bddArticle);
|
||||||
|
win.ShowDialog();
|
||||||
|
dgvArticle.SelectedRows[0].Cells[1].Value = win.article.Designation;
|
||||||
|
dgvArticle.SelectedRows[0].Cells[2].Value = $"{Math.Round(win.article.PrixHTVA,2)}€";
|
||||||
|
dgvArticle.SelectedRows[0].Cells[3].Value = win.article.Stock;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,176 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="Stock.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="txtBoxRecherche.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtBoxRecherche.Icon" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJDSURBVHhe7dBJjuRADEPRuv+lu1ELAULgK6cK26STD/ib
|
||||||
|
HpxU/ERERERERER84t8fiw/QQ+4onqBHO6JY0COd0dejR7mir0QPcWVfg45X6tbo4Fd7F33j1W6JDn3W
|
||||||
|
LvTtZ90KHfioo9BvPeoW6LCps9BvT9mjo6iz0QbKGh1EXYW2UJboEOpqtImyQ0esqaBta1bogDU1tHHN
|
||||||
|
Bo3vqaKtPQs0vKeONvfk0eieOtrck0aDey5oe08Wje25oO09WTS2ckM3VJJoaM8N3dCTQyMrR3RHTw6N
|
||||||
|
rFzRLZUcGlm5olsqOTSyckW3VHJoZOWKbqnk0MjKFd1SyaGRlSu6pZJDIytXdEslh0ZWruiWSg6NrFzR
|
||||||
|
LZUcGlm5olsqOTSyckW3VHJoZOWKbqnk0MieG7qhJ4dG9tzQDT1JNLRyQzdUsmhszwVt78misT0XtL0n
|
||||||
|
jQb31NHmnjwa3VNHm3sWaHhPFW3t2aDxa2po45oVOmBNBW1bs0NHrKmgbWuW6BDqKrSFskYHUWejDZQ1
|
||||||
|
OuhRZ6HfnrJFx7zaUei3HmWLjvmkXejbz7JFx+zoXfSNV7NFxxxZob/7NFt0zNQv+vMrs0YHTXX091dk
|
||||||
|
jQ6amtC/PSN7dNTUK+j/HdEt0GFT76Jv7Og26Lipv6JvvtPt0JFTsRk98lRsRo88FZvRI0/FZvTIU7EZ
|
||||||
|
PfJUbEaPPBWb0SNPxWb0yFOxGT3yVGxGjzwVm9EjT8Vm9MhTcRB67LU4GD16FSfJ4wvI4wvI40dERERE
|
||||||
|
RISbn5//IBHAhgWniRYAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -30,10 +30,10 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GestionUtilisateurs));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GestionUtilisateurs));
|
||||||
this.dgvUser = new System.Windows.Forms.DataGridView();
|
this.dgvUser = new System.Windows.Forms.DataGridView();
|
||||||
this.userId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox();
|
this.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox();
|
||||||
this.lblAddUser = new Bunifu.Framework.UI.BunifuFlatButton();
|
this.lblAddUser = new Bunifu.Framework.UI.BunifuFlatButton();
|
||||||
|
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -43,9 +43,9 @@
|
||||||
this.dgvUser.AllowUserToDeleteRows = false;
|
this.dgvUser.AllowUserToDeleteRows = false;
|
||||||
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.userId,
|
this.id,
|
||||||
this.Nom});
|
this.Nom});
|
||||||
this.dgvUser.Location = new System.Drawing.Point(13, 62);
|
this.dgvUser.Location = new System.Drawing.Point(19, 51);
|
||||||
this.dgvUser.Name = "dgvUser";
|
this.dgvUser.Name = "dgvUser";
|
||||||
this.dgvUser.ReadOnly = true;
|
this.dgvUser.ReadOnly = true;
|
||||||
this.dgvUser.RowHeadersVisible = false;
|
this.dgvUser.RowHeadersVisible = false;
|
||||||
|
@ -54,25 +54,6 @@
|
||||||
this.dgvUser.TabIndex = 4;
|
this.dgvUser.TabIndex = 4;
|
||||||
this.dgvUser.DoubleClick += new System.EventHandler(this.dgvUser_CellContentClick_1);
|
this.dgvUser.DoubleClick += new System.EventHandler(this.dgvUser_CellContentClick_1);
|
||||||
//
|
//
|
||||||
// userId
|
|
||||||
//
|
|
||||||
this.userId.DataPropertyName = "userId";
|
|
||||||
this.userId.HeaderText = "userId";
|
|
||||||
this.userId.MinimumWidth = 664;
|
|
||||||
this.userId.Name = "userId";
|
|
||||||
this.userId.ReadOnly = true;
|
|
||||||
this.userId.Visible = false;
|
|
||||||
this.userId.Width = 664;
|
|
||||||
//
|
|
||||||
// Nom
|
|
||||||
//
|
|
||||||
this.Nom.DataPropertyName = "Nom";
|
|
||||||
this.Nom.HeaderText = "Nom";
|
|
||||||
this.Nom.MinimumWidth = 20;
|
|
||||||
this.Nom.Name = "Nom";
|
|
||||||
this.Nom.ReadOnly = true;
|
|
||||||
this.Nom.Width = 660;
|
|
||||||
//
|
|
||||||
// txtBoxRecherche
|
// txtBoxRecherche
|
||||||
//
|
//
|
||||||
this.txtBoxRecherche.BackColor = System.Drawing.Color.Silver;
|
this.txtBoxRecherche.BackColor = System.Drawing.Color.Silver;
|
||||||
|
@ -80,13 +61,17 @@
|
||||||
this.txtBoxRecherche.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.txtBoxRecherche.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.txtBoxRecherche.ForeColor = System.Drawing.Color.Black;
|
this.txtBoxRecherche.ForeColor = System.Drawing.Color.Black;
|
||||||
this.txtBoxRecherche.Icon = ((System.Drawing.Image)(resources.GetObject("txtBoxRecherche.Icon")));
|
this.txtBoxRecherche.Icon = ((System.Drawing.Image)(resources.GetObject("txtBoxRecherche.Icon")));
|
||||||
this.txtBoxRecherche.Location = new System.Drawing.Point(13, 14);
|
this.txtBoxRecherche.Location = new System.Drawing.Point(19, 3);
|
||||||
this.txtBoxRecherche.Name = "txtBoxRecherche";
|
this.txtBoxRecherche.Name = "txtBoxRecherche";
|
||||||
this.txtBoxRecherche.Size = new System.Drawing.Size(664, 42);
|
this.txtBoxRecherche.Size = new System.Drawing.Size(664, 42);
|
||||||
this.txtBoxRecherche.TabIndex = 9;
|
this.txtBoxRecherche.TabIndex = 9;
|
||||||
this.txtBoxRecherche.text = "Recherche";
|
this.txtBoxRecherche.text = "";
|
||||||
|
this.txtBoxRecherche.OnTextChange += new System.EventHandler(this.txtBoxRecherche_OnTextChange_1);
|
||||||
this.txtBoxRecherche.KeyUp += new System.EventHandler(this.txtBoxRecherche_KeyUp);
|
this.txtBoxRecherche.KeyUp += new System.EventHandler(this.txtBoxRecherche_KeyUp);
|
||||||
|
this.txtBoxRecherche.CursorChanged += new System.EventHandler(this.txtBoxRecherche_Click);
|
||||||
this.txtBoxRecherche.Click += new System.EventHandler(this.txtBoxRecherche_Click);
|
this.txtBoxRecherche.Click += new System.EventHandler(this.txtBoxRecherche_Click);
|
||||||
|
this.txtBoxRecherche.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtBoxRecherche_Click);
|
||||||
|
this.txtBoxRecherche.MouseUp += new System.Windows.Forms.MouseEventHandler(this.txtBoxRecherche_Click);
|
||||||
//
|
//
|
||||||
// lblAddUser
|
// lblAddUser
|
||||||
//
|
//
|
||||||
|
@ -110,7 +95,7 @@
|
||||||
this.lblAddUser.IconVisible = true;
|
this.lblAddUser.IconVisible = true;
|
||||||
this.lblAddUser.IconZoom = 90D;
|
this.lblAddUser.IconZoom = 90D;
|
||||||
this.lblAddUser.IsTab = false;
|
this.lblAddUser.IsTab = false;
|
||||||
this.lblAddUser.Location = new System.Drawing.Point(183, 407);
|
this.lblAddUser.Location = new System.Drawing.Point(185, 399);
|
||||||
this.lblAddUser.Name = "lblAddUser";
|
this.lblAddUser.Name = "lblAddUser";
|
||||||
this.lblAddUser.Normalcolor = System.Drawing.Color.Transparent;
|
this.lblAddUser.Normalcolor = System.Drawing.Color.Transparent;
|
||||||
this.lblAddUser.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.lblAddUser.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||||
|
@ -124,6 +109,25 @@
|
||||||
this.lblAddUser.TextFont = new System.Drawing.Font("Stencil", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.lblAddUser.TextFont = new System.Drawing.Font("Stencil", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.lblAddUser.Click += new System.EventHandler(this.lblAddUser_Click);
|
this.lblAddUser.Click += new System.EventHandler(this.lblAddUser_Click);
|
||||||
//
|
//
|
||||||
|
// id
|
||||||
|
//
|
||||||
|
this.id.DataPropertyName = "id";
|
||||||
|
this.id.HeaderText = "id";
|
||||||
|
this.id.MinimumWidth = 664;
|
||||||
|
this.id.Name = "id";
|
||||||
|
this.id.ReadOnly = true;
|
||||||
|
this.id.Visible = false;
|
||||||
|
this.id.Width = 664;
|
||||||
|
//
|
||||||
|
// Nom
|
||||||
|
//
|
||||||
|
this.Nom.DataPropertyName = "Nom";
|
||||||
|
this.Nom.HeaderText = "Nom";
|
||||||
|
this.Nom.MinimumWidth = 20;
|
||||||
|
this.Nom.Name = "Nom";
|
||||||
|
this.Nom.ReadOnly = true;
|
||||||
|
this.Nom.Width = 660;
|
||||||
|
//
|
||||||
// GestionUtilisateurs
|
// GestionUtilisateurs
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
@ -141,9 +145,9 @@
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
private System.Windows.Forms.DataGridView dgvUser;
|
private System.Windows.Forms.DataGridView dgvUser;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn userId;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Nom;
|
|
||||||
private Bunifu.Framework.UI.BunifuFlatButton lblAddUser;
|
private Bunifu.Framework.UI.BunifuFlatButton lblAddUser;
|
||||||
private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche;
|
private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn id;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Nom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,8 @@ namespace Gestion_de_commerce_Informatique
|
||||||
}
|
}
|
||||||
private DataTable dtPersonne;
|
private DataTable dtPersonne;
|
||||||
private BindingSource bsPersonne;
|
private BindingSource bsPersonne;
|
||||||
BDDAccesUtilisateur bddUser = new BDDAccesUtilisateur(@"Data Source=(localdb)\MSSQLLOcalDB;Initial Catalog=GestionCommerceInfo;Integrated Security=True");
|
BDDAccesUtilisateur bddUser = new BDDAccesUtilisateur(Settings1.Default.ChaineDeConnection);
|
||||||
|
|
||||||
public GestionUtilisateurs()
|
public GestionUtilisateurs()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
@ -45,11 +46,6 @@ namespace Gestion_de_commerce_Informatique
|
||||||
Console.WriteLine();
|
Console.WriteLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void txtBoxRecherche_OnTextChange(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void lblAddUser_Click(object sender, EventArgs e)
|
private void lblAddUser_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
ConfigurationUtilisateur ajoutUtilisateur = new ConfigurationUtilisateur(bddUser);
|
ConfigurationUtilisateur ajoutUtilisateur = new ConfigurationUtilisateur(bddUser);
|
||||||
|
@ -74,8 +70,14 @@ namespace Gestion_de_commerce_Informatique
|
||||||
|
|
||||||
bsPersonne.DataSource = dtPersonne;
|
bsPersonne.DataSource = dtPersonne;
|
||||||
dgv.DataSource = bsPersonne;
|
dgv.DataSource = bsPersonne;
|
||||||
|
dgv.Columns["userId"].Visible = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
public void RemplirDVG()
|
||||||
|
{
|
||||||
|
bsPersonne = new BindingSource();
|
||||||
|
RemplirDVG(dgvUser);
|
||||||
|
}
|
||||||
|
|
||||||
private void txtBoxRecherche_KeyUp(object sender, EventArgs e)
|
private void txtBoxRecherche_KeyUp(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
@ -94,5 +96,16 @@ namespace Gestion_de_commerce_Informatique
|
||||||
dgvUser.SelectedRows[0].Cells["Nom"].Value = $"{win.user.Prenom} {win.user.Nom}";
|
dgvUser.SelectedRows[0].Cells["Nom"].Value = $"{win.user.Prenom} {win.user.Nom}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void txtBoxRecherche_OnTextChange_1(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void txtBoxRecherche_Click(object sender, MouseEventArgs e)
|
||||||
|
{
|
||||||
|
if (txtBoxRecherche.text == "Recherche")
|
||||||
|
txtBoxRecherche.text = "";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ namespace Gestion_de_commerce_Informatique
|
||||||
List<Utilisateur> lusers;
|
List<Utilisateur> lusers;
|
||||||
List<Utilisateur> lusersTN;
|
List<Utilisateur> lusersTN;
|
||||||
List<Utilisateur> lusersTP;
|
List<Utilisateur> lusersTP;
|
||||||
BDDAccesUtilisateur b = new BDDAccesUtilisateur(@"Data Source=(localdb)\MSSQLLOcalDB;Initial Catalog=GestionCommerceInfo;Integrated Security=True");
|
BDDAccesUtilisateur b = new BDDAccesUtilisateur(Settings1.Default.ChaineDeConnection);
|
||||||
|
|
||||||
//b.AjouterUtilisateur(new Utilisateur("Nom 1", "pre 1", "Rue du bout du monde 50 4607 dalhem", "BE54165314", "sildjfghlsidh@yopmail.com", Utilisateur.Type_E.Client));
|
//b.AjouterUtilisateur(new Utilisateur("Nom 1", "pre 1", "Rue du bout du monde 50 4607 dalhem", "BE54165314", "sildjfghlsidh@yopmail.com", Utilisateur.Type_E.Client));
|
||||||
//b.AjouterUtilisateur(new Utilisateur("Nom 2", "pre 2", "Rue du bout du monde 52 4607 dalhem", "BE54165315", "sildjfgh3sidh@yopmail.com", Utilisateur.Type_E.Commercant));
|
//b.AjouterUtilisateur(new Utilisateur("Nom 2", "pre 2", "Rue du bout du monde 52 4607 dalhem", "BE54165315", "sildjfgh3sidh@yopmail.com", Utilisateur.Type_E.Commercant));
|
||||||
|
|
|
@ -110,6 +110,26 @@ namespace Gestion_de_commerce_Informatique.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap moin {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("moin", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap plus {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("plus", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -127,6 +127,9 @@
|
||||||
<data name="exit2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="exit2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\exit2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\exit2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="-" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\-.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="stock" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="stock" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\stock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\stock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -136,10 +139,13 @@
|
||||||
<data name="commande" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="commande" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\commande.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\commande.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="canvas" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="canvas" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\canvas.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\canvas.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="+" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\+.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -0,0 +1,60 @@
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Ce code a été généré par un outil.
|
||||||
|
// Version du runtime :4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||||
|
// le code est régénéré.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace Gestion_de_commerce_Informatique {
|
||||||
|
|
||||||
|
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")]
|
||||||
|
internal sealed partial class Settings1 : global::System.Configuration.ApplicationSettingsBase {
|
||||||
|
|
||||||
|
private static Settings1 defaultInstance = ((Settings1)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings1())));
|
||||||
|
|
||||||
|
public static Settings1 Default {
|
||||||
|
get {
|
||||||
|
return defaultInstance;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
||||||
|
public int AlerteStock {
|
||||||
|
get {
|
||||||
|
return ((int)(this["AlerteStock"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["AlerteStock"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=(localdb)\\MSSQLLOcalDB;Initial Catalog=GestionCommerceInfo;Integrated" +
|
||||||
|
" Security=True")]
|
||||||
|
public string ChaineDeConnection {
|
||||||
|
get {
|
||||||
|
return ((string)(this["ChaineDeConnection"]));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
||||||
|
public int StockIdeal {
|
||||||
|
get {
|
||||||
|
return ((int)(this["StockIdeal"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["StockIdeal"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Gestion_de_commerce_Informatique" GeneratedClassName="Settings1">
|
||||||
|
<Profiles />
|
||||||
|
<Settings>
|
||||||
|
<Setting Name="AlerteStock" Type="System.Int32" Scope="User">
|
||||||
|
<Value Profile="(Default)">5</Value>
|
||||||
|
</Setting>
|
||||||
|
<Setting Name="ChaineDeConnection" Type="System.String" Scope="Application">
|
||||||
|
<Value Profile="(Default)">Data Source=(localdb)\MSSQLLOcalDB;Initial Catalog=GestionCommerceInfo;Integrated Security=True</Value>
|
||||||
|
</Setting>
|
||||||
|
<Setting Name="StockIdeal" Type="System.Int32" Scope="User">
|
||||||
|
<Value Profile="(Default)">50</Value>
|
||||||
|
</Setting>
|
||||||
|
</Settings>
|
||||||
|
</SettingsFile>
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue