other-roblox-projects-src/Cypher/Origins07_Launcher/Cypher_Launcher/SoloForm.Designer.cs

877 lines
40 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 Cypher_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.label2 = new System.Windows.Forms.Label();
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.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label9 = 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();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(273, 94);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(130, 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(189, 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(4, 396);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(561, 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(292, 144);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(128, 104);
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(426, 144);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(136, 104);
this.listBox1.TabIndex = 4;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
//
// label2
//
this.label2.Location = new System.Drawing.Point(288, 120);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(274, 21);
this.label2.TabIndex = 5;
this.label2.Text = "Hat";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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)(199)))));
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)(130)))), ((int)(((byte)(186)))), ((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)(163)))), ((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)(47)))));
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)(47)))));
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)(47)))));
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)(47)))));
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, 120);
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(141, 253);
this.ResetColorsButton40.Name = "ResetColorsButton40";
this.ResetColorsButton40.Size = new System.Drawing.Size(137, 27);
this.ResetColorsButton40.TabIndex = 127;
this.ResetColorsButton40.Text = "Reset Colors";
this.ResetColorsButton40.UseVisualStyleBackColor = true;
this.ResetColorsButton40.Click += new System.EventHandler(this.ResetColorsButton40Click);
//
// RandColorsButton39
//
this.RandColorsButton39.Location = new System.Drawing.Point(5, 253);
this.RandColorsButton39.Name = "RandColorsButton39";
this.RandColorsButton39.Size = new System.Drawing.Size(131, 27);
this.RandColorsButton39.TabIndex = 128;
this.RandColorsButton39.Text = "Randomize Colors";
this.RandColorsButton39.UseVisualStyleBackColor = true;
this.RandColorsButton39.Click += new System.EventHandler(this.RandColorsButton39Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(426, 253);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(136, 27);
this.button2.TabIndex = 130;
this.button2.Text = "Reset Hats";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(290, 253);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(130, 27);
this.button8.TabIndex = 129;
this.button8.Text = "Randomize Hats";
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, 69);
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;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(420, 317);
this.numericUpDown1.Maximum = new decimal(new int[] {
128,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(119, 20);
this.numericUpDown1.TabIndex = 138;
this.numericUpDown1.ValueChanged += new System.EventHandler(this.NumericUpDown1ValueChanged);
//
// label9
//
this.label9.Location = new System.Drawing.Point(355, 319);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(59, 18);
this.label9.TabIndex = 139;
this.label9.Text = "Bot Count";
//
// label5
//
this.label5.Location = new System.Drawing.Point(278, 298);
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, 98);
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(420, 343);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(119, 21);
this.comboBox1.TabIndex = 143;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
//
// label11
//
this.label11.Location = new System.Drawing.Point(348, 346);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(66, 21);
this.label11.TabIndex = 144;
this.label11.Text = "AA Samples";
//
// checkBox1
//
this.checkBox1.Location = new System.Drawing.Point(398, 366);
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);
//
// 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, 426);
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.label9);
this.Controls.Add(this.numericUpDown1);
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.Name = "SoloForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Cypher";
this.Load += new System.EventHandler(this.NameFormLoad);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
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 label9;
private System.Windows.Forms.NumericUpDown numericUpDown1;
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;
}
}