Ejemplo n.º 1
0
        public byte[] PhotoBD(Guna.UI.WinForms.GunaPictureBox PictureBox)
        {
            MemoryStream memoryStream = new MemoryStream();

            PictureBox.Image.Save(memoryStream, System.Drawing.Imaging.ImageFormat.Jpeg);
            byte[] Photo = new byte[memoryStream.Length];
            memoryStream.Position = 0;
            memoryStream.Read(Photo, 0, Photo.Length);

            return(Photo);
        }
 /// <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();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Rooms));
     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();
     this.gunaElipse1            = new Guna.UI.WinForms.GunaElipse(this.components);
     this.gunaLabel2             = new Guna.UI.WinForms.GunaLabel();
     this.combo_rooms_child_name = new Guna.UI.WinForms.GunaComboBox();
     this.gunaLabel3             = new Guna.UI.WinForms.GunaLabel();
     this.combo_rooms_roomsName  = new Guna.UI.WinForms.GunaComboBox();
     this.gunaElipsePanel1       = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3     = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close             = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_rooms_delete      = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_rooms_save        = new Guna.UI.WinForms.GunaAdvenceButton();
     this.dataGridView1         = new System.Windows.Forms.DataGridView();
     this.gunaAdvenceButton1    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.label1                = new System.Windows.Forms.Label();
     this.tblroomsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     gunaPictureBox1            = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblroomsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-87, 101);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 71;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel2.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel2.Location  = new System.Drawing.Point(84, 208);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(85, 19);
     this.gunaLabel2.TabIndex  = 68;
     this.gunaLabel2.Text      = "Room Name";
     //
     // combo_rooms_child_name
     //
     this.combo_rooms_child_name.BackColor            = System.Drawing.Color.Transparent;
     this.combo_rooms_child_name.BaseColor            = System.Drawing.Color.White;
     this.combo_rooms_child_name.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_rooms_child_name.DrawMode             = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_rooms_child_name.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_rooms_child_name.FocusedColor         = System.Drawing.Color.Empty;
     this.combo_rooms_child_name.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_rooms_child_name.ForeColor            = System.Drawing.Color.Black;
     this.combo_rooms_child_name.FormattingEnabled    = true;
     this.combo_rooms_child_name.IntegralHeight       = false;
     this.combo_rooms_child_name.ItemHeight           = 42;
     this.combo_rooms_child_name.Location             = new System.Drawing.Point(88, 143);
     this.combo_rooms_child_name.Name                 = "combo_rooms_child_name";
     this.combo_rooms_child_name.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_rooms_child_name.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_rooms_child_name.Radius               = 5;
     this.combo_rooms_child_name.Size                 = new System.Drawing.Size(351, 48);
     this.combo_rooms_child_name.TabIndex             = 67;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(84, 112);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(80, 19);
     this.gunaLabel3.TabIndex  = 66;
     this.gunaLabel3.Text      = "Child Name";
     //
     // combo_rooms_roomsName
     //
     this.combo_rooms_roomsName.BackColor            = System.Drawing.Color.Transparent;
     this.combo_rooms_roomsName.BaseColor            = System.Drawing.Color.White;
     this.combo_rooms_roomsName.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_rooms_roomsName.DrawMode             = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_rooms_roomsName.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_rooms_roomsName.FocusedColor         = System.Drawing.Color.Empty;
     this.combo_rooms_roomsName.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_rooms_roomsName.ForeColor            = System.Drawing.Color.Black;
     this.combo_rooms_roomsName.FormattingEnabled    = true;
     this.combo_rooms_roomsName.IntegralHeight       = false;
     this.combo_rooms_roomsName.ItemHeight           = 42;
     this.combo_rooms_roomsName.Location             = new System.Drawing.Point(88, 243);
     this.combo_rooms_roomsName.Name                 = "combo_rooms_roomsName";
     this.combo_rooms_roomsName.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_rooms_roomsName.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_rooms_roomsName.Radius               = 5;
     this.combo_rooms_roomsName.Size                 = new System.Drawing.Size(351, 48);
     this.combo_rooms_roomsName.TabIndex             = 65;
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(-1, -1);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1391, 79);
     this.gunaElipsePanel1.TabIndex = 69;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // btn_rooms_delete
     //
     this.btn_rooms_delete.Animated            = true;
     this.btn_rooms_delete.AnimationHoverSpeed = 0.07F;
     this.btn_rooms_delete.AnimationSpeed      = 0.03F;
     this.btn_rooms_delete.BackColor           = System.Drawing.Color.Transparent;
     this.btn_rooms_delete.BaseColor           = System.Drawing.Color.Coral;
     this.btn_rooms_delete.BorderColor         = System.Drawing.Color.Black;
     this.btn_rooms_delete.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_rooms_delete.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_rooms_delete.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_rooms_delete.CheckedImage        = null;
     this.btn_rooms_delete.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_rooms_delete.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_rooms_delete.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_rooms_delete.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_rooms_delete.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_rooms_delete.ForeColor          = System.Drawing.Color.White;
     this.btn_rooms_delete.Image              = null;
     this.btn_rooms_delete.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_rooms_delete.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_delete.Location           = new System.Drawing.Point(88, 387);
     this.btn_rooms_delete.Name               = "btn_rooms_delete";
     this.btn_rooms_delete.OnHoverBaseColor   = System.Drawing.Color.White;
     this.btn_rooms_delete.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_rooms_delete.OnHoverForeColor   = System.Drawing.Color.Coral;
     this.btn_rooms_delete.OnHoverImage       = null;
     this.btn_rooms_delete.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_delete.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_rooms_delete.Radius             = 3;
     this.btn_rooms_delete.Size               = new System.Drawing.Size(351, 57);
     this.btn_rooms_delete.TabIndex           = 78;
     this.btn_rooms_delete.Text               = "DELETE";
     this.btn_rooms_delete.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_rooms_delete.Click             += new System.EventHandler(this.btn_rooms_delete_Click);
     //
     // btn_rooms_save
     //
     this.btn_rooms_save.Animated            = true;
     this.btn_rooms_save.AnimationHoverSpeed = 0.07F;
     this.btn_rooms_save.AnimationSpeed      = 0.03F;
     this.btn_rooms_save.BackColor           = System.Drawing.Color.Transparent;
     this.btn_rooms_save.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_rooms_save.BorderColor         = System.Drawing.Color.Black;
     this.btn_rooms_save.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_rooms_save.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_rooms_save.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_rooms_save.CheckedImage        = null;
     this.btn_rooms_save.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_rooms_save.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_rooms_save.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_rooms_save.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_rooms_save.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_rooms_save.ForeColor          = System.Drawing.Color.White;
     this.btn_rooms_save.Image              = null;
     this.btn_rooms_save.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_rooms_save.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_save.Location           = new System.Drawing.Point(88, 318);
     this.btn_rooms_save.Name               = "btn_rooms_save";
     this.btn_rooms_save.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(148)))), ((int)(((byte)(80)))));
     this.btn_rooms_save.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_rooms_save.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_rooms_save.OnHoverImage       = null;
     this.btn_rooms_save.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_save.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_rooms_save.Radius             = 3;
     this.btn_rooms_save.Size               = new System.Drawing.Size(351, 57);
     this.btn_rooms_save.TabIndex           = 76;
     this.btn_rooms_save.Text               = "SAVE OR UPDATE";
     this.btn_rooms_save.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_rooms_save.Click             += new System.EventHandler(this.btn_rooms_save_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows            = false;
     this.dataGridView1.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Poppins", 11.33333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.Padding                   = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle              = dataGridViewCellStyle2;
     this.dataGridView1.GridColor                     = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.Location                      = new System.Drawing.Point(511, 143);
     this.dataGridView1.Margin                               = new System.Windows.Forms.Padding(5);
     this.dataGridView1.Name                                 = "dataGridView1";
     this.dataGridView1.ReadOnly                             = true;
     dataGridViewCellStyle3.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                        = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                             = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                        = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.Padding                          = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle3.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle           = dataGridViewCellStyle3;
     this.dataGridView1.RowHeadersWidth                      = 46;
     dataGridViewCellStyle4.Font                             = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.Padding                          = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowsDefaultCellStyle                 = dataGridViewCellStyle4;
     this.dataGridView1.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowTemplate.Height                   = 40;
     this.dataGridView1.ScrollBars                           = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size                                 = new System.Drawing.Size(823, 522);
     this.dataGridView1.TabIndex                             = 94;
     this.dataGridView1.CellClick                           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // gunaAdvenceButton1
     //
     this.gunaAdvenceButton1.Animated            = true;
     this.gunaAdvenceButton1.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton1.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton1.BaseColor           = System.Drawing.Color.White;
     this.gunaAdvenceButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton1.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton1.CheckedImage        = null;
     this.gunaAdvenceButton1.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton1.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton1.ForeColor          = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.Image              = null;
     this.gunaAdvenceButton1.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton1.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.Location           = new System.Drawing.Point(88, 608);
     this.gunaAdvenceButton1.Name               = "gunaAdvenceButton1";
     this.gunaAdvenceButton1.OnHoverBaseColor   = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.OnHoverBorderColor = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton1.OnHoverImage       = null;
     this.gunaAdvenceButton1.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.Radius             = 3;
     this.gunaAdvenceButton1.Size               = new System.Drawing.Size(351, 57);
     this.gunaAdvenceButton1.TabIndex           = 95;
     this.gunaAdvenceButton1.Text               = "CLEAR";
     this.gunaAdvenceButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.Click             += new System.EventHandler(this.gunaAdvenceButton1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(84, 561);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(381, 26);
     this.label1.TabIndex = 96;
     this.label1.Text     = "Make Sure Clear All Field Before Adding New Data";
     //
     // tblroomsBindingSource
     //
     this.tblroomsBindingSource.DataSource = typeof(kindergarten2.tbl_rooms);
     //
     // Rooms
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gunaAdvenceButton1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.btn_rooms_delete);
     this.Controls.Add(this.btn_rooms_save);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.gunaLabel2);
     this.Controls.Add(this.combo_rooms_child_name);
     this.Controls.Add(this.gunaLabel3);
     this.Controls.Add(this.combo_rooms_roomsName);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Rooms";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Rooms";
     this.Load           += new System.EventHandler(this.Rooms_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblroomsBindingSource)).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(Login));
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     this.panel1             = new System.Windows.Forms.Panel();
     this.username           = new Guna.UI.WinForms.GunaComboBox();
     this.gunaLabel3         = new Guna.UI.WinForms.GunaLabel();
     this.gunaCheckBox1      = new Guna.UI.WinForms.GunaCheckBox();
     this.gunaLineTextBox2   = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel2         = new Guna.UI.WinForms.GunaLabel();
     this.gunaElipse1        = new Guna.UI.WinForms.GunaElipse(this.components);
     this.gunaAnimateWindow1 = new Guna.UI.WinForms.GunaAnimateWindow(this.components);
     this.gunaWinSwitch1     = new Guna.UI.WinForms.GunaWinSwitch();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.gunaAdvenceButton2 = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close          = new Guna.UI.WinForms.GunaAdvenceButton();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.gunaAdvenceButton1 = new Guna.UI.WinForms.GunaAdvenceButton();
     gunaPictureBox1         = new Guna.UI.WinForms.GunaPictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.username);
     this.panel1.Controls.Add(this.gunaLabel3);
     this.panel1.Controls.Add(this.gunaCheckBox1);
     this.panel1.Controls.Add(this.gunaAdvenceButton1);
     this.panel1.Controls.Add(this.gunaLineTextBox2);
     this.panel1.Controls.Add(this.gunaLabel2);
     this.panel1.Location = new System.Drawing.Point(130, -3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(377, 692);
     this.panel1.TabIndex = 25;
     //
     // username
     //
     this.username.BackColor            = System.Drawing.Color.Transparent;
     this.username.BaseColor            = System.Drawing.Color.White;
     this.username.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.username.DrawMode             = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.username.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.username.FocusedColor         = System.Drawing.Color.Empty;
     this.username.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.username.ForeColor            = System.Drawing.Color.Black;
     this.username.FormattingEnabled    = true;
     this.username.IntegralHeight       = false;
     this.username.ItemHeight           = 35;
     this.username.Location             = new System.Drawing.Point(44, 211);
     this.username.Name                 = "username";
     this.username.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.username.OnHoverItemForeColor = System.Drawing.Color.White;
     this.username.Radius               = 2;
     this.username.Size                 = new System.Drawing.Size(287, 41);
     this.username.TabIndex             = 70;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(44, 284);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(67, 19);
     this.gunaLabel3.TabIndex  = 9;
     this.gunaLabel3.Text      = "Password";
     //
     // gunaCheckBox1
     //
     this.gunaCheckBox1.BackColor       = System.Drawing.Color.White;
     this.gunaCheckBox1.BaseColor       = System.Drawing.Color.White;
     this.gunaCheckBox1.CheckedOffColor = System.Drawing.Color.Gray;
     this.gunaCheckBox1.CheckedOnColor  = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaCheckBox1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.gunaCheckBox1.FillColor       = System.Drawing.Color.White;
     this.gunaCheckBox1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaCheckBox1.Location        = new System.Drawing.Point(44, 400);
     this.gunaCheckBox1.Name            = "gunaCheckBox1";
     this.gunaCheckBox1.Size            = new System.Drawing.Size(130, 20);
     this.gunaCheckBox1.TabIndex        = 2;
     this.gunaCheckBox1.Text            = "Show Password";
     this.gunaCheckBox1.CheckedChanged += new System.EventHandler(this.gunaCheckBox1_CheckedChanged);
     //
     // gunaLineTextBox2
     //
     this.gunaLineTextBox2.Animated         = true;
     this.gunaLineTextBox2.BackColor        = System.Drawing.Color.White;
     this.gunaLineTextBox2.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.gunaLineTextBox2.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaLineTextBox2.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLineTextBox2.LineColor        = System.Drawing.Color.Gainsboro;
     this.gunaLineTextBox2.Location         = new System.Drawing.Point(48, 316);
     this.gunaLineTextBox2.Name             = "gunaLineTextBox2";
     this.gunaLineTextBox2.PasswordChar     = '●';
     this.gunaLineTextBox2.Size             = new System.Drawing.Size(283, 32);
     this.gunaLineTextBox2.TabIndex         = 1;
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel2.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel2.Location  = new System.Drawing.Point(44, 171);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(71, 19);
     this.gunaLabel2.TabIndex  = 8;
     this.gunaLabel2.Text      = "Username";
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // gunaAnimateWindow1
     //
     this.gunaAnimateWindow1.AnimationType = Guna.UI.WinForms.GunaAnimateWindow.AnimateWindowType.AW_CENTER;
     this.gunaAnimateWindow1.Interval      = 100;
     this.gunaAnimateWindow1.TargetControl = null;
     //
     // gunaWinSwitch1
     //
     this.gunaWinSwitch1.BackColor       = System.Drawing.Color.Transparent;
     this.gunaWinSwitch1.BaseColor       = System.Drawing.SystemColors.Control;
     this.gunaWinSwitch1.CheckedOffColor = System.Drawing.Color.DarkGray;
     this.gunaWinSwitch1.CheckedOnColor  = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaWinSwitch1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.gunaWinSwitch1.FillColor       = System.Drawing.Color.White;
     this.gunaWinSwitch1.Location        = new System.Drawing.Point(17, 20);
     this.gunaWinSwitch1.Name            = "gunaWinSwitch1";
     this.gunaWinSwitch1.Size            = new System.Drawing.Size(48, 29);
     this.gunaWinSwitch1.TabIndex        = 22;
     this.gunaWinSwitch1.CheckedChanged += new System.EventHandler(this.gunaWinSwitch1_CheckedChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(571, 138);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(432, 426);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 29;
     this.pictureBox1.TabStop  = false;
     //
     // gunaAdvenceButton2
     //
     this.gunaAdvenceButton2.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton2.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton2.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton2.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton2.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton2.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton2.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton2.CheckedImage")));
     this.gunaAdvenceButton2.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton2.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton2.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton2.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton2.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton2.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton2.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton2.Image")));
     this.gunaAdvenceButton2.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton2.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton2.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.Location           = new System.Drawing.Point(974, 12);
     this.gunaAdvenceButton2.Name               = "gunaAdvenceButton2";
     this.gunaAdvenceButton2.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton2.OnHoverImage       = null;
     this.gunaAdvenceButton2.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.Size               = new System.Drawing.Size(29, 41);
     this.gunaAdvenceButton2.TabIndex           = 28;
     this.gunaAdvenceButton2.Click             += new System.EventHandler(this.gunaAdvenceButton2_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1006, 12);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(30, 41);
     this.btn_close.TabIndex           = 27;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(105, 58);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(141, 94);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 71;
     this.pictureBox2.TabStop  = false;
     //
     // gunaAdvenceButton1
     //
     this.gunaAdvenceButton1.AccessibleRole      = System.Windows.Forms.AccessibleRole.SplitButton;
     this.gunaAdvenceButton1.Animated            = true;
     this.gunaAdvenceButton1.AnimationHoverSpeed = 0.5F;
     this.gunaAdvenceButton1.AnimationSpeed      = 0.5F;
     this.gunaAdvenceButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton1.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaAdvenceButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton1.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton1.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton1.CheckedImage")));
     this.gunaAdvenceButton1.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton1.Font               = new System.Drawing.Font("Open Sans", 9.163636F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton1.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton1.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton1.Image")));
     this.gunaAdvenceButton1.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton1.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.Location           = new System.Drawing.Point(44, 445);
     this.gunaAdvenceButton1.Name               = "gunaAdvenceButton1";
     this.gunaAdvenceButton1.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(160)))), ((int)(((byte)(104)))));
     this.gunaAdvenceButton1.OnHoverBorderColor = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton1.OnHoverImage       = null;
     this.gunaAdvenceButton1.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.Radius             = 3;
     this.gunaAdvenceButton1.Size               = new System.Drawing.Size(287, 54);
     this.gunaAdvenceButton1.TabIndex           = 3;
     this.gunaAdvenceButton1.Text               = "LOG IN ";
     this.gunaAdvenceButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.Click             += new System.EventHandler(this.gunaAdvenceButton1_Click);
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-331, -67);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 40;
     gunaPictureBox1.TabStop      = false;
     //
     // Login
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(108F, 108F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1048, 677);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.gunaAdvenceButton2);
     this.Controls.Add(this.btn_close);
     this.Controls.Add(this.gunaWinSwitch1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Login";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Login";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Login_FormClosed);
     this.Load           += new System.EventHandler(this.Login_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(systemManagement));
     this.gunaElipse1           = new Guna.UI.WinForms.GunaElipse(this.components);
     this.gunaElipsePanel2      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaElipsePanel3      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaLabel3            = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel2            = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel1            = new Guna.UI.WinForms.GunaLabel();
     this.gunaCirclePictureBox1 = new Guna.UI.WinForms.GunaCirclePictureBox();
     this.gunaElipsePanel1      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close             = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_back         = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_sys_password = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_sys_users    = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.user             = new Guna.UI.WinForms.GunaLabel();
     gunaPictureBox1       = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel2.SuspendLayout();
     this.gunaElipsePanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaCirclePictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-144, 114);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 36;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // gunaElipsePanel2
     //
     this.gunaElipsePanel2.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaElipsePanel2.Controls.Add(this.gunaElipsePanel3);
     this.gunaElipsePanel2.Controls.Add(this.gunaLabel2);
     this.gunaElipsePanel2.Controls.Add(this.gunaLabel1);
     this.gunaElipsePanel2.Controls.Add(this.gunaCirclePictureBox1);
     this.gunaElipsePanel2.Location = new System.Drawing.Point(83, 155);
     this.gunaElipsePanel2.Name     = "gunaElipsePanel2";
     this.gunaElipsePanel2.Radius   = 15;
     this.gunaElipsePanel2.Size     = new System.Drawing.Size(1226, 308);
     this.gunaElipsePanel2.TabIndex = 29;
     //
     // gunaElipsePanel3
     //
     this.gunaElipsePanel3.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaElipsePanel3.Controls.Add(this.gunaLabel3);
     this.gunaElipsePanel3.Location = new System.Drawing.Point(50, 39);
     this.gunaElipsePanel3.Name     = "gunaElipsePanel3";
     this.gunaElipsePanel3.Size     = new System.Drawing.Size(205, 35);
     this.gunaElipsePanel3.TabIndex = 23;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Open Sans", 9.163636F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel3.ForeColor = System.Drawing.Color.White;
     this.gunaLabel3.Location  = new System.Drawing.Point(9, 8);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(188, 19);
     this.gunaLabel3.TabIndex  = 24;
     this.gunaLabel3.Text      = "System Managment Form";
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Roboto", 9.818182F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel2.ForeColor = System.Drawing.Color.White;
     this.gunaLabel2.Location  = new System.Drawing.Point(46, 149);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(242, 18);
     this.gunaLabel2.TabIndex  = 22;
     this.gunaLabel2.Text      = "We hope you have a wonderfull day";
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize  = true;
     this.gunaLabel1.Font      = new System.Drawing.Font("Roboto", 24.21818F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel1.ForeColor = System.Drawing.Color.White;
     this.gunaLabel1.Location  = new System.Drawing.Point(42, 92);
     this.gunaLabel1.Name      = "gunaLabel1";
     this.gunaLabel1.Size      = new System.Drawing.Size(414, 44);
     this.gunaLabel1.TabIndex  = 1;
     this.gunaLabel1.Text      = "Welcome Meer Bahadin";
     //
     // gunaCirclePictureBox1
     //
     this.gunaCirclePictureBox1.BaseColor = System.Drawing.Color.White;
     this.gunaCirclePictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("gunaCirclePictureBox1.Image")));
     this.gunaCirclePictureBox1.Location  = new System.Drawing.Point(836, 0);
     this.gunaCirclePictureBox1.Name      = "gunaCirclePictureBox1";
     this.gunaCirclePictureBox1.Size      = new System.Drawing.Size(339, 308);
     this.gunaCirclePictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.gunaCirclePictureBox1.TabIndex  = 0;
     this.gunaCirclePictureBox1.TabStop   = false;
     this.gunaCirclePictureBox1.UseTransfarantBackground = false;
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(0, 0);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1435, 79);
     this.gunaElipsePanel1.TabIndex = 35;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // btn_back
     //
     this.btn_back.Animated            = true;
     this.btn_back.AnimationHoverSpeed = 0.07F;
     this.btn_back.AnimationSpeed      = 0.03F;
     this.btn_back.BackColor           = System.Drawing.Color.Transparent;
     this.btn_back.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_back.BorderColor         = System.Drawing.Color.Black;
     this.btn_back.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_back.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_back.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_back.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_back.CheckedImage")));
     this.btn_back.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_back.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_back.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_back.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_back.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_back.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_back.Image              = ((System.Drawing.Image)(resources.GetObject("btn_back.Image")));
     this.btn_back.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_back.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_back.Location           = new System.Drawing.Point(929, 520);
     this.btn_back.Name               = "btn_back";
     this.btn_back.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_back.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_back.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_back.OnHoverImage       = null;
     this.btn_back.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_back.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_back.Radius             = 15;
     this.btn_back.Size               = new System.Drawing.Size(380, 200);
     this.btn_back.TabIndex           = 34;
     this.btn_back.Text               = "Back";
     this.btn_back.TextImageOffsetY   = 20;
     this.btn_back.Click             += new System.EventHandler(this.btn_back_Click);
     //
     // btn_sys_password
     //
     this.btn_sys_password.Animated            = true;
     this.btn_sys_password.AnimationHoverSpeed = 0.07F;
     this.btn_sys_password.AnimationSpeed      = 0.03F;
     this.btn_sys_password.BackColor           = System.Drawing.Color.Transparent;
     this.btn_sys_password.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sys_password.BorderColor         = System.Drawing.Color.Black;
     this.btn_sys_password.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_sys_password.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_sys_password.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_sys_password.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_sys_password.CheckedImage")));
     this.btn_sys_password.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_sys_password.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_sys_password.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_sys_password.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_sys_password.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_sys_password.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_sys_password.Image              = ((System.Drawing.Image)(resources.GetObject("btn_sys_password.Image")));
     this.btn_sys_password.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_sys_password.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sys_password.Location           = new System.Drawing.Point(506, 520);
     this.btn_sys_password.Name               = "btn_sys_password";
     this.btn_sys_password.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sys_password.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_sys_password.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_sys_password.OnHoverImage       = null;
     this.btn_sys_password.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_sys_password.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_sys_password.Radius             = 15;
     this.btn_sys_password.Size               = new System.Drawing.Size(380, 200);
     this.btn_sys_password.TabIndex           = 32;
     this.btn_sys_password.Text               = "Change Password";
     this.btn_sys_password.TextImageOffsetY   = 20;
     this.btn_sys_password.Click             += new System.EventHandler(this.btn_child_info_Click);
     //
     // btn_sys_users
     //
     this.btn_sys_users.Animated            = true;
     this.btn_sys_users.AnimationHoverSpeed = 0.07F;
     this.btn_sys_users.AnimationSpeed      = 0.03F;
     this.btn_sys_users.BackColor           = System.Drawing.Color.Transparent;
     this.btn_sys_users.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sys_users.BorderColor         = System.Drawing.Color.Black;
     this.btn_sys_users.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_sys_users.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_sys_users.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_sys_users.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_sys_users.CheckedImage")));
     this.btn_sys_users.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_sys_users.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_sys_users.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_sys_users.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_sys_users.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_sys_users.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_sys_users.Image              = ((System.Drawing.Image)(resources.GetObject("btn_sys_users.Image")));
     this.btn_sys_users.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_sys_users.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sys_users.Location           = new System.Drawing.Point(83, 520);
     this.btn_sys_users.Name               = "btn_sys_users";
     this.btn_sys_users.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sys_users.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_sys_users.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_sys_users.OnHoverImage       = null;
     this.btn_sys_users.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_sys_users.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_sys_users.Radius             = 15;
     this.btn_sys_users.Size               = new System.Drawing.Size(380, 200);
     this.btn_sys_users.TabIndex           = 31;
     this.btn_sys_users.Text               = "Users";
     this.btn_sys_users.TextImageOffsetY   = 20;
     this.btn_sys_users.Click             += new System.EventHandler(this.btn_sys_users_Click);
     //
     // user
     //
     this.user.AutoSize = true;
     this.user.Font     = new System.Drawing.Font("Poppins", 9.333333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.user.Location = new System.Drawing.Point(88, 492);
     this.user.Name     = "user";
     this.user.Size     = new System.Drawing.Size(0, 25);
     this.user.TabIndex = 37;
     //
     // systemManagement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.user);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.btn_back);
     this.Controls.Add(this.btn_sys_password);
     this.Controls.Add(this.btn_sys_users);
     this.Controls.Add(this.gunaElipsePanel2);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "systemManagement";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "systemManagement";
     this.Load           += new System.EventHandler(this.systemManagement_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel2.ResumeLayout(false);
     this.gunaElipsePanel2.PerformLayout();
     this.gunaElipsePanel3.ResumeLayout(false);
     this.gunaElipsePanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaCirclePictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
        private void btnSearch_Click(object sender, EventArgs e)
        {
            string ItemName = txtSearch.Text.Trim();

            int xptb  = 65;
            int xbtn  = 65;
            int xlbl  = 111;
            int count = 0;

            dtItem.Clear();
            dtItem = HomeController.FindItems_ItemName(ItemName).Tables[0];
            pnItems.Controls.Clear();
            while (count < 6 && count < dtItem.Rows.Count)
            {
                DataRow dr = dtItem.Rows[count];
                Guna.UI.WinForms.GunaPictureBox ptb = new Guna.UI.WinForms.GunaPictureBox();
                Guna.UI.WinForms.GunaButton     btn = new Guna.UI.WinForms.GunaButton();
                Guna.UI.WinForms.GunaLabel      lbl = new Guna.UI.WinForms.GunaLabel();
                string ImageTemp = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\imagesProduct\" + dr["Image"].ToString();

                //PictureBox
                ptb.Location    = new Point(xptb, 33);
                ptb.Size        = new Size(162, 162);
                ptb.Image       = Image.FromFile(ImageTemp);
                ptb.SizeMode    = PictureBoxSizeMode.StretchImage;
                ptb.BorderStyle = BorderStyle.FixedSingle;

                //Button
                btn.Location = new Point(xbtn, 220);
                btn.Size     = new Size(162, 36);
                string image = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\cart-plus.png";
                btn.Image            = Image.FromFile(image);
                btn.Text             = dr["ItemName"].ToString();
                btn.Font             = new Font("Tahoma", 10, FontStyle.Bold);
                btn.ForeColor        = Color.Black;
                btn.OnHoverForeColor = Color.Black;
                btn.ImageAlign       = HorizontalAlignment.Right;
                btn.ImageSize        = new Size(20, 20);
                btn.BaseColor        = Color.Transparent;
                btn.Cursor           = Cursors.Hand;
                btn.OnHoverBaseColor = Color.LightGray;
                btn.Click           += Btn_Click;

                //Label
                lbl.Location = new Point(xlbl, 198);
                lbl.Font     = new Font("Tahoma", 12, FontStyle.Bold);
                lbl.Text     = dr["SalePrice"].ToString() + "₫";



                xlbl += 212;
                xptb += 212;
                xbtn += 212;


                pnItems.Controls.Add(ptb);
                pnItems.Controls.Add(btn);
                pnItems.Controls.Add(lbl);

                count = count + 1;
            }
            int i         = dtItem.Rows.Count / 6;
            int xbtnPaing = 450;

            for (int j = 1; j <= i; j++)
            {
                //Button Paging
                Guna.UI.WinForms.GunaButton btnPaging = new Guna.UI.WinForms.GunaButton();
                btnPaging.Location         = new Point(xbtnPaing, 327);
                btnPaging.Size             = new Size(35, 35);
                btnPaging.BaseColor        = Color.Silver;
                btnPaging.BorderColor      = Color.Black;
                btnPaging.BorderSize       = 1;
                btnPaging.Font             = new Font("Tahoma", 9, FontStyle.Bold);
                btnPaging.ForeColor        = Color.Black;
                btnPaging.Image            = null;
                btnPaging.Text             = j.ToString();
                btnPaging.Cursor           = Cursors.Hand;
                btnPaging.TextAlign        = HorizontalAlignment.Center;
                btnPaging.OnHoverBaseColor = Color.LightGray;
                btnPaging.OnHoverForeColor = Color.Black;
                btnPaging.Click           += BtnPaging_Click;
                xbtnPaing += 34;

                pnItems.Controls.Add(btnPaging);
            }
        }
 /// <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();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(user));
     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.gunaElipse1           = new Guna.UI.WinForms.GunaElipse(this.components);
     this.txt_user_userFullname = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel4            = new Guna.UI.WinForms.GunaLabel();
     this.txt_user_username     = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel1            = new Guna.UI.WinForms.GunaLabel();
     this.txt_user_password     = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel2            = new Guna.UI.WinForms.GunaLabel();
     this.gunaElipsePanel1      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close             = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaCheckBox1         = new Guna.UI.WinForms.GunaCheckBox();
     this.btn_addkids_save      = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaAdvenceButton1    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.label1                                = new System.Windows.Forms.Label();
     this.combo_role                            = new Guna.UI.WinForms.GunaComboBox();
     this.gunaLabel3                            = new Guna.UI.WinForms.GunaLabel();
     this.gunaAdvenceButton2                    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.dataGridView1                         = new System.Windows.Forms.DataGridView();
     this.idDataGridViewTextBoxColumn           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usernameDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.passwordDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userfullnameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userRoleDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbluserBindingSource                  = new System.Windows.Forms.BindingSource(this.components);
     gunaPictureBox1                            = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbluserBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-123, 106);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 72;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // txt_user_userFullname
     //
     this.txt_user_userFullname.Animated         = true;
     this.txt_user_userFullname.BackColor        = System.Drawing.Color.White;
     this.txt_user_userFullname.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_user_userFullname.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_user_userFullname.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_user_userFullname.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_user_userFullname.Location         = new System.Drawing.Point(95, 362);
     this.txt_user_userFullname.Name             = "txt_user_userFullname";
     this.txt_user_userFullname.PasswordChar     = '\0';
     this.txt_user_userFullname.Size             = new System.Drawing.Size(351, 44);
     this.txt_user_userFullname.TabIndex         = 71;
     //
     // gunaLabel4
     //
     this.gunaLabel4.AutoSize  = true;
     this.gunaLabel4.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel4.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel4.Location  = new System.Drawing.Point(91, 334);
     this.gunaLabel4.Name      = "gunaLabel4";
     this.gunaLabel4.Size      = new System.Drawing.Size(96, 19);
     this.gunaLabel4.TabIndex  = 72;
     this.gunaLabel4.Text      = "User Fullname";
     //
     // txt_user_username
     //
     this.txt_user_username.Animated         = true;
     this.txt_user_username.BackColor        = System.Drawing.Color.White;
     this.txt_user_username.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_user_username.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_user_username.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_user_username.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_user_username.Location         = new System.Drawing.Point(95, 196);
     this.txt_user_username.Name             = "txt_user_username";
     this.txt_user_username.PasswordChar     = '\0';
     this.txt_user_username.Size             = new System.Drawing.Size(351, 44);
     this.txt_user_username.TabIndex         = 69;
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize  = true;
     this.gunaLabel1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel1.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel1.Location  = new System.Drawing.Point(91, 169);
     this.gunaLabel1.Name      = "gunaLabel1";
     this.gunaLabel1.Size      = new System.Drawing.Size(71, 19);
     this.gunaLabel1.TabIndex  = 70;
     this.gunaLabel1.Text      = "Username";
     //
     // txt_user_password
     //
     this.txt_user_password.Animated         = true;
     this.txt_user_password.BackColor        = System.Drawing.Color.White;
     this.txt_user_password.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_user_password.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_user_password.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_user_password.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_user_password.Location         = new System.Drawing.Point(95, 279);
     this.txt_user_password.Name             = "txt_user_password";
     this.txt_user_password.PasswordChar     = '●';
     this.txt_user_password.Size             = new System.Drawing.Size(351, 44);
     this.txt_user_password.TabIndex         = 75;
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel2.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel2.Location  = new System.Drawing.Point(91, 251);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(67, 19);
     this.gunaLabel2.TabIndex  = 76;
     this.gunaLabel2.Text      = "Password";
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(0, 0);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1391, 79);
     this.gunaElipsePanel1.TabIndex = 77;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // gunaCheckBox1
     //
     this.gunaCheckBox1.BaseColor       = System.Drawing.Color.White;
     this.gunaCheckBox1.CheckedOffColor = System.Drawing.Color.Gray;
     this.gunaCheckBox1.CheckedOnColor  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.gunaCheckBox1.FillColor       = System.Drawing.Color.White;
     this.gunaCheckBox1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.818182F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaCheckBox1.Location        = new System.Drawing.Point(95, 691);
     this.gunaCheckBox1.Name            = "gunaCheckBox1";
     this.gunaCheckBox1.Size            = new System.Drawing.Size(74, 21);
     this.gunaCheckBox1.TabIndex        = 82;
     this.gunaCheckBox1.Text            = "Status";
     //
     // btn_addkids_save
     //
     this.btn_addkids_save.Animated            = true;
     this.btn_addkids_save.AnimationHoverSpeed = 0.07F;
     this.btn_addkids_save.AnimationSpeed      = 0.03F;
     this.btn_addkids_save.BackColor           = System.Drawing.Color.Transparent;
     this.btn_addkids_save.BaseColor           = System.Drawing.Color.DarkOrange;
     this.btn_addkids_save.BorderColor         = System.Drawing.Color.Black;
     this.btn_addkids_save.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_addkids_save.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_addkids_save.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_addkids_save.CheckedImage        = null;
     this.btn_addkids_save.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_addkids_save.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_addkids_save.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_addkids_save.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_addkids_save.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_addkids_save.ForeColor          = System.Drawing.Color.White;
     this.btn_addkids_save.Image              = null;
     this.btn_addkids_save.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_addkids_save.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_addkids_save.Location           = new System.Drawing.Point(95, 613);
     this.btn_addkids_save.Name               = "btn_addkids_save";
     this.btn_addkids_save.OnHoverBaseColor   = System.Drawing.Color.White;
     this.btn_addkids_save.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_addkids_save.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_addkids_save.OnHoverImage       = null;
     this.btn_addkids_save.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_addkids_save.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_addkids_save.Radius             = 3;
     this.btn_addkids_save.Size               = new System.Drawing.Size(351, 57);
     this.btn_addkids_save.TabIndex           = 83;
     this.btn_addkids_save.Text               = "DELETE";
     this.btn_addkids_save.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_addkids_save.Click             += new System.EventHandler(this.btn_addkids_save_Click);
     //
     // gunaAdvenceButton1
     //
     this.gunaAdvenceButton1.Animated            = true;
     this.gunaAdvenceButton1.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton1.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton1.BaseColor           = System.Drawing.Color.White;
     this.gunaAdvenceButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton1.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton1.CheckedImage        = null;
     this.gunaAdvenceButton1.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton1.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaAdvenceButton1.Image              = null;
     this.gunaAdvenceButton1.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton1.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.Location           = new System.Drawing.Point(95, 744);
     this.gunaAdvenceButton1.Name               = "gunaAdvenceButton1";
     this.gunaAdvenceButton1.OnHoverBaseColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton1.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaAdvenceButton1.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaAdvenceButton1.OnHoverImage       = null;
     this.gunaAdvenceButton1.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.Radius             = 3;
     this.gunaAdvenceButton1.Size               = new System.Drawing.Size(351, 57);
     this.gunaAdvenceButton1.TabIndex           = 87;
     this.gunaAdvenceButton1.Text               = "Clear";
     this.gunaAdvenceButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.Click             += new System.EventHandler(this.gunaAdvenceButton1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(488, 143);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(869, 31);
     this.label1.TabIndex = 88;
     this.label1.Text     = "Select the row you want to edit or click the id of the user, clear the fields bef" +
                            "ore you add new user.";
     //
     // combo_role
     //
     this.combo_role.BackColor         = System.Drawing.Color.Transparent;
     this.combo_role.BaseColor         = System.Drawing.Color.White;
     this.combo_role.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_role.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_role.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_role.FocusedColor      = System.Drawing.Color.Empty;
     this.combo_role.Font              = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_role.ForeColor         = System.Drawing.Color.Black;
     this.combo_role.FormattingEnabled = true;
     this.combo_role.IntegralHeight    = false;
     this.combo_role.ItemHeight        = 42;
     this.combo_role.Items.AddRange(new object[] {
         "Admin",
         "User"
     });
     this.combo_role.Location             = new System.Drawing.Point(95, 455);
     this.combo_role.Name                 = "combo_role";
     this.combo_role.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_role.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_role.Radius               = 5;
     this.combo_role.Size                 = new System.Drawing.Size(351, 48);
     this.combo_role.TabIndex             = 89;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(91, 426);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(67, 19);
     this.gunaLabel3.TabIndex  = 90;
     this.gunaLabel3.Text      = "User Role";
     //
     // gunaAdvenceButton2
     //
     this.gunaAdvenceButton2.Animated            = true;
     this.gunaAdvenceButton2.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton2.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton2.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaAdvenceButton2.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton2.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton2.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton2.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton2.CheckedImage        = null;
     this.gunaAdvenceButton2.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton2.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton2.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton2.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton2.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton2.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton2.Image              = null;
     this.gunaAdvenceButton2.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton2.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton2.Location           = new System.Drawing.Point(95, 534);
     this.gunaAdvenceButton2.Name               = "gunaAdvenceButton2";
     this.gunaAdvenceButton2.OnHoverBaseColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton2.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaAdvenceButton2.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaAdvenceButton2.OnHoverImage       = null;
     this.gunaAdvenceButton2.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton2.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton2.Radius             = 3;
     this.gunaAdvenceButton2.Size               = new System.Drawing.Size(351, 57);
     this.gunaAdvenceButton2.TabIndex           = 92;
     this.gunaAdvenceButton2.Text               = "SAVE OR UPDATE USER";
     this.gunaAdvenceButton2.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton2.Click             += new System.EventHandler(this.gunaAdvenceButton2_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.idDataGridViewTextBoxColumn,
         this.usernameDataGridViewTextBoxColumn,
         this.passwordDataGridViewTextBoxColumn,
         this.userfullnameDataGridViewTextBoxColumn,
         this.statusDataGridViewTextBoxColumn,
         this.userRoleDataGridViewTextBoxColumn
     });
     this.dataGridView1.DataSource             = this.tbluserBindingSource;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 7.333333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.Padding            = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle1;
     this.dataGridView1.GridColor              = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.Location               = new System.Drawing.Point(507, 196);
     this.dataGridView1.Margin                               = new System.Windows.Forms.Padding(5);
     this.dataGridView1.Name                                 = "dataGridView1";
     this.dataGridView1.ReadOnly                             = true;
     dataGridViewCellStyle2.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                        = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font                             = new System.Drawing.Font("Microsoft Sans Serif", 7.333333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                        = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.Padding                          = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle2.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle           = dataGridViewCellStyle2;
     this.dataGridView1.RowHeadersWidth                      = 46;
     dataGridViewCellStyle3.Padding                          = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowsDefaultCellStyle                 = dataGridViewCellStyle3;
     this.dataGridView1.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowTemplate.Height                   = 40;
     this.dataGridView1.ScrollBars                           = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size                                 = new System.Drawing.Size(831, 474);
     this.dataGridView1.TabIndex                             = 93;
     this.dataGridView1.CellClick                           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // idDataGridViewTextBoxColumn
     //
     this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
     this.idDataGridViewTextBoxColumn.HeaderText       = "id";
     this.idDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.idDataGridViewTextBoxColumn.Name             = "idDataGridViewTextBoxColumn";
     this.idDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // usernameDataGridViewTextBoxColumn
     //
     this.usernameDataGridViewTextBoxColumn.DataPropertyName = "username";
     this.usernameDataGridViewTextBoxColumn.HeaderText       = "username";
     this.usernameDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.usernameDataGridViewTextBoxColumn.Name             = "usernameDataGridViewTextBoxColumn";
     this.usernameDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // passwordDataGridViewTextBoxColumn
     //
     this.passwordDataGridViewTextBoxColumn.DataPropertyName = "password";
     this.passwordDataGridViewTextBoxColumn.HeaderText       = "password";
     this.passwordDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.passwordDataGridViewTextBoxColumn.Name             = "passwordDataGridViewTextBoxColumn";
     this.passwordDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // userfullnameDataGridViewTextBoxColumn
     //
     this.userfullnameDataGridViewTextBoxColumn.DataPropertyName = "User_fullname";
     this.userfullnameDataGridViewTextBoxColumn.HeaderText       = "User_fullname";
     this.userfullnameDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.userfullnameDataGridViewTextBoxColumn.Name             = "userfullnameDataGridViewTextBoxColumn";
     this.userfullnameDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // statusDataGridViewTextBoxColumn
     //
     this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
     this.statusDataGridViewTextBoxColumn.HeaderText       = "status";
     this.statusDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.statusDataGridViewTextBoxColumn.Name             = "statusDataGridViewTextBoxColumn";
     this.statusDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // userRoleDataGridViewTextBoxColumn
     //
     this.userRoleDataGridViewTextBoxColumn.DataPropertyName = "User_Role";
     this.userRoleDataGridViewTextBoxColumn.HeaderText       = "User_Role";
     this.userRoleDataGridViewTextBoxColumn.MinimumWidth     = 6;
     this.userRoleDataGridViewTextBoxColumn.Name             = "userRoleDataGridViewTextBoxColumn";
     this.userRoleDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // tbluserBindingSource
     //
     this.tbluserBindingSource.DataSource = typeof(kindergarten2.tbl_user);
     //
     // user
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.gunaAdvenceButton2);
     this.Controls.Add(this.gunaLabel3);
     this.Controls.Add(this.combo_role);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gunaAdvenceButton1);
     this.Controls.Add(this.btn_addkids_save);
     this.Controls.Add(this.gunaCheckBox1);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.txt_user_password);
     this.Controls.Add(this.gunaLabel2);
     this.Controls.Add(this.txt_user_userFullname);
     this.Controls.Add(this.gunaLabel4);
     this.Controls.Add(this.txt_user_username);
     this.Controls.Add(this.gunaLabel1);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "user";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "user";
     this.Load           += new System.EventHandler(this.user_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbluserBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 7
0
        private void BtnPaging_Click(object sender, EventArgs e)
        {
            Guna.UI.WinForms.GunaButton btnPagingTemp = sender as Guna.UI.WinForms.GunaButton;
            if (btnPagingTemp.Text == "1")
            {
                pnItems.Controls.Clear();
                int i    = 0;
                int xptb = 65;
                int xbtn = 65;
                int xlbl = 111;
                while (i < 6 && i < dtItem.Rows.Count)
                {
                    DataRow dr = dtItem.Rows[i];
                    Guna.UI.WinForms.GunaPictureBox ptb = new Guna.UI.WinForms.GunaPictureBox();
                    Guna.UI.WinForms.GunaButton     btn = new Guna.UI.WinForms.GunaButton();
                    Guna.UI.WinForms.GunaLabel      lbl = new Guna.UI.WinForms.GunaLabel();
                    string ImageTemp = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\imagesProduct\" + dr["Image"].ToString();

                    //PictureBox
                    ptb.Location    = new Point(xptb, 33);
                    ptb.Size        = new Size(162, 162);
                    ptb.Image       = Image.FromFile(ImageTemp);
                    ptb.SizeMode    = PictureBoxSizeMode.StretchImage;
                    ptb.BorderStyle = BorderStyle.FixedSingle;

                    //Button
                    btn.Location = new Point(xbtn, 220);
                    btn.Size     = new Size(162, 36);
                    string image = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\cart-plus.png";
                    btn.Image            = Image.FromFile(image);
                    btn.Text             = dr["ItemName"].ToString();
                    btn.Font             = new Font("Tahoma", 10, FontStyle.Bold);
                    btn.ForeColor        = Color.Black;
                    btn.OnHoverForeColor = Color.Black;
                    btn.ImageAlign       = HorizontalAlignment.Right;
                    btn.ImageSize        = new Size(20, 20);
                    btn.BaseColor        = Color.Transparent;
                    btn.Cursor           = Cursors.Hand;
                    btn.OnHoverBaseColor = Color.LightGray;
                    btn.Click           += Btn_Click;

                    //Label
                    lbl.Location = new Point(xlbl, 198);
                    lbl.Font     = new Font("Tahoma", 12, FontStyle.Bold);
                    lbl.Text     = dr["SalePrice"].ToString() + "₫";



                    xlbl += 212;
                    xptb += 212;
                    xbtn += 212;


                    pnItems.Controls.Add(ptb);
                    pnItems.Controls.Add(btn);
                    pnItems.Controls.Add(lbl);

                    int k         = dtItem.Rows.Count / 6;
                    int xbtnPaing = 450;
                    for (int j = 1; j <= k; j++)
                    {
                        //Button Paging
                        Guna.UI.WinForms.GunaButton btnPaging = new Guna.UI.WinForms.GunaButton();
                        btnPaging.Location         = new Point(xbtnPaing, 327);
                        btnPaging.Size             = new Size(35, 35);
                        btnPaging.BaseColor        = Color.Silver;
                        btnPaging.BorderColor      = Color.Black;
                        btnPaging.BorderSize       = 1;
                        btnPaging.Font             = new Font("Tahoma", 9, FontStyle.Bold);
                        btnPaging.ForeColor        = Color.Black;
                        btnPaging.Image            = null;
                        btnPaging.Text             = j.ToString();
                        btnPaging.Cursor           = Cursors.Hand;
                        btnPaging.TextAlign        = HorizontalAlignment.Center;
                        btnPaging.OnHoverBaseColor = Color.LightGray;
                        btnPaging.OnHoverForeColor = Color.Black;
                        btnPaging.Click           += BtnPaging_Click;
                        xbtnPaing += 34;

                        pnItems.Controls.Add(btnPaging);
                    }
                    i = i + 1;
                }
            }
            else
            {
                pnItems.Controls.Clear();
                int i     = 0;
                int xptb  = 65;
                int xbtn  = 65;
                int xlbl  = 111;
                int index = (int.Parse(btnPagingTemp.Text) - 1) * 6;
                while (i < 6 && index < dtItem.Rows.Count)
                {
                    DataRow dr = dtItem.Rows[index];
                    Guna.UI.WinForms.GunaPictureBox ptb = new Guna.UI.WinForms.GunaPictureBox();
                    Guna.UI.WinForms.GunaButton     btn = new Guna.UI.WinForms.GunaButton();
                    Guna.UI.WinForms.GunaLabel      lbl = new Guna.UI.WinForms.GunaLabel();
                    string ImageTemp = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\imagesProduct\" + dr["Image"].ToString();

                    //PictureBox
                    ptb.Location    = new Point(xptb, 33);
                    ptb.Size        = new Size(162, 162);
                    ptb.Image       = Image.FromFile(ImageTemp);
                    ptb.SizeMode    = PictureBoxSizeMode.StretchImage;
                    ptb.BorderStyle = BorderStyle.FixedSingle;

                    //Button
                    btn.Location = new Point(xbtn, 220);
                    btn.Size     = new Size(162, 36);
                    string image = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\cart-plus.png";
                    btn.Image            = Image.FromFile(image);
                    btn.Text             = dr["ItemName"].ToString();
                    btn.Font             = new Font("Tahoma", 10, FontStyle.Bold);
                    btn.ForeColor        = Color.Black;
                    btn.OnHoverForeColor = Color.Black;
                    btn.ImageAlign       = HorizontalAlignment.Right;
                    btn.ImageSize        = new Size(20, 20);
                    btn.BaseColor        = Color.Transparent;
                    btn.Cursor           = Cursors.Hand;
                    btn.OnHoverBaseColor = Color.LightGray;
                    btn.Click           += Btn_Click;

                    //Label
                    lbl.Location = new Point(xlbl, 198);
                    lbl.Font     = new Font("Tahoma", 12, FontStyle.Bold);
                    lbl.Text     = dr["SalePrice"].ToString() + "₫";



                    xlbl += 212;
                    xptb += 212;
                    xbtn += 212;


                    pnItems.Controls.Add(ptb);
                    pnItems.Controls.Add(btn);
                    pnItems.Controls.Add(lbl);

                    int k         = dtItem.Rows.Count / 6;
                    int xbtnPaing = 450;
                    for (int j = 1; j <= k; j++)
                    {
                        //Button Paging
                        Guna.UI.WinForms.GunaButton btnPaging = new Guna.UI.WinForms.GunaButton();
                        btnPaging.Location         = new Point(xbtnPaing, 327);
                        btnPaging.Size             = new Size(35, 35);
                        btnPaging.BaseColor        = Color.Silver;
                        btnPaging.BorderColor      = Color.Black;
                        btnPaging.BorderSize       = 1;
                        btnPaging.Font             = new Font("Tahoma", 9, FontStyle.Bold);
                        btnPaging.ForeColor        = Color.Black;
                        btnPaging.Image            = null;
                        btnPaging.Text             = j.ToString();
                        btnPaging.Cursor           = Cursors.Hand;
                        btnPaging.TextAlign        = HorizontalAlignment.Center;
                        btnPaging.OnHoverBaseColor = Color.LightGray;
                        btnPaging.OnHoverForeColor = Color.Black;
                        btnPaging.Click           += BtnPaging_Click;
                        xbtnPaing += 34;

                        pnItems.Controls.Add(btnPaging);
                    }
                    i     = i + 1;
                    index = index + 1;
                }
            }
            this.lblShowPage.Text = btnPagingTemp.Text + " / " + countPaging.ToString();
        }
Ejemplo n.º 8
0
        public frmVegetableShop(string UserName, string PassWord, string Role)
        {
            this.UserName = UserName;
            this.PassWord = PassWord;
            this.Role     = Role;
            InitializeComponent();

            if (UserName == "")
            {
                btnAccount.Text          = "Username ▼";
                this.lblShowCart.Visible = false;
            }
            else
            {
                this.lblShowCart.Text = OrderItemsController.ShowTotalDetails(UserName, PassWord).Tables[0].Rows[0][0].ToString();
                ImageUser             = UserController.ImageUser(UserName).Tables[0].Rows[0][0].ToString();
                if (ImageUser != "")
                {
                    string appPath  = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\imagesUser\";
                    string FileName = appPath + ImageUser;
                    btnAccount.Image = Image.FromFile(FileName);
                }
                this.btnLogOut.Visible              = true;
                btnAccount.Text                     = UserName + "▼";
                this.btnSignIn.Visible              = false;
                this.btnSignUp.Visible              = false;
                this.btnInformationAccount.Visible  = true;
                this.btnInformationAccount.Location = new Point(3, 6);
                this.btnLogOut.Location             = new Point(3, 54);
            }
            if (Role == "Admin")
            {
                this.btnAddItem.Visible    = true;
                this.btnAddSeller.Visible  = true;
                this.btnImportItem.Visible = true;
                this.btnManagement.Visible = true;
                this.btnStatistic.Visible  = true;
            }
            if (Role == "Seller")
            {
                this.btnImportItem.Visible = true;
                this.btnManagement.Visible = true;
                this.pnManagement.Height   = 56;
                this.btnStatistic.Visible  = true;
            }
            if (Role == "Customer")
            {
                this.btnStatistic.Visible = true;
            }
            int xptb  = 65;
            int xbtn  = 65;
            int xlbl  = 111;
            int count = 0;

            dtItem                = HomeController.ShowItem(UserName).Tables[0];
            countPaging           = dtItem.Rows.Count / 6;
            this.lblShowPage.Text = "1 / " + countPaging.ToString();
            while (count < 6 && count < dtItem.Rows.Count)
            {
                DataRow dr = dtItem.Rows[count];
                Guna.UI.WinForms.GunaPictureBox ptb = new Guna.UI.WinForms.GunaPictureBox();
                Guna.UI.WinForms.GunaButton     btn = new Guna.UI.WinForms.GunaButton();
                Guna.UI.WinForms.GunaLabel      lbl = new Guna.UI.WinForms.GunaLabel();
                string ImageTemp = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\imagesProduct\" + dr["Image"].ToString();

                //PictureBox
                ptb.Location    = new Point(xptb, 33);
                ptb.Size        = new Size(162, 162);
                ptb.Image       = Image.FromFile(ImageTemp);
                ptb.SizeMode    = PictureBoxSizeMode.StretchImage;
                ptb.BorderStyle = BorderStyle.FixedSingle;

                //Button
                btn.Location = new Point(xbtn, 220);
                btn.Size     = new Size(162, 36);
                string image = Application.StartupPath.Substring(0, (Application.StartupPath.Length - 10)) + @"\images\cart-plus.png";
                btn.Image            = Image.FromFile(image);
                btn.Text             = dr["ItemName"].ToString();
                btn.Font             = new Font("Tahoma", 10, FontStyle.Bold);
                btn.ForeColor        = Color.Black;
                btn.OnHoverForeColor = Color.Black;
                btn.ImageAlign       = HorizontalAlignment.Right;
                btn.ImageSize        = new Size(20, 20);
                btn.BaseColor        = Color.Transparent;
                btn.Cursor           = Cursors.Hand;
                btn.OnHoverBaseColor = Color.LightGray;
                btn.Click           += Btn_Click;

                //Label
                lbl.Location = new Point(xlbl, 198);
                lbl.Font     = new Font("Tahoma", 12, FontStyle.Bold);
                lbl.Text     = dr["SalePrice"].ToString() + "₫";



                xlbl += 212;
                xptb += 212;
                xbtn += 212;


                pnItems.Controls.Add(ptb);
                pnItems.Controls.Add(btn);
                pnItems.Controls.Add(lbl);

                count = count + 1;
            }
            int i = dtItem.Rows.Count / 6;

            countPaging = i;
            int xbtnPaing = 450;

            for (int j = 1; j <= i; j++)
            {
                //Button Paging
                Guna.UI.WinForms.GunaButton btnPaging = new Guna.UI.WinForms.GunaButton();
                btnPaging.Location         = new Point(xbtnPaing, 327);
                btnPaging.Size             = new Size(35, 35);
                btnPaging.BaseColor        = Color.Silver;
                btnPaging.BorderColor      = Color.Black;
                btnPaging.BorderSize       = 1;
                btnPaging.Font             = new Font("Tahoma", 9, FontStyle.Bold);
                btnPaging.ForeColor        = Color.Black;
                btnPaging.Image            = null;
                btnPaging.Text             = j.ToString();
                btnPaging.Cursor           = Cursors.Hand;
                btnPaging.TextAlign        = HorizontalAlignment.Center;
                btnPaging.OnHoverBaseColor = Color.LightGray;
                btnPaging.OnHoverForeColor = Color.Black;
                btnPaging.Click           += BtnPaging_Click;
                xbtnPaing += 34;

                pnItems.Controls.Add(btnPaging);
            }
        }
 /// <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(general));
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     this.gunaElipse1           = new Guna.UI.WinForms.GunaElipse(this.components);
     this.gunaElipsePanel2      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaElipsePanel3      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaLabel3            = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel2            = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel1            = new Guna.UI.WinForms.GunaLabel();
     this.gunaCirclePictureBox1 = new Guna.UI.WinForms.GunaCirclePictureBox();
     this.gunaElipsePanel1      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close             = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaWinSwitch1        = new Guna.UI.WinForms.GunaWinSwitch();
     this.gunaAdvenceButton2    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_back        = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_employee    = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_child_info  = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_childHealth = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_rooms       = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.label1          = new System.Windows.Forms.Label();
     gunaPictureBox1      = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaElipsePanel2.SuspendLayout();
     this.gunaElipsePanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaCirclePictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // gunaElipsePanel2
     //
     this.gunaElipsePanel2.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaElipsePanel2.Controls.Add(this.gunaElipsePanel3);
     this.gunaElipsePanel2.Controls.Add(this.gunaLabel2);
     this.gunaElipsePanel2.Controls.Add(this.gunaLabel1);
     this.gunaElipsePanel2.Controls.Add(this.gunaCirclePictureBox1);
     this.gunaElipsePanel2.Location = new System.Drawing.Point(83, 155);
     this.gunaElipsePanel2.Name     = "gunaElipsePanel2";
     this.gunaElipsePanel2.Radius   = 15;
     this.gunaElipsePanel2.Size     = new System.Drawing.Size(1226, 308);
     this.gunaElipsePanel2.TabIndex = 22;
     //
     // gunaElipsePanel3
     //
     this.gunaElipsePanel3.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaElipsePanel3.Controls.Add(this.gunaLabel3);
     this.gunaElipsePanel3.Location = new System.Drawing.Point(50, 39);
     this.gunaElipsePanel3.Name     = "gunaElipsePanel3";
     this.gunaElipsePanel3.Size     = new System.Drawing.Size(118, 35);
     this.gunaElipsePanel3.TabIndex = 23;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Open Sans", 9.163636F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel3.ForeColor = System.Drawing.Color.White;
     this.gunaLabel3.Location  = new System.Drawing.Point(9, 8);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(103, 19);
     this.gunaLabel3.TabIndex  = 24;
     this.gunaLabel3.Text      = "General Form";
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Roboto", 9.818182F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel2.ForeColor = System.Drawing.Color.White;
     this.gunaLabel2.Location  = new System.Drawing.Point(46, 149);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(242, 18);
     this.gunaLabel2.TabIndex  = 22;
     this.gunaLabel2.Text      = "We hope you have a wonderfull day";
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize  = true;
     this.gunaLabel1.Font      = new System.Drawing.Font("Roboto", 24.21818F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel1.ForeColor = System.Drawing.Color.White;
     this.gunaLabel1.Location  = new System.Drawing.Point(42, 92);
     this.gunaLabel1.Name      = "gunaLabel1";
     this.gunaLabel1.Size      = new System.Drawing.Size(414, 44);
     this.gunaLabel1.TabIndex  = 1;
     this.gunaLabel1.Text      = "Welcome Meer Bahadin";
     //
     // gunaCirclePictureBox1
     //
     this.gunaCirclePictureBox1.BaseColor = System.Drawing.Color.White;
     this.gunaCirclePictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("gunaCirclePictureBox1.Image")));
     this.gunaCirclePictureBox1.Location  = new System.Drawing.Point(836, 0);
     this.gunaCirclePictureBox1.Name      = "gunaCirclePictureBox1";
     this.gunaCirclePictureBox1.Size      = new System.Drawing.Size(339, 308);
     this.gunaCirclePictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.gunaCirclePictureBox1.TabIndex  = 0;
     this.gunaCirclePictureBox1.TabStop   = false;
     this.gunaCirclePictureBox1.UseTransfarantBackground = false;
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Controls.Add(this.gunaWinSwitch1);
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton2);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(0, 0);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1435, 79);
     this.gunaElipsePanel1.TabIndex = 28;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // gunaWinSwitch1
     //
     this.gunaWinSwitch1.BaseColor       = System.Drawing.SystemColors.Control;
     this.gunaWinSwitch1.CheckedOffColor = System.Drawing.Color.DarkGray;
     this.gunaWinSwitch1.CheckedOnColor  = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaWinSwitch1.FillColor       = System.Drawing.Color.White;
     this.gunaWinSwitch1.Location        = new System.Drawing.Point(27, 32);
     this.gunaWinSwitch1.Name            = "gunaWinSwitch1";
     this.gunaWinSwitch1.Size            = new System.Drawing.Size(40, 22);
     this.gunaWinSwitch1.TabIndex        = 21;
     //
     // gunaAdvenceButton2
     //
     this.gunaAdvenceButton2.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton2.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton2.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BorderColor         = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedBaseColor    = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedBorderColor  = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedForeColor    = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton2.CheckedImage")));
     this.gunaAdvenceButton2.CheckedLineColor    = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton2.FocusedColor        = System.Drawing.Color.Empty;
     this.gunaAdvenceButton2.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaAdvenceButton2.Image              = null;
     this.gunaAdvenceButton2.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton2.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.Location           = new System.Drawing.Point(73, 26);
     this.gunaAdvenceButton2.Name               = "gunaAdvenceButton2";
     this.gunaAdvenceButton2.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaAdvenceButton2.OnHoverImage       = null;
     this.gunaAdvenceButton2.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.Size               = new System.Drawing.Size(120, 34);
     this.gunaAdvenceButton2.TabIndex           = 17;
     this.gunaAdvenceButton2.Text               = "Dark Mode";
     //
     // btn_back
     //
     this.btn_back.Animated            = true;
     this.btn_back.AnimationHoverSpeed = 0.07F;
     this.btn_back.AnimationSpeed      = 0.03F;
     this.btn_back.BackColor           = System.Drawing.Color.Transparent;
     this.btn_back.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_back.BorderColor         = System.Drawing.Color.Black;
     this.btn_back.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_back.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_back.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_back.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_back.CheckedImage")));
     this.btn_back.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_back.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_back.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_back.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_back.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_back.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_back.Image              = ((System.Drawing.Image)(resources.GetObject("btn_back.Image")));
     this.btn_back.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_back.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_back.Location           = new System.Drawing.Point(1127, 520);
     this.btn_back.Name               = "btn_back";
     this.btn_back.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_back.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_back.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_back.OnHoverImage       = null;
     this.btn_back.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_back.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_back.Radius             = 15;
     this.btn_back.Size               = new System.Drawing.Size(180, 200);
     this.btn_back.TabIndex           = 27;
     this.btn_back.Text               = "Back";
     this.btn_back.TextImageOffsetY   = 20;
     this.btn_back.Click             += new System.EventHandler(this.btn_back_Click);
     //
     // btn_employee
     //
     this.btn_employee.Animated            = true;
     this.btn_employee.AnimationHoverSpeed = 0.07F;
     this.btn_employee.AnimationSpeed      = 0.03F;
     this.btn_employee.BackColor           = System.Drawing.Color.Transparent;
     this.btn_employee.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_employee.BorderColor         = System.Drawing.Color.Black;
     this.btn_employee.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_employee.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_employee.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_employee.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_employee.CheckedImage")));
     this.btn_employee.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_employee.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_employee.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_employee.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_employee.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_employee.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_employee.Image              = ((System.Drawing.Image)(resources.GetObject("btn_employee.Image")));
     this.btn_employee.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_employee.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_employee.Location           = new System.Drawing.Point(605, 520);
     this.btn_employee.Name               = "btn_employee";
     this.btn_employee.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_employee.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_employee.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_employee.OnHoverImage       = null;
     this.btn_employee.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_employee.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_employee.Radius             = 15;
     this.btn_employee.Size               = new System.Drawing.Size(180, 200);
     this.btn_employee.TabIndex           = 26;
     this.btn_employee.Text               = "Employee";
     this.btn_employee.TextImageOffsetY   = 20;
     this.btn_employee.Click             += new System.EventHandler(this.btn_employee_Click);
     //
     // btn_child_info
     //
     this.btn_child_info.Animated            = true;
     this.btn_child_info.AnimationHoverSpeed = 0.07F;
     this.btn_child_info.AnimationSpeed      = 0.03F;
     this.btn_child_info.BackColor           = System.Drawing.Color.Transparent;
     this.btn_child_info.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_child_info.BorderColor         = System.Drawing.Color.Black;
     this.btn_child_info.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_child_info.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_child_info.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_child_info.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_child_info.CheckedImage")));
     this.btn_child_info.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_child_info.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_child_info.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_child_info.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_child_info.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_child_info.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_child_info.Image              = ((System.Drawing.Image)(resources.GetObject("btn_child_info.Image")));
     this.btn_child_info.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_child_info.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_child_info.Location           = new System.Drawing.Point(83, 520);
     this.btn_child_info.Name               = "btn_child_info";
     this.btn_child_info.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_child_info.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_child_info.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_child_info.OnHoverImage       = null;
     this.btn_child_info.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_child_info.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_child_info.Radius             = 15;
     this.btn_child_info.Size               = new System.Drawing.Size(180, 200);
     this.btn_child_info.TabIndex           = 25;
     this.btn_child_info.Text               = "Child Info";
     this.btn_child_info.TextImageOffsetY   = 20;
     this.btn_child_info.Click             += new System.EventHandler(this.btn_child_info_Click);
     //
     // btn_childHealth
     //
     this.btn_childHealth.Animated            = true;
     this.btn_childHealth.AnimationHoverSpeed = 0.07F;
     this.btn_childHealth.AnimationSpeed      = 0.03F;
     this.btn_childHealth.BackColor           = System.Drawing.Color.Transparent;
     this.btn_childHealth.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_childHealth.BorderColor         = System.Drawing.Color.Black;
     this.btn_childHealth.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_childHealth.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_childHealth.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_childHealth.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_childHealth.CheckedImage")));
     this.btn_childHealth.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_childHealth.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_childHealth.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_childHealth.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_childHealth.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_childHealth.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_childHealth.Image              = ((System.Drawing.Image)(resources.GetObject("btn_childHealth.Image")));
     this.btn_childHealth.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_childHealth.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_childHealth.Location           = new System.Drawing.Point(344, 520);
     this.btn_childHealth.Name               = "btn_childHealth";
     this.btn_childHealth.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_childHealth.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_childHealth.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_childHealth.OnHoverImage       = null;
     this.btn_childHealth.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_childHealth.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_childHealth.Radius             = 15;
     this.btn_childHealth.Size               = new System.Drawing.Size(180, 200);
     this.btn_childHealth.TabIndex           = 24;
     this.btn_childHealth.Text               = "Child Health";
     this.btn_childHealth.TextImageOffsetY   = 20;
     this.btn_childHealth.Click             += new System.EventHandler(this.btn_childHealth_Click);
     //
     // btn_rooms
     //
     this.btn_rooms.Animated            = true;
     this.btn_rooms.AnimationHoverSpeed = 0.07F;
     this.btn_rooms.AnimationSpeed      = 0.03F;
     this.btn_rooms.BackColor           = System.Drawing.Color.Transparent;
     this.btn_rooms.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_rooms.BorderColor         = System.Drawing.Color.Black;
     this.btn_rooms.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_rooms.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_rooms.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_rooms.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_rooms.CheckedImage")));
     this.btn_rooms.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_rooms.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_rooms.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_rooms.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_rooms.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_rooms.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_rooms.Image              = ((System.Drawing.Image)(resources.GetObject("btn_rooms.Image")));
     this.btn_rooms.ImageSize          = new System.Drawing.Size(30, 40);
     this.btn_rooms.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_rooms.Location           = new System.Drawing.Point(866, 520);
     this.btn_rooms.Name               = "btn_rooms";
     this.btn_rooms.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_rooms.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_rooms.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_rooms.OnHoverImage       = null;
     this.btn_rooms.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_rooms.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_rooms.Radius             = 15;
     this.btn_rooms.Size               = new System.Drawing.Size(180, 200);
     this.btn_rooms.TabIndex           = 23;
     this.btn_rooms.Text               = "Rooms";
     this.btn_rooms.TextImageOffsetY   = 20;
     this.btn_rooms.Click             += new System.EventHandler(this.btn_rooms_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(600, 745);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(0, 26);
     this.label1.TabIndex = 32;
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-140, 114);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 31;
     gunaPictureBox1.TabStop      = false;
     //
     // general
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.btn_back);
     this.Controls.Add(this.btn_employee);
     this.Controls.Add(this.btn_child_info);
     this.Controls.Add(this.btn_childHealth);
     this.Controls.Add(this.btn_rooms);
     this.Controls.Add(this.gunaElipsePanel2);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "general";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "general";
     this.Load           += new System.EventHandler(this.general_Load);
     this.gunaElipsePanel2.ResumeLayout(false);
     this.gunaElipsePanel2.PerformLayout();
     this.gunaElipsePanel3.ResumeLayout(false);
     this.gunaElipsePanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaCirclePictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).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();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(employee));
     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();
     this.gunaElipse1                   = new Guna.UI.WinForms.GunaElipse(this.components);
     this.gunaElipsePanel1              = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3            = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close                     = new Guna.UI.WinForms.GunaAdvenceButton();
     this.txt_employee_employeeFullname = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel1                    = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel2                    = new Guna.UI.WinForms.GunaLabel();
     this.combo_employee_employeeGender = new Guna.UI.WinForms.GunaComboBox();
     this.gunaLabel3                    = new Guna.UI.WinForms.GunaLabel();
     this.txt_employee_salary           = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel4                    = new Guna.UI.WinForms.GunaLabel();
     this.txt_employee_employeePhone    = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel5                    = new Guna.UI.WinForms.GunaLabel();
     this.btn_employee_delete           = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_employee_save             = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaLineTextBox4              = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel6                    = new Guna.UI.WinForms.GunaLabel();
     this.job_title                     = new Guna.UI.WinForms.GunaLineTextBox();
     this.dataGridView1                 = new System.Windows.Forms.DataGridView();
     this.label1             = new System.Windows.Forms.Label();
     this.gunaAdvenceButton1 = new Guna.UI.WinForms.GunaAdvenceButton();
     gunaPictureBox1         = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-152, 95);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 70;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(0, -1);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1391, 79);
     this.gunaElipsePanel1.TabIndex = 40;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // txt_employee_employeeFullname
     //
     this.txt_employee_employeeFullname.Animated         = true;
     this.txt_employee_employeeFullname.BackColor        = System.Drawing.Color.White;
     this.txt_employee_employeeFullname.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_employee_employeeFullname.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_employee_employeeFullname.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_employee_employeeFullname.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_employee_employeeFullname.Location         = new System.Drawing.Point(66, 170);
     this.txt_employee_employeeFullname.Name             = "txt_employee_employeeFullname";
     this.txt_employee_employeeFullname.PasswordChar     = '\0';
     this.txt_employee_employeeFullname.Size             = new System.Drawing.Size(351, 44);
     this.txt_employee_employeeFullname.TabIndex         = 41;
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize  = true;
     this.gunaLabel1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel1.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel1.Location  = new System.Drawing.Point(62, 138);
     this.gunaLabel1.Name      = "gunaLabel1";
     this.gunaLabel1.Size      = new System.Drawing.Size(127, 19);
     this.gunaLabel1.TabIndex  = 42;
     this.gunaLabel1.Text      = "Employee Fullname";
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel2.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel2.Location  = new System.Drawing.Point(62, 313);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(122, 19);
     this.gunaLabel2.TabIndex  = 64;
     this.gunaLabel2.Text      = "Employee Job Title";
     //
     // combo_employee_employeeGender
     //
     this.combo_employee_employeeGender.BackColor         = System.Drawing.Color.Transparent;
     this.combo_employee_employeeGender.BaseColor         = System.Drawing.Color.White;
     this.combo_employee_employeeGender.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_employee_employeeGender.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_employee_employeeGender.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_employee_employeeGender.FocusedColor      = System.Drawing.Color.Empty;
     this.combo_employee_employeeGender.Font              = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_employee_employeeGender.ForeColor         = System.Drawing.Color.Black;
     this.combo_employee_employeeGender.FormattingEnabled = true;
     this.combo_employee_employeeGender.IntegralHeight    = false;
     this.combo_employee_employeeGender.ItemHeight        = 42;
     this.combo_employee_employeeGender.Items.AddRange(new object[] {
         "Male",
         "Femal"
     });
     this.combo_employee_employeeGender.Location             = new System.Drawing.Point(66, 254);
     this.combo_employee_employeeGender.Name                 = "combo_employee_employeeGender";
     this.combo_employee_employeeGender.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_employee_employeeGender.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_employee_employeeGender.Radius               = 5;
     this.combo_employee_employeeGender.Size                 = new System.Drawing.Size(351, 48);
     this.combo_employee_employeeGender.TabIndex             = 63;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(62, 226);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(117, 19);
     this.gunaLabel3.TabIndex  = 62;
     this.gunaLabel3.Text      = "Employee Gender";
     //
     // txt_employee_salary
     //
     this.txt_employee_salary.Animated         = true;
     this.txt_employee_salary.BackColor        = System.Drawing.Color.White;
     this.txt_employee_salary.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_employee_salary.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_employee_salary.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_employee_salary.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_employee_salary.Location         = new System.Drawing.Point(66, 433);
     this.txt_employee_salary.Name             = "txt_employee_salary";
     this.txt_employee_salary.PasswordChar     = '\0';
     this.txt_employee_salary.Size             = new System.Drawing.Size(351, 44);
     this.txt_employee_salary.TabIndex         = 65;
     //
     // gunaLabel4
     //
     this.gunaLabel4.AutoSize  = true;
     this.gunaLabel4.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel4.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel4.Location  = new System.Drawing.Point(62, 407);
     this.gunaLabel4.Name      = "gunaLabel4";
     this.gunaLabel4.Size      = new System.Drawing.Size(45, 19);
     this.gunaLabel4.TabIndex  = 66;
     this.gunaLabel4.Text      = "Salary";
     //
     // txt_employee_employeePhone
     //
     this.txt_employee_employeePhone.Animated         = true;
     this.txt_employee_employeePhone.BackColor        = System.Drawing.Color.White;
     this.txt_employee_employeePhone.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_employee_employeePhone.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_employee_employeePhone.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_employee_employeePhone.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_employee_employeePhone.Location         = new System.Drawing.Point(66, 519);
     this.txt_employee_employeePhone.Name             = "txt_employee_employeePhone";
     this.txt_employee_employeePhone.PasswordChar     = '\0';
     this.txt_employee_employeePhone.Size             = new System.Drawing.Size(351, 44);
     this.txt_employee_employeePhone.TabIndex         = 67;
     //
     // gunaLabel5
     //
     this.gunaLabel5.AutoSize  = true;
     this.gunaLabel5.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel5.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel5.Location  = new System.Drawing.Point(62, 491);
     this.gunaLabel5.Name      = "gunaLabel5";
     this.gunaLabel5.Size      = new System.Drawing.Size(111, 19);
     this.gunaLabel5.TabIndex  = 68;
     this.gunaLabel5.Text      = "Employee Phone";
     //
     // btn_employee_delete
     //
     this.btn_employee_delete.Animated            = true;
     this.btn_employee_delete.AnimationHoverSpeed = 0.07F;
     this.btn_employee_delete.AnimationSpeed      = 0.03F;
     this.btn_employee_delete.BackColor           = System.Drawing.Color.Transparent;
     this.btn_employee_delete.BaseColor           = System.Drawing.Color.Coral;
     this.btn_employee_delete.BorderColor         = System.Drawing.Color.Black;
     this.btn_employee_delete.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_employee_delete.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_employee_delete.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_employee_delete.CheckedImage        = null;
     this.btn_employee_delete.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_employee_delete.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_employee_delete.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_employee_delete.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_employee_delete.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_employee_delete.ForeColor          = System.Drawing.Color.White;
     this.btn_employee_delete.Image              = null;
     this.btn_employee_delete.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_employee_delete.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_employee_delete.Location           = new System.Drawing.Point(66, 673);
     this.btn_employee_delete.Name               = "btn_employee_delete";
     this.btn_employee_delete.OnHoverBaseColor   = System.Drawing.Color.White;
     this.btn_employee_delete.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_employee_delete.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_employee_delete.OnHoverImage       = null;
     this.btn_employee_delete.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_employee_delete.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_employee_delete.Radius             = 3;
     this.btn_employee_delete.Size               = new System.Drawing.Size(351, 57);
     this.btn_employee_delete.TabIndex           = 75;
     this.btn_employee_delete.Text               = "DELETE";
     this.btn_employee_delete.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_employee_delete.Click             += new System.EventHandler(this.btn_employee_delete_Click);
     //
     // btn_employee_save
     //
     this.btn_employee_save.Animated            = true;
     this.btn_employee_save.AnimationHoverSpeed = 0.07F;
     this.btn_employee_save.AnimationSpeed      = 0.03F;
     this.btn_employee_save.BackColor           = System.Drawing.Color.Transparent;
     this.btn_employee_save.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_employee_save.BorderColor         = System.Drawing.Color.Black;
     this.btn_employee_save.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_employee_save.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_employee_save.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_employee_save.CheckedImage        = null;
     this.btn_employee_save.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_employee_save.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_employee_save.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_employee_save.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_employee_save.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_employee_save.ForeColor          = System.Drawing.Color.White;
     this.btn_employee_save.Image              = null;
     this.btn_employee_save.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_employee_save.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_employee_save.Location           = new System.Drawing.Point(66, 590);
     this.btn_employee_save.Name               = "btn_employee_save";
     this.btn_employee_save.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(148)))), ((int)(((byte)(80)))));
     this.btn_employee_save.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_employee_save.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_employee_save.OnHoverImage       = null;
     this.btn_employee_save.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_employee_save.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_employee_save.Radius             = 3;
     this.btn_employee_save.Size               = new System.Drawing.Size(351, 57);
     this.btn_employee_save.TabIndex           = 73;
     this.btn_employee_save.Text               = "SAVE OR UPDATE";
     this.btn_employee_save.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_employee_save.Click             += new System.EventHandler(this.btn_employee_save_Click);
     //
     // gunaLineTextBox4
     //
     this.gunaLineTextBox4.Animated         = true;
     this.gunaLineTextBox4.BackColor        = System.Drawing.Color.White;
     this.gunaLineTextBox4.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.gunaLineTextBox4.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaLineTextBox4.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLineTextBox4.LineColor        = System.Drawing.Color.Gainsboro;
     this.gunaLineTextBox4.Location         = new System.Drawing.Point(-859, 193);
     this.gunaLineTextBox4.Name             = "gunaLineTextBox4";
     this.gunaLineTextBox4.PasswordChar     = '\0';
     this.gunaLineTextBox4.Size             = new System.Drawing.Size(351, 44);
     this.gunaLineTextBox4.TabIndex         = 71;
     //
     // gunaLabel6
     //
     this.gunaLabel6.AutoSize  = true;
     this.gunaLabel6.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel6.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel6.Location  = new System.Drawing.Point(-863, 171);
     this.gunaLabel6.Name      = "gunaLabel6";
     this.gunaLabel6.Size      = new System.Drawing.Size(58, 19);
     this.gunaLabel6.TabIndex  = 72;
     this.gunaLabel6.Text      = "Child ID";
     //
     // job_title
     //
     this.job_title.Animated         = true;
     this.job_title.BackColor        = System.Drawing.Color.White;
     this.job_title.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.job_title.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.job_title.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.job_title.LineColor        = System.Drawing.Color.Gainsboro;
     this.job_title.Location         = new System.Drawing.Point(66, 346);
     this.job_title.Name             = "job_title";
     this.job_title.PasswordChar     = '\0';
     this.job_title.Size             = new System.Drawing.Size(351, 44);
     this.job_title.TabIndex         = 76;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows            = false;
     this.dataGridView1.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.dataGridView1.BackgroundColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Poppins", 11.33333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.Padding                   = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle              = dataGridViewCellStyle2;
     this.dataGridView1.GridColor                     = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.Location                      = new System.Drawing.Point(448, 170);
     this.dataGridView1.Margin                               = new System.Windows.Forms.Padding(5);
     this.dataGridView1.Name                                 = "dataGridView1";
     this.dataGridView1.ReadOnly                             = true;
     dataGridViewCellStyle3.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                        = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                             = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                        = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.Padding                          = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle3.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle           = dataGridViewCellStyle3;
     this.dataGridView1.RowHeadersWidth                      = 46;
     dataGridViewCellStyle4.Font                             = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.Padding                          = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowsDefaultCellStyle                 = dataGridViewCellStyle4;
     this.dataGridView1.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(7);
     this.dataGridView1.RowTemplate.Height                   = 40;
     this.dataGridView1.Size                                 = new System.Drawing.Size(906, 560);
     this.dataGridView1.TabIndex                             = 109;
     this.dataGridView1.CellClick                           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(443, 756);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(381, 26);
     this.label1.TabIndex = 111;
     this.label1.Text     = "Make Sure Clear All Field Before Adding New Data";
     //
     // gunaAdvenceButton1
     //
     this.gunaAdvenceButton1.Animated            = true;
     this.gunaAdvenceButton1.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton1.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton1.BaseColor           = System.Drawing.Color.White;
     this.gunaAdvenceButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton1.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton1.CheckedImage        = null;
     this.gunaAdvenceButton1.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton1.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton1.ForeColor          = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.Image              = null;
     this.gunaAdvenceButton1.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton1.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.Location           = new System.Drawing.Point(448, 794);
     this.gunaAdvenceButton1.Name               = "gunaAdvenceButton1";
     this.gunaAdvenceButton1.OnHoverBaseColor   = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.OnHoverBorderColor = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton1.OnHoverImage       = null;
     this.gunaAdvenceButton1.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.Radius             = 3;
     this.gunaAdvenceButton1.Size               = new System.Drawing.Size(352, 57);
     this.gunaAdvenceButton1.TabIndex           = 110;
     this.gunaAdvenceButton1.Text               = "CLEAR";
     this.gunaAdvenceButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.Click             += new System.EventHandler(this.gunaAdvenceButton1_Click);
     //
     // employee
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gunaAdvenceButton1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.job_title);
     this.Controls.Add(this.btn_employee_delete);
     this.Controls.Add(this.btn_employee_save);
     this.Controls.Add(this.gunaLineTextBox4);
     this.Controls.Add(this.gunaLabel6);
     this.Controls.Add(this.txt_employee_employeePhone);
     this.Controls.Add(this.gunaLabel5);
     this.Controls.Add(this.txt_employee_salary);
     this.Controls.Add(this.gunaLabel4);
     this.Controls.Add(this.gunaLabel2);
     this.Controls.Add(this.combo_employee_employeeGender);
     this.Controls.Add(this.gunaLabel3);
     this.Controls.Add(this.txt_employee_employeeFullname);
     this.Controls.Add(this.gunaLabel1);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "employee";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "employee";
     this.Load           += new System.EventHandler(this.employee_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 11
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();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(teacher));
     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();
     this.gunaElipse1             = new Guna.UI.WinForms.GunaElipse(this.components);
     this.not_teacher_subject     = new Guna.UI.WinForms.GunaTextBox();
     this.combo_teacher_room_name = new Guna.UI.WinForms.GunaComboBox();
     this.DateTime_teacher_from   = new Guna.UI.WinForms.GunaDateTimePicker();
     this.gunaLabel1              = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel2              = new Guna.UI.WinForms.GunaLabel();
     this.DateTime_teacher_to     = new Guna.UI.WinForms.GunaDateTimePicker();
     this.gunaElipsePanel1        = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3      = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close               = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_teacher_search      = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaLabel4              = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel5              = new Guna.UI.WinForms.GunaLabel();
     this.txt_subject_subjectName = new Guna.UI.WinForms.GunaLineTextBox();
     this.gunaLabel3              = new Guna.UI.WinForms.GunaLabel();
     this.dataGridView1           = new System.Windows.Forms.DataGridView();
     this.gunaDateTimePicker1     = new Guna.UI.WinForms.GunaDateTimePicker();
     this.gunaLabel6              = new Guna.UI.WinForms.GunaLabel();
     this.label1               = new System.Windows.Forms.Label();
     this.gunaAdvenceButton1   = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_rooms_delete     = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_rooms_save       = new Guna.UI.WinForms.GunaAdvenceButton();
     this.teacherBindingSource = new System.Windows.Forms.BindingSource(this.components);
     gunaPictureBox1           = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teacherBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-137, 104);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 37;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // not_teacher_subject
     //
     this.not_teacher_subject.BackColor          = System.Drawing.Color.Transparent;
     this.not_teacher_subject.BaseColor          = System.Drawing.Color.White;
     this.not_teacher_subject.BorderColor        = System.Drawing.Color.Silver;
     this.not_teacher_subject.Cursor             = System.Windows.Forms.Cursors.IBeam;
     this.not_teacher_subject.FocusedBaseColor   = System.Drawing.Color.White;
     this.not_teacher_subject.FocusedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.not_teacher_subject.FocusedForeColor   = System.Drawing.SystemColors.ControlText;
     this.not_teacher_subject.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.not_teacher_subject.Location     = new System.Drawing.Point(55, 397);
     this.not_teacher_subject.MultiLine    = true;
     this.not_teacher_subject.Name         = "not_teacher_subject";
     this.not_teacher_subject.PasswordChar = '\0';
     this.not_teacher_subject.Radius       = 5;
     this.not_teacher_subject.Size         = new System.Drawing.Size(351, 201);
     this.not_teacher_subject.TabIndex     = 2;
     //
     // combo_teacher_room_name
     //
     this.combo_teacher_room_name.BackColor            = System.Drawing.Color.Transparent;
     this.combo_teacher_room_name.BaseColor            = System.Drawing.Color.White;
     this.combo_teacher_room_name.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_teacher_room_name.DrawMode             = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_teacher_room_name.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_teacher_room_name.FocusedColor         = System.Drawing.Color.Empty;
     this.combo_teacher_room_name.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_teacher_room_name.ForeColor            = System.Drawing.Color.Black;
     this.combo_teacher_room_name.FormattingEnabled    = true;
     this.combo_teacher_room_name.IntegralHeight       = false;
     this.combo_teacher_room_name.ItemHeight           = 42;
     this.combo_teacher_room_name.Location             = new System.Drawing.Point(55, 312);
     this.combo_teacher_room_name.Name                 = "combo_teacher_room_name";
     this.combo_teacher_room_name.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_teacher_room_name.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_teacher_room_name.Radius               = 5;
     this.combo_teacher_room_name.Size                 = new System.Drawing.Size(351, 48);
     this.combo_teacher_room_name.TabIndex             = 3;
     //
     // DateTime_teacher_from
     //
     this.DateTime_teacher_from.BackColor          = System.Drawing.Color.Transparent;
     this.DateTime_teacher_from.BaseColor          = System.Drawing.Color.White;
     this.DateTime_teacher_from.BorderColor        = System.Drawing.Color.Silver;
     this.DateTime_teacher_from.CustomFormat       = null;
     this.DateTime_teacher_from.DropDownAlign      = System.Windows.Forms.LeftRightAlignment.Right;
     this.DateTime_teacher_from.FocusedColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.DateTime_teacher_from.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.DateTime_teacher_from.ForeColor          = System.Drawing.Color.Black;
     this.DateTime_teacher_from.Location           = new System.Drawing.Point(549, 133);
     this.DateTime_teacher_from.MaxDate            = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.DateTime_teacher_from.MinDate            = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.DateTime_teacher_from.Name               = "DateTime_teacher_from";
     this.DateTime_teacher_from.OnHoverBaseColor   = System.Drawing.Color.White;
     this.DateTime_teacher_from.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.DateTime_teacher_from.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.DateTime_teacher_from.OnPressedColor     = System.Drawing.Color.Black;
     this.DateTime_teacher_from.Radius             = 3;
     this.DateTime_teacher_from.Size               = new System.Drawing.Size(263, 56);
     this.DateTime_teacher_from.TabIndex           = 5;
     this.DateTime_teacher_from.Text               = "Sunday, February 16, 2020";
     this.DateTime_teacher_from.Value              = new System.DateTime(2020, 2, 16, 19, 19, 49, 564);
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize = true;
     this.gunaLabel1.Font     = new System.Drawing.Font("Open Sans", 9.163636F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel1.Location = new System.Drawing.Point(495, 150);
     this.gunaLabel1.Name     = "gunaLabel1";
     this.gunaLabel1.Size     = new System.Drawing.Size(43, 19);
     this.gunaLabel1.TabIndex = 6;
     this.gunaLabel1.Text     = "From";
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize = true;
     this.gunaLabel2.Font     = new System.Drawing.Font("Open Sans", 9.163636F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel2.Location = new System.Drawing.Point(827, 152);
     this.gunaLabel2.Name     = "gunaLabel2";
     this.gunaLabel2.Size     = new System.Drawing.Size(25, 19);
     this.gunaLabel2.TabIndex = 8;
     this.gunaLabel2.Text     = "To";
     //
     // DateTime_teacher_to
     //
     this.DateTime_teacher_to.BackColor          = System.Drawing.Color.Transparent;
     this.DateTime_teacher_to.BaseColor          = System.Drawing.Color.White;
     this.DateTime_teacher_to.BorderColor        = System.Drawing.Color.Silver;
     this.DateTime_teacher_to.CustomFormat       = null;
     this.DateTime_teacher_to.DropDownAlign      = System.Windows.Forms.LeftRightAlignment.Right;
     this.DateTime_teacher_to.FocusedColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.DateTime_teacher_to.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.DateTime_teacher_to.ForeColor          = System.Drawing.Color.Black;
     this.DateTime_teacher_to.Location           = new System.Drawing.Point(858, 133);
     this.DateTime_teacher_to.MaxDate            = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.DateTime_teacher_to.MinDate            = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.DateTime_teacher_to.Name               = "DateTime_teacher_to";
     this.DateTime_teacher_to.OnHoverBaseColor   = System.Drawing.Color.White;
     this.DateTime_teacher_to.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.DateTime_teacher_to.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.DateTime_teacher_to.OnPressedColor     = System.Drawing.Color.Black;
     this.DateTime_teacher_to.Radius             = 3;
     this.DateTime_teacher_to.Size               = new System.Drawing.Size(263, 56);
     this.DateTime_teacher_to.TabIndex           = 7;
     this.DateTime_teacher_to.Text               = "Sunday, February 16, 2020";
     this.DateTime_teacher_to.Value              = new System.DateTime(2020, 2, 16, 19, 19, 49, 564);
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(0, 0);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1435, 79);
     this.gunaElipsePanel1.TabIndex = 38;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // btn_teacher_search
     //
     this.btn_teacher_search.AnimationHoverSpeed = 0.07F;
     this.btn_teacher_search.AnimationSpeed      = 0.03F;
     this.btn_teacher_search.BackColor           = System.Drawing.Color.Transparent;
     this.btn_teacher_search.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_teacher_search.BorderColor         = System.Drawing.Color.Black;
     this.btn_teacher_search.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_teacher_search.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_teacher_search.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_teacher_search.CheckedImage        = null;
     this.btn_teacher_search.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_teacher_search.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_teacher_search.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_teacher_search.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_teacher_search.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_teacher_search.ForeColor          = System.Drawing.Color.White;
     this.btn_teacher_search.Image              = null;
     this.btn_teacher_search.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_teacher_search.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_teacher_search.Location           = new System.Drawing.Point(1145, 133);
     this.btn_teacher_search.Name               = "btn_teacher_search";
     this.btn_teacher_search.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(148)))), ((int)(((byte)(80)))));
     this.btn_teacher_search.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_teacher_search.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_teacher_search.OnHoverImage       = null;
     this.btn_teacher_search.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_teacher_search.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_teacher_search.Radius             = 3;
     this.btn_teacher_search.Size               = new System.Drawing.Size(181, 56);
     this.btn_teacher_search.TabIndex           = 39;
     this.btn_teacher_search.Text               = "SEARCH";
     this.btn_teacher_search.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // gunaLabel4
     //
     this.gunaLabel4.AutoSize  = true;
     this.gunaLabel4.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel4.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel4.Location  = new System.Drawing.Point(51, 285);
     this.gunaLabel4.Name      = "gunaLabel4";
     this.gunaLabel4.Size      = new System.Drawing.Size(85, 19);
     this.gunaLabel4.TabIndex  = 58;
     this.gunaLabel4.Text      = "Room Name";
     //
     // gunaLabel5
     //
     this.gunaLabel5.AutoSize  = true;
     this.gunaLabel5.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel5.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel5.Location  = new System.Drawing.Point(51, 363);
     this.gunaLabel5.Name      = "gunaLabel5";
     this.gunaLabel5.Size      = new System.Drawing.Size(39, 19);
     this.gunaLabel5.TabIndex  = 62;
     this.gunaLabel5.Text      = "Note";
     //
     // txt_subject_subjectName
     //
     this.txt_subject_subjectName.Animated         = true;
     this.txt_subject_subjectName.BackColor        = System.Drawing.Color.White;
     this.txt_subject_subjectName.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txt_subject_subjectName.FocusedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.txt_subject_subjectName.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.txt_subject_subjectName.LineColor        = System.Drawing.Color.Gainsboro;
     this.txt_subject_subjectName.Location         = new System.Drawing.Point(55, 133);
     this.txt_subject_subjectName.Name             = "txt_subject_subjectName";
     this.txt_subject_subjectName.PasswordChar     = '\0';
     this.txt_subject_subjectName.Size             = new System.Drawing.Size(351, 44);
     this.txt_subject_subjectName.TabIndex         = 95;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(51, 103);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(53, 19);
     this.gunaLabel3.TabIndex  = 96;
     this.gunaLabel3.Text      = "Subject";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows    = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AutoSizeColumnsMode   = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor       = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment         = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor         = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Poppins", 11.33333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.Padding                   = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle              = dataGridViewCellStyle2;
     this.dataGridView1.GridColor                     = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.Location                      = new System.Drawing.Point(503, 240);
     this.dataGridView1.Margin                               = new System.Windows.Forms.Padding(5);
     this.dataGridView1.Name                                 = "dataGridView1";
     dataGridViewCellStyle3.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                        = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                             = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                        = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.Padding                          = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle3.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle           = dataGridViewCellStyle3;
     this.dataGridView1.RowHeadersWidth                      = 46;
     dataGridViewCellStyle4.Font                             = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.Padding                          = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowsDefaultCellStyle                 = dataGridViewCellStyle4;
     this.dataGridView1.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowTemplate.Height                   = 40;
     this.dataGridView1.ScrollBars                           = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size                                 = new System.Drawing.Size(823, 474);
     this.dataGridView1.TabIndex                             = 97;
     this.dataGridView1.CellClick                           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // gunaDateTimePicker1
     //
     this.gunaDateTimePicker1.BaseColor          = System.Drawing.Color.White;
     this.gunaDateTimePicker1.BorderColor        = System.Drawing.Color.Silver;
     this.gunaDateTimePicker1.CustomFormat       = null;
     this.gunaDateTimePicker1.DropDownAlign      = System.Windows.Forms.LeftRightAlignment.Right;
     this.gunaDateTimePicker1.FocusedColor       = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.gunaDateTimePicker1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaDateTimePicker1.ForeColor          = System.Drawing.Color.Black;
     this.gunaDateTimePicker1.Location           = new System.Drawing.Point(55, 215);
     this.gunaDateTimePicker1.MaxDate            = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.gunaDateTimePicker1.MinDate            = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.gunaDateTimePicker1.Name               = "gunaDateTimePicker1";
     this.gunaDateTimePicker1.OnHoverBaseColor   = System.Drawing.Color.White;
     this.gunaDateTimePicker1.OnHoverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.gunaDateTimePicker1.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.gunaDateTimePicker1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaDateTimePicker1.Size               = new System.Drawing.Size(351, 52);
     this.gunaDateTimePicker1.TabIndex           = 98;
     this.gunaDateTimePicker1.Text               = "Wednesday, June 10, 2020";
     this.gunaDateTimePicker1.Value              = new System.DateTime(2020, 6, 10, 18, 10, 25, 500);
     //
     // gunaLabel6
     //
     this.gunaLabel6.AutoSize  = true;
     this.gunaLabel6.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel6.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel6.Location  = new System.Drawing.Point(51, 186);
     this.gunaLabel6.Name      = "gunaLabel6";
     this.gunaLabel6.Size      = new System.Drawing.Size(38, 19);
     this.gunaLabel6.TabIndex  = 99;
     this.gunaLabel6.Text      = "Date";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(499, 745);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(381, 26);
     this.label1.TabIndex = 103;
     this.label1.Text     = "Make Sure Clear All Field Before Adding New Data";
     //
     // gunaAdvenceButton1
     //
     this.gunaAdvenceButton1.Animated            = true;
     this.gunaAdvenceButton1.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton1.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton1.BaseColor           = System.Drawing.Color.White;
     this.gunaAdvenceButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton1.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton1.CheckedImage        = null;
     this.gunaAdvenceButton1.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton1.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton1.ForeColor          = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.Image              = null;
     this.gunaAdvenceButton1.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton1.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.Location           = new System.Drawing.Point(499, 783);
     this.gunaAdvenceButton1.Name               = "gunaAdvenceButton1";
     this.gunaAdvenceButton1.OnHoverBaseColor   = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.OnHoverBorderColor = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton1.OnHoverImage       = null;
     this.gunaAdvenceButton1.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.Radius             = 3;
     this.gunaAdvenceButton1.Size               = new System.Drawing.Size(351, 57);
     this.gunaAdvenceButton1.TabIndex           = 102;
     this.gunaAdvenceButton1.Text               = "CLEAR";
     this.gunaAdvenceButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.Click             += new System.EventHandler(this.gunaAdvenceButton1_Click_1);
     //
     // btn_rooms_delete
     //
     this.btn_rooms_delete.Animated            = true;
     this.btn_rooms_delete.AnimationHoverSpeed = 0.07F;
     this.btn_rooms_delete.AnimationSpeed      = 0.03F;
     this.btn_rooms_delete.BackColor           = System.Drawing.Color.Transparent;
     this.btn_rooms_delete.BaseColor           = System.Drawing.Color.Coral;
     this.btn_rooms_delete.BorderColor         = System.Drawing.Color.Black;
     this.btn_rooms_delete.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_rooms_delete.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_rooms_delete.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_rooms_delete.CheckedImage        = null;
     this.btn_rooms_delete.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_rooms_delete.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_rooms_delete.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_rooms_delete.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_rooms_delete.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_rooms_delete.ForeColor          = System.Drawing.Color.White;
     this.btn_rooms_delete.Image              = null;
     this.btn_rooms_delete.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_rooms_delete.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_delete.Location           = new System.Drawing.Point(55, 697);
     this.btn_rooms_delete.Name               = "btn_rooms_delete";
     this.btn_rooms_delete.OnHoverBaseColor   = System.Drawing.Color.White;
     this.btn_rooms_delete.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_rooms_delete.OnHoverForeColor   = System.Drawing.Color.Coral;
     this.btn_rooms_delete.OnHoverImage       = null;
     this.btn_rooms_delete.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_delete.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_rooms_delete.Radius             = 3;
     this.btn_rooms_delete.Size               = new System.Drawing.Size(351, 57);
     this.btn_rooms_delete.TabIndex           = 101;
     this.btn_rooms_delete.Text               = "DELETE";
     this.btn_rooms_delete.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_rooms_delete.Click             += new System.EventHandler(this.btn_rooms_delete_Click_1);
     //
     // btn_rooms_save
     //
     this.btn_rooms_save.Animated            = true;
     this.btn_rooms_save.AnimationHoverSpeed = 0.07F;
     this.btn_rooms_save.AnimationSpeed      = 0.03F;
     this.btn_rooms_save.BackColor           = System.Drawing.Color.Transparent;
     this.btn_rooms_save.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_rooms_save.BorderColor         = System.Drawing.Color.Black;
     this.btn_rooms_save.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_rooms_save.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_rooms_save.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_rooms_save.CheckedImage        = null;
     this.btn_rooms_save.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_rooms_save.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_rooms_save.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_rooms_save.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_rooms_save.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_rooms_save.ForeColor          = System.Drawing.Color.White;
     this.btn_rooms_save.Image              = null;
     this.btn_rooms_save.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_rooms_save.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_save.Location           = new System.Drawing.Point(55, 628);
     this.btn_rooms_save.Name               = "btn_rooms_save";
     this.btn_rooms_save.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(148)))), ((int)(((byte)(80)))));
     this.btn_rooms_save.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_rooms_save.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_rooms_save.OnHoverImage       = null;
     this.btn_rooms_save.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_save.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_rooms_save.Radius             = 3;
     this.btn_rooms_save.Size               = new System.Drawing.Size(351, 57);
     this.btn_rooms_save.TabIndex           = 100;
     this.btn_rooms_save.Text               = "SAVE OR UPDATE";
     this.btn_rooms_save.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_rooms_save.Click             += new System.EventHandler(this.btn_rooms_save_Click);
     //
     // teacherBindingSource
     //
     this.teacherBindingSource.DataSource = typeof(kindergarten2.teacher);
     //
     // teacher
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gunaAdvenceButton1);
     this.Controls.Add(this.btn_rooms_delete);
     this.Controls.Add(this.btn_rooms_save);
     this.Controls.Add(this.gunaLabel6);
     this.Controls.Add(this.gunaDateTimePicker1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.txt_subject_subjectName);
     this.Controls.Add(this.gunaLabel3);
     this.Controls.Add(this.gunaLabel5);
     this.Controls.Add(this.gunaLabel4);
     this.Controls.Add(this.btn_teacher_search);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.gunaLabel2);
     this.Controls.Add(this.DateTime_teacher_to);
     this.Controls.Add(this.gunaLabel1);
     this.Controls.Add(this.DateTime_teacher_from);
     this.Controls.Add(this.combo_teacher_room_name);
     this.Controls.Add(this.not_teacher_subject);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "teacher";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "teacher";
     this.Load           += new System.EventHandler(this.teacher_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teacherBindingSource)).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();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(nurse));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.gunaElipse1            = new Guna.UI.WinForms.GunaElipse(this.components);
     this.btn_nurse_save         = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaElipsePanel1       = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaAdvenceButton3     = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close              = new Guna.UI.WinForms.GunaAdvenceButton();
     this.combo_nurse_room_name  = new Guna.UI.WinForms.GunaComboBox();
     this.not_nurse              = new Guna.UI.WinForms.GunaTextBox();
     this.gunaLabel1             = new Guna.UI.WinForms.GunaLabel();
     this.combo_nurse_child_name = new Guna.UI.WinForms.GunaComboBox();
     this.gunaLabel2             = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel3             = new Guna.UI.WinForms.GunaLabel();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.label1             = new System.Windows.Forms.Label();
     this.gunaAdvenceButton1 = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_rooms_delete   = new Guna.UI.WinForms.GunaAdvenceButton();
     this.label2             = new System.Windows.Forms.Label();
     gunaPictureBox1         = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-165, 101);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 49;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // btn_nurse_save
     //
     this.btn_nurse_save.AnimationHoverSpeed = 0.07F;
     this.btn_nurse_save.AnimationSpeed      = 0.03F;
     this.btn_nurse_save.BackColor           = System.Drawing.Color.Transparent;
     this.btn_nurse_save.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.btn_nurse_save.BorderColor         = System.Drawing.Color.Black;
     this.btn_nurse_save.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_nurse_save.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_nurse_save.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_nurse_save.CheckedImage        = null;
     this.btn_nurse_save.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_nurse_save.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_nurse_save.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_nurse_save.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_nurse_save.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_nurse_save.ForeColor          = System.Drawing.Color.White;
     this.btn_nurse_save.Image              = null;
     this.btn_nurse_save.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_nurse_save.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_nurse_save.Location           = new System.Drawing.Point(55, 545);
     this.btn_nurse_save.Name               = "btn_nurse_save";
     this.btn_nurse_save.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(148)))), ((int)(((byte)(80)))));
     this.btn_nurse_save.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_nurse_save.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_nurse_save.OnHoverImage       = null;
     this.btn_nurse_save.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_nurse_save.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_nurse_save.Radius             = 3;
     this.btn_nurse_save.Size               = new System.Drawing.Size(353, 57);
     this.btn_nurse_save.TabIndex           = 51;
     this.btn_nurse_save.Text               = "SAVE OR UPDATE";
     this.btn_nurse_save.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_nurse_save.Click             += new System.EventHandler(this.btn_nurse_save_Click);
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(0, 0);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1391, 79);
     this.gunaElipsePanel1.TabIndex = 48;
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // combo_nurse_room_name
     //
     this.combo_nurse_room_name.BackColor            = System.Drawing.Color.Transparent;
     this.combo_nurse_room_name.BaseColor            = System.Drawing.Color.White;
     this.combo_nurse_room_name.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_nurse_room_name.DrawMode             = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_nurse_room_name.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_nurse_room_name.FocusedColor         = System.Drawing.Color.Empty;
     this.combo_nurse_room_name.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_nurse_room_name.ForeColor            = System.Drawing.Color.Black;
     this.combo_nurse_room_name.FormattingEnabled    = true;
     this.combo_nurse_room_name.IntegralHeight       = false;
     this.combo_nurse_room_name.ItemHeight           = 42;
     this.combo_nurse_room_name.Location             = new System.Drawing.Point(56, 232);
     this.combo_nurse_room_name.Name                 = "combo_nurse_room_name";
     this.combo_nurse_room_name.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_nurse_room_name.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_nurse_room_name.Radius               = 5;
     this.combo_nurse_room_name.Size                 = new System.Drawing.Size(352, 48);
     this.combo_nurse_room_name.TabIndex             = 46;
     //
     // not_nurse
     //
     this.not_nurse.BackColor          = System.Drawing.Color.Transparent;
     this.not_nurse.BaseColor          = System.Drawing.Color.White;
     this.not_nurse.BorderColor        = System.Drawing.Color.Silver;
     this.not_nurse.Cursor             = System.Windows.Forms.Cursors.IBeam;
     this.not_nurse.FocusedBaseColor   = System.Drawing.Color.White;
     this.not_nurse.FocusedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.not_nurse.FocusedForeColor   = System.Drawing.SystemColors.ControlText;
     this.not_nurse.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.not_nurse.Location     = new System.Drawing.Point(56, 325);
     this.not_nurse.MultiLine    = true;
     this.not_nurse.Name         = "not_nurse";
     this.not_nurse.PasswordChar = '\0';
     this.not_nurse.Radius       = 5;
     this.not_nurse.Size         = new System.Drawing.Size(352, 201);
     this.not_nurse.TabIndex     = 45;
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize  = true;
     this.gunaLabel1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel1.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel1.Location  = new System.Drawing.Point(52, 105);
     this.gunaLabel1.Name      = "gunaLabel1";
     this.gunaLabel1.Size      = new System.Drawing.Size(80, 19);
     this.gunaLabel1.TabIndex  = 53;
     this.gunaLabel1.Text      = "Child Name";
     //
     // combo_nurse_child_name
     //
     this.combo_nurse_child_name.BackColor            = System.Drawing.Color.Transparent;
     this.combo_nurse_child_name.BaseColor            = System.Drawing.Color.White;
     this.combo_nurse_child_name.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.combo_nurse_child_name.DrawMode             = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combo_nurse_child_name.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_nurse_child_name.FocusedColor         = System.Drawing.Color.Empty;
     this.combo_nurse_child_name.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.combo_nurse_child_name.ForeColor            = System.Drawing.Color.Black;
     this.combo_nurse_child_name.FormattingEnabled    = true;
     this.combo_nurse_child_name.IntegralHeight       = false;
     this.combo_nurse_child_name.ItemHeight           = 42;
     this.combo_nurse_child_name.Location             = new System.Drawing.Point(56, 134);
     this.combo_nurse_child_name.Name                 = "combo_nurse_child_name";
     this.combo_nurse_child_name.OnHoverItemBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
     this.combo_nurse_child_name.OnHoverItemForeColor = System.Drawing.Color.White;
     this.combo_nurse_child_name.Radius               = 5;
     this.combo_nurse_child_name.Size                 = new System.Drawing.Size(352, 48);
     this.combo_nurse_child_name.TabIndex             = 54;
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel2.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel2.Location  = new System.Drawing.Point(52, 202);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(85, 19);
     this.gunaLabel2.TabIndex  = 55;
     this.gunaLabel2.Text      = "Room Name";
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(52, 297);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(39, 19);
     this.gunaLabel3.TabIndex  = 61;
     this.gunaLabel3.Text      = "Note";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows            = false;
     this.dataGridView1.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle5.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle5.Font                      = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle6.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font                      = new System.Drawing.Font("Poppins", 11.33333F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.Padding                   = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle6.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle              = dataGridViewCellStyle6;
     this.dataGridView1.GridColor                     = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.Location                      = new System.Drawing.Point(451, 134);
     this.dataGridView1.Margin                               = new System.Windows.Forms.Padding(5);
     this.dataGridView1.Name                                 = "dataGridView1";
     this.dataGridView1.ReadOnly                             = true;
     dataGridViewCellStyle7.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor                        = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font                             = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor                        = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.Padding                          = new System.Windows.Forms.Padding(5);
     dataGridViewCellStyle7.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle           = dataGridViewCellStyle7;
     this.dataGridView1.RowHeadersWidth                      = 46;
     dataGridViewCellStyle8.Font                             = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.Padding                          = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowsDefaultCellStyle                 = dataGridViewCellStyle8;
     this.dataGridView1.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(5);
     this.dataGridView1.RowTemplate.Height                   = 40;
     this.dataGridView1.ScrollBars                           = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size                                 = new System.Drawing.Size(903, 546);
     this.dataGridView1.TabIndex                             = 110;
     this.dataGridView1.CellClick                           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(54, 702);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(381, 26);
     this.label1.TabIndex = 126;
     this.label1.Text     = "Make Sure Clear All Field Before Adding New Data";
     //
     // gunaAdvenceButton1
     //
     this.gunaAdvenceButton1.Animated            = true;
     this.gunaAdvenceButton1.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton1.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton1.BaseColor           = System.Drawing.Color.White;
     this.gunaAdvenceButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton1.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton1.CheckedImage        = null;
     this.gunaAdvenceButton1.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton1.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaAdvenceButton1.ForeColor          = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.Image              = null;
     this.gunaAdvenceButton1.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton1.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.Location           = new System.Drawing.Point(56, 741);
     this.gunaAdvenceButton1.Name               = "gunaAdvenceButton1";
     this.gunaAdvenceButton1.OnHoverBaseColor   = System.Drawing.Color.DodgerBlue;
     this.gunaAdvenceButton1.OnHoverBorderColor = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton1.OnHoverImage       = null;
     this.gunaAdvenceButton1.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.gunaAdvenceButton1.OnPressedColor     = System.Drawing.Color.Black;
     this.gunaAdvenceButton1.Radius             = 3;
     this.gunaAdvenceButton1.Size               = new System.Drawing.Size(352, 57);
     this.gunaAdvenceButton1.TabIndex           = 125;
     this.gunaAdvenceButton1.Text               = "CLEAR";
     this.gunaAdvenceButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.gunaAdvenceButton1.Click             += new System.EventHandler(this.gunaAdvenceButton1_Click);
     //
     // btn_rooms_delete
     //
     this.btn_rooms_delete.Animated            = true;
     this.btn_rooms_delete.AnimationHoverSpeed = 0.07F;
     this.btn_rooms_delete.AnimationSpeed      = 0.03F;
     this.btn_rooms_delete.BackColor           = System.Drawing.Color.Transparent;
     this.btn_rooms_delete.BaseColor           = System.Drawing.Color.Coral;
     this.btn_rooms_delete.BorderColor         = System.Drawing.Color.Black;
     this.btn_rooms_delete.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_rooms_delete.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_rooms_delete.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_rooms_delete.CheckedImage        = null;
     this.btn_rooms_delete.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_rooms_delete.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_rooms_delete.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_rooms_delete.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_rooms_delete.Font               = new System.Drawing.Font("Open Sans", 9.818182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_rooms_delete.ForeColor          = System.Drawing.Color.White;
     this.btn_rooms_delete.Image              = null;
     this.btn_rooms_delete.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_rooms_delete.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_delete.Location           = new System.Drawing.Point(54, 623);
     this.btn_rooms_delete.Name               = "btn_rooms_delete";
     this.btn_rooms_delete.OnHoverBaseColor   = System.Drawing.Color.White;
     this.btn_rooms_delete.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_rooms_delete.OnHoverForeColor   = System.Drawing.Color.Coral;
     this.btn_rooms_delete.OnHoverImage       = null;
     this.btn_rooms_delete.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(58)))), ((int)(((byte)(170)))));
     this.btn_rooms_delete.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_rooms_delete.Radius             = 3;
     this.btn_rooms_delete.Size               = new System.Drawing.Size(354, 57);
     this.btn_rooms_delete.TabIndex           = 124;
     this.btn_rooms_delete.Text               = "DELETE";
     this.btn_rooms_delete.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_rooms_delete.Click             += new System.EventHandler(this.btn_rooms_delete_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Poppins", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(446, 101);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(260, 26);
     this.label2.TabIndex = 127;
     this.label2.Text     = "Select The Row You Wan\'t To Edit";
     //
     // nurse
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gunaAdvenceButton1);
     this.Controls.Add(this.btn_rooms_delete);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.gunaLabel3);
     this.Controls.Add(this.gunaLabel2);
     this.Controls.Add(this.combo_nurse_child_name);
     this.Controls.Add(this.gunaLabel1);
     this.Controls.Add(this.btn_nurse_save);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.combo_nurse_room_name);
     this.Controls.Add(this.not_nurse);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "nurse";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "nurse";
     this.Load           += new System.EventHandler(this.nurse_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
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();
     Guna.UI.WinForms.GunaPictureBox gunaPictureBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(main));
     this.gunaElipse1           = new Guna.UI.WinForms.GunaElipse(this.components);
     this.gunaWinSwitch1        = new Guna.UI.WinForms.GunaWinSwitch();
     this.gunaElipsePanel1      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaButton1           = new Guna.UI.WinForms.GunaButton();
     this.gunaAdvenceButton3    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.btn_close             = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaAdvenceButton2    = new Guna.UI.WinForms.GunaAdvenceButton();
     this.gunaCirclePictureBox1 = new Guna.UI.WinForms.GunaCirclePictureBox();
     this.gunaElipsePanel2      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaElipsePanel3      = new Guna.UI.WinForms.GunaElipsePanel();
     this.gunaLabel3            = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel2            = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel1            = new Guna.UI.WinForms.GunaLabel();
     this.btn_nurse             = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_sociallogist      = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_generals          = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_teachers          = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_system_management = new Guna.UI.WinForms.GunaAdvenceTileButton();
     this.btn_attendance        = new Guna.UI.WinForms.GunaAdvenceTileButton();
     gunaPictureBox1            = new Guna.UI.WinForms.GunaPictureBox();
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).BeginInit();
     this.gunaElipsePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaCirclePictureBox1)).BeginInit();
     this.gunaElipsePanel2.SuspendLayout();
     this.gunaElipsePanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // gunaPictureBox1
     //
     gunaPictureBox1.BaseColor    = System.Drawing.Color.White;
     gunaPictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     gunaPictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.InitialImage")));
     gunaPictureBox1.Location     = new System.Drawing.Point(-160, 107);
     gunaPictureBox1.Name         = "gunaPictureBox1";
     gunaPictureBox1.Size         = new System.Drawing.Size(1693, 937);
     gunaPictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     gunaPictureBox1.TabIndex     = 39;
     gunaPictureBox1.TabStop      = false;
     //
     // gunaElipse1
     //
     this.gunaElipse1.TargetControl = this;
     //
     // gunaWinSwitch1
     //
     this.gunaWinSwitch1.BaseColor       = System.Drawing.SystemColors.Control;
     this.gunaWinSwitch1.CheckedOffColor = System.Drawing.Color.DarkGray;
     this.gunaWinSwitch1.CheckedOnColor  = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaWinSwitch1.FillColor       = System.Drawing.Color.White;
     this.gunaWinSwitch1.Location        = new System.Drawing.Point(27, 32);
     this.gunaWinSwitch1.Name            = "gunaWinSwitch1";
     this.gunaWinSwitch1.Size            = new System.Drawing.Size(40, 22);
     this.gunaWinSwitch1.TabIndex        = 21;
     this.gunaWinSwitch1.CheckedChanged += new System.EventHandler(this.gunaWinSwitch1_CheckedChanged);
     //
     // gunaElipsePanel1
     //
     this.gunaElipsePanel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.BaseColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel1.Controls.Add(this.gunaButton1);
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton3);
     this.gunaElipsePanel1.Controls.Add(this.btn_close);
     this.gunaElipsePanel1.Controls.Add(this.gunaWinSwitch1);
     this.gunaElipsePanel1.Controls.Add(this.gunaAdvenceButton2);
     this.gunaElipsePanel1.Location = new System.Drawing.Point(-2, 0);
     this.gunaElipsePanel1.Name     = "gunaElipsePanel1";
     this.gunaElipsePanel1.Size     = new System.Drawing.Size(1404, 79);
     this.gunaElipsePanel1.TabIndex = 32;
     //
     // gunaButton1
     //
     this.gunaButton1.AnimationHoverSpeed = 0.07F;
     this.gunaButton1.AnimationSpeed      = 0.03F;
     this.gunaButton1.BackColor           = System.Drawing.Color.Transparent;
     this.gunaButton1.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaButton1.BorderColor         = System.Drawing.Color.Black;
     this.gunaButton1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaButton1.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaButton1.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaButton1.Font               = new System.Drawing.Font("Open Sans", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaButton1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaButton1.Image              = ((System.Drawing.Image)(resources.GetObject("gunaButton1.Image")));
     this.gunaButton1.ImageSize          = new System.Drawing.Size(40, 40);
     this.gunaButton1.Location           = new System.Drawing.Point(1124, 22);
     this.gunaButton1.Name               = "gunaButton1";
     this.gunaButton1.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaButton1.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaButton1.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaButton1.OnHoverImage       = null;
     this.gunaButton1.OnPressedColor     = System.Drawing.Color.WhiteSmoke;
     this.gunaButton1.Padding            = new System.Windows.Forms.Padding(20);
     this.gunaButton1.Radius             = 5;
     this.gunaButton1.Size               = new System.Drawing.Size(130, 42);
     this.gunaButton1.TabIndex           = 24;
     this.gunaButton1.Text               = "LOGOUT";
     this.gunaButton1.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaButton1.Click             += new System.EventHandler(this.gunaButton1_Click);
     //
     // gunaAdvenceButton3
     //
     this.gunaAdvenceButton3.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton3.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton3.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.BorderColor         = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.gunaAdvenceButton3.CheckedBorderColor  = System.Drawing.Color.Black;
     this.gunaAdvenceButton3.CheckedForeColor    = System.Drawing.Color.White;
     this.gunaAdvenceButton3.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.CheckedImage")));
     this.gunaAdvenceButton3.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.gunaAdvenceButton3.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.gunaAdvenceButton3.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton3.FocusedColor       = System.Drawing.Color.Empty;
     this.gunaAdvenceButton3.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton3.ForeColor          = System.Drawing.Color.White;
     this.gunaAdvenceButton3.Image              = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton3.Image")));
     this.gunaAdvenceButton3.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Right;
     this.gunaAdvenceButton3.ImageSize          = new System.Drawing.Size(13, 2);
     this.gunaAdvenceButton3.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Location           = new System.Drawing.Point(1290, 22);
     this.gunaAdvenceButton3.Name               = "gunaAdvenceButton3";
     this.gunaAdvenceButton3.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnHoverForeColor   = System.Drawing.Color.White;
     this.gunaAdvenceButton3.OnHoverImage       = null;
     this.gunaAdvenceButton3.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton3.Size               = new System.Drawing.Size(30, 42);
     this.gunaAdvenceButton3.TabIndex           = 23;
     this.gunaAdvenceButton3.Click             += new System.EventHandler(this.gunaAdvenceButton3_Click);
     //
     // btn_close
     //
     this.btn_close.AnimationHoverSpeed = 0.07F;
     this.btn_close.AnimationSpeed      = 0.03F;
     this.btn_close.BaseColor           = System.Drawing.Color.Transparent;
     this.btn_close.BorderColor         = System.Drawing.Color.Black;
     this.btn_close.CheckedBaseColor    = System.Drawing.Color.Gray;
     this.btn_close.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_close.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_close.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_close.CheckedImage")));
     this.btn_close.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_close.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_close.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_close.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_close.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.btn_close.ForeColor          = System.Drawing.Color.White;
     this.btn_close.Image              = ((System.Drawing.Image)(resources.GetObject("btn_close.Image")));
     this.btn_close.ImageAlign         = System.Windows.Forms.HorizontalAlignment.Center;
     this.btn_close.ImageSize          = new System.Drawing.Size(20, 20);
     this.btn_close.LineColor          = System.Drawing.Color.Transparent;
     this.btn_close.Location           = new System.Drawing.Point(1323, 22);
     this.btn_close.Name               = "btn_close";
     this.btn_close.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.btn_close.OnHoverForeColor   = System.Drawing.Color.White;
     this.btn_close.OnHoverImage       = null;
     this.btn_close.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.btn_close.OnPressedColor     = System.Drawing.Color.Transparent;
     this.btn_close.Size               = new System.Drawing.Size(31, 42);
     this.btn_close.TabIndex           = 22;
     this.btn_close.Click             += new System.EventHandler(this.btn_close_Click);
     //
     // gunaAdvenceButton2
     //
     this.gunaAdvenceButton2.AnimationHoverSpeed = 0.07F;
     this.gunaAdvenceButton2.AnimationSpeed      = 0.03F;
     this.gunaAdvenceButton2.BackColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BaseColor           = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.BorderColor         = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedBaseColor    = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedBorderColor  = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedForeColor    = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("gunaAdvenceButton2.CheckedImage")));
     this.gunaAdvenceButton2.CheckedLineColor    = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.gunaAdvenceButton2.FocusedColor        = System.Drawing.Color.Empty;
     this.gunaAdvenceButton2.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.gunaAdvenceButton2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaAdvenceButton2.Image              = null;
     this.gunaAdvenceButton2.ImageSize          = new System.Drawing.Size(20, 20);
     this.gunaAdvenceButton2.LineColor          = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.Location           = new System.Drawing.Point(73, 26);
     this.gunaAdvenceButton2.Name               = "gunaAdvenceButton2";
     this.gunaAdvenceButton2.OnHoverBaseColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnHoverBorderColor = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaAdvenceButton2.OnHoverImage       = null;
     this.gunaAdvenceButton2.OnHoverLineColor   = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.OnPressedColor     = System.Drawing.Color.Transparent;
     this.gunaAdvenceButton2.Size               = new System.Drawing.Size(120, 34);
     this.gunaAdvenceButton2.TabIndex           = 17;
     this.gunaAdvenceButton2.Text               = "Dark Mode";
     //
     // gunaCirclePictureBox1
     //
     this.gunaCirclePictureBox1.BaseColor = System.Drawing.Color.White;
     this.gunaCirclePictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("gunaCirclePictureBox1.Image")));
     this.gunaCirclePictureBox1.Location  = new System.Drawing.Point(836, 0);
     this.gunaCirclePictureBox1.Name      = "gunaCirclePictureBox1";
     this.gunaCirclePictureBox1.Size      = new System.Drawing.Size(339, 308);
     this.gunaCirclePictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.gunaCirclePictureBox1.TabIndex  = 0;
     this.gunaCirclePictureBox1.TabStop   = false;
     this.gunaCirclePictureBox1.UseTransfarantBackground = false;
     //
     // gunaElipsePanel2
     //
     this.gunaElipsePanel2.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.gunaElipsePanel2.Controls.Add(this.gunaElipsePanel3);
     this.gunaElipsePanel2.Controls.Add(this.gunaLabel2);
     this.gunaElipsePanel2.Controls.Add(this.gunaLabel1);
     this.gunaElipsePanel2.Controls.Add(this.gunaCirclePictureBox1);
     this.gunaElipsePanel2.Location = new System.Drawing.Point(80, 149);
     this.gunaElipsePanel2.Name     = "gunaElipsePanel2";
     this.gunaElipsePanel2.Radius   = 15;
     this.gunaElipsePanel2.Size     = new System.Drawing.Size(1226, 308);
     this.gunaElipsePanel2.TabIndex = 33;
     //
     // gunaElipsePanel3
     //
     this.gunaElipsePanel3.BackColor = System.Drawing.Color.Transparent;
     this.gunaElipsePanel3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(166)))), ((int)(((byte)(97)))));
     this.gunaElipsePanel3.Controls.Add(this.gunaLabel3);
     this.gunaElipsePanel3.Location = new System.Drawing.Point(50, 39);
     this.gunaElipsePanel3.Name     = "gunaElipsePanel3";
     this.gunaElipsePanel3.Size     = new System.Drawing.Size(103, 35);
     this.gunaElipsePanel3.TabIndex = 23;
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Open Sans", 9.163636F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel3.ForeColor = System.Drawing.Color.White;
     this.gunaLabel3.Location  = new System.Drawing.Point(9, 8);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(84, 19);
     this.gunaLabel3.TabIndex  = 24;
     this.gunaLabel3.Text      = "Main Form";
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Roboto", 9.818182F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel2.ForeColor = System.Drawing.Color.White;
     this.gunaLabel2.Location  = new System.Drawing.Point(46, 149);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(242, 18);
     this.gunaLabel2.TabIndex  = 22;
     this.gunaLabel2.Text      = "We hope you have a wonderfull day";
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize  = true;
     this.gunaLabel1.Font      = new System.Drawing.Font("Roboto", 24.21818F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel1.ForeColor = System.Drawing.Color.White;
     this.gunaLabel1.Location  = new System.Drawing.Point(42, 92);
     this.gunaLabel1.Name      = "gunaLabel1";
     this.gunaLabel1.Size      = new System.Drawing.Size(414, 44);
     this.gunaLabel1.TabIndex  = 1;
     this.gunaLabel1.Text      = "Welcome Meer Bahadin";
     //
     // btn_nurse
     //
     this.btn_nurse.Animated            = true;
     this.btn_nurse.AnimationHoverSpeed = 0.07F;
     this.btn_nurse.AnimationSpeed      = 0.03F;
     this.btn_nurse.BackColor           = System.Drawing.Color.Transparent;
     this.btn_nurse.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_nurse.BorderColor         = System.Drawing.Color.Black;
     this.btn_nurse.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_nurse.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_nurse.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_nurse.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_nurse.CheckedImage")));
     this.btn_nurse.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_nurse.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_nurse.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_nurse.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_nurse.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_nurse.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_nurse.Image              = ((System.Drawing.Image)(resources.GetObject("btn_nurse.Image")));
     this.btn_nurse.ImageSize          = new System.Drawing.Size(50, 35);
     this.btn_nurse.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_nurse.Location           = new System.Drawing.Point(707, 514);
     this.btn_nurse.Name               = "btn_nurse";
     this.btn_nurse.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_nurse.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_nurse.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_nurse.OnHoverImage       = null;
     this.btn_nurse.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_nurse.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_nurse.Radius             = 15;
     this.btn_nurse.Size               = new System.Drawing.Size(180, 200);
     this.btn_nurse.TabIndex           = 38;
     this.btn_nurse.Text               = "Nurse";
     this.btn_nurse.TextImageOffsetY   = 20;
     this.btn_nurse.Click             += new System.EventHandler(this.btn_nurse_Click);
     //
     // btn_sociallogist
     //
     this.btn_sociallogist.Animated            = true;
     this.btn_sociallogist.AnimationHoverSpeed = 0.07F;
     this.btn_sociallogist.AnimationSpeed      = 0.03F;
     this.btn_sociallogist.BackColor           = System.Drawing.Color.Transparent;
     this.btn_sociallogist.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sociallogist.BorderColor         = System.Drawing.Color.Black;
     this.btn_sociallogist.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_sociallogist.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_sociallogist.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_sociallogist.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_sociallogist.CheckedImage")));
     this.btn_sociallogist.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_sociallogist.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_sociallogist.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_sociallogist.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_sociallogist.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_sociallogist.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_sociallogist.Image              = ((System.Drawing.Image)(resources.GetObject("btn_sociallogist.Image")));
     this.btn_sociallogist.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_sociallogist.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sociallogist.Location           = new System.Drawing.Point(498, 514);
     this.btn_sociallogist.Name               = "btn_sociallogist";
     this.btn_sociallogist.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_sociallogist.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_sociallogist.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_sociallogist.OnHoverImage       = null;
     this.btn_sociallogist.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_sociallogist.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_sociallogist.Radius             = 15;
     this.btn_sociallogist.Size               = new System.Drawing.Size(180, 200);
     this.btn_sociallogist.TabIndex           = 37;
     this.btn_sociallogist.Text               = "Sociallogist";
     this.btn_sociallogist.TextImageOffsetY   = 20;
     this.btn_sociallogist.Click             += new System.EventHandler(this.btn_sociallogist_Click);
     //
     // btn_generals
     //
     this.btn_generals.Animated            = true;
     this.btn_generals.AnimationHoverSpeed = 0.07F;
     this.btn_generals.AnimationSpeed      = 0.03F;
     this.btn_generals.BackColor           = System.Drawing.Color.Transparent;
     this.btn_generals.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_generals.BorderColor         = System.Drawing.Color.Black;
     this.btn_generals.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_generals.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_generals.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_generals.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_generals.CheckedImage")));
     this.btn_generals.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_generals.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_generals.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_generals.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_generals.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_generals.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_generals.Image              = ((System.Drawing.Image)(resources.GetObject("btn_generals.Image")));
     this.btn_generals.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_generals.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_generals.Location           = new System.Drawing.Point(80, 514);
     this.btn_generals.Name               = "btn_generals";
     this.btn_generals.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_generals.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_generals.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_generals.OnHoverImage       = null;
     this.btn_generals.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_generals.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_generals.Radius             = 15;
     this.btn_generals.Size               = new System.Drawing.Size(180, 200);
     this.btn_generals.TabIndex           = 36;
     this.btn_generals.Text               = "Generals";
     this.btn_generals.TextImageOffsetY   = 20;
     this.btn_generals.Click             += new System.EventHandler(this.btn_generals_Click);
     //
     // btn_teachers
     //
     this.btn_teachers.Animated            = true;
     this.btn_teachers.AnimationHoverSpeed = 0.07F;
     this.btn_teachers.AnimationSpeed      = 0.03F;
     this.btn_teachers.BackColor           = System.Drawing.Color.Transparent;
     this.btn_teachers.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_teachers.BorderColor         = System.Drawing.Color.Black;
     this.btn_teachers.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_teachers.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_teachers.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_teachers.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_teachers.CheckedImage")));
     this.btn_teachers.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_teachers.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_teachers.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_teachers.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_teachers.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_teachers.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_teachers.Image              = ((System.Drawing.Image)(resources.GetObject("btn_teachers.Image")));
     this.btn_teachers.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_teachers.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_teachers.Location           = new System.Drawing.Point(289, 514);
     this.btn_teachers.Name               = "btn_teachers";
     this.btn_teachers.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_teachers.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_teachers.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_teachers.OnHoverImage       = null;
     this.btn_teachers.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_teachers.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_teachers.Radius             = 15;
     this.btn_teachers.Size               = new System.Drawing.Size(180, 200);
     this.btn_teachers.TabIndex           = 35;
     this.btn_teachers.Text               = "Teachers";
     this.btn_teachers.TextImageOffsetY   = 20;
     this.btn_teachers.Click             += new System.EventHandler(this.btn_teachers_Click);
     //
     // btn_system_management
     //
     this.btn_system_management.Animated            = true;
     this.btn_system_management.AnimationHoverSpeed = 0.07F;
     this.btn_system_management.AnimationSpeed      = 0.03F;
     this.btn_system_management.BackColor           = System.Drawing.Color.Transparent;
     this.btn_system_management.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_system_management.BorderColor         = System.Drawing.Color.Black;
     this.btn_system_management.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_system_management.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_system_management.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_system_management.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_system_management.CheckedImage")));
     this.btn_system_management.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_system_management.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_system_management.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_system_management.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_system_management.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_system_management.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_system_management.Image              = ((System.Drawing.Image)(resources.GetObject("btn_system_management.Image")));
     this.btn_system_management.ImageSize          = new System.Drawing.Size(42, 42);
     this.btn_system_management.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_system_management.Location           = new System.Drawing.Point(1125, 514);
     this.btn_system_management.Name               = "btn_system_management";
     this.btn_system_management.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_system_management.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_system_management.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_system_management.OnHoverImage       = null;
     this.btn_system_management.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_system_management.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_system_management.Radius             = 15;
     this.btn_system_management.Size               = new System.Drawing.Size(180, 200);
     this.btn_system_management.TabIndex           = 34;
     this.btn_system_management.Text               = "System Management";
     this.btn_system_management.TextImageOffsetY   = 20;
     this.btn_system_management.Click             += new System.EventHandler(this.btn_system_management_Click);
     //
     // btn_attendance
     //
     this.btn_attendance.Animated            = true;
     this.btn_attendance.AnimationHoverSpeed = 0.07F;
     this.btn_attendance.AnimationSpeed      = 0.03F;
     this.btn_attendance.BackColor           = System.Drawing.Color.Transparent;
     this.btn_attendance.BaseColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_attendance.BorderColor         = System.Drawing.Color.Black;
     this.btn_attendance.CheckedBaseColor    = System.Drawing.Color.DarkGray;
     this.btn_attendance.CheckedBorderColor  = System.Drawing.Color.Black;
     this.btn_attendance.CheckedForeColor    = System.Drawing.Color.White;
     this.btn_attendance.CheckedImage        = ((System.Drawing.Image)(resources.GetObject("btn_attendance.CheckedImage")));
     this.btn_attendance.CheckedLineColor    = System.Drawing.Color.DimGray;
     this.btn_attendance.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btn_attendance.DialogResult       = System.Windows.Forms.DialogResult.None;
     this.btn_attendance.FocusedColor       = System.Drawing.Color.Empty;
     this.btn_attendance.Font               = new System.Drawing.Font("Roboto", 11.78182F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_attendance.ForeColor          = System.Drawing.Color.DarkGray;
     this.btn_attendance.Image              = ((System.Drawing.Image)(resources.GetObject("btn_attendance.Image")));
     this.btn_attendance.ImageSize          = new System.Drawing.Size(40, 42);
     this.btn_attendance.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_attendance.Location           = new System.Drawing.Point(916, 514);
     this.btn_attendance.Name               = "btn_attendance";
     this.btn_attendance.OnHoverBaseColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.btn_attendance.OnHoverBorderColor = System.Drawing.Color.Black;
     this.btn_attendance.OnHoverForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_attendance.OnHoverImage       = null;
     this.btn_attendance.OnHoverLineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(183)))), ((int)(((byte)(107)))));
     this.btn_attendance.OnPressedColor     = System.Drawing.Color.Black;
     this.btn_attendance.Radius             = 15;
     this.btn_attendance.Size               = new System.Drawing.Size(180, 200);
     this.btn_attendance.TabIndex           = 31;
     this.btn_attendance.Text               = "Attendance";
     this.btn_attendance.TextImageOffsetY   = 20;
     this.btn_attendance.Click             += new System.EventHandler(this.btn_attendance_Click);
     //
     // main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 874);
     this.Controls.Add(this.gunaElipsePanel1);
     this.Controls.Add(this.gunaElipsePanel2);
     this.Controls.Add(this.btn_nurse);
     this.Controls.Add(this.btn_sociallogist);
     this.Controls.Add(this.btn_generals);
     this.Controls.Add(this.btn_teachers);
     this.Controls.Add(this.btn_system_management);
     this.Controls.Add(this.btn_attendance);
     this.Controls.Add(gunaPictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "main";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "main";
     this.Load           += new System.EventHandler(this.main_Load);
     ((System.ComponentModel.ISupportInitialize)(gunaPictureBox1)).EndInit();
     this.gunaElipsePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gunaCirclePictureBox1)).EndInit();
     this.gunaElipsePanel2.ResumeLayout(false);
     this.gunaElipsePanel2.PerformLayout();
     this.gunaElipsePanel3.ResumeLayout(false);
     this.gunaElipsePanel3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }