GestionDeDommerceInformatique/Gestion de commerce Informa.../GestionUtilisateurs.Designe...

154 lines
8.1 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox();
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();
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.id,
this.Nom});
this.dgvUser.Location = new System.Drawing.Point(19, 51);
this.dgvUser.Name = "dgvUser";
this.dgvUser.ReadOnly = true;
this.dgvUser.RowHeadersVisible = false;
this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUser.Size = new System.Drawing.Size(664, 339);
this.dgvUser.TabIndex = 4;
this.dgvUser.DoubleClick += new System.EventHandler(this.dgvUser_CellContentClick_1);
//
// 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(19, 3);
this.txtBoxRecherche.Name = "txtBoxRecherche";
this.txtBoxRecherche.Size = new System.Drawing.Size(664, 42);
this.txtBoxRecherche.TabIndex = 9;
this.txtBoxRecherche.text = "";
this.txtBoxRecherche.OnTextChange += new System.EventHandler(this.txtBoxRecherche_OnTextChange_1);
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.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtBoxRecherche_Click);
this.txtBoxRecherche.MouseUp += new System.Windows.Forms.MouseEventHandler(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(185, 399);
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);
//
// 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
//
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.txtBoxRecherche);
this.Controls.Add(this.lblAddUser);
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 Bunifu.Framework.UI.BunifuFlatButton lblAddUser;
private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche;
private System.Windows.Forms.DataGridViewTextBoxColumn id;
private System.Windows.Forms.DataGridViewTextBoxColumn Nom;
}
}