dammit carrot

This commit is contained in:
Bitl 2017-07-27 19:08:16 -07:00
parent 6ef86a9148
commit b8460ed84a
17 changed files with 10 additions and 6573 deletions

View File

@ -1,193 +0,0 @@
/*
* Created by SharpDevelop.
* User: BITL
* Date: 5/29/2017
* Time: 8:58 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace RBXLegacyLauncher
{
partial class CharacterCustomization_HatMenu
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <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);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterCustomization_HatMenu));
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.listBox3 = new System.Windows.Forms.ListBox();
this.listBox2 = new System.Windows.Forms.ListBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// label17
//
this.label17.Location = new System.Drawing.Point(155, 181);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(35, 14);
this.label17.TabIndex = 43;
this.label17.Text = "Hat 3";
//
// label16
//
this.label16.Location = new System.Drawing.Point(155, 93);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 13);
this.label16.TabIndex = 42;
this.label16.Text = "Hat 2";
//
// label12
//
this.label12.Location = new System.Drawing.Point(155, 5);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(35, 13);
this.label12.TabIndex = 41;
this.label12.Text = "Hat 1";
//
// listBox3
//
this.listBox3.FormattingEnabled = true;
this.listBox3.Location = new System.Drawing.Point(12, 198);
this.listBox3.Name = "listBox3";
this.listBox3.Size = new System.Drawing.Size(243, 69);
this.listBox3.TabIndex = 40;
this.listBox3.SelectedIndexChanged += new System.EventHandler(this.ListBox3SelectedIndexChanged);
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(12, 109);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(243, 69);
this.listBox2.TabIndex = 39;
this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2SelectedIndexChanged);
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(12, 21);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(243, 69);
this.listBox1.TabIndex = 38;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(261, 21);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(79, 69);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 44;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Location = new System.Drawing.Point(262, 109);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(79, 69);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 45;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Location = new System.Drawing.Point(261, 198);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(79, 69);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 46;
this.pictureBox3.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 273);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(161, 42);
this.button1.TabIndex = 47;
this.button1.Text = "Randomize";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(179, 273);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(161, 42);
this.button2.TabIndex = 48;
this.button2.Text = "Reset";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// CharacterCustomization_HatMenu
//
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(353, 327);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label17);
this.Controls.Add(this.label16);
this.Controls.Add(this.label12);
this.Controls.Add(this.listBox3);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.listBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CharacterCustomization_HatMenu";
this.Text = "Hats";
this.Load += new System.EventHandler(this.CharacterCustomization_HatMenuLoad);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
}
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.ListBox listBox3;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
}
}

View File

@ -1,67 +0,0 @@
/*
* Created by SharpDevelop.
* User: BITL
* Date: 5/29/2017
* Time: 8:58 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Drawing;
using System.Windows.Forms;
using System.IO;
using System.Reflection;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
namespace RBXLegacyLauncher
{
/// <summary>
/// Description of CharacterCustomization_HatMenu.
/// </summary>
public partial class CharacterCustomization_HatMenu : Form
{
public CharacterCustomization_HatMenu()
{
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
//
// TODO: Add constructor code after the InitializeComponent() call.
//
}
void CharacterCustomization_HatMenuLoad(object sender, EventArgs e)
{
}
void ListBox1SelectedIndexChanged(object sender, EventArgs e)
{
}
void ListBox2SelectedIndexChanged(object sender, EventArgs e)
{
}
void ListBox3SelectedIndexChanged(object sender, EventArgs e)
{
}
void Button1Click(object sender, EventArgs e)
{
}
void Button2Click(object sender, EventArgs e)
{
}
}
}

View File

@ -60,10 +60,6 @@
<Compile Include="CharacterCustomization.Designer.cs">
<DependentUpon>CharacterCustomization.cs</DependentUpon>
</Compile>
<Compile Include="CharacterCustomization_HatMenu.cs" />
<Compile Include="CharacterCustomization_HatMenu.Designer.cs">
<DependentUpon>CharacterCustomization_HatMenu.cs</DependentUpon>
</Compile>
<Compile Include="CryptoRandom.cs" />
<Compile Include="DocForm.cs" />
<Compile Include="DocForm.Designer.cs">
@ -101,9 +97,6 @@
<EmbeddedResource Include="CharacterCustomization.resx">
<DependentUpon>CharacterCustomization.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CharacterCustomization_HatMenu.resx">
<DependentUpon>CharacterCustomization_HatMenu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DocForm.resx">
<DependentUpon>DocForm.Designer.cs</DependentUpon>
</EmbeddedResource>

View File

@ -114,6 +114,7 @@ namespace RBXLegacyLauncher
this.button4.TabIndex = 33;
this.button4.Text = "Help";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4Click);
//
// textBox3
//
@ -165,6 +166,7 @@ namespace RBXLegacyLauncher
this.button3.TabIndex = 27;
this.button3.Text = "New clientinfo.txt";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3Click);
//
// checkBox5
//
@ -184,6 +186,7 @@ namespace RBXLegacyLauncher
this.button2.TabIndex = 25;
this.button2.Text = "Load";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// button1
//
@ -193,6 +196,7 @@ namespace RBXLegacyLauncher
this.button1.TabIndex = 24;
this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// label2
//
@ -268,6 +272,7 @@ namespace RBXLegacyLauncher
this.button7.TabIndex = 32;
this.button7.Text = "Save";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.Button7Click);
//
// textBox4
//
@ -275,6 +280,7 @@ namespace RBXLegacyLauncher
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(311, 20);
this.textBox4.TabIndex = 31;
this.textBox4.TextChanged += new System.EventHandler(this.TextBox4TextChanged);
//
// textBox5
//
@ -282,6 +288,7 @@ namespace RBXLegacyLauncher
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(312, 20);
this.textBox5.TabIndex = 30;
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
//
// textBox6
//
@ -289,6 +296,7 @@ namespace RBXLegacyLauncher
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(313, 20);
this.textBox6.TabIndex = 29;
this.textBox6.TextChanged += new System.EventHandler(this.TextBox6TextChanged);
//
// textBox7
//
@ -296,6 +304,7 @@ namespace RBXLegacyLauncher
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(311, 20);
this.textBox7.TabIndex = 28;
this.textBox7.TextChanged += new System.EventHandler(this.TextBox7TextChanged);
//
// label5
//
@ -337,6 +346,7 @@ namespace RBXLegacyLauncher
this.button5.TabIndex = 23;
this.button5.Text = "New info.txt";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.Button5Click);
//
// button6
//

View File

@ -1,13 +0,0 @@
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.csprojResolveAssemblyReference.cache
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.CharacterCustomization.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.CharacterCustomization_HatMenu.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.DocForm.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.LoaderForm.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.MainForm.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.QuickConfigure.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.SDKForm.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.ServerInfo.resources
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.csproj.GenerateResource.Cache
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\bin\Release\RBXLegacyLauncher.exe.config
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\bin\Release\RBXLegacyLauncher.exe
C:\Users\BITL\Documents\GitHub\RBXLegacy-src\RBXLegacyLauncher\RBXLegacyLauncher\obj\Release\RBXLegacyLauncher.exe