Skip to content
Snippets Groups Projects
Commit 8129d4ff authored by SATTLER EMMA's avatar SATTLER EMMA
Browse files

Ajout Formumaire de fin + ajouts FormJeu

parent 3b4830e3
Branches
Tags
No related merge requests found
...@@ -53,6 +53,12 @@ ...@@ -53,6 +53,12 @@
<Compile Include="view\FormAide.Designer.cs"> <Compile Include="view\FormAide.Designer.cs">
<DependentUpon>FormAide.cs</DependentUpon> <DependentUpon>FormAide.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="view\FormFin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="view\FormFin.Designer.cs">
<DependentUpon>FormFin.cs</DependentUpon>
</Compile>
<Compile Include="view\FormJeu.cs"> <Compile Include="view\FormJeu.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
...@@ -70,6 +76,9 @@ ...@@ -70,6 +76,9 @@
<EmbeddedResource Include="view\FormAide.resx"> <EmbeddedResource Include="view\FormAide.resx">
<DependentUpon>FormAide.cs</DependentUpon> <DependentUpon>FormAide.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="view\FormFin.resx">
<DependentUpon>FormFin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="view\FormJeu.resx"> <EmbeddedResource Include="view\FormJeu.resx">
<DependentUpon>FormJeu.cs</DependentUpon> <DependentUpon>FormJeu.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
......
ressources/alpes-aventure-randonnee-trek-famille-refuge-bans-home.jpeg

188 KiB

ressources/group.png

1.64 KiB

ressources/mountaineer.png

1.82 KiB

...@@ -29,12 +29,36 @@ namespace Wanderer.view ...@@ -29,12 +29,36 @@ namespace Wanderer.view
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(419, 267);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Win !";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450); this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(900, 562);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1"; this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
} }
#endregion #endregion
private System.Windows.Forms.Label label1;
} }
} }
\ No newline at end of file
...@@ -16,5 +16,10 @@ namespace Wanderer.view ...@@ -16,5 +16,10 @@ namespace Wanderer.view
{ {
InitializeComponent(); InitializeComponent();
} }
private void label1_Click(object sender, EventArgs e)
{
}
} }
} }
This diff is collapsed.
...@@ -30,7 +30,7 @@ namespace Wanderer.view ...@@ -30,7 +30,7 @@ namespace Wanderer.view
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJeu)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJeu));
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pbAide = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.lblPays1 = new System.Windows.Forms.Label(); this.lblPays1 = new System.Windows.Forms.Label();
this.lblPays3 = new System.Windows.Forms.Label(); this.lblPays3 = new System.Windows.Forms.Label();
...@@ -39,20 +39,23 @@ namespace Wanderer.view ...@@ -39,20 +39,23 @@ namespace Wanderer.view
this.btnTrain = new System.Windows.Forms.Button(); this.btnTrain = new System.Windows.Forms.Button();
this.btnRefuge = new System.Windows.Forms.Button(); this.btnRefuge = new System.Windows.Forms.Button();
this.btnChemin = new System.Windows.Forms.Button(); this.btnChemin = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.btnClub = new System.Windows.Forms.Button();
this.pbPersonnes = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pbAide)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbPersonnes)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// pictureBox1 // pbAide
// //
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pbAide.Image = ((System.Drawing.Image)(resources.GetObject("pbAide.Image")));
this.pictureBox1.Location = new System.Drawing.Point(14, 15); this.pbAide.Location = new System.Drawing.Point(14, 15);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pbAide.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pictureBox1.Name = "pictureBox1"; this.pbAide.Name = "pbAide";
this.pictureBox1.Size = new System.Drawing.Size(63, 61); this.pbAide.Size = new System.Drawing.Size(63, 61);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbAide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0; this.pbAide.TabIndex = 0;
this.pictureBox1.TabStop = false; this.pbAide.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); this.pbAide.Click += new System.EventHandler(this.pictureBox1_Click);
// //
// panel1 // panel1
// //
...@@ -93,7 +96,7 @@ namespace Wanderer.view ...@@ -93,7 +96,7 @@ namespace Wanderer.view
// //
this.btnUsine.Image = ((System.Drawing.Image)(resources.GetObject("btnUsine.Image"))); this.btnUsine.Image = ((System.Drawing.Image)(resources.GetObject("btnUsine.Image")));
this.btnUsine.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnUsine.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnUsine.Location = new System.Drawing.Point(664, 450); this.btnUsine.Location = new System.Drawing.Point(739, 450);
this.btnUsine.Name = "btnUsine"; this.btnUsine.Name = "btnUsine";
this.btnUsine.Size = new System.Drawing.Size(149, 77); this.btnUsine.Size = new System.Drawing.Size(149, 77);
this.btnUsine.TabIndex = 5; this.btnUsine.TabIndex = 5;
...@@ -106,7 +109,7 @@ namespace Wanderer.view ...@@ -106,7 +109,7 @@ namespace Wanderer.view
// //
this.btnTrain.Image = ((System.Drawing.Image)(resources.GetObject("btnTrain.Image"))); this.btnTrain.Image = ((System.Drawing.Image)(resources.GetObject("btnTrain.Image")));
this.btnTrain.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnTrain.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnTrain.Location = new System.Drawing.Point(250, 450); this.btnTrain.Location = new System.Drawing.Point(198, 450);
this.btnTrain.Name = "btnTrain"; this.btnTrain.Name = "btnTrain";
this.btnTrain.Size = new System.Drawing.Size(149, 77); this.btnTrain.Size = new System.Drawing.Size(149, 77);
this.btnTrain.TabIndex = 6; this.btnTrain.TabIndex = 6;
...@@ -119,7 +122,7 @@ namespace Wanderer.view ...@@ -119,7 +122,7 @@ namespace Wanderer.view
// //
this.btnRefuge.Image = ((System.Drawing.Image)(resources.GetObject("btnRefuge.Image"))); this.btnRefuge.Image = ((System.Drawing.Image)(resources.GetObject("btnRefuge.Image")));
this.btnRefuge.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnRefuge.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnRefuge.Location = new System.Drawing.Point(51, 450); this.btnRefuge.Location = new System.Drawing.Point(14, 450);
this.btnRefuge.Name = "btnRefuge"; this.btnRefuge.Name = "btnRefuge";
this.btnRefuge.Size = new System.Drawing.Size(149, 77); this.btnRefuge.Size = new System.Drawing.Size(149, 77);
this.btnRefuge.TabIndex = 7; this.btnRefuge.TabIndex = 7;
...@@ -131,7 +134,7 @@ namespace Wanderer.view ...@@ -131,7 +134,7 @@ namespace Wanderer.view
// //
this.btnChemin.Image = ((System.Drawing.Image)(resources.GetObject("btnChemin.Image"))); this.btnChemin.Image = ((System.Drawing.Image)(resources.GetObject("btnChemin.Image")));
this.btnChemin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnChemin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnChemin.Location = new System.Drawing.Point(449, 450); this.btnChemin.Location = new System.Drawing.Point(387, 450);
this.btnChemin.Name = "btnChemin"; this.btnChemin.Name = "btnChemin";
this.btnChemin.Size = new System.Drawing.Size(149, 77); this.btnChemin.Size = new System.Drawing.Size(149, 77);
this.btnChemin.TabIndex = 8; this.btnChemin.TabIndex = 8;
...@@ -139,11 +142,36 @@ namespace Wanderer.view ...@@ -139,11 +142,36 @@ namespace Wanderer.view
this.btnChemin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnChemin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnChemin.UseVisualStyleBackColor = true; this.btnChemin.UseVisualStyleBackColor = true;
// //
// btnClub
//
this.btnClub.Image = ((System.Drawing.Image)(resources.GetObject("btnClub.Image")));
this.btnClub.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnClub.Location = new System.Drawing.Point(567, 450);
this.btnClub.Name = "btnClub";
this.btnClub.Size = new System.Drawing.Size(149, 77);
this.btnClub.TabIndex = 9;
this.btnClub.Text = "Club";
this.btnClub.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnClub.UseVisualStyleBackColor = true;
//
// pbPersonnes
//
this.pbPersonnes.Image = ((System.Drawing.Image)(resources.GetObject("pbPersonnes.Image")));
this.pbPersonnes.Location = new System.Drawing.Point(809, 16);
this.pbPersonnes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pbPersonnes.Name = "pbPersonnes";
this.pbPersonnes.Size = new System.Drawing.Size(34, 35);
this.pbPersonnes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbPersonnes.TabIndex = 10;
this.pbPersonnes.TabStop = false;
//
// FormJeu // FormJeu
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(900, 562); this.ClientSize = new System.Drawing.Size(900, 562);
this.Controls.Add(this.pbPersonnes);
this.Controls.Add(this.btnClub);
this.Controls.Add(this.btnChemin); this.Controls.Add(this.btnChemin);
this.Controls.Add(this.btnRefuge); this.Controls.Add(this.btnRefuge);
this.Controls.Add(this.btnTrain); this.Controls.Add(this.btnTrain);
...@@ -152,12 +180,13 @@ namespace Wanderer.view ...@@ -152,12 +180,13 @@ namespace Wanderer.view
this.Controls.Add(this.lblPays3); this.Controls.Add(this.lblPays3);
this.Controls.Add(this.lblPays1); this.Controls.Add(this.lblPays1);
this.Controls.Add(this.panel1); this.Controls.Add(this.panel1);
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pbAide);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormJeu"; this.Name = "FormJeu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormJeu"; this.Text = "FormJeu";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbAide)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbPersonnes)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
...@@ -165,7 +194,7 @@ namespace Wanderer.view ...@@ -165,7 +194,7 @@ namespace Wanderer.view
#endregion #endregion
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pbAide;
private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblPays1; private System.Windows.Forms.Label lblPays1;
private System.Windows.Forms.Label lblPays3; private System.Windows.Forms.Label lblPays3;
...@@ -174,5 +203,7 @@ namespace Wanderer.view ...@@ -174,5 +203,7 @@ namespace Wanderer.view
private System.Windows.Forms.Button btnTrain; private System.Windows.Forms.Button btnTrain;
private System.Windows.Forms.Button btnRefuge; private System.Windows.Forms.Button btnRefuge;
private System.Windows.Forms.Button btnChemin; private System.Windows.Forms.Button btnChemin;
private System.Windows.Forms.Button btnClub;
private System.Windows.Forms.PictureBox pbPersonnes;
} }
} }
\ No newline at end of file
...@@ -14,7 +14,6 @@ namespace Wanderer.view ...@@ -14,7 +14,6 @@ namespace Wanderer.view
{ {
public FormJeu() public FormJeu()
{ {
btnUsine.Image()
InitializeComponent(); InitializeComponent();
} }
......
This diff is collapsed.
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