diff --git a/psychorientation/psychorientation/InterfaceClasse.Designer.cs b/psychorientation/psychorientation/InterfaceClasse.Designer.cs index 663153299a2431765e1cc7dd4390bc1441332be4..a678efea2bc9a05f0db489e5eb2fc21ad8d32bc2 100644 --- a/psychorientation/psychorientation/InterfaceClasse.Designer.cs +++ b/psychorientation/psychorientation/InterfaceClasse.Designer.cs @@ -52,6 +52,8 @@ // // pb_liste_eleves // + this.pb_liste_eleves.BackgroundImage = global::psychorientation.Properties.Resources.grp; + this.pb_liste_eleves.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pb_liste_eleves.Location = new System.Drawing.Point(12, 12); this.pb_liste_eleves.Name = "pb_liste_eleves"; this.pb_liste_eleves.Size = new System.Drawing.Size(100, 100); diff --git a/psychorientation/psychorientation/InterfaceClasse.cs b/psychorientation/psychorientation/InterfaceClasse.cs index d28b2e6054fbe55ba630b9ee47289c08239cad7f..f8469b220b3939337cc4c315a4279ae408a8e223 100644 --- a/psychorientation/psychorientation/InterfaceClasse.cs +++ b/psychorientation/psychorientation/InterfaceClasse.cs @@ -69,7 +69,8 @@ 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/Properties/Resources.Designer.cs b/psychorientation/psychorientation/Properties/Resources.Designer.cs index 3d8b1ed594f737fec479a74cc6e506dd1b678fb7..a04152587e908985e31938f1c3a9b9cde52df467 100644 --- a/psychorientation/psychorientation/Properties/Resources.Designer.cs +++ b/psychorientation/psychorientation/Properties/Resources.Designer.cs @@ -60,6 +60,16 @@ namespace psychorientation.Properties { } } + /// <summary> + /// Recherche une ressource localisée de type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap grp { + get { + object obj = ResourceManager.GetObject("grp", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// <summary> /// Recherche une ressource localisée de type System.Drawing.Bitmap. /// </summary> diff --git a/psychorientation/psychorientation/Properties/Resources.resx b/psychorientation/psychorientation/Properties/Resources.resx index 0fa817a24a41468322b11bc88995240cc2c497fd..87a04524cdbf7332379794748a0153df6071d0cb 100644 --- a/psychorientation/psychorientation/Properties/Resources.resx +++ b/psychorientation/psychorientation/Properties/Resources.resx @@ -121,10 +121,13 @@ <data name="passer" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\passer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="sortir" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\sortir.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="salleV1" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\salleV1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="sortir" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\sortir.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + <data name="grp" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\grp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> </root> \ No newline at end of file diff --git a/psychorientation/psychorientation/Resources/grp.png b/psychorientation/psychorientation/Resources/grp.png new file mode 100644 index 0000000000000000000000000000000000000000..dd6d0533f2c74c149a5c3dc55d7becf3e2cf8c38 Binary files /dev/null and b/psychorientation/psychorientation/Resources/grp.png differ