/// <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.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuAnimatorNS.Animation  animation1 = new Bunifu.UI.WinForms.BunifuAnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(SignIn));
     this.bunifuDragControl1          = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panel1                      = new System.Windows.Forms.Panel();
     this.buttonSignInMinimize        = new System.Windows.Forms.Button();
     this.labelSignInAppname          = new System.Windows.Forms.Label();
     this.bunifuPictureBoxSignInIcon  = new Bunifu.UI.WinForms.BunifuPictureBox();
     this.buttonSignInClose           = new System.Windows.Forms.Button();
     this.bunifuElipse1               = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuTextBoxSignInPassword = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.bunifuTextBoxSignInUsername = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.labelSignIn                 = new System.Windows.Forms.Label();
     this.bunifuButtonSignInNext      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.linkLabelSignInSignUp       = new System.Windows.Forms.LinkLabel();
     this.labelSignInError            = new System.Windows.Forms.Label();
     this.bunifuTransition1           = new Bunifu.UI.WinForms.BunifuTransition(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuPictureBoxSignInIcon)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.panel1;
     this.bunifuDragControl1.Vertical      = true;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(28)))), ((int)(((byte)(31)))));
     this.panel1.Controls.Add(this.buttonSignInMinimize);
     this.panel1.Controls.Add(this.labelSignInAppname);
     this.panel1.Controls.Add(this.bunifuPictureBoxSignInIcon);
     this.panel1.Controls.Add(this.buttonSignInClose);
     this.bunifuTransition1.SetDecoration(this.panel1, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(525, 27);
     this.panel1.TabIndex = 0;
     //
     // buttonSignInMinimize
     //
     this.bunifuTransition1.SetDecoration(this.buttonSignInMinimize, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.buttonSignInMinimize.Dock = System.Windows.Forms.DockStyle.Right;
     this.buttonSignInMinimize.FlatAppearance.BorderSize = 0;
     this.buttonSignInMinimize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSignInMinimize.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonSignInMinimize.ForeColor = System.Drawing.SystemColors.ButtonShadow;
     this.buttonSignInMinimize.Location  = new System.Drawing.Point(453, 0);
     this.buttonSignInMinimize.Name      = "buttonSignInMinimize";
     this.buttonSignInMinimize.Size      = new System.Drawing.Size(33, 27);
     this.buttonSignInMinimize.TabIndex  = 0;
     this.buttonSignInMinimize.TabStop   = false;
     this.buttonSignInMinimize.Text      = "_";
     this.buttonSignInMinimize.UseVisualStyleBackColor = true;
     this.buttonSignInMinimize.Click += new System.EventHandler(this.buttonSignInMinimize_Click);
     //
     // labelSignInAppname
     //
     this.labelSignInAppname.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.labelSignInAppname, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.labelSignInAppname.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelSignInAppname.ForeColor = System.Drawing.Color.White;
     this.labelSignInAppname.Location  = new System.Drawing.Point(33, 6);
     this.labelSignInAppname.Name      = "labelSignInAppname";
     this.labelSignInAppname.Size      = new System.Drawing.Size(77, 16);
     this.labelSignInAppname.TabIndex  = 2;
     this.labelSignInAppname.Text      = "MoneyFlow";
     //
     // bunifuPictureBoxSignInIcon
     //
     this.bunifuPictureBoxSignInIcon.AllowFocused = false;
     this.bunifuPictureBoxSignInIcon.BorderRadius = 13;
     this.bunifuTransition1.SetDecoration(this.bunifuPictureBoxSignInIcon, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.bunifuPictureBoxSignInIcon.Dock     = System.Windows.Forms.DockStyle.Left;
     this.bunifuPictureBoxSignInIcon.Image    = ((System.Drawing.Image)(resources.GetObject("bunifuPictureBoxSignInIcon.Image")));
     this.bunifuPictureBoxSignInIcon.IsCircle = true;
     this.bunifuPictureBoxSignInIcon.Location = new System.Drawing.Point(0, 0);
     this.bunifuPictureBoxSignInIcon.Name     = "bunifuPictureBoxSignInIcon";
     this.bunifuPictureBoxSignInIcon.Size     = new System.Drawing.Size(27, 27);
     this.bunifuPictureBoxSignInIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuPictureBoxSignInIcon.TabIndex = 1;
     this.bunifuPictureBoxSignInIcon.TabStop  = false;
     this.bunifuPictureBoxSignInIcon.Type     = Bunifu.UI.WinForms.BunifuPictureBox.Types.Square;
     //
     // buttonSignInClose
     //
     this.buttonSignInClose.Cursor = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.buttonSignInClose, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.buttonSignInClose.Dock = System.Windows.Forms.DockStyle.Right;
     this.buttonSignInClose.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(28)))), ((int)(((byte)(31)))));
     this.buttonSignInClose.FlatAppearance.BorderSize         = 0;
     this.buttonSignInClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.buttonSignInClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
     this.buttonSignInClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSignInClose.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonSignInClose.ForeColor = System.Drawing.SystemColors.ButtonShadow;
     this.buttonSignInClose.Location  = new System.Drawing.Point(486, 0);
     this.buttonSignInClose.Name      = "buttonSignInClose";
     this.buttonSignInClose.Size      = new System.Drawing.Size(39, 27);
     this.buttonSignInClose.TabIndex  = 0;
     this.buttonSignInClose.Text      = "X";
     this.buttonSignInClose.UseVisualStyleBackColor = true;
     this.buttonSignInClose.Click += new System.EventHandler(this.buttonSignInClose_Click);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuTextBoxSignInPassword
     //
     this.bunifuTextBoxSignInPassword.AcceptsReturn       = false;
     this.bunifuTextBoxSignInPassword.AcceptsTab          = false;
     this.bunifuTextBoxSignInPassword.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.bunifuTextBoxSignInPassword.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.bunifuTextBoxSignInPassword.BackColor           = System.Drawing.Color.White;
     this.bunifuTextBoxSignInPassword.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("bunifuTextBoxSignInPassword.BackgroundImage")));
     this.bunifuTextBoxSignInPassword.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(45)))), ((int)(((byte)(145)))));
     this.bunifuTextBoxSignInPassword.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuTextBoxSignInPassword.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(38)))), ((int)(((byte)(157)))));
     this.bunifuTextBoxSignInPassword.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.bunifuTextBoxSignInPassword.BorderRadius        = 1;
     this.bunifuTextBoxSignInPassword.BorderThickness     = 2;
     this.bunifuTextBoxSignInPassword.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.bunifuTransition1.SetDecoration(this.bunifuTextBoxSignInPassword, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.bunifuTextBoxSignInPassword.DefaultFont           = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuTextBoxSignInPassword.DefaultText           = "";
     this.bunifuTextBoxSignInPassword.FillColor             = System.Drawing.Color.White;
     this.bunifuTextBoxSignInPassword.HideSelection         = true;
     this.bunifuTextBoxSignInPassword.IconLeft              = global::MoneyFlow.Properties.Resources.pas;
     this.bunifuTextBoxSignInPassword.IconLeftCursor        = System.Windows.Forms.Cursors.Default;
     this.bunifuTextBoxSignInPassword.IconPadding           = 10;
     this.bunifuTextBoxSignInPassword.IconRight             = null;
     this.bunifuTextBoxSignInPassword.IconRightCursor       = System.Windows.Forms.Cursors.Default;
     this.bunifuTextBoxSignInPassword.Location              = new System.Drawing.Point(160, 310);
     this.bunifuTextBoxSignInPassword.MaxLength             = 40;
     this.bunifuTextBoxSignInPassword.MinimumSize           = new System.Drawing.Size(100, 35);
     this.bunifuTextBoxSignInPassword.Modified              = false;
     this.bunifuTextBoxSignInPassword.Name                  = "bunifuTextBoxSignInPassword";
     this.bunifuTextBoxSignInPassword.PasswordChar          = '•';
     this.bunifuTextBoxSignInPassword.ReadOnly              = false;
     this.bunifuTextBoxSignInPassword.SelectedText          = "";
     this.bunifuTextBoxSignInPassword.SelectionLength       = 0;
     this.bunifuTextBoxSignInPassword.SelectionStart        = 0;
     this.bunifuTextBoxSignInPassword.ShortcutsEnabled      = true;
     this.bunifuTextBoxSignInPassword.Size                  = new System.Drawing.Size(200, 35);
     this.bunifuTextBoxSignInPassword.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Material;
     this.bunifuTextBoxSignInPassword.TabIndex              = 2;
     this.bunifuTextBoxSignInPassword.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.bunifuTextBoxSignInPassword.TextMarginLeft        = 10;
     this.bunifuTextBoxSignInPassword.TextPlaceholder       = "Password";
     this.bunifuTextBoxSignInPassword.UseSystemPasswordChar = false;
     //
     // bunifuTextBoxSignInUsername
     //
     this.bunifuTextBoxSignInUsername.AcceptsReturn       = false;
     this.bunifuTextBoxSignInUsername.AcceptsTab          = false;
     this.bunifuTextBoxSignInUsername.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.bunifuTextBoxSignInUsername.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.bunifuTextBoxSignInUsername.BackColor           = System.Drawing.Color.White;
     this.bunifuTextBoxSignInUsername.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("bunifuTextBoxSignInUsername.BackgroundImage")));
     this.bunifuTextBoxSignInUsername.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(45)))), ((int)(((byte)(145)))));
     this.bunifuTextBoxSignInUsername.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuTextBoxSignInUsername.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(38)))), ((int)(((byte)(157)))));
     this.bunifuTextBoxSignInUsername.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.bunifuTextBoxSignInUsername.BorderRadius        = 1;
     this.bunifuTextBoxSignInUsername.BorderThickness     = 1;
     this.bunifuTextBoxSignInUsername.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.bunifuTransition1.SetDecoration(this.bunifuTextBoxSignInUsername, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.bunifuTextBoxSignInUsername.DefaultFont           = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuTextBoxSignInUsername.DefaultText           = "";
     this.bunifuTextBoxSignInUsername.FillColor             = System.Drawing.Color.White;
     this.bunifuTextBoxSignInUsername.HideSelection         = true;
     this.bunifuTextBoxSignInUsername.IconLeft              = global::MoneyFlow.Properties.Resources.username;
     this.bunifuTextBoxSignInUsername.IconLeftCursor        = System.Windows.Forms.Cursors.Default;
     this.bunifuTextBoxSignInUsername.IconPadding           = 10;
     this.bunifuTextBoxSignInUsername.IconRight             = null;
     this.bunifuTextBoxSignInUsername.IconRightCursor       = System.Windows.Forms.Cursors.Default;
     this.bunifuTextBoxSignInUsername.Location              = new System.Drawing.Point(160, 254);
     this.bunifuTextBoxSignInUsername.MaxLength             = 25;
     this.bunifuTextBoxSignInUsername.MinimumSize           = new System.Drawing.Size(100, 35);
     this.bunifuTextBoxSignInUsername.Modified              = false;
     this.bunifuTextBoxSignInUsername.Name                  = "bunifuTextBoxSignInUsername";
     this.bunifuTextBoxSignInUsername.PasswordChar          = '\0';
     this.bunifuTextBoxSignInUsername.ReadOnly              = false;
     this.bunifuTextBoxSignInUsername.SelectedText          = "";
     this.bunifuTextBoxSignInUsername.SelectionLength       = 0;
     this.bunifuTextBoxSignInUsername.SelectionStart        = 0;
     this.bunifuTextBoxSignInUsername.ShortcutsEnabled      = true;
     this.bunifuTextBoxSignInUsername.Size                  = new System.Drawing.Size(200, 35);
     this.bunifuTextBoxSignInUsername.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Material;
     this.bunifuTextBoxSignInUsername.TabIndex              = 1;
     this.bunifuTextBoxSignInUsername.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.bunifuTextBoxSignInUsername.TextMarginLeft        = 10;
     this.bunifuTextBoxSignInUsername.TextPlaceholder       = "Username";
     this.bunifuTextBoxSignInUsername.UseSystemPasswordChar = false;
     //
     // labelSignIn
     //
     this.labelSignIn.AutoSize = true;
     this.bunifuTransition1.SetDecoration(this.labelSignIn, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.labelSignIn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelSignIn.ForeColor = System.Drawing.Color.White;
     this.labelSignIn.Location  = new System.Drawing.Point(189, 176);
     this.labelSignIn.Name      = "labelSignIn";
     this.labelSignIn.Size      = new System.Drawing.Size(140, 42);
     this.labelSignIn.TabIndex  = 3;
     this.labelSignIn.Text      = "Sign In";
     //
     // bunifuButtonSignInNext
     //
     this.bunifuButtonSignInNext.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButtonSignInNext.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButtonSignInNext.BackgroundImage")));
     this.bunifuButtonSignInNext.ButtonText           = "NEXT";
     this.bunifuButtonSignInNext.ButtonTextMarginLeft = 0;
     this.bunifuTransition1.SetDecoration(this.bunifuButtonSignInNext, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.bunifuButtonSignInNext.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButtonSignInNext.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButtonSignInNext.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButtonSignInNext.Font                = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bunifuButtonSignInNext.ForeColor           = System.Drawing.Color.White;
     this.bunifuButtonSignInNext.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButtonSignInNext.IconPadding         = 10;
     this.bunifuButtonSignInNext.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButtonSignInNext.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButtonSignInNext.IdleBorderRadius    = 1;
     this.bunifuButtonSignInNext.IdleBorderThickness = 0;
     this.bunifuButtonSignInNext.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButtonSignInNext.IdleIconLeftImage   = null;
     this.bunifuButtonSignInNext.IdleIconRightImage  = null;
     this.bunifuButtonSignInNext.Location            = new System.Drawing.Point(171, 389);
     this.bunifuButtonSignInNext.Name                = "bunifuButtonSignInNext";
     stateProperties1.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius            = 1;
     stateProperties1.BorderThickness         = 1;
     stateProperties1.FillColor               = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage           = null;
     stateProperties1.IconRightImage          = null;
     this.bunifuButtonSignInNext.onHoverState = stateProperties1;
     this.bunifuButtonSignInNext.Size         = new System.Drawing.Size(170, 45);
     this.bunifuButtonSignInNext.TabIndex     = 4;
     this.bunifuButtonSignInNext.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButtonSignInNext.Click       += new System.EventHandler(this.bunifuButton1_Click);
     //
     // linkLabelSignInSignUp
     //
     this.linkLabelSignInSignUp.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(255)))));
     this.linkLabelSignInSignUp.AutoSize        = true;
     this.linkLabelSignInSignUp.Cursor          = System.Windows.Forms.Cursors.Default;
     this.bunifuTransition1.SetDecoration(this.linkLabelSignInSignUp, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.linkLabelSignInSignUp.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.linkLabelSignInSignUp.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.linkLabelSignInSignUp.Location         = new System.Drawing.Point(198, 456);
     this.linkLabelSignInSignUp.Name             = "linkLabelSignInSignUp";
     this.linkLabelSignInSignUp.Size             = new System.Drawing.Size(116, 16);
     this.linkLabelSignInSignUp.TabIndex         = 6;
     this.linkLabelSignInSignUp.TabStop          = true;
     this.linkLabelSignInSignUp.Text             = "Create an account";
     this.linkLabelSignInSignUp.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.linkLabelSignInSignUp.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelSignInSignUp_LinkClicked);
     //
     // labelSignInError
     //
     this.bunifuTransition1.SetDecoration(this.labelSignInError, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.labelSignInError.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelSignInError.ForeColor = System.Drawing.Color.Red;
     this.labelSignInError.Location  = new System.Drawing.Point(-6, 361);
     this.labelSignInError.Name      = "labelSignInError";
     this.labelSignInError.Size      = new System.Drawing.Size(525, 24);
     this.labelSignInError.TabIndex  = 7;
     this.labelSignInError.Text      = "Login Failed";
     this.labelSignInError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelSignInError.Visible   = false;
     //
     // bunifuTransition1
     //
     this.bunifuTransition1.AnimationType = Bunifu.UI.WinForms.BunifuAnimatorNS.AnimationType.VertSlide;
     this.bunifuTransition1.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.bunifuTransition1.DefaultAnimation = animation1;
     //
     // SignIn
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(33)))), ((int)(((byte)(43)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(525, 600);
     this.Controls.Add(this.labelSignInError);
     this.Controls.Add(this.linkLabelSignInSignUp);
     this.Controls.Add(this.bunifuButtonSignInNext);
     this.Controls.Add(this.labelSignIn);
     this.Controls.Add(this.bunifuTextBoxSignInPassword);
     this.Controls.Add(this.bunifuTextBoxSignInUsername);
     this.Controls.Add(this.panel1);
     this.bunifuTransition1.SetDecoration(this, Bunifu.UI.WinForms.BunifuTransition.DecorationType.None);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "SignIn";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SignUp";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuPictureBoxSignInIcon)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserReports));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2    = new System.Windows.Forms.TableLayoutPanel();
     this.btnGenContacts       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnGenS              = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnGenAll            = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.crystalReportViewer1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1070, 668);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 3;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.Controls.Add(this.btnGenAll, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnGenS, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnGenContacts, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1064, 127);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // btnGenContacts
     //
     this.btnGenContacts.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.btnGenContacts.BackColor            = System.Drawing.Color.Transparent;
     this.btnGenContacts.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnGenContacts.BackgroundImage")));
     this.btnGenContacts.ButtonText           = "View Contacts";
     this.btnGenContacts.ButtonTextMarginLeft = 0;
     this.btnGenContacts.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnGenContacts.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btnGenContacts.DisabledForecolor    = System.Drawing.Color.White;
     this.btnGenContacts.ForeColor            = System.Drawing.Color.White;
     this.btnGenContacts.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btnGenContacts.IconPadding          = 10;
     this.btnGenContacts.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btnGenContacts.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btnGenContacts.IdleBorderRadius     = 35;
     this.btnGenContacts.IdleBorderThickness  = 2;
     this.btnGenContacts.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btnGenContacts.IdleIconLeftImage    = null;
     this.btnGenContacts.IdleIconRightImage   = null;
     this.btnGenContacts.Location             = new System.Drawing.Point(11, 41);
     this.btnGenContacts.Name         = "btnGenContacts";
     stateProperties3.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties3.BorderRadius    = 35;
     stateProperties3.BorderThickness = 2;
     stateProperties3.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties3.IconLeftImage   = null;
     stateProperties3.IconRightImage  = null;
     this.btnGenContacts.onHoverState = stateProperties3;
     this.btnGenContacts.Size         = new System.Drawing.Size(331, 45);
     this.btnGenContacts.TabIndex     = 22;
     this.btnGenContacts.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnGenContacts.Click       += new System.EventHandler(this.btnGenM_Click);
     //
     // btnGenS
     //
     this.btnGenS.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.btnGenS.BackColor            = System.Drawing.Color.Transparent;
     this.btnGenS.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnGenS.BackgroundImage")));
     this.btnGenS.ButtonText           = "Generate RecievedMails";
     this.btnGenS.ButtonTextMarginLeft = 0;
     this.btnGenS.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnGenS.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btnGenS.DisabledForecolor    = System.Drawing.Color.White;
     this.btnGenS.ForeColor            = System.Drawing.Color.White;
     this.btnGenS.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btnGenS.IconPadding          = 10;
     this.btnGenS.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btnGenS.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btnGenS.IdleBorderRadius     = 35;
     this.btnGenS.IdleBorderThickness  = 2;
     this.btnGenS.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btnGenS.IdleIconLeftImage    = null;
     this.btnGenS.IdleIconRightImage   = null;
     this.btnGenS.Location             = new System.Drawing.Point(365, 41);
     this.btnGenS.Name                = "btnGenS";
     stateProperties2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.BorderRadius    = 35;
     stateProperties2.BorderThickness = 2;
     stateProperties2.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.IconLeftImage   = null;
     stateProperties2.IconRightImage  = null;
     this.btnGenS.onHoverState        = stateProperties2;
     this.btnGenS.Size                = new System.Drawing.Size(331, 45);
     this.btnGenS.TabIndex            = 23;
     this.btnGenS.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnGenS.Click              += new System.EventHandler(this.btnGenS_Click);
     //
     // btnGenAll
     //
     this.btnGenAll.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.btnGenAll.BackColor            = System.Drawing.Color.Transparent;
     this.btnGenAll.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnGenAll.BackgroundImage")));
     this.btnGenAll.ButtonText           = "Generate SentMails";
     this.btnGenAll.ButtonTextMarginLeft = 0;
     this.btnGenAll.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnGenAll.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btnGenAll.DisabledForecolor    = System.Drawing.Color.White;
     this.btnGenAll.ForeColor            = System.Drawing.Color.White;
     this.btnGenAll.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btnGenAll.IconPadding          = 10;
     this.btnGenAll.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btnGenAll.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btnGenAll.IdleBorderRadius     = 35;
     this.btnGenAll.IdleBorderThickness  = 2;
     this.btnGenAll.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btnGenAll.IdleIconLeftImage    = null;
     this.btnGenAll.IdleIconRightImage   = null;
     this.btnGenAll.Location             = new System.Drawing.Point(720, 41);
     this.btnGenAll.Name              = "btnGenAll";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius    = 35;
     stateProperties1.BorderThickness = 2;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.btnGenAll.onHoverState      = stateProperties1;
     this.btnGenAll.Size              = new System.Drawing.Size(331, 45);
     this.btnGenAll.TabIndex          = 24;
     this.btnGenAll.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnGenAll.Click            += new System.EventHandler(this.btnGenAll_Click);
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Cursor          = System.Windows.Forms.Cursors.Default;
     this.crystalReportViewer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location        = new System.Drawing.Point(3, 136);
     this.crystalReportViewer1.Name            = "crystalReportViewer1";
     this.crystalReportViewer1.Size            = new System.Drawing.Size(1064, 529);
     this.crystalReportViewer1.TabIndex        = 1;
     //
     // UserReports
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "UserReports";
     this.Size  = new System.Drawing.Size(1070, 668);
     this.Load += new System.EventHandler(this.UserReports_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties5 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties6 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     System.ComponentModel.ComponentResourceManager               resources          = new System.ComponentModel.ComponentResourceManager(typeof(CommandeUC));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1   = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2   = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.bunifuDataGridView1 = new Bunifu.UI.WinForms.BunifuDataGridView();
     this.Id             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bunifuTextBox1 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.bunifuLabel1   = new Bunifu.UI.WinForms.BunifuLabel();
     this.bunifuButton1  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.panel3         = new System.Windows.Forms.Panel();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuDataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(6, 25);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(627, 252);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.bunifuButton1);
     this.panel2.Location = new System.Drawing.Point(725, 333);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(627, 271);
     this.panel2.TabIndex = 1;
     //
     // bunifuDataGridView1
     //
     this.bunifuDataGridView1.AllowCustomTheming = false;
     dataGridViewCellStyle1.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.ForeColor            = System.Drawing.Color.Black;
     this.bunifuDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.bunifuDataGridView1.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.bunifuDataGridView1.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.bunifuDataGridView1.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.bunifuDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.DodgerBlue;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Segoe UI Semibold", 11.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.bunifuDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.bunifuDataGridView1.ColumnHeadersHeight           = 40;
     this.bunifuDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Id,
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4
     });
     this.bunifuDataGridView1.CurrentTheme.AlternatingRowsStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.bunifuDataGridView1.CurrentTheme.AlternatingRowsStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     this.bunifuDataGridView1.CurrentTheme.AlternatingRowsStyle.ForeColor          = System.Drawing.Color.Black;
     this.bunifuDataGridView1.CurrentTheme.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     this.bunifuDataGridView1.CurrentTheme.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.bunifuDataGridView1.CurrentTheme.BackColor                      = System.Drawing.Color.White;
     this.bunifuDataGridView1.CurrentTheme.GridColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
     this.bunifuDataGridView1.CurrentTheme.HeaderStyle.BackColor          = System.Drawing.Color.DodgerBlue;
     this.bunifuDataGridView1.CurrentTheme.HeaderStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 11.75F, System.Drawing.FontStyle.Bold);
     this.bunifuDataGridView1.CurrentTheme.HeaderStyle.ForeColor          = System.Drawing.Color.White;
     this.bunifuDataGridView1.CurrentTheme.HeaderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(115)))), ((int)(((byte)(204)))));
     this.bunifuDataGridView1.CurrentTheme.HeaderStyle.SelectionForeColor = System.Drawing.Color.White;
     this.bunifuDataGridView1.CurrentTheme.Name = null;
     this.bunifuDataGridView1.CurrentTheme.RowsStyle.BackColor          = System.Drawing.Color.White;
     this.bunifuDataGridView1.CurrentTheme.RowsStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     this.bunifuDataGridView1.CurrentTheme.RowsStyle.ForeColor          = System.Drawing.Color.Black;
     this.bunifuDataGridView1.CurrentTheme.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     this.bunifuDataGridView1.CurrentTheme.RowsStyle.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                   = System.Drawing.Color.White;
     dataGridViewCellStyle3.Font                        = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle3.ForeColor                   = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionForeColor          = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode                    = System.Windows.Forms.DataGridViewTriState.False;
     this.bunifuDataGridView1.DefaultCellStyle          = dataGridViewCellStyle3;
     this.bunifuDataGridView1.EnableHeadersVisualStyles = false;
     this.bunifuDataGridView1.GridColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
     this.bunifuDataGridView1.HeaderBackColor           = System.Drawing.Color.DodgerBlue;
     //this.bunifuDataGridView1.HeaderBgColor = System.Drawing.Color.Empty;
     this.bunifuDataGridView1.HeaderForeColor    = System.Drawing.Color.White;
     this.bunifuDataGridView1.Location           = new System.Drawing.Point(658, 3);
     this.bunifuDataGridView1.Name               = "bunifuDataGridView1";
     this.bunifuDataGridView1.RowHeadersVisible  = false;
     this.bunifuDataGridView1.RowTemplate.Height = 40;
     this.bunifuDataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.bunifuDataGridView1.Size               = new System.Drawing.Size(621, 568);
     this.bunifuDataGridView1.TabIndex           = 2;
     this.bunifuDataGridView1.Theme              = Bunifu.UI.WinForms.BunifuDataGridView.PresetThemes.Light;
     //
     // Id
     //
     this.Id.HeaderText = "Id";
     this.Id.Name       = "Id";
     //
     // Column1
     //
     this.Column1.HeaderText = "Nom Produit";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Quantité";
     this.Column2.Name       = "Column2";
     //
     // Column3
     //
     this.Column3.HeaderText = "Total";
     this.Column3.Name       = "Column3";
     //
     // Column4
     //
     this.Column4.HeaderText = "Supprimer";
     this.Column4.Name       = "Column4";
     //
     // bunifuTextBox1
     //
     this.bunifuTextBox1.AcceptsReturn       = false;
     this.bunifuTextBox1.AcceptsTab          = false;
     this.bunifuTextBox1.AnimationSpeed      = 200;
     this.bunifuTextBox1.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.bunifuTextBox1.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.bunifuTextBox1.BackColor           = System.Drawing.Color.Transparent;
     this.bunifuTextBox1.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("bunifuTextBox1.BackgroundImage")));
     this.bunifuTextBox1.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.bunifuTextBox1.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuTextBox1.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     this.bunifuTextBox1.BorderColorIdle     = System.Drawing.Color.Silver;
     this.bunifuTextBox1.BorderRadius        = 1;
     this.bunifuTextBox1.BorderThickness     = 1;
     this.bunifuTextBox1.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.bunifuTextBox1.Cursor                = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTextBox1.DefaultFont           = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuTextBox1.DefaultText           = "";
     this.bunifuTextBox1.FillColor             = System.Drawing.Color.White;
     this.bunifuTextBox1.HideSelection         = true;
     this.bunifuTextBox1.IconLeft              = null;
     this.bunifuTextBox1.IconLeftCursor        = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTextBox1.IconPadding           = 10;
     this.bunifuTextBox1.IconRight             = null;
     this.bunifuTextBox1.IconRightCursor       = System.Windows.Forms.Cursors.IBeam;
     this.bunifuTextBox1.Lines                 = new string[0];
     this.bunifuTextBox1.Location              = new System.Drawing.Point(834, 578);
     this.bunifuTextBox1.MaxLength             = 32767;
     this.bunifuTextBox1.MinimumSize           = new System.Drawing.Size(1, 1);
     this.bunifuTextBox1.Modified              = false;
     this.bunifuTextBox1.Multiline             = false;
     this.bunifuTextBox1.Name                  = "bunifuTextBox1";
     stateProperties3.BorderColor              = System.Drawing.Color.DodgerBlue;
     stateProperties3.FillColor                = System.Drawing.Color.Empty;
     stateProperties3.ForeColor                = System.Drawing.Color.Empty;
     stateProperties3.PlaceholderForeColor     = System.Drawing.Color.Empty;
     this.bunifuTextBox1.OnActiveState         = stateProperties3;
     stateProperties4.BorderColor              = System.Drawing.Color.Empty;
     stateProperties4.FillColor                = System.Drawing.Color.White;
     stateProperties4.ForeColor                = System.Drawing.Color.Empty;
     stateProperties4.PlaceholderForeColor     = System.Drawing.Color.Silver;
     this.bunifuTextBox1.OnDisabledState       = stateProperties4;
     stateProperties5.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties5.FillColor                = System.Drawing.Color.Empty;
     stateProperties5.ForeColor                = System.Drawing.Color.Empty;
     stateProperties5.PlaceholderForeColor     = System.Drawing.Color.Empty;
     this.bunifuTextBox1.OnHoverState          = stateProperties5;
     stateProperties6.BorderColor              = System.Drawing.Color.Silver;
     stateProperties6.FillColor                = System.Drawing.Color.White;
     stateProperties6.ForeColor                = System.Drawing.Color.Empty;
     stateProperties6.PlaceholderForeColor     = System.Drawing.Color.Empty;
     this.bunifuTextBox1.OnIdleState           = stateProperties6;
     this.bunifuTextBox1.PasswordChar          = '\0';
     this.bunifuTextBox1.PlaceholderForeColor  = System.Drawing.Color.Silver;
     this.bunifuTextBox1.PlaceholderText       = "Enter text";
     this.bunifuTextBox1.ReadOnly              = false;
     this.bunifuTextBox1.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.bunifuTextBox1.SelectedText          = "";
     this.bunifuTextBox1.SelectionLength       = 0;
     this.bunifuTextBox1.SelectionStart        = 0;
     this.bunifuTextBox1.ShortcutsEnabled      = true;
     this.bunifuTextBox1.Size                  = new System.Drawing.Size(253, 35);
     this.bunifuTextBox1.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.bunifuTextBox1.TabIndex              = 3;
     this.bunifuTextBox1.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.bunifuTextBox1.TextMarginBottom      = 0;
     this.bunifuTextBox1.TextMarginLeft        = 5;
     this.bunifuTextBox1.TextMarginTop         = 0;
     this.bunifuTextBox1.TextPlaceholder       = "Enter text";
     this.bunifuTextBox1.UseSystemPasswordChar = false;
     this.bunifuTextBox1.WordWrap              = true;
     //
     // bunifuLabel1
     //
     this.bunifuLabel1.AutoEllipsis  = false;
     this.bunifuLabel1.CursorType    = null;
     this.bunifuLabel1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuLabel1.Location      = new System.Drawing.Point(743, 582);
     this.bunifuLabel1.Name          = "bunifuLabel1";
     this.bunifuLabel1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.bunifuLabel1.Size          = new System.Drawing.Size(95, 22);
     this.bunifuLabel1.TabIndex      = 4;
     this.bunifuLabel1.Text          = "bunifuLabel1";
     this.bunifuLabel1.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.bunifuLabel1.TextFormat    = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
     //
     // bunifuButton1
     //
     this.bunifuButton1.AllowToggling        = false;
     this.bunifuButton1.AnimationSpeed       = 200;
     this.bunifuButton1.AutoGenerateColors   = false;
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackColor1           = System.Drawing.Color.DodgerBlue;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.bunifuButton1.ButtonText           = "bunifuButton1";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.ColorContrastOnClick = 45;
     this.bunifuButton1.ColorContrastOnHover = 45;
     this.bunifuButton1.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft                         = true;
     borderEdges1.BottomRight                        = true;
     borderEdges1.TopLeft                            = true;
     borderEdges1.TopRight                           = true;
     this.bunifuButton1.CustomizableEdges            = borderEdges1;
     this.bunifuButton1.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.bunifuButton1.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.bunifuButton1.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.bunifuButton1.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.bunifuButton1.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.bunifuButton1.Font                         = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton1.ForeColor                    = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IconMarginLeft               = 11;
     this.bunifuButton1.IconPadding                  = 10;
     this.bunifuButton1.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IdleBorderColor              = System.Drawing.Color.DodgerBlue;
     this.bunifuButton1.IdleBorderRadius             = 3;
     this.bunifuButton1.IdleBorderThickness          = 1;
     this.bunifuButton1.IdleFillColor                = System.Drawing.Color.DodgerBlue;
     this.bunifuButton1.IdleIconLeftImage            = null;
     this.bunifuButton1.IdleIconRightImage           = null;
     this.bunifuButton1.IndicateFocus                = false;
     this.bunifuButton1.Location                     = new System.Drawing.Point(368, 245);
     this.bunifuButton1.Name                         = "bunifuButton1";
     stateProperties1.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties1.BorderRadius                   = 3;
     stateProperties1.BorderStyle                    = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness                = 1;
     stateProperties1.FillColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties1.ForeColor                      = System.Drawing.Color.White;
     stateProperties1.IconLeftImage                  = null;
     stateProperties1.IconRightImage                 = null;
     this.bunifuButton1.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.BorderRadius                   = 3;
     stateProperties2.BorderStyle                    = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness                = 1;
     stateProperties2.FillColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.ForeColor                      = System.Drawing.Color.White;
     stateProperties2.IconLeftImage                  = null;
     stateProperties2.IconRightImage                 = null;
     this.bunifuButton1.OnPressedState               = stateProperties2;
     this.bunifuButton1.Size                         = new System.Drawing.Size(116, 31);
     this.bunifuButton1.TabIndex                     = 5;
     this.bunifuButton1.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.TextMarginLeft               = 0;
     this.bunifuButton1.UseDefaultRadiusAndThickness = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(630, 258);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Catégories";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.panel3);
     this.groupBox2.Location = new System.Drawing.Point(9, 313);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(630, 258);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Produits";
     //
     // panel3
     //
     this.panel3.Location = new System.Drawing.Point(6, 25);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(627, 252);
     this.panel3.TabIndex = 0;
     //
     // CommandeUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.bunifuLabel1);
     this.Controls.Add(this.bunifuTextBox1);
     this.Controls.Add(this.bunifuDataGridView1);
     this.Controls.Add(this.panel2);
     this.Name = "CommandeUC";
     this.Size = new System.Drawing.Size(1309, 680);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuDataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(ProAdmin));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties5 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties6 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties7 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties8 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.p1            = new System.Windows.Forms.Panel();
     this.dgvpro        = new System.Windows.Forms.DataGridView();
     this.pictureBox4   = new System.Windows.Forms.PictureBox();
     this.bunifuButton3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.panel3        = new System.Windows.Forms.Panel();
     this.txtdel        = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.pictureBox2   = new System.Windows.Forms.PictureBox();
     this.label2        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.dtpproduct    = new Bunifu.UI.WinForms.BunifuDatePicker();
     this.rdb3          = new Bunifu.UI.WinForms.BunifuRadioButton();
     this.rdb1          = new Bunifu.UI.WinForms.BunifuRadioButton();
     this.lbl4          = new System.Windows.Forms.Label();
     this.lbl3          = new System.Windows.Forms.Label();
     this.lbl2          = new System.Windows.Forms.Label();
     this.lbl1          = new System.Windows.Forms.Label();
     this.pnl4          = new System.Windows.Forms.Panel();
     this.pnl3          = new System.Windows.Forms.Panel();
     this.pnl2          = new System.Windows.Forms.Panel();
     this.pnl1          = new System.Windows.Forms.Panel();
     this.txtcol        = new System.Windows.Forms.TextBox();
     this.txtpro        = new System.Windows.Forms.TextBox();
     this.bunifuButton2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuButton1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.label1        = new System.Windows.Forms.Label();
     this.pictureBox3   = new System.Windows.Forms.PictureBox();
     this.bunifuButton4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgvpro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // p1
     //
     this.p1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.p1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.p1.Location  = new System.Drawing.Point(0, 0);
     this.p1.Name      = "p1";
     this.p1.Size      = new System.Drawing.Size(1167, 8);
     this.p1.TabIndex  = 5;
     //
     // dgvpro
     //
     this.dgvpro.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvpro.Location           = new System.Drawing.Point(33, 673);
     this.dgvpro.Name               = "dgvpro";
     this.dgvpro.RowTemplate.Height = 24;
     this.dgvpro.Size               = new System.Drawing.Size(1091, 321);
     this.dgvpro.TabIndex           = 155;
     //
     // pictureBox4
     //
     this.pictureBox4.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox4.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(0, 12);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(54, 55);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex = 154;
     this.pictureBox4.TabStop  = false;
     this.pictureBox4.Click   += new System.EventHandler(this.pictureBox4_Click_1);
     //
     // bunifuButton3
     //
     this.bunifuButton3.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton3.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton3.BackgroundImage")));
     this.bunifuButton3.ButtonText           = "Delete";
     this.bunifuButton3.ButtonTextMarginLeft = 0;
     this.bunifuButton3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton3.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton3.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton3.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton3.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton3.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton3.IconLeftCursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton3.IconPadding         = 10;
     this.bunifuButton3.IconRightCursor     = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton3.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton3.IdleBorderRadius    = 1;
     this.bunifuButton3.IdleBorderThickness = 1;
     this.bunifuButton3.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton3.IdleIconLeftImage   = null;
     this.bunifuButton3.IdleIconRightImage  = null;
     this.bunifuButton3.Location            = new System.Drawing.Point(814, 438);
     this.bunifuButton3.Name                = "bunifuButton3";
     stateProperties1.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties1.BorderRadius          = 1;
     stateProperties1.BorderThickness       = 1;
     stateProperties1.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties1.ForeColor             = System.Drawing.Color.White;
     stateProperties1.IconLeftImage         = null;
     stateProperties1.IconRightImage        = null;
     this.bunifuButton3.onHoverState        = stateProperties1;
     stateProperties2.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.BorderRadius          = 1;
     stateProperties2.BorderThickness       = 1;
     stateProperties2.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.ForeColor             = System.Drawing.Color.White;
     stateProperties2.IconLeftImage         = null;
     stateProperties2.IconRightImage        = null;
     this.bunifuButton3.OnPressedState      = stateProperties2;
     this.bunifuButton3.Size                = new System.Drawing.Size(210, 45);
     this.bunifuButton3.TabIndex            = 153;
     this.bunifuButton3.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton3.Click              += new System.EventHandler(this.bunifuButton3_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Location  = new System.Drawing.Point(737, 358);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(362, 1);
     this.panel3.TabIndex  = 152;
     //
     // txtdel
     //
     this.txtdel.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtdel.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtdel.ForeColor   = System.Drawing.Color.White;
     this.txtdel.Location    = new System.Drawing.Point(737, 337);
     this.txtdel.Name        = "txtdel";
     this.txtdel.Size        = new System.Drawing.Size(362, 15);
     this.txtdel.TabIndex    = 151;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label3.Location  = new System.Drawing.Point(733, 299);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(106, 24);
     this.label3.TabIndex  = 150;
     this.label3.Text      = "Product ID";
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(843, 141);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(155, 111);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 149;
     this.pictureBox2.TabStop  = false;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Franklin Gothic Medium", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(783, 63);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(269, 38);
     this.label2.TabIndex  = 148;
     this.label2.Text      = "Pro.Details Delete";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label4.Location  = new System.Drawing.Point(427, 429);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(83, 25);
     this.label4.TabIndex  = 147;
     this.label4.Text      = "Evening";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label5.Location  = new System.Drawing.Point(219, 429);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(83, 25);
     this.label5.TabIndex  = 146;
     this.label5.Text      = "Morning";
     //
     // dtpproduct
     //
     this.dtpproduct.BorderRadius        = 1;
     this.dtpproduct.Color               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.dtpproduct.DateBorderThickness = Bunifu.UI.WinForms.BunifuDatePicker.BorderThickness.Thick;
     this.dtpproduct.DateTextAlign       = Bunifu.UI.WinForms.BunifuDatePicker.TextAlign.Left;
     this.dtpproduct.DisabledColor       = System.Drawing.Color.Gray;
     this.dtpproduct.DisplayWeekNumbers  = false;
     this.dtpproduct.DPHeight            = 0;
     this.dtpproduct.DropDownAlign       = System.Windows.Forms.LeftRightAlignment.Right;
     this.dtpproduct.FillDatePicker      = false;
     this.dtpproduct.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.dtpproduct.Icon         = ((System.Drawing.Image)(resources.GetObject("dtpproduct.Icon")));
     this.dtpproduct.IconColor    = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.dtpproduct.IconLocation = Bunifu.UI.WinForms.BunifuDatePicker.Indicator.Right;
     this.dtpproduct.Location     = new System.Drawing.Point(272, 474);
     this.dtpproduct.MinimumSize  = new System.Drawing.Size(247, 32);
     this.dtpproduct.Name         = "dtpproduct";
     this.dtpproduct.Size         = new System.Drawing.Size(247, 32);
     this.dtpproduct.TabIndex     = 145;
     //
     // rdb3
     //
     this.rdb3.Checked      = false;
     this.rdb3.Location     = new System.Drawing.Point(516, 429);
     this.rdb3.Name         = "rdb3";
     this.rdb3.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb3.RadioColor   = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb3.Size         = new System.Drawing.Size(25, 25);
     this.rdb3.TabIndex     = 144;
     this.rdb3.Text         = null;
     //
     // rdb1
     //
     this.rdb1.Checked      = true;
     this.rdb1.Location     = new System.Drawing.Point(309, 430);
     this.rdb1.Name         = "rdb1";
     this.rdb1.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb1.RadioColor   = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb1.Size         = new System.Drawing.Size(25, 25);
     this.rdb1.TabIndex     = 143;
     this.rdb1.Text         = null;
     //
     // lbl4
     //
     this.lbl4.AutoSize  = true;
     this.lbl4.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl4.Location  = new System.Drawing.Point(43, 489);
     this.lbl4.Name      = "lbl4";
     this.lbl4.Size      = new System.Drawing.Size(52, 24);
     this.lbl4.TabIndex  = 142;
     this.lbl4.Text      = "Date";
     //
     // lbl3
     //
     this.lbl3.AutoSize  = true;
     this.lbl3.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl3.Location  = new System.Drawing.Point(43, 430);
     this.lbl3.Name      = "lbl3";
     this.lbl3.Size      = new System.Drawing.Size(51, 24);
     this.lbl3.TabIndex  = 141;
     this.lbl3.Text      = "Shift";
     //
     // lbl2
     //
     this.lbl2.AutoSize  = true;
     this.lbl2.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl2.Location  = new System.Drawing.Point(44, 372);
     this.lbl2.Name      = "lbl2";
     this.lbl2.Size      = new System.Drawing.Size(108, 24);
     this.lbl2.TabIndex  = 140;
     this.lbl2.Text      = "Color Code";
     //
     // lbl1
     //
     this.lbl1.AutoSize  = true;
     this.lbl1.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl1.Location  = new System.Drawing.Point(43, 312);
     this.lbl1.Name      = "lbl1";
     this.lbl1.Size      = new System.Drawing.Size(106, 24);
     this.lbl1.TabIndex  = 139;
     this.lbl1.Text      = "Product ID";
     //
     // pnl4
     //
     this.pnl4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl4.Location  = new System.Drawing.Point(47, 516);
     this.pnl4.Name      = "pnl4";
     this.pnl4.Size      = new System.Drawing.Size(571, 1);
     this.pnl4.TabIndex  = 138;
     //
     // pnl3
     //
     this.pnl3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl3.Location  = new System.Drawing.Point(47, 460);
     this.pnl3.Name      = "pnl3";
     this.pnl3.Size      = new System.Drawing.Size(571, 1);
     this.pnl3.TabIndex  = 137;
     //
     // pnl2
     //
     this.pnl2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl2.Location  = new System.Drawing.Point(47, 399);
     this.pnl2.Name      = "pnl2";
     this.pnl2.Size      = new System.Drawing.Size(571, 1);
     this.pnl2.TabIndex  = 136;
     //
     // pnl1
     //
     this.pnl1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl1.Location  = new System.Drawing.Point(47, 340);
     this.pnl1.Name      = "pnl1";
     this.pnl1.Size      = new System.Drawing.Size(571, 1);
     this.pnl1.TabIndex  = 135;
     //
     // txtcol
     //
     this.txtcol.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtcol.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtcol.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcol.ForeColor     = System.Drawing.Color.White;
     this.txtcol.HideSelection = false;
     this.txtcol.Location      = new System.Drawing.Point(167, 368);
     this.txtcol.Name          = "txtcol";
     this.txtcol.Size          = new System.Drawing.Size(435, 25);
     this.txtcol.TabIndex      = 134;
     this.txtcol.TabStop       = false;
     //
     // txtpro
     //
     this.txtpro.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtpro.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtpro.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtpro.ForeColor     = System.Drawing.Color.White;
     this.txtpro.HideSelection = false;
     this.txtpro.Location      = new System.Drawing.Point(167, 309);
     this.txtpro.Multiline     = true;
     this.txtpro.Name          = "txtpro";
     this.txtpro.Size          = new System.Drawing.Size(421, 27);
     this.txtpro.TabIndex      = 133;
     this.txtpro.TabStop       = false;
     //
     // bunifuButton2
     //
     this.bunifuButton2.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton2.BackgroundImage")));
     this.bunifuButton2.ButtonText           = "Cancel";
     this.bunifuButton2.ButtonTextMarginLeft = 0;
     this.bunifuButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton2.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton2.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton2.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton2.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton2.IconLeftCursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.IconPadding         = 10;
     this.bunifuButton2.IconRightCursor     = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton2.IdleBorderRadius    = 1;
     this.bunifuButton2.IdleBorderThickness = 1;
     this.bunifuButton2.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton2.IdleIconLeftImage   = null;
     this.bunifuButton2.IdleIconRightImage  = null;
     this.bunifuButton2.Location            = new System.Drawing.Point(331, 564);
     this.bunifuButton2.Name                = "bunifuButton2";
     stateProperties3.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties3.BorderRadius          = 1;
     stateProperties3.BorderThickness       = 1;
     stateProperties3.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties3.ForeColor             = System.Drawing.Color.White;
     stateProperties3.IconLeftImage         = null;
     stateProperties3.IconRightImage        = null;
     this.bunifuButton2.onHoverState        = stateProperties3;
     stateProperties4.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.BorderRadius          = 1;
     stateProperties4.BorderThickness       = 1;
     stateProperties4.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.ForeColor             = System.Drawing.Color.White;
     stateProperties4.IconLeftImage         = null;
     stateProperties4.IconRightImage        = null;
     this.bunifuButton2.OnPressedState      = stateProperties4;
     this.bunifuButton2.Size                = new System.Drawing.Size(210, 45);
     this.bunifuButton2.TabIndex            = 132;
     this.bunifuButton2.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "Update";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton1.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton1.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IconPadding         = 10;
     this.bunifuButton1.IconRightCursor     = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleBorderRadius    = 1;
     this.bunifuButton1.IdleBorderThickness = 1;
     this.bunifuButton1.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleIconLeftImage   = null;
     this.bunifuButton1.IdleIconRightImage  = null;
     this.bunifuButton1.Location            = new System.Drawing.Point(66, 564);
     this.bunifuButton1.Name                = "bunifuButton1";
     stateProperties5.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties5.BorderRadius          = 1;
     stateProperties5.BorderThickness       = 1;
     stateProperties5.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties5.ForeColor             = System.Drawing.Color.White;
     stateProperties5.IconLeftImage         = null;
     stateProperties5.IconRightImage        = null;
     this.bunifuButton1.onHoverState        = stateProperties5;
     stateProperties6.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties6.BorderRadius          = 1;
     stateProperties6.BorderThickness       = 1;
     stateProperties6.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties6.ForeColor             = System.Drawing.Color.White;
     stateProperties6.IconLeftImage         = null;
     stateProperties6.IconRightImage        = null;
     this.bunifuButton1.OnPressedState      = stateProperties6;
     this.bunifuButton1.Size                = new System.Drawing.Size(210, 45);
     this.bunifuButton1.TabIndex            = 131;
     this.bunifuButton1.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.Click              += new System.EventHandler(this.bunifuButton1_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(244, 141);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(134, 121);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 130;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Franklin Gothic Medium", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(174, 63);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(276, 38);
     this.label1.TabIndex  = 129;
     this.label1.Text      = "Pro.Details Update";
     //
     // pictureBox3
     //
     this.pictureBox3.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(1141, 3);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(23, 39);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 156;
     this.pictureBox3.TabStop  = false;
     this.pictureBox3.Click   += new System.EventHandler(this.pictureBox3_Click);
     //
     // bunifuButton4
     //
     this.bunifuButton4.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton4.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton4.BackgroundImage")));
     this.bunifuButton4.ButtonText           = "Show Data";
     this.bunifuButton4.ButtonTextMarginLeft = 0;
     this.bunifuButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton4.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton4.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton4.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton4.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton4.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton4.IconLeftCursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton4.IconPadding         = 10;
     this.bunifuButton4.IconRightCursor     = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton4.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton4.IdleBorderRadius    = 1;
     this.bunifuButton4.IdleBorderThickness = 1;
     this.bunifuButton4.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton4.IdleIconLeftImage   = null;
     this.bunifuButton4.IdleIconRightImage  = null;
     this.bunifuButton4.Location            = new System.Drawing.Point(600, 564);
     this.bunifuButton4.Name                = "bunifuButton4";
     stateProperties7.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties7.BorderRadius          = 1;
     stateProperties7.BorderThickness       = 1;
     stateProperties7.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties7.ForeColor             = System.Drawing.Color.White;
     stateProperties7.IconLeftImage         = null;
     stateProperties7.IconRightImage        = null;
     this.bunifuButton4.onHoverState        = stateProperties7;
     stateProperties8.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties8.BorderRadius          = 1;
     stateProperties8.BorderThickness       = 1;
     stateProperties8.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties8.ForeColor             = System.Drawing.Color.White;
     stateProperties8.IconLeftImage         = null;
     stateProperties8.IconRightImage        = null;
     this.bunifuButton4.OnPressedState      = stateProperties8;
     this.bunifuButton4.Size                = new System.Drawing.Size(210, 45);
     this.bunifuButton4.TabIndex            = 158;
     this.bunifuButton4.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton4.Click              += new System.EventHandler(this.bunifuButton4_Click);
     //
     // ProAdmin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.ClientSize          = new System.Drawing.Size(1167, 1102);
     this.Controls.Add(this.bunifuButton4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.dgvpro);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.bunifuButton3);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.txtdel);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.dtpproduct);
     this.Controls.Add(this.rdb3);
     this.Controls.Add(this.rdb1);
     this.Controls.Add(this.lbl4);
     this.Controls.Add(this.lbl3);
     this.Controls.Add(this.lbl2);
     this.Controls.Add(this.lbl1);
     this.Controls.Add(this.pnl4);
     this.Controls.Add(this.pnl3);
     this.Controls.Add(this.pnl2);
     this.Controls.Add(this.pnl1);
     this.Controls.Add(this.txtcol);
     this.Controls.Add(this.txtpro);
     this.Controls.Add(this.bunifuButton2);
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.p1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ProAdmin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ProAdmin";
     ((System.ComponentModel.ISupportInitialize)(this.dgvpro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(deleteCategory));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1             = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2             = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3             = new System.Windows.Forms.DataGridViewCellStyle();
     this.bunifuButton1                  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.nameTexBox                     = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.label2                         = new System.Windows.Forms.Label();
     this.metroGrid1                     = new MetroFramework.Controls.MetroGrid();
     this.dataSet10                      = new WindowsFormsApplication3.DataSet10();
     this.cATEGORYBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.cATEGORYTableAdapter           = new WindowsFormsApplication3.DataSet10TableAdapters.CATEGORYTableAdapter();
     this.cIDDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cNAMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.aNODataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1                         = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.metroGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cATEGORYBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "Delete";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton1.Font                = new System.Drawing.Font("Century Gothic", 10F);
     this.bunifuButton1.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IconPadding         = 10;
     this.bunifuButton1.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IdleBorderColor     = System.Drawing.Color.White;
     this.bunifuButton1.IdleBorderRadius    = 1;
     this.bunifuButton1.IdleBorderThickness = 0;
     this.bunifuButton1.IdleFillColor       = System.Drawing.Color.Teal;
     this.bunifuButton1.IdleIconLeftImage   = null;
     this.bunifuButton1.IdleIconRightImage  = null;
     this.bunifuButton1.Location            = new System.Drawing.Point(794, 51);
     this.bunifuButton1.Name                = "bunifuButton1";
     stateProperties1.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius          = 1;
     stateProperties1.BorderThickness       = 1;
     stateProperties1.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage         = null;
     stateProperties1.IconRightImage        = null;
     this.bunifuButton1.onHoverState        = stateProperties1;
     this.bunifuButton1.Size                = new System.Drawing.Size(122, 35);
     this.bunifuButton1.TabIndex            = 21;
     this.bunifuButton1.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.Click              += new System.EventHandler(this.bunifuButton1_Click);
     //
     // nameTexBox
     //
     this.nameTexBox.AcceptsReturn       = false;
     this.nameTexBox.AcceptsTab          = false;
     this.nameTexBox.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.nameTexBox.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.nameTexBox.BackColor           = System.Drawing.Color.Transparent;
     this.nameTexBox.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("nameTexBox.BackgroundImage")));
     this.nameTexBox.BorderColorActive   = System.Drawing.Color.Teal;
     this.nameTexBox.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.nameTexBox.BorderColorHover    = System.Drawing.Color.Silver;
     this.nameTexBox.BorderColorIdle     = System.Drawing.Color.Teal;
     this.nameTexBox.BorderRadius        = 1;
     this.nameTexBox.BorderThickness     = 1;
     this.nameTexBox.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.nameTexBox.DefaultFont         = new System.Drawing.Font("Century Gothic", 13F);
     this.nameTexBox.DefaultText         = "";
     this.nameTexBox.FillColor           = System.Drawing.Color.White;
     this.nameTexBox.HideSelection       = true;
     this.nameTexBox.IconLeft            = null;
     this.nameTexBox.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.nameTexBox.IconPadding         = 10;
     this.nameTexBox.IconRight           = null;
     this.nameTexBox.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.nameTexBox.Location            = new System.Drawing.Point(534, 49);
     this.nameTexBox.MaxLength           = 32767;
     this.nameTexBox.MinimumSize         = new System.Drawing.Size(100, 35);
     this.nameTexBox.Modified            = false;
     this.nameTexBox.Name                  = "nameTexBox";
     this.nameTexBox.PasswordChar          = '\0';
     this.nameTexBox.ReadOnly              = false;
     this.nameTexBox.SelectedText          = "";
     this.nameTexBox.SelectionLength       = 0;
     this.nameTexBox.SelectionStart        = 0;
     this.nameTexBox.ShortcutsEnabled      = true;
     this.nameTexBox.Size                  = new System.Drawing.Size(239, 37);
     this.nameTexBox.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.nameTexBox.TabIndex              = 19;
     this.nameTexBox.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.nameTexBox.TextMarginLeft        = 5;
     this.nameTexBox.TextPlaceholder       = "";
     this.nameTexBox.UseSystemPasswordChar = false;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Century Gothic", 13F);
     this.label2.Location  = new System.Drawing.Point(336, 65);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(168, 21);
     this.label2.TabIndex  = 20;
     this.label2.Text      = "Enter Category Id";
     //
     // metroGrid1
     //
     this.metroGrid1.AllowUserToResizeRows         = false;
     this.metroGrid1.AutoGenerateColumns           = false;
     this.metroGrid1.BackgroundColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.metroGrid1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.metroGrid1.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.metroGrid1.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(170)))), ((int)(((byte)(173)))));
     dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Segoe UI Semibold", 12.6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.SelectionBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(201)))), ((int)(((byte)(206)))));
     dataGridViewCellStyle1.SelectionForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle1.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.metroGrid1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.metroGrid1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.cIDDataGridViewTextBoxColumn,
         this.cNAMEDataGridViewTextBoxColumn,
         this.aNODataGridViewTextBoxColumn
     });
     this.metroGrid1.DataSource                = this.cATEGORYBindingSource;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Segoe UI Semibold", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(201)))), ((int)(((byte)(206)))));
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.metroGrid1.DefaultCellStyle          = dataGridViewCellStyle2;
     this.metroGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.metroGrid1.EnableHeadersVisualStyles = false;
     this.metroGrid1.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.metroGrid1.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.metroGrid1.Location                   = new System.Drawing.Point(0, 150);
     this.metroGrid1.Name                       = "metroGrid1";
     this.metroGrid1.ReadOnly                   = true;
     this.metroGrid1.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle3.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(170)))), ((int)(((byte)(173)))));
     dataGridViewCellStyle3.Font                = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionBackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(201)))), ((int)(((byte)(206)))));
     dataGridViewCellStyle3.SelectionForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.metroGrid1.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.metroGrid1.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.metroGrid1.Size                       = new System.Drawing.Size(1366, 618);
     this.metroGrid1.Style                      = MetroFramework.MetroColorStyle.Teal;
     this.metroGrid1.TabIndex                   = 62;
     this.metroGrid1.Theme                      = MetroFramework.MetroThemeStyle.Light;
     //
     // dataSet10
     //
     this.dataSet10.DataSetName             = "DataSet10";
     this.dataSet10.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // cATEGORYBindingSource
     //
     this.cATEGORYBindingSource.DataMember = "CATEGORY";
     this.cATEGORYBindingSource.DataSource = this.dataSet10;
     //
     // cATEGORYTableAdapter
     //
     this.cATEGORYTableAdapter.ClearBeforeFill = true;
     //
     // cIDDataGridViewTextBoxColumn
     //
     this.cIDDataGridViewTextBoxColumn.DataPropertyName = "CID";
     this.cIDDataGridViewTextBoxColumn.HeaderText       = "CATEGORY ID";
     this.cIDDataGridViewTextBoxColumn.Name             = "cIDDataGridViewTextBoxColumn";
     this.cIDDataGridViewTextBoxColumn.ReadOnly         = true;
     this.cIDDataGridViewTextBoxColumn.Width            = 200;
     //
     // cNAMEDataGridViewTextBoxColumn
     //
     this.cNAMEDataGridViewTextBoxColumn.DataPropertyName = "CNAME";
     this.cNAMEDataGridViewTextBoxColumn.HeaderText       = "CATEGORY NAME";
     this.cNAMEDataGridViewTextBoxColumn.Name             = "cNAMEDataGridViewTextBoxColumn";
     this.cNAMEDataGridViewTextBoxColumn.ReadOnly         = true;
     this.cNAMEDataGridViewTextBoxColumn.Width            = 600;
     //
     // aNODataGridViewTextBoxColumn
     //
     this.aNODataGridViewTextBoxColumn.DataPropertyName = "ANO";
     this.aNODataGridViewTextBoxColumn.HeaderText       = "ADMIN ID";
     this.aNODataGridViewTextBoxColumn.Name             = "aNODataGridViewTextBoxColumn";
     this.aNODataGridViewTextBoxColumn.ReadOnly         = true;
     this.aNODataGridViewTextBoxColumn.Width            = 600;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1366, 150);
     this.panel1.TabIndex  = 63;
     //
     // deleteCategory
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.metroGrid1);
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.nameTexBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Name  = "deleteCategory";
     this.Size  = new System.Drawing.Size(1366, 768);
     this.Load += new System.EventHandler(this.deleteCategory_Load);
     ((System.ComponentModel.ISupportInitialize)(this.metroGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cATEGORYBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
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.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panel1             = new System.Windows.Forms.Panel();
     this.bunifuButton2      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.panel3             = new System.Windows.Forms.Panel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuButton1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.lsp1 = new Dashboard.LSP();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(84)))), ((int)(((byte)(101)))));
     this.panel1.Controls.Add(this.bunifuButton2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(-2, -1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(864, 52);
     this.panel1.TabIndex = 0;
     //
     // bunifuButton2
     //
     this.bunifuButton2.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton2.BackgroundImage")));
     this.bunifuButton2.ButtonText           = "";
     this.bunifuButton2.ButtonTextMarginLeft = 0;
     this.bunifuButton2.DisabledBorderColor  = System.Drawing.Color.White;
     this.bunifuButton2.DisabledFillColor    = System.Drawing.Color.White;
     this.bunifuButton2.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton2.ForeColor            = System.Drawing.Color.White;
     this.bunifuButton2.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.bunifuButton2.IconPadding          = 10;
     this.bunifuButton2.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton2.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(84)))), ((int)(((byte)(101)))));
     this.bunifuButton2.IdleBorderRadius     = 1;
     this.bunifuButton2.IdleBorderThickness  = 0;
     this.bunifuButton2.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(84)))), ((int)(((byte)(101)))));
     this.bunifuButton2.IdleIconLeftImage    = ((System.Drawing.Image)(resources.GetObject("bunifuButton2.IdleIconLeftImage")));
     this.bunifuButton2.IdleIconRightImage   = null;
     this.bunifuButton2.Location             = new System.Drawing.Point(755, 0);
     this.bunifuButton2.Name          = "bunifuButton2";
     stateProperties2.BorderColor     = System.Drawing.Color.Transparent;
     stateProperties2.BorderRadius    = 1;
     stateProperties2.BorderThickness = 1;
     stateProperties2.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(84)))), ((int)(((byte)(101)))));
     stateProperties2.IconLeftImage   = ((System.Drawing.Image)(resources.GetObject("stateProperties2.IconLeftImage")));
     stateProperties2.IconRightImage  = null;
     this.bunifuButton2.onHoverState  = stateProperties2;
     this.bunifuButton2.Size          = new System.Drawing.Size(54, 52);
     this.bunifuButton2.TabIndex      = 5;
     this.bunifuButton2.TextAlign     = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton2.Click        += new System.EventHandler(this.BunifuButton2_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(14, 10);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(37, 35);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // panel3
     //
     this.panel3.Location = new System.Drawing.Point(63, 51);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(798, 647);
     this.panel3.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(84)))), ((int)(((byte)(101)))));
     this.panel2.Controls.Add(this.bunifuFlatButton2);
     this.panel2.Location = new System.Drawing.Point(-1, 50);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(60, 647);
     this.panel2.TabIndex = 1;
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Active                   = true;
     this.bunifuFlatButton2.Activecolor              = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackgroundImageLayout    = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius             = 0;
     this.bunifuFlatButton2.ButtonText               = "";
     this.bunifuFlatButton2.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton2.Iconimage")));
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 5;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom                 = 90D;
     this.bunifuFlatButton2.IsTab            = true;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(3, 7);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected         = true;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(56, 48);
     this.bunifuFlatButton2.TabIndex         = 1;
     this.bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click           += new System.EventHandler(this.BunifuFlatButton2_Click);
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "X";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton1.ForeColor            = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IconPadding          = 10;
     this.bunifuButton1.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleBorderRadius     = 1;
     this.bunifuButton1.IdleBorderThickness  = 0;
     this.bunifuButton1.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(84)))), ((int)(((byte)(101)))));
     this.bunifuButton1.IdleIconLeftImage    = null;
     this.bunifuButton1.IdleIconRightImage   = null;
     this.bunifuButton1.Location             = new System.Drawing.Point(810, -1);
     this.bunifuButton1.Name          = "bunifuButton1";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius    = 1;
     stateProperties1.BorderThickness = 1;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.bunifuButton1.onHoverState  = stateProperties1;
     this.bunifuButton1.Size          = new System.Drawing.Size(50, 56);
     this.bunifuButton1.TabIndex      = 3;
     this.bunifuButton1.TextAlign     = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.Click        += new System.EventHandler(this.BunifuButton1_Click);
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.panel1;
     this.bunifuDragControl1.Vertical      = true;
     //
     // lsp1
     //
     this.lsp1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.lsp1.Location  = new System.Drawing.Point(61, 53);
     this.lsp1.Name      = "lsp1";
     this.lsp1.Size      = new System.Drawing.Size(798, 647);
     this.lsp1.TabIndex  = 4;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.ClientSize          = new System.Drawing.Size(860, 695);
     this.Controls.Add(this.lsp1);
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.Text            = "SmartKit";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 7
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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties1  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties2  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties3  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties4  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties5  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties6  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties7  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties8  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges       borderEdges1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties9  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties10 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel2 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.txtPassword        = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.txtUser            = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.btnLogin           = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.SuspendLayout();
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.bunifuCustomLabel1.Font     = new System.Drawing.Font("Segoe UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(43, 41);
     this.bunifuCustomLabel1.Name     = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size     = new System.Drawing.Size(81, 25);
     this.bunifuCustomLabel1.TabIndex = 0;
     this.bunifuCustomLabel1.Text     = "Usuario:";
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.AutoSize = true;
     this.bunifuCustomLabel2.Font     = new System.Drawing.Font("Segoe UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel2.Location = new System.Drawing.Point(19, 110);
     this.bunifuCustomLabel2.Name     = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size     = new System.Drawing.Size(112, 25);
     this.bunifuCustomLabel2.TabIndex = 0;
     this.bunifuCustomLabel2.Text     = "Contraseña:";
     //
     // txtPassword
     //
     this.txtPassword.AcceptsReturn       = false;
     this.txtPassword.AcceptsTab          = false;
     this.txtPassword.AnimationSpeed      = 200;
     this.txtPassword.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtPassword.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtPassword.BackColor           = System.Drawing.Color.Transparent;
     this.txtPassword.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtPassword.BackgroundImage")));
     this.txtPassword.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.txtPassword.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtPassword.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     this.txtPassword.BorderColorIdle     = System.Drawing.Color.Silver;
     this.txtPassword.BorderRadius        = 1;
     this.txtPassword.BorderThickness     = 1;
     this.txtPassword.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtPassword.Cursor                = System.Windows.Forms.Cursors.IBeam;
     this.txtPassword.DefaultFont           = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.txtPassword.DefaultText           = "";
     this.txtPassword.FillColor             = System.Drawing.Color.White;
     this.txtPassword.HideSelection         = true;
     this.txtPassword.IconLeft              = null;
     this.txtPassword.IconLeftCursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtPassword.IconPadding           = 10;
     this.txtPassword.IconRight             = null;
     this.txtPassword.IconRightCursor       = System.Windows.Forms.Cursors.IBeam;
     this.txtPassword.Lines                 = new string[0];
     this.txtPassword.Location              = new System.Drawing.Point(130, 104);
     this.txtPassword.MaxLength             = 32767;
     this.txtPassword.MinimumSize           = new System.Drawing.Size(100, 35);
     this.txtPassword.Modified              = false;
     this.txtPassword.Multiline             = false;
     this.txtPassword.Name                  = "txtPassword";
     stateProperties1.BorderColor           = System.Drawing.Color.DodgerBlue;
     stateProperties1.FillColor             = System.Drawing.Color.Empty;
     stateProperties1.ForeColor             = System.Drawing.Color.Empty;
     stateProperties1.PlaceholderForeColor  = System.Drawing.Color.Empty;
     this.txtPassword.OnActiveState         = stateProperties1;
     stateProperties2.BorderColor           = System.Drawing.Color.Empty;
     stateProperties2.FillColor             = System.Drawing.Color.White;
     stateProperties2.ForeColor             = System.Drawing.Color.Empty;
     stateProperties2.PlaceholderForeColor  = System.Drawing.Color.Silver;
     this.txtPassword.OnDisabledState       = stateProperties2;
     stateProperties3.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties3.FillColor             = System.Drawing.Color.Empty;
     stateProperties3.ForeColor             = System.Drawing.Color.Empty;
     stateProperties3.PlaceholderForeColor  = System.Drawing.Color.Empty;
     this.txtPassword.OnHoverState          = stateProperties3;
     stateProperties4.BorderColor           = System.Drawing.Color.Silver;
     stateProperties4.FillColor             = System.Drawing.Color.White;
     stateProperties4.ForeColor             = System.Drawing.Color.Empty;
     stateProperties4.PlaceholderForeColor  = System.Drawing.Color.Empty;
     this.txtPassword.OnIdleState           = stateProperties4;
     this.txtPassword.PasswordChar          = '●';
     this.txtPassword.PlaceholderForeColor  = System.Drawing.Color.Silver;
     this.txtPassword.PlaceholderText       = "";
     this.txtPassword.ReadOnly              = false;
     this.txtPassword.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.txtPassword.SelectedText          = "";
     this.txtPassword.SelectionLength       = 0;
     this.txtPassword.SelectionStart        = 0;
     this.txtPassword.ShortcutsEnabled      = true;
     this.txtPassword.Size                  = new System.Drawing.Size(246, 41);
     this.txtPassword.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtPassword.TabIndex              = 1;
     this.txtPassword.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtPassword.TextMarginBottom      = 0;
     this.txtPassword.TextMarginLeft        = 5;
     this.txtPassword.TextMarginTop         = 0;
     this.txtPassword.TextPlaceholder       = "";
     this.txtPassword.UseSystemPasswordChar = true;
     this.txtPassword.WordWrap              = true;
     //
     // txtUser
     //
     this.txtUser.AcceptsReturn       = false;
     this.txtUser.AcceptsTab          = false;
     this.txtUser.AnimationSpeed      = 200;
     this.txtUser.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtUser.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtUser.BackColor           = System.Drawing.Color.Transparent;
     this.txtUser.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtUser.BackgroundImage")));
     this.txtUser.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.txtUser.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtUser.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     this.txtUser.BorderColorIdle     = System.Drawing.Color.Silver;
     this.txtUser.BorderRadius        = 1;
     this.txtUser.BorderThickness     = 1;
     this.txtUser.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtUser.Cursor                   = System.Windows.Forms.Cursors.IBeam;
     this.txtUser.DefaultFont              = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.txtUser.DefaultText              = "";
     this.txtUser.FillColor                = System.Drawing.Color.White;
     this.txtUser.HideSelection            = true;
     this.txtUser.IconLeft                 = null;
     this.txtUser.IconLeftCursor           = System.Windows.Forms.Cursors.IBeam;
     this.txtUser.IconPadding              = 10;
     this.txtUser.IconRight                = null;
     this.txtUser.IconRightCursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtUser.Lines                    = new string[0];
     this.txtUser.Location                 = new System.Drawing.Point(130, 35);
     this.txtUser.MaxLength                = 32767;
     this.txtUser.MinimumSize              = new System.Drawing.Size(100, 35);
     this.txtUser.Modified                 = false;
     this.txtUser.Multiline                = false;
     this.txtUser.Name                     = "txtUser";
     stateProperties5.BorderColor          = System.Drawing.Color.DodgerBlue;
     stateProperties5.FillColor            = System.Drawing.Color.Empty;
     stateProperties5.ForeColor            = System.Drawing.Color.Empty;
     stateProperties5.PlaceholderForeColor = System.Drawing.Color.Empty;
     this.txtUser.OnActiveState            = stateProperties5;
     stateProperties6.BorderColor          = System.Drawing.Color.Empty;
     stateProperties6.FillColor            = System.Drawing.Color.White;
     stateProperties6.ForeColor            = System.Drawing.Color.Empty;
     stateProperties6.PlaceholderForeColor = System.Drawing.Color.Silver;
     this.txtUser.OnDisabledState          = stateProperties6;
     stateProperties7.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties7.FillColor            = System.Drawing.Color.Empty;
     stateProperties7.ForeColor            = System.Drawing.Color.Empty;
     stateProperties7.PlaceholderForeColor = System.Drawing.Color.Empty;
     this.txtUser.OnHoverState             = stateProperties7;
     stateProperties8.BorderColor          = System.Drawing.Color.Silver;
     stateProperties8.FillColor            = System.Drawing.Color.White;
     stateProperties8.ForeColor            = System.Drawing.Color.Empty;
     stateProperties8.PlaceholderForeColor = System.Drawing.Color.Empty;
     this.txtUser.OnIdleState              = stateProperties8;
     this.txtUser.PasswordChar             = '\0';
     this.txtUser.PlaceholderForeColor     = System.Drawing.Color.Silver;
     this.txtUser.PlaceholderText          = "usuario";
     this.txtUser.ReadOnly                 = false;
     this.txtUser.ScrollBars               = System.Windows.Forms.ScrollBars.None;
     this.txtUser.SelectedText             = "";
     this.txtUser.SelectionLength          = 0;
     this.txtUser.SelectionStart           = 0;
     this.txtUser.ShortcutsEnabled         = true;
     this.txtUser.Size                     = new System.Drawing.Size(246, 41);
     this.txtUser.Style                    = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtUser.TabIndex                 = 1;
     this.txtUser.TextAlign                = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtUser.TextMarginBottom         = 0;
     this.txtUser.TextMarginLeft           = 5;
     this.txtUser.TextMarginTop            = 0;
     this.txtUser.TextPlaceholder          = "usuario";
     this.txtUser.UseSystemPasswordChar    = false;
     this.txtUser.WordWrap                 = true;
     //
     // btnLogin
     //
     this.btnLogin.AllowToggling        = false;
     this.btnLogin.AnimationSpeed       = 200;
     this.btnLogin.AutoGenerateColors   = false;
     this.btnLogin.BackColor            = System.Drawing.Color.Transparent;
     this.btnLogin.BackColor1           = System.Drawing.Color.LimeGreen;
     this.btnLogin.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
     this.btnLogin.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnLogin.ButtonText           = "Iniciar Sesión";
     this.btnLogin.ButtonTextMarginLeft = 0;
     this.btnLogin.ColorContrastOnClick = 45;
     this.btnLogin.ColorContrastOnHover = 45;
     this.btnLogin.Cursor              = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft           = true;
     borderEdges1.BottomRight          = true;
     borderEdges1.TopLeft              = true;
     borderEdges1.TopRight             = true;
     this.btnLogin.CustomizableEdges   = borderEdges1;
     this.btnLogin.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.btnLogin.DisabledBorderColor = System.Drawing.Color.Empty;
     this.btnLogin.DisabledFillColor   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnLogin.DisabledForecolor   = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnLogin.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnLogin.Font                         = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.ForeColor                    = System.Drawing.Color.White;
     this.btnLogin.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.IconMarginLeft               = 11;
     this.btnLogin.IconPadding                  = 10;
     this.btnLogin.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.IdleBorderColor              = System.Drawing.Color.LimeGreen;
     this.btnLogin.IdleBorderRadius             = 3;
     this.btnLogin.IdleBorderThickness          = 1;
     this.btnLogin.IdleFillColor                = System.Drawing.Color.LimeGreen;
     this.btnLogin.IdleIconLeftImage            = null;
     this.btnLogin.IdleIconRightImage           = null;
     this.btnLogin.IndicateFocus                = false;
     this.btnLogin.Location                     = new System.Drawing.Point(144, 160);
     this.btnLogin.Name                         = "btnLogin";
     stateProperties9.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties9.BorderRadius              = 3;
     stateProperties9.BorderStyle               = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties9.BorderThickness           = 1;
     stateProperties9.FillColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties9.ForeColor                 = System.Drawing.Color.White;
     stateProperties9.IconLeftImage             = null;
     stateProperties9.IconRightImage            = null;
     this.btnLogin.onHoverState                 = stateProperties9;
     stateProperties10.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties10.BorderRadius             = 3;
     stateProperties10.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties10.BorderThickness          = 1;
     stateProperties10.FillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties10.ForeColor                = System.Drawing.Color.White;
     stateProperties10.IconLeftImage            = null;
     stateProperties10.IconRightImage           = null;
     this.btnLogin.OnPressedState               = stateProperties10;
     this.btnLogin.Size                         = new System.Drawing.Size(210, 45);
     this.btnLogin.TabIndex                     = 2;
     this.btnLogin.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnLogin.TextMarginLeft               = 0;
     this.btnLogin.UseDefaultRadiusAndThickness = true;
     this.btnLogin.Click                       += new System.EventHandler(this.btnLogin_Click_1);
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(434, 217);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.txtUser);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.bunifuCustomLabel2);
     this.Controls.Add(this.bunifuCustomLabel1);
     this.MaximizeBox   = false;
     this.Name          = "Login";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Login";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager               resources        = new System.ComponentModel.ComponentResourceManager(typeof(ThuChi));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bunifuGradientPanel8 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.PanelNoiDungThuChi   = new System.Windows.Forms.Panel();
     this.Panel_TopKL          = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.ButtonLapPhieuThuChi = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuGradientPanel8.SuspendLayout();
     this.Panel_TopKL.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuGradientPanel8
     //
     this.bunifuGradientPanel8.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel8.BackgroundImage")));
     this.bunifuGradientPanel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel8.Controls.Add(this.PanelNoiDungThuChi);
     this.bunifuGradientPanel8.Controls.Add(this.Panel_TopKL);
     this.bunifuGradientPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bunifuGradientPanel8.GradientBottomLeft  = System.Drawing.Color.OldLace;
     this.bunifuGradientPanel8.GradientBottomRight = System.Drawing.Color.SpringGreen;
     this.bunifuGradientPanel8.GradientTopLeft     = System.Drawing.Color.Navy;
     this.bunifuGradientPanel8.GradientTopRight    = System.Drawing.Color.SpringGreen;
     this.bunifuGradientPanel8.Location            = new System.Drawing.Point(0, 0);
     this.bunifuGradientPanel8.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bunifuGradientPanel8.Name     = "bunifuGradientPanel8";
     this.bunifuGradientPanel8.Quality  = 10;
     this.bunifuGradientPanel8.Size     = new System.Drawing.Size(1087, 622);
     this.bunifuGradientPanel8.TabIndex = 4;
     //
     // PanelNoiDungThuChi
     //
     this.PanelNoiDungThuChi.BackColor = System.Drawing.Color.Transparent;
     this.PanelNoiDungThuChi.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.PanelNoiDungThuChi.Location  = new System.Drawing.Point(0, 57);
     this.PanelNoiDungThuChi.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.PanelNoiDungThuChi.Name      = "PanelNoiDungThuChi";
     this.PanelNoiDungThuChi.Size      = new System.Drawing.Size(1087, 565);
     this.PanelNoiDungThuChi.TabIndex  = 5;
     //
     // Panel_TopKL
     //
     this.Panel_TopKL.BackColor             = System.Drawing.Color.Black;
     this.Panel_TopKL.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Panel_TopKL.BackgroundImage")));
     this.Panel_TopKL.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Panel_TopKL.Controls.Add(this.ButtonLapPhieuThuChi);
     this.Panel_TopKL.Dock = System.Windows.Forms.DockStyle.Top;
     this.Panel_TopKL.GradientBottomLeft  = System.Drawing.Color.DimGray;
     this.Panel_TopKL.GradientBottomRight = System.Drawing.Color.Black;
     this.Panel_TopKL.GradientTopLeft     = System.Drawing.Color.Black;
     this.Panel_TopKL.GradientTopRight    = System.Drawing.Color.DimGray;
     this.Panel_TopKL.Location            = new System.Drawing.Point(0, 0);
     this.Panel_TopKL.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Panel_TopKL.Name     = "Panel_TopKL";
     this.Panel_TopKL.Quality  = 10;
     this.Panel_TopKL.Size     = new System.Drawing.Size(1087, 50);
     this.Panel_TopKL.TabIndex = 4;
     //
     // ButtonLapPhieuThuChi
     //
     this.ButtonLapPhieuThuChi.AllowToggling        = false;
     this.ButtonLapPhieuThuChi.AnimationSpeed       = 200;
     this.ButtonLapPhieuThuChi.AutoGenerateColors   = false;
     this.ButtonLapPhieuThuChi.BackColor            = System.Drawing.Color.Transparent;
     this.ButtonLapPhieuThuChi.BackColor1           = System.Drawing.Color.Transparent;
     this.ButtonLapPhieuThuChi.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("ButtonLapPhieuThuChi.BackgroundImage")));
     this.ButtonLapPhieuThuChi.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.ButtonLapPhieuThuChi.ButtonText           = "Lập phiếu thu chi";
     this.ButtonLapPhieuThuChi.ButtonTextMarginLeft = 0;
     this.ButtonLapPhieuThuChi.ColorContrastOnClick = 45;
     this.ButtonLapPhieuThuChi.ColorContrastOnHover = 45;
     this.ButtonLapPhieuThuChi.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft                                = true;
     borderEdges1.BottomRight                               = true;
     borderEdges1.TopLeft                                   = true;
     borderEdges1.TopRight                                  = true;
     this.ButtonLapPhieuThuChi.CustomizableEdges            = borderEdges1;
     this.ButtonLapPhieuThuChi.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.ButtonLapPhieuThuChi.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.ButtonLapPhieuThuChi.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.ButtonLapPhieuThuChi.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.ButtonLapPhieuThuChi.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.ButtonLapPhieuThuChi.Font                         = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.ButtonLapPhieuThuChi.ForeColor                    = System.Drawing.Color.White;
     this.ButtonLapPhieuThuChi.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.ButtonLapPhieuThuChi.IconMarginLeft               = 11;
     this.ButtonLapPhieuThuChi.IconPadding                  = 10;
     this.ButtonLapPhieuThuChi.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.ButtonLapPhieuThuChi.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.ButtonLapPhieuThuChi.IdleBorderRadius             = 3;
     this.ButtonLapPhieuThuChi.IdleBorderThickness          = 1;
     this.ButtonLapPhieuThuChi.IdleFillColor                = System.Drawing.Color.Transparent;
     this.ButtonLapPhieuThuChi.IdleIconLeftImage            = null;
     this.ButtonLapPhieuThuChi.IdleIconRightImage           = null;
     this.ButtonLapPhieuThuChi.IndicateFocus                = false;
     this.ButtonLapPhieuThuChi.Location                     = new System.Drawing.Point(0, 0);
     this.ButtonLapPhieuThuChi.Margin                       = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ButtonLapPhieuThuChi.Name                         = "ButtonLapPhieuThuChi";
     stateProperties1.BorderColor                           = System.Drawing.Color.Yellow;
     stateProperties1.BorderRadius                          = 3;
     stateProperties1.BorderStyle                           = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness                       = 1;
     stateProperties1.FillColor                             = System.Drawing.Color.Black;
     stateProperties1.ForeColor                             = System.Drawing.Color.White;
     stateProperties1.IconLeftImage                         = null;
     stateProperties1.IconRightImage                        = null;
     this.ButtonLapPhieuThuChi.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor                           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.BorderRadius                          = 3;
     stateProperties2.BorderStyle                           = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness                       = 1;
     stateProperties2.FillColor                             = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.ForeColor                             = System.Drawing.Color.White;
     stateProperties2.IconLeftImage                         = null;
     stateProperties2.IconRightImage                        = null;
     this.ButtonLapPhieuThuChi.OnPressedState               = stateProperties2;
     this.ButtonLapPhieuThuChi.Size                         = new System.Drawing.Size(164, 50);
     this.ButtonLapPhieuThuChi.TabIndex                     = 0;
     this.ButtonLapPhieuThuChi.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.ButtonLapPhieuThuChi.TextMarginLeft               = 0;
     this.ButtonLapPhieuThuChi.UseDefaultRadiusAndThickness = true;
     this.ButtonLapPhieuThuChi.Click                       += new System.EventHandler(this.ButtonLapPhieuThuChi_Click);
     //
     // ThuChi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.bunifuGradientPanel8);
     this.ImeMode = System.Windows.Forms.ImeMode.On;
     this.Margin  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name    = "ThuChi";
     this.Size    = new System.Drawing.Size(1087, 622);
     this.Load   += new System.EventHandler(this.ThuChi_Load);
     this.bunifuGradientPanel8.ResumeLayout(false);
     this.Panel_TopKL.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager               resources        = new System.ComponentModel.ComponentResourceManager(typeof(x1HoaDon));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges2     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.lb_SoPhong       = new System.Windows.Forms.Label();
     this.panel2           = new System.Windows.Forms.Panel();
     this.bt_ThanhToan     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bt_DatCoc        = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.lb_TraTruoc      = new System.Windows.Forms.Label();
     this.lb_NgayThanhToan = new System.Windows.Forms.Label();
     this.lb_TenKH         = new System.Windows.Forms.Label();
     this.lb_MaKH          = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // lb_SoPhong
     //
     this.lb_SoPhong.AutoSize = true;
     this.lb_SoPhong.Font     = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_SoPhong.Location = new System.Drawing.Point(309, 18);
     this.lb_SoPhong.Name     = "lb_SoPhong";
     this.lb_SoPhong.Size     = new System.Drawing.Size(75, 20);
     this.lb_SoPhong.TabIndex = 4;
     this.lb_SoPhong.Text     = "Số phòng";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.MenuBar;
     this.panel2.Controls.Add(this.bt_ThanhToan);
     this.panel2.Controls.Add(this.bt_DatCoc);
     this.panel2.Controls.Add(this.lb_TraTruoc);
     this.panel2.Controls.Add(this.lb_NgayThanhToan);
     this.panel2.Controls.Add(this.lb_SoPhong);
     this.panel2.Controls.Add(this.lb_TenKH);
     this.panel2.Controls.Add(this.lb_MaKH);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1020, 57);
     this.panel2.TabIndex = 6;
     //
     // bt_ThanhToan
     //
     this.bt_ThanhToan.AllowToggling        = false;
     this.bt_ThanhToan.AnimationSpeed       = 200;
     this.bt_ThanhToan.AutoGenerateColors   = false;
     this.bt_ThanhToan.BackColor            = System.Drawing.Color.Transparent;
     this.bt_ThanhToan.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(172)))), ((int)(((byte)(193)))));
     this.bt_ThanhToan.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bt_ThanhToan.BackgroundImage")));
     this.bt_ThanhToan.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.bt_ThanhToan.ButtonText           = "Thanh toán";
     this.bt_ThanhToan.ButtonTextMarginLeft = 0;
     this.bt_ThanhToan.ColorContrastOnClick = 45;
     this.bt_ThanhToan.ColorContrastOnHover = 45;
     this.bt_ThanhToan.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft                        = true;
     borderEdges1.BottomRight                       = true;
     borderEdges1.TopLeft                           = true;
     borderEdges1.TopRight                          = true;
     this.bt_ThanhToan.CustomizableEdges            = borderEdges1;
     this.bt_ThanhToan.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.bt_ThanhToan.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.bt_ThanhToan.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.bt_ThanhToan.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.bt_ThanhToan.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.bt_ThanhToan.Font                         = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold);
     this.bt_ThanhToan.ForeColor                    = System.Drawing.Color.White;
     this.bt_ThanhToan.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.bt_ThanhToan.IconMarginLeft               = 11;
     this.bt_ThanhToan.IconPadding                  = 10;
     this.bt_ThanhToan.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.bt_ThanhToan.IdleBorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(172)))), ((int)(((byte)(193)))));
     this.bt_ThanhToan.IdleBorderRadius             = 30;
     this.bt_ThanhToan.IdleBorderThickness          = 2;
     this.bt_ThanhToan.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(172)))), ((int)(((byte)(193)))));
     this.bt_ThanhToan.IdleIconLeftImage            = null;
     this.bt_ThanhToan.IdleIconRightImage           = null;
     this.bt_ThanhToan.IndicateFocus                = false;
     this.bt_ThanhToan.Location                     = new System.Drawing.Point(795, 10);
     this.bt_ThanhToan.Name                         = "bt_ThanhToan";
     stateProperties1.BorderColor                   = System.Drawing.Color.WhiteSmoke;
     stateProperties1.BorderRadius                  = 30;
     stateProperties1.BorderStyle                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness               = 2;
     stateProperties1.FillColor                     = System.Drawing.Color.WhiteSmoke;
     stateProperties1.ForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(182)))), ((int)(((byte)(148)))));
     stateProperties1.IconLeftImage                 = null;
     stateProperties1.IconRightImage                = null;
     this.bt_ThanhToan.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(168)))), ((int)(((byte)(147)))));
     stateProperties2.BorderRadius                  = 30;
     stateProperties2.BorderStyle                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness               = 2;
     stateProperties2.FillColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(168)))), ((int)(((byte)(147)))));
     stateProperties2.ForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
     stateProperties2.IconLeftImage                 = null;
     stateProperties2.IconRightImage                = null;
     this.bt_ThanhToan.OnPressedState               = stateProperties2;
     this.bt_ThanhToan.Size                         = new System.Drawing.Size(109, 35);
     this.bt_ThanhToan.TabIndex                     = 30;
     this.bt_ThanhToan.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.bt_ThanhToan.TextMarginLeft               = 0;
     this.bt_ThanhToan.UseDefaultRadiusAndThickness = true;
     //
     // bt_DatCoc
     //
     this.bt_DatCoc.AllowToggling        = false;
     this.bt_DatCoc.AnimationSpeed       = 200;
     this.bt_DatCoc.AutoGenerateColors   = false;
     this.bt_DatCoc.BackColor            = System.Drawing.Color.Transparent;
     this.bt_DatCoc.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bt_DatCoc.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bt_DatCoc.BackgroundImage")));
     this.bt_DatCoc.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.bt_DatCoc.ButtonText           = "Đặt cọc";
     this.bt_DatCoc.ButtonTextMarginLeft = 0;
     this.bt_DatCoc.ColorContrastOnClick = 45;
     this.bt_DatCoc.ColorContrastOnHover = 45;
     this.bt_DatCoc.Cursor              = System.Windows.Forms.Cursors.Hand;
     borderEdges2.BottomLeft            = true;
     borderEdges2.BottomRight           = true;
     borderEdges2.TopLeft               = true;
     borderEdges2.TopRight              = true;
     this.bt_DatCoc.CustomizableEdges   = borderEdges2;
     this.bt_DatCoc.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.bt_DatCoc.DisabledBorderColor = System.Drawing.Color.Empty;
     this.bt_DatCoc.DisabledFillColor   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.bt_DatCoc.DisabledForecolor   = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.bt_DatCoc.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.bt_DatCoc.Font                         = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold);
     this.bt_DatCoc.ForeColor                    = System.Drawing.Color.White;
     this.bt_DatCoc.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.bt_DatCoc.IconMarginLeft               = 11;
     this.bt_DatCoc.IconPadding                  = 10;
     this.bt_DatCoc.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.bt_DatCoc.IdleBorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bt_DatCoc.IdleBorderRadius             = 30;
     this.bt_DatCoc.IdleBorderThickness          = 2;
     this.bt_DatCoc.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bt_DatCoc.IdleIconLeftImage            = null;
     this.bt_DatCoc.IdleIconRightImage           = null;
     this.bt_DatCoc.IndicateFocus                = false;
     this.bt_DatCoc.Location                     = new System.Drawing.Point(910, 10);
     this.bt_DatCoc.Name                         = "bt_DatCoc";
     stateProperties3.BorderColor                = System.Drawing.Color.WhiteSmoke;
     stateProperties3.BorderRadius               = 30;
     stateProperties3.BorderStyle                = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties3.BorderThickness            = 2;
     stateProperties3.FillColor                  = System.Drawing.Color.WhiteSmoke;
     stateProperties3.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(182)))), ((int)(((byte)(148)))));
     stateProperties3.IconLeftImage              = null;
     stateProperties3.IconRightImage             = null;
     this.bt_DatCoc.onHoverState                 = stateProperties3;
     stateProperties4.BorderColor                = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(168)))), ((int)(((byte)(147)))));
     stateProperties4.BorderRadius               = 30;
     stateProperties4.BorderStyle                = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties4.BorderThickness            = 2;
     stateProperties4.FillColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(168)))), ((int)(((byte)(147)))));
     stateProperties4.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
     stateProperties4.IconLeftImage              = null;
     stateProperties4.IconRightImage             = null;
     this.bt_DatCoc.OnPressedState               = stateProperties4;
     this.bt_DatCoc.Size                         = new System.Drawing.Size(107, 35);
     this.bt_DatCoc.TabIndex                     = 19;
     this.bt_DatCoc.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.bt_DatCoc.TextMarginLeft               = 0;
     this.bt_DatCoc.UseDefaultRadiusAndThickness = true;
     this.bt_DatCoc.Click                       += new System.EventHandler(this.bt_DatCoc_Click);
     //
     // lb_TraTruoc
     //
     this.lb_TraTruoc.AutoSize = true;
     this.lb_TraTruoc.Font     = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_TraTruoc.Location = new System.Drawing.Point(645, 18);
     this.lb_TraTruoc.Name     = "lb_TraTruoc";
     this.lb_TraTruoc.Size     = new System.Drawing.Size(70, 20);
     this.lb_TraTruoc.TabIndex = 5;
     this.lb_TraTruoc.Text     = "Trả trước";
     //
     // lb_NgayThanhToan
     //
     this.lb_NgayThanhToan.AutoSize = true;
     this.lb_NgayThanhToan.Font     = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_NgayThanhToan.Location = new System.Drawing.Point(476, 18);
     this.lb_NgayThanhToan.Name     = "lb_NgayThanhToan";
     this.lb_NgayThanhToan.Size     = new System.Drawing.Size(125, 20);
     this.lb_NgayThanhToan.TabIndex = 4;
     this.lb_NgayThanhToan.Text     = "Ngày thanh toán";
     //
     // lb_TenKH
     //
     this.lb_TenKH.AutoSize = true;
     this.lb_TenKH.Font     = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_TenKH.Location = new System.Drawing.Point(119, 18);
     this.lb_TenKH.Name     = "lb_TenKH";
     this.lb_TenKH.Size     = new System.Drawing.Size(117, 20);
     this.lb_TenKH.TabIndex = 4;
     this.lb_TenKH.Text     = "Tên khách hàng";
     //
     // lb_MaKH
     //
     this.lb_MaKH.AutoSize = true;
     this.lb_MaKH.Font     = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_MaKH.Location = new System.Drawing.Point(12, 18);
     this.lb_MaKH.Name     = "lb_MaKH";
     this.lb_MaKH.Size     = new System.Drawing.Size(55, 20);
     this.lb_MaKH.TabIndex = 3;
     this.lb_MaKH.Text     = "Mã KH";
     //
     // x1HoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel2);
     this.Name = "x1HoaDon";
     this.Size = new System.Drawing.Size(1020, 57);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Finance));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties9  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties10 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties11 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties12 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.label1        = new System.Windows.Forms.Label();
     this.panel1        = new System.Windows.Forms.Panel();
     this.pictureBox8   = new System.Windows.Forms.PictureBox();
     this.pictureBox6   = new System.Windows.Forms.PictureBox();
     this.lbl5          = new System.Windows.Forms.Label();
     this.lbl2          = new System.Windows.Forms.Label();
     this.lbl1          = new System.Windows.Forms.Label();
     this.pnl5          = new System.Windows.Forms.Panel();
     this.txtwei        = new System.Windows.Forms.TextBox();
     this.pnl2          = new System.Windows.Forms.Panel();
     this.pnl1          = new System.Windows.Forms.Panel();
     this.txtamm        = new System.Windows.Forms.TextBox();
     this.txtpro        = new System.Windows.Forms.TextBox();
     this.panel2        = new System.Windows.Forms.Panel();
     this.txtsp         = new System.Windows.Forms.TextBox();
     this.label8        = new System.Windows.Forms.Label();
     this.txtmc         = new System.Windows.Forms.TextBox();
     this.label7        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.dtpfinance    = new Bunifu.UI.WinForms.BunifuDatePicker();
     this.rdb3          = new Bunifu.UI.WinForms.BunifuRadioButton();
     this.rdb1          = new Bunifu.UI.WinForms.BunifuRadioButton();
     this.lbl4          = new System.Windows.Forms.Label();
     this.lbl3          = new System.Windows.Forms.Label();
     this.pnl4          = new System.Windows.Forms.Panel();
     this.pnl3          = new System.Windows.Forms.Panel();
     this.bunifuButton2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuButton1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.label2        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.panel3        = new System.Windows.Forms.Panel();
     this.panel4        = new System.Windows.Forms.Panel();
     this.panel5        = new System.Windows.Forms.Panel();
     this.pictureBox9   = new System.Windows.Forms.PictureBox();
     this.lbl9          = new System.Windows.Forms.Label();
     this.lbl10         = new System.Windows.Forms.Label();
     this.textmc        = new System.Windows.Forms.TextBox();
     this.txttotsp      = new System.Windows.Forms.TextBox();
     this.txtprofit     = new System.Windows.Forms.TextBox();
     this.label9        = new System.Windows.Forms.Label();
     this.label10       = new System.Windows.Forms.Label();
     this.panel6        = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Franklin Gothic Medium", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(12, 109);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 76);
     this.label1.TabIndex  = 56;
     this.label1.Text      = "Product \r\nCalculator";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1331, 8);
     this.panel1.TabIndex  = 55;
     //
     // pictureBox8
     //
     this.pictureBox8.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox8.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
     this.pictureBox8.Location = new System.Drawing.Point(380, -5);
     this.pictureBox8.Name     = "pictureBox8";
     this.pictureBox8.Size     = new System.Drawing.Size(23, 39);
     this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox8.TabIndex = 58;
     this.pictureBox8.TabStop  = false;
     this.pictureBox8.Click   += new System.EventHandler(this.pictureBox8_Click);
     //
     // pictureBox6
     //
     this.pictureBox6.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox6.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
     this.pictureBox6.Location = new System.Drawing.Point(0, 0);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(56, 39);
     this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox6.TabIndex = 57;
     this.pictureBox6.TabStop  = false;
     this.pictureBox6.Click   += new System.EventHandler(this.pictureBox6_Click);
     //
     // lbl5
     //
     this.lbl5.AutoSize  = true;
     this.lbl5.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl5.Location  = new System.Drawing.Point(292, 327);
     this.lbl5.Name      = "lbl5";
     this.lbl5.Size      = new System.Drawing.Size(111, 24);
     this.lbl5.TabIndex  = 82;
     this.lbl5.Text      = "Weight(Kg)";
     //
     // lbl2
     //
     this.lbl2.AutoSize  = true;
     this.lbl2.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl2.Location  = new System.Drawing.Point(292, 272);
     this.lbl2.Name      = "lbl2";
     this.lbl2.Size      = new System.Drawing.Size(81, 24);
     this.lbl2.TabIndex  = 81;
     this.lbl2.Text      = "Amount";
     //
     // lbl1
     //
     this.lbl1.AutoSize  = true;
     this.lbl1.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl1.Location  = new System.Drawing.Point(292, 100);
     this.lbl1.Name      = "lbl1";
     this.lbl1.Size      = new System.Drawing.Size(106, 24);
     this.lbl1.TabIndex  = 80;
     this.lbl1.Text      = "Product ID";
     //
     // pnl5
     //
     this.pnl5.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl5.Location  = new System.Drawing.Point(296, 358);
     this.pnl5.Name      = "pnl5";
     this.pnl5.Size      = new System.Drawing.Size(571, 1);
     this.pnl5.TabIndex  = 79;
     //
     // txtwei
     //
     this.txtwei.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtwei.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtwei.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtwei.ForeColor     = System.Drawing.Color.White;
     this.txtwei.HideSelection = false;
     this.txtwei.Location      = new System.Drawing.Point(440, 326);
     this.txtwei.Name          = "txtwei";
     this.txtwei.Size          = new System.Drawing.Size(387, 25);
     this.txtwei.TabIndex      = 78;
     this.txtwei.TabStop       = false;
     this.txtwei.Click        += new System.EventHandler(this.txtwei_TextChanged);
     this.txtwei.TextChanged  += new System.EventHandler(this.txtwei_TextChanged);
     //
     // pnl2
     //
     this.pnl2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl2.Location  = new System.Drawing.Point(294, 299);
     this.pnl2.Name      = "pnl2";
     this.pnl2.Size      = new System.Drawing.Size(571, 1);
     this.pnl2.TabIndex  = 77;
     //
     // pnl1
     //
     this.pnl1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl1.Location  = new System.Drawing.Point(296, 128);
     this.pnl1.Name      = "pnl1";
     this.pnl1.Size      = new System.Drawing.Size(571, 1);
     this.pnl1.TabIndex  = 76;
     //
     // txtamm
     //
     this.txtamm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtamm.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtamm.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtamm.ForeColor     = System.Drawing.Color.White;
     this.txtamm.HideSelection = false;
     this.txtamm.Location      = new System.Drawing.Point(429, 268);
     this.txtamm.Name          = "txtamm";
     this.txtamm.Size          = new System.Drawing.Size(435, 25);
     this.txtamm.TabIndex      = 75;
     this.txtamm.TabStop       = false;
     this.txtamm.Click        += new System.EventHandler(this.txtamm_TextChanged);
     this.txtamm.TextChanged  += new System.EventHandler(this.txtamm_TextChanged);
     //
     // txtpro
     //
     this.txtpro.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtpro.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtpro.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtpro.ForeColor     = System.Drawing.Color.White;
     this.txtpro.HideSelection = false;
     this.txtpro.Location      = new System.Drawing.Point(429, 97);
     this.txtpro.Multiline     = true;
     this.txtpro.Name          = "txtpro";
     this.txtpro.Size          = new System.Drawing.Size(421, 27);
     this.txtpro.TabIndex      = 74;
     this.txtpro.TabStop       = false;
     this.txtpro.Click        += new System.EventHandler(this.txtpro_TextChanged);
     this.txtpro.TextChanged  += new System.EventHandler(this.txtpro_TextChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txtsp);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.txtmc);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.pictureBox8);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(921, 8);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(410, 681);
     this.panel2.TabIndex = 83;
     //
     // txtsp
     //
     this.txtsp.Location = new System.Drawing.Point(29, 279);
     this.txtsp.Name     = "txtsp";
     this.txtsp.Size     = new System.Drawing.Size(236, 22);
     this.txtsp.TabIndex = 4;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label8.Location  = new System.Drawing.Point(25, 238);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(194, 24);
     this.label8.TabIndex  = 3;
     this.label8.Text      = "Selling Price per unit";
     //
     // txtmc
     //
     this.txtmc.Location = new System.Drawing.Point(29, 184);
     this.txtmc.Name     = "txtmc";
     this.txtmc.Size     = new System.Drawing.Size(236, 22);
     this.txtmc.TabIndex = 2;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label7.Location  = new System.Drawing.Point(25, 143);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(240, 24);
     this.label7.TabIndex  = 1;
     this.label7.Text      = "Manufacture Cost per unit";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Franklin Gothic Medium", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(23, 72);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(99, 36);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Details";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label4.Location  = new System.Drawing.Point(671, 157);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(83, 25);
     this.label4.TabIndex  = 112;
     this.label4.Text      = "Evening";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label3.Location  = new System.Drawing.Point(463, 157);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(83, 25);
     this.label3.TabIndex  = 111;
     this.label3.Text      = "Morning";
     //
     // dtpfinance
     //
     this.dtpfinance.BorderRadius        = 1;
     this.dtpfinance.Color               = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.dtpfinance.DateBorderThickness = Bunifu.UI.WinForms.BunifuDatePicker.BorderThickness.Thick;
     this.dtpfinance.DateTextAlign       = Bunifu.UI.WinForms.BunifuDatePicker.TextAlign.Left;
     this.dtpfinance.DisabledColor       = System.Drawing.Color.Gray;
     this.dtpfinance.DisplayWeekNumbers  = false;
     this.dtpfinance.DPHeight            = 0;
     this.dtpfinance.DropDownAlign       = System.Windows.Forms.LeftRightAlignment.Right;
     this.dtpfinance.FillDatePicker      = false;
     this.dtpfinance.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.dtpfinance.Icon         = ((System.Drawing.Image)(resources.GetObject("dtpfinance.Icon")));
     this.dtpfinance.IconColor    = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.dtpfinance.IconLocation = Bunifu.UI.WinForms.BunifuDatePicker.Indicator.Right;
     this.dtpfinance.Location     = new System.Drawing.Point(520, 202);
     this.dtpfinance.MinimumSize  = new System.Drawing.Size(247, 32);
     this.dtpfinance.Name         = "dtpfinance";
     this.dtpfinance.Size         = new System.Drawing.Size(247, 32);
     this.dtpfinance.TabIndex     = 110;
     //
     // rdb3
     //
     this.rdb3.Checked      = false;
     this.rdb3.Location     = new System.Drawing.Point(760, 157);
     this.rdb3.Name         = "rdb3";
     this.rdb3.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb3.RadioColor   = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb3.Size         = new System.Drawing.Size(25, 25);
     this.rdb3.TabIndex     = 109;
     this.rdb3.Text         = null;
     //
     // rdb1
     //
     this.rdb1.Checked      = true;
     this.rdb1.Location     = new System.Drawing.Point(553, 158);
     this.rdb1.Name         = "rdb1";
     this.rdb1.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb1.RadioColor   = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.rdb1.Size         = new System.Drawing.Size(25, 25);
     this.rdb1.TabIndex     = 108;
     this.rdb1.Text         = null;
     //
     // lbl4
     //
     this.lbl4.AutoSize  = true;
     this.lbl4.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl4.Location  = new System.Drawing.Point(291, 217);
     this.lbl4.Name      = "lbl4";
     this.lbl4.Size      = new System.Drawing.Size(52, 24);
     this.lbl4.TabIndex  = 107;
     this.lbl4.Text      = "Date";
     //
     // lbl3
     //
     this.lbl3.AutoSize  = true;
     this.lbl3.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.lbl3.Location  = new System.Drawing.Point(291, 157);
     this.lbl3.Name      = "lbl3";
     this.lbl3.Size      = new System.Drawing.Size(51, 24);
     this.lbl3.TabIndex  = 106;
     this.lbl3.Text      = "Shift";
     //
     // pnl4
     //
     this.pnl4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl4.Location  = new System.Drawing.Point(295, 244);
     this.pnl4.Name      = "pnl4";
     this.pnl4.Size      = new System.Drawing.Size(571, 1);
     this.pnl4.TabIndex  = 105;
     //
     // pnl3
     //
     this.pnl3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.pnl3.Location  = new System.Drawing.Point(293, 188);
     this.pnl3.Name      = "pnl3";
     this.pnl3.Size      = new System.Drawing.Size(571, 1);
     this.pnl3.TabIndex  = 104;
     //
     // bunifuButton2
     //
     this.bunifuButton2.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton2.BackgroundImage")));
     this.bunifuButton2.ButtonText           = "Cancel";
     this.bunifuButton2.ButtonTextMarginLeft = 0;
     this.bunifuButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton2.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton2.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton2.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton2.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton2.IconLeftCursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.IconPadding         = 10;
     this.bunifuButton2.IconRightCursor     = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton2.IdleBorderRadius    = 1;
     this.bunifuButton2.IdleBorderThickness = 1;
     this.bunifuButton2.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton2.IdleIconLeftImage   = null;
     this.bunifuButton2.IdleIconRightImage  = null;
     this.bunifuButton2.Location            = new System.Drawing.Point(601, 392);
     this.bunifuButton2.Name                = "bunifuButton2";
     stateProperties9.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties9.BorderRadius          = 1;
     stateProperties9.BorderThickness       = 1;
     stateProperties9.FillColor             = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties9.ForeColor             = System.Drawing.Color.White;
     stateProperties9.IconLeftImage         = null;
     stateProperties9.IconRightImage        = null;
     this.bunifuButton2.onHoverState        = stateProperties9;
     stateProperties10.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties10.BorderRadius         = 1;
     stateProperties10.BorderThickness      = 1;
     stateProperties10.FillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties10.ForeColor            = System.Drawing.Color.White;
     stateProperties10.IconLeftImage        = null;
     stateProperties10.IconRightImage       = null;
     this.bunifuButton2.OnPressedState      = stateProperties10;
     this.bunifuButton2.Size                = new System.Drawing.Size(210, 45);
     this.bunifuButton2.TabIndex            = 114;
     this.bunifuButton2.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton2.Click              += new System.EventHandler(this.bunifuButton2_Click);
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "Get";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton1.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton1.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IconPadding         = 10;
     this.bunifuButton1.IconRightCursor     = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleBorderRadius    = 1;
     this.bunifuButton1.IdleBorderThickness = 1;
     this.bunifuButton1.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleIconLeftImage   = null;
     this.bunifuButton1.IdleIconRightImage  = null;
     this.bunifuButton1.Location            = new System.Drawing.Point(336, 392);
     this.bunifuButton1.Name                = "bunifuButton1";
     stateProperties11.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties11.BorderRadius         = 1;
     stateProperties11.BorderThickness      = 1;
     stateProperties11.FillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(166)))), ((int)(((byte)(221)))));
     stateProperties11.ForeColor            = System.Drawing.Color.White;
     stateProperties11.IconLeftImage        = null;
     stateProperties11.IconRightImage       = null;
     this.bunifuButton1.onHoverState        = stateProperties11;
     stateProperties12.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties12.BorderRadius         = 1;
     stateProperties12.BorderThickness      = 1;
     stateProperties12.FillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties12.ForeColor            = System.Drawing.Color.White;
     stateProperties12.IconLeftImage        = null;
     stateProperties12.IconRightImage       = null;
     this.bunifuButton1.OnPressedState      = stateProperties12;
     this.bunifuButton1.Size                = new System.Drawing.Size(210, 45);
     this.bunifuButton1.TabIndex            = 113;
     this.bunifuButton1.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.Click              += new System.EventHandler(this.bunifuButton1_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label2.Location  = new System.Drawing.Point(287, 542);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(169, 24);
     this.label2.TabIndex  = 120;
     this.label2.Text      = "Total Selling Price";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label5.Location  = new System.Drawing.Point(287, 487);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(166, 24);
     this.label5.TabIndex  = 119;
     this.label5.Text      = "Manufacture Cost";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel3.Location  = new System.Drawing.Point(291, 573);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(571, 1);
     this.panel3.TabIndex  = 118;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel4.Location  = new System.Drawing.Point(289, 514);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(571, 1);
     this.panel4.TabIndex  = 116;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.panel5.Controls.Add(this.pictureBox9);
     this.panel5.Controls.Add(this.pictureBox6);
     this.panel5.Controls.Add(this.label1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel5.Location = new System.Drawing.Point(0, 8);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(246, 681);
     this.panel5.TabIndex = 121;
     //
     // pictureBox9
     //
     this.pictureBox9.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
     this.pictureBox9.Location = new System.Drawing.Point(36, 185);
     this.pictureBox9.Name     = "pictureBox9";
     this.pictureBox9.Size     = new System.Drawing.Size(174, 158);
     this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox9.TabIndex = 66;
     this.pictureBox9.TabStop  = false;
     //
     // lbl9
     //
     this.lbl9.AutoSize  = true;
     this.lbl9.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lbl9.Location  = new System.Drawing.Point(550, 487);
     this.lbl9.Name      = "lbl9";
     this.lbl9.Size      = new System.Drawing.Size(0, 17);
     this.lbl9.TabIndex  = 122;
     //
     // lbl10
     //
     this.lbl10.AutoSize  = true;
     this.lbl10.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lbl10.Location  = new System.Drawing.Point(550, 548);
     this.lbl10.Name      = "lbl10";
     this.lbl10.Size      = new System.Drawing.Size(0, 17);
     this.lbl10.TabIndex  = 123;
     //
     // textmc
     //
     this.textmc.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.textmc.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.textmc.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textmc.ForeColor     = System.Drawing.Color.White;
     this.textmc.HideSelection = false;
     this.textmc.Location      = new System.Drawing.Point(521, 477);
     this.textmc.Multiline     = true;
     this.textmc.Name          = "textmc";
     this.textmc.Size          = new System.Drawing.Size(346, 27);
     this.textmc.TabIndex      = 124;
     this.textmc.TabStop       = false;
     //
     // txttotsp
     //
     this.txttotsp.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txttotsp.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txttotsp.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttotsp.ForeColor     = System.Drawing.Color.White;
     this.txttotsp.HideSelection = false;
     this.txttotsp.Location      = new System.Drawing.Point(520, 538);
     this.txttotsp.Multiline     = true;
     this.txttotsp.Name          = "txttotsp";
     this.txttotsp.Size          = new System.Drawing.Size(340, 27);
     this.txttotsp.TabIndex      = 125;
     this.txttotsp.TabStop       = false;
     //
     // txtprofit
     //
     this.txtprofit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.txtprofit.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtprofit.Font          = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtprofit.ForeColor     = System.Drawing.Color.White;
     this.txtprofit.HideSelection = false;
     this.txtprofit.Location      = new System.Drawing.Point(520, 611);
     this.txtprofit.Multiline     = true;
     this.txtprofit.Name          = "txtprofit";
     this.txtprofit.Size          = new System.Drawing.Size(340, 27);
     this.txtprofit.TabIndex      = 129;
     this.txtprofit.TabStop       = false;
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label9.Location  = new System.Drawing.Point(550, 621);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(0, 17);
     this.label9.TabIndex  = 128;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Constantia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.label10.Location  = new System.Drawing.Point(287, 615);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(138, 24);
     this.label10.TabIndex  = 127;
     this.label10.Text      = "Finacial Status";
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel6.Location  = new System.Drawing.Point(291, 646);
     this.panel6.Name      = "panel6";
     this.panel6.Size      = new System.Drawing.Size(571, 1);
     this.panel6.TabIndex  = 126;
     //
     // Finance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(49)))));
     this.ClientSize          = new System.Drawing.Size(1331, 689);
     this.Controls.Add(this.txtprofit);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.txttotsp);
     this.Controls.Add(this.textmc);
     this.Controls.Add(this.lbl10);
     this.Controls.Add(this.lbl9);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.bunifuButton2);
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.dtpfinance);
     this.Controls.Add(this.rdb3);
     this.Controls.Add(this.rdb1);
     this.Controls.Add(this.lbl4);
     this.Controls.Add(this.lbl3);
     this.Controls.Add(this.pnl4);
     this.Controls.Add(this.pnl3);
     this.Controls.Add(this.lbl5);
     this.Controls.Add(this.lbl2);
     this.Controls.Add(this.lbl1);
     this.Controls.Add(this.pnl5);
     this.Controls.Add(this.txtwei);
     this.Controls.Add(this.pnl2);
     this.Controls.Add(this.pnl1);
     this.Controls.Add(this.txtamm);
     this.Controls.Add(this.txtpro);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Finance";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Finance";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources              = new System.ComponentModel.ComponentResourceManager(typeof(FrmMiniBookingWarning));
            var BorderEdges1           = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
            var StateProperties1       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var StateProperties2       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var BorderEdges2           = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
            var StateProperties3       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var StateProperties4       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var DataGridViewCellStyle1 = new DataGridViewCellStyle();
            var DataGridViewCellStyle2 = new DataGridViewCellStyle();
            var DataGridViewCellStyle3 = new DataGridViewCellStyle();

            _closeFlatButton        = new Bunifu.Framework.UI.BunifuFlatButton();
            _closeFlatButton.Click += new EventHandler(closeFlatButton_Click);
            Label8                = new Label();
            buttonsPanel          = new TableLayoutPanel();
            _proceedButton        = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
            _proceedButton.Click += new EventHandler(proceedButton_Click);
            _cancelButton         = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
            _cancelButton.Click  += new EventHandler(cancelButton_Click);
            Label9                = new Label();
            Label3                = new Label();
            Panel4                = new Panel();
            _miniBkDataGridView   = new Bunifu.UI.WinForms.BunifuDataGridView();
            _miniBkDataGridView.CellContentClick += new DataGridViewCellEventHandler(miniBkDataGridView_CellContentClick);
            VWBookingMinibooking = new BindingSource(components);
            Column1 = new DataGridViewCheckBoxColumn();
            BookingNumberDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
            CustomerNameDataGridViewTextBoxColumn1 = new DataGridViewTextBoxColumn();
            NumberOfContainer = new DataGridViewTextBoxColumn();
            buttonsPanel.SuspendLayout();
            Panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_miniBkDataGridView).BeginInit();
            ((System.ComponentModel.ISupportInitialize)VWBookingMinibooking).BeginInit();
            SuspendLayout();
            //
            // closeFlatButton
            //
            _closeFlatButton.Active                   = false;
            _closeFlatButton.Activecolor              = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _closeFlatButton.Anchor                   = AnchorStyles.Top | AnchorStyles.Right;
            _closeFlatButton.BackColor                = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _closeFlatButton.BackgroundImageLayout    = ImageLayout.Stretch;
            _closeFlatButton.BorderRadius             = 0;
            _closeFlatButton.ButtonText               = "🗙";
            _closeFlatButton.Cursor                   = Cursors.Hand;
            _closeFlatButton.DisabledColor            = Color.Gray;
            _closeFlatButton.Iconcolor                = Color.Transparent;
            _closeFlatButton.Iconimage                = null;
            _closeFlatButton.Iconimage_right          = null;
            _closeFlatButton.Iconimage_right_Selected = null;
            _closeFlatButton.Iconimage_Selected       = null;
            _closeFlatButton.IconMarginLeft           = 0;
            _closeFlatButton.IconMarginRight          = 0;
            _closeFlatButton.IconRightVisible         = true;
            _closeFlatButton.IconRightZoom            = 0d;
            _closeFlatButton.IconVisible              = true;
            _closeFlatButton.IconZoom                 = 90.0d;
            _closeFlatButton.IsTab            = false;
            _closeFlatButton.Location         = new Point(555, 0);
            _closeFlatButton.Name             = "_closeFlatButton";
            _closeFlatButton.Normalcolor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _closeFlatButton.OnHovercolor     = Color.Gray;
            _closeFlatButton.OnHoverTextColor = Color.White;
            _closeFlatButton.selected         = false;
            _closeFlatButton.Size             = new Size(43, 41);
            _closeFlatButton.TabIndex         = 168;
            _closeFlatButton.Text             = "🗙";
            _closeFlatButton.TextAlign        = ContentAlignment.MiddleCenter;
            _closeFlatButton.Textcolor        = Color.White;
            _closeFlatButton.TextFont         = new Font("Microsoft Sans Serif", 18.32727f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            //
            // Label8
            //
            Label8.BackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label8.Dock      = DockStyle.Top;
            Label8.Font      = new Font("Segoe UI", 11.78182f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            Label8.ForeColor = Color.White;
            Label8.Location  = new Point(0, 0);
            Label8.Name      = "Label8";
            Label8.Size      = new Size(598, 41);
            Label8.TabIndex  = 167;
            Label8.TextAlign = ContentAlignment.MiddleCenter;
            //
            // buttonsPanel
            //
            buttonsPanel.Anchor      = AnchorStyles.None;
            buttonsPanel.ColumnCount = 2;
            buttonsPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50.0f));
            buttonsPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50.0f));
            buttonsPanel.Controls.Add(_proceedButton, 0, 0);
            buttonsPanel.Controls.Add(_cancelButton, 1, 0);
            buttonsPanel.Location = new Point(185, 459);
            buttonsPanel.Name     = "buttonsPanel";
            buttonsPanel.RowCount = 1;
            buttonsPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50.0f));
            buttonsPanel.Size     = new Size(217, 39);
            buttonsPanel.TabIndex = 169;
            //
            // proceedButton
            //
            _proceedButton.AllowToggling        = false;
            _proceedButton.AnimationSpeed       = 200;
            _proceedButton.AutoGenerateColors   = false;
            _proceedButton.BackColor            = Color.Transparent;
            _proceedButton.BackColor1           = Color.Teal;
            _proceedButton.BackgroundImage      = (Image)resources.GetObject("proceedButton.BackgroundImage");
            _proceedButton.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            _proceedButton.ButtonText           = "Proceed";
            _proceedButton.ButtonTextMarginLeft = 0;
            _proceedButton.ColorContrastOnClick = 45;
            _proceedButton.ColorContrastOnHover = 45;
            _proceedButton.Cursor              = Cursors.Hand;
            BorderEdges1.BottomLeft            = true;
            BorderEdges1.BottomRight           = true;
            BorderEdges1.TopLeft               = true;
            BorderEdges1.TopRight              = true;
            _proceedButton.CustomizableEdges   = BorderEdges1;
            _proceedButton.DialogResult        = DialogResult.None;
            _proceedButton.DisabledBorderColor = Color.Empty;
            _proceedButton.DisabledFillColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)));
            _proceedButton.DisabledForecolor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(168)), Conversions.ToInteger(Conversions.ToByte(160)), Conversions.ToInteger(Conversions.ToByte(168)));
            _proceedButton.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
            _proceedButton.Font                         = new Font("Segoe UI Semibold", 11.12727f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            _proceedButton.ForeColor                    = Color.White;
            _proceedButton.IconLeftCursor               = Cursors.Hand;
            _proceedButton.IconMarginLeft               = 11;
            _proceedButton.IconPadding                  = 10;
            _proceedButton.IconRightCursor              = Cursors.Hand;
            _proceedButton.IdleBorderColor              = Color.Teal;
            _proceedButton.IdleBorderRadius             = 3;
            _proceedButton.IdleBorderThickness          = 1;
            _proceedButton.IdleFillColor                = Color.Teal;
            _proceedButton.IdleIconLeftImage            = null;
            _proceedButton.IdleIconRightImage           = null;
            _proceedButton.IndicateFocus                = true;
            _proceedButton.Location                     = new Point(3, 3);
            _proceedButton.Name                         = "_proceedButton";
            StateProperties1.BorderColor                = Color.MediumTurquoise;
            StateProperties1.BorderRadius               = 3;
            StateProperties1.BorderStyle                = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties1.BorderThickness            = 1;
            StateProperties1.FillColor                  = Color.MediumTurquoise;
            StateProperties1.ForeColor                  = Color.White;
            StateProperties1.IconLeftImage              = null;
            StateProperties1.IconRightImage             = null;
            _proceedButton.onHoverState                 = StateProperties1;
            StateProperties2.BorderColor                = Color.Teal;
            StateProperties2.BorderRadius               = 3;
            StateProperties2.BorderStyle                = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties2.BorderThickness            = 1;
            StateProperties2.FillColor                  = Color.Teal;
            StateProperties2.ForeColor                  = Color.White;
            StateProperties2.IconLeftImage              = null;
            StateProperties2.IconRightImage             = null;
            _proceedButton.OnPressedState               = StateProperties2;
            _proceedButton.Size                         = new Size(102, 33);
            _proceedButton.TabIndex                     = 136;
            _proceedButton.TextAlign                    = ContentAlignment.MiddleCenter;
            _proceedButton.TextMarginLeft               = 0;
            _proceedButton.UseDefaultRadiusAndThickness = true;
            //
            // cancelButton
            //
            _cancelButton.AllowToggling        = false;
            _cancelButton.Anchor               = AnchorStyles.Top | AnchorStyles.Right;
            _cancelButton.AnimationSpeed       = 200;
            _cancelButton.AutoGenerateColors   = false;
            _cancelButton.BackColor            = Color.Transparent;
            _cancelButton.BackColor1           = Color.White;
            _cancelButton.BackgroundImage      = (Image)resources.GetObject("cancelButton.BackgroundImage");
            _cancelButton.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            _cancelButton.ButtonText           = "Cancel";
            _cancelButton.ButtonTextMarginLeft = 0;
            _cancelButton.ColorContrastOnClick = 45;
            _cancelButton.ColorContrastOnHover = 45;
            _cancelButton.Cursor               = Cursors.Hand;
            BorderEdges2.BottomLeft            = true;
            BorderEdges2.BottomRight           = true;
            BorderEdges2.TopLeft               = true;
            BorderEdges2.TopRight              = true;
            _cancelButton.CustomizableEdges    = BorderEdges2;
            _cancelButton.DialogResult         = DialogResult.None;
            _cancelButton.DisabledBorderColor  = Color.Empty;
            _cancelButton.DisabledFillColor    = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)));
            _cancelButton.DisabledForecolor    = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(168)), Conversions.ToInteger(Conversions.ToByte(160)), Conversions.ToInteger(Conversions.ToByte(168)));
            _cancelButton.FocusState           = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
            _cancelButton.Font                         = new Font("Segoe UI Semibold", 11.12727f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            _cancelButton.ForeColor                    = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _cancelButton.IconLeftCursor               = Cursors.Hand;
            _cancelButton.IconMarginLeft               = 11;
            _cancelButton.IconPadding                  = 10;
            _cancelButton.IconRightCursor              = Cursors.Hand;
            _cancelButton.IdleBorderColor              = Color.Gray;
            _cancelButton.IdleBorderRadius             = 3;
            _cancelButton.IdleBorderThickness          = 1;
            _cancelButton.IdleFillColor                = Color.White;
            _cancelButton.IdleIconLeftImage            = null;
            _cancelButton.IdleIconRightImage           = null;
            _cancelButton.IndicateFocus                = true;
            _cancelButton.Location                     = new Point(111, 3);
            _cancelButton.Name                         = "_cancelButton";
            StateProperties3.BorderColor               = Color.DarkGray;
            StateProperties3.BorderRadius              = 3;
            StateProperties3.BorderStyle               = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties3.BorderThickness           = 1;
            StateProperties3.FillColor                 = Color.DarkGray;
            StateProperties3.ForeColor                 = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            StateProperties3.IconLeftImage             = null;
            StateProperties3.IconRightImage            = null;
            _cancelButton.onHoverState                 = StateProperties3;
            StateProperties4.BorderColor               = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            StateProperties4.BorderRadius              = 3;
            StateProperties4.BorderStyle               = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties4.BorderThickness           = 1;
            StateProperties4.FillColor                 = Color.White;
            StateProperties4.ForeColor                 = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            StateProperties4.IconLeftImage             = null;
            StateProperties4.IconRightImage            = null;
            _cancelButton.OnPressedState               = StateProperties4;
            _cancelButton.Size                         = new Size(103, 33);
            _cancelButton.TabIndex                     = 137;
            _cancelButton.TextAlign                    = ContentAlignment.MiddleCenter;
            _cancelButton.TextMarginLeft               = 0;
            _cancelButton.UseDefaultRadiusAndThickness = true;
            //
            // Label9
            //
            Label9.Anchor    = AnchorStyles.None;
            Label9.AutoSize  = true;
            Label9.Font      = new Font("Segoe UI Semibold", 11.78182f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            Label9.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(192)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(0)));
            Label9.Location  = new Point(24, 54);
            Label9.Margin    = new Padding(0);
            Label9.Name      = "Label9";
            Label9.Size      = new Size(280, 21);
            Label9.TabIndex  = 170;
            Label9.Text      = "Choose Minibookings to be assigned";
            Label9.TextAlign = ContentAlignment.MiddleRight;
            //
            // Label3
            //
            Label3.Anchor    = AnchorStyles.None;
            Label3.Font      = new Font("Segoe UI", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label3.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label3.Location  = new Point(29, 79);
            Label3.Margin    = new Padding(0);
            Label3.Name      = "Label3";
            Label3.Size      = new Size(560, 51);
            Label3.TabIndex  = 171;
            Label3.Text      = "The selected bookings has mini bookings. Please, select the mini bookings you wis" + "h to assign to the unit sources.";
            Label3.TextAlign = ContentAlignment.MiddleLeft;
            //
            // Panel4
            //
            Panel4.Anchor      = AnchorStyles.None;
            Panel4.BorderStyle = BorderStyle.FixedSingle;
            Panel4.Controls.Add(_miniBkDataGridView);
            Panel4.Location = new Point(24, 142);
            Panel4.Name     = "Panel4";
            Panel4.Size     = new Size(545, 301);
            Panel4.TabIndex = 172;
            //
            // miniBkDataGridView
            //
            _miniBkDataGridView.AllowCustomTheming              = true;
            _miniBkDataGridView.AllowUserToAddRows              = false;
            _miniBkDataGridView.AllowUserToDeleteRows           = false;
            _miniBkDataGridView.AllowUserToOrderColumns         = true;
            _miniBkDataGridView.AllowUserToResizeRows           = false;
            DataGridViewCellStyle1.BackColor                    = Color.White;
            DataGridViewCellStyle1.ForeColor                    = Color.Black;
            DataGridViewCellStyle1.SelectionBackColor           = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _miniBkDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1;
            _miniBkDataGridView.AutoGenerateColumns             = false;
            _miniBkDataGridView.AutoSizeColumnsMode             = DataGridViewAutoSizeColumnsMode.Fill;
            _miniBkDataGridView.BackgroundColor                 = Color.White;
            _miniBkDataGridView.BorderStyle              = BorderStyle.None;
            _miniBkDataGridView.CellBorderStyle          = DataGridViewCellBorderStyle.SingleHorizontal;
            _miniBkDataGridView.ClipboardCopyMode        = DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
            _miniBkDataGridView.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None;
            DataGridViewCellStyle2.Alignment             = DataGridViewContentAlignment.MiddleLeft;
            DataGridViewCellStyle2.BackColor             = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            DataGridViewCellStyle2.Font                       = new Font("Segoe UI Semibold", 11.75f, FontStyle.Bold);
            DataGridViewCellStyle2.ForeColor                  = Color.White;
            DataGridViewCellStyle2.SelectionBackColor         = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            DataGridViewCellStyle2.SelectionForeColor         = SystemColors.HighlightText;
            DataGridViewCellStyle2.WrapMode                   = DataGridViewTriState.True;
            _miniBkDataGridView.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2;
            _miniBkDataGridView.ColumnHeadersHeight           = 30;
            _miniBkDataGridView.Columns.AddRange(new DataGridViewColumn[] { Column1, BookingNumberDataGridViewTextBoxColumn, CustomerNameDataGridViewTextBoxColumn1, NumberOfContainer });
            _miniBkDataGridView.CurrentTheme.AlternatingRowsStyle.BackColor          = Color.White;
            _miniBkDataGridView.CurrentTheme.AlternatingRowsStyle.Font               = new Font("Segoe UI Semibold", 9.75f, FontStyle.Bold);
            _miniBkDataGridView.CurrentTheme.AlternatingRowsStyle.ForeColor          = Color.Black;
            _miniBkDataGridView.CurrentTheme.AlternatingRowsStyle.SelectionBackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(224)), Conversions.ToInteger(Conversions.ToByte(224)), Conversions.ToInteger(Conversions.ToByte(224)));
            _miniBkDataGridView.CurrentTheme.AlternatingRowsStyle.SelectionForeColor = Color.Black;
            _miniBkDataGridView.CurrentTheme.BackColor             = Color.Snow;
            _miniBkDataGridView.CurrentTheme.GridColor             = Color.Gray;
            _miniBkDataGridView.CurrentTheme.HeaderStyle.BackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _miniBkDataGridView.CurrentTheme.HeaderStyle.Font      = new Font("Segoe UI Semibold", 11.75f, FontStyle.Bold);
            _miniBkDataGridView.CurrentTheme.HeaderStyle.ForeColor = Color.White;
            _miniBkDataGridView.CurrentTheme.Name = null;
            _miniBkDataGridView.CurrentTheme.RowsStyle.BackColor          = Color.WhiteSmoke;
            _miniBkDataGridView.CurrentTheme.RowsStyle.Font               = new Font("Segoe UI Semibold", 9.75f, FontStyle.Bold);
            _miniBkDataGridView.CurrentTheme.RowsStyle.ForeColor          = Color.Black;
            _miniBkDataGridView.CurrentTheme.RowsStyle.SelectionBackColor = Color.Gray;
            _miniBkDataGridView.CurrentTheme.RowsStyle.SelectionForeColor = Color.Black;
            _miniBkDataGridView.DataSource            = VWBookingMinibooking;
            DataGridViewCellStyle3.Alignment          = DataGridViewContentAlignment.MiddleLeft;
            DataGridViewCellStyle3.BackColor          = Color.WhiteSmoke;
            DataGridViewCellStyle3.Font               = new Font("Segoe UI Semibold", 9.75f, FontStyle.Bold);
            DataGridViewCellStyle3.ForeColor          = Color.Black;
            DataGridViewCellStyle3.SelectionBackColor = Color.Gray;
            DataGridViewCellStyle3.SelectionForeColor = Color.Black;
            DataGridViewCellStyle3.WrapMode           = DataGridViewTriState.False;
            _miniBkDataGridView.DefaultCellStyle      = DataGridViewCellStyle3;
            _miniBkDataGridView.Dock = DockStyle.Fill;
            _miniBkDataGridView.EnableHeadersVisualStyles = false;
            _miniBkDataGridView.GridColor         = Color.Gray;
            _miniBkDataGridView.HeaderBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _miniBkDataGridView.HeaderBgColor     = Color.Empty;
            _miniBkDataGridView.HeaderForeColor   = Color.White;
            _miniBkDataGridView.Location          = new Point(0, 0);
            _miniBkDataGridView.MultiSelect       = false;
            _miniBkDataGridView.Name              = "_miniBkDataGridView";
            _miniBkDataGridView.ReadOnly          = true;
            _miniBkDataGridView.RowHeadersVisible = false;
            _miniBkDataGridView.RowHeadersWidth   = 51;
            _miniBkDataGridView.RowTemplate.DefaultCellStyle.SelectionBackColor = Color.Gray;
            _miniBkDataGridView.RowTemplate.Height = 30;
            _miniBkDataGridView.SelectionMode      = DataGridViewSelectionMode.FullRowSelect;
            _miniBkDataGridView.Size     = new Size(543, 299);
            _miniBkDataGridView.TabIndex = 175;
            _miniBkDataGridView.Theme    = Bunifu.UI.WinForms.BunifuDataGridView.PresetThemes.Dark;
            //
            // VWBookingMinibooking
            //
            VWBookingMinibooking.DataSource = typeof(ModelLayer.VW_BookingMinibooking);
            //
            // Column1
            //
            Column1.FillWeight = 36.33178f;
            Column1.HeaderText = "";
            Column1.Name       = "Column1";
            Column1.ReadOnly   = true;
            //
            // BookingNumberDataGridViewTextBoxColumn
            //
            BookingNumberDataGridViewTextBoxColumn.DataPropertyName = "MinibookingNumber";
            BookingNumberDataGridViewTextBoxColumn.FillWeight       = 145.4501f;
            BookingNumberDataGridViewTextBoxColumn.HeaderText       = "Booking #";
            BookingNumberDataGridViewTextBoxColumn.Name             = "BookingNumberDataGridViewTextBoxColumn";
            BookingNumberDataGridViewTextBoxColumn.ReadOnly         = true;
            //
            // CustomerNameDataGridViewTextBoxColumn1
            //
            CustomerNameDataGridViewTextBoxColumn1.DataPropertyName = "CustomerName";
            CustomerNameDataGridViewTextBoxColumn1.FillWeight       = 211.3493f;
            CustomerNameDataGridViewTextBoxColumn1.HeaderText       = "Customer Name";
            CustomerNameDataGridViewTextBoxColumn1.Name             = "CustomerNameDataGridViewTextBoxColumn1";
            CustomerNameDataGridViewTextBoxColumn1.ReadOnly         = true;
            //
            // NumberOfContainer
            //
            NumberOfContainer.DataPropertyName = "NumberOfContainer";
            NumberOfContainer.FillWeight       = 84.02622f;
            NumberOfContainer.HeaderText       = "# Cans";
            NumberOfContainer.Name             = "NumberOfContainer";
            NumberOfContainer.ReadOnly         = true;
            //
            // FrmMiniBookingWarning
            //
            AutoScaleDimensions = new SizeF(6.0f, 13.0f);
            AutoScaleMode       = AutoScaleMode.Font;
            BackColor           = Color.White;
            ClientSize          = new Size(598, 510);
            Controls.Add(Panel4);
            Controls.Add(Label3);
            Controls.Add(Label9);
            Controls.Add(buttonsPanel);
            Controls.Add(_closeFlatButton);
            Controls.Add(Label8);
            FormBorderStyle = FormBorderStyle.None;
            Name            = "FrmMiniBookingWarning";
            Text            = "FrmMiniUnitWarning";
            buttonsPanel.ResumeLayout(false);
            Panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_miniBkDataGridView).EndInit();
            ((System.ComponentModel.ISupportInitialize)VWBookingMinibooking).EndInit();
            Load += new EventHandler(FrmMiniBookingWarning_Load);
            ResumeLayout(false);
            PerformLayout();
        }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager               resources        = new System.ComponentModel.ComponentResourceManager(typeof(CustomMessageBox));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges2     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bunifuElipse1       = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuImageButton1  = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuDragControl1  = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.DeleteYesButton     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.DeleteNoButton      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.panel1              = new System.Windows.Forms.Panel();
     this.MessageBoxQueestion = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(367, 12);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(31, 26);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 3;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this;
     this.bunifuDragControl1.Vertical      = true;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(12, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(68, 56);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // DeleteYesButton
     //
     this.DeleteYesButton.AllowToggling        = false;
     this.DeleteYesButton.AnimationSpeed       = 200;
     this.DeleteYesButton.AutoGenerateColors   = false;
     this.DeleteYesButton.BackColor            = System.Drawing.Color.Transparent;
     this.DeleteYesButton.BackColor1           = System.Drawing.Color.Silver;
     this.DeleteYesButton.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("DeleteYesButton.BackgroundImage")));
     this.DeleteYesButton.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.DeleteYesButton.ButtonText           = "Yes";
     this.DeleteYesButton.ButtonTextMarginLeft = 0;
     this.DeleteYesButton.ColorContrastOnClick = 45;
     this.DeleteYesButton.ColorContrastOnHover = 45;
     this.DeleteYesButton.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft                           = true;
     borderEdges1.BottomRight                          = true;
     borderEdges1.TopLeft                              = true;
     borderEdges1.TopRight                             = true;
     this.DeleteYesButton.CustomizableEdges            = borderEdges1;
     this.DeleteYesButton.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.DeleteYesButton.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.DeleteYesButton.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.DeleteYesButton.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.DeleteYesButton.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.DeleteYesButton.Font                         = new System.Drawing.Font("Century Gothic", 9.75F);
     this.DeleteYesButton.ForeColor                    = System.Drawing.Color.DimGray;
     this.DeleteYesButton.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.DeleteYesButton.IconMarginLeft               = 11;
     this.DeleteYesButton.IconPadding                  = 10;
     this.DeleteYesButton.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.DeleteYesButton.IdleBorderColor              = System.Drawing.Color.Silver;
     this.DeleteYesButton.IdleBorderRadius             = 3;
     this.DeleteYesButton.IdleBorderThickness          = 1;
     this.DeleteYesButton.IdleFillColor                = System.Drawing.Color.Silver;
     this.DeleteYesButton.IdleIconLeftImage            = null;
     this.DeleteYesButton.IdleIconRightImage           = null;
     this.DeleteYesButton.IndicateFocus                = false;
     this.DeleteYesButton.Location                     = new System.Drawing.Point(16, 3);
     this.DeleteYesButton.Name                         = "DeleteYesButton";
     stateProperties1.BorderColor                      = System.Drawing.Color.Black;
     stateProperties1.BorderRadius                     = 3;
     stateProperties1.BorderStyle                      = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness                  = 1;
     stateProperties1.FillColor                        = System.Drawing.Color.Silver;
     stateProperties1.ForeColor                        = System.Drawing.Color.Black;
     stateProperties1.IconLeftImage                    = null;
     stateProperties1.IconRightImage                   = null;
     this.DeleteYesButton.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor                      = System.Drawing.Color.Black;
     stateProperties2.BorderRadius                     = 3;
     stateProperties2.BorderStyle                      = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness                  = 1;
     stateProperties2.FillColor                        = System.Drawing.Color.DimGray;
     stateProperties2.ForeColor                        = System.Drawing.Color.Black;
     stateProperties2.IconLeftImage                    = null;
     stateProperties2.IconRightImage                   = null;
     this.DeleteYesButton.OnPressedState               = stateProperties2;
     this.DeleteYesButton.Size                         = new System.Drawing.Size(123, 37);
     this.DeleteYesButton.TabIndex                     = 16;
     this.DeleteYesButton.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.DeleteYesButton.TextMarginLeft               = 0;
     this.DeleteYesButton.UseDefaultRadiusAndThickness = true;
     this.DeleteYesButton.Click                       += new System.EventHandler(this.DeleteYesButton_Click);
     //
     // DeleteNoButton
     //
     this.DeleteNoButton.AllowToggling        = false;
     this.DeleteNoButton.AnimationSpeed       = 200;
     this.DeleteNoButton.AutoGenerateColors   = false;
     this.DeleteNoButton.BackColor            = System.Drawing.Color.Transparent;
     this.DeleteNoButton.BackColor1           = System.Drawing.Color.Silver;
     this.DeleteNoButton.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("DeleteNoButton.BackgroundImage")));
     this.DeleteNoButton.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.DeleteNoButton.ButtonText           = "No";
     this.DeleteNoButton.ButtonTextMarginLeft = 0;
     this.DeleteNoButton.ColorContrastOnClick = 45;
     this.DeleteNoButton.ColorContrastOnHover = 45;
     this.DeleteNoButton.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges2.BottomLeft                          = true;
     borderEdges2.BottomRight                         = true;
     borderEdges2.TopLeft                             = true;
     borderEdges2.TopRight                            = true;
     this.DeleteNoButton.CustomizableEdges            = borderEdges2;
     this.DeleteNoButton.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.DeleteNoButton.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.DeleteNoButton.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.DeleteNoButton.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.DeleteNoButton.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.DeleteNoButton.Font                         = new System.Drawing.Font("Century Gothic", 9.75F);
     this.DeleteNoButton.ForeColor                    = System.Drawing.Color.DimGray;
     this.DeleteNoButton.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.DeleteNoButton.IconMarginLeft               = 11;
     this.DeleteNoButton.IconPadding                  = 10;
     this.DeleteNoButton.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.DeleteNoButton.IdleBorderColor              = System.Drawing.Color.Silver;
     this.DeleteNoButton.IdleBorderRadius             = 3;
     this.DeleteNoButton.IdleBorderThickness          = 1;
     this.DeleteNoButton.IdleFillColor                = System.Drawing.Color.Silver;
     this.DeleteNoButton.IdleIconLeftImage            = null;
     this.DeleteNoButton.IdleIconRightImage           = null;
     this.DeleteNoButton.IndicateFocus                = false;
     this.DeleteNoButton.Location                     = new System.Drawing.Point(145, 3);
     this.DeleteNoButton.Name                         = "DeleteNoButton";
     stateProperties3.BorderColor                     = System.Drawing.Color.Black;
     stateProperties3.BorderRadius                    = 3;
     stateProperties3.BorderStyle                     = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties3.BorderThickness                 = 1;
     stateProperties3.FillColor                       = System.Drawing.Color.Silver;
     stateProperties3.ForeColor                       = System.Drawing.Color.Black;
     stateProperties3.IconLeftImage                   = null;
     stateProperties3.IconRightImage                  = null;
     this.DeleteNoButton.onHoverState                 = stateProperties3;
     stateProperties4.BorderColor                     = System.Drawing.Color.Black;
     stateProperties4.BorderRadius                    = 3;
     stateProperties4.BorderStyle                     = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties4.BorderThickness                 = 1;
     stateProperties4.FillColor                       = System.Drawing.Color.DimGray;
     stateProperties4.ForeColor                       = System.Drawing.Color.Black;
     stateProperties4.IconLeftImage                   = null;
     stateProperties4.IconRightImage                  = null;
     this.DeleteNoButton.OnPressedState               = stateProperties4;
     this.DeleteNoButton.Size                         = new System.Drawing.Size(123, 37);
     this.DeleteNoButton.TabIndex                     = 17;
     this.DeleteNoButton.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.DeleteNoButton.TextMarginLeft               = 0;
     this.DeleteNoButton.UseDefaultRadiusAndThickness = true;
     this.DeleteNoButton.Click                       += new System.EventHandler(this.DeleteNoButton_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.DeleteYesButton);
     this.panel1.Controls.Add(this.DeleteNoButton);
     this.panel1.Location = new System.Drawing.Point(56, 123);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(292, 51);
     this.panel1.TabIndex = 18;
     //
     // MessageBoxQueestion
     //
     this.MessageBoxQueestion.BackColor   = System.Drawing.Color.Gainsboro;
     this.MessageBoxQueestion.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.MessageBoxQueestion.Font        = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.MessageBoxQueestion.ForeColor   = System.Drawing.Color.Black;
     this.MessageBoxQueestion.Location    = new System.Drawing.Point(3, 74);
     this.MessageBoxQueestion.Multiline   = true;
     this.MessageBoxQueestion.Name        = "MessageBoxQueestion";
     this.MessageBoxQueestion.Size        = new System.Drawing.Size(401, 43);
     this.MessageBoxQueestion.TabIndex    = 26;
     this.MessageBoxQueestion.Text        = "Are you sure that you would like to Delete form the Server?";
     this.MessageBoxQueestion.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // CustomMessageBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gainsboro;
     this.ClientSize          = new System.Drawing.Size(411, 186);
     this.Controls.Add(this.MessageBoxQueestion);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.bunifuImageButton1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "CustomMessageBox";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "CustomMessageBox";
     this.TopMost         = true;
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties11 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties12 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties13 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties14 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges borderEdges1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
            Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties9 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties10 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties5 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties6 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties7 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties8 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUserManagement));
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
            this.kagawadBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dsReport = new BulihanRMS.App.Reports.dsReport();
            this.pnlTitleBar = new System.Windows.Forms.Panel();
            this.lblTitle = new Bunifu.Framework.UI.BunifuCustomLabel();
            this.btnMinimized = new Bunifu.Framework.UI.BunifuImageButton();
            this.btnMaximize = new Bunifu.Framework.UI.BunifuImageButton();
            this.btnClose = new Bunifu.Framework.UI.BunifuImageButton();
            this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
            this.panel4 = new System.Windows.Forms.Panel();
            this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
            this.txtUserName = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
            this.bunifuCustomLabel9 = new Bunifu.Framework.UI.BunifuCustomLabel();
            this.btnSave = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
            this.txtPassword = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
            this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
            this.txtRetypePassword = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
            this.bunifuCustomLabel2 = new Bunifu.Framework.UI.BunifuCustomLabel();
            ((System.ComponentModel.ISupportInitialize)(this.kagawadBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
            this.pnlTitleBar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnMinimized)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnMaximize)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // kagawadBindingSource
            // 
            this.kagawadBindingSource.DataMember = "Kagawad";
            this.kagawadBindingSource.DataSource = this.dsReport;
            // 
            // dsReport
            // 
            this.dsReport.DataSetName = "dsReport";
            this.dsReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // pnlTitleBar
            // 
            this.pnlTitleBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(182)))), ((int)(((byte)(54)))));
            this.pnlTitleBar.Controls.Add(this.lblTitle);
            this.pnlTitleBar.Controls.Add(this.btnMinimized);
            this.pnlTitleBar.Controls.Add(this.btnMaximize);
            this.pnlTitleBar.Controls.Add(this.btnClose);
            this.pnlTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlTitleBar.Location = new System.Drawing.Point(0, 0);
            this.pnlTitleBar.Name = "pnlTitleBar";
            this.pnlTitleBar.Size = new System.Drawing.Size(338, 40);
            this.pnlTitleBar.TabIndex = 0;
            // 
            // lblTitle
            // 
            this.lblTitle.AutoSize = true;
            this.lblTitle.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTitle.ForeColor = System.Drawing.Color.White;
            this.lblTitle.Location = new System.Drawing.Point(12, 10);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(136, 21);
            this.lblTitle.TabIndex = 0;
            this.lblTitle.Text = "User Management";
            // 
            // btnMinimized
            // 
            this.btnMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnMinimized.BackColor = System.Drawing.Color.Transparent;
            this.btnMinimized.Image = global::BulihanRMS.App.Properties.Resources.minimize_window_48;
            this.btnMinimized.ImageActive = null;
            this.btnMinimized.Location = new System.Drawing.Point(277, 8);
            this.btnMinimized.Name = "btnMinimized";
            this.btnMinimized.Size = new System.Drawing.Size(24, 24);
            this.btnMinimized.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.btnMinimized.TabIndex = 2;
            this.btnMinimized.TabStop = false;
            this.btnMinimized.Zoom = 10;
            this.btnMinimized.Click += new System.EventHandler(this.btnMinimized_Click);
            // 
            // btnMaximize
            // 
            this.btnMaximize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnMaximize.BackColor = System.Drawing.Color.Transparent;
            this.btnMaximize.Image = global::BulihanRMS.App.Properties.Resources.maximize_window_48;
            this.btnMaximize.ImageActive = null;
            this.btnMaximize.Location = new System.Drawing.Point(248, 8);
            this.btnMaximize.Name = "btnMaximize";
            this.btnMaximize.Size = new System.Drawing.Size(24, 24);
            this.btnMaximize.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.btnMaximize.TabIndex = 1;
            this.btnMaximize.TabStop = false;
            this.btnMaximize.Visible = false;
            this.btnMaximize.Zoom = 10;
            this.btnMaximize.Click += new System.EventHandler(this.btnMaximize_Click);
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.Image = global::BulihanRMS.App.Properties.Resources.close_window_32__1_;
            this.btnClose.ImageActive = null;
            this.btnClose.Location = new System.Drawing.Point(307, 8);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(24, 24);
            this.btnClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.btnClose.TabIndex = 0;
            this.btnClose.TabStop = false;
            this.btnClose.Zoom = 10;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // bunifuElipse1
            // 
            this.bunifuElipse1.ElipseRadius = 5;
            this.bunifuElipse1.TargetControl = this;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.txtRetypePassword);
            this.panel4.Controls.Add(this.bunifuCustomLabel2);
            this.panel4.Controls.Add(this.txtPassword);
            this.panel4.Controls.Add(this.bunifuCustomLabel1);
            this.panel4.Controls.Add(this.btnSave);
            this.panel4.Controls.Add(this.txtUserName);
            this.panel4.Controls.Add(this.bunifuCustomLabel9);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 40);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(338, 354);
            this.panel4.TabIndex = 6;
            // 
            // bunifuDragControl1
            // 
            this.bunifuDragControl1.Fixed = true;
            this.bunifuDragControl1.Horizontal = true;
            this.bunifuDragControl1.TargetControl = this.pnlTitleBar;
            this.bunifuDragControl1.Vertical = true;
            // 
            // txtUserName
            // 
            this.txtUserName.AcceptsReturn = false;
            this.txtUserName.AcceptsTab = false;
            this.txtUserName.AnimationSpeed = 200;
            this.txtUserName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.None;
            this.txtUserName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
            this.txtUserName.BackColor = System.Drawing.Color.Transparent;
            this.txtUserName.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("txtUserName.BackgroundImage")));
            this.txtUserName.BorderColorActive = System.Drawing.Color.DodgerBlue;
            this.txtUserName.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
            this.txtUserName.BorderColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.txtUserName.BorderColorIdle = System.Drawing.Color.Silver;
            this.txtUserName.BorderRadius = 1;
            this.txtUserName.BorderThickness = 1;
            this.txtUserName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
            this.txtUserName.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUserName.DefaultFont = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
            this.txtUserName.DefaultText = "admin";
            this.txtUserName.FillColor = System.Drawing.Color.White;
            this.txtUserName.HideSelection = true;
            this.txtUserName.IconLeft = null;
            this.txtUserName.IconLeftCursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUserName.IconPadding = 10;
            this.txtUserName.IconRight = null;
            this.txtUserName.IconRightCursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUserName.Lines = new string[] {
        "admin"};
            this.txtUserName.Location = new System.Drawing.Point(28, 88);
            this.txtUserName.MaxLength = 32767;
            this.txtUserName.MinimumSize = new System.Drawing.Size(100, 35);
            this.txtUserName.Modified = false;
            this.txtUserName.Multiline = false;
            this.txtUserName.Name = "txtUserName";
            stateProperties11.BorderColor = System.Drawing.Color.LightGreen;
            stateProperties11.FillColor = System.Drawing.Color.Empty;
            stateProperties11.ForeColor = System.Drawing.Color.Empty;
            stateProperties11.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtUserName.OnActiveState = stateProperties11;
            stateProperties12.BorderColor = System.Drawing.Color.Empty;
            stateProperties12.FillColor = System.Drawing.Color.White;
            stateProperties12.ForeColor = System.Drawing.Color.Empty;
            stateProperties12.PlaceholderForeColor = System.Drawing.Color.Silver;
            this.txtUserName.OnDisabledState = stateProperties12;
            stateProperties13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            stateProperties13.FillColor = System.Drawing.Color.Empty;
            stateProperties13.ForeColor = System.Drawing.Color.Empty;
            stateProperties13.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtUserName.OnHoverState = stateProperties13;
            stateProperties14.BorderColor = System.Drawing.Color.Silver;
            stateProperties14.FillColor = System.Drawing.Color.White;
            stateProperties14.ForeColor = System.Drawing.Color.Empty;
            stateProperties14.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtUserName.OnIdleState = stateProperties14;
            this.txtUserName.PasswordChar = '\0';
            this.txtUserName.PlaceholderForeColor = System.Drawing.Color.Silver;
            this.txtUserName.PlaceholderText = "";
            this.txtUserName.ReadOnly = true;
            this.txtUserName.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.txtUserName.SelectedText = "";
            this.txtUserName.SelectionLength = 0;
            this.txtUserName.SelectionStart = 5;
            this.txtUserName.ShortcutsEnabled = true;
            this.txtUserName.Size = new System.Drawing.Size(273, 35);
            this.txtUserName.Style = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
            this.txtUserName.TabIndex = 78;
            this.txtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.txtUserName.TextMarginBottom = 0;
            this.txtUserName.TextMarginLeft = 5;
            this.txtUserName.TextMarginTop = 0;
            this.txtUserName.TextPlaceholder = "";
            this.txtUserName.UseSystemPasswordChar = false;
            this.txtUserName.WordWrap = true;
            // 
            // bunifuCustomLabel9
            // 
            this.bunifuCustomLabel9.AutoSize = true;
            this.bunifuCustomLabel9.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bunifuCustomLabel9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.bunifuCustomLabel9.Location = new System.Drawing.Point(31, 66);
            this.bunifuCustomLabel9.Name = "bunifuCustomLabel9";
            this.bunifuCustomLabel9.Size = new System.Drawing.Size(75, 19);
            this.bunifuCustomLabel9.TabIndex = 79;
            this.bunifuCustomLabel9.Text = "User Name";
            // 
            // btnSave
            // 
            this.btnSave.AllowToggling = false;
            this.btnSave.AnimationSpeed = 200;
            this.btnSave.AutoGenerateColors = false;
            this.btnSave.BackColor = System.Drawing.Color.Transparent;
            this.btnSave.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(123)))), ((int)(((byte)(255)))));
            this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
            this.btnSave.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            this.btnSave.ButtonText = "Save";
            this.btnSave.ButtonTextMarginLeft = 0;
            this.btnSave.ColorContrastOnClick = 45;
            this.btnSave.ColorContrastOnHover = 45;
            this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
            borderEdges1.BottomLeft = true;
            borderEdges1.BottomRight = true;
            borderEdges1.TopLeft = true;
            borderEdges1.TopRight = true;
            this.btnSave.CustomizableEdges = borderEdges1;
            this.btnSave.DialogResult = System.Windows.Forms.DialogResult.None;
            this.btnSave.DisabledBorderColor = System.Drawing.Color.Empty;
            this.btnSave.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
            this.btnSave.DisabledForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
            this.btnSave.FocusState = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
            this.btnSave.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
            this.btnSave.ForeColor = System.Drawing.Color.White;
            this.btnSave.IconLeftCursor = System.Windows.Forms.Cursors.Hand;
            this.btnSave.IconMarginLeft = 11;
            this.btnSave.IconPadding = 10;
            this.btnSave.IconRightCursor = System.Windows.Forms.Cursors.Hand;
            this.btnSave.IdleBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(123)))), ((int)(((byte)(255)))));
            this.btnSave.IdleBorderRadius = 3;
            this.btnSave.IdleBorderThickness = 1;
            this.btnSave.IdleFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(123)))), ((int)(((byte)(255)))));
            this.btnSave.IdleIconLeftImage = null;
            this.btnSave.IdleIconRightImage = null;
            this.btnSave.IndicateFocus = false;
            this.btnSave.Location = new System.Drawing.Point(171, 265);
            this.btnSave.Name = "btnSave";
            stateProperties9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
            stateProperties9.BorderRadius = 3;
            stateProperties9.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            stateProperties9.BorderThickness = 1;
            stateProperties9.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
            stateProperties9.ForeColor = System.Drawing.Color.White;
            stateProperties9.IconLeftImage = null;
            stateProperties9.IconRightImage = null;
            this.btnSave.onHoverState = stateProperties9;
            stateProperties10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(123)))), ((int)(((byte)(255)))));
            stateProperties10.BorderRadius = 3;
            stateProperties10.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            stateProperties10.BorderThickness = 1;
            stateProperties10.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(123)))), ((int)(((byte)(255)))));
            stateProperties10.ForeColor = System.Drawing.Color.White;
            stateProperties10.IconLeftImage = null;
            stateProperties10.IconRightImage = null;
            this.btnSave.OnPressedState = stateProperties10;
            this.btnSave.Size = new System.Drawing.Size(130, 45);
            this.btnSave.TabIndex = 83;
            this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnSave.TextMarginLeft = 0;
            this.btnSave.UseDefaultRadiusAndThickness = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // txtPassword
            // 
            this.txtPassword.AcceptsReturn = false;
            this.txtPassword.AcceptsTab = false;
            this.txtPassword.AnimationSpeed = 200;
            this.txtPassword.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.None;
            this.txtPassword.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
            this.txtPassword.BackColor = System.Drawing.Color.Transparent;
            this.txtPassword.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("txtPassword.BackgroundImage")));
            this.txtPassword.BorderColorActive = System.Drawing.Color.DodgerBlue;
            this.txtPassword.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
            this.txtPassword.BorderColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.txtPassword.BorderColorIdle = System.Drawing.Color.Silver;
            this.txtPassword.BorderRadius = 1;
            this.txtPassword.BorderThickness = 1;
            this.txtPassword.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
            this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtPassword.DefaultFont = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
            this.txtPassword.DefaultText = "";
            this.txtPassword.FillColor = System.Drawing.Color.White;
            this.txtPassword.HideSelection = true;
            this.txtPassword.IconLeft = null;
            this.txtPassword.IconLeftCursor = System.Windows.Forms.Cursors.IBeam;
            this.txtPassword.IconPadding = 10;
            this.txtPassword.IconRight = null;
            this.txtPassword.IconRightCursor = System.Windows.Forms.Cursors.IBeam;
            this.txtPassword.Lines = new string[0];
            this.txtPassword.Location = new System.Drawing.Point(28, 150);
            this.txtPassword.MaxLength = 32767;
            this.txtPassword.MinimumSize = new System.Drawing.Size(100, 35);
            this.txtPassword.Modified = false;
            this.txtPassword.Multiline = false;
            this.txtPassword.Name = "txtPassword";
            stateProperties5.BorderColor = System.Drawing.Color.LightGreen;
            stateProperties5.FillColor = System.Drawing.Color.Empty;
            stateProperties5.ForeColor = System.Drawing.Color.Empty;
            stateProperties5.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtPassword.OnActiveState = stateProperties5;
            stateProperties6.BorderColor = System.Drawing.Color.Empty;
            stateProperties6.FillColor = System.Drawing.Color.White;
            stateProperties6.ForeColor = System.Drawing.Color.Empty;
            stateProperties6.PlaceholderForeColor = System.Drawing.Color.Silver;
            this.txtPassword.OnDisabledState = stateProperties6;
            stateProperties7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            stateProperties7.FillColor = System.Drawing.Color.Empty;
            stateProperties7.ForeColor = System.Drawing.Color.Empty;
            stateProperties7.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtPassword.OnHoverState = stateProperties7;
            stateProperties8.BorderColor = System.Drawing.Color.Silver;
            stateProperties8.FillColor = System.Drawing.Color.White;
            stateProperties8.ForeColor = System.Drawing.Color.Empty;
            stateProperties8.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtPassword.OnIdleState = stateProperties8;
            this.txtPassword.PasswordChar = '●';
            this.txtPassword.PlaceholderForeColor = System.Drawing.Color.Silver;
            this.txtPassword.PlaceholderText = "Password";
            this.txtPassword.ReadOnly = false;
            this.txtPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.txtPassword.SelectedText = "";
            this.txtPassword.SelectionLength = 0;
            this.txtPassword.SelectionStart = 0;
            this.txtPassword.ShortcutsEnabled = true;
            this.txtPassword.Size = new System.Drawing.Size(273, 35);
            this.txtPassword.Style = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
            this.txtPassword.TabIndex = 85;
            this.txtPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.txtPassword.TextMarginBottom = 0;
            this.txtPassword.TextMarginLeft = 5;
            this.txtPassword.TextMarginTop = 0;
            this.txtPassword.TextPlaceholder = "Password";
            this.txtPassword.UseSystemPasswordChar = true;
            this.txtPassword.WordWrap = true;
            // 
            // bunifuCustomLabel1
            // 
            this.bunifuCustomLabel1.AutoSize = true;
            this.bunifuCustomLabel1.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bunifuCustomLabel1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.bunifuCustomLabel1.Location = new System.Drawing.Point(31, 128);
            this.bunifuCustomLabel1.Name = "bunifuCustomLabel1";
            this.bunifuCustomLabel1.Size = new System.Drawing.Size(64, 19);
            this.bunifuCustomLabel1.TabIndex = 86;
            this.bunifuCustomLabel1.Text = "Password";
            // 
            // txtRetypePassword
            // 
            this.txtRetypePassword.AcceptsReturn = false;
            this.txtRetypePassword.AcceptsTab = false;
            this.txtRetypePassword.AnimationSpeed = 200;
            this.txtRetypePassword.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.None;
            this.txtRetypePassword.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
            this.txtRetypePassword.BackColor = System.Drawing.Color.Transparent;
            this.txtRetypePassword.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("txtRetypePassword.BackgroundImage")));
            this.txtRetypePassword.BorderColorActive = System.Drawing.Color.DodgerBlue;
            this.txtRetypePassword.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
            this.txtRetypePassword.BorderColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.txtRetypePassword.BorderColorIdle = System.Drawing.Color.Silver;
            this.txtRetypePassword.BorderRadius = 1;
            this.txtRetypePassword.BorderThickness = 1;
            this.txtRetypePassword.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
            this.txtRetypePassword.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtRetypePassword.DefaultFont = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
            this.txtRetypePassword.DefaultText = "";
            this.txtRetypePassword.FillColor = System.Drawing.Color.White;
            this.txtRetypePassword.HideSelection = true;
            this.txtRetypePassword.IconLeft = null;
            this.txtRetypePassword.IconLeftCursor = System.Windows.Forms.Cursors.IBeam;
            this.txtRetypePassword.IconPadding = 10;
            this.txtRetypePassword.IconRight = null;
            this.txtRetypePassword.IconRightCursor = System.Windows.Forms.Cursors.IBeam;
            this.txtRetypePassword.Lines = new string[0];
            this.txtRetypePassword.Location = new System.Drawing.Point(28, 211);
            this.txtRetypePassword.MaxLength = 32767;
            this.txtRetypePassword.MinimumSize = new System.Drawing.Size(100, 35);
            this.txtRetypePassword.Modified = false;
            this.txtRetypePassword.Multiline = false;
            this.txtRetypePassword.Name = "txtRetypePassword";
            stateProperties1.BorderColor = System.Drawing.Color.LightGreen;
            stateProperties1.FillColor = System.Drawing.Color.Empty;
            stateProperties1.ForeColor = System.Drawing.Color.Empty;
            stateProperties1.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtRetypePassword.OnActiveState = stateProperties1;
            stateProperties2.BorderColor = System.Drawing.Color.Empty;
            stateProperties2.FillColor = System.Drawing.Color.White;
            stateProperties2.ForeColor = System.Drawing.Color.Empty;
            stateProperties2.PlaceholderForeColor = System.Drawing.Color.Silver;
            this.txtRetypePassword.OnDisabledState = stateProperties2;
            stateProperties3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            stateProperties3.FillColor = System.Drawing.Color.Empty;
            stateProperties3.ForeColor = System.Drawing.Color.Empty;
            stateProperties3.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtRetypePassword.OnHoverState = stateProperties3;
            stateProperties4.BorderColor = System.Drawing.Color.Silver;
            stateProperties4.FillColor = System.Drawing.Color.White;
            stateProperties4.ForeColor = System.Drawing.Color.Empty;
            stateProperties4.PlaceholderForeColor = System.Drawing.Color.Empty;
            this.txtRetypePassword.OnIdleState = stateProperties4;
            this.txtRetypePassword.PasswordChar = '●';
            this.txtRetypePassword.PlaceholderForeColor = System.Drawing.Color.Silver;
            this.txtRetypePassword.PlaceholderText = "Password";
            this.txtRetypePassword.ReadOnly = false;
            this.txtRetypePassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.txtRetypePassword.SelectedText = "";
            this.txtRetypePassword.SelectionLength = 0;
            this.txtRetypePassword.SelectionStart = 0;
            this.txtRetypePassword.ShortcutsEnabled = true;
            this.txtRetypePassword.Size = new System.Drawing.Size(273, 35);
            this.txtRetypePassword.Style = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
            this.txtRetypePassword.TabIndex = 87;
            this.txtRetypePassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.txtRetypePassword.TextMarginBottom = 0;
            this.txtRetypePassword.TextMarginLeft = 5;
            this.txtRetypePassword.TextMarginTop = 0;
            this.txtRetypePassword.TextPlaceholder = "Password";
            this.txtRetypePassword.UseSystemPasswordChar = true;
            this.txtRetypePassword.WordWrap = true;
            // 
            // bunifuCustomLabel2
            // 
            this.bunifuCustomLabel2.AutoSize = true;
            this.bunifuCustomLabel2.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bunifuCustomLabel2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.bunifuCustomLabel2.Location = new System.Drawing.Point(31, 189);
            this.bunifuCustomLabel2.Name = "bunifuCustomLabel2";
            this.bunifuCustomLabel2.Size = new System.Drawing.Size(108, 19);
            this.bunifuCustomLabel2.TabIndex = 88;
            this.bunifuCustomLabel2.Text = "Retype Password";
            // 
            // frmUserAccount
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(338, 394);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.pnlTitleBar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmUserAccount";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = " ";
            this.Load += new System.EventHandler(this.frm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.kagawadBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit();
            this.pnlTitleBar.ResumeLayout(false);
            this.pnlTitleBar.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnMinimized)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnMaximize)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel4.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()
 {
     System.Windows.Forms.DataGridViewCellStyle                     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle                     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle                     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle                     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle                     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager                 resources         = new System.ComponentModel.ComponentResourceManager(typeof(UC_GiaoVien));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges       borderEdges1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties1  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties2  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges       borderEdges2      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties3  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties4  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties5  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties6  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties7  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties stateProperties8  = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges       borderEdges3      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties9  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties   stateProperties10 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.dtgvGiaoVien  = new Bunifu.UI.WinForms.BunifuDataGridView();
     this.btnThem       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.btnTimKiem    = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.cbKhoa        = new Bunifu.UI.WinForms.BunifuDropdown();
     this.txbTengv      = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.bunifuButton1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvGiaoVien)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // dtgvGiaoVien
     //
     this.dtgvGiaoVien.AllowCustomTheming = false;
     dataGridViewCellStyle1.Alignment     = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(242)))), ((int)(((byte)(203)))));
     dataGridViewCellStyle1.ForeColor     = System.Drawing.Color.Black;
     this.dtgvGiaoVien.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dtgvGiaoVien.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtgvGiaoVien.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dtgvGiaoVien.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.dtgvGiaoVien.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.LimeGreen;
     dataGridViewCellStyle2.Font                     = new System.Drawing.Font("Segoe UI Semibold", 11.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor                = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
     this.dtgvGiaoVien.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dtgvGiaoVien.ColumnHeadersHeight           = 40;
     this.dtgvGiaoVien.CurrentTheme.AlternatingRowsStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(242)))), ((int)(((byte)(203)))));
     this.dtgvGiaoVien.CurrentTheme.AlternatingRowsStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     this.dtgvGiaoVien.CurrentTheme.AlternatingRowsStyle.ForeColor          = System.Drawing.Color.Black;
     this.dtgvGiaoVien.CurrentTheme.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(225)))), ((int)(((byte)(132)))));
     this.dtgvGiaoVien.CurrentTheme.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dtgvGiaoVien.CurrentTheme.BackColor             = System.Drawing.Color.LimeGreen;
     this.dtgvGiaoVien.CurrentTheme.GridColor             = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(240)))), ((int)(((byte)(193)))));
     this.dtgvGiaoVien.CurrentTheme.HeaderStyle.BackColor = System.Drawing.Color.LimeGreen;
     this.dtgvGiaoVien.CurrentTheme.HeaderStyle.Font      = new System.Drawing.Font("Segoe UI Semibold", 11.75F, System.Drawing.FontStyle.Bold);
     this.dtgvGiaoVien.CurrentTheme.HeaderStyle.ForeColor = System.Drawing.Color.White;
     this.dtgvGiaoVien.CurrentTheme.Name = null;
     this.dtgvGiaoVien.CurrentTheme.RowsStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(245)))), ((int)(((byte)(214)))));
     this.dtgvGiaoVien.CurrentTheme.RowsStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     this.dtgvGiaoVien.CurrentTheme.RowsStyle.ForeColor          = System.Drawing.Color.Black;
     this.dtgvGiaoVien.CurrentTheme.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(225)))), ((int)(((byte)(132)))));
     this.dtgvGiaoVien.CurrentTheme.RowsStyle.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(245)))), ((int)(((byte)(214)))));
     dataGridViewCellStyle3.Font                 = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle3.ForeColor            = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(225)))), ((int)(((byte)(132)))));
     dataGridViewCellStyle3.SelectionForeColor   = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode             = System.Windows.Forms.DataGridViewTriState.False;
     this.dtgvGiaoVien.DefaultCellStyle          = dataGridViewCellStyle3;
     this.dtgvGiaoVien.EnableHeadersVisualStyles = false;
     this.dtgvGiaoVien.GridColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(240)))), ((int)(((byte)(193)))));
     this.dtgvGiaoVien.HeaderBackColor           = System.Drawing.Color.LimeGreen;
     this.dtgvGiaoVien.HeaderBgColor             = System.Drawing.Color.Empty;
     this.dtgvGiaoVien.HeaderForeColor           = System.Drawing.Color.White;
     this.dtgvGiaoVien.Location                   = new System.Drawing.Point(21, 125);
     this.dtgvGiaoVien.Name                       = "dtgvGiaoVien";
     this.dtgvGiaoVien.ReadOnly                   = true;
     dataGridViewCellStyle4.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor             = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor    = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor    = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.dtgvGiaoVien.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dtgvGiaoVien.RowHeadersVisible          = false;
     this.dtgvGiaoVien.RowHeadersWidth            = 51;
     dataGridViewCellStyle5.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dtgvGiaoVien.RowsDefaultCellStyle       = dataGridViewCellStyle5;
     this.dtgvGiaoVien.RowTemplate.Height         = 40;
     this.dtgvGiaoVien.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dtgvGiaoVien.Size                       = new System.Drawing.Size(953, 417);
     this.dtgvGiaoVien.TabIndex                   = 0;
     this.dtgvGiaoVien.TabStop                    = false;
     this.dtgvGiaoVien.Theme                      = Bunifu.UI.WinForms.BunifuDataGridView.PresetThemes.LimeGreen;
     //
     // btnThem
     //
     this.btnThem.AllowToggling        = false;
     this.btnThem.AnimationSpeed       = 200;
     this.btnThem.AutoGenerateColors   = true;
     this.btnThem.BackColor            = System.Drawing.Color.Transparent;
     this.btnThem.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(175)))), ((int)(((byte)(85)))));
     this.btnThem.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnThem.BackgroundImage")));
     this.btnThem.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnThem.ButtonText           = "Tùy Chọn";
     this.btnThem.ButtonTextMarginLeft = 15;
     this.btnThem.ColorContrastOnClick = 45;
     this.btnThem.ColorContrastOnHover = 45;
     this.btnThem.Cursor              = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft          = true;
     borderEdges1.BottomRight         = true;
     borderEdges1.TopLeft             = true;
     borderEdges1.TopRight            = true;
     this.btnThem.CustomizableEdges   = borderEdges1;
     this.btnThem.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.btnThem.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.btnThem.DisabledFillColor   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnThem.DisabledForecolor   = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnThem.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnThem.Font                         = new System.Drawing.Font("Open Sans SemiBold", 12F, System.Drawing.FontStyle.Bold);
     this.btnThem.ForeColor                    = System.Drawing.Color.White;
     this.btnThem.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnThem.IconMarginLeft               = 11;
     this.btnThem.IconPadding                  = 10;
     this.btnThem.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnThem.IdleBorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(175)))), ((int)(((byte)(85)))));
     this.btnThem.IdleBorderRadius             = 5;
     this.btnThem.IdleBorderThickness          = 1;
     this.btnThem.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(175)))), ((int)(((byte)(85)))));
     this.btnThem.IdleIconLeftImage            = ((System.Drawing.Image)(resources.GetObject("btnThem.IdleIconLeftImage")));
     this.btnThem.IdleIconRightImage           = null;
     this.btnThem.IndicateFocus                = false;
     this.btnThem.Location                     = new System.Drawing.Point(392, 545);
     this.btnThem.Name                         = "btnThem";
     stateProperties1.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(211)))), ((int)(((byte)(161)))));
     stateProperties1.BorderRadius             = 5;
     stateProperties1.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness          = 1;
     stateProperties1.FillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(211)))), ((int)(((byte)(161)))));
     stateProperties1.ForeColor                = System.Drawing.Color.White;
     stateProperties1.IconLeftImage            = null;
     stateProperties1.IconRightImage           = null;
     this.btnThem.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(96)))), ((int)(((byte)(46)))));
     stateProperties2.BorderRadius             = 5;
     stateProperties2.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness          = 1;
     stateProperties2.FillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(96)))), ((int)(((byte)(46)))));
     stateProperties2.ForeColor                = System.Drawing.Color.White;
     stateProperties2.IconLeftImage            = null;
     stateProperties2.IconRightImage           = null;
     this.btnThem.OnPressedState               = stateProperties2;
     this.btnThem.Size                         = new System.Drawing.Size(196, 45);
     this.btnThem.TabIndex                     = 19;
     this.btnThem.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnThem.TextMarginLeft               = 15;
     this.btnThem.UseDefaultRadiusAndThickness = true;
     this.btnThem.Click                       += new System.EventHandler(this.btnThem_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnTimKiem);
     this.groupBox2.Controls.Add(this.cbKhoa);
     this.groupBox2.Controls.Add(this.txbTengv);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Font      = new System.Drawing.Font("Open Sans SemiBold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(94)))), ((int)(((byte)(52)))));
     this.groupBox2.Location  = new System.Drawing.Point(21, 3);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(964, 116);
     this.groupBox2.TabIndex  = 20;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Tìm kiếm";
     //
     // btnTimKiem
     //
     this.btnTimKiem.AllowToggling        = false;
     this.btnTimKiem.AnimationSpeed       = 200;
     this.btnTimKiem.AutoGenerateColors   = true;
     this.btnTimKiem.BackColor            = System.Drawing.Color.Transparent;
     this.btnTimKiem.BackColor1           = System.Drawing.Color.CornflowerBlue;
     this.btnTimKiem.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnTimKiem.BackgroundImage")));
     this.btnTimKiem.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnTimKiem.ButtonText           = "Tìm Kiếm";
     this.btnTimKiem.ButtonTextMarginLeft = 0;
     this.btnTimKiem.ColorContrastOnClick = 45;
     this.btnTimKiem.ColorContrastOnHover = 45;
     this.btnTimKiem.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges2.BottomLeft                      = true;
     borderEdges2.BottomRight                     = true;
     borderEdges2.TopLeft                         = true;
     borderEdges2.TopRight                        = true;
     this.btnTimKiem.CustomizableEdges            = borderEdges2;
     this.btnTimKiem.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.btnTimKiem.DisabledBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.btnTimKiem.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnTimKiem.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnTimKiem.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnTimKiem.Font                         = new System.Drawing.Font("Open Sans SemiBold", 12F, System.Drawing.FontStyle.Bold);
     this.btnTimKiem.ForeColor                    = System.Drawing.Color.White;
     this.btnTimKiem.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnTimKiem.IconMarginLeft               = 11;
     this.btnTimKiem.IconPadding                  = 10;
     this.btnTimKiem.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnTimKiem.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.btnTimKiem.IdleBorderRadius             = 5;
     this.btnTimKiem.IdleBorderThickness          = 1;
     this.btnTimKiem.IdleFillColor                = System.Drawing.Color.CornflowerBlue;
     this.btnTimKiem.IdleIconLeftImage            = null;
     this.btnTimKiem.IdleIconRightImage           = null;
     this.btnTimKiem.IndicateFocus                = false;
     this.btnTimKiem.Location                     = new System.Drawing.Point(493, 49);
     this.btnTimKiem.Name                         = "btnTimKiem";
     stateProperties3.BorderColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     stateProperties3.BorderRadius                = 5;
     stateProperties3.BorderStyle                 = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties3.BorderThickness             = 1;
     stateProperties3.FillColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(196)))), ((int)(((byte)(245)))));
     stateProperties3.ForeColor                   = System.Drawing.Color.White;
     stateProperties3.IconLeftImage               = null;
     stateProperties3.IconRightImage              = null;
     this.btnTimKiem.onHoverState                 = stateProperties3;
     stateProperties4.BorderColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     stateProperties4.BorderRadius                = 5;
     stateProperties4.BorderStyle                 = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties4.BorderThickness             = 1;
     stateProperties4.FillColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(81)))), ((int)(((byte)(130)))));
     stateProperties4.ForeColor                   = System.Drawing.Color.White;
     stateProperties4.IconLeftImage               = null;
     stateProperties4.IconRightImage              = null;
     this.btnTimKiem.OnPressedState               = stateProperties4;
     this.btnTimKiem.Size                         = new System.Drawing.Size(120, 45);
     this.btnTimKiem.TabIndex                     = 30;
     this.btnTimKiem.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnTimKiem.TextMarginLeft               = 0;
     this.btnTimKiem.UseDefaultRadiusAndThickness = true;
     this.btnTimKiem.Click                       += new System.EventHandler(this.btnTimKiem_Click_1);
     //
     // cbKhoa
     //
     this.cbKhoa.BackColor               = System.Drawing.Color.White;
     this.cbKhoa.BorderRadius            = 0;
     this.cbKhoa.Color                   = System.Drawing.Color.SeaGreen;
     this.cbKhoa.Direction               = Bunifu.UI.WinForms.BunifuDropdown.Directions.Down;
     this.cbKhoa.DisabledColor           = System.Drawing.Color.Gray;
     this.cbKhoa.DrawMode                = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbKhoa.DropdownBorderThickness = Bunifu.UI.WinForms.BunifuDropdown.BorderThickness.Thin;
     this.cbKhoa.DropDownStyle           = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbKhoa.DropDownTextAlign       = Bunifu.UI.WinForms.BunifuDropdown.TextAlign.Left;
     this.cbKhoa.FillDropDown            = false;
     this.cbKhoa.FillIndicator           = false;
     this.cbKhoa.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cbKhoa.Font               = new System.Drawing.Font("Open Sans", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbKhoa.ForeColor          = System.Drawing.Color.Black;
     this.cbKhoa.FormattingEnabled  = true;
     this.cbKhoa.Icon               = null;
     this.cbKhoa.IndicatorColor     = System.Drawing.Color.SeaGreen;
     this.cbKhoa.IndicatorLocation  = Bunifu.UI.WinForms.BunifuDropdown.Indicator.Right;
     this.cbKhoa.ItemBackColor      = System.Drawing.Color.White;
     this.cbKhoa.ItemBorderColor    = System.Drawing.Color.White;
     this.cbKhoa.ItemForeColor      = System.Drawing.Color.Black;
     this.cbKhoa.ItemHeight         = 26;
     this.cbKhoa.ItemHighLightColor = System.Drawing.Color.MediumSeaGreen;
     this.cbKhoa.Location           = new System.Drawing.Point(130, 84);
     this.cbKhoa.Name               = "cbKhoa";
     this.cbKhoa.Size               = new System.Drawing.Size(263, 32);
     this.cbKhoa.TabIndex           = 17;
     this.cbKhoa.Text               = null;
     //
     // txbTengv
     //
     this.txbTengv.AcceptsReturn       = false;
     this.txbTengv.AcceptsTab          = false;
     this.txbTengv.AnimationSpeed      = 200;
     this.txbTengv.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txbTengv.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txbTengv.BackColor           = System.Drawing.Color.Transparent;
     this.txbTengv.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txbTengv.BackgroundImage")));
     this.txbTengv.BorderColorActive   = System.Drawing.Color.SeaGreen;
     this.txbTengv.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txbTengv.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(147)))), ((int)(((byte)(119)))));
     this.txbTengv.BorderColorIdle     = System.Drawing.Color.Silver;
     this.txbTengv.BorderRadius        = 1;
     this.txbTengv.BorderThickness     = 1;
     this.txbTengv.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txbTengv.Cursor                  = System.Windows.Forms.Cursors.IBeam;
     this.txbTengv.DefaultFont             = new System.Drawing.Font("Open Sans", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txbTengv.DefaultText             = "";
     this.txbTengv.FillColor               = System.Drawing.Color.White;
     this.txbTengv.HideSelection           = true;
     this.txbTengv.IconLeft                = null;
     this.txbTengv.IconLeftCursor          = System.Windows.Forms.Cursors.IBeam;
     this.txbTengv.IconPadding             = 10;
     this.txbTengv.IconRight               = null;
     this.txbTengv.IconRightCursor         = System.Windows.Forms.Cursors.IBeam;
     this.txbTengv.Lines                   = new string[0];
     this.txbTengv.Location                = new System.Drawing.Point(130, 36);
     this.txbTengv.MaxLength               = 32767;
     this.txbTengv.MinimumSize             = new System.Drawing.Size(100, 35);
     this.txbTengv.Modified                = false;
     this.txbTengv.Multiline               = false;
     this.txbTengv.Name                    = "txbTengv";
     stateProperties5.BorderColor          = System.Drawing.Color.SeaGreen;
     stateProperties5.FillColor            = System.Drawing.Color.Empty;
     stateProperties5.ForeColor            = System.Drawing.Color.Empty;
     stateProperties5.PlaceholderForeColor = System.Drawing.Color.Empty;
     this.txbTengv.OnActiveState           = stateProperties5;
     stateProperties6.BorderColor          = System.Drawing.Color.Empty;
     stateProperties6.FillColor            = System.Drawing.Color.White;
     stateProperties6.ForeColor            = System.Drawing.Color.Empty;
     stateProperties6.PlaceholderForeColor = System.Drawing.Color.Silver;
     this.txbTengv.OnDisabledState         = stateProperties6;
     stateProperties7.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(147)))), ((int)(((byte)(119)))));
     stateProperties7.FillColor            = System.Drawing.Color.Empty;
     stateProperties7.ForeColor            = System.Drawing.Color.Empty;
     stateProperties7.PlaceholderForeColor = System.Drawing.Color.Empty;
     this.txbTengv.OnHoverState            = stateProperties7;
     stateProperties8.BorderColor          = System.Drawing.Color.Silver;
     stateProperties8.FillColor            = System.Drawing.Color.White;
     stateProperties8.ForeColor            = System.Drawing.Color.Empty;
     stateProperties8.PlaceholderForeColor = System.Drawing.Color.Empty;
     this.txbTengv.OnIdleState             = stateProperties8;
     this.txbTengv.PasswordChar            = '\0';
     this.txbTengv.PlaceholderForeColor    = System.Drawing.Color.Silver;
     this.txbTengv.PlaceholderText         = "";
     this.txbTengv.ReadOnly                = false;
     this.txbTengv.ScrollBars              = System.Windows.Forms.ScrollBars.None;
     this.txbTengv.SelectedText            = "";
     this.txbTengv.SelectionLength         = 0;
     this.txbTengv.SelectionStart          = 0;
     this.txbTengv.ShortcutsEnabled        = true;
     this.txbTengv.Size                    = new System.Drawing.Size(263, 35);
     this.txbTengv.Style                   = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txbTengv.TabIndex                = 11;
     this.txbTengv.TextAlign               = System.Windows.Forms.HorizontalAlignment.Left;
     this.txbTengv.TextMarginBottom        = 0;
     this.txbTengv.TextMarginLeft          = 5;
     this.txbTengv.TextMarginTop           = 0;
     this.txbTengv.TextPlaceholder         = "";
     this.txbTengv.UseSystemPasswordChar   = false;
     this.txbTengv.WordWrap                = true;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Open Sans", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(94)))), ((int)(((byte)(52)))));
     this.label5.Location  = new System.Drawing.Point(3, 84);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(52, 22);
     this.label5.TabIndex  = 12;
     this.label5.Text      = "Khoa";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Open Sans", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(94)))), ((int)(((byte)(52)))));
     this.label7.Location  = new System.Drawing.Point(3, 49);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(115, 22);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Tên giáo viên";
     //
     // bunifuButton1
     //
     this.bunifuButton1.AllowToggling        = false;
     this.bunifuButton1.AnimationSpeed       = 200;
     this.bunifuButton1.AutoGenerateColors   = true;
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackColor1           = System.Drawing.Color.MediumSeaGreen;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.bunifuButton1.ButtonText           = "Xem";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.ColorContrastOnClick = 45;
     this.bunifuButton1.ColorContrastOnHover = 45;
     this.bunifuButton1.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges3.BottomLeft                         = true;
     borderEdges3.BottomRight                        = true;
     borderEdges3.TopLeft                            = true;
     borderEdges3.TopRight                           = true;
     this.bunifuButton1.CustomizableEdges            = borderEdges3;
     this.bunifuButton1.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.bunifuButton1.DisabledBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.bunifuButton1.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.bunifuButton1.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.bunifuButton1.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.bunifuButton1.Font                         = new System.Drawing.Font("Open Sans SemiBold", 12F, System.Drawing.FontStyle.Bold);
     this.bunifuButton1.ForeColor                    = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IconMarginLeft               = 11;
     this.bunifuButton1.IconPadding                  = 10;
     this.bunifuButton1.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.bunifuButton1.IdleBorderRadius             = 5;
     this.bunifuButton1.IdleBorderThickness          = 1;
     this.bunifuButton1.IdleFillColor                = System.Drawing.Color.MediumSeaGreen;
     this.bunifuButton1.IdleIconLeftImage            = null;
     this.bunifuButton1.IdleIconRightImage           = null;
     this.bunifuButton1.IndicateFocus                = false;
     this.bunifuButton1.Location                     = new System.Drawing.Point(879, 545);
     this.bunifuButton1.Name                         = "bunifuButton1";
     stateProperties9.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     stateProperties9.BorderRadius                   = 5;
     stateProperties9.BorderStyle                    = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties9.BorderThickness                = 1;
     stateProperties9.FillColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(213)))), ((int)(((byte)(176)))));
     stateProperties9.ForeColor                      = System.Drawing.Color.White;
     stateProperties9.IconLeftImage                  = null;
     stateProperties9.IconRightImage                 = null;
     this.bunifuButton1.onHoverState                 = stateProperties9;
     stateProperties10.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     stateProperties10.BorderRadius                  = 5;
     stateProperties10.BorderStyle                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties10.BorderThickness               = 1;
     stateProperties10.FillColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(98)))), ((int)(((byte)(62)))));
     stateProperties10.ForeColor                     = System.Drawing.Color.White;
     stateProperties10.IconLeftImage                 = null;
     stateProperties10.IconRightImage                = null;
     this.bunifuButton1.OnPressedState               = stateProperties10;
     this.bunifuButton1.Size                         = new System.Drawing.Size(95, 45);
     this.bunifuButton1.TabIndex                     = 29;
     this.bunifuButton1.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.TextMarginLeft               = 0;
     this.bunifuButton1.UseDefaultRadiusAndThickness = true;
     this.bunifuButton1.Click                       += new System.EventHandler(this.bunifuButton1_Click);
     //
     // UC_GiaoVien
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.White;
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnThem);
     this.Controls.Add(this.dtgvGiaoVien);
     this.Name = "UC_GiaoVien";
     this.Size = new System.Drawing.Size(985, 593);
     ((System.ComponentModel.ISupportInitialize)(this.dtgvGiaoVien)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddItem));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.datagrid           = new System.Windows.Forms.DataGridView();
     this.label2             = new System.Windows.Forms.Label();
     this.labelRetailer      = new System.Windows.Forms.Label();
     this.labelWhleSale      = new System.Windows.Forms.Label();
     this.labelQty           = new System.Windows.Forms.Label();
     this.labelPrice         = new System.Windows.Forms.Label();
     this.labelName          = new System.Windows.Forms.Label();
     this.labelUnit          = new System.Windows.Forms.Label();
     this.panel1             = new System.Windows.Forms.Panel();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.comboBoxCateg      = new System.Windows.Forms.ComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.savebtn            = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.dscr               = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.TextBoxRetailer    = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.TextBoxwhleSaler   = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.unittbox           = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.quantitytbox       = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.pricetbox          = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.nametbox           = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.btnbrowse          = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.itemsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.accessDb01DataSet1 = new Ghub02.accessDb01DataSet1();
     this.itemsTableAdapter  = new Ghub02.accessDb01DataSet1TableAdapters.itemsTableAdapter();
     this.accessDb01DataSet5 = new Ghub02.accessDb01DataSet5();
     this.itemsTableAdapter3 = new Ghub02.accessDb01DataSet5TableAdapters.itemsTableAdapter();
     this.clname             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colweBuy           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.qty      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColId    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColImage = new System.Windows.Forms.DataGridViewImageColumn();
     ((System.ComponentModel.ISupportInitialize)(this.datagrid)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.itemsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accessDb01DataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accessDb01DataSet5)).BeginInit();
     this.SuspendLayout();
     //
     // datagrid
     //
     this.datagrid.BackgroundColor             = System.Drawing.Color.White;
     this.datagrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.clname,
         this.colweBuy,
         this.qty,
         this.Column5,
         this.Column6,
         this.Column4,
         this.Column1,
         this.Column2,
         this.ColId,
         this.Column3,
         this.ColImage
     });
     this.datagrid.Location   = new System.Drawing.Point(513, 201);
     this.datagrid.Name       = "datagrid";
     this.datagrid.Size       = new System.Drawing.Size(516, 369);
     this.datagrid.TabIndex   = 58;
     this.datagrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.datagrid_CellClick);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Cooper Std Black", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label2.Location  = new System.Drawing.Point(30, 15);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(206, 33);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "Add new item";
     //
     // labelRetailer
     //
     this.labelRetailer.AutoSize = true;
     this.labelRetailer.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.labelRetailer.Location = new System.Drawing.Point(22, 364);
     this.labelRetailer.Name     = "labelRetailer";
     this.labelRetailer.Size     = new System.Drawing.Size(82, 26);
     this.labelRetailer.TabIndex = 57;
     this.labelRetailer.Text     = "Retailer";
     //
     // labelWhleSale
     //
     this.labelWhleSale.AutoSize = true;
     this.labelWhleSale.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.labelWhleSale.Location = new System.Drawing.Point(22, 311);
     this.labelWhleSale.Name     = "labelWhleSale";
     this.labelWhleSale.Size     = new System.Drawing.Size(119, 26);
     this.labelWhleSale.TabIndex = 56;
     this.labelWhleSale.Text     = "Whole saler";
     //
     // labelQty
     //
     this.labelQty.AutoSize = true;
     this.labelQty.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.labelQty.Location = new System.Drawing.Point(22, 258);
     this.labelQty.Name     = "labelQty";
     this.labelQty.Size     = new System.Drawing.Size(93, 26);
     this.labelQty.TabIndex = 55;
     this.labelQty.Text     = "Quantity";
     //
     // labelPrice
     //
     this.labelPrice.AutoSize = true;
     this.labelPrice.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.labelPrice.Location = new System.Drawing.Point(22, 201);
     this.labelPrice.Name     = "labelPrice";
     this.labelPrice.Size     = new System.Drawing.Size(80, 26);
     this.labelPrice.TabIndex = 54;
     this.labelPrice.Text     = "We buy";
     //
     // labelName
     //
     this.labelName.AutoSize = true;
     this.labelName.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.labelName.Location = new System.Drawing.Point(22, 150);
     this.labelName.Name     = "labelName";
     this.labelName.Size     = new System.Drawing.Size(66, 26);
     this.labelName.TabIndex = 53;
     this.labelName.Text     = "Name";
     //
     // labelUnit
     //
     this.labelUnit.AutoSize = true;
     this.labelUnit.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.labelUnit.Location = new System.Drawing.Point(306, 258);
     this.labelUnit.Name     = "labelUnit";
     this.labelUnit.Size     = new System.Drawing.Size(53, 26);
     this.labelUnit.TabIndex = 52;
     this.labelUnit.Text     = "Unit";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DodgerBlue;
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1255, 51);
     this.panel1.TabIndex = 51;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(233, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(53, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 24;
     this.pictureBox1.TabStop  = false;
     //
     // comboBoxCateg
     //
     this.comboBoxCateg.FormattingEnabled = true;
     this.comboBoxCateg.Location          = new System.Drawing.Point(155, 423);
     this.comboBoxCateg.Name     = "comboBoxCateg";
     this.comboBoxCateg.Size     = new System.Drawing.Size(216, 21);
     this.comboBoxCateg.TabIndex = 50;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Constantia", 15.75F);
     this.label1.Location = new System.Drawing.Point(22, 418);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(92, 26);
     this.label1.TabIndex = 66;
     this.label1.Text     = "Category";
     //
     // savebtn
     //
     this.savebtn.BackColor            = System.Drawing.Color.Transparent;
     this.savebtn.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("savebtn.BackgroundImage")));
     this.savebtn.ButtonText           = "Save";
     this.savebtn.ButtonTextMarginLeft = 0;
     this.savebtn.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.savebtn.DisabledFillColor    = System.Drawing.Color.Gray;
     this.savebtn.DisabledForecolor    = System.Drawing.Color.White;
     this.savebtn.ForeColor            = System.Drawing.Color.White;
     this.savebtn.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.savebtn.IconPadding          = 10;
     this.savebtn.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.savebtn.IdleBorderColor      = System.Drawing.Color.DodgerBlue;
     this.savebtn.IdleBorderRadius     = 40;
     this.savebtn.IdleBorderThickness  = 0;
     this.savebtn.IdleFillColor        = System.Drawing.Color.DodgerBlue;
     this.savebtn.IdleIconLeftImage    = null;
     this.savebtn.IdleIconRightImage   = null;
     this.savebtn.Location             = new System.Drawing.Point(49, 547);
     this.savebtn.Name                = "savebtn";
     stateProperties3.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties3.BorderRadius    = 1;
     stateProperties3.BorderThickness = 1;
     stateProperties3.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties3.IconLeftImage   = null;
     stateProperties3.IconRightImage  = null;
     this.savebtn.onHoverState        = stateProperties3;
     this.savebtn.Size                = new System.Drawing.Size(322, 49);
     this.savebtn.TabIndex            = 67;
     this.savebtn.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.savebtn.Click              += new System.EventHandler(this.savebtn_Click_1);
     //
     // dscr
     //
     this.dscr.AcceptsReturn       = false;
     this.dscr.AcceptsTab          = false;
     this.dscr.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.dscr.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.dscr.BackColor           = System.Drawing.Color.Transparent;
     this.dscr.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("dscr.BackgroundImage")));
     this.dscr.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.dscr.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.dscr.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.dscr.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.dscr.BorderRadius        = 40;
     this.dscr.BorderThickness     = 2;
     this.dscr.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.dscr.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dscr.DefaultText         = "";
     this.dscr.FillColor           = System.Drawing.Color.White;
     this.dscr.HideSelection       = true;
     this.dscr.IconLeft            = null;
     this.dscr.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.dscr.IconPadding         = 10;
     this.dscr.IconRight           = null;
     this.dscr.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.dscr.Location            = new System.Drawing.Point(49, 480);
     this.dscr.MaxLength           = 32767;
     this.dscr.MinimumSize         = new System.Drawing.Size(100, 35);
     this.dscr.Modified            = false;
     this.dscr.Name                  = "dscr";
     this.dscr.PasswordChar          = '\0';
     this.dscr.ReadOnly              = false;
     this.dscr.SelectedText          = "";
     this.dscr.SelectionLength       = 0;
     this.dscr.SelectionStart        = 0;
     this.dscr.ShortcutsEnabled      = true;
     this.dscr.Size                  = new System.Drawing.Size(322, 61);
     this.dscr.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.dscr.TabIndex              = 65;
     this.dscr.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.dscr.TextMarginLeft        = 5;
     this.dscr.TextPlaceholder       = "Description";
     this.dscr.UseSystemPasswordChar = false;
     //
     // TextBoxRetailer
     //
     this.TextBoxRetailer.AcceptsReturn       = false;
     this.TextBoxRetailer.AcceptsTab          = false;
     this.TextBoxRetailer.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.TextBoxRetailer.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.TextBoxRetailer.BackColor           = System.Drawing.Color.Transparent;
     this.TextBoxRetailer.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("TextBoxRetailer.BackgroundImage")));
     this.TextBoxRetailer.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.TextBoxRetailer.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.TextBoxRetailer.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.TextBoxRetailer.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.TextBoxRetailer.BorderRadius        = 40;
     this.TextBoxRetailer.BorderThickness     = 2;
     this.TextBoxRetailer.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.TextBoxRetailer.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TextBoxRetailer.DefaultText         = "";
     this.TextBoxRetailer.FillColor           = System.Drawing.Color.White;
     this.TextBoxRetailer.HideSelection       = true;
     this.TextBoxRetailer.IconLeft            = ((System.Drawing.Image)(resources.GetObject("TextBoxRetailer.IconLeft")));
     this.TextBoxRetailer.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.TextBoxRetailer.IconPadding         = 10;
     this.TextBoxRetailer.IconRight           = null;
     this.TextBoxRetailer.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.TextBoxRetailer.Location            = new System.Drawing.Point(155, 353);
     this.TextBoxRetailer.MaxLength           = 32767;
     this.TextBoxRetailer.MinimumSize         = new System.Drawing.Size(100, 35);
     this.TextBoxRetailer.Modified            = false;
     this.TextBoxRetailer.Name                  = "TextBoxRetailer";
     this.TextBoxRetailer.PasswordChar          = '\0';
     this.TextBoxRetailer.ReadOnly              = false;
     this.TextBoxRetailer.SelectedText          = "";
     this.TextBoxRetailer.SelectionLength       = 0;
     this.TextBoxRetailer.SelectionStart        = 0;
     this.TextBoxRetailer.ShortcutsEnabled      = true;
     this.TextBoxRetailer.Size                  = new System.Drawing.Size(180, 48);
     this.TextBoxRetailer.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.TextBoxRetailer.TabIndex              = 64;
     this.TextBoxRetailer.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.TextBoxRetailer.TextMarginLeft        = 5;
     this.TextBoxRetailer.TextPlaceholder       = "Price";
     this.TextBoxRetailer.UseSystemPasswordChar = false;
     //
     // TextBoxwhleSaler
     //
     this.TextBoxwhleSaler.AcceptsReturn       = false;
     this.TextBoxwhleSaler.AcceptsTab          = false;
     this.TextBoxwhleSaler.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.TextBoxwhleSaler.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.TextBoxwhleSaler.BackColor           = System.Drawing.Color.Transparent;
     this.TextBoxwhleSaler.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("TextBoxwhleSaler.BackgroundImage")));
     this.TextBoxwhleSaler.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.TextBoxwhleSaler.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.TextBoxwhleSaler.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.TextBoxwhleSaler.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.TextBoxwhleSaler.BorderRadius        = 40;
     this.TextBoxwhleSaler.BorderThickness     = 2;
     this.TextBoxwhleSaler.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.TextBoxwhleSaler.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TextBoxwhleSaler.DefaultText         = "";
     this.TextBoxwhleSaler.FillColor           = System.Drawing.Color.White;
     this.TextBoxwhleSaler.HideSelection       = true;
     this.TextBoxwhleSaler.IconLeft            = ((System.Drawing.Image)(resources.GetObject("TextBoxwhleSaler.IconLeft")));
     this.TextBoxwhleSaler.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.TextBoxwhleSaler.IconPadding         = 10;
     this.TextBoxwhleSaler.IconRight           = null;
     this.TextBoxwhleSaler.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.TextBoxwhleSaler.Location            = new System.Drawing.Point(155, 299);
     this.TextBoxwhleSaler.MaxLength           = 32767;
     this.TextBoxwhleSaler.MinimumSize         = new System.Drawing.Size(100, 35);
     this.TextBoxwhleSaler.Modified            = false;
     this.TextBoxwhleSaler.Name                  = "TextBoxwhleSaler";
     this.TextBoxwhleSaler.PasswordChar          = '\0';
     this.TextBoxwhleSaler.ReadOnly              = false;
     this.TextBoxwhleSaler.SelectedText          = "";
     this.TextBoxwhleSaler.SelectionLength       = 0;
     this.TextBoxwhleSaler.SelectionStart        = 0;
     this.TextBoxwhleSaler.ShortcutsEnabled      = true;
     this.TextBoxwhleSaler.Size                  = new System.Drawing.Size(179, 48);
     this.TextBoxwhleSaler.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.TextBoxwhleSaler.TabIndex              = 63;
     this.TextBoxwhleSaler.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.TextBoxwhleSaler.TextMarginLeft        = 5;
     this.TextBoxwhleSaler.TextPlaceholder       = "Price";
     this.TextBoxwhleSaler.UseSystemPasswordChar = false;
     //
     // unittbox
     //
     this.unittbox.AcceptsReturn       = false;
     this.unittbox.AcceptsTab          = false;
     this.unittbox.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.unittbox.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.unittbox.BackColor           = System.Drawing.Color.Transparent;
     this.unittbox.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("unittbox.BackgroundImage")));
     this.unittbox.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.unittbox.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.unittbox.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.unittbox.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.unittbox.BorderRadius        = 40;
     this.unittbox.BorderThickness     = 2;
     this.unittbox.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.unittbox.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.unittbox.DefaultText         = "";
     this.unittbox.FillColor           = System.Drawing.Color.White;
     this.unittbox.HideSelection       = true;
     this.unittbox.IconLeft            = ((System.Drawing.Image)(resources.GetObject("unittbox.IconLeft")));
     this.unittbox.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.unittbox.IconPadding         = 10;
     this.unittbox.IconRight           = null;
     this.unittbox.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.unittbox.Location            = new System.Drawing.Point(374, 245);
     this.unittbox.MaxLength           = 32767;
     this.unittbox.MinimumSize         = new System.Drawing.Size(100, 35);
     this.unittbox.Modified            = false;
     this.unittbox.Name                  = "unittbox";
     this.unittbox.PasswordChar          = '\0';
     this.unittbox.ReadOnly              = false;
     this.unittbox.SelectedText          = "";
     this.unittbox.SelectionLength       = 0;
     this.unittbox.SelectionStart        = 0;
     this.unittbox.ShortcutsEnabled      = true;
     this.unittbox.Size                  = new System.Drawing.Size(121, 48);
     this.unittbox.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.unittbox.TabIndex              = 62;
     this.unittbox.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.unittbox.TextMarginLeft        = 5;
     this.unittbox.TextPlaceholder       = "eg Bag...";
     this.unittbox.UseSystemPasswordChar = false;
     //
     // quantitytbox
     //
     this.quantitytbox.AcceptsReturn       = false;
     this.quantitytbox.AcceptsTab          = false;
     this.quantitytbox.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.quantitytbox.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.quantitytbox.BackColor           = System.Drawing.Color.Transparent;
     this.quantitytbox.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("quantitytbox.BackgroundImage")));
     this.quantitytbox.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.quantitytbox.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.quantitytbox.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.quantitytbox.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.quantitytbox.BorderRadius        = 40;
     this.quantitytbox.BorderThickness     = 2;
     this.quantitytbox.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.quantitytbox.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.quantitytbox.DefaultText         = "";
     this.quantitytbox.FillColor           = System.Drawing.Color.White;
     this.quantitytbox.HideSelection       = true;
     this.quantitytbox.IconLeft            = ((System.Drawing.Image)(resources.GetObject("quantitytbox.IconLeft")));
     this.quantitytbox.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.quantitytbox.IconPadding         = 10;
     this.quantitytbox.IconRight           = null;
     this.quantitytbox.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.quantitytbox.Location            = new System.Drawing.Point(155, 245);
     this.quantitytbox.MaxLength           = 32767;
     this.quantitytbox.MinimumSize         = new System.Drawing.Size(100, 35);
     this.quantitytbox.Modified            = false;
     this.quantitytbox.Name                  = "quantitytbox";
     this.quantitytbox.PasswordChar          = '\0';
     this.quantitytbox.ReadOnly              = false;
     this.quantitytbox.SelectedText          = "";
     this.quantitytbox.SelectionLength       = 0;
     this.quantitytbox.SelectionStart        = 0;
     this.quantitytbox.ShortcutsEnabled      = true;
     this.quantitytbox.Size                  = new System.Drawing.Size(121, 48);
     this.quantitytbox.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.quantitytbox.TabIndex              = 61;
     this.quantitytbox.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.quantitytbox.TextMarginLeft        = 5;
     this.quantitytbox.TextPlaceholder       = "Quantity";
     this.quantitytbox.UseSystemPasswordChar = false;
     //
     // pricetbox
     //
     this.pricetbox.AcceptsReturn       = false;
     this.pricetbox.AcceptsTab          = false;
     this.pricetbox.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.pricetbox.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.pricetbox.BackColor           = System.Drawing.Color.Transparent;
     this.pricetbox.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("pricetbox.BackgroundImage")));
     this.pricetbox.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.pricetbox.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.pricetbox.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.pricetbox.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pricetbox.BorderRadius        = 40;
     this.pricetbox.BorderThickness     = 2;
     this.pricetbox.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.pricetbox.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pricetbox.DefaultText         = "";
     this.pricetbox.FillColor           = System.Drawing.Color.White;
     this.pricetbox.HideSelection       = true;
     this.pricetbox.IconLeft            = ((System.Drawing.Image)(resources.GetObject("pricetbox.IconLeft")));
     this.pricetbox.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.pricetbox.IconPadding         = 10;
     this.pricetbox.IconRight           = null;
     this.pricetbox.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.pricetbox.Location            = new System.Drawing.Point(155, 191);
     this.pricetbox.MaxLength           = 32767;
     this.pricetbox.MinimumSize         = new System.Drawing.Size(100, 35);
     this.pricetbox.Modified            = false;
     this.pricetbox.Name                  = "pricetbox";
     this.pricetbox.PasswordChar          = '\0';
     this.pricetbox.ReadOnly              = false;
     this.pricetbox.SelectedText          = "";
     this.pricetbox.SelectionLength       = 0;
     this.pricetbox.SelectionStart        = 0;
     this.pricetbox.ShortcutsEnabled      = true;
     this.pricetbox.Size                  = new System.Drawing.Size(166, 48);
     this.pricetbox.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.pricetbox.TabIndex              = 60;
     this.pricetbox.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.pricetbox.TextMarginLeft        = 5;
     this.pricetbox.TextPlaceholder       = "Price";
     this.pricetbox.UseSystemPasswordChar = false;
     //
     // nametbox
     //
     this.nametbox.AcceptsReturn       = false;
     this.nametbox.AcceptsTab          = false;
     this.nametbox.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.nametbox.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.nametbox.BackColor           = System.Drawing.Color.Transparent;
     this.nametbox.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("nametbox.BackgroundImage")));
     this.nametbox.BorderColorActive   = System.Drawing.Color.DodgerBlue;
     this.nametbox.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.nametbox.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.nametbox.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.nametbox.BorderRadius        = 40;
     this.nametbox.BorderThickness     = 2;
     this.nametbox.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.nametbox.DefaultFont         = new System.Drawing.Font("Cooper Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nametbox.DefaultText         = "";
     this.nametbox.FillColor           = System.Drawing.Color.White;
     this.nametbox.HideSelection       = true;
     this.nametbox.IconLeft            = ((System.Drawing.Image)(resources.GetObject("nametbox.IconLeft")));
     this.nametbox.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.nametbox.IconPadding         = 10;
     this.nametbox.IconRight           = null;
     this.nametbox.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.nametbox.Location            = new System.Drawing.Point(155, 137);
     this.nametbox.MaxLength           = 32767;
     this.nametbox.MinimumSize         = new System.Drawing.Size(100, 35);
     this.nametbox.Modified            = false;
     this.nametbox.Name                  = "nametbox";
     this.nametbox.PasswordChar          = '\0';
     this.nametbox.ReadOnly              = false;
     this.nametbox.SelectedText          = "";
     this.nametbox.SelectionLength       = 0;
     this.nametbox.SelectionStart        = 0;
     this.nametbox.ShortcutsEnabled      = true;
     this.nametbox.Size                  = new System.Drawing.Size(228, 48);
     this.nametbox.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.nametbox.TabIndex              = 59;
     this.nametbox.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.nametbox.TextMarginLeft        = 5;
     this.nametbox.TextPlaceholder       = "Name of the item";
     this.nametbox.UseSystemPasswordChar = false;
     this.nametbox.TextChange           += new System.EventHandler(this.nametbox_TextChange_1);
     //
     // btnbrowse
     //
     this.btnbrowse.BackColor            = System.Drawing.Color.Transparent;
     this.btnbrowse.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnbrowse.BackgroundImage")));
     this.btnbrowse.ButtonText           = "Browse image";
     this.btnbrowse.ButtonTextMarginLeft = 0;
     this.btnbrowse.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnbrowse.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btnbrowse.DisabledForecolor    = System.Drawing.Color.White;
     this.btnbrowse.ForeColor            = System.Drawing.Color.White;
     this.btnbrowse.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btnbrowse.IconPadding          = 10;
     this.btnbrowse.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btnbrowse.IdleBorderColor      = System.Drawing.Color.DodgerBlue;
     this.btnbrowse.IdleBorderRadius     = 10;
     this.btnbrowse.IdleBorderThickness  = 0;
     this.btnbrowse.IdleFillColor        = System.Drawing.Color.DodgerBlue;
     this.btnbrowse.IdleIconLeftImage    = null;
     this.btnbrowse.IdleIconRightImage   = null;
     this.btnbrowse.Location             = new System.Drawing.Point(374, 453);
     this.btnbrowse.Name              = "btnbrowse";
     stateProperties4.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.BorderRadius    = 1;
     stateProperties4.BorderThickness = 1;
     stateProperties4.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.IconLeftImage   = null;
     stateProperties4.IconRightImage  = null;
     this.btnbrowse.onHoverState      = stateProperties4;
     this.btnbrowse.Size              = new System.Drawing.Size(121, 42);
     this.btnbrowse.TabIndex          = 67;
     this.btnbrowse.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnbrowse.Click            += new System.EventHandler(this.btnbrowse_Click_1);
     //
     // itemsBindingSource
     //
     this.itemsBindingSource.DataMember = "items";
     this.itemsBindingSource.DataSource = this.accessDb01DataSet1;
     //
     // accessDb01DataSet1
     //
     this.accessDb01DataSet1.DataSetName             = "accessDb01DataSet1";
     this.accessDb01DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // itemsTableAdapter
     //
     this.itemsTableAdapter.ClearBeforeFill = true;
     //
     // accessDb01DataSet5
     //
     this.accessDb01DataSet5.DataSetName             = "accessDb01DataSet5";
     this.accessDb01DataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // itemsTableAdapter3
     //
     this.itemsTableAdapter3.ClearBeforeFill = true;
     //
     // clname
     //
     this.clname.HeaderText = "NAME";
     this.clname.Name       = "clname";
     //
     // colweBuy
     //
     this.colweBuy.HeaderText = "WE BUY";
     this.colweBuy.Name       = "colweBuy";
     //
     // qty
     //
     this.qty.HeaderText = "QUANTITY";
     this.qty.Name       = "qty";
     //
     // Column5
     //
     this.Column5.HeaderText = "COST";
     this.Column5.Name       = "Column5";
     //
     // Column6
     //
     this.Column6.HeaderText = "CATEGORY";
     this.Column6.Name       = "Column6";
     //
     // Column4
     //
     this.Column4.HeaderText = "DESCRIPTION";
     this.Column4.Name       = "Column4";
     //
     // Column1
     //
     this.Column1.HeaderText = "WHOLE SELLER PRICE";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "RETAILER PRICE";
     this.Column2.Name       = "Column2";
     //
     // ColId
     //
     this.ColId.HeaderText = "ITEM CODE";
     this.ColId.Name       = "ColId";
     //
     // Column3
     //
     this.Column3.HeaderText = "DATE POSTED";
     this.Column3.Name       = "Column3";
     //
     // ColImage
     //
     this.ColImage.HeaderText = "IMAGE";
     this.ColImage.Name       = "ColImage";
     this.ColImage.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.ColImage.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.ColImage.Visible    = false;
     //
     // AddItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.btnbrowse);
     this.Controls.Add(this.savebtn);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dscr);
     this.Controls.Add(this.TextBoxRetailer);
     this.Controls.Add(this.TextBoxwhleSaler);
     this.Controls.Add(this.unittbox);
     this.Controls.Add(this.quantitytbox);
     this.Controls.Add(this.pricetbox);
     this.Controls.Add(this.nametbox);
     this.Controls.Add(this.datagrid);
     this.Controls.Add(this.labelRetailer);
     this.Controls.Add(this.labelWhleSale);
     this.Controls.Add(this.labelQty);
     this.Controls.Add(this.labelPrice);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.labelUnit);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.comboBoxCateg);
     this.Location = new System.Drawing.Point(10, 0);
     this.Name     = "AddItem";
     this.Size     = new System.Drawing.Size(1255, 757);
     this.Load    += new System.EventHandler(this.AddItem_Load);
     ((System.ComponentModel.ISupportInitialize)(this.datagrid)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.itemsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accessDb01DataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accessDb01DataSet5)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties21 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties20 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties19 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties18 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties17 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties16 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties15 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bunifuImageButton1 = new Bunifu.UI.WinForms.BunifuImageButton();
     this.bunifuFormDock1    = new Bunifu.UI.WinForms.BunifuFormDock();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.label1             = new System.Windows.Forms.Label();
     this.bunifuSeparator1   = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuToolTip1     = new Bunifu.UI.WinForms.BunifuToolTip(this.components);
     this.bunifuButton1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuButton2      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuButton3      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuButton4      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuSeparator2   = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuImageButton3 = new Bunifu.UI.WinForms.BunifuImageButton();
     this.bunifuButton5      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuButton6      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuToolTipDark  = new Bunifu.UI.WinForms.BunifuToolTip(this.components);
     this.bunifuButton7      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuSeparator3   = new Bunifu.Framework.UI.BunifuSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.ActiveImage       = null;
     this.bunifuImageButton1.AllowAnimations   = true;
     this.bunifuImageButton1.AllowZooming      = true;
     this.bunifuImageButton1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuImageButton1.BackColor         = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.ErrorImage        = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.ErrorImage")));
     this.bunifuImageButton1.FadeWhenInactive  = false;
     this.bunifuImageButton1.Flip              = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
     this.bunifuImageButton1.Image             = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive       = null;
     this.bunifuImageButton1.ImageLocation     = null;
     this.bunifuImageButton1.ImageMargin       = 10;
     this.bunifuImageButton1.ImageSize         = new System.Drawing.Size(20, 20);
     this.bunifuImageButton1.ImageZoomSize     = new System.Drawing.Size(30, 30);
     this.bunifuImageButton1.InitialImage      = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.InitialImage")));
     this.bunifuImageButton1.Location          = new System.Drawing.Point(900, 12);
     this.bunifuImageButton1.Name              = "bunifuImageButton1";
     this.bunifuImageButton1.Rotation          = 0;
     this.bunifuImageButton1.ShowActiveImage   = true;
     this.bunifuImageButton1.ShowCursorChanges = true;
     this.bunifuImageButton1.ShowImageBorders  = true;
     this.bunifuImageButton1.ShowSizeMarkers   = false;
     this.bunifuImageButton1.Size              = new System.Drawing.Size(30, 30);
     this.bunifuImageButton1.TabIndex          = 0;
     this.bunifuToolTip1.SetToolTip(this.bunifuImageButton1, "");
     this.bunifuToolTipDark.SetToolTip(this.bunifuImageButton1, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton1, null);
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuImageButton1, null);
     this.bunifuImageButton1.ToolTipText = "Close Window";
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuImageButton1, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton1, "");
     this.bunifuImageButton1.WaitOnLoad = false;
     this.bunifuImageButton1.Zoom       = 10;
     this.bunifuImageButton1.ZoomSpeed  = 10;
     this.bunifuImageButton1.Click     += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuFormDock1
     //
     this.bunifuFormDock1.AllowFormDragging                          = true;
     this.bunifuFormDock1.AllowFormDropShadow                        = true;
     this.bunifuFormDock1.AllowFormResizing                          = true;
     this.bunifuFormDock1.AllowHidingBottomRegion                    = true;
     this.bunifuFormDock1.AllowOpacityChangesWhileDragging           = false;
     this.bunifuFormDock1.BorderOptions.BottomBorder.BorderColor     = System.Drawing.Color.Silver;
     this.bunifuFormDock1.BorderOptions.BottomBorder.BorderThickness = 1;
     this.bunifuFormDock1.BorderOptions.BottomBorder.ShowBorder      = true;
     this.bunifuFormDock1.BorderOptions.LeftBorder.BorderColor       = System.Drawing.Color.Silver;
     this.bunifuFormDock1.BorderOptions.LeftBorder.BorderThickness   = 1;
     this.bunifuFormDock1.BorderOptions.LeftBorder.ShowBorder        = true;
     this.bunifuFormDock1.BorderOptions.RightBorder.BorderColor      = System.Drawing.Color.Silver;
     this.bunifuFormDock1.BorderOptions.RightBorder.BorderThickness  = 1;
     this.bunifuFormDock1.BorderOptions.RightBorder.ShowBorder       = true;
     this.bunifuFormDock1.BorderOptions.TopBorder.BorderColor        = System.Drawing.Color.Silver;
     this.bunifuFormDock1.BorderOptions.TopBorder.BorderThickness    = 1;
     this.bunifuFormDock1.BorderOptions.TopBorder.ShowBorder         = true;
     this.bunifuFormDock1.ContainerControl               = this;
     this.bunifuFormDock1.DockingIndicatorsColor         = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(215)))), ((int)(((byte)(233)))));
     this.bunifuFormDock1.DockingIndicatorsOpacity       = 0.5D;
     this.bunifuFormDock1.DockingOptions.DockAll         = true;
     this.bunifuFormDock1.DockingOptions.DockBottomLeft  = true;
     this.bunifuFormDock1.DockingOptions.DockBottomRight = true;
     this.bunifuFormDock1.DockingOptions.DockFullScreen  = true;
     this.bunifuFormDock1.DockingOptions.DockLeft        = true;
     this.bunifuFormDock1.DockingOptions.DockRight       = true;
     this.bunifuFormDock1.DockingOptions.DockTopLeft     = true;
     this.bunifuFormDock1.DockingOptions.DockTopRight    = true;
     this.bunifuFormDock1.FormDraggingOpacity            = 0.9D;
     this.bunifuFormDock1.ParentForm                                      = this;
     this.bunifuFormDock1.ShowCursorChanges                               = true;
     this.bunifuFormDock1.ShowDockingIndicators                           = true;
     this.bunifuFormDock1.TitleBarOptions.AllowFormDragging               = true;
     this.bunifuFormDock1.TitleBarOptions.BunifuFormDock                  = this.bunifuFormDock1;
     this.bunifuFormDock1.TitleBarOptions.DoubleClickToExpandWindow       = true;
     this.bunifuFormDock1.TitleBarOptions.TitleBarControl                 = null;
     this.bunifuFormDock1.TitleBarOptions.UseBackColorOnDockingIndicators = false;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(28, 25);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(37, 32);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuToolTipDark.SetToolTip(this.bunifuImageButton2, "");
     this.bunifuToolTip1.SetToolTip(this.bunifuImageButton2, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton2, null);
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuImageButton2, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuImageButton2, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton2, "");
     this.bunifuImageButton2.Zoom = 10;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(71, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(296, 28);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Bunifu Awesome Tooltip Demo";
     this.bunifuToolTip1.SetToolTip(this.label1, "");
     this.bunifuToolTipDark.SetToolTip(this.label1, "");
     this.bunifuToolTip1.SetToolTipIcon(this.label1, null);
     this.bunifuToolTipDark.SetToolTipIcon(this.label1, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.label1, "");
     this.bunifuToolTip1.SetToolTipTitle(this.label1, "");
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuSeparator1.BackColor     = System.Drawing.Color.Transparent;
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.Gainsboro;
     this.bunifuSeparator1.LineThickness = 1;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(28, 61);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(902, 14);
     this.bunifuSeparator1.TabIndex      = 3;
     this.bunifuToolTipDark.SetToolTip(this.bunifuSeparator1, "");
     this.bunifuToolTip1.SetToolTip(this.bunifuSeparator1, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuSeparator1, null);
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuSeparator1, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuSeparator1, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuSeparator1, "");
     this.bunifuSeparator1.Transparency = 255;
     this.bunifuSeparator1.Vertical     = false;
     //
     // bunifuToolTip1
     //
     this.bunifuToolTip1.Active                     = true;
     this.bunifuToolTip1.AlignTextWithTitle         = false;
     this.bunifuToolTip1.AllowAutoClose             = false;
     this.bunifuToolTip1.AllowFading                = true;
     this.bunifuToolTip1.AutoCloseDuration          = 5000;
     this.bunifuToolTip1.BackColor                  = System.Drawing.SystemColors.Control;
     this.bunifuToolTip1.BorderColor                = System.Drawing.Color.Gainsboro;
     this.bunifuToolTip1.ClickToShowDisplayControl  = false;
     this.bunifuToolTip1.ConvertNewlinesToBreakTags = true;
     this.bunifuToolTip1.DisplayControl             = null;
     this.bunifuToolTip1.EntryAnimationSpeed        = 350;
     this.bunifuToolTip1.ExitAnimationSpeed         = 200;
     this.bunifuToolTip1.GenerateAutoCloseDuration  = false;
     this.bunifuToolTip1.IconMargin                 = 6;
     this.bunifuToolTip1.InitialDelay               = 0;
     this.bunifuToolTip1.Name    = "bunifuToolTip1";
     this.bunifuToolTip1.Opacity = 1D;
     this.bunifuToolTip1.OverrideToolTipTitles = false;
     this.bunifuToolTip1.Padding         = new System.Windows.Forms.Padding(10);
     this.bunifuToolTip1.ReshowDelay     = 100;
     this.bunifuToolTip1.ShowAlways      = true;
     this.bunifuToolTip1.ShowBorders     = false;
     this.bunifuToolTip1.ShowIcons       = true;
     this.bunifuToolTip1.ShowShadows     = true;
     this.bunifuToolTip1.Tag             = null;
     this.bunifuToolTip1.TextFont        = new System.Drawing.Font("Segoe UI", 9F);
     this.bunifuToolTip1.TextForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuToolTip1.TextMargin      = 2;
     this.bunifuToolTip1.TitleFont       = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.bunifuToolTip1.TitleForeColor  = System.Drawing.Color.Black;
     this.bunifuToolTip1.ToolTipPosition = new System.Drawing.Point(0, 0);
     this.bunifuToolTip1.ToolTipTitle    = null;
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "Default Tooltip";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton1.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton1.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IconPadding         = 10;
     this.bunifuButton1.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton1.IdleBorderRadius    = 15;
     this.bunifuButton1.IdleBorderThickness = 0;
     this.bunifuButton1.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton1.IdleIconLeftImage   = null;
     this.bunifuButton1.IdleIconRightImage  = null;
     this.bunifuButton1.Location            = new System.Drawing.Point(28, 109);
     this.bunifuButton1.Name                = "bunifuButton1";
     stateProperties21.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties21.BorderRadius         = 15;
     stateProperties21.BorderThickness      = 1;
     stateProperties21.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties21.IconLeftImage        = null;
     stateProperties21.IconRightImage       = null;
     this.bunifuButton1.onHoverState        = stateProperties21;
     this.bunifuButton1.Size                = new System.Drawing.Size(215, 58);
     this.bunifuButton1.TabIndex            = 5;
     this.bunifuButton1.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton1, "Bunifu Default tooltip is Awesomee");
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton1, "");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton1, null);
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton1, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton1, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton1, "");
     //
     // bunifuButton2
     //
     this.bunifuButton2.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton2.BackgroundImage")));
     this.bunifuButton2.ButtonText           = "Tooltip With Icon";
     this.bunifuButton2.ButtonTextMarginLeft = 0;
     this.bunifuButton2.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton2.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton2.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton2.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton2.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton2.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton2.IconPadding         = 10;
     this.bunifuButton2.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton2.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton2.IdleBorderRadius    = 15;
     this.bunifuButton2.IdleBorderThickness = 0;
     this.bunifuButton2.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton2.IdleIconLeftImage   = null;
     this.bunifuButton2.IdleIconRightImage  = null;
     this.bunifuButton2.Location            = new System.Drawing.Point(249, 109);
     this.bunifuButton2.Name                = "bunifuButton2";
     stateProperties20.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties20.BorderRadius         = 15;
     stateProperties20.BorderThickness      = 1;
     stateProperties20.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties20.IconLeftImage        = null;
     stateProperties20.IconRightImage       = null;
     this.bunifuButton2.onHoverState        = stateProperties20;
     this.bunifuButton2.Size                = new System.Drawing.Size(215, 58);
     this.bunifuButton2.TabIndex            = 6;
     this.bunifuButton2.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton2, "Tooltip with imgae");
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton2, "");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton2, null);
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton2, ((System.Drawing.Image)(resources.GetObject("bunifuButton2.ToolTipIcon"))));
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton2, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton2, "");
     //
     // bunifuButton3
     //
     this.bunifuButton3.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton3.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton3.BackgroundImage")));
     this.bunifuButton3.ButtonText           = "Tooltip With Title";
     this.bunifuButton3.ButtonTextMarginLeft = 0;
     this.bunifuButton3.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton3.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton3.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton3.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton3.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton3.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton3.IconPadding         = 10;
     this.bunifuButton3.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton3.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton3.IdleBorderRadius    = 15;
     this.bunifuButton3.IdleBorderThickness = 0;
     this.bunifuButton3.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton3.IdleIconLeftImage   = null;
     this.bunifuButton3.IdleIconRightImage  = null;
     this.bunifuButton3.Location            = new System.Drawing.Point(470, 109);
     this.bunifuButton3.Name                = "bunifuButton3";
     stateProperties19.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties19.BorderRadius         = 15;
     stateProperties19.BorderThickness      = 1;
     stateProperties19.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties19.IconLeftImage        = null;
     stateProperties19.IconRightImage       = null;
     this.bunifuButton3.onHoverState        = stateProperties19;
     this.bunifuButton3.Size                = new System.Drawing.Size(215, 58);
     this.bunifuButton3.TabIndex            = 7;
     this.bunifuButton3.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton3, "Bunifu Default tooltip is Awesomee");
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton3, "");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton3, null);
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton3, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton3, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton3, "Bunifu Awesome tooltip");
     //
     // bunifuButton4
     //
     this.bunifuButton4.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton4.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton4.BackgroundImage")));
     this.bunifuButton4.ButtonText           = "Tooltip With Title+Icon";
     this.bunifuButton4.ButtonTextMarginLeft = 0;
     this.bunifuButton4.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton4.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton4.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton4.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton4.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton4.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton4.IconPadding         = 10;
     this.bunifuButton4.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton4.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton4.IdleBorderRadius    = 15;
     this.bunifuButton4.IdleBorderThickness = 0;
     this.bunifuButton4.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton4.IdleIconLeftImage   = null;
     this.bunifuButton4.IdleIconRightImage  = null;
     this.bunifuButton4.Location            = new System.Drawing.Point(691, 109);
     this.bunifuButton4.Name                = "bunifuButton4";
     stateProperties18.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties18.BorderRadius         = 15;
     stateProperties18.BorderThickness      = 1;
     stateProperties18.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties18.IconLeftImage        = null;
     stateProperties18.IconRightImage       = null;
     this.bunifuButton4.onHoverState        = stateProperties18;
     this.bunifuButton4.Size                = new System.Drawing.Size(215, 58);
     this.bunifuButton4.TabIndex            = 8;
     this.bunifuButton4.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton4, "Bunifu Default tooltip is Awesomee");
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton4, "");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton4, null);
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton4, ((System.Drawing.Image)(resources.GetObject("bunifuButton4.ToolTipIcon"))));
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton4, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton4, "Bunifu Awesome tooltip");
     //
     // bunifuSeparator2
     //
     this.bunifuSeparator2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuSeparator2.BackColor     = System.Drawing.Color.Transparent;
     this.bunifuSeparator2.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.bunifuSeparator2.LineThickness = 1;
     this.bunifuSeparator2.Location      = new System.Drawing.Point(28, 211);
     this.bunifuSeparator2.Name          = "bunifuSeparator2";
     this.bunifuSeparator2.Size          = new System.Drawing.Size(902, 14);
     this.bunifuSeparator2.TabIndex      = 9;
     this.bunifuToolTipDark.SetToolTip(this.bunifuSeparator2, "");
     this.bunifuToolTip1.SetToolTip(this.bunifuSeparator2, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuSeparator2, null);
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuSeparator2, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuSeparator2, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuSeparator2, "");
     this.bunifuSeparator2.Transparency = 255;
     this.bunifuSeparator2.Vertical     = false;
     //
     // bunifuImageButton3
     //
     this.bunifuImageButton3.ActiveImage       = null;
     this.bunifuImageButton3.AllowAnimations   = true;
     this.bunifuImageButton3.AllowZooming      = true;
     this.bunifuImageButton3.BackColor         = System.Drawing.Color.Transparent;
     this.bunifuImageButton3.ErrorImage        = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.ErrorImage")));
     this.bunifuImageButton3.FadeWhenInactive  = false;
     this.bunifuImageButton3.Flip              = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
     this.bunifuImageButton3.Image             = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.Image")));
     this.bunifuImageButton3.ImageActive       = null;
     this.bunifuImageButton3.ImageLocation     = null;
     this.bunifuImageButton3.ImageMargin       = 40;
     this.bunifuImageButton3.ImageSize         = new System.Drawing.Size(50, 50);
     this.bunifuImageButton3.ImageZoomSize     = new System.Drawing.Size(90, 90);
     this.bunifuImageButton3.InitialImage      = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.InitialImage")));
     this.bunifuImageButton3.Location          = new System.Drawing.Point(28, 246);
     this.bunifuImageButton3.Name              = "bunifuImageButton3";
     this.bunifuImageButton3.Rotation          = 0;
     this.bunifuImageButton3.ShowActiveImage   = true;
     this.bunifuImageButton3.ShowCursorChanges = true;
     this.bunifuImageButton3.ShowImageBorders  = true;
     this.bunifuImageButton3.ShowSizeMarkers   = false;
     this.bunifuImageButton3.Size              = new System.Drawing.Size(90, 90);
     this.bunifuImageButton3.TabIndex          = 10;
     this.bunifuToolTip1.SetToolTip(this.bunifuImageButton3, "Bunifu Default tooltip is Awesomee");
     this.bunifuToolTipDark.SetToolTip(this.bunifuImageButton3, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton3, ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.ToolTipIcon"))));
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuImageButton3, null);
     this.bunifuImageButton3.ToolTipText = "";
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuImageButton3, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton3, "Bunifu Tooltip");
     this.bunifuImageButton3.WaitOnLoad = false;
     this.bunifuImageButton3.Zoom       = 40;
     this.bunifuImageButton3.ZoomSpeed  = 10;
     //
     // bunifuButton5
     //
     this.bunifuButton5.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton5.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton5.BackgroundImage")));
     this.bunifuButton5.ButtonText           = "Invoke Tooltip";
     this.bunifuButton5.ButtonTextMarginLeft = 0;
     this.bunifuButton5.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton5.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton5.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton5.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton5.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton5.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton5.IconPadding         = 10;
     this.bunifuButton5.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton5.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton5.IdleBorderRadius    = 15;
     this.bunifuButton5.IdleBorderThickness = 0;
     this.bunifuButton5.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton5.IdleIconLeftImage   = null;
     this.bunifuButton5.IdleIconRightImage  = null;
     this.bunifuButton5.Location            = new System.Drawing.Point(124, 262);
     this.bunifuButton5.Name                = "bunifuButton5";
     stateProperties17.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties17.BorderRadius         = 15;
     stateProperties17.BorderThickness      = 1;
     stateProperties17.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties17.IconLeftImage        = null;
     stateProperties17.IconRightImage       = null;
     this.bunifuButton5.onHoverState        = stateProperties17;
     this.bunifuButton5.Size                = new System.Drawing.Size(215, 58);
     this.bunifuButton5.TabIndex            = 11;
     this.bunifuButton5.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton5, "");
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton5, "");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton5, null);
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton5, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton5, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton5, "");
     this.bunifuButton5.Click += new System.EventHandler(this.bunifuButton5_Click);
     //
     // bunifuButton6
     //
     this.bunifuButton6.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton6.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton6.BackgroundImage")));
     this.bunifuButton6.ButtonText           = "Formated Tooltip (Dark Mode)";
     this.bunifuButton6.ButtonTextMarginLeft = 0;
     this.bunifuButton6.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton6.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton6.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton6.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton6.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton6.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton6.IconPadding         = 10;
     this.bunifuButton6.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton6.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton6.IdleBorderRadius    = 15;
     this.bunifuButton6.IdleBorderThickness = 0;
     this.bunifuButton6.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton6.IdleIconLeftImage   = null;
     this.bunifuButton6.IdleIconRightImage  = null;
     this.bunifuButton6.Location            = new System.Drawing.Point(345, 262);
     this.bunifuButton6.Name                = "bunifuButton6";
     stateProperties16.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties16.BorderRadius         = 15;
     stateProperties16.BorderThickness      = 1;
     stateProperties16.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties16.IconLeftImage        = null;
     stateProperties16.IconRightImage       = null;
     this.bunifuButton6.onHoverState        = stateProperties16;
     this.bunifuButton6.Size                = new System.Drawing.Size(340, 58);
     this.bunifuButton6.TabIndex            = 12;
     this.bunifuButton6.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton6, "");
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton6, "Bunifu Default tooltip is Awesomee");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton6, ((System.Drawing.Image)(resources.GetObject("bunifuButton6.ToolTipIcon"))));
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton6, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton6, "Bunifu Awesome tooltip");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton6, "");
     //
     // bunifuToolTipDark
     //
     this.bunifuToolTipDark.Active                     = true;
     this.bunifuToolTipDark.AlignTextWithTitle         = false;
     this.bunifuToolTipDark.AllowAutoClose             = false;
     this.bunifuToolTipDark.AllowFading                = true;
     this.bunifuToolTipDark.AutoCloseDuration          = 5000;
     this.bunifuToolTipDark.BackColor                  = System.Drawing.Color.Black;
     this.bunifuToolTipDark.BorderColor                = System.Drawing.Color.Black;
     this.bunifuToolTipDark.ClickToShowDisplayControl  = false;
     this.bunifuToolTipDark.ConvertNewlinesToBreakTags = true;
     this.bunifuToolTipDark.DisplayControl             = null;
     this.bunifuToolTipDark.EntryAnimationSpeed        = 350;
     this.bunifuToolTipDark.ExitAnimationSpeed         = 200;
     this.bunifuToolTipDark.GenerateAutoCloseDuration  = false;
     this.bunifuToolTipDark.IconMargin                 = 6;
     this.bunifuToolTipDark.InitialDelay               = 0;
     this.bunifuToolTipDark.Name    = "bunifuToolTipDark";
     this.bunifuToolTipDark.Opacity = 1D;
     this.bunifuToolTipDark.OverrideToolTipTitles = false;
     this.bunifuToolTipDark.Padding         = new System.Windows.Forms.Padding(10);
     this.bunifuToolTipDark.ReshowDelay     = 100;
     this.bunifuToolTipDark.ShowAlways      = true;
     this.bunifuToolTipDark.ShowBorders     = false;
     this.bunifuToolTipDark.ShowIcons       = true;
     this.bunifuToolTipDark.ShowShadows     = true;
     this.bunifuToolTipDark.Tag             = null;
     this.bunifuToolTipDark.TextFont        = new System.Drawing.Font("Segoe UI", 9F);
     this.bunifuToolTipDark.TextForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bunifuToolTipDark.TextMargin      = 2;
     this.bunifuToolTipDark.TitleFont       = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.bunifuToolTipDark.TitleForeColor  = System.Drawing.Color.Fuchsia;
     this.bunifuToolTipDark.ToolTipPosition = new System.Drawing.Point(0, 0);
     this.bunifuToolTipDark.ToolTipTitle    = null;
     //
     // bunifuButton7
     //
     this.bunifuButton7.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton7.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton7.BackgroundImage")));
     this.bunifuButton7.ButtonText           = "HTML Formating";
     this.bunifuButton7.ButtonTextMarginLeft = 0;
     this.bunifuButton7.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton7.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton7.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton7.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuButton7.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuButton7.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton7.IconPadding         = 10;
     this.bunifuButton7.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton7.IdleBorderColor     = System.Drawing.Color.LightGray;
     this.bunifuButton7.IdleBorderRadius    = 15;
     this.bunifuButton7.IdleBorderThickness = 0;
     this.bunifuButton7.IdleFillColor       = System.Drawing.Color.LightGray;
     this.bunifuButton7.IdleIconLeftImage   = null;
     this.bunifuButton7.IdleIconRightImage  = null;
     this.bunifuButton7.Location            = new System.Drawing.Point(691, 262);
     this.bunifuButton7.Name                = "bunifuButton7";
     stateProperties15.BorderColor          = System.Drawing.Color.DarkGray;
     stateProperties15.BorderRadius         = 15;
     stateProperties15.BorderThickness      = 1;
     stateProperties15.FillColor            = System.Drawing.Color.DarkGray;
     stateProperties15.IconLeftImage        = null;
     stateProperties15.IconRightImage       = null;
     this.bunifuButton7.onHoverState        = stateProperties15;
     this.bunifuButton7.Size                = new System.Drawing.Size(215, 58);
     this.bunifuButton7.TabIndex            = 13;
     this.bunifuButton7.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.bunifuButton7, resources.GetString("bunifuButton7.ToolTip"));
     this.bunifuToolTipDark.SetToolTip(this.bunifuButton7, "");
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuButton7, null);
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuButton7, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuButton7, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuButton7, "   Hello <b>Bunifu UI Users </b>");
     //
     // bunifuSeparator3
     //
     this.bunifuSeparator3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuSeparator3.BackColor     = System.Drawing.Color.Transparent;
     this.bunifuSeparator3.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.bunifuSeparator3.LineThickness = 1;
     this.bunifuSeparator3.Location      = new System.Drawing.Point(28, 365);
     this.bunifuSeparator3.Name          = "bunifuSeparator3";
     this.bunifuSeparator3.Size          = new System.Drawing.Size(902, 14);
     this.bunifuSeparator3.TabIndex      = 14;
     this.bunifuToolTipDark.SetToolTip(this.bunifuSeparator3, "");
     this.bunifuToolTip1.SetToolTip(this.bunifuSeparator3, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuSeparator3, null);
     this.bunifuToolTipDark.SetToolTipIcon(this.bunifuSeparator3, null);
     this.bunifuToolTipDark.SetToolTipTitle(this.bunifuSeparator3, "");
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuSeparator3, "");
     this.bunifuSeparator3.Transparency = 255;
     this.bunifuSeparator3.Vertical     = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(942, 434);
     this.Controls.Add(this.bunifuSeparator3);
     this.Controls.Add(this.bunifuButton7);
     this.Controls.Add(this.bunifuButton6);
     this.Controls.Add(this.bunifuButton5);
     this.Controls.Add(this.bunifuImageButton3);
     this.Controls.Add(this.bunifuSeparator2);
     this.Controls.Add(this.bunifuButton4);
     this.Controls.Add(this.bunifuButton3);
     this.Controls.Add(this.bunifuButton2);
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.bunifuSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bunifuImageButton2);
     this.Controls.Add(this.bunifuImageButton1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(stock));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.label3        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.panel1        = new System.Windows.Forms.Panel();
     this.dgvRawMterial = new Bunifu.Framework.UI.BunifuCustomDataGrid();
     this.btnDel        = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.txtSearch     = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRawMterial)).BeginInit();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft YaHei UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(98)))), ((int)(((byte)(0)))));
     this.label3.Location  = new System.Drawing.Point(15, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(60, 22);
     this.label3.TabIndex  = 68;
     this.label3.Text      = "Home";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft YaHei UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(48)))));
     this.label1.Location  = new System.Drawing.Point(72, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(67, 22);
     this.label1.TabIndex  = 69;
     this.label1.Text      = "/ Stock";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
     this.panel1.Controls.Add(this.dgvRawMterial);
     this.panel1.Controls.Add(this.btnDel);
     this.panel1.Controls.Add(this.txtSearch);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Location = new System.Drawing.Point(23, 50);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(963, 455);
     this.panel1.TabIndex = 70;
     //
     // dgvRawMterial
     //
     this.dgvRawMterial.AllowUserToDeleteRows   = false;
     this.dgvRawMterial.AllowUserToOrderColumns = true;
     dataGridViewCellStyle1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgvRawMterial.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvRawMterial.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.dgvRawMterial.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvRawMterial.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
     this.dgvRawMterial.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dgvRawMterial.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dgvRawMterial.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
     dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                 = System.Drawing.Color.Honeydew;
     dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRawMterial.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvRawMterial.ColumnHeadersHeight           = 40;
     this.dgvRawMterial.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     dataGridViewCellStyle3.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font                      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle3.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRawMterial.DefaultCellStyle              = dataGridViewCellStyle3;
     this.dgvRawMterial.DoubleBuffered                = true;
     this.dgvRawMterial.EnableHeadersVisualStyles     = false;
     this.dgvRawMterial.GridColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.dgvRawMterial.HeaderBgColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
     this.dgvRawMterial.HeaderForeColor               = System.Drawing.Color.Honeydew;
     this.dgvRawMterial.Location                      = new System.Drawing.Point(25, 85);
     this.dgvRawMterial.Name     = "dgvRawMterial";
     this.dgvRawMterial.ReadOnly = true;
     this.dgvRawMterial.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle4.Alignment         = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle4.Font                                        = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor                                   = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor                          = System.Drawing.SystemColors.ControlDark;
     dataGridViewCellStyle4.SelectionForeColor                          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.WrapMode                                    = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRawMterial.RowHeadersDefaultCellStyle                      = dataGridViewCellStyle4;
     this.dgvRawMterial.RowHeadersVisible                               = false;
     this.dgvRawMterial.RowTemplate.DefaultCellStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.dgvRawMterial.RowTemplate.DefaultCellStyle.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgvRawMterial.RowTemplate.DefaultCellStyle.ForeColor          = System.Drawing.Color.Gray;
     this.dgvRawMterial.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.dgvRawMterial.RowTemplate.Height                              = 45;
     this.dgvRawMterial.SelectionMode                                   = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvRawMterial.Size     = new System.Drawing.Size(917, 351);
     this.dgvRawMterial.TabIndex = 111;
     //
     // btnDel
     //
     this.btnDel.BackColor            = System.Drawing.Color.Transparent;
     this.btnDel.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage")));
     this.btnDel.ButtonText           = "Delete";
     this.btnDel.ButtonTextMarginLeft = 0;
     this.btnDel.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnDel.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btnDel.DisabledForecolor    = System.Drawing.Color.White;
     this.btnDel.Font                 = new System.Drawing.Font("Microsoft YaHei UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDel.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.btnDel.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btnDel.IconPadding          = 8;
     this.btnDel.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btnDel.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
     this.btnDel.IdleBorderRadius     = 1;
     this.btnDel.IdleBorderThickness  = 0;
     this.btnDel.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
     this.btnDel.IdleIconLeftImage    = null;
     this.btnDel.IdleIconRightImage   = null;
     this.btnDel.Location             = new System.Drawing.Point(247, 42);
     this.btnDel.Name                 = "btnDel";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(14)))), ((int)(((byte)(14)))));
     stateProperties1.BorderRadius    = 1;
     stateProperties1.BorderThickness = 1;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(14)))), ((int)(((byte)(14)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.btnDel.onHoverState         = stateProperties1;
     this.btnDel.Size                 = new System.Drawing.Size(86, 34);
     this.btnDel.TabIndex             = 110;
     this.btnDel.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDel.Click               += new System.EventHandler(this.BtnDel_Click);
     //
     // txtSearch
     //
     this.txtSearch.AcceptsReturn       = false;
     this.txtSearch.AcceptsTab          = false;
     this.txtSearch.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtSearch.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtSearch.BackColor           = System.Drawing.Color.Transparent;
     this.txtSearch.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtSearch.BackgroundImage")));
     this.txtSearch.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(95)))), ((int)(((byte)(113)))));
     this.txtSearch.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtSearch.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(167)))), ((int)(((byte)(171)))));
     this.txtSearch.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(62)))), ((int)(((byte)(63)))));
     this.txtSearch.BorderRadius        = 1;
     this.txtSearch.BorderThickness     = 1;
     this.txtSearch.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtSearch.DefaultFont         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.DefaultText         = "";
     this.txtSearch.FillColor           = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
     this.txtSearch.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(167)))), ((int)(((byte)(171)))));
     this.txtSearch.HideSelection       = true;
     this.txtSearch.IconLeft            = global::VEGAACABLE.Properties.Resources.icons8_Search_64px;
     this.txtSearch.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.txtSearch.IconPadding         = 8;
     this.txtSearch.IconRight           = null;
     this.txtSearch.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.txtSearch.Location            = new System.Drawing.Point(25, 41);
     this.txtSearch.MaxLength           = 32767;
     this.txtSearch.MinimumSize         = new System.Drawing.Size(100, 35);
     this.txtSearch.Modified            = false;
     this.txtSearch.Name                  = "txtSearch";
     this.txtSearch.PasswordChar          = '\0';
     this.txtSearch.ReadOnly              = false;
     this.txtSearch.SelectedText          = "";
     this.txtSearch.SelectionLength       = 0;
     this.txtSearch.SelectionStart        = 0;
     this.txtSearch.ShortcutsEnabled      = true;
     this.txtSearch.Size                  = new System.Drawing.Size(219, 35);
     this.txtSearch.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtSearch.TabIndex              = 103;
     this.txtSearch.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtSearch.TextMarginLeft        = 5;
     this.txtSearch.TextPlaceholder       = "";
     this.txtSearch.UseSystemPasswordChar = false;
     this.txtSearch.TextChange           += new System.EventHandler(this.TxtSearch_TextChange);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft YaHei UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(167)))), ((int)(((byte)(171)))));
     this.label5.Location  = new System.Drawing.Point(16, 16);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(123, 22);
     this.label5.TabIndex  = 76;
     this.label5.Text      = "Raw Materials";
     //
     // stock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Name  = "stock";
     this.Size  = new System.Drawing.Size(1007, 525);
     this.Load += new System.EventHandler(this.stock_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRawMterial)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddClient));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.btnAddClient     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuSeparator1 = new Bunifu.Framework.UI.BunifuSeparator();
     this.lblCurTab        = new System.Windows.Forms.Label();
     this.txtAddress       = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.txtPhone         = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.txtLastName      = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.txtName          = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.btnClose         = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuToolTip1   = new Bunifu.UI.WinForms.BunifuToolTip(this.components);
     this.label4           = new System.Windows.Forms.Label();
     this.isFemale         = new Bunifu.UI.WinForms.BunifuCheckBox();
     this.label1           = new System.Windows.Forms.Label();
     this.isMale           = new Bunifu.UI.WinForms.BunifuCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     this.SuspendLayout();
     //
     // btnAddClient
     //
     this.btnAddClient.BackColor            = System.Drawing.Color.Transparent;
     this.btnAddClient.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnAddClient.BackgroundImage")));
     this.btnAddClient.ButtonText           = "Добавить Клиента";
     this.btnAddClient.ButtonTextMarginLeft = 0;
     this.btnAddClient.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnAddClient.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btnAddClient.DisabledForecolor    = System.Drawing.Color.White;
     this.btnAddClient.ForeColor            = System.Drawing.Color.White;
     this.btnAddClient.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btnAddClient.IconPadding          = 10;
     this.btnAddClient.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btnAddClient.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.btnAddClient.IdleBorderRadius     = 35;
     this.btnAddClient.IdleBorderThickness  = 0;
     this.btnAddClient.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.btnAddClient.IdleIconLeftImage    = null;
     this.btnAddClient.IdleIconRightImage   = null;
     this.btnAddClient.Location             = new System.Drawing.Point(81, 453);
     this.btnAddClient.Name           = "btnAddClient";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius    = 35;
     stateProperties1.BorderThickness = 1;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.btnAddClient.onHoverState   = stateProperties1;
     this.btnAddClient.Size           = new System.Drawing.Size(311, 45);
     this.btnAddClient.TabIndex       = 34;
     this.btnAddClient.TextAlign      = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuToolTip1.SetToolTip(this.btnAddClient, "");
     this.bunifuToolTip1.SetToolTipIcon(this.btnAddClient, null);
     this.bunifuToolTip1.SetToolTipTitle(this.btnAddClient, "");
     this.btnAddClient.Click += new System.EventHandler(this.btnAddClient_Click);
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.BackColor     = System.Drawing.Color.Transparent;
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.bunifuSeparator1.LineThickness = 1;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(0, 69);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(476, 35);
     this.bunifuSeparator1.TabIndex      = 33;
     this.bunifuToolTip1.SetToolTip(this.bunifuSeparator1, "");
     this.bunifuToolTip1.SetToolTipIcon(this.bunifuSeparator1, null);
     this.bunifuToolTip1.SetToolTipTitle(this.bunifuSeparator1, "");
     this.bunifuSeparator1.Transparency = 255;
     this.bunifuSeparator1.Vertical     = false;
     //
     // lblCurTab
     //
     this.lblCurTab.AutoSize  = true;
     this.lblCurTab.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold);
     this.lblCurTab.ForeColor = System.Drawing.Color.DimGray;
     this.lblCurTab.Location  = new System.Drawing.Point(163, 32);
     this.lblCurTab.Name      = "lblCurTab";
     this.lblCurTab.Size      = new System.Drawing.Size(150, 21);
     this.lblCurTab.TabIndex  = 32;
     this.lblCurTab.Text      = "Добавить Клиента";
     this.bunifuToolTip1.SetToolTip(this.lblCurTab, "");
     this.bunifuToolTip1.SetToolTipIcon(this.lblCurTab, null);
     this.bunifuToolTip1.SetToolTipTitle(this.lblCurTab, "");
     //
     // txtAddress
     //
     this.txtAddress.AcceptsReturn       = false;
     this.txtAddress.AcceptsTab          = false;
     this.txtAddress.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtAddress.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtAddress.BackColor           = System.Drawing.Color.Transparent;
     this.txtAddress.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtAddress.BackgroundImage")));
     this.txtAddress.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(45)))), ((int)(((byte)(145)))));
     this.txtAddress.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtAddress.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.txtAddress.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.txtAddress.BorderRadius        = 30;
     this.txtAddress.BorderThickness     = 1;
     this.txtAddress.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtAddress.DefaultFont         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAddress.DefaultText         = "";
     this.txtAddress.FillColor           = System.Drawing.Color.White;
     this.txtAddress.HideSelection       = true;
     this.txtAddress.IconLeft            = null;
     this.txtAddress.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.txtAddress.IconPadding         = 10;
     this.txtAddress.IconRight           = null;
     this.txtAddress.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.txtAddress.Location            = new System.Drawing.Point(81, 287);
     this.txtAddress.MaxLength           = 32767;
     this.txtAddress.MinimumSize         = new System.Drawing.Size(100, 35);
     this.txtAddress.Modified            = false;
     this.txtAddress.Name             = "txtAddress";
     this.txtAddress.PasswordChar     = '\0';
     this.txtAddress.ReadOnly         = false;
     this.txtAddress.SelectedText     = "";
     this.txtAddress.SelectionLength  = 0;
     this.txtAddress.SelectionStart   = 0;
     this.txtAddress.ShortcutsEnabled = true;
     this.txtAddress.Size             = new System.Drawing.Size(311, 35);
     this.txtAddress.Style            = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtAddress.TabIndex         = 23;
     this.txtAddress.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtAddress.TextMarginLeft   = 5;
     this.txtAddress.TextPlaceholder  = "Адрес";
     this.bunifuToolTip1.SetToolTip(this.txtAddress, "");
     this.bunifuToolTip1.SetToolTipIcon(this.txtAddress, null);
     this.bunifuToolTip1.SetToolTipTitle(this.txtAddress, "");
     this.txtAddress.UseSystemPasswordChar = false;
     //
     // txtPhone
     //
     this.txtPhone.AcceptsReturn       = false;
     this.txtPhone.AcceptsTab          = false;
     this.txtPhone.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtPhone.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtPhone.BackColor           = System.Drawing.Color.Transparent;
     this.txtPhone.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtPhone.BackgroundImage")));
     this.txtPhone.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(45)))), ((int)(((byte)(145)))));
     this.txtPhone.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtPhone.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.txtPhone.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.txtPhone.BorderRadius        = 30;
     this.txtPhone.BorderThickness     = 1;
     this.txtPhone.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtPhone.DefaultFont         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhone.DefaultText         = "";
     this.txtPhone.FillColor           = System.Drawing.Color.White;
     this.txtPhone.HideSelection       = true;
     this.txtPhone.IconLeft            = null;
     this.txtPhone.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.txtPhone.IconPadding         = 10;
     this.txtPhone.IconRight           = null;
     this.txtPhone.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.txtPhone.Location            = new System.Drawing.Point(81, 228);
     this.txtPhone.MaxLength           = 32767;
     this.txtPhone.MinimumSize         = new System.Drawing.Size(100, 35);
     this.txtPhone.Modified            = false;
     this.txtPhone.Name             = "txtPhone";
     this.txtPhone.PasswordChar     = '\0';
     this.txtPhone.ReadOnly         = false;
     this.txtPhone.SelectedText     = "";
     this.txtPhone.SelectionLength  = 0;
     this.txtPhone.SelectionStart   = 0;
     this.txtPhone.ShortcutsEnabled = true;
     this.txtPhone.Size             = new System.Drawing.Size(311, 35);
     this.txtPhone.Style            = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtPhone.TabIndex         = 22;
     this.txtPhone.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtPhone.TextMarginLeft   = 5;
     this.txtPhone.TextPlaceholder  = "Телефон";
     this.bunifuToolTip1.SetToolTip(this.txtPhone, "");
     this.bunifuToolTip1.SetToolTipIcon(this.txtPhone, null);
     this.bunifuToolTip1.SetToolTipTitle(this.txtPhone, "");
     this.txtPhone.UseSystemPasswordChar = false;
     //
     // txtLastName
     //
     this.txtLastName.AcceptsReturn       = false;
     this.txtLastName.AcceptsTab          = false;
     this.txtLastName.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtLastName.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtLastName.BackColor           = System.Drawing.Color.Transparent;
     this.txtLastName.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtLastName.BackgroundImage")));
     this.txtLastName.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(45)))), ((int)(((byte)(145)))));
     this.txtLastName.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtLastName.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.txtLastName.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.txtLastName.BorderRadius        = 30;
     this.txtLastName.BorderThickness     = 1;
     this.txtLastName.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtLastName.DefaultFont         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLastName.DefaultText         = "";
     this.txtLastName.FillColor           = System.Drawing.Color.White;
     this.txtLastName.HideSelection       = true;
     this.txtLastName.IconLeft            = null;
     this.txtLastName.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.txtLastName.IconPadding         = 10;
     this.txtLastName.IconRight           = null;
     this.txtLastName.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.txtLastName.Location            = new System.Drawing.Point(81, 169);
     this.txtLastName.MaxLength           = 32767;
     this.txtLastName.MinimumSize         = new System.Drawing.Size(100, 35);
     this.txtLastName.Modified            = false;
     this.txtLastName.Name             = "txtLastName";
     this.txtLastName.PasswordChar     = '\0';
     this.txtLastName.ReadOnly         = false;
     this.txtLastName.SelectedText     = "";
     this.txtLastName.SelectionLength  = 0;
     this.txtLastName.SelectionStart   = 0;
     this.txtLastName.ShortcutsEnabled = true;
     this.txtLastName.Size             = new System.Drawing.Size(311, 35);
     this.txtLastName.Style            = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtLastName.TabIndex         = 21;
     this.txtLastName.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtLastName.TextMarginLeft   = 5;
     this.txtLastName.TextPlaceholder  = "Фамилия";
     this.bunifuToolTip1.SetToolTip(this.txtLastName, "");
     this.bunifuToolTip1.SetToolTipIcon(this.txtLastName, null);
     this.bunifuToolTip1.SetToolTipTitle(this.txtLastName, "");
     this.txtLastName.UseSystemPasswordChar = false;
     //
     // txtName
     //
     this.txtName.AcceptsReturn       = false;
     this.txtName.AcceptsTab          = false;
     this.txtName.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.txtName.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.txtName.BackColor           = System.Drawing.Color.Transparent;
     this.txtName.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("txtName.BackgroundImage")));
     this.txtName.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(45)))), ((int)(((byte)(145)))));
     this.txtName.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.txtName.BorderColorHover    = System.Drawing.Color.DodgerBlue;
     this.txtName.BorderColorIdle     = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.txtName.BorderRadius        = 30;
     this.txtName.BorderThickness     = 1;
     this.txtName.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.txtName.DefaultFont         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.DefaultText         = "";
     this.txtName.FillColor           = System.Drawing.Color.White;
     this.txtName.HideSelection       = true;
     this.txtName.IconLeft            = null;
     this.txtName.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.txtName.IconPadding         = 10;
     this.txtName.IconRight           = null;
     this.txtName.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.txtName.Location            = new System.Drawing.Point(81, 110);
     this.txtName.MaxLength           = 32767;
     this.txtName.MinimumSize         = new System.Drawing.Size(100, 35);
     this.txtName.Modified            = false;
     this.txtName.Name             = "txtName";
     this.txtName.PasswordChar     = '\0';
     this.txtName.ReadOnly         = false;
     this.txtName.SelectedText     = "";
     this.txtName.SelectionLength  = 0;
     this.txtName.SelectionStart   = 0;
     this.txtName.ShortcutsEnabled = true;
     this.txtName.Size             = new System.Drawing.Size(311, 35);
     this.txtName.Style            = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.txtName.TabIndex         = 20;
     this.txtName.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtName.TextMarginLeft   = 5;
     this.txtName.TextPlaceholder  = "Имя";
     this.bunifuToolTip1.SetToolTip(this.txtName, "");
     this.bunifuToolTip1.SetToolTipIcon(this.txtName, null);
     this.bunifuToolTip1.SetToolTipTitle(this.txtName, "");
     this.txtName.UseSystemPasswordChar = false;
     //
     // btnClose
     //
     this.btnClose.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Image       = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageActive = null;
     this.btnClose.Location    = new System.Drawing.Point(431, 27);
     this.btnClose.Name        = "btnClose";
     this.btnClose.Size        = new System.Drawing.Size(26, 26);
     this.btnClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnClose.TabIndex    = 19;
     this.btnClose.TabStop     = false;
     this.bunifuToolTip1.SetToolTip(this.btnClose, "Выход");
     this.bunifuToolTip1.SetToolTipIcon(this.btnClose, null);
     this.bunifuToolTip1.SetToolTipTitle(this.btnClose, "");
     this.btnClose.Zoom   = 10;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // bunifuToolTip1
     //
     this.bunifuToolTip1.Active                     = true;
     this.bunifuToolTip1.AlignTextWithTitle         = false;
     this.bunifuToolTip1.AllowAutoClose             = false;
     this.bunifuToolTip1.AllowFading                = true;
     this.bunifuToolTip1.AutoCloseDuration          = 5000;
     this.bunifuToolTip1.BackColor                  = System.Drawing.SystemColors.Control;
     this.bunifuToolTip1.BorderColor                = System.Drawing.Color.Gainsboro;
     this.bunifuToolTip1.ClickToShowDisplayControl  = false;
     this.bunifuToolTip1.ConvertNewlinesToBreakTags = true;
     this.bunifuToolTip1.DisplayControl             = null;
     this.bunifuToolTip1.EntryAnimationSpeed        = 350;
     this.bunifuToolTip1.ExitAnimationSpeed         = 200;
     this.bunifuToolTip1.GenerateAutoCloseDuration  = false;
     this.bunifuToolTip1.IconMargin                 = 6;
     this.bunifuToolTip1.InitialDelay               = 0;
     this.bunifuToolTip1.Name    = "bunifuToolTip1";
     this.bunifuToolTip1.Opacity = 1D;
     this.bunifuToolTip1.OverrideToolTipTitles = false;
     this.bunifuToolTip1.Padding         = new System.Windows.Forms.Padding(10);
     this.bunifuToolTip1.ReshowDelay     = 100;
     this.bunifuToolTip1.ShowAlways      = true;
     this.bunifuToolTip1.ShowBorders     = false;
     this.bunifuToolTip1.ShowIcons       = true;
     this.bunifuToolTip1.ShowShadows     = true;
     this.bunifuToolTip1.Tag             = null;
     this.bunifuToolTip1.TextFont        = new System.Drawing.Font("Segoe UI", 9F);
     this.bunifuToolTip1.TextForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuToolTip1.TextMargin      = 2;
     this.bunifuToolTip1.TitleFont       = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.bunifuToolTip1.TitleForeColor  = System.Drawing.Color.Black;
     this.bunifuToolTip1.ToolTipPosition = new System.Drawing.Point(0, 0);
     this.bunifuToolTip1.ToolTipTitle    = null;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, 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(200, 394);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 17);
     this.label4.TabIndex  = 50;
     this.label4.Text      = "Женский";
     this.bunifuToolTip1.SetToolTip(this.label4, "");
     this.bunifuToolTip1.SetToolTipIcon(this.label4, null);
     this.bunifuToolTip1.SetToolTipTitle(this.label4, "");
     //
     // isFemale
     //
     this.isFemale.AllowBindingControlAnimation    = true;
     this.isFemale.AllowBindingControlColorChanges = false;
     this.isFemale.AllowBindingControlLocation     = true;
     this.isFemale.AllowCheckBoxAnimation          = false;
     this.isFemale.AllowCheckmarkAnimation         = true;
     this.isFemale.AllowOnHoverStates     = true;
     this.isFemale.BackColor              = System.Drawing.Color.Transparent;
     this.isFemale.BackgroundImage        = ((System.Drawing.Image)(resources.GetObject("isFemale.BackgroundImage")));
     this.isFemale.BackgroundImageLayout  = System.Windows.Forms.ImageLayout.Zoom;
     this.isFemale.BindingControl         = null;
     this.isFemale.BindingControlPosition = Bunifu.UI.WinForms.BunifuCheckBox.BindingControlPositions.Right;
     this.isFemale.Checked              = false;
     this.isFemale.CheckState           = Bunifu.UI.WinForms.BunifuCheckBox.CheckStates.Unchecked;
     this.isFemale.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.isFemale.CustomCheckmarkImage = null;
     this.isFemale.Location             = new System.Drawing.Point(168, 392);
     this.isFemale.MinimumSize          = new System.Drawing.Size(17, 17);
     this.isFemale.Name = "isFemale";
     this.isFemale.OnCheck.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(69)))), ((int)(((byte)(155)))));
     this.isFemale.OnCheck.BorderRadius              = 2;
     this.isFemale.OnCheck.BorderThickness           = 2;
     this.isFemale.OnCheck.CheckBoxColor             = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(69)))), ((int)(((byte)(155)))));
     this.isFemale.OnCheck.CheckmarkColor            = System.Drawing.Color.White;
     this.isFemale.OnCheck.CheckmarkThickness        = 2;
     this.isFemale.OnDisable.BorderColor             = System.Drawing.Color.LightGray;
     this.isFemale.OnDisable.BorderRadius            = 2;
     this.isFemale.OnDisable.BorderThickness         = 2;
     this.isFemale.OnDisable.CheckBoxColor           = System.Drawing.Color.Transparent;
     this.isFemale.OnDisable.CheckmarkColor          = System.Drawing.Color.LightGray;
     this.isFemale.OnDisable.CheckmarkThickness      = 2;
     this.isFemale.OnHoverChecked.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(131)))), ((int)(((byte)(188)))));
     this.isFemale.OnHoverChecked.BorderRadius       = 2;
     this.isFemale.OnHoverChecked.BorderThickness    = 2;
     this.isFemale.OnHoverChecked.CheckBoxColor      = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(131)))), ((int)(((byte)(188)))));
     this.isFemale.OnHoverChecked.CheckmarkColor     = System.Drawing.Color.White;
     this.isFemale.OnHoverChecked.CheckmarkThickness = 2;
     this.isFemale.OnHoverUnchecked.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(131)))), ((int)(((byte)(188)))));
     this.isFemale.OnHoverUnchecked.BorderRadius     = 2;
     this.isFemale.OnHoverUnchecked.BorderThickness  = 2;
     this.isFemale.OnHoverUnchecked.CheckBoxColor    = System.Drawing.Color.Transparent;
     this.isFemale.OnUncheck.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(69)))), ((int)(((byte)(155)))));
     this.isFemale.OnUncheck.BorderRadius            = 2;
     this.isFemale.OnUncheck.BorderThickness         = 2;
     this.isFemale.OnUncheck.CheckBoxColor           = System.Drawing.Color.Transparent;
     this.isFemale.Size       = new System.Drawing.Size(21, 21);
     this.isFemale.Style      = Bunifu.UI.WinForms.BunifuCheckBox.CheckBoxStyles.Bunifu;
     this.isFemale.TabIndex   = 49;
     this.isFemale.ThreeState = false;
     this.bunifuToolTip1.SetToolTip(this.isFemale, "");
     this.bunifuToolTip1.SetToolTipIcon(this.isFemale, null);
     this.isFemale.ToolTipText = null;
     this.bunifuToolTip1.SetToolTipTitle(this.isFemale, "");
     this.isFemale.CheckedChanged += new System.EventHandler <Bunifu.UI.WinForms.BunifuCheckBox.CheckedChangedEventArgs>(this.isFemale_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label1.Location  = new System.Drawing.Point(200, 354);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(66, 17);
     this.label1.TabIndex  = 48;
     this.label1.Text      = "Мужской";
     this.bunifuToolTip1.SetToolTip(this.label1, "");
     this.bunifuToolTip1.SetToolTipIcon(this.label1, null);
     this.bunifuToolTip1.SetToolTipTitle(this.label1, "");
     //
     // isMale
     //
     this.isMale.AllowBindingControlAnimation    = true;
     this.isMale.AllowBindingControlColorChanges = false;
     this.isMale.AllowBindingControlLocation     = true;
     this.isMale.AllowCheckBoxAnimation          = false;
     this.isMale.AllowCheckmarkAnimation         = true;
     this.isMale.AllowOnHoverStates     = true;
     this.isMale.BackColor              = System.Drawing.Color.Transparent;
     this.isMale.BackgroundImage        = ((System.Drawing.Image)(resources.GetObject("isMale.BackgroundImage")));
     this.isMale.BackgroundImageLayout  = System.Windows.Forms.ImageLayout.Zoom;
     this.isMale.BindingControl         = null;
     this.isMale.BindingControlPosition = Bunifu.UI.WinForms.BunifuCheckBox.BindingControlPositions.Right;
     this.isMale.Checked              = true;
     this.isMale.CheckState           = Bunifu.UI.WinForms.BunifuCheckBox.CheckStates.Checked;
     this.isMale.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.isMale.CustomCheckmarkImage = null;
     this.isMale.Location             = new System.Drawing.Point(168, 352);
     this.isMale.MinimumSize          = new System.Drawing.Size(17, 17);
     this.isMale.Name = "isMale";
     this.isMale.OnCheck.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(69)))), ((int)(((byte)(155)))));
     this.isMale.OnCheck.BorderRadius              = 2;
     this.isMale.OnCheck.BorderThickness           = 2;
     this.isMale.OnCheck.CheckBoxColor             = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(69)))), ((int)(((byte)(155)))));
     this.isMale.OnCheck.CheckmarkColor            = System.Drawing.Color.White;
     this.isMale.OnCheck.CheckmarkThickness        = 2;
     this.isMale.OnDisable.BorderColor             = System.Drawing.Color.LightGray;
     this.isMale.OnDisable.BorderRadius            = 2;
     this.isMale.OnDisable.BorderThickness         = 2;
     this.isMale.OnDisable.CheckBoxColor           = System.Drawing.Color.Transparent;
     this.isMale.OnDisable.CheckmarkColor          = System.Drawing.Color.LightGray;
     this.isMale.OnDisable.CheckmarkThickness      = 2;
     this.isMale.OnHoverChecked.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(131)))), ((int)(((byte)(188)))));
     this.isMale.OnHoverChecked.BorderRadius       = 2;
     this.isMale.OnHoverChecked.BorderThickness    = 2;
     this.isMale.OnHoverChecked.CheckBoxColor      = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(131)))), ((int)(((byte)(188)))));
     this.isMale.OnHoverChecked.CheckmarkColor     = System.Drawing.Color.White;
     this.isMale.OnHoverChecked.CheckmarkThickness = 2;
     this.isMale.OnHoverUnchecked.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(131)))), ((int)(((byte)(188)))));
     this.isMale.OnHoverUnchecked.BorderRadius     = 2;
     this.isMale.OnHoverUnchecked.BorderThickness  = 2;
     this.isMale.OnHoverUnchecked.CheckBoxColor    = System.Drawing.Color.Transparent;
     this.isMale.OnUncheck.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(69)))), ((int)(((byte)(155)))));
     this.isMale.OnUncheck.BorderRadius            = 2;
     this.isMale.OnUncheck.BorderThickness         = 2;
     this.isMale.OnUncheck.CheckBoxColor           = System.Drawing.Color.Transparent;
     this.isMale.Size       = new System.Drawing.Size(21, 21);
     this.isMale.Style      = Bunifu.UI.WinForms.BunifuCheckBox.CheckBoxStyles.Bunifu;
     this.isMale.TabIndex   = 47;
     this.isMale.ThreeState = false;
     this.bunifuToolTip1.SetToolTip(this.isMale, "");
     this.bunifuToolTip1.SetToolTipIcon(this.isMale, null);
     this.isMale.ToolTipText = null;
     this.bunifuToolTip1.SetToolTipTitle(this.isMale, "");
     this.isMale.CheckedChanged += new System.EventHandler <Bunifu.UI.WinForms.BunifuCheckBox.CheckedChangedEventArgs>(this.isMale_CheckedChanged);
     //
     // frmAddClient
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.ClientSize          = new System.Drawing.Size(476, 524);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.isFemale);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.isMale);
     this.Controls.Add(this.btnAddClient);
     this.Controls.Add(this.bunifuSeparator1);
     this.Controls.Add(this.lblCurTab);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.txtPhone);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.btnClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmAddClient";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "frmAddClient";
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RenameForm));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.Rename_bt   = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.playnametxt = new System.Windows.Forms.TextBox();
     this.label1      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // Rename_bt
     //
     this.Rename_bt.BackColor            = System.Drawing.Color.Transparent;
     this.Rename_bt.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("Rename_bt.BackgroundImage")));
     this.Rename_bt.ButtonText           = "Rename";
     this.Rename_bt.ButtonTextMarginLeft = 0;
     this.Rename_bt.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.Rename_bt.DisabledFillColor    = System.Drawing.Color.Gray;
     this.Rename_bt.DisabledForecolor    = System.Drawing.Color.White;
     this.Rename_bt.ForeColor            = System.Drawing.Color.White;
     this.Rename_bt.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.Rename_bt.IconPadding          = 10;
     this.Rename_bt.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.Rename_bt.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.Rename_bt.IdleBorderRadius     = 1;
     this.Rename_bt.IdleBorderThickness  = 0;
     this.Rename_bt.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.Rename_bt.IdleIconLeftImage    = null;
     this.Rename_bt.IdleIconRightImage   = null;
     this.Rename_bt.Location             = new System.Drawing.Point(248, 74);
     this.Rename_bt.Margin            = new System.Windows.Forms.Padding(4);
     this.Rename_bt.Name              = "Rename_bt";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius    = 1;
     stateProperties1.BorderThickness = 1;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.Rename_bt.onHoverState      = stateProperties1;
     this.Rename_bt.Size              = new System.Drawing.Size(121, 37);
     this.Rename_bt.TabIndex          = 5;
     this.Rename_bt.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.Rename_bt.Click            += new System.EventHandler(this.Rename_bt_Click);
     //
     // playnametxt
     //
     this.playnametxt.Location = new System.Drawing.Point(146, 21);
     this.playnametxt.Margin   = new System.Windows.Forms.Padding(4);
     this.playnametxt.Name     = "playnametxt";
     this.playnametxt.Size     = new System.Drawing.Size(192, 22);
     this.playnametxt.TabIndex = 4;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.AppWorkspace;
     this.label1.Location  = new System.Drawing.Point(16, 21);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(126, 18);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Enter new name";
     //
     // RenameForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(62)))), ((int)(((byte)(80)))));
     this.ClientSize          = new System.Drawing.Size(385, 133);
     this.Controls.Add(this.Rename_bt);
     this.Controls.Add(this.playnametxt);
     this.Controls.Add(this.label1);
     this.Name = "RenameForm";
     this.Text = "Rename";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddOrderItemFormView));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.ProductsListBox  = new System.Windows.Forms.ListBox();
     this.ProductGroupBox  = new System.Windows.Forms.GroupBox();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.ItemCountTextBox = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.OkButton         = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.ProductGroupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ProductsListBox
     //
     this.ProductsListBox.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(49)))));
     this.ProductsListBox.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.ProductsListBox.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ProductsListBox.Font              = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProductsListBox.ForeColor         = System.Drawing.Color.WhiteSmoke;
     this.ProductsListBox.FormattingEnabled = true;
     this.ProductsListBox.ItemHeight        = 21;
     this.ProductsListBox.Location          = new System.Drawing.Point(3, 29);
     this.ProductsListBox.Name              = "ProductsListBox";
     this.ProductsListBox.SelectionMode     = System.Windows.Forms.SelectionMode.MultiExtended;
     this.ProductsListBox.Size              = new System.Drawing.Size(433, 185);
     this.ProductsListBox.TabIndex          = 0;
     //
     // ProductGroupBox
     //
     this.ProductGroupBox.Controls.Add(this.ProductsListBox);
     this.ProductGroupBox.Font      = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProductGroupBox.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.ProductGroupBox.Location  = new System.Drawing.Point(30, 27);
     this.ProductGroupBox.Name      = "ProductGroupBox";
     this.ProductGroupBox.Size      = new System.Drawing.Size(439, 217);
     this.ProductGroupBox.TabIndex  = 1;
     this.ProductGroupBox.TabStop   = false;
     this.ProductGroupBox.Text      = "Select Product";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ItemCountTextBox);
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox1.Location  = new System.Drawing.Point(30, 260);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(439, 119);
     this.groupBox1.TabIndex  = 2;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Set Count";
     //
     // ItemCountTextBox
     //
     this.ItemCountTextBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.None;
     this.ItemCountTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
     this.ItemCountTextBox.characterCasing    = System.Windows.Forms.CharacterCasing.Normal;
     this.ItemCountTextBox.Cursor             = System.Windows.Forms.Cursors.IBeam;
     this.ItemCountTextBox.Font                = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ItemCountTextBox.ForeColor           = System.Drawing.Color.Silver;
     this.ItemCountTextBox.HintForeColor       = System.Drawing.Color.Gainsboro;
     this.ItemCountTextBox.HintText            = "Count";
     this.ItemCountTextBox.isPassword          = false;
     this.ItemCountTextBox.LineFocusedColor    = System.Drawing.Color.WhiteSmoke;
     this.ItemCountTextBox.LineIdleColor       = System.Drawing.Color.WhiteSmoke;
     this.ItemCountTextBox.LineMouseHoverColor = System.Drawing.Color.WhiteSmoke;
     this.ItemCountTextBox.LineThickness       = 4;
     this.ItemCountTextBox.Location            = new System.Drawing.Point(42, 49);
     this.ItemCountTextBox.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ItemCountTextBox.MaxLength           = 32767;
     this.ItemCountTextBox.Name                = "ItemCountTextBox";
     this.ItemCountTextBox.Size                = new System.Drawing.Size(353, 43);
     this.ItemCountTextBox.TabIndex            = 2;
     this.ItemCountTextBox.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // OkButton
     //
     this.OkButton.BackColor            = System.Drawing.Color.Transparent;
     this.OkButton.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("OkButton.BackgroundImage")));
     this.OkButton.ButtonText           = "OK";
     this.OkButton.ButtonTextMarginLeft = 0;
     this.OkButton.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.OkButton.DisabledFillColor    = System.Drawing.Color.Gray;
     this.OkButton.DisabledForecolor    = System.Drawing.Color.White;
     this.OkButton.Font                = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OkButton.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(18)))));
     this.OkButton.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.OkButton.IconPadding         = 10;
     this.OkButton.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.OkButton.IdleBorderColor     = System.Drawing.Color.WhiteSmoke;
     this.OkButton.IdleBorderRadius    = 1;
     this.OkButton.IdleBorderThickness = 0;
     this.OkButton.IdleFillColor       = System.Drawing.Color.WhiteSmoke;
     this.OkButton.IdleIconLeftImage   = null;
     this.OkButton.IdleIconRightImage  = null;
     this.OkButton.Location            = new System.Drawing.Point(137, 407);
     this.OkButton.Name                = "OkButton";
     stateProperties1.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius     = 1;
     stateProperties1.BorderThickness  = 1;
     stateProperties1.FillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage    = null;
     stateProperties1.IconRightImage   = null;
     this.OkButton.onHoverState        = stateProperties1;
     this.OkButton.Size                = new System.Drawing.Size(210, 45);
     this.OkButton.TabIndex            = 23;
     this.OkButton.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // AddOrderItemFormView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(18)))));
     this.ClientSize          = new System.Drawing.Size(504, 477);
     this.Controls.Add(this.OkButton);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ProductGroupBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "AddOrderItemFormView";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "AddOrderItemFormView";
     this.ProductGroupBox.ResumeLayout(false);
     this.groupBox1.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()
 {
     System.ComponentModel.ComponentResourceManager               resources        = new System.ComponentModel.ComponentResourceManager(typeof(Registration));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.txtbox_fn         = new System.Windows.Forms.TextBox();
     this.txtbox_ln         = new System.Windows.Forms.TextBox();
     this.txtbox_email      = new System.Windows.Forms.TextBox();
     this.txtbox_username   = new System.Windows.Forms.TextBox();
     this.txtbox_pass       = new System.Windows.Forms.TextBox();
     this.txtbox_conPass    = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     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.pictureBox7       = new System.Windows.Forms.PictureBox();
     this.pictureBox5       = new System.Windows.Forms.PictureBox();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.pictureBox6       = new System.Windows.Forms.PictureBox();
     this.btn_CreateNewUser = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.linkLabel1        = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.SuspendLayout();
     //
     // txtbox_fn
     //
     this.txtbox_fn.Location = new System.Drawing.Point(169, 231);
     this.txtbox_fn.Name     = "txtbox_fn";
     this.txtbox_fn.Size     = new System.Drawing.Size(166, 20);
     this.txtbox_fn.TabIndex = 0;
     //
     // txtbox_ln
     //
     this.txtbox_ln.Location = new System.Drawing.Point(456, 231);
     this.txtbox_ln.Name     = "txtbox_ln";
     this.txtbox_ln.Size     = new System.Drawing.Size(166, 20);
     this.txtbox_ln.TabIndex = 1;
     //
     // txtbox_email
     //
     this.txtbox_email.Location = new System.Drawing.Point(169, 290);
     this.txtbox_email.Name     = "txtbox_email";
     this.txtbox_email.Size     = new System.Drawing.Size(166, 20);
     this.txtbox_email.TabIndex = 2;
     //
     // txtbox_username
     //
     this.txtbox_username.Location = new System.Drawing.Point(456, 290);
     this.txtbox_username.Name     = "txtbox_username";
     this.txtbox_username.Size     = new System.Drawing.Size(166, 20);
     this.txtbox_username.TabIndex = 3;
     //
     // txtbox_pass
     //
     this.txtbox_pass.Location = new System.Drawing.Point(169, 348);
     this.txtbox_pass.Name     = "txtbox_pass";
     this.txtbox_pass.Size     = new System.Drawing.Size(166, 20);
     this.txtbox_pass.TabIndex = 4;
     //
     // txtbox_conPass
     //
     this.txtbox_conPass.Location = new System.Drawing.Point(456, 348);
     this.txtbox_conPass.Name     = "txtbox_conPass";
     this.txtbox_conPass.Size     = new System.Drawing.Size(166, 20);
     this.txtbox_conPass.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(197, 215);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(57, 13);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "First Name";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(486, 215);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(58, 13);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Last Name";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(197, 274);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(73, 13);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Email Address";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(489, 274);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(55, 13);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "Username";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(197, 332);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 13);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "Password";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(489, 332);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(91, 13);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "Confirm Password";
     //
     // pictureBox7
     //
     this.pictureBox7.Image    = global::Resit.Properties.Resources.icons8_password_261;
     this.pictureBox7.Location = new System.Drawing.Point(456, 315);
     this.pictureBox7.Name     = "pictureBox7";
     this.pictureBox7.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox7.TabIndex = 18;
     this.pictureBox7.TabStop  = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Image    = global::Resit.Properties.Resources.email__1_;
     this.pictureBox5.Location = new System.Drawing.Point(169, 257);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox5.TabIndex = 16;
     this.pictureBox5.TabStop  = false;
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = global::Resit.Properties.Resources.icons8_male_user_301;
     this.pictureBox4.Location = new System.Drawing.Point(456, 257);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox4.TabIndex = 15;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = global::Resit.Properties.Resources.icons8_male_user_301;
     this.pictureBox3.Location = new System.Drawing.Point(456, 198);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox3.TabIndex = 14;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::Resit.Properties.Resources.icons8_male_user_301;
     this.pictureBox2.Location = new System.Drawing.Point(169, 198);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox2.TabIndex = 13;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Resit.Properties.Resources.JustRipe_Logo__1_;
     this.pictureBox1.Location = new System.Drawing.Point(294, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(192, 175);
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox6
     //
     this.pictureBox6.Image    = global::Resit.Properties.Resources.icons8_password_261;
     this.pictureBox6.Location = new System.Drawing.Point(169, 316);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox6.TabIndex = 19;
     this.pictureBox6.TabStop  = false;
     //
     // btn_CreateNewUser
     //
     this.btn_CreateNewUser.AllowToggling        = false;
     this.btn_CreateNewUser.AnimationSpeed       = 200;
     this.btn_CreateNewUser.AutoGenerateColors   = false;
     this.btn_CreateNewUser.BackColor            = System.Drawing.Color.Transparent;
     this.btn_CreateNewUser.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(65)))), ((int)(((byte)(98)))));
     this.btn_CreateNewUser.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btn_CreateNewUser.BackgroundImage")));
     this.btn_CreateNewUser.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btn_CreateNewUser.ButtonText           = "Create New User";
     this.btn_CreateNewUser.ButtonTextMarginLeft = 0;
     this.btn_CreateNewUser.ColorContrastOnClick = 45;
     this.btn_CreateNewUser.ColorContrastOnHover = 45;
     this.btn_CreateNewUser.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft                             = true;
     borderEdges1.BottomRight                            = true;
     borderEdges1.TopLeft                                = true;
     borderEdges1.TopRight                               = true;
     this.btn_CreateNewUser.CustomizableEdges            = borderEdges1;
     this.btn_CreateNewUser.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.btn_CreateNewUser.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.btn_CreateNewUser.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btn_CreateNewUser.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btn_CreateNewUser.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btn_CreateNewUser.Font                         = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.btn_CreateNewUser.ForeColor                    = System.Drawing.Color.White;
     this.btn_CreateNewUser.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btn_CreateNewUser.IconMarginLeft               = 11;
     this.btn_CreateNewUser.IconPadding                  = 10;
     this.btn_CreateNewUser.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btn_CreateNewUser.IdleBorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(232)))), ((int)(((byte)(243)))));
     this.btn_CreateNewUser.IdleBorderRadius             = 3;
     this.btn_CreateNewUser.IdleBorderThickness          = 1;
     this.btn_CreateNewUser.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(65)))), ((int)(((byte)(98)))));
     this.btn_CreateNewUser.IdleIconLeftImage            = null;
     this.btn_CreateNewUser.IdleIconRightImage           = null;
     this.btn_CreateNewUser.IndicateFocus                = false;
     this.btn_CreateNewUser.Location                     = new System.Drawing.Point(294, 404);
     this.btn_CreateNewUser.Name                         = "btn_CreateNewUser";
     stateProperties1.BorderColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties1.BorderRadius                       = 3;
     stateProperties1.BorderStyle                        = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness                    = 1;
     stateProperties1.FillColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties1.ForeColor                          = System.Drawing.Color.White;
     stateProperties1.IconLeftImage                      = null;
     stateProperties1.IconRightImage                     = null;
     this.btn_CreateNewUser.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.BorderRadius                       = 3;
     stateProperties2.BorderStyle                        = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness                    = 1;
     stateProperties2.FillColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.ForeColor                          = System.Drawing.Color.White;
     stateProperties2.IconLeftImage                      = null;
     stateProperties2.IconRightImage                     = null;
     this.btn_CreateNewUser.OnPressedState               = stateProperties2;
     this.btn_CreateNewUser.Size                         = new System.Drawing.Size(192, 51);
     this.btn_CreateNewUser.TabIndex                     = 6;
     this.btn_CreateNewUser.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btn_CreateNewUser.TextMarginLeft               = 0;
     this.btn_CreateNewUser.UseDefaultRadiusAndThickness = true;
     this.btn_CreateNewUser.Click                       += new System.EventHandler(this.Btn_CreateNewUser_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Font         = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.LinkColor    = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(232)))), ((int)(((byte)(243)))));
     this.linkLabel1.Location     = new System.Drawing.Point(254, 458);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(277, 18);
     this.linkLabel1.TabIndex     = 7;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Already Have an account?Click Here to Sign in";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1_LinkClicked);
     //
     // Registration
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(57)))), ((int)(((byte)(62)))));
     this.ClientSize          = new System.Drawing.Size(800, 500);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.btn_CreateNewUser);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.pictureBox7);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtbox_conPass);
     this.Controls.Add(this.txtbox_pass);
     this.Controls.Add(this.txtbox_username);
     this.Controls.Add(this.txtbox_email);
     this.Controls.Add(this.txtbox_ln);
     this.Controls.Add(this.txtbox_fn);
     this.Name         = "Registration";
     this.Text         = "Registration";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Registration_FormClosing);
     this.Load        += new System.EventHandler(this.Registration_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager               resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form_Dashbord));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges2      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges3      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties5  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties6  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges4      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties7  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties8  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges5      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties9  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties10 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.panel1        = new System.Windows.Forms.Panel();
     this.indicator     = new System.Windows.Forms.PictureBox();
     this.btnOther      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnLocation   = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnTimeTable  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnStudent    = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnLecture    = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.label1        = new System.Windows.Forms.Label();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.bunifuElipse2 = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.btnClose      = new System.Windows.Forms.Button();
     this.home_User1    = new app.Forms.Home_User();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.indicator)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.panel1.Controls.Add(this.indicator);
     this.panel1.Controls.Add(this.btnOther);
     this.panel1.Controls.Add(this.btnLocation);
     this.panel1.Controls.Add(this.btnTimeTable);
     this.panel1.Controls.Add(this.btnStudent);
     this.panel1.Controls.Add(this.btnLecture);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(6, 6);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(255, 702);
     this.panel1.TabIndex = 0;
     //
     // indicator
     //
     this.indicator.BackColor = System.Drawing.Color.Transparent;
     this.indicator.Image     = ((System.Drawing.Image)(resources.GetObject("indicator.Image")));
     this.indicator.Location  = new System.Drawing.Point(215, 198);
     this.indicator.Name      = "indicator";
     this.indicator.Size      = new System.Drawing.Size(96, 120);
     this.indicator.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.indicator.TabIndex  = 3;
     this.indicator.TabStop   = false;
     this.indicator.Visible   = false;
     //
     // btnOther
     //
     this.btnOther.AccessibleRole       = System.Windows.Forms.AccessibleRole.RadioButton;
     this.btnOther.AllowToggling        = false;
     this.btnOther.AnimationSpeed       = 200;
     this.btnOther.AutoGenerateColors   = false;
     this.btnOther.BackColor            = System.Drawing.Color.Transparent;
     this.btnOther.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnOther.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnOther.BackgroundImage")));
     this.btnOther.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnOther.ButtonText           = "Other";
     this.btnOther.ButtonTextMarginLeft = -10;
     this.btnOther.ColorContrastOnClick = 45;
     this.btnOther.ColorContrastOnHover = 45;
     this.btnOther.Cursor              = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft           = true;
     borderEdges1.BottomRight          = true;
     borderEdges1.TopLeft              = true;
     borderEdges1.TopRight             = true;
     this.btnOther.CustomizableEdges   = borderEdges1;
     this.btnOther.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.btnOther.DisabledBorderColor = System.Drawing.Color.Empty;
     this.btnOther.DisabledFillColor   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnOther.DisabledForecolor   = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnOther.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnOther.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOther.ForeColor                    = System.Drawing.Color.White;
     this.btnOther.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnOther.IconMarginLeft               = 30;
     this.btnOther.IconPadding                  = 10;
     this.btnOther.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnOther.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.btnOther.IdleBorderRadius             = 45;
     this.btnOther.IdleBorderThickness          = 3;
     this.btnOther.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnOther.IdleIconLeftImage            = ((System.Drawing.Image)(resources.GetObject("btnOther.IdleIconLeftImage")));
     this.btnOther.IdleIconRightImage           = null;
     this.btnOther.IndicateFocus                = true;
     this.btnOther.Location                     = new System.Drawing.Point(24, 496);
     this.btnOther.Name                         = "btnOther";
     stateProperties1.BorderColor               = System.Drawing.Color.Transparent;
     stateProperties1.BorderRadius              = 45;
     stateProperties1.BorderStyle               = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness           = 3;
     stateProperties1.FillColor                 = System.Drawing.Color.White;
     stateProperties1.ForeColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties1.IconLeftImage             = ((System.Drawing.Image)(resources.GetObject("stateProperties1.IconLeftImage")));
     stateProperties1.IconRightImage            = null;
     this.btnOther.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor               = System.Drawing.Color.White;
     stateProperties2.BorderRadius              = 45;
     stateProperties2.BorderStyle               = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness           = 3;
     stateProperties2.FillColor                 = System.Drawing.Color.White;
     stateProperties2.ForeColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties2.IconLeftImage             = ((System.Drawing.Image)(resources.GetObject("stateProperties2.IconLeftImage")));
     stateProperties2.IconRightImage            = null;
     this.btnOther.OnPressedState               = stateProperties2;
     this.btnOther.Size                         = new System.Drawing.Size(228, 55);
     this.btnOther.TabIndex                     = 2;
     this.btnOther.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnOther.TextMarginLeft               = -10;
     this.btnOther.UseDefaultRadiusAndThickness = true;
     this.btnOther.Click                       += new System.EventHandler(this.bunifuButton6_Click);
     //
     // btnLocation
     //
     this.btnLocation.AccessibleRole       = System.Windows.Forms.AccessibleRole.RadioButton;
     this.btnLocation.AllowToggling        = false;
     this.btnLocation.AnimationSpeed       = 200;
     this.btnLocation.AutoGenerateColors   = false;
     this.btnLocation.BackColor            = System.Drawing.Color.Transparent;
     this.btnLocation.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnLocation.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnLocation.BackgroundImage")));
     this.btnLocation.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnLocation.ButtonText           = "Location";
     this.btnLocation.ButtonTextMarginLeft = 5;
     this.btnLocation.ColorContrastOnClick = 45;
     this.btnLocation.ColorContrastOnHover = 45;
     this.btnLocation.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges2.BottomLeft                       = true;
     borderEdges2.BottomRight                      = true;
     borderEdges2.TopLeft                          = true;
     borderEdges2.TopRight                         = true;
     this.btnLocation.CustomizableEdges            = borderEdges2;
     this.btnLocation.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.btnLocation.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.btnLocation.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnLocation.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnLocation.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnLocation.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLocation.ForeColor                    = System.Drawing.Color.White;
     this.btnLocation.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnLocation.IconMarginLeft               = 30;
     this.btnLocation.IconPadding                  = 10;
     this.btnLocation.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnLocation.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.btnLocation.IdleBorderRadius             = 45;
     this.btnLocation.IdleBorderThickness          = 3;
     this.btnLocation.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnLocation.IdleIconLeftImage            = ((System.Drawing.Image)(resources.GetObject("btnLocation.IdleIconLeftImage")));
     this.btnLocation.IdleIconRightImage           = null;
     this.btnLocation.IndicateFocus                = true;
     this.btnLocation.Location                     = new System.Drawing.Point(24, 430);
     this.btnLocation.Name                         = "btnLocation";
     stateProperties3.BorderColor                  = System.Drawing.Color.Transparent;
     stateProperties3.BorderRadius                 = 45;
     stateProperties3.BorderStyle                  = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties3.BorderThickness              = 3;
     stateProperties3.FillColor                    = System.Drawing.Color.White;
     stateProperties3.ForeColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties3.IconLeftImage                = ((System.Drawing.Image)(resources.GetObject("stateProperties3.IconLeftImage")));
     stateProperties3.IconRightImage               = null;
     this.btnLocation.onHoverState                 = stateProperties3;
     stateProperties4.BorderColor                  = System.Drawing.Color.White;
     stateProperties4.BorderRadius                 = 45;
     stateProperties4.BorderStyle                  = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties4.BorderThickness              = 3;
     stateProperties4.FillColor                    = System.Drawing.Color.White;
     stateProperties4.ForeColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties4.IconLeftImage                = ((System.Drawing.Image)(resources.GetObject("stateProperties4.IconLeftImage")));
     stateProperties4.IconRightImage               = null;
     this.btnLocation.OnPressedState               = stateProperties4;
     this.btnLocation.Size                         = new System.Drawing.Size(228, 55);
     this.btnLocation.TabIndex                     = 2;
     this.btnLocation.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnLocation.TextMarginLeft               = 5;
     this.btnLocation.UseDefaultRadiusAndThickness = true;
     this.btnLocation.Click                       += new System.EventHandler(this.bunifuButton5_Click);
     //
     // btnTimeTable
     //
     this.btnTimeTable.AccessibleRole       = System.Windows.Forms.AccessibleRole.RadioButton;
     this.btnTimeTable.AllowToggling        = false;
     this.btnTimeTable.AnimationSpeed       = 200;
     this.btnTimeTable.AutoGenerateColors   = false;
     this.btnTimeTable.BackColor            = System.Drawing.Color.Transparent;
     this.btnTimeTable.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnTimeTable.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnTimeTable.BackgroundImage")));
     this.btnTimeTable.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnTimeTable.ButtonText           = "Time Table";
     this.btnTimeTable.ButtonTextMarginLeft = 15;
     this.btnTimeTable.ColorContrastOnClick = 45;
     this.btnTimeTable.ColorContrastOnHover = 45;
     this.btnTimeTable.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges3.BottomLeft                        = true;
     borderEdges3.BottomRight                       = true;
     borderEdges3.TopLeft                           = true;
     borderEdges3.TopRight                          = true;
     this.btnTimeTable.CustomizableEdges            = borderEdges3;
     this.btnTimeTable.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.btnTimeTable.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.btnTimeTable.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnTimeTable.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnTimeTable.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnTimeTable.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTimeTable.ForeColor                    = System.Drawing.Color.White;
     this.btnTimeTable.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnTimeTable.IconMarginLeft               = 30;
     this.btnTimeTable.IconPadding                  = 10;
     this.btnTimeTable.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnTimeTable.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.btnTimeTable.IdleBorderRadius             = 45;
     this.btnTimeTable.IdleBorderThickness          = 3;
     this.btnTimeTable.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnTimeTable.IdleIconLeftImage            = ((System.Drawing.Image)(resources.GetObject("btnTimeTable.IdleIconLeftImage")));
     this.btnTimeTable.IdleIconRightImage           = null;
     this.btnTimeTable.IndicateFocus                = true;
     this.btnTimeTable.Location                     = new System.Drawing.Point(24, 364);
     this.btnTimeTable.Name                         = "btnTimeTable";
     stateProperties5.BorderColor                   = System.Drawing.Color.Transparent;
     stateProperties5.BorderRadius                  = 45;
     stateProperties5.BorderStyle                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties5.BorderThickness               = 3;
     stateProperties5.FillColor                     = System.Drawing.Color.White;
     stateProperties5.ForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties5.IconLeftImage                 = ((System.Drawing.Image)(resources.GetObject("stateProperties5.IconLeftImage")));
     stateProperties5.IconRightImage                = null;
     this.btnTimeTable.onHoverState                 = stateProperties5;
     stateProperties6.BorderColor                   = System.Drawing.Color.White;
     stateProperties6.BorderRadius                  = 45;
     stateProperties6.BorderStyle                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties6.BorderThickness               = 3;
     stateProperties6.FillColor                     = System.Drawing.Color.White;
     stateProperties6.ForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties6.IconLeftImage                 = ((System.Drawing.Image)(resources.GetObject("stateProperties6.IconLeftImage")));
     stateProperties6.IconRightImage                = null;
     this.btnTimeTable.OnPressedState               = stateProperties6;
     this.btnTimeTable.Size                         = new System.Drawing.Size(228, 55);
     this.btnTimeTable.TabIndex                     = 2;
     this.btnTimeTable.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnTimeTable.TextMarginLeft               = 15;
     this.btnTimeTable.UseDefaultRadiusAndThickness = true;
     this.btnTimeTable.Click                       += new System.EventHandler(this.bunifuButton4_Click);
     //
     // btnStudent
     //
     this.btnStudent.AccessibleRole       = System.Windows.Forms.AccessibleRole.RadioButton;
     this.btnStudent.AllowToggling        = false;
     this.btnStudent.AnimationSpeed       = 200;
     this.btnStudent.AutoGenerateColors   = false;
     this.btnStudent.BackColor            = System.Drawing.Color.Transparent;
     this.btnStudent.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnStudent.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnStudent.BackgroundImage")));
     this.btnStudent.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnStudent.ButtonText           = "Student";
     this.btnStudent.ButtonTextMarginLeft = 0;
     this.btnStudent.ColorContrastOnClick = 45;
     this.btnStudent.ColorContrastOnHover = 45;
     this.btnStudent.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges4.BottomLeft                      = true;
     borderEdges4.BottomRight                     = true;
     borderEdges4.TopLeft                         = true;
     borderEdges4.TopRight                        = true;
     this.btnStudent.CustomizableEdges            = borderEdges4;
     this.btnStudent.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.btnStudent.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.btnStudent.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnStudent.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnStudent.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnStudent.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStudent.ForeColor                    = System.Drawing.Color.White;
     this.btnStudent.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnStudent.IconMarginLeft               = 30;
     this.btnStudent.IconPadding                  = 10;
     this.btnStudent.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnStudent.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.btnStudent.IdleBorderRadius             = 45;
     this.btnStudent.IdleBorderThickness          = 3;
     this.btnStudent.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnStudent.IdleIconLeftImage            = ((System.Drawing.Image)(resources.GetObject("btnStudent.IdleIconLeftImage")));
     this.btnStudent.IdleIconRightImage           = null;
     this.btnStudent.IndicateFocus                = true;
     this.btnStudent.Location                     = new System.Drawing.Point(24, 298);
     this.btnStudent.Name                         = "btnStudent";
     stateProperties7.BorderColor                 = System.Drawing.Color.Transparent;
     stateProperties7.BorderRadius                = 45;
     stateProperties7.BorderStyle                 = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties7.BorderThickness             = 3;
     stateProperties7.FillColor                   = System.Drawing.Color.White;
     stateProperties7.ForeColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties7.IconLeftImage               = ((System.Drawing.Image)(resources.GetObject("stateProperties7.IconLeftImage")));
     stateProperties7.IconRightImage              = null;
     this.btnStudent.onHoverState                 = stateProperties7;
     stateProperties8.BorderColor                 = System.Drawing.Color.White;
     stateProperties8.BorderRadius                = 45;
     stateProperties8.BorderStyle                 = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties8.BorderThickness             = 3;
     stateProperties8.FillColor                   = System.Drawing.Color.White;
     stateProperties8.ForeColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties8.IconLeftImage               = ((System.Drawing.Image)(resources.GetObject("stateProperties8.IconLeftImage")));
     stateProperties8.IconRightImage              = null;
     this.btnStudent.OnPressedState               = stateProperties8;
     this.btnStudent.Size                         = new System.Drawing.Size(228, 55);
     this.btnStudent.TabIndex                     = 2;
     this.btnStudent.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnStudent.TextMarginLeft               = 0;
     this.btnStudent.UseDefaultRadiusAndThickness = true;
     this.btnStudent.Click                       += new System.EventHandler(this.bunifuButton3_Click);
     //
     // btnLecture
     //
     this.btnLecture.AccessibleRole       = System.Windows.Forms.AccessibleRole.RadioButton;
     this.btnLecture.AllowToggling        = false;
     this.btnLecture.AnimationSpeed       = 200;
     this.btnLecture.AutoGenerateColors   = false;
     this.btnLecture.BackColor            = System.Drawing.Color.Transparent;
     this.btnLecture.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnLecture.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnLecture.BackgroundImage")));
     this.btnLecture.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.btnLecture.ButtonText           = "Lecture";
     this.btnLecture.ButtonTextMarginLeft = 0;
     this.btnLecture.ColorContrastOnClick = 45;
     this.btnLecture.ColorContrastOnHover = 45;
     this.btnLecture.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges5.BottomLeft                      = true;
     borderEdges5.BottomRight                     = true;
     borderEdges5.TopLeft                         = true;
     borderEdges5.TopRight                        = true;
     this.btnLecture.CustomizableEdges            = borderEdges5;
     this.btnLecture.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.btnLecture.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.btnLecture.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.btnLecture.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.btnLecture.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.btnLecture.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold);
     this.btnLecture.ForeColor                    = System.Drawing.Color.White;
     this.btnLecture.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.btnLecture.IconMarginLeft               = 30;
     this.btnLecture.IconPadding                  = 10;
     this.btnLecture.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.btnLecture.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.btnLecture.IdleBorderRadius             = 45;
     this.btnLecture.IdleBorderThickness          = 3;
     this.btnLecture.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.btnLecture.IdleIconLeftImage            = ((System.Drawing.Image)(resources.GetObject("btnLecture.IdleIconLeftImage")));
     this.btnLecture.IdleIconRightImage           = null;
     this.btnLecture.IndicateFocus                = true;
     this.btnLecture.Location                     = new System.Drawing.Point(24, 232);
     this.btnLecture.Name                         = "btnLecture";
     stateProperties9.BorderColor                 = System.Drawing.Color.Transparent;
     stateProperties9.BorderRadius                = 45;
     stateProperties9.BorderStyle                 = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties9.BorderThickness             = 3;
     stateProperties9.FillColor                   = System.Drawing.Color.White;
     stateProperties9.ForeColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties9.IconLeftImage               = ((System.Drawing.Image)(resources.GetObject("stateProperties9.IconLeftImage")));
     stateProperties9.IconRightImage              = null;
     this.btnLecture.onHoverState                 = stateProperties9;
     stateProperties10.BorderColor                = System.Drawing.Color.White;
     stateProperties10.BorderRadius               = 45;
     stateProperties10.BorderStyle                = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties10.BorderThickness            = 3;
     stateProperties10.FillColor                  = System.Drawing.Color.White;
     stateProperties10.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties10.IconLeftImage              = ((System.Drawing.Image)(resources.GetObject("stateProperties10.IconLeftImage")));
     stateProperties10.IconRightImage             = null;
     this.btnLecture.OnPressedState               = stateProperties10;
     this.btnLecture.Size                         = new System.Drawing.Size(228, 55);
     this.btnLecture.TabIndex                     = 2;
     this.btnLecture.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnLecture.TextMarginLeft               = 0;
     this.btnLecture.UseDefaultRadiusAndThickness = true;
     this.btnLecture.Click                       += new System.EventHandler(this.btnLecture_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 17F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(33, 143);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(164, 36);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Time Table";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(67, 24);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(96, 101);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 15;
     this.bunifuElipse2.TargetControl = this;
     //
     // btnClose
     //
     this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnClose.FlatAppearance.BorderSize = 0;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font      = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.ForeColor = System.Drawing.Color.White;
     this.btnClose.Location  = new System.Drawing.Point(1347, 9);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(47, 46);
     this.btnClose.TabIndex  = 3;
     this.btnClose.Text      = "X";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // home_User1
     //
     this.home_User1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(250)))), ((int)(((byte)(252)))));
     this.home_User1.Font      = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.home_User1.Location  = new System.Drawing.Point(267, 53);
     this.home_User1.Name      = "home_User1";
     this.home_User1.Size      = new System.Drawing.Size(1127, 652);
     this.home_User1.TabIndex  = 4;
     //
     // Form_Dashbord
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.ClientSize    = new System.Drawing.Size(1403, 714);
     this.Controls.Add(this.home_User1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form_Dashbord";
     this.Padding         = new System.Windows.Forms.Padding(6);
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form_Dashbord";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.indicator)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 23
0
        private void InitializeComponent()
        {
            var DataGridViewCellStyle4 = new DataGridViewCellStyle();
            var DataGridViewCellStyle5 = new DataGridViewCellStyle();
            var DataGridViewCellStyle6 = new DataGridViewCellStyle();
            var resources        = new System.ComponentModel.ComponentResourceManager(typeof(FrmModifyTotalNumbCont));
            var BorderEdges3     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
            var StateProperties5 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var StateProperties6 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var BorderEdges4     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
            var StateProperties7 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
            var StateProperties8 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();

            lbltotalNumber                = new Label();
            Label6                        = new Label();
            Label5                        = new Label();
            lblTotaltoBeAsgn              = new Label();
            lblminiBkgNumber              = new Label();
            labelTotalSomething           = new Label();
            Panel3                        = new Panel();
            _nucTotal                     = new NumericUpDown();
            _nucTotal.ValueChanged       += new EventHandler(nucTotal_ValueChanged);
            Label1                        = new Label();
            Label2                        = new Label();
            lblTitle                      = new Label();
            _dgvMiniBks                   = new Bunifu.UI.WinForms.BunifuDataGridView();
            _dgvMiniBks.SelectionChanged += new EventHandler(dgvMiniBks_SelectionChanged);
            _btnCancel                    = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
            _btnCancel.Click             += new EventHandler(closeLabel_Click);
            _btnSaveMb                    = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
            _btnSaveMb.Click             += new EventHandler(btnSaveMb_Click);
            Panel2                        = new Panel();
            Label12                       = new Label();
            _closeLabel                   = new Label();
            _closeLabel.Click            += new EventHandler(closeLabel_Click);
            Label3                        = new Label();
            lblContInMb                   = new Label();
            Column2                       = new DataGridViewTextBoxColumn();
            Column3                       = new DataGridViewTextBoxColumn();
            Panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_nucTotal).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_dgvMiniBks).BeginInit();
            Panel2.SuspendLayout();
            SuspendLayout();
            //
            // lbltotalNumber
            //
            lbltotalNumber.Font      = new Font("Microsoft Sans Serif", 13.74545f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            lbltotalNumber.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            lbltotalNumber.Location  = new Point(689, 54);
            lbltotalNumber.Name      = "lbltotalNumber";
            lbltotalNumber.Size      = new Size(93, 25);
            lbltotalNumber.TabIndex  = 210;
            lbltotalNumber.Text      = "500";
            //
            // Label6
            //
            Label6.AutoSize  = true;
            Label6.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label6.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label6.Location  = new Point(509, 102);
            Label6.Name      = "Label6";
            Label6.Size      = new Size(216, 20);
            Label6.TabIndex  = 209;
            Label6.Text      = "_______________________";
            //
            // Label5
            //
            Label5.AutoSize  = true;
            Label5.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label5.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label5.Location  = new Point(17, 15);
            Label5.Name      = "Label5";
            Label5.Size      = new Size(126, 20);
            Label5.TabIndex  = 194;
            Label5.Text      = "Total containers:";
            //
            // lblTotaltoBeAsgn
            //
            lblTotaltoBeAsgn.Font      = new Font("Microsoft Sans Serif", 13.74545f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            lblTotaltoBeAsgn.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(192)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(0)));
            lblTotaltoBeAsgn.Location  = new Point(689, 128);
            lblTotaltoBeAsgn.Name      = "lblTotaltoBeAsgn";
            lblTotaltoBeAsgn.Size      = new Size(96, 25);
            lblTotaltoBeAsgn.TabIndex  = 205;
            lblTotaltoBeAsgn.Text      = "200";
            //
            // lblminiBkgNumber
            //
            lblminiBkgNumber.AutoSize  = true;
            lblminiBkgNumber.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            lblminiBkgNumber.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            lblminiBkgNumber.Location  = new Point(340, 221);
            lblminiBkgNumber.Name      = "lblminiBkgNumber";
            lblminiBkgNumber.Size      = new Size(133, 20);
            lblminiBkgNumber.TabIndex  = 207;
            lblminiBkgNumber.Text      = "MINIBOOKNG(A)";
            //
            // labelTotalSomething
            //
            labelTotalSomething.AutoSize  = true;
            labelTotalSomething.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            labelTotalSomething.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            labelTotalSomething.Location  = new Point(509, 56);
            labelTotalSomething.Name      = "labelTotalSomething";
            labelTotalSomething.Size      = new Size(129, 20);
            labelTotalSomething.TabIndex  = 211;
            labelTotalSomething.Text      = "Total Containers:";
            //
            // Panel3
            //
            Panel3.BorderStyle = BorderStyle.FixedSingle;
            Panel3.Controls.Add(Label5);
            Panel3.Controls.Add(_nucTotal);
            Panel3.Location = new Point(336, 248);
            Panel3.Name     = "Panel3";
            Panel3.Size     = new Size(193, 96);
            Panel3.TabIndex = 208;
            //
            // nucTotal
            //
            _nucTotal.Font      = new Font("Microsoft Sans Serif", 15.70909f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _nucTotal.Location  = new Point(30, 45);
            _nucTotal.Maximum   = new decimal(new int[] { 1000000, 0, 0, 0 });
            _nucTotal.Name      = "_nucTotal";
            _nucTotal.Size      = new Size(120, 31);
            _nucTotal.TabIndex  = 187;
            _nucTotal.TextAlign = HorizontalAlignment.Center;
            //
            // Label1
            //
            Label1.AutoSize  = true;
            Label1.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            Label1.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label1.Location  = new Point(509, 129);
            Label1.Name      = "Label1";
            Label1.Size      = new Size(145, 20);
            Label1.TabIndex  = 206;
            Label1.Text      = "Extra containers:";
            //
            // Label2
            //
            Label2.AutoSize  = true;
            Label2.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label2.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label2.Location  = new Point(12, 122);
            Label2.Name      = "Label2";
            Label2.Size      = new Size(435, 20);
            Label2.TabIndex  = 204;
            Label2.Text      = "Select the mini bookings that will receive the extra containers" + '\r' + '\n';
            //
            // lblTitle
            //
            lblTitle.AutoSize  = true;
            lblTitle.Font      = new Font("Microsoft Sans Serif", 13.74545f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            lblTitle.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(192)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(0)));
            lblTitle.Location  = new Point(12, 77);
            lblTitle.Name      = "lblTitle";
            lblTitle.Size      = new Size(234, 24);
            lblTitle.TabIndex  = 203;
            lblTitle.Text      = "Total number of containers";
            //
            // dgvMiniBks
            //
            _dgvMiniBks.AllowCustomTheming              = true;
            _dgvMiniBks.AllowUserToAddRows              = false;
            _dgvMiniBks.AllowUserToDeleteRows           = false;
            _dgvMiniBks.AllowUserToOrderColumns         = true;
            _dgvMiniBks.AllowUserToResizeRows           = false;
            DataGridViewCellStyle4.BackColor            = Color.White;
            DataGridViewCellStyle4.ForeColor            = Color.Black;
            DataGridViewCellStyle4.SelectionBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _dgvMiniBks.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4;
            _dgvMiniBks.AutoSizeColumnsMode             = DataGridViewAutoSizeColumnsMode.Fill;
            _dgvMiniBks.BackgroundColor               = Color.White;
            _dgvMiniBks.BorderStyle                   = BorderStyle.None;
            _dgvMiniBks.CellBorderStyle               = DataGridViewCellBorderStyle.SingleHorizontal;
            _dgvMiniBks.ClipboardCopyMode             = DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
            _dgvMiniBks.ColumnHeadersBorderStyle      = DataGridViewHeaderBorderStyle.None;
            DataGridViewCellStyle5.Alignment          = DataGridViewContentAlignment.MiddleLeft;
            DataGridViewCellStyle5.BackColor          = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            DataGridViewCellStyle5.Font               = new Font("Segoe UI Semibold", 11.75f, FontStyle.Bold);
            DataGridViewCellStyle5.ForeColor          = Color.White;
            DataGridViewCellStyle5.SelectionBackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            DataGridViewCellStyle5.SelectionForeColor = SystemColors.HighlightText;
            DataGridViewCellStyle5.WrapMode           = DataGridViewTriState.True;
            _dgvMiniBks.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5;
            _dgvMiniBks.ColumnHeadersHeight           = 30;
            _dgvMiniBks.Columns.AddRange(new DataGridViewColumn[] { Column2, Column3 });
            _dgvMiniBks.CurrentTheme.AlternatingRowsStyle.BackColor          = Color.White;
            _dgvMiniBks.CurrentTheme.AlternatingRowsStyle.Font               = new Font("Segoe UI Semibold", 9.75f, FontStyle.Bold);
            _dgvMiniBks.CurrentTheme.AlternatingRowsStyle.ForeColor          = Color.Black;
            _dgvMiniBks.CurrentTheme.AlternatingRowsStyle.SelectionBackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(224)), Conversions.ToInteger(Conversions.ToByte(224)), Conversions.ToInteger(Conversions.ToByte(224)));
            _dgvMiniBks.CurrentTheme.AlternatingRowsStyle.SelectionForeColor = Color.Black;
            _dgvMiniBks.CurrentTheme.BackColor             = Color.Snow;
            _dgvMiniBks.CurrentTheme.GridColor             = Color.Gray;
            _dgvMiniBks.CurrentTheme.HeaderStyle.BackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _dgvMiniBks.CurrentTheme.HeaderStyle.Font      = new Font("Segoe UI Semibold", 11.75f, FontStyle.Bold);
            _dgvMiniBks.CurrentTheme.HeaderStyle.ForeColor = Color.White;
            _dgvMiniBks.CurrentTheme.Name = null;
            _dgvMiniBks.CurrentTheme.RowsStyle.BackColor          = Color.WhiteSmoke;
            _dgvMiniBks.CurrentTheme.RowsStyle.Font               = new Font("Segoe UI Semibold", 9.75f, FontStyle.Bold);
            _dgvMiniBks.CurrentTheme.RowsStyle.ForeColor          = Color.Black;
            _dgvMiniBks.CurrentTheme.RowsStyle.SelectionBackColor = Color.Gray;
            _dgvMiniBks.CurrentTheme.RowsStyle.SelectionForeColor = Color.Black;
            DataGridViewCellStyle6.Alignment          = DataGridViewContentAlignment.MiddleLeft;
            DataGridViewCellStyle6.BackColor          = Color.WhiteSmoke;
            DataGridViewCellStyle6.Font               = new Font("Segoe UI Semibold", 9.75f, FontStyle.Bold);
            DataGridViewCellStyle6.ForeColor          = Color.Black;
            DataGridViewCellStyle6.SelectionBackColor = Color.Gray;
            DataGridViewCellStyle6.SelectionForeColor = Color.Black;
            DataGridViewCellStyle6.WrapMode           = DataGridViewTriState.False;
            _dgvMiniBks.DefaultCellStyle              = DataGridViewCellStyle6;
            _dgvMiniBks.Dock = DockStyle.Fill;
            _dgvMiniBks.EnableHeadersVisualStyles = false;
            _dgvMiniBks.GridColor         = Color.Gray;
            _dgvMiniBks.HeaderBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _dgvMiniBks.HeaderBgColor     = Color.Empty;
            _dgvMiniBks.HeaderForeColor   = Color.White;
            _dgvMiniBks.Location          = new Point(0, 0);
            _dgvMiniBks.MultiSelect       = false;
            _dgvMiniBks.Name              = "_dgvMiniBks";
            _dgvMiniBks.ReadOnly          = true;
            _dgvMiniBks.RowHeadersVisible = false;
            _dgvMiniBks.RowTemplate.DefaultCellStyle.SelectionBackColor = Color.Gray;
            _dgvMiniBks.RowTemplate.Height = 30;
            _dgvMiniBks.SelectionMode      = DataGridViewSelectionMode.FullRowSelect;
            _dgvMiniBks.Size     = new Size(241, 271);
            _dgvMiniBks.TabIndex = 173;
            _dgvMiniBks.Theme    = Bunifu.UI.WinForms.BunifuDataGridView.PresetThemes.Dark;
            //
            // btnCancel
            //
            _btnCancel.AllowToggling        = false;
            _btnCancel.AnimationSpeed       = 200;
            _btnCancel.AutoGenerateColors   = false;
            _btnCancel.BackColor            = Color.Transparent;
            _btnCancel.BackColor1           = Color.White;
            _btnCancel.BackgroundImage      = (Image)resources.GetObject("btnCancel.BackgroundImage");
            _btnCancel.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            _btnCancel.ButtonText           = "Cancel";
            _btnCancel.ButtonTextMarginLeft = 0;
            _btnCancel.ColorContrastOnClick = 45;
            _btnCancel.ColorContrastOnHover = 45;
            _btnCancel.Cursor              = Cursors.Hand;
            BorderEdges3.BottomLeft        = true;
            BorderEdges3.BottomRight       = true;
            BorderEdges3.TopLeft           = true;
            BorderEdges3.TopRight          = true;
            _btnCancel.CustomizableEdges   = BorderEdges3;
            _btnCancel.DialogResult        = DialogResult.None;
            _btnCancel.DisabledBorderColor = Color.Empty;
            _btnCancel.DisabledFillColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)));
            _btnCancel.DisabledForecolor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(168)), Conversions.ToInteger(Conversions.ToByte(160)), Conversions.ToInteger(Conversions.ToByte(168)));
            _btnCancel.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
            _btnCancel.Font                         = new Font("Segoe UI Semibold", 11.12727f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            _btnCancel.ForeColor                    = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _btnCancel.IconLeftCursor               = Cursors.Hand;
            _btnCancel.IconMarginLeft               = 11;
            _btnCancel.IconPadding                  = 10;
            _btnCancel.IconRightCursor              = Cursors.Hand;
            _btnCancel.IdleBorderColor              = Color.Gray;
            _btnCancel.IdleBorderRadius             = 3;
            _btnCancel.IdleBorderThickness          = 1;
            _btnCancel.IdleFillColor                = Color.White;
            _btnCancel.IdleIconLeftImage            = null;
            _btnCancel.IdleIconRightImage           = null;
            _btnCancel.IndicateFocus                = true;
            _btnCancel.Location                     = new Point(401, 449);
            _btnCancel.Name                         = "_btnCancel";
            StateProperties5.BorderColor            = Color.DarkGray;
            StateProperties5.BorderRadius           = 3;
            StateProperties5.BorderStyle            = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties5.BorderThickness        = 1;
            StateProperties5.FillColor              = Color.DarkGray;
            StateProperties5.ForeColor              = Color.White;
            StateProperties5.IconLeftImage          = null;
            StateProperties5.IconRightImage         = null;
            _btnCancel.onHoverState                 = StateProperties5;
            StateProperties6.BorderColor            = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            StateProperties6.BorderRadius           = 3;
            StateProperties6.BorderStyle            = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties6.BorderThickness        = 1;
            StateProperties6.FillColor              = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(224)), Conversions.ToInteger(Conversions.ToByte(224)), Conversions.ToInteger(Conversions.ToByte(224)));
            StateProperties6.ForeColor              = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            StateProperties6.IconLeftImage          = null;
            StateProperties6.IconRightImage         = null;
            _btnCancel.OnPressedState               = StateProperties6;
            _btnCancel.Size                         = new Size(86, 34);
            _btnCancel.TabIndex                     = 200;
            _btnCancel.TextAlign                    = ContentAlignment.MiddleCenter;
            _btnCancel.TextMarginLeft               = 0;
            _btnCancel.UseDefaultRadiusAndThickness = true;
            //
            // btnSaveMb
            //
            _btnSaveMb.AllowToggling        = false;
            _btnSaveMb.AnimationSpeed       = 200;
            _btnSaveMb.AutoGenerateColors   = false;
            _btnSaveMb.BackColor            = Color.Transparent;
            _btnSaveMb.BackColor1           = Color.Teal;
            _btnSaveMb.BackgroundImage      = (Image)resources.GetObject("btnSaveMb.BackgroundImage");
            _btnSaveMb.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            _btnSaveMb.ButtonText           = "Save";
            _btnSaveMb.ButtonTextMarginLeft = 0;
            _btnSaveMb.ColorContrastOnClick = 45;
            _btnSaveMb.ColorContrastOnHover = 45;
            _btnSaveMb.Cursor              = Cursors.Hand;
            BorderEdges4.BottomLeft        = true;
            BorderEdges4.BottomRight       = true;
            BorderEdges4.TopLeft           = true;
            BorderEdges4.TopRight          = true;
            _btnSaveMb.CustomizableEdges   = BorderEdges4;
            _btnSaveMb.DialogResult        = DialogResult.None;
            _btnSaveMb.DisabledBorderColor = Color.Empty;
            _btnSaveMb.DisabledFillColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)), Conversions.ToInteger(Conversions.ToByte(204)));
            _btnSaveMb.DisabledForecolor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(168)), Conversions.ToInteger(Conversions.ToByte(160)), Conversions.ToInteger(Conversions.ToByte(168)));
            _btnSaveMb.Enabled             = false;
            _btnSaveMb.FocusState          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
            _btnSaveMb.Font                         = new Font("Segoe UI Semibold", 11.12727f, FontStyle.Bold, GraphicsUnit.Point, Conversions.ToByte(0));
            _btnSaveMb.ForeColor                    = Color.White;
            _btnSaveMb.IconLeftCursor               = Cursors.Hand;
            _btnSaveMb.IconMarginLeft               = 11;
            _btnSaveMb.IconPadding                  = 10;
            _btnSaveMb.IconRightCursor              = Cursors.Hand;
            _btnSaveMb.IdleBorderColor              = Color.Teal;
            _btnSaveMb.IdleBorderRadius             = 3;
            _btnSaveMb.IdleBorderThickness          = 1;
            _btnSaveMb.IdleFillColor                = Color.Teal;
            _btnSaveMb.IdleIconLeftImage            = null;
            _btnSaveMb.IdleIconRightImage           = null;
            _btnSaveMb.IndicateFocus                = true;
            _btnSaveMb.Location                     = new Point(282, 449);
            _btnSaveMb.Name                         = "_btnSaveMb";
            StateProperties7.BorderColor            = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(192)), Conversions.ToInteger(Conversions.ToByte(192)));
            StateProperties7.BorderRadius           = 3;
            StateProperties7.BorderStyle            = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties7.BorderThickness        = 1;
            StateProperties7.FillColor              = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(192)), Conversions.ToInteger(Conversions.ToByte(192)));
            StateProperties7.ForeColor              = Color.White;
            StateProperties7.IconLeftImage          = null;
            StateProperties7.IconRightImage         = null;
            _btnSaveMb.onHoverState                 = StateProperties7;
            StateProperties8.BorderColor            = Color.Teal;
            StateProperties8.BorderRadius           = 3;
            StateProperties8.BorderStyle            = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
            StateProperties8.BorderThickness        = 1;
            StateProperties8.FillColor              = Color.Teal;
            StateProperties8.ForeColor              = Color.White;
            StateProperties8.IconLeftImage          = null;
            StateProperties8.IconRightImage         = null;
            _btnSaveMb.OnPressedState               = StateProperties8;
            _btnSaveMb.Size                         = new Size(96, 34);
            _btnSaveMb.TabIndex                     = 201;
            _btnSaveMb.TextAlign                    = ContentAlignment.MiddleCenter;
            _btnSaveMb.TextMarginLeft               = 0;
            _btnSaveMb.UseDefaultRadiusAndThickness = true;
            //
            // Panel2
            //
            Panel2.BorderStyle = BorderStyle.FixedSingle;
            Panel2.Controls.Add(_dgvMiniBks);
            Panel2.Location = new Point(16, 156);
            Panel2.Name     = "Panel2";
            Panel2.Size     = new Size(243, 273);
            Panel2.TabIndex = 202;
            //
            // Label12
            //
            Label12.BackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label12.Dock      = DockStyle.Top;
            Label12.Font      = new Font("Microsoft Sans Serif", 24.0f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label12.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label12.Location  = new Point(0, 0);
            Label12.Name      = "Label12";
            Label12.Size      = new Size(780, 42);
            Label12.TabIndex  = 198;
            Label12.TextAlign = ContentAlignment.MiddleCenter;
            //
            // closeLabel
            //
            _closeLabel.Anchor    = AnchorStyles.Top | AnchorStyles.Right;
            _closeLabel.BackColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _closeLabel.Font      = new Font("Arial Narrow", 22.25455f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _closeLabel.ForeColor = Color.White;
            _closeLabel.Location  = new Point(733, 0);
            _closeLabel.Margin    = new Padding(0);
            _closeLabel.Name      = "_closeLabel";
            _closeLabel.Size      = new Size(47, 42);
            _closeLabel.TabIndex  = 199;
            _closeLabel.Text      = "🗙";
            _closeLabel.TextAlign = ContentAlignment.MiddleCenter;
            //
            // Label3
            //
            Label3.AutoSize  = true;
            Label3.Font      = new Font("Microsoft Sans Serif", 11.78182f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label3.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            Label3.Location  = new Point(509, 90);
            Label3.Name      = "Label3";
            Label3.Size      = new Size(142, 20);
            Label3.TabIndex  = 213;
            Label3.Text      = "Containers in MBs:";
            //
            // lblContInMb
            //
            lblContInMb.Font      = new Font("Microsoft Sans Serif", 13.74545f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            lblContInMb.ForeColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            lblContInMb.Location  = new Point(689, 88);
            lblContInMb.Name      = "lblContInMb";
            lblContInMb.Size      = new Size(93, 25);
            lblContInMb.TabIndex  = 212;
            lblContInMb.Text      = "500";
            //
            // Column2
            //
            Column2.FillWeight = 153.1309f;
            Column2.HeaderText = "Minibooking";
            Column2.Name       = "Column2";
            Column2.ReadOnly   = true;
            //
            // Column3
            //
            Column3.FillWeight = 52.08535f;
            Column3.HeaderText = "# Cans";
            Column3.Name       = "Column3";
            Column3.ReadOnly   = true;
            //
            // FrmModifyTotalNumbCont
            //
            AutoScaleDimensions = new SizeF(6.0f, 13.0f);
            AutoScaleMode       = AutoScaleMode.Font;
            BackColor           = Color.White;
            ClientSize          = new Size(780, 505);
            Controls.Add(Label3);
            Controls.Add(lblContInMb);
            Controls.Add(_closeLabel);
            Controls.Add(labelTotalSomething);
            Controls.Add(lbltotalNumber);
            Controls.Add(Label6);
            Controls.Add(lblTotaltoBeAsgn);
            Controls.Add(lblminiBkgNumber);
            Controls.Add(Panel3);
            Controls.Add(Label1);
            Controls.Add(Label2);
            Controls.Add(lblTitle);
            Controls.Add(_btnCancel);
            Controls.Add(_btnSaveMb);
            Controls.Add(Panel2);
            Controls.Add(Label12);
            FormBorderStyle = FormBorderStyle.None;
            Name            = "FrmModifyTotalNumbCont";
            Text            = "FrmModifyTotalNumbCont";
            Panel3.ResumeLayout(false);
            Panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)_nucTotal).EndInit();
            ((System.ComponentModel.ISupportInitialize)_dgvMiniBks).EndInit();
            Panel2.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();
        }
 /// <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(QLDV_ADD));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bunifuCustomLabel1  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.tb_name             = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.bunifuCustomLabel7  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.tb_note             = new Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox();
     this.bunifuButton2       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.btnAdd              = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.panel1              = new System.Windows.Forms.Panel();
     this.bunifuElipse1       = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuImageButton1  = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuCustomLabel10 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.Font     = new System.Drawing.Font("Segoe UI Emoji", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(23, 70);
     this.bunifuCustomLabel1.Name     = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size     = new System.Drawing.Size(92, 22);
     this.bunifuCustomLabel1.TabIndex = 3;
     this.bunifuCustomLabel1.Text     = "Tên đơn vị:";
     //
     // tb_name
     //
     this.tb_name.AcceptsReturn       = false;
     this.tb_name.AcceptsTab          = false;
     this.tb_name.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.tb_name.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.tb_name.BackColor           = System.Drawing.Color.Transparent;
     this.tb_name.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("tb_name.BackgroundImage")));
     this.tb_name.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tb_name.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.tb_name.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tb_name.BorderColorIdle     = System.Drawing.Color.DimGray;
     this.tb_name.BorderRadius        = 30;
     this.tb_name.BorderThickness     = 1;
     this.tb_name.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.tb_name.FillColor           = System.Drawing.Color.WhiteSmoke;
     this.tb_name.HideSelection       = true;
     this.tb_name.IconLeft            = null;
     this.tb_name.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.tb_name.IconPadding         = 10;
     this.tb_name.IconRight           = null;
     this.tb_name.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.tb_name.Location            = new System.Drawing.Point(12, 95);
     this.tb_name.MaximumSize         = new System.Drawing.Size(400, 100);
     this.tb_name.MaxLength           = 32767;
     this.tb_name.MinimumSize         = new System.Drawing.Size(100, 35);
     this.tb_name.Modified            = false;
     this.tb_name.Name                  = "tb_name";
     this.tb_name.PasswordChar          = '\0';
     this.tb_name.ReadOnly              = false;
     this.tb_name.SelectedText          = "";
     this.tb_name.SelectionLength       = 0;
     this.tb_name.SelectionStart        = 0;
     this.tb_name.ShortcutsEnabled      = true;
     this.tb_name.Size                  = new System.Drawing.Size(296, 35);
     this.tb_name.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.tb_name.TabIndex              = 0;
     this.tb_name.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.tb_name.TextMarginLeft        = 5;
     this.tb_name.TextPlaceholder       = "Họ và tên";
     this.tb_name.UseSystemPasswordChar = false;
     //
     // bunifuCustomLabel7
     //
     this.bunifuCustomLabel7.Font     = new System.Drawing.Font("Segoe UI Emoji", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel7.Location = new System.Drawing.Point(23, 145);
     this.bunifuCustomLabel7.Name     = "bunifuCustomLabel7";
     this.bunifuCustomLabel7.Size     = new System.Drawing.Size(92, 16);
     this.bunifuCustomLabel7.TabIndex = 30;
     this.bunifuCustomLabel7.Text     = "Ghi chú:";
     //
     // tb_note
     //
     this.tb_note.AcceptsReturn       = false;
     this.tb_note.AcceptsTab          = false;
     this.tb_note.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
     this.tb_note.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
     this.tb_note.BackColor           = System.Drawing.Color.Transparent;
     this.tb_note.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("tb_note.BackgroundImage")));
     this.tb_note.BorderColorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tb_note.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.tb_note.BorderColorHover    = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tb_note.BorderColorIdle     = System.Drawing.Color.DimGray;
     this.tb_note.BorderRadius        = 30;
     this.tb_note.BorderThickness     = 1;
     this.tb_note.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.tb_note.FillColor           = System.Drawing.Color.WhiteSmoke;
     this.tb_note.HideSelection       = true;
     this.tb_note.IconLeft            = null;
     this.tb_note.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.tb_note.IconPadding         = 10;
     this.tb_note.IconRight           = null;
     this.tb_note.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.tb_note.Location            = new System.Drawing.Point(12, 173);
     this.tb_note.MaximumSize         = new System.Drawing.Size(400, 100);
     this.tb_note.MaxLength           = 32767;
     this.tb_note.MinimumSize         = new System.Drawing.Size(100, 35);
     this.tb_note.Modified            = false;
     this.tb_note.Name                  = "tb_note";
     this.tb_note.PasswordChar          = '\0';
     this.tb_note.ReadOnly              = false;
     this.tb_note.SelectedText          = "";
     this.tb_note.SelectionLength       = 0;
     this.tb_note.SelectionStart        = 0;
     this.tb_note.ShortcutsEnabled      = true;
     this.tb_note.Size                  = new System.Drawing.Size(296, 57);
     this.tb_note.Style                 = Bunifu.UI.WinForms.BunifuTextbox.BunifuTextBox._Style.Bunifu;
     this.tb_note.TabIndex              = 1;
     this.tb_note.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.tb_note.TextMarginLeft        = 5;
     this.tb_note.TextPlaceholder       = "Note";
     this.tb_note.UseSystemPasswordChar = false;
     //
     // bunifuButton2
     //
     this.bunifuButton2.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton2.BackgroundImage")));
     this.bunifuButton2.ButtonText           = "Hủy";
     this.bunifuButton2.ButtonTextMarginLeft = 0;
     this.bunifuButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton2.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton2.DisabledFillColor   = System.Drawing.Color.Gray;
     this.bunifuButton2.DisabledForecolor   = System.Drawing.Color.White;
     this.bunifuButton2.ForeColor           = System.Drawing.Color.White;
     this.bunifuButton2.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton2.IconPadding         = 10;
     this.bunifuButton2.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.bunifuButton2.IdleBorderColor     = System.Drawing.Color.White;
     this.bunifuButton2.IdleBorderRadius    = 35;
     this.bunifuButton2.IdleBorderThickness = 0;
     this.bunifuButton2.IdleFillColor       = System.Drawing.Color.Firebrick;
     this.bunifuButton2.IdleIconLeftImage   = null;
     this.bunifuButton2.IdleIconRightImage  = null;
     this.bunifuButton2.Location            = new System.Drawing.Point(18, 248);
     this.bunifuButton2.Name          = "bunifuButton2";
     stateProperties3.BorderColor     = System.Drawing.Color.DarkRed;
     stateProperties3.BorderRadius    = 35;
     stateProperties3.BorderThickness = 0;
     stateProperties3.FillColor       = System.Drawing.Color.DarkRed;
     stateProperties3.IconLeftImage   = null;
     stateProperties3.IconRightImage  = null;
     this.bunifuButton2.onHoverState  = stateProperties3;
     this.bunifuButton2.Size          = new System.Drawing.Size(140, 48);
     this.bunifuButton2.TabIndex      = 34;
     this.bunifuButton2.TextAlign     = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton2.Click        += new System.EventHandler(this.bunifuButton2_Click);
     //
     // btnAdd
     //
     this.btnAdd.BackColor            = System.Drawing.Color.Transparent;
     this.btnAdd.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
     this.btnAdd.ButtonText           = "Lưu";
     this.btnAdd.ButtonTextMarginLeft = 0;
     this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnAdd.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnAdd.DisabledFillColor   = System.Drawing.Color.Gray;
     this.btnAdd.DisabledForecolor   = System.Drawing.Color.White;
     this.btnAdd.ForeColor           = System.Drawing.Color.Black;
     this.btnAdd.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.btnAdd.IconPadding         = 10;
     this.btnAdd.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.btnAdd.IdleBorderColor     = System.Drawing.Color.White;
     this.btnAdd.IdleBorderRadius    = 35;
     this.btnAdd.IdleBorderThickness = 0;
     this.btnAdd.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnAdd.IdleIconLeftImage   = null;
     this.btnAdd.IdleIconRightImage  = null;
     this.btnAdd.Location            = new System.Drawing.Point(174, 248);
     this.btnAdd.Name                 = "btnAdd";
     stateProperties4.BorderColor     = System.Drawing.Color.Green;
     stateProperties4.BorderRadius    = 35;
     stateProperties4.BorderThickness = 0;
     stateProperties4.FillColor       = System.Drawing.Color.Green;
     stateProperties4.IconLeftImage   = null;
     stateProperties4.IconRightImage  = null;
     this.btnAdd.onHoverState         = stateProperties4;
     this.btnAdd.Size                 = new System.Drawing.Size(140, 48);
     this.btnAdd.TabIndex             = 33;
     this.btnAdd.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Click               += new System.EventHandler(this.bunifuButton1_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.panel1.Controls.Add(this.bunifuImageButton1);
     this.panel1.Controls.Add(this.bunifuCustomLabel10);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(326, 37);
     this.panel1.TabIndex = 35;
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 15;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
     this.bunifuImageButton1.Image       = global::CoffeeManagement.Properties.Resources.left_arrow_1;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(10, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(24, 24);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 52;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuCustomLabel10
     //
     this.bunifuCustomLabel10.AutoSize = true;
     this.bunifuCustomLabel10.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel10.Location = new System.Drawing.Point(38, 7);
     this.bunifuCustomLabel10.Name     = "bunifuCustomLabel10";
     this.bunifuCustomLabel10.Size     = new System.Drawing.Size(56, 21);
     this.bunifuCustomLabel10.TabIndex = 53;
     this.bunifuCustomLabel10.Text     = "Đơn vị";
     //
     // QLDV_ADD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(326, 307);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bunifuButton2);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.bunifuCustomLabel7);
     this.Controls.Add(this.tb_note);
     this.Controls.Add(this.tb_name);
     this.Controls.Add(this.bunifuCustomLabel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "QLDV_ADD";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "QLDV_ADD";
     this.Load           += new System.EventHandler(this.QLDV_ADD_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).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.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Enquree_view));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.metroGrid1     = new MetroFramework.Controls.MetroGrid();
     this.metroTextBox10 = new MetroFramework.Controls.MetroTextBox();
     this.metroTextBox2  = new MetroFramework.Controls.MetroTextBox();
     this.label11        = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.metroDateTime1 = new MetroFramework.Controls.MetroDateTime();
     this.label1         = new System.Windows.Forms.Label();
     this.bunifuButton1  = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     ((System.ComponentModel.ISupportInitialize)(this.metroGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // metroGrid1
     //
     this.metroGrid1.AllowUserToResizeRows         = false;
     this.metroGrid1.BackgroundColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.metroGrid1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.metroGrid1.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.metroGrid1.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.SelectionBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle1.SelectionForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle1.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.metroGrid1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font                   = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle2.SelectionBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle2.SelectionForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle2.WrapMode               = System.Windows.Forms.DataGridViewTriState.False;
     this.metroGrid1.DefaultCellStyle              = dataGridViewCellStyle2;
     this.metroGrid1.EnableHeadersVisualStyles     = false;
     this.metroGrid1.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.metroGrid1.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.metroGrid1.Location                   = new System.Drawing.Point(15, 92);
     this.metroGrid1.Name                       = "metroGrid1";
     this.metroGrid1.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle3.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle3.Font                = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle3.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionBackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle3.SelectionForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.metroGrid1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.metroGrid1.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.metroGrid1.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.metroGrid1.Size                       = new System.Drawing.Size(1009, 401);
     this.metroGrid1.TabIndex                   = 1;
     //
     // metroTextBox10
     //
     //
     //
     //
     this.metroTextBox10.CustomButton.Image         = null;
     this.metroTextBox10.CustomButton.Location      = new System.Drawing.Point(147, 1);
     this.metroTextBox10.CustomButton.Name          = "";
     this.metroTextBox10.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox10.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox10.CustomButton.TabIndex      = 1;
     this.metroTextBox10.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox10.CustomButton.UseSelectable = true;
     this.metroTextBox10.CustomButton.Visible       = false;
     this.metroTextBox10.Lines        = new string[0];
     this.metroTextBox10.Location     = new System.Drawing.Point(134, 43);
     this.metroTextBox10.MaxLength    = 32767;
     this.metroTextBox10.Name         = "metroTextBox10";
     this.metroTextBox10.PasswordChar = '\0';
     //this.metroTextBox10.PromptText = "Enter Your Full Name";
     this.metroTextBox10.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox10.SelectedText     = "";
     this.metroTextBox10.SelectionLength  = 0;
     this.metroTextBox10.SelectionStart   = 0;
     this.metroTextBox10.ShortcutsEnabled = true;
     this.metroTextBox10.Size             = new System.Drawing.Size(169, 23);
     this.metroTextBox10.TabIndex         = 70;
     this.metroTextBox10.UseSelectable    = true;
     this.metroTextBox10.WaterMark        = "Enter Your Full Name";
     this.metroTextBox10.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox10.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroTextBox2
     //
     //
     //
     //
     this.metroTextBox2.CustomButton.Image         = null;
     this.metroTextBox2.CustomButton.Location      = new System.Drawing.Point(198, 1);
     this.metroTextBox2.CustomButton.Name          = "";
     this.metroTextBox2.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox2.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox2.CustomButton.TabIndex      = 1;
     this.metroTextBox2.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox2.CustomButton.UseSelectable = true;
     this.metroTextBox2.CustomButton.Visible       = false;
     this.metroTextBox2.Lines        = new string[0];
     this.metroTextBox2.Location     = new System.Drawing.Point(401, 43);
     this.metroTextBox2.MaxLength    = 32767;
     this.metroTextBox2.Name         = "metroTextBox2";
     this.metroTextBox2.PasswordChar = '\0';
     //this.metroTextBox2.PromptText = "Enter Your Mobile Number";
     this.metroTextBox2.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox2.SelectedText     = "";
     this.metroTextBox2.SelectionLength  = 0;
     this.metroTextBox2.SelectionStart   = 0;
     this.metroTextBox2.ShortcutsEnabled = true;
     this.metroTextBox2.Size             = new System.Drawing.Size(220, 23);
     this.metroTextBox2.TabIndex         = 69;
     this.metroTextBox2.UseSelectable    = true;
     this.metroTextBox2.WaterMark        = "Enter Your Mobile Number";
     this.metroTextBox2.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox2.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(49, 46);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 16);
     this.label11.TabIndex = 68;
     this.label11.Text     = "Full Name";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(316, 47);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(81, 16);
     this.label5.TabIndex = 67;
     this.label5.Text     = "Mobile /no";
     //
     // metroDateTime1
     //
     this.metroDateTime1.Location    = new System.Drawing.Point(664, 40);
     this.metroDateTime1.MinimumSize = new System.Drawing.Size(0, 29);
     this.metroDateTime1.Name        = "metroDateTime1";
     this.metroDateTime1.Size        = new System.Drawing.Size(218, 29);
     this.metroDateTime1.TabIndex    = 71;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("MS Reference Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(632, 48);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(23, 15);
     this.label1.TabIndex  = 72;
     this.label1.Text      = "Or";
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "Find";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton1.ForeColor            = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IconPadding          = 10;
     this.bunifuButton1.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleBorderRadius     = 1;
     this.bunifuButton1.IdleBorderThickness  = 0;
     this.bunifuButton1.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleIconLeftImage    = null;
     this.bunifuButton1.IdleIconRightImage   = null;
     this.bunifuButton1.Location             = new System.Drawing.Point(892, 38);
     this.bunifuButton1.Name          = "bunifuButton1";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius    = 1;
     stateProperties1.BorderThickness = 1;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.bunifuButton1.onHoverState  = stateProperties1;
     this.bunifuButton1.Size          = new System.Drawing.Size(106, 31);
     this.bunifuButton1.TabIndex      = 95;
     this.bunifuButton1.TextAlign     = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Enquree_view
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.metroDateTime1);
     this.Controls.Add(this.metroTextBox10);
     this.Controls.Add(this.metroTextBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.metroGrid1);
     this.Name = "Enquree_view";
     this.Size = new System.Drawing.Size(1045, 500);
     ((System.ComponentModel.ISupportInitialize)(this.metroGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 26
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.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FStart));
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.bunifuDropdown1    = new Bunifu.Framework.UI.BunifuDropdown();
     this.btnCommancer       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.txtusername        = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.txtpassword        = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.PicDoc             = new System.Windows.Forms.PictureBox();
     this.PicInfermier       = new System.Windows.Forms.PictureBox();
     this.label3             = new System.Windows.Forms.Label();
     this.lblUsernam         = new System.Windows.Forms.Label();
     this.lblpassword        = new System.Windows.Forms.Label();
     this.lblChoix           = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PicDoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PicInfermier)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pictureBox1;
     this.bunifuDragControl1.Vertical      = true;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Image    = global::PFEOrigin.Properties.Resources.nymbl_doc_entry;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(800, 583);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // bunifuDropdown1
     //
     this.bunifuDropdown1.BackColor       = System.Drawing.Color.Transparent;
     this.bunifuDropdown1.BorderRadius    = 3;
     this.bunifuDropdown1.DisabledColor   = System.Drawing.Color.Gray;
     this.bunifuDropdown1.Font            = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuDropdown1.ForeColor       = System.Drawing.Color.White;
     this.bunifuDropdown1.items           = new string[0];
     this.bunifuDropdown1.Location        = new System.Drawing.Point(843, 79);
     this.bunifuDropdown1.Margin          = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.bunifuDropdown1.Name            = "bunifuDropdown1";
     this.bunifuDropdown1.NomalColor      = System.Drawing.Color.Gray;
     this.bunifuDropdown1.onHoverColor    = System.Drawing.Color.Aqua;
     this.bunifuDropdown1.selectedIndex   = -1;
     this.bunifuDropdown1.Size            = new System.Drawing.Size(217, 35);
     this.bunifuDropdown1.TabIndex        = 1;
     this.bunifuDropdown1.onItemSelected += new System.EventHandler(this.BunifuDropdown1_onItemSelected);
     //
     // btnCommancer
     //
     this.btnCommancer.BackColor            = System.Drawing.Color.Transparent;
     this.btnCommancer.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btnCommancer.BackgroundImage")));
     this.btnCommancer.ButtonText           = "Commencer";
     this.btnCommancer.ButtonTextMarginLeft = 0;
     this.btnCommancer.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnCommancer.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btnCommancer.DisabledFillColor   = System.Drawing.Color.Gray;
     this.btnCommancer.DisabledForecolor   = System.Drawing.Color.White;
     this.btnCommancer.Font                = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCommancer.ForeColor           = System.Drawing.Color.White;
     this.btnCommancer.IconLeftCursor      = System.Windows.Forms.Cursors.Default;
     this.btnCommancer.IconPadding         = 10;
     this.btnCommancer.IconRightCursor     = System.Windows.Forms.Cursors.Default;
     this.btnCommancer.IdleBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.btnCommancer.IdleBorderRadius    = 1;
     this.btnCommancer.IdleBorderThickness = 0;
     this.btnCommancer.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.btnCommancer.IdleIconLeftImage   = null;
     this.btnCommancer.IdleIconRightImage  = null;
     this.btnCommancer.Location            = new System.Drawing.Point(992, 466);
     this.btnCommancer.Margin              = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.btnCommancer.Name                = "btnCommancer";
     stateProperties2.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.BorderRadius         = 1;
     stateProperties2.BorderThickness      = 1;
     stateProperties2.FillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties2.IconLeftImage        = null;
     stateProperties2.IconRightImage       = null;
     this.btnCommancer.onHoverState        = stateProperties2;
     this.btnCommancer.Size                = new System.Drawing.Size(118, 45);
     this.btnCommancer.TabIndex            = 2;
     this.btnCommancer.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCommancer.Click              += new System.EventHandler(this.BtnCommancer_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.pictureBox2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox2.Margin    = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(20, 20);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex  = 3;
     this.pictureBox2.TabStop   = false;
     this.pictureBox2.Click    += new System.EventHandler(this.PictureBox2_Click);
     //
     // txtusername
     //
     this.txtusername.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.None;
     this.txtusername.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
     this.txtusername.characterCasing    = System.Windows.Forms.CharacterCasing.Normal;
     this.txtusername.Cursor             = System.Windows.Forms.Cursors.IBeam;
     this.txtusername.Font                = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtusername.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtusername.HintForeColor       = System.Drawing.Color.Empty;
     this.txtusername.HintText            = "";
     this.txtusername.isPassword          = false;
     this.txtusername.LineFocusedColor    = System.Drawing.Color.LightSteelBlue;
     this.txtusername.LineIdleColor       = System.Drawing.Color.Gray;
     this.txtusername.LineMouseHoverColor = System.Drawing.Color.LightSteelBlue;
     this.txtusername.LineThickness       = 3;
     this.txtusername.Location            = new System.Drawing.Point(898, 260);
     this.txtusername.Margin              = new System.Windows.Forms.Padding(4);
     this.txtusername.MaxLength           = 32767;
     this.txtusername.Name                = "txtusername";
     this.txtusername.Size                = new System.Drawing.Size(319, 33);
     this.txtusername.TabIndex            = 4;
     this.txtusername.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtusername.OnValueChanged     += new System.EventHandler(this.Txtusername_OnValueChanged);
     //
     // txtpassword
     //
     this.txtpassword.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.None;
     this.txtpassword.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
     this.txtpassword.characterCasing    = System.Windows.Forms.CharacterCasing.Normal;
     this.txtpassword.Cursor             = System.Windows.Forms.Cursors.IBeam;
     this.txtpassword.Font                = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtpassword.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtpassword.HintForeColor       = System.Drawing.Color.Empty;
     this.txtpassword.HintText            = "";
     this.txtpassword.isPassword          = true;
     this.txtpassword.LineFocusedColor    = System.Drawing.Color.LightSteelBlue;
     this.txtpassword.LineIdleColor       = System.Drawing.Color.Gray;
     this.txtpassword.LineMouseHoverColor = System.Drawing.Color.LightSteelBlue;
     this.txtpassword.LineThickness       = 3;
     this.txtpassword.Location            = new System.Drawing.Point(898, 368);
     this.txtpassword.Margin              = new System.Windows.Forms.Padding(4);
     this.txtpassword.MaxLength           = 32767;
     this.txtpassword.Name                = "txtpassword";
     this.txtpassword.Size                = new System.Drawing.Size(319, 33);
     this.txtpassword.TabIndex            = 5;
     this.txtpassword.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtpassword.OnValueChanged     += new System.EventHandler(this.BunifuMaterialTextbox2_OnValueChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(898, 216);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(69, 15);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Username";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(898, 324);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(67, 15);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Password";
     //
     // PicDoc
     //
     this.PicDoc.Image    = ((System.Drawing.Image)(resources.GetObject("PicDoc.Image")));
     this.PicDoc.Location = new System.Drawing.Point(1084, 23);
     this.PicDoc.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.PicDoc.Name     = "PicDoc";
     this.PicDoc.Size     = new System.Drawing.Size(190, 166);
     this.PicDoc.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PicDoc.TabIndex = 8;
     this.PicDoc.TabStop  = false;
     this.PicDoc.Visible  = false;
     //
     // PicInfermier
     //
     this.PicInfermier.Image    = ((System.Drawing.Image)(resources.GetObject("PicInfermier.Image")));
     this.PicInfermier.Location = new System.Drawing.Point(1084, 23);
     this.PicInfermier.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.PicInfermier.Name     = "PicInfermier";
     this.PicInfermier.Size     = new System.Drawing.Size(190, 166);
     this.PicInfermier.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PicInfermier.TabIndex = 9;
     this.PicInfermier.TabStop  = false;
     this.PicInfermier.Visible  = false;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(231)))), ((int)(((byte)(241)))));
     this.label3.Font      = new System.Drawing.Font("Rubik", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(529, 9);
     this.label3.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(130, 25);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "Bienvenu...";
     //
     // lblUsernam
     //
     this.lblUsernam.AutoSize  = true;
     this.lblUsernam.Font      = new System.Drawing.Font("Rubik", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsernam.ForeColor = System.Drawing.Color.Red;
     this.lblUsernam.Location  = new System.Drawing.Point(898, 297);
     this.lblUsernam.Name      = "lblUsernam";
     this.lblUsernam.Size      = new System.Drawing.Size(0, 13);
     this.lblUsernam.TabIndex  = 11;
     //
     // lblpassword
     //
     this.lblpassword.AutoSize  = true;
     this.lblpassword.Font      = new System.Drawing.Font("Rubik", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblpassword.ForeColor = System.Drawing.Color.Red;
     this.lblpassword.Location  = new System.Drawing.Point(898, 405);
     this.lblpassword.Name      = "lblpassword";
     this.lblpassword.Size      = new System.Drawing.Size(0, 13);
     this.lblpassword.TabIndex  = 12;
     //
     // lblChoix
     //
     this.lblChoix.AutoSize  = true;
     this.lblChoix.Font      = new System.Drawing.Font("Rubik", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChoix.ForeColor = System.Drawing.Color.Red;
     this.lblChoix.Location  = new System.Drawing.Point(847, 62);
     this.lblChoix.Name      = "lblChoix";
     this.lblChoix.Size      = new System.Drawing.Size(0, 13);
     this.lblChoix.TabIndex  = 13;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(231)))), ((int)(((byte)(241)))));
     this.label4.Font      = new System.Drawing.Font("Rubik", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location  = new System.Drawing.Point(603, 60);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(194, 30);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "Cliquez sur le menu déroulant \r\net choisissez pour commencer";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.BackColor = System.Drawing.Color.AliceBlue;
     this.label6.Font      = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location  = new System.Drawing.Point(38, 544);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(184, 30);
     this.label6.TabIndex  = 16;
     this.label6.Text      = "© Fandi && Kabou ";
     //
     // FStart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1287, 583);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblChoix);
     this.Controls.Add(this.lblpassword);
     this.Controls.Add(this.lblUsernam);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.PicInfermier);
     this.Controls.Add(this.PicDoc);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtpassword);
     this.Controls.Add(this.txtusername);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.btnCommancer);
     this.Controls.Add(this.bunifuDropdown1);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name            = "FStart";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.FStart_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PicDoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PicInfermier)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(adminlogin));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.bunifuShadowPanel1 = new Bunifu.UI.WinForm.BunifuShadowPanel.BunifuShadowPanel();
     this.username           = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.password           = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.button1            = new System.Windows.Forms.Button();
     this.password1          = new System.Windows.Forms.TextBox();
     this.username1          = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.bunifuButton1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.label7             = new System.Windows.Forms.Label();
     this.bunifuShadowPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(215)))), ((int)(((byte)(251)))));
     this.label1.Location  = new System.Drawing.Point(30, 40);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 13);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "username";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(215)))), ((int)(((byte)(251)))));
     this.label2.Location  = new System.Drawing.Point(31, 146);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(52, 13);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "password";
     //
     // bunifuShadowPanel1
     //
     this.bunifuShadowPanel1.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.bunifuShadowPanel1.BackColor   = System.Drawing.Color.White;
     this.bunifuShadowPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuShadowPanel1.Controls.Add(this.label4);
     this.bunifuShadowPanel1.Controls.Add(this.label1);
     this.bunifuShadowPanel1.Controls.Add(this.username);
     this.bunifuShadowPanel1.Controls.Add(this.label2);
     this.bunifuShadowPanel1.Controls.Add(this.bunifuButton1);
     this.bunifuShadowPanel1.Controls.Add(this.password);
     this.bunifuShadowPanel1.Location             = new System.Drawing.Point(230, 116);
     this.bunifuShadowPanel1.Name                 = "bunifuShadowPanel1";
     this.bunifuShadowPanel1.PanelColor           = System.Drawing.Color.Empty;
     this.bunifuShadowPanel1.ShadowDept           = 2;
     this.bunifuShadowPanel1.ShadowTopLeftVisible = false;
     this.bunifuShadowPanel1.Size                 = new System.Drawing.Size(407, 306);
     this.bunifuShadowPanel1.TabIndex             = 5;
     //
     // username
     //
     this.username.BorderColorFocused    = System.Drawing.Color.Blue;
     this.username.BorderColorIdle       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.username.BorderColorMouseHover = System.Drawing.Color.Blue;
     this.username.BorderThickness       = 3;
     this.username.characterCasing       = System.Windows.Forms.CharacterCasing.Normal;
     this.username.Cursor     = System.Windows.Forms.Cursors.IBeam;
     this.username.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.username.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.username.isPassword = false;
     this.username.Location   = new System.Drawing.Point(17, 57);
     this.username.Margin     = new System.Windows.Forms.Padding(4);
     this.username.MaxLength  = 32767;
     this.username.Name       = "username";
     this.username.Size       = new System.Drawing.Size(370, 44);
     this.username.TabIndex   = 1;
     this.username.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // password
     //
     this.password.BorderColorFocused    = System.Drawing.Color.Blue;
     this.password.BorderColorIdle       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.password.BorderColorMouseHover = System.Drawing.Color.Blue;
     this.password.BorderThickness       = 3;
     this.password.characterCasing       = System.Windows.Forms.CharacterCasing.Normal;
     this.password.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.password.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.password.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.password.isPassword      = true;
     this.password.Location        = new System.Drawing.Point(17, 163);
     this.password.Margin          = new System.Windows.Forms.Padding(4);
     this.password.MaxLength       = 32767;
     this.password.Name            = "password";
     this.password.Size            = new System.Drawing.Size(370, 44);
     this.password.TabIndex        = 2;
     this.password.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     this.password.OnValueChanged += new System.EventHandler(this.bunifuMetroTextbox2_OnValueChanged);
     //
     // button1
     //
     this.button1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.button1.Location = new System.Drawing.Point(97, 394);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 4;
     this.button1.Text     = "log in";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click  += new System.EventHandler(this.button1_Click);
     //
     // password1
     //
     this.password1.Location = new System.Drawing.Point(12, 351);
     this.password1.Name     = "password1";
     this.password1.Size     = new System.Drawing.Size(100, 20);
     this.password1.TabIndex = 3;
     this.password1.Visible  = false;
     //
     // username1
     //
     this.username1.Location     = new System.Drawing.Point(33, 164);
     this.username1.Name         = "username1";
     this.username1.Size         = new System.Drawing.Size(100, 20);
     this.username1.TabIndex     = 1;
     this.username1.Visible      = false;
     this.username1.TextChanged += new System.EventHandler(this.username_TextChanged);
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(384, 100);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(78, 13);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "ADMIN LOGIN";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(215)))), ((int)(((byte)(251)))));
     this.label4.Location  = new System.Drawing.Point(339, 178);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(32, 13);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "show";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::WindowsFormsApplication1.Properties.Resources.exit;
     this.pictureBox1.Location = new System.Drawing.Point(764, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(100, 85);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 8;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // bunifuButton1
     //
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.ButtonText           = "Sign In";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.bunifuButton1.DisabledFillColor    = System.Drawing.Color.Gray;
     this.bunifuButton1.DisabledForecolor    = System.Drawing.Color.White;
     this.bunifuButton1.ForeColor            = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IconPadding          = 10;
     this.bunifuButton1.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.bunifuButton1.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(122)))), ((int)(((byte)(183)))));
     this.bunifuButton1.IdleBorderRadius     = 1;
     this.bunifuButton1.IdleBorderThickness  = 0;
     this.bunifuButton1.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(215)))), ((int)(((byte)(251)))));
     this.bunifuButton1.IdleIconLeftImage    = null;
     this.bunifuButton1.IdleIconRightImage   = null;
     this.bunifuButton1.Location             = new System.Drawing.Point(98, 231);
     this.bunifuButton1.Name          = "bunifuButton1";
     stateProperties1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.BorderRadius    = 1;
     stateProperties1.BorderThickness = 1;
     stateProperties1.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties1.IconLeftImage   = null;
     stateProperties1.IconRightImage  = null;
     this.bunifuButton1.onHoverState  = stateProperties1;
     this.bunifuButton1.Size          = new System.Drawing.Size(210, 45);
     this.bunifuButton1.TabIndex      = 3;
     this.bunifuButton1.TextAlign     = System.Drawing.ContentAlignment.TopCenter;
     this.bunifuButton1.Click        += new System.EventHandler(this.bunifuButton1_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(30, 36);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(39, 13);
     this.label7.TabIndex = 16;
     this.label7.Text     = "HOME";
     this.label7.Click   += new System.EventHandler(this.label7_Click);
     //
     // adminlogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(215)))), ((int)(((byte)(251)))));
     this.ClientSize          = new System.Drawing.Size(876, 510);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.bunifuShadowPanel1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.password1);
     this.Controls.Add(this.username1);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "adminlogin";
     this.Text            = "adminlogin";
     this.Load           += new System.EventHandler(this.adminlogin_Load);
     this.bunifuShadowPanel1.ResumeLayout(false);
     this.bunifuShadowPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MovieDetails));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.label5            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.btn                = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(979, 639);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.label5, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.label6, 1, 2);
     this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.label4, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.label2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.btn, 1, 3);
     this.tableLayoutPanel2.Controls.Add(this.bunifuImageButton1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(443, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 4;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(533, 633);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label5
     //
     this.label5.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.label5.Location  = new System.Drawing.Point(99, 372);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(105, 45);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "label5";
     //
     // label6
     //
     this.label6.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.label6.Location  = new System.Drawing.Point(402, 372);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(105, 45);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "label6";
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.label3.Location  = new System.Drawing.Point(99, 214);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(105, 45);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "label3";
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.label4.Location  = new System.Drawing.Point(402, 214);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(105, 45);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "label4";
     //
     // label2
     //
     this.label2.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.label2.Location  = new System.Drawing.Point(402, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(105, 45);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "label2";
     //
     // btn
     //
     this.btn.Anchor               = System.Windows.Forms.AnchorStyles.None;
     this.btn.BackColor            = System.Drawing.Color.Transparent;
     this.btn.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("btn.BackgroundImage")));
     this.btn.ButtonText           = "book A ticket";
     this.btn.ButtonTextMarginLeft = 0;
     this.btn.DisabledBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(161)))), ((int)(((byte)(161)))));
     this.btn.DisabledFillColor    = System.Drawing.Color.Gray;
     this.btn.DisabledForecolor    = System.Drawing.Color.White;
     this.btn.ForeColor            = System.Drawing.Color.Transparent;
     this.btn.IconLeftCursor       = System.Windows.Forms.Cursors.Default;
     this.btn.IconPadding          = 10;
     this.btn.IconRightCursor      = System.Windows.Forms.Cursors.Default;
     this.btn.IdleBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btn.IdleBorderRadius     = 35;
     this.btn.IdleBorderThickness  = 2;
     this.btn.IdleFillColor        = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.btn.IdleIconLeftImage    = null;
     this.btn.IdleIconRightImage   = null;
     this.btn.Location             = new System.Drawing.Point(366, 531);
     this.btn.Name = "btn";
     stateProperties4.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.BorderRadius    = 35;
     stateProperties4.BorderThickness = 2;
     stateProperties4.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.IconLeftImage   = null;
     stateProperties4.IconRightImage  = null;
     this.btn.onHoverState            = stateProperties4;
     this.btn.Size      = new System.Drawing.Size(178, 45);
     this.btn.TabIndex  = 14;
     this.btn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.btn.Click    += new System.EventHandler(this.btn_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(434, 633);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(3, 3);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(71, 71);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 15;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // MovieDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "MovieDetails";
     this.Size  = new System.Drawing.Size(979, 639);
     this.Load += new System.EventHandler(this.MovieDetails_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle                   dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle                   dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle                   dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager               resources        = new System.ComponentModel.ComponentResourceManager(typeof(manageSessions));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges1     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges2     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.label5        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.comboSsession = new System.Windows.Forms.ComboBox();
     this.label2        = new System.Windows.Forms.Label();
     this.comboSroom    = new System.Windows.Forms.ComboBox();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.tabPage3      = new System.Windows.Forms.TabPage();
     this.tblSessions   = new Bunifu.UI.WinForms.BunifuDataGridView();
     this.button1       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.button2       = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tblSessions)).BeginInit();
     this.SuspendLayout();
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Microsoft Tai Le", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(330, 20);
     this.label5.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(191, 23);
     this.label5.TabIndex  = 41;
     this.label5.Text      = "ASSIGN LOCATIONS";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Tai Le", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(13, 88);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(108, 21);
     this.label1.TabIndex  = 42;
     this.label1.Text      = "Select Session";
     //
     // comboSsession
     //
     this.comboSsession.FormattingEnabled = true;
     this.comboSsession.Location          = new System.Drawing.Point(129, 89);
     this.comboSsession.Margin            = new System.Windows.Forms.Padding(4);
     this.comboSsession.Name                  = "comboSsession";
     this.comboSsession.Size                  = new System.Drawing.Size(315, 21);
     this.comboSsession.TabIndex              = 51;
     this.comboSsession.SelectedIndexChanged += new System.EventHandler(this.comboSsection_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Tai Le", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(496, 88);
     this.label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(97, 21);
     this.label2.TabIndex  = 52;
     this.label2.Text      = "Select Room";
     this.label2.Click    += new System.EventHandler(this.label2_Click);
     //
     // comboSroom
     //
     this.comboSroom.FormattingEnabled = true;
     this.comboSroom.Location          = new System.Drawing.Point(616, 89);
     this.comboSroom.Margin            = new System.Windows.Forms.Padding(4);
     this.comboSroom.Name                  = "comboSroom";
     this.comboSroom.Size                  = new System.Drawing.Size(215, 21);
     this.comboSroom.TabIndex              = 53;
     this.comboSroom.SelectedIndexChanged += new System.EventHandler(this.comboSroom_SelectedIndexChanged);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(12, 182);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(854, 299);
     this.tabControl1.TabIndex      = 56;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.tblSessions);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(846, 273);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Sessions";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(846, 273);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Consecutive";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(846, 273);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "NotAvaliable Times";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tblSessions
     //
     this.tblSessions.AllowCustomTheming = false;
     dataGridViewCellStyle1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.ForeColor    = System.Drawing.Color.Black;
     this.tblSessions.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.tblSessions.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.tblSessions.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.tblSessions.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.tblSessions.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.DodgerBlue;
     dataGridViewCellStyle2.Font                    = new System.Drawing.Font("Segoe UI Semibold", 11.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor               = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
     this.tblSessions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.tblSessions.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.tblSessions.CurrentTheme.AlternatingRowsStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.tblSessions.CurrentTheme.AlternatingRowsStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     this.tblSessions.CurrentTheme.AlternatingRowsStyle.ForeColor          = System.Drawing.Color.Black;
     this.tblSessions.CurrentTheme.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     this.tblSessions.CurrentTheme.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.tblSessions.CurrentTheme.BackColor             = System.Drawing.Color.White;
     this.tblSessions.CurrentTheme.GridColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
     this.tblSessions.CurrentTheme.HeaderStyle.BackColor = System.Drawing.Color.DodgerBlue;
     this.tblSessions.CurrentTheme.HeaderStyle.Font      = new System.Drawing.Font("Segoe UI Semibold", 11.75F, System.Drawing.FontStyle.Bold);
     this.tblSessions.CurrentTheme.HeaderStyle.ForeColor = System.Drawing.Color.White;
     this.tblSessions.CurrentTheme.Name = null;
     this.tblSessions.CurrentTheme.RowsStyle.BackColor          = System.Drawing.Color.White;
     this.tblSessions.CurrentTheme.RowsStyle.Font               = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     this.tblSessions.CurrentTheme.RowsStyle.ForeColor          = System.Drawing.Color.Black;
     this.tblSessions.CurrentTheme.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     this.tblSessions.CurrentTheme.RowsStyle.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor           = System.Drawing.Color.White;
     dataGridViewCellStyle3.Font                = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle3.ForeColor           = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionForeColor  = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode            = System.Windows.Forms.DataGridViewTriState.False;
     this.tblSessions.DefaultCellStyle          = dataGridViewCellStyle3;
     this.tblSessions.EnableHeadersVisualStyles = false;
     this.tblSessions.GridColor          = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
     this.tblSessions.HeaderBackColor    = System.Drawing.Color.DodgerBlue;
     this.tblSessions.HeaderBgColor      = System.Drawing.Color.Empty;
     this.tblSessions.HeaderForeColor    = System.Drawing.Color.White;
     this.tblSessions.Location           = new System.Drawing.Point(6, 21);
     this.tblSessions.Name               = "tblSessions";
     this.tblSessions.RowHeadersVisible  = false;
     this.tblSessions.RowTemplate.Height = 40;
     this.tblSessions.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.tblSessions.Size               = new System.Drawing.Size(834, 246);
     this.tblSessions.TabIndex           = 57;
     this.tblSessions.Theme              = Bunifu.UI.WinForms.BunifuDataGridView.PresetThemes.Light;
     //
     // button1
     //
     this.button1.AllowToggling        = false;
     this.button1.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.AnimationSpeed       = 200;
     this.button1.AutoGenerateColors   = false;
     this.button1.BackColor            = System.Drawing.Color.Transparent;
     this.button1.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.button1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.button1.ButtonText           = "Save";
     this.button1.ButtonTextMarginLeft = 0;
     this.button1.ColorContrastOnClick = 45;
     this.button1.ColorContrastOnHover = 45;
     this.button1.Cursor               = System.Windows.Forms.Cursors.Hand;
     borderEdges1.BottomLeft           = true;
     borderEdges1.BottomRight          = true;
     borderEdges1.TopLeft              = true;
     borderEdges1.TopRight             = true;
     this.button1.CustomizableEdges    = borderEdges1;
     this.button1.DialogResult         = System.Windows.Forms.DialogResult.None;
     this.button1.DisabledBorderColor  = System.Drawing.Color.Empty;
     this.button1.DisabledFillColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.button1.DisabledForecolor    = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.button1.FocusState           = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.button1.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor                    = System.Drawing.Color.White;
     this.button1.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.button1.IconMarginLeft               = 30;
     this.button1.IconPadding                  = 10;
     this.button1.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.button1.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.button1.IdleBorderRadius             = 45;
     this.button1.IdleBorderThickness          = 3;
     this.button1.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.button1.IdleIconLeftImage            = null;
     this.button1.IdleIconRightImage           = null;
     this.button1.IndicateFocus                = true;
     this.button1.Location                     = new System.Drawing.Point(704, 131);
     this.button1.Name                         = "button1";
     stateProperties1.BorderColor              = System.Drawing.Color.White;
     stateProperties1.BorderRadius             = 45;
     stateProperties1.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties1.BorderThickness          = 3;
     stateProperties1.FillColor                = System.Drawing.Color.White;
     stateProperties1.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties1.IconLeftImage            = null;
     stateProperties1.IconRightImage           = null;
     this.button1.onHoverState                 = stateProperties1;
     stateProperties2.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties2.BorderRadius             = 45;
     stateProperties2.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties2.BorderThickness          = 3;
     stateProperties2.FillColor                = System.Drawing.Color.White;
     stateProperties2.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties2.IconLeftImage            = null;
     stateProperties2.IconRightImage           = null;
     this.button1.OnPressedState               = stateProperties2;
     this.button1.Size                         = new System.Drawing.Size(158, 55);
     this.button1.TabIndex                     = 95;
     this.button1.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.button1.TextMarginLeft               = 0;
     this.button1.UseDefaultRadiusAndThickness = true;
     this.button1.Click                       += new System.EventHandler(this.button1_Click_1);
     //
     // button2
     //
     this.button2.AllowToggling        = false;
     this.button2.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.AnimationSpeed       = 200;
     this.button2.AutoGenerateColors   = false;
     this.button2.BackColor            = System.Drawing.Color.Transparent;
     this.button2.BackColor1           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.button2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
     this.button2.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.button2.ButtonText           = "Clear";
     this.button2.ButtonTextMarginLeft = 0;
     this.button2.ColorContrastOnClick = 45;
     this.button2.ColorContrastOnHover = 45;
     this.button2.Cursor               = System.Windows.Forms.Cursors.Hand;
     borderEdges2.BottomLeft           = true;
     borderEdges2.BottomRight          = true;
     borderEdges2.TopLeft              = true;
     borderEdges2.TopRight             = true;
     this.button2.CustomizableEdges    = borderEdges2;
     this.button2.DialogResult         = System.Windows.Forms.DialogResult.None;
     this.button2.DisabledBorderColor  = System.Drawing.Color.Empty;
     this.button2.DisabledFillColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.button2.DisabledForecolor    = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.button2.FocusState           = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.button2.Font                         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor                    = System.Drawing.Color.White;
     this.button2.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.button2.IconMarginLeft               = 30;
     this.button2.IconPadding                  = 10;
     this.button2.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.button2.IdleBorderColor              = System.Drawing.Color.Transparent;
     this.button2.IdleBorderRadius             = 45;
     this.button2.IdleBorderThickness          = 3;
     this.button2.IdleFillColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     this.button2.IdleIconLeftImage            = null;
     this.button2.IdleIconRightImage           = null;
     this.button2.IndicateFocus                = true;
     this.button2.Location                     = new System.Drawing.Point(540, 131);
     this.button2.Name                         = "button2";
     stateProperties3.BorderColor              = System.Drawing.Color.White;
     stateProperties3.BorderRadius             = 45;
     stateProperties3.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties3.BorderThickness          = 3;
     stateProperties3.FillColor                = System.Drawing.Color.White;
     stateProperties3.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties3.IconLeftImage            = null;
     stateProperties3.IconRightImage           = null;
     this.button2.onHoverState                 = stateProperties3;
     stateProperties4.BorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties4.BorderRadius             = 45;
     stateProperties4.BorderStyle              = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties4.BorderThickness          = 3;
     stateProperties4.FillColor                = System.Drawing.Color.White;
     stateProperties4.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
     stateProperties4.IconLeftImage            = null;
     stateProperties4.IconRightImage           = null;
     this.button2.OnPressedState               = stateProperties4;
     this.button2.Size                         = new System.Drawing.Size(158, 55);
     this.button2.TabIndex                     = 98;
     this.button2.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.button2.TextMarginLeft               = 0;
     this.button2.UseDefaultRadiusAndThickness = true;
     this.button2.Click                       += new System.EventHandler(this.button2_Click_1);
     //
     // manageSessions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(878, 512);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.comboSroom);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboSsession);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label5);
     this.Name  = "manageSessions";
     this.Text  = "manageSessions";
     this.Load += new System.EventHandler(this.manageSessions_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tblSessions)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager               resources        = new System.ComponentModel.ComponentResourceManager(typeof(pTimer));
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges     borderEdges2     = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderEdges();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton.StateProperties();
     this.bindingSource1        = new System.Windows.Forms.BindingSource(this.components);
     this.bunifuCircleProgress1 = new Bunifu.UI.WinForms.BunifuCircleProgress();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.bunifuButton1      = new Bunifu.UI.WinForms.BunifuButton.BunifuButton();
     this.bunifuRadioButton1 = new Bunifu.UI.WinForms.BunifuRadioButton();
     this.bunifuLabel1       = new Bunifu.UI.WinForms.BunifuLabel();
     this.bunifuLabel2       = new Bunifu.UI.WinForms.BunifuLabel();
     this.bunifuRadioButton2 = new Bunifu.UI.WinForms.BunifuRadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuCircleProgress1
     //
     this.bunifuCircleProgress1.Animated          = false;
     this.bunifuCircleProgress1.AnimationInterval = 1;
     this.bunifuCircleProgress1.AnimationSpeed    = 1;
     this.bunifuCircleProgress1.BackColor         = System.Drawing.Color.Transparent;
     this.bunifuCircleProgress1.CircleMargin      = 10;
     this.bunifuCircleProgress1.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCircleProgress1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.bunifuCircleProgress1.IsPercentage          = true;
     this.bunifuCircleProgress1.LineProgressThickness = 8;
     this.bunifuCircleProgress1.LineThickness         = 5;
     this.bunifuCircleProgress1.Location              = new System.Drawing.Point(30, 57);
     this.bunifuCircleProgress1.Name                  = "bunifuCircleProgress1";
     this.bunifuCircleProgress1.ProgressBackColor     = System.Drawing.Color.Gainsboro;
     this.bunifuCircleProgress1.ProgressColor         = System.Drawing.Color.Purple;
     this.bunifuCircleProgress1.SecondaryFont         = new System.Drawing.Font("Microsoft Sans Serif", 16F);
     this.bunifuCircleProgress1.Size                  = new System.Drawing.Size(251, 251);
     this.bunifuCircleProgress1.SubScriptColor        = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
     this.bunifuCircleProgress1.SubScriptMargin       = new System.Windows.Forms.Padding(5, -35, 0, 0);
     this.bunifuCircleProgress1.SubScriptText         = "";
     this.bunifuCircleProgress1.SuperScriptColor      = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
     this.bunifuCircleProgress1.SuperScriptMargin     = new System.Windows.Forms.Padding(5, 50, 0, 0);
     this.bunifuCircleProgress1.SuperScriptText       = "";
     this.bunifuCircleProgress1.TabIndex              = 16;
     this.bunifuCircleProgress1.Text                  = "Time";
     this.bunifuCircleProgress1.TextMargin            = new System.Windows.Forms.Padding(8, 8, 0, 0);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // bunifuButton1
     //
     this.bunifuButton1.AllowToggling        = false;
     this.bunifuButton1.AnimationSpeed       = 200;
     this.bunifuButton1.AutoGenerateColors   = false;
     this.bunifuButton1.BackColor            = System.Drawing.Color.Transparent;
     this.bunifuButton1.BackColor1           = System.Drawing.Color.DodgerBlue;
     this.bunifuButton1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("bunifuButton1.BackgroundImage")));
     this.bunifuButton1.BorderStyle          = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     this.bunifuButton1.ButtonText           = "Start Timer";
     this.bunifuButton1.ButtonTextMarginLeft = 0;
     this.bunifuButton1.ColorContrastOnClick = 45;
     this.bunifuButton1.ColorContrastOnHover = 45;
     this.bunifuButton1.Cursor                       = System.Windows.Forms.Cursors.Hand;
     borderEdges2.BottomLeft                         = true;
     borderEdges2.BottomRight                        = true;
     borderEdges2.TopLeft                            = true;
     borderEdges2.TopRight                           = true;
     this.bunifuButton1.CustomizableEdges            = borderEdges2;
     this.bunifuButton1.DialogResult                 = System.Windows.Forms.DialogResult.None;
     this.bunifuButton1.DisabledBorderColor          = System.Drawing.Color.Empty;
     this.bunifuButton1.DisabledFillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.bunifuButton1.DisabledForecolor            = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
     this.bunifuButton1.FocusState                   = Bunifu.UI.WinForms.BunifuButton.BunifuButton.ButtonStates.Pressed;
     this.bunifuButton1.Font                         = new System.Drawing.Font("Segoe UI Semibold", 9.75F);
     this.bunifuButton1.ForeColor                    = System.Drawing.Color.White;
     this.bunifuButton1.IconLeftCursor               = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IconMarginLeft               = 11;
     this.bunifuButton1.IconPadding                  = 10;
     this.bunifuButton1.IconRightCursor              = System.Windows.Forms.Cursors.Hand;
     this.bunifuButton1.IdleBorderColor              = System.Drawing.Color.DodgerBlue;
     this.bunifuButton1.IdleBorderRadius             = 3;
     this.bunifuButton1.IdleBorderThickness          = 1;
     this.bunifuButton1.IdleFillColor                = System.Drawing.Color.DodgerBlue;
     this.bunifuButton1.IdleIconLeftImage            = null;
     this.bunifuButton1.IdleIconRightImage           = null;
     this.bunifuButton1.IndicateFocus                = false;
     this.bunifuButton1.Location                     = new System.Drawing.Point(82, 328);
     this.bunifuButton1.Name                         = "bunifuButton1";
     stateProperties3.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties3.BorderRadius                   = 3;
     stateProperties3.BorderStyle                    = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties3.BorderThickness                = 1;
     stateProperties3.FillColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
     stateProperties3.ForeColor                      = System.Drawing.Color.White;
     stateProperties3.IconLeftImage                  = null;
     stateProperties3.IconRightImage                 = null;
     this.bunifuButton1.onHoverState                 = stateProperties3;
     stateProperties4.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
     stateProperties4.BorderRadius                   = 3;
     stateProperties4.BorderStyle                    = Bunifu.UI.WinForms.BunifuButton.BunifuButton.BorderStyles.Solid;
     stateProperties4.BorderThickness                = 1;
     stateProperties4.FillColor                      = System.Drawing.Color.Cyan;
     stateProperties4.ForeColor                      = System.Drawing.Color.White;
     stateProperties4.IconLeftImage                  = null;
     stateProperties4.IconRightImage                 = null;
     this.bunifuButton1.OnPressedState               = stateProperties4;
     this.bunifuButton1.Size                         = new System.Drawing.Size(168, 45);
     this.bunifuButton1.TabIndex                     = 17;
     this.bunifuButton1.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuButton1.TextMarginLeft               = 0;
     this.bunifuButton1.UseDefaultRadiusAndThickness = true;
     this.bunifuButton1.Click                       += new System.EventHandler(this.bunifuButton1_Click);
     //
     // bunifuRadioButton1
     //
     this.bunifuRadioButton1.Checked      = false;
     this.bunifuRadioButton1.Location     = new System.Drawing.Point(41, 26);
     this.bunifuRadioButton1.Name         = "bunifuRadioButton1";
     this.bunifuRadioButton1.OutlineColor = System.Drawing.Color.Purple;
     this.bunifuRadioButton1.RadioColor   = System.Drawing.Color.Purple;
     this.bunifuRadioButton1.Size         = new System.Drawing.Size(25, 25);
     this.bunifuRadioButton1.TabIndex     = 18;
     this.bunifuRadioButton1.Text         = null;
     this.bunifuRadioButton1.Click       += new System.EventHandler(this.bunifuRadioButton1_Click);
     //
     // bunifuLabel1
     //
     this.bunifuLabel1.AutoEllipsis  = false;
     this.bunifuLabel1.CursorType    = null;
     this.bunifuLabel1.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuLabel1.Location      = new System.Drawing.Point(72, 28);
     this.bunifuLabel1.Name          = "bunifuLabel1";
     this.bunifuLabel1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.bunifuLabel1.Size          = new System.Drawing.Size(81, 23);
     this.bunifuLabel1.TabIndex      = 20;
     this.bunifuLabel1.Text          = "10 minutes";
     this.bunifuLabel1.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.bunifuLabel1.TextFormat    = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
     //
     // bunifuLabel2
     //
     this.bunifuLabel2.AutoEllipsis  = false;
     this.bunifuLabel2.CursorType    = null;
     this.bunifuLabel2.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuLabel2.Location      = new System.Drawing.Point(200, 28);
     this.bunifuLabel2.Name          = "bunifuLabel2";
     this.bunifuLabel2.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.bunifuLabel2.Size          = new System.Drawing.Size(81, 23);
     this.bunifuLabel2.TabIndex      = 21;
     this.bunifuLabel2.Text          = "20 minutes";
     this.bunifuLabel2.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.bunifuLabel2.TextFormat    = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
     //
     // bunifuRadioButton2
     //
     this.bunifuRadioButton2.Checked      = true;
     this.bunifuRadioButton2.Location     = new System.Drawing.Point(169, 26);
     this.bunifuRadioButton2.Name         = "bunifuRadioButton2";
     this.bunifuRadioButton2.OutlineColor = System.Drawing.Color.Purple;
     this.bunifuRadioButton2.RadioColor   = System.Drawing.Color.Purple;
     this.bunifuRadioButton2.Size         = new System.Drawing.Size(25, 25);
     this.bunifuRadioButton2.TabIndex     = 22;
     this.bunifuRadioButton2.Text         = null;
     this.bunifuRadioButton2.Click       += new System.EventHandler(this.bunifuRadioButton2_Click);
     //
     // pTimer
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(327, 393);
     this.Controls.Add(this.bunifuRadioButton2);
     this.Controls.Add(this.bunifuLabel2);
     this.Controls.Add(this.bunifuLabel1);
     this.Controls.Add(this.bunifuRadioButton1);
     this.Controls.Add(this.bunifuButton1);
     this.Controls.Add(this.bunifuCircleProgress1);
     this.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "pTimer";
     this.Text            = "pTimer";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }