diff --git a/view/FormJeu.Designer.cs b/view/FormJeu.Designer.cs index b29ceece883d5fec161c44eff19f07439fa431bd..3d9d0f1a029201428d80f992066ba332567769e4 100644 --- a/view/FormJeu.Designer.cs +++ b/view/FormJeu.Designer.cs @@ -39,9 +39,12 @@ namespace Wanderer.view this.btnChemin = new System.Windows.Forms.Button(); this.btnClub = new System.Windows.Forms.Button(); this.mapView1 = new Wanderer.view.Controls.MapView(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.lblJoueur = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pbAide)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbPersonnes)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pbAide @@ -50,7 +53,7 @@ namespace Wanderer.view this.pbAide.Location = new System.Drawing.Point(8, 10); this.pbAide.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.pbAide.Name = "pbAide"; - this.pbAide.Size = new System.Drawing.Size(29, 29); + this.pbAide.Size = new System.Drawing.Size(46, 42); this.pbAide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbAide.TabIndex = 0; this.pbAide.TabStop = false; @@ -58,21 +61,23 @@ namespace Wanderer.view // // panel1 // + this.panel1.Controls.Add(this.lblJoueur); + this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.pbAide); this.panel1.Controls.Add(this.pbPersonnes); - this.panel1.Location = new System.Drawing.Point(21, 8); + this.panel1.Location = new System.Drawing.Point(29, 8); this.panel1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(563, 42); + this.panel1.Size = new System.Drawing.Size(1218, 65); this.panel1.TabIndex = 1; // // pbPersonnes // this.pbPersonnes.Image = ((System.Drawing.Image)(resources.GetObject("pbPersonnes.Image"))); - this.pbPersonnes.Location = new System.Drawing.Point(472, 3); + this.pbPersonnes.Location = new System.Drawing.Point(1048, 19); this.pbPersonnes.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.pbPersonnes.Name = "pbPersonnes"; - this.pbPersonnes.Size = new System.Drawing.Size(23, 23); + this.pbPersonnes.Size = new System.Drawing.Size(32, 33); this.pbPersonnes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbPersonnes.TabIndex = 10; this.pbPersonnes.TabStop = false; @@ -82,13 +87,14 @@ namespace Wanderer.view this.btnUsine.BackColor = System.Drawing.Color.Transparent; this.btnUsine.FlatAppearance.BorderSize = 2; this.btnUsine.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnUsine.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnUsine.ForeColor = System.Drawing.Color.White; this.btnUsine.Image = ((System.Drawing.Image)(resources.GetObject("btnUsine.Image"))); this.btnUsine.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnUsine.Location = new System.Drawing.Point(491, 307); - this.btnUsine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnUsine.Location = new System.Drawing.Point(1093, 588); + this.btnUsine.Margin = new System.Windows.Forms.Padding(2); this.btnUsine.Name = "btnUsine"; - this.btnUsine.Size = new System.Drawing.Size(99, 50); + this.btnUsine.Size = new System.Drawing.Size(154, 77); this.btnUsine.TabIndex = 5; this.btnUsine.Text = "Usine"; this.btnUsine.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -100,13 +106,14 @@ namespace Wanderer.view this.btnTrain.BackColor = System.Drawing.Color.Transparent; this.btnTrain.FlatAppearance.BorderSize = 2; this.btnTrain.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnTrain.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnTrain.ForeColor = System.Drawing.Color.White; this.btnTrain.Image = ((System.Drawing.Image)(resources.GetObject("btnTrain.Image"))); this.btnTrain.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnTrain.Location = new System.Drawing.Point(131, 307); - this.btnTrain.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnTrain.Location = new System.Drawing.Point(842, 588); + this.btnTrain.Margin = new System.Windows.Forms.Padding(2); this.btnTrain.Name = "btnTrain"; - this.btnTrain.Size = new System.Drawing.Size(99, 50); + this.btnTrain.Size = new System.Drawing.Size(154, 77); this.btnTrain.TabIndex = 6; this.btnTrain.Text = "Train"; this.btnTrain.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -118,13 +125,14 @@ namespace Wanderer.view this.btnRefuge.BackColor = System.Drawing.Color.Transparent; this.btnRefuge.FlatAppearance.BorderSize = 2; this.btnRefuge.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnRefuge.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnRefuge.ForeColor = System.Drawing.Color.White; this.btnRefuge.Image = ((System.Drawing.Image)(resources.GetObject("btnRefuge.Image"))); this.btnRefuge.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnRefuge.Location = new System.Drawing.Point(8, 307); - this.btnRefuge.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnRefuge.Location = new System.Drawing.Point(29, 588); + this.btnRefuge.Margin = new System.Windows.Forms.Padding(2); this.btnRefuge.Name = "btnRefuge"; - this.btnRefuge.Size = new System.Drawing.Size(99, 50); + this.btnRefuge.Size = new System.Drawing.Size(154, 77); this.btnRefuge.TabIndex = 7; this.btnRefuge.Text = "Refuge"; this.btnRefuge.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -136,13 +144,14 @@ namespace Wanderer.view this.btnChemin.BackColor = System.Drawing.Color.Transparent; this.btnChemin.FlatAppearance.BorderSize = 2; this.btnChemin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnChemin.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnChemin.ForeColor = System.Drawing.Color.White; this.btnChemin.Image = ((System.Drawing.Image)(resources.GetObject("btnChemin.Image"))); this.btnChemin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnChemin.Location = new System.Drawing.Point(257, 307); - this.btnChemin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnChemin.Location = new System.Drawing.Point(266, 588); + this.btnChemin.Margin = new System.Windows.Forms.Padding(2); this.btnChemin.Name = "btnChemin"; - this.btnChemin.Size = new System.Drawing.Size(99, 50); + this.btnChemin.Size = new System.Drawing.Size(154, 77); this.btnChemin.TabIndex = 8; this.btnChemin.Text = "Chemins"; this.btnChemin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -153,13 +162,14 @@ namespace Wanderer.view this.btnClub.BackColor = System.Drawing.Color.Transparent; this.btnClub.FlatAppearance.BorderSize = 2; this.btnClub.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnClub.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); this.btnClub.ForeColor = System.Drawing.Color.White; this.btnClub.Image = ((System.Drawing.Image)(resources.GetObject("btnClub.Image"))); this.btnClub.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnClub.Location = new System.Drawing.Point(377, 307); - this.btnClub.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnClub.Location = new System.Drawing.Point(549, 588); + this.btnClub.Margin = new System.Windows.Forms.Padding(2); this.btnClub.Name = "btnClub"; - this.btnClub.Size = new System.Drawing.Size(99, 50); + this.btnClub.Size = new System.Drawing.Size(154, 77); this.btnClub.TabIndex = 9; this.btnClub.Text = "Club"; this.btnClub.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -170,22 +180,43 @@ namespace Wanderer.view this.mapView1.ColumnCount = 2; this.mapView1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.mapView1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.mapView1.Location = new System.Drawing.Point(9, 66); - this.mapView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.mapView1.Location = new System.Drawing.Point(29, 93); + this.mapView1.Margin = new System.Windows.Forms.Padding(2); this.mapView1.Name = "mapView1"; this.mapView1.RowCount = 2; this.mapView1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.mapView1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.mapView1.Size = new System.Drawing.Size(581, 226); + this.mapView1.Size = new System.Drawing.Size(1218, 476); this.mapView1.TabIndex = 11; this.mapView1.Paint += new System.Windows.Forms.PaintEventHandler(this.mapView1_Paint); // + // pictureBox1 + // + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + this.pictureBox1.Location = new System.Drawing.Point(831, 19); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(32, 33); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox1.TabIndex = 11; + this.pictureBox1.TabStop = false; + // + // lblJoueur + // + this.lblJoueur.AutoSize = true; + this.lblJoueur.Location = new System.Drawing.Point(406, 34); + this.lblJoueur.Name = "lblJoueur"; + this.lblJoueur.Size = new System.Drawing.Size(39, 13); + this.lblJoueur.TabIndex = 12; + this.lblJoueur.Text = "Joueur"; + this.lblJoueur.Click += new System.EventHandler(this.label1_Click); + // // FormJeu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); - this.ClientSize = new System.Drawing.Size(600, 365); + this.ClientSize = new System.Drawing.Size(1280, 700); this.Controls.Add(this.mapView1); this.Controls.Add(this.btnClub); this.Controls.Add(this.btnChemin); @@ -193,6 +224,7 @@ namespace Wanderer.view this.Controls.Add(this.btnTrain); this.Controls.Add(this.btnUsine); this.Controls.Add(this.panel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.Name = "FormJeu"; @@ -200,7 +232,9 @@ namespace Wanderer.view this.Text = "FormJeu"; ((System.ComponentModel.ISupportInitialize)(this.pbAide)).EndInit(); this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbPersonnes)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } @@ -216,5 +250,7 @@ namespace Wanderer.view private System.Windows.Forms.Button btnClub; private System.Windows.Forms.PictureBox pbPersonnes; private Controls.MapView mapView1; + private System.Windows.Forms.Label lblJoueur; + private System.Windows.Forms.PictureBox pictureBox1; } } \ No newline at end of file diff --git a/view/FormJeu.cs b/view/FormJeu.cs index a6f147ff50214a20baa8bd32052a970685a9813b..ff9ab58663126651f74b30ec68aca1e2fea5f50e 100644 --- a/view/FormJeu.cs +++ b/view/FormJeu.cs @@ -41,5 +41,10 @@ namespace Wanderer.view private void mapView1_Paint(object sender, PaintEventArgs e) { } + + private void label1_Click(object sender, EventArgs e) + { + + } } } diff --git a/view/FormJeu.resx b/view/FormJeu.resx index c8ac196466e51334b2becc4fd48bde03ebab9588..8141feeb916cb9359455f21bdc697e18bd889757 100644 --- a/view/FormJeu.resx +++ b/view/FormJeu.resx @@ -958,6 +958,38 @@ /D/tWr5t2zZn2fncuXPlo48+cvbz6l7vZ5991tnfe++99zpdpUeNGuUsYb7sssvkkksucfaB62RU9wLr kWK6J/ynGjRo4OwV/qmEhIQjJrca++Wf0//3l3+f/hv6b+m/qf+2HmWmP4v+TPqz6c+oP6v+zPqz6++g v4v+Tl999ZXzO+rvqr+z9VkAAIDDMn73f7R2IWCvq4HWAAAAAElFTkSuQmCC +</value> + </data> + <data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + 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 </value> </data> <data name="pbPersonnes.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> diff --git a/view/FormMainMenu.Designer.cs b/view/FormMainMenu.Designer.cs index bdf37786a4290f8f4a5b323777067d476e30bfb7..d53624f4c6e1990df4b68fcc4e6d0ce0940af21b 100644 --- a/view/FormMainMenu.Designer.cs +++ b/view/FormMainMenu.Designer.cs @@ -44,11 +44,10 @@ this.btnPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPlay.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPlay.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.btnPlay.Location = new System.Drawing.Point(193, 87); - this.btnPlay.Margin = new System.Windows.Forms.Padding(2); - this.btnPlay.Location = new System.Drawing.Point(290, 134); + this.btnPlay.Location = new System.Drawing.Point(478, 173); + this.btnPlay.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1); this.btnPlay.Name = "btnPlay"; - this.btnPlay.Size = new System.Drawing.Size(328, 129); + this.btnPlay.Size = new System.Drawing.Size(298, 128); this.btnPlay.TabIndex = 0; this.btnPlay.Text = "Jouer"; this.btnPlay.UseVisualStyleBackColor = false; @@ -62,12 +61,10 @@ this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.button1.Location = new System.Drawing.Point(193, 269); - this.button1.Margin = new System.Windows.Forms.Padding(4); - this.button1.Location = new System.Drawing.Point(290, 414); - this.button1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.button1.Location = new System.Drawing.Point(478, 483); + this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(328, 129); + this.button1.Size = new System.Drawing.Size(298, 128); this.button1.TabIndex = 1; this.button1.Text = "Quitter"; this.button1.UseVisualStyleBackColor = false; @@ -81,12 +78,10 @@ this.btnAide.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAide.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAide.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.btnAide.Location = new System.Drawing.Point(193, 177); - this.btnAide.Margin = new System.Windows.Forms.Padding(4); - this.btnAide.Location = new System.Drawing.Point(290, 272); - this.btnAide.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.btnAide.Location = new System.Drawing.Point(478, 325); + this.btnAide.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnAide.Name = "btnAide"; - this.btnAide.Size = new System.Drawing.Size(328, 129); + this.btnAide.Size = new System.Drawing.Size(298, 128); this.btnAide.TabIndex = 2; this.btnAide.Text = "Aide"; this.btnAide.UseVisualStyleBackColor = false; @@ -96,32 +91,27 @@ // this.lbltitre.AutoSize = true; this.lbltitre.BackColor = System.Drawing.Color.Transparent; - this.lbltitre.Font = new System.Drawing.Font("GOST Common", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbltitre.Font = new System.Drawing.Font("OCR A Extended", 70F); this.lbltitre.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbltitre.Location = new System.Drawing.Point(156, 7); + this.lbltitre.Location = new System.Drawing.Point(383, 36); this.lbltitre.Name = "lbltitre"; - this.lbltitre.Size = new System.Drawing.Size(305, 78); - this.lbltitre.Font = new System.Drawing.Font("OCR A Extended", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbltitre.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbltitre.Location = new System.Drawing.Point(207, 18); - this.lbltitre.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.lbltitre.Name = "lbltitre"; - this.lbltitre.Size = new System.Drawing.Size(506, 99); + this.lbltitre.Size = new System.Drawing.Size(498, 97); this.lbltitre.TabIndex = 3; this.lbltitre.Text = "Wanderer"; // // FormMainMenu // - this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.ClientSize = new System.Drawing.Size(900, 551); + this.ClientSize = new System.Drawing.Size(1280, 700); this.Controls.Add(this.lbltitre); this.Controls.Add(this.btnAide); this.Controls.Add(this.button1); this.Controls.Add(this.btnPlay); - this.Margin = new System.Windows.Forms.Padding(2); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1); this.Name = "FormMainMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "s";