Ejemplo n.º 1
0
 // ==> Store userAns and correctAns
 // ==> When Option Button is clicked
 private void BtnClcik(object sender, EventArgs e)
 {
     // Button Object
     Guna.UI2.WinForms.Guna2GradientButton obj = (Guna.UI2.WinForms.Guna2GradientButton)sender;
     userAns    = obj.Text;                          // store user answer
     correctAns = sql.getCorrectAnswer(GuessID + 1); // get correct answer from DB
 }
 private void Button_click(object sender, EventArgs e)
 {
     //Try-catch block to skip any errors occurance
     try
     {
         //Excute the numbers from buttons
         Guna.UI2.WinForms.Guna2GradientButton btn = (Guna.UI2.WinForms.Guna2GradientButton)sender;
         //add the number to the textbox
         Result_TextBox.Text = Result_TextBox.Text + btn.Text;
     }
     catch (Exception numeric)
     {
         MessageBox.Show(numeric.Message);
     }
 }
Ejemplo n.º 3
0
        int totalSalary = 0; // all salary

        void StatusButton(int Left, int Top)
        {
            /*Button button = new Button();
             * this.Controls.Add(button);*/
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Uc_Admin_Salary));

            btn_Pay = new Guna.UI2.WinForms.Guna2GradientButton();
            this.Controls.Add(btn_Pay);

            this.btn_Pay.Checked = true;

            this.btn_Pay.Animated                 = true;
            this.btn_Pay.BorderColor              = System.Drawing.Color.White;
            this.btn_Pay.BorderRadius             = 15;
            this.btn_Pay.BorderThickness          = 1;
            this.btn_Pay.ButtonMode               = Guna.UI2.WinForms.Enums.ButtonMode.ToogleButton;
            this.btn_Pay.CheckedState.BorderColor = System.Drawing.Color.Lime;
            this.btn_Pay.CheckedState.FillColor   = System.Drawing.Color.DarkSlateGray;
            this.btn_Pay.CheckedState.FillColor2  = System.Drawing.Color.DarkSlateGray;
            this.btn_Pay.CheckedState.Parent      = this.btn_Pay;
            //this.btn_Pay.CustomImages.CheckedImage = ((System.Drawing.Image)(resources.GetObject("checked")));
            this.btn_Pay.CustomImages.ImageAlign  = System.Windows.Forms.HorizontalAlignment.Left;
            this.btn_Pay.CustomImages.ImageOffset = new System.Drawing.Point(10, 0);
            this.btn_Pay.CustomImages.ImageSize   = new System.Drawing.Size(30, 30);
            this.btn_Pay.CustomImages.Parent      = this.btn_Pay;
            this.btn_Pay.FillColor               = System.Drawing.Color.Empty;
            this.btn_Pay.FillColor2              = System.Drawing.Color.Empty;
            this.btn_Pay.Font                    = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Pay.ForeColor               = System.Drawing.Color.White;
            this.btn_Pay.HoverState.BorderColor  = System.Drawing.Color.LimeGreen;
            this.btn_Pay.HoverState.Parent       = this.btn_Pay;
            this.btn_Pay.Location                = new System.Drawing.Point(Left, Top);
            this.btn_Pay.Name                    = "btn_Pay";
            this.btn_Pay.ShadowDecoration.Parent = this.btn_Pay;
            this.btn_Pay.Size                    = new System.Drawing.Size(150, 40);
            this.btn_Pay.TabIndex                = 5;
            this.btn_Pay.Text                    = "Checked";
            this.btn_Pay.TextAlign               = System.Windows.Forms.HorizontalAlignment.Center;
            this.btn_Pay.TextOffset              = new System.Drawing.Point(0, 0);
            this.btn_Pay.Click                  += new System.EventHandler(this.btn_Pay_Click);
        }
        private void Operations_Calcu(object sender, EventArgs e)
        {
            //Excute the operator sign's from buttons
            Guna.UI2.WinForms.Guna2GradientButton opeer = (Guna.UI2.WinForms.Guna2GradientButton)sender;

            //check if the textbox empty or not
            if (Result_TextBox.Text == string.Empty)
            {
                MessageBox.Show("No numbers found", "No numbers founds", MessageBoxButtons.OK, MessageBoxIcon.Information);
                Result_TextBox.Focus();
            }
            else
            {
                //Parse the numbers and do some operations
                operations = opeer.Text;
                //Generate the first number
                Result_value        = double.Parse(Result_TextBox.Text);
                Operator_label.Text = Result_value.ToString() + operations;
                Result_TextBox.Text = "";
            }
        }
Ejemplo n.º 5
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Window));
     this.guna2BorderlessForm1 = new Guna.UI2.WinForms.Guna2BorderlessForm(this.components);
     this.TitleBar             = new Guna.UI2.WinForms.Guna2Panel();
     this.MinimizeButton       = new Guna.UI2.WinForms.Guna2Button();
     this.CloseButton          = new Guna.UI2.WinForms.Guna2Button();
     this.TitleText            = new System.Windows.Forms.Label();
     this.label13      = new System.Windows.Forms.Label();
     this.label14      = new System.Windows.Forms.Label();
     this.StatusText   = new System.Windows.Forms.Label();
     this.AttachButton = new Guna.UI2.WinForms.Guna2GradientButton();
     this.TitleBar.SuspendLayout();
     this.SuspendLayout();
     //
     // guna2BorderlessForm1
     //
     this.guna2BorderlessForm1.AnimateWindow      = true;
     this.guna2BorderlessForm1.AnimationInterval  = 200;
     this.guna2BorderlessForm1.BorderRadius       = 20;
     this.guna2BorderlessForm1.ContainerControl   = this;
     this.guna2BorderlessForm1.DockForm           = false;
     this.guna2BorderlessForm1.DockIndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(12)))), ((int)(((byte)(12)))));
     this.guna2BorderlessForm1.ResizeForm         = false;
     //
     // TitleBar
     //
     this.TitleBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
     this.TitleBar.Controls.Add(this.MinimizeButton);
     this.TitleBar.Controls.Add(this.CloseButton);
     this.TitleBar.Controls.Add(this.TitleText);
     this.TitleBar.Location = new System.Drawing.Point(0, 0);
     this.TitleBar.Name     = "TitleBar";
     this.TitleBar.ShadowDecoration.Parent = this.TitleBar;
     this.TitleBar.Size     = new System.Drawing.Size(700, 30);
     this.TitleBar.TabIndex = 0;
     //
     // MinimizeButton
     //
     this.MinimizeButton.BackColor           = System.Drawing.Color.Transparent;
     this.MinimizeButton.CheckedState.Parent = this.MinimizeButton;
     this.MinimizeButton.CustomImages.Parent = this.MinimizeButton;
     this.MinimizeButton.FillColor           = System.Drawing.Color.Transparent;
     this.MinimizeButton.Font                     = new System.Drawing.Font("Segoe UI", 9F);
     this.MinimizeButton.ForeColor                = System.Drawing.Color.White;
     this.MinimizeButton.HoverState.Parent        = this.MinimizeButton;
     this.MinimizeButton.Image                    = ((System.Drawing.Image)(resources.GetObject("MinimizeButton.Image")));
     this.MinimizeButton.ImageSize                = new System.Drawing.Size(40, 40);
     this.MinimizeButton.Location                 = new System.Drawing.Point(640, 0);
     this.MinimizeButton.Name                     = "MinimizeButton";
     this.MinimizeButton.ShadowDecoration.Parent  = this.MinimizeButton;
     this.MinimizeButton.Size                     = new System.Drawing.Size(30, 30);
     this.MinimizeButton.TabIndex                 = 2;
     this.MinimizeButton.UseTransparentBackground = true;
     this.MinimizeButton.Click                   += new System.EventHandler(this.MinimizeButton_Click);
     //
     // CloseButton
     //
     this.CloseButton.BackColor           = System.Drawing.Color.Transparent;
     this.CloseButton.CheckedState.Parent = this.CloseButton;
     this.CloseButton.CustomImages.Parent = this.CloseButton;
     this.CloseButton.FillColor           = System.Drawing.Color.Transparent;
     this.CloseButton.Font                     = new System.Drawing.Font("Segoe UI", 9F);
     this.CloseButton.ForeColor                = System.Drawing.Color.White;
     this.CloseButton.HoverState.Parent        = this.CloseButton;
     this.CloseButton.Image                    = ((System.Drawing.Image)(resources.GetObject("CloseButton.Image")));
     this.CloseButton.ImageSize                = new System.Drawing.Size(40, 40);
     this.CloseButton.Location                 = new System.Drawing.Point(670, 0);
     this.CloseButton.Name                     = "CloseButton";
     this.CloseButton.ShadowDecoration.Parent  = this.CloseButton;
     this.CloseButton.Size                     = new System.Drawing.Size(30, 30);
     this.CloseButton.TabIndex                 = 1;
     this.CloseButton.UseTransparentBackground = true;
     this.CloseButton.Click                   += new System.EventHandler(this.CloseButton_Click);
     //
     // TitleText
     //
     this.TitleText.BackColor = System.Drawing.Color.Transparent;
     this.TitleText.Font      = new System.Drawing.Font("Gotham SSm Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TitleText.ForeColor = System.Drawing.Color.DimGray;
     this.TitleText.Location  = new System.Drawing.Point(0, 0);
     this.TitleText.Name      = "TitleText";
     this.TitleText.Size      = new System.Drawing.Size(196, 30);
     this.TitleText.TabIndex  = 1;
     this.TitleText.Text      = "Aurora Client";
     this.TitleText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font      = new System.Drawing.Font("Gotham SSm Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location  = new System.Drawing.Point(0, 83);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(700, 55);
     this.label13.TabIndex  = 3;
     this.label13.Text      = "Welcome!";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font      = new System.Drawing.Font("Gotham SSm Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.DimGray;
     this.label14.Location  = new System.Drawing.Point(0, 138);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(700, 27);
     this.label14.TabIndex  = 4;
     this.label14.Text      = "Clicking \"Attach\" will attach to Roblox.";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // StatusText
     //
     this.StatusText.BackColor = System.Drawing.Color.Transparent;
     this.StatusText.Font      = new System.Drawing.Font("Gotham SSm Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusText.ForeColor = System.Drawing.Color.DimGray;
     this.StatusText.Location  = new System.Drawing.Point(0, 249);
     this.StatusText.Name      = "StatusText";
     this.StatusText.Size      = new System.Drawing.Size(700, 27);
     this.StatusText.TabIndex  = 6;
     this.StatusText.Text      = "Status: You haven\'t clicked Attach yet!";
     this.StatusText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.StatusText.Click    += new System.EventHandler(this.StatusText_Click);
     //
     // AttachButton
     //
     this.AttachButton.Animated            = true;
     this.AttachButton.AutoRoundedCorners  = true;
     this.AttachButton.BorderRadius        = 10;
     this.AttachButton.CheckedState.Parent = this.AttachButton;
     this.AttachButton.CustomImages.Parent = this.AttachButton;
     this.AttachButton.FillColor           = System.Drawing.Color.LightSeaGreen;
     this.AttachButton.FillColor2          = System.Drawing.Color.MediumSpringGreen;
     this.AttachButton.Font                    = new System.Drawing.Font("Gotham SSm Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AttachButton.ForeColor               = System.Drawing.Color.White;
     this.AttachButton.HoverState.FillColor    = System.Drawing.Color.MediumSpringGreen;
     this.AttachButton.HoverState.FillColor2   = System.Drawing.Color.LightSeaGreen;
     this.AttachButton.HoverState.Parent       = this.AttachButton;
     this.AttachButton.Location                = new System.Drawing.Point(260, 201);
     this.AttachButton.Name                    = "AttachButton";
     this.AttachButton.ShadowDecoration.Parent = this.AttachButton;
     this.AttachButton.Size                    = new System.Drawing.Size(180, 45);
     this.AttachButton.TabIndex                = 7;
     this.AttachButton.Text                    = "Attach";
     this.AttachButton.Click                  += new System.EventHandler(this.AttachButton_Click_1);
     //
     // Window
     //
     this.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(12)))), ((int)(((byte)(12)))));
     this.ClientSize = new System.Drawing.Size(700, 400);
     this.Controls.Add(this.AttachButton);
     this.Controls.Add(this.StatusText);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.TitleBar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Window";
     this.TitleBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     Guna.UI2.AnimatorNS.Animation animation3 = new Guna.UI2.AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HoaDon));
     this.guna2ShadowPanel1 = new Guna.UI2.WinForms.Guna2ShadowPanel();
     this.guna2GradientButton3 = new Guna.UI2.WinForms.Guna2GradientButton();
     this.gvHoaDon = new Guna.UI2.WinForms.Guna2DataGridView();
     this.MaHD = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenKH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenNV = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NgayBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TongGia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbTimKiem = new Guna.UI2.WinForms.Guna2TextBox();
     this.guna2CircleButton7 = new Guna.UI2.WinForms.Guna2CircleButton();
     this.guna2GradientButton4 = new Guna.UI2.WinForms.Guna2GradientButton();
     this.tranShow = new Guna.UI2.WinForms.Guna2Transition();
     this.guna2ShadowPanel4 = new Guna.UI2.WinForms.Guna2ShadowPanel();
     this.tbMa = new Guna.UI2.WinForms.Guna2TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tbNV = new Guna.UI2.WinForms.Guna2TextBox();
     this.tbKH = new Guna.UI2.WinForms.Guna2TextBox();
     this.guna2GradientButton2 = new Guna.UI2.WinForms.Guna2GradientButton();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.guna2GradientButton1 = new Guna.UI2.WinForms.Guna2GradientButton();
     this.guna2DateTimePicker1 = new Guna.UI2.WinForms.Guna2DateTimePicker();
     this.guna2ShadowPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvHoaDon)).BeginInit();
     this.guna2ShadowPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // guna2ShadowPanel1
     //
     this.guna2ShadowPanel1.BackColor = System.Drawing.Color.Transparent;
     this.guna2ShadowPanel1.Controls.Add(this.guna2GradientButton1);
     this.guna2ShadowPanel1.Controls.Add(this.guna2GradientButton3);
     this.guna2ShadowPanel1.Controls.Add(this.gvHoaDon);
     this.tranShow.SetDecoration(this.guna2ShadowPanel1, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2ShadowPanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.guna2ShadowPanel1.Location = new System.Drawing.Point(0, 0);
     this.guna2ShadowPanel1.Name = "guna2ShadowPanel1";
     this.guna2ShadowPanel1.ShadowColor = System.Drawing.Color.Black;
     this.guna2ShadowPanel1.Size = new System.Drawing.Size(611, 470);
     this.guna2ShadowPanel1.TabIndex = 0;
     //
     // guna2GradientButton3
     //
     this.guna2GradientButton3.BorderRadius = 10;
     this.guna2GradientButton3.CheckedState.Parent = this.guna2GradientButton3;
     this.guna2GradientButton3.CustomImages.Parent = this.guna2GradientButton3;
     this.tranShow.SetDecoration(this.guna2GradientButton3, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2GradientButton3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton3.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton3.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.guna2GradientButton3.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton3.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton3.HoverState.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton3.HoverState.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton3.HoverState.Parent = this.guna2GradientButton3;
     this.guna2GradientButton3.Location = new System.Drawing.Point(411, 433);
     this.guna2GradientButton3.Margin = new System.Windows.Forms.Padding(2);
     this.guna2GradientButton3.Name = "guna2GradientButton3";
     this.guna2GradientButton3.ShadowDecoration.Parent = this.guna2GradientButton3;
     this.guna2GradientButton3.Size = new System.Drawing.Size(107, 26);
     this.guna2GradientButton3.TabIndex = 52;
     this.guna2GradientButton3.Text = "Chi Tiết Hóa Đơn";
     this.guna2GradientButton3.Click += new System.EventHandler(this.guna2GradientButton3_Click);
     //
     // gvHoaDon
     //
     dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
     this.gvHoaDon.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
     this.gvHoaDon.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.gvHoaDon.BackgroundColor = System.Drawing.Color.White;
     this.gvHoaDon.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.gvHoaDon.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.gvHoaDon.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(123)))), ((int)(((byte)(143)))));
     dataGridViewCellStyle10.Font = new System.Drawing.Font("Segoe UI", 10.5F);
     dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(123)))), ((int)(((byte)(143)))));
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gvHoaDon.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.gvHoaDon.ColumnHeadersHeight = 40;
     this.gvHoaDon.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.MaHD,
     this.TenKH,
     this.TenNV,
     this.NgayBan,
     this.TongGia});
     this.tranShow.SetDecoration(this.gvHoaDon, Guna.UI2.AnimatorNS.DecorationType.None);
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle11.Font = new System.Drawing.Font("Segoe UI", 10.5F);
     dataGridViewCellStyle11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
     dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.gvHoaDon.DefaultCellStyle = dataGridViewCellStyle11;
     this.gvHoaDon.EnableHeadersVisualStyles = false;
     this.gvHoaDon.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.gvHoaDon.Location = new System.Drawing.Point(12, 12);
     this.gvHoaDon.Name = "gvHoaDon";
     this.gvHoaDon.RowHeadersVisible = false;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.gvHoaDon.RowsDefaultCellStyle = dataGridViewCellStyle12;
     this.gvHoaDon.RowTemplate.DividerHeight = 3;
     this.gvHoaDon.RowTemplate.Height = 50;
     this.gvHoaDon.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gvHoaDon.Size = new System.Drawing.Size(596, 407);
     this.gvHoaDon.TabIndex = 0;
     this.gvHoaDon.Theme = Guna.UI2.WinForms.Enums.DataGridViewPresetThemes.Default;
     this.gvHoaDon.ThemeStyle.AlternatingRowsStyle.BackColor = System.Drawing.Color.White;
     this.gvHoaDon.ThemeStyle.AlternatingRowsStyle.Font = null;
     this.gvHoaDon.ThemeStyle.AlternatingRowsStyle.ForeColor = System.Drawing.Color.Empty;
     this.gvHoaDon.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.Empty;
     this.gvHoaDon.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Empty;
     this.gvHoaDon.ThemeStyle.BackColor = System.Drawing.Color.White;
     this.gvHoaDon.ThemeStyle.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.gvHoaDon.ThemeStyle.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(123)))), ((int)(((byte)(143)))));
     this.gvHoaDon.ThemeStyle.HeaderStyle.BorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.gvHoaDon.ThemeStyle.HeaderStyle.Font = new System.Drawing.Font("Segoe UI", 10.5F);
     this.gvHoaDon.ThemeStyle.HeaderStyle.ForeColor = System.Drawing.Color.White;
     this.gvHoaDon.ThemeStyle.HeaderStyle.HeaightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.EnableResizing;
     this.gvHoaDon.ThemeStyle.HeaderStyle.Height = 40;
     this.gvHoaDon.ThemeStyle.ReadOnly = false;
     this.gvHoaDon.ThemeStyle.RowsStyle.BackColor = System.Drawing.Color.White;
     this.gvHoaDon.ThemeStyle.RowsStyle.BorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.gvHoaDon.ThemeStyle.RowsStyle.Font = new System.Drawing.Font("Segoe UI", 10.5F);
     this.gvHoaDon.ThemeStyle.RowsStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
     this.gvHoaDon.ThemeStyle.RowsStyle.Height = 50;
     this.gvHoaDon.ThemeStyle.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
     this.gvHoaDon.ThemeStyle.RowsStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
     //
     // MaHD
     //
     this.MaHD.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.MaHD.DataPropertyName = "MaHD";
     this.MaHD.HeaderText = "Mã";
     this.MaHD.Name = "MaHD";
     this.MaHD.Width = 94;
     //
     // TenKH
     //
     this.TenKH.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TenKH.DataPropertyName = "TenKH";
     this.TenKH.HeaderText = "Tên Khách Hàng";
     this.TenKH.Name = "TenKH";
     this.TenKH.Width = 150;
     //
     // TenNV
     //
     this.TenNV.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TenNV.DataPropertyName = "TenNV";
     this.TenNV.HeaderText = "Tên Nhân Viên";
     this.TenNV.Name = "TenNV";
     this.TenNV.Width = 150;
     //
     // NgayBan
     //
     this.NgayBan.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.NgayBan.DataPropertyName = "NgayBan";
     this.NgayBan.HeaderText = "Ngày bán";
     this.NgayBan.Name = "NgayBan";
     this.NgayBan.Width = 200;
     //
     // TongGia
     //
     this.TongGia.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TongGia.DataPropertyName = "TongGia";
     this.TongGia.HeaderText = "Tổng giá";
     this.TongGia.Name = "TongGia";
     this.TongGia.Width = 150;
     //
     // tbTimKiem
     //
     this.tbTimKiem.BorderRadius = 10;
     this.tbTimKiem.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tranShow.SetDecoration(this.tbTimKiem, Guna.UI2.AnimatorNS.DecorationType.None);
     this.tbTimKiem.DefaultText = "";
     this.tbTimKiem.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbTimKiem.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbTimKiem.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbTimKiem.DisabledState.Parent = this.tbTimKiem;
     this.tbTimKiem.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbTimKiem.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(200)))), ((int)(((byte)(207)))));
     this.tbTimKiem.FocusedState.Parent = this.tbTimKiem;
     this.tbTimKiem.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.tbTimKiem.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbTimKiem.HoverState.Parent = this.tbTimKiem;
     this.tbTimKiem.Location = new System.Drawing.Point(798, 12);
     this.tbTimKiem.Margin = new System.Windows.Forms.Padding(2);
     this.tbTimKiem.Name = "tbTimKiem";
     this.tbTimKiem.PasswordChar = '\0';
     this.tbTimKiem.PlaceholderText = "Tìm Kiếm";
     this.tbTimKiem.SelectedText = "";
     this.tbTimKiem.ShadowDecoration.Parent = this.tbTimKiem;
     this.tbTimKiem.Size = new System.Drawing.Size(138, 29);
     this.tbTimKiem.TabIndex = 42;
     //
     // guna2CircleButton7
     //
     this.guna2CircleButton7.BackColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.CheckedState.BorderColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.CheckedState.FillColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.CheckedState.ForeColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.CheckedState.Parent = this.guna2CircleButton7;
     this.guna2CircleButton7.CustomBorderColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.CustomImages.Parent = this.guna2CircleButton7;
     this.tranShow.SetDecoration(this.guna2CircleButton7, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2CircleButton7.FillColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.guna2CircleButton7.ForeColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(43)))));
     this.guna2CircleButton7.HoverState.ForeColor = System.Drawing.Color.Transparent;
     this.guna2CircleButton7.HoverState.Parent = this.guna2CircleButton7;
     this.guna2CircleButton7.Image = ((System.Drawing.Image)(resources.GetObject("guna2CircleButton7.Image")));
     this.guna2CircleButton7.Location = new System.Drawing.Point(749, 12);
     this.guna2CircleButton7.Name = "guna2CircleButton7";
     this.guna2CircleButton7.PressedColor = System.Drawing.Color.Lime;
     this.guna2CircleButton7.PressedDepth = 10;
     this.guna2CircleButton7.ShadowDecoration.Mode = Guna.UI2.WinForms.Enums.ShadowMode.Circle;
     this.guna2CircleButton7.ShadowDecoration.Parent = this.guna2CircleButton7;
     this.guna2CircleButton7.Size = new System.Drawing.Size(35, 33);
     this.guna2CircleButton7.TabIndex = 41;
     this.guna2CircleButton7.Click += new System.EventHandler(this.guna2CircleButton7_Click);
     //
     // guna2GradientButton4
     //
     this.guna2GradientButton4.BorderRadius = 15;
     this.guna2GradientButton4.CheckedState.Parent = this.guna2GradientButton4;
     this.guna2GradientButton4.CustomImages.Parent = this.guna2GradientButton4;
     this.tranShow.SetDecoration(this.guna2GradientButton4, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2GradientButton4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton4.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton4.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.guna2GradientButton4.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton4.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton4.HoverState.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     this.guna2GradientButton4.HoverState.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton4.HoverState.Parent = this.guna2GradientButton4;
     this.guna2GradientButton4.Location = new System.Drawing.Point(633, 8);
     this.guna2GradientButton4.Margin = new System.Windows.Forms.Padding(2);
     this.guna2GradientButton4.Name = "guna2GradientButton4";
     this.guna2GradientButton4.ShadowDecoration.Parent = this.guna2GradientButton4;
     this.guna2GradientButton4.Size = new System.Drawing.Size(103, 37);
     this.guna2GradientButton4.TabIndex = 48;
     this.guna2GradientButton4.Text = "Show All";
     this.guna2GradientButton4.Click += new System.EventHandler(this.guna2GradientButton4_Click);
     //
     // tranShow
     //
     this.tranShow.AnimationType = Guna.UI2.AnimatorNS.AnimationType.HorizSlide;
     this.tranShow.Cursor = null;
     animation3.AnimateOnlyDifferences = true;
     animation3.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff = 0F;
     animation3.MaxTime = 1F;
     animation3.MinTime = 0F;
     animation3.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize = 0;
     animation3.Padding = new System.Windows.Forms.Padding(0);
     animation3.RotateCoeff = 0F;
     animation3.RotateLimit = 0F;
     animation3.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff = 0F;
     animation3.TransparencyCoeff = 0F;
     this.tranShow.DefaultAnimation = animation3;
     //
     // guna2ShadowPanel4
     //
     this.guna2ShadowPanel4.BackColor = System.Drawing.Color.Transparent;
     this.guna2ShadowPanel4.Controls.Add(this.tbMa);
     this.guna2ShadowPanel4.Controls.Add(this.label3);
     this.guna2ShadowPanel4.Controls.Add(this.tbNV);
     this.guna2ShadowPanel4.Controls.Add(this.tbKH);
     this.guna2ShadowPanel4.Controls.Add(this.guna2GradientButton2);
     this.guna2ShadowPanel4.Controls.Add(this.label2);
     this.guna2ShadowPanel4.Controls.Add(this.label1);
     this.tranShow.SetDecoration(this.guna2ShadowPanel4, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2ShadowPanel4.FillColor = System.Drawing.Color.White;
     this.guna2ShadowPanel4.Location = new System.Drawing.Point(633, 134);
     this.guna2ShadowPanel4.Margin = new System.Windows.Forms.Padding(2);
     this.guna2ShadowPanel4.Name = "guna2ShadowPanel4";
     this.guna2ShadowPanel4.Radius = 15;
     this.guna2ShadowPanel4.ShadowColor = System.Drawing.Color.Black;
     this.guna2ShadowPanel4.ShadowShift = 3;
     this.guna2ShadowPanel4.ShadowStyle = Guna.UI2.WinForms.Guna2ShadowPanel.ShadowMode.ForwardDiagonal;
     this.guna2ShadowPanel4.Size = new System.Drawing.Size(303, 336);
     this.guna2ShadowPanel4.TabIndex = 49;
     //
     // tbMa
     //
     this.tbMa.BorderColor = System.Drawing.Color.White;
     this.tbMa.BorderRadius = 10;
     this.tbMa.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tranShow.SetDecoration(this.tbMa, Guna.UI2.AnimatorNS.DecorationType.None);
     this.tbMa.DefaultText = "";
     this.tbMa.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbMa.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbMa.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbMa.DisabledState.Parent = this.tbMa;
     this.tbMa.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbMa.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(239)))));
     this.tbMa.FocusedState.BorderColor = System.Drawing.Color.White;
     this.tbMa.FocusedState.Parent = this.tbMa;
     this.tbMa.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.tbMa.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(134)))), ((int)(((byte)(134)))));
     this.tbMa.HoverState.BorderColor = System.Drawing.Color.White;
     this.tbMa.HoverState.Parent = this.tbMa;
     this.tbMa.Location = new System.Drawing.Point(23, 32);
     this.tbMa.Margin = new System.Windows.Forms.Padding(2);
     this.tbMa.Name = "tbMa";
     this.tbMa.PasswordChar = '\0';
     this.tbMa.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(134)))), ((int)(((byte)(134)))));
     this.tbMa.PlaceholderText = "";
     this.tbMa.SelectedText = "";
     this.tbMa.ShadowDecoration.Parent = this.tbMa;
     this.tbMa.Size = new System.Drawing.Size(80, 30);
     this.tbMa.TabIndex = 51;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.tranShow.SetDecoration(this.label3, Guna.UI2.AnimatorNS.DecorationType.None);
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(20, 13);
     this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(27, 17);
     this.label3.TabIndex = 50;
     this.label3.Text = "Mã";
     //
     // tbNV
     //
     this.tbNV.BorderColor = System.Drawing.Color.White;
     this.tbNV.BorderRadius = 10;
     this.tbNV.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tranShow.SetDecoration(this.tbNV, Guna.UI2.AnimatorNS.DecorationType.None);
     this.tbNV.DefaultText = "";
     this.tbNV.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbNV.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbNV.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbNV.DisabledState.Parent = this.tbNV;
     this.tbNV.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbNV.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(239)))));
     this.tbNV.FocusedState.BorderColor = System.Drawing.Color.White;
     this.tbNV.FocusedState.Parent = this.tbNV;
     this.tbNV.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.tbNV.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(134)))), ((int)(((byte)(134)))));
     this.tbNV.HoverState.BorderColor = System.Drawing.Color.White;
     this.tbNV.HoverState.Parent = this.tbNV;
     this.tbNV.Location = new System.Drawing.Point(23, 227);
     this.tbNV.Margin = new System.Windows.Forms.Padding(2);
     this.tbNV.Name = "tbNV";
     this.tbNV.PasswordChar = '\0';
     this.tbNV.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(134)))), ((int)(((byte)(134)))));
     this.tbNV.PlaceholderText = "";
     this.tbNV.SelectedText = "";
     this.tbNV.ShadowDecoration.Parent = this.tbNV;
     this.tbNV.Size = new System.Drawing.Size(200, 44);
     this.tbNV.TabIndex = 19;
     //
     // tbKH
     //
     this.tbKH.BorderColor = System.Drawing.Color.White;
     this.tbKH.BorderRadius = 10;
     this.tbKH.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tranShow.SetDecoration(this.tbKH, Guna.UI2.AnimatorNS.DecorationType.None);
     this.tbKH.DefaultText = "";
     this.tbKH.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbKH.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbKH.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbKH.DisabledState.Parent = this.tbKH;
     this.tbKH.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbKH.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(239)))));
     this.tbKH.FocusedState.BorderColor = System.Drawing.Color.White;
     this.tbKH.FocusedState.Parent = this.tbKH;
     this.tbKH.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.tbKH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(134)))), ((int)(((byte)(134)))));
     this.tbKH.HoverState.BorderColor = System.Drawing.Color.White;
     this.tbKH.HoverState.Parent = this.tbKH;
     this.tbKH.Location = new System.Drawing.Point(23, 122);
     this.tbKH.Margin = new System.Windows.Forms.Padding(2);
     this.tbKH.Name = "tbKH";
     this.tbKH.PasswordChar = '\0';
     this.tbKH.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(134)))), ((int)(((byte)(134)))));
     this.tbKH.PlaceholderText = "";
     this.tbKH.SelectedText = "";
     this.tbKH.ShadowDecoration.Parent = this.tbKH;
     this.tbKH.Size = new System.Drawing.Size(200, 44);
     this.tbKH.TabIndex = 18;
     //
     // guna2GradientButton2
     //
     this.guna2GradientButton2.BorderRadius = 15;
     this.guna2GradientButton2.CheckedState.Parent = this.guna2GradientButton2;
     this.guna2GradientButton2.CustomImages.Parent = this.guna2GradientButton2;
     this.tranShow.SetDecoration(this.guna2GradientButton2, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2GradientButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton2.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton2.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.guna2GradientButton2.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton2.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton2.HoverState.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton2.HoverState.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton2.HoverState.Parent = this.guna2GradientButton2;
     this.guna2GradientButton2.Location = new System.Drawing.Point(232, 288);
     this.guna2GradientButton2.Margin = new System.Windows.Forms.Padding(2);
     this.guna2GradientButton2.Name = "guna2GradientButton2";
     this.guna2GradientButton2.ShadowDecoration.Parent = this.guna2GradientButton2;
     this.guna2GradientButton2.Size = new System.Drawing.Size(60, 31);
     this.guna2GradientButton2.TabIndex = 48;
     this.guna2GradientButton2.Text = "Delete";
     this.guna2GradientButton2.Click += new System.EventHandler(this.guna2GradientButton2_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.tranShow.SetDecoration(this.label2, Guna.UI2.AnimatorNS.DecorationType.None);
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(20, 187);
     this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(103, 17);
     this.label2.TabIndex = 1;
     this.label2.Text = "Tên Nhân Viên";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.tranShow.SetDecoration(this.label1, Guna.UI2.AnimatorNS.DecorationType.None);
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(20, 89);
     this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(115, 17);
     this.label1.TabIndex = 0;
     this.label1.Text = "Tên Khách Hàng";
     //
     // guna2GradientButton1
     //
     this.guna2GradientButton1.BorderRadius = 10;
     this.guna2GradientButton1.CheckedState.Parent = this.guna2GradientButton1;
     this.guna2GradientButton1.CustomImages.Parent = this.guna2GradientButton1;
     this.tranShow.SetDecoration(this.guna2GradientButton1, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2GradientButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.guna2GradientButton1.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton1.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton1.HoverState.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(79)))), ((int)(((byte)(67)))));
     this.guna2GradientButton1.HoverState.ForeColor = System.Drawing.Color.White;
     this.guna2GradientButton1.HoverState.Parent = this.guna2GradientButton1;
     this.guna2GradientButton1.Location = new System.Drawing.Point(541, 433);
     this.guna2GradientButton1.Margin = new System.Windows.Forms.Padding(2);
     this.guna2GradientButton1.Name = "guna2GradientButton1";
     this.guna2GradientButton1.ShadowDecoration.Parent = this.guna2GradientButton1;
     this.guna2GradientButton1.Size = new System.Drawing.Size(60, 26);
     this.guna2GradientButton1.TabIndex = 53;
     this.guna2GradientButton1.Text = "Delete All";
     this.guna2GradientButton1.Click += new System.EventHandler(this.guna2GradientButton1_Click);
     //
     // guna2DateTimePicker1
     //
     this.guna2DateTimePicker1.CheckedState.Parent = this.guna2DateTimePicker1;
     this.tranShow.SetDecoration(this.guna2DateTimePicker1, Guna.UI2.AnimatorNS.DecorationType.None);
     this.guna2DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Long;
     this.guna2DateTimePicker1.HoverState.Parent = this.guna2DateTimePicker1;
     this.guna2DateTimePicker1.Location = new System.Drawing.Point(736, 71);
     this.guna2DateTimePicker1.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.guna2DateTimePicker1.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.guna2DateTimePicker1.Name = "guna2DateTimePicker1";
     this.guna2DateTimePicker1.ShadowDecoration.Parent = this.guna2DateTimePicker1;
     this.guna2DateTimePicker1.Size = new System.Drawing.Size(200, 36);
     this.guna2DateTimePicker1.TabIndex = 54;
     this.guna2DateTimePicker1.Value = new System.DateTime(2020, 9, 4, 11, 18, 46, 276);
     this.guna2DateTimePicker1.ValueChanged += new System.EventHandler(this.guna2DateTimePicker1_ValueChanged);
     //
     // HoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(957, 494);
     this.Controls.Add(this.guna2DateTimePicker1);
     this.Controls.Add(this.guna2ShadowPanel4);
     this.Controls.Add(this.guna2GradientButton4);
     this.Controls.Add(this.tbTimKiem);
     this.Controls.Add(this.guna2CircleButton7);
     this.Controls.Add(this.guna2ShadowPanel1);
     this.tranShow.SetDecoration(this, Guna.UI2.AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "HoaDon";
     this.Text = "HoaDon";
     this.Load += new System.EventHandler(this.HoaDon_Load);
     this.guna2ShadowPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gvHoaDon)).EndInit();
     this.guna2ShadowPanel4.ResumeLayout(false);
     this.guna2ShadowPanel4.PerformLayout();
     this.ResumeLayout(false);
 }