Skip to content
Snippets Groups Projects
Commit ac88a828 authored by Antoine Félix's avatar Antoine Félix
Browse files

Ajout d'un fond à la salle.

parent 14e5f2d8
Branches
No related merge requests found
......@@ -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";
......
......@@ -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));
}
}
}
}
......@@ -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
psychorientation/psychorientation/Resources/salleV1.png

149 KiB

......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment