Skip to content
Snippets Groups Projects
InterfaceInfoEleve.Designer.cs 8.56 KiB
namespace psychorientation
{
    partial class InterfaceInfoEleve
    {
        /// <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()
        {
            this.lblEleve = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblClasse = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pnlEffort = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.pnlCompetence = new System.Windows.Forms.Panel();
            this.lblEffort = new System.Windows.Forms.Label();
            this.lblCompetence = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblMoyenne = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblEleve
            // 
            this.lblEleve.AutoSize = true;
            this.lblEleve.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEleve.Location = new System.Drawing.Point(107, 18);
            this.lblEleve.Name = "lblEleve";
            this.lblEleve.Size = new System.Drawing.Size(99, 33);
            this.lblEleve.TabIndex = 0;
            this.lblEleve.Text = "label1";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(60, 96);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(50, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Classe  : ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(69, 136);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Effort : ";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(34, 177);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(76, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "Compétence : ";
            // 
            // lblClasse
            // 
            this.lblClasse.AutoSize = true;
            this.lblClasse.Location = new System.Drawing.Point(116, 96);
            this.lblClasse.Name = "lblClasse";
            this.lblClasse.Size = new System.Drawing.Size(35, 13);
            this.lblClasse.TabIndex = 4;
            this.lblClasse.Text = "label4";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Silver;
            this.panel1.Controls.Add(this.pnlEffort);
            this.panel1.Location = new System.Drawing.Point(116, 131);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(139, 26);
            this.panel1.TabIndex = 5;
            // 
            // pnlEffort
            // 
            this.pnlEffort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.pnlEffort.Location = new System.Drawing.Point(3, 4);
            this.pnlEffort.Name = "pnlEffort";
            this.pnlEffort.Size = new System.Drawing.Size(133, 18);
            this.pnlEffort.TabIndex = 6;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.Silver;
            this.panel2.Controls.Add(this.pnlCompetence);
            this.panel2.Location = new System.Drawing.Point(116, 173);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(139, 26);
            this.panel2.TabIndex = 6;
            // 
            // pnlCompetence
            // 
            this.pnlCompetence.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.pnlCompetence.Location = new System.Drawing.Point(3, 4);
            this.pnlCompetence.Name = "pnlCompetence";
            this.pnlCompetence.Size = new System.Drawing.Size(125, 18);
            this.pnlCompetence.TabIndex = 7;
            // 
            // lblEffort
            // 
            this.lblEffort.AutoSize = true;
            this.lblEffort.Location = new System.Drawing.Point(272, 144);
            this.lblEffort.Name = "lblEffort";
            this.lblEffort.Size = new System.Drawing.Size(0, 13);
            this.lblEffort.TabIndex = 7;
            // 
            // lblCompetence
            // 
            this.lblCompetence.AutoSize = true;
            this.lblCompetence.Location = new System.Drawing.Point(271, 189);
            this.lblCompetence.Name = "lblCompetence";
            this.lblCompetence.Size = new System.Drawing.Size(0, 13);
            this.lblCompetence.TabIndex = 8;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 215);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(98, 13);
            this.label4.TabIndex = 9;
            this.label4.Text = "Moyenne général : ";
            // 
            // lblMoyenne
            // 
            this.lblMoyenne.AutoSize = true;
            this.lblMoyenne.Location = new System.Drawing.Point(116, 215);
            this.lblMoyenne.Name = "lblMoyenne";
            this.lblMoyenne.Size = new System.Drawing.Size(35, 13);
            this.lblMoyenne.TabIndex = 10;
            this.lblMoyenne.Text = "label5";
            // 
            // InterfaceInfoEleve
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lblMoyenne);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.lblCompetence);
            this.Controls.Add(this.lblEffort);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.lblClasse);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lblEleve);
            this.Name = "InterfaceInfoEleve";
            this.Size = new System.Drawing.Size(479, 247);
            this.Load += new System.EventHandler(this.InterfaceInfoEleve_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblEleve;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label lblClasse;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel pnlEffort;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel pnlCompetence;
        private System.Windows.Forms.Label lblEffort;
        private System.Windows.Forms.Label lblCompetence;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label lblMoyenne;
    }
}