Skip to content
Snippets Groups Projects
Forked from S4 / Les Spice Girls / Wanderer
70 commits behind the upstream repository.
FormJeu.Designer.cs 18.62 KiB

namespace Wanderer.view
{
    partial class FormJeu
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJeu));
            this.pbAide = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblMarcheurBleu = new System.Windows.Forms.Label();
            this.lblArgentBleu = new System.Windows.Forms.Label();
            this.lblMarcheursUp = new System.Windows.Forms.Label();
            this.lblArgentUp = new System.Windows.Forms.Label();
            this.lblMarcheurRouge = new System.Windows.Forms.Label();
            this.lblArgentRouge = new System.Windows.Forms.Label();
            this.lblTour = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pbPersonnes = new System.Windows.Forms.PictureBox();
            this.btnUsine = new System.Windows.Forms.Button();
            this.btnTrain = new System.Windows.Forms.Button();
            this.btnRefuge = new System.Windows.Forms.Button();
            this.btnChemin = new System.Windows.Forms.Button();
            this.btnClub = new System.Windows.Forms.Button();
            this.mapView1 = new Wanderer.view.Controls.MapView();
            ((System.ComponentModel.ISupportInitialize)(this.pbAide)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbPersonnes)).BeginInit();
            this.SuspendLayout();
            // 
            // pbAide
            // 
            this.pbAide.Image = ((System.Drawing.Image)(resources.GetObject("pbAide.Image")));
            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(46, 42);
            this.pbAide.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbAide.TabIndex = 0;
            this.pbAide.TabStop = false;
            this.pbAide.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lblMarcheurBleu);
            this.panel1.Controls.Add(this.lblArgentBleu);
            this.panel1.Controls.Add(this.lblMarcheursUp);
            this.panel1.Controls.Add(this.lblArgentUp);
            this.panel1.Controls.Add(this.lblMarcheurRouge);
            this.panel1.Controls.Add(this.lblArgentRouge);
            this.panel1.Controls.Add(this.lblTour);
            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(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(1218, 65);
            this.panel1.TabIndex = 1;
            // 
            // lblMarcheurBleu
            // 
            this.lblMarcheurBleu.AutoSize = true;
            this.lblMarcheurBleu.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
            this.lblMarcheurBleu.ForeColor = System.Drawing.Color.Blue;
            this.lblMarcheurBleu.Location = new System.Drawing.Point(1062, 24);
            this.lblMarcheurBleu.Name = "lblMarcheurBleu";
            this.lblMarcheurBleu.Size = new System.Drawing.Size(105, 25);
            this.lblMarcheurBleu.TabIndex = 18;
            this.lblMarcheurBleu.Text = "Marcheurs";
            // 
            // lblArgentBleu
            // 
            this.lblArgentBleu.AutoSize = true;
            this.lblArgentBleu.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
            this.lblArgentBleu.ForeColor = System.Drawing.Color.Blue;
            this.lblArgentBleu.Location = new System.Drawing.Point(703, 24);
            this.lblArgentBleu.Name = "lblArgentBleu";
            this.lblArgentBleu.Size = new System.Drawing.Size(70, 25);
            this.lblArgentBleu.TabIndex = 17;
            this.lblArgentBleu.Text = "Argent";
            // 
            // lblMarcheursUp
            // 
            this.lblMarcheursUp.AutoSize = true;
            this.lblMarcheursUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
            this.lblMarcheursUp.Location = new System.Drawing.Point(1108, 24);
            this.lblMarcheursUp.Name = "lblMarcheursUp";
            this.lblMarcheursUp.Size = new System.Drawing.Size(0, 25);
            this.lblMarcheursUp.TabIndex = 16;
            // 
            // lblArgentUp
            // 
            this.lblArgentUp.AutoSize = true;
            this.lblArgentUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
            this.lblArgentUp.Location = new System.Drawing.Point(889, 27);
            this.lblArgentUp.Name = "lblArgentUp";
            this.lblArgentUp.Size = new System.Drawing.Size(0, 25);
            this.lblArgentUp.TabIndex = 15;
            // 
            // lblMarcheurRouge
            // 
            this.lblMarcheurRouge.AutoSize = true;
            this.lblMarcheurRouge.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
            this.lblMarcheurRouge.ForeColor = System.Drawing.Color.Red;
            this.lblMarcheurRouge.Location = new System.Drawing.Point(919, 24);
            this.lblMarcheurRouge.Name = "lblMarcheurRouge";
            this.lblMarcheurRouge.Size = new System.Drawing.Size(105, 25);
            this.lblMarcheurRouge.TabIndex = 14;
            this.lblMarcheurRouge.Text = "Marcheurs";
            // 
            // lblArgentRouge
            // 
            this.lblArgentRouge.AutoSize = true;
            this.lblArgentRouge.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
            this.lblArgentRouge.ForeColor = System.Drawing.Color.Red;
            this.lblArgentRouge.Location = new System.Drawing.Point(593, 24);
            this.lblArgentRouge.Name = "lblArgentRouge";
            this.lblArgentRouge.Size = new System.Drawing.Size(70, 25);
            this.lblArgentRouge.TabIndex = 13;
            this.lblArgentRouge.Text = "Argent";
            // 
            // lblTour
            // 
            this.lblTour.AutoSize = true;
            this.lblTour.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F);
            this.lblTour.Location = new System.Drawing.Point(85, 9);
            this.lblTour.Name = "lblTour";
            this.lblTour.Size = new System.Drawing.Size(354, 46);
            this.lblTour.TabIndex = 12;
            this.lblTour.Text = "Nombre d\'actions :";
            this.lblTour.Click += new System.EventHandler(this.label1_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(544, 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;
            // 
            // pbPersonnes
            // 
            this.pbPersonnes.Image = ((System.Drawing.Image)(resources.GetObject("pbPersonnes.Image")));
            this.pbPersonnes.Location = new System.Drawing.Point(870, 19);
            this.pbPersonnes.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.pbPersonnes.Name = "pbPersonnes";
            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;
            // 
            // btnUsine
            // 
            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(1080, 603);
            this.btnUsine.Margin = new System.Windows.Forms.Padding(2);
            this.btnUsine.Name = "btnUsine";
            this.btnUsine.Size = new System.Drawing.Size(167, 77);
            this.btnUsine.TabIndex = 5;
            this.btnUsine.Tag = "4";
            this.btnUsine.Text = "Usine";
            this.btnUsine.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnUsine.UseVisualStyleBackColor = false;
            this.btnUsine.Click += new System.EventHandler(this.btn_Click);
            // 
            // btnTrain
            // 
            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(819, 603);
            this.btnTrain.Margin = new System.Windows.Forms.Padding(2);
            this.btnTrain.Name = "btnTrain";
            this.btnTrain.Size = new System.Drawing.Size(167, 77);
            this.btnTrain.TabIndex = 6;
            this.btnTrain.Tag = "3";
            this.btnTrain.Text = "Train";
            this.btnTrain.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnTrain.UseVisualStyleBackColor = false;
            this.btnTrain.Click += new System.EventHandler(this.btn_Click);
            // 
            // btnRefuge
            // 
            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(29, 603);
            this.btnRefuge.Margin = new System.Windows.Forms.Padding(2);
            this.btnRefuge.Name = "btnRefuge";
            this.btnRefuge.Size = new System.Drawing.Size(167, 77);
            this.btnRefuge.TabIndex = 7;
            this.btnRefuge.Tag = "0";
            this.btnRefuge.Text = "Refuge";
            this.btnRefuge.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnRefuge.UseVisualStyleBackColor = false;
            this.btnRefuge.Click += new System.EventHandler(this.btn_Click);
            // 
            // btnChemin
            // 
            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(281, 603);
            this.btnChemin.Margin = new System.Windows.Forms.Padding(2);
            this.btnChemin.Name = "btnChemin";
            this.btnChemin.Size = new System.Drawing.Size(167, 77);
            this.btnChemin.TabIndex = 8;
            this.btnChemin.Tag = "1";
            this.btnChemin.Text = "Chemins";
            this.btnChemin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnChemin.UseVisualStyleBackColor = false;
            this.btnChemin.Click += new System.EventHandler(this.btn_Click);
            // 
            // btnClub
            // 
            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(556, 603);
            this.btnClub.Margin = new System.Windows.Forms.Padding(2);
            this.btnClub.Name = "btnClub";
            this.btnClub.Size = new System.Drawing.Size(167, 77);
            this.btnClub.TabIndex = 9;
            this.btnClub.Tag = "2";
            this.btnClub.Text = "Club";
            this.btnClub.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnClub.UseVisualStyleBackColor = false;
            this.btnClub.Click += new System.EventHandler(this.btn_Click);
            // 
            // mapView1
            // 
            this.mapView1.AutoScroll = true;
            this.mapView1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mapView1.BackgroundImage")));
            this.mapView1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            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(29, 104);
            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, 13.81032F));
            this.mapView1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 86.18968F));
            this.mapView1.Size = new System.Drawing.Size(1218, 488);
            this.mapView1.TabIndex = 11;
            this.mapView1.Click += new System.EventHandler(this.mapView1_Click);
            this.mapView1.Paint += new System.Windows.Forms.PaintEventHandler(this.mapView1_Paint);
            // 
            // 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(1282, 720);
            this.Controls.Add(this.mapView1);
            this.Controls.Add(this.btnClub);
            this.Controls.Add(this.btnChemin);
            this.Controls.Add(this.btnRefuge);
            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";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FormJeu";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormJeu_FormClosed);
            this.Load += new System.EventHandler(this.FormJeu_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pbAide)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbPersonnes)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox pbAide;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnUsine;
        private System.Windows.Forms.Button btnTrain;
        private System.Windows.Forms.Button btnRefuge;
        private System.Windows.Forms.Button btnChemin;
        private System.Windows.Forms.Button btnClub;
        private System.Windows.Forms.PictureBox pbPersonnes;
        private Controls.MapView mapView1;
        private System.Windows.Forms.Label lblTour;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label lblMarcheurRouge;
        private System.Windows.Forms.Label lblArgentRouge;
        private System.Windows.Forms.Label lblMarcheursUp;
        private System.Windows.Forms.Label lblArgentUp;
        private System.Windows.Forms.Label lblMarcheurBleu;
        private System.Windows.Forms.Label lblArgentBleu;
    }
}