Exemple #1
0
 private void cambio(string formName, bool color)
 {
     foreach (Form f in Application.OpenForms)
     {
         if (f.Name == formName)
         {
             foreach (Control item in f.Controls)
             {
                 if (item is Bunifu.Framework.UI.BunifuGradientPanel)
                 {
                     Bunifu.Framework.UI.BunifuGradientPanel gradientPanel = item as Bunifu.Framework.UI.BunifuGradientPanel;
                     if (color)
                     {
                         gradientPanel.GradientBottomLeft  = Color.Red;
                         gradientPanel.GradientTopRight    = Color.DarkRed;
                         gradientPanel.GradientTopLeft     = Color.DarkRed;
                         gradientPanel.GradientBottomRight = Color.DarkRed;
                     }
                     else
                     {
                         gradientPanel.GradientBottomLeft  = Color.LimeGreen;
                         gradientPanel.GradientTopRight    = Color.SkyBlue;
                         gradientPanel.GradientTopLeft     = Color.Green;
                         gradientPanel.GradientBottomRight = Color.Black;
                     }
                 }
             }
         }
     }
 }
 void PageControlCalc(PictureBox PicControl, Bunifu.Framework.UI.BunifuGradientPanel PanelControl)
 {
     if (PicControl.Name == "btnPageLeft" || PanelControl.Name == "PageLeft")
     {
         if (Reference.OptionsForm.OpPagev.selectedIndex != 0)
         {
             UseWaitCursor       = true;
             btnPageLeft.Enabled = true;
             Reference.OptionsForm.OpPagev.selectedIndex = Reference.OptionsForm.OpPagev.selectedIndex - 1;
             UpdatingCurrentPage();
         }
     }
     else if (PicControl.Name == "btnPageRight" || PanelControl.Name == "PageRight")
     {
         MaxPages = Convert.ToInt32(Options.Pages);
         MaxPages = MaxPages - 1;
         if (Reference.OptionsForm.OpPagev.selectedIndex != MaxPages)
         {
             UseWaitCursor        = true;
             btnPageRight.Enabled = true;
             Reference.OptionsForm.OpPagev.selectedIndex = Reference.OptionsForm.OpPagev.selectedIndex + 1;
             UpdatingCurrentPage();
         }
     }
 }
 private void btnPageControlClick(object sender, EventArgs e)
 {
     try
     {
         PictureBox btnPicControl = (PictureBox)sender;
         PageControlCalc(btnPicControl, PanelTemp);
     }
     catch (Exception)
     {
         Bunifu.Framework.UI.BunifuGradientPanel btnPanelControl = (Bunifu.Framework.UI.BunifuGradientPanel)sender;
         PageControlCalc(PicTemp, btnPanelControl);
     }
 }
Exemple #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();
     Bunifu.Framework.UI.BunifuGradientPanel        bunifuGradientPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFimPedido));
     this.bunifuElipse1   = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     bunifuGradientPanel1 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuGradientPanel1
     //
     bunifuGradientPanel1.BackColor             = System.Drawing.Color.Teal;
     bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Left;
     bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.White;
     bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.White;
     bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.White;
     bunifuGradientPanel1.Location            = new System.Drawing.Point(0, 0);
     bunifuGradientPanel1.Name     = "bunifuGradientPanel1";
     bunifuGradientPanel1.Quality  = 10;
     bunifuGradientPanel1.Size     = new System.Drawing.Size(95, 592);
     bunifuGradientPanel1.TabIndex = 0;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.Aqua;
     this.button1.Location  = new System.Drawing.Point(116, 44);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(240, 64);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "ORÇAMENTO";
     this.button1.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.Aqua;
     this.button2.Location  = new System.Drawing.Point(116, 125);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(240, 64);
     this.button2.TabIndex  = 2;
     this.button2.Text      = "IMPRIMIR";
     this.button2.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor = System.Drawing.Color.Aqua;
     this.button3.Location  = new System.Drawing.Point(121, 213);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(240, 64);
     this.button3.TabIndex  = 3;
     this.button3.Text      = "DINHEIRO";
     this.button3.UseVisualStyleBackColor = false;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.ForeColor = System.Drawing.Color.Aqua;
     this.button4.Location  = new System.Drawing.Point(121, 308);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(240, 64);
     this.button4.TabIndex  = 4;
     this.button4.Text      = "CARTAO";
     this.button4.UseVisualStyleBackColor = false;
     //
     // frmFimPedido
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(473, 592);
     this.Controls.Add(this.button4);
     this.Controls.Add(bunifuGradientPanel1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmFimPedido";
     this.Text            = "frmFimPedido";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.label1               = new System.Windows.Forms.Label();
     this.name                 = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.vorname              = new System.Windows.Forms.TextBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.alter                = new System.Windows.Forms.TextBox();
     this.adresse              = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.plz                  = new System.Windows.Forms.TextBox();
     this.stadt                = new System.Windows.Forms.TextBox();
     this.tel_fixe             = new System.Windows.Forms.TextBox();
     this.tel_port             = new System.Windows.Forms.TextBox();
     this.fax                  = new System.Windows.Forms.TextBox();
     this.CreateObjectCV       = new System.Windows.Forms.Button();
     this.label10              = new System.Windows.Forms.Label();
     this.email                = new System.Windows.Forms.TextBox();
     this.label11              = new System.Windows.Forms.Label();
     this.label12              = new System.Windows.Forms.Label();
     this.ziel                 = new System.Windows.Forms.TextBox();
     this.label13              = new System.Windows.Forms.Label();
     this.sexe                 = new System.Windows.Forms.ComboBox();
     this.label14              = new System.Windows.Forms.Label();
     this.comp_prof            = new System.Windows.Forms.RichTextBox();
     this.label15              = new System.Windows.Forms.Label();
     this.ausbildung           = new System.Windows.Forms.RichTextBox();
     this.centre_interet       = new System.Windows.Forms.RichTextBox();
     this.label16              = new System.Windows.Forms.Label();
     this.ImgSrc               = new System.Windows.Forms.Button();
     this.button1              = new System.Windows.Forms.Button();
     this.BtnSpeichern         = new System.Windows.Forms.Button();
     this.bunifuGradientPanel1 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.srcimg               = new System.Windows.Forms.PictureBox();
     this.bunifuDragControl1   = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.button2              = new System.Windows.Forms.Button();
     this.button3              = new System.Windows.Forms.Button();
     this.bunifuElipse1        = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.pictureBox4          = new System.Windows.Forms.PictureBox();
     this.bunifuElipse5        = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.srcimg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(16, 34);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Name :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // name
     //
     this.name.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.name.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.name.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name.ForeColor   = System.Drawing.Color.White;
     this.name.Location    = new System.Drawing.Point(136, 34);
     this.name.Name        = "name";
     this.name.Size        = new System.Drawing.Size(100, 19);
     this.name.TabIndex    = 1;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(256, 34);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Vorname :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // vorname
     //
     this.vorname.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.vorname.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.vorname.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.vorname.ForeColor   = System.Drawing.Color.White;
     this.vorname.Location    = new System.Drawing.Point(368, 34);
     this.vorname.Name        = "vorname";
     this.vorname.Size        = new System.Drawing.Size(100, 19);
     this.vorname.TabIndex    = 3;
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(16, 66);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Alter :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(256, 66);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 23);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Adresse :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // alter
     //
     this.alter.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.alter.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.alter.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.alter.ForeColor   = System.Drawing.Color.White;
     this.alter.Location    = new System.Drawing.Point(136, 66);
     this.alter.Name        = "alter";
     this.alter.Size        = new System.Drawing.Size(100, 19);
     this.alter.TabIndex    = 6;
     //
     // adresse
     //
     this.adresse.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.adresse.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.adresse.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.adresse.ForeColor   = System.Drawing.Color.White;
     this.adresse.Location    = new System.Drawing.Point(368, 66);
     this.adresse.Name        = "adresse";
     this.adresse.Size        = new System.Drawing.Size(100, 19);
     this.adresse.TabIndex    = 7;
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(16, 98);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 23);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "PlZ :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(256, 98);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 23);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Stadt :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location  = new System.Drawing.Point(16, 130);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 23);
     this.label7.TabIndex  = 10;
     this.label7.Text      = "Telefon (fix) :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location  = new System.Drawing.Point(256, 130);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(100, 23);
     this.label8.TabIndex  = 11;
     this.label8.Text      = "Tel. Mobil :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location  = new System.Drawing.Point(16, 162);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 23);
     this.label9.TabIndex  = 12;
     this.label9.Text      = "Fax :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // plz
     //
     this.plz.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.plz.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.plz.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.plz.ForeColor   = System.Drawing.Color.White;
     this.plz.Location    = new System.Drawing.Point(136, 98);
     this.plz.Name        = "plz";
     this.plz.Size        = new System.Drawing.Size(100, 19);
     this.plz.TabIndex    = 13;
     //
     // stadt
     //
     this.stadt.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.stadt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.stadt.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stadt.ForeColor   = System.Drawing.Color.White;
     this.stadt.Location    = new System.Drawing.Point(368, 98);
     this.stadt.Name        = "stadt";
     this.stadt.Size        = new System.Drawing.Size(100, 19);
     this.stadt.TabIndex    = 14;
     //
     // tel_fixe
     //
     this.tel_fixe.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.tel_fixe.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tel_fixe.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tel_fixe.ForeColor   = System.Drawing.Color.White;
     this.tel_fixe.Location    = new System.Drawing.Point(136, 130);
     this.tel_fixe.Name        = "tel_fixe";
     this.tel_fixe.Size        = new System.Drawing.Size(100, 19);
     this.tel_fixe.TabIndex    = 15;
     //
     // tel_port
     //
     this.tel_port.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.tel_port.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tel_port.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tel_port.ForeColor   = System.Drawing.Color.White;
     this.tel_port.Location    = new System.Drawing.Point(368, 130);
     this.tel_port.Name        = "tel_port";
     this.tel_port.Size        = new System.Drawing.Size(100, 19);
     this.tel_port.TabIndex    = 16;
     //
     // fax
     //
     this.fax.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.fax.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.fax.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fax.ForeColor   = System.Drawing.Color.White;
     this.fax.Location    = new System.Drawing.Point(136, 162);
     this.fax.Name        = "fax";
     this.fax.Size        = new System.Drawing.Size(100, 19);
     this.fax.TabIndex    = 17;
     //
     // CreateObjectCV
     //
     this.CreateObjectCV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CreateObjectCV.ForeColor = System.Drawing.Color.White;
     this.CreateObjectCV.Location  = new System.Drawing.Point(560, 610);
     this.CreateObjectCV.Name      = "CreateObjectCV";
     this.CreateObjectCV.Size      = new System.Drawing.Size(128, 32);
     this.CreateObjectCV.TabIndex  = 99;
     this.CreateObjectCV.Text      = "erstellen / Visualisieren";
     this.CreateObjectCV.Click    += new System.EventHandler(this.CreateObjectCV_Click);
     //
     // label10
     //
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location  = new System.Drawing.Point(256, 162);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(100, 23);
     this.label10.TabIndex  = 19;
     this.label10.Text      = "E-Mail :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // email
     //
     this.email.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.email.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.email.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.email.ForeColor   = System.Drawing.Color.White;
     this.email.Location    = new System.Drawing.Point(368, 162);
     this.email.Name        = "email";
     this.email.Size        = new System.Drawing.Size(100, 19);
     this.email.TabIndex    = 20;
     //
     // label11
     //
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location  = new System.Drawing.Point(488, 34);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(100, 24);
     this.label11.TabIndex  = 21;
     this.label11.Text      = "Bild";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label12
     //
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location  = new System.Drawing.Point(16, 194);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(100, 23);
     this.label12.TabIndex  = 22;
     this.label12.Text      = "Ziel : ";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ziel
     //
     this.ziel.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.ziel.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ziel.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ziel.ForeColor   = System.Drawing.Color.White;
     this.ziel.Location    = new System.Drawing.Point(136, 194);
     this.ziel.Name        = "ziel";
     this.ziel.Size        = new System.Drawing.Size(552, 19);
     this.ziel.TabIndex    = 23;
     //
     // label13
     //
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location  = new System.Drawing.Point(488, 162);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(100, 23);
     this.label13.TabIndex  = 24;
     this.label13.Text      = "Geschlecht :";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // sexe
     //
     this.sexe.BackColor = System.Drawing.Color.DarkSlateGray;
     this.sexe.ForeColor = System.Drawing.Color.White;
     this.sexe.Items.AddRange(new object[] {
         "Feminin",
         "Maskulin"
     });
     this.sexe.Location = new System.Drawing.Point(592, 162);
     this.sexe.Name     = "sexe";
     this.sexe.Size     = new System.Drawing.Size(96, 21);
     this.sexe.Sorted   = true;
     this.sexe.TabIndex = 25;
     //
     // label14
     //
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location  = new System.Drawing.Point(8, 346);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(112, 23);
     this.label14.TabIndex  = 26;
     this.label14.Text      = "Ausbildung :";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comp_prof
     //
     this.comp_prof.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.comp_prof.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.comp_prof.ForeColor   = System.Drawing.Color.White;
     this.comp_prof.Location    = new System.Drawing.Point(136, 226);
     this.comp_prof.Name        = "comp_prof";
     this.comp_prof.Size        = new System.Drawing.Size(552, 112);
     this.comp_prof.TabIndex    = 27;
     this.comp_prof.Text        = "";
     //
     // label15
     //
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location  = new System.Drawing.Point(8, 226);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(112, 32);
     this.label15.TabIndex  = 28;
     this.label15.Text      = "Persönliche Kompetenze:";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ausbildung
     //
     this.ausbildung.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.ausbildung.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ausbildung.ForeColor   = System.Drawing.Color.White;
     this.ausbildung.Location    = new System.Drawing.Point(136, 354);
     this.ausbildung.Name        = "ausbildung";
     this.ausbildung.Size        = new System.Drawing.Size(552, 112);
     this.ausbildung.TabIndex    = 29;
     this.ausbildung.Text        = "";
     //
     // centre_interet
     //
     this.centre_interet.BackColor   = System.Drawing.Color.DarkSlateGray;
     this.centre_interet.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.centre_interet.ForeColor   = System.Drawing.Color.White;
     this.centre_interet.Location    = new System.Drawing.Point(136, 482);
     this.centre_interet.Name        = "centre_interet";
     this.centre_interet.Size        = new System.Drawing.Size(552, 112);
     this.centre_interet.TabIndex    = 30;
     this.centre_interet.Text        = "";
     //
     // label16
     //
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location  = new System.Drawing.Point(8, 482);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(112, 24);
     this.label16.TabIndex  = 31;
     this.label16.Text      = "Interesse :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ImgSrc
     //
     this.ImgSrc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ImgSrc.ForeColor = System.Drawing.Color.White;
     this.ImgSrc.Location  = new System.Drawing.Point(600, 34);
     this.ImgSrc.Name      = "ImgSrc";
     this.ImgSrc.Size      = new System.Drawing.Size(88, 23);
     this.ImgSrc.TabIndex  = 100;
     this.ImgSrc.Text      = "Duchsuchen";
     this.ImgSrc.Click    += new System.EventHandler(this.ImgSrc_Click);
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.ForeColor = System.Drawing.Color.White;
     this.button1.Location  = new System.Drawing.Point(136, 610);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(128, 32);
     this.button1.TabIndex  = 102;
     this.button1.Text      = "Öffnen";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // BtnSpeichern
     //
     this.BtnSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BtnSpeichern.ForeColor = System.Drawing.Color.White;
     this.BtnSpeichern.Location  = new System.Drawing.Point(352, 610);
     this.BtnSpeichern.Name      = "BtnSpeichern";
     this.BtnSpeichern.Size      = new System.Drawing.Size(128, 32);
     this.BtnSpeichern.TabIndex  = 103;
     this.BtnSpeichern.Text      = "Speichern";
     this.BtnSpeichern.Click    += new System.EventHandler(this.button2_Click);
     //
     // bunifuGradientPanel1
     //
     this.bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     this.bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel1.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.bunifuGradientPanel1.Controls.Add(this.button3);
     this.bunifuGradientPanel1.Controls.Add(this.button2);
     this.bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.SystemColors.HotTrack;
     this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.SpringGreen;
     this.bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.DimGray;
     this.bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.Maroon;
     this.bunifuGradientPanel1.Location            = new System.Drawing.Point(0, 0);
     this.bunifuGradientPanel1.Name     = "bunifuGradientPanel1";
     this.bunifuGradientPanel1.Quality  = 10;
     this.bunifuGradientPanel1.Size     = new System.Drawing.Size(696, 28);
     this.bunifuGradientPanel1.TabIndex = 105;
     //
     // srcimg
     //
     this.srcimg.Location = new System.Drawing.Point(592, 61);
     this.srcimg.Name     = "srcimg";
     this.srcimg.Size     = new System.Drawing.Size(95, 91);
     this.srcimg.TabIndex = 106;
     this.srcimg.TabStop  = false;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.bunifuGradientPanel1;
     this.bunifuDragControl1.Vertical      = true;
     //
     // button2
     //
     this.button2.Dock      = System.Windows.Forms.DockStyle.Right;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.ForeColor = System.Drawing.Color.White;
     this.button2.Location  = new System.Drawing.Point(660, 0);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(34, 26);
     this.button2.TabIndex  = 107;
     this.button2.Text      = "X";
     this.button2.Click    += new System.EventHandler(this.Button2_Click_1);
     //
     // button3
     //
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.button3.ForeColor = System.Drawing.Color.White;
     this.button3.Location  = new System.Drawing.Point(599, -1);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(34, 27);
     this.button3.TabIndex  = 108;
     this.button3.Text      = "-";
     this.button3.Click    += new System.EventHandler(this.Button3_Click);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox4.Image     = global::Curiculum_Vitae.Properties.Resources.circle_github_icon_icons_com_66826;
     this.pictureBox4.Location  = new System.Drawing.Point(0, 648);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(36, 32);
     this.pictureBox4.TabIndex  = 112;
     this.pictureBox4.TabStop   = false;
     this.pictureBox4.Click    += new System.EventHandler(this.PictureBox4_Click);
     //
     // bunifuElipse5
     //
     this.bunifuElipse5.ElipseRadius  = 30;
     this.bunifuElipse5.TargetControl = this.pictureBox4;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.Black;
     this.ClientSize        = new System.Drawing.Size(696, 680);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.srcimg);
     this.Controls.Add(this.bunifuGradientPanel1);
     this.Controls.Add(this.BtnSpeichern);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.ImgSrc);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.centre_interet);
     this.Controls.Add(this.ausbildung);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.comp_prof);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.sexe);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.ziel);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.email);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.CreateObjectCV);
     this.Controls.Add(this.fax);
     this.Controls.Add(this.tel_port);
     this.Controls.Add(this.tel_fixe);
     this.Controls.Add(this.stadt);
     this.Controls.Add(this.plz);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.adresse);
     this.Controls.Add(this.alter);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.vorname);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.name);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Lebenslauf";
     this.Closed         += new System.EventHandler(this.Form1_Closing);
     this.bunifuGradientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.srcimg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #6
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Bunifu.Framework.UI.BunifuGradientPanel        menuInterno;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Index));
     BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
     BunifuAnimatorNS.Animation animation2 = new BunifuAnimatorNS.Animation();
     this.btnConfiguraciones = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnEstadisticas    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnSuscripciones   = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnAsistencia      = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnUsuarios        = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton6  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.label2             = new System.Windows.Forms.Label();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.lineaUsuario       = new Bunifu.Framework.UI.BunifuSeparator();
     this.lineaTitulo        = new Bunifu.Framework.UI.BunifuSeparator();
     this.panelMenu          = new System.Windows.Forms.Panel();
     this.panelTop           = new System.Windows.Forms.Panel();
     this.btnCerrar          = new System.Windows.Forms.PictureBox();
     this.btnRestaurar       = new System.Windows.Forms.PictureBox();
     this.btnMinimizar       = new System.Windows.Forms.PictureBox();
     this.btnMaximizar       = new System.Windows.Forms.PictureBox();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panelPrincipal     = new System.Windows.Forms.Panel();
     this.animacionIda       = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.buelta             = new BunifuAnimatorNS.BunifuTransition(this.components);
     this.moverFormIndex     = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     menuInterno             = new Bunifu.Framework.UI.BunifuGradientPanel();
     menuInterno.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panelMenu.SuspendLayout();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCerrar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRestaurar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMaximizar)).BeginInit();
     this.SuspendLayout();
     //
     // menuInterno
     //
     menuInterno.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(32)))), ((int)(((byte)(34)))));
     menuInterno.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menuInterno.BackgroundImage")));
     menuInterno.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     menuInterno.Controls.Add(this.btnConfiguraciones);
     menuInterno.Controls.Add(this.btnEstadisticas);
     menuInterno.Controls.Add(this.btnSuscripciones);
     menuInterno.Controls.Add(this.btnAsistencia);
     menuInterno.Controls.Add(this.btnUsuarios);
     menuInterno.Controls.Add(this.bunifuFlatButton6);
     menuInterno.Controls.Add(this.label2);
     menuInterno.Controls.Add(this.pictureBox2);
     menuInterno.Controls.Add(this.lineaUsuario);
     menuInterno.Controls.Add(this.lineaTitulo);
     this.buelta.SetDecoration(menuInterno, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(menuInterno, BunifuAnimatorNS.DecorationType.None);
     menuInterno.Dock = System.Windows.Forms.DockStyle.Left;
     menuInterno.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(32)))), ((int)(((byte)(34)))));
     menuInterno.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(32)))), ((int)(((byte)(34)))));
     menuInterno.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(32)))), ((int)(((byte)(34)))));
     menuInterno.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(32)))), ((int)(((byte)(34)))));
     menuInterno.Location            = new System.Drawing.Point(0, 0);
     menuInterno.Name     = "menuInterno";
     menuInterno.Quality  = 10;
     menuInterno.Size     = new System.Drawing.Size(300, 610);
     menuInterno.TabIndex = 0;
     //
     // btnConfiguraciones
     //
     this.btnConfiguraciones.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnConfiguraciones.BackColor             = System.Drawing.Color.Transparent;
     this.btnConfiguraciones.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnConfiguraciones.BorderRadius          = 0;
     this.btnConfiguraciones.ButtonText            = "      Configuración";
     this.btnConfiguraciones.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnConfiguraciones, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnConfiguraciones, BunifuAnimatorNS.DecorationType.None);
     this.btnConfiguraciones.DisabledColor            = System.Drawing.Color.Gray;
     this.btnConfiguraciones.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConfiguraciones.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnConfiguraciones.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnConfiguraciones.Iconimage")));
     this.btnConfiguraciones.Iconimage_right          = null;
     this.btnConfiguraciones.Iconimage_right_Selected = null;
     this.btnConfiguraciones.Iconimage_Selected       = null;
     this.btnConfiguraciones.IconMarginLeft           = 0;
     this.btnConfiguraciones.IconMarginRight          = 0;
     this.btnConfiguraciones.IconRightVisible         = true;
     this.btnConfiguraciones.IconRightZoom            = 0D;
     this.btnConfiguraciones.IconVisible              = true;
     this.btnConfiguraciones.IconZoom                 = 90D;
     this.btnConfiguraciones.IsTab                    = true;
     this.btnConfiguraciones.Location                 = new System.Drawing.Point(13, 478);
     this.btnConfiguraciones.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnConfiguraciones.Name                     = "btnConfiguraciones";
     this.btnConfiguraciones.Normalcolor              = System.Drawing.Color.Transparent;
     this.btnConfiguraciones.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnConfiguraciones.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnConfiguraciones.selected                 = false;
     this.btnConfiguraciones.Size                     = new System.Drawing.Size(270, 46);
     this.btnConfiguraciones.TabIndex                 = 19;
     this.btnConfiguraciones.Text                     = "      Configuración";
     this.btnConfiguraciones.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnConfiguraciones.Textcolor                = System.Drawing.Color.White;
     this.btnConfiguraciones.TextFont                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConfiguraciones.Click                   += new System.EventHandler(this.BtnConfiguraciones_Click);
     //
     // btnEstadisticas
     //
     this.btnEstadisticas.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnEstadisticas.BackColor             = System.Drawing.Color.Transparent;
     this.btnEstadisticas.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEstadisticas.BorderRadius          = 0;
     this.btnEstadisticas.ButtonText            = "      Estadisticas";
     this.btnEstadisticas.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnEstadisticas, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnEstadisticas, BunifuAnimatorNS.DecorationType.None);
     this.btnEstadisticas.DisabledColor            = System.Drawing.Color.Gray;
     this.btnEstadisticas.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEstadisticas.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnEstadisticas.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnEstadisticas.Iconimage")));
     this.btnEstadisticas.Iconimage_right          = null;
     this.btnEstadisticas.Iconimage_right_Selected = null;
     this.btnEstadisticas.Iconimage_Selected       = null;
     this.btnEstadisticas.IconMarginLeft           = 0;
     this.btnEstadisticas.IconMarginRight          = 0;
     this.btnEstadisticas.IconRightVisible         = true;
     this.btnEstadisticas.IconRightZoom            = 0D;
     this.btnEstadisticas.IconVisible              = true;
     this.btnEstadisticas.IconZoom                 = 90D;
     this.btnEstadisticas.IsTab                    = true;
     this.btnEstadisticas.Location                 = new System.Drawing.Point(13, 421);
     this.btnEstadisticas.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnEstadisticas.Name                     = "btnEstadisticas";
     this.btnEstadisticas.Normalcolor              = System.Drawing.Color.Transparent;
     this.btnEstadisticas.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnEstadisticas.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnEstadisticas.selected                 = false;
     this.btnEstadisticas.Size                     = new System.Drawing.Size(270, 46);
     this.btnEstadisticas.TabIndex                 = 18;
     this.btnEstadisticas.Text                     = "      Estadisticas";
     this.btnEstadisticas.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEstadisticas.Textcolor                = System.Drawing.Color.White;
     this.btnEstadisticas.TextFont                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEstadisticas.Click                   += new System.EventHandler(this.BtnEstadisticas_Click);
     //
     // btnSuscripciones
     //
     this.btnSuscripciones.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnSuscripciones.BackColor             = System.Drawing.Color.Transparent;
     this.btnSuscripciones.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSuscripciones.BorderRadius          = 0;
     this.btnSuscripciones.ButtonText            = "      Suscripciones";
     this.btnSuscripciones.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnSuscripciones, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnSuscripciones, BunifuAnimatorNS.DecorationType.None);
     this.btnSuscripciones.DisabledColor            = System.Drawing.Color.Gray;
     this.btnSuscripciones.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSuscripciones.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnSuscripciones.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnSuscripciones.Iconimage")));
     this.btnSuscripciones.Iconimage_right          = null;
     this.btnSuscripciones.Iconimage_right_Selected = null;
     this.btnSuscripciones.Iconimage_Selected       = null;
     this.btnSuscripciones.IconMarginLeft           = 0;
     this.btnSuscripciones.IconMarginRight          = 0;
     this.btnSuscripciones.IconRightVisible         = true;
     this.btnSuscripciones.IconRightZoom            = 0D;
     this.btnSuscripciones.IconVisible              = true;
     this.btnSuscripciones.IconZoom                 = 90D;
     this.btnSuscripciones.IsTab                    = true;
     this.btnSuscripciones.Location                 = new System.Drawing.Point(13, 364);
     this.btnSuscripciones.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSuscripciones.Name                     = "btnSuscripciones";
     this.btnSuscripciones.Normalcolor              = System.Drawing.Color.Transparent;
     this.btnSuscripciones.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnSuscripciones.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnSuscripciones.selected                 = false;
     this.btnSuscripciones.Size                     = new System.Drawing.Size(270, 46);
     this.btnSuscripciones.TabIndex                 = 17;
     this.btnSuscripciones.Text                     = "      Suscripciones";
     this.btnSuscripciones.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSuscripciones.Textcolor                = System.Drawing.Color.White;
     this.btnSuscripciones.TextFont                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSuscripciones.Click                   += new System.EventHandler(this.BtnSuscripciones_Click);
     //
     // btnAsistencia
     //
     this.btnAsistencia.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnAsistencia.BackColor             = System.Drawing.Color.Transparent;
     this.btnAsistencia.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnAsistencia.BorderRadius          = 0;
     this.btnAsistencia.ButtonText            = "      Asistencia";
     this.btnAsistencia.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnAsistencia, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnAsistencia, BunifuAnimatorNS.DecorationType.None);
     this.btnAsistencia.DisabledColor            = System.Drawing.Color.Gray;
     this.btnAsistencia.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAsistencia.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnAsistencia.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnAsistencia.Iconimage")));
     this.btnAsistencia.Iconimage_right          = null;
     this.btnAsistencia.Iconimage_right_Selected = null;
     this.btnAsistencia.Iconimage_Selected       = null;
     this.btnAsistencia.IconMarginLeft           = 0;
     this.btnAsistencia.IconMarginRight          = 0;
     this.btnAsistencia.IconRightVisible         = true;
     this.btnAsistencia.IconRightZoom            = 0D;
     this.btnAsistencia.IconVisible              = true;
     this.btnAsistencia.IconZoom                 = 90D;
     this.btnAsistencia.IsTab                    = true;
     this.btnAsistencia.Location                 = new System.Drawing.Point(13, 307);
     this.btnAsistencia.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnAsistencia.Name                     = "btnAsistencia";
     this.btnAsistencia.Normalcolor              = System.Drawing.Color.Transparent;
     this.btnAsistencia.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnAsistencia.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnAsistencia.selected                 = false;
     this.btnAsistencia.Size                     = new System.Drawing.Size(270, 46);
     this.btnAsistencia.TabIndex                 = 16;
     this.btnAsistencia.Text                     = "      Asistencia";
     this.btnAsistencia.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAsistencia.Textcolor                = System.Drawing.Color.White;
     this.btnAsistencia.TextFont                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAsistencia.Click                   += new System.EventHandler(this.BtnAsistencia_Click);
     //
     // btnUsuarios
     //
     this.btnUsuarios.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnUsuarios.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnUsuarios.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnUsuarios.BorderRadius          = 0;
     this.btnUsuarios.ButtonText            = "      Usuarios";
     this.btnUsuarios.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnUsuarios, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnUsuarios, BunifuAnimatorNS.DecorationType.None);
     this.btnUsuarios.DisabledColor            = System.Drawing.Color.Gray;
     this.btnUsuarios.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUsuarios.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnUsuarios.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnUsuarios.Iconimage")));
     this.btnUsuarios.Iconimage_right          = null;
     this.btnUsuarios.Iconimage_right_Selected = null;
     this.btnUsuarios.Iconimage_Selected       = null;
     this.btnUsuarios.IconMarginLeft           = 0;
     this.btnUsuarios.IconMarginRight          = 0;
     this.btnUsuarios.IconRightVisible         = true;
     this.btnUsuarios.IconRightZoom            = 0D;
     this.btnUsuarios.IconVisible              = true;
     this.btnUsuarios.IconZoom                 = 90D;
     this.btnUsuarios.IsTab                    = true;
     this.btnUsuarios.Location                 = new System.Drawing.Point(13, 250);
     this.btnUsuarios.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnUsuarios.Name                     = "btnUsuarios";
     this.btnUsuarios.Normalcolor              = System.Drawing.Color.Transparent;
     this.btnUsuarios.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     this.btnUsuarios.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnUsuarios.selected                 = true;
     this.btnUsuarios.Size                     = new System.Drawing.Size(270, 46);
     this.btnUsuarios.TabIndex                 = 15;
     this.btnUsuarios.Text                     = "      Usuarios";
     this.btnUsuarios.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUsuarios.Textcolor                = System.Drawing.Color.White;
     this.btnUsuarios.TextFont                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUsuarios.Click                   += new System.EventHandler(this.BtnUsuarios_Click);
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = "          GYM";
     this.bunifuFlatButton6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.bunifuFlatButton6, BunifuAnimatorNS.DecorationType.None);
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.Font                     = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton6.Iconimage")));
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 1;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom                 = 90D;
     this.bunifuFlatButton6.IsTab                    = true;
     this.bunifuFlatButton6.Location                 = new System.Drawing.Point(16, 16);
     this.bunifuFlatButton6.Margin                   = new System.Windows.Forms.Padding(7);
     this.bunifuFlatButton6.Name                     = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHoverTextColor         = System.Drawing.SystemColors.Window;
     this.bunifuFlatButton6.selected                 = false;
     this.bunifuFlatButton6.Size                     = new System.Drawing.Size(240, 42);
     this.bunifuFlatButton6.TabIndex                 = 14;
     this.bunifuFlatButton6.Text                     = "          GYM";
     this.bunifuFlatButton6.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton6.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton6.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Click                   += new System.EventHandler(this.BunifuFlatButton6_Click_1);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animacionIda.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
     this.buelta.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.Color.White;
     this.label2.Location  = new System.Drawing.Point(116, 174);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(59, 20);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Madro";
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.animacionIda.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.pictureBox2, BunifuAnimatorNS.DecorationType.None);
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(104, 81);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(80, 80);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 6;
     this.pictureBox2.TabStop  = false;
     //
     // lineaUsuario
     //
     this.lineaUsuario.BackColor = System.Drawing.Color.Transparent;
     this.buelta.SetDecoration(this.lineaUsuario, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(this.lineaUsuario, BunifuAnimatorNS.DecorationType.None);
     this.lineaUsuario.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.lineaUsuario.LineThickness = 1;
     this.lineaUsuario.Location      = new System.Drawing.Point(12, 193);
     this.lineaUsuario.Name          = "lineaUsuario";
     this.lineaUsuario.Size          = new System.Drawing.Size(270, 35);
     this.lineaUsuario.TabIndex      = 5;
     this.lineaUsuario.Transparency  = 255;
     this.lineaUsuario.Vertical      = false;
     //
     // lineaTitulo
     //
     this.lineaTitulo.BackColor = System.Drawing.Color.Transparent;
     this.buelta.SetDecoration(this.lineaTitulo, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(this.lineaTitulo, BunifuAnimatorNS.DecorationType.None);
     this.lineaTitulo.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.lineaTitulo.LineThickness = 1;
     this.lineaTitulo.Location      = new System.Drawing.Point(12, 46);
     this.lineaTitulo.Name          = "lineaTitulo";
     this.lineaTitulo.Size          = new System.Drawing.Size(270, 35);
     this.lineaTitulo.TabIndex      = 0;
     this.lineaTitulo.Transparency  = 255;
     this.lineaTitulo.Vertical      = false;
     //
     // panelMenu
     //
     this.panelMenu.BackColor = System.Drawing.Color.White;
     this.panelMenu.Controls.Add(menuInterno);
     this.buelta.SetDecoration(this.panelMenu, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(this.panelMenu, BunifuAnimatorNS.DecorationType.None);
     this.panelMenu.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelMenu.Location = new System.Drawing.Point(0, 0);
     this.panelMenu.Name     = "panelMenu";
     this.panelMenu.Size     = new System.Drawing.Size(300, 610);
     this.panelMenu.TabIndex = 1;
     this.panelMenu.Paint   += new System.Windows.Forms.PaintEventHandler(this.PanelMenu_Paint);
     //
     // panelTop
     //
     this.panelTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.panelTop.Controls.Add(this.btnCerrar);
     this.panelTop.Controls.Add(this.btnRestaurar);
     this.panelTop.Controls.Add(this.btnMinimizar);
     this.panelTop.Controls.Add(this.btnMaximizar);
     this.buelta.SetDecoration(this.panelTop, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(this.panelTop, BunifuAnimatorNS.DecorationType.None);
     this.panelTop.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Font      = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelTop.ForeColor = System.Drawing.Color.White;
     this.panelTop.Location  = new System.Drawing.Point(300, 0);
     this.panelTop.Name      = "panelTop";
     this.panelTop.Size      = new System.Drawing.Size(780, 46);
     this.panelTop.TabIndex  = 2;
     //
     // btnCerrar
     //
     this.btnCerrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCerrar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnCerrar, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnCerrar, BunifuAnimatorNS.DecorationType.None);
     this.btnCerrar.Image    = ((System.Drawing.Image)(resources.GetObject("btnCerrar.Image")));
     this.btnCerrar.Location = new System.Drawing.Point(738, 10);
     this.btnCerrar.Name     = "btnCerrar";
     this.btnCerrar.Size     = new System.Drawing.Size(30, 30);
     this.btnCerrar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnCerrar.TabIndex = 4;
     this.btnCerrar.TabStop  = false;
     this.btnCerrar.Click   += new System.EventHandler(this.BtnCerrar_Click);
     //
     // btnRestaurar
     //
     this.btnRestaurar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRestaurar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnRestaurar, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnRestaurar, BunifuAnimatorNS.DecorationType.None);
     this.btnRestaurar.Image    = ((System.Drawing.Image)(resources.GetObject("btnRestaurar.Image")));
     this.btnRestaurar.Location = new System.Drawing.Point(705, 10);
     this.btnRestaurar.Name     = "btnRestaurar";
     this.btnRestaurar.Size     = new System.Drawing.Size(30, 30);
     this.btnRestaurar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnRestaurar.TabIndex = 3;
     this.btnRestaurar.TabStop  = false;
     this.btnRestaurar.Visible  = false;
     this.btnRestaurar.Click   += new System.EventHandler(this.BtnRestaurar_Click);
     //
     // btnMinimizar
     //
     this.btnMinimizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMinimizar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnMinimizar, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnMinimizar, BunifuAnimatorNS.DecorationType.None);
     this.btnMinimizar.Image    = ((System.Drawing.Image)(resources.GetObject("btnMinimizar.Image")));
     this.btnMinimizar.Location = new System.Drawing.Point(672, 10);
     this.btnMinimizar.Name     = "btnMinimizar";
     this.btnMinimizar.Size     = new System.Drawing.Size(30, 30);
     this.btnMinimizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnMinimizar.TabIndex = 2;
     this.btnMinimizar.TabStop  = false;
     this.btnMinimizar.Click   += new System.EventHandler(this.BtnMinimizar_Click);
     //
     // btnMaximizar
     //
     this.btnMaximizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMaximizar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animacionIda.SetDecoration(this.btnMaximizar, BunifuAnimatorNS.DecorationType.None);
     this.buelta.SetDecoration(this.btnMaximizar, BunifuAnimatorNS.DecorationType.None);
     this.btnMaximizar.Image    = ((System.Drawing.Image)(resources.GetObject("btnMaximizar.Image")));
     this.btnMaximizar.Location = new System.Drawing.Point(705, 10);
     this.btnMaximizar.Name     = "btnMaximizar";
     this.btnMaximizar.Size     = new System.Drawing.Size(30, 30);
     this.btnMaximizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnMaximizar.TabIndex = 1;
     this.btnMaximizar.TabStop  = false;
     this.btnMaximizar.Click   += new System.EventHandler(this.BtnMaximizar_Click);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 7;
     this.bunifuElipse1.TargetControl = this;
     //
     // panelPrincipal
     //
     this.panelPrincipal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(236)))), ((int)(((byte)(234)))));
     this.buelta.SetDecoration(this.panelPrincipal, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(this.panelPrincipal, BunifuAnimatorNS.DecorationType.None);
     this.panelPrincipal.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPrincipal.Location = new System.Drawing.Point(300, 46);
     this.panelPrincipal.Name     = "panelPrincipal";
     this.panelPrincipal.Size     = new System.Drawing.Size(780, 564);
     this.panelPrincipal.TabIndex = 3;
     //
     // animacionIda
     //
     this.animacionIda.AnimationType   = BunifuAnimatorNS.AnimationType.HorizSlide;
     this.animacionIda.Cursor          = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff               = 0F;
     animation1.MaxTime                 = 1F;
     animation1.MinTime                 = 0F;
     animation1.MosaicCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift             = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize              = 0;
     animation1.Padding                 = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff             = 0F;
     animation1.RotateLimit             = 0F;
     animation1.ScaleCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff               = 0F;
     animation1.TransparencyCoeff       = 0F;
     this.animacionIda.DefaultAnimation = animation1;
     //
     // buelta
     //
     this.buelta.AnimationType         = BunifuAnimatorNS.AnimationType.Transparent;
     this.buelta.Cursor                = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff              = 0F;
     animation2.MaxTime                = 1F;
     animation2.MinTime                = 0F;
     animation2.MosaicCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift            = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize             = 0;
     animation2.Padding                = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff            = 0F;
     animation2.RotateLimit            = 0F;
     animation2.ScaleCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff              = 0F;
     animation2.TransparencyCoeff      = 1F;
     this.buelta.DefaultAnimation      = animation2;
     //
     // moverFormIndex
     //
     this.moverFormIndex.Fixed         = true;
     this.moverFormIndex.Horizontal    = true;
     this.moverFormIndex.TargetControl = this.panelTop;
     this.moverFormIndex.Vertical      = true;
     //
     // Index
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1080, 610);
     this.Controls.Add(this.panelPrincipal);
     this.Controls.Add(this.panelTop);
     this.Controls.Add(this.panelMenu);
     this.buelta.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.animacionIda.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Index";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Index_Load);
     menuInterno.ResumeLayout(false);
     menuInterno.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panelMenu.ResumeLayout(false);
     this.panelTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnCerrar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRestaurar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMaximizar)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Bunifu.Framework.UI.BunifuGradientPanel        bunifuGradientPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMenu));
     this.bunifuCustomLabel1   = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.panel1               = new System.Windows.Forms.Panel();
     this.bunifuFlatButton1    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel2               = new System.Windows.Forms.Panel();
     this.bunifuCustomTextbox1 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox2 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox3 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox4 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuFlatButton3    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton4    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton5    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton6    = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuGradientPanel1      = new Bunifu.Framework.UI.BunifuGradientPanel();
     bunifuGradientPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuGradientPanel1
     //
     bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel1);
     bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.Blue;
     bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.MidnightBlue;
     bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.Blue;
     bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.White;
     bunifuGradientPanel1.Location            = new System.Drawing.Point(210, 0);
     bunifuGradientPanel1.Name     = "bunifuGradientPanel1";
     bunifuGradientPanel1.Quality  = 10;
     bunifuGradientPanel1.Size     = new System.Drawing.Size(972, 100);
     bunifuGradientPanel1.TabIndex = 1;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize  = true;
     this.bunifuCustomLabel1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16.25F, System.Drawing.FontStyle.Bold);
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Peru;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(19, 27);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(139, 26);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "Cripy Invest";
     this.bunifuCustomLabel1.Click    += new System.EventHandler(this.bunifuCustomLabel1_Click_1);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Blue;
     this.panel1.Controls.Add(this.bunifuFlatButton6);
     this.panel1.Controls.Add(this.bunifuFlatButton5);
     this.panel1.Controls.Add(this.bunifuFlatButton4);
     this.panel1.Controls.Add(this.bunifuFlatButton3);
     this.panel1.Controls.Add(this.bunifuFlatButton1);
     this.panel1.Controls.Add(this.bunifuFlatButton2);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(210, 635);
     this.panel1.TabIndex = 0;
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton1.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = null;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 90D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(6, 174);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton1.TabIndex                 = 4;
     this.bunifuFlatButton1.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click                   += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton2.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Cadastrar Investidores";
     this.bunifuFlatButton2.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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(6, 113);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton2.TabIndex                 = 3;
     this.bunifuFlatButton2.Text                     = "Cadastrar Investidores";
     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.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click                   += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(210, 100);
     this.panel2.TabIndex = 0;
     //
     // bunifuCustomTextbox1
     //
     this.bunifuCustomTextbox1.BorderColor  = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox1.Location     = new System.Drawing.Point(272, 162);
     this.bunifuCustomTextbox1.Name         = "bunifuCustomTextbox1";
     this.bunifuCustomTextbox1.Size         = new System.Drawing.Size(343, 20);
     this.bunifuCustomTextbox1.TabIndex     = 2;
     this.bunifuCustomTextbox1.TextChanged += new System.EventHandler(this.bunifuCustomTextbox1_TextChanged);
     //
     // bunifuCustomTextbox2
     //
     this.bunifuCustomTextbox2.BorderColor  = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox2.Location     = new System.Drawing.Point(272, 204);
     this.bunifuCustomTextbox2.Name         = "bunifuCustomTextbox2";
     this.bunifuCustomTextbox2.Size         = new System.Drawing.Size(343, 20);
     this.bunifuCustomTextbox2.TabIndex     = 3;
     this.bunifuCustomTextbox2.TextChanged += new System.EventHandler(this.bunifuCustomTextbox2_TextChanged);
     //
     // bunifuCustomTextbox3
     //
     this.bunifuCustomTextbox3.BorderColor  = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox3.Location     = new System.Drawing.Point(271, 244);
     this.bunifuCustomTextbox3.Name         = "bunifuCustomTextbox3";
     this.bunifuCustomTextbox3.Size         = new System.Drawing.Size(343, 20);
     this.bunifuCustomTextbox3.TabIndex     = 4;
     this.bunifuCustomTextbox3.TextChanged += new System.EventHandler(this.bunifuCustomTextbox3_TextChanged);
     //
     // bunifuCustomTextbox4
     //
     this.bunifuCustomTextbox4.BorderColor  = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox4.Location     = new System.Drawing.Point(271, 283);
     this.bunifuCustomTextbox4.Name         = "bunifuCustomTextbox4";
     this.bunifuCustomTextbox4.Size         = new System.Drawing.Size(343, 20);
     this.bunifuCustomTextbox4.TabIndex     = 5;
     this.bunifuCustomTextbox4.TextChanged += new System.EventHandler(this.bunifuCustomTextbox4_TextChanged);
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton3.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = null;
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom                 = 90D;
     this.bunifuFlatButton3.IsTab                    = false;
     this.bunifuFlatButton3.Location                 = new System.Drawing.Point(6, 236);
     this.bunifuFlatButton3.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton3.Name                     = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected                 = false;
     this.bunifuFlatButton3.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton3.TabIndex                 = 5;
     this.bunifuFlatButton3.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton3.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton3.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton3.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton3.Click                   += new System.EventHandler(this.bunifuFlatButton3_Click);
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton4.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = null;
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom                 = 90D;
     this.bunifuFlatButton4.IsTab                    = false;
     this.bunifuFlatButton4.Location                 = new System.Drawing.Point(6, 300);
     this.bunifuFlatButton4.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton4.Name                     = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected                 = false;
     this.bunifuFlatButton4.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton4.TabIndex                 = 6;
     this.bunifuFlatButton4.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton4.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton4.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton4.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Click                   += new System.EventHandler(this.bunifuFlatButton4_Click);
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton5.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = null;
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom                 = 90D;
     this.bunifuFlatButton5.IsTab                    = false;
     this.bunifuFlatButton5.Location                 = new System.Drawing.Point(6, 360);
     this.bunifuFlatButton5.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton5.Name                     = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton5.selected                 = false;
     this.bunifuFlatButton5.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton5.TabIndex                 = 7;
     this.bunifuFlatButton5.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton5.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton5.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton5.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton5.Click                   += new System.EventHandler(this.bunifuFlatButton5_Click);
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton6.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = null;
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 0;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom                 = 90D;
     this.bunifuFlatButton6.IsTab                    = false;
     this.bunifuFlatButton6.Location                 = new System.Drawing.Point(6, 424);
     this.bunifuFlatButton6.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton6.Name                     = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton6.selected                 = false;
     this.bunifuFlatButton6.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton6.TabIndex                 = 8;
     this.bunifuFlatButton6.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton6.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton6.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton6.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Click                   += new System.EventHandler(this.bunifuFlatButton6_Click);
     //
     // frmMenu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ButtonFace;
     this.ClientSize          = new System.Drawing.Size(1182, 635);
     this.Controls.Add(this.bunifuCustomTextbox4);
     this.Controls.Add(this.bunifuCustomTextbox3);
     this.Controls.Add(this.bunifuCustomTextbox2);
     this.Controls.Add(this.bunifuCustomTextbox1);
     this.Controls.Add(bunifuGradientPanel1);
     this.Controls.Add(this.panel1);
     this.Cursor          = System.Windows.Forms.Cursors.Cross;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.ImeMode         = System.Windows.Forms.ImeMode.On;
     this.Name            = "frmMenu";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmMenu";
     this.Load           += new System.EventHandler(this.frmMenu_Load);
     bunifuGradientPanel1.ResumeLayout(false);
     bunifuGradientPanel1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Bunifu.Framework.UI.BunifuGradientPanel        bunifuGradientPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCambio));
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.bunifuFlatButton8  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton7  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton6  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton5  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton4  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton3  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panel2             = new System.Windows.Forms.Panel();
     bunifuGradientPanel1    = new Bunifu.Framework.UI.BunifuGradientPanel();
     bunifuGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuGradientPanel1
     //
     bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     bunifuGradientPanel1.Controls.Add(this.bunifuImageButton1);
     bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel1);
     bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.Blue;
     bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.MidnightBlue;
     bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.Blue;
     bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.White;
     bunifuGradientPanel1.Location            = new System.Drawing.Point(210, 0);
     bunifuGradientPanel1.Name     = "bunifuGradientPanel1";
     bunifuGradientPanel1.Quality  = 10;
     bunifuGradientPanel1.Size     = new System.Drawing.Size(956, 100);
     bunifuGradientPanel1.TabIndex = 5;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(929, 12);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(15, 16);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton1.TabIndex    = 3;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize  = true;
     this.bunifuCustomLabel1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16.25F, System.Drawing.FontStyle.Bold);
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Peru;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(19, 27);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(139, 26);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "Cripy Invest";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Blue;
     this.panel1.Controls.Add(this.bunifuFlatButton8);
     this.panel1.Controls.Add(this.bunifuFlatButton7);
     this.panel1.Controls.Add(this.bunifuFlatButton6);
     this.panel1.Controls.Add(this.bunifuFlatButton5);
     this.panel1.Controls.Add(this.bunifuFlatButton4);
     this.panel1.Controls.Add(this.bunifuFlatButton3);
     this.panel1.Controls.Add(this.bunifuFlatButton1);
     this.panel1.Controls.Add(this.bunifuFlatButton2);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(210, 596);
     this.panel1.TabIndex = 4;
     //
     // bunifuFlatButton8
     //
     this.bunifuFlatButton8.Activecolor = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton8.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuFlatButton8.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton8.BorderRadius          = 0;
     this.bunifuFlatButton8.ButtonText            = "Cadastrar Investidores";
     this.bunifuFlatButton8.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton8.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton8.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton8.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton8.Iconimage                = null;
     this.bunifuFlatButton8.Iconimage_right          = null;
     this.bunifuFlatButton8.Iconimage_right_Selected = null;
     this.bunifuFlatButton8.Iconimage_Selected       = null;
     this.bunifuFlatButton8.IconMarginLeft           = 0;
     this.bunifuFlatButton8.IconMarginRight          = 0;
     this.bunifuFlatButton8.IconRightVisible         = true;
     this.bunifuFlatButton8.IconRightZoom            = 0D;
     this.bunifuFlatButton8.IconVisible              = true;
     this.bunifuFlatButton8.IconZoom                 = 90D;
     this.bunifuFlatButton8.IsTab                    = false;
     this.bunifuFlatButton8.Location                 = new System.Drawing.Point(6, 112);
     this.bunifuFlatButton8.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton8.Name                     = "bunifuFlatButton8";
     this.bunifuFlatButton8.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton8.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton8.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton8.selected                 = false;
     this.bunifuFlatButton8.Size                     = new System.Drawing.Size(201, 9);
     this.bunifuFlatButton8.TabIndex                 = 10;
     this.bunifuFlatButton8.Text                     = "Cadastrar Investidores";
     this.bunifuFlatButton8.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton8.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton8.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton7
     //
     this.bunifuFlatButton7.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton7.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton7.BorderRadius          = 0;
     this.bunifuFlatButton7.ButtonText            = "Câmbio";
     this.bunifuFlatButton7.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton7.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton7.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton7.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.Iconimage                = null;
     this.bunifuFlatButton7.Iconimage_right          = null;
     this.bunifuFlatButton7.Iconimage_right_Selected = null;
     this.bunifuFlatButton7.Iconimage_Selected       = null;
     this.bunifuFlatButton7.IconMarginLeft           = 0;
     this.bunifuFlatButton7.IconMarginRight          = 0;
     this.bunifuFlatButton7.IconRightVisible         = true;
     this.bunifuFlatButton7.IconRightZoom            = 0D;
     this.bunifuFlatButton7.IconVisible              = true;
     this.bunifuFlatButton7.IconZoom                 = 90D;
     this.bunifuFlatButton7.IsTab                    = false;
     this.bunifuFlatButton7.Location                 = new System.Drawing.Point(6, 493);
     this.bunifuFlatButton7.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton7.Name                     = "bunifuFlatButton7";
     this.bunifuFlatButton7.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton7.selected                 = false;
     this.bunifuFlatButton7.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton7.TabIndex                 = 9;
     this.bunifuFlatButton7.Text                     = "Câmbio";
     this.bunifuFlatButton7.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton7.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton7.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = "Transferências";
     this.bunifuFlatButton6.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = null;
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 0;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom                 = 90D;
     this.bunifuFlatButton6.IsTab                    = false;
     this.bunifuFlatButton6.Location                 = new System.Drawing.Point(6, 424);
     this.bunifuFlatButton6.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton6.Name                     = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton6.selected                 = false;
     this.bunifuFlatButton6.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton6.TabIndex                 = 8;
     this.bunifuFlatButton6.Text                     = "Transferências";
     this.bunifuFlatButton6.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton6.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton6.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = "Venda";
     this.bunifuFlatButton5.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = null;
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom                 = 90D;
     this.bunifuFlatButton5.IsTab                    = false;
     this.bunifuFlatButton5.Location                 = new System.Drawing.Point(6, 360);
     this.bunifuFlatButton5.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton5.Name                     = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton5.selected                 = false;
     this.bunifuFlatButton5.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton5.TabIndex                 = 7;
     this.bunifuFlatButton5.Text                     = "Venda";
     this.bunifuFlatButton5.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton5.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton5.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "Compra";
     this.bunifuFlatButton4.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = null;
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom                 = 90D;
     this.bunifuFlatButton4.IsTab                    = false;
     this.bunifuFlatButton4.Location                 = new System.Drawing.Point(6, 300);
     this.bunifuFlatButton4.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton4.Name                     = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected                 = false;
     this.bunifuFlatButton4.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton4.TabIndex                 = 6;
     this.bunifuFlatButton4.Text                     = "Compra";
     this.bunifuFlatButton4.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton4.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton4.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "Feed";
     this.bunifuFlatButton3.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = null;
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom                 = 90D;
     this.bunifuFlatButton3.IsTab                    = false;
     this.bunifuFlatButton3.Location                 = new System.Drawing.Point(6, 236);
     this.bunifuFlatButton3.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton3.Name                     = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected                 = false;
     this.bunifuFlatButton3.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton3.TabIndex                 = 5;
     this.bunifuFlatButton3.Text                     = "Feed";
     this.bunifuFlatButton3.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton3.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton3.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton1.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = null;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 90D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(6, 174);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton1.TabIndex                 = 4;
     this.bunifuFlatButton1.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton2.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Cadastrar Investidores";
     this.bunifuFlatButton2.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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(6, 113);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(201, 8);
     this.bunifuFlatButton2.TabIndex                 = 3;
     this.bunifuFlatButton2.Text                     = "Cadastrar Investidores";
     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.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(210, 100);
     this.panel2.TabIndex = 0;
     //
     // frmCambio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1166, 596);
     this.Controls.Add(bunifuGradientPanel1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmCambio";
     this.Text            = "frmCambio";
     bunifuGradientPanel1.ResumeLayout(false);
     bunifuGradientPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.panel1.ResumeLayout(false);
     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(doctorlogin));
     this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuGradientPanel1 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.bunifuCustomLabel2 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.dctrRegBtn = new Bunifu.Framework.UI.BunifuImageButton();
     this.dctrloginBtn = new Bunifu.Framework.UI.BunifuImageButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.bunifuGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dctrRegBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dctrloginBtn)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuGradientPanel1
     //
     this.bunifuGradientPanel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     this.bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel2);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel1);
     this.bunifuGradientPanel1.Controls.Add(this.dctrRegBtn);
     this.bunifuGradientPanel1.Controls.Add(this.dctrloginBtn);
     this.bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bunifuGradientPanel1.GradientBottomLeft = System.Drawing.Color.MidnightBlue;
     this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.Firebrick;
     this.bunifuGradientPanel1.GradientTopLeft = System.Drawing.Color.MidnightBlue;
     this.bunifuGradientPanel1.GradientTopRight = System.Drawing.Color.Firebrick;
     this.bunifuGradientPanel1.Location = new System.Drawing.Point(0, 0);
     this.bunifuGradientPanel1.Name = "bunifuGradientPanel1";
     this.bunifuGradientPanel1.Quality = 10;
     this.bunifuGradientPanel1.Size = new System.Drawing.Size(797, 491);
     this.bunifuGradientPanel1.TabIndex = 0;
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.AutoSize = true;
     this.bunifuCustomLabel2.BackColor = System.Drawing.Color.Transparent;
     this.bunifuCustomLabel2.Font = new System.Drawing.Font("Perpetua Titling MT", 18F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel2.ForeColor = System.Drawing.Color.Gainsboro;
     this.bunifuCustomLabel2.Location = new System.Drawing.Point(361, 285);
     this.bunifuCustomLabel2.Name = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size = new System.Drawing.Size(117, 29);
     this.bunifuCustomLabel2.TabIndex = 3;
     this.bunifuCustomLabel2.Text = "SIGN UP";
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuCustomLabel1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuCustomLabel1.Font = new System.Drawing.Font("Perpetua Titling MT", 18F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Gainsboro;
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(134, 285);
     this.bunifuCustomLabel1.Name = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size = new System.Drawing.Size(96, 29);
     this.bunifuCustomLabel1.TabIndex = 2;
     this.bunifuCustomLabel1.Text = "LOGIN";
     //
     // dctrRegBtn
     //
     this.dctrRegBtn.BackColor = System.Drawing.Color.Transparent;
     this.dctrRegBtn.Image = global::pmed.Properties.Resources.icons8_sign_up_50;
     this.dctrRegBtn.ImageActive = null;
     this.dctrRegBtn.Location = new System.Drawing.Point(366, 171);
     this.dctrRegBtn.Name = "dctrRegBtn";
     this.dctrRegBtn.Size = new System.Drawing.Size(118, 99);
     this.dctrRegBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.dctrRegBtn.TabIndex = 1;
     this.dctrRegBtn.TabStop = false;
     this.toolTip1.SetToolTip(this.dctrRegBtn, "Create account");
     this.dctrRegBtn.Zoom = 10;
     this.dctrRegBtn.Click += new System.EventHandler(this.dctrRegBtn_Click);
     //
     // dctrloginBtn
     //
     this.dctrloginBtn.BackColor = System.Drawing.Color.Transparent;
     this.dctrloginBtn.Image = global::pmed.Properties.Resources.icons8_lock_80;
     this.dctrloginBtn.ImageActive = null;
     this.dctrloginBtn.Location = new System.Drawing.Point(139, 171);
     this.dctrloginBtn.Name = "dctrloginBtn";
     this.dctrloginBtn.Size = new System.Drawing.Size(111, 99);
     this.dctrloginBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.dctrloginBtn.TabIndex = 0;
     this.dctrloginBtn.TabStop = false;
     this.toolTip1.SetToolTip(this.dctrloginBtn, "For registered users..");
     this.dctrloginBtn.Zoom = 10;
     this.dctrloginBtn.Click += new System.EventHandler(this.dctrloginBtn_Click);
     //
     // toolTip1
     //
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "Click!!";
     //
     // doctorlogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(797, 491);
     this.Controls.Add(this.bunifuGradientPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "doctorlogin";
     this.Text = "doctorlogin";
     this.bunifuGradientPanel1.ResumeLayout(false);
     this.bunifuGradientPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dctrRegBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dctrloginBtn)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #10
0
        private void InitializeComponent()
        {
            m_mediaManager = new MediaManager();

            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(formMainFrame));
            this.panelControl          = new System.Windows.Forms.Panel();
            this.sliderVolume          = new Bunifu.Framework.UI.BunifuSlider();
            this.buttonShuffle         = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonRepeat          = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonVolumeMax       = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonVolumeMin       = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonPre             = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonNext            = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonPlay            = new Bunifu.Framework.UI.BunifuImageButton();
            this.processbarPlayTime    = new Bunifu.Framework.UI.BunifuProgressBar();
            this.elipseBorder          = new Bunifu.Framework.UI.BunifuElipse(this.components);
            this.dragcontrolMainFrame  = new Bunifu.Framework.UI.BunifuDragControl(this.components);
            this.gradientpanelUpperBar = new Bunifu.Framework.UI.BunifuGradientPanel();
            this.buttonMinimize        = new Bunifu.Framework.UI.BunifuImageButton();
            this.buttonClose           = new Bunifu.Framework.UI.BunifuImageButton();
            this.panelLeft             = new System.Windows.Forms.Panel();
            this.separatorLeftMid      = new Bunifu.Framework.UI.BunifuSeparator();
            this.panelTrackList        = new System.Windows.Forms.Panel();
            this.panelTitle            = new System.Windows.Forms.Panel();
            this.buttonSlider          = new Bunifu.Framework.UI.BunifuImageButton();
            this.pictureboxTitle       = new System.Windows.Forms.PictureBox();
            this.panelMid           = new System.Windows.Forms.Panel();
            this.panelBlankTop      = new System.Windows.Forms.Panel();
            this.buttonClearList    = new Bunifu.Framework.UI.BunifuThinButton2();
            this.tooltipDescription = new System.Windows.Forms.ToolTip(this.components);
            this.panelControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.buttonShuffle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonRepeat)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonVolumeMax)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonVolumeMin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonPre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonNext)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonPlay)).BeginInit();
            this.gradientpanelUpperBar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.buttonMinimize)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonClose)).BeginInit();
            this.panelLeft.SuspendLayout();
            this.panelTitle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.buttonSlider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureboxTitle)).BeginInit();
            this.panelBlankTop.SuspendLayout();
            this.SuspendLayout();
            //
            // panelControl
            //
            this.panelControl.Controls.Add(this.sliderVolume);
            this.panelControl.Controls.Add(this.buttonShuffle);
            this.panelControl.Controls.Add(this.buttonRepeat);
            this.panelControl.Controls.Add(this.buttonVolumeMax);
            this.panelControl.Controls.Add(this.buttonVolumeMin);
            this.panelControl.Controls.Add(this.buttonPre);
            this.panelControl.Controls.Add(this.buttonNext);
            this.panelControl.Controls.Add(this.buttonPlay);
            this.panelControl.Controls.Add(this.processbarPlayTime);
            this.panelControl.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl.Location = new System.Drawing.Point(0, 416);
            this.panelControl.Name     = "panelControl";
            this.panelControl.Size     = new System.Drawing.Size(768, 96);
            this.panelControl.TabIndex = 2;
            //
            // sliderVolume
            //
            this.sliderVolume.Anchor         = System.Windows.Forms.AnchorStyles.Bottom;
            this.sliderVolume.BackColor      = System.Drawing.Color.Transparent;
            this.sliderVolume.BackgroudColor = System.Drawing.Color.SlateGray;
            this.sliderVolume.BorderRadius   = 2;
            this.sliderVolume.IndicatorColor = System.Drawing.Color.DarkSlateGray;
            this.sliderVolume.Location       = new System.Drawing.Point(559, 41);
            this.sliderVolume.MaximumValue   = 100;
            this.sliderVolume.Name           = "sliderVolume";
            this.sliderVolume.Size           = new System.Drawing.Size(148, 30);
            this.sliderVolume.TabIndex       = 13;
            this.tooltipDescription.SetToolTip(this.sliderVolume, "Adjust volume");
            this.sliderVolume.Value = 0;
            //
            // buttonShuffle
            //
            this.buttonShuffle.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonShuffle.BackColor   = System.Drawing.Color.Transparent;
            this.buttonShuffle.Image       = global::UIDesign.Properties.Resources.button_noneshuffle_background;
            this.buttonShuffle.ImageActive = null;
            this.buttonShuffle.Location    = new System.Drawing.Point(191, 35);
            this.buttonShuffle.Name        = "buttonShuffle";
            this.buttonShuffle.Size        = new System.Drawing.Size(40, 40);
            this.buttonShuffle.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonShuffle.TabIndex    = 10;
            this.buttonShuffle.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonShuffle, "Shuffle mode");
            this.buttonShuffle.Zoom        = 10;
            this.buttonShuffle.Click      += new System.EventHandler(this.buttonShuffle_Click);
            this.buttonShuffle.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonShuffle.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonRepeat
            //
            this.buttonRepeat.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonRepeat.BackColor   = System.Drawing.Color.Transparent;
            this.buttonRepeat.Image       = global::UIDesign.Properties.Resources.button_repeatnone_background;
            this.buttonRepeat.ImageActive = null;
            this.buttonRepeat.Location    = new System.Drawing.Point(111, 35);
            this.buttonRepeat.Name        = "buttonRepeat";
            this.buttonRepeat.Size        = new System.Drawing.Size(40, 40);
            this.buttonRepeat.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonRepeat.TabIndex    = 9;
            this.buttonRepeat.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonRepeat, "Repeat mode");
            this.buttonRepeat.Zoom        = 10;
            this.buttonRepeat.Click      += new System.EventHandler(this.buttonRepeat_Click);
            this.buttonRepeat.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonRepeat.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonVolumeMax
            //
            this.buttonVolumeMax.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonVolumeMax.BackColor   = System.Drawing.Color.Transparent;
            this.buttonVolumeMax.Image       = global::UIDesign.Properties.Resources.button_sound_background;
            this.buttonVolumeMax.ImageActive = null;
            this.buttonVolumeMax.Location    = new System.Drawing.Point(713, 35);
            this.buttonVolumeMax.Name        = "buttonVolumeMax";
            this.buttonVolumeMax.Size        = new System.Drawing.Size(40, 40);
            this.buttonVolumeMax.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonVolumeMax.TabIndex    = 6;
            this.buttonVolumeMax.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonVolumeMax, "Maximum volume");
            this.buttonVolumeMax.Zoom        = 10;
            this.buttonVolumeMax.Click      += new System.EventHandler(this.buttonVolumeMax_Click);
            this.buttonVolumeMax.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonVolumeMax.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonVolumeMin
            //
            this.buttonVolumeMin.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonVolumeMin.BackColor   = System.Drawing.Color.Transparent;
            this.buttonVolumeMin.Image       = global::UIDesign.Properties.Resources.button_mute_background;
            this.buttonVolumeMin.ImageActive = null;
            this.buttonVolumeMin.Location    = new System.Drawing.Point(513, 35);
            this.buttonVolumeMin.Name        = "buttonVolumeMin";
            this.buttonVolumeMin.Size        = new System.Drawing.Size(40, 40);
            this.buttonVolumeMin.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonVolumeMin.TabIndex    = 5;
            this.buttonVolumeMin.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonVolumeMin, "Mute volume");
            this.buttonVolumeMin.Zoom        = 10;
            this.buttonVolumeMin.Click      += new System.EventHandler(this.buttonVolumeMin_Click);
            this.buttonVolumeMin.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonVolumeMin.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonPre
            //
            this.buttonPre.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonPre.BackColor   = System.Drawing.Color.Transparent;
            this.buttonPre.Image       = global::UIDesign.Properties.Resources.button_previous_background;
            this.buttonPre.ImageActive = null;
            this.buttonPre.Location    = new System.Drawing.Point(298, 32);
            this.buttonPre.Name        = "buttonPre";
            this.buttonPre.Size        = new System.Drawing.Size(48, 48);
            this.buttonPre.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonPre.TabIndex    = 4;
            this.buttonPre.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonPre, "Previous");
            this.buttonPre.Zoom        = 10;
            this.buttonPre.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonPre.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonNext
            //
            this.buttonNext.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonNext.BackColor   = System.Drawing.Color.Transparent;
            this.buttonNext.Image       = global::UIDesign.Properties.Resources.button_forward_background;
            this.buttonNext.ImageActive = null;
            this.buttonNext.Location    = new System.Drawing.Point(406, 32);
            this.buttonNext.Name        = "buttonNext";
            this.buttonNext.Size        = new System.Drawing.Size(48, 48);
            this.buttonNext.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonNext.TabIndex    = 3;
            this.buttonNext.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonNext, "Next");
            this.buttonNext.Zoom        = 10;
            this.buttonNext.Click      += new System.EventHandler(this.buttonNext_Click);
            this.buttonNext.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonNext.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonPlay
            //
            this.buttonPlay.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonPlay.BackColor   = System.Drawing.Color.Transparent;
            this.buttonPlay.Image       = global::UIDesign.Properties.Resources.button_play_background;
            this.buttonPlay.ImageActive = null;
            this.buttonPlay.Location    = new System.Drawing.Point(352, 32);
            this.buttonPlay.Name        = "buttonPlay";
            this.buttonPlay.Size        = new System.Drawing.Size(48, 48);
            this.buttonPlay.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonPlay.TabIndex    = 2;
            this.buttonPlay.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonPlay, "Play/Pause");
            this.buttonPlay.Zoom        = 10;
            this.buttonPlay.Click      += new System.EventHandler(this.buttonPlay_Click);
            this.buttonPlay.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonPlay.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // processbarPlayTime
            //
            this.processbarPlayTime.BackColor     = System.Drawing.Color.LightSlateGray;
            this.processbarPlayTime.BorderRadius  = 2;
            this.processbarPlayTime.Cursor        = System.Windows.Forms.Cursors.Hand;
            this.processbarPlayTime.Dock          = System.Windows.Forms.DockStyle.Top;
            this.processbarPlayTime.Location      = new System.Drawing.Point(0, 0);
            this.processbarPlayTime.MaximumValue  = 100;
            this.processbarPlayTime.Name          = "processbarPlayTime";
            this.processbarPlayTime.ProgressColor = System.Drawing.Color.DeepSkyBlue;
            this.processbarPlayTime.Size          = new System.Drawing.Size(768, 12);
            this.processbarPlayTime.TabIndex      = 1;
            this.processbarPlayTime.TabStop       = false;
            this.tooltipDescription.SetToolTip(this.processbarPlayTime, "Timer process");
            this.processbarPlayTime.Value = 0;
            //
            // elipseBorder
            //
            this.elipseBorder.ElipseRadius  = 3;
            this.elipseBorder.TargetControl = this;
            //
            // dragcontrolMainFrame
            //
            this.dragcontrolMainFrame.Fixed         = true;
            this.dragcontrolMainFrame.Horizontal    = true;
            this.dragcontrolMainFrame.TargetControl = this.gradientpanelUpperBar;
            this.dragcontrolMainFrame.Vertical      = true;
            //
            // gradientpanelUpperBar
            //
            this.gradientpanelUpperBar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gradientpanelUpperBar.BackgroundImage")));
            this.gradientpanelUpperBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.gradientpanelUpperBar.Controls.Add(this.buttonMinimize);
            this.gradientpanelUpperBar.Controls.Add(this.buttonClose);
            this.gradientpanelUpperBar.Dock = System.Windows.Forms.DockStyle.Top;
            this.gradientpanelUpperBar.GradientBottomLeft  = System.Drawing.Color.DeepSkyBlue;
            this.gradientpanelUpperBar.GradientBottomRight = System.Drawing.Color.LightSeaGreen;
            this.gradientpanelUpperBar.GradientTopLeft     = System.Drawing.Color.DeepSkyBlue;
            this.gradientpanelUpperBar.GradientTopRight    = System.Drawing.Color.LightSeaGreen;
            this.gradientpanelUpperBar.Location            = new System.Drawing.Point(0, 0);
            this.gradientpanelUpperBar.Name         = "gradientpanelUpperBar";
            this.gradientpanelUpperBar.Quality      = 10;
            this.gradientpanelUpperBar.Size         = new System.Drawing.Size(768, 32);
            this.gradientpanelUpperBar.TabIndex     = 0;
            this.gradientpanelUpperBar.Paint       += new System.Windows.Forms.PaintEventHandler(this.gradientpanelUpperBar_Paint);
            this.gradientpanelUpperBar.DoubleClick += new System.EventHandler(this.gradientpanelUpperBar_DoubleClick);
            //
            // buttonMinimize
            //
            this.buttonMinimize.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonMinimize.BackColor   = System.Drawing.Color.Transparent;
            this.buttonMinimize.Image       = global::UIDesign.Properties.Resources.button_minus_background;
            this.buttonMinimize.ImageActive = null;
            this.buttonMinimize.Location    = new System.Drawing.Point(703, 0);
            this.buttonMinimize.Name        = "buttonMinimize";
            this.buttonMinimize.Size        = new System.Drawing.Size(32, 32);
            this.buttonMinimize.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.buttonMinimize.TabIndex    = 1;
            this.buttonMinimize.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonMinimize, "Minimize to taskbar");
            this.buttonMinimize.Zoom        = 0;
            this.buttonMinimize.Click      += new System.EventHandler(this.buttonMinimize_Click);
            this.buttonMinimize.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonMinimize.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // buttonClose
            //
            this.buttonClose.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.BackColor   = System.Drawing.Color.Transparent;
            this.buttonClose.Image       = global::UIDesign.Properties.Resources.button_close_background;
            this.buttonClose.ImageActive = null;
            this.buttonClose.Location    = new System.Drawing.Point(735, 0);
            this.buttonClose.Name        = "buttonClose";
            this.buttonClose.Size        = new System.Drawing.Size(32, 32);
            this.buttonClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.buttonClose.TabIndex    = 0;
            this.buttonClose.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonClose, "Close application");
            this.buttonClose.Zoom        = 0;
            this.buttonClose.Click      += new System.EventHandler(this.buttonClose_Click);
            this.buttonClose.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonClose.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // panelLeft
            //
            this.panelLeft.BackColor = System.Drawing.Color.Transparent;
            this.panelLeft.Controls.Add(this.separatorLeftMid);
            this.panelLeft.Controls.Add(this.panelTrackList);
            this.panelLeft.Controls.Add(this.panelTitle);
            this.panelLeft.Dock      = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Font      = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.panelLeft.ForeColor = System.Drawing.Color.Black;
            this.panelLeft.Location  = new System.Drawing.Point(0, 32);
            this.panelLeft.Name      = "panelLeft";
            this.panelLeft.Size      = new System.Drawing.Size(240, 384);
            this.panelLeft.TabIndex  = 3;
            //
            // separatorLeftMid
            //
            this.separatorLeftMid.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
            this.separatorLeftMid.BackColor     = System.Drawing.Color.Transparent;
            this.separatorLeftMid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
            this.separatorLeftMid.LineThickness = 1;
            this.separatorLeftMid.Location      = new System.Drawing.Point(238, 0);
            this.separatorLeftMid.Name          = "separatorLeftMid";
            this.separatorLeftMid.Size          = new System.Drawing.Size(2, 384);
            this.separatorLeftMid.TabIndex      = 2;
            this.separatorLeftMid.Transparency  = 255;
            this.separatorLeftMid.Vertical      = true;
            //
            // panelTrackList
            //
            this.panelTrackList.AllowDrop  = true;
            this.panelTrackList.AutoScroll = true;
            this.panelTrackList.BackColor  = System.Drawing.Color.Transparent;
            this.panelTrackList.Cursor     = System.Windows.Forms.Cursors.Cross;
            this.panelTrackList.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.panelTrackList.Location   = new System.Drawing.Point(0, 32);
            this.panelTrackList.Name       = "panelTrackList";
            this.panelTrackList.Size       = new System.Drawing.Size(240, 352);
            this.panelTrackList.TabIndex   = 1;
            this.tooltipDescription.SetToolTip(this.panelTrackList, "Drag your files here to open them");
            this.panelTrackList.DragDrop  += new System.Windows.Forms.DragEventHandler(this.panelTrackList_DragDrop);
            this.panelTrackList.DragEnter += new System.Windows.Forms.DragEventHandler(this.panelTrackList_DragEnter);
            //
            // panelTitle
            //
            this.panelTitle.Controls.Add(this.buttonSlider);
            this.panelTitle.Controls.Add(this.pictureboxTitle);
            this.panelTitle.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panelTitle.Location = new System.Drawing.Point(0, 0);
            this.panelTitle.Name     = "panelTitle";
            this.panelTitle.Size     = new System.Drawing.Size(240, 32);
            this.panelTitle.TabIndex = 0;
            //
            // buttonSlider
            //
            this.buttonSlider.BackColor   = System.Drawing.Color.Transparent;
            this.buttonSlider.Dock        = System.Windows.Forms.DockStyle.Left;
            this.buttonSlider.Image       = global::UIDesign.Properties.Resources.button_menu_background;
            this.buttonSlider.ImageActive = null;
            this.buttonSlider.Location    = new System.Drawing.Point(0, 0);
            this.buttonSlider.Name        = "buttonSlider";
            this.buttonSlider.Size        = new System.Drawing.Size(48, 32);
            this.buttonSlider.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.buttonSlider.TabIndex    = 6;
            this.buttonSlider.TabStop     = false;
            this.tooltipDescription.SetToolTip(this.buttonSlider, "About me");
            this.buttonSlider.Zoom        = 10;
            this.buttonSlider.Click      += new System.EventHandler(this.buttonSlider_Click);
            this.buttonSlider.MouseLeave += new System.EventHandler(this.button_MouseLeave);
            this.buttonSlider.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.button_MouseMove);
            //
            // pictureboxTitle
            //
            this.pictureboxTitle.Dock     = System.Windows.Forms.DockStyle.Right;
            this.pictureboxTitle.Image    = global::UIDesign.Properties.Resources.picture_title_background;
            this.pictureboxTitle.Location = new System.Drawing.Point(48, 0);
            this.pictureboxTitle.Name     = "pictureboxTitle";
            this.pictureboxTitle.Size     = new System.Drawing.Size(192, 32);
            this.pictureboxTitle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureboxTitle.TabIndex = 0;
            this.pictureboxTitle.TabStop  = false;
            //
            // panelMid
            //
            this.panelMid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.panelMid.BackColor = System.Drawing.Color.Transparent;
            this.panelMid.Location  = new System.Drawing.Point(240, 64);
            this.panelMid.Name      = "panelMid";
            this.panelMid.Size      = new System.Drawing.Size(528, 352);
            this.panelMid.TabIndex  = 4;
            //
            // panelBlankTop
            //
            this.panelBlankTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.panelBlankTop.BackColor = System.Drawing.Color.Transparent;
            this.panelBlankTop.Controls.Add(this.buttonClearList);
            this.panelBlankTop.Location = new System.Drawing.Point(240, 32);
            this.panelBlankTop.Name     = "panelBlankTop";
            this.panelBlankTop.Size     = new System.Drawing.Size(528, 32);
            this.panelBlankTop.TabIndex = 5;
            //
            // buttonClearList
            //
            this.buttonClearList.ActiveBorderThickness = 1;
            this.buttonClearList.ActiveCornerRadius    = 2;
            this.buttonClearList.ActiveFillColor       = System.Drawing.Color.DarkCyan;
            this.buttonClearList.ActiveForecolor       = System.Drawing.Color.White;
            this.buttonClearList.ActiveLineColor       = System.Drawing.Color.DarkCyan;
            this.buttonClearList.BackColor             = System.Drawing.Color.Transparent;
            this.buttonClearList.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonClearList.BackgroundImage")));
            this.buttonClearList.ButtonText            = "Clear list";
            this.buttonClearList.Cursor              = System.Windows.Forms.Cursors.Default;
            this.buttonClearList.Font                = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonClearList.ForeColor           = System.Drawing.Color.DarkSlateGray;
            this.buttonClearList.IdleBorderThickness = 1;
            this.buttonClearList.IdleCornerRadius    = 2;
            this.buttonClearList.IdleFillColor       = System.Drawing.Color.LightCyan;
            this.buttonClearList.IdleForecolor       = System.Drawing.Color.DarkCyan;
            this.buttonClearList.IdleLineColor       = System.Drawing.Color.DarkCyan;
            this.buttonClearList.Location            = new System.Drawing.Point(8, 0);
            this.buttonClearList.Margin              = new System.Windows.Forms.Padding(5);
            this.buttonClearList.Name                = "buttonClearList";
            this.buttonClearList.Size                = new System.Drawing.Size(64, 32);
            this.buttonClearList.TabIndex            = 0;
            this.buttonClearList.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
            this.tooltipDescription.SetToolTip(this.buttonClearList, "Clear all loaded files");
            this.buttonClearList.Click += new System.EventHandler(this.buttonClearList_Click);
            //
            // tooltipDescription
            //
            this.tooltipDescription.AutoPopDelay = 3000;
            this.tooltipDescription.BackColor    = System.Drawing.Color.White;
            this.tooltipDescription.ForeColor    = System.Drawing.Color.DarkSlateGray;
            this.tooltipDescription.InitialDelay = 500;
            this.tooltipDescription.ReshowDelay  = 100;
            this.tooltipDescription.ToolTipTitle = "Hint";
            //
            // formMainFrame
            //
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.BackColor     = System.Drawing.Color.White;
            this.ClientSize    = new System.Drawing.Size(768, 512);
            this.Controls.Add(this.panelBlankTop);
            this.Controls.Add(this.panelMid);
            this.Controls.Add(this.panelLeft);
            this.Controls.Add(this.panelControl);
            this.Controls.Add(this.gradientpanelUpperBar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize     = new System.Drawing.Size(400, 300);
            this.Name            = "formMainFrame";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "Media Play";
            this.Load           += new System.EventHandler(this.formMainFrame_Load);
            this.panelControl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.buttonShuffle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonRepeat)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonVolumeMax)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonVolumeMin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonPre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonNext)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonPlay)).EndInit();
            this.gradientpanelUpperBar.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.buttonMinimize)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonClose)).EndInit();
            this.panelLeft.ResumeLayout(false);
            this.panelTitle.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.buttonSlider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureboxTitle)).EndInit();
            this.panelBlankTop.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemple #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Bunifu.Framework.UI.BunifuFlatButton           btnSettings;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHome));
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton1;
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton2;
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton3;
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton4;
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton10;
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton9;
     Bunifu.Framework.UI.BunifuFlatButton           bunifuFlatButton7;
     Bunifu.Framework.UI.BunifuGradientPanel        bunifuGradientPanel2;
     this.bunifuCustomLabel1   = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuImageButton2   = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1   = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuGradientPanel1 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.bunifuImageButton3   = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlOhms            = new System.Windows.Forms.Panel();
     this.bunifuTextbox1     = new Bunifu.Framework.UI.BunifuTextbox();
     this.bunifuCustomLabel5 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel4 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel3 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel2 = new Bunifu.Framework.UI.BunifuCustomLabel();
     btnSettings             = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton1       = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton2       = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton3       = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton4       = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton10      = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton9       = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuFlatButton7       = new Bunifu.Framework.UI.BunifuFlatButton();
     bunifuGradientPanel2    = new Bunifu.Framework.UI.BunifuGradientPanel();
     bunifuGradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.bunifuGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
     this.pnlOhms.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSettings
     //
     btnSettings.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(btnSettings, "btnSettings");
     btnSettings.BackColor                = System.Drawing.Color.Transparent;
     btnSettings.BorderRadius             = 0;
     btnSettings.ButtonText               = "Settings";
     btnSettings.Cursor                   = System.Windows.Forms.Cursors.Hand;
     btnSettings.DisabledColor            = System.Drawing.Color.Gray;
     btnSettings.Iconcolor                = System.Drawing.Color.Transparent;
     btnSettings.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnSettings.Iconimage")));
     btnSettings.Iconimage_right          = null;
     btnSettings.Iconimage_right_Selected = null;
     btnSettings.Iconimage_Selected       = null;
     btnSettings.IconMarginLeft           = 0;
     btnSettings.IconMarginRight          = 0;
     btnSettings.IconRightVisible         = true;
     btnSettings.IconRightZoom            = 0D;
     btnSettings.IconVisible              = true;
     btnSettings.IconZoom                 = 70D;
     btnSettings.IsTab            = true;
     btnSettings.Name             = "btnSettings";
     btnSettings.Normalcolor      = System.Drawing.Color.Transparent;
     btnSettings.OnHovercolor     = System.Drawing.Color.Green;
     btnSettings.OnHoverTextColor = System.Drawing.Color.White;
     btnSettings.selected         = false;
     btnSettings.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     btnSettings.Textcolor        = System.Drawing.Color.LawnGreen;
     btnSettings.TextFont         = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton1
     //
     bunifuFlatButton1.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(bunifuFlatButton1, "bunifuFlatButton1");
     bunifuFlatButton1.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton1.BorderRadius             = 0;
     bunifuFlatButton1.ButtonText               = "About";
     bunifuFlatButton1.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     bunifuFlatButton1.Iconimage_right          = null;
     bunifuFlatButton1.Iconimage_right_Selected = null;
     bunifuFlatButton1.Iconimage_Selected       = null;
     bunifuFlatButton1.IconMarginLeft           = 0;
     bunifuFlatButton1.IconMarginRight          = 0;
     bunifuFlatButton1.IconRightVisible         = true;
     bunifuFlatButton1.IconRightZoom            = 0D;
     bunifuFlatButton1.IconVisible              = true;
     bunifuFlatButton1.IconZoom                 = 70D;
     bunifuFlatButton1.IsTab            = true;
     bunifuFlatButton1.Name             = "bunifuFlatButton1";
     bunifuFlatButton1.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     bunifuFlatButton1.selected         = false;
     bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton1.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton1.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton2
     //
     bunifuFlatButton2.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(bunifuFlatButton2, "bunifuFlatButton2");
     bunifuFlatButton2.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton2.BorderRadius             = 0;
     bunifuFlatButton2.ButtonText               = "Purchases";
     bunifuFlatButton2.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton2.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
     bunifuFlatButton2.Iconimage_right          = null;
     bunifuFlatButton2.Iconimage_right_Selected = null;
     bunifuFlatButton2.Iconimage_Selected       = null;
     bunifuFlatButton2.IconMarginLeft           = 0;
     bunifuFlatButton2.IconMarginRight          = 0;
     bunifuFlatButton2.IconRightVisible         = true;
     bunifuFlatButton2.IconRightZoom            = 0D;
     bunifuFlatButton2.IconVisible              = true;
     bunifuFlatButton2.IconZoom                 = 70D;
     bunifuFlatButton2.IsTab            = true;
     bunifuFlatButton2.Name             = "bunifuFlatButton2";
     bunifuFlatButton2.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     bunifuFlatButton2.selected         = false;
     bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton2.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton2.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton3
     //
     bunifuFlatButton3.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(bunifuFlatButton3, "bunifuFlatButton3");
     bunifuFlatButton3.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton3.BorderRadius             = 0;
     bunifuFlatButton3.ButtonText               = "Shake \'n\' Vape";
     bunifuFlatButton3.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton3.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton3.Iconimage")));
     bunifuFlatButton3.Iconimage_right          = null;
     bunifuFlatButton3.Iconimage_right_Selected = null;
     bunifuFlatButton3.Iconimage_Selected       = null;
     bunifuFlatButton3.IconMarginLeft           = 0;
     bunifuFlatButton3.IconMarginRight          = 0;
     bunifuFlatButton3.IconRightVisible         = true;
     bunifuFlatButton3.IconRightZoom            = 0D;
     bunifuFlatButton3.IconVisible              = true;
     bunifuFlatButton3.IconZoom                 = 70D;
     bunifuFlatButton3.IsTab            = true;
     bunifuFlatButton3.Name             = "bunifuFlatButton3";
     bunifuFlatButton3.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton3.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.White;
     bunifuFlatButton3.selected         = false;
     bunifuFlatButton3.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton3.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton3.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton4
     //
     bunifuFlatButton4.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(bunifuFlatButton4, "bunifuFlatButton4");
     bunifuFlatButton4.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton4.BorderRadius             = 0;
     bunifuFlatButton4.ButtonText               = "Multi-Base Mix";
     bunifuFlatButton4.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     bunifuFlatButton4.Iconimage_right          = null;
     bunifuFlatButton4.Iconimage_right_Selected = null;
     bunifuFlatButton4.Iconimage_Selected       = null;
     bunifuFlatButton4.IconMarginLeft           = 0;
     bunifuFlatButton4.IconMarginRight          = 0;
     bunifuFlatButton4.IconRightVisible         = true;
     bunifuFlatButton4.IconRightZoom            = 0D;
     bunifuFlatButton4.IconVisible              = true;
     bunifuFlatButton4.IconZoom                 = 70D;
     bunifuFlatButton4.IsTab            = true;
     bunifuFlatButton4.Name             = "bunifuFlatButton4";
     bunifuFlatButton4.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton4.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.White;
     bunifuFlatButton4.selected         = false;
     bunifuFlatButton4.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton4.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton4.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton10
     //
     bunifuFlatButton10.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(bunifuFlatButton10, "bunifuFlatButton10");
     bunifuFlatButton10.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton10.BorderRadius             = 0;
     bunifuFlatButton10.ButtonText               = "Nicotine Cost";
     bunifuFlatButton10.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton10.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton10.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton10.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton10.Iconimage")));
     bunifuFlatButton10.Iconimage_right          = null;
     bunifuFlatButton10.Iconimage_right_Selected = null;
     bunifuFlatButton10.Iconimage_Selected       = null;
     bunifuFlatButton10.IconMarginLeft           = 0;
     bunifuFlatButton10.IconMarginRight          = 0;
     bunifuFlatButton10.IconRightVisible         = true;
     bunifuFlatButton10.IconRightZoom            = 0D;
     bunifuFlatButton10.IconVisible              = true;
     bunifuFlatButton10.IconZoom                 = 70D;
     bunifuFlatButton10.IsTab            = true;
     bunifuFlatButton10.Name             = "bunifuFlatButton10";
     bunifuFlatButton10.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton10.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton10.OnHoverTextColor = System.Drawing.Color.White;
     bunifuFlatButton10.selected         = false;
     bunifuFlatButton10.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton10.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton10.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton9
     //
     bunifuFlatButton9.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     resources.ApplyResources(bunifuFlatButton9, "bunifuFlatButton9");
     bunifuFlatButton9.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton9.BorderRadius             = 0;
     bunifuFlatButton9.ButtonText               = "Statistics";
     bunifuFlatButton9.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton9.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton9.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton9.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton9.Iconimage")));
     bunifuFlatButton9.Iconimage_right          = null;
     bunifuFlatButton9.Iconimage_right_Selected = null;
     bunifuFlatButton9.Iconimage_Selected       = null;
     bunifuFlatButton9.IconMarginLeft           = 0;
     bunifuFlatButton9.IconMarginRight          = 0;
     bunifuFlatButton9.IconRightVisible         = true;
     bunifuFlatButton9.IconRightZoom            = 0D;
     bunifuFlatButton9.IconVisible              = true;
     bunifuFlatButton9.IconZoom                 = 70D;
     bunifuFlatButton9.IsTab            = true;
     bunifuFlatButton9.Name             = "bunifuFlatButton9";
     bunifuFlatButton9.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton9.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton9.OnHoverTextColor = System.Drawing.Color.White;
     bunifuFlatButton9.selected         = false;
     bunifuFlatButton9.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton9.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton9.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuFlatButton7
     //
     bunifuFlatButton7.Activecolor = System.Drawing.Color.LawnGreen;
     resources.ApplyResources(bunifuFlatButton7, "bunifuFlatButton7");
     bunifuFlatButton7.BackColor                = System.Drawing.Color.Transparent;
     bunifuFlatButton7.BorderRadius             = 0;
     bunifuFlatButton7.ButtonText               = "Ohm\'s Law";
     bunifuFlatButton7.Cursor                   = System.Windows.Forms.Cursors.Arrow;
     bunifuFlatButton7.DisabledColor            = System.Drawing.Color.Gray;
     bunifuFlatButton7.ForeColor                = System.Drawing.Color.LawnGreen;
     bunifuFlatButton7.Iconcolor                = System.Drawing.Color.Transparent;
     bunifuFlatButton7.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton7.Iconimage")));
     bunifuFlatButton7.Iconimage_right          = null;
     bunifuFlatButton7.Iconimage_right_Selected = null;
     bunifuFlatButton7.Iconimage_Selected       = null;
     bunifuFlatButton7.IconMarginLeft           = 0;
     bunifuFlatButton7.IconMarginRight          = 0;
     bunifuFlatButton7.IconRightVisible         = false;
     bunifuFlatButton7.IconRightZoom            = 0D;
     bunifuFlatButton7.IconVisible              = true;
     bunifuFlatButton7.IconZoom                 = 70D;
     bunifuFlatButton7.IsTab            = true;
     bunifuFlatButton7.Name             = "bunifuFlatButton7";
     bunifuFlatButton7.Normalcolor      = System.Drawing.Color.Transparent;
     bunifuFlatButton7.OnHovercolor     = System.Drawing.Color.Green;
     bunifuFlatButton7.OnHoverTextColor = System.Drawing.Color.LawnGreen;
     bunifuFlatButton7.selected         = false;
     bunifuFlatButton7.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     bunifuFlatButton7.Textcolor        = System.Drawing.Color.LawnGreen;
     bunifuFlatButton7.TextFont         = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     //
     // bunifuGradientPanel2
     //
     resources.ApplyResources(bunifuGradientPanel2, "bunifuGradientPanel2");
     bunifuGradientPanel2.Controls.Add(this.bunifuCustomLabel1);
     bunifuGradientPanel2.Controls.Add(this.bunifuImageButton2);
     bunifuGradientPanel2.Controls.Add(this.bunifuImageButton1);
     bunifuGradientPanel2.GradientBottomLeft  = System.Drawing.Color.Empty;
     bunifuGradientPanel2.GradientBottomRight = System.Drawing.Color.Empty;
     bunifuGradientPanel2.GradientTopLeft     = System.Drawing.Color.Empty;
     bunifuGradientPanel2.GradientTopRight    = System.Drawing.Color.Empty;
     bunifuGradientPanel2.Name    = "bunifuGradientPanel2";
     bunifuGradientPanel2.Quality = 10;
     //
     // bunifuCustomLabel1
     //
     resources.ApplyResources(this.bunifuCustomLabel1, "bunifuCustomLabel1");
     this.bunifuCustomLabel1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.LawnGreen;
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.bunifuImageButton2, "bunifuImageButton2");
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.bunifuImageButton1, "bunifuImageButton1");
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuGradientPanel1
     //
     resources.ApplyResources(this.bunifuGradientPanel1, "bunifuGradientPanel1");
     this.bunifuGradientPanel1.Controls.Add(this.bunifuImageButton3);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton7);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton9);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton10);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton4);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton3);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton2);
     this.bunifuGradientPanel1.Controls.Add(bunifuFlatButton1);
     this.bunifuGradientPanel1.Controls.Add(btnSettings);
     this.bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(38)))), ((int)(((byte)(52)))));
     this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(38)))), ((int)(((byte)(52)))));
     this.bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(38)))), ((int)(((byte)(52)))));
     this.bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(56)))), ((int)(((byte)(0)))));
     this.bunifuGradientPanel1.Name    = "bunifuGradientPanel1";
     this.bunifuGradientPanel1.Quality = 10;
     //
     // bunifuImageButton3
     //
     this.bunifuImageButton3.BackColor = System.Drawing.Color.Transparent;
     this.bunifuImageButton3.Cursor    = System.Windows.Forms.Cursors.Default;
     resources.ApplyResources(this.bunifuImageButton3, "bunifuImageButton3");
     this.bunifuImageButton3.ImageActive = null;
     this.bunifuImageButton3.Name        = "bunifuImageButton3";
     this.bunifuImageButton3.TabStop     = false;
     this.bunifuImageButton3.Zoom        = 10;
     this.bunifuImageButton3.Click      += new System.EventHandler(this.bunifuImageButton3_Click);
     //
     // pnlOhms
     //
     this.pnlOhms.BackColor = System.Drawing.Color.Transparent;
     this.pnlOhms.Controls.Add(this.bunifuTextbox1);
     this.pnlOhms.Controls.Add(this.bunifuCustomLabel5);
     this.pnlOhms.Controls.Add(this.bunifuCustomLabel4);
     this.pnlOhms.Controls.Add(this.bunifuCustomLabel3);
     this.pnlOhms.Controls.Add(this.bunifuCustomLabel2);
     resources.ApplyResources(this.pnlOhms, "pnlOhms");
     this.pnlOhms.Name = "pnlOhms";
     //
     // bunifuTextbox1
     //
     this.bunifuTextbox1.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bunifuTextbox1, "bunifuTextbox1");
     this.bunifuTextbox1.ForeColor = System.Drawing.Color.SeaGreen;
     this.bunifuTextbox1.Icon      = ((System.Drawing.Image)(resources.GetObject("bunifuTextbox1.Icon")));
     this.bunifuTextbox1.Name      = "bunifuTextbox1";
     this.bunifuTextbox1.text      = "Bunifu TextBox";
     //
     // bunifuCustomLabel5
     //
     resources.ApplyResources(this.bunifuCustomLabel5, "bunifuCustomLabel5");
     this.bunifuCustomLabel5.ForeColor = System.Drawing.Color.LawnGreen;
     this.bunifuCustomLabel5.Name      = "bunifuCustomLabel5";
     //
     // bunifuCustomLabel4
     //
     resources.ApplyResources(this.bunifuCustomLabel4, "bunifuCustomLabel4");
     this.bunifuCustomLabel4.ForeColor = System.Drawing.Color.LawnGreen;
     this.bunifuCustomLabel4.Name      = "bunifuCustomLabel4";
     //
     // bunifuCustomLabel3
     //
     resources.ApplyResources(this.bunifuCustomLabel3, "bunifuCustomLabel3");
     this.bunifuCustomLabel3.ForeColor = System.Drawing.Color.LawnGreen;
     this.bunifuCustomLabel3.Name      = "bunifuCustomLabel3";
     //
     // bunifuCustomLabel2
     //
     resources.ApplyResources(this.bunifuCustomLabel2, "bunifuCustomLabel2");
     this.bunifuCustomLabel2.ForeColor = System.Drawing.Color.LawnGreen;
     this.bunifuCustomLabel2.Name      = "bunifuCustomLabel2";
     //
     // frmHome
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.White;
     this.ControlBox    = false;
     this.Controls.Add(this.pnlOhms);
     this.Controls.Add(bunifuGradientPanel2);
     this.Controls.Add(this.bunifuGradientPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.Name            = "frmHome";
     bunifuGradientPanel2.ResumeLayout(false);
     bunifuGradientPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.bunifuGradientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
     this.pnlOhms.ResumeLayout(false);
     this.pnlOhms.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()
 {
     Bunifu.Framework.UI.BunifuGradientPanel        BunifuGradientPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Change_Password_Form));
     MetroFramework.Controls.MetroLabel             MetroLabel2;
     this.MetroLabel4       = new MetroFramework.Controls.MetroLabel();
     this.MetroLabel3       = new MetroFramework.Controls.MetroLabel();
     this.MetroLabel1       = new MetroFramework.Controls.MetroLabel();
     this.Btn_Cancel        = new MetroFramework.Controls.MetroButton();
     this.Btn_Ok            = new MetroFramework.Controls.MetroButton();
     this.Txt_CurrentPass   = new MetroFramework.Controls.MetroTextBox();
     this.Txt_ConfimNewPass = new MetroFramework.Controls.MetroTextBox();
     this.Txt_NewPass       = new MetroFramework.Controls.MetroTextBox();
     this.Txt_UserName      = new MetroFramework.Controls.MetroTextBox();
     BunifuGradientPanel1   = new Bunifu.Framework.UI.BunifuGradientPanel();
     MetroLabel2            = new MetroFramework.Controls.MetroLabel();
     BunifuGradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // BunifuGradientPanel1
     //
     BunifuGradientPanel1.BackColor             = System.Drawing.Color.Snow;
     BunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("BunifuGradientPanel1.BackgroundImage")));
     BunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     BunifuGradientPanel1.Controls.Add(this.MetroLabel4);
     BunifuGradientPanel1.Controls.Add(this.MetroLabel3);
     BunifuGradientPanel1.Controls.Add(MetroLabel2);
     BunifuGradientPanel1.Controls.Add(this.MetroLabel1);
     BunifuGradientPanel1.Controls.Add(this.Btn_Cancel);
     BunifuGradientPanel1.Controls.Add(this.Btn_Ok);
     BunifuGradientPanel1.Controls.Add(this.Txt_CurrentPass);
     BunifuGradientPanel1.Controls.Add(this.Txt_ConfimNewPass);
     BunifuGradientPanel1.Controls.Add(this.Txt_NewPass);
     BunifuGradientPanel1.Controls.Add(this.Txt_UserName);
     BunifuGradientPanel1.GradientBottomLeft  = System.Drawing.SystemColors.InactiveCaption;
     BunifuGradientPanel1.GradientBottomRight = System.Drawing.SystemColors.ControlLight;
     BunifuGradientPanel1.GradientTopLeft     = System.Drawing.SystemColors.InactiveCaption;
     BunifuGradientPanel1.GradientTopRight    = System.Drawing.SystemColors.ControlLight;
     BunifuGradientPanel1.Location            = new System.Drawing.Point(28, 66);
     BunifuGradientPanel1.Name     = "BunifuGradientPanel1";
     BunifuGradientPanel1.Quality  = 10;
     BunifuGradientPanel1.Size     = new System.Drawing.Size(446, 257);
     BunifuGradientPanel1.TabIndex = 128;
     //
     // MetroLabel4
     //
     this.MetroLabel4.AutoSize           = true;
     this.MetroLabel4.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     this.MetroLabel4.Location           = new System.Drawing.Point(28, 162);
     this.MetroLabel4.Name               = "MetroLabel4";
     this.MetroLabel4.Size               = new System.Drawing.Size(145, 19);
     this.MetroLabel4.TabIndex           = 143;
     this.MetroLabel4.Text               = "Confirm New Password";
     this.MetroLabel4.UseCustomBackColor = true;
     this.MetroLabel4.UseCustomForeColor = true;
     this.MetroLabel4.UseStyleColors     = true;
     //
     // MetroLabel3
     //
     this.MetroLabel3.AutoSize           = true;
     this.MetroLabel3.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     this.MetroLabel3.Location           = new System.Drawing.Point(28, 119);
     this.MetroLabel3.Name               = "MetroLabel3";
     this.MetroLabel3.Size               = new System.Drawing.Size(145, 19);
     this.MetroLabel3.TabIndex           = 142;
     this.MetroLabel3.Text               = "New Password             ";
     this.MetroLabel3.UseCustomBackColor = true;
     this.MetroLabel3.UseCustomForeColor = true;
     this.MetroLabel3.UseStyleColors     = true;
     //
     // MetroLabel2
     //
     MetroLabel2.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     MetroLabel2.Location           = new System.Drawing.Point(28, 78);
     MetroLabel2.Name               = "MetroLabel2";
     MetroLabel2.Size               = new System.Drawing.Size(145, 19);
     MetroLabel2.TabIndex           = 141;
     MetroLabel2.Text               = "Current Password        ";
     MetroLabel2.UseCustomBackColor = true;
     MetroLabel2.UseCustomForeColor = true;
     MetroLabel2.UseStyleColors     = true;
     //
     // MetroLabel1
     //
     this.MetroLabel1.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     this.MetroLabel1.Location           = new System.Drawing.Point(28, 36);
     this.MetroLabel1.Name               = "MetroLabel1";
     this.MetroLabel1.Size               = new System.Drawing.Size(145, 19);
     this.MetroLabel1.TabIndex           = 140;
     this.MetroLabel1.Text               = "User Name                 ";
     this.MetroLabel1.UseCustomBackColor = true;
     this.MetroLabel1.UseCustomForeColor = true;
     this.MetroLabel1.UseStyleColors     = true;
     //
     // Btn_Cancel
     //
     this.Btn_Cancel.BackColor          = System.Drawing.SystemColors.ButtonFace;
     this.Btn_Cancel.Location           = new System.Drawing.Point(302, 215);
     this.Btn_Cancel.Name               = "Btn_Cancel";
     this.Btn_Cancel.Size               = new System.Drawing.Size(118, 23);
     this.Btn_Cancel.Style              = MetroFramework.MetroColorStyle.Red;
     this.Btn_Cancel.TabIndex           = 139;
     this.Btn_Cancel.Text               = "Cancel";
     this.Btn_Cancel.UseCustomBackColor = true;
     this.Btn_Cancel.UseCustomForeColor = true;
     this.Btn_Cancel.UseSelectable      = true;
     this.Btn_Cancel.UseStyleColors     = true;
     //
     // Btn_Ok
     //
     this.Btn_Ok.BackColor          = System.Drawing.SystemColors.ButtonFace;
     this.Btn_Ok.Location           = new System.Drawing.Point(171, 215);
     this.Btn_Ok.Name               = "Btn_Ok";
     this.Btn_Ok.Size               = new System.Drawing.Size(118, 23);
     this.Btn_Ok.Style              = MetroFramework.MetroColorStyle.Blue;
     this.Btn_Ok.TabIndex           = 138;
     this.Btn_Ok.Text               = "Ok";
     this.Btn_Ok.UseCustomBackColor = true;
     this.Btn_Ok.UseCustomForeColor = true;
     this.Btn_Ok.UseSelectable      = true;
     this.Btn_Ok.UseStyleColors     = true;
     this.Btn_Ok.Click             += new System.EventHandler(this.Btn_Ok_Click);
     //
     // Txt_CurrentPass
     //
     //
     //
     //
     this.Txt_CurrentPass.CustomButton.Image         = null;
     this.Txt_CurrentPass.CustomButton.Location      = new System.Drawing.Point(176, 1);
     this.Txt_CurrentPass.CustomButton.Name          = "";
     this.Txt_CurrentPass.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.Txt_CurrentPass.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.Txt_CurrentPass.CustomButton.TabIndex      = 1;
     this.Txt_CurrentPass.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.Txt_CurrentPass.CustomButton.UseSelectable = true;
     this.Txt_CurrentPass.CustomButton.Visible       = false;
     this.Txt_CurrentPass.FontSize              = MetroFramework.MetroTextBoxSize.Medium;
     this.Txt_CurrentPass.Lines                 = new string[0];
     this.Txt_CurrentPass.Location              = new System.Drawing.Point(196, 74);
     this.Txt_CurrentPass.MaxLength             = 32767;
     this.Txt_CurrentPass.Name                  = "Txt_CurrentPass";
     this.Txt_CurrentPass.PasswordChar          = '●';
     this.Txt_CurrentPass.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.Txt_CurrentPass.SelectedText          = "";
     this.Txt_CurrentPass.SelectionLength       = 0;
     this.Txt_CurrentPass.SelectionStart        = 0;
     this.Txt_CurrentPass.ShortcutsEnabled      = true;
     this.Txt_CurrentPass.Size                  = new System.Drawing.Size(198, 23);
     this.Txt_CurrentPass.Style                 = MetroFramework.MetroColorStyle.Blue;
     this.Txt_CurrentPass.TabIndex              = 137;
     this.Txt_CurrentPass.UseCustomBackColor    = true;
     this.Txt_CurrentPass.UseCustomForeColor    = true;
     this.Txt_CurrentPass.UseSelectable         = true;
     this.Txt_CurrentPass.UseStyleColors        = true;
     this.Txt_CurrentPass.UseSystemPasswordChar = true;
     this.Txt_CurrentPass.WaterMarkColor        = System.Drawing.SystemColors.ActiveCaption;
     this.Txt_CurrentPass.WaterMarkFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // Txt_ConfimNewPass
     //
     //
     //
     //
     this.Txt_ConfimNewPass.CustomButton.Image         = null;
     this.Txt_ConfimNewPass.CustomButton.Location      = new System.Drawing.Point(176, 1);
     this.Txt_ConfimNewPass.CustomButton.Name          = "";
     this.Txt_ConfimNewPass.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.Txt_ConfimNewPass.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.Txt_ConfimNewPass.CustomButton.TabIndex      = 1;
     this.Txt_ConfimNewPass.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.Txt_ConfimNewPass.CustomButton.UseSelectable = true;
     this.Txt_ConfimNewPass.CustomButton.Visible       = false;
     this.Txt_ConfimNewPass.FontSize              = MetroFramework.MetroTextBoxSize.Medium;
     this.Txt_ConfimNewPass.Lines                 = new string[0];
     this.Txt_ConfimNewPass.Location              = new System.Drawing.Point(196, 158);
     this.Txt_ConfimNewPass.MaxLength             = 32767;
     this.Txt_ConfimNewPass.Name                  = "Txt_ConfimNewPass";
     this.Txt_ConfimNewPass.PasswordChar          = '●';
     this.Txt_ConfimNewPass.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.Txt_ConfimNewPass.SelectedText          = "";
     this.Txt_ConfimNewPass.SelectionLength       = 0;
     this.Txt_ConfimNewPass.SelectionStart        = 0;
     this.Txt_ConfimNewPass.ShortcutsEnabled      = true;
     this.Txt_ConfimNewPass.Size                  = new System.Drawing.Size(198, 23);
     this.Txt_ConfimNewPass.Style                 = MetroFramework.MetroColorStyle.Blue;
     this.Txt_ConfimNewPass.TabIndex              = 135;
     this.Txt_ConfimNewPass.UseCustomBackColor    = true;
     this.Txt_ConfimNewPass.UseCustomForeColor    = true;
     this.Txt_ConfimNewPass.UseSelectable         = true;
     this.Txt_ConfimNewPass.UseStyleColors        = true;
     this.Txt_ConfimNewPass.UseSystemPasswordChar = true;
     this.Txt_ConfimNewPass.WaterMarkColor        = System.Drawing.SystemColors.ActiveCaption;
     this.Txt_ConfimNewPass.WaterMarkFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // Txt_NewPass
     //
     //
     //
     //
     this.Txt_NewPass.CustomButton.Image         = null;
     this.Txt_NewPass.CustomButton.Location      = new System.Drawing.Point(176, 1);
     this.Txt_NewPass.CustomButton.Name          = "";
     this.Txt_NewPass.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.Txt_NewPass.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.Txt_NewPass.CustomButton.TabIndex      = 1;
     this.Txt_NewPass.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.Txt_NewPass.CustomButton.UseSelectable = true;
     this.Txt_NewPass.CustomButton.Visible       = false;
     this.Txt_NewPass.FontSize              = MetroFramework.MetroTextBoxSize.Medium;
     this.Txt_NewPass.Lines                 = new string[0];
     this.Txt_NewPass.Location              = new System.Drawing.Point(196, 115);
     this.Txt_NewPass.MaxLength             = 32767;
     this.Txt_NewPass.Name                  = "Txt_NewPass";
     this.Txt_NewPass.PasswordChar          = '●';
     this.Txt_NewPass.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.Txt_NewPass.SelectedText          = "";
     this.Txt_NewPass.SelectionLength       = 0;
     this.Txt_NewPass.SelectionStart        = 0;
     this.Txt_NewPass.ShortcutsEnabled      = true;
     this.Txt_NewPass.Size                  = new System.Drawing.Size(198, 23);
     this.Txt_NewPass.Style                 = MetroFramework.MetroColorStyle.Blue;
     this.Txt_NewPass.TabIndex              = 131;
     this.Txt_NewPass.UseCustomBackColor    = true;
     this.Txt_NewPass.UseCustomForeColor    = true;
     this.Txt_NewPass.UseSelectable         = true;
     this.Txt_NewPass.UseStyleColors        = true;
     this.Txt_NewPass.UseSystemPasswordChar = true;
     this.Txt_NewPass.WaterMarkColor        = System.Drawing.SystemColors.ActiveCaption;
     this.Txt_NewPass.WaterMarkFont         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // Txt_UserName
     //
     //
     //
     //
     this.Txt_UserName.CustomButton.Image         = null;
     this.Txt_UserName.CustomButton.Location      = new System.Drawing.Point(176, 1);
     this.Txt_UserName.CustomButton.Name          = "";
     this.Txt_UserName.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.Txt_UserName.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.Txt_UserName.CustomButton.TabIndex      = 1;
     this.Txt_UserName.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.Txt_UserName.CustomButton.UseSelectable = true;
     this.Txt_UserName.CustomButton.Visible       = false;
     this.Txt_UserName.FontSize           = MetroFramework.MetroTextBoxSize.Medium;
     this.Txt_UserName.Lines              = new string[0];
     this.Txt_UserName.Location           = new System.Drawing.Point(196, 32);
     this.Txt_UserName.MaxLength          = 32767;
     this.Txt_UserName.Name               = "Txt_UserName";
     this.Txt_UserName.PasswordChar       = '\0';
     this.Txt_UserName.ScrollBars         = System.Windows.Forms.ScrollBars.None;
     this.Txt_UserName.SelectedText       = "";
     this.Txt_UserName.SelectionLength    = 0;
     this.Txt_UserName.SelectionStart     = 0;
     this.Txt_UserName.ShortcutsEnabled   = true;
     this.Txt_UserName.Size               = new System.Drawing.Size(198, 23);
     this.Txt_UserName.Style              = MetroFramework.MetroColorStyle.Blue;
     this.Txt_UserName.TabIndex           = 129;
     this.Txt_UserName.UseCustomBackColor = true;
     this.Txt_UserName.UseCustomForeColor = true;
     this.Txt_UserName.UseSelectable      = true;
     this.Txt_UserName.UseStyleColors     = true;
     this.Txt_UserName.WaterMarkColor     = System.Drawing.SystemColors.ActiveCaption;
     this.Txt_UserName.WaterMarkFont      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // Change_Password_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackImage           = global::Inventory_Control_System__House_of_Furniture_.Properties.Resources.Back_Color;
     this.BackImagePadding    = new System.Windows.Forms.Padding(5, 5, 0, 0);
     this.BackLocation        = MetroFramework.Forms.BackLocation.TopRight;
     this.BackMaxSize         = 1080;
     this.ClientSize          = new System.Drawing.Size(502, 349);
     this.Controls.Add(BunifuGradientPanel1);
     this.IsMdiContainer    = true;
     this.MaximizeBox       = false;
     this.Name              = "Change_Password_Form";
     this.RightToLeftLayout = true;
     this.Style             = MetroFramework.MetroColorStyle.Brown;
     this.Text              = "Change Your Password";
     this.TransparencyKey   = System.Drawing.Color.Empty;
     this.Load             += new System.EventHandler(this.Change_Password_Form_Load);
     BunifuGradientPanel1.ResumeLayout(false);
     BunifuGradientPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #13
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
     this.elipseBorder          = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.gradientpanelUpperBar = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.buttonClose           = new Bunifu.Framework.UI.BunifuImageButton();
     this.dragcontrolUpperPanel = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panelInfor            = new System.Windows.Forms.Panel();
     this.panelImage            = new System.Windows.Forms.Panel();
     this.pictureboxImage       = new System.Windows.Forms.PictureBox();
     this.labelAuthor           = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.labelContact          = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.labelDescription      = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.textboxAuthor         = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox2  = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.textboxDescription    = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.separator2            = new Bunifu.Framework.UI.BunifuSeparator();
     this.separator1            = new Bunifu.Framework.UI.BunifuSeparator();
     this.gradientpanelUpperBar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonClose)).BeginInit();
     this.panelInfor.SuspendLayout();
     this.panelImage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureboxImage)).BeginInit();
     this.SuspendLayout();
     //
     // elipseBorder
     //
     this.elipseBorder.ElipseRadius  = 3;
     this.elipseBorder.TargetControl = this.gradientpanelUpperBar;
     //
     // gradientpanelUpperBar
     //
     this.gradientpanelUpperBar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gradientpanelUpperBar.BackgroundImage")));
     this.gradientpanelUpperBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gradientpanelUpperBar.Controls.Add(this.buttonClose);
     this.gradientpanelUpperBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.gradientpanelUpperBar.GradientBottomLeft  = System.Drawing.Color.DeepSkyBlue;
     this.gradientpanelUpperBar.GradientBottomRight = System.Drawing.Color.LightSeaGreen;
     this.gradientpanelUpperBar.GradientTopLeft     = System.Drawing.Color.DeepSkyBlue;
     this.gradientpanelUpperBar.GradientTopRight    = System.Drawing.Color.LightSeaGreen;
     this.gradientpanelUpperBar.Location            = new System.Drawing.Point(0, 0);
     this.gradientpanelUpperBar.Name     = "gradientpanelUpperBar";
     this.gradientpanelUpperBar.Quality  = 10;
     this.gradientpanelUpperBar.Size     = new System.Drawing.Size(384, 32);
     this.gradientpanelUpperBar.TabIndex = 1;
     //
     // buttonClose
     //
     this.buttonClose.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.BackColor   = System.Drawing.Color.Transparent;
     this.buttonClose.Image       = global::UIDesign.Properties.Resources.button_close_background;
     this.buttonClose.ImageActive = null;
     this.buttonClose.Location    = new System.Drawing.Point(352, 0);
     this.buttonClose.Name        = "buttonClose";
     this.buttonClose.Size        = new System.Drawing.Size(32, 32);
     this.buttonClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.buttonClose.TabIndex    = 0;
     this.buttonClose.TabStop     = false;
     this.buttonClose.Zoom        = 0;
     this.buttonClose.Click      += new System.EventHandler(this.buttonClose_Click);
     this.buttonClose.MouseLeave += new System.EventHandler(this.buttonClose_MouseLeave);
     this.buttonClose.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.buttonClose_MouseMove);
     //
     // dragcontrolUpperPanel
     //
     this.dragcontrolUpperPanel.Fixed         = true;
     this.dragcontrolUpperPanel.Horizontal    = true;
     this.dragcontrolUpperPanel.TargetControl = this.gradientpanelUpperBar;
     this.dragcontrolUpperPanel.Vertical      = true;
     //
     // panelInfor
     //
     this.panelInfor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.panelInfor.BackColor = System.Drawing.Color.White;
     this.panelInfor.Controls.Add(this.separator1);
     this.panelInfor.Controls.Add(this.separator2);
     this.panelInfor.Controls.Add(this.textboxDescription);
     this.panelInfor.Controls.Add(this.bunifuCustomTextbox2);
     this.panelInfor.Controls.Add(this.textboxAuthor);
     this.panelInfor.Controls.Add(this.labelDescription);
     this.panelInfor.Controls.Add(this.labelContact);
     this.panelInfor.Controls.Add(this.labelAuthor);
     this.panelInfor.Location = new System.Drawing.Point(144, 31);
     this.panelInfor.Name     = "panelInfor";
     this.panelInfor.Size     = new System.Drawing.Size(239, 225);
     this.panelInfor.TabIndex = 5;
     //
     // panelImage
     //
     this.panelImage.BackColor = System.Drawing.Color.Transparent;
     this.panelImage.Controls.Add(this.pictureboxImage);
     this.panelImage.Location = new System.Drawing.Point(0, 32);
     this.panelImage.Name     = "panelImage";
     this.panelImage.Size     = new System.Drawing.Size(142, 224);
     this.panelImage.TabIndex = 6;
     //
     // pictureboxImage
     //
     this.pictureboxImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureboxImage.Image    = global::UIDesign.Properties.Resources.form_about_background;
     this.pictureboxImage.Location = new System.Drawing.Point(1, 12);
     this.pictureboxImage.Name     = "pictureboxImage";
     this.pictureboxImage.Size     = new System.Drawing.Size(133, 212);
     this.pictureboxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureboxImage.TabIndex = 0;
     this.pictureboxImage.TabStop  = false;
     //
     // labelAuthor
     //
     this.labelAuthor.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.labelAuthor.AutoSize  = true;
     this.labelAuthor.ForeColor = System.Drawing.Color.Red;
     this.labelAuthor.Location  = new System.Drawing.Point(11, 25);
     this.labelAuthor.Name      = "labelAuthor";
     this.labelAuthor.Size      = new System.Drawing.Size(43, 14);
     this.labelAuthor.TabIndex  = 0;
     this.labelAuthor.Text      = "Author";
     //
     // labelContact
     //
     this.labelContact.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.labelContact.AutoSize  = true;
     this.labelContact.ForeColor = System.Drawing.Color.Red;
     this.labelContact.Location  = new System.Drawing.Point(11, 59);
     this.labelContact.Name      = "labelContact";
     this.labelContact.Size      = new System.Drawing.Size(47, 14);
     this.labelContact.TabIndex  = 1;
     this.labelContact.Text      = "Contact";
     //
     // labelDescription
     //
     this.labelDescription.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.labelDescription.AutoSize  = true;
     this.labelDescription.ForeColor = System.Drawing.Color.Red;
     this.labelDescription.Location  = new System.Drawing.Point(11, 102);
     this.labelDescription.Name      = "labelDescription";
     this.labelDescription.Size      = new System.Drawing.Size(69, 14);
     this.labelDescription.TabIndex  = 2;
     this.labelDescription.Text      = "Description";
     //
     // textboxAuthor
     //
     this.textboxAuthor.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textboxAuthor.BackColor   = System.Drawing.Color.White;
     this.textboxAuthor.BorderColor = System.Drawing.Color.Transparent;
     this.textboxAuthor.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textboxAuthor.Font        = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textboxAuthor.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(84)))), ((int)(((byte)(90)))));
     this.textboxAuthor.Location    = new System.Drawing.Point(83, 24);
     this.textboxAuthor.Name        = "textboxAuthor";
     this.textboxAuthor.ReadOnly    = true;
     this.textboxAuthor.Size        = new System.Drawing.Size(145, 16);
     this.textboxAuthor.TabIndex    = 3;
     this.textboxAuthor.TabStop     = false;
     this.textboxAuthor.Text        = "Trần   Văn   Sơn";
     //
     // bunifuCustomTextbox2
     //
     this.bunifuCustomTextbox2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuCustomTextbox2.BackColor   = System.Drawing.Color.White;
     this.bunifuCustomTextbox2.BorderColor = System.Drawing.Color.Transparent;
     this.bunifuCustomTextbox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuCustomTextbox2.Font        = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomTextbox2.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(84)))), ((int)(((byte)(90)))));
     this.bunifuCustomTextbox2.Location    = new System.Drawing.Point(83, 54);
     this.bunifuCustomTextbox2.Multiline   = true;
     this.bunifuCustomTextbox2.Name        = "bunifuCustomTextbox2";
     this.bunifuCustomTextbox2.ReadOnly    = true;
     this.bunifuCustomTextbox2.Size        = new System.Drawing.Size(145, 48);
     this.bunifuCustomTextbox2.TabIndex    = 4;
     this.bunifuCustomTextbox2.TabStop     = false;
     this.bunifuCustomTextbox2.Text        = "[email protected]\r\nfb:transon1812\r\nskype:kingson1812";
     //
     // textboxDescription
     //
     this.textboxDescription.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textboxDescription.BackColor   = System.Drawing.Color.White;
     this.textboxDescription.BorderColor = System.Drawing.Color.Transparent;
     this.textboxDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textboxDescription.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(84)))), ((int)(((byte)(90)))));
     this.textboxDescription.Location    = new System.Drawing.Point(14, 124);
     this.textboxDescription.Multiline   = true;
     this.textboxDescription.Name        = "textboxDescription";
     this.textboxDescription.ReadOnly    = true;
     this.textboxDescription.Size        = new System.Drawing.Size(214, 89);
     this.textboxDescription.TabIndex    = 5;
     this.textboxDescription.TabStop     = false;
     this.textboxDescription.Text        = "Media Play     is      a      product     of    entertainment. Hope  you  loved  " +
                                           "it.\r\n\r\n\r\n\r\n>_< Copyright © 2017 -_- Tran V. Son ._.";
     //
     // separator2
     //
     this.separator2.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.separator2.BackColor     = System.Drawing.Color.Transparent;
     this.separator2.LineColor     = System.Drawing.Color.BurlyWood;
     this.separator2.LineThickness = 1;
     this.separator2.Location      = new System.Drawing.Point(1, 101);
     this.separator2.Name          = "separator2";
     this.separator2.Size          = new System.Drawing.Size(236, 1);
     this.separator2.TabIndex      = 1;
     this.separator2.TabStop       = false;
     this.separator2.Transparency  = 255;
     this.separator2.Vertical      = false;
     //
     // separator1
     //
     this.separator1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.separator1.BackColor     = System.Drawing.Color.Transparent;
     this.separator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(184)))), ((int)(((byte)(135)))));
     this.separator1.LineThickness = 1;
     this.separator1.Location      = new System.Drawing.Point(1, 44);
     this.separator1.Name          = "separator1";
     this.separator1.Size          = new System.Drawing.Size(236, 1);
     this.separator1.TabIndex      = 6;
     this.separator1.TabStop       = false;
     this.separator1.Transparency  = 255;
     this.separator1.Vertical      = false;
     //
     // frmAbout
     //
     this.BackColor  = System.Drawing.Color.Magenta;
     this.ClientSize = new System.Drawing.Size(384, 256);
     this.Controls.Add(this.panelImage);
     this.Controls.Add(this.panelInfor);
     this.Controls.Add(this.gradientpanelUpperBar);
     this.Font            = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximumSize     = new System.Drawing.Size(384, 256);
     this.Name            = "frmAbout";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TransparencyKey = System.Drawing.Color.Magenta;
     this.gradientpanelUpperBar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.buttonClose)).EndInit();
     this.panelInfor.ResumeLayout(false);
     this.panelInfor.PerformLayout();
     this.panelImage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureboxImage)).EndInit();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFrenteDeCaixa));
     this.bunifuMetroTextbox4 = new ns1.BunifuMetroTextbox();
     this.bunifuMetroTextbox5 = new ns1.BunifuMetroTextbox();
     this.bunifuGradientPanel1 = new ns1.BunifuGradientPanel();
     this.bunifuGradientPanel2 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.bunifuMetroTextbox3 = new ns1.BunifuMetroTextbox();
     this.bunifuMetroTextbox2 = new ns1.BunifuMetroTextbox();
     this.bunifuMetroTextbox1 = new ns1.BunifuMetroTextbox();
     this.bunifuTextbox1 = new ns1.BunifuTextbox();
     this.bunifuGradientPanel1.SuspendLayout();
     this.bunifuGradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuMetroTextbox4
     //
     this.bunifuMetroTextbox4.BorderColorFocused = System.Drawing.Color.Blue;
     this.bunifuMetroTextbox4.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox4.BorderColorMouseHover = System.Drawing.Color.Blue;
     this.bunifuMetroTextbox4.BorderThickness = 3;
     this.bunifuMetroTextbox4.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuMetroTextbox4.Font = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuMetroTextbox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox4.isPassword = false;
     this.bunifuMetroTextbox4.Location = new System.Drawing.Point(31, 1549);
     this.bunifuMetroTextbox4.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9);
     this.bunifuMetroTextbox4.Name = "bunifuMetroTextbox4";
     this.bunifuMetroTextbox4.Size = new System.Drawing.Size(2862, 193);
     this.bunifuMetroTextbox4.TabIndex = 12;
     this.bunifuMetroTextbox4.Text = "bunifuMetroTextbox4";
     this.bunifuMetroTextbox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuMetroTextbox5
     //
     this.bunifuMetroTextbox5.BorderColorFocused = System.Drawing.Color.Blue;
     this.bunifuMetroTextbox5.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox5.BorderColorMouseHover = System.Drawing.Color.Blue;
     this.bunifuMetroTextbox5.BorderThickness = 3;
     this.bunifuMetroTextbox5.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuMetroTextbox5.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuMetroTextbox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox5.isPassword = false;
     this.bunifuMetroTextbox5.Location = new System.Drawing.Point(31, 1549);
     this.bunifuMetroTextbox5.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9);
     this.bunifuMetroTextbox5.Name = "bunifuMetroTextbox5";
     this.bunifuMetroTextbox5.Size = new System.Drawing.Size(2871, 206);
     this.bunifuMetroTextbox5.TabIndex = 20;
     this.bunifuMetroTextbox5.Text = "020041- BISCOITO DOCE ROSQUINHA -PARATI";
     this.bunifuMetroTextbox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuGradientPanel1
     //
     this.bunifuGradientPanel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     this.bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel1.Controls.Add(this.bunifuGradientPanel2);
     this.bunifuGradientPanel1.Controls.Add(this.pictureBox3);
     this.bunifuGradientPanel1.Controls.Add(this.label12);
     this.bunifuGradientPanel1.Controls.Add(this.label11);
     this.bunifuGradientPanel1.Controls.Add(this.label10);
     this.bunifuGradientPanel1.Controls.Add(this.textBox4);
     this.bunifuGradientPanel1.Controls.Add(this.label9);
     this.bunifuGradientPanel1.Controls.Add(this.label8);
     this.bunifuGradientPanel1.Controls.Add(this.pictureBox2);
     this.bunifuGradientPanel1.Controls.Add(this.label7);
     this.bunifuGradientPanel1.Controls.Add(this.label5);
     this.bunifuGradientPanel1.Controls.Add(this.textBox3);
     this.bunifuGradientPanel1.Controls.Add(this.textBox2);
     this.bunifuGradientPanel1.Controls.Add(this.textBox1);
     this.bunifuGradientPanel1.Controls.Add(this.dataGridView1);
     this.bunifuGradientPanel1.Controls.Add(this.label3);
     this.bunifuGradientPanel1.Controls.Add(this.label2);
     this.bunifuGradientPanel1.Controls.Add(this.label1);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuMetroTextbox3);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuMetroTextbox2);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuMetroTextbox1);
     this.bunifuGradientPanel1.Controls.Add(this.bunifuTextbox1);
     this.bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bunifuGradientPanel1.GradientBottomLeft = System.Drawing.Color.Empty;
     this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.White;
     this.bunifuGradientPanel1.GradientTopLeft = System.Drawing.Color.White;
     this.bunifuGradientPanel1.GradientTopRight = System.Drawing.Color.White;
     this.bunifuGradientPanel1.Location = new System.Drawing.Point(0, 0);
     this.bunifuGradientPanel1.Name = "bunifuGradientPanel1";
     this.bunifuGradientPanel1.Quality = 10;
     this.bunifuGradientPanel1.Size = new System.Drawing.Size(1231, 813);
     this.bunifuGradientPanel1.TabIndex = 21;
     this.bunifuGradientPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.bunifuGradientPanel1_Paint);
     //
     // bunifuGradientPanel2
     //
     this.bunifuGradientPanel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel2.BackgroundImage")));
     this.bunifuGradientPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel2.Controls.Add(this.pictureBox1);
     this.bunifuGradientPanel2.GradientBottomLeft = System.Drawing.Color.Gray;
     this.bunifuGradientPanel2.GradientBottomRight = System.Drawing.Color.White;
     this.bunifuGradientPanel2.GradientTopLeft = System.Drawing.Color.White;
     this.bunifuGradientPanel2.GradientTopRight = System.Drawing.Color.White;
     this.bunifuGradientPanel2.Location = new System.Drawing.Point(14, 83);
     this.bunifuGradientPanel2.Name = "bunifuGradientPanel2";
     this.bunifuGradientPanel2.Quality = 10;
     this.bunifuGradientPanel2.Size = new System.Drawing.Size(427, 452);
     this.bunifuGradientPanel2.TabIndex = 50;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::POS_Alessandro.Properties.Resources.sat;
     this.pictureBox1.Location = new System.Drawing.Point(62, 95);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(300, 300);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image = global::POS_Alessandro.Properties.Resources.icons8_sincronização_da_nuvem_48;
     this.pictureBox3.Location = new System.Drawing.Point(14, 767);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(52, 43);
     this.pictureBox3.TabIndex = 48;
     this.pictureBox3.TabStop = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label12.Location = new System.Drawing.Point(235, 618);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(57, 13);
     this.label12.TabIndex = 47;
     this.label12.Text = "Tolta Itens";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label11.Location = new System.Drawing.Point(154, 618);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(30, 13);
     this.label11.TabIndex = 46;
     this.label11.Text = "Qtde";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label10.Location = new System.Drawing.Point(10, 618);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(35, 13);
     this.label10.TabIndex = 45;
     this.label10.Text = "Preço";
     //
     // textBox4
     //
     this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(13, 705);
     this.textBox4.Multiline = true;
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(1209, 49);
     this.textBox4.TabIndex = 44;
     this.textBox4.Text = "020041 - BISCOITO DOCE ROSQUINHA  PARATI";
     this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label9.Location = new System.Drawing.Point(1057, 83);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(163, 44);
     this.label9.TabIndex = 43;
     this.label9.Text = "148,81  ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label8.Location = new System.Drawing.Point(854, 83);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(199, 44);
     this.label8.TabIndex = 42;
     this.label8.Text = "TOTAL R$";
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new System.Drawing.Point(447, 83);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(401, 43);
     this.pictureBox2.TabIndex = 41;
     this.pictureBox2.TabStop = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.MenuHighlight;
     this.label7.Location = new System.Drawing.Point(598, 762);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(112, 42);
     this.label7.TabIndex = 40;
     this.label7.Text = "10:50";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location = new System.Drawing.Point(920, 778);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(302, 24);
     this.label5.TabIndex = 38;
     this.label5.Text = "Segunda feira ,21 de maio de 2018";
     //
     // textBox3
     //
     this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(235, 634);
     this.textBox3.Multiline = true;
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(167, 43);
     this.textBox3.TabIndex = 36;
     this.textBox3.Text = "189,00";
     this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(154, 634);
     this.textBox2.Multiline = true;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(75, 43);
     this.textBox2.TabIndex = 35;
     this.textBox2.Text = "1";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(10, 634);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(138, 43);
     this.textBox1.TabIndex = 34;
     this.textBox1.Text = "189,00";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlDark;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.GridColor = System.Drawing.SystemColors.Info;
     this.dataGridView1.Location = new System.Drawing.Point(448, 128);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(772, 534);
     this.dataGridView1.TabIndex = 33;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label3.Location = new System.Drawing.Point(452, 4);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(39, 13);
     this.label3.TabIndex = 31;
     this.label3.Text = "Cliente";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location = new System.Drawing.Point(304, 4);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(26, 13);
     this.label2.TabIndex = 30;
     this.label2.Text = "Pdv";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(15, 4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(51, 13);
     this.label1.TabIndex = 29;
     this.label1.Text = "Operador";
     //
     // bunifuMetroTextbox3
     //
     this.bunifuMetroTextbox3.BorderColorFocused = System.Drawing.Color.Beige;
     this.bunifuMetroTextbox3.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox3.BorderColorMouseHover = System.Drawing.Color.SeaGreen;
     this.bunifuMetroTextbox3.BorderThickness = 3;
     this.bunifuMetroTextbox3.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuMetroTextbox3.Enabled = false;
     this.bunifuMetroTextbox3.Font = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuMetroTextbox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox3.isPassword = false;
     this.bunifuMetroTextbox3.Location = new System.Drawing.Point(447, 19);
     this.bunifuMetroTextbox3.Margin = new System.Windows.Forms.Padding(4);
     this.bunifuMetroTextbox3.Name = "bunifuMetroTextbox3";
     this.bunifuMetroTextbox3.Size = new System.Drawing.Size(773, 53);
     this.bunifuMetroTextbox3.TabIndex = 28;
     this.bunifuMetroTextbox3.Text = "João Calvacante ";
     this.bunifuMetroTextbox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuMetroTextbox2
     //
     this.bunifuMetroTextbox2.BorderColorFocused = System.Drawing.Color.Beige;
     this.bunifuMetroTextbox2.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox2.BorderColorMouseHover = System.Drawing.Color.SeaGreen;
     this.bunifuMetroTextbox2.BorderThickness = 3;
     this.bunifuMetroTextbox2.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuMetroTextbox2.Enabled = false;
     this.bunifuMetroTextbox2.Font = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuMetroTextbox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox2.isPassword = false;
     this.bunifuMetroTextbox2.Location = new System.Drawing.Point(301, 19);
     this.bunifuMetroTextbox2.Margin = new System.Windows.Forms.Padding(4);
     this.bunifuMetroTextbox2.Name = "bunifuMetroTextbox2";
     this.bunifuMetroTextbox2.Size = new System.Drawing.Size(114, 53);
     this.bunifuMetroTextbox2.TabIndex = 27;
     this.bunifuMetroTextbox2.Text = "005";
     this.bunifuMetroTextbox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuMetroTextbox1
     //
     this.bunifuMetroTextbox1.BorderColorFocused = System.Drawing.Color.Beige;
     this.bunifuMetroTextbox1.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox1.BorderColorMouseHover = System.Drawing.Color.SeaGreen;
     this.bunifuMetroTextbox1.BorderThickness = 3;
     this.bunifuMetroTextbox1.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.bunifuMetroTextbox1.Enabled = false;
     this.bunifuMetroTextbox1.Font = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuMetroTextbox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuMetroTextbox1.isPassword = false;
     this.bunifuMetroTextbox1.Location = new System.Drawing.Point(11, 19);
     this.bunifuMetroTextbox1.Margin = new System.Windows.Forms.Padding(4);
     this.bunifuMetroTextbox1.Name = "bunifuMetroTextbox1";
     this.bunifuMetroTextbox1.Size = new System.Drawing.Size(245, 53);
     this.bunifuMetroTextbox1.TabIndex = 26;
     this.bunifuMetroTextbox1.Text = "Camila Silva";
     this.bunifuMetroTextbox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuTextbox1
     //
     this.bunifuTextbox1.BackColor = System.Drawing.Color.White;
     this.bunifuTextbox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuTextbox1.BackgroundImage")));
     this.bunifuTextbox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuTextbox1.ForeColor = System.Drawing.Color.SeaGreen;
     this.bunifuTextbox1.Icon = ((System.Drawing.Image)(resources.GetObject("bunifuTextbox1.Icon")));
     this.bunifuTextbox1.Location = new System.Drawing.Point(11, 541);
     this.bunifuTextbox1.Name = "bunifuTextbox1";
     this.bunifuTextbox1.Size = new System.Drawing.Size(430, 64);
     this.bunifuTextbox1.TabIndex = 25;
     this.bunifuTextbox1.text = "Buscar o Produto";
     //
     // FrmFrenteDeCaixa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1231, 813);
     this.Controls.Add(this.bunifuGradientPanel1);
     this.Controls.Add(this.bunifuMetroTextbox5);
     this.Controls.Add(this.bunifuMetroTextbox4);
     this.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.Name = "FrmFrenteDeCaixa";
     this.Text = "Frente De Caixa";
     this.Load += new System.EventHandler(this.Pdv_Load);
     this.bunifuGradientPanel1.ResumeLayout(false);
     this.bunifuGradientPanel1.PerformLayout();
     this.bunifuGradientPanel2.ResumeLayout(false);
     this.bunifuGradientPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #15
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();
     Bunifu.Framework.UI.BunifuGradientPanel        bunifuGradientPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTransferencia));
     this.bunifuImageButton1   = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuCustomLabel1   = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.panel2               = new System.Windows.Forms.Panel();
     this.panel1               = new System.Windows.Forms.Panel();
     this.bunifuFlatButton7    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton6    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton5    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton4    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton3    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2    = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuWebClient1     = new Bunifu.Framework.UI.BunifuWebClient(this.components);
     this.label1               = new System.Windows.Forms.Label();
     this.bunifuCustomTextbox1 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox2 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox3 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox4 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox5 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox6 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox7 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.label2               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.bunifuCustomTextbox8 = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.label9               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.btnTranferir         = new Bunifu.Framework.UI.BunifuThinButton2();
     this.btnCancelar          = new Bunifu.Framework.UI.BunifuThinButton2();
     this.listView1            = new System.Windows.Forms.ListView();
     bunifuGradientPanel1      = new Bunifu.Framework.UI.BunifuGradientPanel();
     bunifuGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuGradientPanel1
     //
     bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     bunifuGradientPanel1.Controls.Add(this.bunifuImageButton1);
     bunifuGradientPanel1.Controls.Add(this.bunifuCustomLabel1);
     bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.Blue;
     bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.MidnightBlue;
     bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.Blue;
     bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.White;
     bunifuGradientPanel1.Location            = new System.Drawing.Point(210, 0);
     bunifuGradientPanel1.Name     = "bunifuGradientPanel1";
     bunifuGradientPanel1.Quality  = 10;
     bunifuGradientPanel1.Size     = new System.Drawing.Size(977, 100);
     bunifuGradientPanel1.TabIndex = 8;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(945, 12);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(15, 16);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton1.TabIndex    = 3;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize  = true;
     this.bunifuCustomLabel1.BackColor = System.Drawing.Color.Transparent;
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16.25F, System.Drawing.FontStyle.Bold);
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Peru;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(19, 27);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(139, 26);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "Cripy Invest";
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(210, 100);
     this.panel2.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Blue;
     this.panel1.Controls.Add(this.bunifuFlatButton7);
     this.panel1.Controls.Add(this.bunifuFlatButton6);
     this.panel1.Controls.Add(this.bunifuFlatButton5);
     this.panel1.Controls.Add(this.bunifuFlatButton4);
     this.panel1.Controls.Add(this.bunifuFlatButton3);
     this.panel1.Controls.Add(this.bunifuFlatButton1);
     this.panel1.Controls.Add(this.bunifuFlatButton2);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(210, 635);
     this.panel1.TabIndex = 7;
     //
     // bunifuFlatButton7
     //
     this.bunifuFlatButton7.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton7.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton7.BorderRadius          = 0;
     this.bunifuFlatButton7.ButtonText            = "Câmbio";
     this.bunifuFlatButton7.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton7.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton7.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton7.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.Iconimage                = null;
     this.bunifuFlatButton7.Iconimage_right          = null;
     this.bunifuFlatButton7.Iconimage_right_Selected = null;
     this.bunifuFlatButton7.Iconimage_Selected       = null;
     this.bunifuFlatButton7.IconMarginLeft           = 0;
     this.bunifuFlatButton7.IconMarginRight          = 0;
     this.bunifuFlatButton7.IconRightVisible         = true;
     this.bunifuFlatButton7.IconRightZoom            = 0D;
     this.bunifuFlatButton7.IconVisible              = true;
     this.bunifuFlatButton7.IconZoom                 = 90D;
     this.bunifuFlatButton7.IsTab                    = false;
     this.bunifuFlatButton7.Location                 = new System.Drawing.Point(6, 493);
     this.bunifuFlatButton7.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton7.Name                     = "bunifuFlatButton7";
     this.bunifuFlatButton7.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton7.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton7.selected                 = false;
     this.bunifuFlatButton7.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton7.TabIndex                 = 9;
     this.bunifuFlatButton7.Text                     = "Câmbio";
     this.bunifuFlatButton7.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton7.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton7.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton6
     //
     this.bunifuFlatButton6.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton6.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton6.BorderRadius          = 0;
     this.bunifuFlatButton6.ButtonText            = "Transferências";
     this.bunifuFlatButton6.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton6.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton6.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton6.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.Iconimage                = null;
     this.bunifuFlatButton6.Iconimage_right          = null;
     this.bunifuFlatButton6.Iconimage_right_Selected = null;
     this.bunifuFlatButton6.Iconimage_Selected       = null;
     this.bunifuFlatButton6.IconMarginLeft           = 0;
     this.bunifuFlatButton6.IconMarginRight          = 0;
     this.bunifuFlatButton6.IconRightVisible         = true;
     this.bunifuFlatButton6.IconRightZoom            = 0D;
     this.bunifuFlatButton6.IconVisible              = true;
     this.bunifuFlatButton6.IconZoom                 = 90D;
     this.bunifuFlatButton6.IsTab                    = false;
     this.bunifuFlatButton6.Location                 = new System.Drawing.Point(6, 424);
     this.bunifuFlatButton6.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton6.Name                     = "bunifuFlatButton6";
     this.bunifuFlatButton6.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton6.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton6.selected                 = false;
     this.bunifuFlatButton6.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton6.TabIndex                 = 8;
     this.bunifuFlatButton6.Text                     = "Transferências";
     this.bunifuFlatButton6.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton6.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton6.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton5
     //
     this.bunifuFlatButton5.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton5.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton5.BorderRadius          = 0;
     this.bunifuFlatButton5.ButtonText            = "Venda";
     this.bunifuFlatButton5.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton5.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton5.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton5.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.Iconimage                = null;
     this.bunifuFlatButton5.Iconimage_right          = null;
     this.bunifuFlatButton5.Iconimage_right_Selected = null;
     this.bunifuFlatButton5.Iconimage_Selected       = null;
     this.bunifuFlatButton5.IconMarginLeft           = 0;
     this.bunifuFlatButton5.IconMarginRight          = 0;
     this.bunifuFlatButton5.IconRightVisible         = true;
     this.bunifuFlatButton5.IconRightZoom            = 0D;
     this.bunifuFlatButton5.IconVisible              = true;
     this.bunifuFlatButton5.IconZoom                 = 90D;
     this.bunifuFlatButton5.IsTab                    = false;
     this.bunifuFlatButton5.Location                 = new System.Drawing.Point(6, 360);
     this.bunifuFlatButton5.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton5.Name                     = "bunifuFlatButton5";
     this.bunifuFlatButton5.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton5.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton5.selected                 = false;
     this.bunifuFlatButton5.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton5.TabIndex                 = 7;
     this.bunifuFlatButton5.Text                     = "Venda";
     this.bunifuFlatButton5.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton5.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton5.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "Compra";
     this.bunifuFlatButton4.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = null;
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom                 = 90D;
     this.bunifuFlatButton4.IsTab                    = false;
     this.bunifuFlatButton4.Location                 = new System.Drawing.Point(6, 300);
     this.bunifuFlatButton4.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton4.Name                     = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected                 = false;
     this.bunifuFlatButton4.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton4.TabIndex                 = 6;
     this.bunifuFlatButton4.Text                     = "Compra";
     this.bunifuFlatButton4.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton4.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton4.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "Feed";
     this.bunifuFlatButton3.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton3.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton3.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = null;
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconMarginLeft           = 0;
     this.bunifuFlatButton3.IconMarginRight          = 0;
     this.bunifuFlatButton3.IconRightVisible         = true;
     this.bunifuFlatButton3.IconRightZoom            = 0D;
     this.bunifuFlatButton3.IconVisible              = true;
     this.bunifuFlatButton3.IconZoom                 = 90D;
     this.bunifuFlatButton3.IsTab                    = false;
     this.bunifuFlatButton3.Location                 = new System.Drawing.Point(6, 236);
     this.bunifuFlatButton3.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton3.Name                     = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected                 = false;
     this.bunifuFlatButton3.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton3.TabIndex                 = 5;
     this.bunifuFlatButton3.Text                     = "Feed";
     this.bunifuFlatButton3.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton3.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton3.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Cadastrar Usuários";
     this.bunifuFlatButton1.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = null;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 90D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(6, 174);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(201, 47);
     this.bunifuFlatButton1.TabIndex                 = 4;
     this.bunifuFlatButton1.Text                     = "Cadastrar Usuários";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor = System.Drawing.Color.MidnightBlue;
     this.bunifuFlatButton2.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Cadastrar Investidores";
     this.bunifuFlatButton2.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Microsoft YaHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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(6, 112);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(201, 48);
     this.bunifuFlatButton2.TabIndex                 = 3;
     this.bunifuFlatButton2.Text                     = "Cadastrar Investidores";
     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.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuWebClient1
     //
     this.bunifuWebClient1.AllowReadStreamBuffering  = false;
     this.bunifuWebClient1.AllowWriteStreamBuffering = false;
     this.bunifuWebClient1.BaseAddress           = "";
     this.bunifuWebClient1.CachePolicy           = null;
     this.bunifuWebClient1.Credentials           = null;
     this.bunifuWebClient1.Encoding              = ((System.Text.Encoding)(resources.GetObject("bunifuWebClient1.Encoding")));
     this.bunifuWebClient1.Headers               = ((System.Net.WebHeaderCollection)(resources.GetObject("bunifuWebClient1.Headers")));
     this.bunifuWebClient1.QueryString           = ((System.Collections.Specialized.NameValueCollection)(resources.GetObject("bunifuWebClient1.QueryString")));
     this.bunifuWebClient1.UseDefaultCredentials = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Peru;
     this.label1.Location  = new System.Drawing.Point(270, 317);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(86, 20);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Transferir";
     //
     // bunifuCustomTextbox1
     //
     this.bunifuCustomTextbox1.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox1.Location    = new System.Drawing.Point(274, 424);
     this.bunifuCustomTextbox1.Name        = "bunifuCustomTextbox1";
     this.bunifuCustomTextbox1.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox1.TabIndex    = 10;
     //
     // bunifuCustomTextbox2
     //
     this.bunifuCustomTextbox2.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox2.Location    = new System.Drawing.Point(430, 424);
     this.bunifuCustomTextbox2.Name        = "bunifuCustomTextbox2";
     this.bunifuCustomTextbox2.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox2.TabIndex    = 11;
     //
     // bunifuCustomTextbox3
     //
     this.bunifuCustomTextbox3.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox3.Location    = new System.Drawing.Point(274, 462);
     this.bunifuCustomTextbox3.Name        = "bunifuCustomTextbox3";
     this.bunifuCustomTextbox3.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox3.TabIndex    = 12;
     //
     // bunifuCustomTextbox4
     //
     this.bunifuCustomTextbox4.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox4.Location    = new System.Drawing.Point(274, 577);
     this.bunifuCustomTextbox4.Name        = "bunifuCustomTextbox4";
     this.bunifuCustomTextbox4.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox4.TabIndex    = 15;
     //
     // bunifuCustomTextbox5
     //
     this.bunifuCustomTextbox5.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox5.Location    = new System.Drawing.Point(430, 539);
     this.bunifuCustomTextbox5.Name        = "bunifuCustomTextbox5";
     this.bunifuCustomTextbox5.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox5.TabIndex    = 14;
     //
     // bunifuCustomTextbox6
     //
     this.bunifuCustomTextbox6.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox6.Location    = new System.Drawing.Point(274, 539);
     this.bunifuCustomTextbox6.Name        = "bunifuCustomTextbox6";
     this.bunifuCustomTextbox6.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox6.TabIndex    = 13;
     //
     // bunifuCustomTextbox7
     //
     this.bunifuCustomTextbox7.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox7.Location    = new System.Drawing.Point(586, 539);
     this.bunifuCustomTextbox7.Name        = "bunifuCustomTextbox7";
     this.bunifuCustomTextbox7.Size        = new System.Drawing.Size(150, 20);
     this.bunifuCustomTextbox7.TabIndex    = 16;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label2.Location  = new System.Drawing.Point(272, 350);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(106, 9);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "Meu saldo para compra";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label3.Location  = new System.Drawing.Point(471, 350);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(99, 9);
     this.label3.TabIndex  = 18;
     this.label3.Text      = "Meu saldo para venda";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label4.Location  = new System.Drawing.Point(430, 412);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(58, 9);
     this.label4.TabIndex  = 20;
     this.label4.Text      = "Preço(USD)";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label5.Location  = new System.Drawing.Point(272, 412);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(99, 9);
     this.label5.TabIndex  = 19;
     this.label5.Text      = "Quantidade de Bitcoin";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label6.Location  = new System.Drawing.Point(430, 527);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(89, 9);
     this.label6.TabIndex  = 22;
     this.label6.Text      = "Número da Agência";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label7.Location  = new System.Drawing.Point(272, 527);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(80, 9);
     this.label7.TabIndex  = 21;
     this.label7.Text      = "Número da Conta";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label8.Location  = new System.Drawing.Point(272, 450);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(133, 9);
     this.label8.TabIndex  = 23;
     this.label8.Text      = "Valor limite para tranferência";
     //
     // bunifuCustomTextbox8
     //
     this.bunifuCustomTextbox8.BorderColor = System.Drawing.Color.SeaGreen;
     this.bunifuCustomTextbox8.Location    = new System.Drawing.Point(430, 577);
     this.bunifuCustomTextbox8.Name        = "bunifuCustomTextbox8";
     this.bunifuCustomTextbox8.Size        = new System.Drawing.Size(306, 20);
     this.bunifuCustomTextbox8.TabIndex    = 24;
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label9.Location  = new System.Drawing.Point(272, 562);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(96, 9);
     this.label9.TabIndex  = 25;
     this.label9.Text      = "Valor da tranferência";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label10.Location  = new System.Drawing.Point(430, 565);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(98, 9);
     this.label10.TabIndex  = 26;
     this.label10.Text      = "Nome do Beneficiário";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label11.Location  = new System.Drawing.Point(584, 527);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(102, 9);
     this.label11.TabIndex  = 27;
     this.label11.Text      = "Número do CPF/CNPJ";
     //
     // btnTranferir
     //
     this.btnTranferir.ActiveBorderThickness = 1;
     this.btnTranferir.ActiveCornerRadius    = 20;
     this.btnTranferir.ActiveFillColor       = System.Drawing.Color.Navy;
     this.btnTranferir.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.btnTranferir.ActiveLineColor       = System.Drawing.Color.LightCyan;
     this.btnTranferir.BackColor             = System.Drawing.SystemColors.Control;
     this.btnTranferir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnTranferir.BackgroundImage")));
     this.btnTranferir.ButtonText            = "Transferir";
     this.btnTranferir.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.btnTranferir.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTranferir.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnTranferir.IdleBorderThickness = 1;
     this.btnTranferir.IdleCornerRadius    = 20;
     this.btnTranferir.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.btnTranferir.IdleForecolor       = System.Drawing.Color.White;
     this.btnTranferir.IdleLineColor       = System.Drawing.Color.Lavender;
     this.btnTranferir.Location            = new System.Drawing.Point(811, 562);
     this.btnTranferir.Margin              = new System.Windows.Forms.Padding(5);
     this.btnTranferir.Name                = "btnTranferir";
     this.btnTranferir.Size                = new System.Drawing.Size(134, 45);
     this.btnTranferir.TabIndex            = 38;
     this.btnTranferir.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnCancelar
     //
     this.btnCancelar.ActiveBorderThickness = 1;
     this.btnCancelar.ActiveCornerRadius    = 20;
     this.btnCancelar.ActiveFillColor       = System.Drawing.Color.Navy;
     this.btnCancelar.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.btnCancelar.ActiveLineColor       = System.Drawing.Color.LightCyan;
     this.btnCancelar.BackColor             = System.Drawing.SystemColors.Control;
     this.btnCancelar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnCancelar.BackgroundImage")));
     this.btnCancelar.ButtonText            = "Cancelar";
     this.btnCancelar.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.btnCancelar.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancelar.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnCancelar.IdleBorderThickness = 1;
     this.btnCancelar.IdleCornerRadius    = 20;
     this.btnCancelar.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.btnCancelar.IdleForecolor       = System.Drawing.Color.White;
     this.btnCancelar.IdleLineColor       = System.Drawing.Color.Lavender;
     this.btnCancelar.Location            = new System.Drawing.Point(955, 562);
     this.btnCancelar.Margin              = new System.Windows.Forms.Padding(5);
     this.btnCancelar.Name                = "btnCancelar";
     this.btnCancelar.Size                = new System.Drawing.Size(134, 45);
     this.btnCancelar.TabIndex            = 39;
     this.btnCancelar.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // listView1
     //
     this.listView1.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(234, 124);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(925, 159);
     this.listView1.TabIndex      = 40;
     this.listView1.UseCompatibleStateImageBehavior = false;
     //
     // frmTransferencia
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1187, 635);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.btnTranferir);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.bunifuCustomTextbox8);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.bunifuCustomTextbox7);
     this.Controls.Add(this.bunifuCustomTextbox4);
     this.Controls.Add(this.bunifuCustomTextbox5);
     this.Controls.Add(this.bunifuCustomTextbox6);
     this.Controls.Add(this.bunifuCustomTextbox3);
     this.Controls.Add(this.bunifuCustomTextbox2);
     this.Controls.Add(this.bunifuCustomTextbox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(bunifuGradientPanel1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmTransferencia";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     bunifuGradientPanel1.ResumeLayout(false);
     bunifuGradientPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }