other-roblox-projects-src/RBX2007/Origins07_Launcher/RBX2007_Launcher/SoloForm.Designer.cs

1084 lines
49 KiB
C#

/*
* Created by SharpDevelop.
* User: BITL
* Date: 6/4/2017
* Time: 5:24 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace RBX2007_Launcher
{
partial class SoloForm
{
/// <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(SoloForm));
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.ColorButton25 = new System.Windows.Forms.Button();
this.ColorButton16 = new System.Windows.Forms.Button();
this.ColorButton7 = new System.Windows.Forms.Button();
this.ColorButton32 = new System.Windows.Forms.Button();
this.ColorButton33 = new System.Windows.Forms.Button();
this.ColorButton17 = new System.Windows.Forms.Button();
this.ColorButton28 = new System.Windows.Forms.Button();
this.ColorButton15 = new System.Windows.Forms.Button();
this.ColorButton9 = new System.Windows.Forms.Button();
this.ColorButton31 = new System.Windows.Forms.Button();
this.ColorButton24 = new System.Windows.Forms.Button();
this.ColorButton34 = new System.Windows.Forms.Button();
this.ColorButton8 = new System.Windows.Forms.Button();
this.ColorButton18 = new System.Windows.Forms.Button();
this.ColorButton22 = new System.Windows.Forms.Button();
this.ColorButton10 = new System.Windows.Forms.Button();
this.ColorButton38 = new System.Windows.Forms.Button();
this.ColorButton23 = new System.Windows.Forms.Button();
this.ColorButton27 = new System.Windows.Forms.Button();
this.ColorButton14 = new System.Windows.Forms.Button();
this.ColorButton11 = new System.Windows.Forms.Button();
this.ColorButton26 = new System.Windows.Forms.Button();
this.ColorButton21 = new System.Windows.Forms.Button();
this.ColorButton35 = new System.Windows.Forms.Button();
this.ColorButton37 = new System.Windows.Forms.Button();
this.ColorButton30 = new System.Windows.Forms.Button();
this.ColorButton20 = new System.Windows.Forms.Button();
this.ColorButton13 = new System.Windows.Forms.Button();
this.ColorButton12 = new System.Windows.Forms.Button();
this.ColorButton19 = new System.Windows.Forms.Button();
this.ColorButton29 = new System.Windows.Forms.Button();
this.ColorButton36 = new System.Windows.Forms.Button();
this.LLegButton6 = new System.Windows.Forms.Button();
this.RLegButton5 = new System.Windows.Forms.Button();
this.LArmButton4 = new System.Windows.Forms.Button();
this.RArmButton3 = new System.Windows.Forms.Button();
this.TorsoButton2 = new System.Windows.Forms.Button();
this.HeadButton1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.PartSelectionLabel2 = new System.Windows.Forms.Label();
this.PartLabel1 = new System.Windows.Forms.Label();
this.ResetColorsButton40 = new System.Windows.Forms.Button();
this.RandColorsButton39 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.listBox2 = new System.Windows.Forms.ListBox();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.panel1Head = new System.Windows.Forms.Panel();
this.panel2Torso = new System.Windows.Forms.Panel();
this.panel5RLeg = new System.Windows.Forms.Panel();
this.panel3LLeg = new System.Windows.Forms.Panel();
this.panel4LArm = new System.Windows.Forms.Panel();
this.panel6RArm = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button7 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(212, 94);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(222, 20);
this.textBox1.TabIndex = 0;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(144, 94);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 20);
this.label1.TabIndex = 1;
this.label1.Text = "Username";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 418);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(552, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Launch!";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(302, 150);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(86, 86);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.IntegralHeight = false;
this.listBox1.Location = new System.Drawing.Point(396, 141);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(168, 107);
this.listBox1.TabIndex = 4;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
//
// ColorButton25
//
this.ColorButton25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(126)))), ((int)(((byte)(71)))));
this.ColorButton25.Location = new System.Drawing.Point(122, 189);
this.ColorButton25.Name = "ColorButton25";
this.ColorButton25.Size = new System.Drawing.Size(16, 18);
this.ColorButton25.TabIndex = 100;
this.ColorButton25.UseVisualStyleBackColor = false;
this.ColorButton25.Click += new System.EventHandler(this.ColorButton25Click);
//
// ColorButton16
//
this.ColorButton16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(153)))), ((int)(((byte)(201)))));
this.ColorButton16.Location = new System.Drawing.Point(144, 165);
this.ColorButton16.Name = "ColorButton16";
this.ColorButton16.Size = new System.Drawing.Size(16, 18);
this.ColorButton16.TabIndex = 93;
this.ColorButton16.UseVisualStyleBackColor = false;
this.ColorButton16.Click += new System.EventHandler(this.ColorButton16Click);
//
// ColorButton7
//
this.ColorButton7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
this.ColorButton7.Location = new System.Drawing.Point(99, 141);
this.ColorButton7.Name = "ColorButton7";
this.ColorButton7.Size = new System.Drawing.Size(17, 18);
this.ColorButton7.TabIndex = 83;
this.ColorButton7.UseVisualStyleBackColor = false;
this.ColorButton7.Click += new System.EventHandler(this.ColorButton7Click);
//
// ColorButton32
//
this.ColorButton32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(135)))), ((int)(((byte)(121)))));
this.ColorButton32.Location = new System.Drawing.Point(144, 213);
this.ColorButton32.Name = "ColorButton32";
this.ColorButton32.Size = new System.Drawing.Size(16, 18);
this.ColorButton32.TabIndex = 109;
this.ColorButton32.UseVisualStyleBackColor = false;
this.ColorButton32.Click += new System.EventHandler(this.ColorButton32Click);
//
// ColorButton33
//
this.ColorButton33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(186)))), ((int)(((byte)(200)))));
this.ColorButton33.Location = new System.Drawing.Point(122, 213);
this.ColorButton33.Name = "ColorButton33";
this.ColorButton33.Size = new System.Drawing.Size(16, 18);
this.ColorButton33.TabIndex = 108;
this.ColorButton33.UseVisualStyleBackColor = false;
this.ColorButton33.Click += new System.EventHandler(this.ColorButton33Click);
//
// ColorButton17
//
this.ColorButton17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(143)))), ((int)(((byte)(155)))));
this.ColorButton17.Location = new System.Drawing.Point(122, 165);
this.ColorButton17.Name = "ColorButton17";
this.ColorButton17.Size = new System.Drawing.Size(16, 18);
this.ColorButton17.TabIndex = 92;
this.ColorButton17.UseVisualStyleBackColor = false;
this.ColorButton17.Click += new System.EventHandler(this.ColorButton17Click);
//
// ColorButton28
//
this.ColorButton28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(95)))), ((int)(((byte)(55)))));
this.ColorButton28.Location = new System.Drawing.Point(234, 189);
this.ColorButton28.Name = "ColorButton28";
this.ColorButton28.Size = new System.Drawing.Size(16, 18);
this.ColorButton28.TabIndex = 105;
this.ColorButton28.UseVisualStyleBackColor = false;
this.ColorButton28.Click += new System.EventHandler(this.ColorButton28Click);
//
// ColorButton15
//
this.ColorButton15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(187)))), ((int)(((byte)(219)))));
this.ColorButton15.Location = new System.Drawing.Point(166, 165);
this.ColorButton15.Name = "ColorButton15";
this.ColorButton15.Size = new System.Drawing.Size(16, 18);
this.ColorButton15.TabIndex = 94;
this.ColorButton15.UseVisualStyleBackColor = false;
this.ColorButton15.Click += new System.EventHandler(this.ColorButton15Click);
//
// ColorButton9
//
this.ColorButton9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(162)))), ((int)(((byte)(165)))));
this.ColorButton9.Location = new System.Drawing.Point(144, 141);
this.ColorButton9.Name = "ColorButton9";
this.ColorButton9.Size = new System.Drawing.Size(16, 18);
this.ColorButton9.TabIndex = 85;
this.ColorButton9.UseVisualStyleBackColor = false;
this.ColorButton9.Click += new System.EventHandler(this.ColorButton9Click);
//
// ColorButton31
//
this.ColorButton31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(196)))), ((int)(((byte)(153)))));
this.ColorButton31.Location = new System.Drawing.Point(167, 213);
this.ColorButton31.Name = "ColorButton31";
this.ColorButton31.Size = new System.Drawing.Size(16, 18);
this.ColorButton31.TabIndex = 110;
this.ColorButton31.UseVisualStyleBackColor = false;
this.ColorButton31.Click += new System.EventHandler(this.ColorButton31Click);
//
// ColorButton24
//
this.ColorButton24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(150)))), ((int)(((byte)(73)))));
this.ColorButton24.Location = new System.Drawing.Point(144, 189);
this.ColorButton24.Name = "ColorButton24";
this.ColorButton24.Size = new System.Drawing.Size(16, 18);
this.ColorButton24.TabIndex = 101;
this.ColorButton24.UseVisualStyleBackColor = false;
this.ColorButton24.Click += new System.EventHandler(this.ColorButton24Click);
//
// ColorButton34
//
this.ColorButton34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(50)))), ((int)(((byte)(123)))));
this.ColorButton34.Location = new System.Drawing.Point(99, 213);
this.ColorButton34.Name = "ColorButton34";
this.ColorButton34.Size = new System.Drawing.Size(17, 18);
this.ColorButton34.TabIndex = 107;
this.ColorButton34.UseVisualStyleBackColor = false;
this.ColorButton34.Click += new System.EventHandler(this.ColorButton34Click);
//
// ColorButton8
//
this.ColorButton8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(229)))), ((int)(((byte)(224)))));
this.ColorButton8.Location = new System.Drawing.Point(122, 141);
this.ColorButton8.Name = "ColorButton8";
this.ColorButton8.Size = new System.Drawing.Size(16, 18);
this.ColorButton8.TabIndex = 84;
this.ColorButton8.UseVisualStyleBackColor = false;
this.ColorButton8.Click += new System.EventHandler(this.ColorButton8Click);
//
// ColorButton18
//
this.ColorButton18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(105)))), ((int)(((byte)(172)))));
this.ColorButton18.Location = new System.Drawing.Point(99, 165);
this.ColorButton18.Name = "ColorButton18";
this.ColorButton18.Size = new System.Drawing.Size(17, 18);
this.ColorButton18.TabIndex = 91;
this.ColorButton18.UseVisualStyleBackColor = false;
this.ColorButton18.Click += new System.EventHandler(this.ColorButton18Click);
//
// ColorButton22
//
this.ColorButton22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(210)))), ((int)(((byte)(228)))));
this.ColorButton22.Location = new System.Drawing.Point(189, 165);
this.ColorButton22.Name = "ColorButton22";
this.ColorButton22.Size = new System.Drawing.Size(17, 18);
this.ColorButton22.TabIndex = 95;
this.ColorButton22.UseVisualStyleBackColor = false;
this.ColorButton22.Click += new System.EventHandler(this.ColorButton22Click);
//
// ColorButton10
//
this.ColorButton10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(95)))), ((int)(((byte)(96)))));
this.ColorButton10.Location = new System.Drawing.Point(167, 141);
this.ColorButton10.Name = "ColorButton10";
this.ColorButton10.Size = new System.Drawing.Size(16, 18);
this.ColorButton10.TabIndex = 86;
this.ColorButton10.UseVisualStyleBackColor = false;
this.ColorButton10.Click += new System.EventHandler(this.ColorButton10Click);
//
// ColorButton38
//
this.ColorButton38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(122)))), ((int)(((byte)(118)))));
this.ColorButton38.Location = new System.Drawing.Point(189, 213);
this.ColorButton38.Name = "ColorButton38";
this.ColorButton38.Size = new System.Drawing.Size(17, 18);
this.ColorButton38.TabIndex = 111;
this.ColorButton38.UseVisualStyleBackColor = false;
this.ColorButton38.Click += new System.EventHandler(this.ColorButton38Click);
//
// ColorButton23
//
this.ColorButton23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(189)))), ((int)(((byte)(71)))));
this.ColorButton23.Location = new System.Drawing.Point(167, 189);
this.ColorButton23.Name = "ColorButton23";
this.ColorButton23.Size = new System.Drawing.Size(16, 18);
this.ColorButton23.TabIndex = 102;
this.ColorButton23.UseVisualStyleBackColor = false;
this.ColorButton23.Click += new System.EventHandler(this.ColorButton23Click);
//
// ColorButton27
//
this.ColorButton27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(63)))), ((int)(((byte)(39)))));
this.ColorButton27.Location = new System.Drawing.Point(256, 189);
this.ColorButton27.Name = "ColorButton27";
this.ColorButton27.Size = new System.Drawing.Size(16, 18);
this.ColorButton27.TabIndex = 106;
this.ColorButton27.UseVisualStyleBackColor = false;
this.ColorButton27.Click += new System.EventHandler(this.ColorButton27Click);
//
// ColorButton14
//
this.ColorButton14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(42)))), ((int)(((byte)(53)))));
this.ColorButton14.Location = new System.Drawing.Point(189, 141);
this.ColorButton14.Name = "ColorButton14";
this.ColorButton14.Size = new System.Drawing.Size(17, 18);
this.ColorButton14.TabIndex = 87;
this.ColorButton14.UseVisualStyleBackColor = false;
this.ColorButton14.Click += new System.EventHandler(this.ColorButton14Click);
//
// ColorButton11
//
this.ColorButton11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(234)))), ((int)(((byte)(142)))));
this.ColorButton11.Location = new System.Drawing.Point(256, 141);
this.ColorButton11.Name = "ColorButton11";
this.ColorButton11.Size = new System.Drawing.Size(16, 18);
this.ColorButton11.TabIndex = 90;
this.ColorButton11.UseVisualStyleBackColor = false;
this.ColorButton11.Click += new System.EventHandler(this.ColorButton11Click);
//
// ColorButton26
//
this.ColorButton26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(70)))), ((int)(((byte)(43)))));
this.ColorButton26.Location = new System.Drawing.Point(99, 189);
this.ColorButton26.Name = "ColorButton26";
this.ColorButton26.Size = new System.Drawing.Size(17, 18);
this.ColorButton26.TabIndex = 99;
this.ColorButton26.UseVisualStyleBackColor = false;
this.ColorButton26.Click += new System.EventHandler(this.ColorButton26Click);
//
// ColorButton21
//
this.ColorButton21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(134)))), ((int)(((byte)(156)))));
this.ColorButton21.Location = new System.Drawing.Point(212, 165);
this.ColorButton21.Name = "ColorButton21";
this.ColorButton21.Size = new System.Drawing.Size(16, 18);
this.ColorButton21.TabIndex = 96;
this.ColorButton21.UseVisualStyleBackColor = false;
this.ColorButton21.Click += new System.EventHandler(this.ColorButton21Click);
//
// ColorButton35
//
this.ColorButton35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(185)))), ((int)(((byte)(145)))));
this.ColorButton35.Location = new System.Drawing.Point(256, 213);
this.ColorButton35.Name = "ColorButton35";
this.ColorButton35.Size = new System.Drawing.Size(16, 18);
this.ColorButton35.TabIndex = 114;
this.ColorButton35.UseVisualStyleBackColor = false;
this.ColorButton35.Click += new System.EventHandler(this.ColorButton35Click);
//
// ColorButton37
//
this.ColorButton37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(92)))), ((int)(((byte)(69)))));
this.ColorButton37.Location = new System.Drawing.Point(212, 213);
this.ColorButton37.Name = "ColorButton37";
this.ColorButton37.Size = new System.Drawing.Size(16, 18);
this.ColorButton37.TabIndex = 112;
this.ColorButton37.UseVisualStyleBackColor = false;
this.ColorButton37.Click += new System.EventHandler(this.ColorButton37Click);
//
// ColorButton30
//
this.ColorButton30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(196)))), ((int)(((byte)(140)))));
this.ColorButton30.Location = new System.Drawing.Point(189, 189);
this.ColorButton30.Name = "ColorButton30";
this.ColorButton30.Size = new System.Drawing.Size(17, 18);
this.ColorButton30.TabIndex = 103;
this.ColorButton30.UseVisualStyleBackColor = false;
this.ColorButton30.Click += new System.EventHandler(this.ColorButton30Click);
//
// ColorButton20
//
this.ColorButton20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(134)))), ((int)(((byte)(64)))));
this.ColorButton20.Location = new System.Drawing.Point(234, 165);
this.ColorButton20.Name = "ColorButton20";
this.ColorButton20.Size = new System.Drawing.Size(16, 18);
this.ColorButton20.TabIndex = 97;
this.ColorButton20.UseVisualStyleBackColor = false;
this.ColorButton20.Click += new System.EventHandler(this.ColorButton20Click);
//
// ColorButton13
//
this.ColorButton13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(40)))), ((int)(((byte)(27)))));
this.ColorButton13.Location = new System.Drawing.Point(212, 141);
this.ColorButton13.Name = "ColorButton13";
this.ColorButton13.Size = new System.Drawing.Size(16, 18);
this.ColorButton13.TabIndex = 88;
this.ColorButton13.UseVisualStyleBackColor = false;
this.ColorButton13.Click += new System.EventHandler(this.ColorButton13Click);
//
// ColorButton12
//
this.ColorButton12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.ColorButton12.Location = new System.Drawing.Point(234, 141);
this.ColorButton12.Name = "ColorButton12";
this.ColorButton12.Size = new System.Drawing.Size(16, 18);
this.ColorButton12.TabIndex = 89;
this.ColorButton12.UseVisualStyleBackColor = false;
this.ColorButton12.Click += new System.EventHandler(this.ColorButton12Click);
//
// ColorButton19
//
this.ColorButton19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(155)))), ((int)(((byte)(63)))));
this.ColorButton19.Location = new System.Drawing.Point(256, 165);
this.ColorButton19.Name = "ColorButton19";
this.ColorButton19.Size = new System.Drawing.Size(16, 18);
this.ColorButton19.TabIndex = 98;
this.ColorButton19.UseVisualStyleBackColor = false;
this.ColorButton19.Click += new System.EventHandler(this.ColorButton19Click);
//
// ColorButton29
//
this.ColorButton29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(144)))), ((int)(((byte)(130)))));
this.ColorButton29.Location = new System.Drawing.Point(212, 189);
this.ColorButton29.Name = "ColorButton29";
this.ColorButton29.Size = new System.Drawing.Size(16, 18);
this.ColorButton29.TabIndex = 104;
this.ColorButton29.UseVisualStyleBackColor = false;
this.ColorButton29.Click += new System.EventHandler(this.ColorButton29Click);
//
// ColorButton36
//
this.ColorButton36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(142)))), ((int)(((byte)(105)))));
this.ColorButton36.Location = new System.Drawing.Point(234, 213);
this.ColorButton36.Name = "ColorButton36";
this.ColorButton36.Size = new System.Drawing.Size(16, 18);
this.ColorButton36.TabIndex = 113;
this.ColorButton36.UseVisualStyleBackColor = false;
this.ColorButton36.Click += new System.EventHandler(this.ColorButton36Click);
//
// LLegButton6
//
this.LLegButton6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(189)))), ((int)(((byte)(71)))));
this.LLegButton6.Location = new System.Drawing.Point(44, 208);
this.LLegButton6.Name = "LLegButton6";
this.LLegButton6.Size = new System.Drawing.Size(18, 40);
this.LLegButton6.TabIndex = 120;
this.LLegButton6.UseVisualStyleBackColor = false;
this.LLegButton6.Click += new System.EventHandler(this.LLegButton6Click);
//
// RLegButton5
//
this.RLegButton5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(189)))), ((int)(((byte)(71)))));
this.RLegButton5.Location = new System.Drawing.Point(23, 208);
this.RLegButton5.Name = "RLegButton5";
this.RLegButton5.Size = new System.Drawing.Size(18, 40);
this.RLegButton5.TabIndex = 119;
this.RLegButton5.UseVisualStyleBackColor = false;
this.RLegButton5.Click += new System.EventHandler(this.RLegButton5Click);
//
// LArmButton4
//
this.LArmButton4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.LArmButton4.Location = new System.Drawing.Point(64, 165);
this.LArmButton4.Name = "LArmButton4";
this.LArmButton4.Size = new System.Drawing.Size(18, 42);
this.LArmButton4.TabIndex = 118;
this.LArmButton4.UseVisualStyleBackColor = false;
this.LArmButton4.Click += new System.EventHandler(this.LArmButton4Click);
//
// RArmButton3
//
this.RArmButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.RArmButton3.Location = new System.Drawing.Point(4, 165);
this.RArmButton3.Name = "RArmButton3";
this.RArmButton3.Size = new System.Drawing.Size(18, 42);
this.RArmButton3.TabIndex = 117;
this.RArmButton3.UseVisualStyleBackColor = false;
this.RArmButton3.Click += new System.EventHandler(this.RArmButton3Click);
//
// TorsoButton2
//
this.TorsoButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(105)))), ((int)(((byte)(172)))));
this.TorsoButton2.Location = new System.Drawing.Point(23, 165);
this.TorsoButton2.Name = "TorsoButton2";
this.TorsoButton2.Size = new System.Drawing.Size(40, 42);
this.TorsoButton2.TabIndex = 116;
this.TorsoButton2.UseVisualStyleBackColor = false;
this.TorsoButton2.Click += new System.EventHandler(this.TorsoButton2Click);
//
// HeadButton1
//
this.HeadButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.HeadButton1.Location = new System.Drawing.Point(31, 142);
this.HeadButton1.Name = "HeadButton1";
this.HeadButton1.Size = new System.Drawing.Size(22, 22);
this.HeadButton1.TabIndex = 115;
this.HeadButton1.UseVisualStyleBackColor = false;
this.HeadButton1.Click += new System.EventHandler(this.HeadButton1Click);
//
// label3
//
this.label3.Location = new System.Drawing.Point(4, 122);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(274, 18);
this.label3.TabIndex = 121;
this.label3.Text = "Body Colors";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label4.Location = new System.Drawing.Point(7, 120);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(550, 2);
this.label4.TabIndex = 122;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(144, 12);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(290, 76);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 124;
this.pictureBox2.TabStop = false;
//
// PartSelectionLabel2
//
this.PartSelectionLabel2.Location = new System.Drawing.Point(194, 234);
this.PartSelectionLabel2.Name = "PartSelectionLabel2";
this.PartSelectionLabel2.Size = new System.Drawing.Size(80, 16);
this.PartSelectionLabel2.TabIndex = 126;
//
// PartLabel1
//
this.PartLabel1.Location = new System.Drawing.Point(99, 234);
this.PartLabel1.Name = "PartLabel1";
this.PartLabel1.Size = new System.Drawing.Size(105, 16);
this.PartLabel1.TabIndex = 125;
this.PartLabel1.Text = "SELECTED PART:";
//
// ResetColorsButton40
//
this.ResetColorsButton40.Location = new System.Drawing.Point(158, 260);
this.ResetColorsButton40.Name = "ResetColorsButton40";
this.ResetColorsButton40.Size = new System.Drawing.Size(46, 25);
this.ResetColorsButton40.TabIndex = 127;
this.ResetColorsButton40.Text = "Reset";
this.ResetColorsButton40.UseVisualStyleBackColor = true;
this.ResetColorsButton40.Click += new System.EventHandler(this.ResetColorsButton40Click);
//
// RandColorsButton39
//
this.RandColorsButton39.Location = new System.Drawing.Point(90, 260);
this.RandColorsButton39.Name = "RandColorsButton39";
this.RandColorsButton39.Size = new System.Drawing.Size(62, 25);
this.RandColorsButton39.TabIndex = 128;
this.RandColorsButton39.Text = "Random";
this.RandColorsButton39.UseVisualStyleBackColor = true;
this.RandColorsButton39.Click += new System.EventHandler(this.RandColorsButton39Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(433, 259);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(46, 26);
this.button2.TabIndex = 130;
this.button2.Text = "Reset";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(364, 259);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(63, 26);
this.button8.TabIndex = 129;
this.button8.Text = "Random";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.Button8Click);
//
// label6
//
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label6.Location = new System.Drawing.Point(7, 295);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(550, 2);
this.label6.TabIndex = 136;
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(12, 317);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(260, 95);
this.listBox2.TabIndex = 135;
//
// label7
//
this.label7.Location = new System.Drawing.Point(12, 297);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(260, 17);
this.label7.TabIndex = 134;
this.label7.Text = "Maps";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label5
//
this.label5.Location = new System.Drawing.Point(285, 300);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(279, 16);
this.label5.TabIndex = 140;
this.label5.Text = "Game Options";
this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label8
//
this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label8.Location = new System.Drawing.Point(284, 120);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(2, 176);
this.label8.TabIndex = 141;
//
// label10
//
this.label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label10.Location = new System.Drawing.Point(284, 295);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(2, 118);
this.label10.TabIndex = 142;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"None",
"4",
"8"});
this.comboBox1.Location = new System.Drawing.Point(292, 330);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(66, 21);
this.comboBox1.TabIndex = 143;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
//
// label11
//
this.label11.Location = new System.Drawing.Point(292, 313);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(66, 15);
this.label11.TabIndex = 144;
this.label11.Text = "Anti-Aliasing";
//
// checkBox1
//
this.checkBox1.Location = new System.Drawing.Point(292, 353);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(73, 24);
this.checkBox1.TabIndex = 145;
this.checkBox1.Text = "Shadows";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
//
// checkBox2
//
this.checkBox2.Location = new System.Drawing.Point(292, 371);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(66, 24);
this.checkBox2.TabIndex = 148;
this.checkBox2.Text = "Shaders";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2CheckedChanged);
//
// checkBox3
//
this.checkBox3.Location = new System.Drawing.Point(292, 392);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(80, 21);
this.checkBox3.TabIndex = 149;
this.checkBox3.Text = "2006 Mode";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.CheckBox3CheckedChanged);
//
// checkBox4
//
this.checkBox4.Location = new System.Drawing.Point(9, 73);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(125, 17);
this.checkBox4.TabIndex = 151;
this.checkBox4.Text = "Random Body Colors";
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged);
//
// panel1Head
//
this.panel1Head.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.panel1Head.Location = new System.Drawing.Point(149, 20);
this.panel1Head.Name = "panel1Head";
this.panel1Head.Size = new System.Drawing.Size(15, 15);
this.panel1Head.TabIndex = 152;
//
// panel2Torso
//
this.panel2Torso.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(162)))), ((int)(((byte)(165)))));
this.panel2Torso.Location = new System.Drawing.Point(145, 37);
this.panel2Torso.Name = "panel2Torso";
this.panel2Torso.Size = new System.Drawing.Size(23, 23);
this.panel2Torso.TabIndex = 153;
//
// panel5RLeg
//
this.panel5RLeg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(189)))), ((int)(((byte)(71)))));
this.panel5RLeg.Location = new System.Drawing.Point(145, 62);
this.panel5RLeg.Name = "panel5RLeg";
this.panel5RLeg.Size = new System.Drawing.Size(10, 26);
this.panel5RLeg.TabIndex = 156;
//
// panel3LLeg
//
this.panel3LLeg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(189)))), ((int)(((byte)(71)))));
this.panel3LLeg.Location = new System.Drawing.Point(158, 62);
this.panel3LLeg.Name = "panel3LLeg";
this.panel3LLeg.Size = new System.Drawing.Size(10, 26);
this.panel3LLeg.TabIndex = 159;
//
// panel4LArm
//
this.panel4LArm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.panel4LArm.Location = new System.Drawing.Point(172, 37);
this.panel4LArm.Name = "panel4LArm";
this.panel4LArm.Size = new System.Drawing.Size(10, 23);
this.panel4LArm.TabIndex = 160;
//
// panel6RArm
//
this.panel6RArm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.panel6RArm.Location = new System.Drawing.Point(131, 37);
this.panel6RArm.Name = "panel6RArm";
this.panel6RArm.Size = new System.Drawing.Size(10, 23);
this.panel6RArm.TabIndex = 161;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.button9);
this.groupBox1.Controls.Add(this.button10);
this.groupBox1.Controls.Add(this.button11);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.checkBox4);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.panel6RArm);
this.groupBox1.Controls.Add(this.panel4LArm);
this.groupBox1.Controls.Add(this.panel3LLeg);
this.groupBox1.Controls.Add(this.panel1Head);
this.groupBox1.Controls.Add(this.panel5RLeg);
this.groupBox1.Controls.Add(this.panel2Torso);
this.groupBox1.Location = new System.Drawing.Point(373, 319);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(191, 94);
this.groupBox1.TabIndex = 162;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "2006 Mode Options";
//
// button7
//
this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(186)))), ((int)(((byte)(200)))));
this.button7.Location = new System.Drawing.Point(82, 53);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(17, 18);
this.button7.TabIndex = 174;
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.Button7Click);
//
// button9
//
this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(189)))), ((int)(((byte)(71)))));
this.button9.Location = new System.Drawing.Point(60, 53);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(17, 18);
this.button9.TabIndex = 173;
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.Button9Click);
//
// button10
//
this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(95)))), ((int)(((byte)(53)))));
this.button10.Location = new System.Drawing.Point(37, 53);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(17, 18);
this.button10.TabIndex = 172;
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.Button10Click);
//
// button11
//
this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(187)))), ((int)(((byte)(219)))));
this.button11.Location = new System.Drawing.Point(15, 53);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(17, 18);
this.button11.TabIndex = 171;
this.button11.UseVisualStyleBackColor = false;
this.button11.Click += new System.EventHandler(this.Button11Click);
//
// button5
//
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(205)))), ((int)(((byte)(48)))));
this.button5.Location = new System.Drawing.Point(82, 29);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(17, 18);
this.button5.TabIndex = 170;
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.Button5Click);
//
// button6
//
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(105)))), ((int)(((byte)(172)))));
this.button6.Location = new System.Drawing.Point(60, 29);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(17, 18);
this.button6.TabIndex = 169;
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.Button6Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(112)))), ((int)(((byte)(160)))));
this.button4.Location = new System.Drawing.Point(37, 29);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(17, 18);
this.button4.TabIndex = 168;
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.Button4Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(162)))), ((int)(((byte)(165)))));
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(15, 29);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(17, 18);
this.button3.TabIndex = 167;
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.Button3Click);
//
// label9
//
this.label9.Location = new System.Drawing.Point(23, 14);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 12);
this.label9.TabIndex = 166;
this.label9.Text = "Color Presets";
//
// label2
//
this.label2.Location = new System.Drawing.Point(292, 122);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(265, 16);
this.label2.TabIndex = 5;
this.label2.Text = "Hat";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// SoloForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(574, 446);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.label11);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label10);
this.Controls.Add(this.label8);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.label7);
this.Controls.Add(this.button2);
this.Controls.Add(this.button8);
this.Controls.Add(this.ResetColorsButton40);
this.Controls.Add(this.RandColorsButton39);
this.Controls.Add(this.PartSelectionLabel2);
this.Controls.Add(this.PartLabel1);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.LLegButton6);
this.Controls.Add(this.RLegButton5);
this.Controls.Add(this.LArmButton4);
this.Controls.Add(this.RArmButton3);
this.Controls.Add(this.TorsoButton2);
this.Controls.Add(this.HeadButton1);
this.Controls.Add(this.ColorButton25);
this.Controls.Add(this.ColorButton16);
this.Controls.Add(this.ColorButton7);
this.Controls.Add(this.ColorButton32);
this.Controls.Add(this.ColorButton33);
this.Controls.Add(this.ColorButton17);
this.Controls.Add(this.ColorButton28);
this.Controls.Add(this.ColorButton15);
this.Controls.Add(this.ColorButton9);
this.Controls.Add(this.ColorButton31);
this.Controls.Add(this.ColorButton24);
this.Controls.Add(this.ColorButton34);
this.Controls.Add(this.ColorButton8);
this.Controls.Add(this.ColorButton18);
this.Controls.Add(this.ColorButton22);
this.Controls.Add(this.ColorButton10);
this.Controls.Add(this.ColorButton38);
this.Controls.Add(this.ColorButton23);
this.Controls.Add(this.ColorButton27);
this.Controls.Add(this.ColorButton14);
this.Controls.Add(this.ColorButton11);
this.Controls.Add(this.ColorButton26);
this.Controls.Add(this.ColorButton21);
this.Controls.Add(this.ColorButton35);
this.Controls.Add(this.ColorButton37);
this.Controls.Add(this.ColorButton30);
this.Controls.Add(this.ColorButton20);
this.Controls.Add(this.ColorButton13);
this.Controls.Add(this.ColorButton12);
this.Controls.Add(this.ColorButton19);
this.Controls.Add(this.ColorButton29);
this.Controls.Add(this.ColorButton36);
this.Controls.Add(this.label2);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "SoloForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "RBX2007";
this.Load += new System.EventHandler(this.NameFormLoad);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Panel panel6RArm;
private System.Windows.Forms.Panel panel4LArm;
private System.Windows.Forms.Panel panel3LLeg;
private System.Windows.Forms.Panel panel5RLeg;
private System.Windows.Forms.Panel panel2Torso;
private System.Windows.Forms.Panel panel1Head;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button RandColorsButton39;
private System.Windows.Forms.Button ResetColorsButton40;
private System.Windows.Forms.Label PartLabel1;
private System.Windows.Forms.Label PartSelectionLabel2;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button HeadButton1;
private System.Windows.Forms.Button TorsoButton2;
private System.Windows.Forms.Button RArmButton3;
private System.Windows.Forms.Button LArmButton4;
private System.Windows.Forms.Button RLegButton5;
private System.Windows.Forms.Button LLegButton6;
private System.Windows.Forms.Button ColorButton36;
private System.Windows.Forms.Button ColorButton29;
private System.Windows.Forms.Button ColorButton19;
private System.Windows.Forms.Button ColorButton12;
private System.Windows.Forms.Button ColorButton13;
private System.Windows.Forms.Button ColorButton20;
private System.Windows.Forms.Button ColorButton30;
private System.Windows.Forms.Button ColorButton37;
private System.Windows.Forms.Button ColorButton35;
private System.Windows.Forms.Button ColorButton21;
private System.Windows.Forms.Button ColorButton26;
private System.Windows.Forms.Button ColorButton11;
private System.Windows.Forms.Button ColorButton14;
private System.Windows.Forms.Button ColorButton27;
private System.Windows.Forms.Button ColorButton23;
private System.Windows.Forms.Button ColorButton38;
private System.Windows.Forms.Button ColorButton10;
private System.Windows.Forms.Button ColorButton22;
private System.Windows.Forms.Button ColorButton18;
private System.Windows.Forms.Button ColorButton8;
private System.Windows.Forms.Button ColorButton34;
private System.Windows.Forms.Button ColorButton24;
private System.Windows.Forms.Button ColorButton31;
private System.Windows.Forms.Button ColorButton9;
private System.Windows.Forms.Button ColorButton15;
private System.Windows.Forms.Button ColorButton28;
private System.Windows.Forms.Button ColorButton17;
private System.Windows.Forms.Button ColorButton33;
private System.Windows.Forms.Button ColorButton32;
private System.Windows.Forms.Button ColorButton7;
private System.Windows.Forms.Button ColorButton16;
private System.Windows.Forms.Button ColorButton25;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
}
}