namespace game2048 { partial class Game2048 { /// /// private System.ComponentModel.IContainer components = null; /// /// /// protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } /// /// private void InitializeComponent() { this.lbl1 = new System.Windows.Forms.Label(); this.lbl2 = new System.Windows.Forms.Label(); this.lbl4 = new System.Windows.Forms.Label(); this.lbl3 = new System.Windows.Forms.Label(); this.lbl5 = new System.Windows.Forms.Label(); this.lbl6 = new System.Windows.Forms.Label(); this.lbl8 = new System.Windows.Forms.Label(); this.lbl7 = new System.Windows.Forms.Label(); this.lbl9 = new System.Windows.Forms.Label(); this.lbl10 = new System.Windows.Forms.Label(); this.lbl12 = new System.Windows.Forms.Label(); this.lbl11 = new System.Windows.Forms.Label(); this.lbl13 = new System.Windows.Forms.Label(); this.lbl14 = new System.Windows.Forms.Label(); this.lbl16 = new System.Windows.Forms.Label(); this.lbl15 = new System.Windows.Forms.Label(); this.lblScore = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblGameOver = new System.Windows.Forms.Label(); this.btnNewGame = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newGameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ınformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gamePlayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lblAbout = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // lbl1 // this.lbl1.BackColor = System.Drawing.Color.White; this.lbl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl1.ForeColor = System.Drawing.Color.White; this.lbl1.Location = new System.Drawing.Point(43, 107); this.lbl1.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl1.Name = "lbl1"; this.lbl1.Size = new System.Drawing.Size(100, 100); this.lbl1.TabIndex = 0; this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl2 // this.lbl2.BackColor = System.Drawing.Color.White; this.lbl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl2.ForeColor = System.Drawing.Color.White; this.lbl2.Location = new System.Drawing.Point(149, 107); this.lbl2.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl2.Name = "lbl2"; this.lbl2.Size = new System.Drawing.Size(100, 100); this.lbl2.TabIndex = 1; this.lbl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl4 // this.lbl4.BackColor = System.Drawing.Color.White; this.lbl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl4.ForeColor = System.Drawing.Color.White; this.lbl4.Location = new System.Drawing.Point(361, 107); this.lbl4.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl4.Name = "lbl4"; this.lbl4.Size = new System.Drawing.Size(100, 100); this.lbl4.TabIndex = 2; this.lbl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl3 // this.lbl3.BackColor = System.Drawing.Color.White; this.lbl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl3.ForeColor = System.Drawing.Color.White; this.lbl3.Location = new System.Drawing.Point(255, 107); this.lbl3.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl3.Name = "lbl3"; this.lbl3.Size = new System.Drawing.Size(100, 100); this.lbl3.TabIndex = 3; this.lbl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbl3.Click += new System.EventHandler(this.lbl3_Click); // // lbl5 // this.lbl5.BackColor = System.Drawing.Color.White; this.lbl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl5.ForeColor = System.Drawing.Color.White; this.lbl5.Location = new System.Drawing.Point(43, 213); this.lbl5.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl5.Name = "lbl5"; this.lbl5.Size = new System.Drawing.Size(100, 100); this.lbl5.TabIndex = 0; this.lbl5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl6 // this.lbl6.BackColor = System.Drawing.Color.White; this.lbl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl6.ForeColor = System.Drawing.Color.White; this.lbl6.Location = new System.Drawing.Point(149, 213); this.lbl6.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl6.Name = "lbl6"; this.lbl6.Size = new System.Drawing.Size(100, 100); this.lbl6.TabIndex = 1; this.lbl6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl8 // this.lbl8.BackColor = System.Drawing.Color.White; this.lbl8.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl8.ForeColor = System.Drawing.Color.White; this.lbl8.Location = new System.Drawing.Point(361, 212); this.lbl8.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl8.Name = "lbl8"; this.lbl8.Size = new System.Drawing.Size(100, 100); this.lbl8.TabIndex = 2; this.lbl8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl7 // this.lbl7.BackColor = System.Drawing.Color.White; this.lbl7.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl7.ForeColor = System.Drawing.Color.White; this.lbl7.Location = new System.Drawing.Point(255, 213); this.lbl7.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl7.Name = "lbl7"; this.lbl7.Size = new System.Drawing.Size(100, 100); this.lbl7.TabIndex = 3; this.lbl7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl9 // this.lbl9.BackColor = System.Drawing.Color.White; this.lbl9.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl9.ForeColor = System.Drawing.Color.White; this.lbl9.Location = new System.Drawing.Point(43, 317); this.lbl9.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl9.Name = "lbl9"; this.lbl9.Size = new System.Drawing.Size(100, 100); this.lbl9.TabIndex = 0; this.lbl9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl10 // this.lbl10.BackColor = System.Drawing.Color.White; this.lbl10.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl10.ForeColor = System.Drawing.Color.White; this.lbl10.Location = new System.Drawing.Point(149, 318); this.lbl10.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl10.Name = "lbl10"; this.lbl10.Size = new System.Drawing.Size(100, 100); this.lbl10.TabIndex = 1; this.lbl10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl12 // this.lbl12.BackColor = System.Drawing.Color.White; this.lbl12.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl12.ForeColor = System.Drawing.Color.White; this.lbl12.Location = new System.Drawing.Point(361, 318); this.lbl12.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl12.Name = "lbl12"; this.lbl12.Size = new System.Drawing.Size(100, 100); this.lbl12.TabIndex = 2; this.lbl12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl11 // this.lbl11.BackColor = System.Drawing.Color.White; this.lbl11.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl11.ForeColor = System.Drawing.Color.White; this.lbl11.Location = new System.Drawing.Point(255, 318); this.lbl11.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl11.Name = "lbl11"; this.lbl11.Size = new System.Drawing.Size(100, 100); this.lbl11.TabIndex = 3; this.lbl11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl13 // this.lbl13.BackColor = System.Drawing.Color.White; this.lbl13.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl13.ForeColor = System.Drawing.Color.White; this.lbl13.Location = new System.Drawing.Point(43, 422); this.lbl13.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl13.Name = "lbl13"; this.lbl13.Size = new System.Drawing.Size(100, 100); this.lbl13.TabIndex = 0; this.lbl13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl14 // this.lbl14.BackColor = System.Drawing.Color.White; this.lbl14.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl14.ForeColor = System.Drawing.Color.White; this.lbl14.Location = new System.Drawing.Point(149, 422); this.lbl14.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl14.Name = "lbl14"; this.lbl14.Size = new System.Drawing.Size(100, 100); this.lbl14.TabIndex = 1; this.lbl14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl16 // this.lbl16.BackColor = System.Drawing.Color.White; this.lbl16.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl16.ForeColor = System.Drawing.Color.White; this.lbl16.Location = new System.Drawing.Point(361, 422); this.lbl16.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl16.Name = "lbl16"; this.lbl16.Size = new System.Drawing.Size(100, 100); this.lbl16.TabIndex = 2; this.lbl16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl15 // this.lbl15.BackColor = System.Drawing.Color.White; this.lbl15.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lbl15.ForeColor = System.Drawing.Color.White; this.lbl15.Location = new System.Drawing.Point(255, 422); this.lbl15.Margin = new System.Windows.Forms.Padding(5, 5, 0, 0); this.lbl15.Name = "lbl15"; this.lbl15.Size = new System.Drawing.Size(100, 100); this.lbl15.TabIndex = 3; this.lbl15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblScore // this.lblScore.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblScore.BackColor = System.Drawing.Color.White; this.lblScore.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblScore.ForeColor = System.Drawing.Color.DarkRed; this.lblScore.Location = new System.Drawing.Point(375, 38); this.lblScore.Name = "lblScore"; this.lblScore.Size = new System.Drawing.Size(132, 41); this.lblScore.TabIndex = 4; this.lblScore.Text = "0"; this.lblScore.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblScore.Click += new System.EventHandler(this.lblScore_Click); // // label2 // this.label2.BackColor = System.Drawing.Color.Black; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(238, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(131, 41); this.label2.TabIndex = 5; this.label2.Text = "SCORE:"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label2.Click += new System.EventHandler(this.label2_Click); // // lblGameOver // this.lblGameOver.BackColor = System.Drawing.Color.WhiteSmoke; this.lblGameOver.Font = new System.Drawing.Font("Times New Roman", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGameOver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.lblGameOver.Location = new System.Drawing.Point(41, 153); this.lblGameOver.Name = "lblGameOver"; this.lblGameOver.Size = new System.Drawing.Size(420, 94); this.lblGameOver.TabIndex = 6; this.lblGameOver.Text = "Game Over"; this.lblGameOver.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblGameOver.Visible = false; this.lblGameOver.Click += new System.EventHandler(this.lblGameOver_Click); // // btnNewGame // this.btnNewGame.BackColor = System.Drawing.Color.DarkRed; this.btnNewGame.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnNewGame.ForeColor = System.Drawing.Color.White; this.btnNewGame.Location = new System.Drawing.Point(156, 381); this.btnNewGame.Name = "btnNewGame"; this.btnNewGame.Size = new System.Drawing.Size(240, 58); this.btnNewGame.TabIndex = 7; this.btnNewGame.Text = "NEW GAME"; this.btnNewGame.UseVisualStyleBackColor = false; this.btnNewGame.Visible = false; this.btnNewGame.Click += new System.EventHandler(this.btnNewGame_Click); this.btnNewGame.MouseLeave += new System.EventHandler(this.btnNewGame_MouseLeave); this.btnNewGame.MouseHover += new System.EventHandler(this.btnNewGame_MouseHover); // // btnExit // this.btnExit.BackColor = System.Drawing.Color.DarkOliveGreen; this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(156, 297); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(240, 58); this.btnExit.TabIndex = 8; this.btnExit.Text = "EXİT"; this.btnExit.UseVisualStyleBackColor = false; this.btnExit.Visible = false; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); this.btnExit.MouseLeave += new System.EventHandler(this.btnExit_MouseLeave); this.btnExit.MouseHover += new System.EventHandler(this.btnExit_MouseHover); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(521, 24); this.menuStrip1.TabIndex = 9; this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked); // // menuToolStripMenuItem // this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newGameToolStripMenuItem, this.ınformationToolStripMenuItem, this.gamePlayToolStripMenuItem, this.exitToolStripMenuItem}); this.menuToolStripMenuItem.Name = "menuToolStripMenuItem"; this.menuToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.menuToolStripMenuItem.Text = "Options"; this.menuToolStripMenuItem.Click += new System.EventHandler(this.menuToolStripMenuItem_Click); // // newGameToolStripMenuItem // this.newGameToolStripMenuItem.Name = "newGameToolStripMenuItem"; this.newGameToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.newGameToolStripMenuItem.Text = "New Game"; this.newGameToolStripMenuItem.Click += new System.EventHandler(this.newGameToolStripMenuItem_Click); // // ınformationToolStripMenuItem // this.ınformationToolStripMenuItem.Name = "ınformationToolStripMenuItem"; this.ınformationToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.ınformationToolStripMenuItem.Text = "Information"; this.ınformationToolStripMenuItem.Click += new System.EventHandler(this.ınformationToolStripMenuItem_Click); // // gamePlayToolStripMenuItem // this.gamePlayToolStripMenuItem.Name = "gamePlayToolStripMenuItem"; this.gamePlayToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.gamePlayToolStripMenuItem.Text = "How to Play"; this.gamePlayToolStripMenuItem.Click += new System.EventHandler(this.gamePlayToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // lblAbout // this.lblAbout.Dock = System.Windows.Forms.DockStyle.Right; this.lblAbout.Location = new System.Drawing.Point(511, 24); this.lblAbout.Name = "lblAbout"; this.lblAbout.Size = new System.Drawing.Size(10, 550); this.lblAbout.TabIndex = 10; // // Game2048 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.Plum; this.ClientSize = new System.Drawing.Size(521, 574); this.Controls.Add(this.lblAbout); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnNewGame); this.Controls.Add(this.lblGameOver); this.Controls.Add(this.label2); this.Controls.Add(this.lblScore); this.Controls.Add(this.lbl15); this.Controls.Add(this.lbl11); this.Controls.Add(this.lbl7); this.Controls.Add(this.lbl16); this.Controls.Add(this.lbl3); this.Controls.Add(this.lbl12); this.Controls.Add(this.lbl8); this.Controls.Add(this.lbl14); this.Controls.Add(this.lbl4); this.Controls.Add(this.lbl13); this.Controls.Add(this.lbl10); this.Controls.Add(this.lbl9); this.Controls.Add(this.lbl6); this.Controls.Add(this.lbl5); this.Controls.Add(this.lbl2); this.Controls.Add(this.lbl1); this.Controls.Add(this.menuStrip1); this.ForeColor = System.Drawing.SystemColors.WindowText; this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Game2048"; this.Load += new System.EventHandler(this.Form1_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label lbl1; private System.Windows.Forms.Label lbl2; private System.Windows.Forms.Label lbl4; private System.Windows.Forms.Label lbl3; private System.Windows.Forms.Label lbl5; private System.Windows.Forms.Label lbl6; private System.Windows.Forms.Label lbl8; private System.Windows.Forms.Label lbl7; private System.Windows.Forms.Label lbl9; private System.Windows.Forms.Label lbl10; private System.Windows.Forms.Label lbl12; private System.Windows.Forms.Label lbl11; private System.Windows.Forms.Label lbl13; private System.Windows.Forms.Label lbl14; private System.Windows.Forms.Label lbl16; private System.Windows.Forms.Label lbl15; private System.Windows.Forms.Label lblScore; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblGameOver; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newGameToolStripMenuItem; private System.Windows.Forms.Label lblAbout; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.Button btnNewGame; private System.Windows.Forms.ToolStripMenuItem ınformationToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem gamePlayToolStripMenuItem; } }