2018-06-05 12:59:35 +02:00
|
|
|
|
namespace Gestion_de_commerce_Informatique
|
|
|
|
|
{
|
|
|
|
|
partial class GestionUtilisateurs
|
|
|
|
|
{
|
|
|
|
|
/// <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(GestionUtilisateurs));
|
|
|
|
|
this.dgvUser = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.userId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2018-06-05 17:20:36 +02:00
|
|
|
|
this.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox();
|
|
|
|
|
this.lblAddUser = new Bunifu.Framework.UI.BunifuFlatButton();
|
2018-06-05 12:59:35 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// dgvUser
|
|
|
|
|
//
|
|
|
|
|
this.dgvUser.AllowUserToAddRows = false;
|
|
|
|
|
this.dgvUser.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.userId,
|
|
|
|
|
this.Nom});
|
2018-06-05 17:20:36 +02:00
|
|
|
|
this.dgvUser.Location = new System.Drawing.Point(13, 62);
|
2018-06-05 12:59:35 +02:00
|
|
|
|
this.dgvUser.Name = "dgvUser";
|
|
|
|
|
this.dgvUser.ReadOnly = true;
|
|
|
|
|
this.dgvUser.RowHeadersVisible = false;
|
|
|
|
|
this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
2018-06-05 17:20:36 +02:00
|
|
|
|
this.dgvUser.Size = new System.Drawing.Size(664, 339);
|
2018-06-05 12:59:35 +02:00
|
|
|
|
this.dgvUser.TabIndex = 4;
|
2018-06-05 17:20:36 +02:00
|
|
|
|
this.dgvUser.DoubleClick += new System.EventHandler(this.dgvUser_CellContentClick_1);
|
2018-06-05 12:59:35 +02:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
2018-06-05 17:20:36 +02:00
|
|
|
|
// 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(13, 14);
|
|
|
|
|
this.txtBoxRecherche.Name = "txtBoxRecherche";
|
|
|
|
|
this.txtBoxRecherche.Size = new System.Drawing.Size(664, 42);
|
|
|
|
|
this.txtBoxRecherche.TabIndex = 9;
|
|
|
|
|
this.txtBoxRecherche.text = "Recherche";
|
|
|
|
|
this.txtBoxRecherche.KeyUp += new System.EventHandler(this.txtBoxRecherche_KeyUp);
|
|
|
|
|
this.txtBoxRecherche.Click += new System.EventHandler(this.txtBoxRecherche_Click);
|
|
|
|
|
//
|
|
|
|
|
// lblAddUser
|
|
|
|
|
//
|
|
|
|
|
this.lblAddUser.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
|
|
|
this.lblAddUser.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.lblAddUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.lblAddUser.BorderRadius = 0;
|
|
|
|
|
this.lblAddUser.ButtonText = "Ajouter un utilisateur";
|
|
|
|
|
this.lblAddUser.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.lblAddUser.DisabledColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.lblAddUser.Font = new System.Drawing.Font("Stencil", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.lblAddUser.Iconcolor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.lblAddUser.Iconimage = global::Gestion_de_commerce_Informatique.Properties.Resources.canvas;
|
|
|
|
|
this.lblAddUser.Iconimage_right = null;
|
|
|
|
|
this.lblAddUser.Iconimage_right_Selected = null;
|
|
|
|
|
this.lblAddUser.Iconimage_Selected = null;
|
|
|
|
|
this.lblAddUser.IconMarginLeft = 0;
|
|
|
|
|
this.lblAddUser.IconMarginRight = 0;
|
|
|
|
|
this.lblAddUser.IconRightVisible = true;
|
|
|
|
|
this.lblAddUser.IconRightZoom = 0D;
|
|
|
|
|
this.lblAddUser.IconVisible = true;
|
|
|
|
|
this.lblAddUser.IconZoom = 90D;
|
|
|
|
|
this.lblAddUser.IsTab = false;
|
|
|
|
|
this.lblAddUser.Location = new System.Drawing.Point(183, 407);
|
|
|
|
|
this.lblAddUser.Name = "lblAddUser";
|
|
|
|
|
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.OnHoverTextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.lblAddUser.selected = false;
|
|
|
|
|
this.lblAddUser.Size = new System.Drawing.Size(320, 67);
|
|
|
|
|
this.lblAddUser.TabIndex = 8;
|
|
|
|
|
this.lblAddUser.Text = "Ajouter un utilisateur";
|
|
|
|
|
this.lblAddUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.lblAddUser.Textcolor = System.Drawing.Color.Black;
|
|
|
|
|
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);
|
|
|
|
|
//
|
2018-06-05 12:59:35 +02:00
|
|
|
|
// GestionUtilisateurs
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
2018-06-05 17:20:36 +02:00
|
|
|
|
this.Controls.Add(this.txtBoxRecherche);
|
|
|
|
|
this.Controls.Add(this.lblAddUser);
|
2018-06-05 12:59:35 +02:00
|
|
|
|
this.Controls.Add(this.dgvUser);
|
|
|
|
|
this.Name = "GestionUtilisateurs";
|
|
|
|
|
this.Size = new System.Drawing.Size(697, 477);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private System.Windows.Forms.DataGridView dgvUser;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn userId;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Nom;
|
2018-06-05 17:20:36 +02:00
|
|
|
|
private Bunifu.Framework.UI.BunifuFlatButton lblAddUser;
|
|
|
|
|
private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche;
|
2018-06-05 12:59:35 +02:00
|
|
|
|
}
|
|
|
|
|
}
|