morpionReseau/go01/mainWin.Designer.cs

188 lines
7.9 KiB
C#

namespace go01
{
partial class mainWin
{
/// <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()
{
this.lblJoeur1 = new System.Windows.Forms.Label();
this.tbJoeur1 = new System.Windows.Forms.TextBox();
this.tbJoueur2 = new System.Windows.Forms.TextBox();
this.lblJoeur2 = new System.Windows.Forms.Label();
this.btnConfim = new System.Windows.Forms.Button();
this.lblTaille = new System.Windows.Forms.Label();
this.txtBoxTaille = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtBoxPionAlign = new System.Windows.Forms.TextBox();
this.btnLoad = new System.Windows.Forms.Button();
this.btnChercherPartie = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblJoeur1
//
this.lblJoeur1.AutoSize = true;
this.lblJoeur1.Location = new System.Drawing.Point(13, 13);
this.lblJoeur1.Name = "lblJoeur1";
this.lblJoeur1.Size = new System.Drawing.Size(48, 13);
this.lblJoeur1.TabIndex = 8;
this.lblJoeur1.Text = "Joeur 1 :";
//
// tbJoeur1
//
this.tbJoeur1.Location = new System.Drawing.Point(67, 10);
this.tbJoeur1.Name = "tbJoeur1";
this.tbJoeur1.Size = new System.Drawing.Size(100, 20);
this.tbJoeur1.TabIndex = 0;
//
// tbJoueur2
//
this.tbJoueur2.Location = new System.Drawing.Point(67, 36);
this.tbJoueur2.Name = "tbJoueur2";
this.tbJoueur2.Size = new System.Drawing.Size(100, 20);
this.tbJoueur2.TabIndex = 1;
//
// lblJoeur2
//
this.lblJoeur2.AutoSize = true;
this.lblJoeur2.Location = new System.Drawing.Point(13, 39);
this.lblJoeur2.Name = "lblJoeur2";
this.lblJoeur2.Size = new System.Drawing.Size(48, 13);
this.lblJoeur2.TabIndex = 7;
this.lblJoeur2.Text = "Joeur 2 :";
//
// btnConfim
//
this.btnConfim.Location = new System.Drawing.Point(15, 115);
this.btnConfim.Name = "btnConfim";
this.btnConfim.Size = new System.Drawing.Size(151, 23);
this.btnConfim.TabIndex = 4;
this.btnConfim.Text = "Confirmer";
this.btnConfim.UseVisualStyleBackColor = true;
this.btnConfim.Click += new System.EventHandler(this.btnConfim_Click);
//
// lblTaille
//
this.lblTaille.AutoSize = true;
this.lblTaille.Location = new System.Drawing.Point(12, 69);
this.lblTaille.Name = "lblTaille";
this.lblTaille.Size = new System.Drawing.Size(80, 13);
this.lblTaille.TabIndex = 6;
this.lblTaille.Text = "Taille du goban";
//
// txtBoxTaille
//
this.txtBoxTaille.Location = new System.Drawing.Point(98, 66);
this.txtBoxTaille.Name = "txtBoxTaille";
this.txtBoxTaille.Size = new System.Drawing.Size(69, 20);
this.txtBoxTaille.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 92);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(76, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Nb Pion aligne";
//
// txtBoxPionAlign
//
this.txtBoxPionAlign.Location = new System.Drawing.Point(98, 89);
this.txtBoxPionAlign.Name = "txtBoxPionAlign";
this.txtBoxPionAlign.Size = new System.Drawing.Size(69, 20);
this.txtBoxPionAlign.TabIndex = 3;
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(16, 144);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(150, 23);
this.btnLoad.TabIndex = 9;
this.btnLoad.Text = "Charger";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnChercherPartie
//
this.btnChercherPartie.Location = new System.Drawing.Point(16, 173);
this.btnChercherPartie.Name = "btnChercherPartie";
this.btnChercherPartie.Size = new System.Drawing.Size(150, 23);
this.btnChercherPartie.TabIndex = 10;
this.btnChercherPartie.Text = "Chercher une partie";
this.btnChercherPartie.UseVisualStyleBackColor = true;
this.btnChercherPartie.Click += new System.EventHandler(this.btnChercherPartie_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(16, 202);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(150, 23);
this.button2.TabIndex = 11;
this.button2.Text = "Creer une partie en réseau";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// mainWin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(181, 237);
this.Controls.Add(this.button2);
this.Controls.Add(this.btnChercherPartie);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.txtBoxPionAlign);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtBoxTaille);
this.Controls.Add(this.lblTaille);
this.Controls.Add(this.btnConfim);
this.Controls.Add(this.tbJoueur2);
this.Controls.Add(this.lblJoeur2);
this.Controls.Add(this.tbJoeur1);
this.Controls.Add(this.lblJoeur1);
this.Name = "mainWin";
this.Text = "mainWin";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblJoeur1;
private System.Windows.Forms.TextBox tbJoeur1;
private System.Windows.Forms.TextBox tbJoueur2;
private System.Windows.Forms.Label lblJoeur2;
private System.Windows.Forms.Button btnConfim;
private System.Windows.Forms.Label lblTaille;
private System.Windows.Forms.TextBox txtBoxTaille;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtBoxPionAlign;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnChercherPartie;
private System.Windows.Forms.Button button2;
}
}