RBXLegacy-src/launcher/RBXLegacyLauncher/MainForm.Designer.cs

1103 lines
46 KiB
C#

namespace RBXLegacyLauncher
{
partial class MainForm
{
private System.ComponentModel.IContainer components = null;
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.button11 = new System.Windows.Forms.Button();
this.label35 = new System.Windows.Forms.Label();
this.label42 = new System.Windows.Forms.Label();
this.button19 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label40 = new System.Windows.Forms.Label();
this.button20 = new System.Windows.Forms.Button();
this.label20 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label19 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.listBox2 = new System.Windows.Forms.ListBox();
this.label18 = new System.Windows.Forms.Label();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.label41 = new System.Windows.Forms.Label();
this.button17 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.label38 = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.label37 = new System.Windows.Forms.Label();
this.label36 = new System.Windows.Forms.Label();
this.listBox4 = new System.Windows.Forms.ListBox();
this.listBox3 = new System.Windows.Forms.ListBox();
this.label21 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.tabPage8 = new System.Windows.Forms.TabPage();
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.label44 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button3 = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage6.SuspendLayout();
this.tabPage7.SuspendLayout();
this.tabPage8.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(232, 39);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Controls.Add(this.tabPage7);
this.tabControl1.Controls.Add(this.tabPage8);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabControl1.Location = new System.Drawing.Point(12, 137);
this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.ShowToolTips = true;
this.tabControl1.Size = new System.Drawing.Size(413, 310);
this.tabControl1.TabIndex = 1;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.numericUpDown1);
this.tabPage1.Controls.Add(this.button11);
this.tabPage1.Controls.Add(this.label35);
this.tabPage1.Controls.Add(this.label42);
this.tabPage1.Controls.Add(this.button19);
this.tabPage1.Controls.Add(this.button10);
this.tabPage1.Controls.Add(this.label17);
this.tabPage1.Controls.Add(this.label16);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.button1);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.textBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.tabPage1.Size = new System.Drawing.Size(405, 284);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "PLAY";
this.tabPage1.ToolTipText = "Join a server via IP Address";
this.tabPage1.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(214, 25);
this.numericUpDown1.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(175, 20);
this.numericUpDown1.TabIndex = 43;
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown1.Value = new decimal(new int[] {
53640,
0,
0,
0});
this.numericUpDown1.ValueChanged += new System.EventHandler(this.NumericUpDown1ValueChanged);
//
// button11
//
this.button11.Location = new System.Drawing.Point(213, 47);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(177, 20);
this.button11.TabIndex = 41;
this.button11.Text = "SAVE PORT";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.Button11Click);
//
// label35
//
this.label35.Location = new System.Drawing.Point(268, 5);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(72, 16);
this.label35.TabIndex = 40;
this.label35.Text = "Server Port";
this.label35.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label42
//
this.label42.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label42.Location = new System.Drawing.Point(205, 208);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(2, 67);
this.label42.TabIndex = 17;
//
// button19
//
this.button19.Location = new System.Drawing.Point(213, 217);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(174, 54);
this.button19.TabIndex = 16;
this.button19.Text = "PLAY SOLO";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.Button19Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(16, 47);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(177, 20);
this.button10.TabIndex = 15;
this.button10.Text = "SAVE SERVER";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.Button10Click);
//
// label17
//
this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label17.Location = new System.Drawing.Point(13, 207);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(374, 2);
this.label17.TabIndex = 14;
//
// label16
//
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label16.Location = new System.Drawing.Point(16, 72);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(374, 2);
this.label16.TabIndex = 13;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(13, 70);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(377, 137);
this.label4.TabIndex = 4;
this.label4.Text = resources.GetString("label4.Text");
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(13, 217);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(186, 54);
this.button1.TabIndex = 3;
this.button1.Text = "JOIN SERVER";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label3.Location = new System.Drawing.Point(43, 5);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(128, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Server IP Address";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(16, 24);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(177, 20);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "localhost";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label40);
this.tabPage2.Controls.Add(this.button20);
this.tabPage2.Controls.Add(this.label20);
this.tabPage2.Controls.Add(this.button2);
this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.listBox1);
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(405, 284);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "HOST";
this.tabPage2.ToolTipText = "Start a server for other players to play";
this.tabPage2.UseVisualStyleBackColor = true;
//
// label40
//
this.label40.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label40.Location = new System.Drawing.Point(280, 225);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(2, 55);
this.label40.TabIndex = 22;
//
// button20
//
this.button20.Location = new System.Drawing.Point(288, 229);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(111, 51);
this.button20.TabIndex = 21;
this.button20.Text = "SERVER PREFERENCES";
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.Button20Click);
//
// label20
//
this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label20.Location = new System.Drawing.Point(6, 224);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(393, 2);
this.label20.TabIndex = 14;
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(6, 229);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(268, 51);
this.button2.TabIndex = 2;
this.button2.Text = "START SERVER";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Location = new System.Drawing.Point(162, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 16);
this.label1.TabIndex = 1;
this.label1.Text = "Map List";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// listBox1
//
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(6, 22);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(393, 199);
this.listBox1.TabIndex = 0;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label19);
this.tabPage3.Controls.Add(this.textBox6);
this.tabPage3.Controls.Add(this.listBox2);
this.tabPage3.Controls.Add(this.label18);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(405, 284);
this.tabPage3.TabIndex = 4;
this.tabPage3.Text = "CLIENTS";
this.tabPage3.ToolTipText = "Select a ROBLOX Client to load your game";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label19
//
this.label19.Location = new System.Drawing.Point(4, 5);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(127, 15);
this.label19.TabIndex = 5;
this.label19.Text = "CLIENTS";
//
// textBox6
//
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.textBox6.Location = new System.Drawing.Point(6, 167);
this.textBox6.Multiline = true;
this.textBox6.Name = "textBox6";
this.textBox6.ReadOnly = true;
this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox6.Size = new System.Drawing.Size(393, 111);
this.textBox6.TabIndex = 4;
this.textBox6.Text = "textBox6";
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(6, 22);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(393, 121);
this.listBox2.TabIndex = 2;
this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2SelectedIndexChanged);
//
// label18
//
this.label18.Location = new System.Drawing.Point(5, 149);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(127, 15);
this.label18.TabIndex = 0;
this.label18.Text = "CLIENT INFORMATION";
//
// tabPage6
//
this.tabPage6.Controls.Add(this.label41);
this.tabPage6.Controls.Add(this.button17);
this.tabPage6.Controls.Add(this.button16);
this.tabPage6.Controls.Add(this.button15);
this.tabPage6.Controls.Add(this.button14);
this.tabPage6.Controls.Add(this.button13);
this.tabPage6.Controls.Add(this.button12);
this.tabPage6.Controls.Add(this.label38);
this.tabPage6.Controls.Add(this.label39);
this.tabPage6.Controls.Add(this.label37);
this.tabPage6.Controls.Add(this.label36);
this.tabPage6.Controls.Add(this.listBox4);
this.tabPage6.Controls.Add(this.listBox3);
this.tabPage6.Controls.Add(this.label21);
this.tabPage6.Controls.Add(this.label14);
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(405, 284);
this.tabPage6.TabIndex = 6;
this.tabPage6.Text = "STORAGE";
this.tabPage6.ToolTipText = "Lists all your saved servers and ports";
this.tabPage6.UseVisualStyleBackColor = true;
//
// label41
//
this.label41.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label41.Location = new System.Drawing.Point(202, 4);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(2, 275);
this.label41.TabIndex = 14;
//
// button17
//
this.button17.Location = new System.Drawing.Point(213, 223);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(54, 23);
this.button17.TabIndex = 13;
this.button17.Text = "Add";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.Button17Click);
//
// button16
//
this.button16.Location = new System.Drawing.Point(3, 223);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(60, 23);
this.button16.TabIndex = 12;
this.button16.Text = "Add";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.Button16Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(339, 223);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(60, 23);
this.button15.TabIndex = 11;
this.button15.Text = "Reset";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.Button15Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(137, 223);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(55, 23);
this.button14.TabIndex = 10;
this.button14.Text = "Reset";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.Button14Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(273, 223);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(60, 23);
this.button13.TabIndex = 9;
this.button13.Text = "Remove";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.Button13Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(69, 223);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(62, 23);
this.button12.TabIndex = 8;
this.button12.Text = "Remove";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.Button12Click);
//
// label38
//
this.label38.Location = new System.Drawing.Point(213, 261);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(177, 20);
this.label38.TabIndex = 7;
this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label39
//
this.label39.Location = new System.Drawing.Point(213, 249);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(186, 12);
this.label39.TabIndex = 6;
this.label39.Text = "CURRENT SERVER PORT";
this.label39.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label37
//
this.label37.Location = new System.Drawing.Point(6, 261);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(186, 20);
this.label37.TabIndex = 5;
this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label36
//
this.label36.Location = new System.Drawing.Point(6, 249);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(186, 12);
this.label36.TabIndex = 4;
this.label36.Text = "CURRENT SERVER IP";
this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// listBox4
//
this.listBox4.FormattingEnabled = true;
this.listBox4.Location = new System.Drawing.Point(213, 21);
this.listBox4.Name = "listBox4";
this.listBox4.Size = new System.Drawing.Size(186, 199);
this.listBox4.TabIndex = 3;
this.listBox4.SelectedIndexChanged += new System.EventHandler(this.ListBox4SelectedIndexChanged);
//
// listBox3
//
this.listBox3.FormattingEnabled = true;
this.listBox3.Location = new System.Drawing.Point(6, 21);
this.listBox3.Name = "listBox3";
this.listBox3.Size = new System.Drawing.Size(186, 199);
this.listBox3.TabIndex = 2;
this.listBox3.SelectedIndexChanged += new System.EventHandler(this.ListBox3SelectedIndexChanged);
//
// label21
//
this.label21.Location = new System.Drawing.Point(282, 3);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(59, 15);
this.label21.TabIndex = 1;
this.label21.Text = "PORTS";
//
// label14
//
this.label14.Location = new System.Drawing.Point(67, 3);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(59, 15);
this.label14.TabIndex = 0;
this.label14.Text = "SERVERS";
//
// tabPage7
//
this.tabPage7.BackColor = System.Drawing.SystemColors.ControlText;
this.tabPage7.Controls.Add(this.richTextBox1);
this.tabPage7.Location = new System.Drawing.Point(4, 22);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(405, 284);
this.tabPage7.TabIndex = 7;
this.tabPage7.Text = "CONSOLE";
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.SystemColors.ControlText;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBox1.ForeColor = System.Drawing.Color.White;
this.richTextBox1.Location = new System.Drawing.Point(3, 3);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(399, 278);
this.richTextBox1.TabIndex = 2;
this.richTextBox1.Text = "";
this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
//
// tabPage8
//
this.tabPage8.Controls.Add(this.richTextBox2);
this.tabPage8.Location = new System.Drawing.Point(4, 22);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
this.tabPage8.Size = new System.Drawing.Size(405, 284);
this.tabPage8.TabIndex = 8;
this.tabPage8.Text = "CHANGELOG";
this.tabPage8.UseVisualStyleBackColor = true;
//
// richTextBox2
//
this.richTextBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox2.Location = new System.Drawing.Point(6, 6);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.ReadOnly = true;
this.richTextBox2.Size = new System.Drawing.Size(393, 272);
this.richTextBox2.TabIndex = 2;
this.richTextBox2.Text = "";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.label30);
this.tabPage4.Controls.Add(this.label29);
this.tabPage4.Controls.Add(this.label44);
this.tabPage4.Controls.Add(this.label32);
this.tabPage4.Controls.Add(this.label31);
this.tabPage4.Controls.Add(this.label2);
this.tabPage4.Controls.Add(this.label12);
this.tabPage4.Controls.Add(this.label11);
this.tabPage4.Controls.Add(this.label10);
this.tabPage4.Controls.Add(this.label9);
this.tabPage4.Controls.Add(this.label8);
this.tabPage4.Controls.Add(this.label7);
this.tabPage4.Controls.Add(this.label6);
this.tabPage4.Controls.Add(this.label5);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(405, 284);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "CREDITS";
this.tabPage4.ToolTipText = "About RBXLegacy";
this.tabPage4.UseVisualStyleBackColor = true;
//
// label44
//
this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label44.Location = new System.Drawing.Point(8, 236);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(384, 18);
this.label44.TabIndex = 16;
this.label44.Text = "Content Creation";
this.label44.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label32
//
this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label32.Location = new System.Drawing.Point(8, 218);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(384, 18);
this.label32.TabIndex = 12;
this.label32.Text = "winsupermario1234, Nukley, connor, Carrot, Bitl";
this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label31
//
this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label31.Location = new System.Drawing.Point(8, 200);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(384, 18);
this.label31.TabIndex = 11;
this.label31.Text = "Clients:";
this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(8, 182);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(384, 18);
this.label2.TabIndex = 10;
this.label2.Text = "Bitl, Carrot, connor, iagoMAO, CPunch";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label12
//
this.label12.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(145, 146);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(109, 18);
this.label12.TabIndex = 9;
this.label12.Text = "Team Credits:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label11
//
this.label11.Location = new System.Drawing.Point(234, 47);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(168, 17);
this.label11.TabIndex = 6;
this.label11.Text = "label11";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label10
//
this.label10.Location = new System.Drawing.Point(325, 34);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(80, 16);
this.label10.TabIndex = 5;
this.label10.Text = "Client Version";
this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label9
//
this.label9.Location = new System.Drawing.Point(7, 64);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(393, 82);
this.label9.TabIndex = 4;
this.label9.Text = resources.GetString("label9.Text");
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label8
//
this.label8.Location = new System.Drawing.Point(7, 46);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(212, 19);
this.label8.TabIndex = 3;
this.label8.Text = "label8";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label7
//
this.label7.Location = new System.Drawing.Point(2, 33);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(100, 16);
this.label7.TabIndex = 2;
this.label7.Text = "Launcher Version";
this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label6
//
this.label6.Location = new System.Drawing.Point(3, 3);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 15);
this.label6.TabIndex = 1;
this.label6.Text = "Current Path";
this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label5
//
this.label5.Location = new System.Drawing.Point(8, 18);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(384, 16);
this.label5.TabIndex = 0;
this.label5.Text = "label5";
//
// button9
//
this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.button9.Location = new System.Drawing.Point(339, 107);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(85, 23);
this.button9.TabIndex = 37;
this.button9.Text = "Reset Config";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.Button9Click);
//
// button8
//
this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.button8.Location = new System.Drawing.Point(151, 106);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(86, 24);
this.button8.TabIndex = 35;
this.button8.Text = "Avatar";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.Button8Click);
//
// checkBox3
//
this.checkBox3.Location = new System.Drawing.Point(248, 65);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(177, 18);
this.checkBox3.TabIndex = 22;
this.checkBox3.Text = "Local Play Mode";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.CheckBox3CheckedChanged);
//
// checkBox1
//
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(248, 48);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(177, 19);
this.checkBox1.TabIndex = 5;
this.checkBox1.Text = "Minimize Launcher on Launch";
this.checkBox1.UseCompatibleTextRendering = true;
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(247, 84);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(177, 21);
this.button3.TabIndex = 6;
this.button3.Text = "Launch ROBLOX Studio";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3Click);
//
// label13
//
this.label13.Location = new System.Drawing.Point(15, 89);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(23, 13);
this.label13.TabIndex = 7;
this.label13.Text = "ID";
//
// button4
//
this.button4.Location = new System.Drawing.Point(58, 106);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(85, 24);
this.button4.TabIndex = 9;
this.button4.Text = "Random ID";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4Click);
//
// button5
//
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button5.Location = new System.Drawing.Point(247, 107);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(87, 23);
this.button5.TabIndex = 10;
this.button5.Text = "Save Config";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.Button5Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(59, 65);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(177, 20);
this.textBox2.TabIndex = 11;
this.textBox2.Text = "Player";
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox2.TextChanged += new System.EventHandler(this.TextBox2TextChanged);
//
// label15
//
this.label15.Location = new System.Drawing.Point(12, 68);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(41, 15);
this.label15.TabIndex = 12;
this.label15.Text = "NAME";
//
// label22
//
this.label22.Location = new System.Drawing.Point(59, 48);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(177, 14);
this.label22.TabIndex = 13;
this.label22.Text = "PLAYER INFO:";
this.label22.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label23
//
this.label23.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label23.Location = new System.Drawing.Point(242, 46);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(2, 85);
this.label23.TabIndex = 14;
//
// label24
//
this.label24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label24.Location = new System.Drawing.Point(0, 46);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(428, 2);
this.label24.TabIndex = 15;
//
// label25
//
this.label25.Location = new System.Drawing.Point(248, 3);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(109, 14);
this.label25.TabIndex = 16;
this.label25.Text = "SELECTED CLIENT:";
//
// label26
//
this.label26.Location = new System.Drawing.Point(352, 3);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(69, 16);
this.label26.TabIndex = 17;
this.label26.Text = "2008";
//
// label27
//
this.label27.Location = new System.Drawing.Point(248, 17);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(95, 12);
this.label27.TabIndex = 18;
this.label27.Text = "SELECTED MAP:";
//
// label28
//
this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label28.Location = new System.Drawing.Point(250, 28);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(171, 17);
this.label28.TabIndex = 19;
this.label28.Text = "Baseplate.rbxl";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(59, 86);
this.textBox5.Multiline = true;
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(177, 18);
this.textBox5.TabIndex = 20;
this.textBox5.Text = "0";
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
//
// label29
//
this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label29.Location = new System.Drawing.Point(8, 164);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(384, 18);
this.label29.TabIndex = 17;
this.label29.Text = "Programming, Security, Launcher, and GUIs:";
this.label29.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label30
//
this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label30.Location = new System.Drawing.Point(145, 254);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(100, 18);
this.label30.TabIndex = 18;
this.label30.Text = "Bitl, Nukley";
this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(427, 459);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.label28);
this.Controls.Add(this.label27);
this.Controls.Add(this.label26);
this.Controls.Add(this.label25);
this.Controls.Add(this.label24);
this.Controls.Add(this.button9);
this.Controls.Add(this.label23);
this.Controls.Add(this.button8);
this.Controls.Add(this.label22);
this.Controls.Add(this.label15);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.button5);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.button4);
this.Controls.Add(this.label13);
this.Controls.Add(this.button3);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "RBXLegacy Launcher";
this.Load += new System.EventHandler(this.MainFormLoad);
this.Closing += new System.ComponentModel.CancelEventHandler(this.MainFormClose);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage6.ResumeLayout(false);
this.tabPage7.ResumeLayout(false);
this.tabPage8.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Label label42;
private System.Windows.Forms.RichTextBox richTextBox2;
private System.Windows.Forms.TabPage tabPage8;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.ListBox listBox3;
private System.Windows.Forms.ListBox listBox4;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label35;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}