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.labelStock = new Bunifu.Framework.UI.BunifuCustomLabel(); this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel(); this.bunifuGauge2 = new Bunifu.Framework.UI.BunifuGauge(); this.bunifuGauge1 = new Bunifu.Framework.UI.BunifuGauge(); this.dgvUser = new System.Windows.Forms.DataGridView(); this.userId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Nom = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit(); this.SuspendLayout(); // // labelStock // this.labelStock.AutoSize = true; this.labelStock.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStock.Location = new System.Drawing.Point(53, 24); this.labelStock.Name = "labelStock"; this.labelStock.Size = new System.Drawing.Size(65, 25); this.labelStock.TabIndex = 1; this.labelStock.Text = "user"; // // bunifuCustomLabel1 // this.bunifuCustomLabel1.AutoSize = true; this.bunifuCustomLabel1.Font = new System.Drawing.Font("Stencil", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bunifuCustomLabel1.Location = new System.Drawing.Point(498, 24); this.bunifuCustomLabel1.Name = "bunifuCustomLabel1"; this.bunifuCustomLabel1.Size = new System.Drawing.Size(196, 25); this.bunifuCustomLabel1.TabIndex = 3; 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(503, 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(174, 117); this.bunifuGauge2.Suffix = ""; this.bunifuGauge2.TabIndex = 2; this.bunifuGauge2.Thickness = 30; this.bunifuGauge2.Value = 100; // // bunifuGauge1 // this.bunifuGauge1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGauge1.BackgroundImage"))); this.bunifuGauge1.Font = new System.Drawing.Font("Century Gothic", 15.75F); this.bunifuGauge1.Location = new System.Drawing.Point(3, 36); this.bunifuGauge1.Margin = new System.Windows.Forms.Padding(6); this.bunifuGauge1.Name = "bunifuGauge1"; this.bunifuGauge1.ProgressBgColor = System.Drawing.Color.Gray; this.bunifuGauge1.ProgressColor1 = System.Drawing.Color.Red; this.bunifuGauge1.ProgressColor2 = System.Drawing.Color.Green; this.bunifuGauge1.Size = new System.Drawing.Size(174, 117); this.bunifuGauge1.Suffix = ""; this.bunifuGauge1.TabIndex = 0; this.bunifuGauge1.Thickness = 30; this.bunifuGauge1.Value = 100; // // 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, 177); 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, 214); this.dgvUser.TabIndex = 4; this.dgvUser.DoubleClick += new System.EventHandler(this.dgvUser_CellContentClick); // // 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; // // 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.dgvUser); this.Controls.Add(this.bunifuCustomLabel1); this.Controls.Add(this.bunifuGauge2); this.Controls.Add(this.labelStock); this.Controls.Add(this.bunifuGauge1); this.Name = "GestionUtilisateurs"; this.Size = new System.Drawing.Size(697, 477); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Bunifu.Framework.UI.BunifuGauge bunifuGauge1; private Bunifu.Framework.UI.BunifuCustomLabel labelStock; private Bunifu.Framework.UI.BunifuCustomLabel bunifuCustomLabel1; private Bunifu.Framework.UI.BunifuGauge bunifuGauge2; private System.Windows.Forms.DataGridView dgvUser; private System.Windows.Forms.DataGridViewTextBoxColumn userId; private System.Windows.Forms.DataGridViewTextBoxColumn Nom; } }