parent
b540583704
commit
03eab0ee22
|
|
@ -107,8 +107,6 @@ namespace RBXLegacyLauncher
|
|||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||||
this.tabPage4 = new System.Windows.Forms.TabPage();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
|
|
@ -116,6 +114,11 @@ namespace RBXLegacyLauncher
|
|||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.button4 = new System.Windows.Forms.Button();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox7 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox8 = new System.Windows.Forms.PictureBox();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.tabControl2.SuspendLayout();
|
||||
|
|
@ -129,42 +132,45 @@ namespace RBXLegacyLauncher
|
|||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.tabPage4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// radioButton1
|
||||
//
|
||||
this.radioButton1.Location = new System.Drawing.Point(153, 207);
|
||||
this.radioButton1.Location = new System.Drawing.Point(241, 75);
|
||||
this.radioButton1.Name = "radioButton1";
|
||||
this.radioButton1.Size = new System.Drawing.Size(40, 16);
|
||||
this.radioButton1.Size = new System.Drawing.Size(111, 18);
|
||||
this.radioButton1.TabIndex = 34;
|
||||
this.radioButton1.Text = "BC";
|
||||
this.radioButton1.Text = "Builders Club (BC)";
|
||||
this.radioButton1.UseVisualStyleBackColor = true;
|
||||
this.radioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1CheckedChanged);
|
||||
//
|
||||
// radioButton2
|
||||
//
|
||||
this.radioButton2.Location = new System.Drawing.Point(153, 185);
|
||||
this.radioButton2.Location = new System.Drawing.Point(241, 101);
|
||||
this.radioButton2.Name = "radioButton2";
|
||||
this.radioButton2.Size = new System.Drawing.Size(50, 16);
|
||||
this.radioButton2.Size = new System.Drawing.Size(153, 23);
|
||||
this.radioButton2.TabIndex = 35;
|
||||
this.radioButton2.Text = "TBC";
|
||||
this.radioButton2.Text = "Turbo Builders Club (TBC)";
|
||||
this.radioButton2.UseVisualStyleBackColor = true;
|
||||
this.radioButton2.CheckedChanged += new System.EventHandler(this.RadioButton2CheckedChanged);
|
||||
//
|
||||
// radioButton3
|
||||
//
|
||||
this.radioButton3.Location = new System.Drawing.Point(233, 185);
|
||||
this.radioButton3.Location = new System.Drawing.Point(241, 132);
|
||||
this.radioButton3.Name = "radioButton3";
|
||||
this.radioButton3.Size = new System.Drawing.Size(50, 16);
|
||||
this.radioButton3.Size = new System.Drawing.Size(180, 22);
|
||||
this.radioButton3.TabIndex = 36;
|
||||
this.radioButton3.Text = "OBC";
|
||||
this.radioButton3.Text = "Outrageous Builders Club (OBC)";
|
||||
this.radioButton3.UseVisualStyleBackColor = true;
|
||||
this.radioButton3.CheckedChanged += new System.EventHandler(this.RadioButton3CheckedChanged);
|
||||
//
|
||||
// radioButton4
|
||||
//
|
||||
this.radioButton4.Checked = true;
|
||||
this.radioButton4.Location = new System.Drawing.Point(233, 207);
|
||||
this.radioButton4.Location = new System.Drawing.Point(241, 50);
|
||||
this.radioButton4.Name = "radioButton4";
|
||||
this.radioButton4.Size = new System.Drawing.Size(53, 16);
|
||||
this.radioButton4.TabIndex = 37;
|
||||
|
|
@ -175,7 +181,8 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Location = new System.Drawing.Point(186, 166);
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(225, 3);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(60, 16);
|
||||
this.label1.TabIndex = 38;
|
||||
|
|
@ -188,7 +195,7 @@ namespace RBXLegacyLauncher
|
|||
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, 12);
|
||||
this.tabControl1.Location = new System.Drawing.Point(12, 8);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(455, 270);
|
||||
|
|
@ -642,14 +649,14 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// PartSelectionLabel2
|
||||
//
|
||||
this.PartSelectionLabel2.Location = new System.Drawing.Point(249, 214);
|
||||
this.PartSelectionLabel2.Location = new System.Drawing.Point(249, 219);
|
||||
this.PartSelectionLabel2.Name = "PartSelectionLabel2";
|
||||
this.PartSelectionLabel2.Size = new System.Drawing.Size(80, 16);
|
||||
this.PartSelectionLabel2.TabIndex = 84;
|
||||
//
|
||||
// PartLabel1
|
||||
//
|
||||
this.PartLabel1.Location = new System.Drawing.Point(154, 214);
|
||||
this.PartLabel1.Location = new System.Drawing.Point(154, 219);
|
||||
this.PartLabel1.Name = "PartLabel1";
|
||||
this.PartLabel1.Size = new System.Drawing.Size(105, 16);
|
||||
this.PartLabel1.TabIndex = 83;
|
||||
|
|
@ -732,7 +739,7 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
this.button3.Location = new System.Drawing.Point(226, 193);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(124, 39);
|
||||
this.button3.Size = new System.Drawing.Size(218, 39);
|
||||
this.button3.TabIndex = 3;
|
||||
this.button3.Text = "Reset";
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
|
|
@ -740,9 +747,9 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(94, 193);
|
||||
this.button1.Location = new System.Drawing.Point(3, 193);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(126, 39);
|
||||
this.button1.Size = new System.Drawing.Size(217, 39);
|
||||
this.button1.TabIndex = 2;
|
||||
this.button1.Text = "Randomize";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
|
|
@ -751,9 +758,9 @@ namespace RBXLegacyLauncher
|
|||
// pictureBox4
|
||||
//
|
||||
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
|
||||
this.pictureBox4.Location = new System.Drawing.Point(158, 3);
|
||||
this.pictureBox4.Location = new System.Drawing.Point(171, 5);
|
||||
this.pictureBox4.Name = "pictureBox4";
|
||||
this.pictureBox4.Size = new System.Drawing.Size(128, 109);
|
||||
this.pictureBox4.Size = new System.Drawing.Size(108, 109);
|
||||
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox4.TabIndex = 1;
|
||||
this.pictureBox4.TabStop = false;
|
||||
|
|
@ -761,9 +768,9 @@ namespace RBXLegacyLauncher
|
|||
// listBox4
|
||||
//
|
||||
this.listBox4.FormattingEnabled = true;
|
||||
this.listBox4.Location = new System.Drawing.Point(94, 118);
|
||||
this.listBox4.Location = new System.Drawing.Point(3, 118);
|
||||
this.listBox4.Name = "listBox4";
|
||||
this.listBox4.Size = new System.Drawing.Size(256, 69);
|
||||
this.listBox4.Size = new System.Drawing.Size(441, 69);
|
||||
this.listBox4.TabIndex = 0;
|
||||
this.listBox4.SelectedIndexChanged += new System.EventHandler(this.ListBox4SelectedIndexChanged);
|
||||
//
|
||||
|
|
@ -808,9 +815,9 @@ namespace RBXLegacyLauncher
|
|||
// pictureBox3
|
||||
//
|
||||
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
||||
this.pictureBox3.Location = new System.Drawing.Point(314, 25);
|
||||
this.pictureBox3.Location = new System.Drawing.Point(326, 25);
|
||||
this.pictureBox3.Name = "pictureBox3";
|
||||
this.pictureBox3.Size = new System.Drawing.Size(119, 89);
|
||||
this.pictureBox3.Size = new System.Drawing.Size(94, 89);
|
||||
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox3.TabIndex = 55;
|
||||
this.pictureBox3.TabStop = false;
|
||||
|
|
@ -818,9 +825,9 @@ namespace RBXLegacyLauncher
|
|||
// pictureBox2
|
||||
//
|
||||
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
||||
this.pictureBox2.Location = new System.Drawing.Point(159, 25);
|
||||
this.pictureBox2.Location = new System.Drawing.Point(171, 25);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(119, 89);
|
||||
this.pictureBox2.Size = new System.Drawing.Size(94, 89);
|
||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox2.TabIndex = 54;
|
||||
this.pictureBox2.TabStop = false;
|
||||
|
|
@ -828,9 +835,9 @@ namespace RBXLegacyLauncher
|
|||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||||
this.pictureBox1.Location = new System.Drawing.Point(13, 25);
|
||||
this.pictureBox1.Location = new System.Drawing.Point(24, 25);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(119, 89);
|
||||
this.pictureBox1.Size = new System.Drawing.Size(94, 89);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox1.TabIndex = 53;
|
||||
this.pictureBox1.TabStop = false;
|
||||
|
|
@ -864,9 +871,12 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// tabPage4
|
||||
//
|
||||
this.tabPage4.Controls.Add(this.label9);
|
||||
this.tabPage4.Controls.Add(this.label8);
|
||||
this.tabPage4.Controls.Add(this.pictureBox8);
|
||||
this.tabPage4.Controls.Add(this.pictureBox7);
|
||||
this.tabPage4.Controls.Add(this.pictureBox6);
|
||||
this.tabPage4.Controls.Add(this.label6);
|
||||
this.tabPage4.Controls.Add(this.label4);
|
||||
this.tabPage4.Controls.Add(this.label9);
|
||||
this.tabPage4.Controls.Add(this.label5);
|
||||
this.tabPage4.Controls.Add(this.textBox1);
|
||||
this.tabPage4.Controls.Add(this.textBox3);
|
||||
|
|
@ -883,38 +893,21 @@ namespace RBXLegacyLauncher
|
|||
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage4.Size = new System.Drawing.Size(447, 244);
|
||||
this.tabPage4.TabIndex = 3;
|
||||
this.tabPage4.Text = "CLOTHING AND ICONS";
|
||||
this.tabPage4.Text = "MISCELLANEOUS";
|
||||
this.tabPage4.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.Location = new System.Drawing.Point(195, 3);
|
||||
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label9.Location = new System.Drawing.Point(3, 3);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(51, 13);
|
||||
this.label9.Size = new System.Drawing.Size(66, 28);
|
||||
this.label9.TabIndex = 55;
|
||||
this.label9.Text = "Clothing";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.label8.Location = new System.Drawing.Point(6, 164);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(435, 2);
|
||||
this.label8.TabIndex = 54;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.ForeColor = System.Drawing.Color.Red;
|
||||
this.label4.Location = new System.Drawing.Point(38, 145);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(362, 19);
|
||||
this.label4.TabIndex = 53;
|
||||
this.label4.Text = "NOTE: These clothing options will not work while playing the game offline.";
|
||||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.Location = new System.Drawing.Point(193, 22);
|
||||
this.label5.Location = new System.Drawing.Point(3, 31);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(53, 15);
|
||||
this.label5.TabIndex = 50;
|
||||
|
|
@ -922,25 +915,25 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(163, 40);
|
||||
this.textBox1.Location = new System.Drawing.Point(6, 49);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(120, 20);
|
||||
this.textBox1.Size = new System.Drawing.Size(164, 20);
|
||||
this.textBox1.TabIndex = 47;
|
||||
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
this.textBox3.Location = new System.Drawing.Point(163, 122);
|
||||
this.textBox3.Location = new System.Drawing.Point(6, 131);
|
||||
this.textBox3.Name = "textBox3";
|
||||
this.textBox3.Size = new System.Drawing.Size(120, 20);
|
||||
this.textBox3.Size = new System.Drawing.Size(164, 20);
|
||||
this.textBox3.TabIndex = 49;
|
||||
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.textBox3.TextChanged += new System.EventHandler(this.TextBox3TextChanged);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Location = new System.Drawing.Point(197, 104);
|
||||
this.label3.Location = new System.Drawing.Point(3, 113);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(49, 15);
|
||||
this.label3.TabIndex = 52;
|
||||
|
|
@ -948,7 +941,7 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Location = new System.Drawing.Point(197, 63);
|
||||
this.label2.Location = new System.Drawing.Point(3, 72);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(42, 15);
|
||||
this.label2.TabIndex = 51;
|
||||
|
|
@ -956,16 +949,16 @@ namespace RBXLegacyLauncher
|
|||
//
|
||||
// textBox2
|
||||
//
|
||||
this.textBox2.Location = new System.Drawing.Point(163, 81);
|
||||
this.textBox2.Location = new System.Drawing.Point(6, 90);
|
||||
this.textBox2.Name = "textBox2";
|
||||
this.textBox2.Size = new System.Drawing.Size(120, 20);
|
||||
this.textBox2.Size = new System.Drawing.Size(164, 20);
|
||||
this.textBox2.TabIndex = 48;
|
||||
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.textBox2.TextChanged += new System.EventHandler(this.TextBox2TextChanged);
|
||||
//
|
||||
// button4
|
||||
//
|
||||
this.button4.Location = new System.Drawing.Point(200, 288);
|
||||
this.button4.Location = new System.Drawing.Point(385, 7);
|
||||
this.button4.Name = "button4";
|
||||
this.button4.Size = new System.Drawing.Size(75, 23);
|
||||
this.button4.TabIndex = 49;
|
||||
|
|
@ -973,12 +966,62 @@ namespace RBXLegacyLauncher
|
|||
this.button4.UseVisualStyleBackColor = true;
|
||||
this.button4.Click += new System.EventHandler(this.Button4Click);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.Location = new System.Drawing.Point(157, 170);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(114, 16);
|
||||
this.label4.TabIndex = 56;
|
||||
this.label4.Text = "Recommended";
|
||||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label6.Location = new System.Drawing.Point(40, 202);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(337, 16);
|
||||
this.label6.TabIndex = 57;
|
||||
this.label6.Text = "todo: fill this with preset tshirts, pants, and shirts";
|
||||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// pictureBox6
|
||||
//
|
||||
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
|
||||
this.pictureBox6.Location = new System.Drawing.Point(347, 76);
|
||||
this.pictureBox6.Name = "pictureBox6";
|
||||
this.pictureBox6.Size = new System.Drawing.Size(16, 16);
|
||||
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox6.TabIndex = 58;
|
||||
this.pictureBox6.TabStop = false;
|
||||
//
|
||||
// pictureBox7
|
||||
//
|
||||
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
|
||||
this.pictureBox7.Location = new System.Drawing.Point(384, 105);
|
||||
this.pictureBox7.Name = "pictureBox7";
|
||||
this.pictureBox7.Size = new System.Drawing.Size(16, 16);
|
||||
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox7.TabIndex = 59;
|
||||
this.pictureBox7.TabStop = false;
|
||||
//
|
||||
// pictureBox8
|
||||
//
|
||||
this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
|
||||
this.pictureBox8.Location = new System.Drawing.Point(412, 135);
|
||||
this.pictureBox8.Name = "pictureBox8";
|
||||
this.pictureBox8.Size = new System.Drawing.Size(16, 16);
|
||||
this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox8.TabIndex = 60;
|
||||
this.pictureBox8.TabStop = false;
|
||||
//
|
||||
// CharacterCustomization
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||
this.ClientSize = new System.Drawing.Size(473, 314);
|
||||
this.ClientSize = new System.Drawing.Size(473, 285);
|
||||
this.Controls.Add(this.button4);
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||
|
|
@ -1001,8 +1044,15 @@ namespace RBXLegacyLauncher
|
|||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.tabPage4.ResumeLayout(false);
|
||||
this.tabPage4.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.PictureBox pictureBox6;
|
||||
private System.Windows.Forms.PictureBox pictureBox7;
|
||||
private System.Windows.Forms.PictureBox pictureBox8;
|
||||
private System.Windows.Forms.Button button4;
|
||||
private System.Windows.Forms.ListBox listBox5;
|
||||
private System.Windows.Forms.PictureBox pictureBox5;
|
||||
|
|
@ -1021,7 +1071,6 @@ namespace RBXLegacyLauncher
|
|||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.PictureBox pictureBox3;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.TabPage tabPage2;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue