diff --git a/psychorientation/psychorientation/InterfaceClasse.Designer.cs b/psychorientation/psychorientation/InterfaceClasse.Designer.cs index a678efea2bc9a05f0db489e5eb2fc21ad8d32bc2..be6e2dbcd48750a3150516c1970f6501930486a6 100644 --- a/psychorientation/psychorientation/InterfaceClasse.Designer.cs +++ b/psychorientation/psychorientation/InterfaceClasse.Designer.cs @@ -39,7 +39,7 @@ // // pb_action_suivante // - this.pb_action_suivante.BackColor = System.Drawing.SystemColors.Control; + this.pb_action_suivante.BackColor = System.Drawing.Color.Transparent; this.pb_action_suivante.BackgroundImage = global::psychorientation.Properties.Resources.passer; this.pb_action_suivante.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pb_action_suivante.InitialImage = null; @@ -52,6 +52,7 @@ // // pb_liste_eleves // + this.pb_liste_eleves.BackColor = System.Drawing.Color.Transparent; 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); @@ -74,6 +75,7 @@ // // pb_sortir // + this.pb_sortir.BackColor = System.Drawing.Color.Transparent; this.pb_sortir.BackgroundImage = global::psychorientation.Properties.Resources.sortir; this.pb_sortir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pb_sortir.Location = new System.Drawing.Point(1283, -1); @@ -88,7 +90,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; - this.BackgroundImage = global::psychorientation.Properties.Resources.salleV1; + this.BackgroundImage = global::psychorientation.Properties.Resources.salleV11; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1357, 783); this.Controls.Add(this.pb_sortir); diff --git a/psychorientation/psychorientation/InterfaceClasse.cs b/psychorientation/psychorientation/InterfaceClasse.cs index 7169f5889547ab2eba6f198b8c5a5775806851fc..204a355255d931aaa3050a66314d430bb364f8fb 100644 --- a/psychorientation/psychorientation/InterfaceClasse.cs +++ b/psychorientation/psychorientation/InterfaceClasse.cs @@ -65,12 +65,17 @@ namespace psychorientation break; } + // Cours. + // Notation. + // Cours particuliers. + lbl_date.Text = libelle.Mois(moisActuel % 12) + " " + libelle.Niveau(anneeActuelle); } 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 a04152587e908985e31938f1c3a9b9cde52df467..c38eb90c849d7a3b77a8c40cca9efb7b1d2b8462 100644 --- a/psychorientation/psychorientation/Properties/Resources.Designer.cs +++ b/psychorientation/psychorientation/Properties/Resources.Designer.cs @@ -90,6 +90,16 @@ namespace psychorientation.Properties { } } + /// <summary> + /// Recherche une ressource localisée de type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap salleV11 { + get { + object obj = ResourceManager.GetObject("salleV11", 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 87a04524cdbf7332379794748a0153df6071d0cb..0501c1e65c76c521b5598ce2537ea70b025e6df1 100644 --- a/psychorientation/psychorientation/Properties/Resources.resx +++ b/psychorientation/psychorientation/Properties/Resources.resx @@ -118,16 +118,19 @@ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> - <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="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> + <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="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="salleV11" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\salleV11.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/salleV11.png b/psychorientation/psychorientation/Resources/salleV11.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb8eadcc09dd7d1f02256d5615da99f7975c1e6 Binary files /dev/null and b/psychorientation/psychorientation/Resources/salleV11.png differ diff --git a/psychorientation/psychorientation/psychorientation.csproj b/psychorientation/psychorientation/psychorientation.csproj index 0bc4510b1b4fafbc9a92a56b32dea72650f8f54b..932049b1f8ff9268fd114217a32d45eccbb9b060 100644 --- a/psychorientation/psychorientation/psychorientation.csproj +++ b/psychorientation/psychorientation/psychorientation.csproj @@ -137,5 +137,8 @@ <ItemGroup> <None Include="Resources\grp.png" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\salleV11.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file