This commit is contained in:
Quacky 2017-08-02 23:27:10 -05:00
parent 03eab0ee22
commit f720b1581d
7 changed files with 1640 additions and 276 deletions

View File

@ -106,6 +106,24 @@ namespace RBXLegacyLauncher
this.listBox2 = new System.Windows.Forms.ListBox(); this.listBox2 = new System.Windows.Forms.ListBox();
this.listBox1 = new System.Windows.Forms.ListBox(); this.listBox1 = new System.Windows.Forms.ListBox();
this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage();
this.button1308 = new System.Windows.Forms.Button();
this.button1208 = new System.Windows.Forms.Button();
this.radioButton9 = new System.Windows.Forms.RadioButton();
this.radioButton8 = new System.Windows.Forms.RadioButton();
this.radioButton7 = new System.Windows.Forms.RadioButton();
this.radioButton6 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.label6 = new System.Windows.Forms.Label();
this.button1108 = new System.Windows.Forms.Button();
this.button1008 = new System.Windows.Forms.Button();
this.button908 = new System.Windows.Forms.Button();
this.button708 = new System.Windows.Forms.Button();
this.button608 = new System.Windows.Forms.Button();
this.button508 = new System.Windows.Forms.Button();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox();
@ -114,11 +132,6 @@ namespace RBXLegacyLauncher
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button(); 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.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
this.tabControl2.SuspendLayout(); this.tabControl2.SuspendLayout();
@ -132,9 +145,9 @@ namespace RBXLegacyLauncher
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage4.SuspendLayout(); this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// radioButton1 // radioButton1
@ -169,12 +182,10 @@ namespace RBXLegacyLauncher
// //
// radioButton4 // radioButton4
// //
this.radioButton4.Checked = true;
this.radioButton4.Location = new System.Drawing.Point(241, 50); this.radioButton4.Location = new System.Drawing.Point(241, 50);
this.radioButton4.Name = "radioButton4"; this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(53, 16); this.radioButton4.Size = new System.Drawing.Size(53, 16);
this.radioButton4.TabIndex = 37; this.radioButton4.TabIndex = 37;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "None"; this.radioButton4.Text = "None";
this.radioButton4.UseVisualStyleBackColor = true; this.radioButton4.UseVisualStyleBackColor = true;
this.radioButton4.CheckedChanged += new System.EventHandler(this.RadioButton4CheckedChanged); this.radioButton4.CheckedChanged += new System.EventHandler(this.RadioButton4CheckedChanged);
@ -184,7 +195,7 @@ namespace RBXLegacyLauncher
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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.Location = new System.Drawing.Point(225, 3);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 16); this.label1.Size = new System.Drawing.Size(93, 16);
this.label1.TabIndex = 38; this.label1.TabIndex = 38;
this.label1.Text = "Icon Type"; this.label1.Text = "Icon Type";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -871,10 +882,23 @@ namespace RBXLegacyLauncher
// //
// tabPage4 // tabPage4
// //
this.tabPage4.Controls.Add(this.button1308);
this.tabPage4.Controls.Add(this.button1208);
this.tabPage4.Controls.Add(this.radioButton9);
this.tabPage4.Controls.Add(this.radioButton8);
this.tabPage4.Controls.Add(this.radioButton7);
this.tabPage4.Controls.Add(this.radioButton6);
this.tabPage4.Controls.Add(this.radioButton5);
this.tabPage4.Controls.Add(this.label6);
this.tabPage4.Controls.Add(this.button1108);
this.tabPage4.Controls.Add(this.button1008);
this.tabPage4.Controls.Add(this.button908);
this.tabPage4.Controls.Add(this.button708);
this.tabPage4.Controls.Add(this.button608);
this.tabPage4.Controls.Add(this.button508);
this.tabPage4.Controls.Add(this.pictureBox8); this.tabPage4.Controls.Add(this.pictureBox8);
this.tabPage4.Controls.Add(this.pictureBox7); this.tabPage4.Controls.Add(this.pictureBox7);
this.tabPage4.Controls.Add(this.pictureBox6); this.tabPage4.Controls.Add(this.pictureBox6);
this.tabPage4.Controls.Add(this.label6);
this.tabPage4.Controls.Add(this.label4); this.tabPage4.Controls.Add(this.label4);
this.tabPage4.Controls.Add(this.label9); this.tabPage4.Controls.Add(this.label9);
this.tabPage4.Controls.Add(this.label5); this.tabPage4.Controls.Add(this.label5);
@ -896,6 +920,183 @@ namespace RBXLegacyLauncher
this.tabPage4.Text = "MISCELLANEOUS"; this.tabPage4.Text = "MISCELLANEOUS";
this.tabPage4.UseVisualStyleBackColor = true; this.tabPage4.UseVisualStyleBackColor = true;
// //
// button1308
//
this.button1308.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1308.BackgroundImage")));
this.button1308.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1308.Location = new System.Drawing.Point(400, 207);
this.button1308.Name = "button1308";
this.button1308.Size = new System.Drawing.Size(39, 34);
this.button1308.TabIndex = 74;
this.button1308.UseVisualStyleBackColor = true;
//
// button1208
//
this.button1208.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1208.BackgroundImage")));
this.button1208.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1208.Location = new System.Drawing.Point(400, 173);
this.button1208.Name = "button1208";
this.button1208.Size = new System.Drawing.Size(39, 34);
this.button1208.TabIndex = 73;
this.button1208.UseVisualStyleBackColor = true;
//
// radioButton9
//
this.radioButton9.Location = new System.Drawing.Point(370, 153);
this.radioButton9.Name = "radioButton9";
this.radioButton9.Size = new System.Drawing.Size(51, 22);
this.radioButton9.TabIndex = 72;
this.radioButton9.Text = "2012";
this.radioButton9.UseVisualStyleBackColor = true;
//
// radioButton8
//
this.radioButton8.Location = new System.Drawing.Point(323, 153);
this.radioButton8.Name = "radioButton8";
this.radioButton8.Size = new System.Drawing.Size(51, 22);
this.radioButton8.TabIndex = 71;
this.radioButton8.Text = "2011";
this.radioButton8.UseVisualStyleBackColor = true;
//
// radioButton7
//
this.radioButton7.Location = new System.Drawing.Point(266, 154);
this.radioButton7.Name = "radioButton7";
this.radioButton7.Size = new System.Drawing.Size(51, 22);
this.radioButton7.TabIndex = 70;
this.radioButton7.Text = "2010";
this.radioButton7.UseVisualStyleBackColor = true;
//
// radioButton6
//
this.radioButton6.Location = new System.Drawing.Point(213, 154);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(51, 22);
this.radioButton6.TabIndex = 69;
this.radioButton6.Text = "2009";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton5
//
this.radioButton5.Checked = true;
this.radioButton5.Location = new System.Drawing.Point(164, 154);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(51, 22);
this.radioButton5.TabIndex = 68;
this.radioButton5.TabStop = true;
this.radioButton5.Text = "2008";
this.radioButton5.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(118, 157);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(40, 15);
this.label6.TabIndex = 67;
this.label6.Text = "Theme";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1108
//
this.button1108.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1108.BackgroundImage")));
this.button1108.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1108.Location = new System.Drawing.Point(331, 177);
this.button1108.Name = "button1108";
this.button1108.Size = new System.Drawing.Size(63, 61);
this.button1108.TabIndex = 66;
this.button1108.UseVisualStyleBackColor = true;
//
// button1008
//
this.button1008.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1008.BackgroundImage")));
this.button1008.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1008.Location = new System.Drawing.Point(266, 177);
this.button1008.Name = "button1008";
this.button1008.Size = new System.Drawing.Size(63, 61);
this.button1008.TabIndex = 65;
this.button1008.UseVisualStyleBackColor = true;
//
// button908
//
this.button908.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button908.BackgroundImage")));
this.button908.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button908.Location = new System.Drawing.Point(201, 177);
this.button908.Name = "button908";
this.button908.Size = new System.Drawing.Size(63, 61);
this.button908.TabIndex = 64;
this.button908.UseVisualStyleBackColor = true;
//
// button708
//
this.button708.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button708.BackgroundImage")));
this.button708.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button708.Location = new System.Drawing.Point(136, 177);
this.button708.Name = "button708";
this.button708.Size = new System.Drawing.Size(63, 61);
this.button708.TabIndex = 63;
this.button708.UseVisualStyleBackColor = true;
//
// button608
//
this.button608.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button608.BackgroundImage")));
this.button608.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button608.Location = new System.Drawing.Point(71, 177);
this.button608.Name = "button608";
this.button608.Size = new System.Drawing.Size(63, 61);
this.button608.TabIndex = 62;
this.button608.UseVisualStyleBackColor = true;
//
// button508
//
this.button508.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button508.BackgroundImage")));
this.button508.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button508.Location = new System.Drawing.Point(6, 177);
this.button508.Name = "button508";
this.button508.Size = new System.Drawing.Size(63, 61);
this.button508.TabIndex = 61;
this.button508.UseVisualStyleBackColor = true;
//
// 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;
//
// 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;
//
// 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;
//
// 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(6, 154);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 20);
this.label4.TabIndex = 56;
this.label4.Text = "Classic Clothing";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label9 // label9
// //
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@ -966,56 +1167,6 @@ namespace RBXLegacyLauncher
this.button4.UseVisualStyleBackColor = true; this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4Click); 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 // CharacterCustomization
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -1044,12 +1195,25 @@ namespace RBXLegacyLauncher
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage4.ResumeLayout(false); this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout(); this.tabPage4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
} }
private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RadioButton radioButton6;
private System.Windows.Forms.RadioButton radioButton7;
private System.Windows.Forms.RadioButton radioButton8;
private System.Windows.Forms.RadioButton radioButton9;
private System.Windows.Forms.Button button508;
private System.Windows.Forms.Button button608;
private System.Windows.Forms.Button button708;
private System.Windows.Forms.Button button908;
private System.Windows.Forms.Button button1008;
private System.Windows.Forms.Button button1108;
private System.Windows.Forms.Button button1208;
private System.Windows.Forms.Button button1308;
private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox7; private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.PictureBox pictureBox8; private System.Windows.Forms.PictureBox pictureBox8;

View File

@ -1316,5 +1316,34 @@ namespace RBXLegacyLauncher
DialogResult result2 = MessageBox.Show("Failed to launch RBXLegacy. (Error: " + ex.Message + ")","RBXLegacy Launcher - Error", MessageBoxButtons.OK, MessageBoxIcon.Error); DialogResult result2 = MessageBox.Show("Failed to launch RBXLegacy. (Error: " + ex.Message + ")","RBXLegacy Launcher - Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
} }
} }
// relevance
// TODO: make it make certain "clothe palletes" appear
void RadioButton5CheckedChanged(object sender, EventArgs e)
{
GlobalVars.AdTheme = 2008;
}
void RadioButton6CheckedChanged(object sender, EventArgs e)
{
GlobalVars.AdTheme = 2009;
}
void RadioButton7CheckedChanged(object sender, EventArgs e)
{
GlobalVars.AdTheme = 2010;
}
void RadioButton8CheckedChanged(object sender, EventArgs e)
{
GlobalVars.AdTheme = 2011;
}
void RadioButton9CheckedChanged(object sender, EventArgs e)
{
GlobalVars.AdTheme = 2012;
}
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -75,4 +75,6 @@
public static string ColorMenu_RightArmColor = "Color [A=255, R=245, G=205, B=47]"; public static string ColorMenu_RightArmColor = "Color [A=255, R=245, G=205, B=47]";
public static string ColorMenu_LeftLegColor = "Color [A=255, R=164, G=189, B=71]"; public static string ColorMenu_LeftLegColor = "Color [A=255, R=164, G=189, B=71]";
public static string ColorMenu_RightLegColor = "Color [A=255, R=164, G=189, B=71]"; public static string ColorMenu_RightLegColor = "Color [A=255, R=164, G=189, B=71]";
// recommended
public static int AdTheme = 2008;
} }

View File

@ -118,6 +118,7 @@ namespace RBXLegacyLauncher
this.label27 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
@ -165,6 +166,7 @@ namespace RBXLegacyLauncher
// //
// tabPage1 // tabPage1
// //
this.tabPage1.Controls.Add(this.button6);
this.tabPage1.Controls.Add(this.button11); this.tabPage1.Controls.Add(this.button11);
this.tabPage1.Controls.Add(this.label35); this.tabPage1.Controls.Add(this.label35);
this.tabPage1.Controls.Add(this.textBox4); this.tabPage1.Controls.Add(this.textBox4);
@ -993,6 +995,16 @@ namespace RBXLegacyLauncher
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged); this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
// //
// button6
//
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.button6.Location = new System.Drawing.Point(281, 183);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(109, 24);
this.button6.TabIndex = 45;
this.button6.Text = "admin abilities";
this.button6.UseVisualStyleBackColor = true;
//
// MainForm // MainForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -1043,6 +1055,7 @@ namespace RBXLegacyLauncher
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label45; private System.Windows.Forms.Label label45;

View File

@ -124,20 +124,24 @@ namespace RBXLegacyLauncher
} }
} }
void Button3Click(object sender, EventArgs e) void Button6Click(object sender, EventArgs e)
{ {
DialogResult result = MessageBox.Show("If you want to test out your place, you will have to save your place in RBXLegacy's map folder, then launch your place in Play Solo.","RBXLegacy Launcher - Launch ROBLOX Studio", MessageBoxButtons.OKCancel, MessageBoxIcon.Information); //bloblul
if (result == DialogResult.Cancel) this.Close();
return; }
void Button2Click(object sender, EventArgs e)
{
WriteConfigValues(); WriteConfigValues();
StartStudio(); StartServer();
if (GlobalVars.CloseOnLaunch == true) if (GlobalVars.CloseOnLaunch == true)
{ {
this.WindowState = FormWindowState.Minimized; this.WindowState = FormWindowState.Minimized;
} }
} }
void MainFormLoad(object sender, EventArgs e) void MainFormLoad(object sender, EventArgs e)
{ {
string line1; string line1;

View File

@ -120,9 +120,8 @@
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAh0AAABxCAMAAABGF+HdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAh0AAABxCAMAAABGF+HdAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFAAAA
YQUAAAMAUExURQAAAEdHR/8AAP8REf8jI/80NP9HR/9XV/9paf96eomJif+Jif+YmP+np/+1tcPDw//D R0dH/wAA/xER/yMj/zQ0/0dH/1dX/2lp/3p6iYmJ/4mJ/5iY/6en/7W1w8PD/8PD/9DQ/93d/+zs////
w//Q0P/d3f/s7P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
@ -133,73 +132,74 @@
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
</value> </value>
</data> </data>
<data name="label4.Text" xml:space="preserve"> <data name="label4.Text" xml:space="preserve">