From 7567c6e360d9f644b568384f51caf8cc0c4b12d7 Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: tic-tac-toe
---
tic-tac-toe/Tic-Tac-Toe/Form1.Designer.cs | 227 ++++++++++++++++++++++++++++++
1 file changed, 227 insertions(+)
create mode 100644 tic-tac-toe/Tic-Tac-Toe/Form1.Designer.cs
(limited to 'tic-tac-toe/Tic-Tac-Toe/Form1.Designer.cs')
diff --git a/tic-tac-toe/Tic-Tac-Toe/Form1.Designer.cs b/tic-tac-toe/Tic-Tac-Toe/Form1.Designer.cs
new file mode 100644
index 0000000..ac215b8
--- /dev/null
+++ b/tic-tac-toe/Tic-Tac-Toe/Form1.Designer.cs
@@ -0,0 +1,227 @@
+namespace Tic_Tac_Toe
+{
+ partial class ticTacToe
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.tlLbl = new System.Windows.Forms.Label();
+ this.tcLbl = new System.Windows.Forms.Label();
+ this.trLbl = new System.Windows.Forms.Label();
+ this.mlLbl = new System.Windows.Forms.Label();
+ this.mcLbl = new System.Windows.Forms.Label();
+ this.mrLbl = new System.Windows.Forms.Label();
+ this.blLbl = new System.Windows.Forms.Label();
+ this.bcLbl = new System.Windows.Forms.Label();
+ this.brLbl = new System.Windows.Forms.Label();
+ this.winnerLbl = new System.Windows.Forms.Label();
+ this.exitBtn = new System.Windows.Forms.Button();
+ this.clearBtn = new System.Windows.Forms.Button();
+ this.newGameBtn = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // tlLbl
+ //
+ this.tlLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.tlLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.tlLbl.Location = new System.Drawing.Point(66, 13);
+ this.tlLbl.Name = "tlLbl";
+ this.tlLbl.Size = new System.Drawing.Size(47, 39);
+ this.tlLbl.TabIndex = 0;
+ this.tlLbl.Text = "?";
+ this.tlLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // tcLbl
+ //
+ this.tcLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.tcLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.tcLbl.Location = new System.Drawing.Point(130, 13);
+ this.tcLbl.Name = "tcLbl";
+ this.tcLbl.Size = new System.Drawing.Size(47, 39);
+ this.tcLbl.TabIndex = 1;
+ this.tcLbl.Text = "?";
+ this.tcLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // trLbl
+ //
+ this.trLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.trLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.trLbl.Location = new System.Drawing.Point(192, 13);
+ this.trLbl.Name = "trLbl";
+ this.trLbl.Size = new System.Drawing.Size(47, 39);
+ this.trLbl.TabIndex = 2;
+ this.trLbl.Text = "?";
+ this.trLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // mlLbl
+ //
+ this.mlLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.mlLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.mlLbl.Location = new System.Drawing.Point(66, 66);
+ this.mlLbl.Name = "mlLbl";
+ this.mlLbl.Size = new System.Drawing.Size(47, 39);
+ this.mlLbl.TabIndex = 3;
+ this.mlLbl.Text = "?";
+ this.mlLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // mcLbl
+ //
+ this.mcLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.mcLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.mcLbl.Location = new System.Drawing.Point(130, 66);
+ this.mcLbl.Name = "mcLbl";
+ this.mcLbl.Size = new System.Drawing.Size(47, 39);
+ this.mcLbl.TabIndex = 4;
+ this.mcLbl.Text = "?";
+ this.mcLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // mrLbl
+ //
+ this.mrLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.mrLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.mrLbl.Location = new System.Drawing.Point(192, 66);
+ this.mrLbl.Name = "mrLbl";
+ this.mrLbl.Size = new System.Drawing.Size(47, 39);
+ this.mrLbl.TabIndex = 5;
+ this.mrLbl.Text = "?";
+ this.mrLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // blLbl
+ //
+ this.blLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.blLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.blLbl.Location = new System.Drawing.Point(66, 119);
+ this.blLbl.Name = "blLbl";
+ this.blLbl.Size = new System.Drawing.Size(47, 39);
+ this.blLbl.TabIndex = 6;
+ this.blLbl.Text = "?";
+ this.blLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // bcLbl
+ //
+ this.bcLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.bcLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.bcLbl.Location = new System.Drawing.Point(130, 119);
+ this.bcLbl.Name = "bcLbl";
+ this.bcLbl.Size = new System.Drawing.Size(47, 39);
+ this.bcLbl.TabIndex = 7;
+ this.bcLbl.Text = "?";
+ this.bcLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // brLbl
+ //
+ this.brLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.brLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.brLbl.Location = new System.Drawing.Point(192, 119);
+ this.brLbl.Name = "brLbl";
+ this.brLbl.Size = new System.Drawing.Size(47, 39);
+ this.brLbl.TabIndex = 8;
+ this.brLbl.Text = "?";
+ this.brLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // winnerLbl
+ //
+ this.winnerLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.winnerLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.winnerLbl.Location = new System.Drawing.Point(96, 169);
+ this.winnerLbl.Name = "winnerLbl";
+ this.winnerLbl.Size = new System.Drawing.Size(114, 23);
+ this.winnerLbl.TabIndex = 12;
+ this.winnerLbl.Text = "?";
+ this.winnerLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // exitBtn
+ //
+ this.exitBtn.Location = new System.Drawing.Point(203, 211);
+ this.exitBtn.Name = "exitBtn";
+ this.exitBtn.Size = new System.Drawing.Size(75, 31);
+ this.exitBtn.TabIndex = 15;
+ this.exitBtn.Text = "Exit";
+ this.exitBtn.UseVisualStyleBackColor = true;
+ this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
+ //
+ // clearBtn
+ //
+ this.clearBtn.Location = new System.Drawing.Point(24, 211);
+ this.clearBtn.Name = "clearBtn";
+ this.clearBtn.Size = new System.Drawing.Size(75, 31);
+ this.clearBtn.TabIndex = 14;
+ this.clearBtn.Text = "Clear";
+ this.clearBtn.UseVisualStyleBackColor = true;
+ this.clearBtn.Click += new System.EventHandler(this.clearBtn_Click);
+ //
+ // newGameBtn
+ //
+ this.newGameBtn.Location = new System.Drawing.Point(105, 206);
+ this.newGameBtn.Name = "newGameBtn";
+ this.newGameBtn.Size = new System.Drawing.Size(92, 41);
+ this.newGameBtn.TabIndex = 13;
+ this.newGameBtn.Text = "New Game";
+ this.newGameBtn.UseVisualStyleBackColor = true;
+ this.newGameBtn.Click += new System.EventHandler(this.newGameBtn_Click);
+ //
+ // ticTacToe
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(302, 273);
+ this.Controls.Add(this.exitBtn);
+ this.Controls.Add(this.clearBtn);
+ this.Controls.Add(this.newGameBtn);
+ this.Controls.Add(this.winnerLbl);
+ this.Controls.Add(this.brLbl);
+ this.Controls.Add(this.bcLbl);
+ this.Controls.Add(this.blLbl);
+ this.Controls.Add(this.mrLbl);
+ this.Controls.Add(this.mcLbl);
+ this.Controls.Add(this.mlLbl);
+ this.Controls.Add(this.trLbl);
+ this.Controls.Add(this.tcLbl);
+ this.Controls.Add(this.tlLbl);
+ this.Name = "ticTacToe";
+ this.Text = "Tic-Tac-Toe";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label tlLbl;
+ private System.Windows.Forms.Label tcLbl;
+ private System.Windows.Forms.Label trLbl;
+ private System.Windows.Forms.Label mlLbl;
+ private System.Windows.Forms.Label mcLbl;
+ private System.Windows.Forms.Label mrLbl;
+ private System.Windows.Forms.Label blLbl;
+ private System.Windows.Forms.Label bcLbl;
+ private System.Windows.Forms.Label brLbl;
+ private System.Windows.Forms.Label winnerLbl;
+ private System.Windows.Forms.Button exitBtn;
+ private System.Windows.Forms.Button clearBtn;
+ private System.Windows.Forms.Button newGameBtn;
+ }
+}
+
--
cgit 1.4.1