namespace Gin_Rummy_Client { partial class GinRummyClientForm { /// /// 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.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.connectButton = new System.Windows.Forms.Button(); this.interactivePlayButton = new System.Windows.Forms.Button(); this.autonomousPlayButton = new System.Windows.Forms.Button(); this.playerPanels = new System.Windows.Forms.GroupBox(); this.player0PictureBoxes = 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.player2PictureBoxes = new System.Windows.Forms.GroupBox(); 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.pictureBox14 = new System.Windows.Forms.PictureBox(); this.player1PictureBoxes = new System.Windows.Forms.GroupBox(); 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.pictureBox21 = new System.Windows.Forms.PictureBox(); this.player3PictureBoxes = new System.Windows.Forms.GroupBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); 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.newGameButton = new System.Windows.Forms.Button(); this.playerLabels = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.deckPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.discardDeckPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.drawDeckPictureBox)).BeginInit(); this.playerPanels.SuspendLayout(); this.player0PictureBoxes.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.player2PictureBoxes.SuspendLayout(); ((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(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit(); this.player1PictureBoxes.SuspendLayout(); ((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(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit(); this.player3PictureBoxes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((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(); this.playerLabels.SuspendLayout(); this.SuspendLayout(); // // 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(724, 66); this.deckPanel.Name = "deckPanel"; this.deckPanel.Size = new System.Drawing.Size(118, 423); this.deckPanel.TabIndex = 5; 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(0, 16); this.discardDeckCountLabel.TabIndex = 14; // // 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(0, 16); this.drawDeckCountLabel.TabIndex = 13; // // 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(19, 135); 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(6, 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.Click += new System.EventHandler(this.discardDeckPictureBox_Click); // // 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.Click += new System.EventHandler(this.drawDeckPictureBox_Click); // // gameTextBox // this.gameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gameTextBox.Location = new System.Drawing.Point(36, 550); this.gameTextBox.Name = "gameTextBox"; this.gameTextBox.Size = new System.Drawing.Size(355, 71); this.gameTextBox.TabIndex = 6; this.gameTextBox.Text = "Input the IP address:127.0.0.1\nInput your name:"; // // connectButton // this.connectButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.connectButton.Location = new System.Drawing.Point(426, 565); this.connectButton.Name = "connectButton"; this.connectButton.Size = new System.Drawing.Size(150, 40); this.connectButton.TabIndex = 7; this.connectButton.Text = "Connect"; this.connectButton.UseVisualStyleBackColor = true; this.connectButton.Click += new System.EventHandler(this.connectButton_Click); // // interactivePlayButton // this.interactivePlayButton.Enabled = false; this.interactivePlayButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactivePlayButton.Location = new System.Drawing.Point(12, 12); this.interactivePlayButton.Name = "interactivePlayButton"; this.interactivePlayButton.Size = new System.Drawing.Size(150, 40); this.interactivePlayButton.TabIndex = 8; this.interactivePlayButton.Text = "Play interactive"; this.interactivePlayButton.UseVisualStyleBackColor = true; this.interactivePlayButton.Click += new System.EventHandler(this.interactivePlayButton_Click); // // autonomousPlayButton // this.autonomousPlayButton.Enabled = false; this.autonomousPlayButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.autonomousPlayButton.Location = new System.Drawing.Point(182, 12); this.autonomousPlayButton.Name = "autonomousPlayButton"; this.autonomousPlayButton.Size = new System.Drawing.Size(159, 40); this.autonomousPlayButton.TabIndex = 9; this.autonomousPlayButton.Text = "Play autonomous"; this.autonomousPlayButton.UseVisualStyleBackColor = true; this.autonomousPlayButton.Click += new System.EventHandler(this.autonomousPlayButton_Click); // // playerPanels // this.playerPanels.Controls.Add(this.player0PictureBoxes); this.playerPanels.Controls.Add(this.player2PictureBoxes); this.playerPanels.Controls.Add(this.player1PictureBoxes); this.playerPanels.Controls.Add(this.player3PictureBoxes); this.playerPanels.Location = new System.Drawing.Point(108, 58); this.playerPanels.Name = "playerPanels"; this.playerPanels.Size = new System.Drawing.Size(610, 478); this.playerPanels.TabIndex = 10; this.playerPanels.TabStop = false; this.playerPanels.Visible = false; // // player0PictureBoxes // this.player0PictureBoxes.Controls.Add(this.card6PictureBox); this.player0PictureBoxes.Controls.Add(this.card5PictureBox); this.player0PictureBoxes.Controls.Add(this.card4PictureBox); this.player0PictureBoxes.Controls.Add(this.card3PictureBox); this.player0PictureBoxes.Controls.Add(this.card2PictureBox); this.player0PictureBoxes.Controls.Add(this.card1PictureBox); this.player0PictureBoxes.Controls.Add(this.card0PictureBox); this.player0PictureBoxes.Location = new System.Drawing.Point(15, 8); this.player0PictureBoxes.Name = "player0PictureBoxes"; this.player0PictureBoxes.Size = new System.Drawing.Size(589, 114); this.player0PictureBoxes.TabIndex = 0; this.player0PictureBoxes.TabStop = false; this.player0PictureBoxes.Visible = false; // // card6PictureBox // this.card6PictureBox.Location = new System.Drawing.Point(476, 8); this.card6PictureBox.Name = "card6PictureBox"; this.card6PictureBox.Size = new System.Drawing.Size(72, 100); this.card6PictureBox.TabIndex = 15; this.card6PictureBox.TabStop = false; this.card6PictureBox.Click += new System.EventHandler(this.card6PictureBox_Click); // // card5PictureBox // this.card5PictureBox.Location = new System.Drawing.Point(398, 8); this.card5PictureBox.Name = "card5PictureBox"; this.card5PictureBox.Size = new System.Drawing.Size(72, 100); this.card5PictureBox.TabIndex = 14; this.card5PictureBox.TabStop = false; this.card5PictureBox.Click += new System.EventHandler(this.card5PictureBox_Click); // // card4PictureBox // this.card4PictureBox.Location = new System.Drawing.Point(320, 8); this.card4PictureBox.Name = "card4PictureBox"; this.card4PictureBox.Size = new System.Drawing.Size(72, 100); this.card4PictureBox.TabIndex = 13; this.card4PictureBox.TabStop = false; this.card4PictureBox.Click += new System.EventHandler(this.card4PictureBox_Click); // // card3PictureBox // this.card3PictureBox.Location = new System.Drawing.Point(242, 8); this.card3PictureBox.Name = "card3PictureBox"; this.card3PictureBox.Size = new System.Drawing.Size(72, 100); this.card3PictureBox.TabIndex = 12; this.card3PictureBox.TabStop = false; this.card3PictureBox.Click += new System.EventHandler(this.card3PictureBox_Click); // // card2PictureBox // this.card2PictureBox.Location = new System.Drawing.Point(164, 8); this.card2PictureBox.Name = "card2PictureBox"; this.card2PictureBox.Size = new System.Drawing.Size(72, 100); this.card2PictureBox.TabIndex = 11; this.card2PictureBox.TabStop = false; this.card2PictureBox.Click += new System.EventHandler(this.card2PictureBox_Click); // // card1PictureBox // this.card1PictureBox.Location = new System.Drawing.Point(86, 8); this.card1PictureBox.Name = "card1PictureBox"; this.card1PictureBox.Size = new System.Drawing.Size(72, 100); this.card1PictureBox.TabIndex = 10; this.card1PictureBox.TabStop = false; this.card1PictureBox.Click += new System.EventHandler(this.card1PictureBox_Click); // // card0PictureBox // this.card0PictureBox.Location = new System.Drawing.Point(8, 8); this.card0PictureBox.Name = "card0PictureBox"; this.card0PictureBox.Size = new System.Drawing.Size(72, 100); this.card0PictureBox.TabIndex = 9; this.card0PictureBox.TabStop = false; this.card0PictureBox.Click += new System.EventHandler(this.card0PictureBox_Click); // // player2PictureBoxes // this.player2PictureBoxes.Controls.Add(this.pictureBox8); this.player2PictureBoxes.Controls.Add(this.pictureBox9); this.player2PictureBoxes.Controls.Add(this.pictureBox10); this.player2PictureBoxes.Controls.Add(this.pictureBox11); this.player2PictureBoxes.Controls.Add(this.pictureBox12); this.player2PictureBoxes.Controls.Add(this.pictureBox13); this.player2PictureBoxes.Controls.Add(this.pictureBox14); this.player2PictureBoxes.Location = new System.Drawing.Point(15, 363); this.player2PictureBoxes.Name = "player2PictureBoxes"; this.player2PictureBoxes.Size = new System.Drawing.Size(595, 114); this.player2PictureBoxes.TabIndex = 2; this.player2PictureBoxes.TabStop = false; this.player2PictureBoxes.Visible = false; // // pictureBox8 // this.pictureBox8.Location = new System.Drawing.Point(396, 9); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(72, 100); this.pictureBox8.TabIndex = 15; this.pictureBox8.TabStop = false; // // pictureBox9 // this.pictureBox9.Location = new System.Drawing.Point(474, 8); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(72, 100); this.pictureBox9.TabIndex = 14; this.pictureBox9.TabStop = false; // // pictureBox10 // this.pictureBox10.Location = new System.Drawing.Point(318, 8); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(72, 100); this.pictureBox10.TabIndex = 13; this.pictureBox10.TabStop = false; // // pictureBox11 // this.pictureBox11.Location = new System.Drawing.Point(240, 8); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.Size = new System.Drawing.Size(72, 100); this.pictureBox11.TabIndex = 12; this.pictureBox11.TabStop = false; // // pictureBox12 // this.pictureBox12.Location = new System.Drawing.Point(162, 8); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.Size = new System.Drawing.Size(72, 100); this.pictureBox12.TabIndex = 11; this.pictureBox12.TabStop = false; // // pictureBox13 // this.pictureBox13.Location = new System.Drawing.Point(84, 8); this.pictureBox13.Name = "pictureBox13"; this.pictureBox13.Size = new System.Drawing.Size(72, 100); this.pictureBox13.TabIndex = 10; this.pictureBox13.TabStop = false; // // pictureBox14 // this.pictureBox14.Location = new System.Drawing.Point(6, 8); this.pictureBox14.Name = "pictureBox14"; this.pictureBox14.Size = new System.Drawing.Size(72, 100); this.pictureBox14.TabIndex = 9; this.pictureBox14.TabStop = false; // // player1PictureBoxes // this.player1PictureBoxes.Controls.Add(this.pictureBox15); this.player1PictureBoxes.Controls.Add(this.pictureBox16); this.player1PictureBoxes.Controls.Add(this.pictureBox17); this.player1PictureBoxes.Controls.Add(this.pictureBox18); this.player1PictureBoxes.Controls.Add(this.pictureBox19); this.player1PictureBoxes.Controls.Add(this.pictureBox20); this.player1PictureBoxes.Controls.Add(this.pictureBox21); this.player1PictureBoxes.Location = new System.Drawing.Point(15, 250); this.player1PictureBoxes.Name = "player1PictureBoxes"; this.player1PictureBoxes.Size = new System.Drawing.Size(595, 114); this.player1PictureBoxes.TabIndex = 3; this.player1PictureBoxes.TabStop = false; this.player1PictureBoxes.Visible = false; // // pictureBox15 // this.pictureBox15.Location = new System.Drawing.Point(476, 8); this.pictureBox15.Name = "pictureBox15"; this.pictureBox15.Size = new System.Drawing.Size(72, 100); this.pictureBox15.TabIndex = 15; this.pictureBox15.TabStop = false; // // pictureBox16 // this.pictureBox16.Location = new System.Drawing.Point(398, 8); this.pictureBox16.Name = "pictureBox16"; this.pictureBox16.Size = new System.Drawing.Size(72, 100); this.pictureBox16.TabIndex = 14; this.pictureBox16.TabStop = false; // // pictureBox17 // this.pictureBox17.Location = new System.Drawing.Point(318, 11); this.pictureBox17.Name = "pictureBox17"; this.pictureBox17.Size = new System.Drawing.Size(72, 100); this.pictureBox17.TabIndex = 13; this.pictureBox17.TabStop = false; // // pictureBox18 // this.pictureBox18.Location = new System.Drawing.Point(242, 11); this.pictureBox18.Name = "pictureBox18"; this.pictureBox18.Size = new System.Drawing.Size(72, 100); this.pictureBox18.TabIndex = 12; this.pictureBox18.TabStop = false; // // pictureBox19 // this.pictureBox19.Location = new System.Drawing.Point(164, 11); this.pictureBox19.Name = "pictureBox19"; this.pictureBox19.Size = new System.Drawing.Size(72, 100); this.pictureBox19.TabIndex = 11; this.pictureBox19.TabStop = false; // // pictureBox20 // this.pictureBox20.Location = new System.Drawing.Point(84, 11); this.pictureBox20.Name = "pictureBox20"; this.pictureBox20.Size = new System.Drawing.Size(72, 100); this.pictureBox20.TabIndex = 10; this.pictureBox20.TabStop = false; // // pictureBox21 // this.pictureBox21.Location = new System.Drawing.Point(8, 11); this.pictureBox21.Name = "pictureBox21"; this.pictureBox21.Size = new System.Drawing.Size(72, 100); this.pictureBox21.TabIndex = 9; this.pictureBox21.TabStop = false; // // player3PictureBoxes // this.player3PictureBoxes.Controls.Add(this.pictureBox1); this.player3PictureBoxes.Controls.Add(this.pictureBox2); this.player3PictureBoxes.Controls.Add(this.pictureBox3); this.player3PictureBoxes.Controls.Add(this.pictureBox4); this.player3PictureBoxes.Controls.Add(this.pictureBox5); this.player3PictureBoxes.Controls.Add(this.pictureBox6); this.player3PictureBoxes.Controls.Add(this.pictureBox7); this.player3PictureBoxes.Location = new System.Drawing.Point(15, 128); this.player3PictureBoxes.Name = "player3PictureBoxes"; this.player3PictureBoxes.Size = new System.Drawing.Size(589, 116); this.player3PictureBoxes.TabIndex = 1; this.player3PictureBoxes.TabStop = false; this.player3PictureBoxes.Visible = false; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(476, 7); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(72, 100); this.pictureBox1.TabIndex = 15; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(398, 7); 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(320, 8); 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(242, 7); 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(164, 7); 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(86, 8); 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(6, 8); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(72, 100); this.pictureBox7.TabIndex = 9; this.pictureBox7.TabStop = false; // // newGameButton // this.newGameButton.Enabled = false; this.newGameButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.newGameButton.Location = new System.Drawing.Point(631, 565); this.newGameButton.Name = "newGameButton"; this.newGameButton.Size = new System.Drawing.Size(150, 40); this.newGameButton.TabIndex = 11; this.newGameButton.Text = "New game"; this.newGameButton.UseVisualStyleBackColor = true; this.newGameButton.Click += new System.EventHandler(this.newGameButton_Click); // // playerLabels // this.playerLabels.Controls.Add(this.label4); this.playerLabels.Controls.Add(this.label3); this.playerLabels.Controls.Add(this.label2); this.playerLabels.Controls.Add(this.label1); this.playerLabels.Location = new System.Drawing.Point(11, 58); this.playerLabels.Name = "playerLabels"; this.playerLabels.Size = new System.Drawing.Size(88, 477); this.playerLabels.TabIndex = 12; this.playerLabels.TabStop = false; this.playerLabels.Visible = 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(22, 415); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(51, 16); this.label4.TabIndex = 3; this.label4.Text = "label4"; // // 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(22, 293); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 16); this.label3.TabIndex = 2; this.label3.Text = "label3"; // // 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(22, 167); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 16); this.label2.TabIndex = 1; this.label2.Text = "label2"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(22, 46); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 16); this.label1.TabIndex = 0; this.label1.Text = "label1"; // // GinRummyClientForm // 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(843, 625); this.Controls.Add(this.playerLabels); this.Controls.Add(this.newGameButton); this.Controls.Add(this.playerPanels); this.Controls.Add(this.autonomousPlayButton); this.Controls.Add(this.interactivePlayButton); this.Controls.Add(this.connectButton); this.Controls.Add(this.gameTextBox); this.Controls.Add(this.deckPanel); this.Name = "GinRummyClientForm"; this.Text = "Game Client Form"; this.deckPanel.ResumeLayout(false); this.deckPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.discardDeckPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.drawDeckPictureBox)).EndInit(); this.playerPanels.ResumeLayout(false); this.player0PictureBoxes.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.player2PictureBoxes.ResumeLayout(false); ((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(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit(); this.player1PictureBoxes.ResumeLayout(false); ((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(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit(); this.player3PictureBoxes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((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(); this.playerLabels.ResumeLayout(false); this.playerLabels.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel deckPanel; private System.Windows.Forms.Label discardDeckCountLabel; private System.Windows.Forms.Label drawDeckCountLabel; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; 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.RichTextBox gameTextBox; private System.Windows.Forms.Button connectButton; private System.Windows.Forms.Button interactivePlayButton; private System.Windows.Forms.Button autonomousPlayButton; private System.Windows.Forms.GroupBox playerPanels; private System.Windows.Forms.GroupBox player0PictureBoxes; private System.Windows.Forms.PictureBox card6PictureBox; 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.GroupBox player1PictureBoxes; 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.PictureBox pictureBox21; private System.Windows.Forms.GroupBox player2PictureBoxes; 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 pictureBox14; private System.Windows.Forms.GroupBox player3PictureBoxes; private System.Windows.Forms.PictureBox pictureBox1; 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.Button newGameButton; private System.Windows.Forms.GroupBox playerLabels; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }