ANHMonitor.frmMonitor.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.txtConnection = new System.Windows.Forms.TextBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.txtChat = new System.Windows.Forms.TextBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.txtPing = new System.Windows.Forms.TextBox();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.txtLogin = new System.Windows.Forms.TextBox();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.txtTutorial = new System.Windows.Forms.TextBox();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.txtTatooine = new System.Windows.Forms.TextBox();
            this.tabPage7 = new System.Windows.Forms.TabPage();
            this.txtCorellia = new System.Windows.Forms.TextBox();
            this.tabPage8 = new System.Windows.Forms.TabPage();
            this.txtDantooine = new System.Windows.Forms.TextBox();
            this.tabPage9 = new System.Windows.Forms.TabPage();
            this.txtDathomir = new System.Windows.Forms.TextBox();
            this.tabPage10 = new System.Windows.Forms.TabPage();
            this.txtEndor = new System.Windows.Forms.TextBox();
            this.tabPage11 = new System.Windows.Forms.TabPage();
            this.txtLok = new System.Windows.Forms.TextBox();
            this.tabPage12 = new System.Windows.Forms.TabPage();
            this.txtNaboo = new System.Windows.Forms.TextBox();
            this.tabPage13 = new System.Windows.Forms.TabPage();
            this.txtRori = new System.Windows.Forms.TextBox();
            this.tabPage14 = new System.Windows.Forms.TabPage();
            this.txtTalus = new System.Windows.Forms.TextBox();
            this.tabPage15 = new System.Windows.Forms.TabPage();
            this.txtYavin = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.tabPage7.SuspendLayout();
            this.tabPage8.SuspendLayout();
            this.tabPage9.SuspendLayout();
            this.tabPage10.SuspendLayout();
            this.tabPage11.SuspendLayout();
            this.tabPage12.SuspendLayout();
            this.tabPage13.SuspendLayout();
            this.tabPage14.SuspendLayout();
            this.tabPage15.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(12, 5);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(638, 458);
            this.tabControl1.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.BackgroundImage = global::ANHMonitor.Properties.Resources.newgui;
            this.tabPage1.Controls.Add(this.txtConnection);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(630, 432);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Connection Server";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // txtConnection
            // 
            this.txtConnection.BackColor = System.Drawing.Color.Teal;
            this.txtConnection.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtConnection.ForeColor = System.Drawing.Color.White;
            this.txtConnection.Location = new System.Drawing.Point(6, 7);
            this.txtConnection.Multiline = true;
            this.txtConnection.Name = "txtConnection";
            this.txtConnection.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtConnection.Size = new System.Drawing.Size(618, 419);
            this.txtConnection.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.txtChat);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(630, 432);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Chat Server";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // txtChat
            // 
            this.txtChat.BackColor = System.Drawing.Color.Teal;
            this.txtChat.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtChat.ForeColor = System.Drawing.Color.White;
            this.txtChat.Location = new System.Drawing.Point(6, 7);
            this.txtChat.Multiline = true;
            this.txtChat.Name = "txtChat";
            this.txtChat.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtChat.Size = new System.Drawing.Size(617, 419);
            this.txtChat.TabIndex = 1;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.txtPing);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(630, 432);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Ping Server";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // txtPing
            // 
            this.txtPing.BackColor = System.Drawing.Color.Teal;
            this.txtPing.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtPing.ForeColor = System.Drawing.Color.White;
            this.txtPing.Location = new System.Drawing.Point(6, 7);
            this.txtPing.Multiline = true;
            this.txtPing.Name = "txtPing";
            this.txtPing.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtPing.Size = new System.Drawing.Size(617, 419);
            this.txtPing.TabIndex = 1;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.txtLogin);
            this.tabPage4.ForeColor = System.Drawing.Color.White;
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(630, 432);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Login Server";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // txtLogin
            // 
            this.txtLogin.BackColor = System.Drawing.Color.Teal;
            this.txtLogin.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtLogin.ForeColor = System.Drawing.Color.White;
            this.txtLogin.Location = new System.Drawing.Point(6, 7);
            this.txtLogin.Multiline = true;
            this.txtLogin.Name = "txtLogin";
            this.txtLogin.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtLogin.Size = new System.Drawing.Size(617, 419);
            this.txtLogin.TabIndex = 1;
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tabPage5);
            this.tabControl2.Controls.Add(this.tabPage6);
            this.tabControl2.Controls.Add(this.tabPage7);
            this.tabControl2.Controls.Add(this.tabPage8);
            this.tabControl2.Controls.Add(this.tabPage9);
            this.tabControl2.Controls.Add(this.tabPage10);
            this.tabControl2.Controls.Add(this.tabPage11);
            this.tabControl2.Controls.Add(this.tabPage12);
            this.tabControl2.Controls.Add(this.tabPage13);
            this.tabControl2.Controls.Add(this.tabPage14);
            this.tabControl2.Controls.Add(this.tabPage15);
            this.tabControl2.Location = new System.Drawing.Point(652, 6);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(613, 457);
            this.tabControl2.TabIndex = 2;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.txtTutorial);
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(605, 431);
            this.tabPage5.TabIndex = 0;
            this.tabPage5.Text = "Tutorial";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // txtTutorial
            // 
            this.txtTutorial.BackColor = System.Drawing.Color.Teal;
            this.txtTutorial.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtTutorial.ForeColor = System.Drawing.Color.White;
            this.txtTutorial.Location = new System.Drawing.Point(6, 6);
            this.txtTutorial.Multiline = true;
            this.txtTutorial.Name = "txtTutorial";
            this.txtTutorial.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtTutorial.Size = new System.Drawing.Size(590, 419);
            this.txtTutorial.TabIndex = 1;
            // 
            // tabPage6
            // 
            this.tabPage6.Controls.Add(this.txtTatooine);
            this.tabPage6.Location = new System.Drawing.Point(4, 22);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage6.Size = new System.Drawing.Size(605, 431);
            this.tabPage6.TabIndex = 1;
            this.tabPage6.Text = "Tatooine";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // txtTatooine
            // 
            this.txtTatooine.BackColor = System.Drawing.Color.Teal;
            this.txtTatooine.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtTatooine.ForeColor = System.Drawing.Color.White;
            this.txtTatooine.Location = new System.Drawing.Point(6, 6);
            this.txtTatooine.Multiline = true;
            this.txtTatooine.Name = "txtTatooine";
            this.txtTatooine.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtTatooine.Size = new System.Drawing.Size(587, 419);
            this.txtTatooine.TabIndex = 2;
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.txtCorellia);
            this.tabPage7.Location = new System.Drawing.Point(4, 22);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.Size = new System.Drawing.Size(605, 431);
            this.tabPage7.TabIndex = 2;
            this.tabPage7.Text = "Corellia";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // txtCorellia
            // 
            this.txtCorellia.BackColor = System.Drawing.Color.Teal;
            this.txtCorellia.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtCorellia.ForeColor = System.Drawing.Color.White;
            this.txtCorellia.Location = new System.Drawing.Point(6, 6);
            this.txtCorellia.Multiline = true;
            this.txtCorellia.Name = "txtCorellia";
            this.txtCorellia.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtCorellia.Size = new System.Drawing.Size(590, 419);
            this.txtCorellia.TabIndex = 2;
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.txtDantooine);
            this.tabPage8.Location = new System.Drawing.Point(4, 22);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Size = new System.Drawing.Size(605, 431);
            this.tabPage8.TabIndex = 3;
            this.tabPage8.Text = "Dantooine";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // txtDantooine
            // 
            this.txtDantooine.BackColor = System.Drawing.Color.Teal;
            this.txtDantooine.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtDantooine.ForeColor = System.Drawing.Color.White;
            this.txtDantooine.Location = new System.Drawing.Point(6, 6);
            this.txtDantooine.Multiline = true;
            this.txtDantooine.Name = "txtDantooine";
            this.txtDantooine.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtDantooine.Size = new System.Drawing.Size(590, 419);
            this.txtDantooine.TabIndex = 2;
            // 
            // tabPage9
            // 
            this.tabPage9.Controls.Add(this.txtDathomir);
            this.tabPage9.Location = new System.Drawing.Point(4, 22);
            this.tabPage9.Name = "tabPage9";
            this.tabPage9.Size = new System.Drawing.Size(605, 431);
            this.tabPage9.TabIndex = 4;
            this.tabPage9.Text = "Dathomir";
            this.tabPage9.UseVisualStyleBackColor = true;
            // 
            // txtDathomir
            // 
            this.txtDathomir.BackColor = System.Drawing.Color.Teal;
            this.txtDathomir.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtDathomir.ForeColor = System.Drawing.Color.White;
            this.txtDathomir.Location = new System.Drawing.Point(6, 6);
            this.txtDathomir.Multiline = true;
            this.txtDathomir.Name = "txtDathomir";
            this.txtDathomir.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtDathomir.Size = new System.Drawing.Size(590, 419);
            this.txtDathomir.TabIndex = 2;
            // 
            // tabPage10
            // 
            this.tabPage10.Controls.Add(this.txtEndor);
            this.tabPage10.Location = new System.Drawing.Point(4, 22);
            this.tabPage10.Name = "tabPage10";
            this.tabPage10.Size = new System.Drawing.Size(605, 431);
            this.tabPage10.TabIndex = 5;
            this.tabPage10.Text = "Endor";
            this.tabPage10.UseVisualStyleBackColor = true;
            // 
            // txtEndor
            // 
            this.txtEndor.BackColor = System.Drawing.Color.Teal;
            this.txtEndor.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtEndor.ForeColor = System.Drawing.Color.White;
            this.txtEndor.Location = new System.Drawing.Point(6, 6);
            this.txtEndor.Multiline = true;
            this.txtEndor.Name = "txtEndor";
            this.txtEndor.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtEndor.Size = new System.Drawing.Size(590, 419);
            this.txtEndor.TabIndex = 2;
            // 
            // tabPage11
            // 
            this.tabPage11.Controls.Add(this.txtLok);
            this.tabPage11.Location = new System.Drawing.Point(4, 22);
            this.tabPage11.Name = "tabPage11";
            this.tabPage11.Size = new System.Drawing.Size(605, 431);
            this.tabPage11.TabIndex = 6;
            this.tabPage11.Text = "Lok";
            this.tabPage11.UseVisualStyleBackColor = true;
            // 
            // txtLok
            // 
            this.txtLok.BackColor = System.Drawing.Color.Teal;
            this.txtLok.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtLok.ForeColor = System.Drawing.Color.White;
            this.txtLok.Location = new System.Drawing.Point(6, 6);
            this.txtLok.Multiline = true;
            this.txtLok.Name = "txtLok";
            this.txtLok.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtLok.Size = new System.Drawing.Size(590, 419);
            this.txtLok.TabIndex = 2;
            // 
            // tabPage12
            // 
            this.tabPage12.Controls.Add(this.txtNaboo);
            this.tabPage12.Location = new System.Drawing.Point(4, 22);
            this.tabPage12.Name = "tabPage12";
            this.tabPage12.Size = new System.Drawing.Size(605, 431);
            this.tabPage12.TabIndex = 7;
            this.tabPage12.Text = "Naboo";
            this.tabPage12.UseVisualStyleBackColor = true;
            // 
            // txtNaboo
            // 
            this.txtNaboo.BackColor = System.Drawing.Color.Teal;
            this.txtNaboo.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtNaboo.ForeColor = System.Drawing.Color.White;
            this.txtNaboo.Location = new System.Drawing.Point(6, 6);
            this.txtNaboo.Multiline = true;
            this.txtNaboo.Name = "txtNaboo";
            this.txtNaboo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtNaboo.Size = new System.Drawing.Size(590, 419);
            this.txtNaboo.TabIndex = 2;
            // 
            // tabPage13
            // 
            this.tabPage13.Controls.Add(this.txtRori);
            this.tabPage13.Location = new System.Drawing.Point(4, 22);
            this.tabPage13.Name = "tabPage13";
            this.tabPage13.Size = new System.Drawing.Size(605, 431);
            this.tabPage13.TabIndex = 8;
            this.tabPage13.Text = "Rori";
            this.tabPage13.UseVisualStyleBackColor = true;
            // 
            // txtRori
            // 
            this.txtRori.BackColor = System.Drawing.Color.Teal;
            this.txtRori.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtRori.ForeColor = System.Drawing.Color.White;
            this.txtRori.Location = new System.Drawing.Point(6, 6);
            this.txtRori.Multiline = true;
            this.txtRori.Name = "txtRori";
            this.txtRori.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtRori.Size = new System.Drawing.Size(590, 419);
            this.txtRori.TabIndex = 2;
            // 
            // tabPage14
            // 
            this.tabPage14.Controls.Add(this.txtTalus);
            this.tabPage14.Location = new System.Drawing.Point(4, 22);
            this.tabPage14.Name = "tabPage14";
            this.tabPage14.Size = new System.Drawing.Size(605, 431);
            this.tabPage14.TabIndex = 9;
            this.tabPage14.Text = "Talus";
            this.tabPage14.UseVisualStyleBackColor = true;
            // 
            // txtTalus
            // 
            this.txtTalus.BackColor = System.Drawing.Color.Teal;
            this.txtTalus.Font = new System.Drawing.Font("Lucida Console", 8.25F);
            this.txtTalus.ForeColor = System.Drawing.Color.White;
            this.txtTalus.Location = new System.Drawing.Point(6, 6);
            this.txtTalus.Multiline = true;
            this.txtTalus.Name = "txtTalus";
            this.txtTalus.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtTalus.Size = new System.Drawing.Size(590, 419);
            this.txtTalus.TabIndex = 2;
            // 
            // tabPage15
            // 
            this.tabPage15.Controls.Add(this.txtYavin);
            this.tabPage15.Location = new System.Drawing.Point(4, 22);
            this.tabPage15.Name = "tabPage15";
            this.tabPage15.Size = new System.Drawing.Size(605, 431);
            this.tabPage15.TabIndex = 10;
            this.tabPage15.Text = "Yavin 4";
            this.tabPage15.UseVisualStyleBackColor = true;
            // 
            // txtYavin
            // 
            this.txtYavin.BackColor = System.Drawing.Color.Teal;
            this.txtYavin.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtYavin.ForeColor = System.Drawing.Color.White;
            this.txtYavin.Location = new System.Drawing.Point(4, 6);
            this.txtYavin.Multiline = true;
            this.txtYavin.Name = "txtYavin";
            this.txtYavin.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtYavin.Size = new System.Drawing.Size(590, 419);
            this.txtYavin.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 470);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 3;
            this.label1.Text = "label1";
            // 
            // frmMonitor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1277, 509);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.tabControl2);
            this.Controls.Add(this.tabControl1);
            this.Name = "frmMonitor";
            this.Text = "SWG:ANH TC Server";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMonitor_FormClosing);
            this.Load += new System.EventHandler(this.frmMonitor_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.tabControl2.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.tabPage5.PerformLayout();
            this.tabPage6.ResumeLayout(false);
            this.tabPage6.PerformLayout();
            this.tabPage7.ResumeLayout(false);
            this.tabPage7.PerformLayout();
            this.tabPage8.ResumeLayout(false);
            this.tabPage8.PerformLayout();
            this.tabPage9.ResumeLayout(false);
            this.tabPage9.PerformLayout();
            this.tabPage10.ResumeLayout(false);
            this.tabPage10.PerformLayout();
            this.tabPage11.ResumeLayout(false);
            this.tabPage11.PerformLayout();
            this.tabPage12.ResumeLayout(false);
            this.tabPage12.PerformLayout();
            this.tabPage13.ResumeLayout(false);
            this.tabPage13.PerformLayout();
            this.tabPage14.ResumeLayout(false);
            this.tabPage14.PerformLayout();
            this.tabPage15.ResumeLayout(false);
            this.tabPage15.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }