/// <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.Windows.Forms.Label label1;
     ns1.BunifuImageButton      btImageLog;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmNewLogin));
     this.bunifuElipse1 = new ns1.BunifuElipse(this.components);
     this.pnTop         = new System.Windows.Forms.Panel();
     this.lblVersao     = new ns1.BunifuCustomLabel();
     this.txtCodigo     = new ns1.BunifuMetroTextbox();
     this.dragTop       = new ns1.BunifuDragControl(this.components);
     this.btnExit       = new ns1.BunifuFlatButton();
     this.btnLogin      = new ns1.BunifuFlatButton();
     label1             = new System.Windows.Forms.Label();
     btImageLog         = new ns1.BunifuImageButton();
     ((System.ComponentModel.ISupportInitialize)(btImageLog)).BeginInit();
     this.pnTop.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     label1.Location  = new System.Drawing.Point(12, 9);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(332, 22);
     label1.TabIndex  = 1;
     label1.Text      = "SPECTER - Capturador de Pokemon";
     //
     // btImageLog
     //
     btImageLog.BackColor   = System.Drawing.Color.Transparent;
     btImageLog.Image       = global::Specter.Properties.Resources.logoSpecter;
     btImageLog.ImageActive = null;
     btImageLog.Location    = new System.Drawing.Point(272, 66);
     btImageLog.Name        = "btImageLog";
     btImageLog.Size        = new System.Drawing.Size(178, 147);
     btImageLog.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     btImageLog.TabIndex    = 0;
     btImageLog.TabStop     = false;
     btImageLog.Zoom        = 10;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // pnTop
     //
     this.pnTop.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.pnTop.Controls.Add(label1);
     this.pnTop.Controls.Add(this.lblVersao);
     this.pnTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnTop.Location = new System.Drawing.Point(0, 0);
     this.pnTop.Name     = "pnTop";
     this.pnTop.Size     = new System.Drawing.Size(736, 38);
     this.pnTop.TabIndex = 1;
     //
     // lblVersao
     //
     this.lblVersao.AutoSize  = true;
     this.lblVersao.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.lblVersao.Location  = new System.Drawing.Point(633, 13);
     this.lblVersao.Name      = "lblVersao";
     this.lblVersao.Size      = new System.Drawing.Size(85, 13);
     this.lblVersao.TabIndex  = 0;
     this.lblVersao.Text      = "VERSÃO: NULL";
     //
     // txtCodigo
     //
     this.txtCodigo.BorderColorFocused    = System.Drawing.Color.DodgerBlue;
     this.txtCodigo.BorderColorIdle       = System.Drawing.Color.White;
     this.txtCodigo.BorderColorMouseHover = System.Drawing.Color.DodgerBlue;
     this.txtCodigo.BorderThickness       = 3;
     this.txtCodigo.Cursor     = System.Windows.Forms.Cursors.IBeam;
     this.txtCodigo.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtCodigo.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.txtCodigo.isPassword = false;
     this.txtCodigo.Location   = new System.Drawing.Point(179, 240);
     this.txtCodigo.Margin     = new System.Windows.Forms.Padding(4);
     this.txtCodigo.Name       = "txtCodigo";
     this.txtCodigo.Size       = new System.Drawing.Size(370, 44);
     this.txtCodigo.TabIndex   = 3;
     this.txtCodigo.Text       = "CODIGO DE ACESSO";
     this.txtCodigo.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtCodigo.Enter     += new System.EventHandler(this.txtCodigo_Enter);
     //
     // dragTop
     //
     this.dragTop.Fixed         = true;
     this.dragTop.Horizontal    = true;
     this.dragTop.TargetControl = this.pnTop;
     this.dragTop.Vertical      = true;
     //
     // btnExit
     //
     this.btnExit.Activecolor           = System.Drawing.Color.Firebrick;
     this.btnExit.BackColor             = System.Drawing.Color.Firebrick;
     this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnExit.BorderRadius          = 0;
     this.btnExit.ButtonText            = "EXIT";
     this.btnExit.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.btnExit.DisabledColor            = System.Drawing.Color.Gray;
     this.btnExit.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnExit.Iconimage                = null;
     this.btnExit.Iconimage_right          = null;
     this.btnExit.Iconimage_right_Selected = null;
     this.btnExit.Iconimage_Selected       = null;
     this.btnExit.IconMarginLeft           = 0;
     this.btnExit.IconMarginRight          = 0;
     this.btnExit.IconRightVisible         = true;
     this.btnExit.IconRightZoom            = 0D;
     this.btnExit.IconVisible              = true;
     this.btnExit.IconZoom                 = 90D;
     this.btnExit.IsTab            = false;
     this.btnExit.Location         = new System.Drawing.Point(387, 312);
     this.btnExit.Name             = "btnExit";
     this.btnExit.Normalcolor      = System.Drawing.Color.Firebrick;
     this.btnExit.OnHovercolor     = System.Drawing.Color.IndianRed;
     this.btnExit.OnHoverTextColor = System.Drawing.Color.White;
     this.btnExit.selected         = false;
     this.btnExit.Size             = new System.Drawing.Size(139, 48);
     this.btnExit.TabIndex         = 4;
     this.btnExit.Text             = "EXIT";
     this.btnExit.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExit.Textcolor        = System.Drawing.Color.White;
     this.btnExit.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Click           += new System.EventHandler(this.btnExit_Click);
     //
     // btnLogin
     //
     this.btnLogin.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnLogin.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnLogin.BorderRadius          = 0;
     this.btnLogin.ButtonText            = "LOGIN";
     this.btnLogin.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.DisabledColor            = System.Drawing.Color.Gray;
     this.btnLogin.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnLogin.Iconimage                = null;
     this.btnLogin.Iconimage_right          = null;
     this.btnLogin.Iconimage_right_Selected = null;
     this.btnLogin.Iconimage_Selected       = null;
     this.btnLogin.IconMarginLeft           = 0;
     this.btnLogin.IconMarginRight          = 0;
     this.btnLogin.IconRightVisible         = true;
     this.btnLogin.IconRightZoom            = 0D;
     this.btnLogin.IconVisible              = true;
     this.btnLogin.IconZoom                 = 90D;
     this.btnLogin.IsTab            = false;
     this.btnLogin.Location         = new System.Drawing.Point(200, 312);
     this.btnLogin.Name             = "btnLogin";
     this.btnLogin.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnLogin.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnLogin.OnHoverTextColor = System.Drawing.Color.White;
     this.btnLogin.selected         = false;
     this.btnLogin.Size             = new System.Drawing.Size(139, 48);
     this.btnLogin.TabIndex         = 2;
     this.btnLogin.Text             = "LOGIN";
     this.btnLogin.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnLogin.Textcolor        = System.Drawing.Color.White;
     this.btnLogin.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.Click           += new System.EventHandler(this.btnLogin_Click);
     //
     // frmNewLogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.ClientSize          = new System.Drawing.Size(736, 383);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.txtCodigo);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.pnTop);
     this.Controls.Add(btImageLog);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmNewLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmNewLogin";
     this.Load           += new System.EventHandler(this.frmNewLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(btImageLog)).EndInit();
     this.pnTop.ResumeLayout(false);
     this.pnTop.PerformLayout();
     this.ResumeLayout(false);
 }
示例#2
0
        /// <summary>
        /// Método necessário para suporte ao Designer - não modifique
        /// o conteúdo deste método com o editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            //ns1.BunifuImageButton
            //ns1.BunifuImageButton

            this.components = new System.ComponentModel.Container();
            ns1.BunifuImageButton Settings_Btn;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tela_Principal));
            this.Login                 = new ns1.BunifuFlatButton();
            this.Nick_Name             = new ns1.BunifuMaterialTextbox();
            this.Exit_Btn              = new ns1.BunifuFlatButton();
            this.Label_Error           = new ns1.BunifuCustomLabel();
            this.Label_ErrorVazio      = new ns1.BunifuCustomLabel();
            this.Drag_TelaPrincipal    = new ns1.BunifuDragControl(this.components);
            this.Elipse_Login_Btn      = new ns1.BunifuElipse(this.components);
            this.Elipse_Tela_Principal = new ns1.BunifuElipse(this.components);
            Settings_Btn               = new ns1.BunifuImageButton();
            ((System.ComponentModel.ISupportInitialize)(Settings_Btn)).BeginInit();
            this.SuspendLayout();
            //
            // Settings_Btn
            //
            Settings_Btn.BackColor             = System.Drawing.Color.Transparent;
            Settings_Btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            Settings_Btn.ErrorImage            = global::Minecraft_Launcher.Properties.Resources.Settings_icon1;
            Settings_Btn.Image         = global::Minecraft_Launcher.Properties.Resources.Settings_icon1;
            Settings_Btn.ImageActive   = global::Minecraft_Launcher.Properties.Resources.Settings_icon1;
            Settings_Btn.InitialImage  = global::Minecraft_Launcher.Properties.Resources.Settings_icon1;
            Settings_Btn.Location      = new System.Drawing.Point(734, 383);
            Settings_Btn.Name          = "Settings_Btn";
            Settings_Btn.Size          = new System.Drawing.Size(54, 55);
            Settings_Btn.SizeMode      = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            Settings_Btn.TabIndex      = 5;
            Settings_Btn.TabStop       = false;
            Settings_Btn.UseWaitCursor = true;
            Settings_Btn.Zoom          = 5;
            Settings_Btn.Click        += new System.EventHandler(this.Settings_Btn_Click);
            //
            // Login
            //
            this.Login.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(190)))), ((int)(((byte)(227)))));
            this.Login.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(162)))), ((int)(((byte)(227)))));
            this.Login.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.Login.BorderRadius          = 0;
            this.Login.ButtonText            = "Login";
            this.Login.Cursor                   = System.Windows.Forms.Cursors.Hand;
            this.Login.DisabledColor            = System.Drawing.Color.Gray;
            this.Login.Font                     = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Login.Iconcolor                = System.Drawing.Color.Transparent;
            this.Login.Iconimage                = null;
            this.Login.Iconimage_right          = null;
            this.Login.Iconimage_right_Selected = null;
            this.Login.Iconimage_Selected       = null;
            this.Login.IconMarginLeft           = 0;
            this.Login.IconMarginRight          = 0;
            this.Login.IconRightVisible         = true;
            this.Login.IconRightZoom            = 0D;
            this.Login.IconVisible              = true;
            this.Login.IconZoom                 = 90D;
            this.Login.IsTab                    = false;
            this.Login.Location                 = new System.Drawing.Point(319, 299);
            this.Login.Margin                   = new System.Windows.Forms.Padding(5);
            this.Login.Name                     = "Login";
            this.Login.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(162)))), ((int)(((byte)(227)))));
            this.Login.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(227)))));
            this.Login.OnHoverTextColor         = System.Drawing.Color.Gray;
            this.Login.selected                 = false;
            this.Login.Size                     = new System.Drawing.Size(183, 42);
            this.Login.TabIndex                 = 0;
            this.Login.Text                     = "Login";
            this.Login.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
            this.Login.Textcolor                = System.Drawing.Color.White;
            this.Login.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Login.Click                   += new System.EventHandler(this.Login_Click);
            //
            // Nick_Name
            //
            this.Nick_Name.Cursor              = System.Windows.Forms.Cursors.IBeam;
            this.Nick_Name.Font                = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Nick_Name.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.Nick_Name.HintForeColor       = System.Drawing.Color.Empty;
            this.Nick_Name.HintText            = "Seu Nick Name";
            this.Nick_Name.isPassword          = false;
            this.Nick_Name.LineFocusedColor    = System.Drawing.Color.Blue;
            this.Nick_Name.LineIdleColor       = System.Drawing.Color.Gray;
            this.Nick_Name.LineMouseHoverColor = System.Drawing.Color.Blue;
            this.Nick_Name.LineThickness       = 3;
            this.Nick_Name.Location            = new System.Drawing.Point(183, 235);
            this.Nick_Name.Margin              = new System.Windows.Forms.Padding(5);
            this.Nick_Name.Name                = "Nick_Name";
            this.Nick_Name.Size                = new System.Drawing.Size(462, 54);
            this.Nick_Name.TabIndex            = 1;
            this.Nick_Name.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
            this.Nick_Name.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.Nick_Name_KeyDown);
            this.Nick_Name.Leave              += new System.EventHandler(this.Nick_Name_Leave);
            //
            // Exit_Btn
            //
            this.Exit_Btn.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
            this.Exit_Btn.BackColor             = System.Drawing.Color.Gainsboro;
            this.Exit_Btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.Exit_Btn.BorderRadius          = 0;
            this.Exit_Btn.ButtonText            = "x";
            this.Exit_Btn.Cursor                   = System.Windows.Forms.Cursors.Hand;
            this.Exit_Btn.DisabledColor            = System.Drawing.Color.Gray;
            this.Exit_Btn.Iconcolor                = System.Drawing.Color.Transparent;
            this.Exit_Btn.Iconimage                = null;
            this.Exit_Btn.Iconimage_right          = null;
            this.Exit_Btn.Iconimage_right_Selected = null;
            this.Exit_Btn.Iconimage_Selected       = null;
            this.Exit_Btn.IconMarginLeft           = 0;
            this.Exit_Btn.IconMarginRight          = 0;
            this.Exit_Btn.IconRightVisible         = true;
            this.Exit_Btn.IconRightZoom            = 0D;
            this.Exit_Btn.IconVisible              = true;
            this.Exit_Btn.IconZoom                 = 90D;
            this.Exit_Btn.IsTab            = false;
            this.Exit_Btn.Location         = new System.Drawing.Point(754, 2);
            this.Exit_Btn.Name             = "Exit_Btn";
            this.Exit_Btn.Normalcolor      = System.Drawing.Color.Gainsboro;
            this.Exit_Btn.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(123)))), ((int)(((byte)(255)))));
            this.Exit_Btn.OnHoverTextColor = System.Drawing.Color.White;
            this.Exit_Btn.selected         = false;
            this.Exit_Btn.Size             = new System.Drawing.Size(44, 24);
            this.Exit_Btn.TabIndex         = 2;
            this.Exit_Btn.Text             = "x";
            this.Exit_Btn.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
            this.Exit_Btn.Textcolor        = System.Drawing.Color.White;
            this.Exit_Btn.TextFont         = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Exit_Btn.Click           += new System.EventHandler(this.Exit_Btn_Click);
            //
            // Label_Error
            //
            this.Label_Error.AutoSize  = true;
            this.Label_Error.BackColor = System.Drawing.Color.Transparent;
            this.Label_Error.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label_Error.ForeColor = System.Drawing.Color.Red;
            this.Label_Error.Location  = new System.Drawing.Point(179, 209);
            this.Label_Error.Name      = "Label_Error";
            this.Label_Error.Size      = new System.Drawing.Size(349, 19);
            this.Label_Error.TabIndex  = 3;
            this.Label_Error.Text      = "*Nome de Usuario não pode ser \"Username\"";
            this.Label_Error.Visible   = false;
            //
            // Label_ErrorVazio
            //
            this.Label_ErrorVazio.AutoSize  = true;
            this.Label_ErrorVazio.BackColor = System.Drawing.Color.Transparent;
            this.Label_ErrorVazio.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label_ErrorVazio.ForeColor = System.Drawing.Color.Red;
            this.Label_ErrorVazio.Location  = new System.Drawing.Point(179, 190);
            this.Label_ErrorVazio.Name      = "Label_ErrorVazio";
            this.Label_ErrorVazio.Size      = new System.Drawing.Size(0, 19);
            this.Label_ErrorVazio.TabIndex  = 4;
            this.Label_ErrorVazio.Visible   = false;
            //
            // Drag_TelaPrincipal
            //
            this.Drag_TelaPrincipal.Fixed         = true;
            this.Drag_TelaPrincipal.Horizontal    = true;
            this.Drag_TelaPrincipal.TargetControl = this;
            this.Drag_TelaPrincipal.Vertical      = true;
            //
            // Elipse_Login_Btn
            //
            this.Elipse_Login_Btn.ElipseRadius  = 15;
            this.Elipse_Login_Btn.TargetControl = this.Login;
            //
            // Elipse_Tela_Principal
            //
            this.Elipse_Tela_Principal.ElipseRadius  = 5;
            this.Elipse_Tela_Principal.TargetControl = this;
            //
            // Tela_Principal
            //
            this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage       = global::Minecraft_Launcher.Properties.Resources.Minecraft_Background;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize            = new System.Drawing.Size(800, 450);
            this.Controls.Add(Settings_Btn);
            this.Controls.Add(this.Label_ErrorVazio);
            this.Controls.Add(this.Label_Error);
            this.Controls.Add(this.Exit_Btn);
            this.Controls.Add(this.Nick_Name);
            this.Controls.Add(this.Login);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name            = "Tela_Principal";
            this.Text            = "Minecraft Launcher";
            ((System.ComponentModel.ISupportInitialize)(Settings_Btn)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#3
0
 /// <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(Account));
     this.bunifuElipse1 = new ns1.BunifuElipse(this.components);
     this.bunifuDragControl1 = new ns1.BunifuDragControl(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new ns1.BunifuImageButton();
     this.bunifuImageButton1 = new ns1.BunifuImageButton();
     this.bunifuCustomLabel1 = new ns1.BunifuCustomLabel();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.label19 = new System.Windows.Forms.Label();
     this.edataGridView1 = new System.Windows.Forms.DataGridView();
     this.tbsearch1 = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.eurradio = new System.Windows.Forms.RadioButton();
     this.chpradio = new System.Windows.Forms.RadioButton();
     this.gbpradio = new System.Windows.Forms.RadioButton();
     this.usdradio = new System.Windows.Forms.RadioButton();
     this.bunifuThinButton22 = new ns1.BunifuThinButton2();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.tbto = new System.Windows.Forms.TextBox();
     this.tbfrom = new System.Windows.Forms.TextBox();
     this.bunifuThinButton25 = new ns1.BunifuThinButton2();
     this.Update = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tbbalance = new System.Windows.Forms.TextBox();
     this.tbid = new System.Windows.Forms.TextBox();
     this.bunifuThinButton21 = new ns1.BunifuThinButton2();
     this.btnDashboard = new ns1.BunifuThinButton2();
     this.bunifuThinButton24 = new ns1.BunifuThinButton2();
     this.bunifuThinButton23 = new ns1.BunifuThinButton2();
     this.button1 = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.edataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.Update.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed = true;
     this.bunifuDragControl1.Horizontal = true;
     this.bunifuDragControl1.TargetControl = this.panel1;
     this.bunifuDragControl1.Vertical = true;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.panel1.Controls.Add(this.bunifuImageButton2);
     this.panel1.Controls.Add(this.bunifuImageButton1);
     this.panel1.Controls.Add(this.bunifuCustomLabel1);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1231, 101);
     this.panel1.TabIndex = 9;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuImageButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuImageButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.bunifuImageButton2.ErrorImage = null;
     this.bunifuImageButton2.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.InitialImage = null;
     this.bunifuImageButton2.Location = new System.Drawing.Point(1141, 12);
     this.bunifuImageButton2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bunifuImageButton2.Name = "bunifuImageButton2";
     this.bunifuImageButton2.Size = new System.Drawing.Size(36, 34);
     this.bunifuImageButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex = 11;
     this.bunifuImageButton2.TabStop = false;
     this.bunifuImageButton2.Zoom = 10;
     this.bunifuImageButton2.Click += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuImageButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuImageButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.bunifuImageButton1.ErrorImage = null;
     this.bunifuImageButton1.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.InitialImage = null;
     this.bunifuImageButton1.Location = new System.Drawing.Point(1183, 12);
     this.bunifuImageButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bunifuImageButton1.Name = "bunifuImageButton1";
     this.bunifuImageButton1.Size = new System.Drawing.Size(36, 34);
     this.bunifuImageButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex = 7;
     this.bunifuImageButton1.TabStop = false;
     this.bunifuImageButton1.Zoom = 10;
     this.bunifuImageButton1.Click += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuCustomLabel1.Font = new System.Drawing.Font("Courier New", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Lavender;
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(107, 33);
     this.bunifuCustomLabel1.Name = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size = new System.Drawing.Size(88, 43);
     this.bunifuCustomLabel1.TabIndex = 6;
     this.bunifuCustomLabel1.Text = "BAM";
     //
     // pictureBox2
     //
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(51, 27);
     this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(51, 49);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 5;
     this.pictureBox2.TabStop = false;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(75)))), ((int)(((byte)(109)))));
     this.panel3.Controls.Add(this.label19);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 101);
     this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1231, 84);
     this.panel3.TabIndex = 21;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Corbel", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(117, 21);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(150, 46);
     this.label19.TabIndex = 30;
     this.label19.Text = "Account";
     //
     // edataGridView1
     //
     this.edataGridView1.AllowDrop = true;
     this.edataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.edataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.edataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.edataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.edataGridView1.GridColor = System.Drawing.SystemColors.AppWorkspace;
     this.edataGridView1.Location = new System.Drawing.Point(357, 327);
     this.edataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.edataGridView1.Name = "edataGridView1";
     this.edataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.edataGridView1.RowTemplate.Height = 24;
     this.edataGridView1.Size = new System.Drawing.Size(839, 510);
     this.edataGridView1.TabIndex = 26;
     this.edataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     this.edataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // tbsearch1
     //
     this.tbsearch1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbsearch1.Location = new System.Drawing.Point(181, 242);
     this.tbsearch1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tbsearch1.Name = "tbsearch1";
     this.tbsearch1.Size = new System.Drawing.Size(603, 38);
     this.tbsearch1.TabIndex = 40;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.eurradio);
     this.groupBox1.Controls.Add(this.chpradio);
     this.groupBox1.Controls.Add(this.gbpradio);
     this.groupBox1.Controls.Add(this.usdradio);
     this.groupBox1.Controls.Add(this.bunifuThinButton22);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(31, 327);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Size = new System.Drawing.Size(292, 117);
     this.groupBox1.TabIndex = 42;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "group by";
     //
     // eurradio
     //
     this.eurradio.AutoSize = true;
     this.eurradio.Location = new System.Drawing.Point(85, 30);
     this.eurradio.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.eurradio.Name = "eurradio";
     this.eurradio.Size = new System.Drawing.Size(58, 21);
     this.eurradio.TabIndex = 40;
     this.eurradio.TabStop = true;
     this.eurradio.Text = "EUR";
     this.eurradio.UseVisualStyleBackColor = true;
     //
     // chpradio
     //
     this.chpradio.AutoSize = true;
     this.chpradio.Location = new System.Drawing.Point(221, 30);
     this.chpradio.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chpradio.Name = "chpradio";
     this.chpradio.Size = new System.Drawing.Size(57, 21);
     this.chpradio.TabIndex = 39;
     this.chpradio.TabStop = true;
     this.chpradio.Text = "CHP";
     this.chpradio.UseVisualStyleBackColor = true;
     //
     // gbpradio
     //
     this.gbpradio.AutoSize = true;
     this.gbpradio.Location = new System.Drawing.Point(149, 30);
     this.gbpradio.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.gbpradio.Name = "gbpradio";
     this.gbpradio.Size = new System.Drawing.Size(58, 21);
     this.gbpradio.TabIndex = 39;
     this.gbpradio.TabStop = true;
     this.gbpradio.Text = "GBP";
     this.gbpradio.UseVisualStyleBackColor = true;
     //
     // usdradio
     //
     this.usdradio.AutoSize = true;
     this.usdradio.Location = new System.Drawing.Point(21, 30);
     this.usdradio.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.usdradio.Name = "usdradio";
     this.usdradio.Size = new System.Drawing.Size(58, 21);
     this.usdradio.TabIndex = 38;
     this.usdradio.TabStop = true;
     this.usdradio.Text = "USD";
     this.usdradio.UseVisualStyleBackColor = true;
     //
     // bunifuThinButton22
     //
     this.bunifuThinButton22.ActiveBorderThickness = 1;
     this.bunifuThinButton22.ActiveCornerRadius = 1;
     this.bunifuThinButton22.ActiveFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton22.ActiveForecolor = System.Drawing.Color.White;
     this.bunifuThinButton22.ActiveLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.bunifuThinButton22.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton22.BackgroundImage")));
     this.bunifuThinButton22.ButtonText = "ok";
     this.bunifuThinButton22.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuThinButton22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton22.IdleBorderThickness = 1;
     this.bunifuThinButton22.IdleCornerRadius = 20;
     this.bunifuThinButton22.IdleFillColor = System.Drawing.Color.White;
     this.bunifuThinButton22.IdleForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton22.IdleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuThinButton22.Location = new System.Drawing.Point(221, 54);
     this.bunifuThinButton22.Margin = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton22.Name = "bunifuThinButton22";
     this.bunifuThinButton22.Size = new System.Drawing.Size(57, 55);
     this.bunifuThinButton22.TabIndex = 37;
     this.bunifuThinButton22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton22.Click += new System.EventHandler(this.bunifuThinButton22_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.tbto);
     this.groupBox2.Controls.Add(this.tbfrom);
     this.groupBox2.Controls.Add(this.bunifuThinButton25);
     this.groupBox2.ForeColor = System.Drawing.Color.White;
     this.groupBox2.Location = new System.Drawing.Point(31, 463);
     this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox2.Size = new System.Drawing.Size(292, 121);
     this.groupBox2.TabIndex = 43;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "show by balance";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(99, 66);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(16, 17);
     this.label3.TabIndex = 40;
     this.label3.Text = "~";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(120, 36);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(20, 17);
     this.label2.TabIndex = 39;
     this.label2.Text = "to";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 36);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(36, 17);
     this.label1.TabIndex = 39;
     this.label1.Text = "from";
     //
     // tbto
     //
     this.tbto.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbto.Location = new System.Drawing.Point(123, 57);
     this.tbto.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tbto.Name = "tbto";
     this.tbto.Size = new System.Drawing.Size(71, 30);
     this.tbto.TabIndex = 38;
     //
     // tbfrom
     //
     this.tbfrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbfrom.Location = new System.Drawing.Point(21, 57);
     this.tbfrom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tbfrom.Name = "tbfrom";
     this.tbfrom.Size = new System.Drawing.Size(71, 30);
     this.tbfrom.TabIndex = 38;
     //
     // bunifuThinButton25
     //
     this.bunifuThinButton25.ActiveBorderThickness = 1;
     this.bunifuThinButton25.ActiveCornerRadius = 1;
     this.bunifuThinButton25.ActiveFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton25.ActiveForecolor = System.Drawing.Color.White;
     this.bunifuThinButton25.ActiveLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.bunifuThinButton25.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton25.BackgroundImage")));
     this.bunifuThinButton25.ButtonText = "ok";
     this.bunifuThinButton25.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuThinButton25.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton25.IdleBorderThickness = 1;
     this.bunifuThinButton25.IdleCornerRadius = 20;
     this.bunifuThinButton25.IdleFillColor = System.Drawing.Color.White;
     this.bunifuThinButton25.IdleForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton25.IdleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuThinButton25.Location = new System.Drawing.Point(221, 36);
     this.bunifuThinButton25.Margin = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton25.Name = "bunifuThinButton25";
     this.bunifuThinButton25.Size = new System.Drawing.Size(57, 55);
     this.bunifuThinButton25.TabIndex = 37;
     this.bunifuThinButton25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton25.Click += new System.EventHandler(this.bunifuThinButton25_Click);
     //
     // Update
     //
     this.Update.Controls.Add(this.label4);
     this.Update.Controls.Add(this.label6);
     this.Update.Controls.Add(this.tbbalance);
     this.Update.Controls.Add(this.tbid);
     this.Update.Controls.Add(this.bunifuThinButton21);
     this.Update.ForeColor = System.Drawing.Color.White;
     this.Update.Location = new System.Drawing.Point(31, 610);
     this.Update.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Update.Name = "Update";
     this.Update.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Update.Size = new System.Drawing.Size(292, 226);
     this.Update.TabIndex = 44;
     this.Update.TabStop = false;
     this.Update.Text = "Edit";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(19, 113);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(70, 20);
     this.label4.TabIndex = 39;
     this.label4.Text = "Balance";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(59, 46);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(31, 25);
     this.label6.TabIndex = 39;
     this.label6.Text = "ID";
     //
     // tbbalance
     //
     this.tbbalance.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbbalance.Location = new System.Drawing.Point(103, 103);
     this.tbbalance.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tbbalance.Name = "tbbalance";
     this.tbbalance.Size = new System.Drawing.Size(135, 34);
     this.tbbalance.TabIndex = 38;
     this.tbbalance.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // tbid
     //
     this.tbid.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbid.Location = new System.Drawing.Point(103, 39);
     this.tbid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tbid.Name = "tbid";
     this.tbid.Size = new System.Drawing.Size(135, 34);
     this.tbid.TabIndex = 38;
     //
     // bunifuThinButton21
     //
     this.bunifuThinButton21.ActiveBorderThickness = 1;
     this.bunifuThinButton21.ActiveCornerRadius = 1;
     this.bunifuThinButton21.ActiveFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton21.ActiveForecolor = System.Drawing.Color.White;
     this.bunifuThinButton21.ActiveLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.bunifuThinButton21.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton21.BackgroundImage")));
     this.bunifuThinButton21.ButtonText = "ok";
     this.bunifuThinButton21.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuThinButton21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton21.IdleBorderThickness = 1;
     this.bunifuThinButton21.IdleCornerRadius = 20;
     this.bunifuThinButton21.IdleFillColor = System.Drawing.Color.White;
     this.bunifuThinButton21.IdleForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton21.IdleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuThinButton21.Location = new System.Drawing.Point(221, 162);
     this.bunifuThinButton21.Margin = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton21.Name = "bunifuThinButton21";
     this.bunifuThinButton21.Size = new System.Drawing.Size(57, 55);
     this.bunifuThinButton21.TabIndex = 37;
     this.bunifuThinButton21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton21.Click += new System.EventHandler(this.bunifuThinButton21_Click);
     //
     // btnDashboard
     //
     this.btnDashboard.AccessibleRole = System.Windows.Forms.AccessibleRole.TitleBar;
     this.btnDashboard.ActiveBorderThickness = 1;
     this.btnDashboard.ActiveCornerRadius = 1;
     this.btnDashboard.ActiveFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnDashboard.ActiveForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnDashboard.ActiveLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnDashboard.AllowDrop = true;
     this.btnDashboard.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.btnDashboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.btnDashboard.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDashboard.BackgroundImage")));
     this.btnDashboard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btnDashboard.ButtonText = "Search";
     this.btnDashboard.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnDashboard.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDashboard.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnDashboard.IdleBorderThickness = 1;
     this.btnDashboard.IdleCornerRadius = 1;
     this.btnDashboard.IdleFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnDashboard.IdleForecolor = System.Drawing.Color.Transparent;
     this.btnDashboard.IdleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnDashboard.Location = new System.Drawing.Point(784, 230);
     this.btnDashboard.Margin = new System.Windows.Forms.Padding(5);
     this.btnDashboard.Name = "btnDashboard";
     this.btnDashboard.Size = new System.Drawing.Size(127, 60);
     this.btnDashboard.TabIndex = 41;
     this.btnDashboard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDashboard.Click += new System.EventHandler(this.btnDashboard_Click);
     //
     // bunifuThinButton24
     //
     this.bunifuThinButton24.ActiveBorderThickness = 1;
     this.bunifuThinButton24.ActiveCornerRadius = 1;
     this.bunifuThinButton24.ActiveFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton24.ActiveForecolor = System.Drawing.Color.White;
     this.bunifuThinButton24.ActiveLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.bunifuThinButton24.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton24.BackgroundImage")));
     this.bunifuThinButton24.ButtonText = "Reload";
     this.bunifuThinButton24.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuThinButton24.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton24.IdleBorderThickness = 1;
     this.bunifuThinButton24.IdleCornerRadius = 20;
     this.bunifuThinButton24.IdleFillColor = System.Drawing.Color.White;
     this.bunifuThinButton24.IdleForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton24.IdleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuThinButton24.Location = new System.Drawing.Point(953, 230);
     this.bunifuThinButton24.Margin = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton24.Name = "bunifuThinButton24";
     this.bunifuThinButton24.Size = new System.Drawing.Size(93, 60);
     this.bunifuThinButton24.TabIndex = 39;
     this.bunifuThinButton24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton24.Click += new System.EventHandler(this.bunifuThinButton24_Click);
     //
     // bunifuThinButton23
     //
     this.bunifuThinButton23.ActiveBorderThickness = 1;
     this.bunifuThinButton23.ActiveCornerRadius = 1;
     this.bunifuThinButton23.ActiveFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton23.ActiveForecolor = System.Drawing.Color.White;
     this.bunifuThinButton23.ActiveLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.bunifuThinButton23.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton23.BackgroundImage")));
     this.bunifuThinButton23.ButtonText = "Add New";
     this.bunifuThinButton23.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuThinButton23.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton23.IdleBorderThickness = 1;
     this.bunifuThinButton23.IdleCornerRadius = 20;
     this.bunifuThinButton23.IdleFillColor = System.Drawing.Color.White;
     this.bunifuThinButton23.IdleForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(101)))), ((int)(((byte)(163)))));
     this.bunifuThinButton23.IdleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuThinButton23.Location = new System.Drawing.Point(1067, 230);
     this.bunifuThinButton23.Margin = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton23.Name = "bunifuThinButton23";
     this.bunifuThinButton23.Size = new System.Drawing.Size(109, 60);
     this.bunifuThinButton23.TabIndex = 38;
     this.bunifuThinButton23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton23.Click += new System.EventHandler(this.bunifuThinButton23_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(31, 242);
     this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(80, 46);
     this.button1.TabIndex = 45;
     this.button1.Text = "+ new currency";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Account
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(43)))), ((int)(((byte)(60)))));
     this.ClientSize = new System.Drawing.Size(1231, 871);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.Update);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnDashboard);
     this.Controls.Add(this.tbsearch1);
     this.Controls.Add(this.bunifuThinButton24);
     this.Controls.Add(this.bunifuThinButton23);
     this.Controls.Add(this.edataGridView1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name = "Account";
     this.Text = "Account";
     this.Load += new System.EventHandler(this.Account_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.edataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.Update.ResumeLayout(false);
     this.Update.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
0
 /// <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();
     ns1.BunifuImageButton BtnMenu;
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::WindowsFormsApplication1.SplashScreen1), true, true, true);
     BunifuAnimatorNS.Animation animation4 = new BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     BunifuAnimatorNS.Animation animation5 = new BunifuAnimatorNS.Animation();
     BunifuAnimatorNS.Animation animation6 = new BunifuAnimatorNS.Animation();
     this.bunifuElipse1          = new ns1.BunifuElipse(this.components);
     this.sidemenu               = new System.Windows.Forms.Panel();
     this.button1                = new System.Windows.Forms.Button();
     this.hyperlinkLabelControl2 = new DevExpress.XtraEditors.HyperlinkLabelControl();
     this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
     this.label2            = new System.Windows.Forms.Label();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.bunifuFlatButton1 = new ns1.BunifuFlatButton();
     this.bunifuFlatButton7 = new ns1.BunifuFlatButton();
     this.bunifuFlatButton5 = new ns1.BunifuFlatButton();
     this.bunifuFlatButton4 = new ns1.BunifuFlatButton();
     this.bunifuFlatButton2 = new ns1.BunifuFlatButton();
     this.logo = new System.Windows.Forms.PictureBox();
     this.bunifuFlatButton3  = new ns1.BunifuFlatButton();
     this.header             = new System.Windows.Forms.Panel();
     this.label1             = new System.Windows.Forms.Label();
     this.bunifuImageButton2 = new ns1.BunifuImageButton();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.bunifuCustomLabel1 = new ns1.BunifuCustomLabel();
     this.bunifuDragControl1 = new ns1.BunifuDragControl(this.components);
     this.panel2             = new System.Windows.Forms.Panel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.panel_anim         = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.logoanime          = new BunifuAnimatorNS.Animator(this.components);
     this.animator1          = new BunifuAnimatorNS.Animator(this.components);
     BtnMenu = new ns1.BunifuImageButton();
     ((System.ComponentModel.ISupportInitialize)(BtnMenu)).BeginInit();
     this.sidemenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
     this.header.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // BtnMenu
     //
     BtnMenu.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     BtnMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(20)))), ((int)(((byte)(58)))));
     this.panel_anim.SetDecoration(BtnMenu, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(BtnMenu, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(BtnMenu, BunifuAnimatorNS.DecorationType.None);
     BtnMenu.Image       = ((System.Drawing.Image)(resources.GetObject("BtnMenu.Image")));
     BtnMenu.ImageActive = null;
     BtnMenu.Location    = new System.Drawing.Point(168, 6);
     BtnMenu.Name        = "BtnMenu";
     BtnMenu.Size        = new System.Drawing.Size(24, 21);
     BtnMenu.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     BtnMenu.TabIndex    = 1;
     BtnMenu.TabStop     = false;
     BtnMenu.Zoom        = 10;
     BtnMenu.Click      += new System.EventHandler(this.Pan_btn_Click);
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 5000;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // sidemenu
     //
     this.sidemenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.sidemenu.Controls.Add(this.button1);
     this.sidemenu.Controls.Add(this.hyperlinkLabelControl2);
     this.sidemenu.Controls.Add(this.hyperlinkLabelControl1);
     this.sidemenu.Controls.Add(this.label2);
     this.sidemenu.Controls.Add(this.pictureBox1);
     this.sidemenu.Controls.Add(this.bunifuFlatButton1);
     this.sidemenu.Controls.Add(this.bunifuFlatButton7);
     this.sidemenu.Controls.Add(this.bunifuFlatButton5);
     this.sidemenu.Controls.Add(this.bunifuFlatButton4);
     this.sidemenu.Controls.Add(this.bunifuFlatButton2);
     this.sidemenu.Controls.Add(BtnMenu);
     this.sidemenu.Controls.Add(this.logo);
     this.sidemenu.Controls.Add(this.bunifuFlatButton3);
     this.panel_anim.SetDecoration(this.sidemenu, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.sidemenu, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.sidemenu, BunifuAnimatorNS.DecorationType.None);
     this.sidemenu.Dock     = System.Windows.Forms.DockStyle.Left;
     this.sidemenu.Location = new System.Drawing.Point(0, 38);
     this.sidemenu.Name     = "sidemenu";
     this.sidemenu.Size     = new System.Drawing.Size(198, 682);
     this.sidemenu.TabIndex = 0;
     //
     // button1
     //
     this.animator1.SetDecoration(this.button1, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.button1, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.button1, BunifuAnimatorNS.DecorationType.None);
     this.button1.Location = new System.Drawing.Point(168, 63);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 13;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // hyperlinkLabelControl2
     //
     this.hyperlinkLabelControl2.Appearance.Font            = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hyperlinkLabelControl2.Appearance.Options.UseFont = true;
     this.hyperlinkLabelControl2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.logoanime.SetDecoration(this.hyperlinkLabelControl2, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.hyperlinkLabelControl2, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.hyperlinkLabelControl2, BunifuAnimatorNS.DecorationType.None);
     this.hyperlinkLabelControl2.LineVisible = true;
     this.hyperlinkLabelControl2.Location    = new System.Drawing.Point(18, 554);
     this.hyperlinkLabelControl2.Name        = "hyperlinkLabelControl2";
     this.hyperlinkLabelControl2.Size        = new System.Drawing.Size(153, 17);
     this.hyperlinkLabelControl2.TabIndex    = 12;
     this.hyperlinkLabelControl2.Text        = "Changer mot de passe ";
     this.hyperlinkLabelControl2.Click      += new System.EventHandler(this.hyperlinkLabelControl2_Click);
     //
     // hyperlinkLabelControl1
     //
     this.hyperlinkLabelControl1.Appearance.Font            = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hyperlinkLabelControl1.Appearance.Options.UseFont = true;
     this.hyperlinkLabelControl1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.logoanime.SetDecoration(this.hyperlinkLabelControl1, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.hyperlinkLabelControl1, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.hyperlinkLabelControl1, BunifuAnimatorNS.DecorationType.None);
     this.hyperlinkLabelControl1.LineVisible = true;
     this.hyperlinkLabelControl1.Location    = new System.Drawing.Point(50, 531);
     this.hyperlinkLabelControl1.Name        = "hyperlinkLabelControl1";
     this.hyperlinkLabelControl1.Size        = new System.Drawing.Size(85, 17);
     this.hyperlinkLabelControl1.TabIndex    = 11;
     this.hyperlinkLabelControl1.Text        = "Déconnexion";
     this.hyperlinkLabelControl1.Visible     = false;
     this.hyperlinkLabelControl1.Click      += new System.EventHandler(this.hyperlinkLabelControl1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.label2.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location  = new System.Drawing.Point(46, 508);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 20);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "label2";
     this.label2.Visible   = false;
     //
     // pictureBox1
     //
     this.animator1.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.pictureBox1, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(18, 613);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(145, 57);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop  = false;
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "         Acceuil";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuFlatButton1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 5;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 80D;
     this.bunifuFlatButton1.IsTab                    = true;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(0, 117);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(198, 43);
     this.bunifuFlatButton1.TabIndex                 = 2;
     this.bunifuFlatButton1.Text                     = "         Acceuil";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click                   += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // bunifuFlatButton7
     //
     this.bunifuFlatButton7.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton7.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton7.BorderRadius          = 0;
     this.bunifuFlatButton7.ButtonText            = "         Examen";
     this.bunifuFlatButton7.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton7, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuFlatButton7, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuFlatButton7, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton7.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton7.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton7.Iconimage")));
     this.bunifuFlatButton7.Iconimage_right          = null;
     this.bunifuFlatButton7.Iconimage_right_Selected = null;
     this.bunifuFlatButton7.Iconimage_Selected       = null;
     this.bunifuFlatButton7.IconMarginLeft           = 5;
     this.bunifuFlatButton7.IconMarginRight          = 0;
     this.bunifuFlatButton7.IconRightVisible         = true;
     this.bunifuFlatButton7.IconRightZoom            = 0D;
     this.bunifuFlatButton7.IconVisible              = true;
     this.bunifuFlatButton7.IconZoom         = 90D;
     this.bunifuFlatButton7.IsTab            = true;
     this.bunifuFlatButton7.Location         = new System.Drawing.Point(0, 355);
     this.bunifuFlatButton7.Name             = "bunifuFlatButton7";
     this.bunifuFlatButton7.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton7.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton7.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton7.selected         = false;
     this.bunifuFlatButton7.Size             = new System.Drawing.Size(198, 43);
     this.bunifuFlatButton7.TabIndex         = 8;
     this.bunifuFlatButton7.Text             = "         Examen";
     this.bunifuFlatButton7.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton7.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton7.TextFont         = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuFlatButton7.Click           += new System.EventHandler(this.bunifuFlatButton7_Click);
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = "         Visites des lieux";
     this.bunifuFlatButton5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuFlatButton5, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = global::WindowsFormsApplication1.Properties.Resources.magnifying_glass__1_;
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 7;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom                 = 80D;
     this.bunifuFlatButton5.IsTab                    = true;
     this.bunifuFlatButton5.Location                 = new System.Drawing.Point(0, 302);
     this.bunifuFlatButton5.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton5.Name                     = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton5.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton5.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton5.selected                 = false;
     this.bunifuFlatButton5.Size                     = new System.Drawing.Size(195, 46);
     this.bunifuFlatButton5.TabIndex                 = 6;
     this.bunifuFlatButton5.Text                     = "         Visites des lieux";
     this.bunifuFlatButton5.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton5.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton5.TextFont                 = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuFlatButton5.Click                   += new System.EventHandler(this.bunifuFlatButton5_Click);
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "         Paiement";
     this.bunifuFlatButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuFlatButton4, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Font                     = new System.Drawing.Font("Century Gothic", 8.25F);
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 4;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom                 = 86D;
     this.bunifuFlatButton4.IsTab                    = true;
     this.bunifuFlatButton4.Location                 = new System.Drawing.Point(0, 258);
     this.bunifuFlatButton4.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton4.Name                     = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton4.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton4.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected                 = false;
     this.bunifuFlatButton4.Size                     = new System.Drawing.Size(198, 36);
     this.bunifuFlatButton4.TabIndex                 = 5;
     this.bunifuFlatButton4.Text                     = "         Paiement";
     this.bunifuFlatButton4.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton4.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton4.TextFont                 = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuFlatButton4.Click                   += new System.EventHandler(this.bunifuFlatButton4_Click);
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "         Patients";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuFlatButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Century Gothic", 8.25F);
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = global::WindowsFormsApplication1.Properties.Resources.nurse;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 5;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom                 = 80D;
     this.bunifuFlatButton2.IsTab                    = true;
     this.bunifuFlatButton2.Location                 = new System.Drawing.Point(0, 206);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(198, 43);
     this.bunifuFlatButton2.TabIndex                 = 3;
     this.bunifuFlatButton2.Text                     = "         Patients";
     this.bunifuFlatButton2.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont                 = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuFlatButton2.Click                   += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // logo
     //
     this.animator1.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.logo, BunifuAnimatorNS.DecorationType.None);
     this.logo.Image    = global::WindowsFormsApplication1.Properties.Resources.syringe;
     this.logo.Location = new System.Drawing.Point(2, 29);
     this.logo.Name     = "logo";
     this.logo.Size     = new System.Drawing.Size(131, 64);
     this.logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.logo.TabIndex = 0;
     this.logo.TabStop  = false;
     this.logo.Click   += new System.EventHandler(this.logo_Click);
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "         Séances";
     this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuFlatButton3, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Font                     = new System.Drawing.Font("Century Gothic", 8.25F);
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 7;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom                 = 76D;
     this.bunifuFlatButton3.IsTab                    = true;
     this.bunifuFlatButton3.Location                 = new System.Drawing.Point(0, 160);
     this.bunifuFlatButton3.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton3.Name                     = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
     this.bunifuFlatButton3.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(134)))), ((int)(((byte)(184)))));
     this.bunifuFlatButton3.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected                 = false;
     this.bunifuFlatButton3.Size                     = new System.Drawing.Size(198, 43);
     this.bunifuFlatButton3.TabIndex                 = 4;
     this.bunifuFlatButton3.Text                     = "         Séances";
     this.bunifuFlatButton3.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton3.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton3.TextFont                 = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuFlatButton3.Click                   += new System.EventHandler(this.bunifuFlatButton3_Click);
     //
     // header
     //
     this.header.BackColor = System.Drawing.Color.RoyalBlue;
     this.header.Controls.Add(this.label1);
     this.header.Controls.Add(this.bunifuImageButton2);
     this.header.Controls.Add(this.pictureBox2);
     this.header.Controls.Add(this.bunifuCustomLabel1);
     this.panel_anim.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.header, BunifuAnimatorNS.DecorationType.None);
     this.header.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header.Location = new System.Drawing.Point(0, 0);
     this.header.Name     = "header";
     this.header.Size     = new System.Drawing.Size(1280, 38);
     this.header.TabIndex = 1;
     this.header.Paint   += new System.Windows.Forms.PaintEventHandler(this.header_Paint);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location  = new System.Drawing.Point(169, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(35, 13);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "label1";
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.RoyalBlue;
     this.panel_anim.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton2, BunifuAnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(1224, -6);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(46, 49);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 2;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // pictureBox2
     //
     this.animator1.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(6, -2);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(46, 44);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop  = false;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this.bunifuCustomLabel1, BunifuAnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(53, 7);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(61, 22);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "  CMS";
     this.bunifuCustomLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuCustomLabel1.Click    += new System.EventHandler(this.bunifuCustomLabel1_Click);
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.header;
     this.bunifuDragControl1.Vertical      = true;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(40)))), ((int)(((byte)(71)))));
     this.panel2.Controls.Add(this.panel1);
     this.panel_anim.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.panel2, BunifuAnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(198, 38);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1082, 682);
     this.panel2.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.AutoSize = true;
     this.panel_anim.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.logoanime.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.panel1, BunifuAnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1082, 682);
     this.panel1.TabIndex = 0;
     //
     // panel_anim
     //
     this.panel_anim.AnimationType     = BunifuAnimatorNS.AnimationType.Particles;
     this.panel_anim.Cursor            = null;
     animation4.AnimateOnlyDifferences = true;
     animation4.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff             = 0F;
     animation4.MaxTime               = 1F;
     animation4.MinTime               = 0F;
     animation4.MosaicCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift           = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize            = 1;
     animation4.Padding               = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation4.RotateCoeff           = 0F;
     animation4.RotateLimit           = 0F;
     animation4.ScaleCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff             = 2F;
     animation4.TransparencyCoeff     = 0F;
     this.panel_anim.DefaultAnimation = animation4;
     //
     // logoanime
     //
     this.logoanime.AnimationType      = BunifuAnimatorNS.AnimationType.Rotate;
     this.logoanime.Cursor             = null;
     animation5.AnimateOnlyDifferences = true;
     animation5.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.BlindCoeff")));
     animation5.LeafCoeff            = 0F;
     animation5.MaxTime              = 1F;
     animation5.MinTime              = 0F;
     animation5.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicCoeff")));
     animation5.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicShift")));
     animation5.MosaicSize           = 0;
     animation5.Padding              = new System.Windows.Forms.Padding(50);
     animation5.RotateCoeff          = 1F;
     animation5.RotateLimit          = 0F;
     animation5.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation5.ScaleCoeff")));
     animation5.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation5.SlideCoeff")));
     animation5.TimeCoeff            = 0F;
     animation5.TransparencyCoeff    = 1F;
     this.logoanime.DefaultAnimation = animation5;
     //
     // animator1
     //
     this.animator1.AnimationType      = BunifuAnimatorNS.AnimationType.ScaleAndRotate;
     this.animator1.Cursor             = null;
     animation6.AnimateOnlyDifferences = true;
     animation6.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation6.BlindCoeff")));
     animation6.LeafCoeff            = 0F;
     animation6.MaxTime              = 1F;
     animation6.MinTime              = 0F;
     animation6.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation6.MosaicCoeff")));
     animation6.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation6.MosaicShift")));
     animation6.MosaicSize           = 0;
     animation6.Padding              = new System.Windows.Forms.Padding(30);
     animation6.RotateCoeff          = 0.5F;
     animation6.RotateLimit          = 0.2F;
     animation6.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation6.ScaleCoeff")));
     animation6.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation6.SlideCoeff")));
     animation6.TimeCoeff            = 0F;
     animation6.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation6;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SteelBlue;
     this.ClientSize          = new System.Drawing.Size(1280, 720);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.sidemenu);
     this.Controls.Add(this.header);
     this.logoanime.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.panel_anim.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(BtnMenu)).EndInit();
     this.sidemenu.ResumeLayout(false);
     this.sidemenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
     this.header.ResumeLayout(false);
     this.header.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(AddProjectForm));
     this.panel1 = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new ns1.BunifuImageButton();
     this.Close_Button = new ns1.BunifuImageButton();
     this.bunifuCustomLabel1 = new ns1.BunifuCustomLabel();
     this.bunifuCustomLabel2 = new ns1.BunifuCustomLabel();
     this.titletextbox = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.discriptiontextbox = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuFlatButton2 = new ns1.BunifuFlatButton();
     this.bunifuCustomLabel3 = new ns1.BunifuCustomLabel();
     this.videotextbox = new System.Windows.Forms.TextBox();
     this.bunifuCustomLabel4 = new ns1.BunifuCustomLabel();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.bunifuDragControl1 = new ns1.BunifuDragControl(this.components);
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.bunifuCustomLabel5 = new ns1.BunifuCustomLabel();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Close_Button)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
     this.panel1.Controls.Add(this.bunifuImageButton2);
     this.panel1.Controls.Add(this.Close_Button);
     this.panel1.Location = new System.Drawing.Point(-7, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(608, 37);
     this.panel1.TabIndex = 0;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.bunifuImageButton2.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.bunifuImageButton2.Location = new System.Drawing.Point(536, 5);
     this.bunifuImageButton2.Margin = new System.Windows.Forms.Padding(2);
     this.bunifuImageButton2.Name = "bunifuImageButton2";
     this.bunifuImageButton2.Size = new System.Drawing.Size(37, 24);
     this.bunifuImageButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex = 6;
     this.bunifuImageButton2.TabStop = false;
     this.bunifuImageButton2.Zoom = 10;
     this.bunifuImageButton2.Click += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // Close_Button
     //
     this.Close_Button.BackColor = System.Drawing.Color.Transparent;
     this.Close_Button.Image = ((System.Drawing.Image)(resources.GetObject("Close_Button.Image")));
     this.Close_Button.ImageActive = null;
     this.Close_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Close_Button.Location = new System.Drawing.Point(571, 4);
     this.Close_Button.Margin = new System.Windows.Forms.Padding(2);
     this.Close_Button.Name = "Close_Button";
     this.Close_Button.Size = new System.Drawing.Size(34, 26);
     this.Close_Button.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Close_Button.TabIndex = 5;
     this.Close_Button.TabStop = false;
     this.Close_Button.Zoom = 10;
     this.Close_Button.Click += new System.EventHandler(this.Close_Button_Click);
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(12, 123);
     this.bunifuCustomLabel1.Name = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size = new System.Drawing.Size(115, 34);
     this.bunifuCustomLabel1.TabIndex = 0;
     this.bunifuCustomLabel1.Text = "Discription:";
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel2.Location = new System.Drawing.Point(12, 73);
     this.bunifuCustomLabel2.Name = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size = new System.Drawing.Size(166, 34);
     this.bunifuCustomLabel2.TabIndex = 1;
     this.bunifuCustomLabel2.Text = "Project Title:";
     //
     // titletextbox
     //
     this.titletextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.titletextbox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.titletextbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.titletextbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titletextbox.ForeColor = System.Drawing.Color.YellowGreen;
     this.titletextbox.Location = new System.Drawing.Point(133, 70);
     this.titletextbox.MaxLength = 200;
     this.titletextbox.Multiline = true;
     this.titletextbox.Name = "titletextbox";
     this.titletextbox.Size = new System.Drawing.Size(408, 37);
     this.titletextbox.TabIndex = 2;
     //
     // discriptiontextbox
     //
     this.discriptiontextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.discriptiontextbox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.discriptiontextbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.discriptiontextbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.discriptiontextbox.ForeColor = System.Drawing.Color.YellowGreen;
     this.discriptiontextbox.Location = new System.Drawing.Point(133, 123);
     this.discriptiontextbox.MaxLength = 1000;
     this.discriptiontextbox.Multiline = true;
     this.discriptiontextbox.Name = "discriptiontextbox";
     this.discriptiontextbox.Size = new System.Drawing.Size(408, 104);
     this.discriptiontextbox.TabIndex = 3;
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius = 5;
     this.bunifuFlatButton2.ButtonText = "Publish";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton2.DisabledColor = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage = null;
     this.bunifuFlatButton2.Iconimage_right = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected = null;
     this.bunifuFlatButton2.IconMarginLeft = 0;
     this.bunifuFlatButton2.IconMarginRight = 0;
     this.bunifuFlatButton2.IconRightVisible = true;
     this.bunifuFlatButton2.IconRightZoom = 0D;
     this.bunifuFlatButton2.IconVisible = true;
     this.bunifuFlatButton2.IconZoom = 90D;
     this.bunifuFlatButton2.IsTab = false;
     this.bunifuFlatButton2.Location = new System.Drawing.Point(133, 371);
     this.bunifuFlatButton2.Name = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected = false;
     this.bunifuFlatButton2.Size = new System.Drawing.Size(199, 48);
     this.bunifuFlatButton2.TabIndex = 5;
     this.bunifuFlatButton2.Text = "Publish";
     this.bunifuFlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton2.Textcolor = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuCustomLabel3
     //
     this.bunifuCustomLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel3.Location = new System.Drawing.Point(13, 250);
     this.bunifuCustomLabel3.Name = "bunifuCustomLabel3";
     this.bunifuCustomLabel3.Size = new System.Drawing.Size(138, 22);
     this.bunifuCustomLabel3.TabIndex = 6;
     this.bunifuCustomLabel3.Text = "Video link:";
     //
     // videotextbox
     //
     this.videotextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.videotextbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.videotextbox.ForeColor = System.Drawing.Color.YellowGreen;
     this.videotextbox.Location = new System.Drawing.Point(133, 250);
     this.videotextbox.Name = "videotextbox";
     this.videotextbox.Size = new System.Drawing.Size(408, 22);
     this.videotextbox.TabIndex = 7;
     //
     // bunifuCustomLabel4
     //
     this.bunifuCustomLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel4.Location = new System.Drawing.Point(13, 324);
     this.bunifuCustomLabel4.Name = "bunifuCustomLabel4";
     this.bunifuCustomLabel4.Size = new System.Drawing.Size(138, 22);
     this.bunifuCustomLabel4.TabIndex = 8;
     this.bunifuCustomLabel4.Text = "Category:";
     //
     // comboBox1
     //
     this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.ForeColor = System.Drawing.Color.YellowGreen;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(133, 329);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(199, 24);
     this.comboBox1.TabIndex = 9;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed = true;
     this.bunifuDragControl1.Horizontal = true;
     this.bunifuDragControl1.TargetControl = this.panel1;
     this.bunifuDragControl1.Vertical = true;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor = System.Drawing.Color.YellowGreen;
     this.textBox1.Location = new System.Drawing.Point(133, 292);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(408, 22);
     this.textBox1.TabIndex = 11;
     //
     // bunifuCustomLabel5
     //
     this.bunifuCustomLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel5.Location = new System.Drawing.Point(13, 290);
     this.bunifuCustomLabel5.Name = "bunifuCustomLabel5";
     this.bunifuCustomLabel5.Size = new System.Drawing.Size(138, 22);
     this.bunifuCustomLabel5.TabIndex = 10;
     this.bunifuCustomLabel5.Text = "File link:";
     //
     // AddProjectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.ClientSize = new System.Drawing.Size(599, 441);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.bunifuCustomLabel5);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.bunifuCustomLabel4);
     this.Controls.Add(this.videotextbox);
     this.Controls.Add(this.bunifuCustomLabel3);
     this.Controls.Add(this.bunifuFlatButton2);
     this.Controls.Add(this.discriptiontextbox);
     this.Controls.Add(this.titletextbox);
     this.Controls.Add(this.bunifuCustomLabel2);
     this.Controls.Add(this.bunifuCustomLabel1);
     this.Controls.Add(this.panel1);
     this.ForeColor = System.Drawing.Color.YellowGreen;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "AddProjectForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "AddProjectForm";
     this.Load += new System.EventHandler(this.AddProjectForm_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Close_Button)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#6
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginIFMS));
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.btnClose    = new ns1.BunifuImageButton();
     this.txtUsername = new ns1.BunifuMaterialTextbox();
     this.btnLogin    = new ns1.BunifuFlatButton();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(54, 227);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(92, 24);
     this.label2.TabIndex  = 12;
     this.label2.Text      = "Password";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(54, 183);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(97, 24);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Username";
     //
     // txtPassword
     //
     this.txtPassword.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247)))));
     this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtPassword.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.ForeColor   = System.Drawing.Color.White;
     this.txtPassword.Location    = new System.Drawing.Point(177, 227);
     this.txtPassword.Multiline   = true;
     this.txtPassword.Name        = "txtPassword";
     this.txtPassword.Size        = new System.Drawing.Size(206, 32);
     this.txtPassword.TabIndex    = 10;
     //
     // btnClose
     //
     this.btnClose.BackColor   = System.Drawing.Color.Transparent;
     this.btnClose.Image       = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageActive = null;
     this.btnClose.Location    = new System.Drawing.Point(644, 6);
     this.btnClose.Name        = "btnClose";
     this.btnClose.Size        = new System.Drawing.Size(20, 20);
     this.btnClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.btnClose.TabIndex    = 9;
     this.btnClose.TabStop     = false;
     this.btnClose.Zoom        = 10;
     //
     // txtUsername
     //
     this.txtUsername.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247)))));
     this.txtUsername.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.txtUsername.Font                = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsername.ForeColor           = System.Drawing.Color.White;
     this.txtUsername.HintForeColor       = System.Drawing.Color.White;
     this.txtUsername.HintText            = "";
     this.txtUsername.isPassword          = false;
     this.txtUsername.LineFocusedColor    = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247)))));
     this.txtUsername.LineIdleColor       = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247)))));
     this.txtUsername.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96)))));
     this.txtUsername.LineThickness       = 3;
     this.txtUsername.Location            = new System.Drawing.Point(177, 183);
     this.txtUsername.Margin              = new System.Windows.Forms.Padding(4);
     this.txtUsername.Name                = "txtUsername";
     this.txtUsername.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.txtUsername.Size                = new System.Drawing.Size(206, 32);
     this.txtUsername.TabIndex            = 8;
     this.txtUsername.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // btnLogin
     //
     this.btnLogin.Activecolor           = System.Drawing.Color.Transparent;
     this.btnLogin.BackColor             = System.Drawing.Color.Transparent;
     this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnLogin.BorderRadius          = 5;
     this.btnLogin.ButtonText            = "Login";
     this.btnLogin.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.DisabledColor            = System.Drawing.Color.Gray;
     this.btnLogin.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnLogin.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnLogin.Iconimage")));
     this.btnLogin.Iconimage_right          = null;
     this.btnLogin.Iconimage_right_Selected = null;
     this.btnLogin.Iconimage_Selected       = null;
     this.btnLogin.IconMarginLeft           = 0;
     this.btnLogin.IconMarginRight          = 0;
     this.btnLogin.IconRightVisible         = true;
     this.btnLogin.IconRightZoom            = 0D;
     this.btnLogin.IconVisible              = true;
     this.btnLogin.IconZoom                 = 90D;
     this.btnLogin.IsTab            = false;
     this.btnLogin.Location         = new System.Drawing.Point(294, 334);
     this.btnLogin.Name             = "btnLogin";
     this.btnLogin.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnLogin.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219)))));
     this.btnLogin.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(62)))), ((int)(((byte)(80)))));
     this.btnLogin.selected         = false;
     this.btnLogin.Size             = new System.Drawing.Size(89, 40);
     this.btnLogin.TabIndex         = 7;
     this.btnLogin.Text             = "Login";
     this.btnLogin.TextAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.btnLogin.Textcolor        = System.Drawing.Color.White;
     this.btnLogin.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.Click           += new System.EventHandler(this.btnLogin_Click_1);
     //
     // LoginIFMS
     //
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(672, 448);
     this.ControlBox            = false;
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.btnLogin);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "LoginIFMS";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.LoginIFMS_Load);
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }