diff --git a/psychorientation/psychorientation/InterfaceClasse.Designer.cs b/psychorientation/psychorientation/InterfaceClasse.Designer.cs index 39039f547a1d17dd1985fa54931dfbeab2f9faf2..32b648a11f5e8df1fc224ac66f2efb33477d7e3a 100644 --- a/psychorientation/psychorientation/InterfaceClasse.Designer.cs +++ b/psychorientation/psychorientation/InterfaceClasse.Designer.cs @@ -60,6 +60,7 @@ // lbl_date // this.lbl_date.AutoSize = true; + this.lbl_date.BackColor = System.Drawing.Color.Transparent; this.lbl_date.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_date.Location = new System.Drawing.Point(118, 12); this.lbl_date.Name = "lbl_date"; @@ -71,10 +72,14 @@ // 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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1357, 783); this.Controls.Add(this.lbl_date); this.Controls.Add(this.pb_liste_eleves); this.Controls.Add(this.pb_action_suivante); + this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.Name = "InterfaceClasse"; diff --git a/psychorientation/psychorientation/Properties/Resources.Designer.cs b/psychorientation/psychorientation/Properties/Resources.Designer.cs index 5b146a296c3d4f6b40789e90aec0f276a142e445..c94656df38b45e13beac46c0cfa28eb826f96cf2 100644 --- a/psychorientation/psychorientation/Properties/Resources.Designer.cs +++ b/psychorientation/psychorientation/Properties/Resources.Designer.cs @@ -69,5 +69,15 @@ namespace psychorientation.Properties { return ((System.Drawing.Bitmap)(obj)); } } + + /// <summary> + /// Recherche une ressource localisée de type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap salleV1 { + get { + object obj = ResourceManager.GetObject("salleV1", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } diff --git a/psychorientation/psychorientation/Properties/Resources.resx b/psychorientation/psychorientation/Properties/Resources.resx index f381a76c4a30616504a59b1b586bf54723a6194d..883a18036ccf14c67d61d71fd433abd4156f5d52 100644 --- a/psychorientation/psychorientation/Properties/Resources.resx +++ b/psychorientation/psychorientation/Properties/Resources.resx @@ -121,4 +121,7 @@ <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="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> </root> \ No newline at end of file diff --git a/psychorientation/psychorientation/Resources/salleV1.png b/psychorientation/psychorientation/Resources/salleV1.png new file mode 100644 index 0000000000000000000000000000000000000000..36d783c845a3c54b111afdff6ec804edabeb8c84 Binary files /dev/null and b/psychorientation/psychorientation/Resources/salleV1.png differ diff --git a/psychorientation/psychorientation/psychorientation.csproj b/psychorientation/psychorientation/psychorientation.csproj index d25d7daa18037c3c46568b94e20bac36dc962cad..8d3f5a0db11a75f366f6ae579d0c6599ba1a39fc 100644 --- a/psychorientation/psychorientation/psychorientation.csproj +++ b/psychorientation/psychorientation/psychorientation.csproj @@ -110,5 +110,8 @@ <ItemGroup> <None Include="Resources\passer.png" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\salleV1.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file