Пример #1
0
 private void text_leave(object sender, EventArgs e)
 {
     Guna.UI2.WinForms.Guna2TextBox textBox = (Guna.UI2.WinForms.Guna2TextBox)sender;
     if (textBox.Text.ToString().Trim() == "")
     {
         textBox.Text = "0";
         this.updateMoney();
     }
 }
Пример #2
0
 public static void Validate_text(Guna.UI2.WinForms.Guna2TextBox txt, string m)
 {
     //validate.BlinkStyle = ErrorBlinkStyle.NeverBlink;
     // validate.BlinkRate = 250 velocidad en milesegundos en que parpadea
     if (String.IsNullOrWhiteSpace(txt.Text))
     {
         validate.SetError(txt, m);
     }
     else
     {
         validate.SetError(txt, null);
     }
 }
Пример #3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeedbackForm));
     this.label1               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.guna2CheckBox1       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox2       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox3       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox4       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox5       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox6       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox7       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.guna2CheckBox8       = new Guna.UI2.WinForms.Guna2CheckBox();
     this.label10              = new System.Windows.Forms.Label();
     this.guna2TextBox1        = new Guna.UI2.WinForms.Guna2TextBox();
     this.label11              = new System.Windows.Forms.Label();
     this.guna2CustomCheckBox1 = new Guna.UI2.WinForms.Guna2CustomCheckBox();
     this.guna2CustomCheckBox2 = new Guna.UI2.WinForms.Guna2CustomCheckBox();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.pictureBox2          = new System.Windows.Forms.PictureBox();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Cyan;
     this.label1.Location  = new System.Drawing.Point(394, 83);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 17);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "We value your Feedback!";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Cyan;
     this.label2.Location  = new System.Drawing.Point(296, 100);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(358, 17);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Please complete the following form and help us improve";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Cyan;
     this.label3.Location  = new System.Drawing.Point(388, 121);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(176, 17);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "out Customers experience.";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Cyan;
     this.label4.Location  = new System.Drawing.Point(226, 155);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(90, 17);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Very satsfied";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Cyan;
     this.label5.Location  = new System.Drawing.Point(377, 155);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(62, 17);
     this.label5.TabIndex  = 6;
     this.label5.Text      = "Satisfied";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Cyan;
     this.label6.Location  = new System.Drawing.Point(518, 155);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(78, 17);
     this.label6.TabIndex  = 7;
     this.label6.Text      = "Unsatisfied";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Cyan;
     this.label7.Location  = new System.Drawing.Point(656, 155);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(109, 17);
     this.label7.TabIndex  = 8;
     this.label7.Text      = "Very unsatisfied";
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.Color.Cyan;
     this.label8.Location  = new System.Drawing.Point(108, 191);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(115, 54);
     this.label8.TabIndex  = 9;
     this.label8.Text      = "How satisfied are you with our services?";
     //
     // label9
     //
     this.label9.ForeColor = System.Drawing.Color.Cyan;
     this.label9.Location  = new System.Drawing.Point(108, 293);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(94, 56);
     this.label9.TabIndex  = 10;
     this.label9.Text      = "How satisfied are you with our team?";
     //
     // guna2CheckBox1
     //
     this.guna2CheckBox1.AutoSize = true;
     this.guna2CheckBox1.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox1.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox1.CheckedState.BorderThickness = 0;
     this.guna2CheckBox1.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox1.Location = new System.Drawing.Point(263, 215);
     this.guna2CheckBox1.Name     = "guna2CheckBox1";
     this.guna2CheckBox1.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox1.TabIndex = 11;
     this.guna2CheckBox1.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox1.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox1.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox1.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox2
     //
     this.guna2CheckBox2.AutoSize = true;
     this.guna2CheckBox2.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox2.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox2.CheckedState.BorderThickness = 0;
     this.guna2CheckBox2.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox2.Location = new System.Drawing.Point(397, 215);
     this.guna2CheckBox2.Name     = "guna2CheckBox2";
     this.guna2CheckBox2.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox2.TabIndex = 12;
     this.guna2CheckBox2.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox2.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox2.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox2.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox3
     //
     this.guna2CheckBox3.AutoSize = true;
     this.guna2CheckBox3.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox3.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox3.CheckedState.BorderThickness = 0;
     this.guna2CheckBox3.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox3.Location = new System.Drawing.Point(546, 215);
     this.guna2CheckBox3.Name     = "guna2CheckBox3";
     this.guna2CheckBox3.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox3.TabIndex = 13;
     this.guna2CheckBox3.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox3.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox3.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox3.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox4
     //
     this.guna2CheckBox4.AutoSize = true;
     this.guna2CheckBox4.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox4.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox4.CheckedState.BorderThickness = 0;
     this.guna2CheckBox4.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox4.Location = new System.Drawing.Point(263, 319);
     this.guna2CheckBox4.Name     = "guna2CheckBox4";
     this.guna2CheckBox4.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox4.TabIndex = 14;
     this.guna2CheckBox4.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox4.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox4.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox4.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox5
     //
     this.guna2CheckBox5.AutoSize = true;
     this.guna2CheckBox5.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox5.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox5.CheckedState.BorderThickness = 0;
     this.guna2CheckBox5.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox5.Location = new System.Drawing.Point(397, 319);
     this.guna2CheckBox5.Name     = "guna2CheckBox5";
     this.guna2CheckBox5.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox5.TabIndex = 15;
     this.guna2CheckBox5.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox5.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox5.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox5.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox6
     //
     this.guna2CheckBox6.AutoSize = true;
     this.guna2CheckBox6.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox6.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox6.CheckedState.BorderThickness = 0;
     this.guna2CheckBox6.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox6.Location = new System.Drawing.Point(546, 319);
     this.guna2CheckBox6.Name     = "guna2CheckBox6";
     this.guna2CheckBox6.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox6.TabIndex = 16;
     this.guna2CheckBox6.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox6.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox6.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox6.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox7
     //
     this.guna2CheckBox7.AutoSize = true;
     this.guna2CheckBox7.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox7.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox7.CheckedState.BorderThickness = 0;
     this.guna2CheckBox7.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox7.Location = new System.Drawing.Point(698, 215);
     this.guna2CheckBox7.Name     = "guna2CheckBox7";
     this.guna2CheckBox7.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox7.TabIndex = 17;
     this.guna2CheckBox7.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox7.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox7.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox7.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // guna2CheckBox8
     //
     this.guna2CheckBox8.AutoSize = true;
     this.guna2CheckBox8.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox8.CheckedState.BorderRadius    = 0;
     this.guna2CheckBox8.CheckedState.BorderThickness = 0;
     this.guna2CheckBox8.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CheckBox8.Location = new System.Drawing.Point(698, 319);
     this.guna2CheckBox8.Name     = "guna2CheckBox8";
     this.guna2CheckBox8.Size     = new System.Drawing.Size(18, 17);
     this.guna2CheckBox8.TabIndex = 18;
     this.guna2CheckBox8.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CheckBox8.UncheckedState.BorderRadius    = 0;
     this.guna2CheckBox8.UncheckedState.BorderThickness = 0;
     this.guna2CheckBox8.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.ForeColor = System.Drawing.Color.Cyan;
     this.label10.Location  = new System.Drawing.Point(69, 378);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(184, 17);
     this.label10.TabIndex  = 19;
     this.label10.Text      = "Tell us how we can improve!";
     //
     // guna2TextBox1
     //
     this.guna2TextBox1.AutoRoundedCorners                 = true;
     this.guna2TextBox1.BorderRadius                       = 38;
     this.guna2TextBox1.Cursor                             = System.Windows.Forms.Cursors.IBeam;
     this.guna2TextBox1.DefaultText                        = "";
     this.guna2TextBox1.DisabledState.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.guna2TextBox1.DisabledState.FillColor            = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.guna2TextBox1.DisabledState.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.guna2TextBox1.DisabledState.Parent               = this.guna2TextBox1;
     this.guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.guna2TextBox1.FocusedState.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2TextBox1.FocusedState.Parent                = this.guna2TextBox1;
     this.guna2TextBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2TextBox1.HoverState.Parent      = this.guna2TextBox1;
     this.guna2TextBox1.Location                = new System.Drawing.Point(72, 398);
     this.guna2TextBox1.Name                    = "guna2TextBox1";
     this.guna2TextBox1.PasswordChar            = '\0';
     this.guna2TextBox1.PlaceholderText         = "";
     this.guna2TextBox1.SelectedText            = "";
     this.guna2TextBox1.ShadowDecoration.Parent = this.guna2TextBox1;
     this.guna2TextBox1.Size                    = new System.Drawing.Size(743, 78);
     this.guna2TextBox1.TabIndex                = 20;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.ForeColor = System.Drawing.Color.Cyan;
     this.label11.Location  = new System.Drawing.Point(87, 497);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(308, 17);
     this.label11.TabIndex  = 21;
     this.label11.Text      = "Would you like a representative to contact you?";
     //
     // guna2CustomCheckBox1
     //
     this.guna2CustomCheckBox1.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CustomCheckBox1.CheckedState.BorderRadius    = 2;
     this.guna2CustomCheckBox1.CheckedState.BorderThickness = 0;
     this.guna2CustomCheckBox1.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CustomCheckBox1.CheckedState.Parent          = this.guna2CustomCheckBox1;
     this.guna2CustomCheckBox1.Location = new System.Drawing.Point(153, 532);
     this.guna2CustomCheckBox1.Name     = "guna2CustomCheckBox1";
     this.guna2CustomCheckBox1.ShadowDecoration.Parent = this.guna2CustomCheckBox1;
     this.guna2CustomCheckBox1.Size     = new System.Drawing.Size(20, 20);
     this.guna2CustomCheckBox1.TabIndex = 22;
     this.guna2CustomCheckBox1.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CustomCheckBox1.UncheckedState.BorderRadius    = 2;
     this.guna2CustomCheckBox1.UncheckedState.BorderThickness = 0;
     this.guna2CustomCheckBox1.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CustomCheckBox1.UncheckedState.Parent          = this.guna2CustomCheckBox1;
     //
     // guna2CustomCheckBox2
     //
     this.guna2CustomCheckBox2.CheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CustomCheckBox2.CheckedState.BorderRadius    = 2;
     this.guna2CustomCheckBox2.CheckedState.BorderThickness = 0;
     this.guna2CustomCheckBox2.CheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.guna2CustomCheckBox2.CheckedState.Parent          = this.guna2CustomCheckBox2;
     this.guna2CustomCheckBox2.Location = new System.Drawing.Point(352, 532);
     this.guna2CustomCheckBox2.Name     = "guna2CustomCheckBox2";
     this.guna2CustomCheckBox2.ShadowDecoration.Parent = this.guna2CustomCheckBox2;
     this.guna2CustomCheckBox2.Size     = new System.Drawing.Size(20, 20);
     this.guna2CustomCheckBox2.TabIndex = 23;
     this.guna2CustomCheckBox2.UncheckedState.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CustomCheckBox2.UncheckedState.BorderRadius    = 2;
     this.guna2CustomCheckBox2.UncheckedState.BorderThickness = 0;
     this.guna2CustomCheckBox2.UncheckedState.FillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
     this.guna2CustomCheckBox2.UncheckedState.Parent          = this.guna2CustomCheckBox2;
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Cyan;
     this.label12.Location  = new System.Drawing.Point(199, 535);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(32, 17);
     this.label12.TabIndex  = 24;
     this.label12.Text      = "Yes";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Cyan;
     this.label13.Location  = new System.Drawing.Point(394, 535);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(26, 17);
     this.label13.TabIndex  = 25;
     this.label13.Text      = "No";
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(767, 191);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(136, 167);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 26;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(271, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(383, 75);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // FeedbackForm
     //
     this.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(167)))));
     this.ClientSize = new System.Drawing.Size(933, 577);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.guna2CustomCheckBox2);
     this.Controls.Add(this.guna2CustomCheckBox1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.guna2TextBox1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.guna2CheckBox8);
     this.Controls.Add(this.guna2CheckBox7);
     this.Controls.Add(this.guna2CheckBox6);
     this.Controls.Add(this.guna2CheckBox5);
     this.Controls.Add(this.guna2CheckBox4);
     this.Controls.Add(this.guna2CheckBox3);
     this.Controls.Add(this.guna2CheckBox2);
     this.Controls.Add(this.guna2CheckBox1);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.ForeColor       = System.Drawing.Color.DarkCyan;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FeedbackForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.FeedbackForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.guna2ShadowForm1 = new Guna.UI2.WinForms.Guna2ShadowForm(this.components);
     this.guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
     this.btnClose = new Guna.UI2.WinForms.Guna2Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.gunaLabel1 = new Guna.UI.WinForms.GunaLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.tbNgayGio = new System.Windows.Forms.Label();
     this.tbGiaVe = new System.Windows.Forms.Label();
     this.tbMaVe = new System.Windows.Forms.Label();
     this.tbTenHK = new Guna.UI2.WinForms.Guna2TextBox();
     this.tbCMND = new Guna.UI2.WinForms.Guna2TextBox();
     this.tbDienThoai = new Guna.UI2.WinForms.Guna2TextBox();
     this.cbMaCB = new Guna.UI2.WinForms.Guna2ComboBox();
     this.cbHangVe = new Guna.UI2.WinForms.Guna2ComboBox();
     this.lbDienThoai = new Guna.UI.WinForms.GunaLabel();
     this.lbHangVe = new Guna.UI.WinForms.GunaLabel();
     this.lbGiaVe = new Guna.UI.WinForms.GunaLabel();
     this.lbCMND = new Guna.UI.WinForms.GunaLabel();
     this.lbTenHK = new Guna.UI.WinForms.GunaLabel();
     this.lbNgayGio = new Guna.UI.WinForms.GunaLabel();
     this.lbMaCB = new Guna.UI.WinForms.GunaLabel();
     this.lbMaVe = new Guna.UI.WinForms.GunaLabel();
     this.btnCancel = new Guna.UI2.WinForms.Guna2Button();
     this.guna2DragControl1 = new Guna.UI2.WinForms.Guna2DragControl(this.components);
     this.btnOK = new Guna.UI2.WinForms.Guna2Button();
     this.guna2Elipse3 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.lbNoti = new Guna.UI.WinForms.GunaLabel();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // guna2Elipse1
     //
     this.guna2Elipse1.BorderRadius = 20;
     this.guna2Elipse1.TargetControl = this;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Animated = true;
     this.btnClose.AutoRoundedCorners = true;
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.BorderRadius = 19;
     this.btnClose.CheckedState.Parent = this.btnClose;
     this.btnClose.CustomImages.ImageAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.btnClose.CustomImages.Parent = this.btnClose;
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.btnClose.ForeColor = System.Drawing.Color.White;
     this.btnClose.HoverState.Parent = this.btnClose;
     this.btnClose.Location = new System.Drawing.Point(748, 12);
     this.btnClose.Name = "btnClose";
     this.btnClose.ShadowDecoration.BorderRadius = 19;
     this.btnClose.ShadowDecoration.Enabled = true;
     this.btnClose.ShadowDecoration.Parent = this.btnClose;
     this.btnClose.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.btnClose.Size = new System.Drawing.Size(40, 40);
     this.btnClose.TabIndex = 4;
     this.btnClose.TabStop = false;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnClose);
     this.panel1.Controls.Add(this.gunaLabel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(800, 60);
     this.panel1.TabIndex = 5;
     //
     // gunaLabel1
     //
     this.gunaLabel1.BackColor = System.Drawing.Color.Transparent;
     this.gunaLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gunaLabel1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gunaLabel1.Location = new System.Drawing.Point(0, 0);
     this.gunaLabel1.Name = "gunaLabel1";
     this.gunaLabel1.Size = new System.Drawing.Size(800, 60);
     this.gunaLabel1.TabIndex = 0;
     this.gunaLabel1.Text = "Vé";
     this.gunaLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tbNgayGio);
     this.panel2.Controls.Add(this.tbGiaVe);
     this.panel2.Controls.Add(this.tbMaVe);
     this.panel2.Controls.Add(this.tbTenHK);
     this.panel2.Controls.Add(this.tbCMND);
     this.panel2.Controls.Add(this.tbDienThoai);
     this.panel2.Controls.Add(this.cbMaCB);
     this.panel2.Controls.Add(this.cbHangVe);
     this.panel2.Controls.Add(this.lbDienThoai);
     this.panel2.Controls.Add(this.lbHangVe);
     this.panel2.Controls.Add(this.lbGiaVe);
     this.panel2.Controls.Add(this.lbCMND);
     this.panel2.Controls.Add(this.lbTenHK);
     this.panel2.Controls.Add(this.lbNgayGio);
     this.panel2.Controls.Add(this.lbMaCB);
     this.panel2.Controls.Add(this.lbMaVe);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 60);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(800, 264);
     this.panel2.TabIndex = 0;
     //
     // tbNgayGio
     //
     this.tbNgayGio.AutoSize = true;
     this.tbNgayGio.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbNgayGio.Location = new System.Drawing.Point(508, 94);
     this.tbNgayGio.Name = "tbNgayGio";
     this.tbNgayGio.Size = new System.Drawing.Size(0, 28);
     this.tbNgayGio.TabIndex = 3;
     //
     // tbGiaVe
     //
     this.tbGiaVe.AutoSize = true;
     this.tbGiaVe.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbGiaVe.Location = new System.Drawing.Point(508, 38);
     this.tbGiaVe.Name = "tbGiaVe";
     this.tbGiaVe.Size = new System.Drawing.Size(0, 28);
     this.tbGiaVe.TabIndex = 3;
     //
     // tbMaVe
     //
     this.tbMaVe.AutoSize = true;
     this.tbMaVe.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbMaVe.Location = new System.Drawing.Point(152, 38);
     this.tbMaVe.Name = "tbMaVe";
     this.tbMaVe.Size = new System.Drawing.Size(96, 28);
     this.tbMaVe.TabIndex = 3;
     this.tbMaVe.Text = "#######";
     //
     // tbTenHK
     //
     this.tbTenHK.BackColor = System.Drawing.Color.Transparent;
     this.tbTenHK.BorderRadius = 6;
     this.tbTenHK.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tbTenHK.DefaultText = "";
     this.tbTenHK.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbTenHK.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbTenHK.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbTenHK.DisabledState.Parent = this.tbTenHK;
     this.tbTenHK.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbTenHK.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbTenHK.FocusedState.Parent = this.tbTenHK;
     this.tbTenHK.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbTenHK.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbTenHK.HoverState.Parent = this.tbTenHK;
     this.tbTenHK.Location = new System.Drawing.Point(152, 142);
     this.tbTenHK.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
     this.tbTenHK.Name = "tbTenHK";
     this.tbTenHK.PasswordChar = '\0';
     this.tbTenHK.PlaceholderText = "";
     this.tbTenHK.SelectedText = "";
     this.tbTenHK.ShadowDecoration.Parent = this.tbTenHK;
     this.tbTenHK.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.tbTenHK.Size = new System.Drawing.Size(229, 36);
     this.tbTenHK.TabIndex = 0;
     //
     // tbCMND
     //
     this.tbCMND.BackColor = System.Drawing.Color.Transparent;
     this.tbCMND.BorderRadius = 6;
     this.tbCMND.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tbCMND.DefaultText = "";
     this.tbCMND.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbCMND.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbCMND.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbCMND.DisabledState.Parent = this.tbCMND;
     this.tbCMND.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbCMND.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbCMND.FocusedState.Parent = this.tbCMND;
     this.tbCMND.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbCMND.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbCMND.HoverState.Parent = this.tbCMND;
     this.tbCMND.Location = new System.Drawing.Point(152, 198);
     this.tbCMND.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
     this.tbCMND.Name = "tbCMND";
     this.tbCMND.PasswordChar = '\0';
     this.tbCMND.PlaceholderText = "";
     this.tbCMND.SelectedText = "";
     this.tbCMND.ShadowDecoration.Parent = this.tbCMND;
     this.tbCMND.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.tbCMND.Size = new System.Drawing.Size(229, 36);
     this.tbCMND.TabIndex = 1;
     //
     // tbDienThoai
     //
     this.tbDienThoai.BackColor = System.Drawing.Color.Transparent;
     this.tbDienThoai.BorderRadius = 6;
     this.tbDienThoai.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.tbDienThoai.DefaultText = "";
     this.tbDienThoai.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
     this.tbDienThoai.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.tbDienThoai.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbDienThoai.DisabledState.Parent = this.tbDienThoai;
     this.tbDienThoai.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.tbDienThoai.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbDienThoai.FocusedState.Parent = this.tbDienThoai;
     this.tbDienThoai.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbDienThoai.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.tbDienThoai.HoverState.Parent = this.tbDienThoai;
     this.tbDienThoai.Location = new System.Drawing.Point(508, 198);
     this.tbDienThoai.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
     this.tbDienThoai.Name = "tbDienThoai";
     this.tbDienThoai.PasswordChar = '\0';
     this.tbDienThoai.PlaceholderText = "";
     this.tbDienThoai.SelectedText = "";
     this.tbDienThoai.ShadowDecoration.Parent = this.tbDienThoai;
     this.tbDienThoai.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.tbDienThoai.Size = new System.Drawing.Size(221, 36);
     this.tbDienThoai.TabIndex = 2;
     //
     // cbMaCB
     //
     this.cbMaCB.Animated = true;
     this.cbMaCB.BackColor = System.Drawing.Color.Transparent;
     this.cbMaCB.BorderRadius = 6;
     this.cbMaCB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbMaCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbMaCB.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.cbMaCB.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.cbMaCB.FocusedState.Parent = this.cbMaCB;
     this.cbMaCB.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbMaCB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
     this.cbMaCB.HoverState.Parent = this.cbMaCB;
     this.cbMaCB.IntegralHeight = false;
     this.cbMaCB.ItemHeight = 30;
     this.cbMaCB.ItemsAppearance.Parent = this.cbMaCB;
     this.cbMaCB.Location = new System.Drawing.Point(152, 86);
     this.cbMaCB.Name = "cbMaCB";
     this.cbMaCB.ShadowDecoration.Parent = this.cbMaCB;
     this.cbMaCB.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.cbMaCB.Size = new System.Drawing.Size(229, 36);
     this.cbMaCB.TabIndex = 2;
     this.cbMaCB.TabStop = false;
     this.cbMaCB.SelectedIndexChanged += new System.EventHandler(this.cbMaCB_SelectedIndexChanged);
     //
     // cbHangVe
     //
     this.cbHangVe.Animated = true;
     this.cbHangVe.BackColor = System.Drawing.Color.Transparent;
     this.cbHangVe.BorderRadius = 6;
     this.cbHangVe.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbHangVe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbHangVe.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.cbHangVe.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
     this.cbHangVe.FocusedState.Parent = this.cbHangVe;
     this.cbHangVe.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbHangVe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
     this.cbHangVe.HoverState.Parent = this.cbHangVe;
     this.cbHangVe.IntegralHeight = false;
     this.cbHangVe.ItemHeight = 30;
     this.cbHangVe.ItemsAppearance.Parent = this.cbHangVe;
     this.cbHangVe.Location = new System.Drawing.Point(508, 142);
     this.cbHangVe.Name = "cbHangVe";
     this.cbHangVe.ShadowDecoration.Parent = this.cbHangVe;
     this.cbHangVe.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.cbHangVe.Size = new System.Drawing.Size(220, 36);
     this.cbHangVe.TabIndex = 2;
     this.cbHangVe.TabStop = false;
     this.cbHangVe.SelectedIndexChanged += new System.EventHandler(this.cbHangVe_SelectedIndexChanged);
     //
     // lbDienThoai
     //
     this.lbDienThoai.AutoSize = true;
     this.lbDienThoai.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbDienThoai.Location = new System.Drawing.Point(390, 206);
     this.lbDienThoai.Name = "lbDienThoai";
     this.lbDienThoai.Size = new System.Drawing.Size(115, 28);
     this.lbDienThoai.TabIndex = 0;
     this.lbDienThoai.Text = "Điện Thoại:";
     //
     // lbHangVe
     //
     this.lbHangVe.AutoSize = true;
     this.lbHangVe.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbHangVe.Location = new System.Drawing.Point(390, 150);
     this.lbHangVe.Name = "lbHangVe";
     this.lbHangVe.Size = new System.Drawing.Size(95, 28);
     this.lbHangVe.TabIndex = 0;
     this.lbHangVe.Text = "Hạng Vé:";
     //
     // lbGiaVe
     //
     this.lbGiaVe.AutoSize = true;
     this.lbGiaVe.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbGiaVe.Location = new System.Drawing.Point(390, 38);
     this.lbGiaVe.Name = "lbGiaVe";
     this.lbGiaVe.Size = new System.Drawing.Size(75, 28);
     this.lbGiaVe.TabIndex = 0;
     this.lbGiaVe.Text = "Giá Vé:";
     //
     // lbCMND
     //
     this.lbCMND.AutoSize = true;
     this.lbCMND.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCMND.Location = new System.Drawing.Point(13, 206);
     this.lbCMND.Name = "lbCMND";
     this.lbCMND.Size = new System.Drawing.Size(76, 28);
     this.lbCMND.TabIndex = 0;
     this.lbCMND.Text = "CMND:";
     //
     // lbTenHK
     //
     this.lbTenHK.AutoSize = true;
     this.lbTenHK.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTenHK.Location = new System.Drawing.Point(13, 150);
     this.lbTenHK.Name = "lbTenHK";
     this.lbTenHK.Size = new System.Drawing.Size(127, 28);
     this.lbTenHK.TabIndex = 0;
     this.lbTenHK.Text = "Hành Khách:";
     //
     // lbNgayGio
     //
     this.lbNgayGio.AutoSize = true;
     this.lbNgayGio.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbNgayGio.Location = new System.Drawing.Point(390, 94);
     this.lbNgayGio.Name = "lbNgayGio";
     this.lbNgayGio.Size = new System.Drawing.Size(115, 28);
     this.lbNgayGio.TabIndex = 0;
     this.lbNgayGio.Text = "Ngày - Giờ:";
     //
     // lbMaCB
     //
     this.lbMaCB.AutoSize = true;
     this.lbMaCB.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbMaCB.Location = new System.Drawing.Point(13, 94);
     this.lbMaCB.Name = "lbMaCB";
     this.lbMaCB.Size = new System.Drawing.Size(158, 28);
     this.lbMaCB.TabIndex = 0;
     this.lbMaCB.Text = "Mã Chuyến Bay:";
     //
     // lbMaVe
     //
     this.lbMaVe.AutoSize = true;
     this.lbMaVe.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbMaVe.Location = new System.Drawing.Point(13, 38);
     this.lbMaVe.Name = "lbMaVe";
     this.lbMaVe.Size = new System.Drawing.Size(74, 28);
     this.lbMaVe.TabIndex = 0;
     this.lbMaVe.Text = "Mã Vé:";
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.BorderRadius = 6;
     this.btnCancel.CheckedState.Parent = this.btnCancel;
     this.btnCancel.CustomImages.Parent = this.btnCancel;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.btnCancel.ForeColor = System.Drawing.Color.White;
     this.btnCancel.HoverState.Parent = this.btnCancel;
     this.btnCancel.Location = new System.Drawing.Point(491, 341);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.ShadowDecoration.Enabled = true;
     this.btnCancel.ShadowDecoration.Parent = this.btnCancel;
     this.btnCancel.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.btnCancel.Size = new System.Drawing.Size(180, 45);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.TabStop = false;
     this.btnCancel.Text = "CANCEL";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // guna2DragControl1
     //
     this.guna2DragControl1.TargetControl = this.gunaLabel1;
     //
     // btnOK
     //
     this.btnOK.AllowDrop = true;
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.BorderRadius = 6;
     this.btnOK.CheckedState.Parent = this.btnOK;
     this.btnOK.CustomImages.Parent = this.btnOK;
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.FillColor = System.Drawing.SystemColors.ActiveBorder;
     this.btnOK.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.btnOK.ForeColor = System.Drawing.Color.White;
     this.btnOK.HoverState.Parent = this.btnOK;
     this.btnOK.Location = new System.Drawing.Point(130, 341);
     this.btnOK.Name = "btnOK";
     this.btnOK.ShadowDecoration.Enabled = true;
     this.btnOK.ShadowDecoration.Parent = this.btnOK;
     this.btnOK.ShadowDecoration.Shadow = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.btnOK.Size = new System.Drawing.Size(180, 45);
     this.btnOK.TabIndex = 0;
     this.btnOK.TabStop = false;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // button1
     //
     this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button1.Location = new System.Drawing.Point(0, 0);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 5;
     this.button1.TabStop = false;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location = new System.Drawing.Point(363, 219);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 8;
     this.button2.TabStop = false;
     this.button2.Text = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // lbNoti
     //
     this.lbNoti.AutoSize = true;
     this.lbNoti.BackColor = System.Drawing.Color.Transparent;
     this.lbNoti.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.lbNoti.ForeColor = System.Drawing.Color.Red;
     this.lbNoti.Location = new System.Drawing.Point(20, 305);
     this.lbNoti.Name = "lbNoti";
     this.lbNoti.Size = new System.Drawing.Size(0, 20);
     this.lbNoti.TabIndex = 9;
     this.lbNoti.Visible = false;
     //
     // frmVeEditing
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 28F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(800, 404);
     this.Controls.Add(this.lbNoti);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button2);
     this.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name = "frmVeEditing";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "v";
     this.Load += new System.EventHandler(this.frmVeEditing_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.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);
 }