namespace Gin_Rummy_GUI { partial class GinRummyForm { /// /// 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.interactivePlayerPanel = new System.Windows.Forms.Panel(); this.interactivePlayerLabel = new System.Windows.Forms.Label(); this.interactivePlayerPictureBoxes = new System.Windows.Forms.GroupBox(); this.card6PictureBox = new System.Windows.Forms.PictureBox(); this.card5PictureBox = new System.Windows.Forms.PictureBox(); this.card4PictureBox = new System.Windows.Forms.PictureBox(); this.card3PictureBox = new System.Windows.Forms.PictureBox(); this.card2PictureBox = new System.Windows.Forms.PictureBox(); this.card1PictureBox = new System.Windows.Forms.PictureBox(); this.card0PictureBox = new System.Windows.Forms.PictureBox(); this.interactivePlayerPlayButton = new System.Windows.Forms.Button(); this.deckPanel = new System.Windows.Forms.Panel(); this.discardDeckCountLabel = new System.Windows.Forms.Label(); this.drawDeckCountLabel = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.discardDeckLabel = new System.Windows.Forms.Label(); this.drawDeckLabel = new System.Windows.Forms.Label(); this.discardDeckPictureBox = new System.Windows.Forms.PictureBox(); this.drawDeckPictureBox = new System.Windows.Forms.PictureBox(); this.gameTextBox = new System.Windows.Forms.RichTextBox(); this.label1 = new System.Windows.Forms.Label(); this.computerPlayerPanels = new System.Windows.Forms.GroupBox(); this.computer0PlayerPanel = new System.Windows.Forms.Panel(); this.computer0PictureBoxes = new System.Windows.Forms.GroupBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox21 = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.computer0PlayButton = new System.Windows.Forms.Button(); this.computer1PlayerPanel = new System.Windows.Forms.Panel(); this.computer1PictureBoxes = new System.Windows.Forms.GroupBox(); this.pictureBox14 = new System.Windows.Forms.PictureBox(); this.pictureBox15 = new System.Windows.Forms.PictureBox(); this.pictureBox16 = new System.Windows.Forms.PictureBox(); this.pictureBox17 = new System.Windows.Forms.PictureBox(); this.pictureBox18 = new System.Windows.Forms.PictureBox(); this.pictureBox19 = new System.Windows.Forms.PictureBox(); this.pictureBox20 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.computer1PlayButton = new System.Windows.Forms.Button(); this.computer2PlayerPanel = new System.Windows.Forms.Panel(); this.computer2PictureBoxes = new System.Windows.Forms.GroupBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.pictureBox11 = new System.Windows.Forms.PictureBox(); this.pictureBox12 = new System.Windows.Forms.PictureBox(); this.pictureBox13 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.computer2PlayButton = new System.Windows.Forms.Button(); this.newGameButton = new System.Windows.Forms.Button(); this.interactivePlayerPanel.SuspendLayout(); this.interactivePlayerPictureBoxes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.card6PictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.card5PictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.card4PictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.card3PictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.card2PictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.card1PictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.card0PictureBox)).BeginInit(); this.deckPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.discardDeckPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.drawDeckPictureBox)).BeginInit(); this.computerPlayerPanels.SuspendLayout(); this.computer0PlayerPanel.SuspendLayout(); this.computer0PictureBoxes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit(); this.computer1PlayerPanel.SuspendLayout(); this.computer1PictureBoxes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit(); this.computer2PlayerPanel.SuspendLayout(); this.computer2PictureBoxes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit(); this.SuspendLayout(); // // interactivePlayerPanel // this.interactivePlayerPanel.Controls.Add(this.interactivePlayerLabel); this.interactivePlayerPanel.Controls.Add(this.interactivePlayerPictureBoxes); this.interactivePlayerPanel.Controls.Add(this.interactivePlayerPlayButton); this.interactivePlayerPanel.Location = new System.Drawing.Point(9, 30); this.interactivePlayerPanel.Name = "interactivePlayerPanel"; this.interactivePlayerPanel.Size = new System.Drawing.Size(671, 135); this.interactivePlayerPanel.TabIndex = 1; this.interactivePlayerPanel.Visible = false; // // interactivePlayerLabel // this.interactivePlayerLabel.AutoSize = true; this.interactivePlayerLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactivePlayerLabel.Location = new System.Drawing.Point(6, 43); this.interactivePlayerLabel.Name = "interactivePlayerLabel"; this.interactivePlayerLabel.Size = new System.Drawing.Size(91, 16); this.interactivePlayerLabel.TabIndex = 2; this.interactivePlayerLabel.Text = "player label"; // // interactivePlayerPictureBoxes // this.interactivePlayerPictureBoxes.Controls.Add(this.card6PictureBox); this.interactivePlayerPictureBoxes.Controls.Add(this.card5PictureBox); this.interactivePlayerPictureBoxes.Controls.Add(this.card4PictureBox); this.interactivePlayerPictureBoxes.Controls.Add(this.card3PictureBox); this.interactivePlayerPictureBoxes.Controls.Add(this.card2PictureBox); this.interactivePlayerPictureBoxes.Controls.Add(this.card1PictureBox); this.interactivePlayerPictureBoxes.Controls.Add(this.card0PictureBox); this.interactivePlayerPictureBoxes.Location = new System.Drawing.Point(114, 3); this.interactivePlayerPictureBoxes.Name = "interactivePlayerPictureBoxes"; this.interactivePlayerPictureBoxes.Size = new System.Drawing.Size(554, 129); this.interactivePlayerPictureBoxes.TabIndex = 1; this.interactivePlayerPictureBoxes.TabStop = false; // // card6PictureBox // this.card6PictureBox.Location = new System.Drawing.Point(472, 19); this.card6PictureBox.Name = "card6PictureBox"; this.card6PictureBox.Size = new System.Drawing.Size(72, 100); this.card6PictureBox.TabIndex = 15; this.card6PictureBox.TabStop = false; this.card6PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card6PictureBox_MouseClick); // // card5PictureBox // this.card5PictureBox.Location = new System.Drawing.Point(396, 19); this.card5PictureBox.Name = "card5PictureBox"; this.card5PictureBox.Size = new System.Drawing.Size(72, 100); this.card5PictureBox.TabIndex = 14; this.card5PictureBox.TabStop = false; this.card5PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card5PictureBox_MouseClick); // // card4PictureBox // this.card4PictureBox.Location = new System.Drawing.Point(318, 19); this.card4PictureBox.Name = "card4PictureBox"; this.card4PictureBox.Size = new System.Drawing.Size(72, 100); this.card4PictureBox.TabIndex = 13; this.card4PictureBox.TabStop = false; this.card4PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card4PictureBox_MouseClick); // // card3PictureBox // this.card3PictureBox.Location = new System.Drawing.Point(240, 19); this.card3PictureBox.Name = "card3PictureBox"; this.card3PictureBox.Size = new System.Drawing.Size(72, 100); this.card3PictureBox.TabIndex = 12; this.card3PictureBox.TabStop = false; this.card3PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card3PictureBox_MouseClick); // // card2PictureBox // this.card2PictureBox.Location = new System.Drawing.Point(162, 19); this.card2PictureBox.Name = "card2PictureBox"; this.card2PictureBox.Size = new System.Drawing.Size(72, 100); this.card2PictureBox.TabIndex = 11; this.card2PictureBox.TabStop = false; this.card2PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card2PictureBox_MouseClick); // // card1PictureBox // this.card1PictureBox.Location = new System.Drawing.Point(84, 19); this.card1PictureBox.Name = "card1PictureBox"; this.card1PictureBox.Size = new System.Drawing.Size(72, 100); this.card1PictureBox.TabIndex = 10; this.card1PictureBox.TabStop = false; this.card1PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card1PictureBox_MouseClick); // // card0PictureBox // this.card0PictureBox.Cursor = System.Windows.Forms.Cursors.Default; this.card0PictureBox.Location = new System.Drawing.Point(6, 19); this.card0PictureBox.Name = "card0PictureBox"; this.card0PictureBox.Size = new System.Drawing.Size(72, 100); this.card0PictureBox.TabIndex = 9; this.card0PictureBox.TabStop = false; this.card0PictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.card0PictureBox_MouseClick); // // interactivePlayerPlayButton // this.interactivePlayerPlayButton.Enabled = false; this.interactivePlayerPlayButton.Location = new System.Drawing.Point(3, 3); this.interactivePlayerPlayButton.Name = "interactivePlayerPlayButton"; this.interactivePlayerPlayButton.Size = new System.Drawing.Size(69, 27); this.interactivePlayerPlayButton.TabIndex = 0; this.interactivePlayerPlayButton.Text = "Play"; this.interactivePlayerPlayButton.UseVisualStyleBackColor = true; this.interactivePlayerPlayButton.Click += new System.EventHandler(this.interactivePlayerPlayButton_Click); // // deckPanel // this.deckPanel.Controls.Add(this.discardDeckCountLabel); this.deckPanel.Controls.Add(this.drawDeckCountLabel); this.deckPanel.Controls.Add(this.label6); this.deckPanel.Controls.Add(this.label5); this.deckPanel.Controls.Add(this.discardDeckLabel); this.deckPanel.Controls.Add(this.drawDeckLabel); this.deckPanel.Controls.Add(this.discardDeckPictureBox); this.deckPanel.Controls.Add(this.drawDeckPictureBox); this.deckPanel.Location = new System.Drawing.Point(699, 101); this.deckPanel.Name = "deckPanel"; this.deckPanel.Size = new System.Drawing.Size(135, 423); this.deckPanel.TabIndex = 4; this.deckPanel.Visible = false; // // discardDeckCountLabel // this.discardDeckCountLabel.AutoSize = true; this.discardDeckCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.discardDeckCountLabel.Location = new System.Drawing.Point(25, 367); this.discardDeckCountLabel.Name = "discardDeckCountLabel"; this.discardDeckCountLabel.Size = new System.Drawing.Size(59, 16); this.discardDeckCountLabel.TabIndex = 14; this.discardDeckCountLabel.Text = "0 cards"; // // drawDeckCountLabel // this.drawDeckCountLabel.AutoSize = true; this.drawDeckCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.drawDeckCountLabel.Location = new System.Drawing.Point(25, 159); this.drawDeckCountLabel.Name = "drawDeckCountLabel"; this.drawDeckCountLabel.Size = new System.Drawing.Size(67, 16); this.drawDeckCountLabel.TabIndex = 13; this.drawDeckCountLabel.Text = "52 cards"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(25, 132); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(81, 16); this.label6.TabIndex = 12; this.label6.Text = "Draw deck"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(25, 340); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 11; this.label5.Text = "Discard deck"; // // discardDeckLabel // this.discardDeckLabel.AutoSize = true; this.discardDeckLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.discardDeckLabel.Location = new System.Drawing.Point(230, 127); this.discardDeckLabel.Name = "discardDeckLabel"; this.discardDeckLabel.Size = new System.Drawing.Size(0, 16); this.discardDeckLabel.TabIndex = 10; // // drawDeckLabel // this.drawDeckLabel.AutoSize = true; this.drawDeckLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.drawDeckLabel.Location = new System.Drawing.Point(25, 127); this.drawDeckLabel.Name = "drawDeckLabel"; this.drawDeckLabel.Size = new System.Drawing.Size(8, 16); this.drawDeckLabel.TabIndex = 9; this.drawDeckLabel.Text = "\r\n"; // // discardDeckPictureBox // this.discardDeckPictureBox.Location = new System.Drawing.Point(28, 228); this.discardDeckPictureBox.Name = "discardDeckPictureBox"; this.discardDeckPictureBox.Size = new System.Drawing.Size(72, 100); this.discardDeckPictureBox.TabIndex = 8; this.discardDeckPictureBox.TabStop = false; this.discardDeckPictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.discardDeckPictureBox_MouseClick); // // drawDeckPictureBox // this.drawDeckPictureBox.Location = new System.Drawing.Point(28, 21); this.drawDeckPictureBox.Name = "drawDeckPictureBox"; this.drawDeckPictureBox.Size = new System.Drawing.Size(72, 100); this.drawDeckPictureBox.TabIndex = 8; this.drawDeckPictureBox.TabStop = false; this.drawDeckPictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.drawDeckPictureBox_MouseClick); // // gameTextBox // this.gameTextBox.AutoWordSelection = true; this.gameTextBox.Location = new System.Drawing.Point(12, 574); this.gameTextBox.Name = "gameTextBox"; this.gameTextBox.Size = new System.Drawing.Size(306, 30); this.gameTextBox.TabIndex = 6; this.gameTextBox.Text = "Enter your name and click \'New Game\' button to start"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(0, 13); this.label1.TabIndex = 1; // // computerPlayerPanels // this.computerPlayerPanels.Controls.Add(this.computer0PlayerPanel); this.computerPlayerPanels.Controls.Add(this.computer1PlayerPanel); this.computerPlayerPanels.Controls.Add(this.computer2PlayerPanel); this.computerPlayerPanels.Location = new System.Drawing.Point(9, 171); this.computerPlayerPanels.Name = "computerPlayerPanels"; this.computerPlayerPanels.Size = new System.Drawing.Size(684, 397); this.computerPlayerPanels.TabIndex = 9; this.computerPlayerPanels.TabStop = false; this.computerPlayerPanels.Visible = false; // // computer0PlayerPanel // this.computer0PlayerPanel.Controls.Add(this.computer0PictureBoxes); this.computer0PlayerPanel.Controls.Add(this.label3); this.computer0PlayerPanel.Controls.Add(this.computer0PlayButton); this.computer0PlayerPanel.Location = new System.Drawing.Point(6, 11); this.computer0PlayerPanel.Name = "computer0PlayerPanel"; this.computer0PlayerPanel.Size = new System.Drawing.Size(665, 121); this.computer0PlayerPanel.TabIndex = 8; this.computer0PlayerPanel.Visible = false; // // computer0PictureBoxes // this.computer0PictureBoxes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.computer0PictureBoxes.Controls.Add(this.pictureBox2); this.computer0PictureBoxes.Controls.Add(this.pictureBox3); this.computer0PictureBoxes.Controls.Add(this.pictureBox4); this.computer0PictureBoxes.Controls.Add(this.pictureBox5); this.computer0PictureBoxes.Controls.Add(this.pictureBox6); this.computer0PictureBoxes.Controls.Add(this.pictureBox7); this.computer0PictureBoxes.Controls.Add(this.pictureBox21); this.computer0PictureBoxes.Location = new System.Drawing.Point(108, 6); this.computer0PictureBoxes.Name = "computer0PictureBoxes"; this.computer0PictureBoxes.Size = new System.Drawing.Size(554, 120); this.computer0PictureBoxes.TabIndex = 11; this.computer0PictureBoxes.TabStop = false; // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(472, 11); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(72, 100); this.pictureBox2.TabIndex = 14; this.pictureBox2.TabStop = false; // // pictureBox3 // this.pictureBox3.Location = new System.Drawing.Point(396, 11); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(72, 100); this.pictureBox3.TabIndex = 13; this.pictureBox3.TabStop = false; // // pictureBox4 // this.pictureBox4.Location = new System.Drawing.Point(318, 11); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(72, 100); this.pictureBox4.TabIndex = 12; this.pictureBox4.TabStop = false; // // pictureBox5 // this.pictureBox5.Location = new System.Drawing.Point(240, 11); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(72, 100); this.pictureBox5.TabIndex = 11; this.pictureBox5.TabStop = false; // // pictureBox6 // this.pictureBox6.Location = new System.Drawing.Point(162, 11); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(72, 100); this.pictureBox6.TabIndex = 10; this.pictureBox6.TabStop = false; // // pictureBox7 // this.pictureBox7.Location = new System.Drawing.Point(84, 11); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(72, 100); this.pictureBox7.TabIndex = 9; this.pictureBox7.TabStop = false; // // pictureBox21 // this.pictureBox21.Location = new System.Drawing.Point(6, 11); this.pictureBox21.Name = "pictureBox21"; this.pictureBox21.Size = new System.Drawing.Size(72, 100); this.pictureBox21.TabIndex = 8; this.pictureBox21.TabStop = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(3, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(86, 16); this.label3.TabIndex = 10; this.label3.Text = "Computer 0"; // // computer0PlayButton // this.computer0PlayButton.Enabled = false; this.computer0PlayButton.Location = new System.Drawing.Point(3, 6); this.computer0PlayButton.Name = "computer0PlayButton"; this.computer0PlayButton.Size = new System.Drawing.Size(69, 27); this.computer0PlayButton.TabIndex = 4; this.computer0PlayButton.Text = "Play"; this.computer0PlayButton.UseVisualStyleBackColor = true; this.computer0PlayButton.Click += new System.EventHandler(this.computer0PlayButton_Click); // // computer1PlayerPanel // this.computer1PlayerPanel.Controls.Add(this.computer1PictureBoxes); this.computer1PlayerPanel.Controls.Add(this.label2); this.computer1PlayerPanel.Controls.Add(this.computer1PlayButton); this.computer1PlayerPanel.Location = new System.Drawing.Point(6, 138); this.computer1PlayerPanel.Name = "computer1PlayerPanel"; this.computer1PlayerPanel.Size = new System.Drawing.Size(665, 121); this.computer1PlayerPanel.TabIndex = 7; this.computer1PlayerPanel.Visible = false; // // computer1PictureBoxes // this.computer1PictureBoxes.Controls.Add(this.pictureBox14); this.computer1PictureBoxes.Controls.Add(this.pictureBox15); this.computer1PictureBoxes.Controls.Add(this.pictureBox16); this.computer1PictureBoxes.Controls.Add(this.pictureBox17); this.computer1PictureBoxes.Controls.Add(this.pictureBox18); this.computer1PictureBoxes.Controls.Add(this.pictureBox19); this.computer1PictureBoxes.Controls.Add(this.pictureBox20); this.computer1PictureBoxes.Location = new System.Drawing.Point(108, 3); this.computer1PictureBoxes.Name = "computer1PictureBoxes"; this.computer1PictureBoxes.Size = new System.Drawing.Size(554, 120); this.computer1PictureBoxes.TabIndex = 11; this.computer1PictureBoxes.TabStop = false; // // pictureBox14 // this.pictureBox14.Location = new System.Drawing.Point(472, 11); this.pictureBox14.Name = "pictureBox14"; this.pictureBox14.Size = new System.Drawing.Size(72, 100); this.pictureBox14.TabIndex = 14; this.pictureBox14.TabStop = false; // // pictureBox15 // this.pictureBox15.Location = new System.Drawing.Point(396, 11); this.pictureBox15.Name = "pictureBox15"; this.pictureBox15.Size = new System.Drawing.Size(72, 100); this.pictureBox15.TabIndex = 13; this.pictureBox15.TabStop = false; // // pictureBox16 // this.pictureBox16.Location = new System.Drawing.Point(318, 11); this.pictureBox16.Name = "pictureBox16"; this.pictureBox16.Size = new System.Drawing.Size(72, 100); this.pictureBox16.TabIndex = 12; this.pictureBox16.TabStop = false; // // pictureBox17 // this.pictureBox17.Location = new System.Drawing.Point(240, 11); this.pictureBox17.Name = "pictureBox17"; this.pictureBox17.Size = new System.Drawing.Size(72, 100); this.pictureBox17.TabIndex = 11; this.pictureBox17.TabStop = false; // // pictureBox18 // this.pictureBox18.Location = new System.Drawing.Point(162, 11); this.pictureBox18.Name = "pictureBox18"; this.pictureBox18.Size = new System.Drawing.Size(72, 100); this.pictureBox18.TabIndex = 10; this.pictureBox18.TabStop = false; // // pictureBox19 // this.pictureBox19.Location = new System.Drawing.Point(84, 11); this.pictureBox19.Name = "pictureBox19"; this.pictureBox19.Size = new System.Drawing.Size(72, 100); this.pictureBox19.TabIndex = 9; this.pictureBox19.TabStop = false; // // pictureBox20 // this.pictureBox20.Location = new System.Drawing.Point(6, 11); this.pictureBox20.Name = "pictureBox20"; this.pictureBox20.Size = new System.Drawing.Size(72, 100); this.pictureBox20.TabIndex = 8; this.pictureBox20.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(3, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(86, 16); this.label2.TabIndex = 10; this.label2.Text = "Computer 1"; // // computer1PlayButton // this.computer1PlayButton.Enabled = false; this.computer1PlayButton.Location = new System.Drawing.Point(3, 6); this.computer1PlayButton.Name = "computer1PlayButton"; this.computer1PlayButton.Size = new System.Drawing.Size(69, 27); this.computer1PlayButton.TabIndex = 4; this.computer1PlayButton.Text = "Play"; this.computer1PlayButton.UseVisualStyleBackColor = true; this.computer1PlayButton.Click += new System.EventHandler(this.computer1PlayButton_Click); // // computer2PlayerPanel // this.computer2PlayerPanel.Controls.Add(this.computer2PictureBoxes); this.computer2PlayerPanel.Controls.Add(this.label4); this.computer2PlayerPanel.Controls.Add(this.computer2PlayButton); this.computer2PlayerPanel.Location = new System.Drawing.Point(6, 271); this.computer2PlayerPanel.Name = "computer2PlayerPanel"; this.computer2PlayerPanel.Size = new System.Drawing.Size(665, 121); this.computer2PlayerPanel.TabIndex = 6; this.computer2PlayerPanel.Visible = false; // // computer2PictureBoxes // this.computer2PictureBoxes.Controls.Add(this.pictureBox1); this.computer2PictureBoxes.Controls.Add(this.pictureBox8); this.computer2PictureBoxes.Controls.Add(this.pictureBox9); this.computer2PictureBoxes.Controls.Add(this.pictureBox10); this.computer2PictureBoxes.Controls.Add(this.pictureBox11); this.computer2PictureBoxes.Controls.Add(this.pictureBox12); this.computer2PictureBoxes.Controls.Add(this.pictureBox13); this.computer2PictureBoxes.Location = new System.Drawing.Point(108, 1); this.computer2PictureBoxes.Name = "computer2PictureBoxes"; this.computer2PictureBoxes.Size = new System.Drawing.Size(554, 120); this.computer2PictureBoxes.TabIndex = 11; this.computer2PictureBoxes.TabStop = false; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(472, 11); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(72, 100); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; // // pictureBox8 // this.pictureBox8.Location = new System.Drawing.Point(396, 11); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(72, 100); this.pictureBox8.TabIndex = 13; this.pictureBox8.TabStop = false; // // pictureBox9 // this.pictureBox9.Location = new System.Drawing.Point(318, 11); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(72, 100); this.pictureBox9.TabIndex = 12; this.pictureBox9.TabStop = false; // // pictureBox10 // this.pictureBox10.Location = new System.Drawing.Point(240, 11); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(72, 100); this.pictureBox10.TabIndex = 11; this.pictureBox10.TabStop = false; // // pictureBox11 // this.pictureBox11.Location = new System.Drawing.Point(162, 11); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.Size = new System.Drawing.Size(72, 100); this.pictureBox11.TabIndex = 10; this.pictureBox11.TabStop = false; // // pictureBox12 // this.pictureBox12.Location = new System.Drawing.Point(84, 11); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.Size = new System.Drawing.Size(72, 100); this.pictureBox12.TabIndex = 9; this.pictureBox12.TabStop = false; // // pictureBox13 // this.pictureBox13.Location = new System.Drawing.Point(6, 11); this.pictureBox13.Name = "pictureBox13"; this.pictureBox13.Size = new System.Drawing.Size(72, 100); this.pictureBox13.TabIndex = 8; this.pictureBox13.TabStop = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(3, 52); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(86, 16); this.label4.TabIndex = 10; this.label4.Text = "Computer 2"; // // computer2PlayButton // this.computer2PlayButton.Enabled = false; this.computer2PlayButton.Location = new System.Drawing.Point(3, 6); this.computer2PlayButton.Name = "computer2PlayButton"; this.computer2PlayButton.Size = new System.Drawing.Size(69, 27); this.computer2PlayButton.TabIndex = 4; this.computer2PlayButton.Text = "Play"; this.computer2PlayButton.UseVisualStyleBackColor = true; this.computer2PlayButton.Click += new System.EventHandler(this.computer2PlayButton_Click); // // newGameButton // this.newGameButton.Location = new System.Drawing.Point(730, 20); this.newGameButton.Name = "newGameButton"; this.newGameButton.Size = new System.Drawing.Size(83, 33); this.newGameButton.TabIndex = 10; this.newGameButton.Text = "New Game"; this.newGameButton.UseVisualStyleBackColor = true; this.newGameButton.Click += new System.EventHandler(this.newGameButton_Click); // // GinRummyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.ClientSize = new System.Drawing.Size(846, 621); this.Controls.Add(this.newGameButton); this.Controls.Add(this.computerPlayerPanels); this.Controls.Add(this.gameTextBox); this.Controls.Add(this.deckPanel); this.Controls.Add(this.interactivePlayerPanel); this.Name = "GinRummyForm"; this.Text = "Gin Rummy GUI"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GinRummyForm_FormClosed); this.interactivePlayerPanel.ResumeLayout(false); this.interactivePlayerPanel.PerformLayout(); this.interactivePlayerPictureBoxes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.card6PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.card5PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.card4PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.card3PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.card2PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.card1PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.card0PictureBox)).EndInit(); this.deckPanel.ResumeLayout(false); this.deckPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.discardDeckPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.drawDeckPictureBox)).EndInit(); this.computerPlayerPanels.ResumeLayout(false); this.computer0PlayerPanel.ResumeLayout(false); this.computer0PlayerPanel.PerformLayout(); this.computer0PictureBoxes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit(); this.computer1PlayerPanel.ResumeLayout(false); this.computer1PlayerPanel.PerformLayout(); this.computer1PictureBoxes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit(); this.computer2PlayerPanel.ResumeLayout(false); this.computer2PlayerPanel.PerformLayout(); this.computer2PictureBoxes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel interactivePlayerPanel; private System.Windows.Forms.Button interactivePlayerPlayButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel deckPanel; private System.Windows.Forms.RichTextBox gameTextBox; private System.Windows.Forms.Label discardDeckLabel; private System.Windows.Forms.Label drawDeckLabel; private System.Windows.Forms.PictureBox discardDeckPictureBox; private System.Windows.Forms.PictureBox drawDeckPictureBox; private System.Windows.Forms.GroupBox interactivePlayerPictureBoxes; private System.Windows.Forms.GroupBox computerPlayerPanels; private System.Windows.Forms.Panel computer2PlayerPanel; private System.Windows.Forms.Button computer2PlayButton; private System.Windows.Forms.Label interactivePlayerLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel computer0PlayerPanel; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button computer0PlayButton; private System.Windows.Forms.Panel computer1PlayerPanel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button computer1PlayButton; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label discardDeckCountLabel; private System.Windows.Forms.Label drawDeckCountLabel; private System.Windows.Forms.GroupBox computer0PictureBoxes; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.PictureBox pictureBox7; private System.Windows.Forms.PictureBox pictureBox21; private System.Windows.Forms.GroupBox computer1PictureBoxes; private System.Windows.Forms.PictureBox pictureBox14; private System.Windows.Forms.PictureBox pictureBox15; private System.Windows.Forms.PictureBox pictureBox16; private System.Windows.Forms.PictureBox pictureBox17; private System.Windows.Forms.PictureBox pictureBox18; private System.Windows.Forms.PictureBox pictureBox19; private System.Windows.Forms.PictureBox pictureBox20; private System.Windows.Forms.GroupBox computer2PictureBoxes; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox8; private System.Windows.Forms.PictureBox pictureBox9; private System.Windows.Forms.PictureBox pictureBox10; private System.Windows.Forms.PictureBox pictureBox11; private System.Windows.Forms.PictureBox pictureBox12; private System.Windows.Forms.PictureBox pictureBox13; private System.Windows.Forms.PictureBox card5PictureBox; private System.Windows.Forms.PictureBox card4PictureBox; private System.Windows.Forms.PictureBox card3PictureBox; private System.Windows.Forms.PictureBox card2PictureBox; private System.Windows.Forms.PictureBox card1PictureBox; private System.Windows.Forms.PictureBox card0PictureBox; private System.Windows.Forms.PictureBox card6PictureBox; private System.Windows.Forms.Button newGameButton; } }