コード例 #1
1
ファイル: MainForm.cs プロジェクト: JustBored/SA-MP-Plus
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.metroTabControl1 = new MetroFramework.Controls.MetroTabControl();
     this.Favs = new MetroFramework.Controls.MetroTabPage();
     this.ServerPage = new MetroFramework.Controls.MetroTabPage();
     this.SAMPPlus = new MetroFramework.Controls.MetroTabPage();
     this.Hosted = new MetroFramework.Controls.MetroTabPage();
     this.metroStyleManager = new MetroFramework.Components.MetroStyleManager(this.components);
     this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner();
     this.metroScrollBar1 = new MetroFramework.Controls.MetroScrollBar();
     this.metroTabControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager)).BeginInit();
     this.SuspendLayout();
     //
     // metroTabControl1
     //
     this.metroTabControl1.Controls.Add(this.Favs);
     this.metroTabControl1.Controls.Add(this.ServerPage);
     this.metroTabControl1.Controls.Add(this.SAMPPlus);
     this.metroTabControl1.Controls.Add(this.Hosted);
     this.metroTabControl1.Location = new System.Drawing.Point(4, 32);
     this.metroTabControl1.Name = "metroTabControl1";
     this.metroTabControl1.SelectedIndex = 0;
     this.metroTabControl1.Size = new System.Drawing.Size(740, 36);
     this.metroTabControl1.Style = MetroFramework.MetroColorStyle.Lime;
     this.metroTabControl1.TabIndex = 0;
     this.metroTabControl1.UseSelectable = true;
     //
     // Favs
     //
     this.Favs.AutoScroll = true;
     this.Favs.HorizontalScrollbar = true;
     this.Favs.HorizontalScrollbarBarColor = true;
     this.Favs.HorizontalScrollbarHighlightOnWheel = false;
     this.Favs.HorizontalScrollbarSize = 10;
     this.Favs.Location = new System.Drawing.Point(4, 38);
     this.Favs.Name = "Favs";
     this.Favs.Padding = new System.Windows.Forms.Padding(25);
     this.Favs.Size = new System.Drawing.Size(732, 0);
     this.Favs.TabIndex = 0;
     this.Favs.Text = "Favourites";
     this.Favs.VerticalScrollbar = true;
     this.Favs.VerticalScrollbarBarColor = true;
     this.Favs.VerticalScrollbarHighlightOnWheel = false;
     this.Favs.VerticalScrollbarSize = 10;
     //
     // ServerPage
     //
     this.ServerPage.AutoScroll = true;
     this.ServerPage.HorizontalScrollbar = true;
     this.ServerPage.HorizontalScrollbarBarColor = true;
     this.ServerPage.HorizontalScrollbarHighlightOnWheel = false;
     this.ServerPage.HorizontalScrollbarSize = 10;
     this.ServerPage.Location = new System.Drawing.Point(4, 35);
     this.ServerPage.Name = "ServerPage";
     this.ServerPage.Padding = new System.Windows.Forms.Padding(25);
     this.ServerPage.Size = new System.Drawing.Size(732, -3);
     this.ServerPage.TabIndex = 0;
     this.ServerPage.Text = "Servers";
     this.ServerPage.VerticalScrollbar = true;
     this.ServerPage.VerticalScrollbarBarColor = true;
     this.ServerPage.VerticalScrollbarHighlightOnWheel = false;
     this.ServerPage.VerticalScrollbarSize = 10;
     //
     // SAMPPlus
     //
     this.SAMPPlus.AutoScroll = true;
     this.SAMPPlus.HorizontalScrollbar = true;
     this.SAMPPlus.HorizontalScrollbarBarColor = true;
     this.SAMPPlus.HorizontalScrollbarHighlightOnWheel = false;
     this.SAMPPlus.HorizontalScrollbarSize = 10;
     this.SAMPPlus.Location = new System.Drawing.Point(4, 35);
     this.SAMPPlus.Name = "SAMPPlus";
     this.SAMPPlus.Padding = new System.Windows.Forms.Padding(25);
     this.SAMPPlus.Size = new System.Drawing.Size(732, -3);
     this.SAMPPlus.TabIndex = 0;
     this.SAMPPlus.Text = "SAMP+ Servers";
     this.SAMPPlus.VerticalScrollbar = true;
     this.SAMPPlus.VerticalScrollbarBarColor = true;
     this.SAMPPlus.VerticalScrollbarHighlightOnWheel = false;
     this.SAMPPlus.VerticalScrollbarSize = 10;
     //
     // Hosted
     //
     this.Hosted.AutoScroll = true;
     this.Hosted.HorizontalScrollbar = true;
     this.Hosted.HorizontalScrollbarBarColor = true;
     this.Hosted.HorizontalScrollbarHighlightOnWheel = false;
     this.Hosted.HorizontalScrollbarSize = 10;
     this.Hosted.Location = new System.Drawing.Point(4, 35);
     this.Hosted.Name = "Hosted";
     this.Hosted.Padding = new System.Windows.Forms.Padding(25);
     this.Hosted.Size = new System.Drawing.Size(732, -3);
     this.Hosted.TabIndex = 0;
     this.Hosted.Text = "Hosted";
     this.Hosted.VerticalScrollbar = true;
     this.Hosted.VerticalScrollbarBarColor = true;
     this.Hosted.VerticalScrollbarHighlightOnWheel = false;
     this.Hosted.VerticalScrollbarSize = 10;
     //
     // metroStyleManager
     //
     this.metroStyleManager.Owner = null;
     //
     // metroProgressSpinner1
     //
     this.metroProgressSpinner1.Backwards = true;
     this.metroProgressSpinner1.Location = new System.Drawing.Point(4, 459);
     this.metroProgressSpinner1.Maximum = 100;
     this.metroProgressSpinner1.Minimum = 20;
     this.metroProgressSpinner1.Name = "metroProgressSpinner1";
     this.metroProgressSpinner1.Size = new System.Drawing.Size(16, 16);
     this.metroProgressSpinner1.Style = MetroFramework.MetroColorStyle.Lime;
     this.metroProgressSpinner1.TabIndex = 1;
     this.metroProgressSpinner1.UseSelectable = true;
     this.metroProgressSpinner1.UseStyleColors = true;
     this.metroProgressSpinner1.Value = 20;
     //
     // metroScrollBar1
     //
     this.metroScrollBar1.LargeChange = 10;
     this.metroScrollBar1.Location = new System.Drawing.Point(730, 76);
     this.metroScrollBar1.Maximum = 100;
     this.metroScrollBar1.Minimum = 0;
     this.metroScrollBar1.MouseWheelBarPartitions = 10;
     this.metroScrollBar1.Name = "metroScrollBar1";
     this.metroScrollBar1.Orientation = MetroFramework.Controls.MetroScrollOrientation.Vertical;
     this.metroScrollBar1.ScrollbarSize = 10;
     this.metroScrollBar1.Size = new System.Drawing.Size(10, 200);
     this.metroScrollBar1.TabIndex = 2;
     this.metroScrollBar1.UseSelectable = true;
     //
     // MainForm
     //
     this.ClientSize = new System.Drawing.Size(767, 483);
     this.Controls.Add(this.metroScrollBar1);
     this.Controls.Add(this.metroProgressSpinner1);
     this.Controls.Add(this.metroTabControl1);
     this.Name = "MainForm";
     this.Style = MetroFramework.MetroColorStyle.Lime;
     this.metroTabControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
 public Bloc_Reservation(int position_x, int position_y, Size taille_fenetre)
 {
     tab_control          = new MetroFramework.Controls.MetroTabControl();
     tab_control.Location = new System.Drawing.Point(position_x, position_y);
     tab_control.Name     = "bloc_reservation";
     tab_control.Size     = taille_fenetre;
 }
コード例 #3
0
        } // Fill metroDataGrid in Dijagnoze

        // Events

        private void tabGlobal_SelectedIndexChanged(object sender, EventArgs e)
        {
            MetroFramework.Controls.MetroTabControl mtc = sender as MetroFramework.Controls.MetroTabControl;

            //MessageBox.Show("Selected inex changed event" + mtc.SelectedIndex);
            switch (mtc.SelectedIndex)
            {
            case 1: { GetVakcineData(pacijent_local); break; }

            case 2: { GetDijagnozeData(pacijent_local); break; }

            case 3: { GetTerapijeData(pacijent_local); break; }
            }
        }
コード例 #4
0
        }// Fill textBoxes in "Kontakt" tab

        // Events

        private void tabGlobal_SelectedIndexChanged(object sender, EventArgs e)
        {
            MetroFramework.Controls.MetroTabControl mtc = sender as MetroFramework.Controls.MetroTabControl;

            switch (mtc.SelectedTab.Text)
            {
            case "Izabrani Lekar": { metrolabInfoLekar.Text = pacijent.Lekar.Ime + " " + pacijent.Lekar.Prezime; break; }

            case "Vakcine": { GetVakcineData(pacijent); break; }

            case "Dijagnoze": { GetDijagnozeData(pacijent); break; }

            case "Terapije": { GetTerapijeData(pacijent); break; }

            case "Kontakt": { GetContactInfo(pacijent); break; }
            }
        }
コード例 #5
0
        public void Set_Fenetre_Schedule()
        {
            tab_control          = new MetroFramework.Controls.MetroTabControl();
            tab_control.Location = new System.Drawing.Point(430, 80);
            tab_control.Name     = "bloc_reservation";
            tab_control.Size     = new Size(880, 350);

            this.Controls.Add(tab_control);

            bloc_fenetre = new Bloc_Fenetre(tab_control.Size);
            tab_control.Controls.Add(bloc_fenetre.fenetre);
            tab_control.ResumeLayout(false);

            int position_x = 200;

            for (int i = 0; i < 7; i++)
            {
                position_x = 100 * i;
                bloc_fenetre.Ajout_Bloc_Jour(100 * i, 20, dateTimePicker1.Value.AddDays(i), this);
            }
        }
コード例 #6
0
 private void ShowTabPage(MetroFramework.Controls.MetroTabControl ctl, MetroFramework.Controls.MetroTabPage page)
 {
     ctl.ShowTab(page);
 }
コード例 #7
0
 private bool IsTabPageHidden(MetroFramework.Controls.MetroTabControl ctl, MetroFramework.Controls.MetroTabPage page)
 {
     return(ctl.IsTabHidden(page) ? true : false);
 }
コード例 #8
0
 private void HideTabPage(MetroFramework.Controls.MetroTabControl ctl, MetroFramework.Controls.MetroTabPage page)
 {
     ctl.HideTab(page);
 }
コード例 #9
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     MetroFramework.Controls.MetroTabControl metroTabControl1;
     this.cracked             = new MetroFramework.Controls.MetroTabPage();
     this.metroLabel21        = new MetroFramework.Controls.MetroLabel();
     this.metroLabel9         = new MetroFramework.Controls.MetroLabel();
     this.metroLabel2         = new MetroFramework.Controls.MetroLabel();
     this.metroLink1          = new MetroFramework.Controls.MetroLink();
     this.serverstatus        = new MetroFramework.Controls.MetroLabel();
     this.metroLabel6         = new MetroFramework.Controls.MetroLabel();
     this.stopbutton_cracked  = new MetroFramework.Controls.MetroButton();
     this.startbutton_cracked = new MetroFramework.Controls.MetroButton();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.metroLabel1         = new MetroFramework.Controls.MetroLabel();
     this.secretkey_box       = new MetroFramework.Controls.MetroTextBox();
     this.nulled              = new MetroFramework.Controls.MetroTabPage();
     this.metroLabel22        = new MetroFramework.Controls.MetroLabel();
     this.metroLabel23        = new MetroFramework.Controls.MetroLabel();
     this.metroLink2          = new MetroFramework.Controls.MetroLink();
     this.serverstatus_nulled = new MetroFramework.Controls.MetroLabel();
     this.blc = new MetroFramework.Controls.MetroLabel();
     this.stopnulled_button      = new MetroFramework.Controls.MetroButton();
     this.startnulled_button     = new MetroFramework.Controls.MetroButton();
     this.metroLabel3            = new MetroFramework.Controls.MetroLabel();
     this.secretkey_nulled       = new MetroFramework.Controls.MetroTextBox();
     this.pictureBox2            = new System.Windows.Forms.PictureBox();
     this.breakingIn             = new MetroFramework.Controls.MetroTabPage();
     this.server_status_breaking = new MetroFramework.Controls.MetroLabel();
     this.metroLabel15           = new MetroFramework.Controls.MetroLabel();
     this.stop_breaking          = new MetroFramework.Controls.MetroButton();
     this.start_breaking         = new MetroFramework.Controls.MetroButton();
     this.pictureBox3            = new System.Windows.Forms.PictureBox();
     this.builder         = new MetroFramework.Controls.MetroTabPage();
     this.metroButton1    = new MetroFramework.Controls.MetroButton();
     this.metroLabel20    = new MetroFramework.Controls.MetroLabel();
     this.ssl_builder     = new MetroFramework.Controls.MetroCheckBox();
     this.metroLabel19    = new MetroFramework.Controls.MetroLabel();
     this.create          = new MetroFramework.Controls.MetroButton();
     this.metroLabel18    = new MetroFramework.Controls.MetroLabel();
     this.goodboymsg      = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel17    = new MetroFramework.Controls.MetroLabel();
     this.authurl         = new MetroFramework.Controls.MetroTextBox();
     this.about           = new MetroFramework.Controls.MetroTabPage();
     this.metroLabel25    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel12    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel16    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel14    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel13    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel11    = new MetroFramework.Controls.MetroLabel();
     this.button1         = new System.Windows.Forms.Button();
     this.label3          = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.button2         = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.metroLabel4     = new MetroFramework.Controls.MetroLabel();
     metroTabControl1     = new MetroFramework.Controls.MetroTabControl();
     metroTabControl1.SuspendLayout();
     this.cracked.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.nulled.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.breakingIn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.builder.SuspendLayout();
     this.about.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // metroTabControl1
     //
     metroTabControl1.Controls.Add(this.cracked);
     metroTabControl1.Controls.Add(this.nulled);
     metroTabControl1.Controls.Add(this.breakingIn);
     metroTabControl1.Controls.Add(this.builder);
     metroTabControl1.Controls.Add(this.about);
     metroTabControl1.Location      = new System.Drawing.Point(0, 33);
     metroTabControl1.Name          = "metroTabControl1";
     metroTabControl1.SelectedIndex = 0;
     metroTabControl1.Size          = new System.Drawing.Size(601, 613);
     metroTabControl1.Style         = MetroFramework.MetroColorStyle.Blue;
     metroTabControl1.TabIndex      = 0;
     metroTabControl1.Theme         = MetroFramework.MetroThemeStyle.Light;
     metroTabControl1.UseSelectable = true;
     //
     // cracked
     //
     this.cracked.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.cracked.Controls.Add(this.metroLabel21);
     this.cracked.Controls.Add(this.metroLabel9);
     this.cracked.Controls.Add(this.metroLabel2);
     this.cracked.Controls.Add(this.metroLink1);
     this.cracked.Controls.Add(this.serverstatus);
     this.cracked.Controls.Add(this.metroLabel6);
     this.cracked.Controls.Add(this.stopbutton_cracked);
     this.cracked.Controls.Add(this.startbutton_cracked);
     this.cracked.Controls.Add(this.pictureBox1);
     this.cracked.Controls.Add(this.metroLabel1);
     this.cracked.Controls.Add(this.secretkey_box);
     this.cracked.HorizontalScrollbarBarColor         = true;
     this.cracked.HorizontalScrollbarHighlightOnWheel = false;
     this.cracked.HorizontalScrollbarSize             = 10;
     this.cracked.Location = new System.Drawing.Point(4, 38);
     this.cracked.Name     = "cracked";
     this.cracked.Size     = new System.Drawing.Size(593, 571);
     this.cracked.TabIndex = 0;
     this.cracked.Text     = "Cracked.to";
     this.cracked.Theme    = MetroFramework.MetroThemeStyle.Light;
     this.cracked.VerticalScrollbarBarColor         = true;
     this.cracked.VerticalScrollbarHighlightOnWheel = false;
     this.cracked.VerticalScrollbarSize             = 10;
     //
     // metroLabel21
     //
     this.metroLabel21.AutoSize = true;
     this.metroLabel21.Location = new System.Drawing.Point(74, 285);
     this.metroLabel21.Name     = "metroLabel21";
     this.metroLabel21.Size     = new System.Drawing.Size(482, 57);
     this.metroLabel21.TabIndex = 15;
     this.metroLabel21.Text     = "A secret key is a security of forums auth\r\nfor avoiding bypass/patch, it\'s added " +
                                  "to the request,\r\nso theoretically if you don\'t have the secretkey you can\'t bypa" +
                                  "ss/patch the request.";
     //
     // metroLabel9
     //
     this.metroLabel9.AutoSize   = true;
     this.metroLabel9.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel9.Location   = new System.Drawing.Point(74, 266);
     this.metroLabel9.Name       = "metroLabel9";
     this.metroLabel9.Size       = new System.Drawing.Size(151, 19);
     this.metroLabel9.TabIndex   = 14;
     this.metroLabel9.Text       = "What is a Secret Key?";
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize   = true;
     this.metroLabel2.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel2.Location   = new System.Drawing.Point(74, 425);
     this.metroLabel2.Name       = "metroLabel2";
     this.metroLabel2.Size       = new System.Drawing.Size(449, 19);
     this.metroLabel2.TabIndex   = 13;
     this.metroLabel2.Text       = "You have to search for a secret key only if the bypass didn\'t work.";
     //
     // metroLink1
     //
     this.metroLink1.ImageSize          = 20;
     this.metroLink1.Location           = new System.Drawing.Point(-4, 537);
     this.metroLink1.Name               = "metroLink1";
     this.metroLink1.Size               = new System.Drawing.Size(143, 23);
     this.metroLink1.TabIndex           = 12;
     this.metroLink1.Text               = "How to get secret key ?";
     this.metroLink1.UseCustomForeColor = true;
     this.metroLink1.UseSelectable      = true;
     this.metroLink1.Click             += new System.EventHandler(this.metroLink1_Click);
     //
     // serverstatus
     //
     this.serverstatus.AutoSize           = true;
     this.serverstatus.BackColor          = System.Drawing.Color.Transparent;
     this.serverstatus.ForeColor          = System.Drawing.Color.Red;
     this.serverstatus.Location           = new System.Drawing.Point(294, 542);
     this.serverstatus.Name               = "serverstatus";
     this.serverstatus.Size               = new System.Drawing.Size(34, 19);
     this.serverstatus.TabIndex           = 11;
     this.serverstatus.Text               = "OFF";
     this.serverstatus.UseCustomForeColor = true;
     //
     // metroLabel6
     //
     this.metroLabel6.AutoSize = true;
     this.metroLabel6.Location = new System.Drawing.Point(207, 541);
     this.metroLabel6.Name     = "metroLabel6";
     this.metroLabel6.Size     = new System.Drawing.Size(92, 19);
     this.metroLabel6.TabIndex = 10;
     this.metroLabel6.Text     = "Server Status: ";
     //
     // stopbutton_cracked
     //
     this.stopbutton_cracked.Location      = new System.Drawing.Point(328, 464);
     this.stopbutton_cracked.Name          = "stopbutton_cracked";
     this.stopbutton_cracked.Size          = new System.Drawing.Size(75, 23);
     this.stopbutton_cracked.TabIndex      = 9;
     this.stopbutton_cracked.Text          = "Stop";
     this.stopbutton_cracked.UseSelectable = true;
     this.stopbutton_cracked.Click        += new System.EventHandler(this.stopbutton_cracked_Click);
     //
     // startbutton_cracked
     //
     this.startbutton_cracked.Location      = new System.Drawing.Point(156, 464);
     this.startbutton_cracked.Name          = "startbutton_cracked";
     this.startbutton_cracked.Size          = new System.Drawing.Size(75, 23);
     this.startbutton_cracked.TabIndex      = 8;
     this.startbutton_cracked.Text          = "Start";
     this.startbutton_cracked.UseSelectable = true;
     this.startbutton_cracked.Click        += new System.EventHandler(this.startbutton_cracked_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Image    = global::Méphistophélès.Properties.Resources.cto;
     this.pictureBox1.Location = new System.Drawing.Point(152, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(251, 242);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.metroLabel1.Location = new System.Drawing.Point(217, 362);
     this.metroLabel1.Name     = "metroLabel1";
     this.metroLabel1.Size     = new System.Drawing.Size(128, 19);
     this.metroLabel1.TabIndex = 3;
     this.metroLabel1.Text     = "Secret key (optional)";
     //
     // secretkey_box
     //
     //
     //
     //
     this.secretkey_box.CustomButton.Image         = null;
     this.secretkey_box.CustomButton.Location      = new System.Drawing.Point(118, 1);
     this.secretkey_box.CustomButton.Name          = "";
     this.secretkey_box.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.secretkey_box.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.secretkey_box.CustomButton.TabIndex      = 1;
     this.secretkey_box.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.secretkey_box.CustomButton.UseSelectable = true;
     this.secretkey_box.CustomButton.Visible       = false;
     this.secretkey_box.Lines            = new string[0];
     this.secretkey_box.Location         = new System.Drawing.Point(211, 384);
     this.secretkey_box.MaxLength        = 32767;
     this.secretkey_box.Name             = "secretkey_box";
     this.secretkey_box.PasswordChar     = '\0';
     this.secretkey_box.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.secretkey_box.SelectedText     = "";
     this.secretkey_box.SelectionLength  = 0;
     this.secretkey_box.SelectionStart   = 0;
     this.secretkey_box.ShortcutsEnabled = true;
     this.secretkey_box.Size             = new System.Drawing.Size(140, 23);
     this.secretkey_box.TabIndex         = 2;
     this.secretkey_box.UseSelectable    = true;
     this.secretkey_box.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.secretkey_box.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // nulled
     //
     this.nulled.Controls.Add(this.metroLabel4);
     this.nulled.Controls.Add(this.metroLabel22);
     this.nulled.Controls.Add(this.metroLabel23);
     this.nulled.Controls.Add(this.metroLink2);
     this.nulled.Controls.Add(this.serverstatus_nulled);
     this.nulled.Controls.Add(this.blc);
     this.nulled.Controls.Add(this.stopnulled_button);
     this.nulled.Controls.Add(this.startnulled_button);
     this.nulled.Controls.Add(this.metroLabel3);
     this.nulled.Controls.Add(this.secretkey_nulled);
     this.nulled.Controls.Add(this.pictureBox2);
     this.nulled.HorizontalScrollbarBarColor         = true;
     this.nulled.HorizontalScrollbarHighlightOnWheel = false;
     this.nulled.HorizontalScrollbarSize             = 10;
     this.nulled.Location = new System.Drawing.Point(4, 38);
     this.nulled.Name     = "nulled";
     this.nulled.Size     = new System.Drawing.Size(593, 571);
     this.nulled.TabIndex = 1;
     this.nulled.Text     = "NulledAuth.net";
     this.nulled.VerticalScrollbarBarColor         = true;
     this.nulled.VerticalScrollbarHighlightOnWheel = false;
     this.nulled.VerticalScrollbarSize             = 10;
     //
     // metroLabel22
     //
     this.metroLabel22.AutoSize = true;
     this.metroLabel22.Location = new System.Drawing.Point(74, 227);
     this.metroLabel22.Name     = "metroLabel22";
     this.metroLabel22.Size     = new System.Drawing.Size(482, 57);
     this.metroLabel22.TabIndex = 17;
     this.metroLabel22.Text     = "A secret key is a security of forums auth\r\nfor avoiding bypass/patch, it\'s added " +
                                  "to the request,\r\nso theoretically if you don\'t have the secretkey you can\'t bypa" +
                                  "ss/patch the request.";
     //
     // metroLabel23
     //
     this.metroLabel23.AutoSize   = true;
     this.metroLabel23.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel23.Location   = new System.Drawing.Point(74, 208);
     this.metroLabel23.Name       = "metroLabel23";
     this.metroLabel23.Size       = new System.Drawing.Size(151, 19);
     this.metroLabel23.TabIndex   = 16;
     this.metroLabel23.Text       = "What is a Secret Key?";
     //
     // metroLink2
     //
     this.metroLink2.Location      = new System.Drawing.Point(-4, 541);
     this.metroLink2.Name          = "metroLink2";
     this.metroLink2.Size          = new System.Drawing.Size(157, 19);
     this.metroLink2.TabIndex      = 10;
     this.metroLink2.Text          = "How to get secret key ?";
     this.metroLink2.UseSelectable = true;
     this.metroLink2.Click        += new System.EventHandler(this.metroLink2_Click);
     //
     // serverstatus_nulled
     //
     this.serverstatus_nulled.AutoSize           = true;
     this.serverstatus_nulled.ForeColor          = System.Drawing.Color.Red;
     this.serverstatus_nulled.Location           = new System.Drawing.Point(292, 541);
     this.serverstatus_nulled.Name               = "serverstatus_nulled";
     this.serverstatus_nulled.Size               = new System.Drawing.Size(34, 19);
     this.serverstatus_nulled.TabIndex           = 9;
     this.serverstatus_nulled.Text               = "OFF";
     this.serverstatus_nulled.UseCustomForeColor = true;
     //
     // blc
     //
     this.blc.AutoSize = true;
     this.blc.Location = new System.Drawing.Point(209, 541);
     this.blc.Name     = "blc";
     this.blc.Size     = new System.Drawing.Size(88, 19);
     this.blc.TabIndex = 8;
     this.blc.Text     = "Server Status:";
     //
     // stopnulled_button
     //
     this.stopnulled_button.Location      = new System.Drawing.Point(323, 437);
     this.stopnulled_button.Name          = "stopnulled_button";
     this.stopnulled_button.Size          = new System.Drawing.Size(75, 23);
     this.stopnulled_button.TabIndex      = 7;
     this.stopnulled_button.Text          = "Stop";
     this.stopnulled_button.UseSelectable = true;
     this.stopnulled_button.Click        += new System.EventHandler(this.stopnulled_button_Click);
     //
     // startnulled_button
     //
     this.startnulled_button.Location      = new System.Drawing.Point(150, 437);
     this.startnulled_button.Name          = "startnulled_button";
     this.startnulled_button.Size          = new System.Drawing.Size(75, 23);
     this.startnulled_button.TabIndex      = 6;
     this.startnulled_button.Text          = "Start";
     this.startnulled_button.UseSelectable = true;
     this.startnulled_button.Click        += new System.EventHandler(this.startnulled_button_Click);
     //
     // metroLabel3
     //
     this.metroLabel3.AutoSize = true;
     this.metroLabel3.Location = new System.Drawing.Point(200, 309);
     this.metroLabel3.Name     = "metroLabel3";
     this.metroLabel3.Size     = new System.Drawing.Size(128, 19);
     this.metroLabel3.TabIndex = 5;
     this.metroLabel3.Text     = "Secret key (optional)";
     //
     // secretkey_nulled
     //
     //
     //
     //
     this.secretkey_nulled.CustomButton.Image         = null;
     this.secretkey_nulled.CustomButton.Location      = new System.Drawing.Point(110, 1);
     this.secretkey_nulled.CustomButton.Name          = "";
     this.secretkey_nulled.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.secretkey_nulled.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.secretkey_nulled.CustomButton.TabIndex      = 1;
     this.secretkey_nulled.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.secretkey_nulled.CustomButton.UseSelectable = true;
     this.secretkey_nulled.CustomButton.Visible       = false;
     this.secretkey_nulled.Lines            = new string[0];
     this.secretkey_nulled.Location         = new System.Drawing.Point(200, 331);
     this.secretkey_nulled.MaxLength        = 32767;
     this.secretkey_nulled.Name             = "secretkey_nulled";
     this.secretkey_nulled.PasswordChar     = '\0';
     this.secretkey_nulled.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.secretkey_nulled.SelectedText     = "";
     this.secretkey_nulled.SelectionLength  = 0;
     this.secretkey_nulled.SelectionStart   = 0;
     this.secretkey_nulled.ShortcutsEnabled = true;
     this.secretkey_nulled.Size             = new System.Drawing.Size(132, 23);
     this.secretkey_nulled.TabIndex         = 3;
     this.secretkey_nulled.UseSelectable    = true;
     this.secretkey_nulled.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.secretkey_nulled.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image     = global::Méphistophélès.Properties.Resources.nto;
     this.pictureBox2.Location  = new System.Drawing.Point(231, 77);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(83, 75);
     this.pictureBox2.TabIndex  = 2;
     this.pictureBox2.TabStop   = false;
     //
     // breakingIn
     //
     this.breakingIn.Controls.Add(this.server_status_breaking);
     this.breakingIn.Controls.Add(this.metroLabel15);
     this.breakingIn.Controls.Add(this.stop_breaking);
     this.breakingIn.Controls.Add(this.start_breaking);
     this.breakingIn.Controls.Add(this.pictureBox3);
     this.breakingIn.HorizontalScrollbarBarColor         = true;
     this.breakingIn.HorizontalScrollbarHighlightOnWheel = false;
     this.breakingIn.HorizontalScrollbarSize             = 10;
     this.breakingIn.Location = new System.Drawing.Point(4, 38);
     this.breakingIn.Name     = "breakingIn";
     this.breakingIn.Size     = new System.Drawing.Size(593, 571);
     this.breakingIn.TabIndex = 4;
     this.breakingIn.Text     = "BreakingIn.to";
     this.breakingIn.VerticalScrollbarBarColor         = true;
     this.breakingIn.VerticalScrollbarHighlightOnWheel = false;
     this.breakingIn.VerticalScrollbarSize             = 10;
     //
     // server_status_breaking
     //
     this.server_status_breaking.AutoSize           = true;
     this.server_status_breaking.ForeColor          = System.Drawing.Color.Red;
     this.server_status_breaking.Location           = new System.Drawing.Point(308, 541);
     this.server_status_breaking.Name               = "server_status_breaking";
     this.server_status_breaking.Size               = new System.Drawing.Size(34, 19);
     this.server_status_breaking.TabIndex           = 6;
     this.server_status_breaking.Text               = "OFF";
     this.server_status_breaking.UseCustomForeColor = true;
     //
     // metroLabel15
     //
     this.metroLabel15.AutoSize = true;
     this.metroLabel15.Location = new System.Drawing.Point(223, 541);
     this.metroLabel15.Name     = "metroLabel15";
     this.metroLabel15.Size     = new System.Drawing.Size(88, 19);
     this.metroLabel15.TabIndex = 5;
     this.metroLabel15.Text     = "Server Status:";
     //
     // stop_breaking
     //
     this.stop_breaking.Location      = new System.Drawing.Point(331, 356);
     this.stop_breaking.Name          = "stop_breaking";
     this.stop_breaking.Size          = new System.Drawing.Size(75, 23);
     this.stop_breaking.TabIndex      = 4;
     this.stop_breaking.Text          = "Stop";
     this.stop_breaking.UseSelectable = true;
     this.stop_breaking.Click        += new System.EventHandler(this.stop_breaking_Click);
     //
     // start_breaking
     //
     this.start_breaking.Location      = new System.Drawing.Point(171, 356);
     this.start_breaking.Name          = "start_breaking";
     this.start_breaking.Size          = new System.Drawing.Size(75, 23);
     this.start_breaking.TabIndex      = 3;
     this.start_breaking.Text          = "Start";
     this.start_breaking.UseSelectable = true;
     this.start_breaking.Click        += new System.EventHandler(this.start_breaking_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::Méphistophélès.Properties.Resources.breaking_or;
     this.pictureBox3.Location  = new System.Drawing.Point(112, 40);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(332, 91);
     this.pictureBox3.TabIndex  = 2;
     this.pictureBox3.TabStop   = false;
     //
     // builder
     //
     this.builder.Controls.Add(this.metroButton1);
     this.builder.Controls.Add(this.metroLabel20);
     this.builder.Controls.Add(this.ssl_builder);
     this.builder.Controls.Add(this.metroLabel19);
     this.builder.Controls.Add(this.create);
     this.builder.Controls.Add(this.metroLabel18);
     this.builder.Controls.Add(this.goodboymsg);
     this.builder.Controls.Add(this.metroLabel17);
     this.builder.Controls.Add(this.authurl);
     this.builder.HorizontalScrollbarBarColor         = true;
     this.builder.HorizontalScrollbarHighlightOnWheel = false;
     this.builder.HorizontalScrollbarSize             = 10;
     this.builder.Location = new System.Drawing.Point(4, 38);
     this.builder.Name     = "builder";
     this.builder.Size     = new System.Drawing.Size(593, 571);
     this.builder.TabIndex = 5;
     this.builder.Text     = "Builder";
     this.builder.VerticalScrollbarBarColor         = true;
     this.builder.VerticalScrollbarHighlightOnWheel = false;
     this.builder.VerticalScrollbarSize             = 10;
     //
     // metroButton1
     //
     this.metroButton1.Location      = new System.Drawing.Point(239, 260);
     this.metroButton1.Name          = "metroButton1";
     this.metroButton1.Size          = new System.Drawing.Size(75, 23);
     this.metroButton1.TabIndex      = 10;
     this.metroButton1.Text          = "From File";
     this.metroButton1.UseSelectable = true;
     this.metroButton1.Click        += new System.EventHandler(this.metroButton1_Click);
     //
     // metroLabel20
     //
     this.metroLabel20.AutoSize = true;
     this.metroLabel20.Location = new System.Drawing.Point(263, 234);
     this.metroLabel20.Name     = "metroLabel20";
     this.metroLabel20.Size     = new System.Drawing.Size(22, 19);
     this.metroLabel20.TabIndex = 9;
     this.metroLabel20.Text     = "or";
     //
     // ssl_builder
     //
     this.ssl_builder.AutoSize        = true;
     this.ssl_builder.Location        = new System.Drawing.Point(253, 306);
     this.ssl_builder.Name            = "ssl_builder";
     this.ssl_builder.Size            = new System.Drawing.Size(41, 15);
     this.ssl_builder.TabIndex        = 8;
     this.ssl_builder.Text            = "SSL";
     this.ssl_builder.UseSelectable   = true;
     this.ssl_builder.CheckedChanged += new System.EventHandler(this.ssl_builder_CheckedChanged);
     //
     // metroLabel19
     //
     this.metroLabel19.AutoSize   = true;
     this.metroLabel19.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel19.Location   = new System.Drawing.Point(56, 41);
     this.metroLabel19.Name       = "metroLabel19";
     this.metroLabel19.Size       = new System.Drawing.Size(471, 19);
     this.metroLabel19.TabIndex   = 7;
     this.metroLabel19.Text       = "With this new module you can make your own auth bypass software !";
     //
     // create
     //
     this.create.Location      = new System.Drawing.Point(239, 347);
     this.create.Name          = "create";
     this.create.Size          = new System.Drawing.Size(75, 23);
     this.create.TabIndex      = 6;
     this.create.Text          = "Build";
     this.create.UseSelectable = true;
     this.create.Click        += new System.EventHandler(this.create_Click);
     //
     // metroLabel18
     //
     this.metroLabel18.AutoSize = true;
     this.metroLabel18.Location = new System.Drawing.Point(218, 177);
     this.metroLabel18.Name     = "metroLabel18";
     this.metroLabel18.Size     = new System.Drawing.Size(123, 19);
     this.metroLabel18.TabIndex = 5;
     this.metroLabel18.Text     = "Good boy message";
     //
     // goodboymsg
     //
     //
     //
     //
     this.goodboymsg.CustomButton.Image         = null;
     this.goodboymsg.CustomButton.Location      = new System.Drawing.Point(84, 1);
     this.goodboymsg.CustomButton.Name          = "";
     this.goodboymsg.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.goodboymsg.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.goodboymsg.CustomButton.TabIndex      = 1;
     this.goodboymsg.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.goodboymsg.CustomButton.UseSelectable = true;
     this.goodboymsg.CustomButton.Visible       = false;
     this.goodboymsg.Lines = new string[] {
         "{\"auth\":true}"
     };
     this.goodboymsg.Location         = new System.Drawing.Point(227, 199);
     this.goodboymsg.MaxLength        = 999999;
     this.goodboymsg.Name             = "goodboymsg";
     this.goodboymsg.PasswordChar     = '\0';
     this.goodboymsg.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.goodboymsg.SelectedText     = "";
     this.goodboymsg.SelectionLength  = 0;
     this.goodboymsg.SelectionStart   = 0;
     this.goodboymsg.ShortcutsEnabled = true;
     this.goodboymsg.Size             = new System.Drawing.Size(106, 23);
     this.goodboymsg.TabIndex         = 4;
     this.goodboymsg.Text             = "{\"auth\":true}";
     this.goodboymsg.UseSelectable    = true;
     this.goodboymsg.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.goodboymsg.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroLabel17
     //
     this.metroLabel17.AutoSize = true;
     this.metroLabel17.Location = new System.Drawing.Point(247, 107);
     this.metroLabel17.Name     = "metroLabel17";
     this.metroLabel17.Size     = new System.Drawing.Size(63, 19);
     this.metroLabel17.TabIndex = 3;
     this.metroLabel17.Text     = "Auth URL";
     //
     // authurl
     //
     //
     //
     //
     this.authurl.CustomButton.Image         = null;
     this.authurl.CustomButton.Location      = new System.Drawing.Point(84, 1);
     this.authurl.CustomButton.Name          = "";
     this.authurl.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.authurl.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.authurl.CustomButton.TabIndex      = 1;
     this.authurl.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.authurl.CustomButton.UseSelectable = true;
     this.authurl.CustomButton.Visible       = false;
     this.authurl.Lines = new string[] {
         "cracked.to"
     };
     this.authurl.Location         = new System.Drawing.Point(228, 129);
     this.authurl.MaxLength        = 32767;
     this.authurl.Name             = "authurl";
     this.authurl.PasswordChar     = '\0';
     this.authurl.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.authurl.SelectedText     = "";
     this.authurl.SelectionLength  = 0;
     this.authurl.SelectionStart   = 0;
     this.authurl.ShortcutsEnabled = true;
     this.authurl.Size             = new System.Drawing.Size(106, 23);
     this.authurl.TabIndex         = 2;
     this.authurl.Text             = "cracked.to";
     this.authurl.UseSelectable    = true;
     this.authurl.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.authurl.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // about
     //
     this.about.Controls.Add(this.metroLabel25);
     this.about.Controls.Add(this.metroLabel12);
     this.about.Controls.Add(this.metroLabel16);
     this.about.Controls.Add(this.metroLabel14);
     this.about.Controls.Add(this.metroLabel13);
     this.about.Controls.Add(this.metroLabel11);
     this.about.ForeColor = System.Drawing.SystemColors.AppWorkspace;
     this.about.HorizontalScrollbarBarColor         = true;
     this.about.HorizontalScrollbarHighlightOnWheel = false;
     this.about.HorizontalScrollbarSize             = 10;
     this.about.Location = new System.Drawing.Point(4, 38);
     this.about.Name     = "about";
     this.about.Size     = new System.Drawing.Size(593, 571);
     this.about.TabIndex = 3;
     this.about.Text     = "About";
     this.about.VerticalScrollbarBarColor         = true;
     this.about.VerticalScrollbarHighlightOnWheel = false;
     this.about.VerticalScrollbarSize             = 10;
     //
     // metroLabel25
     //
     this.metroLabel25.AutoSize   = true;
     this.metroLabel25.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel25.Location   = new System.Drawing.Point(230, 21);
     this.metroLabel25.Name       = "metroLabel25";
     this.metroLabel25.Size       = new System.Drawing.Size(101, 19);
     this.metroLabel25.TabIndex   = 10;
     this.metroLabel25.Text       = "Requirements";
     //
     // metroLabel12
     //
     this.metroLabel12.AutoSize   = true;
     this.metroLabel12.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel12.Location   = new System.Drawing.Point(229, 98);
     this.metroLabel12.Name       = "metroLabel12";
     this.metroLabel12.Size       = new System.Drawing.Size(102, 19);
     this.metroLabel12.TabIndex   = 9;
     this.metroLabel12.Text       = "How to use it?";
     //
     // metroLabel16
     //
     this.metroLabel16.AutoSize = true;
     this.metroLabel16.Location = new System.Drawing.Point(95, 45);
     this.metroLabel16.Name     = "metroLabel16";
     this.metroLabel16.Size     = new System.Drawing.Size(389, 38);
     this.metroLabel16.TabIndex = 8;
     this.metroLabel16.Text     = "Make sure you have python3 installed and added to your path,\r\nand installed the s" +
                                  "erver.crt to trusted root certification authorities.";
     //
     // metroLabel14
     //
     this.metroLabel14.AutoSize           = true;
     this.metroLabel14.FontWeight         = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel14.ForeColor          = System.Drawing.SystemColors.ActiveCaptionText;
     this.metroLabel14.Location           = new System.Drawing.Point(355, 136);
     this.metroLabel14.Name               = "metroLabel14";
     this.metroLabel14.Size               = new System.Drawing.Size(53, 19);
     this.metroLabel14.TabIndex           = 7;
     this.metroLabel14.Text               = "Github";
     this.metroLabel14.UseCustomForeColor = true;
     //
     // metroLabel13
     //
     this.metroLabel13.AutoSize = true;
     this.metroLabel13.Location = new System.Drawing.Point(163, 136);
     this.metroLabel13.Name     = "metroLabel13";
     this.metroLabel13.Size     = new System.Drawing.Size(201, 19);
     this.metroLabel13.TabIndex = 6;
     this.metroLabel13.Text     = "If you want more info go on our ";
     //
     // metroLabel11
     //
     this.metroLabel11.AutoSize = true;
     this.metroLabel11.Location = new System.Drawing.Point(163, 117);
     this.metroLabel11.Name     = "metroLabel11";
     this.metroLabel11.Size     = new System.Drawing.Size(229, 19);
     this.metroLabel11.TabIndex = 4;
     this.metroLabel11.Text     = "All you have to do is to click on start !";
     //
     // button1
     //
     this.button1.BackColor             = System.Drawing.Color.Transparent;
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button1.FlatAppearance.BorderSize         = 0;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Turquoise;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.Transparent;
     this.button1.Location  = new System.Drawing.Point(566, 4);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(23, 21);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "X";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(3, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(267, 18);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Méphistophélès the AIO of Auth Bypass";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DarkTurquoise;
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.button1);
     this.panel1.ForeColor  = System.Drawing.Color.Transparent;
     this.panel1.Location   = new System.Drawing.Point(0, -2);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(592, 40);
     this.panel1.TabIndex   = 3;
     this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
     this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
     this.panel1.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseUp);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Transparent;
     this.button2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button2.FlatAppearance.BorderSize         = 0;
     this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Turquoise;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.Transparent;
     this.button2.Location  = new System.Drawing.Point(539, 4);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(21, 22);
     this.button2.TabIndex  = 3;
     this.button2.Text      = "-";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // metroLabel4
     //
     this.metroLabel4.AutoSize   = true;
     this.metroLabel4.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel4.Location   = new System.Drawing.Point(74, 390);
     this.metroLabel4.Name       = "metroLabel4";
     this.metroLabel4.Size       = new System.Drawing.Size(449, 19);
     this.metroLabel4.TabIndex   = 18;
     this.metroLabel4.Text       = "You have to search for a secret key only if the bypass didn\'t work.";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(591, 631);
     this.Controls.Add(metroTabControl1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     metroTabControl1.ResumeLayout(false);
     this.cracked.ResumeLayout(false);
     this.cracked.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.nulled.ResumeLayout(false);
     this.nulled.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.breakingIn.ResumeLayout(false);
     this.breakingIn.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.builder.ResumeLayout(false);
     this.builder.PerformLayout();
     this.about.ResumeLayout(false);
     this.about.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #10
0
ファイル: Form1.Designer.cs プロジェクト: Inzaniity/Twitcher
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.button1             = new MetroFramework.Controls.MetroButton();
     this.richTextBox1        = new System.Windows.Forms.RichTextBox();
     this.button2             = new MetroFramework.Controls.MetroButton();
     this.metroTabControl1    = new MetroFramework.Controls.MetroTabControl();
     this.metroTabPage1       = new MetroFramework.Controls.MetroTabPage();
     this.btnSendChat         = new MetroFramework.Controls.MetroButton();
     this.txtBoxChatMsg       = new MetroFramework.Controls.MetroTextBox();
     this.metroTabPage2       = new MetroFramework.Controls.MetroTabPage();
     this.metroLink4          = new MetroFramework.Controls.MetroLink();
     this.metroLink3          = new MetroFramework.Controls.MetroLink();
     this.metroLink2          = new MetroFramework.Controls.MetroLink();
     this.metroLabel2         = new MetroFramework.Controls.MetroLabel();
     this.metroLabel1         = new MetroFramework.Controls.MetroLabel();
     this.metroLink5          = new MetroFramework.Controls.MetroLink();
     this.metroLink1          = new MetroFramework.Controls.MetroLink();
     this.metroPanel1         = new MetroFramework.Controls.MetroPanel();
     this.metroStyleManager1  = new MetroFramework.Components.MetroStyleManager(this.components);
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.metroToolTip1       = new MetroFramework.Components.MetroToolTip();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.metroStyleExtender1 = new MetroFramework.Components.MetroStyleExtender(this.components);
     this.button3             = new System.Windows.Forms.Button();
     this.metroTabControl1.SuspendLayout();
     this.metroTabPage1.SuspendLayout();
     this.metroTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location      = new System.Drawing.Point(665, 34);
     this.button1.Name          = "button1";
     this.button1.Size          = new System.Drawing.Size(80, 23);
     this.button1.TabIndex      = 0;
     this.button1.Text          = "Connect";
     this.button1.UseSelectable = true;
     this.button1.Click        += new System.EventHandler(this.Button1_Click);
     //
     // richTextBox1
     //
     this.metroStyleExtender1.SetApplyMetroTheme(this.richTextBox1, true);
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.richTextBox1.Location    = new System.Drawing.Point(3, 3);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.ReadOnly    = true;
     this.richTextBox1.Size        = new System.Drawing.Size(801, 348);
     this.richTextBox1.TabIndex    = 1;
     this.richTextBox1.Text        = "";
     //
     // button2
     //
     this.button2.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location      = new System.Drawing.Point(751, 34);
     this.button2.Name          = "button2";
     this.button2.Size          = new System.Drawing.Size(80, 23);
     this.button2.TabIndex      = 3;
     this.button2.Text          = "Disconnect";
     this.button2.UseSelectable = true;
     this.button2.Click        += new System.EventHandler(this.Button2_Click);
     //
     // metroTabControl1
     //
     this.metroTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.metroTabControl1.Controls.Add(this.metroTabPage1);
     this.metroTabControl1.Controls.Add(this.metroTabPage2);
     this.metroTabControl1.FontSize       = MetroFramework.MetroTabControlSize.Tall;
     this.metroTabControl1.FontWeight     = MetroFramework.MetroTabControlWeight.Regular;
     this.metroTabControl1.Location       = new System.Drawing.Point(23, 63);
     this.metroTabControl1.Name           = "metroTabControl1";
     this.metroTabControl1.SelectedIndex  = 0;
     this.metroTabControl1.Size           = new System.Drawing.Size(815, 446);
     this.metroTabControl1.TabIndex       = 6;
     this.metroTabControl1.UseSelectable  = true;
     this.metroTabControl1.UseStyleColors = true;
     //
     // metroTabPage1
     //
     this.metroTabPage1.BackColor = System.Drawing.SystemColors.Control;
     this.metroTabPage1.Controls.Add(this.btnSendChat);
     this.metroTabPage1.Controls.Add(this.txtBoxChatMsg);
     this.metroTabPage1.Controls.Add(this.richTextBox1);
     this.metroTabPage1.HorizontalScrollbarBarColor         = true;
     this.metroTabPage1.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage1.HorizontalScrollbarSize             = 10;
     this.metroTabPage1.Location = new System.Drawing.Point(4, 44);
     this.metroTabPage1.Name     = "metroTabPage1";
     this.metroTabPage1.Size     = new System.Drawing.Size(807, 398);
     this.metroTabPage1.TabIndex = 0;
     this.metroTabPage1.Text     = "   Chat   ";
     this.metroTabPage1.VerticalScrollbarBarColor         = true;
     this.metroTabPage1.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage1.VerticalScrollbarSize             = 10;
     //
     // btnSendChat
     //
     this.btnSendChat.Location      = new System.Drawing.Point(729, 357);
     this.btnSendChat.Name          = "btnSendChat";
     this.btnSendChat.Size          = new System.Drawing.Size(75, 38);
     this.btnSendChat.TabIndex      = 3;
     this.btnSendChat.Text          = "Chat";
     this.btnSendChat.UseSelectable = true;
     this.btnSendChat.Click        += new System.EventHandler(this.btnSendChat_Click);
     //
     // txtBoxChatMsg
     //
     //
     //
     //
     this.txtBoxChatMsg.CustomButton.Image         = null;
     this.txtBoxChatMsg.CustomButton.Location      = new System.Drawing.Point(684, 2);
     this.txtBoxChatMsg.CustomButton.Name          = "";
     this.txtBoxChatMsg.CustomButton.Size          = new System.Drawing.Size(33, 33);
     this.txtBoxChatMsg.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtBoxChatMsg.CustomButton.TabIndex      = 1;
     this.txtBoxChatMsg.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtBoxChatMsg.CustomButton.UseSelectable = true;
     this.txtBoxChatMsg.CustomButton.Visible       = false;
     this.txtBoxChatMsg.Lines            = new string[0];
     this.txtBoxChatMsg.Location         = new System.Drawing.Point(3, 357);
     this.txtBoxChatMsg.MaxLength        = 32767;
     this.txtBoxChatMsg.Multiline        = true;
     this.txtBoxChatMsg.Name             = "txtBoxChatMsg";
     this.txtBoxChatMsg.PasswordChar     = '\0';
     this.txtBoxChatMsg.PromptText       = "Click here to chat!";
     this.txtBoxChatMsg.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.txtBoxChatMsg.SelectedText     = "";
     this.txtBoxChatMsg.SelectionLength  = 0;
     this.txtBoxChatMsg.SelectionStart   = 0;
     this.txtBoxChatMsg.ShortcutsEnabled = true;
     this.txtBoxChatMsg.Size             = new System.Drawing.Size(720, 38);
     this.txtBoxChatMsg.TabIndex         = 2;
     this.txtBoxChatMsg.UseSelectable    = true;
     this.txtBoxChatMsg.UseStyleColors   = true;
     this.txtBoxChatMsg.WaterMark        = "Click here to chat!";
     this.txtBoxChatMsg.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtBoxChatMsg.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.txtBoxChatMsg.Click           += new System.EventHandler(this.txtBoxChatMsg_Click);
     this.txtBoxChatMsg.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.txtBoxChatMsg_KeyDown);
     //
     // metroTabPage2
     //
     this.metroTabPage2.Controls.Add(this.metroLink4);
     this.metroTabPage2.Controls.Add(this.metroLink3);
     this.metroTabPage2.Controls.Add(this.metroLink2);
     this.metroTabPage2.Controls.Add(this.metroLabel2);
     this.metroTabPage2.Controls.Add(this.metroLabel1);
     this.metroTabPage2.Controls.Add(this.metroLink5);
     this.metroTabPage2.Controls.Add(this.metroLink1);
     this.metroTabPage2.Controls.Add(this.metroPanel1);
     this.metroTabPage2.HorizontalScrollbarBarColor         = true;
     this.metroTabPage2.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage2.HorizontalScrollbarSize             = 10;
     this.metroTabPage2.Location = new System.Drawing.Point(4, 44);
     this.metroTabPage2.Name     = "metroTabPage2";
     this.metroTabPage2.Size     = new System.Drawing.Size(807, 398);
     this.metroTabPage2.TabIndex = 1;
     this.metroTabPage2.Text     = "   Settings   ";
     this.metroTabPage2.VerticalScrollbarBarColor         = true;
     this.metroTabPage2.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage2.VerticalScrollbarSize             = 10;
     //
     // metroLink4
     //
     this.metroLink4.FontSize       = MetroFramework.MetroLinkSize.Medium;
     this.metroLink4.FontWeight     = MetroFramework.MetroLinkWeight.Light;
     this.metroLink4.Location       = new System.Drawing.Point(3, 225);
     this.metroLink4.Name           = "metroLink4";
     this.metroLink4.Size           = new System.Drawing.Size(108, 23);
     this.metroLink4.TabIndex       = 7;
     this.metroLink4.Text           = "   Timers";
     this.metroLink4.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.metroLink4.UseSelectable  = true;
     this.metroLink4.UseStyleColors = true;
     this.metroLink4.Click         += new System.EventHandler(this.metroLink1_Click_1);
     //
     // metroLink3
     //
     this.metroLink3.FontSize       = MetroFramework.MetroLinkSize.Medium;
     this.metroLink3.FontWeight     = MetroFramework.MetroLinkWeight.Light;
     this.metroLink3.Location       = new System.Drawing.Point(3, 191);
     this.metroLink3.Name           = "metroLink3";
     this.metroLink3.Size           = new System.Drawing.Size(108, 23);
     this.metroLink3.TabIndex       = 7;
     this.metroLink3.Tag            = "cc";
     this.metroLink3.Text           = "   Custom";
     this.metroLink3.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.metroLink3.UseSelectable  = true;
     this.metroLink3.UseStyleColors = true;
     this.metroLink3.Click         += new System.EventHandler(this.metroLink1_Click_1);
     //
     // metroLink2
     //
     this.metroLink2.FontSize       = MetroFramework.MetroLinkSize.Medium;
     this.metroLink2.FontWeight     = MetroFramework.MetroLinkWeight.Light;
     this.metroLink2.Location       = new System.Drawing.Point(3, 157);
     this.metroLink2.Name           = "metroLink2";
     this.metroLink2.Size           = new System.Drawing.Size(108, 23);
     this.metroLink2.TabIndex       = 7;
     this.metroLink2.Tag            = "pb";
     this.metroLink2.Text           = "   Prebuild";
     this.metroLink2.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.metroLink2.UseSelectable  = true;
     this.metroLink2.UseStyleColors = true;
     this.metroLink2.Click         += new System.EventHandler(this.metroLink1_Click_1);
     //
     // metroLabel2
     //
     this.metroLabel2.Location = new System.Drawing.Point(3, 21);
     this.metroLabel2.Name     = "metroLabel2";
     this.metroLabel2.Size     = new System.Drawing.Size(108, 23);
     this.metroLabel2.TabIndex = 6;
     this.metroLabel2.Text     = "General";
     //
     // metroLabel1
     //
     this.metroLabel1.Location = new System.Drawing.Point(3, 123);
     this.metroLabel1.Name     = "metroLabel1";
     this.metroLabel1.Size     = new System.Drawing.Size(108, 23);
     this.metroLabel1.TabIndex = 5;
     this.metroLabel1.Text     = "Commands";
     //
     // metroLink5
     //
     this.metroLink5.FontSize       = MetroFramework.MetroLinkSize.Medium;
     this.metroLink5.FontWeight     = MetroFramework.MetroLinkWeight.Light;
     this.metroLink5.Location       = new System.Drawing.Point(3, 89);
     this.metroLink5.Name           = "metroLink5";
     this.metroLink5.Size           = new System.Drawing.Size(108, 23);
     this.metroLink5.TabIndex       = 4;
     this.metroLink5.Tag            = "ds";
     this.metroLink5.Text           = "   Appearance";
     this.metroLink5.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.metroLink5.UseSelectable  = true;
     this.metroLink5.UseStyleColors = true;
     this.metroLink5.Click         += new System.EventHandler(this.metroLink1_Click_1);
     //
     // metroLink1
     //
     this.metroLink1.FontSize       = MetroFramework.MetroLinkSize.Medium;
     this.metroLink1.FontWeight     = MetroFramework.MetroLinkWeight.Light;
     this.metroLink1.Location       = new System.Drawing.Point(3, 55);
     this.metroLink1.Name           = "metroLink1";
     this.metroLink1.Size           = new System.Drawing.Size(108, 23);
     this.metroLink1.TabIndex       = 4;
     this.metroLink1.Tag            = "cs";
     this.metroLink1.Text           = "   Connection";
     this.metroLink1.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.metroLink1.UseSelectable  = true;
     this.metroLink1.UseStyleColors = true;
     this.metroLink1.Click         += new System.EventHandler(this.metroLink1_Click_1);
     //
     // metroPanel1
     //
     this.metroPanel1.HorizontalScrollbarBarColor         = true;
     this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
     this.metroPanel1.HorizontalScrollbarSize             = 10;
     this.metroPanel1.Location = new System.Drawing.Point(117, 21);
     this.metroPanel1.Name     = "metroPanel1";
     this.metroPanel1.Size     = new System.Drawing.Size(690, 374);
     this.metroPanel1.TabIndex = 3;
     this.metroPanel1.VerticalScrollbarBarColor         = true;
     this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
     this.metroPanel1.VerticalScrollbarSize             = 10;
     //
     // metroStyleManager1
     //
     this.metroStyleManager1.Owner = this;
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt = "*.txt";
     //
     // metroToolTip1
     //
     this.metroToolTip1.Style        = MetroFramework.MetroColorStyle.Blue;
     this.metroToolTip1.StyleManager = null;
     this.metroToolTip1.Theme        = MetroFramework.MetroThemeStyle.Light;
     //
     // toolStrip1
     //
     this.metroStyleExtender1.SetApplyMetroTheme(this.toolStrip1, true);
     this.toolStrip1.BackColor   = System.Drawing.Color.Black;
     this.toolStrip1.CanOverflow = false;
     this.toolStrip1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.toolStrip1.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1
     });
     this.toolStrip1.Location   = new System.Drawing.Point(20, 512);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size       = new System.Drawing.Size(822, 25);
     this.toolStrip1.TabIndex   = 7;
     this.toolStrip1.Text       = "toolStrip1";
     this.metroToolTip1.SetToolTip(this.toolStrip1, "This is a single line log which displays information like \"Connected to #Channel\"" +
                                   "");
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.ForeColor = System.Drawing.Color.White;
     this.toolStripLabel1.Name      = "toolStripLabel1";
     this.toolStripLabel1.Size      = new System.Drawing.Size(0, 22);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(584, 34);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 8;
     this.button3.Text     = "button3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(862, 557);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.metroTabControl1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button2);
     this.HelpButton  = true;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(862, 557);
     this.Name        = "Form1";
     this.Style       = this.metroStyleManager1.Style;
     this.Text        = "Twitcher";
     this.Load       += new System.EventHandler(this.Form1_Load);
     this.metroTabControl1.ResumeLayout(false);
     this.metroTabPage1.ResumeLayout(false);
     this.metroTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #11
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();
 }