namespace Gestion_de_commerce_Informatique { partial class GestionUtilisateurs { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. 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 /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// 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(); this.txtBoxRecherche = new Bunifu.Framework.UI.BunifuTextbox(); this.lblAddUser = new Bunifu.Framework.UI.BunifuFlatButton(); ((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}); this.dgvUser.Location = new System.Drawing.Point(13, 62); 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); // // 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 // 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); // // 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 System.Windows.Forms.DataGridViewTextBoxColumn userId; private System.Windows.Forms.DataGridViewTextBoxColumn Nom; private Bunifu.Framework.UI.BunifuFlatButton lblAddUser; private Bunifu.Framework.UI.BunifuTextbox txtBoxRecherche; } }