diff --git a/psychorientation/psychorientation/InterfaceClasse.cs b/psychorientation/psychorientation/InterfaceClasse.cs index f8469b220b3939337cc4c315a4279ae408a8e223..d28b2e6054fbe55ba630b9ee47289c08239cad7f 100644 --- a/psychorientation/psychorientation/InterfaceClasse.cs +++ b/psychorientation/psychorientation/InterfaceClasse.cs @@ -69,8 +69,7 @@ namespace psychorientation private void Pb_liste_eleves_Click(object sender, EventArgs e) { - ListeEleve le = new ListeEleve(); - le.Show(); + } private void InterfaceClasse_SizeChanged(object sender, EventArgs e) diff --git a/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs b/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs new file mode 100755 index 0000000000000000000000000000000000000000..2eb7f24e15a96cfb6385ea6e5ce90b3f8ee336f3 --- /dev/null +++ b/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs @@ -0,0 +1,212 @@ +namespace psychorientation +{ + partial class InterfaceInfoCompletEleve + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.lblNomEleve = new System.Windows.Forms.Label(); + this.lblClasse = new System.Windows.Forms.Label(); + this.lblEffort = new System.Windows.Forms.Label(); + this.lblCompetence = new System.Windows.Forms.Label(); + this.lblMoyenne = new System.Windows.Forms.Label(); + this.lblNiveau = 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.lblMoyenneNote = new System.Windows.Forms.Label(); + this.pcbEleve = new System.Windows.Forms.PictureBox(); + this.pnlNote = new System.Windows.Forms.Panel(); + this.panel1.SuspendLayout(); + this.panel2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pcbEleve)).BeginInit(); + this.SuspendLayout(); + // + // lblNomEleve + // + this.lblNomEleve.AutoSize = true; + this.lblNomEleve.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); + this.lblNomEleve.Location = new System.Drawing.Point(253, 14); + this.lblNomEleve.Name = "lblNomEleve"; + this.lblNomEleve.Size = new System.Drawing.Size(118, 24); + this.lblNomEleve.TabIndex = 0; + this.lblNomEleve.Text = "lblNomEleve"; + // + // lblClasse + // + this.lblClasse.AutoSize = true; + this.lblClasse.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.lblClasse.Location = new System.Drawing.Point(254, 71); + this.lblClasse.Name = "lblClasse"; + this.lblClasse.Size = new System.Drawing.Size(70, 18); + this.lblClasse.TabIndex = 2; + this.lblClasse.Text = "Classe : "; + // + // lblEffort + // + this.lblEffort.AutoSize = true; + this.lblEffort.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + this.lblEffort.Location = new System.Drawing.Point(254, 126); + this.lblEffort.Name = "lblEffort"; + this.lblEffort.Size = new System.Drawing.Size(44, 15); + this.lblEffort.TabIndex = 3; + this.lblEffort.Text = "Effort : "; + // + // lblCompetence + // + this.lblCompetence.AutoSize = true; + this.lblCompetence.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + this.lblCompetence.Location = new System.Drawing.Point(212, 160); + this.lblCompetence.Name = "lblCompetence"; + this.lblCompetence.Size = new System.Drawing.Size(86, 15); + this.lblCompetence.TabIndex = 4; + this.lblCompetence.Text = "Compétence : "; + // + // lblMoyenne + // + this.lblMoyenne.AutoSize = true; + this.lblMoyenne.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + this.lblMoyenne.Location = new System.Drawing.Point(186, 195); + this.lblMoyenne.Name = "lblMoyenne"; + this.lblMoyenne.Size = new System.Drawing.Size(112, 15); + this.lblMoyenne.TabIndex = 10; + this.lblMoyenne.Text = "Moyenne général : "; + // + // lblNiveau + // + this.lblNiveau.AutoSize = true; + this.lblNiveau.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); + this.lblNiveau.Location = new System.Drawing.Point(330, 71); + this.lblNiveau.Name = "lblNiveau"; + this.lblNiveau.Size = new System.Drawing.Size(67, 18); + this.lblNiveau.TabIndex = 11; + this.lblNiveau.Text = "lblNiveau"; + this.lblNiveau.Click += new System.EventHandler(this.Label1_Click); + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.Silver; + this.panel1.Controls.Add(this.pnlEffort); + this.panel1.Location = new System.Drawing.Point(320, 121); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(139, 26); + this.panel1.TabIndex = 12; + // + // 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, 5); + 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(320, 156); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(139, 26); + this.panel2.TabIndex = 13; + // + // 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(133, 18); + this.pnlCompetence.TabIndex = 7; + // + // lblMoyenneNote + // + this.lblMoyenneNote.AutoSize = true; + this.lblMoyenneNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + this.lblMoyenneNote.Location = new System.Drawing.Point(317, 195); + this.lblMoyenneNote.Name = "lblMoyenneNote"; + this.lblMoyenneNote.Size = new System.Drawing.Size(97, 15); + this.lblMoyenneNote.TabIndex = 14; + this.lblMoyenneNote.Text = "lblMoyenneNote"; + // + // pcbEleve + // + this.pcbEleve.Location = new System.Drawing.Point(32, 24); + this.pcbEleve.Name = "pcbEleve"; + this.pcbEleve.Size = new System.Drawing.Size(109, 97); + this.pcbEleve.TabIndex = 15; + this.pcbEleve.TabStop = false; + // + // pnlNote + // + this.pnlNote.Location = new System.Drawing.Point(98, 243); + this.pnlNote.Name = "pnlNote"; + this.pnlNote.Size = new System.Drawing.Size(391, 134); + this.pnlNote.TabIndex = 16; + // + // InterfaceInfoCompletEleve + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(579, 408); + this.Controls.Add(this.pnlNote); + this.Controls.Add(this.pcbEleve); + this.Controls.Add(this.lblMoyenneNote); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); + this.Controls.Add(this.lblNiveau); + this.Controls.Add(this.lblMoyenne); + this.Controls.Add(this.lblCompetence); + this.Controls.Add(this.lblEffort); + this.Controls.Add(this.lblClasse); + this.Controls.Add(this.lblNomEleve); + this.Name = "InterfaceInfoCompletEleve"; + this.Text = "InterfaceInfoCompletEleve"; + this.Load += new System.EventHandler(this.InterfaceInfoCompletEleve_Load); + this.panel1.ResumeLayout(false); + this.panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pcbEleve)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label lblNomEleve; + private System.Windows.Forms.Label lblClasse; + private System.Windows.Forms.Label lblEffort; + private System.Windows.Forms.Label lblCompetence; + private System.Windows.Forms.Label lblMoyenne; + private System.Windows.Forms.Label lblNiveau; + 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 lblMoyenneNote; + private System.Windows.Forms.PictureBox pcbEleve; + private System.Windows.Forms.Panel pnlNote; + } +} \ No newline at end of file diff --git a/psychorientation/psychorientation/InterfaceInfoCompletEleve.cs b/psychorientation/psychorientation/InterfaceInfoCompletEleve.cs new file mode 100755 index 0000000000000000000000000000000000000000..8338f6989301d330f99a406c850994c28c9fc034 --- /dev/null +++ b/psychorientation/psychorientation/InterfaceInfoCompletEleve.cs @@ -0,0 +1,64 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace psychorientation +{ + public partial class InterfaceInfoCompletEleve : Form + { + Eleve eleve; + public InterfaceInfoCompletEleve() + { + InitializeComponent(); + } + + private void Label1_Click(object sender, EventArgs e) + { + + } + + private void InterfaceInfoCompletEleve_Load(object sender, EventArgs e) + { + + } + + + public void setParam(Eleve el) + { + this.eleve = el; + actualiser(); + } + + private void actualiser() + { + Libelle lib = new Libelle(); + string nom = "Eleve n°" + eleve.GetId(); + this.Text = nom; + lblNomEleve.Text = nom; + lblNiveau.Text = lib.Niveau(eleve.GetClasse()); + double moyenne = eleve.GetMoyenne(); + if (moyenne == -1) + { + lblMoyenneNote.Text = "Pas encore d'évaluation"; + } + else + { + lblMoyenneNote.Text = eleve.GetMoyenne().ToString() + "/20"; + } + + MajPanel(pnlCompetence, eleve.GetCompetence()); + MajPanel(pnlEffort, eleve.GetEffort()); + } + private void MajPanel(Panel p, double valeur) + { + int val = (int)valeur; + p.Size = new Size(val * 133 / 10, p.Height); + } + } +} diff --git a/psychorientation/psychorientation/InterfaceInfoCompletEleve.resx b/psychorientation/psychorientation/InterfaceInfoCompletEleve.resx new file mode 100755 index 0000000000000000000000000000000000000000..1af7de150c99c12dd67a509fe57c10d63e4eeb04 --- /dev/null +++ b/psychorientation/psychorientation/InterfaceInfoCompletEleve.resx @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> +</root> \ No newline at end of file diff --git a/psychorientation/psychorientation/InterfaceInfoEleve.Designer.cs b/psychorientation/psychorientation/InterfaceInfoEleve.Designer.cs index 9d4d0ff4d891ef4939408dc435df709148d3222e..f15db69b7cd9ace1cb1e75367053fc571fa6e999 100644 --- a/psychorientation/psychorientation/InterfaceInfoEleve.Designer.cs +++ b/psychorientation/psychorientation/InterfaceInfoEleve.Designer.cs @@ -54,6 +54,7 @@ this.lblEleve.Size = new System.Drawing.Size(99, 33); this.lblEleve.TabIndex = 0; this.lblEleve.Text = "label1"; + this.lblEleve.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // label1 // @@ -63,24 +64,27 @@ this.label1.Size = new System.Drawing.Size(50, 13); this.label1.TabIndex = 1; this.label1.Text = "Classe : "; + this.label1.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(50, 100); + this.label2.Location = new System.Drawing.Point(41, 105); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 2; this.label2.Text = "Effort : "; + this.label2.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(15, 146); + this.label3.Location = new System.Drawing.Point(15, 150); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 13); this.label3.TabIndex = 3; this.label3.Text = "Compétence : "; + this.label3.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // lblClasse // @@ -90,6 +94,7 @@ this.lblClasse.Size = new System.Drawing.Size(35, 13); this.lblClasse.TabIndex = 4; this.lblClasse.Text = "label4"; + this.lblClasse.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // panel1 // @@ -99,6 +104,7 @@ this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(139, 26); this.panel1.TabIndex = 5; + this.panel1.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // pnlEffort // @@ -107,6 +113,7 @@ this.pnlEffort.Name = "pnlEffort"; this.pnlEffort.Size = new System.Drawing.Size(133, 18); this.pnlEffort.TabIndex = 6; + this.pnlEffort.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // panel2 // @@ -116,6 +123,7 @@ this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(139, 26); this.panel2.TabIndex = 6; + this.panel2.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // pnlCompetence // @@ -124,6 +132,7 @@ this.pnlCompetence.Name = "pnlCompetence"; this.pnlCompetence.Size = new System.Drawing.Size(125, 18); this.pnlCompetence.TabIndex = 7; + this.pnlCompetence.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // lblEffort // @@ -149,6 +158,7 @@ this.label4.Size = new System.Drawing.Size(98, 13); this.label4.TabIndex = 9; this.label4.Text = "Moyenne général : "; + this.label4.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // lblMoyenne // @@ -158,6 +168,7 @@ this.lblMoyenne.Size = new System.Drawing.Size(35, 13); this.lblMoyenne.TabIndex = 10; this.lblMoyenne.Text = "label5"; + this.lblMoyenne.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); // // InterfaceInfoEleve // @@ -177,6 +188,7 @@ this.Name = "InterfaceInfoEleve"; this.Size = new System.Drawing.Size(246, 216); this.Load += new System.EventHandler(this.InterfaceInfoEleve_Load); + this.Click += new System.EventHandler(this.InterfaceInfoEleve_Click); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); diff --git a/psychorientation/psychorientation/InterfaceInfoEleve.cs b/psychorientation/psychorientation/InterfaceInfoEleve.cs index 5b574099304715c2e36369c5679a0f82eb9deff1..80c58fe08949cc9194abfca92bcb834b735599ec 100644 --- a/psychorientation/psychorientation/InterfaceInfoEleve.cs +++ b/psychorientation/psychorientation/InterfaceInfoEleve.cs @@ -13,7 +13,6 @@ namespace psychorientation public partial class InterfaceInfoEleve : UserControl { Eleve eleve; - List<string> listClasse; public InterfaceInfoEleve() { InitializeComponent(); @@ -21,7 +20,7 @@ namespace psychorientation private void InterfaceInfoEleve_Load(object sender, EventArgs e) { - + } public void setParam(Eleve el) @@ -55,5 +54,12 @@ namespace psychorientation int val = (int)valeur; p.Size = new Size(val * 133 / 10, p.Height); } + + private void InterfaceInfoEleve_Click(object sender, EventArgs e) + { + InterfaceInfoCompletEleve iice = new InterfaceInfoCompletEleve(); + iice.setParam(this.eleve); + iice.Show(); + } } } diff --git a/psychorientation/psychorientation/ListeEleve.cs b/psychorientation/psychorientation/ListeEleve.cs index c9d7fec3aeb2a2f17a784bba54462dd6a0b4dbe4..465ead13b13d4933763de799c40c7c4d8e52ad5a 100755 --- a/psychorientation/psychorientation/ListeEleve.cs +++ b/psychorientation/psychorientation/ListeEleve.cs @@ -23,10 +23,11 @@ namespace psychorientation GestionnaireEleve gestEleve = new GestionnaireEleve(); Libelle lib = new Libelle(); - Eleve el1 = new Eleve(1); - Eleve el2 = new Eleve(2); - gestEleve.AjouterEleve(el1); - gestEleve.AjouterEleve(el2); + // TEST + //Eleve e1 = new Eleve(4); + //Eleve e2 = new Eleve(5); + //gestEleve.AjouterEleve(e1); + //gestEleve.AjouterEleve(e2); List<Eleve> listEleve = gestEleve.GetListeEleves(); int y = 0; diff --git a/psychorientation/psychorientation/psychorientation.csproj b/psychorientation/psychorientation/psychorientation.csproj index 5719a11eca1aa7464e1fcc6b96961b6595d957c8..5edca88c3a8d707f7899e14782e37f67bf4b4398 100644 --- a/psychorientation/psychorientation/psychorientation.csproj +++ b/psychorientation/psychorientation/psychorientation.csproj @@ -57,6 +57,12 @@ <Compile Include="InterfaceClasse.Designer.cs"> <DependentUpon>InterfaceClasse.cs</DependentUpon> </Compile> + <Compile Include="InterfaceInfoCompletEleve.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="InterfaceInfoCompletEleve.Designer.cs"> + <DependentUpon>InterfaceInfoCompletEleve.cs</DependentUpon> + </Compile> <Compile Include="ListeEleve.cs"> <SubType>Form</SubType> </Compile> @@ -83,6 +89,9 @@ <EmbeddedResource Include="InterfaceClasse.resx"> <DependentUpon>InterfaceClasse.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="InterfaceInfoCompletEleve.resx"> + <DependentUpon>InterfaceInfoCompletEleve.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="ListeEleve.resx"> <DependentUpon>ListeEleve.cs</DependentUpon> </EmbeddedResource>