From 022738b3705245b088e521df198a3d4863bd9449 Mon Sep 17 00:00:00 2001 From: Antoine Tritschberger <antoine.tritschberger@etu.unistra.fr> Date: Thu, 2 Apr 2020 22:14:33 +0200 Subject: [PATCH] Ajout du prof et retournement d'une trackbar --- .../InterfaceClasse.Designer.cs | 16 ++++++++++++ .../psychorientation/InterfaceClasse.cs | 1 + .../psychorientation/InterfaceClasse.resx | 2 +- .../Properties/Resources.Designer.cs | 12 ++++++++- .../Properties/Resources.resx | 23 ++++++++++-------- .../psychorientation/Resources/prof2.png | Bin 0 -> 5126 bytes .../psychorientation/psychorientation.csproj | 3 +++ 7 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 psychorientation/psychorientation/Resources/prof2.png diff --git a/psychorientation/psychorientation/InterfaceClasse.Designer.cs b/psychorientation/psychorientation/InterfaceClasse.Designer.cs index e25458d..cd67da6 100644 --- a/psychorientation/psychorientation/InterfaceClasse.Designer.cs +++ b/psychorientation/psychorientation/InterfaceClasse.Designer.cs @@ -43,9 +43,11 @@ this.lbl_barre_decisions = new System.Windows.Forms.Label(); this.lblCours = new System.Windows.Forms.Label(); this.lblNotation = new System.Windows.Forms.Label(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pb_action_suivante)).BeginInit(); this.pnlListeEleve.SuspendLayout(); this.pnlChoix.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pb_action_suivante @@ -196,6 +198,17 @@ this.lblNotation.TabIndex = 0; this.lblNotation.Text = "Coefficients de prise en compte de l\'effort et de la compétence pour noter :"; // + // pictureBox1 + // + this.pictureBox1.BackColor = System.Drawing.Color.Transparent; + this.pictureBox1.Image = global::psychorientation.Properties.Resources.prof2; + this.pictureBox1.Location = new System.Drawing.Point(642, 234); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(71, 93); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox1.TabIndex = 9; + this.pictureBox1.TabStop = false; + // // InterfaceClasse // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -204,6 +217,7 @@ this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1357, 783); + this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pnlChoix); this.Controls.Add(this.lblEffort); this.Controls.Add(this.lblCompetence); @@ -225,6 +239,7 @@ this.pnlListeEleve.ResumeLayout(false); this.pnlListeEleve.PerformLayout(); this.pnlChoix.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -247,6 +262,7 @@ private System.Windows.Forms.Label lblNotation; private System.Windows.Forms.Label lblCours; private System.Windows.Forms.Label lbl_barre_decisions; + private System.Windows.Forms.PictureBox pictureBox1; } } diff --git a/psychorientation/psychorientation/InterfaceClasse.cs b/psychorientation/psychorientation/InterfaceClasse.cs index 4944213..5272b92 100644 --- a/psychorientation/psychorientation/InterfaceClasse.cs +++ b/psychorientation/psychorientation/InterfaceClasse.cs @@ -75,6 +75,7 @@ namespace psychorientation tbNota.Value = 10; tbNota.SmallChange = 1; tbNota.LargeChange = 1; + tbNota.TickStyle = TickStyle.TopLeft; tbNota.Scroll += new System.EventHandler(tbNota_Scroll); pnlChoix.Controls.Add(tbNota); lblNotation.Text = notaText; diff --git a/psychorientation/psychorientation/InterfaceClasse.resx b/psychorientation/psychorientation/InterfaceClasse.resx index 13fdb0c..d001120 100644 --- a/psychorientation/psychorientation/InterfaceClasse.resx +++ b/psychorientation/psychorientation/InterfaceClasse.resx @@ -125,7 +125,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACM - mgEAAk1TRnQBSQFMAgEBBgEAAUgBAAFIAQAByAEAAcgBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + mgEAAk1TRnQBSQFMAgEBBgEAAWABAAFgAQAByAEAAcgBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABIAEDAgABkAEBAgABAQEAAQgGAAHiAQQXAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEA AcAB3AHAAQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEA A0IBAAM5AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIA diff --git a/psychorientation/psychorientation/Properties/Resources.Designer.cs b/psychorientation/psychorientation/Properties/Resources.Designer.cs index f5120e9..811243c 100644 --- a/psychorientation/psychorientation/Properties/Resources.Designer.cs +++ b/psychorientation/psychorientation/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace psychorientation.Properties { // à l'aide d'un outil, tel que ResGen ou Visual Studio. // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen // avec l'option /str ou régénérez votre projet VS. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -90,6 +90,16 @@ namespace psychorientation.Properties { } } + /// <summary> + /// Recherche une ressource localisée de type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap prof2 { + get { + object obj = ResourceManager.GetObject("prof2", 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 d70fd28..0f195fc 100644 --- a/psychorientation/psychorientation/Properties/Resources.resx +++ b/psychorientation/psychorientation/Properties/Resources.resx @@ -118,22 +118,25 @@ <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="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 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="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 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="paternFeuille" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\bin\Debug\images\patern\paternFeuille.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 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="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 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> - <data name="paternFeuille" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\bin\Debug\images\patern\paternFeuille.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + <data name="prof2" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\prof2.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/prof2.png b/psychorientation/psychorientation/Resources/prof2.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb8cfcda04e761981ec45a81328952794b0224 GIT binary patch literal 5126 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 literal 0 HcmV?d00001 diff --git a/psychorientation/psychorientation/psychorientation.csproj b/psychorientation/psychorientation/psychorientation.csproj index f35a81d..b1e0e20 100644 --- a/psychorientation/psychorientation/psychorientation.csproj +++ b/psychorientation/psychorientation/psychorientation.csproj @@ -153,5 +153,8 @@ <ItemGroup> <None Include="bin\Debug\images\patern\paternFeuille.png" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\prof2.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- GitLab