167 lines
7.2 KiB
C#
167 lines
7.2 KiB
C#
|
namespace go01
|
|||
|
{
|
|||
|
partial class Plateau
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Variable nécessaire au concepteur.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Nettoyage des ressources utilisées.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Code généré par le Concepteur Windows Form
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
|
|||
|
/// le contenu de cette méthode avec l'éditeur de code.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.lblPtBlanc = new System.Windows.Forms.Label();
|
|||
|
this.LblPtNoir = new System.Windows.Forms.Label();
|
|||
|
this.btnContinuer = new System.Windows.Forms.Button();
|
|||
|
this.ofd = new System.Windows.Forms.OpenFileDialog();
|
|||
|
this.sfd = new System.Windows.Forms.SaveFileDialog();
|
|||
|
this.btnEnreg = new System.Windows.Forms.Button();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// contextMenuStrip1
|
|||
|
//
|
|||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
|||
|
//
|
|||
|
// pictureBox2
|
|||
|
//
|
|||
|
this.pictureBox2.Image = global::go01.Properties.Resources.giphy;
|
|||
|
this.pictureBox2.Location = new System.Drawing.Point(495, 152);
|
|||
|
this.pictureBox2.Name = "pictureBox2";
|
|||
|
this.pictureBox2.Size = new System.Drawing.Size(300, 168);
|
|||
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
this.pictureBox2.TabIndex = 1;
|
|||
|
this.pictureBox2.TabStop = false;
|
|||
|
this.pictureBox2.Visible = false;
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(13, 13);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(448, 448);
|
|||
|
this.pictureBox1.TabIndex = 0;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(702, 390);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 2;
|
|||
|
this.button1.Text = "Reset";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|||
|
//
|
|||
|
// lblPtBlanc
|
|||
|
//
|
|||
|
this.lblPtBlanc.AutoSize = true;
|
|||
|
this.lblPtBlanc.Location = new System.Drawing.Point(492, 136);
|
|||
|
this.lblPtBlanc.Name = "lblPtBlanc";
|
|||
|
this.lblPtBlanc.Size = new System.Drawing.Size(48, 13);
|
|||
|
this.lblPtBlanc.TabIndex = 3;
|
|||
|
this.lblPtBlanc.Text = "Joeur1:0";
|
|||
|
//
|
|||
|
// LblPtNoir
|
|||
|
//
|
|||
|
this.LblPtNoir.AutoSize = true;
|
|||
|
this.LblPtNoir.Location = new System.Drawing.Point(669, 136);
|
|||
|
this.LblPtNoir.Name = "LblPtNoir";
|
|||
|
this.LblPtNoir.Size = new System.Drawing.Size(48, 13);
|
|||
|
this.LblPtNoir.TabIndex = 4;
|
|||
|
this.LblPtNoir.Text = "Joeur2:0";
|
|||
|
//
|
|||
|
// btnContinuer
|
|||
|
//
|
|||
|
this.btnContinuer.Enabled = false;
|
|||
|
this.btnContinuer.Location = new System.Drawing.Point(510, 390);
|
|||
|
this.btnContinuer.Name = "btnContinuer";
|
|||
|
this.btnContinuer.Size = new System.Drawing.Size(105, 23);
|
|||
|
this.btnContinuer.TabIndex = 5;
|
|||
|
this.btnContinuer.Text = "Continuer à jouer";
|
|||
|
this.btnContinuer.UseVisualStyleBackColor = true;
|
|||
|
this.btnContinuer.Click += new System.EventHandler(this.btnContinuer_Click);
|
|||
|
//
|
|||
|
// ofd
|
|||
|
//
|
|||
|
this.ofd.FileName = "openFileDialog1";
|
|||
|
//
|
|||
|
// btnEnreg
|
|||
|
//
|
|||
|
this.btnEnreg.Location = new System.Drawing.Point(510, 352);
|
|||
|
this.btnEnreg.Name = "btnEnreg";
|
|||
|
this.btnEnreg.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.btnEnreg.TabIndex = 6;
|
|||
|
this.btnEnreg.Text = "Enregistrer";
|
|||
|
this.btnEnreg.UseVisualStyleBackColor = true;
|
|||
|
this.btnEnreg.Click += new System.EventHandler(this.btnEnreg_Click);
|
|||
|
//
|
|||
|
// Plateau
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(837, 474);
|
|||
|
this.Controls.Add(this.btnEnreg);
|
|||
|
this.Controls.Add(this.btnContinuer);
|
|||
|
this.Controls.Add(this.LblPtNoir);
|
|||
|
this.Controls.Add(this.lblPtBlanc);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.pictureBox2);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "Plateau";
|
|||
|
this.ShowIcon = false;
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "Morpion";
|
|||
|
this.Load += new System.EventHandler(this.Plateau_Load);
|
|||
|
this.Shown += new System.EventHandler(this.Plateau_Shown);
|
|||
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Plateau_Paint);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Label lblPtBlanc;
|
|||
|
private System.Windows.Forms.Label LblPtNoir;
|
|||
|
private System.Windows.Forms.Button btnContinuer;
|
|||
|
private System.Windows.Forms.OpenFileDialog ofd;
|
|||
|
private System.Windows.Forms.SaveFileDialog sfd;
|
|||
|
private System.Windows.Forms.Button btnEnreg;
|
|||
|
}
|
|||
|
}
|
|||
|
|