Spring – Rev 1

Subversion Repositories:
Rev:
using System.ComponentModel;
using System.Windows.Forms;

namespace Spring.Settings
{
    partial class SettingsForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.enableMouseMoveCheckBox = new System.Windows.Forms.CheckBox();
            this.enableKeyboardCheckbox = new System.Windows.Forms.CheckBox();
            this.enableMouseClickCheckBox = new System.Windows.Forms.CheckBox();
            this.chargeDelayTrackBar = new System.Windows.Forms.TrackBar();
            this.maximumRepeatsTrackBar = new System.Windows.Forms.TrackBar();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
            this.fuzzTrackBar = new System.Windows.Forms.TrackBar();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.hudPostionPanel = new System.Windows.Forms.Panel();
            this.hudColorLabel = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.enableHudCheckBox = new System.Windows.Forms.CheckBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.whiteListEntryTextBox = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.windowWhiteListListBox = new System.Windows.Forms.ListBox();
            this.enableWindowWhiteListCheckBox = new System.Windows.Forms.CheckBox();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.useRelativeMouseMovementCheckbox = new System.Windows.Forms.CheckBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox2.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chargeDelayTrackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.maximumRepeatsTrackBar)).BeginInit();
            this.groupBox7.SuspendLayout();
            this.tableLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fuzzTrackBar)).BeginInit();
            this.groupBox6.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.flowLayoutPanel3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.flowLayoutPanel4.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tableLayoutPanel4);
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(120, 100);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Spring Loading";
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 1;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.Controls.Add(this.enableMouseMoveCheckBox, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.enableKeyboardCheckbox, 0, 2);
            this.tableLayoutPanel4.Controls.Add(this.enableMouseClickCheckBox, 0, 1);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 3;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(114, 81);
            this.tableLayoutPanel4.TabIndex = 0;
            // 
            // enableMouseMoveCheckBox
            // 
            this.enableMouseMoveCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.enableMouseMoveCheckBox.AutoSize = true;
            this.enableMouseMoveCheckBox.Location = new System.Drawing.Point(3, 5);
            this.enableMouseMoveCheckBox.Name = "enableMouseMoveCheckBox";
            this.enableMouseMoveCheckBox.Size = new System.Drawing.Size(108, 17);
            this.enableMouseMoveCheckBox.TabIndex = 1;
            this.enableMouseMoveCheckBox.Text = "Mouse Move";
            this.enableMouseMoveCheckBox.UseVisualStyleBackColor = true;
            // 
            // enableKeyboardCheckbox
            // 
            this.enableKeyboardCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.enableKeyboardCheckbox.AutoSize = true;
            this.enableKeyboardCheckbox.Location = new System.Drawing.Point(3, 59);
            this.enableKeyboardCheckbox.Name = "enableKeyboardCheckbox";
            this.enableKeyboardCheckbox.Size = new System.Drawing.Size(108, 17);
            this.enableKeyboardCheckbox.TabIndex = 0;
            this.enableKeyboardCheckbox.Text = "Keyboard";
            this.enableKeyboardCheckbox.UseVisualStyleBackColor = true;
            // 
            // enableMouseClickCheckBox
            // 
            this.enableMouseClickCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.enableMouseClickCheckBox.AutoSize = true;
            this.enableMouseClickCheckBox.Location = new System.Drawing.Point(3, 32);
            this.enableMouseClickCheckBox.Name = "enableMouseClickCheckBox";
            this.enableMouseClickCheckBox.Size = new System.Drawing.Size(108, 17);
            this.enableMouseClickCheckBox.TabIndex = 2;
            this.enableMouseClickCheckBox.Text = "Mouse Click";
            this.enableMouseClickCheckBox.UseVisualStyleBackColor = true;
            // 
            // chargeDelayTrackBar
            // 
            this.chargeDelayTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.chargeDelayTrackBar.Location = new System.Drawing.Point(3, 3);
            this.chargeDelayTrackBar.Name = "chargeDelayTrackBar";
            this.chargeDelayTrackBar.Size = new System.Drawing.Size(139, 35);
            this.chargeDelayTrackBar.TabIndex = 0;
            this.chargeDelayTrackBar.Scroll += new System.EventHandler(this.ChargeDelayTrackBar_Scroll);
            // 
            // maximumRepeatsTrackBar
            // 
            this.maximumRepeatsTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.maximumRepeatsTrackBar.Location = new System.Drawing.Point(3, 3);
            this.maximumRepeatsTrackBar.Name = "maximumRepeatsTrackBar";
            this.maximumRepeatsTrackBar.Size = new System.Drawing.Size(139, 35);
            this.maximumRepeatsTrackBar.TabIndex = 0;
            this.maximumRepeatsTrackBar.Scroll += new System.EventHandler(this.MaximumRepeatsTrackBar_Scroll);
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.tableLayoutPanel6);
            this.groupBox7.Location = new System.Drawing.Point(129, 3);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(200, 60);
            this.groupBox7.TabIndex = 0;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Delay Randomization (ms)";
            // 
            // tableLayoutPanel6
            // 
            this.tableLayoutPanel6.ColumnCount = 2;
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.Controls.Add(this.fuzzTrackBar, 0, 0);
            this.tableLayoutPanel6.Controls.Add(this.textBox2, 1, 0);
            this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel6.Name = "tableLayoutPanel6";
            this.tableLayoutPanel6.RowCount = 1;
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel6.Size = new System.Drawing.Size(194, 41);
            this.tableLayoutPanel6.TabIndex = 0;
            // 
            // fuzzTrackBar
            // 
            this.fuzzTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.fuzzTrackBar.Location = new System.Drawing.Point(3, 3);
            this.fuzzTrackBar.Maximum = 1000;
            this.fuzzTrackBar.Name = "fuzzTrackBar";
            this.fuzzTrackBar.Size = new System.Drawing.Size(139, 35);
            this.fuzzTrackBar.TabIndex = 0;
            this.fuzzTrackBar.Scroll += new System.EventHandler(this.FuzzTrackBar_Scroll);
            // 
            // textBox2
            // 
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox2.Location = new System.Drawing.Point(148, 10);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(43, 20);
            this.textBox2.TabIndex = 1;
            this.textBox2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.hudPostionPanel);
            this.groupBox6.Location = new System.Drawing.Point(209, 59);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(200, 150);
            this.groupBox6.TabIndex = 7;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Position";
            // 
            // hudPostionPanel
            // 
            this.hudPostionPanel.BackColor = System.Drawing.Color.Black;
            this.hudPostionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hudPostionPanel.Location = new System.Drawing.Point(3, 16);
            this.hudPostionPanel.Name = "hudPostionPanel";
            this.hudPostionPanel.Size = new System.Drawing.Size(194, 131);
            this.hudPostionPanel.TabIndex = 0;
            this.hudPostionPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HUDPositionPanel_MouseClick);
            // 
            // hudColorLabel
            // 
            this.hudColorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.hudColorLabel.BackColor = System.Drawing.Color.White;
            this.hudColorLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.hudColorLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.hudColorLabel.Location = new System.Drawing.Point(3, 4);
            this.hudColorLabel.MaximumSize = new System.Drawing.Size(23, 23);
            this.hudColorLabel.MinimumSize = new System.Drawing.Size(23, 23);
            this.hudColorLabel.Name = "hudColorLabel";
            this.hudColorLabel.Size = new System.Drawing.Size(23, 23);
            this.hudColorLabel.TabIndex = 3;
            this.hudColorLabel.Click += new System.EventHandler(this.HUDColorLabel_Click);
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(100, 4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(91, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Select Color";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.Button1_Click);
            // 
            // enableHudCheckBox
            // 
            this.enableHudCheckBox.AutoSize = true;
            this.enableHudCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.enableHudCheckBox.Location = new System.Drawing.Point(3, 16);
            this.enableHudCheckBox.Name = "enableHudCheckBox";
            this.enableHudCheckBox.Size = new System.Drawing.Size(194, 31);
            this.enableHudCheckBox.TabIndex = 0;
            this.enableHudCheckBox.Text = "Enable";
            this.enableHudCheckBox.UseVisualStyleBackColor = true;
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.tableLayoutPanel2);
            this.groupBox8.Location = new System.Drawing.Point(3, 59);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(200, 150);
            this.groupBox8.TabIndex = 9;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Window Whitelist";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this.windowWhiteListListBox, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.enableWindowWhiteListCheckBox, 0, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 3;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(194, 131);
            this.tableLayoutPanel2.TabIndex = 0;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 3;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.Controls.Add(this.whiteListEntryTextBox, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.button2, 1, 0);
            this.tableLayoutPanel3.Controls.Add(this.button3, 2, 0);
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 89);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 1;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(188, 39);
            this.tableLayoutPanel3.TabIndex = 8;
            // 
            // whiteListEntryTextBox
            // 
            this.whiteListEntryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.whiteListEntryTextBox.Location = new System.Drawing.Point(3, 9);
            this.whiteListEntryTextBox.Name = "whiteListEntryTextBox";
            this.whiteListEntryTextBox.Size = new System.Drawing.Size(88, 20);
            this.whiteListEntryTextBox.TabIndex = 7;
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.Location = new System.Drawing.Point(97, 8);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(41, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "+";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.Button2_Click);
            // 
            // button3
            // 
            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.button3.Location = new System.Drawing.Point(144, 8);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(41, 23);
            this.button3.TabIndex = 6;
            this.button3.Text = "-";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.Button3_Click);
            // 
            // windowWhiteListListBox
            // 
            this.windowWhiteListListBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowWhiteListListBox.FormattingEnabled = true;
            this.windowWhiteListListBox.Location = new System.Drawing.Point(3, 46);
            this.windowWhiteListListBox.Name = "windowWhiteListListBox";
            this.windowWhiteListListBox.Size = new System.Drawing.Size(188, 37);
            this.windowWhiteListListBox.TabIndex = 4;
            this.windowWhiteListListBox.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
            // 
            // enableWindowWhiteListCheckBox
            // 
            this.enableWindowWhiteListCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.enableWindowWhiteListCheckBox.AutoSize = true;
            this.enableWindowWhiteListCheckBox.Location = new System.Drawing.Point(3, 13);
            this.enableWindowWhiteListCheckBox.Name = "enableWindowWhiteListCheckBox";
            this.enableWindowWhiteListCheckBox.Size = new System.Drawing.Size(188, 17);
            this.enableWindowWhiteListCheckBox.TabIndex = 8;
            this.enableWindowWhiteListCheckBox.Text = "Enable";
            this.enableWindowWhiteListCheckBox.UseVisualStyleBackColor = true;
            // 
            // colorDialog1
            // 
            this.colorDialog1.Color = System.Drawing.Color.White;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Multiline = true;
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(492, 277);
            this.tabControl1.TabIndex = 6;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.flowLayoutPanel3);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(484, 251);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Spring";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // flowLayoutPanel3
            // 
            this.flowLayoutPanel3.Controls.Add(this.groupBox2);
            this.flowLayoutPanel3.Controls.Add(this.groupBox7);
            this.flowLayoutPanel3.Controls.Add(this.groupBox1);
            this.flowLayoutPanel3.Controls.Add(this.groupBox5);
            this.flowLayoutPanel3.Controls.Add(this.groupBox3);
            this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel3.Name = "flowLayoutPanel3";
            this.flowLayoutPanel3.Size = new System.Drawing.Size(478, 245);
            this.flowLayoutPanel3.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tableLayoutPanel5);
            this.groupBox1.Location = new System.Drawing.Point(3, 109);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(200, 60);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Maximum Repeats";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 2;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel5.Controls.Add(this.maximumRepeatsTrackBar, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.textBox1, 1, 0);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 1;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(194, 41);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.Location = new System.Drawing.Point(148, 10);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(43, 20);
            this.textBox1.TabIndex = 1;
            this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.tableLayoutPanel7);
            this.groupBox5.Location = new System.Drawing.Point(209, 109);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(200, 60);
            this.groupBox5.TabIndex = 8;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Charge Delay (ms)";
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.ColumnCount = 2;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel7.Controls.Add(this.chargeDelayTrackBar, 0, 0);
            this.tableLayoutPanel7.Controls.Add(this.textBox3, 1, 0);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 1;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(194, 41);
            this.tableLayoutPanel7.TabIndex = 0;
            // 
            // textBox3
            // 
            this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox3.Location = new System.Drawing.Point(148, 10);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(43, 20);
            this.textBox3.TabIndex = 1;
            this.textBox3.TextChanged += new System.EventHandler(this.TextBox3_TextChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.useRelativeMouseMovementCheckbox);
            this.groupBox3.Location = new System.Drawing.Point(3, 175);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(200, 60);
            this.groupBox3.TabIndex = 9;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Relative Mouse Movement";
            // 
            // useRelativeMouseMovementCheckbox
            // 
            this.useRelativeMouseMovementCheckbox.AutoSize = true;
            this.useRelativeMouseMovementCheckbox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.useRelativeMouseMovementCheckbox.Location = new System.Drawing.Point(3, 16);
            this.useRelativeMouseMovementCheckbox.Name = "useRelativeMouseMovementCheckbox";
            this.useRelativeMouseMovementCheckbox.Size = new System.Drawing.Size(194, 41);
            this.useRelativeMouseMovementCheckbox.TabIndex = 0;
            this.useRelativeMouseMovementCheckbox.Text = "Enable";
            this.useRelativeMouseMovementCheckbox.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.flowLayoutPanel4);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(488, 255);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "OSD";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // flowLayoutPanel4
            // 
            this.flowLayoutPanel4.Controls.Add(this.groupBox10);
            this.flowLayoutPanel4.Controls.Add(this.groupBox9);
            this.flowLayoutPanel4.Controls.Add(this.groupBox8);
            this.flowLayoutPanel4.Controls.Add(this.groupBox6);
            this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel4.Name = "flowLayoutPanel4";
            this.flowLayoutPanel4.Size = new System.Drawing.Size(482, 249);
            this.flowLayoutPanel4.TabIndex = 0;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.enableHudCheckBox);
            this.groupBox10.Location = new System.Drawing.Point(3, 3);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(200, 50);
            this.groupBox10.TabIndex = 10;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "On-Screen Display";
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.tableLayoutPanel1);
            this.groupBox9.Location = new System.Drawing.Point(209, 3);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(200, 50);
            this.groupBox9.TabIndex = 9;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Color";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Controls.Add(this.hudColorLabel, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.button1, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(194, 31);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // SettingsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 281);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(512, 320);
            this.MinimumSize = new System.Drawing.Size(512, 320);
            this.Name = "SettingsForm";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "Settings";
            this.Shown += new System.EventHandler(this.SpringSettingsForm_Shown);
            this.groupBox2.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chargeDelayTrackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.maximumRepeatsTrackBar)).EndInit();
            this.groupBox7.ResumeLayout(false);
            this.tableLayoutPanel6.ResumeLayout(false);
            this.tableLayoutPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fuzzTrackBar)).EndInit();
            this.groupBox6.ResumeLayout(false);
            this.groupBox8.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.flowLayoutPanel3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel5.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.tableLayoutPanel7.ResumeLayout(false);
            this.tableLayoutPanel7.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.flowLayoutPanel4.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.groupBox10.PerformLayout();
            this.groupBox9.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private GroupBox groupBox2;
        private CheckBox enableMouseMoveCheckBox;
        private CheckBox enableKeyboardCheckbox;
        private TrackBar chargeDelayTrackBar;
        private TrackBar maximumRepeatsTrackBar;
        private GroupBox groupBox6;
        private Panel hudPostionPanel;
        private CheckBox enableHudCheckBox;
        private Button button1;
        private ColorDialog colorDialog1;
        private GroupBox groupBox7;
        private TrackBar fuzzTrackBar;
        private Label hudColorLabel;
        private ListBox windowWhiteListListBox;
        private TextBox whiteListEntryTextBox;
        private Button button3;
        private Button button2;
        private GroupBox groupBox8;
        private CheckBox enableWindowWhiteListCheckBox;
        private TableLayoutPanel tableLayoutPanel4;
        private TableLayoutPanel tableLayoutPanel2;
        private TableLayoutPanel tableLayoutPanel3;
        private TabControl tabControl1;
        private TabPage tabPage1;
        private FlowLayoutPanel flowLayoutPanel3;
        private GroupBox groupBox1;
        private GroupBox groupBox5;
        private TabPage tabPage2;
        private FlowLayoutPanel flowLayoutPanel4;
        private GroupBox groupBox10;
        private GroupBox groupBox9;
        private TableLayoutPanel tableLayoutPanel1;
        private TextBox textBox2;
        private TextBox textBox1;
        private TextBox textBox3;
        private TableLayoutPanel tableLayoutPanel6;
        private TableLayoutPanel tableLayoutPanel5;
        private TableLayoutPanel tableLayoutPanel7;
        private CheckBox enableMouseClickCheckBox;
        private GroupBox groupBox3;
        private CheckBox useRelativeMouseMovementCheckbox;
    }
}

Generated by GNU Enscript 1.6.5.90.