Example #1
0
        public void CalnetProc(MetroFramework.Controls.MetroTextBox abc, MetroFramework.Controls.MetroToggle tg, NotifyIcon nf)
        {
            PerformanceCounterCategory performanceCounterCategory = new PerformanceCounterCategory("Network Interface");

            string[] instances = performanceCounterCategory.GetInstanceNames();

            List <PerformanceCounter> pcarr1 = new List <PerformanceCounter>();
            List <PerformanceCounter> pcarr2 = new List <PerformanceCounter>();

            foreach (string name in instances)
            {
                PerformanceCounter performanceCounterSent     = new PerformanceCounter("Network Interface", "Bytes Sent/sec", name);
                PerformanceCounter performanceCounterReceived = new PerformanceCounter("Network Interface", "Bytes Received/sec", name);
                pcarr1.Add(performanceCounterSent);
                pcarr2.Add(performanceCounterReceived);
            }

            double sum_s    = 0;
            double sum_r    = 0;
            string return_s = "";
            int    sum_s_i  = 0;
            int    sum_r_i  = 0;

            while (true)
            {
                if (tg.Checked == false)
                {
                    abc.Text = "NETWORK DETECTION OFF";
                    Thread.CurrentThread.Interrupt();
                    Thread.CurrentThread.Abort();
                    break;
                }
                sum_s = 0;
                sum_r = 0;
                foreach (PerformanceCounter instance in pcarr1)
                {
                    sum_s += instance.NextValue();
                }
                foreach (PerformanceCounter instance in pcarr2)
                {
                    sum_r += instance.NextValue();
                }
                sum_s_i = (int)(sum_s / 1024);
                sum_r_i = (int)(sum_r / 1024);
                if (sum_s_i > 1024)
                {
                    nf.ShowBalloonTip(2000, "WARNING", "Send data over 1MB", ToolTipIcon.Warning);
                }
                return_s = "sent: " + (sum_s_i).ToString() + "KB \nreceived: " + (sum_r_i).ToString() + "KB";
                abc.Text = return_s;
                System.Threading.Thread.Sleep(1000);
            }
        }
 /// <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(FormMain));
     this.panelBackground = new System.Windows.Forms.Panel();
     this.panelControlBackground = new System.Windows.Forms.Panel();
     this.labelName = new System.Windows.Forms.Label();
     this.panelNavigationBackground = new System.Windows.Forms.Panel();
     this.labelNavigationToggleDescription = new System.Windows.Forms.Label();
     this.panelButtonDatabaseEditor = new System.Windows.Forms.Panel();
     this.panelAccentDatabaseEditor = new System.Windows.Forms.Panel();
     this.buttonDatabaseEditor = new System.Windows.Forms.Button();
     this.panelButtonDataGenerator = new System.Windows.Forms.Panel();
     this.panelAccentDataGenerator = new System.Windows.Forms.Panel();
     this.buttonDataGenerator = new System.Windows.Forms.Button();
     this.panelButtonScriptEditor = new System.Windows.Forms.Panel();
     this.panelAccentScriptEditor = new System.Windows.Forms.Panel();
     this.buttonScriptEditor = new System.Windows.Forms.Button();
     this.toggle = new MetroFramework.Controls.MetroToggle();
     this.labelComputerName = new System.Windows.Forms.Label();
     this.pictureboxPenguin = new System.Windows.Forms.PictureBox();
     this.panelButtonSettings = new System.Windows.Forms.Panel();
     this.panelAccentSettings = new System.Windows.Forms.Panel();
     this.buttonSettings = new System.Windows.Forms.Button();
     this.panelButtonConfiguration = new System.Windows.Forms.Panel();
     this.panelAccentConfiguration = new System.Windows.Forms.Panel();
     this.buttonConfiguration = new System.Windows.Forms.Button();
     this.panelButtonComponentEditor = new System.Windows.Forms.Panel();
     this.panelAccentComponentEditor = new System.Windows.Forms.Panel();
     this.buttonComponentBuilder = new System.Windows.Forms.Button();
     this.panelButtonDataEditor = new System.Windows.Forms.Panel();
     this.panelAccentDataEditor = new System.Windows.Forms.Panel();
     this.buttonDataEditor = new System.Windows.Forms.Button();
     this.panelButtonDashboard = new System.Windows.Forms.Panel();
     this.panelAccentDashboard = new System.Windows.Forms.Panel();
     this.buttonDashboard = new System.Windows.Forms.Button();
     this.panelBackground.SuspendLayout();
     this.panelControlBackground.SuspendLayout();
     this.panelNavigationBackground.SuspendLayout();
     this.panelButtonDatabaseEditor.SuspendLayout();
     this.panelButtonDataGenerator.SuspendLayout();
     this.panelButtonScriptEditor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureboxPenguin)).BeginInit();
     this.panelButtonSettings.SuspendLayout();
     this.panelButtonConfiguration.SuspendLayout();
     this.panelButtonComponentEditor.SuspendLayout();
     this.panelButtonDataEditor.SuspendLayout();
     this.panelButtonDashboard.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBackground
     //
     this.panelBackground.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelBackground.Controls.Add(this.panelControlBackground);
     this.panelBackground.Controls.Add(this.panelNavigationBackground);
     this.panelBackground.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelBackground.Location = new System.Drawing.Point(0, 60);
     this.panelBackground.Name = "panelBackground";
     this.panelBackground.Size = new System.Drawing.Size(1590, 790);
     this.panelBackground.TabIndex = 0;
     //
     // panelControlBackground
     //
     this.panelControlBackground.BackgroundImage = global::StreamLineUi.Properties.Resources.backsplash;
     this.panelControlBackground.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelControlBackground.Controls.Add(this.labelName);
     this.panelControlBackground.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControlBackground.Location = new System.Drawing.Point(150, 0);
     this.panelControlBackground.Name = "panelControlBackground";
     this.panelControlBackground.Size = new System.Drawing.Size(1438, 788);
     this.panelControlBackground.TabIndex = 0;
     //
     // labelName
     //
     this.labelName.BackColor = System.Drawing.Color.White;
     this.labelName.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.labelName.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelName.ForeColor = System.Drawing.Color.DarkGray;
     this.labelName.Location = new System.Drawing.Point(0, 751);
     this.labelName.Name = "labelName";
     this.labelName.Padding = new System.Windows.Forms.Padding(5);
     this.labelName.Size = new System.Drawing.Size(1436, 35);
     this.labelName.TabIndex = 0;
     this.labelName.Text = "By: Prince Choudhury";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelNavigationBackground
     //
     this.panelNavigationBackground.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
     this.panelNavigationBackground.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelNavigationBackground.Controls.Add(this.labelNavigationToggleDescription);
     this.panelNavigationBackground.Controls.Add(this.panelButtonDatabaseEditor);
     this.panelNavigationBackground.Controls.Add(this.panelButtonDataGenerator);
     this.panelNavigationBackground.Controls.Add(this.panelButtonScriptEditor);
     this.panelNavigationBackground.Controls.Add(this.toggle);
     this.panelNavigationBackground.Controls.Add(this.labelComputerName);
     this.panelNavigationBackground.Controls.Add(this.pictureboxPenguin);
     this.panelNavigationBackground.Controls.Add(this.panelButtonSettings);
     this.panelNavigationBackground.Controls.Add(this.panelButtonConfiguration);
     this.panelNavigationBackground.Controls.Add(this.panelButtonComponentEditor);
     this.panelNavigationBackground.Controls.Add(this.panelButtonDataEditor);
     this.panelNavigationBackground.Controls.Add(this.panelButtonDashboard);
     this.panelNavigationBackground.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelNavigationBackground.Location = new System.Drawing.Point(0, 0);
     this.panelNavigationBackground.Name = "panelNavigationBackground";
     this.panelNavigationBackground.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
     this.panelNavigationBackground.Size = new System.Drawing.Size(150, 788);
     this.panelNavigationBackground.TabIndex = 0;
     //
     // labelNavigationToggleDescription
     //
     this.labelNavigationToggleDescription.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55)))));
     this.labelNavigationToggleDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.labelNavigationToggleDescription.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelNavigationToggleDescription.ForeColor = System.Drawing.Color.DarkGray;
     this.labelNavigationToggleDescription.Location = new System.Drawing.Point(0, 743);
     this.labelNavigationToggleDescription.Name = "labelNavigationToggleDescription";
     this.labelNavigationToggleDescription.Padding = new System.Windows.Forms.Padding(5);
     this.labelNavigationToggleDescription.Size = new System.Drawing.Size(148, 26);
     this.labelNavigationToggleDescription.TabIndex = 1;
     this.labelNavigationToggleDescription.Text = "Clean Navigation";
     this.labelNavigationToggleDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelButtonDatabaseEditor
     //
     this.panelButtonDatabaseEditor.Controls.Add(this.panelAccentDatabaseEditor);
     this.panelButtonDatabaseEditor.Controls.Add(this.buttonDatabaseEditor);
     this.panelButtonDatabaseEditor.Location = new System.Drawing.Point(0, 482);
     this.panelButtonDatabaseEditor.Name = "panelButtonDatabaseEditor";
     this.panelButtonDatabaseEditor.Size = new System.Drawing.Size(148, 70);
     this.panelButtonDatabaseEditor.TabIndex = 0;
     //
     // panelAccentDatabaseEditor
     //
     this.panelAccentDatabaseEditor.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentDatabaseEditor.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentDatabaseEditor.Location = new System.Drawing.Point(0, 0);
     this.panelAccentDatabaseEditor.Name = "panelAccentDatabaseEditor";
     this.panelAccentDatabaseEditor.Size = new System.Drawing.Size(5, 70);
     this.panelAccentDatabaseEditor.TabIndex = 0;
     //
     // buttonDatabaseEditor
     //
     this.buttonDatabaseEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDatabaseEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonDatabaseEditor.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDatabaseEditor.FlatAppearance.BorderSize = 0;
     this.buttonDatabaseEditor.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDatabaseEditor.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDatabaseEditor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDatabaseEditor.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonDatabaseEditor.ForeColor = System.Drawing.Color.White;
     this.buttonDatabaseEditor.Image = global::StreamLineUi.Properties.Resources.database;
     this.buttonDatabaseEditor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonDatabaseEditor.Location = new System.Drawing.Point(0, 0);
     this.buttonDatabaseEditor.Name = "buttonDatabaseEditor";
     this.buttonDatabaseEditor.Size = new System.Drawing.Size(148, 70);
     this.buttonDatabaseEditor.TabIndex = 0;
     this.buttonDatabaseEditor.Text = "Edit Database";
     this.buttonDatabaseEditor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonDatabaseEditor.UseVisualStyleBackColor = false;
     this.buttonDatabaseEditor.Click += new System.EventHandler(this.action_ViewDatabaseEditor);
     //
     // panelButtonDataGenerator
     //
     this.panelButtonDataGenerator.Controls.Add(this.panelAccentDataGenerator);
     this.panelButtonDataGenerator.Controls.Add(this.buttonDataGenerator);
     this.panelButtonDataGenerator.Location = new System.Drawing.Point(0, 340);
     this.panelButtonDataGenerator.Name = "panelButtonDataGenerator";
     this.panelButtonDataGenerator.Size = new System.Drawing.Size(148, 70);
     this.panelButtonDataGenerator.TabIndex = 0;
     //
     // panelAccentDataGenerator
     //
     this.panelAccentDataGenerator.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentDataGenerator.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentDataGenerator.Location = new System.Drawing.Point(0, 0);
     this.panelAccentDataGenerator.Name = "panelAccentDataGenerator";
     this.panelAccentDataGenerator.Size = new System.Drawing.Size(5, 70);
     this.panelAccentDataGenerator.TabIndex = 0;
     //
     // buttonDataGenerator
     //
     this.buttonDataGenerator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDataGenerator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonDataGenerator.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDataGenerator.FlatAppearance.BorderSize = 0;
     this.buttonDataGenerator.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDataGenerator.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDataGenerator.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDataGenerator.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonDataGenerator.ForeColor = System.Drawing.Color.White;
     this.buttonDataGenerator.Image = global::StreamLineUi.Properties.Resources.random_data;
     this.buttonDataGenerator.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonDataGenerator.Location = new System.Drawing.Point(0, 0);
     this.buttonDataGenerator.Name = "buttonDataGenerator";
     this.buttonDataGenerator.Size = new System.Drawing.Size(148, 70);
     this.buttonDataGenerator.TabIndex = 0;
     this.buttonDataGenerator.Text = "Generate Data";
     this.buttonDataGenerator.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonDataGenerator.UseVisualStyleBackColor = false;
     this.buttonDataGenerator.Click += new System.EventHandler(this.action_ViewDataGenerator);
     //
     // panelButtonScriptEditor
     //
     this.panelButtonScriptEditor.Controls.Add(this.panelAccentScriptEditor);
     this.panelButtonScriptEditor.Controls.Add(this.buttonScriptEditor);
     this.panelButtonScriptEditor.Location = new System.Drawing.Point(0, 198);
     this.panelButtonScriptEditor.Name = "panelButtonScriptEditor";
     this.panelButtonScriptEditor.Size = new System.Drawing.Size(148, 70);
     this.panelButtonScriptEditor.TabIndex = 0;
     //
     // panelAccentScriptEditor
     //
     this.panelAccentScriptEditor.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentScriptEditor.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentScriptEditor.Location = new System.Drawing.Point(0, 0);
     this.panelAccentScriptEditor.Name = "panelAccentScriptEditor";
     this.panelAccentScriptEditor.Size = new System.Drawing.Size(5, 70);
     this.panelAccentScriptEditor.TabIndex = 0;
     //
     // buttonScriptEditor
     //
     this.buttonScriptEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonScriptEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonScriptEditor.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonScriptEditor.FlatAppearance.BorderSize = 0;
     this.buttonScriptEditor.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonScriptEditor.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonScriptEditor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonScriptEditor.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonScriptEditor.ForeColor = System.Drawing.Color.White;
     this.buttonScriptEditor.Image = global::StreamLineUi.Properties.Resources.script_builder;
     this.buttonScriptEditor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonScriptEditor.Location = new System.Drawing.Point(0, 0);
     this.buttonScriptEditor.Name = "buttonScriptEditor";
     this.buttonScriptEditor.Size = new System.Drawing.Size(148, 70);
     this.buttonScriptEditor.TabIndex = 0;
     this.buttonScriptEditor.Text = "Script Flow";
     this.buttonScriptEditor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonScriptEditor.UseVisualStyleBackColor = false;
     this.buttonScriptEditor.Click += new System.EventHandler(this.action_ViewScriptEditor);
     //
     // toggle
     //
     this.toggle.AutoSize = true;
     this.toggle.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toggle.Location = new System.Drawing.Point(0, 769);
     this.toggle.Name = "toggle";
     this.toggle.Size = new System.Drawing.Size(148, 17);
     this.toggle.TabIndex = 0;
     this.toggle.Text = "Off";
     this.toggle.UseSelectable = true;
     this.toggle.CheckedChanged += new System.EventHandler(this.action_SlimNavigation);
     //
     // labelComputerName
     //
     this.labelComputerName.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelComputerName.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelComputerName.ForeColor = System.Drawing.Color.White;
     this.labelComputerName.Location = new System.Drawing.Point(0, 51);
     this.labelComputerName.Name = "labelComputerName";
     this.labelComputerName.Size = new System.Drawing.Size(148, 53);
     this.labelComputerName.TabIndex = 0;
     this.labelComputerName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureboxPenguin
     //
     this.pictureboxPenguin.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureboxPenguin.Image = global::StreamLineUi.Properties.Resources.logo;
     this.pictureboxPenguin.Location = new System.Drawing.Point(0, 20);
     this.pictureboxPenguin.Name = "pictureboxPenguin";
     this.pictureboxPenguin.Size = new System.Drawing.Size(148, 31);
     this.pictureboxPenguin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureboxPenguin.TabIndex = 9;
     this.pictureboxPenguin.TabStop = false;
     //
     // panelButtonSettings
     //
     this.panelButtonSettings.Controls.Add(this.panelAccentSettings);
     this.panelButtonSettings.Controls.Add(this.buttonSettings);
     this.panelButtonSettings.Location = new System.Drawing.Point(0, 624);
     this.panelButtonSettings.Name = "panelButtonSettings";
     this.panelButtonSettings.Size = new System.Drawing.Size(148, 70);
     this.panelButtonSettings.TabIndex = 0;
     //
     // panelAccentSettings
     //
     this.panelAccentSettings.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentSettings.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentSettings.Location = new System.Drawing.Point(0, 0);
     this.panelAccentSettings.Name = "panelAccentSettings";
     this.panelAccentSettings.Size = new System.Drawing.Size(5, 70);
     this.panelAccentSettings.TabIndex = 0;
     //
     // buttonSettings
     //
     this.buttonSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonSettings.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonSettings.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonSettings.FlatAppearance.BorderSize = 0;
     this.buttonSettings.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonSettings.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSettings.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonSettings.ForeColor = System.Drawing.Color.White;
     this.buttonSettings.Image = global::StreamLineUi.Properties.Resources.settings;
     this.buttonSettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonSettings.Location = new System.Drawing.Point(0, 0);
     this.buttonSettings.Name = "buttonSettings";
     this.buttonSettings.Size = new System.Drawing.Size(148, 70);
     this.buttonSettings.TabIndex = 0;
     this.buttonSettings.Text = "Settings";
     this.buttonSettings.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonSettings.UseVisualStyleBackColor = false;
     this.buttonSettings.Click += new System.EventHandler(this.action_ViewSettings);
     //
     // panelButtonConfiguration
     //
     this.panelButtonConfiguration.Controls.Add(this.panelAccentConfiguration);
     this.panelButtonConfiguration.Controls.Add(this.buttonConfiguration);
     this.panelButtonConfiguration.Location = new System.Drawing.Point(0, 553);
     this.panelButtonConfiguration.Name = "panelButtonConfiguration";
     this.panelButtonConfiguration.Size = new System.Drawing.Size(148, 70);
     this.panelButtonConfiguration.TabIndex = 0;
     //
     // panelAccentConfiguration
     //
     this.panelAccentConfiguration.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentConfiguration.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentConfiguration.Location = new System.Drawing.Point(0, 0);
     this.panelAccentConfiguration.Name = "panelAccentConfiguration";
     this.panelAccentConfiguration.Size = new System.Drawing.Size(5, 70);
     this.panelAccentConfiguration.TabIndex = 0;
     //
     // buttonConfiguration
     //
     this.buttonConfiguration.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonConfiguration.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonConfiguration.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonConfiguration.FlatAppearance.BorderSize = 0;
     this.buttonConfiguration.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonConfiguration.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonConfiguration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonConfiguration.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonConfiguration.ForeColor = System.Drawing.Color.White;
     this.buttonConfiguration.Image = global::StreamLineUi.Properties.Resources.configuration;
     this.buttonConfiguration.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonConfiguration.Location = new System.Drawing.Point(0, 0);
     this.buttonConfiguration.Name = "buttonConfiguration";
     this.buttonConfiguration.Size = new System.Drawing.Size(148, 70);
     this.buttonConfiguration.TabIndex = 0;
     this.buttonConfiguration.Text = "Configuration";
     this.buttonConfiguration.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonConfiguration.UseVisualStyleBackColor = false;
     this.buttonConfiguration.Click += new System.EventHandler(this.action_ViewConfiguration);
     //
     // panelButtonComponentEditor
     //
     this.panelButtonComponentEditor.Controls.Add(this.panelAccentComponentEditor);
     this.panelButtonComponentEditor.Controls.Add(this.buttonComponentBuilder);
     this.panelButtonComponentEditor.Location = new System.Drawing.Point(0, 269);
     this.panelButtonComponentEditor.Name = "panelButtonComponentEditor";
     this.panelButtonComponentEditor.Size = new System.Drawing.Size(148, 70);
     this.panelButtonComponentEditor.TabIndex = 0;
     //
     // panelAccentComponentEditor
     //
     this.panelAccentComponentEditor.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentComponentEditor.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentComponentEditor.Location = new System.Drawing.Point(0, 0);
     this.panelAccentComponentEditor.Name = "panelAccentComponentEditor";
     this.panelAccentComponentEditor.Size = new System.Drawing.Size(5, 70);
     this.panelAccentComponentEditor.TabIndex = 0;
     //
     // buttonComponentBuilder
     //
     this.buttonComponentBuilder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonComponentBuilder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonComponentBuilder.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonComponentBuilder.FlatAppearance.BorderSize = 0;
     this.buttonComponentBuilder.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonComponentBuilder.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonComponentBuilder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonComponentBuilder.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonComponentBuilder.ForeColor = System.Drawing.Color.White;
     this.buttonComponentBuilder.Image = global::StreamLineUi.Properties.Resources.component_builder;
     this.buttonComponentBuilder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonComponentBuilder.Location = new System.Drawing.Point(0, 0);
     this.buttonComponentBuilder.Name = "buttonComponentBuilder";
     this.buttonComponentBuilder.Size = new System.Drawing.Size(148, 70);
     this.buttonComponentBuilder.TabIndex = 0;
     this.buttonComponentBuilder.Text = "Components";
     this.buttonComponentBuilder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonComponentBuilder.UseVisualStyleBackColor = false;
     this.buttonComponentBuilder.Click += new System.EventHandler(this.action_ViewComponentEditor);
     //
     // panelButtonDataEditor
     //
     this.panelButtonDataEditor.Controls.Add(this.panelAccentDataEditor);
     this.panelButtonDataEditor.Controls.Add(this.buttonDataEditor);
     this.panelButtonDataEditor.Location = new System.Drawing.Point(0, 411);
     this.panelButtonDataEditor.Name = "panelButtonDataEditor";
     this.panelButtonDataEditor.Size = new System.Drawing.Size(148, 70);
     this.panelButtonDataEditor.TabIndex = 0;
     //
     // panelAccentDataEditor
     //
     this.panelAccentDataEditor.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentDataEditor.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentDataEditor.Location = new System.Drawing.Point(0, 0);
     this.panelAccentDataEditor.Name = "panelAccentDataEditor";
     this.panelAccentDataEditor.Size = new System.Drawing.Size(5, 70);
     this.panelAccentDataEditor.TabIndex = 0;
     //
     // buttonDataEditor
     //
     this.buttonDataEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDataEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonDataEditor.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDataEditor.FlatAppearance.BorderSize = 0;
     this.buttonDataEditor.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDataEditor.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDataEditor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDataEditor.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonDataEditor.ForeColor = System.Drawing.Color.White;
     this.buttonDataEditor.Image = global::StreamLineUi.Properties.Resources.test_data;
     this.buttonDataEditor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonDataEditor.Location = new System.Drawing.Point(0, 0);
     this.buttonDataEditor.Name = "buttonDataEditor";
     this.buttonDataEditor.Size = new System.Drawing.Size(148, 70);
     this.buttonDataEditor.TabIndex = 0;
     this.buttonDataEditor.Text = "Edit Test Data";
     this.buttonDataEditor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonDataEditor.UseVisualStyleBackColor = false;
     this.buttonDataEditor.Click += new System.EventHandler(this.action_ViewDataEditor);
     //
     // panelButtonDashboard
     //
     this.panelButtonDashboard.Controls.Add(this.panelAccentDashboard);
     this.panelButtonDashboard.Controls.Add(this.buttonDashboard);
     this.panelButtonDashboard.Location = new System.Drawing.Point(0, 127);
     this.panelButtonDashboard.Name = "panelButtonDashboard";
     this.panelButtonDashboard.Size = new System.Drawing.Size(148, 70);
     this.panelButtonDashboard.TabIndex = 0;
     //
     // panelAccentDashboard
     //
     this.panelAccentDashboard.BackColor = System.Drawing.Color.DodgerBlue;
     this.panelAccentDashboard.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAccentDashboard.Location = new System.Drawing.Point(0, 0);
     this.panelAccentDashboard.Name = "panelAccentDashboard";
     this.panelAccentDashboard.Size = new System.Drawing.Size(5, 70);
     this.panelAccentDashboard.TabIndex = 0;
     //
     // buttonDashboard
     //
     this.buttonDashboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDashboard.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonDashboard.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45)))));
     this.buttonDashboard.FlatAppearance.BorderSize = 0;
     this.buttonDashboard.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDashboard.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.buttonDashboard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDashboard.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonDashboard.ForeColor = System.Drawing.Color.White;
     this.buttonDashboard.Image = global::StreamLineUi.Properties.Resources.dashboard;
     this.buttonDashboard.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonDashboard.Location = new System.Drawing.Point(0, 0);
     this.buttonDashboard.Name = "buttonDashboard";
     this.buttonDashboard.Size = new System.Drawing.Size(148, 70);
     this.buttonDashboard.TabIndex = 0;
     this.buttonDashboard.Text = "Dashboard";
     this.buttonDashboard.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonDashboard.UseVisualStyleBackColor = false;
     this.buttonDashboard.Click += new System.EventHandler(this.action_ViewDashboard);
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1590, 850);
     this.Controls.Add(this.panelBackground);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormMain";
     this.Padding = new System.Windows.Forms.Padding(0, 60, 0, 0);
     this.Sizable = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "StreamLine";
     this.Load += new System.EventHandler(this.action_FormLoad);
     this.panelBackground.ResumeLayout(false);
     this.panelControlBackground.ResumeLayout(false);
     this.panelNavigationBackground.ResumeLayout(false);
     this.panelNavigationBackground.PerformLayout();
     this.panelButtonDatabaseEditor.ResumeLayout(false);
     this.panelButtonDataGenerator.ResumeLayout(false);
     this.panelButtonScriptEditor.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureboxPenguin)).EndInit();
     this.panelButtonSettings.ResumeLayout(false);
     this.panelButtonConfiguration.ResumeLayout(false);
     this.panelButtonComponentEditor.ResumeLayout(false);
     this.panelButtonDataEditor.ResumeLayout(false);
     this.panelButtonDashboard.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <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(Tool_AW));
     System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem19 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem20 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem21 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem22 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem23 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem24 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem25 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem26 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem27 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem28 = new System.Windows.Forms.ListViewItem(new string[] {
     "",
     ""}, -1);
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label1 = new System.Windows.Forms.Label();
     this.TabAW = new LogIn_Theme_Dll_By_xVenoxi.LogInTabControl();
     this.TabHome = new System.Windows.Forms.TabPage();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.label31 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.logInButton77 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInGroupBox1 = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.LoginGroupbox = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.metroButton2 = new MetroFramework.Controls.MetroButton();
     this.metroButton1 = new MetroFramework.Controls.MetroButton();
     this.metroButton8 = new MetroFramework.Controls.MetroButton();
     this.labelConnect = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.logInRadioButton2 = new LogIn_Theme_Dll_By_xVenoxi.LogInRadioButton();
     this.RadioCCAPI = new LogIn_Theme_Dll_By_xVenoxi.LogInRadioButton();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.numHOURS = new System.Windows.Forms.NumericUpDown();
     this.numMINUTES = new System.Windows.Forms.NumericUpDown();
     this.numDAY = new System.Windows.Forms.NumericUpDown();
     this.checkACC = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.logInNumericACCURACY = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label7 = new System.Windows.Forms.Label();
     this.logInButton16 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.checkTIME = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkDEATHS = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkKILLS = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkGP = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkLOSSES = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkWINS = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkPRESTIGE = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.checkSCORE = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.labelSPM = new System.Windows.Forms.Label();
     this.labelRatioWL = new System.Windows.Forms.Label();
     this.labelRatioKD = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.logInButton6 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInButton5 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInButton4 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInButton3 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInButton2 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInCheckBoxUNALL = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.logInNumericDEATHS = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label14 = new System.Windows.Forms.Label();
     this.logInNumericKILLS = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label15 = new System.Windows.Forms.Label();
     this.logInNumericGAMESPLAYED = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label16 = new System.Windows.Forms.Label();
     this.logInNumericLOSSES = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label11 = new System.Windows.Forms.Label();
     this.logInNumericWINS = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label12 = new System.Windows.Forms.Label();
     this.logInNumericPRESTIGE = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label6 = new System.Windows.Forms.Label();
     this.logInCheckBoxLVL50 = new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox();
     this.logInNumericSCORE = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label68 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.logInGroupBox4 = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.textBoxCLANTAG = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.logInButton1 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInGroupBox3 = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.logInButton9 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInNormalTextBox1 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.logInGroupBox25 = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.label69 = new System.Windows.Forms.Label();
     this.label83 = new System.Windows.Forms.Label();
     this.label84 = new System.Windows.Forms.Label();
     this.label85 = new System.Windows.Forms.Label();
     this.label86 = new System.Windows.Forms.Label();
     this.label95 = new System.Windows.Forms.Label();
     this.label103 = new System.Windows.Forms.Label();
     this.label104 = new System.Windows.Forms.Label();
     this.label105 = new System.Windows.Forms.Label();
     this.label106 = new System.Windows.Forms.Label();
     this.label107 = new System.Windows.Forms.Label();
     this.label108 = new System.Windows.Forms.Label();
     this.logInGroupBox2 = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.logInButton8 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.Classe6 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.Classe10 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.logInButton7 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.Classe9 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.textBox24 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.Classe7 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.Classe8 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.Classe5 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.Classe4 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.Classe3 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.Classe2 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.Classe1 = new LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.logInButton13 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.listView1 = new System.Windows.Forms.ListView();
     this.ClientNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ClientName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.logInGroupBox5 = new LogIn_Theme_Dll_By_xVenoxi.LogInGroupBox();
     this.metroToggle8 = new MetroFramework.Controls.MetroToggle();
     this.label30 = new System.Windows.Forms.Label();
     this.metroToggle6 = new MetroFramework.Controls.MetroToggle();
     this.metroToggle5 = new MetroFramework.Controls.MetroToggle();
     this.metroToggle4 = new MetroFramework.Controls.MetroToggle();
     this.metroToggle3 = new MetroFramework.Controls.MetroToggle();
     this.metroToggle2 = new MetroFramework.Controls.MetroToggle();
     this.metroToggle1 = new MetroFramework.Controls.MetroToggle();
     this.label33 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.logInNumericTIMEMINFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.logInNumericTIMEDAYFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.logInNumericTIMEHFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.logInNumericDEATHSFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label60 = new System.Windows.Forms.Label();
     this.logInNumericKILLSFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label61 = new System.Windows.Forms.Label();
     this.logInNumericGPFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label62 = new System.Windows.Forms.Label();
     this.logInNumericLOSSESFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label63 = new System.Windows.Forms.Label();
     this.logInNumericWINSFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label64 = new System.Windows.Forms.Label();
     this.logInNumericSCOREFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label65 = new System.Windows.Forms.Label();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label98 = new System.Windows.Forms.Label();
     this.label157 = new System.Windows.Forms.Label();
     this.label158 = new System.Windows.Forms.Label();
     this.logInButton12 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.logInNumericPRESTIGEFL = new LogIn_Theme_Dll_By_xVenoxi.LogInNumeric();
     this.label43 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.groupBoxEBOOT = new System.Windows.Forms.GroupBox();
     this.label91 = new System.Windows.Forms.Label();
     this.label97 = new System.Windows.Forms.Label();
     this.label92 = new System.Windows.Forms.Label();
     this.label93 = new System.Windows.Forms.Label();
     this.label94 = new System.Windows.Forms.Label();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.logInButton11 = new LogIn_Theme_Dll_By_xVenoxi.LogInButton();
     this.label42 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.TabAW.SuspendLayout();
     this.TabHome.SuspendLayout();
     this.logInGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.LoginGroupbox.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numHOURS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMINUTES)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numDAY)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.logInGroupBox4.SuspendLayout();
     this.logInGroupBox3.SuspendLayout();
     this.logInGroupBox25.SuspendLayout();
     this.logInGroupBox2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.logInGroupBox5.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.groupBox20.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.groupBoxEBOOT.SuspendLayout();
     this.groupBox14.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Location = new System.Drawing.Point(89, 12);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(19, 20);
     this.pictureBox2.TabIndex = 294;
     this.pictureBox2.TabStop = false;
     this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pictureBox1.Location = new System.Drawing.Point(63, 12);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(19, 20);
     this.pictureBox1.TabIndex = 293;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(185)))), ((int)(((byte)(55)))));
     this.label1.Location = new System.Drawing.Point(114, 14);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(245, 17);
     this.label1.TabIndex = 296;
     this.label1.Text = "Tool Advanced Warfare - By OasixFTW";
     //
     // TabAW
     //
     this.TabAW.ActiveColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.TabAW.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.TabAW.BackTabColour = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.TabAW.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(12)))), ((int)(((byte)(12)))));
     this.TabAW.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.TabAW.Controls.Add(this.TabHome);
     this.TabAW.Controls.Add(this.tabPage1);
     this.TabAW.Controls.Add(this.tabPage2);
     this.TabAW.Controls.Add(this.tabPage3);
     this.TabAW.Controls.Add(this.tabPage5);
     this.TabAW.Controls.Add(this.tabPage4);
     this.TabAW.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.TabAW.HorizontalLineColour = System.Drawing.Color.Orange;
     this.TabAW.ItemSize = new System.Drawing.Size(240, 32);
     this.TabAW.Location = new System.Drawing.Point(45, 53);
     this.TabAW.Name = "TabAW";
     this.TabAW.SelectedIndex = 0;
     this.TabAW.Size = new System.Drawing.Size(776, 464);
     this.TabAW.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
     this.TabAW.TabIndex = 297;
     this.TabAW.TextColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.TabAW.UpLineColour = System.Drawing.Color.Orange;
     //
     // TabHome
     //
     this.TabHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.TabHome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TabHome.Controls.Add(this.linkLabel5);
     this.TabHome.Controls.Add(this.label31);
     this.TabHome.Controls.Add(this.label10);
     this.TabHome.Controls.Add(this.label8);
     this.TabHome.Controls.Add(this.logInButton77);
     this.TabHome.Controls.Add(this.logInGroupBox1);
     this.TabHome.Controls.Add(this.pictureBox4);
     this.TabHome.Controls.Add(this.LoginGroupbox);
     this.TabHome.Location = new System.Drawing.Point(4, 36);
     this.TabHome.Name = "TabHome";
     this.TabHome.Padding = new System.Windows.Forms.Padding(3);
     this.TabHome.Size = new System.Drawing.Size(768, 424);
     this.TabHome.TabIndex = 0;
     this.TabHome.Text = "Home";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel5.LinkColor = System.Drawing.SystemColors.MenuHighlight;
     this.linkLabel5.Location = new System.Drawing.Point(237, 5);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(309, 21);
     this.linkLabel5.TabIndex = 271;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "Besoin d\'un launcher all COD ? Cliquez ICI !";
     this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.ForeColor = System.Drawing.Color.SaddleBrown;
     this.label31.Location = new System.Drawing.Point(181, 398);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(400, 19);
     this.label31.TabIndex = 270;
     this.label31.Text = "Changelog v1.4 : Correction d\'un bug lors de l\'éxécution du tool";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.SandyBrown;
     this.label10.Location = new System.Drawing.Point(514, 378);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(32, 13);
     this.label10.TabIndex = 269;
     this.label10.Text = "1.18";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(432, 373);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(85, 19);
     this.label8.TabIndex = 267;
     this.label8.Text = "MAJ du jeu :";
     //
     // logInButton77
     //
     this.logInButton77.BackColor = System.Drawing.Color.Transparent;
     this.logInButton77.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton77.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton77.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton77.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton77.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton77.Location = new System.Drawing.Point(363, 308);
     this.logInButton77.Name = "logInButton77";
     this.logInButton77.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton77.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton77.Size = new System.Drawing.Size(302, 61);
     this.logInButton77.TabIndex = 265;
     this.logInButton77.Text = "BACK TO LOGIN FORM";
     this.logInButton77.Click += new System.EventHandler(this.logInButton77_Click);
     //
     // logInGroupBox1
     //
     this.logInGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.logInGroupBox1.BorderColour = System.Drawing.Color.Black;
     this.logInGroupBox1.Controls.Add(this.label5);
     this.logInGroupBox1.Controls.Add(this.label4);
     this.logInGroupBox1.Controls.Add(this.label2);
     this.logInGroupBox1.Controls.Add(this.label3);
     this.logInGroupBox1.Controls.Add(this.linkLabel4);
     this.logInGroupBox1.Controls.Add(this.linkLabel3);
     this.logInGroupBox1.Controls.Add(this.linkLabel2);
     this.logInGroupBox1.Controls.Add(this.linkLabel1);
     this.logInGroupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInGroupBox1.HeaderColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInGroupBox1.Location = new System.Drawing.Point(363, 145);
     this.logInGroupBox1.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInGroupBox1.Name = "logInGroupBox1";
     this.logInGroupBox1.Size = new System.Drawing.Size(302, 157);
     this.logInGroupBox1.TabIndex = 264;
     this.logInGroupBox1.Text = "CONTACT                                                                    .     " +
     "  ";
     this.logInGroupBox1.TextColour = System.Drawing.Color.White;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(69, 129);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(85, 13);
     this.label5.TabIndex = 7;
     this.label5.Text = ": @OasixFTW";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(123, 100);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(76, 13);
     this.label4.TabIndex = 6;
     this.label4.Text = ": RmK Oasix";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(94, 69);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(107, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = ": Quentin Specter";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(67, 40);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(73, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = ": OasixFTW";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel4.LinkColor = System.Drawing.Color.SandyBrown;
     this.linkLabel4.Location = new System.Drawing.Point(17, 97);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(108, 16);
     this.linkLabel4.TabIndex = 3;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "Realitygaming";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel3.LinkColor = System.Drawing.Color.SandyBrown;
     this.linkLabel3.Location = new System.Drawing.Point(17, 126);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(54, 16);
     this.linkLabel3.TabIndex = 2;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "Twitter";
     this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel2.LinkColor = System.Drawing.Color.SandyBrown;
     this.linkLabel2.Location = new System.Drawing.Point(17, 66);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(78, 16);
     this.linkLabel2.TabIndex = 1;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Facebook";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.LinkColor = System.Drawing.Color.SandyBrown;
     this.linkLabel1.Location = new System.Drawing.Point(17, 37);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(52, 16);
     this.linkLabel1.TabIndex = 0;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Skype";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // pictureBox4
     //
     this.pictureBox4.BackgroundImage = global::ToolAW.Properties.Resources.LogoOASIX;
     this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox4.Location = new System.Drawing.Point(107, 145);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(250, 246);
     this.pictureBox4.TabIndex = 263;
     this.pictureBox4.TabStop = false;
     //
     // LoginGroupbox
     //
     this.LoginGroupbox.BackColor = System.Drawing.Color.Transparent;
     this.LoginGroupbox.BorderColour = System.Drawing.Color.Black;
     this.LoginGroupbox.Controls.Add(this.metroButton2);
     this.LoginGroupbox.Controls.Add(this.metroButton1);
     this.LoginGroupbox.Controls.Add(this.metroButton8);
     this.LoginGroupbox.Controls.Add(this.labelConnect);
     this.LoginGroupbox.Controls.Add(this.progressBar1);
     this.LoginGroupbox.Controls.Add(this.logInRadioButton2);
     this.LoginGroupbox.Controls.Add(this.RadioCCAPI);
     this.LoginGroupbox.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LoginGroupbox.HeaderColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.LoginGroupbox.Location = new System.Drawing.Point(107, 32);
     this.LoginGroupbox.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.LoginGroupbox.Name = "LoginGroupbox";
     this.LoginGroupbox.Size = new System.Drawing.Size(558, 107);
     this.LoginGroupbox.TabIndex = 262;
     this.LoginGroupbox.Text = "CONNECTION                                                                       " +
     "                                                                   .       ";
     this.LoginGroupbox.TextColour = System.Drawing.Color.White;
     //
     // metroButton2
     //
     this.metroButton2.Highlight = false;
     this.metroButton2.Location = new System.Drawing.Point(476, 43);
     this.metroButton2.Name = "metroButton2";
     this.metroButton2.Size = new System.Drawing.Size(70, 45);
     this.metroButton2.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroButton2.StyleManager = null;
     this.metroButton2.TabIndex = 418;
     this.metroButton2.Text = "Antiban ?";
     this.metroButton2.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroButton2.Visible = false;
     this.metroButton2.Click += new System.EventHandler(this.metroButton2_Click);
     //
     // metroButton1
     //
     this.metroButton1.Highlight = false;
     this.metroButton1.Location = new System.Drawing.Point(128, 40);
     this.metroButton1.Name = "metroButton1";
     this.metroButton1.Size = new System.Drawing.Size(106, 32);
     this.metroButton1.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroButton1.StyleManager = null;
     this.metroButton1.TabIndex = 417;
     this.metroButton1.Text = "ATTACH";
     this.metroButton1.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroButton1.Click += new System.EventHandler(this.metroButton1_Click);
     //
     // metroButton8
     //
     this.metroButton8.Highlight = false;
     this.metroButton8.Location = new System.Drawing.Point(16, 40);
     this.metroButton8.Name = "metroButton8";
     this.metroButton8.Size = new System.Drawing.Size(106, 32);
     this.metroButton8.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroButton8.StyleManager = null;
     this.metroButton8.TabIndex = 416;
     this.metroButton8.Text = "CONNECT";
     this.metroButton8.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroButton8.Click += new System.EventHandler(this.metroButton8_Click);
     //
     // labelConnect
     //
     this.labelConnect.AutoSize = true;
     this.labelConnect.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelConnect.ForeColor = System.Drawing.Color.Red;
     this.labelConnect.Location = new System.Drawing.Point(13, 81);
     this.labelConnect.Name = "labelConnect";
     this.labelConnect.Size = new System.Drawing.Size(92, 13);
     this.labelConnect.TabIndex = 262;
     this.labelConnect.Text = "Not Connected";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(341, 48);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(124, 32);
     this.progressBar1.TabIndex = 261;
     //
     // logInRadioButton2
     //
     this.logInRadioButton2.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInRadioButton2.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInRadioButton2.Checked = false;
     this.logInRadioButton2.CheckedColour = System.Drawing.SystemColors.Highlight;
     this.logInRadioButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.logInRadioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInRadioButton2.FontColour = System.Drawing.Color.White;
     this.logInRadioButton2.ForeColor = System.Drawing.SystemColors.Highlight;
     this.logInRadioButton2.HighlightColour = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
     this.logInRadioButton2.Location = new System.Drawing.Point(243, 65);
     this.logInRadioButton2.Name = "logInRadioButton2";
     this.logInRadioButton2.Size = new System.Drawing.Size(84, 22);
     this.logInRadioButton2.TabIndex = 260;
     this.logInRadioButton2.Text = "TMAPI";
     this.logInRadioButton2.CheckedChanged += new LogIn_Theme_Dll_By_xVenoxi.LogInRadioButton.CheckedChangedEventHandler(this.logInRadioButton2_CheckedChanged);
     //
     // RadioCCAPI
     //
     this.RadioCCAPI.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.RadioCCAPI.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.RadioCCAPI.Checked = false;
     this.RadioCCAPI.CheckedColour = System.Drawing.SystemColors.Highlight;
     this.RadioCCAPI.Cursor = System.Windows.Forms.Cursors.Hand;
     this.RadioCCAPI.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RadioCCAPI.FontColour = System.Drawing.Color.White;
     this.RadioCCAPI.ForeColor = System.Drawing.SystemColors.Highlight;
     this.RadioCCAPI.HighlightColour = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
     this.RadioCCAPI.Location = new System.Drawing.Point(243, 39);
     this.RadioCCAPI.Name = "RadioCCAPI";
     this.RadioCCAPI.Size = new System.Drawing.Size(84, 22);
     this.RadioCCAPI.TabIndex = 259;
     this.RadioCCAPI.Text = "CCAPI";
     this.RadioCCAPI.CheckedChanged += new LogIn_Theme_Dll_By_xVenoxi.LogInRadioButton.CheckedChangedEventHandler(this.RadioCCAPI_CheckedChanged);
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage1.Controls.Add(this.numHOURS);
     this.tabPage1.Controls.Add(this.numMINUTES);
     this.tabPage1.Controls.Add(this.numDAY);
     this.tabPage1.Controls.Add(this.checkACC);
     this.tabPage1.Controls.Add(this.logInNumericACCURACY);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.logInButton16);
     this.tabPage1.Controls.Add(this.checkTIME);
     this.tabPage1.Controls.Add(this.checkDEATHS);
     this.tabPage1.Controls.Add(this.checkKILLS);
     this.tabPage1.Controls.Add(this.checkGP);
     this.tabPage1.Controls.Add(this.checkLOSSES);
     this.tabPage1.Controls.Add(this.checkWINS);
     this.tabPage1.Controls.Add(this.checkPRESTIGE);
     this.tabPage1.Controls.Add(this.checkSCORE);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.logInButton6);
     this.tabPage1.Controls.Add(this.logInButton5);
     this.tabPage1.Controls.Add(this.logInButton4);
     this.tabPage1.Controls.Add(this.logInButton3);
     this.tabPage1.Controls.Add(this.logInButton2);
     this.tabPage1.Controls.Add(this.logInCheckBoxUNALL);
     this.tabPage1.Controls.Add(this.logInNumericDEATHS);
     this.tabPage1.Controls.Add(this.label14);
     this.tabPage1.Controls.Add(this.logInNumericKILLS);
     this.tabPage1.Controls.Add(this.label15);
     this.tabPage1.Controls.Add(this.logInNumericGAMESPLAYED);
     this.tabPage1.Controls.Add(this.label16);
     this.tabPage1.Controls.Add(this.logInNumericLOSSES);
     this.tabPage1.Controls.Add(this.label11);
     this.tabPage1.Controls.Add(this.logInNumericWINS);
     this.tabPage1.Controls.Add(this.label12);
     this.tabPage1.Controls.Add(this.logInNumericPRESTIGE);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.logInCheckBoxLVL50);
     this.tabPage1.Controls.Add(this.logInNumericSCORE);
     this.tabPage1.Controls.Add(this.label68);
     this.tabPage1.Location = new System.Drawing.Point(4, 36);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(768, 424);
     this.tabPage1.TabIndex = 1;
     this.tabPage1.Text = "Stats";
     //
     // numHOURS
     //
     this.numHOURS.Location = new System.Drawing.Point(547, 59);
     this.numHOURS.Name = "numHOURS";
     this.numHOURS.Size = new System.Drawing.Size(45, 25);
     this.numHOURS.TabIndex = 310;
     //
     // numMINUTES
     //
     this.numMINUTES.Location = new System.Drawing.Point(598, 59);
     this.numMINUTES.Name = "numMINUTES";
     this.numMINUTES.Size = new System.Drawing.Size(45, 25);
     this.numMINUTES.TabIndex = 309;
     //
     // numDAY
     //
     this.numDAY.Location = new System.Drawing.Point(496, 59);
     this.numDAY.Name = "numDAY";
     this.numDAY.Size = new System.Drawing.Size(45, 25);
     this.numDAY.TabIndex = 308;
     //
     // checkACC
     //
     this.checkACC.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkACC.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkACC.Checked = false;
     this.checkACC.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkACC.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkACC.FontColour = System.Drawing.Color.White;
     this.checkACC.Location = new System.Drawing.Point(323, 270);
     this.checkACC.Name = "checkACC";
     this.checkACC.Size = new System.Drawing.Size(26, 22);
     this.checkACC.TabIndex = 283;
     //
     // logInNumericACCURACY
     //
     this.logInNumericACCURACY.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericACCURACY.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericACCURACY.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericACCURACY.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericACCURACY.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericACCURACY.Location = new System.Drawing.Point(180, 268);
     this.logInNumericACCURACY.Maximum = ((long)(9999999));
     this.logInNumericACCURACY.Minimum = ((long)(0));
     this.logInNumericACCURACY.Name = "logInNumericACCURACY";
     this.logInNumericACCURACY.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericACCURACY.Size = new System.Drawing.Size(137, 24);
     this.logInNumericACCURACY.TabIndex = 282;
     this.logInNumericACCURACY.Text = "logInNumericACCURACY";
     this.logInNumericACCURACY.Value = ((long)(0));
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(97, 272);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(79, 20);
     this.label7.TabIndex = 281;
     this.label7.Text = "Accuracy :";
     //
     // logInButton16
     //
     this.logInButton16.BackColor = System.Drawing.Color.Transparent;
     this.logInButton16.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton16.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton16.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton16.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton16.HoverColour = System.Drawing.Color.Gray;
     this.logInButton16.Location = new System.Drawing.Point(397, 204);
     this.logInButton16.Name = "logInButton16";
     this.logInButton16.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton16.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton16.Size = new System.Drawing.Size(281, 41);
     this.logInButton16.TabIndex = 280;
     this.logInButton16.Text = "Débloquer les armes elites";
     this.logInButton16.Click += new System.EventHandler(this.logInButton16_Click);
     //
     // checkTIME
     //
     this.checkTIME.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkTIME.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkTIME.Checked = false;
     this.checkTIME.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkTIME.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkTIME.FontColour = System.Drawing.Color.White;
     this.checkTIME.Location = new System.Drawing.Point(649, 61);
     this.checkTIME.Name = "checkTIME";
     this.checkTIME.Size = new System.Drawing.Size(26, 22);
     this.checkTIME.TabIndex = 279;
     //
     // checkDEATHS
     //
     this.checkDEATHS.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkDEATHS.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkDEATHS.Checked = false;
     this.checkDEATHS.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkDEATHS.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkDEATHS.FontColour = System.Drawing.Color.White;
     this.checkDEATHS.Location = new System.Drawing.Point(323, 240);
     this.checkDEATHS.Name = "checkDEATHS";
     this.checkDEATHS.Size = new System.Drawing.Size(26, 22);
     this.checkDEATHS.TabIndex = 278;
     //
     // checkKILLS
     //
     this.checkKILLS.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkKILLS.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkKILLS.Checked = false;
     this.checkKILLS.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkKILLS.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkKILLS.FontColour = System.Drawing.Color.White;
     this.checkKILLS.Location = new System.Drawing.Point(323, 211);
     this.checkKILLS.Name = "checkKILLS";
     this.checkKILLS.Size = new System.Drawing.Size(26, 22);
     this.checkKILLS.TabIndex = 277;
     //
     // checkGP
     //
     this.checkGP.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkGP.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkGP.Checked = false;
     this.checkGP.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkGP.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkGP.FontColour = System.Drawing.Color.White;
     this.checkGP.Location = new System.Drawing.Point(323, 180);
     this.checkGP.Name = "checkGP";
     this.checkGP.Size = new System.Drawing.Size(26, 22);
     this.checkGP.TabIndex = 276;
     //
     // checkLOSSES
     //
     this.checkLOSSES.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkLOSSES.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkLOSSES.Checked = false;
     this.checkLOSSES.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkLOSSES.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkLOSSES.FontColour = System.Drawing.Color.White;
     this.checkLOSSES.Location = new System.Drawing.Point(323, 150);
     this.checkLOSSES.Name = "checkLOSSES";
     this.checkLOSSES.Size = new System.Drawing.Size(26, 22);
     this.checkLOSSES.TabIndex = 275;
     //
     // checkWINS
     //
     this.checkWINS.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkWINS.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkWINS.Checked = false;
     this.checkWINS.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkWINS.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkWINS.FontColour = System.Drawing.Color.White;
     this.checkWINS.Location = new System.Drawing.Point(323, 119);
     this.checkWINS.Name = "checkWINS";
     this.checkWINS.Size = new System.Drawing.Size(26, 22);
     this.checkWINS.TabIndex = 274;
     //
     // checkPRESTIGE
     //
     this.checkPRESTIGE.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkPRESTIGE.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkPRESTIGE.Checked = false;
     this.checkPRESTIGE.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkPRESTIGE.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkPRESTIGE.FontColour = System.Drawing.Color.White;
     this.checkPRESTIGE.Location = new System.Drawing.Point(323, 90);
     this.checkPRESTIGE.Name = "checkPRESTIGE";
     this.checkPRESTIGE.Size = new System.Drawing.Size(26, 22);
     this.checkPRESTIGE.TabIndex = 273;
     //
     // checkSCORE
     //
     this.checkSCORE.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.checkSCORE.BorderColour = System.Drawing.Color.SandyBrown;
     this.checkSCORE.Checked = false;
     this.checkSCORE.CheckedColour = System.Drawing.Color.SandyBrown;
     this.checkSCORE.Cursor = System.Windows.Forms.Cursors.Hand;
     this.checkSCORE.FontColour = System.Drawing.Color.White;
     this.checkSCORE.Location = new System.Drawing.Point(323, 60);
     this.checkSCORE.Name = "checkSCORE";
     this.checkSCORE.Size = new System.Drawing.Size(26, 22);
     this.checkSCORE.TabIndex = 272;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelSPM);
     this.groupBox1.Controls.Add(this.labelRatioWL);
     this.groupBox1.Controls.Add(this.labelRatioKD);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label29);
     this.groupBox1.Controls.Add(this.label28);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(397, 90);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(281, 102);
     this.groupBox1.TabIndex = 271;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Stats infos";
     //
     // labelSPM
     //
     this.labelSPM.AutoSize = true;
     this.labelSPM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelSPM.ForeColor = System.Drawing.Color.White;
     this.labelSPM.Location = new System.Drawing.Point(94, 74);
     this.labelSPM.Name = "labelSPM";
     this.labelSPM.Size = new System.Drawing.Size(10, 13);
     this.labelSPM.TabIndex = 13;
     this.labelSPM.Text = " ";
     //
     // labelRatioWL
     //
     this.labelRatioWL.AutoSize = true;
     this.labelRatioWL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRatioWL.ForeColor = System.Drawing.Color.White;
     this.labelRatioWL.Location = new System.Drawing.Point(94, 51);
     this.labelRatioWL.Name = "labelRatioWL";
     this.labelRatioWL.Size = new System.Drawing.Size(10, 13);
     this.labelRatioWL.TabIndex = 12;
     this.labelRatioWL.Text = " ";
     //
     // labelRatioKD
     //
     this.labelRatioKD.AutoSize = true;
     this.labelRatioKD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRatioKD.ForeColor = System.Drawing.Color.White;
     this.labelRatioKD.Location = new System.Drawing.Point(94, 28);
     this.labelRatioKD.Name = "labelRatioKD";
     this.labelRatioKD.Size = new System.Drawing.Size(10, 13);
     this.labelRatioKD.TabIndex = 11;
     this.labelRatioKD.Text = " ";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.ForeColor = System.Drawing.Color.SandyBrown;
     this.label17.Location = new System.Drawing.Point(49, 71);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(44, 19);
     this.label17.TabIndex = 10;
     this.label17.Text = "SPM :";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.ForeColor = System.Drawing.Color.SandyBrown;
     this.label29.Location = new System.Drawing.Point(17, 48);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(76, 19);
     this.label29.TabIndex = 9;
     this.label29.Text = "W/L Ratio :";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.ForeColor = System.Drawing.Color.SandyBrown;
     this.label28.Location = new System.Drawing.Point(19, 25);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(74, 19);
     this.label28.TabIndex = 8;
     this.label28.Text = "K/D Ratio :";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(393, 62);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(97, 20);
     this.label13.TabIndex = 270;
     this.label13.Text = "Time Played :";
     //
     // logInButton6
     //
     this.logInButton6.BackColor = System.Drawing.Color.Transparent;
     this.logInButton6.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton6.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton6.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton6.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton6.Location = new System.Drawing.Point(596, 272);
     this.logInButton6.Name = "logInButton6";
     this.logInButton6.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton6.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton6.Size = new System.Drawing.Size(82, 29);
     this.logInButton6.TabIndex = 269;
     this.logInButton6.Text = "HIGH STATS";
     this.logInButton6.Click += new System.EventHandler(this.logInButton6_Click);
     //
     // logInButton5
     //
     this.logInButton5.BackColor = System.Drawing.Color.Transparent;
     this.logInButton5.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton5.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton5.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton5.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton5.Location = new System.Drawing.Point(510, 272);
     this.logInButton5.Name = "logInButton5";
     this.logInButton5.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton5.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton5.Size = new System.Drawing.Size(82, 29);
     this.logInButton5.TabIndex = 268;
     this.logInButton5.Text = "LEGIT STATS";
     this.logInButton5.Click += new System.EventHandler(this.logInButton5_Click);
     //
     // logInButton4
     //
     this.logInButton4.BackColor = System.Drawing.Color.Transparent;
     this.logInButton4.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton4.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton4.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton4.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton4.HoverColour = System.Drawing.Color.Gray;
     this.logInButton4.Location = new System.Drawing.Point(397, 307);
     this.logInButton4.Name = "logInButton4";
     this.logInButton4.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton4.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton4.Size = new System.Drawing.Size(80, 48);
     this.logInButton4.TabIndex = 267;
     this.logInButton4.Text = "GET STATS";
     this.logInButton4.Click += new System.EventHandler(this.logInButton4_Click);
     //
     // logInButton3
     //
     this.logInButton3.BackColor = System.Drawing.Color.Transparent;
     this.logInButton3.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton3.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton3.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton3.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton3.Location = new System.Drawing.Point(397, 272);
     this.logInButton3.Name = "logInButton3";
     this.logInButton3.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton3.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton3.Size = new System.Drawing.Size(107, 29);
     this.logInButton3.TabIndex = 266;
     this.logInButton3.Text = "REVERSE BOOST";
     this.logInButton3.Click += new System.EventHandler(this.logInButton3_Click);
     //
     // logInButton2
     //
     this.logInButton2.BackColor = System.Drawing.Color.Transparent;
     this.logInButton2.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton2.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton2.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton2.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton2.HoverColour = System.Drawing.Color.Gray;
     this.logInButton2.Location = new System.Drawing.Point(483, 307);
     this.logInButton2.Name = "logInButton2";
     this.logInButton2.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton2.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton2.Size = new System.Drawing.Size(195, 48);
     this.logInButton2.TabIndex = 258;
     this.logInButton2.Text = "SET STATS";
     this.logInButton2.Click += new System.EventHandler(this.logInButton2_Click);
     //
     // logInCheckBoxUNALL
     //
     this.logInCheckBoxUNALL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInCheckBoxUNALL.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInCheckBoxUNALL.Checked = false;
     this.logInCheckBoxUNALL.CheckedColour = System.Drawing.Color.SandyBrown;
     this.logInCheckBoxUNALL.Cursor = System.Windows.Forms.Cursors.Hand;
     this.logInCheckBoxUNALL.FontColour = System.Drawing.Color.White;
     this.logInCheckBoxUNALL.Location = new System.Drawing.Point(180, 336);
     this.logInCheckBoxUNALL.Name = "logInCheckBoxUNALL";
     this.logInCheckBoxUNALL.Size = new System.Drawing.Size(87, 22);
     this.logInCheckBoxUNALL.TabIndex = 225;
     this.logInCheckBoxUNALL.Text = "Unlock All";
     this.logInCheckBoxUNALL.CheckedChanged += new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox.CheckedChangedEventHandler(this.logInCheckBoxUNALL_CheckedChanged);
     //
     // logInNumericDEATHS
     //
     this.logInNumericDEATHS.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericDEATHS.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericDEATHS.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericDEATHS.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericDEATHS.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericDEATHS.Location = new System.Drawing.Point(180, 238);
     this.logInNumericDEATHS.Maximum = ((long)(9999999));
     this.logInNumericDEATHS.Minimum = ((long)(0));
     this.logInNumericDEATHS.Name = "logInNumericDEATHS";
     this.logInNumericDEATHS.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericDEATHS.Size = new System.Drawing.Size(137, 24);
     this.logInNumericDEATHS.TabIndex = 224;
     this.logInNumericDEATHS.Text = "logInNumeric1";
     this.logInNumericDEATHS.Value = ((long)(0));
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(112, 241);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(64, 20);
     this.label14.TabIndex = 223;
     this.label14.Text = "Deaths :";
     //
     // logInNumericKILLS
     //
     this.logInNumericKILLS.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericKILLS.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericKILLS.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericKILLS.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericKILLS.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericKILLS.Location = new System.Drawing.Point(180, 208);
     this.logInNumericKILLS.Maximum = ((long)(9999999));
     this.logInNumericKILLS.Minimum = ((long)(0));
     this.logInNumericKILLS.Name = "logInNumericKILLS";
     this.logInNumericKILLS.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericKILLS.Size = new System.Drawing.Size(137, 24);
     this.logInNumericKILLS.TabIndex = 222;
     this.logInNumericKILLS.Text = "logInNumeric6";
     this.logInNumericKILLS.Value = ((long)(0));
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(132, 211);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(44, 20);
     this.label15.TabIndex = 221;
     this.label15.Text = "Kills :";
     //
     // logInNumericGAMESPLAYED
     //
     this.logInNumericGAMESPLAYED.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericGAMESPLAYED.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericGAMESPLAYED.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericGAMESPLAYED.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericGAMESPLAYED.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericGAMESPLAYED.Location = new System.Drawing.Point(180, 178);
     this.logInNumericGAMESPLAYED.Maximum = ((long)(9999999));
     this.logInNumericGAMESPLAYED.Minimum = ((long)(0));
     this.logInNumericGAMESPLAYED.Name = "logInNumericGAMESPLAYED";
     this.logInNumericGAMESPLAYED.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericGAMESPLAYED.Size = new System.Drawing.Size(137, 24);
     this.logInNumericGAMESPLAYED.TabIndex = 220;
     this.logInNumericGAMESPLAYED.Text = "logInNumeric1";
     this.logInNumericGAMESPLAYED.Value = ((long)(0));
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(64, 181);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(112, 20);
     this.label16.TabIndex = 219;
     this.label16.Text = "Games Played :";
     //
     // logInNumericLOSSES
     //
     this.logInNumericLOSSES.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericLOSSES.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericLOSSES.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericLOSSES.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericLOSSES.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericLOSSES.Location = new System.Drawing.Point(180, 148);
     this.logInNumericLOSSES.Maximum = ((long)(9999999));
     this.logInNumericLOSSES.Minimum = ((long)(0));
     this.logInNumericLOSSES.Name = "logInNumericLOSSES";
     this.logInNumericLOSSES.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericLOSSES.Size = new System.Drawing.Size(137, 24);
     this.logInNumericLOSSES.TabIndex = 218;
     this.logInNumericLOSSES.Text = "logInNumeric2";
     this.logInNumericLOSSES.Value = ((long)(0));
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(117, 151);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(59, 20);
     this.label11.TabIndex = 217;
     this.label11.Text = "Losses :";
     //
     // logInNumericWINS
     //
     this.logInNumericWINS.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericWINS.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericWINS.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericWINS.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericWINS.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericWINS.Location = new System.Drawing.Point(180, 118);
     this.logInNumericWINS.Maximum = ((long)(9999999));
     this.logInNumericWINS.Minimum = ((long)(0));
     this.logInNumericWINS.Name = "logInNumericWINS";
     this.logInNumericWINS.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericWINS.Size = new System.Drawing.Size(137, 24);
     this.logInNumericWINS.TabIndex = 216;
     this.logInNumericWINS.Text = "logInNumeric1";
     this.logInNumericWINS.Value = ((long)(0));
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location = new System.Drawing.Point(126, 121);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(50, 20);
     this.label12.TabIndex = 215;
     this.label12.Text = "Wins :";
     //
     // logInNumericPRESTIGE
     //
     this.logInNumericPRESTIGE.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericPRESTIGE.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericPRESTIGE.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericPRESTIGE.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericPRESTIGE.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericPRESTIGE.Location = new System.Drawing.Point(180, 88);
     this.logInNumericPRESTIGE.Maximum = ((long)(9999999));
     this.logInNumericPRESTIGE.Minimum = ((long)(0));
     this.logInNumericPRESTIGE.Name = "logInNumericPRESTIGE";
     this.logInNumericPRESTIGE.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericPRESTIGE.Size = new System.Drawing.Size(137, 24);
     this.logInNumericPRESTIGE.TabIndex = 214;
     this.logInNumericPRESTIGE.Text = "logInNumeric1";
     this.logInNumericPRESTIGE.Value = ((long)(0));
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(104, 91);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(72, 20);
     this.label6.TabIndex = 213;
     this.label6.Text = "Prestige :";
     //
     // logInCheckBoxLVL50
     //
     this.logInCheckBoxLVL50.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInCheckBoxLVL50.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInCheckBoxLVL50.Checked = false;
     this.logInCheckBoxLVL50.CheckedColour = System.Drawing.Color.SandyBrown;
     this.logInCheckBoxLVL50.Cursor = System.Windows.Forms.Cursors.Hand;
     this.logInCheckBoxLVL50.FontColour = System.Drawing.Color.White;
     this.logInCheckBoxLVL50.Location = new System.Drawing.Point(180, 305);
     this.logInCheckBoxLVL50.Name = "logInCheckBoxLVL50";
     this.logInCheckBoxLVL50.Size = new System.Drawing.Size(87, 22);
     this.logInCheckBoxLVL50.TabIndex = 212;
     this.logInCheckBoxLVL50.Text = "Level 50";
     this.logInCheckBoxLVL50.CheckedChanged += new LogIn_Theme_Dll_By_xVenoxi.LogInCheckBox.CheckedChangedEventHandler(this.logInCheckBoxLVL50_CheckedChanged);
     //
     // logInNumericSCORE
     //
     this.logInNumericSCORE.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericSCORE.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericSCORE.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericSCORE.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericSCORE.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericSCORE.Location = new System.Drawing.Point(180, 58);
     this.logInNumericSCORE.Maximum = ((long)(9999999999999999));
     this.logInNumericSCORE.Minimum = ((long)(0));
     this.logInNumericSCORE.Name = "logInNumericSCORE";
     this.logInNumericSCORE.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericSCORE.Size = new System.Drawing.Size(137, 24);
     this.logInNumericSCORE.TabIndex = 197;
     this.logInNumericSCORE.Text = "logInNumeric1";
     this.logInNumericSCORE.Value = ((long)(0));
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.BackColor = System.Drawing.Color.Transparent;
     this.label68.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label68.ForeColor = System.Drawing.Color.White;
     this.label68.Location = new System.Drawing.Point(121, 61);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(55, 20);
     this.label68.TabIndex = 196;
     this.label68.Text = "Score :";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage2.Controls.Add(this.logInGroupBox4);
     this.tabPage2.Controls.Add(this.logInGroupBox3);
     this.tabPage2.Controls.Add(this.logInGroupBox25);
     this.tabPage2.Controls.Add(this.logInGroupBox2);
     this.tabPage2.Location = new System.Drawing.Point(4, 36);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(768, 424);
     this.tabPage2.TabIndex = 2;
     this.tabPage2.Text = "Custom Classes & Name";
     //
     // logInGroupBox4
     //
     this.logInGroupBox4.BackColor = System.Drawing.Color.Transparent;
     this.logInGroupBox4.BorderColour = System.Drawing.Color.Black;
     this.logInGroupBox4.Controls.Add(this.textBoxCLANTAG);
     this.logInGroupBox4.Controls.Add(this.logInButton1);
     this.logInGroupBox4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInGroupBox4.HeaderColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInGroupBox4.Location = new System.Drawing.Point(483, 111);
     this.logInGroupBox4.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInGroupBox4.Name = "logInGroupBox4";
     this.logInGroupBox4.Size = new System.Drawing.Size(273, 18);
     this.logInGroupBox4.TabIndex = 272;
     this.logInGroupBox4.Text = "CLANTAG CHANGER                                                                  " +
     " .       ";
     this.logInGroupBox4.TextColour = System.Drawing.Color.White;
     this.logInGroupBox4.Visible = false;
     //
     // textBoxCLANTAG
     //
     this.textBoxCLANTAG.BackColor = System.Drawing.Color.Transparent;
     this.textBoxCLANTAG.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.textBoxCLANTAG.BorderColour = System.Drawing.SystemColors.Highlight;
     this.textBoxCLANTAG.ForeColor = System.Drawing.SystemColors.Highlight;
     this.textBoxCLANTAG.Location = new System.Drawing.Point(7, 51);
     this.textBoxCLANTAG.MaxLength = 32767;
     this.textBoxCLANTAG.Multiline = false;
     this.textBoxCLANTAG.Name = "textBoxCLANTAG";
     this.textBoxCLANTAG.ReadOnly = false;
     this.textBoxCLANTAG.Size = new System.Drawing.Size(195, 29);
     this.textBoxCLANTAG.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.textBoxCLANTAG.TabIndex = 270;
     this.textBoxCLANTAG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.textBoxCLANTAG.TextColour = System.Drawing.SystemColors.Highlight;
     this.textBoxCLANTAG.UseSystemPasswordChar = false;
     //
     // logInButton1
     //
     this.logInButton1.BackColor = System.Drawing.Color.Transparent;
     this.logInButton1.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton1.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton1.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton1.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton1.HoverColour = System.Drawing.Color.Gray;
     this.logInButton1.Location = new System.Drawing.Point(208, 51);
     this.logInButton1.Name = "logInButton1";
     this.logInButton1.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton1.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton1.Size = new System.Drawing.Size(58, 29);
     this.logInButton1.TabIndex = 271;
     this.logInButton1.Text = "SET";
     this.logInButton1.Click += new System.EventHandler(this.logInButton1_Click);
     //
     // logInGroupBox3
     //
     this.logInGroupBox3.BackColor = System.Drawing.Color.Transparent;
     this.logInGroupBox3.BorderColour = System.Drawing.Color.Black;
     this.logInGroupBox3.Controls.Add(this.logInButton9);
     this.logInGroupBox3.Controls.Add(this.logInNormalTextBox1);
     this.logInGroupBox3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInGroupBox3.HeaderColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInGroupBox3.Location = new System.Drawing.Point(487, 234);
     this.logInGroupBox3.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInGroupBox3.Name = "logInGroupBox3";
     this.logInGroupBox3.Size = new System.Drawing.Size(273, 77);
     this.logInGroupBox3.TabIndex = 268;
     this.logInGroupBox3.Text = "NAME CHANGER                                                                   . " +
     "      ";
     this.logInGroupBox3.TextColour = System.Drawing.Color.White;
     //
     // logInButton9
     //
     this.logInButton9.BackColor = System.Drawing.Color.Transparent;
     this.logInButton9.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton9.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton9.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton9.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton9.HoverColour = System.Drawing.Color.Gray;
     this.logInButton9.Location = new System.Drawing.Point(208, 37);
     this.logInButton9.Name = "logInButton9";
     this.logInButton9.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton9.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton9.Size = new System.Drawing.Size(58, 29);
     this.logInButton9.TabIndex = 269;
     this.logInButton9.Text = "SET";
     this.logInButton9.Click += new System.EventHandler(this.logInButton9_Click);
     //
     // logInNormalTextBox1
     //
     this.logInNormalTextBox1.BackColor = System.Drawing.Color.Transparent;
     this.logInNormalTextBox1.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNormalTextBox1.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNormalTextBox1.ForeColor = System.Drawing.SystemColors.Highlight;
     this.logInNormalTextBox1.Location = new System.Drawing.Point(7, 37);
     this.logInNormalTextBox1.MaxLength = 32767;
     this.logInNormalTextBox1.Multiline = false;
     this.logInNormalTextBox1.Name = "logInNormalTextBox1";
     this.logInNormalTextBox1.ReadOnly = false;
     this.logInNormalTextBox1.Size = new System.Drawing.Size(195, 29);
     this.logInNormalTextBox1.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.logInNormalTextBox1.TabIndex = 207;
     this.logInNormalTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.logInNormalTextBox1.TextColour = System.Drawing.SystemColors.Highlight;
     this.logInNormalTextBox1.UseSystemPasswordChar = false;
     //
     // logInGroupBox25
     //
     this.logInGroupBox25.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInGroupBox25.Controls.Add(this.label69);
     this.logInGroupBox25.Controls.Add(this.label83);
     this.logInGroupBox25.Controls.Add(this.label84);
     this.logInGroupBox25.Controls.Add(this.label85);
     this.logInGroupBox25.Controls.Add(this.label86);
     this.logInGroupBox25.Controls.Add(this.label95);
     this.logInGroupBox25.Controls.Add(this.label103);
     this.logInGroupBox25.Controls.Add(this.label104);
     this.logInGroupBox25.Controls.Add(this.label105);
     this.logInGroupBox25.Controls.Add(this.label106);
     this.logInGroupBox25.Controls.Add(this.label107);
     this.logInGroupBox25.Controls.Add(this.label108);
     this.logInGroupBox25.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.logInGroupBox25.HeaderColour = System.Drawing.Color.SandyBrown;
     this.logInGroupBox25.Location = new System.Drawing.Point(9, 29);
     this.logInGroupBox25.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInGroupBox25.Name = "logInGroupBox25";
     this.logInGroupBox25.Size = new System.Drawing.Size(747, 71);
     this.logInGroupBox25.TabIndex = 267;
     this.logInGroupBox25.Text = "COLOURS                                                                          " +
     "                                                                                " +
     "                             .";
     this.logInGroupBox25.TextColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.BackColor = System.Drawing.Color.Transparent;
     this.label69.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label69.ForeColor = System.Drawing.Color.White;
     this.label69.Location = new System.Drawing.Point(127, 36);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(49, 20);
     this.label69.TabIndex = 230;
     this.label69.Text = "^3   =";
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.BackColor = System.Drawing.Color.Transparent;
     this.label83.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label83.ForeColor = System.Drawing.Color.Lime;
     this.label83.Location = new System.Drawing.Point(458, 33);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(50, 20);
     this.label83.TabIndex = 221;
     this.label83.Text = "Green";
     //
     // label84
     //
     this.label84.AutoSize = true;
     this.label84.BackColor = System.Drawing.Color.Transparent;
     this.label84.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label84.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label84.Location = new System.Drawing.Point(582, 33);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(39, 20);
     this.label84.TabIndex = 222;
     this.label84.Text = "Blue";
     //
     // label85
     //
     this.label85.AutoSize = true;
     this.label85.BackColor = System.Drawing.Color.Transparent;
     this.label85.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label85.ForeColor = System.Drawing.Color.Aqua;
     this.label85.Location = new System.Drawing.Point(313, 36);
     this.label85.Name = "label85";
     this.label85.Size = new System.Drawing.Size(77, 20);
     this.label85.TabIndex = 223;
     this.label85.Text = "Light Blue";
     //
     // label86
     //
     this.label86.AutoSize = true;
     this.label86.BackColor = System.Drawing.Color.Transparent;
     this.label86.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label86.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label86.Location = new System.Drawing.Point(693, 33);
     this.label86.Name = "label86";
     this.label86.Size = new System.Drawing.Size(39, 20);
     this.label86.TabIndex = 224;
     this.label86.Text = "Pink";
     //
     // label95
     //
     this.label95.AutoSize = true;
     this.label95.BackColor = System.Drawing.Color.Transparent;
     this.label95.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label95.ForeColor = System.Drawing.Color.Yellow;
     this.label95.Location = new System.Drawing.Point(184, 33);
     this.label95.Name = "label95";
     this.label95.Size = new System.Drawing.Size(53, 20);
     this.label95.TabIndex = 226;
     this.label95.Text = "Yellow";
     //
     // label103
     //
     this.label103.AutoSize = true;
     this.label103.BackColor = System.Drawing.Color.Transparent;
     this.label103.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label103.ForeColor = System.Drawing.Color.White;
     this.label103.Location = new System.Drawing.Point(256, 36);
     this.label103.Name = "label103";
     this.label103.Size = new System.Drawing.Size(49, 20);
     this.label103.TabIndex = 233;
     this.label103.Text = "^5   =";
     //
     // label104
     //
     this.label104.AutoSize = true;
     this.label104.BackColor = System.Drawing.Color.Transparent;
     this.label104.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label104.ForeColor = System.Drawing.Color.Red;
     this.label104.Location = new System.Drawing.Point(65, 36);
     this.label104.Name = "label104";
     this.label104.Size = new System.Drawing.Size(35, 20);
     this.label104.TabIndex = 227;
     this.label104.Text = "Red";
     //
     // label105
     //
     this.label105.AutoSize = true;
     this.label105.BackColor = System.Drawing.Color.Transparent;
     this.label105.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label105.ForeColor = System.Drawing.Color.White;
     this.label105.Location = new System.Drawing.Point(636, 33);
     this.label105.Name = "label105";
     this.label105.Size = new System.Drawing.Size(49, 20);
     this.label105.TabIndex = 232;
     this.label105.Text = "^6   =";
     //
     // label106
     //
     this.label106.AutoSize = true;
     this.label106.BackColor = System.Drawing.Color.Transparent;
     this.label106.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label106.ForeColor = System.Drawing.Color.White;
     this.label106.Location = new System.Drawing.Point(401, 36);
     this.label106.Name = "label106";
     this.label106.Size = new System.Drawing.Size(49, 20);
     this.label106.TabIndex = 228;
     this.label106.Text = "^2   =";
     //
     // label107
     //
     this.label107.AutoSize = true;
     this.label107.BackColor = System.Drawing.Color.Transparent;
     this.label107.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label107.ForeColor = System.Drawing.Color.White;
     this.label107.Location = new System.Drawing.Point(525, 33);
     this.label107.Name = "label107";
     this.label107.Size = new System.Drawing.Size(50, 20);
     this.label107.TabIndex = 231;
     this.label107.Text = "^4   =";
     //
     // label108
     //
     this.label108.AutoSize = true;
     this.label108.BackColor = System.Drawing.Color.Transparent;
     this.label108.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold);
     this.label108.ForeColor = System.Drawing.Color.White;
     this.label108.Location = new System.Drawing.Point(8, 36);
     this.label108.Name = "label108";
     this.label108.Size = new System.Drawing.Size(47, 20);
     this.label108.TabIndex = 229;
     this.label108.Text = "^1   =";
     //
     // logInGroupBox2
     //
     this.logInGroupBox2.BackColor = System.Drawing.Color.Transparent;
     this.logInGroupBox2.BorderColour = System.Drawing.Color.Black;
     this.logInGroupBox2.Controls.Add(this.logInButton8);
     this.logInGroupBox2.Controls.Add(this.Classe6);
     this.logInGroupBox2.Controls.Add(this.label27);
     this.logInGroupBox2.Controls.Add(this.Classe10);
     this.logInGroupBox2.Controls.Add(this.label24);
     this.logInGroupBox2.Controls.Add(this.label25);
     this.logInGroupBox2.Controls.Add(this.logInButton7);
     this.logInGroupBox2.Controls.Add(this.Classe9);
     this.logInGroupBox2.Controls.Add(this.textBox24);
     this.logInGroupBox2.Controls.Add(this.Classe7);
     this.logInGroupBox2.Controls.Add(this.label26);
     this.logInGroupBox2.Controls.Add(this.Classe8);
     this.logInGroupBox2.Controls.Add(this.label22);
     this.logInGroupBox2.Controls.Add(this.Classe5);
     this.logInGroupBox2.Controls.Add(this.label23);
     this.logInGroupBox2.Controls.Add(this.Classe4);
     this.logInGroupBox2.Controls.Add(this.label20);
     this.logInGroupBox2.Controls.Add(this.Classe3);
     this.logInGroupBox2.Controls.Add(this.label21);
     this.logInGroupBox2.Controls.Add(this.Classe2);
     this.logInGroupBox2.Controls.Add(this.label19);
     this.logInGroupBox2.Controls.Add(this.Classe1);
     this.logInGroupBox2.Controls.Add(this.label18);
     this.logInGroupBox2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInGroupBox2.HeaderColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInGroupBox2.Location = new System.Drawing.Point(9, 131);
     this.logInGroupBox2.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInGroupBox2.Name = "logInGroupBox2";
     this.logInGroupBox2.Size = new System.Drawing.Size(468, 279);
     this.logInGroupBox2.TabIndex = 263;
     this.logInGroupBox2.Text = resources.GetString("logInGroupBox2.Text");
     this.logInGroupBox2.TextColour = System.Drawing.Color.White;
     //
     // logInButton8
     //
     this.logInButton8.BackColor = System.Drawing.Color.Transparent;
     this.logInButton8.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton8.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton8.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton8.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton8.HoverColour = System.Drawing.Color.Gray;
     this.logInButton8.Location = new System.Drawing.Point(11, 249);
     this.logInButton8.Name = "logInButton8";
     this.logInButton8.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton8.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton8.Size = new System.Drawing.Size(442, 27);
     this.logInButton8.TabIndex = 258;
     this.logInButton8.Text = "SET CLASSES NAMES";
     this.logInButton8.Click += new System.EventHandler(this.logInButton8_Click);
     //
     // Classe6
     //
     this.Classe6.BackColor = System.Drawing.Color.Transparent;
     this.Classe6.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe6.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe6.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe6.Location = new System.Drawing.Point(308, 70);
     this.Classe6.MaxLength = 32767;
     this.Classe6.Multiline = false;
     this.Classe6.Name = "Classe6";
     this.Classe6.ReadOnly = false;
     this.Classe6.Size = new System.Drawing.Size(145, 29);
     this.Classe6.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe6.TabIndex = 222;
     this.Classe6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe6.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe6.UseSystemPasswordChar = false;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.BackColor = System.Drawing.Color.Transparent;
     this.label27.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.ForeColor = System.Drawing.Color.White;
     this.label27.Location = new System.Drawing.Point(243, 75);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(62, 20);
     this.label27.TabIndex = 223;
     this.label27.Text = "Class 6 :";
     //
     // Classe10
     //
     this.Classe10.BackColor = System.Drawing.Color.Transparent;
     this.Classe10.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe10.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe10.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe10.Location = new System.Drawing.Point(308, 206);
     this.Classe10.MaxLength = 32767;
     this.Classe10.Multiline = false;
     this.Classe10.Name = "Classe10";
     this.Classe10.ReadOnly = false;
     this.Classe10.Size = new System.Drawing.Size(145, 29);
     this.Classe10.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe10.TabIndex = 220;
     this.Classe10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe10.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe10.UseSystemPasswordChar = false;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.Transparent;
     this.label24.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.ForeColor = System.Drawing.Color.White;
     this.label24.Location = new System.Drawing.Point(236, 211);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(68, 20);
     this.label24.TabIndex = 221;
     this.label24.Text = "Class 10 :";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.ForeColor = System.Drawing.Color.White;
     this.label25.Location = new System.Drawing.Point(241, 177);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(62, 20);
     this.label25.TabIndex = 219;
     this.label25.Text = "Class 9 :";
     //
     // logInButton7
     //
     this.logInButton7.BackColor = System.Drawing.Color.Transparent;
     this.logInButton7.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton7.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton7.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton7.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton7.Location = new System.Drawing.Point(225, 35);
     this.logInButton7.Name = "logInButton7";
     this.logInButton7.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton7.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton7.Size = new System.Drawing.Size(228, 29);
     this.logInButton7.TabIndex = 266;
     this.logInButton7.Text = "Pre-Set Colours Names Classes";
     this.logInButton7.Click += new System.EventHandler(this.logInButton7_Click);
     //
     // Classe9
     //
     this.Classe9.BackColor = System.Drawing.Color.Transparent;
     this.Classe9.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe9.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe9.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe9.Location = new System.Drawing.Point(308, 172);
     this.Classe9.MaxLength = 32767;
     this.Classe9.Multiline = false;
     this.Classe9.Name = "Classe9";
     this.Classe9.ReadOnly = false;
     this.Classe9.Size = new System.Drawing.Size(145, 29);
     this.Classe9.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe9.TabIndex = 218;
     this.Classe9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe9.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe9.UseSystemPasswordChar = false;
     //
     // textBox24
     //
     this.textBox24.BackColor = System.Drawing.Color.Transparent;
     this.textBox24.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.textBox24.BorderColour = System.Drawing.SystemColors.Highlight;
     this.textBox24.ForeColor = System.Drawing.SystemColors.Highlight;
     this.textBox24.Location = new System.Drawing.Point(15, 35);
     this.textBox24.MaxLength = 32767;
     this.textBox24.Multiline = false;
     this.textBox24.Name = "textBox24";
     this.textBox24.ReadOnly = false;
     this.textBox24.Size = new System.Drawing.Size(204, 29);
     this.textBox24.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.textBox24.TabIndex = 206;
     this.textBox24.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.textBox24.TextColour = System.Drawing.SystemColors.Highlight;
     this.textBox24.UseSystemPasswordChar = false;
     //
     // Classe7
     //
     this.Classe7.BackColor = System.Drawing.Color.Transparent;
     this.Classe7.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe7.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe7.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe7.Location = new System.Drawing.Point(308, 104);
     this.Classe7.MaxLength = 32767;
     this.Classe7.Multiline = false;
     this.Classe7.Name = "Classe7";
     this.Classe7.ReadOnly = false;
     this.Classe7.Size = new System.Drawing.Size(145, 29);
     this.Classe7.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe7.TabIndex = 214;
     this.Classe7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe7.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe7.UseSystemPasswordChar = false;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.label26.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.ForeColor = System.Drawing.Color.White;
     this.label26.Location = new System.Drawing.Point(242, 143);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(62, 20);
     this.label26.TabIndex = 217;
     this.label26.Text = "Class 8 :";
     //
     // Classe8
     //
     this.Classe8.BackColor = System.Drawing.Color.Transparent;
     this.Classe8.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe8.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe8.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe8.Location = new System.Drawing.Point(308, 138);
     this.Classe8.MaxLength = 32767;
     this.Classe8.Multiline = false;
     this.Classe8.Name = "Classe8";
     this.Classe8.ReadOnly = false;
     this.Classe8.Size = new System.Drawing.Size(145, 29);
     this.Classe8.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe8.TabIndex = 216;
     this.Classe8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe8.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe8.UseSystemPasswordChar = false;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.ForeColor = System.Drawing.Color.White;
     this.label22.Location = new System.Drawing.Point(242, 109);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(62, 20);
     this.label22.TabIndex = 215;
     this.label22.Text = "Class 7 :";
     //
     // Classe5
     //
     this.Classe5.BackColor = System.Drawing.Color.Transparent;
     this.Classe5.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe5.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe5.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe5.Location = new System.Drawing.Point(74, 207);
     this.Classe5.MaxLength = 32767;
     this.Classe5.Multiline = false;
     this.Classe5.Name = "Classe5";
     this.Classe5.ReadOnly = false;
     this.Classe5.Size = new System.Drawing.Size(145, 29);
     this.Classe5.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe5.TabIndex = 212;
     this.Classe5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe5.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe5.UseSystemPasswordChar = false;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Transparent;
     this.label23.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.ForeColor = System.Drawing.Color.White;
     this.label23.Location = new System.Drawing.Point(8, 212);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(62, 20);
     this.label23.TabIndex = 213;
     this.label23.Text = "Class 5 :";
     //
     // Classe4
     //
     this.Classe4.BackColor = System.Drawing.Color.Transparent;
     this.Classe4.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe4.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe4.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe4.Location = new System.Drawing.Point(74, 173);
     this.Classe4.MaxLength = 32767;
     this.Classe4.Multiline = false;
     this.Classe4.Name = "Classe4";
     this.Classe4.ReadOnly = false;
     this.Classe4.Size = new System.Drawing.Size(145, 29);
     this.Classe4.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe4.TabIndex = 210;
     this.Classe4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe4.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe4.UseSystemPasswordChar = false;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(7, 178);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(63, 20);
     this.label20.TabIndex = 211;
     this.label20.Text = "Class 4 :";
     //
     // Classe3
     //
     this.Classe3.BackColor = System.Drawing.Color.Transparent;
     this.Classe3.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe3.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe3.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe3.Location = new System.Drawing.Point(74, 139);
     this.Classe3.MaxLength = 32767;
     this.Classe3.Multiline = false;
     this.Classe3.Name = "Classe3";
     this.Classe3.ReadOnly = false;
     this.Classe3.Size = new System.Drawing.Size(145, 29);
     this.Classe3.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe3.TabIndex = 208;
     this.Classe3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe3.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe3.UseSystemPasswordChar = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(9, 144);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(62, 20);
     this.label21.TabIndex = 209;
     this.label21.Text = "Class 3 :";
     //
     // Classe2
     //
     this.Classe2.BackColor = System.Drawing.Color.Transparent;
     this.Classe2.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe2.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe2.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe2.Location = new System.Drawing.Point(74, 105);
     this.Classe2.MaxLength = 32767;
     this.Classe2.Multiline = false;
     this.Classe2.Name = "Classe2";
     this.Classe2.ReadOnly = false;
     this.Classe2.Size = new System.Drawing.Size(145, 29);
     this.Classe2.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe2.TabIndex = 206;
     this.Classe2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe2.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe2.UseSystemPasswordChar = false;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(9, 110);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(62, 20);
     this.label19.TabIndex = 207;
     this.label19.Text = "Class 2 :";
     //
     // Classe1
     //
     this.Classe1.BackColor = System.Drawing.Color.Transparent;
     this.Classe1.BackgroundColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.Classe1.BorderColour = System.Drawing.SystemColors.Highlight;
     this.Classe1.ForeColor = System.Drawing.SystemColors.Highlight;
     this.Classe1.Location = new System.Drawing.Point(74, 71);
     this.Classe1.MaxLength = 32767;
     this.Classe1.Multiline = false;
     this.Classe1.Name = "Classe1";
     this.Classe1.ReadOnly = false;
     this.Classe1.Size = new System.Drawing.Size(145, 29);
     this.Classe1.Style = LogIn_Theme_Dll_By_xVenoxi.LogInNormalTextBox.Styles.NotRounded;
     this.Classe1.TabIndex = 204;
     this.Classe1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Classe1.TextColour = System.Drawing.SystemColors.Highlight;
     this.Classe1.UseSystemPasswordChar = false;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(11, 76);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(60, 20);
     this.label18.TabIndex = 205;
     this.label18.Text = "Class 1 :";
     //
     // tabPage3
     //
     this.tabPage3.AccessibleDescription = "";
     this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.tabPage3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage3.Controls.Add(this.logInButton13);
     this.tabPage3.Controls.Add(this.listView1);
     this.tabPage3.Controls.Add(this.logInGroupBox5);
     this.tabPage3.Location = new System.Drawing.Point(4, 36);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(768, 424);
     this.tabPage3.TabIndex = 3;
     this.tabPage3.Text = "Mods";
     //
     // logInButton13
     //
     this.logInButton13.BackColor = System.Drawing.Color.Transparent;
     this.logInButton13.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton13.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton13.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton13.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton13.Location = new System.Drawing.Point(22, 43);
     this.logInButton13.Name = "logInButton13";
     this.logInButton13.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton13.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton13.Size = new System.Drawing.Size(10, 29);
     this.logInButton13.TabIndex = 272;
     this.logInButton13.Text = "Refresh";
     this.logInButton13.Visible = false;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.ClientNumber,
     this.ClientName});
     this.listView1.FullRowSelect = true;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem15,
     listViewItem16,
     listViewItem17,
     listViewItem18,
     listViewItem19,
     listViewItem20,
     listViewItem21,
     listViewItem22,
     listViewItem23,
     listViewItem24,
     listViewItem25,
     listViewItem26,
     listViewItem27,
     listViewItem28});
     this.listView1.Location = new System.Drawing.Point(22, 91);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(10, 291);
     this.listView1.TabIndex = 271;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.Visible = false;
     //
     // ClientNumber
     //
     this.ClientNumber.Text = "#";
     this.ClientNumber.Width = 30;
     //
     // ClientName
     //
     this.ClientName.Text = "Client";
     this.ClientName.Width = 150;
     //
     // logInGroupBox5
     //
     this.logInGroupBox5.BackColor = System.Drawing.Color.Transparent;
     this.logInGroupBox5.BorderColour = System.Drawing.Color.Black;
     this.logInGroupBox5.Controls.Add(this.metroToggle8);
     this.logInGroupBox5.Controls.Add(this.label30);
     this.logInGroupBox5.Controls.Add(this.metroToggle6);
     this.logInGroupBox5.Controls.Add(this.metroToggle5);
     this.logInGroupBox5.Controls.Add(this.metroToggle4);
     this.logInGroupBox5.Controls.Add(this.metroToggle3);
     this.logInGroupBox5.Controls.Add(this.metroToggle2);
     this.logInGroupBox5.Controls.Add(this.metroToggle1);
     this.logInGroupBox5.Controls.Add(this.label33);
     this.logInGroupBox5.Controls.Add(this.label36);
     this.logInGroupBox5.Controls.Add(this.label37);
     this.logInGroupBox5.Controls.Add(this.label38);
     this.logInGroupBox5.Controls.Add(this.label39);
     this.logInGroupBox5.Controls.Add(this.label40);
     this.logInGroupBox5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInGroupBox5.HeaderColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInGroupBox5.Location = new System.Drawing.Point(239, 44);
     this.logInGroupBox5.MainColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInGroupBox5.Name = "logInGroupBox5";
     this.logInGroupBox5.Size = new System.Drawing.Size(277, 306);
     this.logInGroupBox5.TabIndex = 270;
     this.logInGroupBox5.Text = "NO HOST                                                                   .      " +
     " ";
     this.logInGroupBox5.TextColour = System.Drawing.Color.White;
     //
     // metroToggle8
     //
     this.metroToggle8.AutoSize = true;
     this.metroToggle8.CustomBackground = false;
     this.metroToggle8.DisplayStatus = true;
     this.metroToggle8.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle8.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle8.Location = new System.Drawing.Point(95, 252);
     this.metroToggle8.Name = "metroToggle8";
     this.metroToggle8.Size = new System.Drawing.Size(80, 25);
     this.metroToggle8.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle8.StyleManager = null;
     this.metroToggle8.TabIndex = 281;
     this.metroToggle8.Text = "Off";
     this.metroToggle8.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle8.UseStyleColors = false;
     this.metroToggle8.UseVisualStyleBackColor = true;
     this.metroToggle8.CheckedChanged += new System.EventHandler(this.metroToggle8_CheckedChanged);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.Color.SandyBrown;
     this.label30.Location = new System.Drawing.Point(98, 232);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(72, 16);
     this.label30.TabIndex = 279;
     this.label30.Text = "Wallhack";
     //
     // metroToggle6
     //
     this.metroToggle6.AutoSize = true;
     this.metroToggle6.CustomBackground = false;
     this.metroToggle6.DisplayStatus = true;
     this.metroToggle6.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle6.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle6.Location = new System.Drawing.Point(158, 189);
     this.metroToggle6.Name = "metroToggle6";
     this.metroToggle6.Size = new System.Drawing.Size(80, 25);
     this.metroToggle6.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle6.StyleManager = null;
     this.metroToggle6.TabIndex = 278;
     this.metroToggle6.Text = "Off";
     this.metroToggle6.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle6.UseStyleColors = false;
     this.metroToggle6.UseVisualStyleBackColor = true;
     this.metroToggle6.CheckedChanged += new System.EventHandler(this.metroToggle6_CheckedChanged);
     //
     // metroToggle5
     //
     this.metroToggle5.AutoSize = true;
     this.metroToggle5.CustomBackground = false;
     this.metroToggle5.DisplayStatus = true;
     this.metroToggle5.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle5.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle5.Location = new System.Drawing.Point(31, 188);
     this.metroToggle5.Name = "metroToggle5";
     this.metroToggle5.Size = new System.Drawing.Size(80, 25);
     this.metroToggle5.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle5.StyleManager = null;
     this.metroToggle5.TabIndex = 277;
     this.metroToggle5.Text = "Off";
     this.metroToggle5.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle5.UseStyleColors = false;
     this.metroToggle5.UseVisualStyleBackColor = true;
     this.metroToggle5.CheckedChanged += new System.EventHandler(this.metroToggle5_CheckedChanged);
     //
     // metroToggle4
     //
     this.metroToggle4.AutoSize = true;
     this.metroToggle4.CustomBackground = false;
     this.metroToggle4.DisplayStatus = true;
     this.metroToggle4.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle4.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle4.Location = new System.Drawing.Point(158, 127);
     this.metroToggle4.Name = "metroToggle4";
     this.metroToggle4.Size = new System.Drawing.Size(80, 25);
     this.metroToggle4.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle4.StyleManager = null;
     this.metroToggle4.TabIndex = 276;
     this.metroToggle4.Text = "Off";
     this.metroToggle4.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle4.UseStyleColors = false;
     this.metroToggle4.UseVisualStyleBackColor = true;
     this.metroToggle4.CheckedChanged += new System.EventHandler(this.metroToggle4_CheckedChanged);
     //
     // metroToggle3
     //
     this.metroToggle3.AutoSize = true;
     this.metroToggle3.CustomBackground = false;
     this.metroToggle3.DisplayStatus = true;
     this.metroToggle3.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle3.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle3.Location = new System.Drawing.Point(31, 127);
     this.metroToggle3.Name = "metroToggle3";
     this.metroToggle3.Size = new System.Drawing.Size(80, 25);
     this.metroToggle3.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle3.StyleManager = null;
     this.metroToggle3.TabIndex = 275;
     this.metroToggle3.Text = "Off";
     this.metroToggle3.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle3.UseStyleColors = false;
     this.metroToggle3.UseVisualStyleBackColor = true;
     this.metroToggle3.CheckedChanged += new System.EventHandler(this.metroToggle3_CheckedChanged);
     //
     // metroToggle2
     //
     this.metroToggle2.AutoSize = true;
     this.metroToggle2.CustomBackground = false;
     this.metroToggle2.DisplayStatus = true;
     this.metroToggle2.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle2.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle2.Location = new System.Drawing.Point(158, 68);
     this.metroToggle2.Name = "metroToggle2";
     this.metroToggle2.Size = new System.Drawing.Size(80, 25);
     this.metroToggle2.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle2.StyleManager = null;
     this.metroToggle2.TabIndex = 274;
     this.metroToggle2.Text = "Off";
     this.metroToggle2.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle2.UseStyleColors = false;
     this.metroToggle2.UseVisualStyleBackColor = true;
     this.metroToggle2.CheckedChanged += new System.EventHandler(this.metroToggle2_CheckedChanged);
     //
     // metroToggle1
     //
     this.metroToggle1.AutoSize = true;
     this.metroToggle1.CustomBackground = false;
     this.metroToggle1.DisplayStatus = true;
     this.metroToggle1.FontSize = MetroFramework.MetroLinkSize.Small;
     this.metroToggle1.FontWeight = MetroFramework.MetroLinkWeight.Regular;
     this.metroToggle1.Location = new System.Drawing.Point(31, 68);
     this.metroToggle1.Name = "metroToggle1";
     this.metroToggle1.Size = new System.Drawing.Size(80, 25);
     this.metroToggle1.Style = MetroFramework.MetroColorStyle.Blue;
     this.metroToggle1.StyleManager = null;
     this.metroToggle1.TabIndex = 273;
     this.metroToggle1.Text = "Off";
     this.metroToggle1.Theme = MetroFramework.MetroThemeStyle.Light;
     this.metroToggle1.UseStyleColors = false;
     this.metroToggle1.UseVisualStyleBackColor = true;
     this.metroToggle1.CheckedChanged += new System.EventHandler(this.metroToggle1_CheckedChanged);
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.ForeColor = System.Drawing.Color.SandyBrown;
     this.label33.Location = new System.Drawing.Point(142, 48);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(113, 16);
     this.label33.TabIndex = 228;
     this.label33.Text = "Advanced UAV";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.ForeColor = System.Drawing.Color.SandyBrown;
     this.label36.Location = new System.Drawing.Point(144, 169);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(107, 16);
     this.label36.TabIndex = 222;
     this.label36.Text = "Green Players";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.ForeColor = System.Drawing.Color.SandyBrown;
     this.label37.Location = new System.Drawing.Point(143, 107);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(117, 16);
     this.label37.TabIndex = 220;
     this.label37.Text = "Small Crosshair";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.ForeColor = System.Drawing.Color.SandyBrown;
     this.label38.Location = new System.Drawing.Point(32, 168);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(77, 16);
     this.label38.TabIndex = 218;
     this.label38.Text = "No Recoil";
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.SandyBrown;
     this.label39.Location = new System.Drawing.Point(31, 107);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(80, 16);
     this.label39.TabIndex = 216;
     this.label39.Text = "Red Laser";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.SandyBrown;
     this.label40.Location = new System.Drawing.Point(40, 48);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(62, 16);
     this.label40.TabIndex = 214;
     this.label40.Text = "Redbox";
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.tabPage5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage5.Controls.Add(this.logInNumericTIMEMINFL);
     this.tabPage5.Controls.Add(this.logInNumericTIMEDAYFL);
     this.tabPage5.Controls.Add(this.logInNumericTIMEHFL);
     this.tabPage5.Controls.Add(this.logInNumericDEATHSFL);
     this.tabPage5.Controls.Add(this.label60);
     this.tabPage5.Controls.Add(this.logInNumericKILLSFL);
     this.tabPage5.Controls.Add(this.label61);
     this.tabPage5.Controls.Add(this.logInNumericGPFL);
     this.tabPage5.Controls.Add(this.label62);
     this.tabPage5.Controls.Add(this.logInNumericLOSSESFL);
     this.tabPage5.Controls.Add(this.label63);
     this.tabPage5.Controls.Add(this.logInNumericWINSFL);
     this.tabPage5.Controls.Add(this.label64);
     this.tabPage5.Controls.Add(this.logInNumericSCOREFL);
     this.tabPage5.Controls.Add(this.label65);
     this.tabPage5.Controls.Add(this.groupBox20);
     this.tabPage5.Controls.Add(this.logInButton12);
     this.tabPage5.Controls.Add(this.logInNumericPRESTIGEFL);
     this.tabPage5.Controls.Add(this.label43);
     this.tabPage5.Location = new System.Drawing.Point(4, 36);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(768, 424);
     this.tabPage5.TabIndex = 5;
     this.tabPage5.Text = "Full Lobby";
     //
     // logInNumericTIMEMINFL
     //
     this.logInNumericTIMEMINFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericTIMEMINFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericTIMEMINFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericTIMEMINFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericTIMEMINFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericTIMEMINFL.Location = new System.Drawing.Point(477, 14);
     this.logInNumericTIMEMINFL.Maximum = ((long)(9999999));
     this.logInNumericTIMEMINFL.Minimum = ((long)(0));
     this.logInNumericTIMEMINFL.Name = "logInNumericTIMEMINFL";
     this.logInNumericTIMEMINFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericTIMEMINFL.Size = new System.Drawing.Size(105, 24);
     this.logInNumericTIMEMINFL.TabIndex = 444;
     this.logInNumericTIMEMINFL.Text = "logInNumeric11";
     this.logInNumericTIMEMINFL.Value = ((long)(0));
     this.logInNumericTIMEMINFL.Visible = false;
     //
     // logInNumericTIMEDAYFL
     //
     this.logInNumericTIMEDAYFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericTIMEDAYFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericTIMEDAYFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericTIMEDAYFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericTIMEDAYFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericTIMEDAYFL.Location = new System.Drawing.Point(255, 14);
     this.logInNumericTIMEDAYFL.Maximum = ((long)(9999999));
     this.logInNumericTIMEDAYFL.Minimum = ((long)(0));
     this.logInNumericTIMEDAYFL.Name = "logInNumericTIMEDAYFL";
     this.logInNumericTIMEDAYFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericTIMEDAYFL.Size = new System.Drawing.Size(105, 24);
     this.logInNumericTIMEDAYFL.TabIndex = 443;
     this.logInNumericTIMEDAYFL.Text = "logInNumericTIMEDAYFL";
     this.logInNumericTIMEDAYFL.Value = ((long)(0));
     this.logInNumericTIMEDAYFL.Visible = false;
     //
     // logInNumericTIMEHFL
     //
     this.logInNumericTIMEHFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericTIMEHFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericTIMEHFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericTIMEHFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericTIMEHFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericTIMEHFL.Location = new System.Drawing.Point(366, 14);
     this.logInNumericTIMEHFL.Maximum = ((long)(9999999));
     this.logInNumericTIMEHFL.Minimum = ((long)(0));
     this.logInNumericTIMEHFL.Name = "logInNumericTIMEHFL";
     this.logInNumericTIMEHFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericTIMEHFL.Size = new System.Drawing.Size(105, 24);
     this.logInNumericTIMEHFL.TabIndex = 442;
     this.logInNumericTIMEHFL.Text = "logInNumeric13";
     this.logInNumericTIMEHFL.Value = ((long)(0));
     this.logInNumericTIMEHFL.Visible = false;
     //
     // logInNumericDEATHSFL
     //
     this.logInNumericDEATHSFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericDEATHSFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericDEATHSFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericDEATHSFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericDEATHSFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericDEATHSFL.Location = new System.Drawing.Point(94, 351);
     this.logInNumericDEATHSFL.Maximum = ((long)(9999999));
     this.logInNumericDEATHSFL.Minimum = ((long)(0));
     this.logInNumericDEATHSFL.Name = "logInNumericDEATHSFL";
     this.logInNumericDEATHSFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericDEATHSFL.Size = new System.Drawing.Size(151, 24);
     this.logInNumericDEATHSFL.TabIndex = 441;
     this.logInNumericDEATHSFL.Text = "logInNumeric1";
     this.logInNumericDEATHSFL.Value = ((long)(0));
     this.logInNumericDEATHSFL.Visible = false;
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.BackColor = System.Drawing.Color.Transparent;
     this.label60.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label60.ForeColor = System.Drawing.Color.White;
     this.label60.Location = new System.Drawing.Point(26, 354);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(64, 20);
     this.label60.TabIndex = 440;
     this.label60.Text = "Deaths :";
     this.label60.Visible = false;
     //
     // logInNumericKILLSFL
     //
     this.logInNumericKILLSFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericKILLSFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericKILLSFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericKILLSFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericKILLSFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericKILLSFL.Location = new System.Drawing.Point(619, 38);
     this.logInNumericKILLSFL.Maximum = ((long)(9999999));
     this.logInNumericKILLSFL.Minimum = ((long)(0));
     this.logInNumericKILLSFL.Name = "logInNumericKILLSFL";
     this.logInNumericKILLSFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericKILLSFL.Size = new System.Drawing.Size(151, 24);
     this.logInNumericKILLSFL.TabIndex = 439;
     this.logInNumericKILLSFL.Text = "logInNumeric6";
     this.logInNumericKILLSFL.Value = ((long)(0));
     this.logInNumericKILLSFL.Visible = false;
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.BackColor = System.Drawing.Color.Transparent;
     this.label61.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label61.ForeColor = System.Drawing.Color.White;
     this.label61.Location = new System.Drawing.Point(571, 41);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(44, 20);
     this.label61.TabIndex = 438;
     this.label61.Text = "Kills :";
     this.label61.Visible = false;
     //
     // logInNumericGPFL
     //
     this.logInNumericGPFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericGPFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericGPFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericGPFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericGPFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericGPFL.Location = new System.Drawing.Point(473, 348);
     this.logInNumericGPFL.Maximum = ((long)(9999999));
     this.logInNumericGPFL.Minimum = ((long)(0));
     this.logInNumericGPFL.Name = "logInNumericGPFL";
     this.logInNumericGPFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericGPFL.Size = new System.Drawing.Size(151, 24);
     this.logInNumericGPFL.TabIndex = 437;
     this.logInNumericGPFL.Text = "logInNumeric1";
     this.logInNumericGPFL.Value = ((long)(0));
     this.logInNumericGPFL.Visible = false;
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.BackColor = System.Drawing.Color.Transparent;
     this.label62.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label62.ForeColor = System.Drawing.Color.White;
     this.label62.Location = new System.Drawing.Point(357, 351);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(112, 20);
     this.label62.TabIndex = 436;
     this.label62.Text = "Games Played :";
     this.label62.Visible = false;
     //
     // logInNumericLOSSESFL
     //
     this.logInNumericLOSSESFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericLOSSESFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericLOSSESFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericLOSSESFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericLOSSESFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericLOSSESFL.Location = new System.Drawing.Point(65, 114);
     this.logInNumericLOSSESFL.Maximum = ((long)(9999999));
     this.logInNumericLOSSESFL.Minimum = ((long)(0));
     this.logInNumericLOSSESFL.Name = "logInNumericLOSSESFL";
     this.logInNumericLOSSESFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericLOSSESFL.Size = new System.Drawing.Size(151, 24);
     this.logInNumericLOSSESFL.TabIndex = 435;
     this.logInNumericLOSSESFL.Text = "logInNumeric2";
     this.logInNumericLOSSESFL.Value = ((long)(0));
     this.logInNumericLOSSESFL.Visible = false;
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.ForeColor = System.Drawing.Color.White;
     this.label63.Location = new System.Drawing.Point(2, 117);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(59, 20);
     this.label63.TabIndex = 434;
     this.label63.Text = "Losses :";
     this.label63.Visible = false;
     //
     // logInNumericWINSFL
     //
     this.logInNumericWINSFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericWINSFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericWINSFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericWINSFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericWINSFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericWINSFL.Location = new System.Drawing.Point(65, 68);
     this.logInNumericWINSFL.Maximum = ((long)(9999999));
     this.logInNumericWINSFL.Minimum = ((long)(0));
     this.logInNumericWINSFL.Name = "logInNumericWINSFL";
     this.logInNumericWINSFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericWINSFL.Size = new System.Drawing.Size(151, 24);
     this.logInNumericWINSFL.TabIndex = 433;
     this.logInNumericWINSFL.Text = "logInNumeric1";
     this.logInNumericWINSFL.Value = ((long)(0));
     this.logInNumericWINSFL.Visible = false;
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.BackColor = System.Drawing.Color.Transparent;
     this.label64.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label64.ForeColor = System.Drawing.Color.White;
     this.label64.Location = new System.Drawing.Point(11, 71);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(50, 20);
     this.label64.TabIndex = 432;
     this.label64.Text = "Wins :";
     this.label64.Visible = false;
     //
     // logInNumericSCOREFL
     //
     this.logInNumericSCOREFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericSCOREFL.BorderColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericSCOREFL.ButtonColour = System.Drawing.SystemColors.Highlight;
     this.logInNumericSCOREFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericSCOREFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericSCOREFL.Location = new System.Drawing.Point(83, 15);
     this.logInNumericSCOREFL.Maximum = ((long)(9999999999999999));
     this.logInNumericSCOREFL.Minimum = ((long)(0));
     this.logInNumericSCOREFL.Name = "logInNumericSCOREFL";
     this.logInNumericSCOREFL.SecondBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.logInNumericSCOREFL.Size = new System.Drawing.Size(151, 24);
     this.logInNumericSCOREFL.TabIndex = 431;
     this.logInNumericSCOREFL.Text = "logInNumericSCOREFL";
     this.logInNumericSCOREFL.Value = ((long)(0));
     this.logInNumericSCOREFL.Visible = false;
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.BackColor = System.Drawing.Color.Transparent;
     this.label65.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label65.ForeColor = System.Drawing.Color.White;
     this.label65.Location = new System.Drawing.Point(24, 18);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(55, 20);
     this.label65.TabIndex = 430;
     this.label65.Text = "Score :";
     this.label65.Visible = false;
     //
     // groupBox20
     //
     this.groupBox20.BackColor = System.Drawing.Color.Transparent;
     this.groupBox20.Controls.Add(this.label9);
     this.groupBox20.Controls.Add(this.label98);
     this.groupBox20.Controls.Add(this.label157);
     this.groupBox20.Controls.Add(this.label158);
     this.groupBox20.ForeColor = System.Drawing.Color.White;
     this.groupBox20.Location = new System.Drawing.Point(222, 158);
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.Size = new System.Drawing.Size(355, 132);
     this.groupBox20.TabIndex = 414;
     this.groupBox20.TabStop = false;
     this.groupBox20.Text = "Content";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(148, 50);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(62, 18);
     this.label9.TabIndex = 421;
     this.label9.Text = "Level 50";
     //
     // label98
     //
     this.label98.AutoSize = true;
     this.label98.BackColor = System.Drawing.Color.Transparent;
     this.label98.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label98.Location = new System.Drawing.Point(101, 97);
     this.label98.Name = "label98";
     this.label98.Size = new System.Drawing.Size(157, 18);
     this.label98.TabIndex = 420;
     this.label98.Text = "Classes name colours";
     //
     // label157
     //
     this.label157.AutoSize = true;
     this.label157.BackColor = System.Drawing.Color.Transparent;
     this.label157.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label157.Location = new System.Drawing.Point(143, 73);
     this.label157.Name = "label157";
     this.label157.Size = new System.Drawing.Size(74, 18);
     this.label157.TabIndex = 413;
     this.label157.Text = "Unlock All";
     //
     // label158
     //
     this.label158.AutoSize = true;
     this.label158.BackColor = System.Drawing.Color.Transparent;
     this.label158.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label158.Location = new System.Drawing.Point(142, 27);
     this.label158.Name = "label158";
     this.label158.Size = new System.Drawing.Size(77, 18);
     this.label158.TabIndex = 412;
     this.label158.Text = "Legit Stats";
     //
     // logInButton12
     //
     this.logInButton12.BackColor = System.Drawing.Color.Transparent;
     this.logInButton12.BaseColour = System.Drawing.Color.SandyBrown;
     this.logInButton12.BorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.logInButton12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton12.FontColour = System.Drawing.Color.SandyBrown;
     this.logInButton12.ForeColor = System.Drawing.Color.SandyBrown;
     this.logInButton12.HoverColour = System.Drawing.Color.Gray;
     this.logInButton12.Location = new System.Drawing.Point(222, 114);
     this.logInButton12.Name = "logInButton12";
     this.logInButton12.PressedColour = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
     this.logInButton12.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton12.Size = new System.Drawing.Size(355, 38);
     this.logInButton12.TabIndex = 259;
     this.logInButton12.Text = "SET A FULL LOBBY";
     this.logInButton12.Click += new System.EventHandler(this.logInButton12_Click);
     //
     // logInNumericPRESTIGEFL
     //
     this.logInNumericPRESTIGEFL.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInNumericPRESTIGEFL.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInNumericPRESTIGEFL.ButtonColour = System.Drawing.Color.SandyBrown;
     this.logInNumericPRESTIGEFL.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.logInNumericPRESTIGEFL.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInNumericPRESTIGEFL.Location = new System.Drawing.Point(375, 80);
     this.logInNumericPRESTIGEFL.Maximum = ((long)(9999999));
     this.logInNumericPRESTIGEFL.Minimum = ((long)(0));
     this.logInNumericPRESTIGEFL.Name = "logInNumericPRESTIGEFL";
     this.logInNumericPRESTIGEFL.SecondBorderColour = System.Drawing.Color.SaddleBrown;
     this.logInNumericPRESTIGEFL.Size = new System.Drawing.Size(91, 24);
     this.logInNumericPRESTIGEFL.TabIndex = 216;
     this.logInNumericPRESTIGEFL.Text = "logInNumeric1";
     this.logInNumericPRESTIGEFL.Value = ((long)(30));
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.BackColor = System.Drawing.Color.Transparent;
     this.label43.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.ForeColor = System.Drawing.Color.White;
     this.label43.Location = new System.Drawing.Point(299, 83);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(72, 20);
     this.label43.TabIndex = 215;
     this.label43.Text = "Prestige :";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.tabPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage4.Controls.Add(this.groupBoxEBOOT);
     this.tabPage4.Controls.Add(this.groupBox14);
     this.tabPage4.Location = new System.Drawing.Point(4, 36);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(768, 424);
     this.tabPage4.TabIndex = 4;
     this.tabPage4.Text = "EBOOT";
     //
     // groupBoxEBOOT
     //
     this.groupBoxEBOOT.BackColor = System.Drawing.Color.Transparent;
     this.groupBoxEBOOT.Controls.Add(this.label91);
     this.groupBoxEBOOT.Controls.Add(this.label97);
     this.groupBoxEBOOT.Controls.Add(this.label92);
     this.groupBoxEBOOT.Controls.Add(this.label93);
     this.groupBoxEBOOT.Controls.Add(this.label94);
     this.groupBoxEBOOT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBoxEBOOT.ForeColor = System.Drawing.Color.SandyBrown;
     this.groupBoxEBOOT.Location = new System.Drawing.Point(384, 96);
     this.groupBoxEBOOT.Name = "groupBoxEBOOT";
     this.groupBoxEBOOT.Size = new System.Drawing.Size(368, 156);
     this.groupBoxEBOOT.TabIndex = 31;
     this.groupBoxEBOOT.TabStop = false;
     this.groupBoxEBOOT.Text = "Comment changer mon EBOOT ?";
     //
     // label91
     //
     this.label91.AutoSize = true;
     this.label91.ForeColor = System.Drawing.Color.White;
     this.label91.Location = new System.Drawing.Point(27, 120);
     this.label91.Name = "label91";
     this.label91.Size = new System.Drawing.Size(236, 13);
     this.label91.TabIndex = 6;
     this.label91.Text = "5 - Félicitation vous avez changé votre EBOOT !";
     //
     // label97
     //
     this.label97.AutoSize = true;
     this.label97.ForeColor = System.Drawing.Color.White;
     this.label97.Location = new System.Drawing.Point(27, 99);
     this.label97.Name = "label97";
     this.label97.Size = new System.Drawing.Size(252, 13);
     this.label97.TabIndex = 5;
     this.label97.Text = "4 - Remplacez le fichier EBOOT.BIN par le nouveau";
     //
     // label92
     //
     this.label92.AutoSize = true;
     this.label92.ForeColor = System.Drawing.Color.White;
     this.label92.Location = new System.Drawing.Point(27, 78);
     this.label92.Name = "label92";
     this.label92.Size = new System.Drawing.Size(320, 13);
     this.label92.TabIndex = 2;
     this.label92.Text = "3 - Rendez vous dans dev_hdd0 -> game -> BLxSxxxx -> USRDIR";
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.ForeColor = System.Drawing.Color.White;
     this.label93.Location = new System.Drawing.Point(27, 57);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(187, 13);
     this.label93.TabIndex = 1;
     this.label93.Text = "2 - Connectez vous à votre PS3 (FTP)";
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.ForeColor = System.Drawing.Color.White;
     this.label94.Location = new System.Drawing.Point(27, 36);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(156, 13);
     this.label94.TabIndex = 0;
     this.label94.Text = "1 - Rendez vous dans Multiman";
     //
     // groupBox14
     //
     this.groupBox14.BackColor = System.Drawing.Color.Transparent;
     this.groupBox14.Controls.Add(this.logInButton11);
     this.groupBox14.Controls.Add(this.label42);
     this.groupBox14.ForeColor = System.Drawing.Color.SandyBrown;
     this.groupBox14.Location = new System.Drawing.Point(39, 96);
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.Size = new System.Drawing.Size(339, 156);
     this.groupBox14.TabIndex = 30;
     this.groupBox14.TabStop = false;
     this.groupBox14.Text = "EBOOT";
     //
     // logInButton11
     //
     this.logInButton11.BackColor = System.Drawing.Color.Transparent;
     this.logInButton11.BaseColour = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
     this.logInButton11.BorderColour = System.Drawing.Color.SandyBrown;
     this.logInButton11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logInButton11.FontColour = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logInButton11.HoverColour = System.Drawing.Color.SandyBrown;
     this.logInButton11.Location = new System.Drawing.Point(80, 99);
     this.logInButton11.Name = "logInButton11";
     this.logInButton11.PressedColour = System.Drawing.SystemColors.GrayText;
     this.logInButton11.ProgressColour = System.Drawing.Color.SandyBrown;
     this.logInButton11.Size = new System.Drawing.Size(174, 29);
     this.logInButton11.TabIndex = 377;
     this.logInButton11.Text = "Cliquez ici";
     this.logInButton11.Click += new System.EventHandler(this.logInButton11_Click);
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.ForeColor = System.Drawing.Color.White;
     this.label42.Location = new System.Drawing.Point(19, 43);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(309, 39);
     this.label42.TabIndex = 376;
     this.label42.Text = "Pour télécharger un EBOOT, rendez vous sur mon site \r\nen cliquant sur le bouton c" +
     "i dessous, et téléchargez \r\nl\'EBOOT de votre choix.";
     this.label42.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // Tool_AW
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::ToolAW.Properties.Resources.ThemeAW;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ClientSize = new System.Drawing.Size(866, 517);
     this.Controls.Add(this.TabAW);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(866, 517);
     this.MinimumSize = new System.Drawing.Size(866, 517);
     this.Name = "Tool_AW";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Tool_AW";
     this.Load += new System.EventHandler(this.Tool_AW_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.TabAW.ResumeLayout(false);
     this.TabHome.ResumeLayout(false);
     this.TabHome.PerformLayout();
     this.logInGroupBox1.ResumeLayout(false);
     this.logInGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.LoginGroupbox.ResumeLayout(false);
     this.LoginGroupbox.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numHOURS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMINUTES)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numDAY)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.logInGroupBox4.ResumeLayout(false);
     this.logInGroupBox3.ResumeLayout(false);
     this.logInGroupBox25.ResumeLayout(false);
     this.logInGroupBox25.PerformLayout();
     this.logInGroupBox2.ResumeLayout(false);
     this.logInGroupBox2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.logInGroupBox5.ResumeLayout(false);
     this.logInGroupBox5.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.groupBox20.ResumeLayout(false);
     this.groupBox20.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.groupBoxEBOOT.ResumeLayout(false);
     this.groupBoxEBOOT.PerformLayout();
     this.groupBox14.ResumeLayout(false);
     this.groupBox14.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.metroTrackBar1      = new MetroFramework.Controls.MetroTrackBar();
     this.metroTrackBar2      = new MetroFramework.Controls.MetroTrackBar();
     this.metroToggle1        = new MetroFramework.Controls.MetroToggle();
     this.metroToggle2        = new MetroFramework.Controls.MetroToggle();
     this.Tab                 = new MetroFramework.Controls.MetroTabControl();
     this.listTab             = new MetroFramework.Controls.MetroTabPage();
     this.ListView_tatList    = new MetroFramework.Controls.MetroListView();
     this.mapTab              = new MetroFramework.Controls.MetroTabPage();
     this.settingsTab         = new MetroFramework.Controls.MetroTabPage();
     this.panel2              = new System.Windows.Forms.Panel();
     this.metroRadioButton7   = new MetroFramework.Controls.MetroRadioButton();
     this.metroRadioButton6   = new MetroFramework.Controls.MetroRadioButton();
     this.metroRadioButton5   = new MetroFramework.Controls.MetroRadioButton();
     this.RadioButton_WB_Auto = new MetroFramework.Controls.MetroRadioButton();
     this.metroRadioButton4   = new MetroFramework.Controls.MetroRadioButton();
     this.metroLabel2         = new MetroFramework.Controls.MetroLabel();
     this.panel5              = new System.Windows.Forms.Panel();
     this.metroTrackBar4      = new MetroFramework.Controls.MetroTrackBar();
     this.metroLabel5         = new MetroFramework.Controls.MetroLabel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.TrackBar_Brightness = new MetroFramework.Controls.MetroTrackBar();
     this.metroLabel4         = new MetroFramework.Controls.MetroLabel();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.timer1              = new System.Windows.Forms.Timer(this.components);
     this.chart_Gsensor       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.metroToggle3        = new MetroFramework.Controls.MetroToggle();
     this.label_sec           = new MetroFramework.Controls.MetroLabel();
     this.label_X             = new MetroFramework.Controls.MetroLabel();
     this.label_Y             = new MetroFramework.Controls.MetroLabel();
     this.label_Z             = new MetroFramework.Controls.MetroLabel();
     this.metroLabel1         = new MetroFramework.Controls.MetroLabel();
     this.button_stop         = new MetroFramework.Controls.MetroButton();
     this.webBrowser1         = new System.Windows.Forms.WebBrowser();
     this.metroButton1        = new MetroFramework.Controls.MetroButton();
     this.pictureBoxIpl1      = new OpenCvSharp.UserInterface.PictureBoxIpl();
     this.metroButton3        = new MetroFramework.Controls.MetroButton();
     this.mapBtn              = new MetroFramework.Controls.MetroButton();
     this.updownBtn           = new MetroFramework.Controls.MetroButton();
     this.leftrightBtn        = new MetroFramework.Controls.MetroButton();
     this.fowardBtn           = new MetroFramework.Controls.MetroButton();
     this.stopBtn             = new MetroFramework.Controls.MetroButton();
     this.button_play         = new MetroFramework.Controls.MetroButton();
     this.backBtn             = new MetroFramework.Controls.MetroButton();
     this.Tab.SuspendLayout();
     this.listTab.SuspendLayout();
     this.mapTab.SuspendLayout();
     this.settingsTab.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart_Gsensor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIpl1)).BeginInit();
     this.SuspendLayout();
     //
     // metroTrackBar1
     //
     this.metroTrackBar1.BackColor = System.Drawing.Color.Transparent;
     this.metroTrackBar1.Location  = new System.Drawing.Point(-15, -15);
     this.metroTrackBar1.Name      = "metroTrackBar1";
     this.metroTrackBar1.Size      = new System.Drawing.Size(75, 23);
     this.metroTrackBar1.TabIndex  = 1;
     this.metroTrackBar1.Text      = "metroTrackBar1";
     //
     // metroTrackBar2
     //
     this.metroTrackBar2.BackColor = System.Drawing.Color.Transparent;
     this.metroTrackBar2.Location  = new System.Drawing.Point(12, 370);
     this.metroTrackBar2.Name      = "metroTrackBar2";
     this.metroTrackBar2.Size      = new System.Drawing.Size(700, 23);
     this.metroTrackBar2.TabIndex  = 2;
     this.metroTrackBar2.Text      = "metroTrackBar2";
     this.metroTrackBar2.Scroll   += new System.Windows.Forms.ScrollEventHandler(this.metroTrackBar2_Scroll);
     //
     // metroToggle1
     //
     this.metroToggle1.AutoSize        = true;
     this.metroToggle1.Location        = new System.Drawing.Point(628, 407);
     this.metroToggle1.Name            = "metroToggle1";
     this.metroToggle1.Size            = new System.Drawing.Size(80, 16);
     this.metroToggle1.Style           = MetroFramework.MetroColorStyle.Black;
     this.metroToggle1.TabIndex        = 12;
     this.metroToggle1.Text            = "Off";
     this.metroToggle1.UseSelectable   = true;
     this.metroToggle1.CheckedChanged += new System.EventHandler(this.metroToggle1_CheckedChanged);
     //
     // metroToggle2
     //
     this.metroToggle2.AutoSize        = true;
     this.metroToggle2.Location        = new System.Drawing.Point(506, 407);
     this.metroToggle2.Name            = "metroToggle2";
     this.metroToggle2.Size            = new System.Drawing.Size(80, 16);
     this.metroToggle2.Style           = MetroFramework.MetroColorStyle.Orange;
     this.metroToggle2.TabIndex        = 13;
     this.metroToggle2.Text            = "Off";
     this.metroToggle2.UseSelectable   = true;
     this.metroToggle2.CheckedChanged += new System.EventHandler(this.metroToggle2_CheckedChanged);
     //
     // Tab
     //
     this.Tab.Controls.Add(this.listTab);
     this.Tab.Controls.Add(this.mapTab);
     this.Tab.Controls.Add(this.settingsTab);
     this.Tab.Location      = new System.Drawing.Point(718, 16);
     this.Tab.Name          = "Tab";
     this.Tab.SelectedIndex = 2;
     this.Tab.Size          = new System.Drawing.Size(275, 523);
     this.Tab.Style         = MetroFramework.MetroColorStyle.Black;
     this.Tab.TabIndex      = 17;
     this.Tab.UseSelectable = true;
     //
     // listTab
     //
     this.listTab.Controls.Add(this.ListView_tatList);
     this.listTab.Controls.Add(this.metroButton3);
     this.listTab.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.listTab.HorizontalScrollbarBarColor         = true;
     this.listTab.HorizontalScrollbarHighlightOnWheel = false;
     this.listTab.HorizontalScrollbarSize             = 10;
     this.listTab.Location = new System.Drawing.Point(4, 38);
     this.listTab.Name     = "listTab";
     this.listTab.Size     = new System.Drawing.Size(267, 481);
     this.listTab.Style    = MetroFramework.MetroColorStyle.Black;
     this.listTab.TabIndex = 0;
     this.listTab.Text     = "PlayLists";
     this.listTab.VerticalScrollbarBarColor         = true;
     this.listTab.VerticalScrollbarHighlightOnWheel = false;
     this.listTab.VerticalScrollbarSize             = 10;
     //
     // ListView_tatList
     //
     this.ListView_tatList.Font          = new System.Drawing.Font("Segoe UI", 12F);
     this.ListView_tatList.FullRowSelect = true;
     this.ListView_tatList.Location      = new System.Drawing.Point(3, 66);
     this.ListView_tatList.Name          = "ListView_tatList";
     this.ListView_tatList.OwnerDraw     = true;
     this.ListView_tatList.Size          = new System.Drawing.Size(261, 412);
     this.ListView_tatList.Style         = MetroFramework.MetroColorStyle.Black;
     this.ListView_tatList.TabIndex      = 16;
     this.ListView_tatList.UseCompatibleStateImageBehavior = false;
     this.ListView_tatList.UseSelectable         = true;
     this.ListView_tatList.View                  = System.Windows.Forms.View.Details;
     this.ListView_tatList.SelectedIndexChanged += new System.EventHandler(this.ListView_tatList_SelectedIndexChanged);
     this.ListView_tatList.DoubleClick          += new System.EventHandler(this.ListView_tatList_DoubleClick);
     //
     // mapTab
     //
     this.mapTab.Controls.Add(this.webBrowser1);
     this.mapTab.Controls.Add(this.mapBtn);
     this.mapTab.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.mapTab.HorizontalScrollbarBarColor         = true;
     this.mapTab.HorizontalScrollbarHighlightOnWheel = false;
     this.mapTab.HorizontalScrollbarSize             = 10;
     this.mapTab.Location = new System.Drawing.Point(4, 38);
     this.mapTab.Name     = "mapTab";
     this.mapTab.Size     = new System.Drawing.Size(267, 481);
     this.mapTab.Style    = MetroFramework.MetroColorStyle.Black;
     this.mapTab.TabIndex = 1;
     this.mapTab.Text     = "Map";
     this.mapTab.VerticalScrollbarBarColor         = true;
     this.mapTab.VerticalScrollbarHighlightOnWheel = false;
     this.mapTab.VerticalScrollbarSize             = 10;
     //
     // settingsTab
     //
     this.settingsTab.Controls.Add(this.panel2);
     this.settingsTab.Controls.Add(this.panel5);
     this.settingsTab.Controls.Add(this.panel4);
     this.settingsTab.HorizontalScrollbarBarColor         = true;
     this.settingsTab.HorizontalScrollbarHighlightOnWheel = false;
     this.settingsTab.HorizontalScrollbarSize             = 8;
     this.settingsTab.Location = new System.Drawing.Point(4, 38);
     this.settingsTab.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.settingsTab.Name     = "settingsTab";
     this.settingsTab.Size     = new System.Drawing.Size(267, 481);
     this.settingsTab.TabIndex = 2;
     this.settingsTab.Text     = "Settings";
     this.settingsTab.VerticalScrollbarBarColor         = true;
     this.settingsTab.VerticalScrollbarHighlightOnWheel = false;
     this.settingsTab.VerticalScrollbarSize             = 9;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel2.Controls.Add(this.metroRadioButton7);
     this.panel2.Controls.Add(this.metroRadioButton6);
     this.panel2.Controls.Add(this.metroRadioButton5);
     this.panel2.Controls.Add(this.RadioButton_WB_Auto);
     this.panel2.Controls.Add(this.metroRadioButton4);
     this.panel2.Controls.Add(this.metroLabel2);
     this.panel2.Location = new System.Drawing.Point(1, 18);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(260, 85);
     this.panel2.TabIndex = 20;
     //
     // metroRadioButton7
     //
     this.metroRadioButton7.AutoSize      = true;
     this.metroRadioButton7.Location      = new System.Drawing.Point(80, 62);
     this.metroRadioButton7.Name          = "metroRadioButton7";
     this.metroRadioButton7.Size          = new System.Drawing.Size(47, 15);
     this.metroRadioButton7.TabIndex      = 8;
     this.metroRadioButton7.Text          = "흐림";
     this.metroRadioButton7.UseSelectable = true;
     //
     // metroRadioButton6
     //
     this.metroRadioButton6.AutoSize      = true;
     this.metroRadioButton6.Location      = new System.Drawing.Point(17, 62);
     this.metroRadioButton6.Name          = "metroRadioButton6";
     this.metroRadioButton6.Size          = new System.Drawing.Size(47, 15);
     this.metroRadioButton6.TabIndex      = 7;
     this.metroRadioButton6.Text          = "맑음";
     this.metroRadioButton6.UseSelectable = true;
     //
     // metroRadioButton5
     //
     this.metroRadioButton5.AutoSize      = true;
     this.metroRadioButton5.Location      = new System.Drawing.Point(157, 42);
     this.metroRadioButton5.Name          = "metroRadioButton5";
     this.metroRadioButton5.Size          = new System.Drawing.Size(59, 15);
     this.metroRadioButton5.TabIndex      = 6;
     this.metroRadioButton5.Text          = "형광등";
     this.metroRadioButton5.UseSelectable = true;
     //
     // RadioButton_WB_Auto
     //
     this.RadioButton_WB_Auto.AutoSize        = true;
     this.RadioButton_WB_Auto.Location        = new System.Drawing.Point(17, 42);
     this.RadioButton_WB_Auto.Name            = "RadioButton_WB_Auto";
     this.RadioButton_WB_Auto.Size            = new System.Drawing.Size(47, 15);
     this.RadioButton_WB_Auto.TabIndex        = 5;
     this.RadioButton_WB_Auto.Text            = "자동";
     this.RadioButton_WB_Auto.UseSelectable   = true;
     this.RadioButton_WB_Auto.CheckedChanged += new System.EventHandler(this.RadioButton_WB_Auto_CheckedChanged);
     //
     // metroRadioButton4
     //
     this.metroRadioButton4.AutoSize      = true;
     this.metroRadioButton4.Location      = new System.Drawing.Point(81, 42);
     this.metroRadioButton4.Name          = "metroRadioButton4";
     this.metroRadioButton4.Size          = new System.Drawing.Size(59, 15);
     this.metroRadioButton4.TabIndex      = 3;
     this.metroRadioButton4.Text          = "백열등";
     this.metroRadioButton4.UseSelectable = true;
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize = true;
     this.metroLabel2.Location = new System.Drawing.Point(17, 14);
     this.metroLabel2.Name     = "metroLabel2";
     this.metroLabel2.Size     = new System.Drawing.Size(93, 19);
     this.metroLabel2.TabIndex = 2;
     this.metroLabel2.Text     = "화이트밸런스";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel5.Controls.Add(this.metroTrackBar4);
     this.panel5.Controls.Add(this.metroLabel5);
     this.panel5.Location = new System.Drawing.Point(3, 218);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(255, 76);
     this.panel5.TabIndex = 11;
     //
     // metroTrackBar4
     //
     this.metroTrackBar4.BackColor     = System.Drawing.Color.Transparent;
     this.metroTrackBar4.Location      = new System.Drawing.Point(14, 43);
     this.metroTrackBar4.Maximum       = 4;
     this.metroTrackBar4.Minimum       = -4;
     this.metroTrackBar4.Name          = "metroTrackBar4";
     this.metroTrackBar4.Size          = new System.Drawing.Size(223, 23);
     this.metroTrackBar4.TabIndex      = 7;
     this.metroTrackBar4.Text          = "metroTrackBar4";
     this.metroTrackBar4.Value         = 0;
     this.metroTrackBar4.ValueChanged += new System.EventHandler(this.metroTrackBar4_ValueChanged);
     //
     // metroLabel5
     //
     this.metroLabel5.AutoSize = true;
     this.metroLabel5.Location = new System.Drawing.Point(17, 12);
     this.metroLabel5.Name     = "metroLabel5";
     this.metroLabel5.Size     = new System.Drawing.Size(37, 19);
     this.metroLabel5.TabIndex = 5;
     this.metroLabel5.Text     = "명암";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel4.Controls.Add(this.TrackBar_Brightness);
     this.panel4.Controls.Add(this.metroLabel4);
     this.panel4.Location = new System.Drawing.Point(0, 120);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(255, 76);
     this.panel4.TabIndex = 10;
     //
     // TrackBar_Brightness
     //
     this.TrackBar_Brightness.BackColor     = System.Drawing.Color.Transparent;
     this.TrackBar_Brightness.Location      = new System.Drawing.Point(17, 38);
     this.TrackBar_Brightness.Maximum       = 4;
     this.TrackBar_Brightness.Minimum       = -4;
     this.TrackBar_Brightness.Name          = "TrackBar_Brightness";
     this.TrackBar_Brightness.Size          = new System.Drawing.Size(223, 23);
     this.TrackBar_Brightness.TabIndex      = 6;
     this.TrackBar_Brightness.Text          = "metroTrackBar5";
     this.TrackBar_Brightness.Value         = 0;
     this.TrackBar_Brightness.ValueChanged += new System.EventHandler(this.TrackBar_Brightness_ValueChanged);
     //
     // metroLabel4
     //
     this.metroLabel4.AutoSize = true;
     this.metroLabel4.Location = new System.Drawing.Point(17, 12);
     this.metroLabel4.Name     = "metroLabel4";
     this.metroLabel4.Size     = new System.Drawing.Size(37, 19);
     this.metroLabel4.TabIndex = 5;
     this.metroLabel4.Text     = "밝기";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // chart_Gsensor
     //
     chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
     chartArea1.AxisX.IntervalType     = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.Maximum          = 500D;
     chartArea1.AxisY.Interval         = 2D;
     chartArea1.AxisY.Maximum          = 4D;
     chartArea1.AxisY.Minimum          = -4D;
     chartArea1.BorderDashStyle        = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.Name = "Gsensor";
     this.chart_Gsensor.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart_Gsensor.Legends.Add(legend1);
     this.chart_Gsensor.Location = new System.Drawing.Point(12, 440);
     this.chart_Gsensor.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chart_Gsensor.Name     = "chart_Gsensor";
     series1.ChartArea           = "Gsensor";
     series1.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend    = "Legend1";
     series1.Name      = "X";
     series2.ChartArea = "Gsensor";
     series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Legend    = "Legend1";
     series2.Name      = "Y";
     series3.ChartArea = "Gsensor";
     series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series3.Legend    = "Legend1";
     series3.Name      = "Z";
     this.chart_Gsensor.Series.Add(series1);
     this.chart_Gsensor.Series.Add(series2);
     this.chart_Gsensor.Series.Add(series3);
     this.chart_Gsensor.Size     = new System.Drawing.Size(696, 99);
     this.chart_Gsensor.TabIndex = 19;
     this.chart_Gsensor.Text     = "chart1";
     //
     // metroToggle3
     //
     this.metroToggle3.AutoSize        = true;
     this.metroToggle3.Location        = new System.Drawing.Point(362, 407);
     this.metroToggle3.Name            = "metroToggle3";
     this.metroToggle3.Size            = new System.Drawing.Size(80, 16);
     this.metroToggle3.Style           = MetroFramework.MetroColorStyle.Black;
     this.metroToggle3.TabIndex        = 20;
     this.metroToggle3.Text            = "Off";
     this.metroToggle3.UseSelectable   = true;
     this.metroToggle3.CheckedChanged += new System.EventHandler(this.metroToggle3_CheckedChanged);
     //
     // label_sec
     //
     this.label_sec.AutoSize = true;
     this.label_sec.Location = new System.Drawing.Point(202, 429);
     this.label_sec.Name     = "label_sec";
     this.label_sec.Size     = new System.Drawing.Size(0, 0);
     this.label_sec.TabIndex = 22;
     //
     // label_X
     //
     this.label_X.AutoSize = true;
     this.label_X.Location = new System.Drawing.Point(281, 429);
     this.label_X.Name     = "label_X";
     this.label_X.Size     = new System.Drawing.Size(0, 0);
     this.label_X.TabIndex = 23;
     //
     // label_Y
     //
     this.label_Y.AutoSize = true;
     this.label_Y.Location = new System.Drawing.Point(362, 428);
     this.label_Y.Name     = "label_Y";
     this.label_Y.Size     = new System.Drawing.Size(0, 0);
     this.label_Y.TabIndex = 24;
     //
     // label_Z
     //
     this.label_Z.AutoSize = true;
     this.label_Z.Location = new System.Drawing.Point(444, 429);
     this.label_Z.Name     = "label_Z";
     this.label_Z.Size     = new System.Drawing.Size(0, 0);
     this.label_Z.TabIndex = 25;
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.metroLabel1.Location = new System.Drawing.Point(247, 429);
     this.metroLabel1.Name     = "metroLabel1";
     this.metroLabel1.Size     = new System.Drawing.Size(81, 19);
     this.metroLabel1.TabIndex = 26;
     this.metroLabel1.Text     = "metroLabel1";
     //
     // button_stop
     //
     this.button_stop.Enabled       = false;
     this.button_stop.Location      = new System.Drawing.Point(52, 399);
     this.button_stop.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.button_stop.Name          = "button_stop";
     this.button_stop.Size          = new System.Drawing.Size(51, 35);
     this.button_stop.TabIndex      = 27;
     this.button_stop.Text          = "일시정지";
     this.button_stop.UseSelectable = true;
     this.button_stop.Visible       = false;
     this.button_stop.Click        += new System.EventHandler(this.button_stop_Click);
     //
     // webBrowser1
     //
     this.webBrowser1.Location    = new System.Drawing.Point(14, 78);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name        = "webBrowser1";
     this.webBrowser1.Size        = new System.Drawing.Size(250, 337);
     this.webBrowser1.TabIndex    = 15;
     //
     // metroButton1
     //
     this.metroButton1.BackColor             = System.Drawing.Color.White;
     this.metroButton1.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.camera;
     this.metroButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.metroButton1.Location      = new System.Drawing.Point(321, 399);
     this.metroButton1.Name          = "metroButton1";
     this.metroButton1.Size          = new System.Drawing.Size(35, 35);
     this.metroButton1.TabIndex      = 28;
     this.metroButton1.UseSelectable = true;
     //
     // pictureBoxIpl1
     //
     this.pictureBoxIpl1.Location = new System.Drawing.Point(3, 2);
     this.pictureBoxIpl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pictureBoxIpl1.Name     = "pictureBoxIpl1";
     this.pictureBoxIpl1.Size     = new System.Drawing.Size(710, 362);
     this.pictureBoxIpl1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxIpl1.TabIndex = 21;
     this.pictureBoxIpl1.TabStop  = false;
     //
     // metroButton3
     //
     this.metroButton3.BackColor             = System.Drawing.Color.White;
     this.metroButton3.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.folder;
     this.metroButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.metroButton3.Location      = new System.Drawing.Point(86, 25);
     this.metroButton3.Name          = "metroButton3";
     this.metroButton3.Size          = new System.Drawing.Size(83, 35);
     this.metroButton3.TabIndex      = 15;
     this.metroButton3.Text          = "불러오기";
     this.metroButton3.TextAlign     = System.Drawing.ContentAlignment.MiddleRight;
     this.metroButton3.UseSelectable = true;
     this.metroButton3.Click        += new System.EventHandler(this.metroButton3_Click);
     //
     // mapBtn
     //
     this.mapBtn.BackColor             = System.Drawing.Color.White;
     this.mapBtn.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.location_point;
     this.mapBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.mapBtn.Location      = new System.Drawing.Point(80, 21);
     this.mapBtn.Name          = "mapBtn";
     this.mapBtn.Size          = new System.Drawing.Size(82, 35);
     this.mapBtn.TabIndex      = 14;
     this.mapBtn.Text          = "연결하기";
     this.mapBtn.TextAlign     = System.Drawing.ContentAlignment.MiddleRight;
     this.mapBtn.UseSelectable = true;
     //
     // updownBtn
     //
     this.updownBtn.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.updown;
     this.updownBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.updownBtn.Location      = new System.Drawing.Point(470, 397);
     this.updownBtn.Name          = "updownBtn";
     this.updownBtn.Size          = new System.Drawing.Size(35, 35);
     this.updownBtn.TabIndex      = 11;
     this.updownBtn.UseSelectable = true;
     //
     // leftrightBtn
     //
     this.leftrightBtn.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.leftright;
     this.leftrightBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.leftrightBtn.Location      = new System.Drawing.Point(592, 399);
     this.leftrightBtn.Name          = "leftrightBtn";
     this.leftrightBtn.Size          = new System.Drawing.Size(35, 35);
     this.leftrightBtn.TabIndex      = 10;
     this.leftrightBtn.UseSelectable = true;
     //
     // fowardBtn
     //
     this.fowardBtn.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.fast_forward_arrows_button;
     this.fowardBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.fowardBtn.Location      = new System.Drawing.Point(150, 399);
     this.fowardBtn.Name          = "fowardBtn";
     this.fowardBtn.Size          = new System.Drawing.Size(35, 35);
     this.fowardBtn.TabIndex      = 6;
     this.fowardBtn.UseSelectable = true;
     //
     // stopBtn
     //
     this.stopBtn.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.stop_button;
     this.stopBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.stopBtn.Location      = new System.Drawing.Point(104, 399);
     this.stopBtn.Name          = "stopBtn";
     this.stopBtn.Size          = new System.Drawing.Size(35, 35);
     this.stopBtn.TabIndex      = 5;
     this.stopBtn.UseSelectable = true;
     //
     // button_play
     //
     this.button_play.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.play_button__1_;
     this.button_play.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.button_play.Location      = new System.Drawing.Point(58, 399);
     this.button_play.Name          = "button_play";
     this.button_play.Size          = new System.Drawing.Size(35, 35);
     this.button_play.TabIndex      = 4;
     this.button_play.UseSelectable = true;
     //
     // backBtn
     //
     this.backBtn.BackgroundImage       = global::MetroUI_ver2.Properties.Resources.previous;
     this.backBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.backBtn.Location      = new System.Drawing.Point(12, 399);
     this.backBtn.Name          = "backBtn";
     this.backBtn.Size          = new System.Drawing.Size(35, 35);
     this.backBtn.TabIndex      = 3;
     this.backBtn.UseSelectable = true;
     //
     // player_ctr
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.metroButton1);
     this.Controls.Add(this.metroLabel1);
     this.Controls.Add(this.label_Z);
     this.Controls.Add(this.label_Y);
     this.Controls.Add(this.label_X);
     this.Controls.Add(this.label_sec);
     this.Controls.Add(this.pictureBoxIpl1);
     this.Controls.Add(this.metroToggle3);
     this.Controls.Add(this.chart_Gsensor);
     this.Controls.Add(this.Tab);
     this.Controls.Add(this.metroToggle2);
     this.Controls.Add(this.metroToggle1);
     this.Controls.Add(this.updownBtn);
     this.Controls.Add(this.leftrightBtn);
     this.Controls.Add(this.fowardBtn);
     this.Controls.Add(this.stopBtn);
     this.Controls.Add(this.button_play);
     this.Controls.Add(this.backBtn);
     this.Controls.Add(this.metroTrackBar2);
     this.Controls.Add(this.metroTrackBar1);
     this.Controls.Add(this.button_stop);
     this.Name  = "player_ctr";
     this.Size  = new System.Drawing.Size(1000, 550);
     this.Load += new System.EventHandler(this.player_ctr_Load);
     this.Tab.ResumeLayout(false);
     this.listTab.ResumeLayout(false);
     this.mapTab.ResumeLayout(false);
     this.settingsTab.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart_Gsensor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIpl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }