Esempio n. 1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="in_Panel">GroupPanel对象</param>
 public clsDatabasePanel(DevComponents.DotNetBar.Controls.GroupPanel in_Panel)
 {
     this.m_DataBaseGroupPanel = in_Panel;
     //cyf 20110627 modify
     this.m_DBProjects = new Dictionary <string, List <ClsDataBaseProject> >();              // new Dictionary<enumInterDBType, List<ClsDataBaseProject>>();
     m_DBButtons       = new Dictionary <string, List <DevComponents.DotNetBar.ButtonX> >(); // Dictionary<enumInterDBType, List<DevComponents.DotNetBar.ButtonX>>();
     m_DBLables        = new Dictionary <string, DevComponents.DotNetBar.LabelX>();
     //end
     iDataBaseTypeLableCount = 0;
 }
Esempio n. 2
0
 /// <summary>
 /// 先清空所有控件的值
 /// </summary>
 /// <param name="groupPanel"></param>
 private void ClearGroup(DevComponents.DotNetBar.Controls.GroupPanel groupPanel)
 {
     foreach (Control ctr in groupPanel.Controls)
     {
         ucOtherDiagnose uc = ctr as ucOtherDiagnose;
         if (uc != null)
         {
             uc.OtherDiagnose = "";
             uc.ICD10         = "";
             uc.InCondition   = "";
         }
     }
 }
        private void ShowSetParameterForm(object sender, EventArgs e)
        {
            PictureBox SelectedValue = (PictureBox)sender;


            if (SelectedValue.Name != null)
            {
                Telerik.WinControls.UI.RadForm frm = new Telerik.WinControls.UI.RadForm();
                frm.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
                frm.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
                frm.ClientSize          = new System.Drawing.Size(302, 270);

                frm.Font        = new System.Drawing.Font("B Nazanin", 9.75F, System.Drawing.FontStyle.Bold);
                frm.MaximizeBox = false;
                frm.Name        = "Frm_CreateStation";
                frm.RightToLeft = System.Windows.Forms.RightToLeft.Yes;


                frm.Text = "ایجاد پارامتر همراه با فرمول";
                var panel = new DevComponents.DotNetBar.Controls.GroupPanel();
                panel.Dock = DockStyle.Fill;

                Uc.Location = new System.Drawing.Point(4, 3);
                Uc.Name     = "UC_CreateParameterFormula";

                Uc.Size = new System.Drawing.Size(431, 80);

                Uc.Dock = DockStyle.Fill;


                frm.StartPosition = FormStartPosition.CenterScreen;

                frm.Controls.Add(Uc);
                frm.ShowDialog();
                if (frm.Tag != null)
                {
                    SelectedValue.Image = global::PersianMIS.Properties.Resources.Step;
                    SelectedValue.Tag   = frm.Tag;
                }
            }

            //DevComponents.DotNetBar.BubbleButton SelectedValue = (DevComponents.DotNetBar.BubbleButton)sender;
            //foreach (Control item in Pnl_Main.Controls)
            //{
            //    if (item.Tag.ToString() == SelectedValue.Tag.ToString())
            //    {
            //        Pnl_Main.Controls.Remove(item);
            //        break; //important step
            //    }
            //}
        }
        private void DataChange(object sender, EventArgs e)
        {
            CheckBox box = sender as CheckBox;

            foreach (Control panel in flowPanel.Controls)
            {
                PeriodAbsencePanel p = panel as PeriodAbsencePanel;
                if (p == null)
                {
                    continue;
                }
                foreach (Control group in p.Controls)
                {
                    DevComponents.DotNetBar.Controls.GroupPanel gp = group as DevComponents.DotNetBar.Controls.GroupPanel;
                    if (gp != null)
                    {
                        foreach (Control flp in gp.Controls)
                        {
                            FlowLayoutPanel fp = flp as FlowLayoutPanel;
                            if (fp != null)
                            {
                                foreach (Control ctrl in fp.Controls)
                                {
                                    CheckBox ch = ctrl as CheckBox;
                                    if (ch != null)
                                    {
                                        if (ch.Text == box.Text && ch.Tag + "" != "核可假別")
                                        {
                                            if (box.Checked)
                                            {
                                                ch.Checked = false;
                                                ch.Enabled = false;
                                            }
                                            else
                                            {
                                                ch.Enabled = true;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(add_sys_user));
     this.formFrameSkinner1 = new Elegant.Ui.FormFrameSkinner();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // formFrameSkinner1
     //
     this.formFrameSkinner1.Form = this;
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.textBoxX3);
     this.groupPanel1.Controls.Add(this.labelX5);
     this.groupPanel1.Controls.Add(this.buttonX2);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Controls.Add(this.maskedTextBox1);
     this.groupPanel1.Controls.Add(this.textBoxX2);
     this.groupPanel1.Controls.Add(this.textBoxX1);
     this.groupPanel1.Controls.Add(this.switchButton1);
     this.groupPanel1.Controls.Add(this.labelX4);
     this.groupPanel1.Controls.Add(this.labelX3);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Controls.Add(this.pictureBox1);
     this.groupPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.Location = new System.Drawing.Point(12, 7);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(333, 435);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 2;
     this.groupPanel1.Text = "إضافه مستخدم";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(14, 240);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(213, 22);
     this.textBoxX3.TabIndex = 12;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(227, 239);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(98, 20);
     this.labelX5.TabIndex = 11;
     this.labelX5.Text = " تاكيد كلمة المرور :";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location = new System.Drawing.Point(15, 366);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(123, 23);
     this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX2.TabIndex = 10;
     this.buttonX2.Text = "صلاحيات المستخدم";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
     this.buttonX1.Location = new System.Drawing.Point(152, 366);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(75, 23);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 9;
     this.buttonX1.Text = "إضافه";
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(15, 277);
     this.maskedTextBox1.Mask = "000-0-000-000";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.maskedTextBox1.Size = new System.Drawing.Size(212, 22);
     this.maskedTextBox1.TabIndex = 8;
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(15, 202);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(212, 22);
     this.textBoxX2.TabIndex = 7;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(15, 164);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(212, 22);
     this.textBoxX1.TabIndex = 6;
     //
     // switchButton1
     //
     //
     //
     //
     this.switchButton1.BackgroundStyle.Class = "";
     this.switchButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.switchButton1.Location = new System.Drawing.Point(15, 317);
     this.switchButton1.Name = "switchButton1";
     this.switchButton1.OffText = "لا يعمل";
     this.switchButton1.OnText = "يعمل";
     this.switchButton1.Size = new System.Drawing.Size(212, 22);
     this.switchButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.switchButton1.TabIndex = 5;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(234, 317);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(92, 22);
     this.labelX4.TabIndex = 4;
     this.labelX4.Text = "مفعل :";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(234, 276);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(92, 21);
     this.labelX3.TabIndex = 3;
     this.labelX3.Text = "الجوال :";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(234, 201);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(92, 20);
     this.labelX2.TabIndex = 2;
     this.labelX2.Text = "كلمة المرور :";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(233, 160);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(92, 25);
     this.labelX1.TabIndex = 1;
     this.labelX1.Text = "اسم المستخدم :";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(97, 13);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(144, 132);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // add_sys_user
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(363, 454);
     this.Controls.Add(this.groupPanel1);
     this.Name = "add_sys_user";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.RightToLeftLayout = true;
     this.Text = "إضافه مستخدم";
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnSet = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lnkReplaceUpload = new System.Windows.Forms.LinkLabel();
     this.chkReplaceCustom = new System.Windows.Forms.RadioButton();
     this.chkReplaceDefault = new System.Windows.Forms.RadioButton();
     this.lnkReplaceDefault = new System.Windows.Forms.LinkLabel();
     this.lnkReplaceCustom = new System.Windows.Forms.LinkLabel();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lnkExchangeUpload = new System.Windows.Forms.LinkLabel();
     this.chkExchangeCustom = new System.Windows.Forms.RadioButton();
     this.chkExchangeDefault = new System.Windows.Forms.RadioButton();
     this.lnkExchangeDefault = new System.Windows.Forms.LinkLabel();
     this.lnkExchagneCustom = new System.Windows.Forms.LinkLabel();
     this.groupPanel4.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSet
     //
     this.btnSet.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSet.BackColor = System.Drawing.Color.Transparent;
     this.btnSet.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSet.Location = new System.Drawing.Point(68, 290);
     this.btnSet.Name = "btnSet";
     this.btnSet.Size = new System.Drawing.Size(75, 23);
     this.btnSet.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnSet.TabIndex = 24;
     this.btnSet.Text = "確認";
     this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(149, 290);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 23);
     this.btnExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnExit.TabIndex = 25;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // groupPanel4
     //
     this.groupPanel4.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.groupPanel1);
     this.groupPanel4.Controls.Add(this.groupPanel2);
     this.groupPanel4.Location = new System.Drawing.Point(7, 3);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(221, 273);
     //
     //
     //
     this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 1;
     this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 1;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 1;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 1;
     this.groupPanel4.Style.Class = "";
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel4.StyleMouseDown.Class = "";
     this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel4.StyleMouseOver.Class = "";
     this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel4.TabIndex = 27;
     this.groupPanel4.Text = "範本設定";
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lnkReplaceUpload);
     this.groupPanel1.Controls.Add(this.chkReplaceCustom);
     this.groupPanel1.Controls.Add(this.chkReplaceDefault);
     this.groupPanel1.Controls.Add(this.lnkReplaceDefault);
     this.groupPanel1.Controls.Add(this.lnkReplaceCustom);
     this.groupPanel1.DrawTitleBox = false;
     this.groupPanel1.Location = new System.Drawing.Point(10, 129);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(195, 98);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 2;
     this.groupPanel1.Text = "代課通知單";
     //
     // lnkReplaceUpload
     //
     this.lnkReplaceUpload.AutoSize = true;
     this.lnkReplaceUpload.BackColor = System.Drawing.Color.Transparent;
     this.lnkReplaceUpload.Location = new System.Drawing.Point(141, 40);
     this.lnkReplaceUpload.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkReplaceUpload.Name = "lnkReplaceUpload";
     this.lnkReplaceUpload.Size = new System.Drawing.Size(34, 17);
     this.lnkReplaceUpload.TabIndex = 23;
     this.lnkReplaceUpload.TabStop = true;
     this.lnkReplaceUpload.Text = "上傳";
     this.lnkReplaceUpload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReplaceUpload_LinkClicked);
     //
     // chkReplaceCustom
     //
     this.chkReplaceCustom.AutoSize = true;
     this.chkReplaceCustom.BackColor = System.Drawing.Color.Transparent;
     this.chkReplaceCustom.ForeColor = System.Drawing.Color.Blue;
     this.chkReplaceCustom.Location = new System.Drawing.Point(15, 38);
     this.chkReplaceCustom.Name = "chkReplaceCustom";
     this.chkReplaceCustom.Size = new System.Drawing.Size(78, 21);
     this.chkReplaceCustom.TabIndex = 22;
     this.chkReplaceCustom.Text = "自訂範本";
     this.chkReplaceCustom.UseVisualStyleBackColor = false;
     this.chkReplaceCustom.CheckedChanged += new System.EventHandler(this.chkReplaceCustom_CheckedChanged);
     //
     // chkReplaceDefault
     //
     this.chkReplaceDefault.AutoSize = true;
     this.chkReplaceDefault.BackColor = System.Drawing.Color.Transparent;
     this.chkReplaceDefault.ForeColor = System.Drawing.Color.Blue;
     this.chkReplaceDefault.Location = new System.Drawing.Point(15, 9);
     this.chkReplaceDefault.Name = "chkReplaceDefault";
     this.chkReplaceDefault.Size = new System.Drawing.Size(78, 21);
     this.chkReplaceDefault.TabIndex = 21;
     this.chkReplaceDefault.Text = "預設範本";
     this.chkReplaceDefault.UseVisualStyleBackColor = false;
     this.chkReplaceDefault.CheckedChanged += new System.EventHandler(this.chkReplaceDefault_CheckedChanged);
     //
     // lnkReplaceDefault
     //
     this.lnkReplaceDefault.AutoSize = true;
     this.lnkReplaceDefault.Location = new System.Drawing.Point(100, 11);
     this.lnkReplaceDefault.Name = "lnkReplaceDefault";
     this.lnkReplaceDefault.Size = new System.Drawing.Size(34, 17);
     this.lnkReplaceDefault.TabIndex = 2;
     this.lnkReplaceDefault.TabStop = true;
     this.lnkReplaceDefault.Text = "檢視";
     this.lnkReplaceDefault.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReplaceDefault_LinkClicked);
     //
     // lnkReplaceCustom
     //
     this.lnkReplaceCustom.AutoSize = true;
     this.lnkReplaceCustom.Location = new System.Drawing.Point(100, 40);
     this.lnkReplaceCustom.Name = "lnkReplaceCustom";
     this.lnkReplaceCustom.Size = new System.Drawing.Size(34, 17);
     this.lnkReplaceCustom.TabIndex = 4;
     this.lnkReplaceCustom.TabStop = true;
     this.lnkReplaceCustom.Text = "檢視";
     this.lnkReplaceCustom.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReplaceCustom_LinkClicked);
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.lnkExchangeUpload);
     this.groupPanel2.Controls.Add(this.chkExchangeCustom);
     this.groupPanel2.Controls.Add(this.chkExchangeDefault);
     this.groupPanel2.Controls.Add(this.lnkExchangeDefault);
     this.groupPanel2.Controls.Add(this.lnkExchagneCustom);
     this.groupPanel2.DrawTitleBox = false;
     this.groupPanel2.Location = new System.Drawing.Point(10, 14);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(195, 98);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "調課通知單";
     //
     // lnkExchangeUpload
     //
     this.lnkExchangeUpload.AutoSize = true;
     this.lnkExchangeUpload.BackColor = System.Drawing.Color.Transparent;
     this.lnkExchangeUpload.Location = new System.Drawing.Point(141, 40);
     this.lnkExchangeUpload.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkExchangeUpload.Name = "lnkExchangeUpload";
     this.lnkExchangeUpload.Size = new System.Drawing.Size(34, 17);
     this.lnkExchangeUpload.TabIndex = 23;
     this.lnkExchangeUpload.TabStop = true;
     this.lnkExchangeUpload.Text = "上傳";
     this.lnkExchangeUpload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkUpload);
     //
     // chkExchangeCustom
     //
     this.chkExchangeCustom.AutoSize = true;
     this.chkExchangeCustom.BackColor = System.Drawing.Color.Transparent;
     this.chkExchangeCustom.ForeColor = System.Drawing.Color.Blue;
     this.chkExchangeCustom.Location = new System.Drawing.Point(15, 38);
     this.chkExchangeCustom.Name = "chkExchangeCustom";
     this.chkExchangeCustom.Size = new System.Drawing.Size(78, 21);
     this.chkExchangeCustom.TabIndex = 22;
     this.chkExchangeCustom.Text = "自訂範本";
     this.chkExchangeCustom.UseVisualStyleBackColor = false;
     this.chkExchangeCustom.CheckedChanged += new System.EventHandler(this.chkExchangeCustom_CheckedChanged);
     //
     // chkExchangeDefault
     //
     this.chkExchangeDefault.AutoSize = true;
     this.chkExchangeDefault.BackColor = System.Drawing.Color.Transparent;
     this.chkExchangeDefault.ForeColor = System.Drawing.Color.Blue;
     this.chkExchangeDefault.Location = new System.Drawing.Point(15, 9);
     this.chkExchangeDefault.Name = "chkExchangeDefault";
     this.chkExchangeDefault.Size = new System.Drawing.Size(78, 21);
     this.chkExchangeDefault.TabIndex = 21;
     this.chkExchangeDefault.Text = "預設範本";
     this.chkExchangeDefault.UseVisualStyleBackColor = false;
     this.chkExchangeDefault.CheckedChanged += new System.EventHandler(this.chkExchangeDefault_CheckedChanged);
     //
     // lnkExchangeDefault
     //
     this.lnkExchangeDefault.AutoSize = true;
     this.lnkExchangeDefault.Location = new System.Drawing.Point(100, 11);
     this.lnkExchangeDefault.Name = "lnkExchangeDefault";
     this.lnkExchangeDefault.Size = new System.Drawing.Size(34, 17);
     this.lnkExchangeDefault.TabIndex = 2;
     this.lnkExchangeDefault.TabStop = true;
     this.lnkExchangeDefault.Text = "檢視";
     this.lnkExchangeDefault.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkDefault_LinkClicked);
     //
     // lnkExchagneCustom
     //
     this.lnkExchagneCustom.AutoSize = true;
     this.lnkExchagneCustom.Location = new System.Drawing.Point(100, 40);
     this.lnkExchagneCustom.Name = "lnkExchagneCustom";
     this.lnkExchagneCustom.Size = new System.Drawing.Size(34, 17);
     this.lnkExchagneCustom.TabIndex = 4;
     this.lnkExchagneCustom.TabStop = true;
     this.lnkExchagneCustom.Text = "檢視";
     this.lnkExchagneCustom.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCustom_LinkClicked);
     //
     // frmTemplateConfig
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(239, 322);
     this.Controls.Add(this.groupPanel4);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSet);
     this.Name = "frmTemplateConfig";
     this.Text = "";
     this.TitleText = "調代課通知單變更設定";
     this.groupPanel4.ResumeLayout(false);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.buttonBlackScheme       = new DevComponents.DotNetBar.ButtonItem();
     this.buttonSilverScheme      = new DevComponents.DotNetBar.ButtonItem();
     this.buttonBlueScheme        = new DevComponents.DotNetBar.ButtonItem();
     this.colorPickerCustomScheme = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.groupPanel1             = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX5   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxX4   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX3   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX2   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX1   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX1    = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // bar1
     //
     this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
     this.bar1.Dock    = System.Windows.Forms.DockStyle.Top;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonBlackScheme,
         this.buttonSilverScheme,
         this.buttonBlueScheme,
         this.colorPickerCustomScheme
     });
     this.bar1.Name         = "bar1";
     this.bar1.RoundCorners = false;
     this.bar1.Size         = new System.Drawing.Size(338, 25);
     this.bar1.Stretch      = true;
     this.bar1.Style        = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.bar1.TabIndex     = 0;
     this.bar1.TabStop      = false;
     this.bar1.Text         = "bar1";
     //
     // buttonBlackScheme
     //
     this.buttonBlackScheme.Name   = "buttonBlackScheme";
     this.buttonBlackScheme.Text   = "Black";
     this.buttonBlackScheme.Click += new System.EventHandler(this.buttonBlackScheme_Click);
     //
     // buttonSilverScheme
     //
     this.buttonSilverScheme.Name   = "buttonSilverScheme";
     this.buttonSilverScheme.Text   = "Silver";
     this.buttonSilverScheme.Click += new System.EventHandler(this.buttonSilverScheme_Click);
     //
     // buttonBlueScheme
     //
     this.buttonBlueScheme.Name   = "buttonBlueScheme";
     this.buttonBlueScheme.Text   = "Blue";
     this.buttonBlueScheme.Click += new System.EventHandler(this.buttonBlueScheme_Click);
     //
     // colorPickerCustomScheme
     //
     this.colorPickerCustomScheme.AutoExpandOnClick = true;
     this.colorPickerCustomScheme.Image             = ((System.Drawing.Bitmap)(resources.GetObject("colorPickerCustomScheme.Image")));
     this.colorPickerCustomScheme.Name = "colorPickerCustomScheme";
     this.colorPickerCustomScheme.Text = "Custom";
     this.colorPickerCustomScheme.SelectedColorChanged += new System.EventHandler(this.colorPickerCustomScheme_SelectedColorChanged);
     this.colorPickerCustomScheme.ExpandChange         += new System.EventHandler(this.colorPickerCustomScheme_ExpandChange);
     this.colorPickerCustomScheme.ColorPreview         += new DevComponents.DotNetBar.ColorPreviewEventHandler(this.colorPickerCustomScheme_ColorPreview);
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                 | System.Windows.Forms.AnchorStyles.Left)
                                | System.Windows.Forms.AnchorStyles.Right);
     this.groupPanel1.AutoScroll       = true;
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.textBoxX5,
         this.comboBoxEx1,
         this.textBoxX4,
         this.textBoxX3,
         this.textBoxX2,
         this.textBoxX1
     });
     this.groupPanel1.Location = new System.Drawing.Point(8, 40);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(322, 199);
     //
     // groupPanel1.Style
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.Font                = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 1;
     this.groupPanel1.Text     = "Customer Data";
     //
     // textBoxX5
     //
     this.textBoxX5.AutoSize = false;
     //
     // textBoxX5.Border
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Location     = new System.Drawing.Point(16, 168);
     this.textBoxX5.Multiline    = true;
     this.textBoxX5.Name         = "textBoxX5";
     this.textBoxX5.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.textBoxX5.Size         = new System.Drawing.Size(264, 104);
     this.textBoxX5.TabIndex     = 5;
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.Location      = new System.Drawing.Point(16, 104);
     this.comboBoxEx1.Name          = "comboBoxEx1";
     this.comboBoxEx1.Size          = new System.Drawing.Size(264, 21);
     this.comboBoxEx1.TabIndex      = 4;
     this.comboBoxEx1.WatermarkText = "Choose State";
     //
     // textBoxX4
     //
     this.textBoxX4.AutoSize = false;
     //
     // textBoxX4.Border
     //
     this.textBoxX4.Border.Class  = "TextBoxBorder";
     this.textBoxX4.Location      = new System.Drawing.Point(16, 136);
     this.textBoxX4.Name          = "textBoxX4";
     this.textBoxX4.Size          = new System.Drawing.Size(264, 20);
     this.textBoxX4.TabIndex      = 3;
     this.textBoxX4.WatermarkText = "Post code";
     //
     // textBoxX3
     //
     this.textBoxX3.AutoSize = false;
     //
     // textBoxX3.Border
     //
     this.textBoxX3.Border.Class  = "TextBoxBorder";
     this.textBoxX3.Location      = new System.Drawing.Point(16, 72);
     this.textBoxX3.Name          = "textBoxX3";
     this.textBoxX3.Size          = new System.Drawing.Size(264, 20);
     this.textBoxX3.TabIndex      = 2;
     this.textBoxX3.WatermarkText = "Address";
     //
     // textBoxX2
     //
     this.textBoxX2.AutoSize = false;
     //
     // textBoxX2.Border
     //
     this.textBoxX2.Border.Class  = "TextBoxBorder";
     this.textBoxX2.Location      = new System.Drawing.Point(16, 40);
     this.textBoxX2.Name          = "textBoxX2";
     this.textBoxX2.Size          = new System.Drawing.Size(264, 20);
     this.textBoxX2.TabIndex      = 1;
     this.textBoxX2.WatermarkText = "Last Name";
     //
     // textBoxX1
     //
     this.textBoxX1.AutoSize = false;
     //
     // textBoxX1.Border
     //
     this.textBoxX1.Border.Class  = "TextBoxBorder";
     this.textBoxX1.Location      = new System.Drawing.Point(16, 8);
     this.textBoxX1.Name          = "textBoxX1";
     this.textBoxX1.Size          = new System.Drawing.Size(264, 20);
     this.textBoxX1.TabIndex      = 0;
     this.textBoxX1.WatermarkText = "First Name";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Anchor         = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.buttonX1.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.buttonX1.Location = new System.Drawing.Point(258, 247);
     this.buttonX1.Name     = "buttonX1";
     this.buttonX1.Size     = new System.Drawing.Size(72, 24);
     this.buttonX1.TabIndex = 2;
     this.buttonX1.Text     = "Close";
     this.buttonX1.Click   += new System.EventHandler(this.buttonX1_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(194)), ((System.Byte)(217)), ((System.Byte)(247)));
     this.ClientSize        = new System.Drawing.Size(338, 277);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.buttonX1,
         this.groupPanel1,
         this.bar1
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.Text            = "Drop-in replacement controls";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.DotNetBar.Controls.GroupPanel    groupPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddHoaDon));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.txtTraTruoc           = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11              = new DevComponents.DotNetBar.LabelX();
     this.txtTotalPrice         = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10              = new DevComponents.DotNetBar.LabelX();
     this.btnXoa                = new DevComponents.DotNetBar.ButtonX();
     this.btnChuyen             = new DevComponents.DotNetBar.ButtonX();
     this.cboLoaiHang           = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1               = new DevComponents.DotNetBar.LabelX();
     this.panelConPhai          = new System.Windows.Forms.Panel();
     this.btnLuu                = new DevComponents.DotNetBar.ButtonX();
     this.groupPanelLopCu       = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX1              = new DevComponents.DotNetBar.ButtonX();
     this.btnSearch             = new DevComponents.DotNetBar.ButtonX();
     this.txtTenHH              = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2               = new DevComponents.DotNetBar.LabelX();
     this.panelConTren          = new System.Windows.Forms.Panel();
     this.panelChaTrai          = new System.Windows.Forms.Panel();
     this.dgvHangHoa            = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.splitContainerPhanLop = new System.Windows.Forms.SplitContainer();
     this.dgvHangMua            = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.MaHH       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenHH      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LoaiHang   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DonGia     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SoLuong    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ThanhTien  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grpPanel   = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtMaHang  = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtTenHang = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtLoai    = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtDonGia  = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtSoLuong = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4    = new DevComponents.DotNetBar.LabelX();
     this.labelX9    = new DevComponents.DotNetBar.LabelX();
     this.labelX12   = new DevComponents.DotNetBar.LabelX();
     this.labelX13   = new DevComponents.DotNetBar.LabelX();
     this.labelX14   = new DevComponents.DotNetBar.LabelX();
     this.buttonX2   = new DevComponents.DotNetBar.ButtonX();
     this.labelX15   = new DevComponents.DotNetBar.LabelX();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.labelX8    = new DevComponents.DotNetBar.LabelX();
     this.labelX7    = new DevComponents.DotNetBar.LabelX();
     this.txtEmail   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtDiaChi  = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtSDT     = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6    = new DevComponents.DotNetBar.LabelX();
     this.txtTenKH   = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5    = new DevComponents.DotNetBar.LabelX();
     this.buttonX3   = new DevComponents.DotNetBar.ButtonX();
     groupPanel1     = new DevComponents.DotNetBar.Controls.GroupPanel();
     groupPanel1.SuspendLayout();
     this.panelConPhai.SuspendLayout();
     this.groupPanelLopCu.SuspendLayout();
     this.panelConTren.SuspendLayout();
     this.panelChaTrai.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangHoa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerPhanLop)).BeginInit();
     this.splitContainerPhanLop.Panel1.SuspendLayout();
     this.splitContainerPhanLop.Panel2.SuspendLayout();
     this.splitContainerPhanLop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangMua)).BeginInit();
     this.grpPanel.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     groupPanel1.Controls.Add(this.txtTraTruoc);
     groupPanel1.Controls.Add(this.labelX11);
     groupPanel1.Controls.Add(this.txtTotalPrice);
     groupPanel1.Controls.Add(this.labelX10);
     groupPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     groupPanel1.Location = new System.Drawing.Point(0, 808);
     groupPanel1.Name     = "groupPanel1";
     groupPanel1.Size     = new System.Drawing.Size(1092, 141);
     //
     //
     //
     groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     groupPanel1.Style.BackColorGradientAngle = 90;
     groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderBottomWidth      = 1;
     groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderLeftWidth        = 1;
     groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderRightWidth       = 1;
     groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderTopWidth      = 1;
     groupPanel1.Style.CornerDiameter      = 4;
     groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     groupPanel1.TabIndex = 5;
     groupPanel1.Click   += new System.EventHandler(this.groupPanel1_Click);
     //
     // txtTraTruoc
     //
     this.txtTraTruoc.Font         = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTraTruoc.ForeColor    = System.Drawing.Color.Red;
     this.txtTraTruoc.Location     = new System.Drawing.Point(789, 50);
     this.txtTraTruoc.Margin       = new System.Windows.Forms.Padding(10);
     this.txtTraTruoc.Multiline    = true;
     this.txtTraTruoc.Name         = "txtTraTruoc";
     this.txtTraTruoc.Size         = new System.Drawing.Size(290, 32);
     this.txtTraTruoc.TabIndex     = 47;
     this.txtTraTruoc.Text         = "0";
     this.txtTraTruoc.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtTraTruoc.TextChanged += new System.EventHandler(this.txtTraTruoc_TextChanged);
     //
     // labelX11
     //
     this.labelX11.BackColor = System.Drawing.Color.Transparent;
     this.labelX11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX11.Location  = new System.Drawing.Point(612, 52);
     this.labelX11.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX11.Name      = "labelX11";
     this.labelX11.Size      = new System.Drawing.Size(177, 32);
     this.labelX11.TabIndex  = 48;
     this.labelX11.Text      = "TRẢ TRƯỚC";
     this.labelX11.Click    += new System.EventHandler(this.labelX11_Click);
     //
     // txtTotalPrice
     //
     this.txtTotalPrice.Enabled   = false;
     this.txtTotalPrice.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTotalPrice.ForeColor = System.Drawing.Color.Red;
     this.txtTotalPrice.Location  = new System.Drawing.Point(789, 10);
     this.txtTotalPrice.Margin    = new System.Windows.Forms.Padding(10);
     this.txtTotalPrice.Multiline = true;
     this.txtTotalPrice.Name      = "txtTotalPrice";
     this.txtTotalPrice.Size      = new System.Drawing.Size(290, 32);
     this.txtTotalPrice.TabIndex  = 46;
     this.txtTotalPrice.Text      = "0";
     this.txtTotalPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelX10
     //
     this.labelX10.BackColor = System.Drawing.Color.Transparent;
     this.labelX10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX10.Location  = new System.Drawing.Point(612, 12);
     this.labelX10.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX10.Name      = "labelX10";
     this.labelX10.Size      = new System.Drawing.Size(177, 32);
     this.labelX10.TabIndex  = 46;
     this.labelX10.Text      = "TỔNG TIỀN:";
     this.labelX10.Click    += new System.EventHandler(this.labelX10_Click);
     //
     // btnXoa
     //
     this.btnXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnXoa.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnXoa.Image          = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnXoa.Location       = new System.Drawing.Point(14, 471);
     this.btnXoa.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnXoa.Name           = "btnXoa";
     this.btnXoa.Size           = new System.Drawing.Size(82, 85);
     this.btnXoa.TabIndex       = 2;
     this.btnXoa.Text           = "Xóa";
     this.btnXoa.Click         += new System.EventHandler(this.btnXoa_Click);
     //
     // btnChuyen
     //
     this.btnChuyen.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnChuyen.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnChuyen.Image          = ((System.Drawing.Image)(resources.GetObject("btnChuyen.Image")));
     this.btnChuyen.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnChuyen.Location       = new System.Drawing.Point(14, 348);
     this.btnChuyen.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnChuyen.Name           = "btnChuyen";
     this.btnChuyen.Size           = new System.Drawing.Size(82, 113);
     this.btnChuyen.TabIndex       = 1;
     this.btnChuyen.Text           = "Chuyển nhanh";
     this.btnChuyen.Tooltip        = "Chuyển lớp";
     this.btnChuyen.Click         += new System.EventHandler(this.btnChuyen_Click);
     //
     // cboLoaiHang
     //
     this.cboLoaiHang.DisplayMember     = "Text";
     this.cboLoaiHang.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboLoaiHang.FormattingEnabled = true;
     this.cboLoaiHang.ItemHeight        = 14;
     this.cboLoaiHang.Location          = new System.Drawing.Point(117, 121);
     this.cboLoaiHang.Margin            = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.cboLoaiHang.Name                      = "cboLoaiHang";
     this.cboLoaiHang.Size                      = new System.Drawing.Size(180, 20);
     this.cboLoaiHang.TabIndex                  = 1;
     this.cboLoaiHang.SelectedIndexChanged     += new System.EventHandler(this.cboLoaiHang_SelectedIndexChanged);
     this.cboLoaiHang.SelectionChangeCommitted += new System.EventHandler(this.cboLoaiHang_SelectionChangeCommitted);
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Location  = new System.Drawing.Point(33, 114);
     this.labelX1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(81, 31);
     this.labelX1.TabIndex  = 0;
     this.labelX1.Text      = "Loại:";
     this.labelX1.Click    += new System.EventHandler(this.labelX1_Click);
     //
     // panelConPhai
     //
     this.panelConPhai.Controls.Add(this.buttonX3);
     this.panelConPhai.Controls.Add(this.btnLuu);
     this.panelConPhai.Controls.Add(this.btnXoa);
     this.panelConPhai.Controls.Add(this.btnChuyen);
     this.panelConPhai.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelConPhai.Location = new System.Drawing.Point(465, 0);
     this.panelConPhai.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelConPhai.Name     = "panelConPhai";
     this.panelConPhai.Size     = new System.Drawing.Size(100, 949);
     this.panelConPhai.TabIndex = 3;
     this.panelConPhai.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelConPhai_Paint);
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Image          = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnLuu.Location       = new System.Drawing.Point(14, 576);
     this.btnLuu.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnLuu.Name           = "btnLuu";
     this.btnLuu.Size           = new System.Drawing.Size(82, 85);
     this.btnLuu.TabIndex       = 3;
     this.btnLuu.Text           = "Lưu";
     this.btnLuu.Tooltip        = "Lưu bảng phân lớp";
     this.btnLuu.Click         += new System.EventHandler(this.btnLuu_Click);
     //
     // groupPanelLopCu
     //
     this.groupPanelLopCu.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanelLopCu.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanelLopCu.Controls.Add(this.buttonX1);
     this.groupPanelLopCu.Controls.Add(this.btnSearch);
     this.groupPanelLopCu.Controls.Add(this.txtTenHH);
     this.groupPanelLopCu.Controls.Add(this.labelX2);
     this.groupPanelLopCu.Controls.Add(this.cboLoaiHang);
     this.groupPanelLopCu.Controls.Add(this.labelX1);
     this.groupPanelLopCu.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupPanelLopCu.Location = new System.Drawing.Point(0, 0);
     this.groupPanelLopCu.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupPanelLopCu.Name     = "groupPanelLopCu";
     this.groupPanelLopCu.Size     = new System.Drawing.Size(465, 220);
     //
     //
     //
     this.groupPanelLopCu.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanelLopCu.Style.BackColorGradientAngle = 90;
     this.groupPanelLopCu.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanelLopCu.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderBottomWidth      = 1;
     this.groupPanelLopCu.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanelLopCu.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderLeftWidth        = 1;
     this.groupPanelLopCu.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderRightWidth       = 1;
     this.groupPanelLopCu.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderTopWidth      = 1;
     this.groupPanelLopCu.Style.CornerDiameter      = 4;
     this.groupPanelLopCu.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanelLopCu.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanelLopCu.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanelLopCu.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanelLopCu.TabIndex = 1;
     this.groupPanelLopCu.Text     = "Thông tin vật liệu: ";
     this.groupPanelLopCu.Click   += new System.EventHandler(this.groupPanelLopCu_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX1.Location       = new System.Drawing.Point(330, 96);
     this.buttonX1.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(99, 72);
     this.buttonX1.TabIndex       = 51;
     this.buttonX1.Text           = "Refresh";
     this.buttonX1.Tooltip        = "Refresh";
     this.buttonX1.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // btnSearch
     //
     this.btnSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSearch.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSearch.Image          = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnSearch.Location       = new System.Drawing.Point(330, 14);
     this.btnSearch.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnSearch.Name           = "btnSearch";
     this.btnSearch.Size           = new System.Drawing.Size(99, 72);
     this.btnSearch.TabIndex       = 50;
     this.btnSearch.Text           = "Tìm kiếm";
     this.btnSearch.Tooltip        = "Tìm kiếm";
     this.btnSearch.Click         += new System.EventHandler(this.btnSearch_Click);
     //
     // txtTenHH
     //
     //
     //
     //
     this.txtTenHH.Border.Class  = "TextBoxBorder";
     this.txtTenHH.Location      = new System.Drawing.Point(30, 47);
     this.txtTenHH.Name          = "txtTenHH";
     this.txtTenHH.Size          = new System.Drawing.Size(267, 26);
     this.txtTenHH.TabIndex      = 46;
     this.txtTenHH.WatermarkText = "Nhập tên vật liệu";
     this.txtTenHH.TextChanged  += new System.EventHandler(this.txtTenHH_TextChanged);
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location  = new System.Drawing.Point(30, 22);
     this.labelX2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX2.Name      = "labelX2";
     this.labelX2.Size      = new System.Drawing.Size(100, 31);
     this.labelX2.TabIndex  = 2;
     this.labelX2.Text      = "Tên vật liệu:";
     this.labelX2.Click    += new System.EventHandler(this.labelX2_Click);
     //
     // panelConTren
     //
     this.panelConTren.Controls.Add(this.groupPanelLopCu);
     this.panelConTren.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelConTren.Location = new System.Drawing.Point(0, 0);
     this.panelConTren.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelConTren.Name     = "panelConTren";
     this.panelConTren.Size     = new System.Drawing.Size(465, 220);
     this.panelConTren.TabIndex = 0;
     this.panelConTren.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelConTren_Paint);
     //
     // panelChaTrai
     //
     this.panelChaTrai.Controls.Add(this.dgvHangHoa);
     this.panelChaTrai.Controls.Add(this.panelConTren);
     this.panelChaTrai.Controls.Add(this.panelConPhai);
     this.panelChaTrai.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelChaTrai.Location = new System.Drawing.Point(0, 0);
     this.panelChaTrai.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelChaTrai.Name     = "panelChaTrai";
     this.panelChaTrai.Size     = new System.Drawing.Size(565, 949);
     this.panelChaTrai.TabIndex = 0;
     this.panelChaTrai.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelChaTrai_Paint);
     //
     // dgvHangHoa
     //
     this.dgvHangHoa.AllowUserToAddRows          = false;
     this.dgvHangHoa.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvHangHoa.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle5.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor            = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvHangHoa.DefaultCellStyle          = dataGridViewCellStyle5;
     this.dgvHangHoa.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dgvHangHoa.GridColor         = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgvHangHoa.Location          = new System.Drawing.Point(0, 220);
     this.dgvHangHoa.Margin            = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dgvHangHoa.Name              = "dgvHangHoa";
     this.dgvHangHoa.ReadOnly          = true;
     this.dgvHangHoa.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvHangHoa.Size              = new System.Drawing.Size(465, 729);
     this.dgvHangHoa.TabIndex          = 7;
     this.dgvHangHoa.CellClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvHangHoa_CellClick);
     this.dgvHangHoa.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvHangHoa_CellContentClick);
     //
     // splitContainerPhanLop
     //
     this.splitContainerPhanLop.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerPhanLop.Location = new System.Drawing.Point(4, 1);
     this.splitContainerPhanLop.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitContainerPhanLop.Name     = "splitContainerPhanLop";
     //
     // splitContainerPhanLop.Panel1
     //
     this.splitContainerPhanLop.Panel1.Controls.Add(this.panelChaTrai);
     //
     // splitContainerPhanLop.Panel2
     //
     this.splitContainerPhanLop.Panel2.Controls.Add(this.dgvHangMua);
     this.splitContainerPhanLop.Panel2.Controls.Add(groupPanel1);
     this.splitContainerPhanLop.Panel2.Controls.Add(this.grpPanel);
     this.splitContainerPhanLop.Size             = new System.Drawing.Size(1663, 949);
     this.splitContainerPhanLop.SplitterDistance = 565;
     this.splitContainerPhanLop.SplitterWidth    = 6;
     this.splitContainerPhanLop.TabIndex         = 1;
     this.splitContainerPhanLop.SplitterMoved   += new System.Windows.Forms.SplitterEventHandler(this.splitContainerPhanLop_SplitterMoved);
     //
     // dgvHangMua
     //
     this.dgvHangMua.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvHangMua.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvHangMua.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.MaHH,
         this.TenHH,
         this.LoaiHang,
         this.DonGia,
         this.SoLuong,
         this.ThanhTien
     });
     dataGridViewCellStyle6.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvHangMua.DefaultCellStyle          = dataGridViewCellStyle6;
     this.dgvHangMua.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvHangMua.GridColor          = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgvHangMua.Location           = new System.Drawing.Point(0, 393);
     this.dgvHangMua.Name               = "dgvHangMua";
     this.dgvHangMua.ReadOnly           = true;
     this.dgvHangMua.RowTemplate.Height = 28;
     this.dgvHangMua.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvHangMua.Size               = new System.Drawing.Size(1092, 415);
     this.dgvHangMua.TabIndex           = 6;
     //
     // MaHH
     //
     this.MaHH.HeaderText = "Mã HH";
     this.MaHH.Name       = "MaHH";
     this.MaHH.ReadOnly   = true;
     //
     // TenHH
     //
     this.TenHH.HeaderText = "Tên hàng hóa";
     this.TenHH.Name       = "TenHH";
     this.TenHH.ReadOnly   = true;
     //
     // LoaiHang
     //
     this.LoaiHang.HeaderText = "Loại hàng";
     this.LoaiHang.Name       = "LoaiHang";
     this.LoaiHang.ReadOnly   = true;
     //
     // DonGia
     //
     this.DonGia.HeaderText = "Đơn giá";
     this.DonGia.Name       = "DonGia";
     this.DonGia.ReadOnly   = true;
     //
     // SoLuong
     //
     this.SoLuong.HeaderText = "Số lượng";
     this.SoLuong.Name       = "SoLuong";
     this.SoLuong.ReadOnly   = true;
     //
     // ThanhTien
     //
     this.ThanhTien.HeaderText = "Thành Tiền";
     this.ThanhTien.Name       = "ThanhTien";
     this.ThanhTien.ReadOnly   = true;
     //
     // grpPanel
     //
     this.grpPanel.CanvasColor      = System.Drawing.SystemColors.Control;
     this.grpPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.grpPanel.Controls.Add(this.groupBox1);
     this.grpPanel.Controls.Add(this.labelX15);
     this.grpPanel.Controls.Add(this.buttonX2);
     this.grpPanel.Controls.Add(this.labelX14);
     this.grpPanel.Controls.Add(this.labelX13);
     this.grpPanel.Controls.Add(this.labelX12);
     this.grpPanel.Controls.Add(this.labelX9);
     this.grpPanel.Controls.Add(this.labelX4);
     this.grpPanel.Controls.Add(this.txtSoLuong);
     this.grpPanel.Controls.Add(this.txtDonGia);
     this.grpPanel.Controls.Add(this.txtLoai);
     this.grpPanel.Controls.Add(this.txtTenHang);
     this.grpPanel.Controls.Add(this.txtMaHang);
     this.grpPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grpPanel.Location = new System.Drawing.Point(0, 0);
     this.grpPanel.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grpPanel.Name     = "grpPanel";
     this.grpPanel.Size     = new System.Drawing.Size(1092, 393);
     //
     //
     //
     this.grpPanel.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.grpPanel.Style.BackColorGradientAngle = 90;
     this.grpPanel.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.grpPanel.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderBottomWidth      = 1;
     this.grpPanel.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.grpPanel.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderLeftWidth        = 1;
     this.grpPanel.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderRightWidth       = 1;
     this.grpPanel.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderTopWidth      = 1;
     this.grpPanel.Style.CornerDiameter      = 4;
     this.grpPanel.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.grpPanel.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.grpPanel.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.grpPanel.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.grpPanel.TabIndex = 4;
     this.grpPanel.Text     = "Thông tin đơn hàng";
     this.grpPanel.Click   += new System.EventHandler(this.grpPanel_Click);
     //
     // txtMaHang
     //
     //
     //
     //
     this.txtMaHang.Border.Class = "TextBoxBorder";
     this.txtMaHang.Location     = new System.Drawing.Point(35, 324);
     this.txtMaHang.Name         = "txtMaHang";
     this.txtMaHang.Size         = new System.Drawing.Size(167, 26);
     this.txtMaHang.TabIndex     = 44;
     //
     // txtTenHang
     //
     //
     //
     //
     this.txtTenHang.Border.Class = "TextBoxBorder";
     this.txtTenHang.Location     = new System.Drawing.Point(208, 324);
     this.txtTenHang.Name         = "txtTenHang";
     this.txtTenHang.Size         = new System.Drawing.Size(175, 26);
     this.txtTenHang.TabIndex     = 45;
     //
     // txtLoai
     //
     //
     //
     //
     this.txtLoai.Border.Class = "TextBoxBorder";
     this.txtLoai.Location     = new System.Drawing.Point(389, 324);
     this.txtLoai.Name         = "txtLoai";
     this.txtLoai.Size         = new System.Drawing.Size(168, 26);
     this.txtLoai.TabIndex     = 46;
     //
     // txtDonGia
     //
     //
     //
     //
     this.txtDonGia.Border.Class = "TextBoxBorder";
     this.txtDonGia.Location     = new System.Drawing.Point(564, 324);
     this.txtDonGia.Name         = "txtDonGia";
     this.txtDonGia.Size         = new System.Drawing.Size(170, 26);
     this.txtDonGia.TabIndex     = 47;
     //
     // txtSoLuong
     //
     //
     //
     //
     this.txtSoLuong.Border.Class = "TextBoxBorder";
     this.txtSoLuong.Location     = new System.Drawing.Point(740, 324);
     this.txtSoLuong.Name         = "txtSoLuong";
     this.txtSoLuong.Size         = new System.Drawing.Size(168, 26);
     this.txtSoLuong.TabIndex     = 48;
     //
     // labelX4
     //
     this.labelX4.BackColor     = System.Drawing.Color.Transparent;
     this.labelX4.Location      = new System.Drawing.Point(35, 283);
     this.labelX4.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX4.Name          = "labelX4";
     this.labelX4.Size          = new System.Drawing.Size(167, 32);
     this.labelX4.TabIndex      = 50;
     this.labelX4.Text          = "Mã hàng";
     this.labelX4.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX9
     //
     this.labelX9.BackColor     = System.Drawing.Color.Transparent;
     this.labelX9.Location      = new System.Drawing.Point(210, 283);
     this.labelX9.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX9.Name          = "labelX9";
     this.labelX9.Size          = new System.Drawing.Size(167, 32);
     this.labelX9.TabIndex      = 51;
     this.labelX9.Text          = "Tên hàng";
     this.labelX9.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX12
     //
     this.labelX12.BackColor     = System.Drawing.Color.Transparent;
     this.labelX12.Location      = new System.Drawing.Point(389, 283);
     this.labelX12.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX12.Name          = "labelX12";
     this.labelX12.Size          = new System.Drawing.Size(167, 32);
     this.labelX12.TabIndex      = 52;
     this.labelX12.Text          = "Loại ";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX13
     //
     this.labelX13.BackColor     = System.Drawing.Color.Transparent;
     this.labelX13.Location      = new System.Drawing.Point(564, 283);
     this.labelX13.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX13.Name          = "labelX13";
     this.labelX13.Size          = new System.Drawing.Size(167, 32);
     this.labelX13.TabIndex      = 53;
     this.labelX13.Text          = "Đơn giá";
     this.labelX13.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX14
     //
     this.labelX14.BackColor     = System.Drawing.Color.Transparent;
     this.labelX14.Location      = new System.Drawing.Point(741, 283);
     this.labelX14.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX14.Name          = "labelX14";
     this.labelX14.Size          = new System.Drawing.Size(167, 32);
     this.labelX14.TabIndex      = 54;
     this.labelX14.Text          = "Số lượng";
     this.labelX14.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX2.Image")));
     this.buttonX2.Location       = new System.Drawing.Point(946, 324);
     this.buttonX2.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(38, 31);
     this.buttonX2.TabIndex       = 55;
     this.buttonX2.Tooltip        = "Chuyển lớp";
     this.buttonX2.Click         += new System.EventHandler(this.buttonX2_Click);
     //
     // labelX15
     //
     this.labelX15.BackColor = System.Drawing.Color.Transparent;
     this.labelX15.Location  = new System.Drawing.Point(46, 247);
     this.labelX15.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX15.Name      = "labelX15";
     this.labelX15.Size      = new System.Drawing.Size(938, 32);
     this.labelX15.TabIndex  = 56;
     this.labelX15.Text      = "_________________________________________________________________________________" +
                               "____________________________________________________________";
     this.labelX15.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.labelX8);
     this.groupBox1.Controls.Add(this.labelX7);
     this.groupBox1.Controls.Add(this.txtEmail);
     this.groupBox1.Controls.Add(this.txtDiaChi);
     this.groupBox1.Controls.Add(this.txtSDT);
     this.groupBox1.Controls.Add(this.labelX6);
     this.groupBox1.Controls.Add(this.txtTenKH);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.ForeColor = System.Drawing.Color.Navy;
     this.groupBox1.Location  = new System.Drawing.Point(37, 3);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(975, 236);
     this.groupBox1.TabIndex  = 57;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Thông tin khách hàng";
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     this.labelX8.Location  = new System.Drawing.Point(483, 89);
     this.labelX8.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX8.Name      = "labelX8";
     this.labelX8.Size      = new System.Drawing.Size(71, 31);
     this.labelX8.TabIndex  = 51;
     this.labelX8.Text      = "SĐT:";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     this.labelX7.Location  = new System.Drawing.Point(97, 89);
     this.labelX7.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX7.Name      = "labelX7";
     this.labelX7.Size      = new System.Drawing.Size(71, 31);
     this.labelX7.TabIndex  = 50;
     this.labelX7.Text      = "Email:";
     //
     // txtEmail
     //
     //
     //
     //
     this.txtEmail.Border.Class = "TextBoxBorder";
     this.txtEmail.Location     = new System.Drawing.Point(175, 94);
     this.txtEmail.Name         = "txtEmail";
     this.txtEmail.Size         = new System.Drawing.Size(253, 26);
     this.txtEmail.TabIndex     = 49;
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location  = new System.Drawing.Point(173, 145);
     this.txtDiaChi.Multiline = true;
     this.txtDiaChi.Name      = "txtDiaChi";
     this.txtDiaChi.Size      = new System.Drawing.Size(602, 67);
     this.txtDiaChi.TabIndex  = 48;
     //
     // txtSDT
     //
     this.txtSDT.Location = new System.Drawing.Point(561, 95);
     this.txtSDT.Name     = "txtSDT";
     this.txtSDT.Size     = new System.Drawing.Size(214, 26);
     this.txtSDT.TabIndex = 47;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     this.labelX6.Location  = new System.Drawing.Point(93, 140);
     this.labelX6.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(73, 32);
     this.labelX6.TabIndex  = 46;
     this.labelX6.Text      = "Địa chỉ:";
     //
     // txtTenKH
     //
     //
     //
     //
     this.txtTenKH.Border.Class = "TextBoxBorder";
     this.txtTenKH.Location     = new System.Drawing.Point(175, 39);
     this.txtTenKH.Name         = "txtTenKH";
     this.txtTenKH.Size         = new System.Drawing.Size(602, 26);
     this.txtTenKH.TabIndex     = 45;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     this.labelX5.Location  = new System.Drawing.Point(43, 39);
     this.labelX5.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX5.Name      = "labelX5";
     this.labelX5.Size      = new System.Drawing.Size(125, 31);
     this.labelX5.TabIndex  = 44;
     this.labelX5.Text      = "Tên khách hàng:";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX3.Image")));
     this.buttonX3.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX3.Location       = new System.Drawing.Point(14, 243);
     this.buttonX3.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX3.Name           = "buttonX3";
     this.buttonX3.Size           = new System.Drawing.Size(82, 85);
     this.buttonX3.TabIndex       = 4;
     this.buttonX3.Text           = "Thoát";
     this.buttonX3.Tooltip        = "Thoát";
     this.buttonX3.Click         += new System.EventHandler(this.buttonX3_Click);
     //
     // frmAddHoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1671, 952);
     this.Controls.Add(this.splitContainerPhanLop);
     this.Name  = "frmAddHoaDon";
     this.Text  = "frmAddHoaDon";
     this.Load += new System.EventHandler(this.frmAddHoaDon_Load);
     groupPanel1.ResumeLayout(false);
     this.panelConPhai.ResumeLayout(false);
     this.groupPanelLopCu.ResumeLayout(false);
     this.panelConTren.ResumeLayout(false);
     this.panelChaTrai.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangHoa)).EndInit();
     this.splitContainerPhanLop.Panel1.ResumeLayout(false);
     this.splitContainerPhanLop.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerPhanLop)).EndInit();
     this.splitContainerPhanLop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangMua)).EndInit();
     this.grpPanel.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.btnUpload = new DevComponents.DotNetBar.ButtonX();
     this.cbxByStudentNum = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cbxByStudentIDNumber = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cbxByClassNameSeatNo = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cbxEnroll = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cbxGraduate = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.btnBrowse = new DevComponents.DotNetBar.ButtonX();
     this.txtFilePath = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.AutoSize = true;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(201, 169);
     this.btnExit.Margin = new System.Windows.Forms.Padding(2);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(51, 25);
     this.btnExit.TabIndex = 6;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnUpload
     //
     this.btnUpload.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpload.AutoSize = true;
     this.btnUpload.BackColor = System.Drawing.Color.Transparent;
     this.btnUpload.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnUpload.Location = new System.Drawing.Point(142, 169);
     this.btnUpload.Margin = new System.Windows.Forms.Padding(2);
     this.btnUpload.Name = "btnUpload";
     this.btnUpload.Size = new System.Drawing.Size(51, 25);
     this.btnUpload.TabIndex = 5;
     this.btnUpload.Text = "匯入";
     this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
     //
     // cbxByStudentNum
     //
     this.cbxByStudentNum.AutoSize = true;
     //
     //
     //
     this.cbxByStudentNum.BackgroundStyle.Class = "";
     this.cbxByStudentNum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxByStudentNum.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.cbxByStudentNum.Checked = true;
     this.cbxByStudentNum.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbxByStudentNum.CheckValue = "Y";
     this.cbxByStudentNum.Enabled = false;
     this.cbxByStudentNum.Location = new System.Drawing.Point(11, 5);
     this.cbxByStudentNum.Margin = new System.Windows.Forms.Padding(2);
     this.cbxByStudentNum.Name = "cbxByStudentNum";
     this.cbxByStudentNum.Size = new System.Drawing.Size(54, 21);
     this.cbxByStudentNum.TabIndex = 1;
     this.cbxByStudentNum.Text = "學號";
     //
     // cbxByStudentIDNumber
     //
     this.cbxByStudentIDNumber.AutoSize = true;
     //
     //
     //
     this.cbxByStudentIDNumber.BackgroundStyle.Class = "";
     this.cbxByStudentIDNumber.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxByStudentIDNumber.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.cbxByStudentIDNumber.Location = new System.Drawing.Point(97, 5);
     this.cbxByStudentIDNumber.Margin = new System.Windows.Forms.Padding(2);
     this.cbxByStudentIDNumber.Name = "cbxByStudentIDNumber";
     this.cbxByStudentIDNumber.Size = new System.Drawing.Size(80, 21);
     this.cbxByStudentIDNumber.TabIndex = 2;
     this.cbxByStudentIDNumber.Text = "身分證號";
     this.cbxByStudentIDNumber.Visible = false;
     //
     // cbxByClassNameSeatNo
     //
     this.cbxByClassNameSeatNo.AutoSize = true;
     this.cbxByClassNameSeatNo.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.cbxByClassNameSeatNo.BackgroundStyle.Class = "";
     this.cbxByClassNameSeatNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxByClassNameSeatNo.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.cbxByClassNameSeatNo.Location = new System.Drawing.Point(23, 173);
     this.cbxByClassNameSeatNo.Margin = new System.Windows.Forms.Padding(2);
     this.cbxByClassNameSeatNo.Name = "cbxByClassNameSeatNo";
     this.cbxByClassNameSeatNo.Size = new System.Drawing.Size(80, 21);
     this.cbxByClassNameSeatNo.TabIndex = 3;
     this.cbxByClassNameSeatNo.Text = "班級姓名";
     this.cbxByClassNameSeatNo.Visible = false;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.cbxByStudentIDNumber);
     this.groupPanel2.Controls.Add(this.cbxByStudentNum);
     this.groupPanel2.Location = new System.Drawing.Point(9, 100);
     this.groupPanel2.Margin = new System.Windows.Forms.Padding(2);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(243, 59);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 4;
     this.groupPanel2.Text = "命名方式";
     //
     // cbxEnroll
     //
     this.cbxEnroll.AutoSize = true;
     //
     //
     //
     this.cbxEnroll.BackgroundStyle.Class = "";
     this.cbxEnroll.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxEnroll.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.cbxEnroll.Location = new System.Drawing.Point(11, 5);
     this.cbxEnroll.Margin = new System.Windows.Forms.Padding(2);
     this.cbxEnroll.Name = "cbxEnroll";
     this.cbxEnroll.Size = new System.Drawing.Size(80, 21);
     this.cbxEnroll.TabIndex = 0;
     this.cbxEnroll.Text = "入學照片";
     //
     // cbxGraduate
     //
     this.cbxGraduate.AutoSize = true;
     //
     //
     //
     this.cbxGraduate.BackgroundStyle.Class = "";
     this.cbxGraduate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cbxGraduate.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.cbxGraduate.Location = new System.Drawing.Point(97, 5);
     this.cbxGraduate.Margin = new System.Windows.Forms.Padding(2);
     this.cbxGraduate.Name = "cbxGraduate";
     this.cbxGraduate.Size = new System.Drawing.Size(80, 21);
     this.cbxGraduate.TabIndex = 1;
     this.cbxGraduate.Text = "畢業照片";
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.cbxGraduate);
     this.groupPanel1.Controls.Add(this.cbxEnroll);
     this.groupPanel1.Location = new System.Drawing.Point(9, 37);
     this.groupPanel1.Margin = new System.Windows.Forms.Padding(2);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(243, 56);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 3;
     this.groupPanel1.Text = "照片項目";
     //
     // btnBrowse
     //
     this.btnBrowse.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowse.AutoSize = true;
     this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
     this.btnBrowse.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnBrowse.Location = new System.Drawing.Point(206, 9);
     this.btnBrowse.Margin = new System.Windows.Forms.Padding(2);
     this.btnBrowse.Name = "btnBrowse";
     this.btnBrowse.Size = new System.Drawing.Size(44, 25);
     this.btnBrowse.TabIndex = 2;
     this.btnBrowse.Text = "瀏覽";
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // txtFilePath
     //
     this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.txtFilePath.Border.Class = "TextBoxBorder";
     this.txtFilePath.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtFilePath.Location = new System.Drawing.Point(73, 9);
     this.txtFilePath.Margin = new System.Windows.Forms.Padding(2);
     this.txtFilePath.Name = "txtFilePath";
     this.txtFilePath.Size = new System.Drawing.Size(119, 25);
     this.txtFilePath.TabIndex = 1;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(10, 11);
     this.labelX1.Margin = new System.Windows.Forms.Padding(2);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(60, 21);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "資料來源";
     //
     // PhotosBatchImportForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(259, 198);
     this.Controls.Add(this.cbxByClassNameSeatNo);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnUpload);
     this.Controls.Add(this.groupPanel2);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.btnBrowse);
     this.Controls.Add(this.txtFilePath);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name = "PhotosBatchImportForm";
     this.Text = "批次匯入學生照片(jpg格式)";
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 10
0
        public void AddComponent(Form f, string name)
        {
            //add form to panel
            Panel pa = new Panel();

            pa.Dock       = DockStyle.Fill;
            pa.AutoScroll = true;
            pa.Controls.Add(f);
            pa.Padding = new Padding(0);
            pa.Name    = "panel" + name;


            //add form to group
            DevComponents.DotNetBar.Controls.GroupPanel g = new DevComponents.DotNetBar.Controls.GroupPanel();
            g.Resize += new EventHandler(pnl_resize);
            g.Dock    = DockStyle.Fill;
            pa.Size   = new Size(g.Width - 6, g.Height - 21);
            f.Size    = g.Size;
            ///// set group box
            g.Text             = name;
            g.Name             = "group_panel" + name;
            g.CanvasColor      = System.Drawing.SystemColors.Control;
            g.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            //g.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            g.DrawTitleBox       = false;
            g.Location           = new System.Drawing.Point(1, 1);
            g.ShowFocusRectangle = true;
            g.Dock = DockStyle.Fill;
            g.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            g.Style.BackColorGradientAngle = 90;
            g.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            g.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderBottomWidth      = 1;
            g.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            g.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderLeftWidth        = 1;
            g.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderRightWidth       = 1;
            g.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderTopWidth      = 1;
            g.Style.CornerDiameter      = 4;
            g.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
            g.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            g.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            g.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            g.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.AutoSize = true;
            //////////////
            g.TabIndex = 0;
            g.Controls.Add(pa);
            //add group to tabpage
            DevComponents.DotNetBar.TabControlPanel p = new DevComponents.DotNetBar.TabControlPanel();
            p.Dock = DockStyle.Fill;
            p.Name = "tab_panel" + name;
            p.Controls.Add(g);
            DevComponents.DotNetBar.TabItem t = new DevComponents.DotNetBar.TabItem();
            t.Text            = name;
            t.AttachedControl = p;
            t.Name            = "tab_title" + name;
            t.Icon            = ((System.Drawing.Icon)(tabItemHome.Icon));
            // add tab_item to tab
            tapcol_content.Tabs.Add(t);
            tapcol_content.SelectedTab = t;
            // refesh
            tapcol_content.Refresh();
            this.Refresh();
        }
Esempio n. 11
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
     this.tabControl1      = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupPanel3      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX3          = new DevComponents.DotNetBar.LabelX();
     this.reflectionLabel2 = new DevComponents.DotNetBar.Controls.ReflectionLabel();
     this.groupPanel2      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.reflectionImage2 = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.groupPanel1      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX3         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1         = new DevComponents.DotNetBar.ButtonX();
     this.NoImage          = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.tabItem2         = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.reflectionImage1 = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.labelX2          = new DevComponents.DotNetBar.LabelX();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.reflectionLabel1 = new DevComponents.DotNetBar.Controls.ReflectionLabel();
     this.tabItem1         = new DevComponents.DotNetBar.TabItem(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.BackColor      = System.Drawing.Color.Black;
     this.tabControl1.CanReorderTabs = true;
     this.tabControl1.Controls.Add(this.tabControlPanel2);
     this.tabControl1.Controls.Add(this.tabControlPanel1);
     this.tabControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location         = new System.Drawing.Point(0, 0);
     this.tabControl1.Name             = "tabControl1";
     this.tabControl1.SelectedTabFont  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl1.SelectedTabIndex = 0;
     this.tabControl1.Size             = new System.Drawing.Size(499, 330);
     this.tabControl1.TabIndex         = 3;
     this.tabControl1.TabLayoutType    = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl1.Tabs.Add(this.tabItem1);
     this.tabControl1.Tabs.Add(this.tabItem2);
     this.tabControl1.Text = "tabControl1";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.groupPanel3);
     this.tabControlPanel2.Controls.Add(this.groupPanel2);
     this.tabControlPanel2.Controls.Add(this.groupPanel1);
     this.tabControlPanel2.Controls.Add(this.NoImage);
     this.tabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel2.Name     = "tabControlPanel2";
     this.tabControlPanel2.Padding  = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size     = new System.Drawing.Size(499, 304);
     this.tabControlPanel2.Style.BackColor1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel2.Style.BackColor2.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.Border            = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel2.Style.BorderSide        = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                                                                                             | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex            = 2;
     this.tabControlPanel2.TabItem             = this.tabItem2;
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.labelX3);
     this.groupPanel3.Controls.Add(this.reflectionLabel2);
     this.groupPanel3.Location = new System.Drawing.Point(210, 95);
     this.groupPanel3.Name     = "groupPanel3";
     this.groupPanel3.Size     = new System.Drawing.Size(277, 197);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth      = 1;
     this.groupPanel3.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth        = 1;
     this.groupPanel3.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth       = 1;
     this.groupPanel3.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth      = 1;
     this.groupPanel3.Style.CornerDiameter      = 4;
     this.groupPanel3.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 1;
     this.groupPanel3.Text     = "About this source";
     //
     // labelX3
     //
     this.labelX3.Location          = new System.Drawing.Point(18, 58);
     this.labelX3.Name              = "labelX3";
     this.labelX3.Size              = new System.Drawing.Size(250, 104);
     this.labelX3.TabIndex          = 1;
     this.labelX3.TextLineAlignment = System.Drawing.StringAlignment.Near;
     this.labelX3.WordWrap          = true;
     //
     // reflectionLabel2
     //
     this.reflectionLabel2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.reflectionLabel2.Location = new System.Drawing.Point(3, 3);
     this.reflectionLabel2.Name     = "reflectionLabel2";
     this.reflectionLabel2.Size     = new System.Drawing.Size(265, 49);
     this.reflectionLabel2.TabIndex = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.reflectionImage2);
     this.groupPanel2.Location = new System.Drawing.Point(12, 95);
     this.groupPanel2.Name     = "groupPanel2";
     this.groupPanel2.Size     = new System.Drawing.Size(192, 197);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth      = 1;
     this.groupPanel2.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth        = 1;
     this.groupPanel2.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth       = 1;
     this.groupPanel2.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth      = 1;
     this.groupPanel2.Style.CornerDiameter      = 4;
     this.groupPanel2.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text     = "Credibility Picure";
     //
     // reflectionImage2
     //
     this.reflectionImage2.Location = new System.Drawing.Point(8, 3);
     this.reflectionImage2.Name     = "reflectionImage2";
     this.reflectionImage2.Size     = new System.Drawing.Size(170, 170);
     this.reflectionImage2.TabIndex = 0;
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.buttonX3);
     this.groupPanel1.Controls.Add(this.buttonX5);
     this.groupPanel1.Controls.Add(this.buttonX4);
     this.groupPanel1.Controls.Add(this.buttonX2);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Location = new System.Drawing.Point(12, 4);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(475, 85);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text     = "Select a Source to view Credibility";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Location       = new System.Drawing.Point(103, 33);
     this.buttonX3.Name           = "buttonX3";
     this.buttonX3.Size           = new System.Drawing.Size(86, 23);
     this.buttonX3.TabIndex       = 0;
     this.buttonX3.Tag            = "3";
     this.buttonX3.Text           = "ToP Team";
     this.buttonX3.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX5.Location       = new System.Drawing.Point(195, 4);
     this.buttonX5.Name           = "buttonX5";
     this.buttonX5.Size           = new System.Drawing.Size(86, 23);
     this.buttonX5.TabIndex       = 0;
     this.buttonX5.Tag            = "4";
     this.buttonX5.Text           = "Microsoft";
     this.buttonX5.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location       = new System.Drawing.Point(103, 4);
     this.buttonX4.Name           = "buttonX4";
     this.buttonX4.Size           = new System.Drawing.Size(86, 23);
     this.buttonX4.TabIndex       = 0;
     this.buttonX4.Tag            = "2";
     this.buttonX4.Text           = "DevComponents";
     this.buttonX4.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location       = new System.Drawing.Point(22, 33);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(75, 23);
     this.buttonX2.TabIndex       = 0;
     this.buttonX2.Tag            = "1";
     this.buttonX2.Text           = "CSharpCorner";
     this.buttonX2.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(22, 4);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(75, 23);
     this.buttonX1.TabIndex       = 0;
     this.buttonX1.Tag            = "0";
     this.buttonX1.Text           = "RageZone";
     this.buttonX1.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // NoImage
     //
     this.NoImage.BackColor = System.Drawing.Color.Transparent;
     this.NoImage.Location  = new System.Drawing.Point(144, 29);
     this.NoImage.Name      = "NoImage";
     this.NoImage.Size      = new System.Drawing.Size(128, 128);
     this.NoImage.TabIndex  = 0;
     this.NoImage.Visible   = false;
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel2;
     this.tabItem2.Name            = "tabItem2";
     this.tabItem2.Text            = "Secondary Credibility";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.reflectionImage1);
     this.tabControlPanel1.Controls.Add(this.labelX2);
     this.tabControlPanel1.Controls.Add(this.labelX1);
     this.tabControlPanel1.Controls.Add(this.reflectionLabel1);
     this.tabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel1.Name     = "tabControlPanel1";
     this.tabControlPanel1.Padding  = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size     = new System.Drawing.Size(499, 304);
     this.tabControlPanel1.Style.BackColor1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel1.Style.BackColor2.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.Border            = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel1.Style.BorderSide        = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                                                                                             | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex            = 1;
     this.tabControlPanel1.TabItem             = this.tabItem1;
     //
     // reflectionImage1
     //
     this.reflectionImage1.BackColor = System.Drawing.Color.Transparent;
     //this.reflectionImage1.Image = global::ToP_Tools.Properties.Resources.pictureBox1_Image;
     this.reflectionImage1.Location = new System.Drawing.Point(27, 130);
     this.reflectionImage1.Name     = "reflectionImage1";
     this.reflectionImage1.Size     = new System.Drawing.Size(437, 167);
     this.reflectionImage1.TabIndex = 3;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location  = new System.Drawing.Point(27, 94);
     this.labelX2.Name      = "labelX2";
     this.labelX2.Size      = new System.Drawing.Size(177, 30);
     this.labelX2.TabIndex  = 2;
     this.labelX2.Text      = "<font size=\"+1\"><b>Email</b>:</font><br/>\r\n    <font color=\"red\">brclancy111@hotm" +
                              "ail.com</font>\r\n";
     this.labelX2.TextLineAlignment = System.Drawing.StringAlignment.Near;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location  = new System.Drawing.Point(31, 54);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(105, 23);
     this.labelX1.TabIndex  = 1;
     this.labelX1.Text      = "Brent Clancy";
     //
     // reflectionLabel1
     //
     this.reflectionLabel1.BackColor = System.Drawing.Color.Transparent;
     this.reflectionLabel1.Location  = new System.Drawing.Point(12, 4);
     this.reflectionLabel1.Name      = "reflectionLabel1";
     this.reflectionLabel1.Size      = new System.Drawing.Size(360, 54);
     this.reflectionLabel1.TabIndex  = 0;
     this.reflectionLabel1.Text      = "<b><font size=\"+6\">Primary Credits goto:</font></b>";
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.Name            = "tabItem1";
     this.tabItem1.Text            = "Main Credibility";
     //
     // About
     //
     this.BackColor  = System.Drawing.Color.Black;
     this.ClientSize = new System.Drawing.Size(499, 330);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "About";
     this.Text = "About";
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel1.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.grpthaotac = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.btnthoat = new DevComponents.DotNetBar.ButtonX();
     this.btnsua = new DevComponents.DotNetBar.ButtonX();
     this.btnxoa = new DevComponents.DotNetBar.ButtonX();
     this.btnthembenhnhan = new DevComponents.DotNetBar.ButtonX();
     this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvDanhSachBenhNhan = new System.Windows.Forms.ListView();
     this.columnHeader0 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.txtmabn = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txthoten = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.pthongtin = new DevComponents.DotNetBar.PanelEx();
     this.grpthongtin = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtsodienthoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtnamsinh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmbgioitinh = new System.Windows.Forms.ComboBox();
     this.txtdiachi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txthotenbenhnhan = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtmabenhnhan = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.bENHNHANBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.panelEx1.SuspendLayout();
     this.grpthaotac.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel6.SuspendLayout();
     this.grpthongtin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bENHNHANBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panelEx2);
     this.panelEx1.Controls.Add(this.grpthaotac);
     this.panelEx1.Controls.Add(this.panelEx4);
     this.panelEx1.Controls.Add(this.groupPanel3);
     this.panelEx1.Controls.Add(this.pthongtin);
     this.panelEx1.Controls.Add(this.grpthongtin);
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(928, 535);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 0;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelEx2.Location = new System.Drawing.Point(20, 377);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(211, 33);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 4;
     this.panelEx2.Text = "Thao tác";
     //
     // grpthaotac
     //
     this.grpthaotac.CanvasColor = System.Drawing.SystemColors.Control;
     this.grpthaotac.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.grpthaotac.Controls.Add(this.btnthoat);
     this.grpthaotac.Controls.Add(this.btnsua);
     this.grpthaotac.Controls.Add(this.btnxoa);
     this.grpthaotac.Controls.Add(this.btnthembenhnhan);
     this.grpthaotac.Location = new System.Drawing.Point(12, 388);
     this.grpthaotac.Name = "grpthaotac";
     this.grpthaotac.Size = new System.Drawing.Size(250, 139);
     //
     //
     //
     this.grpthaotac.Style.BackColor = System.Drawing.Color.White;
     this.grpthaotac.Style.BackColor2 = System.Drawing.Color.White;
     this.grpthaotac.Style.BackColorGradientAngle = 90;
     this.grpthaotac.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthaotac.Style.BorderBottomWidth = 2;
     this.grpthaotac.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.grpthaotac.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthaotac.Style.BorderLeftWidth = 2;
     this.grpthaotac.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthaotac.Style.BorderRightWidth = 2;
     this.grpthaotac.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthaotac.Style.BorderTopWidth = 2;
     this.grpthaotac.Style.CornerDiameter = 4;
     this.grpthaotac.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.grpthaotac.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.grpthaotac.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.grpthaotac.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.grpthaotac.TabIndex = 2;
     //
     // btnthoat
     //
     this.btnthoat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnthoat.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.btnthoat.Location = new System.Drawing.Point(36, 82);
     this.btnthoat.Name = "btnthoat";
     this.btnthoat.Size = new System.Drawing.Size(75, 22);
     this.btnthoat.TabIndex = 3;
     this.btnthoat.Text = "Hủy";
     this.btnthoat.Click += new System.EventHandler(this.btnthoat_Click);
     //
     // btnsua
     //
     this.btnsua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnsua.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnsua.Location = new System.Drawing.Point(132, 80);
     this.btnsua.Name = "btnsua";
     this.btnsua.Size = new System.Drawing.Size(75, 24);
     this.btnsua.TabIndex = 2;
     this.btnsua.Text = "Sửa";
     this.btnsua.Click += new System.EventHandler(this.btnsua_Click);
     //
     // btnxoa
     //
     this.btnxoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnxoa.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnxoa.Location = new System.Drawing.Point(132, 51);
     this.btnxoa.Name = "btnxoa";
     this.btnxoa.Size = new System.Drawing.Size(75, 23);
     this.btnxoa.TabIndex = 1;
     this.btnxoa.Text = "Xóa";
     this.btnxoa.Click += new System.EventHandler(this.btnxoa_Click);
     //
     // btnthembenhnhan
     //
     this.btnthembenhnhan.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnthembenhnhan.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnthembenhnhan.Location = new System.Drawing.Point(36, 51);
     this.btnthembenhnhan.Name = "btnthembenhnhan";
     this.btnthembenhnhan.Size = new System.Drawing.Size(75, 23);
     this.btnthembenhnhan.TabIndex = 0;
     this.btnthembenhnhan.Text = "Thêm ";
     this.btnthembenhnhan.Click += new System.EventHandler(this.btnthembenhnhan_Click);
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelEx4.Location = new System.Drawing.Point(290, 12);
     this.panelEx4.Name = "panelEx4";
     this.panelEx4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.panelEx4.Size = new System.Drawing.Size(551, 33);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex = 2;
     this.panelEx4.Text = "Danh sách bệnh nhân";
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.lvDanhSachBenhNhan);
     this.groupPanel3.Controls.Add(this.groupPanel6);
     this.groupPanel3.Location = new System.Drawing.Point(284, 19);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(641, 508);
     //
     //
     //
     this.groupPanel3.Style.BackColor = System.Drawing.Color.White;
     this.groupPanel3.Style.BackColor2 = System.Drawing.Color.White;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 2;
     this.groupPanel3.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 2;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 2;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 2;
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 4;
     //
     // lvDanhSachBenhNhan
     //
     this.lvDanhSachBenhNhan.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader0,
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6});
     this.lvDanhSachBenhNhan.Font = new System.Drawing.Font("Times New Roman", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvDanhSachBenhNhan.FullRowSelect = true;
     this.lvDanhSachBenhNhan.GridLines = true;
     this.lvDanhSachBenhNhan.Location = new System.Drawing.Point(3, 121);
     this.lvDanhSachBenhNhan.Name = "lvDanhSachBenhNhan";
     this.lvDanhSachBenhNhan.Size = new System.Drawing.Size(629, 378);
     this.lvDanhSachBenhNhan.TabIndex = 9;
     this.lvDanhSachBenhNhan.UseCompatibleStateImageBehavior = false;
     this.lvDanhSachBenhNhan.View = System.Windows.Forms.View.Details;
     this.lvDanhSachBenhNhan.SelectedIndexChanged += new System.EventHandler(this.lvDanhSachBenhNhan_SelectedIndexChanged);
     //
     // columnHeader0
     //
     this.columnHeader0.Text = "STT";
     this.columnHeader0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader0.Width = 40;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Mã Bệnh Nhân";
     this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Họ Tên";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width = 150;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Giới Tính";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Năm sinh";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width = 70;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Số điện thoại";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader5.Width = 90;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Địa chỉ";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader6.Width = 170;
     //
     // groupPanel6
     //
     this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel6.Controls.Add(this.labelX6);
     this.groupPanel6.Controls.Add(this.labelX7);
     this.groupPanel6.Controls.Add(this.txtmabn);
     this.groupPanel6.Controls.Add(this.txthoten);
     this.groupPanel6.Location = new System.Drawing.Point(3, 29);
     this.groupPanel6.Name = "groupPanel6";
     this.groupPanel6.Size = new System.Drawing.Size(551, 86);
     //
     //
     //
     this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel6.Style.BackColorGradientAngle = 90;
     this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderBottomWidth = 1;
     this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderLeftWidth = 1;
     this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderRightWidth = 1;
     this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderTopWidth = 1;
     this.groupPanel6.Style.CornerDiameter = 4;
     this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel6.TabIndex = 5;
     this.groupPanel6.Text = "Tìm bệnh nhân               ";
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX6.BackgroundStyle.BorderBottomWidth = 2;
     this.labelX6.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX6.BackgroundStyle.BorderLeftWidth = 2;
     this.labelX6.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX6.BackgroundStyle.BorderRightWidth = 2;
     this.labelX6.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX6.BackgroundStyle.BorderTopWidth = 2;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(43, 31);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(52, 23);
     this.labelX6.TabIndex = 6;
     this.labelX6.Text = "Họ tên :";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX7.BackgroundStyle.BorderBottomWidth = 2;
     this.labelX7.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX7.BackgroundStyle.BorderLeftWidth = 2;
     this.labelX7.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX7.BackgroundStyle.BorderRightWidth = 2;
     this.labelX7.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.labelX7.BackgroundStyle.BorderTopWidth = 2;
     this.labelX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX7.Location = new System.Drawing.Point(3, 3);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(101, 23);
     this.labelX7.TabIndex = 5;
     this.labelX7.Text = "Mã bệnh nhân :";
     //
     // txtmabn
     //
     //
     //
     //
     this.txtmabn.Border.Class = "TextBoxBorder";
     this.txtmabn.Location = new System.Drawing.Point(110, 3);
     this.txtmabn.Name = "txtmabn";
     this.txtmabn.Size = new System.Drawing.Size(145, 20);
     this.txtmabn.TabIndex = 3;
     this.txtmabn.TextChanged += new System.EventHandler(this.txtmabn_TextChanged);
     //
     // txthoten
     //
     //
     //
     //
     this.txthoten.Border.Class = "TextBoxBorder";
     this.txthoten.Location = new System.Drawing.Point(110, 31);
     this.txthoten.Name = "txthoten";
     this.txthoten.Size = new System.Drawing.Size(145, 20);
     this.txthoten.TabIndex = 4;
     this.txthoten.TextChanged += new System.EventHandler(this.txthoten_TextChanged);
     //
     // pthongtin
     //
     this.pthongtin.CanvasColor = System.Drawing.SystemColors.Control;
     this.pthongtin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pthongtin.Location = new System.Drawing.Point(20, 12);
     this.pthongtin.Name = "pthongtin";
     this.pthongtin.Size = new System.Drawing.Size(208, 33);
     this.pthongtin.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.pthongtin.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.pthongtin.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.pthongtin.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pthongtin.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pthongtin.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.pthongtin.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pthongtin.Style.GradientAngle = 90;
     this.pthongtin.TabIndex = 1;
     this.pthongtin.Text = "Thông tin bệnh nhân";
     //
     // grpthongtin
     //
     this.grpthongtin.BackColor = System.Drawing.Color.Transparent;
     this.grpthongtin.CanvasColor = System.Drawing.SystemColors.Control;
     this.grpthongtin.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.grpthongtin.Controls.Add(this.txtsodienthoai);
     this.grpthongtin.Controls.Add(this.labelX8);
     this.grpthongtin.Controls.Add(this.txtnamsinh);
     this.grpthongtin.Controls.Add(this.cmbgioitinh);
     this.grpthongtin.Controls.Add(this.txtdiachi);
     this.grpthongtin.Controls.Add(this.txthotenbenhnhan);
     this.grpthongtin.Controls.Add(this.txtmabenhnhan);
     this.grpthongtin.Controls.Add(this.labelX5);
     this.grpthongtin.Controls.Add(this.labelX4);
     this.grpthongtin.Controls.Add(this.labelX3);
     this.grpthongtin.Controls.Add(this.labelX2);
     this.grpthongtin.Controls.Add(this.labelX1);
     this.grpthongtin.Location = new System.Drawing.Point(12, 23);
     this.grpthongtin.Name = "grpthongtin";
     this.grpthongtin.Size = new System.Drawing.Size(251, 336);
     //
     //
     //
     this.grpthongtin.Style.BackColor = System.Drawing.Color.White;
     this.grpthongtin.Style.BackColor2 = System.Drawing.Color.White;
     this.grpthongtin.Style.BackColorGradientAngle = 90;
     this.grpthongtin.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthongtin.Style.BorderBottomWidth = 2;
     this.grpthongtin.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.grpthongtin.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthongtin.Style.BorderLeftWidth = 2;
     this.grpthongtin.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthongtin.Style.BorderRightWidth = 2;
     this.grpthongtin.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpthongtin.Style.BorderTopWidth = 2;
     this.grpthongtin.Style.CornerDiameter = 4;
     this.grpthongtin.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.grpthongtin.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.grpthongtin.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.grpthongtin.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.grpthongtin.TabIndex = 0;
     //
     // txtsodienthoai
     //
     //
     //
     //
     this.txtsodienthoai.Border.Class = "TextBoxBorder";
     this.txtsodienthoai.Location = new System.Drawing.Point(79, 211);
     this.txtsodienthoai.MaxLength = 11;
     this.txtsodienthoai.Name = "txtsodienthoai";
     this.txtsodienthoai.Size = new System.Drawing.Size(134, 20);
     this.txtsodienthoai.TabIndex = 20;
     this.txtsodienthoai.TextChanged += new System.EventHandler(this.txtsodienthoai_TextChanged);
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(17, 208);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(75, 23);
     this.labelX8.TabIndex = 19;
     this.labelX8.Text = "Số DT";
     //
     // txtnamsinh
     //
     //
     //
     //
     this.txtnamsinh.Border.Class = "TextBoxBorder";
     this.txtnamsinh.Location = new System.Drawing.Point(79, 172);
     this.txtnamsinh.MaxLength = 4;
     this.txtnamsinh.Name = "txtnamsinh";
     this.txtnamsinh.Size = new System.Drawing.Size(134, 20);
     this.txtnamsinh.TabIndex = 18;
     this.txtnamsinh.TextChanged += new System.EventHandler(this.txtnamsinh_TextChanged);
     //
     // cmbgioitinh
     //
     this.cmbgioitinh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbgioitinh.FormattingEnabled = true;
     this.cmbgioitinh.Items.AddRange(new object[] {
     "Nam",
     "Nữ"});
     this.cmbgioitinh.Location = new System.Drawing.Point(79, 130);
     this.cmbgioitinh.Name = "cmbgioitinh";
     this.cmbgioitinh.Size = new System.Drawing.Size(134, 21);
     this.cmbgioitinh.TabIndex = 17;
     this.cmbgioitinh.SelectedIndexChanged += new System.EventHandler(this.cmbgioitinh_SelectedIndexChanged);
     //
     // txtdiachi
     //
     //
     //
     //
     this.txtdiachi.Border.Class = "TextBoxBorder";
     this.txtdiachi.Location = new System.Drawing.Point(79, 247);
     this.txtdiachi.Multiline = true;
     this.txtdiachi.Name = "txtdiachi";
     this.txtdiachi.Size = new System.Drawing.Size(134, 52);
     this.txtdiachi.TabIndex = 14;
     this.txtdiachi.TextChanged += new System.EventHandler(this.txtdiachi_TextChanged);
     //
     // txthotenbenhnhan
     //
     //
     //
     //
     this.txthotenbenhnhan.Border.Class = "TextBoxBorder";
     this.txthotenbenhnhan.Location = new System.Drawing.Point(79, 91);
     this.txthotenbenhnhan.Name = "txthotenbenhnhan";
     this.txthotenbenhnhan.Size = new System.Drawing.Size(134, 20);
     this.txthotenbenhnhan.TabIndex = 13;
     this.txthotenbenhnhan.TextChanged += new System.EventHandler(this.txthotenbenhnhan_TextChanged);
     //
     // txtmabenhnhan
     //
     //
     //
     //
     this.txtmabenhnhan.Border.Class = "TextBoxBorder";
     this.txtmabenhnhan.Enabled = false;
     this.txtmabenhnhan.Location = new System.Drawing.Point(79, 48);
     this.txtmabenhnhan.Name = "txtmabenhnhan";
     this.txtmabenhnhan.Size = new System.Drawing.Size(134, 20);
     this.txtmabenhnhan.TabIndex = 12;
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(17, 247);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(75, 23);
     this.labelX5.TabIndex = 9;
     this.labelX5.Text = "Địa chỉ :";
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(17, 169);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(75, 23);
     this.labelX4.TabIndex = 8;
     this.labelX4.Text = "Năm sinh ";
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(17, 130);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(75, 23);
     this.labelX3.TabIndex = 7;
     this.labelX3.Text = "Giới tính ";
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(17, 91);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(56, 23);
     this.labelX2.TabIndex = 6;
     this.labelX2.Text = "Họ tên ";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(17, 46);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(56, 23);
     this.labelX1.TabIndex = 5;
     this.labelX1.Text = "Mã BN";
     //
     // frmbenhnhan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(932, 537);
     this.Controls.Add(this.panelEx1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.IsMdiContainer = true;
     this.MaximizeBox = false;
     this.Name = "frmbenhnhan";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Bệnh nhân ";
     this.Load += new System.EventHandler(this.frmbenhnhan_Load);
     this.panelEx1.ResumeLayout(false);
     this.grpthaotac.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel6.ResumeLayout(false);
     this.grpthongtin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bENHNHANBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtContentDigest = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txt_cb211 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cb211 = new System.Windows.Forms.CheckBox();
     this.cb210 = new System.Windows.Forms.CheckBox();
     this.cb209 = new System.Windows.Forms.CheckBox();
     this.cb208 = new System.Windows.Forms.CheckBox();
     this.cb207 = new System.Windows.Forms.CheckBox();
     this.cb206 = new System.Windows.Forms.CheckBox();
     this.cb205 = new System.Windows.Forms.CheckBox();
     this.cb204 = new System.Windows.Forms.CheckBox();
     this.cb203 = new System.Windows.Forms.CheckBox();
     this.cb202 = new System.Windows.Forms.CheckBox();
     this.cb201 = new System.Windows.Forms.CheckBox();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txt_cb106 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_cb105 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_cb104 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cb106 = new System.Windows.Forms.CheckBox();
     this.cb105 = new System.Windows.Forms.CheckBox();
     this.cb104 = new System.Windows.Forms.CheckBox();
     this.cb103 = new System.Windows.Forms.CheckBox();
     this.cb102 = new System.Windows.Forms.CheckBox();
     this.cb101 = new System.Windows.Forms.CheckBox();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.txt_cb010 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cb010 = new System.Windows.Forms.CheckBox();
     this.cb009 = new System.Windows.Forms.CheckBox();
     this.cb008 = new System.Windows.Forms.CheckBox();
     this.cb007 = new System.Windows.Forms.CheckBox();
     this.cb006 = new System.Windows.Forms.CheckBox();
     this.cb005 = new System.Windows.Forms.CheckBox();
     this.cb004 = new System.Windows.Forms.CheckBox();
     this.cb003 = new System.Windows.Forms.CheckBox();
     this.cb002 = new System.Windows.Forms.CheckBox();
     this.cb001 = new System.Windows.Forms.CheckBox();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txtCaseNo = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.cbxInterviewer = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.dtDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.txtTime = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtPlace = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.txtMeetingCause = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.txtAuthor_id = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btnSave = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.txtAuthorName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.lblGradeYear = new DevComponents.DotNetBar.LabelX();
     this.lblClassName = new DevComponents.DotNetBar.LabelX();
     this.lblName = new DevComponents.DotNetBar.LabelX();
     this.groupPanel4.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtDate)).BeginInit();
     this.SuspendLayout();
     //
     // groupPanel4
     //
     this.groupPanel4.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.txtContentDigest);
     this.groupPanel4.Location = new System.Drawing.Point(12, 392);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(600, 100);
     //
     //
     //
     this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 1;
     this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 1;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 1;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 1;
     this.groupPanel4.Style.Class = "";
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel4.StyleMouseDown.Class = "";
     this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel4.StyleMouseOver.Class = "";
     this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel4.TabIndex = 23;
     this.groupPanel4.Text = "內容要點";
     //
     // txtContentDigest
     //
     //
     //
     //
     this.txtContentDigest.Border.Class = "TextBoxBorder";
     this.txtContentDigest.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtContentDigest.Location = new System.Drawing.Point(17, 6);
     this.txtContentDigest.Multiline = true;
     this.txtContentDigest.Name = "txtContentDigest";
     this.txtContentDigest.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtContentDigest.Size = new System.Drawing.Size(568, 60);
     this.txtContentDigest.TabIndex = 42;
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.txt_cb211);
     this.groupPanel3.Controls.Add(this.cb211);
     this.groupPanel3.Controls.Add(this.cb210);
     this.groupPanel3.Controls.Add(this.cb209);
     this.groupPanel3.Controls.Add(this.cb208);
     this.groupPanel3.Controls.Add(this.cb207);
     this.groupPanel3.Controls.Add(this.cb206);
     this.groupPanel3.Controls.Add(this.cb205);
     this.groupPanel3.Controls.Add(this.cb204);
     this.groupPanel3.Controls.Add(this.cb203);
     this.groupPanel3.Controls.Add(this.cb202);
     this.groupPanel3.Controls.Add(this.cb201);
     this.groupPanel3.Location = new System.Drawing.Point(13, 304);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(599, 83);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.Class = "";
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel3.StyleMouseDown.Class = "";
     this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel3.StyleMouseOver.Class = "";
     this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel3.TabIndex = 22;
     this.groupPanel3.Text = "輔導歸類(可複選)*";
     //
     // txt_cb211
     //
     //
     //
     //
     this.txt_cb211.Border.Class = "TextBoxBorder";
     this.txt_cb211.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_cb211.Location = new System.Drawing.Point(418, 26);
     this.txt_cb211.Name = "txt_cb211";
     this.txt_cb211.Size = new System.Drawing.Size(166, 25);
     this.txt_cb211.TabIndex = 41;
     //
     // cb211
     //
     this.cb211.AutoSize = true;
     this.cb211.Location = new System.Drawing.Point(265, 30);
     this.cb211.Name = "cb211";
     this.cb211.Size = new System.Drawing.Size(152, 21);
     this.cb211.TabIndex = 40;
     this.cb211.Text = "其它(需註明其他事項)";
     this.cb211.UseVisualStyleBackColor = true;
     //
     // cb210
     //
     this.cb210.AutoSize = true;
     this.cb210.Location = new System.Drawing.Point(182, 30);
     this.cb210.Name = "cb210";
     this.cb210.Size = new System.Drawing.Size(53, 21);
     this.cb210.TabIndex = 39;
     this.cb210.Text = "精神";
     this.cb210.UseVisualStyleBackColor = true;
     //
     // cb209
     //
     this.cb209.AutoSize = true;
     this.cb209.Location = new System.Drawing.Point(99, 30);
     this.cb209.Name = "cb209";
     this.cb209.Size = new System.Drawing.Size(53, 21);
     this.cb209.TabIndex = 38;
     this.cb209.Text = "情感";
     this.cb209.UseVisualStyleBackColor = true;
     //
     // cb208
     //
     this.cb208.AutoSize = true;
     this.cb208.Location = new System.Drawing.Point(16, 30);
     this.cb208.Name = "cb208";
     this.cb208.Size = new System.Drawing.Size(53, 21);
     this.cb208.TabIndex = 37;
     this.cb208.Text = "師生";
     this.cb208.UseVisualStyleBackColor = true;
     //
     // cb207
     //
     this.cb207.AutoSize = true;
     this.cb207.Location = new System.Drawing.Point(514, 3);
     this.cb207.Name = "cb207";
     this.cb207.Size = new System.Drawing.Size(53, 21);
     this.cb207.TabIndex = 36;
     this.cb207.Text = "家庭";
     this.cb207.UseVisualStyleBackColor = true;
     //
     // cb206
     //
     this.cb206.AutoSize = true;
     this.cb206.Location = new System.Drawing.Point(418, 3);
     this.cb206.Name = "cb206";
     this.cb206.Size = new System.Drawing.Size(66, 21);
     this.cb206.TabIndex = 35;
     this.cb206.Text = "休退轉";
     this.cb206.UseVisualStyleBackColor = true;
     //
     // cb205
     //
     this.cb205.AutoSize = true;
     this.cb205.Location = new System.Drawing.Point(348, 3);
     this.cb205.Name = "cb205";
     this.cb205.Size = new System.Drawing.Size(40, 21);
     this.cb205.TabIndex = 34;
     this.cb205.Text = "人";
     this.cb205.UseVisualStyleBackColor = true;
     //
     // cb204
     //
     this.cb204.AutoSize = true;
     this.cb204.Location = new System.Drawing.Point(265, 3);
     this.cb204.Name = "cb204";
     this.cb204.Size = new System.Drawing.Size(53, 21);
     this.cb204.TabIndex = 33;
     this.cb204.Text = "生涯";
     this.cb204.UseVisualStyleBackColor = true;
     //
     // cb203
     //
     this.cb203.AutoSize = true;
     this.cb203.Location = new System.Drawing.Point(182, 3);
     this.cb203.Name = "cb203";
     this.cb203.Size = new System.Drawing.Size(53, 21);
     this.cb203.TabIndex = 32;
     this.cb203.Text = "學習";
     this.cb203.UseVisualStyleBackColor = true;
     //
     // cb202
     //
     this.cb202.AutoSize = true;
     this.cb202.Location = new System.Drawing.Point(99, 3);
     this.cb202.Name = "cb202";
     this.cb202.Size = new System.Drawing.Size(53, 21);
     this.cb202.TabIndex = 31;
     this.cb202.Text = "遲曠";
     this.cb202.UseVisualStyleBackColor = true;
     //
     // cb201
     //
     this.cb201.AutoSize = true;
     this.cb201.Location = new System.Drawing.Point(16, 3);
     this.cb201.Name = "cb201";
     this.cb201.Size = new System.Drawing.Size(53, 21);
     this.cb201.TabIndex = 30;
     this.cb201.Text = "違規";
     this.cb201.UseVisualStyleBackColor = true;
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txt_cb106);
     this.groupPanel2.Controls.Add(this.txt_cb105);
     this.groupPanel2.Controls.Add(this.txt_cb104);
     this.groupPanel2.Controls.Add(this.cb106);
     this.groupPanel2.Controls.Add(this.cb105);
     this.groupPanel2.Controls.Add(this.cb104);
     this.groupPanel2.Controls.Add(this.cb103);
     this.groupPanel2.Controls.Add(this.cb102);
     this.groupPanel2.Controls.Add(this.cb101);
     this.groupPanel2.Location = new System.Drawing.Point(13, 209);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(599, 89);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 21;
     this.groupPanel2.Text = "輔導方式(可複選)*";
     //
     // txt_cb106
     //
     //
     //
     //
     this.txt_cb106.Border.Class = "TextBoxBorder";
     this.txt_cb106.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_cb106.Location = new System.Drawing.Point(457, 31);
     this.txt_cb106.Name = "txt_cb106";
     this.txt_cb106.Size = new System.Drawing.Size(127, 25);
     this.txt_cb106.TabIndex = 29;
     //
     // txt_cb105
     //
     //
     //
     //
     this.txt_cb105.Border.Class = "TextBoxBorder";
     this.txt_cb105.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_cb105.Location = new System.Drawing.Point(171, 31);
     this.txt_cb105.Name = "txt_cb105";
     this.txt_cb105.Size = new System.Drawing.Size(127, 25);
     this.txt_cb105.TabIndex = 27;
     //
     // txt_cb104
     //
     //
     //
     //
     this.txt_cb104.Border.Class = "TextBoxBorder";
     this.txt_cb104.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_cb104.Location = new System.Drawing.Point(457, 1);
     this.txt_cb104.Name = "txt_cb104";
     this.txt_cb104.Size = new System.Drawing.Size(127, 25);
     this.txt_cb104.TabIndex = 25;
     //
     // cb106
     //
     this.cb106.AutoSize = true;
     this.cb106.Location = new System.Drawing.Point(302, 33);
     this.cb106.Name = "cb106";
     this.cb106.Size = new System.Drawing.Size(152, 21);
     this.cb106.TabIndex = 28;
     this.cb106.Text = "其它(需註明其他事項)";
     this.cb106.UseVisualStyleBackColor = true;
     //
     // cb105
     //
     this.cb105.AutoSize = true;
     this.cb105.Location = new System.Drawing.Point(16, 33);
     this.cb105.Name = "cb105";
     this.cb105.Size = new System.Drawing.Size(152, 21);
     this.cb105.TabIndex = 26;
     this.cb105.Text = "就醫(需填寫就醫單位)";
     this.cb105.UseVisualStyleBackColor = true;
     //
     // cb104
     //
     this.cb104.AutoSize = true;
     this.cb104.Location = new System.Drawing.Point(302, 3);
     this.cb104.Name = "cb104";
     this.cb104.Size = new System.Drawing.Size(152, 21);
     this.cb104.TabIndex = 24;
     this.cb104.Text = "轉介(需填寫轉介單位)";
     this.cb104.UseVisualStyleBackColor = true;
     //
     // cb103
     //
     this.cb103.AutoSize = true;
     this.cb103.Location = new System.Drawing.Point(206, 3);
     this.cb103.Name = "cb103";
     this.cb103.Size = new System.Drawing.Size(79, 21);
     this.cb103.TabIndex = 23;
     this.cb103.Text = "導師輔導";
     this.cb103.UseVisualStyleBackColor = true;
     //
     // cb102
     //
     this.cb102.AutoSize = true;
     this.cb102.Location = new System.Drawing.Point(111, 3);
     this.cb102.Name = "cb102";
     this.cb102.Size = new System.Drawing.Size(79, 21);
     this.cb102.TabIndex = 22;
     this.cb102.Text = "專案輔導";
     this.cb102.UseVisualStyleBackColor = true;
     //
     // cb101
     //
     this.cb101.AutoSize = true;
     this.cb101.Location = new System.Drawing.Point(16, 3);
     this.cb101.Name = "cb101";
     this.cb101.Size = new System.Drawing.Size(79, 21);
     this.cb101.TabIndex = 21;
     this.cb101.Text = "暫時結案";
     this.cb101.UseVisualStyleBackColor = true;
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.labelX16);
     this.groupPanel1.Controls.Add(this.txt_cb010);
     this.groupPanel1.Controls.Add(this.cb010);
     this.groupPanel1.Controls.Add(this.cb009);
     this.groupPanel1.Controls.Add(this.cb008);
     this.groupPanel1.Controls.Add(this.cb007);
     this.groupPanel1.Controls.Add(this.cb006);
     this.groupPanel1.Controls.Add(this.cb005);
     this.groupPanel1.Controls.Add(this.cb004);
     this.groupPanel1.Controls.Add(this.cb003);
     this.groupPanel1.Controls.Add(this.cb002);
     this.groupPanel1.Controls.Add(this.cb001);
     this.groupPanel1.Location = new System.Drawing.Point(12, 118);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(600, 85);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 20;
     this.groupPanel1.Text = "參與人員(可複選)*";
     //
     // labelX16
     //
     this.labelX16.AutoSize = true;
     this.labelX16.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX16.ForeColor = System.Drawing.Color.Red;
     this.labelX16.Location = new System.Drawing.Point(106, -26);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(13, 21);
     this.labelX16.TabIndex = 51;
     this.labelX16.Text = "*";
     //
     // txt_cb010
     //
     //
     //
     //
     this.txt_cb010.Border.Class = "TextBoxBorder";
     this.txt_cb010.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_cb010.Location = new System.Drawing.Point(458, 26);
     this.txt_cb010.Name = "txt_cb010";
     this.txt_cb010.Size = new System.Drawing.Size(127, 25);
     this.txt_cb010.TabIndex = 20;
     //
     // cb010
     //
     this.cb010.AutoSize = true;
     this.cb010.Location = new System.Drawing.Point(303, 30);
     this.cb010.Name = "cb010";
     this.cb010.Size = new System.Drawing.Size(152, 21);
     this.cb010.TabIndex = 19;
     this.cb010.Text = "其它(需填其他參與人)";
     this.cb010.UseVisualStyleBackColor = true;
     //
     // cb009
     //
     this.cb009.AutoSize = true;
     this.cb009.Location = new System.Drawing.Point(207, 30);
     this.cb009.Name = "cb009";
     this.cb009.Size = new System.Drawing.Size(79, 21);
     this.cb009.TabIndex = 18;
     this.cb009.Text = "任課老師";
     this.cb009.UseVisualStyleBackColor = true;
     //
     // cb008
     //
     this.cb008.AutoSize = true;
     this.cb008.Location = new System.Drawing.Point(112, 30);
     this.cb008.Name = "cb008";
     this.cb008.Size = new System.Drawing.Size(79, 21);
     this.cb008.TabIndex = 17;
     this.cb008.Text = "輔導老師";
     this.cb008.UseVisualStyleBackColor = true;
     //
     // cb007
     //
     this.cb007.AutoSize = true;
     this.cb007.Location = new System.Drawing.Point(17, 30);
     this.cb007.Name = "cb007";
     this.cb007.Size = new System.Drawing.Size(53, 21);
     this.cb007.TabIndex = 16;
     this.cb007.Text = "教官";
     this.cb007.UseVisualStyleBackColor = true;
     //
     // cb006
     //
     this.cb006.AutoSize = true;
     this.cb006.Location = new System.Drawing.Point(518, 3);
     this.cb006.Name = "cb006";
     this.cb006.Size = new System.Drawing.Size(53, 21);
     this.cb006.TabIndex = 15;
     this.cb006.Text = "導師";
     this.cb006.UseVisualStyleBackColor = true;
     //
     // cb005
     //
     this.cb005.AutoSize = true;
     this.cb005.Location = new System.Drawing.Point(397, 4);
     this.cb005.Name = "cb005";
     this.cb005.Size = new System.Drawing.Size(79, 21);
     this.cb005.TabIndex = 14;
     this.cb005.Text = "社工人員";
     this.cb005.UseVisualStyleBackColor = true;
     //
     // cb004
     //
     this.cb004.AutoSize = true;
     this.cb004.Location = new System.Drawing.Point(302, 4);
     this.cb004.Name = "cb004";
     this.cb004.Size = new System.Drawing.Size(53, 21);
     this.cb004.TabIndex = 13;
     this.cb004.Text = "醫師";
     this.cb004.UseVisualStyleBackColor = true;
     //
     // cb003
     //
     this.cb003.AutoSize = true;
     this.cb003.Location = new System.Drawing.Point(207, 4);
     this.cb003.Name = "cb003";
     this.cb003.Size = new System.Drawing.Size(53, 21);
     this.cb003.TabIndex = 12;
     this.cb003.Text = "專家";
     this.cb003.UseVisualStyleBackColor = true;
     //
     // cb002
     //
     this.cb002.AutoSize = true;
     this.cb002.Location = new System.Drawing.Point(112, 4);
     this.cb002.Name = "cb002";
     this.cb002.Size = new System.Drawing.Size(53, 21);
     this.cb002.TabIndex = 11;
     this.cb002.Text = "家長";
     this.cb002.UseVisualStyleBackColor = true;
     //
     // cb001
     //
     this.cb001.AutoSize = true;
     this.cb001.Location = new System.Drawing.Point(17, 4);
     this.cb001.Name = "cb001";
     this.cb001.Size = new System.Drawing.Size(53, 21);
     this.cb001.TabIndex = 10;
     this.cb001.Text = "學生";
     this.cb001.UseVisualStyleBackColor = true;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(408, 12);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(66, 23);
     this.labelX1.TabIndex = 24;
     this.labelX1.Text = "個案編號";
     //
     // txtCaseNo
     //
     //
     //
     //
     this.txtCaseNo.Border.Class = "TextBoxBorder";
     this.txtCaseNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCaseNo.Location = new System.Drawing.Point(473, 12);
     this.txtCaseNo.Name = "txtCaseNo";
     this.txtCaseNo.Size = new System.Drawing.Size(133, 25);
     this.txtCaseNo.TabIndex = 1;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(13, 12);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(39, 23);
     this.labelX2.TabIndex = 26;
     this.labelX2.Text = "年級";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(108, 12);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(39, 23);
     this.labelX3.TabIndex = 28;
     this.labelX3.Text = "班級";
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(258, 12);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(39, 23);
     this.labelX4.TabIndex = 30;
     this.labelX4.Text = "姓名";
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(13, 47);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(65, 23);
     this.labelX5.TabIndex = 32;
     this.labelX5.Text = "晤談老師";
     //
     // cbxInterviewer
     //
     this.cbxInterviewer.DisplayMember = "Text";
     this.cbxInterviewer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbxInterviewer.FormattingEnabled = true;
     this.cbxInterviewer.ItemHeight = 19;
     this.cbxInterviewer.Location = new System.Drawing.Point(84, 47);
     this.cbxInterviewer.Name = "cbxInterviewer";
     this.cbxInterviewer.Size = new System.Drawing.Size(110, 25);
     this.cbxInterviewer.TabIndex = 2;
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(200, 47);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(67, 23);
     this.labelX7.TabIndex = 36;
     this.labelX7.Text = "會議日期";
     //
     // dtDate
     //
     this.dtDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.dtDate.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtDate.ButtonDropDown.Visible = true;
     this.dtDate.IsPopupCalendarOpen = false;
     this.dtDate.Location = new System.Drawing.Point(272, 47);
     //
     //
     //
     this.dtDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtDate.MonthCalendar.BackgroundStyle.Class = "";
     this.dtDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtDate.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtDate.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dtDate.MonthCalendar.DisplayMonth = new System.DateTime(2011, 6, 1, 0, 0, 0, 0);
     this.dtDate.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtDate.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtDate.MonthCalendar.TodayButtonVisible = true;
     this.dtDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtDate.Name = "dtDate";
     this.dtDate.Size = new System.Drawing.Size(120, 25);
     this.dtDate.TabIndex = 5;
     //
     // txtTime
     //
     //
     //
     //
     this.txtTime.Border.Class = "TextBoxBorder";
     this.txtTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtTime.Location = new System.Drawing.Point(473, 47);
     this.txtTime.Name = "txtTime";
     this.txtTime.Size = new System.Drawing.Size(133, 25);
     this.txtTime.TabIndex = 6;
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(408, 47);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(62, 23);
     this.labelX8.TabIndex = 38;
     this.labelX8.Text = "會議時間";
     //
     // txtPlace
     //
     //
     //
     //
     this.txtPlace.Border.Class = "TextBoxBorder";
     this.txtPlace.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtPlace.Location = new System.Drawing.Point(473, 83);
     this.txtPlace.Name = "txtPlace";
     this.txtPlace.Size = new System.Drawing.Size(133, 25);
     this.txtPlace.TabIndex = 4;
     //
     // labelX9
     //
     this.labelX9.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(408, 83);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(62, 23);
     this.labelX9.TabIndex = 40;
     this.labelX9.Text = "會議地點";
     //
     // txtMeetingCause
     //
     //
     //
     //
     this.txtMeetingCause.Border.Class = "TextBoxBorder";
     this.txtMeetingCause.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtMeetingCause.Location = new System.Drawing.Point(85, 83);
     this.txtMeetingCause.Name = "txtMeetingCause";
     this.txtMeetingCause.Size = new System.Drawing.Size(307, 25);
     this.txtMeetingCause.TabIndex = 7;
     //
     // labelX10
     //
     this.labelX10.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(13, 83);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(66, 23);
     this.labelX10.TabIndex = 42;
     this.labelX10.Text = "會議事由";
     //
     // labelX11
     //
     this.labelX11.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(12, 504);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(52, 23);
     this.labelX11.TabIndex = 44;
     this.labelX11.Text = "記錄者";
     //
     // txtAuthor_id
     //
     //
     //
     //
     this.txtAuthor_id.Border.Class = "TextBoxBorder";
     this.txtAuthor_id.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtAuthor_id.Location = new System.Drawing.Point(70, 504);
     this.txtAuthor_id.Name = "txtAuthor_id";
     this.txtAuthor_id.Size = new System.Drawing.Size(186, 25);
     this.txtAuthor_id.TabIndex = 43;
     //
     // btnSave
     //
     this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSave.BackColor = System.Drawing.Color.Transparent;
     this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSave.Location = new System.Drawing.Point(456, 504);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 44;
     this.btnSave.Text = "儲存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(537, 504);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 45;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // labelX6
     //
     this.labelX6.AutoSize = true;
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX6.ForeColor = System.Drawing.Color.Red;
     this.labelX6.Location = new System.Drawing.Point(253, 47);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(15, 26);
     this.labelX6.TabIndex = 46;
     this.labelX6.Text = "*";
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     this.labelX12.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX12.ForeColor = System.Drawing.Color.Red;
     this.labelX12.Location = new System.Drawing.Point(68, 47);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(15, 26);
     this.labelX12.TabIndex = 47;
     this.labelX12.Text = "*";
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     this.labelX13.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX13.ForeColor = System.Drawing.Color.Red;
     this.labelX13.Location = new System.Drawing.Point(68, 83);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(15, 26);
     this.labelX13.TabIndex = 48;
     this.labelX13.Text = "*";
     //
     // labelX14
     //
     this.labelX14.AutoSize = true;
     this.labelX14.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX14.ForeColor = System.Drawing.Color.Red;
     this.labelX14.Location = new System.Drawing.Point(53, 504);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(15, 26);
     this.labelX14.TabIndex = 49;
     this.labelX14.Text = "*";
     //
     // labelX15
     //
     this.labelX15.AutoSize = true;
     this.labelX15.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX15.ForeColor = System.Drawing.Color.Red;
     this.labelX15.Location = new System.Drawing.Point(122, 211);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(13, 21);
     this.labelX15.TabIndex = 50;
     this.labelX15.Text = "*";
     //
     // labelX17
     //
     this.labelX17.AutoSize = true;
     this.labelX17.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX17.BackgroundStyle.Class = "";
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX17.ForeColor = System.Drawing.Color.Red;
     this.labelX17.Location = new System.Drawing.Point(121, 119);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(13, 21);
     this.labelX17.TabIndex = 51;
     this.labelX17.Text = "*";
     //
     // labelX18
     //
     this.labelX18.AutoSize = true;
     this.labelX18.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX18.BackgroundStyle.Class = "";
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX18.ForeColor = System.Drawing.Color.Red;
     this.labelX18.Location = new System.Drawing.Point(122, 306);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(13, 21);
     this.labelX18.TabIndex = 52;
     this.labelX18.Text = "*";
     //
     // txtAuthorName
     //
     //
     //
     //
     this.txtAuthorName.Border.Class = "TextBoxBorder";
     this.txtAuthorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtAuthorName.Location = new System.Drawing.Point(336, 504);
     this.txtAuthorName.Name = "txtAuthorName";
     this.txtAuthorName.Size = new System.Drawing.Size(109, 25);
     this.txtAuthorName.TabIndex = 61;
     //
     // labelX22
     //
     this.labelX22.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(261, 504);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(72, 23);
     this.labelX22.TabIndex = 60;
     this.labelX22.Text = "記錄者姓名";
     //
     // lblGradeYear
     //
     this.lblGradeYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblGradeYear.BackgroundStyle.Class = "";
     this.lblGradeYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblGradeYear.Location = new System.Drawing.Point(49, 12);
     this.lblGradeYear.Name = "lblGradeYear";
     this.lblGradeYear.Size = new System.Drawing.Size(53, 25);
     this.lblGradeYear.TabIndex = 62;
     //
     // lblClassName
     //
     this.lblClassName.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblClassName.BackgroundStyle.Class = "";
     this.lblClassName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblClassName.Location = new System.Drawing.Point(144, 12);
     this.lblClassName.Name = "lblClassName";
     this.lblClassName.Size = new System.Drawing.Size(100, 25);
     this.lblClassName.TabIndex = 63;
     //
     // lblName
     //
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblName.BackgroundStyle.Class = "";
     this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblName.Location = new System.Drawing.Point(293, 12);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(100, 25);
     this.lblName.TabIndex = 64;
     //
     // StudCaseMeetingRecordForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(621, 536);
     this.Controls.Add(this.lblName);
     this.Controls.Add(this.lblClassName);
     this.Controls.Add(this.lblGradeYear);
     this.Controls.Add(this.txtAuthorName);
     this.Controls.Add(this.labelX22);
     this.Controls.Add(this.labelX18);
     this.Controls.Add(this.labelX17);
     this.Controls.Add(this.labelX15);
     this.Controls.Add(this.labelX14);
     this.Controls.Add(this.labelX13);
     this.Controls.Add(this.labelX12);
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.txtAuthor_id);
     this.Controls.Add(this.labelX11);
     this.Controls.Add(this.txtMeetingCause);
     this.Controls.Add(this.labelX10);
     this.Controls.Add(this.txtPlace);
     this.Controls.Add(this.labelX9);
     this.Controls.Add(this.txtTime);
     this.Controls.Add(this.labelX8);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.labelX7);
     this.Controls.Add(this.cbxInterviewer);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.labelX4);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.txtCaseNo);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.groupPanel4);
     this.Controls.Add(this.groupPanel3);
     this.Controls.Add(this.groupPanel2);
     this.Controls.Add(this.groupPanel1);
     this.DoubleBuffered = true;
     this.Name = "StudCaseMeetingRecordForm";
     this.Text = "個案會議";
     this.Load += new System.EventHandler(this.StudCaseMeetingRecordForm_Load);
     this.groupPanel4.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel3.PerformLayout();
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtDate)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.panelNhapXuat = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmdShow = new DevComponents.DotNetBar.ButtonX();
     this.txtNam = new DevComponents.Editors.IntegerInput();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txtThang = new DevComponents.Editors.IntegerInput();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.panelNhapXuat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNam)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtThang)).BeginInit();
     this.SuspendLayout();
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location = new System.Drawing.Point(0, 100);
     this.crystalReportViewer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.crystalReportViewer1.Name = "crystalReportViewer1";
     this.crystalReportViewer1.SelectionFormula = "";
     this.crystalReportViewer1.Size = new System.Drawing.Size(992, 646);
     this.crystalReportViewer1.TabIndex = 72;
     this.crystalReportViewer1.ViewTimeSelectionFormula = "";
     //
     // panelNhapXuat
     //
     this.panelNhapXuat.BackColor = System.Drawing.Color.Transparent;
     this.panelNhapXuat.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelNhapXuat.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelNhapXuat.Controls.Add(this.cmdShow);
     this.panelNhapXuat.Controls.Add(this.txtNam);
     this.panelNhapXuat.Controls.Add(this.labelX1);
     this.panelNhapXuat.Controls.Add(this.txtThang);
     this.panelNhapXuat.Controls.Add(this.labelX26);
     this.panelNhapXuat.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelNhapXuat.Location = new System.Drawing.Point(0, 35);
     this.panelNhapXuat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelNhapXuat.Name = "panelNhapXuat";
     this.panelNhapXuat.Size = new System.Drawing.Size(992, 65);
     //
     //
     //
     this.panelNhapXuat.Style.BackColor = System.Drawing.Color.Transparent;
     this.panelNhapXuat.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.panelNhapXuat.Style.BackColorGradientAngle = 90;
     this.panelNhapXuat.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderBottomWidth = 1;
     this.panelNhapXuat.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelNhapXuat.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderLeftWidth = 1;
     this.panelNhapXuat.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderRightWidth = 1;
     this.panelNhapXuat.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderTopWidth = 1;
     this.panelNhapXuat.Style.CornerDiameter = 4;
     this.panelNhapXuat.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelNhapXuat.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.panelNhapXuat.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelNhapXuat.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.panelNhapXuat.TabIndex = 71;
     this.panelNhapXuat.Text = "Thông tin";
     //
     // cmdShow
     //
     this.cmdShow.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdShow.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cmdShow.Location = new System.Drawing.Point(617, 4);
     this.cmdShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdShow.Name = "cmdShow";
     this.cmdShow.Size = new System.Drawing.Size(86, 28);
     this.cmdShow.TabIndex = 72;
     this.cmdShow.Text = "Báo cáo";
     this.cmdShow.Click += new System.EventHandler(this.cmdShow_Click);
     //
     // txtNam
     //
     //
     //
     //
     this.txtNam.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtNam.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtNam.Location = new System.Drawing.Point(526, 7);
     this.txtNam.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtNam.Name = "txtNam";
     this.txtNam.ShowUpDown = true;
     this.txtNam.Size = new System.Drawing.Size(64, 24);
     this.txtNam.TabIndex = 71;
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(480, 6);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(46, 30);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Năm:";
     //
     // txtThang
     //
     //
     //
     //
     this.txtThang.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtThang.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtThang.Location = new System.Drawing.Point(390, 6);
     this.txtThang.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtThang.Name = "txtThang";
     this.txtThang.ShowUpDown = true;
     this.txtThang.Size = new System.Drawing.Size(64, 24);
     this.txtThang.TabIndex = 69;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(344, 4);
     this.labelX26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(46, 30);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tháng:";
     //
     // frmTonghopthuchi
     //
     this.ClientSize = new System.Drawing.Size(992, 746);
     this.Controls.Add(this.crystalReportViewer1);
     this.Controls.Add(this.panelNhapXuat);
     this.Name = "frmTonghopthuchi";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Controls.SetChildIndex(this.panelNhapXuat, 0);
     this.Controls.SetChildIndex(this.crystalReportViewer1, 0);
     this.panelNhapXuat.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtNam)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtThang)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(10, 180);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(555, 217);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 77;
     this.groupPanel1.Text = "DANH SÁCH ĐƠN VỊ TÍNH";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 64;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên ĐVT";
     this.columnHeader2.Width = 190;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "masx";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(107, 49);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(388, 117);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 76;
     this.groupPanel2.Text = "THÔNG TIN ĐƠN VỊ TÍNH";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 63);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(382, 29);
     this.panel5.TabIndex = 70;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(151, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 25);
     this.buttonX6.TabIndex = 54;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(233, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 25);
     this.buttonX4.TabIndex = 53;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(67, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 25);
     this.buttonX5.TabIndex = 28;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(84, 14);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(3, 14);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(75, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên ĐVT:";
     //
     // frmDonvi
     //
     this.ClientSize = new System.Drawing.Size(576, 401);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.MaximumSize = new System.Drawing.Size(584, 435);
     this.MinimumSize = new System.Drawing.Size(584, 435);
     this.Name = "frmDonvi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Đơn vị tính";
     this.Load += new System.EventHandler(this.frmDonvi_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.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()
 {
     DevComponents.DotNetBar.Controls.GroupPanel    groupPanel1;
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddDonNhapHang));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     this.txtTraTruoc           = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11              = new DevComponents.DotNetBar.LabelX();
     this.txtTotalPrice         = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10              = new DevComponents.DotNetBar.LabelX();
     this.panelChaTrai          = new System.Windows.Forms.Panel();
     this.dgvHangHoa            = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.panelConTren          = new System.Windows.Forms.Panel();
     this.groupPanelLopCu       = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.nmSoLuong             = new DevComponents.Editors.IntegerInput();
     this.buttonX1              = new DevComponents.DotNetBar.ButtonX();
     this.btnSearch             = new DevComponents.DotNetBar.ButtonX();
     this.labelX3               = new DevComponents.DotNetBar.LabelX();
     this.txtTenHH              = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2               = new DevComponents.DotNetBar.LabelX();
     this.cboLoaiHang           = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1               = new DevComponents.DotNetBar.LabelX();
     this.panelConPhai          = new System.Windows.Forms.Panel();
     this.btnLuu                = new DevComponents.DotNetBar.ButtonX();
     this.btnXoa                = new DevComponents.DotNetBar.ButtonX();
     this.btnChuyen             = new DevComponents.DotNetBar.ButtonX();
     this.splitContainerPhanLop = new System.Windows.Forms.SplitContainer();
     this.dgvHangMua            = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.MaHH      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenHH     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LoaiHang  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DonGia    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SoLuong   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ThanhTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grpPanel  = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX8   = new DevComponents.DotNetBar.LabelX();
     this.labelX7   = new DevComponents.DotNetBar.LabelX();
     this.txtEmail  = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtDiaChi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtSDT    = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6   = new DevComponents.DotNetBar.LabelX();
     this.txtTenKH  = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5   = new DevComponents.DotNetBar.LabelX();
     this.buttonX2  = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3  = new DevComponents.DotNetBar.ButtonX();
     groupPanel1    = new DevComponents.DotNetBar.Controls.GroupPanel();
     groupPanel1.SuspendLayout();
     this.panelChaTrai.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangHoa)).BeginInit();
     this.panelConTren.SuspendLayout();
     this.groupPanelLopCu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nmSoLuong)).BeginInit();
     this.panelConPhai.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerPhanLop)).BeginInit();
     this.splitContainerPhanLop.Panel1.SuspendLayout();
     this.splitContainerPhanLop.Panel2.SuspendLayout();
     this.splitContainerPhanLop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangMua)).BeginInit();
     this.grpPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     groupPanel1.Controls.Add(this.txtTraTruoc);
     groupPanel1.Controls.Add(this.labelX11);
     groupPanel1.Controls.Add(this.txtTotalPrice);
     groupPanel1.Controls.Add(this.labelX10);
     groupPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     groupPanel1.Location = new System.Drawing.Point(0, 711);
     groupPanel1.Name     = "groupPanel1";
     groupPanel1.Size     = new System.Drawing.Size(1048, 203);
     //
     //
     //
     groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     groupPanel1.Style.BackColorGradientAngle = 90;
     groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderBottomWidth      = 1;
     groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderLeftWidth        = 1;
     groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderRightWidth       = 1;
     groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderTopWidth      = 1;
     groupPanel1.Style.CornerDiameter      = 4;
     groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     groupPanel1.TabIndex = 5;
     //
     // txtTraTruoc
     //
     this.txtTraTruoc.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTraTruoc.ForeColor = System.Drawing.Color.Red;
     this.txtTraTruoc.Location  = new System.Drawing.Point(796, 75);
     this.txtTraTruoc.Margin    = new System.Windows.Forms.Padding(10);
     this.txtTraTruoc.Multiline = true;
     this.txtTraTruoc.Name      = "txtTraTruoc";
     this.txtTraTruoc.Size      = new System.Drawing.Size(290, 40);
     this.txtTraTruoc.TabIndex  = 47;
     this.txtTraTruoc.Text      = "0";
     this.txtTraTruoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelX11
     //
     this.labelX11.BackColor = System.Drawing.Color.Transparent;
     this.labelX11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX11.Location  = new System.Drawing.Point(612, 83);
     this.labelX11.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX11.Name      = "labelX11";
     this.labelX11.Size      = new System.Drawing.Size(177, 32);
     this.labelX11.TabIndex  = 48;
     this.labelX11.Text      = "TRẢ TRƯỚC";
     //
     // txtTotalPrice
     //
     this.txtTotalPrice.Enabled   = false;
     this.txtTotalPrice.Font      = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTotalPrice.ForeColor = System.Drawing.Color.Red;
     this.txtTotalPrice.Location  = new System.Drawing.Point(796, 15);
     this.txtTotalPrice.Margin    = new System.Windows.Forms.Padding(10);
     this.txtTotalPrice.Multiline = true;
     this.txtTotalPrice.Name      = "txtTotalPrice";
     this.txtTotalPrice.Size      = new System.Drawing.Size(290, 40);
     this.txtTotalPrice.TabIndex  = 46;
     this.txtTotalPrice.Text      = "0";
     this.txtTotalPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelX10
     //
     this.labelX10.BackColor = System.Drawing.Color.Transparent;
     this.labelX10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX10.Location  = new System.Drawing.Point(612, 23);
     this.labelX10.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX10.Name      = "labelX10";
     this.labelX10.Size      = new System.Drawing.Size(177, 32);
     this.labelX10.TabIndex  = 46;
     this.labelX10.Text      = "TỔNG TIỀN:";
     //
     // panelChaTrai
     //
     this.panelChaTrai.Controls.Add(this.dgvHangHoa);
     this.panelChaTrai.Controls.Add(this.panelConTren);
     this.panelChaTrai.Controls.Add(this.panelConPhai);
     this.panelChaTrai.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelChaTrai.Location = new System.Drawing.Point(0, 0);
     this.panelChaTrai.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelChaTrai.Name     = "panelChaTrai";
     this.panelChaTrai.Size     = new System.Drawing.Size(542, 914);
     this.panelChaTrai.TabIndex = 0;
     //
     // dgvHangHoa
     //
     this.dgvHangHoa.AllowUserToAddRows          = false;
     this.dgvHangHoa.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvHangHoa.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle9.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor            = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle9.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle9.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvHangHoa.DefaultCellStyle          = dataGridViewCellStyle9;
     this.dgvHangHoa.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.dgvHangHoa.GridColor     = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgvHangHoa.Location      = new System.Drawing.Point(0, 261);
     this.dgvHangHoa.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dgvHangHoa.Name          = "dgvHangHoa";
     this.dgvHangHoa.ReadOnly      = true;
     this.dgvHangHoa.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvHangHoa.Size          = new System.Drawing.Size(442, 653);
     this.dgvHangHoa.TabIndex      = 7;
     //
     // panelConTren
     //
     this.panelConTren.Controls.Add(this.groupPanelLopCu);
     this.panelConTren.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelConTren.Location = new System.Drawing.Point(0, 0);
     this.panelConTren.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelConTren.Name     = "panelConTren";
     this.panelConTren.Size     = new System.Drawing.Size(442, 261);
     this.panelConTren.TabIndex = 0;
     //
     // groupPanelLopCu
     //
     this.groupPanelLopCu.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanelLopCu.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanelLopCu.Controls.Add(this.nmSoLuong);
     this.groupPanelLopCu.Controls.Add(this.buttonX1);
     this.groupPanelLopCu.Controls.Add(this.btnSearch);
     this.groupPanelLopCu.Controls.Add(this.labelX3);
     this.groupPanelLopCu.Controls.Add(this.txtTenHH);
     this.groupPanelLopCu.Controls.Add(this.labelX2);
     this.groupPanelLopCu.Controls.Add(this.cboLoaiHang);
     this.groupPanelLopCu.Controls.Add(this.labelX1);
     this.groupPanelLopCu.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupPanelLopCu.Location = new System.Drawing.Point(0, 0);
     this.groupPanelLopCu.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupPanelLopCu.Name     = "groupPanelLopCu";
     this.groupPanelLopCu.Size     = new System.Drawing.Size(442, 261);
     //
     //
     //
     this.groupPanelLopCu.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanelLopCu.Style.BackColorGradientAngle = 90;
     this.groupPanelLopCu.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanelLopCu.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderBottomWidth      = 1;
     this.groupPanelLopCu.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanelLopCu.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderLeftWidth        = 1;
     this.groupPanelLopCu.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderRightWidth       = 1;
     this.groupPanelLopCu.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderTopWidth      = 1;
     this.groupPanelLopCu.Style.CornerDiameter      = 4;
     this.groupPanelLopCu.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanelLopCu.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanelLopCu.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanelLopCu.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanelLopCu.TabIndex = 1;
     this.groupPanelLopCu.Text     = "Thông tin vật liệu: ";
     //
     // nmSoLuong
     //
     //
     //
     //
     this.nmSoLuong.BackgroundStyle.Class    = "DateTimeInputBackground";
     this.nmSoLuong.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
     this.nmSoLuong.Location   = new System.Drawing.Point(110, 163);
     this.nmSoLuong.Margin     = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.nmSoLuong.MaxValue   = 100;
     this.nmSoLuong.MinValue   = 0;
     this.nmSoLuong.Name       = "nmSoLuong";
     this.nmSoLuong.ShowUpDown = true;
     this.nmSoLuong.Size       = new System.Drawing.Size(176, 26);
     this.nmSoLuong.TabIndex   = 46;
     this.nmSoLuong.Value      = 1;
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX1.Location       = new System.Drawing.Point(319, 125);
     this.buttonX1.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(99, 72);
     this.buttonX1.TabIndex       = 51;
     this.buttonX1.Text           = "Refresh";
     this.buttonX1.Tooltip        = "Chuyển lớp";
     this.buttonX1.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // btnSearch
     //
     this.btnSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSearch.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSearch.Image          = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnSearch.Location       = new System.Drawing.Point(319, 43);
     this.btnSearch.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnSearch.Name           = "btnSearch";
     this.btnSearch.Size           = new System.Drawing.Size(99, 72);
     this.btnSearch.TabIndex       = 50;
     this.btnSearch.Text           = "Tìm kiếm";
     this.btnSearch.Tooltip        = "Chuyển lớp";
     this.btnSearch.Click         += new System.EventHandler(this.btnSearch_Click);
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     this.labelX3.Location  = new System.Drawing.Point(21, 166);
     this.labelX3.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX3.Name      = "labelX3";
     this.labelX3.Size      = new System.Drawing.Size(81, 31);
     this.labelX3.TabIndex  = 47;
     this.labelX3.Text      = "Số lượng:";
     //
     // txtTenHH
     //
     //
     //
     //
     this.txtTenHH.Border.Class  = "TextBoxBorder";
     this.txtTenHH.Location      = new System.Drawing.Point(21, 61);
     this.txtTenHH.Name          = "txtTenHH";
     this.txtTenHH.Size          = new System.Drawing.Size(267, 26);
     this.txtTenHH.TabIndex      = 46;
     this.txtTenHH.WatermarkText = "Nhập tên vật liệu";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location  = new System.Drawing.Point(21, 22);
     this.labelX2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX2.Name      = "labelX2";
     this.labelX2.Size      = new System.Drawing.Size(100, 31);
     this.labelX2.TabIndex  = 2;
     this.labelX2.Text      = "Tên vật liệu:";
     //
     // cboLoaiHang
     //
     this.cboLoaiHang.DisplayMember     = "Text";
     this.cboLoaiHang.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboLoaiHang.FormattingEnabled = true;
     this.cboLoaiHang.ItemHeight        = 14;
     this.cboLoaiHang.Location          = new System.Drawing.Point(105, 115);
     this.cboLoaiHang.Margin            = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.cboLoaiHang.Name     = "cboLoaiHang";
     this.cboLoaiHang.Size     = new System.Drawing.Size(180, 20);
     this.cboLoaiHang.TabIndex = 1;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Location  = new System.Drawing.Point(21, 108);
     this.labelX1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(81, 31);
     this.labelX1.TabIndex  = 0;
     this.labelX1.Text      = "Loại:";
     //
     // panelConPhai
     //
     this.panelConPhai.Controls.Add(this.buttonX3);
     this.panelConPhai.Controls.Add(this.buttonX2);
     this.panelConPhai.Controls.Add(this.btnLuu);
     this.panelConPhai.Controls.Add(this.btnXoa);
     this.panelConPhai.Controls.Add(this.btnChuyen);
     this.panelConPhai.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelConPhai.Location = new System.Drawing.Point(442, 0);
     this.panelConPhai.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelConPhai.Name     = "panelConPhai";
     this.panelConPhai.Size     = new System.Drawing.Size(100, 914);
     this.panelConPhai.TabIndex = 3;
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Image          = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnLuu.Location       = new System.Drawing.Point(14, 636);
     this.btnLuu.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnLuu.Name           = "btnLuu";
     this.btnLuu.Size           = new System.Drawing.Size(82, 85);
     this.btnLuu.TabIndex       = 3;
     this.btnLuu.Text           = "Lưu";
     this.btnLuu.Tooltip        = "Lưu";
     this.btnLuu.Click         += new System.EventHandler(this.btnLuu_Click);
     //
     // btnXoa
     //
     this.btnXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnXoa.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnXoa.Image          = ((System.Drawing.Image)(resources.GetObject("btnXoa.Image")));
     this.btnXoa.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnXoa.Location       = new System.Drawing.Point(14, 529);
     this.btnXoa.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnXoa.Name           = "btnXoa";
     this.btnXoa.Size           = new System.Drawing.Size(82, 85);
     this.btnXoa.TabIndex       = 2;
     this.btnXoa.Text           = "Xóa";
     this.btnXoa.Click         += new System.EventHandler(this.btnXoa_Click);
     //
     // btnChuyen
     //
     this.btnChuyen.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnChuyen.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnChuyen.Image          = ((System.Drawing.Image)(resources.GetObject("btnChuyen.Image")));
     this.btnChuyen.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnChuyen.Location       = new System.Drawing.Point(14, 403);
     this.btnChuyen.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnChuyen.Name           = "btnChuyen";
     this.btnChuyen.Size           = new System.Drawing.Size(82, 103);
     this.btnChuyen.TabIndex       = 1;
     this.btnChuyen.Text           = "Chuyển nhanh";
     this.btnChuyen.Click         += new System.EventHandler(this.btnChuyen_Click);
     //
     // splitContainerPhanLop
     //
     this.splitContainerPhanLop.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerPhanLop.Location = new System.Drawing.Point(4, 1);
     this.splitContainerPhanLop.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitContainerPhanLop.Name     = "splitContainerPhanLop";
     //
     // splitContainerPhanLop.Panel1
     //
     this.splitContainerPhanLop.Panel1.Controls.Add(this.panelChaTrai);
     //
     // splitContainerPhanLop.Panel2
     //
     this.splitContainerPhanLop.Panel2.Controls.Add(this.dgvHangMua);
     this.splitContainerPhanLop.Panel2.Controls.Add(groupPanel1);
     this.splitContainerPhanLop.Panel2.Controls.Add(this.grpPanel);
     this.splitContainerPhanLop.Size             = new System.Drawing.Size(1596, 914);
     this.splitContainerPhanLop.SplitterDistance = 542;
     this.splitContainerPhanLop.SplitterWidth    = 6;
     this.splitContainerPhanLop.TabIndex         = 2;
     //
     // dgvHangMua
     //
     this.dgvHangMua.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvHangMua.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvHangMua.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.MaHH,
         this.TenHH,
         this.LoaiHang,
         this.DonGia,
         this.SoLuong,
         this.ThanhTien
     });
     dataGridViewCellStyle10.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle10.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle10.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle10.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvHangMua.DefaultCellStyle           = dataGridViewCellStyle10;
     this.dgvHangMua.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvHangMua.GridColor          = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgvHangMua.Location           = new System.Drawing.Point(0, 315);
     this.dgvHangMua.Name               = "dgvHangMua";
     this.dgvHangMua.ReadOnly           = true;
     this.dgvHangMua.RowTemplate.Height = 28;
     this.dgvHangMua.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvHangMua.Size               = new System.Drawing.Size(1048, 396);
     this.dgvHangMua.TabIndex           = 6;
     //
     // MaHH
     //
     this.MaHH.HeaderText = "Mã HH";
     this.MaHH.Name       = "MaHH";
     this.MaHH.ReadOnly   = true;
     //
     // TenHH
     //
     this.TenHH.HeaderText = "Tên hàng hóa";
     this.TenHH.Name       = "TenHH";
     this.TenHH.ReadOnly   = true;
     //
     // LoaiHang
     //
     this.LoaiHang.HeaderText = "Loại hàng";
     this.LoaiHang.Name       = "LoaiHang";
     this.LoaiHang.ReadOnly   = true;
     //
     // DonGia
     //
     this.DonGia.HeaderText = "Đơn giá";
     this.DonGia.Name       = "DonGia";
     this.DonGia.ReadOnly   = true;
     //
     // SoLuong
     //
     this.SoLuong.HeaderText = "Số lượng";
     this.SoLuong.Name       = "SoLuong";
     this.SoLuong.ReadOnly   = true;
     //
     // ThanhTien
     //
     this.ThanhTien.HeaderText = "Thành Tiền";
     this.ThanhTien.Name       = "ThanhTien";
     this.ThanhTien.ReadOnly   = true;
     //
     // grpPanel
     //
     this.grpPanel.CanvasColor      = System.Drawing.SystemColors.Control;
     this.grpPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.grpPanel.Controls.Add(this.labelX8);
     this.grpPanel.Controls.Add(this.labelX7);
     this.grpPanel.Controls.Add(this.txtEmail);
     this.grpPanel.Controls.Add(this.txtDiaChi);
     this.grpPanel.Controls.Add(this.txtSDT);
     this.grpPanel.Controls.Add(this.labelX6);
     this.grpPanel.Controls.Add(this.txtTenKH);
     this.grpPanel.Controls.Add(this.labelX5);
     this.grpPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grpPanel.Location = new System.Drawing.Point(0, 0);
     this.grpPanel.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grpPanel.Name     = "grpPanel";
     this.grpPanel.Size     = new System.Drawing.Size(1048, 315);
     //
     //
     //
     this.grpPanel.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.grpPanel.Style.BackColorGradientAngle = 90;
     this.grpPanel.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.grpPanel.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderBottomWidth      = 1;
     this.grpPanel.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.grpPanel.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderLeftWidth        = 1;
     this.grpPanel.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderRightWidth       = 1;
     this.grpPanel.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderTopWidth      = 1;
     this.grpPanel.Style.CornerDiameter      = 4;
     this.grpPanel.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.grpPanel.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.grpPanel.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.grpPanel.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.grpPanel.TabIndex = 4;
     this.grpPanel.Text     = "Thông tin đơn nhập hàng";
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     this.labelX8.Location  = new System.Drawing.Point(488, 93);
     this.labelX8.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX8.Name      = "labelX8";
     this.labelX8.Size      = new System.Drawing.Size(71, 31);
     this.labelX8.TabIndex  = 43;
     this.labelX8.Text      = "SĐT:";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     this.labelX7.Location  = new System.Drawing.Point(102, 93);
     this.labelX7.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX7.Name      = "labelX7";
     this.labelX7.Size      = new System.Drawing.Size(71, 31);
     this.labelX7.TabIndex  = 42;
     this.labelX7.Text      = "Email:";
     //
     // txtEmail
     //
     //
     //
     //
     this.txtEmail.Border.Class = "TextBoxBorder";
     this.txtEmail.Location     = new System.Drawing.Point(180, 98);
     this.txtEmail.Name         = "txtEmail";
     this.txtEmail.Size         = new System.Drawing.Size(253, 26);
     this.txtEmail.TabIndex     = 41;
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location  = new System.Drawing.Point(178, 171);
     this.txtDiaChi.Multiline = true;
     this.txtDiaChi.Name      = "txtDiaChi";
     this.txtDiaChi.Size      = new System.Drawing.Size(602, 67);
     this.txtDiaChi.TabIndex  = 39;
     //
     // txtSDT
     //
     this.txtSDT.Location = new System.Drawing.Point(566, 99);
     this.txtSDT.Name     = "txtSDT";
     this.txtSDT.Size     = new System.Drawing.Size(214, 26);
     this.txtSDT.TabIndex = 38;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     this.labelX6.Location  = new System.Drawing.Point(98, 166);
     this.labelX6.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(73, 32);
     this.labelX6.TabIndex  = 37;
     this.labelX6.Text      = "Địa chỉ:";
     //
     // txtTenKH
     //
     //
     //
     //
     this.txtTenKH.Border.Class = "TextBoxBorder";
     this.txtTenKH.Location     = new System.Drawing.Point(180, 43);
     this.txtTenKH.Name         = "txtTenKH";
     this.txtTenKH.Size         = new System.Drawing.Size(602, 26);
     this.txtTenKH.TabIndex     = 3;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     this.labelX5.Location  = new System.Drawing.Point(22, 43);
     this.labelX5.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX5.Name      = "labelX5";
     this.labelX5.Size      = new System.Drawing.Size(149, 31);
     this.labelX5.TabIndex  = 2;
     this.labelX5.Text      = "Tên nhà cung cấp:";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX2.Image")));
     this.buttonX2.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX2.Location       = new System.Drawing.Point(14, 296);
     this.buttonX2.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(82, 85);
     this.buttonX2.TabIndex       = 4;
     this.buttonX2.Text           = "Thêm";
     this.buttonX2.Click         += new System.EventHandler(this.buttonX2_Click);
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX3.Image")));
     this.buttonX3.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX3.Location       = new System.Drawing.Point(14, 193);
     this.buttonX3.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX3.Name           = "buttonX3";
     this.buttonX3.Size           = new System.Drawing.Size(82, 85);
     this.buttonX3.TabIndex       = 5;
     this.buttonX3.Text           = "Thoát";
     this.buttonX3.Tooltip        = "Thoát";
     this.buttonX3.Click         += new System.EventHandler(this.buttonX3_Click);
     //
     // frmAddDonNhapHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1604, 917);
     this.Controls.Add(this.splitContainerPhanLop);
     this.Name  = "frmAddDonNhapHang";
     this.Text  = "frmAddDonNhapHang";
     this.Load += new System.EventHandler(this.frmAddDonNhapHang_Load);
     groupPanel1.ResumeLayout(false);
     this.panelChaTrai.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangHoa)).EndInit();
     this.panelConTren.ResumeLayout(false);
     this.groupPanelLopCu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nmSoLuong)).EndInit();
     this.panelConPhai.ResumeLayout(false);
     this.splitContainerPhanLop.Panel1.ResumeLayout(false);
     this.splitContainerPhanLop.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerPhanLop)).EndInit();
     this.splitContainerPhanLop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvHangMua)).EndInit();
     this.grpPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 17
0
 private void InitializeComponent()
 {
     this.panelEx1       = new DevComponents.DotNetBar.PanelEx();
     this.buttonX5       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1       = new DevComponents.DotNetBar.ButtonX();
     this.advTree1       = new DevComponents.AdvTree.AdvTree();
     this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
     this.elementStyle1  = new DevComponents.DotNetBar.ElementStyle();
     this.groupPanel1    = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6        = new DevComponents.DotNetBar.LabelX();
     this.comboTree1     = new DevComponents.DotNetBar.Controls.ComboTree();
     this.labelX5        = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx3    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx2    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx1    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4        = new DevComponents.DotNetBar.LabelX();
     this.labelX3        = new DevComponents.DotNetBar.LabelX();
     this.labelX2        = new DevComponents.DotNetBar.LabelX();
     this.labelX1        = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.buttonX5);
     this.panelEx1.Controls.Add(this.buttonX4);
     this.panelEx1.Controls.Add(this.buttonX3);
     this.panelEx1.Controls.Add(this.buttonX2);
     this.panelEx1.Controls.Add(this.buttonX1);
     this.panelEx1.Controls.Add(this.advTree1);
     this.panelEx1.Controls.Add(this.groupPanel1);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(433, 387);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX5.Location       = new System.Drawing.Point(347, 353);
     this.buttonX5.Name           = "buttonX5";
     this.buttonX5.Size           = new System.Drawing.Size(75, 23);
     this.buttonX5.TabIndex       = 6;
     this.buttonX5.Text           = "ɾ³ýËùÓÐÖµ";
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location       = new System.Drawing.Point(266, 353);
     this.buttonX4.Name           = "buttonX4";
     this.buttonX4.Size           = new System.Drawing.Size(75, 23);
     this.buttonX4.TabIndex       = 5;
     this.buttonX4.Text           = "ɾ³ýÖµ";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Location       = new System.Drawing.Point(185, 353);
     this.buttonX3.Name           = "buttonX3";
     this.buttonX3.Size           = new System.Drawing.Size(75, 23);
     this.buttonX3.TabIndex       = 4;
     this.buttonX3.Text           = "Ìí¼ÓÖµ";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location       = new System.Drawing.Point(104, 353);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(75, 23);
     this.buttonX2.TabIndex       = 3;
     this.buttonX2.Text           = "Ìí¼ÓËùÓÐÖµ";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(13, 353);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(85, 23);
     this.buttonX1.TabIndex       = 2;
     this.buttonX1.Text           = "´Ó·ûºÅÌí¼ÓÖµ";
     //
     // advTree1
     //
     this.advTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
     this.advTree1.AllowDrop      = true;
     this.advTree1.BackColor      = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.advTree1.BackgroundStyle.Class = "TreeBorderKey";
     this.advTree1.Location       = new System.Drawing.Point(13, 160);
     this.advTree1.Name           = "advTree1";
     this.advTree1.NodesConnector = this.nodeConnector1;
     this.advTree1.NodeStyle      = this.elementStyle1;
     this.advTree1.PathSeparator  = ";";
     this.advTree1.Size           = new System.Drawing.Size(409, 187);
     this.advTree1.Styles.Add(this.elementStyle1);
     this.advTree1.TabIndex = 1;
     this.advTree1.Text     = "advTree1";
     //
     // nodeConnector1
     //
     this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // elementStyle1
     //
     this.elementStyle1.Name      = "elementStyle1";
     this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText;
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.labelX6);
     this.groupPanel1.Controls.Add(this.comboTree1);
     this.groupPanel1.Controls.Add(this.labelX5);
     this.groupPanel1.Controls.Add(this.comboBoxEx3);
     this.groupPanel1.Controls.Add(this.comboBoxEx2);
     this.groupPanel1.Controls.Add(this.comboBoxEx1);
     this.groupPanel1.Controls.Add(this.labelX4);
     this.groupPanel1.Controls.Add(this.labelX3);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Location = new System.Drawing.Point(13, 16);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(409, 138);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 0;
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(291, 39);
     this.labelX6.Name     = "labelX6";
     this.labelX6.Size     = new System.Drawing.Size(100, 50);
     this.labelX6.TabIndex = 2;
     //
     // comboTree1
     //
     this.comboTree1.BackColor = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.comboTree1.BackgroundStyle.Class  = "TextBoxBorder";
     this.comboTree1.ButtonDropDown.Visible = true;
     this.comboTree1.Location = new System.Drawing.Point(55, 103);
     this.comboTree1.Name     = "comboTree1";
     this.comboTree1.Size     = new System.Drawing.Size(336, 23);
     this.comboTree1.TabIndex = 7;
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(327, 9);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(31, 18);
     this.labelX5.TabIndex = 1;
     this.labelX5.Text     = "·ûºÅ";
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember     = "Text";
     this.comboBoxEx3.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight        = 15;
     this.comboBoxEx3.Location          = new System.Drawing.Point(55, 71);
     this.comboBoxEx3.Name     = "comboBoxEx3";
     this.comboBoxEx3.Size     = new System.Drawing.Size(222, 21);
     this.comboBoxEx3.TabIndex = 6;
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember     = "Text";
     this.comboBoxEx2.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight        = 15;
     this.comboBoxEx2.Location          = new System.Drawing.Point(55, 39);
     this.comboBoxEx2.Name     = "comboBoxEx2";
     this.comboBoxEx2.Size     = new System.Drawing.Size(222, 21);
     this.comboBoxEx2.TabIndex = 5;
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember     = "Text";
     this.comboBoxEx1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight        = 15;
     this.comboBoxEx1.Location          = new System.Drawing.Point(55, 7);
     this.comboBoxEx1.Name     = "comboBoxEx1";
     this.comboBoxEx1.Size     = new System.Drawing.Size(222, 21);
     this.comboBoxEx1.TabIndex = 4;
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(11, 105);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(37, 18);
     this.labelX4.TabIndex = 3;
     this.labelX4.Text     = "ÑÕÉ«:";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.Location = new System.Drawing.Point(11, 73);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(44, 18);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text     = "×Ö¶Î1:";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(11, 41);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(44, 18);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text     = "×Ö¶Î1:";
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(11, 9);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(44, 18);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text     = "×Ö¶Î1:";
     //
     // frmUniqueValueRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmUniqueValueRenderer";
     this.Size = new System.Drawing.Size(433, 387);
     this.panelEx1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.panelTheKho = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmdNCC = new DevComponents.DotNetBar.ButtonX();
     this.dkpTo = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dpkfrom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.cmdShow = new DevComponents.DotNetBar.ButtonX();
     this.panelTheKho.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dkpTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpkfrom)).BeginInit();
     this.SuspendLayout();
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location = new System.Drawing.Point(0, 92);
     this.crystalReportViewer1.Name = "crystalReportViewer1";
     this.crystalReportViewer1.SelectionFormula = "";
     this.crystalReportViewer1.Size = new System.Drawing.Size(992, 654);
     this.crystalReportViewer1.TabIndex = 84;
     this.crystalReportViewer1.ViewTimeSelectionFormula = "";
     //
     // panelTheKho
     //
     this.panelTheKho.BackColor = System.Drawing.Color.Transparent;
     this.panelTheKho.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelTheKho.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelTheKho.Controls.Add(this.cmdNCC);
     this.panelTheKho.Controls.Add(this.dkpTo);
     this.panelTheKho.Controls.Add(this.dpkfrom);
     this.panelTheKho.Controls.Add(this.labelX2);
     this.panelTheKho.Controls.Add(this.labelX3);
     this.panelTheKho.Controls.Add(this.cmdShow);
     this.panelTheKho.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelTheKho.Location = new System.Drawing.Point(0, 32);
     this.panelTheKho.Name = "panelTheKho";
     this.panelTheKho.Size = new System.Drawing.Size(992, 60);
     //
     //
     //
     this.panelTheKho.Style.BackColor = System.Drawing.Color.Transparent;
     this.panelTheKho.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.panelTheKho.Style.BackColorGradientAngle = 90;
     this.panelTheKho.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderBottomWidth = 1;
     this.panelTheKho.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelTheKho.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderLeftWidth = 1;
     this.panelTheKho.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderRightWidth = 1;
     this.panelTheKho.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderTopWidth = 1;
     this.panelTheKho.Style.CornerDiameter = 4;
     this.panelTheKho.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelTheKho.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.panelTheKho.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelTheKho.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.panelTheKho.TabIndex = 83;
     this.panelTheKho.Text = "Thông tin";
     //
     // cmdNCC
     //
     this.cmdNCC.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdNCC.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdNCC.Location = new System.Drawing.Point(803, 3);
     this.cmdNCC.Name = "cmdNCC";
     this.cmdNCC.Size = new System.Drawing.Size(79, 26);
     this.cmdNCC.TabIndex = 83;
     this.cmdNCC.Text = "NCC";
     this.cmdNCC.Click += new System.EventHandler(this.cmdNCC_Click);
     //
     // dkpTo
     //
     //
     //
     //
     this.dkpTo.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dkpTo.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dkpTo.ButtonDropDown.Visible = true;
     this.dkpTo.CustomFormat = "dd/MM/yyyy";
     this.dkpTo.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dkpTo.Location = new System.Drawing.Point(589, 5);
     //
     //
     //
     this.dkpTo.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dkpTo.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dkpTo.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dkpTo.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dkpTo.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dkpTo.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dkpTo.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dkpTo.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dkpTo.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dkpTo.MonthCalendar.TodayButtonVisible = true;
     this.dkpTo.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dkpTo.Name = "dkpTo";
     this.dkpTo.Size = new System.Drawing.Size(96, 24);
     this.dkpTo.TabIndex = 82;
     //
     // dpkfrom
     //
     //
     //
     //
     this.dpkfrom.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dpkfrom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dpkfrom.ButtonDropDown.Visible = true;
     this.dpkfrom.CustomFormat = "dd/MM/yyyy";
     this.dpkfrom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dpkfrom.Location = new System.Drawing.Point(394, 7);
     //
     //
     //
     this.dpkfrom.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dpkfrom.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dpkfrom.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dpkfrom.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dpkfrom.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dpkfrom.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dpkfrom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dpkfrom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dpkfrom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dpkfrom.MonthCalendar.TodayButtonVisible = true;
     this.dpkfrom.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dpkfrom.Name = "dpkfrom";
     this.dpkfrom.Size = new System.Drawing.Size(96, 24);
     this.dpkfrom.TabIndex = 81;
     this.dpkfrom.Click += new System.EventHandler(this.dpkfrom_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(506, 4);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(83, 24);
     this.labelX2.TabIndex = 80;
     this.labelX2.Text = "đến ngày:";
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(316, 6);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(72, 23);
     this.labelX3.TabIndex = 79;
     this.labelX3.Text = "Từ ngày:";
     //
     // cmdShow
     //
     this.cmdShow.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdShow.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdShow.Location = new System.Drawing.Point(703, 3);
     this.cmdShow.Name = "cmdShow";
     this.cmdShow.Size = new System.Drawing.Size(90, 26);
     this.cmdShow.TabIndex = 77;
     this.cmdShow.Text = "Khách Hàng";
     this.cmdShow.Click += new System.EventHandler(this.cmdShow_Click);
     //
     // frmTheodoicongno
     //
     this.ClientSize = new System.Drawing.Size(992, 746);
     this.Controls.Add(this.crystalReportViewer1);
     this.Controls.Add(this.panelTheKho);
     this.Name = "frmTheodoicongno";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Controls.SetChildIndex(this.panelTheKho, 0);
     this.Controls.SetChildIndex(this.crystalReportViewer1, 0);
     this.panelTheKho.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dkpTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpkfrom)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.btnoktk = new DevComponents.DotNetBar.ButtonX();
     this.btnsuatk = new DevComponents.DotNetBar.ButtonX();
     this.btnhuy = new DevComponents.DotNetBar.ButtonX();
     this.txttienkham = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.btnsuasobn = new DevComponents.DotNetBar.ButtonX();
     this.btnhuybn = new DevComponents.DotNetBar.ButtonX();
     this.btnok = new DevComponents.DotNetBar.ButtonX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtsobn = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btnhuysobn = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.btnsuasbn = new DevComponents.DotNetBar.ButtonX();
     this.txtsobntoida = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.panelEx1);
     this.groupPanel1.Controls.Add(this.panelEx2);
     this.groupPanel1.Controls.Add(this.groupPanel3);
     this.groupPanel1.Controls.Add(this.groupPanel2);
     this.groupPanel1.Location = new System.Drawing.Point(0, 0);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(332, 340);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 3;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelEx1.Location = new System.Drawing.Point(22, 173);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(269, 33);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 2;
     this.panelEx1.Text = "Tiền khám";
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelEx2.Location = new System.Drawing.Point(21, 6);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(270, 33);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 4;
     this.panelEx2.Text = "Số bệnh nhân tối đa";
     //
     // groupPanel3
     //
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.btnoktk);
     this.groupPanel3.Controls.Add(this.btnsuatk);
     this.groupPanel3.Controls.Add(this.btnhuy);
     this.groupPanel3.Controls.Add(this.txttienkham);
     this.groupPanel3.Controls.Add(this.labelX2);
     this.groupPanel3.Location = new System.Drawing.Point(11, 182);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(308, 143);
     //
     //
     //
     this.groupPanel3.Style.BackColor = System.Drawing.Color.White;
     this.groupPanel3.Style.BackColor2 = System.Drawing.Color.White;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 2;
     this.groupPanel3.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 2;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 2;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 2;
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 4;
     //
     // btnoktk
     //
     this.btnoktk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnoktk.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnoktk.Location = new System.Drawing.Point(93, 88);
     this.btnoktk.Name = "btnoktk";
     this.btnoktk.Size = new System.Drawing.Size(75, 23);
     this.btnoktk.TabIndex = 5;
     this.btnoktk.Text = "OK";
     this.btnoktk.Visible = false;
     this.btnoktk.Click += new System.EventHandler(this.btnoktk_Click);
     //
     // btnsuatk
     //
     this.btnsuatk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnsuatk.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnsuatk.Location = new System.Drawing.Point(215, 42);
     this.btnsuatk.Name = "btnsuatk";
     this.btnsuatk.Size = new System.Drawing.Size(75, 23);
     this.btnsuatk.TabIndex = 4;
     this.btnsuatk.Text = "Sửa";
     this.btnsuatk.Click += new System.EventHandler(this.btnsuatk_Click);
     //
     // btnhuy
     //
     this.btnhuy.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnhuy.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnhuy.Location = new System.Drawing.Point(174, 88);
     this.btnhuy.Name = "btnhuy";
     this.btnhuy.Size = new System.Drawing.Size(75, 23);
     this.btnhuy.TabIndex = 2;
     this.btnhuy.Text = "Hủy";
     this.btnhuy.Visible = false;
     this.btnhuy.Click += new System.EventHandler(this.btnhuy_Click);
     //
     // txttienkham
     //
     //
     //
     //
     this.txttienkham.Border.Class = "TextBoxBorder";
     this.txttienkham.Enabled = false;
     this.txttienkham.Location = new System.Drawing.Point(121, 45);
     this.txttienkham.Name = "txttienkham";
     this.txttienkham.Size = new System.Drawing.Size(88, 20);
     this.txttienkham.TabIndex = 1;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location = new System.Drawing.Point(43, 42);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(62, 23);
     this.labelX2.TabIndex = 3;
     this.labelX2.Text = "Tiền khám :";
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.groupPanel4);
     this.groupPanel2.Controls.Add(this.btnhuysobn);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.btnsuasbn);
     this.groupPanel2.Controls.Add(this.txtsobntoida);
     this.groupPanel2.Location = new System.Drawing.Point(11, 12);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(308, 147);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.White;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.White;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 2;
     this.groupPanel2.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 2;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 2;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 2;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 3;
     //
     // groupPanel4
     //
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.btnsuasobn);
     this.groupPanel4.Controls.Add(this.btnhuybn);
     this.groupPanel4.Controls.Add(this.btnok);
     this.groupPanel4.Controls.Add(this.labelX3);
     this.groupPanel4.Controls.Add(this.txtsobn);
     this.groupPanel4.Location = new System.Drawing.Point(-3, -3);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(308, 147);
     //
     //
     //
     this.groupPanel4.Style.BackColor = System.Drawing.Color.White;
     this.groupPanel4.Style.BackColor2 = System.Drawing.Color.White;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 2;
     this.groupPanel4.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 2;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 2;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 2;
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel4.TabIndex = 4;
     //
     // btnsuasobn
     //
     this.btnsuasobn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnsuasobn.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnsuasobn.Location = new System.Drawing.Point(215, 51);
     this.btnsuasobn.Name = "btnsuasobn";
     this.btnsuasobn.Size = new System.Drawing.Size(75, 23);
     this.btnsuasobn.TabIndex = 7;
     this.btnsuasobn.Text = "Sửa";
     this.btnsuasobn.Click += new System.EventHandler(this.buttonX1_Click_1);
     //
     // btnhuybn
     //
     this.btnhuybn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnhuybn.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnhuybn.Location = new System.Drawing.Point(174, 93);
     this.btnhuybn.Name = "btnhuybn";
     this.btnhuybn.Size = new System.Drawing.Size(75, 23);
     this.btnhuybn.TabIndex = 5;
     this.btnhuybn.Text = "Hủy";
     this.btnhuybn.Visible = false;
     this.btnhuybn.Click += new System.EventHandler(this.btnhuybn_Click);
     //
     // btnok
     //
     this.btnok.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnok.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnok.Location = new System.Drawing.Point(93, 93);
     this.btnok.Name = "btnok";
     this.btnok.Size = new System.Drawing.Size(75, 23);
     this.btnok.TabIndex = 3;
     this.btnok.Text = "OK";
     this.btnok.Visible = false;
     this.btnok.Click += new System.EventHandler(this.btnok_Click);
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     this.labelX3.Location = new System.Drawing.Point(13, 50);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(105, 23);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text = "Số bệnh nhân tối đa :";
     //
     // txtsobn
     //
     //
     //
     //
     this.txtsobn.Border.Class = "TextBoxBorder";
     this.txtsobn.Enabled = false;
     this.txtsobn.Location = new System.Drawing.Point(121, 53);
     this.txtsobn.Name = "txtsobn";
     this.txtsobn.Size = new System.Drawing.Size(88, 20);
     this.txtsobn.TabIndex = 0;
     this.txtsobn.TextChanged += new System.EventHandler(this.txtsobn_TextChanged);
     //
     // btnhuysobn
     //
     this.btnhuysobn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnhuysobn.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnhuysobn.Location = new System.Drawing.Point(174, 96);
     this.btnhuysobn.Name = "btnhuysobn";
     this.btnhuysobn.Size = new System.Drawing.Size(75, 23);
     this.btnhuysobn.TabIndex = 1;
     this.btnhuysobn.Text = "Hủy";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Location = new System.Drawing.Point(25, 53);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(105, 23);
     this.labelX1.TabIndex = 2;
     this.labelX1.Text = "Số bệnh nhân tối đa :";
     //
     // btnsuasbn
     //
     this.btnsuasbn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnsuasbn.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnsuasbn.Location = new System.Drawing.Point(81, 96);
     this.btnsuasbn.Name = "btnsuasbn";
     this.btnsuasbn.Size = new System.Drawing.Size(75, 23);
     this.btnsuasbn.TabIndex = 0;
     this.btnsuasbn.Text = "Sửa";
     //
     // txtsobntoida
     //
     //
     //
     //
     this.txtsobntoida.Border.Class = "TextBoxBorder";
     this.txtsobntoida.Enabled = false;
     this.txtsobntoida.Location = new System.Drawing.Point(136, 56);
     this.txtsobntoida.Name = "txtsobntoida";
     this.txtsobntoida.Size = new System.Drawing.Size(113, 20);
     this.txtsobntoida.TabIndex = 0;
     //
     // frmthaydoiquidinh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(332, 340);
     this.Controls.Add(this.groupPanel1);
     this.MaximizeBox = false;
     this.Name = "frmthaydoiquidinh";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Thay đổi qui định";
     this.Load += new System.EventHandler(this.frmthaydoiquidinh_Load);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtCodeName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.dtFileDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.cbxCaseCategory = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.cbxCaseOrigin = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.txtCaseCategoryRemark = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtCaseOriginRemark = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtSuperiority = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtWeakness = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtCounselGoal = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtOtherinstitute = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtAssistedMatter = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtCounselType = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btnSave = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.txtAuthor_id = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.txtAuthorName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.lblGradeYear = new DevComponents.DotNetBar.LabelX();
     this.lblClassName = new DevComponents.DotNetBar.LabelX();
     this.lblName = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.dtFileDate)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel4.SuspendLayout();
     this.groupPanel5.SuspendLayout();
     this.groupPanel6.SuspendLayout();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(13, 15);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(37, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "年級";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(113, 15);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(37, 23);
     this.labelX2.TabIndex = 2;
     this.labelX2.Text = "班級";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(256, 15);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(37, 23);
     this.labelX3.TabIndex = 4;
     this.labelX3.Text = "姓名";
     //
     // txtCodeName
     //
     //
     //
     //
     this.txtCodeName.Border.Class = "TextBoxBorder";
     this.txtCodeName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCodeName.Location = new System.Drawing.Point(448, 15);
     this.txtCodeName.Name = "txtCodeName";
     this.txtCodeName.Size = new System.Drawing.Size(100, 25);
     this.txtCodeName.TabIndex = 1;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(413, 15);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(33, 23);
     this.labelX4.TabIndex = 6;
     this.labelX4.Text = "代號";
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(554, 15);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(62, 23);
     this.labelX5.TabIndex = 8;
     this.labelX5.Text = "立案日期";
     //
     // dtFileDate
     //
     this.dtFileDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.dtFileDate.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtFileDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtFileDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtFileDate.ButtonDropDown.Visible = true;
     this.dtFileDate.IsPopupCalendarOpen = false;
     this.dtFileDate.Location = new System.Drawing.Point(622, 15);
     //
     //
     //
     this.dtFileDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtFileDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtFileDate.MonthCalendar.BackgroundStyle.Class = "";
     this.dtFileDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtFileDate.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtFileDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtFileDate.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dtFileDate.MonthCalendar.DisplayMonth = new System.DateTime(2011, 6, 1, 0, 0, 0, 0);
     this.dtFileDate.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtFileDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtFileDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtFileDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtFileDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtFileDate.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtFileDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtFileDate.MonthCalendar.TodayButtonVisible = true;
     this.dtFileDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtFileDate.Name = "dtFileDate";
     this.dtFileDate.Size = new System.Drawing.Size(132, 25);
     this.dtFileDate.TabIndex = 2;
     //
     // cbxCaseCategory
     //
     this.cbxCaseCategory.DisplayMember = "Text";
     this.cbxCaseCategory.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbxCaseCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCaseCategory.FormattingEnabled = true;
     this.cbxCaseCategory.ItemHeight = 19;
     this.cbxCaseCategory.Location = new System.Drawing.Point(81, 49);
     this.cbxCaseCategory.Name = "cbxCaseCategory";
     this.cbxCaseCategory.Size = new System.Drawing.Size(159, 25);
     this.cbxCaseCategory.TabIndex = 3;
     this.cbxCaseCategory.SelectedIndexChanged += new System.EventHandler(this.cbxCaseCategory_SelectedIndexChanged);
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(13, 49);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(66, 23);
     this.labelX6.TabIndex = 11;
     this.labelX6.Text = "個案類別";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(13, 83);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(66, 23);
     this.labelX7.TabIndex = 13;
     this.labelX7.Text = "個案來源";
     //
     // cbxCaseOrigin
     //
     this.cbxCaseOrigin.DisplayMember = "Text";
     this.cbxCaseOrigin.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbxCaseOrigin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCaseOrigin.FormattingEnabled = true;
     this.cbxCaseOrigin.ItemHeight = 19;
     this.cbxCaseOrigin.Location = new System.Drawing.Point(81, 83);
     this.cbxCaseOrigin.Name = "cbxCaseOrigin";
     this.cbxCaseOrigin.Size = new System.Drawing.Size(159, 25);
     this.cbxCaseOrigin.TabIndex = 5;
     this.cbxCaseOrigin.SelectedIndexChanged += new System.EventHandler(this.cbxCaseOrigin_SelectedIndexChanged);
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(256, 49);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(41, 23);
     this.labelX8.TabIndex = 14;
     this.labelX8.Text = "備註";
     //
     // labelX9
     //
     this.labelX9.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(256, 83);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(41, 23);
     this.labelX9.TabIndex = 15;
     this.labelX9.Text = "備註";
     //
     // txtCaseCategoryRemark
     //
     //
     //
     //
     this.txtCaseCategoryRemark.Border.Class = "TextBoxBorder";
     this.txtCaseCategoryRemark.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCaseCategoryRemark.Location = new System.Drawing.Point(299, 49);
     this.txtCaseCategoryRemark.Name = "txtCaseCategoryRemark";
     this.txtCaseCategoryRemark.Size = new System.Drawing.Size(455, 25);
     this.txtCaseCategoryRemark.TabIndex = 4;
     //
     // txtCaseOriginRemark
     //
     //
     //
     //
     this.txtCaseOriginRemark.Border.Class = "TextBoxBorder";
     this.txtCaseOriginRemark.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCaseOriginRemark.Location = new System.Drawing.Point(299, 83);
     this.txtCaseOriginRemark.Name = "txtCaseOriginRemark";
     this.txtCaseOriginRemark.Size = new System.Drawing.Size(455, 25);
     this.txtCaseOriginRemark.TabIndex = 6;
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.txtSuperiority);
     this.groupPanel1.Location = new System.Drawing.Point(13, 115);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(362, 122);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 18;
     this.groupPanel1.Text = "優勢能力及財力";
     //
     // txtSuperiority
     //
     //
     //
     //
     this.txtSuperiority.Border.Class = "TextBoxBorder";
     this.txtSuperiority.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtSuperiority.Location = new System.Drawing.Point(4, 6);
     this.txtSuperiority.Multiline = true;
     this.txtSuperiority.Name = "txtSuperiority";
     this.txtSuperiority.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtSuperiority.Size = new System.Drawing.Size(349, 83);
     this.txtSuperiority.TabIndex = 7;
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtWeakness);
     this.groupPanel2.Location = new System.Drawing.Point(392, 115);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(362, 122);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 19;
     this.groupPanel2.Text = "弱勢能力及阻力";
     //
     // txtWeakness
     //
     //
     //
     //
     this.txtWeakness.Border.Class = "TextBoxBorder";
     this.txtWeakness.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtWeakness.Location = new System.Drawing.Point(4, 6);
     this.txtWeakness.Multiline = true;
     this.txtWeakness.Name = "txtWeakness";
     this.txtWeakness.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtWeakness.Size = new System.Drawing.Size(349, 83);
     this.txtWeakness.TabIndex = 8;
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.txtCounselGoal);
     this.groupPanel3.Location = new System.Drawing.Point(13, 243);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(362, 122);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.Class = "";
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel3.StyleMouseDown.Class = "";
     this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel3.StyleMouseOver.Class = "";
     this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel3.TabIndex = 21;
     this.groupPanel3.Text = "輔導人員輔導目標";
     //
     // txtCounselGoal
     //
     //
     //
     //
     this.txtCounselGoal.Border.Class = "TextBoxBorder";
     this.txtCounselGoal.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCounselGoal.Location = new System.Drawing.Point(4, 5);
     this.txtCounselGoal.Multiline = true;
     this.txtCounselGoal.Name = "txtCounselGoal";
     this.txtCounselGoal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtCounselGoal.Size = new System.Drawing.Size(349, 83);
     this.txtCounselGoal.TabIndex = 10;
     //
     // groupPanel4
     //
     this.groupPanel4.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.txtOtherinstitute);
     this.groupPanel4.Location = new System.Drawing.Point(392, 243);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(362, 122);
     //
     //
     //
     this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 1;
     this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 1;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 1;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 1;
     this.groupPanel4.Style.Class = "";
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel4.StyleMouseDown.Class = "";
     this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel4.StyleMouseOver.Class = "";
     this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel4.TabIndex = 20;
     this.groupPanel4.Text = "校外協輔機構";
     //
     // txtOtherinstitute
     //
     //
     //
     //
     this.txtOtherinstitute.Border.Class = "TextBoxBorder";
     this.txtOtherinstitute.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtOtherinstitute.Location = new System.Drawing.Point(4, 5);
     this.txtOtherinstitute.Multiline = true;
     this.txtOtherinstitute.Name = "txtOtherinstitute";
     this.txtOtherinstitute.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtOtherinstitute.Size = new System.Drawing.Size(349, 83);
     this.txtOtherinstitute.TabIndex = 9;
     //
     // groupPanel5
     //
     this.groupPanel5.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel5.Controls.Add(this.txtAssistedMatter);
     this.groupPanel5.Location = new System.Drawing.Point(392, 369);
     this.groupPanel5.Name = "groupPanel5";
     this.groupPanel5.Size = new System.Drawing.Size(362, 122);
     //
     //
     //
     this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel5.Style.BackColorGradientAngle = 90;
     this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderBottomWidth = 1;
     this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderLeftWidth = 1;
     this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderRightWidth = 1;
     this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderTopWidth = 1;
     this.groupPanel5.Style.Class = "";
     this.groupPanel5.Style.CornerDiameter = 4;
     this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel5.StyleMouseDown.Class = "";
     this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel5.StyleMouseOver.Class = "";
     this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel5.TabIndex = 23;
     this.groupPanel5.Text = "協同輔導人員協助導師事項";
     //
     // txtAssistedMatter
     //
     //
     //
     //
     this.txtAssistedMatter.Border.Class = "TextBoxBorder";
     this.txtAssistedMatter.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtAssistedMatter.Location = new System.Drawing.Point(4, 5);
     this.txtAssistedMatter.Multiline = true;
     this.txtAssistedMatter.Name = "txtAssistedMatter";
     this.txtAssistedMatter.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtAssistedMatter.Size = new System.Drawing.Size(349, 83);
     this.txtAssistedMatter.TabIndex = 12;
     //
     // groupPanel6
     //
     this.groupPanel6.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel6.Controls.Add(this.txtCounselType);
     this.groupPanel6.Location = new System.Drawing.Point(12, 369);
     this.groupPanel6.Name = "groupPanel6";
     this.groupPanel6.Size = new System.Drawing.Size(362, 122);
     //
     //
     //
     this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel6.Style.BackColorGradientAngle = 90;
     this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderBottomWidth = 1;
     this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderLeftWidth = 1;
     this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderRightWidth = 1;
     this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderTopWidth = 1;
     this.groupPanel6.Style.Class = "";
     this.groupPanel6.Style.CornerDiameter = 4;
     this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel6.StyleMouseDown.Class = "";
     this.groupPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel6.StyleMouseOver.Class = "";
     this.groupPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel6.TabIndex = 22;
     this.groupPanel6.Text = "輔導人員輔導方式";
     //
     // txtCounselType
     //
     //
     //
     //
     this.txtCounselType.Border.Class = "TextBoxBorder";
     this.txtCounselType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCounselType.Location = new System.Drawing.Point(4, 5);
     this.txtCounselType.Multiline = true;
     this.txtCounselType.Name = "txtCounselType";
     this.txtCounselType.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtCounselType.Size = new System.Drawing.Size(349, 83);
     this.txtCounselType.TabIndex = 11;
     //
     // btnSave
     //
     this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSave.BackColor = System.Drawing.Color.Transparent;
     this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSave.Location = new System.Drawing.Point(596, 504);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 24;
     this.btnSave.Text = "儲存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(679, 504);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 25;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // labelX10
     //
     this.labelX10.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(13, 504);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(53, 23);
     this.labelX10.TabIndex = 26;
     this.labelX10.Text = "記錄者";
     //
     // txtAuthor_id
     //
     //
     //
     //
     this.txtAuthor_id.Border.Class = "TextBoxBorder";
     this.txtAuthor_id.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtAuthor_id.Location = new System.Drawing.Point(66, 504);
     this.txtAuthor_id.Name = "txtAuthor_id";
     this.txtAuthor_id.Size = new System.Drawing.Size(308, 25);
     this.txtAuthor_id.TabIndex = 27;
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     this.labelX11.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX11.ForeColor = System.Drawing.Color.Red;
     this.labelX11.Location = new System.Drawing.Point(66, 83);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(15, 26);
     this.labelX11.TabIndex = 28;
     this.labelX11.Text = "*";
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     this.labelX12.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX12.ForeColor = System.Drawing.Color.Red;
     this.labelX12.Location = new System.Drawing.Point(51, 504);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(15, 26);
     this.labelX12.TabIndex = 29;
     this.labelX12.Text = "*";
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     this.labelX13.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX13.ForeColor = System.Drawing.Color.Red;
     this.labelX13.Location = new System.Drawing.Point(607, 15);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(15, 26);
     this.labelX13.TabIndex = 30;
     this.labelX13.Text = "*";
     //
     // labelX14
     //
     this.labelX14.AutoSize = true;
     this.labelX14.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX14.ForeColor = System.Drawing.Color.Red;
     this.labelX14.Location = new System.Drawing.Point(66, 49);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(15, 26);
     this.labelX14.TabIndex = 31;
     this.labelX14.Text = "*";
     //
     // txtAuthorName
     //
     //
     //
     //
     this.txtAuthorName.Border.Class = "TextBoxBorder";
     this.txtAuthorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtAuthorName.Location = new System.Drawing.Point(467, 504);
     this.txtAuthorName.Name = "txtAuthorName";
     this.txtAuthorName.Size = new System.Drawing.Size(109, 25);
     this.txtAuthorName.TabIndex = 61;
     //
     // labelX22
     //
     this.labelX22.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(392, 504);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(72, 23);
     this.labelX22.TabIndex = 60;
     this.labelX22.Text = "記錄者姓名";
     //
     // lblGradeYear
     //
     this.lblGradeYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblGradeYear.BackgroundStyle.Class = "";
     this.lblGradeYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblGradeYear.Location = new System.Drawing.Point(48, 15);
     this.lblGradeYear.Name = "lblGradeYear";
     this.lblGradeYear.Size = new System.Drawing.Size(53, 25);
     this.lblGradeYear.TabIndex = 62;
     //
     // lblClassName
     //
     this.lblClassName.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblClassName.BackgroundStyle.Class = "";
     this.lblClassName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblClassName.Location = new System.Drawing.Point(156, 15);
     this.lblClassName.Name = "lblClassName";
     this.lblClassName.Size = new System.Drawing.Size(84, 25);
     this.lblClassName.TabIndex = 63;
     //
     // lblName
     //
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblName.BackgroundStyle.Class = "";
     this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblName.Location = new System.Drawing.Point(299, 15);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(100, 25);
     this.lblName.TabIndex = 64;
     //
     // StudCareRecordForm
     //
     this.ClientSize = new System.Drawing.Size(767, 534);
     this.Controls.Add(this.lblName);
     this.Controls.Add(this.lblClassName);
     this.Controls.Add(this.lblGradeYear);
     this.Controls.Add(this.txtAuthorName);
     this.Controls.Add(this.labelX22);
     this.Controls.Add(this.labelX14);
     this.Controls.Add(this.labelX13);
     this.Controls.Add(this.labelX12);
     this.Controls.Add(this.labelX11);
     this.Controls.Add(this.txtAuthor_id);
     this.Controls.Add(this.labelX10);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.groupPanel5);
     this.Controls.Add(this.groupPanel6);
     this.Controls.Add(this.groupPanel3);
     this.Controls.Add(this.groupPanel4);
     this.Controls.Add(this.groupPanel2);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.txtCaseOriginRemark);
     this.Controls.Add(this.txtCaseCategoryRemark);
     this.Controls.Add(this.labelX9);
     this.Controls.Add(this.labelX8);
     this.Controls.Add(this.labelX7);
     this.Controls.Add(this.cbxCaseOrigin);
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.cbxCaseCategory);
     this.Controls.Add(this.dtFileDate);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.txtCodeName);
     this.Controls.Add(this.labelX4);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Name = "StudCareRecordForm";
     this.Text = "優先關懷";
     this.Load += new System.EventHandler(this.StudCareRecordForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dtFileDate)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel4.ResumeLayout(false);
     this.groupPanel5.ResumeLayout(false);
     this.groupPanel6.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.comboLop = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.Tiet = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Buoi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(50, 9);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(28, 23);
     this.labelX1.TabIndex = 52;
     this.labelX1.Text = "Lớp: ";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.Location = new System.Drawing.Point(218, -1);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(182, 23);
     this.labelX5.TabIndex = 50;
     this.labelX5.Text = "Xem Thời Khóa Biểu";
     //
     // comboLop
     //
     this.comboLop.DisplayMember = "Text";
     this.comboLop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboLop.FormattingEnabled = true;
     this.comboLop.ItemHeight = 14;
     this.comboLop.Location = new System.Drawing.Point(73, 12);
     this.comboLop.Name = "comboLop";
     this.comboLop.Size = new System.Drawing.Size(64, 20);
     this.comboLop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboLop.TabIndex = 55;
     this.comboLop.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx1_SelectedIndexChanged);
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.dataGridViewX1);
     this.groupPanel1.Location = new System.Drawing.Point(-2, 38);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(668, 261);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 57;
     this.groupPanel1.Text = "Thông Tin Thời Khóa Biểu";
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Tiet,
     this.Buoi,
     this.Thu2,
     this.Thu3,
     this.Thu4,
     this.Thu5,
     this.Thu6,
     this.Thu7});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(3, 3);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.ReadOnly = true;
     this.dataGridViewX1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewX1.Size = new System.Drawing.Size(645, 234);
     this.dataGridViewX1.TabIndex = 42;
     //
     // Tiet
     //
     this.Tiet.DataPropertyName = "tiet";
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Gray;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gray;
     this.Tiet.DefaultCellStyle = dataGridViewCellStyle1;
     this.Tiet.HeaderText = "Tiết";
     this.Tiet.Name = "Tiet";
     this.Tiet.ReadOnly = true;
     this.Tiet.Width = 50;
     //
     // Buoi
     //
     this.Buoi.DataPropertyName = "buoi";
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Red;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Red;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Red;
     this.Buoi.DefaultCellStyle = dataGridViewCellStyle2;
     this.Buoi.HeaderText = "Buổi";
     this.Buoi.Name = "Buoi";
     this.Buoi.ReadOnly = true;
     this.Buoi.Width = 70;
     //
     // Thu2
     //
     this.Thu2.DataPropertyName = "thu2";
     this.Thu2.HeaderText = "Thứ 2";
     this.Thu2.Name = "Thu2";
     this.Thu2.ReadOnly = true;
     this.Thu2.Width = 80;
     //
     // Thu3
     //
     this.Thu3.DataPropertyName = "thu3";
     this.Thu3.HeaderText = "Thứ 3";
     this.Thu3.Name = "Thu3";
     this.Thu3.ReadOnly = true;
     this.Thu3.Width = 80;
     //
     // Thu4
     //
     this.Thu4.DataPropertyName = "thu4";
     this.Thu4.HeaderText = "Thứ 4";
     this.Thu4.Name = "Thu4";
     this.Thu4.ReadOnly = true;
     this.Thu4.Width = 80;
     //
     // Thu5
     //
     this.Thu5.DataPropertyName = "thu5";
     this.Thu5.HeaderText = "Thứ 5";
     this.Thu5.Name = "Thu5";
     this.Thu5.ReadOnly = true;
     this.Thu5.Width = 80;
     //
     // Thu6
     //
     this.Thu6.DataPropertyName = "thu6";
     this.Thu6.HeaderText = "Thứ 6";
     this.Thu6.Name = "Thu6";
     this.Thu6.ReadOnly = true;
     this.Thu6.Width = 80;
     //
     // Thu7
     //
     this.Thu7.DataPropertyName = "thu7";
     this.Thu7.HeaderText = "Thứ 7";
     this.Thu7.Name = "Thu7";
     this.Thu7.ReadOnly = true;
     this.Thu7.Width = 80;
     //
     // frmXemThoiKhoaBieu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(662, 296);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.comboLop);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.labelX5);
     this.DoubleBuffered = true;
     this.Name = "frmXemThoiKhoaBieu";
     this.Text = "Xem Thời Khóa Biểu";
     this.Load += new System.EventHandler(this.frmXemThoiKhoaBieu_Load);
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.dtgv_ThoiKhoaBieu = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.comboLop = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.btnLuu = new DevComponents.DotNetBar.ButtonX();
     this.btnClose = new DevComponents.DotNetBar.ButtonX();
     this.btnSua = new DevComponents.DotNetBar.ButtonX();
     this.Tiet = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Buoi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thu7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dtgv_ThoiKhoaBieu)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.Location = new System.Drawing.Point(211, -3);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(182, 23);
     this.labelX5.TabIndex = 36;
     this.labelX5.Text = "Lập Thời Khóa Biểu";
     //
     // dtgv_ThoiKhoaBieu
     //
     this.dtgv_ThoiKhoaBieu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgv_ThoiKhoaBieu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Tiet,
     this.Buoi,
     this.Thu2,
     this.Thu3,
     this.Thu4,
     this.Thu5,
     this.Thu6,
     this.Thu7});
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dtgv_ThoiKhoaBieu.DefaultCellStyle = dataGridViewCellStyle4;
     this.dtgv_ThoiKhoaBieu.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.dtgv_ThoiKhoaBieu.Location = new System.Drawing.Point(3, 3);
     this.dtgv_ThoiKhoaBieu.Name = "dtgv_ThoiKhoaBieu";
     this.dtgv_ThoiKhoaBieu.ReadOnly = true;
     this.dtgv_ThoiKhoaBieu.Size = new System.Drawing.Size(616, 231);
     this.dtgv_ThoiKhoaBieu.TabIndex = 42;
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.dtgv_ThoiKhoaBieu);
     this.groupPanel1.Location = new System.Drawing.Point(-3, 38);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(622, 258);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 43;
     this.groupPanel1.Text = "Thông Tin Thời Khóa Biểu";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(12, 12);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(28, 23);
     this.labelX1.TabIndex = 44;
     this.labelX1.Text = "Lớp: ";
     //
     // comboLop
     //
     this.comboLop.DisplayMember = "Text";
     this.comboLop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboLop.FormattingEnabled = true;
     this.comboLop.ItemHeight = 14;
     this.comboLop.Location = new System.Drawing.Point(46, 15);
     this.comboLop.Name = "comboLop";
     this.comboLop.Size = new System.Drawing.Size(57, 20);
     this.comboLop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboLop.TabIndex = 45;
     this.comboLop.SelectedIndexChanged += new System.EventHandler(this.comboLop_SelectedIndexChanged);
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Enabled = false;
     this.btnLuu.Location = new System.Drawing.Point(84, 302);
     this.btnLuu.Name = "btnLuu";
     this.btnLuu.Size = new System.Drawing.Size(75, 23);
     this.btnLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnLuu.TabIndex = 50;
     this.btnLuu.Text = "Lưu";
     this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
     //
     // btnClose
     //
     this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnClose.Location = new System.Drawing.Point(544, 302);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnClose.TabIndex = 51;
     this.btnClose.Text = "Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnSua
     //
     this.btnSua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSua.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSua.Location = new System.Drawing.Point(3, 302);
     this.btnSua.Name = "btnSua";
     this.btnSua.Size = new System.Drawing.Size(75, 23);
     this.btnSua.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnSua.TabIndex = 52;
     this.btnSua.Text = "Sửa";
     this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
     //
     // Tiet
     //
     this.Tiet.DataPropertyName = "tiet";
     this.Tiet.HeaderText = "Tiết";
     this.Tiet.Name = "Tiet";
     this.Tiet.ReadOnly = true;
     this.Tiet.Width = 40;
     //
     // Buoi
     //
     this.Buoi.DataPropertyName = "buoi";
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Red;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Red;
     this.Buoi.DefaultCellStyle = dataGridViewCellStyle3;
     this.Buoi.HeaderText = "Buổi";
     this.Buoi.Name = "Buoi";
     this.Buoi.ReadOnly = true;
     this.Buoi.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Buoi.Width = 50;
     //
     // Thu2
     //
     this.Thu2.DataPropertyName = "thu2";
     this.Thu2.HeaderText = "Thứ 2";
     this.Thu2.Name = "Thu2";
     this.Thu2.ReadOnly = true;
     this.Thu2.Width = 80;
     //
     // Thu3
     //
     this.Thu3.DataPropertyName = "thu3";
     this.Thu3.HeaderText = "Thứ 3";
     this.Thu3.Name = "Thu3";
     this.Thu3.ReadOnly = true;
     this.Thu3.Width = 80;
     //
     // Thu4
     //
     this.Thu4.DataPropertyName = "thu4";
     this.Thu4.HeaderText = "Thứ 4";
     this.Thu4.Name = "Thu4";
     this.Thu4.ReadOnly = true;
     this.Thu4.Width = 80;
     //
     // Thu5
     //
     this.Thu5.DataPropertyName = "thu5";
     this.Thu5.HeaderText = "Thứ 5";
     this.Thu5.Name = "Thu5";
     this.Thu5.ReadOnly = true;
     this.Thu5.Width = 80;
     //
     // Thu6
     //
     this.Thu6.DataPropertyName = "thu6";
     this.Thu6.HeaderText = "Thứ 6";
     this.Thu6.Name = "Thu6";
     this.Thu6.ReadOnly = true;
     this.Thu6.Width = 80;
     //
     // Thu7
     //
     this.Thu7.DataPropertyName = "thu7";
     this.Thu7.HeaderText = "Thứ 7";
     this.Thu7.Name = "Thu7";
     this.Thu7.ReadOnly = true;
     this.Thu7.Width = 80;
     //
     // frmLapThoiKhoaBieu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(625, 327);
     this.Controls.Add(this.btnSua);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnLuu);
     this.Controls.Add(this.comboLop);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.labelX5);
     this.DoubleBuffered = true;
     this.Name = "frmLapThoiKhoaBieu";
     this.Text = "Lập Thời Khóa Biểu";
     this.Load += new System.EventHandler(this.frmLapThoiKhoaBieu_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dtgv_ThoiKhoaBieu)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetOp));
     this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4 = new DevComponents.DotNetBar.DockSite();
     this.dockSite1 = new DevComponents.DotNetBar.DockSite();
     this.dockSite2 = new DevComponents.DotNetBar.DockSite();
     this.dockSite8 = new DevComponents.DotNetBar.DockSite();
     this.dockSite5 = new DevComponents.DotNetBar.DockSite();
     this.dockSite6 = new DevComponents.DotNetBar.DockSite();
     this.dockSite7 = new DevComponents.DotNetBar.DockSite();
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.btnItm_Sav = new DevComponents.DotNetBar.ButtonItem();
     this.btnItm_Modify = new DevComponents.DotNetBar.ButtonItem();
     this.btnItm_Del = new DevComponents.DotNetBar.ButtonItem();
     this.btnItm_Search = new DevComponents.DotNetBar.ButtonItem();
     this.BtnSave = new DevComponents.DotNetBar.ButtonItem();
     this.BtnCancle = new DevComponents.DotNetBar.ButtonItem();
     this.btnItm_Exit = new DevComponents.DotNetBar.ButtonItem();
     this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
     this.dockSite3 = new DevComponents.DotNetBar.DockSite();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.treeView2 = new System.Windows.Forms.TreeView();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.TxtTel = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.TxtPws = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.lblX3 = new DevComponents.DotNetBar.LabelX();
     this.lblX2 = new DevComponents.DotNetBar.LabelX();
     this.lblX1 = new DevComponents.DotNetBar.LabelX();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.txtBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dockSite7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.panelEx1.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // skinEngine1
     //
     this.skinEngine1.SerialNumber = "";
     this.skinEngine1.SkinFile = null;
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager1.BottomDockSite = this.dockSite4;
     this.dotNetBarManager1.DefinitionName = "";
     this.dotNetBarManager1.EnableFullSizeDock = false;
     this.dotNetBarManager1.LeftDockSite = this.dockSite1;
     this.dotNetBarManager1.ParentForm = this;
     this.dotNetBarManager1.RightDockSite = this.dockSite2;
     this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
     this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
     this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
     this.dotNetBarManager1.TopDockSite = this.dockSite3;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite4.Location = new System.Drawing.Point(0, 559);
     this.dockSite4.Name = "dockSite4";
     this.dockSite4.Size = new System.Drawing.Size(638, 0);
     this.dockSite4.TabIndex = 3;
     this.dockSite4.TabStop = false;
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite1.Location = new System.Drawing.Point(0, 57);
     this.dockSite1.Name = "dockSite1";
     this.dockSite1.Size = new System.Drawing.Size(0, 502);
     this.dockSite1.TabIndex = 0;
     this.dockSite1.TabStop = false;
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite2.Location = new System.Drawing.Point(638, 57);
     this.dockSite2.Name = "dockSite2";
     this.dockSite2.Size = new System.Drawing.Size(0, 502);
     this.dockSite2.TabIndex = 1;
     this.dockSite2.TabStop = false;
     //
     // dockSite8
     //
     this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite8.Location = new System.Drawing.Point(0, 559);
     this.dockSite8.Name = "dockSite8";
     this.dockSite8.Size = new System.Drawing.Size(638, 0);
     this.dockSite8.TabIndex = 7;
     this.dockSite8.TabStop = false;
     //
     // dockSite5
     //
     this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite5.Location = new System.Drawing.Point(0, 57);
     this.dockSite5.Name = "dockSite5";
     this.dockSite5.Size = new System.Drawing.Size(0, 502);
     this.dockSite5.TabIndex = 4;
     this.dockSite5.TabStop = false;
     //
     // dockSite6
     //
     this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite6.Location = new System.Drawing.Point(638, 57);
     this.dockSite6.Name = "dockSite6";
     this.dockSite6.Size = new System.Drawing.Size(0, 502);
     this.dockSite6.TabIndex = 5;
     this.dockSite6.TabStop = false;
     //
     // dockSite7
     //
     this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite7.Controls.Add(this.bar1);
     this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite7.Location = new System.Drawing.Point(0, 0);
     this.dockSite7.Name = "dockSite7";
     this.dockSite7.Size = new System.Drawing.Size(638, 57);
     this.dockSite7.TabIndex = 6;
     this.dockSite7.TabStop = false;
     //
     // bar1
     //
     this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
     this.bar1.AccessibleName = "DotNetBar Bar";
     this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
     this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnItm_Sav,
     this.btnItm_Modify,
     this.btnItm_Del,
     this.btnItm_Search,
     this.BtnSave,
     this.BtnCancle,
     this.btnItm_Exit,
     this.customizeItem1});
     this.bar1.Location = new System.Drawing.Point(0, 0);
     this.bar1.Name = "bar1";
     this.bar1.Size = new System.Drawing.Size(300, 57);
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.bar1.TabIndex = 0;
     this.bar1.TabStop = false;
     this.bar1.Text = "bar1";
     //
     // btnItm_Sav
     //
     this.btnItm_Sav.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Sav.Image")));
     this.btnItm_Sav.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnItm_Sav.ImagePaddingHorizontal = 8;
     this.btnItm_Sav.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnItm_Sav.Name = "btnItm_Sav";
     this.btnItm_Sav.Text = "添加";
     this.btnItm_Sav.Click += new System.EventHandler(this.btnItm_Sav_Click);
     //
     // btnItm_Modify
     //
     this.btnItm_Modify.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Modify.Image")));
     this.btnItm_Modify.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnItm_Modify.ImagePaddingHorizontal = 8;
     this.btnItm_Modify.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnItm_Modify.Name = "btnItm_Modify";
     this.btnItm_Modify.Text = "修改";
     this.btnItm_Modify.Click += new System.EventHandler(this.btnItm_Modify_Click);
     //
     // btnItm_Del
     //
     this.btnItm_Del.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Del.Image")));
     this.btnItm_Del.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnItm_Del.ImagePaddingHorizontal = 8;
     this.btnItm_Del.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnItm_Del.Name = "btnItm_Del";
     this.btnItm_Del.Text = "删除";
     this.btnItm_Del.Click += new System.EventHandler(this.btnItm_Del_Click);
     //
     // btnItm_Search
     //
     this.btnItm_Search.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Search.Image")));
     this.btnItm_Search.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnItm_Search.ImagePaddingHorizontal = 8;
     this.btnItm_Search.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnItm_Search.Name = "btnItm_Search";
     this.btnItm_Search.Text = "查询";
     this.btnItm_Search.Click += new System.EventHandler(this.btnItm_search_Click);
     //
     // BtnSave
     //
     this.BtnSave.Image = ((System.Drawing.Image)(resources.GetObject("BtnSave.Image")));
     this.BtnSave.ImagePaddingHorizontal = 8;
     this.BtnSave.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.BtnSave.Name = "BtnSave";
     this.BtnSave.Text = "保存";
     this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // BtnCancle
     //
     this.BtnCancle.Image = ((System.Drawing.Image)(resources.GetObject("BtnCancle.Image")));
     this.BtnCancle.ImagePaddingHorizontal = 8;
     this.BtnCancle.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.BtnCancle.Name = "BtnCancle";
     this.BtnCancle.Text = "撤消";
     this.BtnCancle.Click += new System.EventHandler(this.BtnCancle_Click);
     //
     // btnItm_Exit
     //
     this.btnItm_Exit.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Exit.Image")));
     this.btnItm_Exit.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnItm_Exit.ImagePaddingHorizontal = 8;
     this.btnItm_Exit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnItm_Exit.Name = "btnItm_Exit";
     this.btnItm_Exit.Text = "关闭";
     this.btnItm_Exit.Click += new System.EventHandler(this.btnItm_exit_Click);
     //
     // customizeItem1
     //
     this.customizeItem1.Name = "customizeItem1";
     this.customizeItem1.Text = "添加或删除按钮(&A)";
     this.customizeItem1.Tooltip = "工具栏选项";
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite3.Location = new System.Drawing.Point(0, 57);
     this.dockSite3.Name = "dockSite3";
     this.dockSite3.Size = new System.Drawing.Size(638, 0);
     this.dockSite3.TabIndex = 2;
     this.dockSite3.TabStop = false;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.groupPanel3);
     this.panelEx1.Controls.Add(this.groupPanel2);
     this.panelEx1.Controls.Add(this.groupPanel1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location = new System.Drawing.Point(0, 57);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(638, 502);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 8;
     //
     // groupPanel3
     //
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.treeView2);
     this.groupPanel3.Location = new System.Drawing.Point(276, 9);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(350, 490);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 2;
     this.groupPanel3.Text = "操作员权限";
     //
     // treeView2
     //
     this.treeView2.Location = new System.Drawing.Point(13, 13);
     this.treeView2.Name = "treeView2";
     this.treeView2.Size = new System.Drawing.Size(328, 448);
     this.treeView2.TabIndex = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.treeView1);
     this.groupPanel2.Location = new System.Drawing.Point(12, 241);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(249, 258);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "操作员列表";
     //
     // treeView1
     //
     this.treeView1.ImageIndex = 0;
     this.treeView1.ImageList = this.imageList1;
     this.treeView1.Location = new System.Drawing.Point(3, 3);
     this.treeView1.Name = "treeView1";
     this.treeView1.SelectedImageIndex = 0;
     this.treeView1.Size = new System.Drawing.Size(237, 226);
     this.treeView1.TabIndex = 0;
     this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "I156.ICO");
     this.imageList1.Images.SetKeyName(1, "msnnew_009.ico");
     this.imageList1.Images.SetKeyName(2, "msnnew_019.ico");
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.comboBoxEx2);
     this.groupPanel1.Controls.Add(this.TxtTel);
     this.groupPanel1.Controls.Add(this.TxtPws);
     this.groupPanel1.Controls.Add(this.labelX3);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Controls.Add(this.lblX3);
     this.groupPanel1.Controls.Add(this.lblX2);
     this.groupPanel1.Controls.Add(this.lblX1);
     this.groupPanel1.Controls.Add(this.linkLabel1);
     this.groupPanel1.Controls.Add(this.comboBoxEx1);
     this.groupPanel1.Controls.Add(this.txtBoxX2);
     this.groupPanel1.Controls.Add(this.txtBoxX1);
     this.groupPanel1.Location = new System.Drawing.Point(12, 8);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(249, 225);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text = "操作员信息";
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember = "Text";
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.Location = new System.Drawing.Point(64, 137);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(121, 22);
     this.comboBoxEx2.TabIndex = 17;
     //
     // TxtTel
     //
     //
     //
     //
     this.TxtTel.Border.Class = "TextBoxBorder";
     this.TxtTel.Location = new System.Drawing.Point(64, 103);
     this.TxtTel.Name = "TxtTel";
     this.TxtTel.Size = new System.Drawing.Size(100, 21);
     this.TxtTel.TabIndex = 16;
     //
     // TxtPws
     //
     this.TxtPws.BackColor = System.Drawing.Color.YellowGreen;
     //
     //
     //
     this.TxtPws.Border.Class = "TextBoxBorder";
     this.TxtPws.Location = new System.Drawing.Point(64, 73);
     this.TxtPws.MaxLength = 16;
     this.TxtPws.Name = "TxtPws";
     this.TxtPws.PasswordChar = '*';
     this.TxtPws.Size = new System.Drawing.Size(100, 21);
     this.TxtPws.TabIndex = 15;
     this.TxtPws.UseSystemPasswordChar = true;
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     this.labelX3.Location = new System.Drawing.Point(3, 106);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(43, 23);
     this.labelX3.TabIndex = 14;
     this.labelX3.Text = "电话:";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location = new System.Drawing.Point(3, 74);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(43, 23);
     this.labelX2.TabIndex = 13;
     this.labelX2.Text = "密码:";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Location = new System.Drawing.Point(3, 137);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(72, 23);
     this.labelX1.TabIndex = 12;
     this.labelX1.Text = "所属部门:";
     //
     // lblX3
     //
     this.lblX3.BackColor = System.Drawing.Color.Transparent;
     this.lblX3.Location = new System.Drawing.Point(3, 172);
     this.lblX3.Name = "lblX3";
     this.lblX3.Size = new System.Drawing.Size(55, 23);
     this.lblX3.TabIndex = 9;
     this.lblX3.Text = "权限:";
     //
     // lblX2
     //
     this.lblX2.BackColor = System.Drawing.Color.Transparent;
     this.lblX2.Location = new System.Drawing.Point(3, 42);
     this.lblX2.Name = "lblX2";
     this.lblX2.Size = new System.Drawing.Size(43, 23);
     this.lblX2.TabIndex = 8;
     this.lblX2.Text = "姓名:";
     //
     // lblX1
     //
     this.lblX1.BackColor = System.Drawing.Color.Transparent;
     this.lblX1.Location = new System.Drawing.Point(3, 13);
     this.lblX1.Name = "lblX1";
     this.lblX1.Size = new System.Drawing.Size(55, 23);
     this.lblX1.TabIndex = 7;
     this.lblX1.Text = "工号:";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.BackColor = System.Drawing.Color.MistyRose;
     this.linkLabel1.Location = new System.Drawing.Point(179, 15);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(29, 12);
     this.linkLabel1.TabIndex = 6;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "检查";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.Location = new System.Drawing.Point(64, 173);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(121, 22);
     this.comboBoxEx1.TabIndex = 5;
     this.comboBoxEx1.SelectionChangeCommitted += new System.EventHandler(this.comboBoxEx1_SelectionChangeCommitted);
     //
     // txtBoxX2
     //
     this.txtBoxX2.BackColor = System.Drawing.Color.YellowGreen;
     //
     //
     //
     this.txtBoxX2.Border.Class = "TextBoxBorder";
     this.txtBoxX2.Location = new System.Drawing.Point(64, 42);
     this.txtBoxX2.Name = "txtBoxX2";
     this.txtBoxX2.Size = new System.Drawing.Size(100, 21);
     this.txtBoxX2.TabIndex = 1;
     //
     // txtBoxX1
     //
     this.txtBoxX1.BackColor = System.Drawing.Color.YellowGreen;
     //
     //
     //
     this.txtBoxX1.Border.Class = "TextBoxBorder";
     this.txtBoxX1.Location = new System.Drawing.Point(64, 13);
     this.txtBoxX1.Name = "txtBoxX1";
     this.txtBoxX1.Size = new System.Drawing.Size(100, 21);
     this.txtBoxX1.TabIndex = 0;
     this.txtBoxX1.TextChanged += new System.EventHandler(this.txtBoxX1_TextChanged);
     this.txtBoxX1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxX1_KeyPress);
     //
     // SetOp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(638, 559);
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.dockSite1);
     this.Controls.Add(this.dockSite2);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSite6);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SetOp";
     this.Text = "操作员设置";
     this.Load += new System.EventHandler(this.SetOp_Load);
     this.dockSite7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.panelEx1.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.panel3 = new System.Windows.Forms.Panel();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dateTimeInput4 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.學籍異動 = new System.Windows.Forms.Panel();
     this.groupPanel10 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX27 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dateTimeInput8 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX42 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx16 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx5 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxX28 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX29 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX33 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx10 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX45 = new DevComponents.DotNetBar.LabelX();
     this.labelX46 = new DevComponents.DotNetBar.LabelX();
     this.labelX47 = new DevComponents.DotNetBar.LabelX();
     this.labelX48 = new DevComponents.DotNetBar.LabelX();
     this.labelX49 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx9 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.groupPanel11 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dateTimeInput9 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.comboBoxEx21 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cmbOldClassType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.lblOldDepartmentCode = new DevComponents.DotNetBar.LabelX();
     this.lblOldClassType = new DevComponents.DotNetBar.LabelX();
     this.textBoxX12 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX33 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX55 = new DevComponents.DotNetBar.LabelX();
     this.labelX50 = new DevComponents.DotNetBar.LabelX();
     this.labelX51 = new DevComponents.DotNetBar.LabelX();
     this.labelX52 = new DevComponents.DotNetBar.LabelX();
     this.txtNewData = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtNewStudentNumber = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX30 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX31 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.lblNewStudentNumber = new DevComponents.DotNetBar.LabelX();
     this.textBoxX32 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX54 = new DevComponents.DotNetBar.LabelX();
     this.lblNewData = new DevComponents.DotNetBar.LabelX();
     this.新生名冊 = new System.Windows.Forms.Panel();
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX8 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.button1 = new System.Windows.Forms.Button();
     this.labelX72 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX22 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX43 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX13 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX9 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX11 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dateTimeInput11 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX23 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dateTimeInput10 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX44 = new DevComponents.DotNetBar.LabelX();
     this.labelX40 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx18 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.畢業名冊 = new System.Windows.Forms.Panel();
     this.groupPanel13 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dateTimeInput3 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.textBoxX10 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.labelX62 = new DevComponents.DotNetBar.LabelX();
     this.labelX68 = new DevComponents.DotNetBar.LabelX();
     this.labelX63 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX41 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX70 = new DevComponents.DotNetBar.LabelX();
     this.labelX64 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX43 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX38 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX39 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX67 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx14 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxX42 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX65 = new DevComponents.DotNetBar.LabelX();
     this.labelX69 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX40 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX66 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel12 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx17 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxX36 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX37 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX56 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx11 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx13 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX57 = new DevComponents.DotNetBar.LabelX();
     this.labelX58 = new DevComponents.DotNetBar.LabelX();
     this.labelX59 = new DevComponents.DotNetBar.LabelX();
     this.labelX60 = new DevComponents.DotNetBar.LabelX();
     this.labelX61 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx15 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.轉入名冊 = new System.Windows.Forms.Panel();
     this.groupPanel8 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dateTimeInput7 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.textBoxX25 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX19 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX26 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX20 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX21 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX34 = new DevComponents.DotNetBar.LabelX();
     this.labelX35 = new DevComponents.DotNetBar.LabelX();
     this.labelX36 = new DevComponents.DotNetBar.LabelX();
     this.labelX37 = new DevComponents.DotNetBar.LabelX();
     this.labelX38 = new DevComponents.DotNetBar.LabelX();
     this.labelX39 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel7 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dateTimeInput6 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.labelX28 = new DevComponents.DotNetBar.LabelX();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.labelX30 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX16 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX17 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.comboBoxEx8 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX31 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX18 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX32 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX24 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dateTimeInput5 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX71 = new DevComponents.DotNetBar.LabelX();
     this.labelX41 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx19 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx12 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxX14 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX15 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx6 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx7 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput4)).BeginInit();
     this.學籍異動.SuspendLayout();
     this.groupPanel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput8)).BeginInit();
     this.groupPanel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput9)).BeginInit();
     this.新生名冊.SuspendLayout();
     this.groupPanel4.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput11)).BeginInit();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput10)).BeginInit();
     this.畢業名冊.SuspendLayout();
     this.groupPanel13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     this.groupPanel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     this.轉入名冊.SuspendLayout();
     this.groupPanel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput7)).BeginInit();
     this.groupPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput6)).BeginInit();
     this.groupPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput5)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panel3);
     this.panelEx1.Controls.Add(this.學籍異動);
     this.panelEx1.Controls.Add(this.新生名冊);
     this.panelEx1.Controls.Add(this.畢業名冊);
     this.panelEx1.Controls.Add(this.轉入名冊);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(511, 465);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 7;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.groupPanel1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 397);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(511, 68);
     this.panel3.TabIndex = 0;
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.dateTimeInput4);
     this.groupPanel1.Controls.Add(this.textBoxX1);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Location = new System.Drawing.Point(3, 3);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(499, 60);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text = "核准資料";
     //
     // dateTimeInput4
     //
     //
     //
     //
     this.dateTimeInput4.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput4.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput4.ButtonDropDown.Visible = true;
     this.dateTimeInput4.IsPopupCalendarOpen = false;
     this.dateTimeInput4.Location = new System.Drawing.Point(100, 4);
     //
     //
     //
     this.dateTimeInput4.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput4.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput4.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput4.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput4.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput4.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput4.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput4.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput4.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput4.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput4.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput4.Name = "dateTimeInput4";
     this.dateTimeInput4.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput4.TabIndex = 3;
     this.dateTimeInput4.Tag = "ADDate";
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(307, 4);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(185, 25);
     this.textBoxX1.TabIndex = 1;
     this.textBoxX1.TabStop = false;
     this.textBoxX1.Tag = "ADNumber";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.ForeColor = System.Drawing.Color.Black;
     this.labelX2.Location = new System.Drawing.Point(236, 6);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 21);
     this.labelX2.TabIndex = 0;
     this.labelX2.Text = "核准文號:";
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.ForeColor = System.Drawing.Color.Black;
     this.labelX1.Location = new System.Drawing.Point(22, 6);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "核准日期:";
     //
     // 學籍異動
     //
     this.學籍異動.Controls.Add(this.groupPanel10);
     this.學籍異動.Controls.Add(this.groupPanel11);
     this.學籍異動.Dock = System.Windows.Forms.DockStyle.Fill;
     this.學籍異動.Location = new System.Drawing.Point(0, 0);
     this.學籍異動.Name = "學籍異動";
     this.學籍異動.Size = new System.Drawing.Size(511, 465);
     this.學籍異動.TabIndex = 4;
     //
     // groupPanel10
     //
     this.groupPanel10.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel10.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel10.Controls.Add(this.textBoxX27);
     this.groupPanel10.Controls.Add(this.dateTimeInput8);
     this.groupPanel10.Controls.Add(this.labelX42);
     this.groupPanel10.Controls.Add(this.labelX20);
     this.groupPanel10.Controls.Add(this.comboBoxEx16);
     this.groupPanel10.Controls.Add(this.comboBoxEx5);
     this.groupPanel10.Controls.Add(this.textBoxX28);
     this.groupPanel10.Controls.Add(this.textBoxX29);
     this.groupPanel10.Controls.Add(this.labelX33);
     this.groupPanel10.Controls.Add(this.comboBoxEx10);
     this.groupPanel10.Controls.Add(this.labelX45);
     this.groupPanel10.Controls.Add(this.labelX46);
     this.groupPanel10.Controls.Add(this.labelX47);
     this.groupPanel10.Controls.Add(this.labelX48);
     this.groupPanel10.Controls.Add(this.labelX49);
     this.groupPanel10.Controls.Add(this.comboBoxEx9);
     this.groupPanel10.Location = new System.Drawing.Point(3, 12);
     this.groupPanel10.Name = "groupPanel10";
     this.groupPanel10.Size = new System.Drawing.Size(499, 154);
     //
     //
     //
     this.groupPanel10.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel10.Style.BackColorGradientAngle = 90;
     this.groupPanel10.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel10.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel10.Style.BorderBottomWidth = 1;
     this.groupPanel10.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel10.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel10.Style.BorderLeftWidth = 1;
     this.groupPanel10.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel10.Style.BorderRightWidth = 1;
     this.groupPanel10.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel10.Style.BorderTopWidth = 1;
     this.groupPanel10.Style.Class = "";
     this.groupPanel10.Style.CornerDiameter = 4;
     this.groupPanel10.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel10.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel10.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel10.StyleMouseDown.Class = "";
     this.groupPanel10.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel10.StyleMouseOver.Class = "";
     this.groupPanel10.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel10.TabIndex = 0;
     this.groupPanel10.Text = "異動狀況";
     //
     // textBoxX27
     //
     //
     //
     //
     this.textBoxX27.Border.Class = "TextBoxBorder";
     this.textBoxX27.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX27.Location = new System.Drawing.Point(362, 98);
     this.textBoxX27.Name = "textBoxX27";
     this.textBoxX27.Size = new System.Drawing.Size(130, 25);
     this.textBoxX27.TabIndex = 11;
     this.textBoxX27.Tag = "SpecialStatus";
     //
     // dateTimeInput8
     //
     //
     //
     //
     this.dateTimeInput8.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput8.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput8.ButtonDropDown.Visible = true;
     this.dateTimeInput8.IsPopupCalendarOpen = false;
     this.dateTimeInput8.Location = new System.Drawing.Point(101, 37);
     //
     //
     //
     this.dateTimeInput8.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput8.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput8.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput8.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput8.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput8.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput8.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput8.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput8.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput8.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput8.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput8.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput8.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput8.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput8.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput8.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput8.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput8.Name = "dateTimeInput8";
     this.dateTimeInput8.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput8.TabIndex = 10;
     this.dateTimeInput8.Tag = "UpdateDate";
     //
     // labelX42
     //
     this.labelX42.AutoSize = true;
     //
     //
     //
     this.labelX42.BackgroundStyle.Class = "";
     this.labelX42.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX42.ForeColor = System.Drawing.Color.Black;
     this.labelX42.Location = new System.Drawing.Point(253, 100);
     this.labelX42.Name = "labelX42";
     this.labelX42.Size = new System.Drawing.Size(101, 21);
     this.labelX42.TabIndex = 8;
     this.labelX42.Text = "特殊身份代碼:";
     //
     // labelX20
     //
     this.labelX20.AutoSize = true;
     //
     //
     //
     this.labelX20.BackgroundStyle.Class = "";
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.ForeColor = System.Drawing.Color.Black;
     this.labelX20.Location = new System.Drawing.Point(49, 102);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(47, 21);
     this.labelX20.TabIndex = 6;
     this.labelX20.Text = "班別:";
     //
     // comboBoxEx16
     //
     this.comboBoxEx16.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx16.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx16.FormattingEnabled = true;
     this.comboBoxEx16.ItemHeight = 18;
     this.comboBoxEx16.Location = new System.Drawing.Point(99, 99);
     this.comboBoxEx16.Name = "comboBoxEx16";
     this.comboBoxEx16.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx16.TabIndex = 7;
     this.comboBoxEx16.Tag = "ClassType";
     //
     // comboBoxEx5
     //
     this.comboBoxEx5.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx5.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx5.FormattingEnabled = true;
     this.comboBoxEx5.ItemHeight = 18;
     this.comboBoxEx5.Location = new System.Drawing.Point(100, 69);
     this.comboBoxEx5.Name = "comboBoxEx5";
     this.comboBoxEx5.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx5.TabIndex = 4;
     this.comboBoxEx5.Tag = "GradeYear";
     //
     // textBoxX28
     //
     //
     //
     //
     this.textBoxX28.Border.Class = "TextBoxBorder";
     this.textBoxX28.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX28.Location = new System.Drawing.Point(362, 34);
     this.textBoxX28.Name = "textBoxX28";
     this.textBoxX28.Size = new System.Drawing.Size(130, 25);
     this.textBoxX28.TabIndex = 3;
     this.textBoxX28.Tag = "Comment";
     //
     // textBoxX29
     //
     //
     //
     //
     this.textBoxX29.Border.Class = "TextBoxBorder";
     this.textBoxX29.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX29.Location = new System.Drawing.Point(262, 3);
     this.textBoxX29.Name = "textBoxX29";
     this.textBoxX29.Size = new System.Drawing.Size(230, 25);
     this.textBoxX29.TabIndex = 1;
     this.textBoxX29.Tag = "UpdateDescription";
     //
     // labelX33
     //
     this.labelX33.AutoSize = true;
     //
     //
     //
     this.labelX33.BackgroundStyle.Class = "";
     this.labelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX33.ForeColor = System.Drawing.Color.Black;
     this.labelX33.Location = new System.Drawing.Point(307, 70);
     this.labelX33.Name = "labelX33";
     this.labelX33.Size = new System.Drawing.Size(47, 21);
     this.labelX33.TabIndex = 0;
     this.labelX33.Text = "科別:";
     //
     // comboBoxEx10
     //
     this.comboBoxEx10.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx10.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx10.FormattingEnabled = true;
     this.comboBoxEx10.ItemHeight = 18;
     this.comboBoxEx10.Location = new System.Drawing.Point(100, 6);
     this.comboBoxEx10.Name = "comboBoxEx10";
     this.comboBoxEx10.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx10.TabIndex = 0;
     this.comboBoxEx10.Tag = "UpdateCode";
     //
     // labelX45
     //
     this.labelX45.AutoSize = true;
     //
     //
     //
     this.labelX45.BackgroundStyle.Class = "";
     this.labelX45.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX45.ForeColor = System.Drawing.Color.Black;
     this.labelX45.Location = new System.Drawing.Point(50, 72);
     this.labelX45.Name = "labelX45";
     this.labelX45.Size = new System.Drawing.Size(47, 21);
     this.labelX45.TabIndex = 0;
     this.labelX45.Text = "年級:";
     //
     // labelX46
     //
     this.labelX46.AutoSize = true;
     //
     //
     //
     this.labelX46.BackgroundStyle.Class = "";
     this.labelX46.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX46.ForeColor = System.Drawing.Color.Black;
     this.labelX46.Location = new System.Drawing.Point(307, 38);
     this.labelX46.Name = "labelX46";
     this.labelX46.Size = new System.Drawing.Size(47, 21);
     this.labelX46.TabIndex = 0;
     this.labelX46.Text = "備註:";
     //
     // labelX47
     //
     this.labelX47.AutoSize = true;
     //
     //
     //
     this.labelX47.BackgroundStyle.Class = "";
     this.labelX47.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX47.ForeColor = System.Drawing.Color.Black;
     this.labelX47.Location = new System.Drawing.Point(23, 40);
     this.labelX47.Name = "labelX47";
     this.labelX47.Size = new System.Drawing.Size(74, 21);
     this.labelX47.TabIndex = 0;
     this.labelX47.Text = "異動日期:";
     //
     // labelX48
     //
     this.labelX48.AutoSize = true;
     //
     //
     //
     this.labelX48.BackgroundStyle.Class = "";
     this.labelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX48.ForeColor = System.Drawing.Color.Black;
     this.labelX48.Location = new System.Drawing.Point(179, 7);
     this.labelX48.Name = "labelX48";
     this.labelX48.Size = new System.Drawing.Size(87, 21);
     this.labelX48.TabIndex = 0;
     this.labelX48.Text = "原因及事項:";
     //
     // labelX49
     //
     this.labelX49.AutoSize = true;
     //
     //
     //
     this.labelX49.BackgroundStyle.Class = "";
     this.labelX49.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX49.ForeColor = System.Drawing.Color.Black;
     this.labelX49.Location = new System.Drawing.Point(-4, 7);
     this.labelX49.Name = "labelX49";
     this.labelX49.Size = new System.Drawing.Size(101, 21);
     this.labelX49.TabIndex = 0;
     this.labelX49.Text = "異動原因代碼:";
     //
     // comboBoxEx9
     //
     this.comboBoxEx9.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx9.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx9.FormattingEnabled = true;
     this.comboBoxEx9.ItemHeight = 18;
     this.comboBoxEx9.Location = new System.Drawing.Point(362, 66);
     this.comboBoxEx9.Name = "comboBoxEx9";
     this.comboBoxEx9.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx9.TabIndex = 5;
     this.comboBoxEx9.Tag = "Department";
     //
     // groupPanel11
     //
     this.groupPanel11.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel11.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel11.Controls.Add(this.dateTimeInput9);
     this.groupPanel11.Controls.Add(this.comboBoxEx21);
     this.groupPanel11.Controls.Add(this.cmbOldClassType);
     this.groupPanel11.Controls.Add(this.lblOldDepartmentCode);
     this.groupPanel11.Controls.Add(this.lblOldClassType);
     this.groupPanel11.Controls.Add(this.textBoxX12);
     this.groupPanel11.Controls.Add(this.labelX19);
     this.groupPanel11.Controls.Add(this.textBoxX33);
     this.groupPanel11.Controls.Add(this.labelX55);
     this.groupPanel11.Controls.Add(this.labelX50);
     this.groupPanel11.Controls.Add(this.labelX51);
     this.groupPanel11.Controls.Add(this.labelX52);
     this.groupPanel11.Controls.Add(this.txtNewData);
     this.groupPanel11.Controls.Add(this.txtNewStudentNumber);
     this.groupPanel11.Controls.Add(this.textBoxX30);
     this.groupPanel11.Controls.Add(this.textBoxX31);
     this.groupPanel11.Controls.Add(this.lblNewStudentNumber);
     this.groupPanel11.Controls.Add(this.textBoxX32);
     this.groupPanel11.Controls.Add(this.labelX54);
     this.groupPanel11.Controls.Add(this.lblNewData);
     this.groupPanel11.Location = new System.Drawing.Point(4, 172);
     this.groupPanel11.Name = "groupPanel11";
     this.groupPanel11.Size = new System.Drawing.Size(498, 193);
     //
     //
     //
     this.groupPanel11.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel11.Style.BackColorGradientAngle = 90;
     this.groupPanel11.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel11.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel11.Style.BorderBottomWidth = 1;
     this.groupPanel11.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel11.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel11.Style.BorderLeftWidth = 1;
     this.groupPanel11.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel11.Style.BorderRightWidth = 1;
     this.groupPanel11.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel11.Style.BorderTopWidth = 1;
     this.groupPanel11.Style.Class = "";
     this.groupPanel11.Style.CornerDiameter = 4;
     this.groupPanel11.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel11.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel11.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel11.StyleMouseDown.Class = "";
     this.groupPanel11.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel11.StyleMouseOver.Class = "";
     this.groupPanel11.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel11.TabIndex = 1;
     this.groupPanel11.Text = "學生基本資料";
     //
     // dateTimeInput9
     //
     //
     //
     //
     this.dateTimeInput9.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput9.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput9.ButtonDropDown.Visible = true;
     this.dateTimeInput9.IsPopupCalendarOpen = false;
     this.dateTimeInput9.Location = new System.Drawing.Point(98, 132);
     //
     //
     //
     this.dateTimeInput9.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput9.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput9.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput9.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput9.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput9.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput9.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput9.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput9.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput9.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput9.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput9.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput9.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput9.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput9.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput9.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput9.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput9.Name = "dateTimeInput9";
     this.dateTimeInput9.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput9.TabIndex = 19;
     this.dateTimeInput9.Tag = "LastADDate";
     //
     // comboBoxEx21
     //
     this.comboBoxEx21.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx21.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx21.FormattingEnabled = true;
     this.comboBoxEx21.ItemHeight = 18;
     this.comboBoxEx21.Location = new System.Drawing.Point(362, 102);
     this.comboBoxEx21.Name = "comboBoxEx21";
     this.comboBoxEx21.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx21.TabIndex = 18;
     this.comboBoxEx21.Tag = "OldDepartmentCode";
     //
     // cmbOldClassType
     //
     this.cmbOldClassType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbOldClassType.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.cmbOldClassType.FormattingEnabled = true;
     this.cmbOldClassType.ItemHeight = 18;
     this.cmbOldClassType.Location = new System.Drawing.Point(99, 99);
     this.cmbOldClassType.Name = "cmbOldClassType";
     this.cmbOldClassType.Size = new System.Drawing.Size(130, 24);
     this.cmbOldClassType.TabIndex = 17;
     this.cmbOldClassType.Tag = "OldClassType";
     //
     // lblOldDepartmentCode
     //
     //
     //
     //
     this.lblOldDepartmentCode.BackgroundStyle.Class = "";
     this.lblOldDepartmentCode.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblOldDepartmentCode.ForeColor = System.Drawing.Color.Black;
     this.lblOldDepartmentCode.Location = new System.Drawing.Point(263, 99);
     this.lblOldDepartmentCode.Name = "lblOldDepartmentCode";
     this.lblOldDepartmentCode.Size = new System.Drawing.Size(91, 23);
     this.lblOldDepartmentCode.TabIndex = 14;
     this.lblOldDepartmentCode.Text = "舊科別代碼:";
     //
     // lblOldClassType
     //
     this.lblOldClassType.AutoSize = true;
     //
     //
     //
     this.lblOldClassType.BackgroundStyle.Class = "";
     this.lblOldClassType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblOldClassType.ForeColor = System.Drawing.Color.Black;
     this.lblOldClassType.Location = new System.Drawing.Point(34, 100);
     this.lblOldClassType.Name = "lblOldClassType";
     this.lblOldClassType.Size = new System.Drawing.Size(60, 21);
     this.lblOldClassType.TabIndex = 13;
     this.lblOldClassType.Text = "舊班別:";
     //
     // textBoxX12
     //
     //
     //
     //
     this.textBoxX12.Border.Class = "TextBoxBorder";
     this.textBoxX12.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX12.Location = new System.Drawing.Point(99, 68);
     this.textBoxX12.Name = "textBoxX12";
     this.textBoxX12.Size = new System.Drawing.Size(130, 25);
     this.textBoxX12.TabIndex = 11;
     this.textBoxX12.Tag = "IDNumberComment";
     //
     // labelX19
     //
     this.labelX19.AutoSize = true;
     //
     //
     //
     this.labelX19.BackgroundStyle.Class = "";
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Font = new System.Drawing.Font("Microsoft JhengHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX19.ForeColor = System.Drawing.Color.Black;
     this.labelX19.Location = new System.Drawing.Point(0, 70);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(106, 19);
     this.labelX19.TabIndex = 12;
     this.labelX19.Text = "註1(身分證註記):";
     //
     // textBoxX33
     //
     //
     //
     //
     this.textBoxX33.Border.Class = "TextBoxBorder";
     this.textBoxX33.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX33.Location = new System.Drawing.Point(361, 132);
     this.textBoxX33.Name = "textBoxX33";
     this.textBoxX33.Size = new System.Drawing.Size(130, 25);
     this.textBoxX33.TabIndex = 5;
     this.textBoxX33.Tag = "LastADNumber";
     //
     // labelX55
     //
     //
     //
     //
     this.labelX55.BackgroundStyle.Class = "";
     this.labelX55.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX55.ForeColor = System.Drawing.Color.Black;
     this.labelX55.Location = new System.Drawing.Point(279, 130);
     this.labelX55.Name = "labelX55";
     this.labelX55.Size = new System.Drawing.Size(75, 23);
     this.labelX55.TabIndex = 3;
     this.labelX55.Text = "備查文號:";
     //
     // labelX50
     //
     this.labelX50.AutoSize = true;
     //
     //
     //
     this.labelX50.BackgroundStyle.Class = "";
     this.labelX50.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX50.ForeColor = System.Drawing.Color.Black;
     this.labelX50.Location = new System.Drawing.Point(22, 132);
     this.labelX50.Name = "labelX50";
     this.labelX50.Size = new System.Drawing.Size(74, 21);
     this.labelX50.TabIndex = 0;
     this.labelX50.Text = "備查日期:";
     //
     // labelX51
     //
     this.labelX51.AutoSize = true;
     //
     //
     //
     this.labelX51.BackgroundStyle.Class = "";
     this.labelX51.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX51.ForeColor = System.Drawing.Color.Black;
     this.labelX51.Location = new System.Drawing.Point(307, 10);
     this.labelX51.Name = "labelX51";
     this.labelX51.Size = new System.Drawing.Size(47, 21);
     this.labelX51.TabIndex = 0;
     this.labelX51.Text = "學號:";
     //
     // labelX52
     //
     this.labelX52.AutoSize = true;
     //
     //
     //
     this.labelX52.BackgroundStyle.Class = "";
     this.labelX52.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX52.ForeColor = System.Drawing.Color.Black;
     this.labelX52.Location = new System.Drawing.Point(50, 10);
     this.labelX52.Name = "labelX52";
     this.labelX52.Size = new System.Drawing.Size(47, 21);
     this.labelX52.TabIndex = 0;
     this.labelX52.Text = "姓名:";
     //
     // txtNewData
     //
     //
     //
     //
     this.txtNewData.Border.Class = "TextBoxBorder";
     this.txtNewData.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtNewData.Location = new System.Drawing.Point(361, 41);
     this.txtNewData.Name = "txtNewData";
     this.txtNewData.Size = new System.Drawing.Size(130, 25);
     this.txtNewData.TabIndex = 3;
     this.txtNewData.Tag = "NewData";
     this.txtNewData.Visible = false;
     //
     // txtNewStudentNumber
     //
     //
     //
     //
     this.txtNewStudentNumber.Border.Class = "TextBoxBorder";
     this.txtNewStudentNumber.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtNewStudentNumber.Location = new System.Drawing.Point(362, 41);
     this.txtNewStudentNumber.Name = "txtNewStudentNumber";
     this.txtNewStudentNumber.Size = new System.Drawing.Size(130, 25);
     this.txtNewStudentNumber.TabIndex = 3;
     this.txtNewStudentNumber.Tag = "NewStudentNumber";
     this.txtNewStudentNumber.Visible = false;
     //
     // textBoxX30
     //
     //
     //
     //
     this.textBoxX30.Border.Class = "TextBoxBorder";
     this.textBoxX30.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX30.Location = new System.Drawing.Point(362, 10);
     this.textBoxX30.Name = "textBoxX30";
     this.textBoxX30.Size = new System.Drawing.Size(130, 25);
     this.textBoxX30.TabIndex = 1;
     this.textBoxX30.Tag = "StudentNumber";
     //
     // textBoxX31
     //
     //
     //
     //
     this.textBoxX31.Border.Class = "TextBoxBorder";
     this.textBoxX31.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX31.Location = new System.Drawing.Point(100, 38);
     this.textBoxX31.Name = "textBoxX31";
     this.textBoxX31.Size = new System.Drawing.Size(130, 25);
     this.textBoxX31.TabIndex = 2;
     this.textBoxX31.Tag = "IDNumber";
     //
     // lblNewStudentNumber
     //
     this.lblNewStudentNumber.AutoSize = true;
     //
     //
     //
     this.lblNewStudentNumber.BackgroundStyle.Class = "";
     this.lblNewStudentNumber.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblNewStudentNumber.ForeColor = System.Drawing.Color.Black;
     this.lblNewStudentNumber.Location = new System.Drawing.Point(292, 43);
     this.lblNewStudentNumber.Name = "lblNewStudentNumber";
     this.lblNewStudentNumber.Size = new System.Drawing.Size(60, 21);
     this.lblNewStudentNumber.TabIndex = 0;
     this.lblNewStudentNumber.Text = "新學號:";
     //
     // textBoxX32
     //
     //
     //
     //
     this.textBoxX32.Border.Class = "TextBoxBorder";
     this.textBoxX32.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX32.Location = new System.Drawing.Point(100, 7);
     this.textBoxX32.Name = "textBoxX32";
     this.textBoxX32.Size = new System.Drawing.Size(130, 25);
     this.textBoxX32.TabIndex = 0;
     this.textBoxX32.Tag = "Name";
     //
     // labelX54
     //
     this.labelX54.AutoSize = true;
     //
     //
     //
     this.labelX54.BackgroundStyle.Class = "";
     this.labelX54.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX54.ForeColor = System.Drawing.Color.Black;
     this.labelX54.Location = new System.Drawing.Point(10, 41);
     this.labelX54.Name = "labelX54";
     this.labelX54.Size = new System.Drawing.Size(87, 21);
     this.labelX54.TabIndex = 0;
     this.labelX54.Text = "身分證字號:";
     //
     // lblNewData
     //
     //
     //
     //
     this.lblNewData.BackgroundStyle.Class = "";
     this.lblNewData.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblNewData.ForeColor = System.Drawing.Color.Black;
     this.lblNewData.Location = new System.Drawing.Point(246, 44);
     this.lblNewData.Name = "lblNewData";
     this.lblNewData.Size = new System.Drawing.Size(112, 18);
     this.lblNewData.TabIndex = 0;
     this.lblNewData.Text = "新身分證字號:";
     this.lblNewData.TextAlignment = System.Drawing.StringAlignment.Far;
     this.lblNewData.Visible = false;
     //
     // 新生名冊
     //
     this.新生名冊.Controls.Add(this.groupPanel4);
     this.新生名冊.Controls.Add(this.groupPanel3);
     this.新生名冊.Controls.Add(this.groupPanel2);
     this.新生名冊.Dock = System.Windows.Forms.DockStyle.Fill;
     this.新生名冊.Location = new System.Drawing.Point(0, 0);
     this.新生名冊.Name = "新生名冊";
     this.新生名冊.Size = new System.Drawing.Size(511, 465);
     this.新生名冊.TabIndex = 1;
     //
     // groupPanel4
     //
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.textBoxX8);
     this.groupPanel4.Controls.Add(this.button1);
     this.groupPanel4.Controls.Add(this.labelX72);
     this.groupPanel4.Controls.Add(this.textBoxX22);
     this.groupPanel4.Controls.Add(this.labelX43);
     this.groupPanel4.Controls.Add(this.textBoxX13);
     this.groupPanel4.Controls.Add(this.labelX15);
     this.groupPanel4.Controls.Add(this.labelX14);
     this.groupPanel4.Controls.Add(this.textBoxX9);
     this.groupPanel4.Location = new System.Drawing.Point(4, 287);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(498, 101);
     //
     //
     //
     this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 1;
     this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 1;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 1;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 1;
     this.groupPanel4.Style.Class = "";
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel4.StyleMouseDown.Class = "";
     this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel4.StyleMouseOver.Class = "";
     this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel4.TabIndex = 2;
     this.groupPanel4.Text = "入學資格資料(畢業國中資料)";
     //
     // textBoxX8
     //
     //
     //
     //
     this.textBoxX8.Border.Class = "TextBoxBorder";
     this.textBoxX8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX8.Location = new System.Drawing.Point(118, 4);
     this.textBoxX8.Name = "textBoxX8";
     this.textBoxX8.Size = new System.Drawing.Size(112, 25);
     this.textBoxX8.TabIndex = 0;
     this.textBoxX8.Tag = "GraduateSchool";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(247, 5);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(23, 23);
     this.button1.TabIndex = 6;
     this.button1.Text = "…";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.btngetSchoolName_Click);
     //
     // labelX72
     //
     //
     //
     //
     this.labelX72.BackgroundStyle.Class = "";
     this.labelX72.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX72.Font = new System.Drawing.Font("Microsoft JhengHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX72.ForeColor = System.Drawing.Color.Black;
     this.labelX72.Location = new System.Drawing.Point(236, 38);
     this.labelX72.Name = "labelX72";
     this.labelX72.Size = new System.Drawing.Size(121, 23);
     this.labelX72.TabIndex = 5;
     this.labelX72.Text = "註2(入學資格註記):";
     //
     // textBoxX22
     //
     //
     //
     //
     this.textBoxX22.Border.Class = "TextBoxBorder";
     this.textBoxX22.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX22.Location = new System.Drawing.Point(359, 38);
     this.textBoxX22.Name = "textBoxX22";
     this.textBoxX22.Size = new System.Drawing.Size(130, 25);
     this.textBoxX22.TabIndex = 4;
     this.textBoxX22.Tag = "GraduateComment";
     //
     // labelX43
     //
     this.labelX43.AutoSize = true;
     //
     //
     //
     this.labelX43.BackgroundStyle.Class = "";
     this.labelX43.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX43.ForeColor = System.Drawing.Color.Black;
     this.labelX43.Location = new System.Drawing.Point(-3, 38);
     this.labelX43.Name = "labelX43";
     this.labelX43.Size = new System.Drawing.Size(101, 21);
     this.labelX43.TabIndex = 3;
     this.labelX43.Text = "國中畢業年度:";
     //
     // textBoxX13
     //
     //
     //
     //
     this.textBoxX13.Border.Class = "TextBoxBorder";
     this.textBoxX13.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX13.Location = new System.Drawing.Point(100, 37);
     this.textBoxX13.Name = "textBoxX13";
     this.textBoxX13.Size = new System.Drawing.Size(130, 25);
     this.textBoxX13.TabIndex = 2;
     this.textBoxX13.Tag = "GraduateSchoolYear";
     //
     // labelX15
     //
     this.labelX15.AutoSize = true;
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.ForeColor = System.Drawing.Color.Black;
     this.labelX15.Location = new System.Drawing.Point(271, 7);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(87, 21);
     this.labelX15.TabIndex = 0;
     this.labelX15.Text = "所在地代碼:";
     //
     // labelX14
     //
     this.labelX14.AutoSize = true;
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Font = new System.Drawing.Font("Microsoft JhengHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX14.ForeColor = System.Drawing.Color.Black;
     this.labelX14.Location = new System.Drawing.Point(-3, 8);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(122, 19);
     this.labelX14.TabIndex = 0;
     this.labelX14.Text = "入學資格(畢業國中):";
     //
     // textBoxX9
     //
     //
     //
     //
     this.textBoxX9.Border.Class = "TextBoxBorder";
     this.textBoxX9.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX9.Location = new System.Drawing.Point(359, 3);
     this.textBoxX9.Name = "textBoxX9";
     this.textBoxX9.Size = new System.Drawing.Size(130, 25);
     this.textBoxX9.TabIndex = 1;
     this.textBoxX9.Tag = "GraduateSchoolLocationCode";
     //
     // groupPanel3
     //
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.textBoxX11);
     this.groupPanel3.Controls.Add(this.dateTimeInput11);
     this.groupPanel3.Controls.Add(this.labelX18);
     this.groupPanel3.Controls.Add(this.labelX11);
     this.groupPanel3.Controls.Add(this.labelX13);
     this.groupPanel3.Controls.Add(this.labelX9);
     this.groupPanel3.Controls.Add(this.textBoxX7);
     this.groupPanel3.Controls.Add(this.textBoxX6);
     this.groupPanel3.Controls.Add(this.comboBoxEx3);
     this.groupPanel3.Controls.Add(this.labelX12);
     this.groupPanel3.Controls.Add(this.textBoxX5);
     this.groupPanel3.Controls.Add(this.labelX10);
     this.groupPanel3.Location = new System.Drawing.Point(4, 162);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(498, 118);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.Class = "";
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel3.StyleMouseDown.Class = "";
     this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel3.StyleMouseOver.Class = "";
     this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel3.TabIndex = 1;
     this.groupPanel3.Text = "學生基本資料";
     //
     // textBoxX11
     //
     //
     //
     //
     this.textBoxX11.Border.Class = "TextBoxBorder";
     this.textBoxX11.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX11.Location = new System.Drawing.Point(100, 61);
     this.textBoxX11.Name = "textBoxX11";
     this.textBoxX11.Size = new System.Drawing.Size(130, 25);
     this.textBoxX11.TabIndex = 11;
     this.textBoxX11.Tag = "IDNumberComment";
     //
     // dateTimeInput11
     //
     //
     //
     //
     this.dateTimeInput11.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput11.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput11.ButtonDropDown.Visible = true;
     this.dateTimeInput11.IsPopupCalendarOpen = false;
     this.dateTimeInput11.Location = new System.Drawing.Point(360, 37);
     //
     //
     //
     this.dateTimeInput11.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput11.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput11.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput11.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput11.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput11.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput11.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput11.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput11.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput11.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput11.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput11.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput11.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput11.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput11.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput11.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput11.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput11.Name = "dateTimeInput11";
     this.dateTimeInput11.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput11.TabIndex = 13;
     this.dateTimeInput11.Tag = "Birthdate";
     //
     // labelX18
     //
     this.labelX18.AutoSize = true;
     //
     //
     //
     this.labelX18.BackgroundStyle.Class = "";
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Font = new System.Drawing.Font("Microsoft JhengHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX18.ForeColor = System.Drawing.Color.Black;
     this.labelX18.Location = new System.Drawing.Point(-3, 65);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(106, 19);
     this.labelX18.TabIndex = 12;
     this.labelX18.Text = "註1(身分證註記):";
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.ForeColor = System.Drawing.Color.Black;
     this.labelX11.Location = new System.Drawing.Point(308, 66);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(47, 21);
     this.labelX11.TabIndex = 0;
     this.labelX11.Text = "性別:";
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.ForeColor = System.Drawing.Color.Black;
     this.labelX13.Location = new System.Drawing.Point(309, 8);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(47, 21);
     this.labelX13.TabIndex = 0;
     this.labelX13.Text = "學號:";
     //
     // labelX9
     //
     this.labelX9.AutoSize = true;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.ForeColor = System.Drawing.Color.Black;
     this.labelX9.Location = new System.Drawing.Point(50, 8);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(47, 21);
     this.labelX9.TabIndex = 0;
     this.labelX9.Text = "姓名:";
     //
     // textBoxX7
     //
     //
     //
     //
     this.textBoxX7.Border.Class = "TextBoxBorder";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Location = new System.Drawing.Point(360, 6);
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.Size = new System.Drawing.Size(130, 25);
     this.textBoxX7.TabIndex = 1;
     this.textBoxX7.Tag = "StudentNumber";
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Location = new System.Drawing.Point(100, 33);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.Size = new System.Drawing.Size(130, 25);
     this.textBoxX6.TabIndex = 2;
     this.textBoxX6.Tag = "IDNumber";
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEx3.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx3.ItemHeight = 18;
     this.comboBoxEx3.Location = new System.Drawing.Point(359, 64);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx3.TabIndex = 4;
     this.comboBoxEx3.Tag = "Gender";
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.ForeColor = System.Drawing.Color.Black;
     this.labelX12.Location = new System.Drawing.Point(309, 36);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(47, 21);
     this.labelX12.TabIndex = 0;
     this.labelX12.Text = "生日:";
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Location = new System.Drawing.Point(100, 5);
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.Size = new System.Drawing.Size(130, 25);
     this.textBoxX5.TabIndex = 0;
     this.textBoxX5.Tag = "Name";
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.ForeColor = System.Drawing.Color.Black;
     this.labelX10.Location = new System.Drawing.Point(8, 35);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(87, 21);
     this.labelX10.TabIndex = 0;
     this.labelX10.Text = "身分證字號:";
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.textBoxX23);
     this.groupPanel2.Controls.Add(this.dateTimeInput10);
     this.groupPanel2.Controls.Add(this.labelX44);
     this.groupPanel2.Controls.Add(this.labelX40);
     this.groupPanel2.Controls.Add(this.comboBoxEx18);
     this.groupPanel2.Controls.Add(this.textBoxX3);
     this.groupPanel2.Controls.Add(this.textBoxX2);
     this.groupPanel2.Controls.Add(this.labelX8);
     this.groupPanel2.Controls.Add(this.comboBoxEx2);
     this.groupPanel2.Controls.Add(this.comboBoxEx1);
     this.groupPanel2.Controls.Add(this.labelX7);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.labelX6);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Location = new System.Drawing.Point(3, 6);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(499, 149);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "異動狀況";
     //
     // textBoxX23
     //
     //
     //
     //
     this.textBoxX23.Border.Class = "TextBoxBorder";
     this.textBoxX23.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX23.Location = new System.Drawing.Point(99, 91);
     this.textBoxX23.Name = "textBoxX23";
     this.textBoxX23.Size = new System.Drawing.Size(130, 25);
     this.textBoxX23.TabIndex = 13;
     this.textBoxX23.Tag = "SpecialStatus";
     //
     // dateTimeInput10
     //
     //
     //
     //
     this.dateTimeInput10.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput10.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput10.ButtonDropDown.Visible = true;
     this.dateTimeInput10.IsPopupCalendarOpen = false;
     this.dateTimeInput10.Location = new System.Drawing.Point(99, 32);
     //
     //
     //
     this.dateTimeInput10.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput10.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput10.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput10.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput10.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput10.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput10.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput10.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput10.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput10.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput10.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput10.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput10.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput10.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput10.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput10.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput10.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput10.Name = "dateTimeInput10";
     this.dateTimeInput10.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput10.TabIndex = 12;
     this.dateTimeInput10.Tag = "UpdateDate";
     //
     // labelX44
     //
     this.labelX44.AutoSize = true;
     //
     //
     //
     this.labelX44.BackgroundStyle.Class = "";
     this.labelX44.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX44.ForeColor = System.Drawing.Color.Black;
     this.labelX44.Location = new System.Drawing.Point(-2, 91);
     this.labelX44.Name = "labelX44";
     this.labelX44.Size = new System.Drawing.Size(101, 21);
     this.labelX44.TabIndex = 10;
     this.labelX44.Text = "特殊身份代碼:";
     //
     // labelX40
     //
     this.labelX40.AutoSize = true;
     //
     //
     //
     this.labelX40.BackgroundStyle.Class = "";
     this.labelX40.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX40.ForeColor = System.Drawing.Color.Black;
     this.labelX40.Location = new System.Drawing.Point(49, 64);
     this.labelX40.Name = "labelX40";
     this.labelX40.Size = new System.Drawing.Size(47, 21);
     this.labelX40.TabIndex = 8;
     this.labelX40.Text = "班別:";
     //
     // comboBoxEx18
     //
     this.comboBoxEx18.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx18.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx18.FormattingEnabled = true;
     this.comboBoxEx18.ItemHeight = 18;
     this.comboBoxEx18.Location = new System.Drawing.Point(99, 61);
     this.comboBoxEx18.Name = "comboBoxEx18";
     this.comboBoxEx18.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx18.TabIndex = 9;
     this.comboBoxEx18.Tag = "ClassType";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(362, 30);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(130, 25);
     this.textBoxX3.TabIndex = 3;
     this.textBoxX3.Tag = "Comment";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(262, 1);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(230, 25);
     this.textBoxX2.TabIndex = 1;
     this.textBoxX2.Tag = "UpdateDescription";
     //
     // labelX8
     //
     this.labelX8.AutoSize = true;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.ForeColor = System.Drawing.Color.Black;
     this.labelX8.Location = new System.Drawing.Point(311, 64);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(47, 21);
     this.labelX8.TabIndex = 0;
     this.labelX8.Text = "科別:";
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight = 18;
     this.comboBoxEx2.Location = new System.Drawing.Point(362, 59);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx2.TabIndex = 5;
     this.comboBoxEx2.Tag = "Department";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 18;
     this.comboBoxEx1.Location = new System.Drawing.Point(100, 4);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx1.TabIndex = 0;
     this.comboBoxEx1.Tag = "UpdateCode";
     //
     // labelX7
     //
     this.labelX7.AutoSize = true;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.ForeColor = System.Drawing.Color.Black;
     this.labelX7.Location = new System.Drawing.Point(285, 33);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(74, 21);
     this.labelX7.TabIndex = 0;
     this.labelX7.Text = "備註說明:";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.ForeColor = System.Drawing.Color.Black;
     this.labelX4.Location = new System.Drawing.Point(23, 35);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(74, 21);
     this.labelX4.TabIndex = 0;
     this.labelX4.Text = "異動日期:";
     //
     // labelX6
     //
     this.labelX6.AutoSize = true;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.ForeColor = System.Drawing.Color.Black;
     this.labelX6.Location = new System.Drawing.Point(179, 3);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(87, 21);
     this.labelX6.TabIndex = 0;
     this.labelX6.Text = "原因及事項:";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.ForeColor = System.Drawing.Color.Black;
     this.labelX3.Location = new System.Drawing.Point(23, 7);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(74, 21);
     this.labelX3.TabIndex = 0;
     this.labelX3.Text = "資格代碼:";
     //
     // 畢業名冊
     //
     this.畢業名冊.Controls.Add(this.groupPanel13);
     this.畢業名冊.Controls.Add(this.groupPanel12);
     this.畢業名冊.Dock = System.Windows.Forms.DockStyle.Fill;
     this.畢業名冊.Location = new System.Drawing.Point(0, 0);
     this.畢業名冊.Name = "畢業名冊";
     this.畢業名冊.Size = new System.Drawing.Size(511, 465);
     this.畢業名冊.TabIndex = 2;
     //
     // groupPanel13
     //
     this.groupPanel13.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel13.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel13.Controls.Add(this.dateTimeInput3);
     this.groupPanel13.Controls.Add(this.dateTimeInput2);
     this.groupPanel13.Controls.Add(this.textBoxX10);
     this.groupPanel13.Controls.Add(this.labelX17);
     this.groupPanel13.Controls.Add(this.labelX62);
     this.groupPanel13.Controls.Add(this.labelX68);
     this.groupPanel13.Controls.Add(this.labelX63);
     this.groupPanel13.Controls.Add(this.textBoxX41);
     this.groupPanel13.Controls.Add(this.labelX70);
     this.groupPanel13.Controls.Add(this.labelX64);
     this.groupPanel13.Controls.Add(this.textBoxX43);
     this.groupPanel13.Controls.Add(this.textBoxX38);
     this.groupPanel13.Controls.Add(this.textBoxX39);
     this.groupPanel13.Controls.Add(this.labelX67);
     this.groupPanel13.Controls.Add(this.comboBoxEx14);
     this.groupPanel13.Controls.Add(this.textBoxX42);
     this.groupPanel13.Controls.Add(this.labelX65);
     this.groupPanel13.Controls.Add(this.labelX69);
     this.groupPanel13.Controls.Add(this.textBoxX40);
     this.groupPanel13.Controls.Add(this.labelX66);
     this.groupPanel13.Location = new System.Drawing.Point(3, 168);
     this.groupPanel13.Name = "groupPanel13";
     this.groupPanel13.Size = new System.Drawing.Size(499, 206);
     //
     //
     //
     this.groupPanel13.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel13.Style.BackColorGradientAngle = 90;
     this.groupPanel13.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel13.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel13.Style.BorderBottomWidth = 1;
     this.groupPanel13.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel13.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel13.Style.BorderLeftWidth = 1;
     this.groupPanel13.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel13.Style.BorderRightWidth = 1;
     this.groupPanel13.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel13.Style.BorderTopWidth = 1;
     this.groupPanel13.Style.Class = "";
     this.groupPanel13.Style.CornerDiameter = 4;
     this.groupPanel13.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel13.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel13.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel13.StyleMouseDown.Class = "";
     this.groupPanel13.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel13.StyleMouseOver.Class = "";
     this.groupPanel13.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel13.TabIndex = 1;
     this.groupPanel13.Text = "學生基本資料";
     //
     // dateTimeInput3
     //
     //
     //
     //
     this.dateTimeInput3.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput3.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput3.ButtonDropDown.Visible = true;
     this.dateTimeInput3.IsPopupCalendarOpen = false;
     this.dateTimeInput3.Location = new System.Drawing.Point(101, 91);
     //
     //
     //
     this.dateTimeInput3.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput3.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput3.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput3.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput3.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput3.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput3.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput3.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput3.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput3.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput3.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput3.Name = "dateTimeInput3";
     this.dateTimeInput3.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput3.TabIndex = 14;
     this.dateTimeInput3.Tag = "LastADDate";
     //
     // dateTimeInput2
     //
     //
     //
     //
     this.dateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput2.ButtonDropDown.Visible = true;
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(361, 36);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput2.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput2.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput2.Name = "dateTimeInput2";
     this.dateTimeInput2.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput2.TabIndex = 13;
     this.dateTimeInput2.Tag = "Birthdate";
     //
     // textBoxX10
     //
     //
     //
     //
     this.textBoxX10.Border.Class = "TextBoxBorder";
     this.textBoxX10.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX10.Location = new System.Drawing.Point(100, 63);
     this.textBoxX10.Name = "textBoxX10";
     this.textBoxX10.Size = new System.Drawing.Size(130, 25);
     this.textBoxX10.TabIndex = 11;
     this.textBoxX10.Tag = "IDNumberComment";
     //
     // labelX17
     //
     this.labelX17.AutoSize = true;
     //
     //
     //
     this.labelX17.BackgroundStyle.Class = "";
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Font = new System.Drawing.Font("Microsoft JhengHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX17.ForeColor = System.Drawing.Color.Black;
     this.labelX17.Location = new System.Drawing.Point(-2, 64);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(106, 19);
     this.labelX17.TabIndex = 12;
     this.labelX17.Text = "註1(身分證註記):";
     //
     // labelX62
     //
     this.labelX62.AutoSize = true;
     //
     //
     //
     this.labelX62.BackgroundStyle.Class = "";
     this.labelX62.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX62.ForeColor = System.Drawing.Color.Black;
     this.labelX62.Location = new System.Drawing.Point(312, 66);
     this.labelX62.Name = "labelX62";
     this.labelX62.Size = new System.Drawing.Size(47, 21);
     this.labelX62.TabIndex = 0;
     this.labelX62.Text = "性別:";
     //
     // labelX68
     //
     this.labelX68.AutoSize = true;
     //
     //
     //
     this.labelX68.BackgroundStyle.Class = "";
     this.labelX68.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX68.ForeColor = System.Drawing.Color.Black;
     this.labelX68.Location = new System.Drawing.Point(22, 94);
     this.labelX68.Name = "labelX68";
     this.labelX68.Size = new System.Drawing.Size(74, 21);
     this.labelX68.TabIndex = 0;
     this.labelX68.Text = "備查日期:";
     //
     // labelX63
     //
     this.labelX63.AutoSize = true;
     //
     //
     //
     this.labelX63.BackgroundStyle.Class = "";
     this.labelX63.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX63.ForeColor = System.Drawing.Color.Black;
     this.labelX63.Location = new System.Drawing.Point(312, 8);
     this.labelX63.Name = "labelX63";
     this.labelX63.Size = new System.Drawing.Size(47, 21);
     this.labelX63.TabIndex = 0;
     this.labelX63.Text = "學號:";
     //
     // textBoxX41
     //
     //
     //
     //
     this.textBoxX41.Border.Class = "TextBoxBorder";
     this.textBoxX41.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX41.Location = new System.Drawing.Point(100, 150);
     this.textBoxX41.Name = "textBoxX41";
     this.textBoxX41.Size = new System.Drawing.Size(202, 25);
     this.textBoxX41.TabIndex = 8;
     this.textBoxX41.Tag = "GraduateCertificateNumber";
     //
     // labelX70
     //
     this.labelX70.AutoSize = true;
     //
     //
     //
     this.labelX70.BackgroundStyle.Class = "";
     this.labelX70.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX70.ForeColor = System.Drawing.Color.Black;
     this.labelX70.Location = new System.Drawing.Point(-2, 123);
     this.labelX70.Name = "labelX70";
     this.labelX70.Size = new System.Drawing.Size(101, 21);
     this.labelX70.TabIndex = 0;
     this.labelX70.Text = "最後異動代號:";
     //
     // labelX64
     //
     this.labelX64.AutoSize = true;
     //
     //
     //
     this.labelX64.BackgroundStyle.Class = "";
     this.labelX64.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX64.ForeColor = System.Drawing.Color.Black;
     this.labelX64.Location = new System.Drawing.Point(50, 8);
     this.labelX64.Name = "labelX64";
     this.labelX64.Size = new System.Drawing.Size(47, 21);
     this.labelX64.TabIndex = 0;
     this.labelX64.Text = "姓名:";
     //
     // textBoxX43
     //
     //
     //
     //
     this.textBoxX43.Border.Class = "TextBoxBorder";
     this.textBoxX43.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX43.Location = new System.Drawing.Point(359, 91);
     this.textBoxX43.Name = "textBoxX43";
     this.textBoxX43.Size = new System.Drawing.Size(130, 25);
     this.textBoxX43.TabIndex = 7;
     this.textBoxX43.Tag = "LastADNumber";
     //
     // textBoxX38
     //
     //
     //
     //
     this.textBoxX38.Border.Class = "TextBoxBorder";
     this.textBoxX38.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX38.Location = new System.Drawing.Point(360, 5);
     this.textBoxX38.Name = "textBoxX38";
     this.textBoxX38.Size = new System.Drawing.Size(130, 25);
     this.textBoxX38.TabIndex = 1;
     this.textBoxX38.Tag = "StudentNumber";
     //
     // textBoxX39
     //
     //
     //
     //
     this.textBoxX39.Border.Class = "TextBoxBorder";
     this.textBoxX39.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX39.Location = new System.Drawing.Point(100, 33);
     this.textBoxX39.Name = "textBoxX39";
     this.textBoxX39.Size = new System.Drawing.Size(130, 25);
     this.textBoxX39.TabIndex = 2;
     this.textBoxX39.Tag = "IDNumber";
     //
     // labelX67
     //
     this.labelX67.AutoSize = true;
     //
     //
     //
     this.labelX67.BackgroundStyle.Class = "";
     this.labelX67.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX67.ForeColor = System.Drawing.Color.Black;
     this.labelX67.Location = new System.Drawing.Point(-4, 152);
     this.labelX67.Name = "labelX67";
     this.labelX67.Size = new System.Drawing.Size(101, 21);
     this.labelX67.TabIndex = 0;
     this.labelX67.Text = "畢業證書字號:";
     //
     // comboBoxEx14
     //
     this.comboBoxEx14.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx14.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEx14.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx14.FormattingEnabled = true;
     this.comboBoxEx14.ItemHeight = 18;
     this.comboBoxEx14.Location = new System.Drawing.Point(359, 64);
     this.comboBoxEx14.Name = "comboBoxEx14";
     this.comboBoxEx14.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx14.TabIndex = 4;
     this.comboBoxEx14.Tag = "Gender";
     //
     // textBoxX42
     //
     //
     //
     //
     this.textBoxX42.Border.Class = "TextBoxBorder";
     this.textBoxX42.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX42.Location = new System.Drawing.Point(99, 120);
     this.textBoxX42.Name = "textBoxX42";
     this.textBoxX42.Size = new System.Drawing.Size(130, 25);
     this.textBoxX42.TabIndex = 5;
     this.textBoxX42.Tag = "LastUpdateCode";
     //
     // labelX65
     //
     this.labelX65.AutoSize = true;
     //
     //
     //
     this.labelX65.BackgroundStyle.Class = "";
     this.labelX65.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX65.ForeColor = System.Drawing.Color.Black;
     this.labelX65.Location = new System.Drawing.Point(312, 36);
     this.labelX65.Name = "labelX65";
     this.labelX65.Size = new System.Drawing.Size(47, 21);
     this.labelX65.TabIndex = 0;
     this.labelX65.Text = "生日:";
     //
     // labelX69
     //
     this.labelX69.AutoSize = true;
     //
     //
     //
     this.labelX69.BackgroundStyle.Class = "";
     this.labelX69.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX69.ForeColor = System.Drawing.Color.Black;
     this.labelX69.Location = new System.Drawing.Point(285, 94);
     this.labelX69.Name = "labelX69";
     this.labelX69.Size = new System.Drawing.Size(74, 21);
     this.labelX69.TabIndex = 0;
     this.labelX69.Text = "備查文號:";
     //
     // textBoxX40
     //
     //
     //
     //
     this.textBoxX40.Border.Class = "TextBoxBorder";
     this.textBoxX40.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX40.Location = new System.Drawing.Point(100, 5);
     this.textBoxX40.Name = "textBoxX40";
     this.textBoxX40.Size = new System.Drawing.Size(130, 25);
     this.textBoxX40.TabIndex = 0;
     this.textBoxX40.Tag = "Name";
     //
     // labelX66
     //
     this.labelX66.AutoSize = true;
     //
     //
     //
     this.labelX66.BackgroundStyle.Class = "";
     this.labelX66.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX66.ForeColor = System.Drawing.Color.Black;
     this.labelX66.Location = new System.Drawing.Point(9, 35);
     this.labelX66.Name = "labelX66";
     this.labelX66.Size = new System.Drawing.Size(87, 21);
     this.labelX66.TabIndex = 0;
     this.labelX66.Text = "身分證字號:";
     //
     // groupPanel12
     //
     this.groupPanel12.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel12.Controls.Add(this.dateTimeInput1);
     this.groupPanel12.Controls.Add(this.labelX21);
     this.groupPanel12.Controls.Add(this.comboBoxEx17);
     this.groupPanel12.Controls.Add(this.textBoxX36);
     this.groupPanel12.Controls.Add(this.textBoxX37);
     this.groupPanel12.Controls.Add(this.labelX56);
     this.groupPanel12.Controls.Add(this.comboBoxEx11);
     this.groupPanel12.Controls.Add(this.comboBoxEx13);
     this.groupPanel12.Controls.Add(this.labelX57);
     this.groupPanel12.Controls.Add(this.labelX58);
     this.groupPanel12.Controls.Add(this.labelX59);
     this.groupPanel12.Controls.Add(this.labelX60);
     this.groupPanel12.Controls.Add(this.labelX61);
     this.groupPanel12.Controls.Add(this.comboBoxEx15);
     this.groupPanel12.Location = new System.Drawing.Point(3, 11);
     this.groupPanel12.Name = "groupPanel12";
     this.groupPanel12.Size = new System.Drawing.Size(499, 148);
     //
     //
     //
     this.groupPanel12.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel12.Style.BackColorGradientAngle = 90;
     this.groupPanel12.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel12.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel12.Style.BorderBottomWidth = 1;
     this.groupPanel12.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel12.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel12.Style.BorderLeftWidth = 1;
     this.groupPanel12.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel12.Style.BorderRightWidth = 1;
     this.groupPanel12.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel12.Style.BorderTopWidth = 1;
     this.groupPanel12.Style.Class = "";
     this.groupPanel12.Style.CornerDiameter = 4;
     this.groupPanel12.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel12.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel12.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel12.StyleMouseDown.Class = "";
     this.groupPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel12.StyleMouseOver.Class = "";
     this.groupPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel12.TabIndex = 0;
     this.groupPanel12.Text = "異動狀況";
     //
     // dateTimeInput1
     //
     //
     //
     //
     this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput1.ButtonDropDown.Visible = true;
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(99, 30);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput1.TabIndex = 10;
     this.dateTimeInput1.Tag = "UpdateDate";
     //
     // labelX21
     //
     this.labelX21.AutoSize = true;
     //
     //
     //
     this.labelX21.BackgroundStyle.Class = "";
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.ForeColor = System.Drawing.Color.Black;
     this.labelX21.Location = new System.Drawing.Point(49, 94);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(47, 21);
     this.labelX21.TabIndex = 8;
     this.labelX21.Text = "班別:";
     //
     // comboBoxEx17
     //
     this.comboBoxEx17.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx17.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx17.FormattingEnabled = true;
     this.comboBoxEx17.ItemHeight = 18;
     this.comboBoxEx17.Location = new System.Drawing.Point(99, 91);
     this.comboBoxEx17.Name = "comboBoxEx17";
     this.comboBoxEx17.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx17.TabIndex = 9;
     this.comboBoxEx17.Tag = "ClassType";
     //
     // textBoxX36
     //
     //
     //
     //
     this.textBoxX36.Border.Class = "TextBoxBorder";
     this.textBoxX36.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX36.Location = new System.Drawing.Point(361, 31);
     this.textBoxX36.Name = "textBoxX36";
     this.textBoxX36.Size = new System.Drawing.Size(130, 25);
     this.textBoxX36.TabIndex = 3;
     this.textBoxX36.Tag = "Comment";
     //
     // textBoxX37
     //
     //
     //
     //
     this.textBoxX37.Border.Class = "TextBoxBorder";
     this.textBoxX37.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX37.Location = new System.Drawing.Point(261, 0);
     this.textBoxX37.Name = "textBoxX37";
     this.textBoxX37.Size = new System.Drawing.Size(230, 25);
     this.textBoxX37.TabIndex = 1;
     this.textBoxX37.Tag = "UpdateDescription";
     //
     // labelX56
     //
     this.labelX56.AutoSize = true;
     //
     //
     //
     this.labelX56.BackgroundStyle.Class = "";
     this.labelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX56.ForeColor = System.Drawing.Color.Black;
     this.labelX56.Location = new System.Drawing.Point(313, 64);
     this.labelX56.Name = "labelX56";
     this.labelX56.Size = new System.Drawing.Size(47, 21);
     this.labelX56.TabIndex = 0;
     this.labelX56.Text = "科別:";
     //
     // comboBoxEx11
     //
     this.comboBoxEx11.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx11.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx11.FormattingEnabled = true;
     this.comboBoxEx11.ItemHeight = 18;
     this.comboBoxEx11.Location = new System.Drawing.Point(361, 61);
     this.comboBoxEx11.Name = "comboBoxEx11";
     this.comboBoxEx11.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx11.TabIndex = 5;
     this.comboBoxEx11.Tag = "Department";
     //
     // comboBoxEx13
     //
     this.comboBoxEx13.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx13.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx13.FormattingEnabled = true;
     this.comboBoxEx13.ItemHeight = 18;
     this.comboBoxEx13.Location = new System.Drawing.Point(100, 4);
     this.comboBoxEx13.Name = "comboBoxEx13";
     this.comboBoxEx13.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx13.TabIndex = 0;
     this.comboBoxEx13.Tag = "UpdateCode";
     //
     // labelX57
     //
     this.labelX57.AutoSize = true;
     //
     //
     //
     this.labelX57.BackgroundStyle.Class = "";
     this.labelX57.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX57.ForeColor = System.Drawing.Color.Black;
     this.labelX57.Location = new System.Drawing.Point(49, 64);
     this.labelX57.Name = "labelX57";
     this.labelX57.Size = new System.Drawing.Size(47, 21);
     this.labelX57.TabIndex = 0;
     this.labelX57.Text = "年級:";
     //
     // labelX58
     //
     this.labelX58.AutoSize = true;
     //
     //
     //
     this.labelX58.BackgroundStyle.Class = "";
     this.labelX58.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX58.ForeColor = System.Drawing.Color.Black;
     this.labelX58.Location = new System.Drawing.Point(312, 35);
     this.labelX58.Name = "labelX58";
     this.labelX58.Size = new System.Drawing.Size(47, 21);
     this.labelX58.TabIndex = 0;
     this.labelX58.Text = "備註:";
     //
     // labelX59
     //
     this.labelX59.AutoSize = true;
     //
     //
     //
     this.labelX59.BackgroundStyle.Class = "";
     this.labelX59.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX59.ForeColor = System.Drawing.Color.Black;
     this.labelX59.Location = new System.Drawing.Point(23, 35);
     this.labelX59.Name = "labelX59";
     this.labelX59.Size = new System.Drawing.Size(74, 21);
     this.labelX59.TabIndex = 0;
     this.labelX59.Text = "異動日期:";
     //
     // labelX60
     //
     this.labelX60.AutoSize = true;
     //
     //
     //
     this.labelX60.BackgroundStyle.Class = "";
     this.labelX60.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX60.ForeColor = System.Drawing.Color.Black;
     this.labelX60.Location = new System.Drawing.Point(179, 4);
     this.labelX60.Name = "labelX60";
     this.labelX60.Size = new System.Drawing.Size(87, 21);
     this.labelX60.TabIndex = 0;
     this.labelX60.Text = "原因及事項:";
     //
     // labelX61
     //
     this.labelX61.AutoSize = true;
     //
     //
     //
     this.labelX61.BackgroundStyle.Class = "";
     this.labelX61.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX61.ForeColor = System.Drawing.Color.Black;
     this.labelX61.Location = new System.Drawing.Point(22, 6);
     this.labelX61.Name = "labelX61";
     this.labelX61.Size = new System.Drawing.Size(74, 21);
     this.labelX61.TabIndex = 0;
     this.labelX61.Text = "異動代碼:";
     //
     // comboBoxEx15
     //
     this.comboBoxEx15.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx15.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx15.FormattingEnabled = true;
     this.comboBoxEx15.ItemHeight = 18;
     this.comboBoxEx15.Location = new System.Drawing.Point(100, 61);
     this.comboBoxEx15.Name = "comboBoxEx15";
     this.comboBoxEx15.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx15.TabIndex = 4;
     this.comboBoxEx15.Tag = "GradeYear";
     //
     // 轉入名冊
     //
     this.轉入名冊.Controls.Add(this.groupPanel8);
     this.轉入名冊.Controls.Add(this.groupPanel7);
     this.轉入名冊.Controls.Add(this.groupPanel6);
     this.轉入名冊.Dock = System.Windows.Forms.DockStyle.Fill;
     this.轉入名冊.Location = new System.Drawing.Point(0, 0);
     this.轉入名冊.Name = "轉入名冊";
     this.轉入名冊.Size = new System.Drawing.Size(511, 465);
     this.轉入名冊.TabIndex = 3;
     //
     // groupPanel8
     //
     this.groupPanel8.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel8.Controls.Add(this.dateTimeInput7);
     this.groupPanel8.Controls.Add(this.textBoxX25);
     this.groupPanel8.Controls.Add(this.textBoxX19);
     this.groupPanel8.Controls.Add(this.textBoxX26);
     this.groupPanel8.Controls.Add(this.textBoxX20);
     this.groupPanel8.Controls.Add(this.textBoxX21);
     this.groupPanel8.Controls.Add(this.labelX34);
     this.groupPanel8.Controls.Add(this.labelX35);
     this.groupPanel8.Controls.Add(this.labelX36);
     this.groupPanel8.Controls.Add(this.labelX37);
     this.groupPanel8.Controls.Add(this.labelX38);
     this.groupPanel8.Controls.Add(this.labelX39);
     this.groupPanel8.Location = new System.Drawing.Point(4, 270);
     this.groupPanel8.Name = "groupPanel8";
     this.groupPanel8.Size = new System.Drawing.Size(498, 104);
     //
     //
     //
     this.groupPanel8.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel8.Style.BackColorGradientAngle = 90;
     this.groupPanel8.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel8.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel8.Style.BorderBottomWidth = 1;
     this.groupPanel8.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel8.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel8.Style.BorderLeftWidth = 1;
     this.groupPanel8.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel8.Style.BorderRightWidth = 1;
     this.groupPanel8.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel8.Style.BorderTopWidth = 1;
     this.groupPanel8.Style.Class = "";
     this.groupPanel8.Style.CornerDiameter = 4;
     this.groupPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel8.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel8.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel8.StyleMouseDown.Class = "";
     this.groupPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel8.StyleMouseOver.Class = "";
     this.groupPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel8.TabIndex = 0;
     this.groupPanel8.Text = "原就讀學校資料";
     //
     // dateTimeInput7
     //
     //
     //
     //
     this.dateTimeInput7.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput7.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput7.ButtonDropDown.Visible = true;
     this.dateTimeInput7.IsPopupCalendarOpen = false;
     this.dateTimeInput7.Location = new System.Drawing.Point(98, 54);
     //
     //
     //
     this.dateTimeInput7.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput7.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput7.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput7.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput7.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput7.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput7.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput7.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput7.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput7.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput7.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput7.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput7.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput7.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput7.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput7.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput7.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput7.Name = "dateTimeInput7";
     this.dateTimeInput7.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput7.TabIndex = 6;
     this.dateTimeInput7.Tag = "PreviousSchoolLastADDate";
     //
     // textBoxX25
     //
     //
     //
     //
     this.textBoxX25.Border.Class = "TextBoxBorder";
     this.textBoxX25.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX25.Location = new System.Drawing.Point(100, 0);
     this.textBoxX25.Name = "textBoxX25";
     this.textBoxX25.Size = new System.Drawing.Size(130, 25);
     this.textBoxX25.TabIndex = 0;
     this.textBoxX25.Tag = "PreviousSchool";
     this.textBoxX25.WatermarkText = "學校代號+校名";
     //
     // textBoxX19
     //
     //
     //
     //
     this.textBoxX19.Border.Class = "TextBoxBorder";
     this.textBoxX19.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX19.Location = new System.Drawing.Point(100, 26);
     this.textBoxX19.Name = "textBoxX19";
     this.textBoxX19.Size = new System.Drawing.Size(130, 25);
     this.textBoxX19.TabIndex = 2;
     this.textBoxX19.Tag = "PreviousDepartment";
     //
     // textBoxX26
     //
     //
     //
     //
     this.textBoxX26.Border.Class = "TextBoxBorder";
     this.textBoxX26.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX26.Location = new System.Drawing.Point(358, 52);
     this.textBoxX26.Name = "textBoxX26";
     this.textBoxX26.Size = new System.Drawing.Size(130, 25);
     this.textBoxX26.TabIndex = 5;
     this.textBoxX26.Tag = "PreviousSchoolLastADNumber";
     //
     // textBoxX20
     //
     //
     //
     //
     this.textBoxX20.Border.Class = "TextBoxBorder";
     this.textBoxX20.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX20.Location = new System.Drawing.Point(358, 26);
     this.textBoxX20.Name = "textBoxX20";
     this.textBoxX20.Size = new System.Drawing.Size(130, 25);
     this.textBoxX20.TabIndex = 3;
     this.textBoxX20.Tag = "PreviousGradeYear";
     this.textBoxX20.WatermarkText = "一上、一下...";
     //
     // textBoxX21
     //
     //
     //
     //
     this.textBoxX21.Border.Class = "TextBoxBorder";
     this.textBoxX21.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX21.Location = new System.Drawing.Point(358, 0);
     this.textBoxX21.Name = "textBoxX21";
     this.textBoxX21.Size = new System.Drawing.Size(130, 25);
     this.textBoxX21.TabIndex = 1;
     this.textBoxX21.Tag = "PreviousStudentNumber";
     //
     // labelX34
     //
     this.labelX34.AutoSize = true;
     //
     //
     //
     this.labelX34.BackgroundStyle.Class = "";
     this.labelX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX34.ForeColor = System.Drawing.Color.Black;
     this.labelX34.Location = new System.Drawing.Point(280, 52);
     this.labelX34.Name = "labelX34";
     this.labelX34.Size = new System.Drawing.Size(74, 21);
     this.labelX34.TabIndex = 0;
     this.labelX34.Text = "備查文號:";
     //
     // labelX35
     //
     this.labelX35.AutoSize = true;
     //
     //
     //
     this.labelX35.BackgroundStyle.Class = "";
     this.labelX35.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX35.ForeColor = System.Drawing.Color.Black;
     this.labelX35.Location = new System.Drawing.Point(23, 55);
     this.labelX35.Name = "labelX35";
     this.labelX35.Size = new System.Drawing.Size(74, 21);
     this.labelX35.TabIndex = 0;
     this.labelX35.Text = "備查日期:";
     //
     // labelX36
     //
     this.labelX36.AutoSize = true;
     //
     //
     //
     this.labelX36.BackgroundStyle.Class = "";
     this.labelX36.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX36.ForeColor = System.Drawing.Color.Black;
     this.labelX36.Location = new System.Drawing.Point(307, 26);
     this.labelX36.Name = "labelX36";
     this.labelX36.Size = new System.Drawing.Size(47, 21);
     this.labelX36.TabIndex = 0;
     this.labelX36.Text = "年級:";
     //
     // labelX37
     //
     this.labelX37.AutoSize = true;
     //
     //
     //
     this.labelX37.BackgroundStyle.Class = "";
     this.labelX37.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX37.ForeColor = System.Drawing.Color.Black;
     this.labelX37.Location = new System.Drawing.Point(50, 29);
     this.labelX37.Name = "labelX37";
     this.labelX37.Size = new System.Drawing.Size(47, 21);
     this.labelX37.TabIndex = 0;
     this.labelX37.Text = "科別:";
     //
     // labelX38
     //
     this.labelX38.AutoSize = true;
     //
     //
     //
     this.labelX38.BackgroundStyle.Class = "";
     this.labelX38.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX38.ForeColor = System.Drawing.Color.Black;
     this.labelX38.Location = new System.Drawing.Point(307, 0);
     this.labelX38.Name = "labelX38";
     this.labelX38.Size = new System.Drawing.Size(47, 21);
     this.labelX38.TabIndex = 0;
     this.labelX38.Text = "學號:";
     //
     // labelX39
     //
     this.labelX39.AutoSize = true;
     //
     //
     //
     this.labelX39.BackgroundStyle.Class = "";
     this.labelX39.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX39.ForeColor = System.Drawing.Color.Black;
     this.labelX39.Location = new System.Drawing.Point(10, 3);
     this.labelX39.Name = "labelX39";
     this.labelX39.Size = new System.Drawing.Size(87, 21);
     this.labelX39.TabIndex = 0;
     this.labelX39.Text = "原就讀學校:";
     //
     // groupPanel7
     //
     this.groupPanel7.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel7.Controls.Add(this.dateTimeInput6);
     this.groupPanel7.Controls.Add(this.textBoxX4);
     this.groupPanel7.Controls.Add(this.labelX16);
     this.groupPanel7.Controls.Add(this.labelX28);
     this.groupPanel7.Controls.Add(this.labelX29);
     this.groupPanel7.Controls.Add(this.labelX30);
     this.groupPanel7.Controls.Add(this.textBoxX16);
     this.groupPanel7.Controls.Add(this.textBoxX17);
     this.groupPanel7.Controls.Add(this.comboBoxEx8);
     this.groupPanel7.Controls.Add(this.labelX31);
     this.groupPanel7.Controls.Add(this.textBoxX18);
     this.groupPanel7.Controls.Add(this.labelX32);
     this.groupPanel7.Location = new System.Drawing.Point(4, 156);
     this.groupPanel7.Name = "groupPanel7";
     this.groupPanel7.Size = new System.Drawing.Size(498, 108);
     //
     //
     //
     this.groupPanel7.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel7.Style.BackColorGradientAngle = 90;
     this.groupPanel7.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel7.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel7.Style.BorderBottomWidth = 1;
     this.groupPanel7.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel7.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel7.Style.BorderLeftWidth = 1;
     this.groupPanel7.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel7.Style.BorderRightWidth = 1;
     this.groupPanel7.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel7.Style.BorderTopWidth = 1;
     this.groupPanel7.Style.Class = "";
     this.groupPanel7.Style.CornerDiameter = 4;
     this.groupPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel7.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel7.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel7.StyleMouseDown.Class = "";
     this.groupPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel7.StyleMouseOver.Class = "";
     this.groupPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel7.TabIndex = 0;
     this.groupPanel7.Text = "學生基本資料";
     //
     // dateTimeInput6
     //
     //
     //
     //
     this.dateTimeInput6.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput6.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput6.ButtonDropDown.Visible = true;
     this.dateTimeInput6.IsPopupCalendarOpen = false;
     this.dateTimeInput6.Location = new System.Drawing.Point(358, 27);
     //
     //
     //
     this.dateTimeInput6.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput6.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput6.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput6.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput6.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput6.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput6.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput6.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput6.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput6.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput6.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput6.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput6.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput6.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput6.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput6.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput6.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput6.Name = "dateTimeInput6";
     this.dateTimeInput6.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput6.TabIndex = 11;
     this.dateTimeInput6.Tag = "Birthdate";
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Location = new System.Drawing.Point(100, 55);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(130, 25);
     this.textBoxX4.TabIndex = 9;
     this.textBoxX4.Tag = "IDNumberComment";
     //
     // labelX16
     //
     this.labelX16.AutoSize = true;
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Font = new System.Drawing.Font("Microsoft JhengHei", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX16.ForeColor = System.Drawing.Color.Black;
     this.labelX16.Location = new System.Drawing.Point(0, 55);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(106, 19);
     this.labelX16.TabIndex = 10;
     this.labelX16.Text = "註1(身分證註記):";
     //
     // labelX28
     //
     this.labelX28.AutoSize = true;
     //
     //
     //
     this.labelX28.BackgroundStyle.Class = "";
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.ForeColor = System.Drawing.Color.Black;
     this.labelX28.Location = new System.Drawing.Point(307, 54);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(47, 21);
     this.labelX28.TabIndex = 6;
     this.labelX28.Text = "性別:";
     //
     // labelX29
     //
     this.labelX29.AutoSize = true;
     //
     //
     //
     this.labelX29.BackgroundStyle.Class = "";
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.ForeColor = System.Drawing.Color.Black;
     this.labelX29.Location = new System.Drawing.Point(307, 0);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(47, 21);
     this.labelX29.TabIndex = 8;
     this.labelX29.Text = "學號:";
     //
     // labelX30
     //
     this.labelX30.AutoSize = true;
     //
     //
     //
     this.labelX30.BackgroundStyle.Class = "";
     this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX30.ForeColor = System.Drawing.Color.Black;
     this.labelX30.Location = new System.Drawing.Point(50, 4);
     this.labelX30.Name = "labelX30";
     this.labelX30.Size = new System.Drawing.Size(47, 21);
     this.labelX30.TabIndex = 3;
     this.labelX30.Text = "姓名:";
     //
     // textBoxX16
     //
     //
     //
     //
     this.textBoxX16.Border.Class = "TextBoxBorder";
     this.textBoxX16.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX16.Location = new System.Drawing.Point(358, 0);
     this.textBoxX16.Name = "textBoxX16";
     this.textBoxX16.Size = new System.Drawing.Size(130, 25);
     this.textBoxX16.TabIndex = 1;
     this.textBoxX16.Tag = "StudentNumber";
     //
     // textBoxX17
     //
     //
     //
     //
     this.textBoxX17.Border.Class = "TextBoxBorder";
     this.textBoxX17.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX17.Location = new System.Drawing.Point(100, 28);
     this.textBoxX17.Name = "textBoxX17";
     this.textBoxX17.Size = new System.Drawing.Size(130, 25);
     this.textBoxX17.TabIndex = 2;
     this.textBoxX17.Tag = "IDNumber";
     //
     // comboBoxEx8
     //
     this.comboBoxEx8.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEx8.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx8.FormattingEnabled = true;
     this.comboBoxEx8.ItemHeight = 18;
     this.comboBoxEx8.Location = new System.Drawing.Point(358, 54);
     this.comboBoxEx8.Name = "comboBoxEx8";
     this.comboBoxEx8.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx8.TabIndex = 4;
     this.comboBoxEx8.Tag = "Gender";
     //
     // labelX31
     //
     this.labelX31.AutoSize = true;
     //
     //
     //
     this.labelX31.BackgroundStyle.Class = "";
     this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX31.ForeColor = System.Drawing.Color.Black;
     this.labelX31.Location = new System.Drawing.Point(307, 27);
     this.labelX31.Name = "labelX31";
     this.labelX31.Size = new System.Drawing.Size(47, 21);
     this.labelX31.TabIndex = 4;
     this.labelX31.Text = "生日:";
     //
     // textBoxX18
     //
     //
     //
     //
     this.textBoxX18.Border.Class = "TextBoxBorder";
     this.textBoxX18.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX18.Location = new System.Drawing.Point(100, 1);
     this.textBoxX18.Name = "textBoxX18";
     this.textBoxX18.Size = new System.Drawing.Size(130, 25);
     this.textBoxX18.TabIndex = 0;
     this.textBoxX18.Tag = "Name";
     //
     // labelX32
     //
     this.labelX32.AutoSize = true;
     //
     //
     //
     this.labelX32.BackgroundStyle.Class = "";
     this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX32.ForeColor = System.Drawing.Color.Black;
     this.labelX32.Location = new System.Drawing.Point(23, 31);
     this.labelX32.Name = "labelX32";
     this.labelX32.Size = new System.Drawing.Size(87, 21);
     this.labelX32.TabIndex = 7;
     this.labelX32.Text = "身分證字號:";
     //
     // groupPanel6
     //
     this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel6.Controls.Add(this.textBoxX24);
     this.groupPanel6.Controls.Add(this.dateTimeInput5);
     this.groupPanel6.Controls.Add(this.labelX71);
     this.groupPanel6.Controls.Add(this.labelX41);
     this.groupPanel6.Controls.Add(this.comboBoxEx19);
     this.groupPanel6.Controls.Add(this.comboBoxEx12);
     this.groupPanel6.Controls.Add(this.textBoxX14);
     this.groupPanel6.Controls.Add(this.textBoxX15);
     this.groupPanel6.Controls.Add(this.labelX22);
     this.groupPanel6.Controls.Add(this.comboBoxEx6);
     this.groupPanel6.Controls.Add(this.comboBoxEx7);
     this.groupPanel6.Controls.Add(this.labelX23);
     this.groupPanel6.Controls.Add(this.labelX24);
     this.groupPanel6.Controls.Add(this.labelX25);
     this.groupPanel6.Controls.Add(this.labelX26);
     this.groupPanel6.Controls.Add(this.labelX27);
     this.groupPanel6.Location = new System.Drawing.Point(3, 1);
     this.groupPanel6.Name = "groupPanel6";
     this.groupPanel6.Size = new System.Drawing.Size(499, 144);
     //
     //
     //
     this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel6.Style.BackColorGradientAngle = 90;
     this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderBottomWidth = 1;
     this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderLeftWidth = 1;
     this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderRightWidth = 1;
     this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderTopWidth = 1;
     this.groupPanel6.Style.Class = "";
     this.groupPanel6.Style.CornerDiameter = 4;
     this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel6.StyleMouseDown.Class = "";
     this.groupPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel6.StyleMouseOver.Class = "";
     this.groupPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel6.TabIndex = 0;
     this.groupPanel6.Text = "異動狀況";
     //
     // textBoxX24
     //
     //
     //
     //
     this.textBoxX24.Border.Class = "TextBoxBorder";
     this.textBoxX24.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX24.Location = new System.Drawing.Point(359, 87);
     this.textBoxX24.Name = "textBoxX24";
     this.textBoxX24.Size = new System.Drawing.Size(130, 25);
     this.textBoxX24.TabIndex = 13;
     this.textBoxX24.Tag = "SpecialStatus";
     //
     // dateTimeInput5
     //
     //
     //
     //
     this.dateTimeInput5.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput5.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput5.ButtonDropDown.Visible = true;
     this.dateTimeInput5.IsPopupCalendarOpen = false;
     this.dateTimeInput5.Location = new System.Drawing.Point(100, 34);
     //
     //
     //
     this.dateTimeInput5.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput5.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dateTimeInput5.MonthCalendar.BackgroundStyle.Class = "";
     this.dateTimeInput5.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput5.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dateTimeInput5.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput5.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dateTimeInput5.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput5.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput5.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput5.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput5.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput5.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput5.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dateTimeInput5.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput5.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput5.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput5.Name = "dateTimeInput5";
     this.dateTimeInput5.Size = new System.Drawing.Size(130, 25);
     this.dateTimeInput5.TabIndex = 12;
     this.dateTimeInput5.Tag = "UpdateDate";
     //
     // labelX71
     //
     this.labelX71.AutoSize = true;
     //
     //
     //
     this.labelX71.BackgroundStyle.Class = "";
     this.labelX71.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX71.ForeColor = System.Drawing.Color.Black;
     this.labelX71.Location = new System.Drawing.Point(253, 93);
     this.labelX71.Name = "labelX71";
     this.labelX71.Size = new System.Drawing.Size(101, 21);
     this.labelX71.TabIndex = 10;
     this.labelX71.Text = "特殊身份代碼:";
     //
     // labelX41
     //
     this.labelX41.AutoSize = true;
     //
     //
     //
     this.labelX41.BackgroundStyle.Class = "";
     this.labelX41.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX41.ForeColor = System.Drawing.Color.Black;
     this.labelX41.Location = new System.Drawing.Point(49, 94);
     this.labelX41.Name = "labelX41";
     this.labelX41.Size = new System.Drawing.Size(47, 21);
     this.labelX41.TabIndex = 8;
     this.labelX41.Text = "班別:";
     //
     // comboBoxEx19
     //
     this.comboBoxEx19.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx19.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx19.FormattingEnabled = true;
     this.comboBoxEx19.ItemHeight = 18;
     this.comboBoxEx19.Location = new System.Drawing.Point(99, 91);
     this.comboBoxEx19.Name = "comboBoxEx19";
     this.comboBoxEx19.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx19.TabIndex = 9;
     this.comboBoxEx19.Tag = "ClassType";
     //
     // comboBoxEx12
     //
     this.comboBoxEx12.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx12.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx12.FormattingEnabled = true;
     this.comboBoxEx12.ItemHeight = 18;
     this.comboBoxEx12.Location = new System.Drawing.Point(100, 61);
     this.comboBoxEx12.Name = "comboBoxEx12";
     this.comboBoxEx12.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx12.TabIndex = 4;
     this.comboBoxEx12.Tag = "GradeYear";
     //
     // textBoxX14
     //
     //
     //
     //
     this.textBoxX14.Border.Class = "TextBoxBorder";
     this.textBoxX14.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX14.Location = new System.Drawing.Point(359, 33);
     this.textBoxX14.Name = "textBoxX14";
     this.textBoxX14.Size = new System.Drawing.Size(130, 25);
     this.textBoxX14.TabIndex = 3;
     this.textBoxX14.Tag = "Comment";
     //
     // textBoxX15
     //
     //
     //
     //
     this.textBoxX15.Border.Class = "TextBoxBorder";
     this.textBoxX15.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX15.Location = new System.Drawing.Point(259, 3);
     this.textBoxX15.Name = "textBoxX15";
     this.textBoxX15.Size = new System.Drawing.Size(230, 25);
     this.textBoxX15.TabIndex = 1;
     this.textBoxX15.Tag = "UpdateDescription";
     //
     // labelX22
     //
     this.labelX22.AutoSize = true;
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.ForeColor = System.Drawing.Color.Black;
     this.labelX22.Location = new System.Drawing.Point(307, 62);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(47, 21);
     this.labelX22.TabIndex = 0;
     this.labelX22.Text = "科別:";
     //
     // comboBoxEx6
     //
     this.comboBoxEx6.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx6.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx6.FormattingEnabled = true;
     this.comboBoxEx6.ItemHeight = 18;
     this.comboBoxEx6.Location = new System.Drawing.Point(359, 60);
     this.comboBoxEx6.Name = "comboBoxEx6";
     this.comboBoxEx6.Size = new System.Drawing.Size(130, 24);
     this.comboBoxEx6.TabIndex = 5;
     this.comboBoxEx6.Tag = "Department";
     //
     // comboBoxEx7
     //
     this.comboBoxEx7.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx7.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.comboBoxEx7.FormattingEnabled = true;
     this.comboBoxEx7.ItemHeight = 18;
     this.comboBoxEx7.Location = new System.Drawing.Point(100, 4);
     this.comboBoxEx7.Name = "comboBoxEx7";
     this.comboBoxEx7.Size = new System.Drawing.Size(73, 24);
     this.comboBoxEx7.TabIndex = 0;
     this.comboBoxEx7.Tag = "UpdateCode";
     //
     // labelX23
     //
     this.labelX23.AutoSize = true;
     //
     //
     //
     this.labelX23.BackgroundStyle.Class = "";
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.ForeColor = System.Drawing.Color.Black;
     this.labelX23.Location = new System.Drawing.Point(50, 63);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(47, 21);
     this.labelX23.TabIndex = 0;
     this.labelX23.Text = "年級:";
     //
     // labelX24
     //
     this.labelX24.AutoSize = true;
     //
     //
     //
     this.labelX24.BackgroundStyle.Class = "";
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.ForeColor = System.Drawing.Color.Black;
     this.labelX24.Location = new System.Drawing.Point(282, 37);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(74, 21);
     this.labelX24.TabIndex = 0;
     this.labelX24.Text = "備註說明:";
     //
     // labelX25
     //
     this.labelX25.AutoSize = true;
     //
     //
     //
     this.labelX25.BackgroundStyle.Class = "";
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.ForeColor = System.Drawing.Color.Black;
     this.labelX25.Location = new System.Drawing.Point(23, 37);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(74, 21);
     this.labelX25.TabIndex = 0;
     this.labelX25.Text = "異動日期:";
     //
     // labelX26
     //
     this.labelX26.AutoSize = true;
     //
     //
     //
     this.labelX26.BackgroundStyle.Class = "";
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.ForeColor = System.Drawing.Color.Black;
     this.labelX26.Location = new System.Drawing.Point(179, 4);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(87, 21);
     this.labelX26.TabIndex = 0;
     this.labelX26.Text = "原因及事項:";
     //
     // labelX27
     //
     this.labelX27.AutoSize = true;
     //
     //
     //
     this.labelX27.BackgroundStyle.Class = "";
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.ForeColor = System.Drawing.Color.Black;
     this.labelX27.Location = new System.Drawing.Point(-3, 8);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(101, 21);
     this.labelX27.TabIndex = 0;
     this.labelX27.Text = "異動原因代碼:";
     //
     // UpdateRecordInfo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.panelEx1);
     this.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "UpdateRecordInfo";
     this.Size = new System.Drawing.Size(511, 465);
     this.panelEx1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput4)).EndInit();
     this.學籍異動.ResumeLayout(false);
     this.groupPanel10.ResumeLayout(false);
     this.groupPanel10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput8)).EndInit();
     this.groupPanel11.ResumeLayout(false);
     this.groupPanel11.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput9)).EndInit();
     this.新生名冊.ResumeLayout(false);
     this.groupPanel4.ResumeLayout(false);
     this.groupPanel4.PerformLayout();
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput11)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput10)).EndInit();
     this.畢業名冊.ResumeLayout(false);
     this.groupPanel13.ResumeLayout(false);
     this.groupPanel13.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     this.groupPanel12.ResumeLayout(false);
     this.groupPanel12.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     this.轉入名冊.ResumeLayout(false);
     this.groupPanel8.ResumeLayout(false);
     this.groupPanel8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput7)).EndInit();
     this.groupPanel7.ResumeLayout(false);
     this.groupPanel7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput6)).EndInit();
     this.groupPanel6.ResumeLayout(false);
     this.groupPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput5)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtSL = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmbdvQD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.cmb_dvt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmbSua = new DevComponents.DotNetBar.ButtonX();
     this.cmbXoa = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txtten = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(14, 198);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(575, 217);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 79;
     this.groupPanel1.Text = "DANH SÁCH NHÓM CUNG CẤP";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 55;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên QC";
     this.columnHeader2.Width = 190;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "SLĐVT";
     this.columnHeader4.Width = 150;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "manhom";
     this.columnHeader1.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtSL);
     this.groupPanel2.Controls.Add(this.buttonX2);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmbdvQD);
     this.groupPanel2.Controls.Add(this.buttonX1);
     this.groupPanel2.Controls.Add(this.labelX23);
     this.groupPanel2.Controls.Add(this.cmb_dvt);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txtten);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(14, 40);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(578, 152);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN QUY CÁCH";
     //
     // txtSL
     //
     //
     //
     //
     this.txtSL.Border.Class = "TextBoxBorder";
     this.txtSL.FocusHighlightEnabled = true;
     this.txtSL.Location = new System.Drawing.Point(81, 52);
     this.txtSL.Name = "txtSL";
     this.txtSL.Size = new System.Drawing.Size(134, 24);
     this.txtSL.TabIndex = 1;
     this.txtSL.TextChanged += new System.EventHandler(this.txtSL_TextChanged);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX2.Location = new System.Drawing.Point(537, 17);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(25, 25);
     this.buttonX2.TabIndex = 78;
     this.buttonX2.Text = "+";
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(250, 16);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(138, 23);
     this.labelX2.TabIndex = 76;
     this.labelX2.Text = "Đơn vị nhập quy đổi:";
     //
     // cmbdvQD
     //
     this.cmbdvQD.DisplayMember = "Text";
     this.cmbdvQD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbdvQD.FocusHighlightEnabled = true;
     this.cmbdvQD.FormattingEnabled = true;
     this.cmbdvQD.ItemHeight = 18;
     this.cmbdvQD.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmbdvQD.Location = new System.Drawing.Point(393, 17);
     this.cmbdvQD.Name = "cmbdvQD";
     this.cmbdvQD.Size = new System.Drawing.Size(142, 24);
     this.cmbdvQD.TabIndex = 2;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Location = new System.Drawing.Point(217, 17);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(25, 25);
     this.buttonX1.TabIndex = 75;
     this.buttonX1.Text = "+";
     //
     // labelX23
     //
     this.labelX23.Location = new System.Drawing.Point(1, 16);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(80, 23);
     this.labelX23.TabIndex = 73;
     this.labelX23.Text = "Đơn vị tính:";
     //
     // cmb_dvt
     //
     this.cmb_dvt.DisplayMember = "Text";
     this.cmb_dvt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_dvt.FocusHighlightEnabled = true;
     this.cmb_dvt.FormattingEnabled = true;
     this.cmb_dvt.ItemHeight = 18;
     this.cmb_dvt.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_dvt.Location = new System.Drawing.Point(81, 17);
     this.cmb_dvt.Name = "cmb_dvt";
     this.cmb_dvt.Size = new System.Drawing.Size(134, 24);
     this.cmb_dvt.TabIndex = 0;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(2, 54);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(80, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "SLDVT:";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmbSua);
     this.panel5.Controls.Add(this.cmbXoa);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 97);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(572, 30);
     this.panel5.TabIndex = 70;
     //
     // cmbSua
     //
     this.cmbSua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbSua.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbSua.Location = new System.Drawing.Point(223, 2);
     this.cmbSua.Margin = new System.Windows.Forms.Padding(0);
     this.cmbSua.Name = "cmbSua";
     this.cmbSua.Size = new System.Drawing.Size(70, 27);
     this.cmbSua.TabIndex = 1;
     this.cmbSua.Text = "Sửa";
     this.cmbSua.Click += new System.EventHandler(this.cmbSua_Click);
     //
     // cmbXoa
     //
     this.cmbXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbXoa.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbXoa.Location = new System.Drawing.Point(305, 2);
     this.cmbXoa.Margin = new System.Windows.Forms.Padding(0);
     this.cmbXoa.Name = "cmbXoa";
     this.cmbXoa.Size = new System.Drawing.Size(70, 27);
     this.cmbXoa.TabIndex = 2;
     this.cmbXoa.Text = "Xóa";
     this.cmbXoa.Click += new System.EventHandler(this.cmbXoa_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(140, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txtten
     //
     //
     //
     //
     this.txtten.Border.Class = "TextBoxBorder";
     this.txtten.Enabled = false;
     this.txtten.FocusHighlightEnabled = true;
     this.txtten.Location = new System.Drawing.Point(393, 52);
     this.txtten.Name = "txtten";
     this.txtten.Size = new System.Drawing.Size(142, 24);
     this.txtten.TabIndex = 3;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(285, 52);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(102, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Quy cách :";
     //
     // frmQuyCach
     //
     this.ClientSize = new System.Drawing.Size(603, 435);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmQuyCach";
     this.Load += new System.EventHandler(this.frmQuyCach_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
     this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
     this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
     this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
     this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
     this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem32 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem33 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem34 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem35 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem36 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
     this.buttonItem46 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem47 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem49 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem50 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem51 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem48 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem52 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem53 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem54 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem55 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem58 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem57 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem59 = new DevComponents.DotNetBar.ButtonItem();
     this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton();
     this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem();
     this.galleryContainer1 = new DevComponents.DotNetBar.GalleryContainer();
     this.labelItem8 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem37 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem38 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem39 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem40 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem41 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem42 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem43 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem44 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem45 = new DevComponents.DotNetBar.ButtonItem();
     this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
     this.sideBar1 = new DevComponents.DotNetBar.SideBar();
     this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem29 = new DevComponents.DotNetBar.ButtonItem();
     this.sideBarPanelItem2 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem26 = new DevComponents.DotNetBar.ButtonItem();
     this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.sideBarPanelItem5 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem30 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem31 = new DevComponents.DotNetBar.ButtonItem();
     this.sideBarPanelItem1 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem19 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem();
     this.tabControl2 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.rez_danlz = new System.Windows.Forms.Label();
     this.rez_medic = new System.Windows.Forms.Label();
     this.rez_dn = new System.Windows.Forms.Label();
     this.rez_cnp = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.textBox12 = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.textBox11 = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.checkedListBox4 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox3 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.textBox10 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label15 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.reflectionImage2 = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.reflectionLabel1 = new DevComponents.DotNetBar.Controls.ReflectionLabel();
     this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
     this.balloonTip1 = new DevComponents.DotNetBar.BalloonTip();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.ribbonControl1.SuspendLayout();
     this.ribbonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).BeginInit();
     this.tabControl2.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.groupPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.groupPanel5.SuspendLayout();
     this.groupPanel4.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.AutoScroll = true;
     this.ribbonControl1.CaptionVisible = true;
     this.ribbonControl1.Controls.Add(this.ribbonPanel1);
     this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.ribbonTabItem1});
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Office2007ColorTable = DevComponents.DotNetBar.Rendering.eOffice2007ColorScheme.VistaGlass;
     this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem46,
     this.buttonItem48,
     this.buttonItem55,
     this.buttonItem58});
     this.ribbonControl1.Size = new System.Drawing.Size(1284, 137);
     this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex = 0;
     this.ribbonControl1.Text = "ribbonControl1";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonPanel1.Controls.Add(this.ribbonBar3);
     this.ribbonPanel1.Controls.Add(this.ribbonBar2);
     this.ribbonPanel1.Controls.Add(this.ribbonBar1);
     this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel1.Location = new System.Drawing.Point(0, 55);
     this.ribbonPanel1.Name = "ribbonPanel1";
     this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel1.Size = new System.Drawing.Size(1284, 80);
     this.ribbonPanel1.TabIndex = 1;
     this.ribbonPanel1.Click += new System.EventHandler(this.ribbonPanel1_Click);
     //
     // ribbonBar3
     //
     this.ribbonBar3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ribbonBar3.AutoOverflowEnabled = true;
     this.ribbonBar3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem2,
     this.labelItem3});
     this.ribbonBar3.Location = new System.Drawing.Point(990, 0);
     this.ribbonBar3.Name = "ribbonBar3";
     this.ribbonBar3.Size = new System.Drawing.Size(290, 77);
     this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar3.TabIndex = 2;
     this.ribbonBar3.Text = "Data  operarii";
     this.ribbonBar3.ItemClick += new System.EventHandler(this.ribbonBar3_ItemClick);
     //
     // labelItem2
     //
     this.labelItem2.Name = "labelItem2";
     this.labelItem2.Text = "                                                 ";
     //
     // labelItem3
     //
     this.labelItem3.Image = global::MedLab2.Properties.Resources.icon_time_to_market;
     this.labelItem3.Name = "labelItem3";
     //
     // ribbonBar2
     //
     this.ribbonBar2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.ribbonBar2.AutoOverflowEnabled = true;
     this.ribbonBar2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem1,
     this.buttonItem16});
     this.ribbonBar2.Location = new System.Drawing.Point(236, 0);
     this.ribbonBar2.Name = "ribbonBar2";
     this.ribbonBar2.Size = new System.Drawing.Size(286, 77);
     this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar2.TabIndex = 1;
     this.ribbonBar2.Text = "Utilizator curent";
     //
     // labelItem1
     //
     this.labelItem1.Name = "labelItem1";
     this.labelItem1.Text = "                                                         ";
     //
     // buttonItem16
     //
     this.buttonItem16.ImagePaddingHorizontal = 8;
     this.buttonItem16.Name = "buttonItem16";
     this.buttonItem16.SubItemsExpandWidth = 14;
     this.buttonItem16.Text = "Sign out";
     this.buttonItem16.Click += new System.EventHandler(this.buttonItem16_Click);
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem32,
     this.buttonItem33,
     this.buttonItem34,
     this.buttonItem35,
     this.buttonItem36});
     this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar1.Name = "ribbonBar1";
     this.ribbonBar1.Size = new System.Drawing.Size(282, 77);
     this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar1.TabIndex = 0;
     //
     // buttonItem32
     //
     this.buttonItem32.Image = global::MedLab2.Properties.Resources.Word;
     this.buttonItem32.ImagePaddingHorizontal = 8;
     this.buttonItem32.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem32.Name = "buttonItem32";
     this.buttonItem32.SubItemsExpandWidth = 14;
     this.buttonItem32.Text = "Word";
     this.buttonItem32.Click += new System.EventHandler(this.buttonItem32_Click);
     //
     // buttonItem33
     //
     this.buttonItem33.Image = global::MedLab2.Properties.Resources.Excel;
     this.buttonItem33.ImagePaddingHorizontal = 8;
     this.buttonItem33.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem33.Name = "buttonItem33";
     this.buttonItem33.SubItemsExpandWidth = 14;
     this.buttonItem33.Text = "Excel";
     this.buttonItem33.Click += new System.EventHandler(this.buttonItem33_Click);
     //
     // buttonItem34
     //
     this.buttonItem34.Image = global::MedLab2.Properties.Resources.OutLook;
     this.buttonItem34.ImagePaddingHorizontal = 8;
     this.buttonItem34.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem34.Name = "buttonItem34";
     this.buttonItem34.SubItemsExpandWidth = 14;
     this.buttonItem34.Text = "Outlook";
     this.buttonItem34.Click += new System.EventHandler(this.buttonItem34_Click);
     //
     // buttonItem35
     //
     this.buttonItem35.Image = global::MedLab2.Properties.Resources.PowerPoint;
     this.buttonItem35.ImagePaddingHorizontal = 8;
     this.buttonItem35.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem35.Name = "buttonItem35";
     this.buttonItem35.SubItemsExpandWidth = 14;
     this.buttonItem35.Text = "PowerPoint";
     this.buttonItem35.Click += new System.EventHandler(this.buttonItem35_Click);
     //
     // buttonItem36
     //
     this.buttonItem36.Image = global::MedLab2.Properties.Resources.Calc;
     this.buttonItem36.ImagePaddingHorizontal = 8;
     this.buttonItem36.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem36.Name = "buttonItem36";
     this.buttonItem36.SubItemsExpandWidth = 14;
     this.buttonItem36.Text = "Calculator";
     this.buttonItem36.Click += new System.EventHandler(this.buttonItem36_Click);
     //
     // ribbonTabItem1
     //
     this.ribbonTabItem1.Checked = true;
     this.ribbonTabItem1.ImagePaddingHorizontal = 8;
     this.ribbonTabItem1.Name = "ribbonTabItem1";
     this.ribbonTabItem1.Panel = this.ribbonPanel1;
     this.ribbonTabItem1.Text = "Instrumente";
     //
     // buttonItem46
     //
     this.buttonItem46.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem46.ImagePaddingHorizontal = 8;
     this.buttonItem46.Name = "buttonItem46";
     this.buttonItem46.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem46.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem46.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem47,
     this.buttonItem49,
     this.buttonItem50,
     this.buttonItem51});
     this.buttonItem46.Text = "Pacineti";
     this.buttonItem46.Click += new System.EventHandler(this.buttonItem46_Click);
     //
     // buttonItem47
     //
     this.buttonItem47.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem47.ImagePaddingHorizontal = 8;
     this.buttonItem47.Name = "buttonItem47";
     this.buttonItem47.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
     this.buttonItem47.Text = "Cautare dupa &nume";
     this.buttonItem47.Click += new System.EventHandler(this.buttonItem47_Click);
     //
     // buttonItem49
     //
     this.buttonItem49.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem49.ImagePaddingHorizontal = 8;
     this.buttonItem49.Name = "buttonItem49";
     this.buttonItem49.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.buttonItem49.Text = "Cautare dupa &cnp";
     this.buttonItem49.Click += new System.EventHandler(this.buttonItem49_Click);
     //
     // buttonItem50
     //
     this.buttonItem50.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem50.ImagePaddingHorizontal = 8;
     this.buttonItem50.Name = "buttonItem50";
     this.buttonItem50.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI);
     this.buttonItem50.Text = "Cautare dupa cod &inregistrare";
     this.buttonItem50.Click += new System.EventHandler(this.buttonItem50_Click);
     //
     // buttonItem51
     //
     this.buttonItem51.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem51.ImagePaddingHorizontal = 8;
     this.buttonItem51.Name = "buttonItem51";
     this.buttonItem51.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlS);
     this.buttonItem51.Text = "&Stergere din baza de date";
     this.buttonItem51.Click += new System.EventHandler(this.buttonItem51_Click);
     //
     // buttonItem48
     //
     this.buttonItem48.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem48.ImagePaddingHorizontal = 8;
     this.buttonItem48.Name = "buttonItem48";
     this.buttonItem48.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem48.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem48.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem52,
     this.buttonItem53,
     this.buttonItem54});
     this.buttonItem48.Text = "Utilizatori";
     //
     // buttonItem52
     //
     this.buttonItem52.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem52.ImagePaddingHorizontal = 8;
     this.buttonItem52.Name = "buttonItem52";
     this.buttonItem52.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.buttonItem52.Text = "&Adaugare utilizator";
     this.buttonItem52.Click += new System.EventHandler(this.buttonItem52_Click);
     //
     // buttonItem53
     //
     this.buttonItem53.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem53.ImagePaddingHorizontal = 8;
     this.buttonItem53.Name = "buttonItem53";
     this.buttonItem53.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlDel);
     this.buttonItem53.Text = "Stergere utilizator";
     this.buttonItem53.Click += new System.EventHandler(this.buttonItem53_Click);
     //
     // buttonItem54
     //
     this.buttonItem54.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem54.ImagePaddingHorizontal = 8;
     this.buttonItem54.Name = "buttonItem54";
     this.buttonItem54.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlP);
     this.buttonItem54.Text = "Schimbare parola utilizator";
     this.buttonItem54.Click += new System.EventHandler(this.buttonItem54_Click);
     //
     // buttonItem55
     //
     this.buttonItem55.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem55.ImagePaddingHorizontal = 8;
     this.buttonItem55.Name = "buttonItem55";
     this.buttonItem55.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem55.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem55.Text = "Setari";
     //
     // buttonItem58
     //
     this.buttonItem58.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem58.ImagePaddingHorizontal = 8;
     this.buttonItem58.Name = "buttonItem58";
     this.buttonItem58.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem58.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem58.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem57,
     this.buttonItem59});
     this.buttonItem58.Text = "Ajutor";
     //
     // buttonItem57
     //
     this.buttonItem57.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem57.ImagePaddingHorizontal = 8;
     this.buttonItem57.Name = "buttonItem57";
     this.buttonItem57.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.buttonItem57.Text = "Suport tehnic";
     this.buttonItem57.Click += new System.EventHandler(this.buttonItem57_Click);
     //
     // buttonItem59
     //
     this.buttonItem59.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem59.ImagePaddingHorizontal = 8;
     this.buttonItem59.Name = "buttonItem59";
     this.buttonItem59.Text = "Despre MedLAB...";
     this.buttonItem59.Click += new System.EventHandler(this.buttonItem59_Click);
     //
     // office2007StartButton1
     //
     this.office2007StartButton1.AutoExpandOnClick = true;
     this.office2007StartButton1.CanCustomize = false;
     this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image")));
     this.office2007StartButton1.ImagePaddingHorizontal = 2;
     this.office2007StartButton1.ImagePaddingVertical = 2;
     this.office2007StartButton1.Name = "office2007StartButton1";
     this.office2007StartButton1.ShowSubItems = false;
     this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer1});
     this.office2007StartButton1.Text = "&File";
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer";
     this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer1.Name = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer2,
     this.itemContainer4});
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
     this.itemContainer2.ItemSpacing = 0;
     this.itemContainer2.Name = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer3,
     this.galleryContainer1});
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
     this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0);
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2,
     this.buttonItem3,
     this.buttonItem4,
     this.buttonItem5,
     this.buttonItem6,
     this.buttonItem7});
     //
     // buttonItem2
     //
     this.buttonItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
     this.buttonItem2.ImagePaddingHorizontal = 8;
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItemsExpandWidth = 24;
     this.buttonItem2.Text = "&New";
     //
     // buttonItem3
     //
     this.buttonItem3.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
     this.buttonItem3.ImagePaddingHorizontal = 8;
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.SubItemsExpandWidth = 24;
     this.buttonItem3.Text = "&Open...";
     //
     // buttonItem4
     //
     this.buttonItem4.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image")));
     this.buttonItem4.ImagePaddingHorizontal = 8;
     this.buttonItem4.Name = "buttonItem4";
     this.buttonItem4.SubItemsExpandWidth = 24;
     this.buttonItem4.Text = "&Save...";
     //
     // buttonItem5
     //
     this.buttonItem5.BeginGroup = true;
     this.buttonItem5.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image")));
     this.buttonItem5.ImagePaddingHorizontal = 8;
     this.buttonItem5.Name = "buttonItem5";
     this.buttonItem5.SubItemsExpandWidth = 24;
     this.buttonItem5.Text = "S&hare...";
     //
     // buttonItem6
     //
     this.buttonItem6.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem6.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem6.Image")));
     this.buttonItem6.ImagePaddingHorizontal = 8;
     this.buttonItem6.Name = "buttonItem6";
     this.buttonItem6.SubItemsExpandWidth = 24;
     this.buttonItem6.Text = "&Print...";
     //
     // buttonItem7
     //
     this.buttonItem7.BeginGroup = true;
     this.buttonItem7.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem7.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem7.Image")));
     this.buttonItem7.ImagePaddingHorizontal = 8;
     this.buttonItem7.Name = "buttonItem7";
     this.buttonItem7.SubItemsExpandWidth = 24;
     this.buttonItem7.Text = "&Close";
     //
     // galleryContainer1
     //
     //
     //
     //
     this.galleryContainer1.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer";
     this.galleryContainer1.EnableGalleryPopup = false;
     this.galleryContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.galleryContainer1.MinimumSize = new System.Drawing.Size(180, 240);
     this.galleryContainer1.MultiLine = false;
     this.galleryContainer1.Name = "galleryContainer1";
     this.galleryContainer1.PopupUsesStandardScrollbars = false;
     this.galleryContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem8,
     this.buttonItem8,
     this.buttonItem9,
     this.buttonItem10,
     this.buttonItem11});
     //
     // labelItem8
     //
     this.labelItem8.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.labelItem8.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
     this.labelItem8.CanCustomize = false;
     this.labelItem8.Name = "labelItem8";
     this.labelItem8.PaddingBottom = 2;
     this.labelItem8.PaddingTop = 2;
     this.labelItem8.Stretch = true;
     this.labelItem8.Text = "Recent Documents";
     //
     // buttonItem8
     //
     this.buttonItem8.ImagePaddingHorizontal = 8;
     this.buttonItem8.Name = "buttonItem8";
     this.buttonItem8.Text = "&1. Short News 5-7.rtf";
     //
     // buttonItem9
     //
     this.buttonItem9.ImagePaddingHorizontal = 8;
     this.buttonItem9.Name = "buttonItem9";
     this.buttonItem9.Text = "&2. Prospect Email.rtf";
     //
     // buttonItem10
     //
     this.buttonItem10.ImagePaddingHorizontal = 8;
     this.buttonItem10.Name = "buttonItem10";
     this.buttonItem10.Text = "&3. Customer Email.rtf";
     //
     // buttonItem11
     //
     this.buttonItem11.ImagePaddingHorizontal = 8;
     this.buttonItem11.Name = "buttonItem11";
     this.buttonItem11.Text = "&4. example.rtf";
     //
     // itemContainer4
     //
     //
     //
     //
     this.itemContainer4.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
     this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
     this.itemContainer4.Name = "itemContainer4";
     this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem12,
     this.buttonItem13});
     //
     // buttonItem12
     //
     this.buttonItem12.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem12.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem12.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem12.Image")));
     this.buttonItem12.ImagePaddingHorizontal = 8;
     this.buttonItem12.Name = "buttonItem12";
     this.buttonItem12.SubItemsExpandWidth = 24;
     this.buttonItem12.Text = "Opt&ions";
     //
     // buttonItem13
     //
     this.buttonItem13.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem13.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem13.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem13.Image")));
     this.buttonItem13.ImagePaddingHorizontal = 8;
     this.buttonItem13.Name = "buttonItem13";
     this.buttonItem13.SubItemsExpandWidth = 24;
     this.buttonItem13.Text = "E&xit";
     //
     // buttonItem1
     //
     this.buttonItem1.ImagePaddingHorizontal = 8;
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem37,
     this.buttonItem38,
     this.buttonItem39,
     this.buttonItem40});
     this.buttonItem1.Text = "Pacienti";
     //
     // buttonItem37
     //
     this.buttonItem37.ImagePaddingHorizontal = 8;
     this.buttonItem37.Name = "buttonItem37";
     this.buttonItem37.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
     this.buttonItem37.Text = "Cautare dupa &nume";
     this.buttonItem37.Click += new System.EventHandler(this.buttonItem37_Click);
     //
     // buttonItem38
     //
     this.buttonItem38.ImagePaddingHorizontal = 8;
     this.buttonItem38.Name = "buttonItem38";
     this.buttonItem38.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(2, 7, 2, 5);
     this.buttonItem38.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.buttonItem38.Text = "Cautare dupa &cnp";
     this.buttonItem38.Click += new System.EventHandler(this.buttonItem38_Click);
     //
     // buttonItem39
     //
     this.buttonItem39.ImagePaddingHorizontal = 8;
     this.buttonItem39.Name = "buttonItem39";
     this.buttonItem39.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI);
     this.buttonItem39.Text = "Cautare dupa cod &inregistrare";
     this.buttonItem39.Click += new System.EventHandler(this.buttonItem39_Click);
     //
     // buttonItem40
     //
     this.buttonItem40.ImagePaddingHorizontal = 8;
     this.buttonItem40.Name = "buttonItem40";
     this.buttonItem40.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlS);
     this.buttonItem40.Text = "&Stergere din baza de date";
     this.buttonItem40.Click += new System.EventHandler(this.buttonItem40_Click);
     //
     // buttonItem14
     //
     this.buttonItem14.ImagePaddingHorizontal = 8;
     this.buttonItem14.Name = "buttonItem14";
     this.buttonItem14.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem41,
     this.buttonItem42,
     this.buttonItem43});
     this.buttonItem14.Text = "Utilizatori";
     //
     // buttonItem41
     //
     this.buttonItem41.ImagePaddingHorizontal = 8;
     this.buttonItem41.Name = "buttonItem41";
     this.buttonItem41.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.buttonItem41.Text = "&Adaugare utilizator nou";
     //
     // buttonItem42
     //
     this.buttonItem42.ImagePaddingHorizontal = 8;
     this.buttonItem42.Name = "buttonItem42";
     this.buttonItem42.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlR);
     this.buttonItem42.Text = "Ste&rgere utilizator";
     //
     // buttonItem43
     //
     this.buttonItem43.ImagePaddingHorizontal = 8;
     this.buttonItem43.Name = "buttonItem43";
     this.buttonItem43.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlP);
     this.buttonItem43.Text = "Schimbare &parola administrator";
     //
     // buttonItem15
     //
     this.buttonItem15.ImagePaddingHorizontal = 8;
     this.buttonItem15.Name = "buttonItem15";
     this.buttonItem15.Text = "Setari";
     //
     // buttonItem17
     //
     this.buttonItem17.ImagePaddingHorizontal = 8;
     this.buttonItem17.Name = "buttonItem17";
     this.buttonItem17.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem44,
     this.buttonItem45});
     this.buttonItem17.Text = "Ajutor";
     //
     // buttonItem44
     //
     this.buttonItem44.ImagePaddingHorizontal = 8;
     this.buttonItem44.Name = "buttonItem44";
     this.buttonItem44.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(2, 3, 2, 3);
     this.buttonItem44.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.buttonItem44.Text = "Suport tehnic";
     this.buttonItem44.Click += new System.EventHandler(this.buttonItem44_Click);
     //
     // buttonItem45
     //
     this.buttonItem45.ImagePaddingHorizontal = 8;
     this.buttonItem45.Name = "buttonItem45";
     this.buttonItem45.Text = "Despre MedLab...";
     //
     // qatCustomizeItem1
     //
     this.qatCustomizeItem1.Name = "qatCustomizeItem1";
     //
     // sideBar1
     //
     this.sideBar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.sideBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.sideBar1.Appearance = DevComponents.DotNetBar.eSideBarAppearance.Flat;
     this.sideBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(250)))));
     this.sideBar1.BorderStyle = DevComponents.DotNetBar.eBorderType.Etched;
     this.sideBar1.ExpandedPanel = this.sideBarPanelItem3;
     this.sideBar1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.sideBar1.Location = new System.Drawing.Point(32, 139);
     this.sideBar1.Name = "sideBar1";
     this.sideBar1.Panels.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.sideBarPanelItem2,
     this.sideBarPanelItem3,
     this.sideBarPanelItem4,
     this.sideBarPanelItem5,
     this.sideBarPanelItem1});
     this.sideBar1.Size = new System.Drawing.Size(242, 523);
     this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.sideBar1.TabIndex = 2;
     this.sideBar1.Text = "sideBar1";
     //
     // sideBarPanelItem3
     //
     this.sideBarPanelItem3.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem3.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem3.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem3.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem3.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem3.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem3.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem3.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem3.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem3.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem3.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem3.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem3.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem3.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem3.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem3.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem3.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem3.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem3.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem3.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem3.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem3.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem3.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem3.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem3.Name = "sideBarPanelItem3";
     this.sideBarPanelItem3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem27,
     this.buttonItem28,
     this.buttonItem29});
     this.sideBarPanelItem3.Text = "Utilizator";
     //
     // buttonItem27
     //
     this.buttonItem27.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem27.FontBold = true;
     this.buttonItem27.ForeColor = System.Drawing.Color.Black;
     this.buttonItem27.Image = global::MedLab2.Properties.Resources.add_user___Copy;
     this.buttonItem27.ImagePaddingHorizontal = 8;
     this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem27.Name = "buttonItem27";
     this.buttonItem27.Text = "Adaugare utilizator nou";
     this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
     //
     // buttonItem28
     //
     this.buttonItem28.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem28.FontBold = true;
     this.buttonItem28.ForeColor = System.Drawing.Color.Black;
     this.buttonItem28.Image = global::MedLab2.Properties.Resources.remove_user_2;
     this.buttonItem28.ImagePaddingHorizontal = 8;
     this.buttonItem28.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem28.Name = "buttonItem28";
     this.buttonItem28.Text = "Stergere utilizator din baza de date";
     this.buttonItem28.Click += new System.EventHandler(this.buttonItem28_Click);
     //
     // buttonItem29
     //
     this.buttonItem29.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem29.FontBold = true;
     this.buttonItem29.ForeColor = System.Drawing.Color.Black;
     this.buttonItem29.Image = global::MedLab2.Properties.Resources.edit_user_2;
     this.buttonItem29.ImagePaddingHorizontal = 8;
     this.buttonItem29.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem29.Name = "buttonItem29";
     this.buttonItem29.Text = "Schimbare parola utilizator";
     this.buttonItem29.Click += new System.EventHandler(this.buttonItem29_Click);
     //
     // sideBarPanelItem2
     //
     this.sideBarPanelItem2.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem2.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem2.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem2.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem2.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem2.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem2.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem2.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem2.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem2.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem2.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem2.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem2.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem2.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem2.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem2.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem2.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem2.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem2.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem2.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem2.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem2.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem2.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem2.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem2.Name = "sideBarPanelItem2";
     this.sideBarPanelItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem23,
     this.buttonItem24,
     this.buttonItem25,
     this.buttonItem26});
     this.sideBarPanelItem2.Text = "Pacienti";
     this.sideBarPanelItem2.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     //
     // buttonItem23
     //
     this.buttonItem23.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem23.FontBold = true;
     this.buttonItem23.ForeColor = System.Drawing.Color.Black;
     this.buttonItem23.Image = global::MedLab2.Properties.Resources.Find2;
     this.buttonItem23.ImagePaddingHorizontal = 8;
     this.buttonItem23.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem23.Name = "buttonItem23";
     this.buttonItem23.Text = "Cautare dupa nume";
     this.buttonItem23.Click += new System.EventHandler(this.buttonItem23_Click);
     //
     // buttonItem24
     //
     this.buttonItem24.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem24.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem24.FontBold = true;
     this.buttonItem24.ForeColor = System.Drawing.Color.Black;
     this.buttonItem24.Image = global::MedLab2.Properties.Resources.Find2;
     this.buttonItem24.ImagePaddingHorizontal = 8;
     this.buttonItem24.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem24.ImageSmall = ((System.Drawing.Image)(resources.GetObject("buttonItem24.ImageSmall")));
     this.buttonItem24.Name = "buttonItem24";
     this.buttonItem24.Text = "Cautare dupa cnp";
     this.buttonItem24.Click += new System.EventHandler(this.buttonItem24_Click);
     //
     // buttonItem25
     //
     this.buttonItem25.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem25.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem25.FontBold = true;
     this.buttonItem25.ForeColor = System.Drawing.Color.Black;
     this.buttonItem25.Image = global::MedLab2.Properties.Resources.Find2;
     this.buttonItem25.ImagePaddingHorizontal = 8;
     this.buttonItem25.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem25.Name = "buttonItem25";
     this.buttonItem25.Text = "Cautare dupa cod inregistrare";
     this.buttonItem25.Click += new System.EventHandler(this.buttonItem25_Click);
     //
     // buttonItem26
     //
     this.buttonItem26.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem26.FontBold = true;
     this.buttonItem26.ForeColor = System.Drawing.Color.Black;
     this.buttonItem26.Image = global::MedLab2.Properties.Resources.remove_user_2;
     this.buttonItem26.ImagePaddingHorizontal = 8;
     this.buttonItem26.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem26.Name = "buttonItem26";
     this.buttonItem26.Text = "Stergere din baza de date";
     this.buttonItem26.Click += new System.EventHandler(this.buttonItem26_Click);
     //
     // sideBarPanelItem4
     //
     this.sideBarPanelItem4.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem4.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem4.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem4.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem4.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem4.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem4.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem4.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem4.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem4.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem4.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem4.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem4.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem4.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem4.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem4.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem4.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem4.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem4.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem4.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem4.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem4.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem4.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem4.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem4.Name = "sideBarPanelItem4";
     this.sideBarPanelItem4.Text = "Setari";
     //
     // sideBarPanelItem5
     //
     this.sideBarPanelItem5.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem5.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem5.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem5.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem5.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem5.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem5.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem5.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem5.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem5.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem5.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem5.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem5.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem5.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem5.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem5.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem5.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem5.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem5.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem5.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem5.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem5.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem5.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem5.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem5.Name = "sideBarPanelItem5";
     this.sideBarPanelItem5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem30,
     this.buttonItem31});
     this.sideBarPanelItem5.Text = "Ajutor";
     //
     // buttonItem30
     //
     this.buttonItem30.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem30.FontBold = true;
     this.buttonItem30.ForeColor = System.Drawing.Color.Black;
     this.buttonItem30.Image = global::MedLab2.Properties.Resources.HelpIcon_2;
     this.buttonItem30.ImagePaddingHorizontal = 8;
     this.buttonItem30.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem30.Name = "buttonItem30";
     this.buttonItem30.Text = "Suport tehnic";
     this.buttonItem30.Click += new System.EventHandler(this.buttonItem30_Click);
     //
     // buttonItem31
     //
     this.buttonItem31.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem31.FontBold = true;
     this.buttonItem31.ForeColor = System.Drawing.Color.Black;
     this.buttonItem31.Image = global::MedLab2.Properties.Resources.ReflectionImage2;
     this.buttonItem31.ImagePaddingHorizontal = 8;
     this.buttonItem31.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem31.Name = "buttonItem31";
     this.buttonItem31.Text = "Despre MedLAB...";
     this.buttonItem31.Click += new System.EventHandler(this.buttonItem31_Click);
     //
     // sideBarPanelItem1
     //
     this.sideBarPanelItem1.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem1.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem1.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem1.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem1.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem1.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem1.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem1.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem1.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem1.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem1.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem1.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem1.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem1.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem1.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem1.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem1.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem1.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem1.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem1.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem1.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem1.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem1.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem1.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem1.Name = "sideBarPanelItem1";
     this.sideBarPanelItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem18,
     this.buttonItem19,
     this.buttonItem20,
     this.buttonItem21,
     this.buttonItem22});
     this.sideBarPanelItem1.Text = "Instrumente";
     //
     // buttonItem18
     //
     this.buttonItem18.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem18.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem18.FontBold = true;
     this.buttonItem18.ForeColor = System.Drawing.Color.Black;
     this.buttonItem18.Image = global::MedLab2.Properties.Resources.Word;
     this.buttonItem18.ImagePaddingHorizontal = 8;
     this.buttonItem18.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem18.Name = "buttonItem18";
     this.buttonItem18.Text = "Word";
     this.buttonItem18.Click += new System.EventHandler(this.buttonItem18_Click);
     //
     // buttonItem19
     //
     this.buttonItem19.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem19.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem19.FontBold = true;
     this.buttonItem19.ForeColor = System.Drawing.Color.Black;
     this.buttonItem19.Image = global::MedLab2.Properties.Resources.Excel;
     this.buttonItem19.ImagePaddingHorizontal = 8;
     this.buttonItem19.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem19.Name = "buttonItem19";
     this.buttonItem19.Text = "Excel";
     this.buttonItem19.Click += new System.EventHandler(this.buttonItem19_Click);
     //
     // buttonItem20
     //
     this.buttonItem20.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem20.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem20.FontBold = true;
     this.buttonItem20.ForeColor = System.Drawing.Color.Black;
     this.buttonItem20.Image = global::MedLab2.Properties.Resources.OutLook;
     this.buttonItem20.ImagePaddingHorizontal = 8;
     this.buttonItem20.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem20.Name = "buttonItem20";
     this.buttonItem20.Text = "Outlook";
     this.buttonItem20.Click += new System.EventHandler(this.buttonItem20_Click);
     //
     // buttonItem21
     //
     this.buttonItem21.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem21.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem21.FontBold = true;
     this.buttonItem21.ForeColor = System.Drawing.Color.Black;
     this.buttonItem21.Image = global::MedLab2.Properties.Resources.PowerPoint;
     this.buttonItem21.ImagePaddingHorizontal = 8;
     this.buttonItem21.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem21.Name = "buttonItem21";
     this.buttonItem21.Text = "PowerPoint";
     this.buttonItem21.Click += new System.EventHandler(this.buttonItem21_Click);
     //
     // buttonItem22
     //
     this.buttonItem22.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem22.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem22.FontBold = true;
     this.buttonItem22.ForeColor = System.Drawing.Color.Black;
     this.buttonItem22.Image = global::MedLab2.Properties.Resources.Calc;
     this.buttonItem22.ImagePaddingHorizontal = 8;
     this.buttonItem22.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem22.Name = "buttonItem22";
     this.buttonItem22.Text = "Calculator";
     this.buttonItem22.Click += new System.EventHandler(this.buttonItem22_Click);
     //
     // tabControl2
     //
     this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl2.BackColor = System.Drawing.Color.Transparent;
     this.tabControl2.CanReorderTabs = true;
     this.tabControl2.Controls.Add(this.tabControlPanel1);
     this.tabControl2.Controls.Add(this.tabControlPanel2);
     this.tabControl2.Controls.Add(this.tabControlPanel3);
     this.tabControl2.Location = new System.Drawing.Point(303, 139);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl2.SelectedTabIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(592, 601);
     this.tabControl2.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl2.TabIndex = 4;
     this.tabControl2.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineWithNavigationBox;
     this.tabControl2.Tabs.Add(this.tabItem2);
     this.tabControl2.Tabs.Add(this.tabItem1);
     this.tabControl2.Tabs.Add(this.tabItem3);
     this.tabControl2.TabScrollAutoRepeat = true;
     this.tabControl2.TabStripTabStop = true;
     this.tabControl2.Text = "tabControl2";
     this.tabControl2.Click += new System.EventHandler(this.tabControl2_Click);
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.groupPanel6);
     this.tabControlPanel1.Controls.Add(this.groupPanel5);
     this.tabControlPanel1.Controls.Add(this.groupPanel4);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 22);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(592, 579);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 2;
     this.tabControlPanel1.TabItem = this.tabItem1;
     //
     // groupPanel6
     //
     this.groupPanel6.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel6.Controls.Add(this.buttonX5);
     this.groupPanel6.Controls.Add(this.buttonX3);
     this.groupPanel6.Controls.Add(this.buttonX2);
     this.groupPanel6.Controls.Add(this.dataGridViewX1);
     this.groupPanel6.DrawTitleBox = false;
     this.groupPanel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel6.Location = new System.Drawing.Point(21, 212);
     this.groupPanel6.Name = "groupPanel6";
     this.groupPanel6.Size = new System.Drawing.Size(645, 469);
     //
     //
     //
     this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel6.Style.BackColorGradientAngle = 90;
     this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderBottomWidth = 1;
     this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderLeftWidth = 1;
     this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderRightWidth = 1;
     this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderTopWidth = 1;
     this.groupPanel6.Style.CornerDiameter = 4;
     this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel6.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel6.TabIndex = 12;
     this.groupPanel6.Text = "Introducere rezultate analize";
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX5.Location = new System.Drawing.Point(26, 289);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(137, 56);
     this.buttonX5.TabIndex = 6;
     this.buttonX5.Text = "Adauga in baza de date";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX3.Location = new System.Drawing.Point(343, 289);
     this.buttonX3.Name = "buttonX3";
     this.buttonX3.Size = new System.Drawing.Size(137, 56);
     this.buttonX3.TabIndex = 5;
     this.buttonX3.Text = "E-mail";
     this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX2.Location = new System.Drawing.Point(182, 290);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(137, 56);
     this.buttonX2.TabIndex = 4;
     this.buttonX2.Text = "Printare";
     this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AllowUserToAddRows = false;
     this.dataGridViewX1.AllowUserToDeleteRows = false;
     this.dataGridViewX1.AllowUserToOrderColumns = true;
     this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(3, 12);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.Size = new System.Drawing.Size(562, 260);
     this.dataGridViewX1.TabIndex = 2;
     //
     // groupPanel5
     //
     this.groupPanel5.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel5.Controls.Add(this.rez_danlz);
     this.groupPanel5.Controls.Add(this.rez_medic);
     this.groupPanel5.Controls.Add(this.rez_dn);
     this.groupPanel5.Controls.Add(this.rez_cnp);
     this.groupPanel5.Controls.Add(this.label21);
     this.groupPanel5.Controls.Add(this.label20);
     this.groupPanel5.Controls.Add(this.label19);
     this.groupPanel5.Controls.Add(this.label18);
     this.groupPanel5.Controls.Add(this.label17);
     this.groupPanel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel5.Location = new System.Drawing.Point(21, 83);
     this.groupPanel5.Name = "groupPanel5";
     this.groupPanel5.Size = new System.Drawing.Size(624, 125);
     //
     //
     //
     this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel5.Style.BackColorGradientAngle = 90;
     this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderBottomWidth = 1;
     this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderLeftWidth = 1;
     this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderRightWidth = 1;
     this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderTopWidth = 1;
     this.groupPanel5.Style.CornerDiameter = 4;
     this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel5.TabIndex = 1;
     this.groupPanel5.Text = "Rezultatele cautarii";
     this.groupPanel5.Click += new System.EventHandler(this.groupPanel5_Click);
     //
     // rez_danlz
     //
     this.rez_danlz.AutoSize = true;
     this.rez_danlz.BackColor = System.Drawing.Color.Transparent;
     this.rez_danlz.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_danlz.Location = new System.Drawing.Point(270, 78);
     this.rez_danlz.Name = "rez_danlz";
     this.rez_danlz.Size = new System.Drawing.Size(0, 16);
     this.rez_danlz.TabIndex = 26;
     //
     // rez_medic
     //
     this.rez_medic.AutoSize = true;
     this.rez_medic.BackColor = System.Drawing.Color.Transparent;
     this.rez_medic.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_medic.Location = new System.Drawing.Point(270, 53);
     this.rez_medic.Name = "rez_medic";
     this.rez_medic.Size = new System.Drawing.Size(0, 16);
     this.rez_medic.TabIndex = 25;
     //
     // rez_dn
     //
     this.rez_dn.AutoSize = true;
     this.rez_dn.BackColor = System.Drawing.Color.Transparent;
     this.rez_dn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_dn.Location = new System.Drawing.Point(270, 27);
     this.rez_dn.Name = "rez_dn";
     this.rez_dn.Size = new System.Drawing.Size(0, 16);
     this.rez_dn.TabIndex = 24;
     //
     // rez_cnp
     //
     this.rez_cnp.AutoSize = true;
     this.rez_cnp.BackColor = System.Drawing.Color.Transparent;
     this.rez_cnp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_cnp.Location = new System.Drawing.Point(270, 0);
     this.rez_cnp.Name = "rez_cnp";
     this.rez_cnp.Size = new System.Drawing.Size(0, 16);
     this.rez_cnp.TabIndex = 23;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(23, 78);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(181, 16);
     this.label21.TabIndex = 22;
     this.label21.Text = "Data efectuarii analizelor";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(23, 53);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(94, 16);
     this.label20.TabIndex = 21;
     this.label20.Text = "Nume medic";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(23, 27);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(96, 16);
     this.label19.TabIndex = 20;
     this.label19.Text = "Data nasterii";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(23, 0);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(39, 16);
     this.label18.TabIndex = 19;
     this.label18.Text = "CNP";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(178, -21);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(48, 16);
     this.label17.TabIndex = 18;
     this.label17.Text = "Nume";
     //
     // groupPanel4
     //
     this.groupPanel4.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.buttonX4);
     this.groupPanel4.Controls.Add(this.label1);
     this.groupPanel4.Controls.Add(this.textBox6);
     this.groupPanel4.Location = new System.Drawing.Point(21, 15);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(624, 62);
     //
     //
     //
     this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 1;
     this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 1;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 1;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 1;
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel4.TabIndex = 0;
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX4.Location = new System.Drawing.Point(443, 3);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(112, 37);
     this.buttonX4.TabIndex = 6;
     this.buttonX4.Text = "Ok";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(23, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(117, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "Cautare pacient";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(197, 17);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(206, 20);
     this.textBox6.TabIndex = 2;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "Introducere rezultate analize";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.AutoScroll = true;
     this.tabControlPanel2.Controls.Add(this.groupPanel3);
     this.tabControlPanel2.Controls.Add(this.groupPanel2);
     this.tabControlPanel2.Controls.Add(this.groupPanel1);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 22);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(592, 579);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 1;
     this.tabControlPanel2.TabItem = this.tabItem2;
     this.tabControlPanel2.Click += new System.EventHandler(this.tabControlPanel2_Click);
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.buttonX6);
     this.groupPanel3.Controls.Add(this.textBox12);
     this.groupPanel3.Controls.Add(this.label28);
     this.groupPanel3.Controls.Add(this.label16);
     this.groupPanel3.Controls.Add(this.textBox11);
     this.groupPanel3.Controls.Add(this.label14);
     this.groupPanel3.Controls.Add(this.label13);
     this.groupPanel3.Controls.Add(this.label12);
     this.groupPanel3.Controls.Add(this.checkedListBox4);
     this.groupPanel3.Controls.Add(this.checkedListBox3);
     this.groupPanel3.Controls.Add(this.checkedListBox2);
     this.groupPanel3.Controls.Add(this.checkedListBox1);
     this.groupPanel3.Controls.Add(this.label11);
     this.groupPanel3.DrawTitleBox = false;
     this.groupPanel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel3.IsShadowEnabled = true;
     this.groupPanel3.Location = new System.Drawing.Point(15, 346);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(616, 336);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 24;
     this.groupPanel3.Text = "Analize Solicitate";
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.BackColor = System.Drawing.Color.Maroon;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX6.Location = new System.Drawing.Point(325, 248);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(137, 56);
     this.buttonX6.TabIndex = 25;
     this.buttonX6.Text = "Adauga in baza de date";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // textBox12
     //
     this.textBox12.BackColor = System.Drawing.Color.White;
     this.textBox12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox12.Location = new System.Drawing.Point(150, 248);
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new System.Drawing.Size(137, 22);
     this.textBox12.TabIndex = 23;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(18, 251);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(85, 16);
     this.label28.TabIndex = 15;
     this.label28.Text = "Cod cerere";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(19, 282);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(73, 16);
     this.label16.TabIndex = 22;
     this.label16.Text = "Cost total";
     //
     // textBox11
     //
     this.textBox11.BackColor = System.Drawing.Color.White;
     this.textBox11.Enabled = false;
     this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox11.Location = new System.Drawing.Point(150, 276);
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new System.Drawing.Size(137, 22);
     this.textBox11.TabIndex = 21;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(322, 124);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(203, 16);
     this.label14.TabIndex = 20;
     this.label14.Text = "Markeri endocrini si tumorali";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(19, 124);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(170, 16);
     this.label13.TabIndex = 19;
     this.label13.Text = "Imunologie si serologie";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(322, 7);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(76, 16);
     this.label12.TabIndex = 18;
     this.label12.Text = "Biochimie";
     //
     // checkedListBox4
     //
     this.checkedListBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox4.FormattingEnabled = true;
     this.checkedListBox4.Location = new System.Drawing.Point(325, 143);
     this.checkedListBox4.Name = "checkedListBox4";
     this.checkedListBox4.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox4.TabIndex = 17;
     //
     // checkedListBox3
     //
     this.checkedListBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox3.FormattingEnabled = true;
     this.checkedListBox3.Location = new System.Drawing.Point(20, 143);
     this.checkedListBox3.Name = "checkedListBox3";
     this.checkedListBox3.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox3.TabIndex = 16;
     //
     // checkedListBox2
     //
     this.checkedListBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox2.FormattingEnabled = true;
     this.checkedListBox2.Location = new System.Drawing.Point(325, 21);
     this.checkedListBox2.Name = "checkedListBox2";
     this.checkedListBox2.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox2.TabIndex = 14;
     //
     // checkedListBox1
     //
     this.checkedListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Location = new System.Drawing.Point(20, 21);
     this.checkedListBox1.Name = "checkedListBox1";
     this.checkedListBox1.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox1.TabIndex = 13;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(19, 2);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(97, 16);
     this.label11.TabIndex = 12;
     this.label11.Text = "Hematologie";
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.textBox9);
     this.groupPanel2.Controls.Add(this.textBox10);
     this.groupPanel2.Controls.Add(this.textBox8);
     this.groupPanel2.Controls.Add(this.label10);
     this.groupPanel2.Controls.Add(this.label9);
     this.groupPanel2.Controls.Add(this.label7);
     this.groupPanel2.DrawTitleBox = false;
     this.groupPanel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel2.IsShadowEnabled = true;
     this.groupPanel2.Location = new System.Drawing.Point(15, 228);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(616, 116);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 23;
     this.groupPanel2.Text = "Date medic";
     //
     // textBox9
     //
     this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox9.Location = new System.Drawing.Point(244, 32);
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(303, 20);
     this.textBox9.TabIndex = 26;
     //
     // textBox10
     //
     this.textBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox10.Location = new System.Drawing.Point(244, 58);
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new System.Drawing.Size(303, 20);
     this.textBox10.TabIndex = 24;
     //
     // textBox8
     //
     this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(244, 6);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(303, 20);
     this.textBox8.TabIndex = 25;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(38, 58);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(61, 16);
     this.label10.TabIndex = 23;
     this.label10.Text = "Telefon";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(39, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(48, 16);
     this.label9.TabIndex = 22;
     this.label9.Text = "Spital";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(39, 6);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(48, 16);
     this.label7.TabIndex = 21;
     this.label7.Text = "Nume";
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.textBox1);
     this.groupPanel1.Controls.Add(this.dateTimePicker1);
     this.groupPanel1.Controls.Add(this.label15);
     this.groupPanel1.Controls.Add(this.textBox7);
     this.groupPanel1.Controls.Add(this.label8);
     this.groupPanel1.Controls.Add(this.textBox4);
     this.groupPanel1.Controls.Add(this.textBox5);
     this.groupPanel1.Controls.Add(this.label2);
     this.groupPanel1.Controls.Add(this.label3);
     this.groupPanel1.Controls.Add(this.textBox3);
     this.groupPanel1.Controls.Add(this.label4);
     this.groupPanel1.Controls.Add(this.textBox2);
     this.groupPanel1.Controls.Add(this.label6);
     this.groupPanel1.Controls.Add(this.label5);
     this.groupPanel1.DrawTitleBox = false;
     this.groupPanel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.IsShadowEnabled = true;
     this.groupPanel1.Location = new System.Drawing.Point(15, -2);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(616, 220);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.superTooltip1.SetSuperTooltip(this.groupPanel1, new DevComponents.DotNetBar.SuperTooltipInfo("MedLAB Help", "", "", global::MedLab2.Properties.Resources.ReflectionImage, global::MedLab2.Properties.Resources.ReflectionImage2, DevComponents.DotNetBar.eTooltipColor.System));
     this.groupPanel1.TabIndex = 22;
     this.groupPanel1.Text = "Date pacient";
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(244, 2);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(303, 20);
     this.textBox1.TabIndex = 21;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker1.Location = new System.Drawing.Point(244, 33);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(303, 20);
     this.dateTimePicker1.TabIndex = 34;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(45, 137);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 16);
     this.label15.TabIndex = 33;
     this.label15.Text = "E-mail";
     //
     // textBox7
     //
     this.textBox7.BackColor = System.Drawing.Color.White;
     this.textBox7.Enabled = false;
     this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(244, 163);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(303, 20);
     this.textBox7.TabIndex = 32;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(39, 111);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(61, 16);
     this.label8.TabIndex = 30;
     this.label8.Text = "Telefon";
     //
     // textBox4
     //
     this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(244, 111);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(303, 20);
     this.textBox4.TabIndex = 29;
     //
     // textBox5
     //
     this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location = new System.Drawing.Point(244, 137);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(303, 20);
     this.textBox5.TabIndex = 31;
     this.textBox5.Text = "*****@*****.**";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(39, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 22;
     this.label2.Text = "Nume";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(37, 33);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 23;
     this.label3.Text = "Data nasterii";
     //
     // textBox3
     //
     this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(244, 85);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(303, 20);
     this.textBox3.TabIndex = 28;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(39, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(39, 16);
     this.label4.TabIndex = 24;
     this.label4.Text = "CNP";
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(244, 59);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(303, 20);
     this.textBox2.TabIndex = 25;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(37, 163);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(181, 16);
     this.label6.TabIndex = 27;
     this.label6.Text = "Data efectuarii analizelor";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(39, 85);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(58, 16);
     this.label5.TabIndex = 26;
     this.label5.Text = "Adresa";
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel2;
     this.tabItem2.Name = "tabItem2";
     this.tabItem2.Text = "Introducere date pacient";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 22);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(592, 579);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.tabItem3;
     //
     // tabItem3
     //
     this.tabItem3.AttachedControl = this.tabControlPanel3;
     this.tabItem3.Name = "tabItem3";
     this.tabItem3.Text = "Statistica";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Location = new System.Drawing.Point(3, 372);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(137, 56);
     this.buttonX1.TabIndex = 3;
     this.buttonX1.Text = "Adauga in baza de date";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // reflectionImage2
     //
     this.reflectionImage2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.reflectionImage2.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.reflectionImage2.Image = global::MedLab2.Properties.Resources.ReflectionImage;
     this.reflectionImage2.Location = new System.Drawing.Point(32, 668);
     this.reflectionImage2.Name = "reflectionImage2";
     this.reflectionImage2.Size = new System.Drawing.Size(77, 75);
     this.reflectionImage2.TabIndex = 6;
     //
     // reflectionLabel1
     //
     this.reflectionLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.reflectionLabel1.Location = new System.Drawing.Point(115, 662);
     this.reflectionLabel1.Name = "reflectionLabel1";
     this.reflectionLabel1.Size = new System.Drawing.Size(147, 81);
     this.reflectionLabel1.TabIndex = 7;
     this.reflectionLabel1.Text = "<b><font size=\"+14\"><i>Med</i><font color=\"#B02B2C\">LAB</font></font></b>";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.AutoScrollMargin = new System.Drawing.Size(5, 5);
     this.AutoScrollMinSize = new System.Drawing.Size(5, 5);
     this.ClientSize = new System.Drawing.Size(1284, 750);
     this.Controls.Add(this.reflectionImage2);
     this.Controls.Add(this.reflectionLabel1);
     this.Controls.Add(this.tabControl2);
     this.Controls.Add(this.sideBar1);
     this.Controls.Add(this.ribbonControl1);
     this.DoubleBuffered = true;
     this.HelpButton = true;
     this.Name = "MainForm";
     this.Text = "MedLAB";
     this.Activated += new System.EventHandler(this.MainForm_Activated);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Click += new System.EventHandler(this.MainForm_Click);
     this.Enter += new System.EventHandler(this.MainForm_Enter);
     this.ribbonControl1.ResumeLayout(false);
     this.ribbonControl1.PerformLayout();
     this.ribbonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).EndInit();
     this.tabControl2.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.groupPanel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     this.groupPanel5.ResumeLayout(false);
     this.groupPanel5.PerformLayout();
     this.groupPanel4.ResumeLayout(false);
     this.groupPanel4.PerformLayout();
     this.tabControlPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel3.PerformLayout();
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblCorrect = new DevComponents.DotNetBar.LabelX();
     this.lblWarning = new DevComponents.DotNetBar.LabelX();
     this.lblError = new DevComponents.DotNetBar.LabelX();
     this.btnViewResult = new DevComponents.DotNetBar.ButtonX();
     this.lnkCancelValid = new System.Windows.Forms.LinkLabel();
     this.pgValidProgress = new DevComponents.DotNetBar.Controls.ProgressBarX();
     this.lblCorrectCount = new DevComponents.DotNetBar.LabelX();
     this.lblWarningCount = new DevComponents.DotNetBar.LabelX();
     this.lblErrorCount = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblProgress = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // lblCorrect
     //
     this.lblCorrect.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblCorrect.BackgroundStyle.Class = "";
     this.lblCorrect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblCorrect.Location = new System.Drawing.Point(19, 158);
     this.lblCorrect.Name = "lblCorrect";
     this.lblCorrect.Size = new System.Drawing.Size(78, 23);
     this.lblCorrect.TabIndex = 24;
     this.lblCorrect.Text = "自動修正:";
     //
     // lblWarning
     //
     this.lblWarning.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblWarning.BackgroundStyle.Class = "";
     this.lblWarning.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblWarning.Location = new System.Drawing.Point(19, 135);
     this.lblWarning.Name = "lblWarning";
     this.lblWarning.Size = new System.Drawing.Size(78, 23);
     this.lblWarning.TabIndex = 23;
     this.lblWarning.Text = "提示數量:";
     //
     // lblError
     //
     this.lblError.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblError.BackgroundStyle.Class = "";
     this.lblError.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblError.Location = new System.Drawing.Point(19, 112);
     this.lblError.Name = "lblError";
     this.lblError.Size = new System.Drawing.Size(78, 23);
     this.lblError.TabIndex = 22;
     this.lblError.Text = "錯誤數量:";
     //
     // btnViewResult
     //
     this.btnViewResult.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnViewResult.AutoSize = true;
     this.btnViewResult.BackColor = System.Drawing.Color.Transparent;
     this.btnViewResult.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnViewResult.Location = new System.Drawing.Point(44, 329);
     this.btnViewResult.Name = "btnViewResult";
     this.btnViewResult.Size = new System.Drawing.Size(91, 25);
     this.btnViewResult.TabIndex = 21;
     this.btnViewResult.Text = "檢視驗證結果";
     this.btnViewResult.Click += new System.EventHandler(this.btnViewResult_Click);
     //
     // lnkCancelValid
     //
     this.lnkCancelValid.AutoSize = true;
     this.lnkCancelValid.BackColor = System.Drawing.Color.Transparent;
     this.lnkCancelValid.Location = new System.Drawing.Point(319, 20);
     this.lnkCancelValid.Name = "lnkCancelValid";
     this.lnkCancelValid.Size = new System.Drawing.Size(60, 17);
     this.lnkCancelValid.TabIndex = 20;
     this.lnkCancelValid.TabStop = true;
     this.lnkCancelValid.Text = "取消驗證";
     this.lnkCancelValid.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lnkCancelValid.VisitedLinkColor = System.Drawing.Color.Blue;
     //
     // pgValidProgress
     //
     this.pgValidProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.pgValidProgress.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.DockSiteBackColor;
     this.pgValidProgress.BackgroundStyle.Class = "";
     this.pgValidProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.pgValidProgress.Location = new System.Drawing.Point(19, 42);
     this.pgValidProgress.Name = "pgValidProgress";
     this.pgValidProgress.Size = new System.Drawing.Size(360, 23);
     this.pgValidProgress.TabIndex = 19;
     this.pgValidProgress.Text = "v";
     //
     // lblCorrectCount
     //
     this.lblCorrectCount.AutoSize = true;
     this.lblCorrectCount.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblCorrectCount.BackgroundStyle.Class = "";
     this.lblCorrectCount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblCorrectCount.Location = new System.Drawing.Point(97, 159);
     this.lblCorrectCount.Name = "lblCorrectCount";
     this.lblCorrectCount.Size = new System.Drawing.Size(15, 21);
     this.lblCorrectCount.TabIndex = 27;
     this.lblCorrectCount.Text = "0";
     //
     // lblWarningCount
     //
     this.lblWarningCount.AutoSize = true;
     this.lblWarningCount.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblWarningCount.BackgroundStyle.Class = "";
     this.lblWarningCount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblWarningCount.Location = new System.Drawing.Point(97, 136);
     this.lblWarningCount.Name = "lblWarningCount";
     this.lblWarningCount.Size = new System.Drawing.Size(15, 21);
     this.lblWarningCount.TabIndex = 26;
     this.lblWarningCount.Text = "0";
     //
     // lblErrorCount
     //
     this.lblErrorCount.AutoSize = true;
     this.lblErrorCount.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblErrorCount.BackgroundStyle.Class = "";
     this.lblErrorCount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblErrorCount.Location = new System.Drawing.Point(97, 113);
     this.lblErrorCount.Name = "lblErrorCount";
     this.lblErrorCount.Size = new System.Drawing.Size(15, 21);
     this.lblErrorCount.TabIndex = 25;
     this.lblErrorCount.Text = "0";
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(26, 13);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(350, 21);
     this.labelX1.TabIndex = 31;
     this.labelX1.Text = "您選擇的\"來源檔案\"會被另存新檔並加上\"驗證訊息\"欄位。";
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.pictureBox1);
     this.groupPanel1.Controls.Add(this.lblProgress);
     this.groupPanel1.Controls.Add(this.lblCorrectCount);
     this.groupPanel1.Controls.Add(this.pgValidProgress);
     this.groupPanel1.Controls.Add(this.lblWarningCount);
     this.groupPanel1.Controls.Add(this.lnkCancelValid);
     this.groupPanel1.Controls.Add(this.lblErrorCount);
     this.groupPanel1.Controls.Add(this.lblCorrect);
     this.groupPanel1.Controls.Add(this.lblError);
     this.groupPanel1.Controls.Add(this.lblWarning);
     this.groupPanel1.Location = new System.Drawing.Point(44, 48);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(404, 236);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 35;
     this.groupPanel1.Text = "驗證進度";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location = new System.Drawing.Point(315, 108);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(64, 64);
     this.pictureBox1.TabIndex = 40;
     this.pictureBox1.TabStop = false;
     //
     // lblProgress
     //
     this.lblProgress.AutoSize = true;
     this.lblProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblProgress.BackgroundStyle.Class = "";
     this.lblProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblProgress.Location = new System.Drawing.Point(19, 71);
     this.lblProgress.Name = "lblProgress";
     this.lblProgress.Size = new System.Drawing.Size(0, 0);
     this.lblProgress.TabIndex = 23;
     //
     // SelectValidate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(492, 366);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.btnViewResult);
     this.DoubleBuffered = true;
     this.Name = "SelectValidate";
     this.Text = "";
     this.TitleText = "檢查資料正確性";
     this.Controls.SetChildIndex(this.btnNext, 0);
     this.Controls.SetChildIndex(this.btnPrevious, 0);
     this.Controls.SetChildIndex(this.btnViewResult, 0);
     this.Controls.SetChildIndex(this.labelX1, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 28
0
        public void AddComponent(Form f, string name)
        {
            //add form to panel
            Panel pa = new Panel();
            pa.Dock = DockStyle.Fill;
            pa.AutoScroll = true;
            pa.Controls.Add(f);
            pa.Padding=  new Padding(0);
            pa.Name = "panel" + name;

            //add form to group
            DevComponents.DotNetBar.Controls.GroupPanel g = new DevComponents.DotNetBar.Controls.GroupPanel();
            g.Resize += new EventHandler(pnl_resize);
            g.Dock = DockStyle.Fill;
            pa.Size =  new Size(g.Width - 6, g.Height - 21);
            f.Size=g.Size;
            ///// set group box
            g.Text = name;
            g.Name = "group_panel" + name;
            g.CanvasColor = System.Drawing.SystemColors.Control;
            g.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            //g.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            g.DrawTitleBox = false;
            g.Location = new System.Drawing.Point(1, 1);
            g.ShowFocusRectangle = true;
            g.Dock = DockStyle.Fill;
            g.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            g.Style.BackColorGradientAngle = 90;
            g.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            g.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderBottomWidth = 1;
            g.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            g.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderLeftWidth = 1;
            g.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderRightWidth = 1;
            g.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderTopWidth = 1;
            g.Style.CornerDiameter = 4;
            g.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            g.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            g.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            g.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            g.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.AutoSize = true;
            //////////////
            g.TabIndex = 0;
            g.Controls.Add(pa);
            //add group to tabpage
            DevComponents.DotNetBar.TabControlPanel p = new DevComponents.DotNetBar.TabControlPanel();
            p.Dock = DockStyle.Fill;
            p.Name = "tab_panel" + name;
            p.Controls.Add(g);
            DevComponents.DotNetBar.TabItem t = new DevComponents.DotNetBar.TabItem();
            t.Text = name;
            t.AttachedControl = p;
            t.Name = "tab_title" + name;
            t.Icon = ((System.Drawing.Icon)(tabItemHome.Icon));
            // add tab_item to tab
            tapcol_content.Tabs.Add(t);
            tapcol_content.SelectedTab = t;
            // refesh
            tapcol_content.Refresh();
            this.Refresh();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReportDailyTest_VNIO));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.cmsGrd = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmSelectAll = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmDeSelectAll = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmReverseSelection = new System.Windows.Forms.ToolStripMenuItem();
     this.grbDateSelector = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.chkUncheck = new System.Windows.Forms.CheckBox();
     this.chkChon = new System.Windows.Forms.CheckBox();
     this.dtpTodate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.cboDate = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.lbltu = new System.Windows.Forms.Label();
     this.dtpFromDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.lblDen = new System.Windows.Forms.Label();
     this.grdObjectType = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.colX_Object = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colObjectType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colID_Object = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grdDoctor = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grdTestTypeList = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.colX_TestType = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colTestType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colID_TestType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnOK = new DevComponents.DotNetBar.ButtonX();
     this.grdDepartment = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.CHON = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.idkhoa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.cmsGrd.SuspendLayout();
     this.grbDateSelector.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpTodate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdObjectType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDoctor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdTestTypeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDepartment)).BeginInit();
     this.SuspendLayout();
     //
     // cmsGrd
     //
     this.cmsGrd.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsmSelectAll,
     this.tsmDeSelectAll,
     this.tsmReverseSelection});
     this.cmsGrd.Name = "cmsGrd";
     this.cmsGrd.Size = new System.Drawing.Size(141, 70);
     this.cmsGrd.Text = "Đánh dấu";
     //
     // tsmSelectAll
     //
     this.tsmSelectAll.Name = "tsmSelectAll";
     this.tsmSelectAll.Size = new System.Drawing.Size(140, 22);
     this.tsmSelectAll.Text = "Chọn Tất Cả";
     this.tsmSelectAll.Click += new System.EventHandler(this.tsmSelectAll_Click);
     //
     // tsmDeSelectAll
     //
     this.tsmDeSelectAll.Name = "tsmDeSelectAll";
     this.tsmDeSelectAll.Size = new System.Drawing.Size(140, 22);
     this.tsmDeSelectAll.Text = "Hủy Chọn";
     this.tsmDeSelectAll.Click += new System.EventHandler(this.tsmDeSelectAll_Click);
     //
     // tsmReverseSelection
     //
     this.tsmReverseSelection.Name = "tsmReverseSelection";
     this.tsmReverseSelection.Size = new System.Drawing.Size(140, 22);
     this.tsmReverseSelection.Text = "Đảo Chọn";
     this.tsmReverseSelection.Click += new System.EventHandler(this.tsmReverseSelection_Click);
     //
     // grbDateSelector
     //
     this.grbDateSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.grbDateSelector.CanvasColor = System.Drawing.SystemColors.Control;
     this.grbDateSelector.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.grbDateSelector.Controls.Add(this.chkUncheck);
     this.grbDateSelector.Controls.Add(this.chkChon);
     this.grbDateSelector.Controls.Add(this.dtpTodate);
     this.grbDateSelector.Controls.Add(this.cboDate);
     this.grbDateSelector.Controls.Add(this.lbltu);
     this.grbDateSelector.Controls.Add(this.dtpFromDate);
     this.grbDateSelector.Controls.Add(this.lblDen);
     this.grbDateSelector.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grbDateSelector.Location = new System.Drawing.Point(12, 2);
     this.grbDateSelector.Name = "grbDateSelector";
     this.grbDateSelector.Size = new System.Drawing.Size(268, 132);
     //
     //
     //
     this.grbDateSelector.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.grbDateSelector.Style.BackColorGradientAngle = 90;
     this.grbDateSelector.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.grbDateSelector.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grbDateSelector.Style.BorderBottomWidth = 1;
     this.grbDateSelector.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.grbDateSelector.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grbDateSelector.Style.BorderLeftWidth = 1;
     this.grbDateSelector.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grbDateSelector.Style.BorderRightWidth = 1;
     this.grbDateSelector.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grbDateSelector.Style.BorderTopWidth = 1;
     this.grbDateSelector.Style.Class = "";
     this.grbDateSelector.Style.CornerDiameter = 4;
     this.grbDateSelector.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.grbDateSelector.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.grbDateSelector.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.grbDateSelector.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.grbDateSelector.StyleMouseDown.Class = "";
     this.grbDateSelector.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.grbDateSelector.StyleMouseOver.Class = "";
     this.grbDateSelector.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.grbDateSelector.TabIndex = 62;
     this.grbDateSelector.Text = "Ngày";
     //
     // chkUncheck
     //
     this.chkUncheck.AutoSize = true;
     this.chkUncheck.Location = new System.Drawing.Point(94, 94);
     this.chkUncheck.Name = "chkUncheck";
     this.chkUncheck.Size = new System.Drawing.Size(80, 19);
     this.chkUncheck.TabIndex = 75;
     this.chkUncheck.Text = "Đảo chọn";
     this.chkUncheck.UseVisualStyleBackColor = true;
     this.chkUncheck.CheckedChanged += new System.EventHandler(this.chkUncheck_CheckedChanged);
     //
     // chkChon
     //
     this.chkChon.AutoSize = true;
     this.chkChon.Location = new System.Drawing.Point(3, 94);
     this.chkChon.Name = "chkChon";
     this.chkChon.Size = new System.Drawing.Size(90, 19);
     this.chkChon.TabIndex = 74;
     this.chkChon.Text = "Chọn tất cả";
     this.chkChon.UseVisualStyleBackColor = true;
     this.chkChon.CheckedChanged += new System.EventHandler(this.chkChon_CheckedChanged);
     //
     // dtpTodate
     //
     this.dtpTodate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dtpTodate.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtpTodate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpTodate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpTodate.ButtonDropDown.Visible = true;
     this.dtpTodate.CustomFormat = "dd/MM/yyyy";
     this.dtpTodate.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dtpTodate.IsPopupCalendarOpen = false;
     this.dtpTodate.Location = new System.Drawing.Point(37, 57);
     //
     //
     //
     this.dtpTodate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpTodate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtpTodate.MonthCalendar.BackgroundStyle.Class = "";
     this.dtpTodate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpTodate.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtpTodate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpTodate.MonthCalendar.DisplayMonth = new System.DateTime(2011, 4, 1, 0, 0, 0, 0);
     this.dtpTodate.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtpTodate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpTodate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpTodate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpTodate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpTodate.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtpTodate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpTodate.MonthCalendar.TodayButtonVisible = true;
     this.dtpTodate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtpTodate.Name = "dtpTodate";
     this.dtpTodate.Size = new System.Drawing.Size(222, 21);
     this.dtpTodate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtpTodate.TabIndex = 1;
     //
     // cboDate
     //
     this.cboDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cboDate.DisplayMember = "Text";
     this.cboDate.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDate.FormattingEnabled = true;
     this.cboDate.ItemHeight = 15;
     this.cboDate.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2,
     this.comboItem3});
     this.cboDate.Location = new System.Drawing.Point(5, 5);
     this.cboDate.Name = "cboDate";
     this.cboDate.Size = new System.Drawing.Size(254, 21);
     this.cboDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboDate.TabIndex = 0;
     this.cboDate.SelectedIndexChanged += new System.EventHandler(this.cboDate_SelectedIndexChanged);
     //
     // comboItem1
     //
     this.comboItem1.FontStyle = System.Drawing.FontStyle.Bold;
     this.comboItem1.Text = "Hôm nay";
     //
     // comboItem2
     //
     this.comboItem2.FontStyle = System.Drawing.FontStyle.Bold;
     this.comboItem2.Text = "Hôm qua";
     //
     // comboItem3
     //
     this.comboItem3.FontStyle = System.Drawing.FontStyle.Bold;
     this.comboItem3.Text = "Tùy chọn";
     //
     // lbltu
     //
     this.lbltu.AutoSize = true;
     this.lbltu.BackColor = System.Drawing.Color.Transparent;
     this.lbltu.Location = new System.Drawing.Point(3, 35);
     this.lbltu.Name = "lbltu";
     this.lbltu.Size = new System.Drawing.Size(26, 15);
     this.lbltu.TabIndex = 0;
     this.lbltu.Text = "Từ:";
     //
     // dtpFromDate
     //
     this.dtpFromDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dtpFromDate.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtpFromDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpFromDate.ButtonDropDown.Visible = true;
     this.dtpFromDate.CustomFormat = "dd/MM/yyyy";
     this.dtpFromDate.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dtpFromDate.IsPopupCalendarOpen = false;
     this.dtpFromDate.Location = new System.Drawing.Point(37, 31);
     //
     //
     //
     this.dtpFromDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFromDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtpFromDate.MonthCalendar.BackgroundStyle.Class = "";
     this.dtpFromDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.DisplayMonth = new System.DateTime(2011, 4, 1, 0, 0, 0, 0);
     this.dtpFromDate.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtpFromDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.TodayButtonVisible = true;
     this.dtpFromDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtpFromDate.Name = "dtpFromDate";
     this.dtpFromDate.Size = new System.Drawing.Size(222, 21);
     this.dtpFromDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtpFromDate.TabIndex = 1;
     //
     // lblDen
     //
     this.lblDen.AutoSize = true;
     this.lblDen.BackColor = System.Drawing.Color.Transparent;
     this.lblDen.Location = new System.Drawing.Point(2, 61);
     this.lblDen.Name = "lblDen";
     this.lblDen.Size = new System.Drawing.Size(33, 15);
     this.lblDen.TabIndex = 0;
     this.lblDen.Text = "Đến:";
     //
     // grdObjectType
     //
     this.grdObjectType.AllowUserToAddRows = false;
     this.grdObjectType.AllowUserToDeleteRows = false;
     this.grdObjectType.AllowUserToResizeRows = false;
     this.grdObjectType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.grdObjectType.BackgroundColor = System.Drawing.Color.White;
     this.grdObjectType.CausesValidation = false;
     this.grdObjectType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdObjectType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colX_Object,
     this.colObjectType,
     this.colID_Object});
     this.grdObjectType.ContextMenuStrip = this.cmsGrd;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdObjectType.DefaultCellStyle = dataGridViewCellStyle1;
     this.grdObjectType.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.grdObjectType.Location = new System.Drawing.Point(32, 196);
     this.grdObjectType.MultiSelect = false;
     this.grdObjectType.Name = "grdObjectType";
     this.grdObjectType.ReadOnly = true;
     this.grdObjectType.RowHeadersVisible = false;
     this.grdObjectType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdObjectType.Size = new System.Drawing.Size(187, 279);
     this.grdObjectType.TabIndex = 64;
     this.grdObjectType.Click += new System.EventHandler(this.grdObjectType_Click);
     this.grdObjectType.KeyUp += new System.Windows.Forms.KeyEventHandler(this.grdObjectType_KeyUp);
     //
     // colX_Object
     //
     this.colX_Object.DataPropertyName = "Checked";
     this.colX_Object.FalseValue = "0";
     this.colX_Object.HeaderText = "X";
     this.colX_Object.Name = "colX_Object";
     this.colX_Object.ReadOnly = true;
     this.colX_Object.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colX_Object.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colX_Object.TrueValue = "1";
     this.colX_Object.Width = 25;
     //
     // colObjectType
     //
     this.colObjectType.DataPropertyName = "sName";
     this.colObjectType.HeaderText = "Đối tượng";
     this.colObjectType.Name = "colObjectType";
     this.colObjectType.ReadOnly = true;
     this.colObjectType.Width = 120;
     //
     // colID_Object
     //
     this.colID_Object.DataPropertyName = "ID";
     this.colID_Object.HeaderText = "ID";
     this.colID_Object.Name = "colID_Object";
     this.colID_Object.ReadOnly = true;
     this.colID_Object.Visible = false;
     this.colID_Object.Width = 40;
     //
     // grdDoctor
     //
     this.grdDoctor.AllowUserToAddRows = false;
     this.grdDoctor.AllowUserToDeleteRows = false;
     this.grdDoctor.AllowUserToResizeRows = false;
     this.grdDoctor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.grdDoctor.BackgroundColor = System.Drawing.Color.White;
     this.grdDoctor.CausesValidation = false;
     this.grdDoctor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdDoctor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewCheckBoxColumn1,
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn2});
     this.grdDoctor.ContextMenuStrip = this.cmsGrd;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdDoctor.DefaultCellStyle = dataGridViewCellStyle2;
     this.grdDoctor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.grdDoctor.Location = new System.Drawing.Point(477, 12);
     this.grdDoctor.MultiSelect = false;
     this.grdDoctor.Name = "grdDoctor";
     this.grdDoctor.ReadOnly = true;
     this.grdDoctor.RowHeadersVisible = false;
     this.grdDoctor.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdDoctor.Size = new System.Drawing.Size(250, 565);
     this.grdDoctor.TabIndex = 71;
     this.grdDoctor.Visible = false;
     //
     // dataGridViewCheckBoxColumn1
     //
     this.dataGridViewCheckBoxColumn1.DataPropertyName = "Checked";
     this.dataGridViewCheckBoxColumn1.FalseValue = "0";
     this.dataGridViewCheckBoxColumn1.HeaderText = "X";
     this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
     this.dataGridViewCheckBoxColumn1.ReadOnly = true;
     this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewCheckBoxColumn1.TrueValue = "1";
     this.dataGridViewCheckBoxColumn1.Width = 25;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "bacSyDieuTri";
     this.dataGridViewTextBoxColumn1.HeaderText = "Bác Sỹ điều trị";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 120;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "idbacSyDieuTri";
     this.dataGridViewTextBoxColumn2.HeaderText = "ID";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Visible = false;
     this.dataGridViewTextBoxColumn2.Width = 40;
     //
     // grdTestTypeList
     //
     this.grdTestTypeList.AllowUserToAddRows = false;
     this.grdTestTypeList.AllowUserToDeleteRows = false;
     this.grdTestTypeList.AllowUserToResizeRows = false;
     this.grdTestTypeList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.grdTestTypeList.BackgroundColor = System.Drawing.Color.White;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdTestTypeList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.grdTestTypeList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdTestTypeList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colX_TestType,
     this.colTestType,
     this.colID_TestType});
     this.grdTestTypeList.ContextMenuStrip = this.cmsGrd;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdTestTypeList.DefaultCellStyle = dataGridViewCellStyle4;
     this.grdTestTypeList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.grdTestTypeList.Location = new System.Drawing.Point(6, 336);
     this.grdTestTypeList.Name = "grdTestTypeList";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdTestTypeList.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.grdTestTypeList.RowHeadersVisible = false;
     this.grdTestTypeList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdTestTypeList.Size = new System.Drawing.Size(274, 193);
     this.grdTestTypeList.TabIndex = 73;
     //
     // colX_TestType
     //
     this.colX_TestType.DataPropertyName = "Checked";
     this.colX_TestType.FalseValue = "0";
     this.colX_TestType.HeaderText = "X";
     this.colX_TestType.Name = "colX_TestType";
     this.colX_TestType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colX_TestType.TrueValue = "1";
     this.colX_TestType.Width = 25;
     //
     // colTestType
     //
     this.colTestType.DataPropertyName = "TestType_Name";
     this.colTestType.HeaderText = "Loại Xét Nghiệm";
     this.colTestType.Name = "colTestType";
     this.colTestType.ReadOnly = true;
     this.colTestType.Width = 200;
     //
     // colID_TestType
     //
     this.colID_TestType.DataPropertyName = "TestType_ID";
     this.colID_TestType.HeaderText = "ID";
     this.colID_TestType.Name = "colID_TestType";
     this.colID_TestType.ReadOnly = true;
     this.colID_TestType.Width = 40;
     //
     // btnOK
     //
     this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.Location = new System.Drawing.Point(13, 535);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(126, 45);
     this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnOK.TabIndex = 74;
     this.btnOK.Text = "In báo cáo (F4)";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click_1);
     //
     // grdDepartment
     //
     this.grdDepartment.AllowUserToAddRows = false;
     this.grdDepartment.AllowUserToDeleteRows = false;
     this.grdDepartment.AllowUserToResizeRows = false;
     this.grdDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.grdDepartment.BackgroundColor = System.Drawing.Color.White;
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdDepartment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.grdDepartment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdDepartment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.CHON,
     this.dataGridViewTextBoxColumn3,
     this.idkhoa});
     this.grdDepartment.ContextMenuStrip = this.cmsGrd;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdDepartment.DefaultCellStyle = dataGridViewCellStyle7;
     this.grdDepartment.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.grdDepartment.Location = new System.Drawing.Point(6, 140);
     this.grdDepartment.Name = "grdDepartment";
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdDepartment.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
     this.grdDepartment.RowHeadersVisible = false;
     this.grdDepartment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdDepartment.Size = new System.Drawing.Size(274, 198);
     this.grdDepartment.TabIndex = 75;
     //
     // CHON
     //
     this.CHON.DataPropertyName = "CHON";
     this.CHON.FalseValue = "0";
     this.CHON.HeaderText = "X";
     this.CHON.Name = "CHON";
     this.CHON.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.CHON.TrueValue = "1";
     this.CHON.Width = 25;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "khoa";
     this.dataGridViewTextBoxColumn3.HeaderText = "Khoa";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.Width = 200;
     //
     // idkhoa
     //
     this.idkhoa.DataPropertyName = "idkhoa";
     this.idkhoa.HeaderText = "IdKhoa";
     this.idkhoa.Name = "idkhoa";
     this.idkhoa.ReadOnly = true;
     this.idkhoa.Width = 40;
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location = new System.Drawing.Point(145, 535);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(126, 45);
     this.btnExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnExit.TabIndex = 76;
     this.btnExit.Text = "Thoát";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // FrmReportDailyTest_VNIO
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(746, 589);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.grdDepartment);
     this.Controls.Add(this.grdDoctor);
     this.Controls.Add(this.grbDateSelector);
     this.Controls.Add(this.grdTestTypeList);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.grdObjectType);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Name = "FrmReportDailyTest_VNIO";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "BÁO CÁO THÔNG KÊ THEO KHOA LÂM SÀNG";
     this.Load += new System.EventHandler(this.FrmGeneralReport_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmGeneralReport_KeyDown);
     this.cmsGrd.ResumeLayout(false);
     this.grbDateSelector.ResumeLayout(false);
     this.grbDateSelector.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpTodate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdObjectType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDoctor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdTestTypeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDepartment)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lbTenGiaoVien = new DevComponents.DotNetBar.LabelX();
     this.comboHoTen = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.tbxMaHocSinh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.comboLop = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.lbHoTen = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.dtgvHocSinh = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Lop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HoTen = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaHocSinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GioiTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NgaySinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lbKetQua = new DevComponents.DotNetBar.LabelX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lbKQ = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvHocSinh)).BeginInit();
     this.groupPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.Location = new System.Drawing.Point(340, 1);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(171, 23);
     this.labelX5.TabIndex = 28;
     this.labelX5.Text = "Tra Cứu Học Sinh";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(594, 3);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 29;
     this.labelX1.Text = "Mã Học Sinh: ";
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lbTenGiaoVien);
     this.groupPanel1.Controls.Add(this.comboHoTen);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Controls.Add(this.tbxMaHocSinh);
     this.groupPanel1.Controls.Add(this.comboLop);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Controls.Add(this.lbHoTen);
     this.groupPanel1.Controls.Add(this.labelX6);
     this.groupPanel1.Location = new System.Drawing.Point(1, 30);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(848, 80);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 30;
     this.groupPanel1.Text = "Thông Tin Tra Cứu";
     //
     // lbTenGiaoVien
     //
     this.lbTenGiaoVien.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbTenGiaoVien.BackgroundStyle.Class = "";
     this.lbTenGiaoVien.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbTenGiaoVien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTenGiaoVien.Location = new System.Drawing.Point(164, 28);
     this.lbTenGiaoVien.Name = "lbTenGiaoVien";
     this.lbTenGiaoVien.Size = new System.Drawing.Size(92, 23);
     this.lbTenGiaoVien.TabIndex = 43;
     //
     // comboHoTen
     //
     this.comboHoTen.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboHoTen.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboHoTen.DisplayMember = "Text";
     this.comboHoTen.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboHoTen.FormattingEnabled = true;
     this.comboHoTen.ItemHeight = 14;
     this.comboHoTen.Location = new System.Drawing.Point(356, 6);
     this.comboHoTen.Name = "comboHoTen";
     this.comboHoTen.Size = new System.Drawing.Size(195, 20);
     this.comboHoTen.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboHoTen.TabIndex = 35;
     this.comboHoTen.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboHoTen_KeyDown);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.ImageFixedSize = new System.Drawing.Size(26, 26);
     this.buttonX1.Location = new System.Drawing.Point(480, 32);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(71, 26);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 41;
     this.buttonX1.Text = "Search";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // tbxMaHocSinh
     //
     //
     //
     //
     this.tbxMaHocSinh.Border.Class = "TextBoxBorder";
     this.tbxMaHocSinh.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxMaHocSinh.Location = new System.Drawing.Point(698, 4);
     this.tbxMaHocSinh.Name = "tbxMaHocSinh";
     this.tbxMaHocSinh.Size = new System.Drawing.Size(133, 20);
     this.tbxMaHocSinh.TabIndex = 31;
     //
     // comboLop
     //
     this.comboLop.DisplayMember = "Text";
     this.comboLop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboLop.FormattingEnabled = true;
     this.comboLop.ItemHeight = 14;
     this.comboLop.Location = new System.Drawing.Point(100, 3);
     this.comboLop.Name = "comboLop";
     this.comboLop.Size = new System.Drawing.Size(58, 20);
     this.comboLop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboLop.TabIndex = 38;
     this.comboLop.SelectedIndexChanged += new System.EventHandler(this.comboLop_SelectedIndexChanged);
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.Location = new System.Drawing.Point(66, 3);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(28, 23);
     this.labelX2.TabIndex = 37;
     this.labelX2.Text = "Lớp: ";
     //
     // lbHoTen
     //
     this.lbHoTen.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbHoTen.BackgroundStyle.Class = "";
     this.lbHoTen.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbHoTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbHoTen.Location = new System.Drawing.Point(227, 6);
     this.lbHoTen.Name = "lbHoTen";
     this.lbHoTen.Size = new System.Drawing.Size(112, 23);
     this.lbHoTen.TabIndex = 34;
     this.lbHoTen.Text = "Họ và Tên Học Sinh";
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(66, 29);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(92, 23);
     this.labelX6.TabIndex = 33;
     this.labelX6.Text = "Tên Giáo Viên: ";
     //
     // dtgvHocSinh
     //
     this.dtgvHocSinh.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgvHocSinh.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT,
     this.Lop,
     this.HoTen,
     this.MaHocSinh,
     this.GioiTinh,
     this.NgaySinh,
     this.DiaChi,
     this.Email});
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dtgvHocSinh.DefaultCellStyle = dataGridViewCellStyle1;
     this.dtgvHocSinh.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.dtgvHocSinh.Location = new System.Drawing.Point(3, 3);
     this.dtgvHocSinh.Name = "dtgvHocSinh";
     this.dtgvHocSinh.Size = new System.Drawing.Size(842, 206);
     this.dtgvHocSinh.TabIndex = 0;
     //
     // STT
     //
     this.STT.DataPropertyName = "stt";
     this.STT.HeaderText = "STT";
     this.STT.Name = "STT";
     this.STT.Width = 30;
     //
     // Lop
     //
     this.Lop.DataPropertyName = "lop";
     this.Lop.HeaderText = "Lớp";
     this.Lop.Name = "Lop";
     this.Lop.Width = 50;
     //
     // HoTen
     //
     this.HoTen.DataPropertyName = "hoTen";
     this.HoTen.HeaderText = "Họ và Tên";
     this.HoTen.Name = "HoTen";
     this.HoTen.Width = 170;
     //
     // MaHocSinh
     //
     this.MaHocSinh.DataPropertyName = "maHocSinh";
     this.MaHocSinh.HeaderText = "Mã HS";
     this.MaHocSinh.Name = "MaHocSinh";
     this.MaHocSinh.Width = 70;
     //
     // GioiTinh
     //
     this.GioiTinh.DataPropertyName = "gioiTinh";
     this.GioiTinh.HeaderText = "Giới Tính";
     this.GioiTinh.Name = "GioiTinh";
     this.GioiTinh.Width = 80;
     //
     // NgaySinh
     //
     this.NgaySinh.DataPropertyName = "ngaySinh";
     this.NgaySinh.HeaderText = "Ngày Sinh";
     this.NgaySinh.Name = "NgaySinh";
     this.NgaySinh.Width = 130;
     //
     // DiaChi
     //
     this.DiaChi.DataPropertyName = "diaChi";
     this.DiaChi.HeaderText = "Địa Chỉ";
     this.DiaChi.Name = "DiaChi";
     this.DiaChi.Width = 170;
     //
     // Email
     //
     this.Email.DataPropertyName = "email";
     this.Email.HeaderText = "Email";
     this.Email.Name = "Email";
     //
     // lbKetQua
     //
     this.lbKetQua.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbKetQua.BackgroundStyle.Class = "";
     this.lbKetQua.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbKetQua.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbKetQua.Location = new System.Drawing.Point(1, 350);
     this.lbKetQua.Name = "lbKetQua";
     this.lbKetQua.Size = new System.Drawing.Size(97, 23);
     this.lbKetQua.TabIndex = 32;
     this.lbKetQua.Text = "Số lượng tìm thấy: ";
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location = new System.Drawing.Point(780, 350);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(75, 23);
     this.buttonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX4.TabIndex = 33;
     this.buttonX4.Text = "Đóng";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.dtgvHocSinh);
     this.groupPanel2.Location = new System.Drawing.Point(1, 111);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(854, 233);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 34;
     this.groupPanel2.Text = "Thông Tin Tra Cứu";
     //
     // lbKQ
     //
     this.lbKQ.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbKQ.BackgroundStyle.Class = "";
     this.lbKQ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbKQ.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbKQ.Location = new System.Drawing.Point(104, 350);
     this.lbKQ.Name = "lbKQ";
     this.lbKQ.Size = new System.Drawing.Size(22, 23);
     this.lbKQ.TabIndex = 35;
     this.lbKQ.Text = "0";
     //
     // frmTraCuuHocSinh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(860, 373);
     this.Controls.Add(this.lbKQ);
     this.Controls.Add(this.groupPanel2);
     this.Controls.Add(this.buttonX4);
     this.Controls.Add(this.lbKetQua);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.labelX5);
     this.DoubleBuffered = true;
     this.Name = "frmTraCuuHocSinh";
     this.Text = "Tra Cứu";
     this.Load += new System.EventHandler(this.frmTraCuu_Load);
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgvHocSinh)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.cbxQuizName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.btnRun = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.rbClassSeatNo = new System.Windows.Forms.RadioButton();
     this.rbStudentNumber = new System.Windows.Forms.RadioButton();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(14, 14);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(63, 30);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "測驗名稱";
     //
     // cbxQuizName
     //
     this.cbxQuizName.DisplayMember = "Text";
     this.cbxQuizName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbxQuizName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxQuizName.FormattingEnabled = true;
     this.cbxQuizName.ItemHeight = 19;
     this.cbxQuizName.Location = new System.Drawing.Point(81, 17);
     this.cbxQuizName.Name = "cbxQuizName";
     this.cbxQuizName.Size = new System.Drawing.Size(327, 25);
     this.cbxQuizName.TabIndex = 1;
     //
     // btnRun
     //
     this.btnRun.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnRun.BackColor = System.Drawing.Color.Transparent;
     this.btnRun.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnRun.Location = new System.Drawing.Point(261, 88);
     this.btnRun.Name = "btnRun";
     this.btnRun.Size = new System.Drawing.Size(67, 23);
     this.btnRun.TabIndex = 2;
     this.btnRun.Text = "確定";
     this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(340, 88);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(67, 23);
     this.btnExit.TabIndex = 3;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.rbClassSeatNo);
     this.groupPanel1.Controls.Add(this.rbStudentNumber);
     this.groupPanel1.Location = new System.Drawing.Point(10, 52);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(200, 59);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 4;
     this.groupPanel1.Text = "匯入資料依照方式";
     //
     // rbClassSeatNo
     //
     this.rbClassSeatNo.AutoSize = true;
     this.rbClassSeatNo.Location = new System.Drawing.Point(95, 7);
     this.rbClassSeatNo.Name = "rbClassSeatNo";
     this.rbClassSeatNo.Size = new System.Drawing.Size(78, 21);
     this.rbClassSeatNo.TabIndex = 1;
     this.rbClassSeatNo.TabStop = true;
     this.rbClassSeatNo.Text = "班級座號";
     this.rbClassSeatNo.UseVisualStyleBackColor = true;
     //
     // rbStudentNumber
     //
     this.rbStudentNumber.AutoSize = true;
     this.rbStudentNumber.Location = new System.Drawing.Point(13, 7);
     this.rbStudentNumber.Name = "rbStudentNumber";
     this.rbStudentNumber.Size = new System.Drawing.Size(52, 21);
     this.rbStudentNumber.TabIndex = 0;
     this.rbStudentNumber.TabStop = true;
     this.rbStudentNumber.Text = "學號";
     this.rbStudentNumber.UseVisualStyleBackColor = true;
     //
     // ImportStudQuizDataSelectQuizNameForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(421, 117);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnRun);
     this.Controls.Add(this.cbxQuizName);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Name = "ImportStudQuizDataSelectQuizNameForm";
     this.Text = "請選擇匯入測驗";
     this.Load += new System.EventHandler(this.ImportStudQuizDataSelectQuizNameForm_Load);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(Tab_MusicManager));

            _GroupPanel12 = new DevComponents.DotNetBar.Controls.GroupPanel();
            _LabelX56     = new DevComponents.DotNetBar.LabelX();
            _SwitchButton_MS_OverwriteSizeRestrictions = new DevComponents.DotNetBar.Controls.SwitchButton();
            _SwitchButton_MS_OverwriteSizeRestrictions.ValueChanged += new EventHandler(SwitchButton_MS_OverwriteSizeRestrictions_ValueChanged);
            _GroupBox_MS_SeqProperties = new DevComponents.DotNetBar.Controls.GroupPanel();
            _LabelX_MS_SeqSize         = new DevComponents.DotNetBar.LabelX();
            _LabelX33                                = new DevComponents.DotNetBar.LabelX();
            _LabelX28                                = new DevComponents.DotNetBar.LabelX();
            _LabelX_MS_SequenceID                    = new DevComponents.DotNetBar.LabelX();
            _GroupBox_MS_SelectedSequence            = new DevComponents.DotNetBar.Controls.GroupPanel();
            _ButtonX1                                = new DevComponents.DotNetBar.ButtonX();
            _ButtonX1.Click                         += new EventHandler(ButtonX1_Click);
            _ComboBox_MS_NInst                       = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBox_MS_NInst.SelectedIndexChanged += new EventHandler(ComboBox_MS_NInst_SelectedIndexChanged);
            _LabelX32                                = new DevComponents.DotNetBar.LabelX();
            _LabelX5 = new DevComponents.DotNetBar.LabelX();
            _TextBoxX_MS_Sequencename              = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_MS_Sequencename.TextChanged += new EventHandler(MusicSettings_SequenceNameChanged);
            _Button_MS_ExtractSequence             = new DevComponents.DotNetBar.ButtonX();
            _Button_MS_ExtractSequence.Click      += new EventHandler(Button_MS_ExtractSequence_Click);
            _Button_MS_ReplaceSequence             = new DevComponents.DotNetBar.ButtonX();
            _Button_MS_ReplaceSequence.Click      += new EventHandler(Button_MS_ReplaceSequence_Click);
            _Line6       = new DevComponents.DotNetBar.Controls.Line();
            _GroupPanel9 = new DevComponents.DotNetBar.Controls.GroupPanel();
            _ButtonX_MS_RemoveSequence        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_MS_RemoveSequence.Click += new EventHandler(ButtonX_MS_RemoveSequence_Click);
            _ButtonX_MS_AddSequence           = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_MS_AddSequence.Click    += new EventHandler(ButtonX_MS_AddSequence_Click);
            _ListBoxAdv_MS_MusicSequences     = new Publics.Controls.ItemListBox();
            _ListBoxAdv_MS_MusicSequences.SelectedItemChanged += new Publics.Controls.ItemListBox.SelectedItemChangedEventHandler(ListBoxAdv_MS_MusicSequences_SelectedIndexChanged);
            _GroupPanel12.SuspendLayout();
            _GroupBox_MS_SeqProperties.SuspendLayout();
            _GroupBox_MS_SelectedSequence.SuspendLayout();
            _GroupPanel9.SuspendLayout();
            SuspendLayout();
            //
            // GroupPanel12
            //
            _GroupPanel12.BackColor        = Color.White;
            _GroupPanel12.CanvasColor      = Color.Empty;
            _GroupPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupPanel12.Controls.Add(_LabelX56);
            _GroupPanel12.Controls.Add(_SwitchButton_MS_OverwriteSizeRestrictions);
            _GroupPanel12.DisabledBackColor = Color.Empty;
            resources.ApplyResources(_GroupPanel12, "GroupPanel12");
            _GroupPanel12.Name = "GroupPanel12";
            //
            //
            //
            _GroupPanel12.Style.BackColorGradientAngle = 90;
            _GroupPanel12.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderBottomWidth      = 1;
            _GroupPanel12.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupPanel12.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderLeftWidth        = 1;
            _GroupPanel12.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderRightWidth       = 1;
            _GroupPanel12.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderTopWidth      = 1;
            _GroupPanel12.Style.CornerDiameter      = 4;
            _GroupPanel12.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupPanel12.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupPanel12.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupPanel12.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // LabelX56
            //
            _LabelX56.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX56, "LabelX56");
            _LabelX56.Name  = "LabelX56";
            _LabelX56.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // SwitchButton_MS_OverwriteSizeRestrictions
            //
            //
            //
            //
            _SwitchButton_MS_OverwriteSizeRestrictions.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _SwitchButton_MS_OverwriteSizeRestrictions.FocusCuesEnabled           = false;
            resources.ApplyResources(_SwitchButton_MS_OverwriteSizeRestrictions, "SwitchButton_MS_OverwriteSizeRestrictions");
            _SwitchButton_MS_OverwriteSizeRestrictions.Name              = "SwitchButton_MS_OverwriteSizeRestrictions";
            _SwitchButton_MS_OverwriteSizeRestrictions.OffTextColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _SwitchButton_MS_OverwriteSizeRestrictions.OnBackColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(139)), Conversions.ToInteger(Conversions.ToByte(195)), Conversions.ToInteger(Conversions.ToByte(80)));
            _SwitchButton_MS_OverwriteSizeRestrictions.OnTextColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(21)), Conversions.ToInteger(Conversions.ToByte(66)), Conversions.ToInteger(Conversions.ToByte(139)));
            _SwitchButton_MS_OverwriteSizeRestrictions.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _SwitchButton_MS_OverwriteSizeRestrictions.SwitchBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(147)), Conversions.ToInteger(Conversions.ToByte(164)), Conversions.ToInteger(Conversions.ToByte(181)));
            _SwitchButton_MS_OverwriteSizeRestrictions.SwitchBorderColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(69)), Conversions.ToInteger(Conversions.ToByte(85)), Conversions.ToInteger(Conversions.ToByte(107)));
            _SwitchButton_MS_OverwriteSizeRestrictions.SwitchWidth       = 15;
            //
            // GroupBox_MS_SeqProperties
            //
            _GroupBox_MS_SeqProperties.BackColor        = Color.White;
            _GroupBox_MS_SeqProperties.CanvasColor      = Color.Empty;
            _GroupBox_MS_SeqProperties.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX_MS_SeqSize);
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX33);
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX28);
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX_MS_SequenceID);
            _GroupBox_MS_SeqProperties.DisabledBackColor = Color.Empty;
            resources.ApplyResources(_GroupBox_MS_SeqProperties, "GroupBox_MS_SeqProperties");
            _GroupBox_MS_SeqProperties.Name = "GroupBox_MS_SeqProperties";
            //
            //
            //
            _GroupBox_MS_SeqProperties.Style.BackColorGradientAngle = 90;
            _GroupBox_MS_SeqProperties.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderBottomWidth      = 1;
            _GroupBox_MS_SeqProperties.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupBox_MS_SeqProperties.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderLeftWidth        = 1;
            _GroupBox_MS_SeqProperties.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderRightWidth       = 1;
            _GroupBox_MS_SeqProperties.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderTopWidth      = 1;
            _GroupBox_MS_SeqProperties.Style.CornerDiameter      = 4;
            _GroupBox_MS_SeqProperties.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupBox_MS_SeqProperties.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupBox_MS_SeqProperties.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupBox_MS_SeqProperties.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupBox_MS_SeqProperties.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupBox_MS_SeqProperties.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // LabelX_MS_SeqSize
            //
            _LabelX_MS_SeqSize.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX_MS_SeqSize.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX_MS_SeqSize, "LabelX_MS_SeqSize");
            _LabelX_MS_SeqSize.Name  = "LabelX_MS_SeqSize";
            _LabelX_MS_SeqSize.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX33
            //
            _LabelX33.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX33, "LabelX33");
            _LabelX33.Name  = "LabelX33";
            _LabelX33.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX28
            //
            _LabelX28.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX28, "LabelX28");
            _LabelX28.Name  = "LabelX28";
            _LabelX28.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX_MS_SequenceID
            //
            _LabelX_MS_SequenceID.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX_MS_SequenceID.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX_MS_SequenceID, "LabelX_MS_SequenceID");
            _LabelX_MS_SequenceID.Name  = "LabelX_MS_SequenceID";
            _LabelX_MS_SequenceID.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // GroupBox_MS_SelectedSequence
            //
            _GroupBox_MS_SelectedSequence.BackColor        = Color.White;
            _GroupBox_MS_SelectedSequence.CanvasColor      = Color.Empty;
            _GroupBox_MS_SelectedSequence.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupBox_MS_SelectedSequence.Controls.Add(_ButtonX1);
            _GroupBox_MS_SelectedSequence.Controls.Add(_ComboBox_MS_NInst);
            _GroupBox_MS_SelectedSequence.Controls.Add(_LabelX32);
            _GroupBox_MS_SelectedSequence.Controls.Add(_LabelX5);
            _GroupBox_MS_SelectedSequence.Controls.Add(_TextBoxX_MS_Sequencename);
            _GroupBox_MS_SelectedSequence.Controls.Add(_Button_MS_ExtractSequence);
            _GroupBox_MS_SelectedSequence.Controls.Add(_Button_MS_ReplaceSequence);
            _GroupBox_MS_SelectedSequence.Controls.Add(_Line6);
            _GroupBox_MS_SelectedSequence.DisabledBackColor = Color.Empty;
            resources.ApplyResources(_GroupBox_MS_SelectedSequence, "GroupBox_MS_SelectedSequence");
            _GroupBox_MS_SelectedSequence.Name = "GroupBox_MS_SelectedSequence";
            //
            //
            //
            _GroupBox_MS_SelectedSequence.Style.BackColorGradientAngle = 90;
            _GroupBox_MS_SelectedSequence.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderBottomWidth      = 1;
            _GroupBox_MS_SelectedSequence.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupBox_MS_SelectedSequence.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderLeftWidth        = 1;
            _GroupBox_MS_SelectedSequence.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderRightWidth       = 1;
            _GroupBox_MS_SelectedSequence.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderTopWidth      = 1;
            _GroupBox_MS_SelectedSequence.Style.CornerDiameter      = 4;
            _GroupBox_MS_SelectedSequence.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupBox_MS_SelectedSequence.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupBox_MS_SelectedSequence.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupBox_MS_SelectedSequence.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupBox_MS_SelectedSequence.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupBox_MS_SelectedSequence.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // ButtonX1
            //
            _ButtonX1.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX1.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX1.FocusCuesEnabled = false;
            resources.ApplyResources(_ButtonX1, "ButtonX1");
            _ButtonX1.Name  = "ButtonX1";
            _ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ComboBox_MS_NInst
            //
            _ComboBox_MS_NInst.DrawMode          = DrawMode.OwnerDrawFixed;
            _ComboBox_MS_NInst.DropDownHeight    = 150;
            _ComboBox_MS_NInst.DropDownStyle     = ComboBoxStyle.DropDownList;
            _ComboBox_MS_NInst.ForeColor         = Color.Black;
            _ComboBox_MS_NInst.FormattingEnabled = true;
            resources.ApplyResources(_ComboBox_MS_NInst, "ComboBox_MS_NInst");
            _ComboBox_MS_NInst.Items.AddRange(new object[] { resources.GetString("ComboBox_MS_NInst.Items"), resources.GetString("ComboBox_MS_NInst.Items1"), resources.GetString("ComboBox_MS_NInst.Items2"), resources.GetString("ComboBox_MS_NInst.Items3"), resources.GetString("ComboBox_MS_NInst.Items4"), resources.GetString("ComboBox_MS_NInst.Items5"), resources.GetString("ComboBox_MS_NInst.Items6"), resources.GetString("ComboBox_MS_NInst.Items7"), resources.GetString("ComboBox_MS_NInst.Items8"), resources.GetString("ComboBox_MS_NInst.Items9"), resources.GetString("ComboBox_MS_NInst.Items10"), resources.GetString("ComboBox_MS_NInst.Items11"), resources.GetString("ComboBox_MS_NInst.Items12"), resources.GetString("ComboBox_MS_NInst.Items13"), resources.GetString("ComboBox_MS_NInst.Items14"), resources.GetString("ComboBox_MS_NInst.Items15"), resources.GetString("ComboBox_MS_NInst.Items16"), resources.GetString("ComboBox_MS_NInst.Items17"), resources.GetString("ComboBox_MS_NInst.Items18"), resources.GetString("ComboBox_MS_NInst.Items19"), resources.GetString("ComboBox_MS_NInst.Items20"), resources.GetString("ComboBox_MS_NInst.Items21"), resources.GetString("ComboBox_MS_NInst.Items22"), resources.GetString("ComboBox_MS_NInst.Items23"), resources.GetString("ComboBox_MS_NInst.Items24"), resources.GetString("ComboBox_MS_NInst.Items25"), resources.GetString("ComboBox_MS_NInst.Items26"), resources.GetString("ComboBox_MS_NInst.Items27"), resources.GetString("ComboBox_MS_NInst.Items28"), resources.GetString("ComboBox_MS_NInst.Items29"), resources.GetString("ComboBox_MS_NInst.Items30"), resources.GetString("ComboBox_MS_NInst.Items31"), resources.GetString("ComboBox_MS_NInst.Items32"), resources.GetString("ComboBox_MS_NInst.Items33"), resources.GetString("ComboBox_MS_NInst.Items34"), resources.GetString("ComboBox_MS_NInst.Items35"), resources.GetString("ComboBox_MS_NInst.Items36"), resources.GetString("ComboBox_MS_NInst.Items37") });
            _ComboBox_MS_NInst.Name  = "ComboBox_MS_NInst";
            _ComboBox_MS_NInst.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX32
            //
            _LabelX32.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX32, "LabelX32");
            _LabelX32.Name  = "LabelX32";
            _LabelX32.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX5
            //
            _LabelX5.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX5, "LabelX5");
            _LabelX5.Name  = "LabelX5";
            _LabelX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // TextBoxX_MS_Sequencename
            //
            _TextBoxX_MS_Sequencename.BackColor = Color.White;
            //
            //
            //
            _TextBoxX_MS_Sequencename.Border.Class      = "TextBoxBorder";
            _TextBoxX_MS_Sequencename.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_MS_Sequencename.DisabledBackColor = Color.White;
            _TextBoxX_MS_Sequencename.ForeColor         = Color.Black;
            resources.ApplyResources(_TextBoxX_MS_Sequencename, "TextBoxX_MS_Sequencename");
            _TextBoxX_MS_Sequencename.Name             = "TextBoxX_MS_Sequencename";
            _TextBoxX_MS_Sequencename.PreventEnterBeep = true;
            //
            // Button_MS_ExtractSequence
            //
            _Button_MS_ExtractSequence.AccessibleRole   = AccessibleRole.PushButton;
            _Button_MS_ExtractSequence.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_MS_ExtractSequence.FocusCuesEnabled = false;
            resources.ApplyResources(_Button_MS_ExtractSequence, "Button_MS_ExtractSequence");
            _Button_MS_ExtractSequence.Name  = "Button_MS_ExtractSequence";
            _Button_MS_ExtractSequence.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // Button_MS_ReplaceSequence
            //
            _Button_MS_ReplaceSequence.AccessibleRole   = AccessibleRole.PushButton;
            _Button_MS_ReplaceSequence.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_MS_ReplaceSequence.FocusCuesEnabled = false;
            resources.ApplyResources(_Button_MS_ReplaceSequence, "Button_MS_ReplaceSequence");
            _Button_MS_ReplaceSequence.Name  = "Button_MS_ReplaceSequence";
            _Button_MS_ReplaceSequence.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // Line6
            //
            _Line6.BackColor = Color.Transparent;
            _Line6.ForeColor = Color.Gainsboro;
            resources.ApplyResources(_Line6, "Line6");
            _Line6.Name = "Line6";
            //
            // GroupPanel9
            //
            resources.ApplyResources(_GroupPanel9, "GroupPanel9");
            _GroupPanel9.BackColor        = Color.White;
            _GroupPanel9.CanvasColor      = Color.Empty;
            _GroupPanel9.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupPanel9.Controls.Add(_ButtonX_MS_RemoveSequence);
            _GroupPanel9.Controls.Add(_ButtonX_MS_AddSequence);
            _GroupPanel9.Controls.Add(_ListBoxAdv_MS_MusicSequences);
            _GroupPanel9.DisabledBackColor = Color.Empty;
            _GroupPanel9.Name = "GroupPanel9";
            //
            //
            //
            _GroupPanel9.Style.BackColorGradientAngle = 90;
            _GroupPanel9.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderBottomWidth      = 1;
            _GroupPanel9.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupPanel9.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderLeftWidth        = 1;
            _GroupPanel9.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderRightWidth       = 1;
            _GroupPanel9.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderTopWidth      = 1;
            _GroupPanel9.Style.CornerDiameter      = 4;
            _GroupPanel9.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupPanel9.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupPanel9.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupPanel9.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupPanel9.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupPanel9.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // ButtonX_MS_RemoveSequence
            //
            _ButtonX_MS_RemoveSequence.AccessibleRole = AccessibleRole.PushButton;
            _ButtonX_MS_RemoveSequence.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            resources.ApplyResources(_ButtonX_MS_RemoveSequence, "ButtonX_MS_RemoveSequence");
            _ButtonX_MS_RemoveSequence.FocusCuesEnabled = false;
            _ButtonX_MS_RemoveSequence.Image            = My.Resources.MyIcons.icons8_delete_sign_16px;
            _ButtonX_MS_RemoveSequence.Name             = "ButtonX_MS_RemoveSequence";
            _ButtonX_MS_RemoveSequence.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX_MS_RemoveSequence.SymbolColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(150)), Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(0)));
            _ButtonX_MS_RemoveSequence.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX_MS_RemoveSequence.SymbolSize       = 12.0F;
            //
            // ButtonX_MS_AddSequence
            //
            _ButtonX_MS_AddSequence.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX_MS_AddSequence.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_MS_AddSequence.FocusCuesEnabled = false;
            _ButtonX_MS_AddSequence.Image            = My.Resources.MyIcons.icons8_plus_math_16px;
            resources.ApplyResources(_ButtonX_MS_AddSequence, "ButtonX_MS_AddSequence");
            _ButtonX_MS_AddSequence.Name        = "ButtonX_MS_AddSequence";
            _ButtonX_MS_AddSequence.Style       = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX_MS_AddSequence.SymbolColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX_MS_AddSequence.SymbolSet   = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX_MS_AddSequence.SymbolSize  = 12.0F;
            //
            // ListBoxAdv_MS_MusicSequences
            //
            resources.ApplyResources(_ListBoxAdv_MS_MusicSequences, "ListBoxAdv_MS_MusicSequences");
            //
            //
            //
            _ListBoxAdv_MS_MusicSequences.BackgroundStyle.Class            = "ListBoxAdv";
            _ListBoxAdv_MS_MusicSequences.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
            _ListBoxAdv_MS_MusicSequences.ContainerControlProcessDialogKey = true;
            _ListBoxAdv_MS_MusicSequences.DragDropSupport   = true;
            _ListBoxAdv_MS_MusicSequences.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            _ListBoxAdv_MS_MusicSequences.LicenseKey        = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            _ListBoxAdv_MS_MusicSequences.Name             = "ListBoxAdv_MS_MusicSequences";
            _ListBoxAdv_MS_MusicSequences.ReserveLeftSpace = false;
            _ListBoxAdv_MS_MusicSequences.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // Tab_MusicManager
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            BackColor     = Color.White;
            Controls.Add(_GroupPanel12);
            Controls.Add(_GroupBox_MS_SeqProperties);
            Controls.Add(_GroupBox_MS_SelectedSequence);
            Controls.Add(_GroupPanel9);
            Name = "Tab_MusicManager";
            _GroupPanel12.ResumeLayout(false);
            _GroupBox_MS_SeqProperties.ResumeLayout(false);
            _GroupBox_MS_SelectedSequence.ResumeLayout(false);
            _GroupPanel9.ResumeLayout(false);
            ResumeLayout(false);
        }
Esempio n. 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmb_QG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.txtDienThoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(34, 214);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(555, 217);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 75;
     this.groupPanel1.Text = "DANH SÁCH NHÀ SẢN XUẤT";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader1,
     this.columnHeader3,
     this.columnHeader4});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 46;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên NSX";
     this.columnHeader2.Width = 190;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MÃ QG";
     this.columnHeader1.Width = 106;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Điện Thoại";
     this.columnHeader3.Width = 111;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "masx";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.cmb_QG);
     this.groupPanel2.Controls.Add(this.txtDienThoai);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(34, 41);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(555, 171);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN NHÀ SẢN XUẤT";
     //
     // cmb_QG
     //
     this.cmb_QG.DisplayMember = "Text";
     this.cmb_QG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_QG.FocusHighlightEnabled = true;
     this.cmb_QG.FormattingEnabled = true;
     this.cmb_QG.ItemHeight = 18;
     this.cmb_QG.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_QG.Location = new System.Drawing.Point(106, 51);
     this.cmb_QG.Name = "cmb_QG";
     this.cmb_QG.Size = new System.Drawing.Size(193, 24);
     this.cmb_QG.TabIndex = 1;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // txtDienThoai
     //
     //
     //
     //
     this.txtDienThoai.Border.Class = "TextBoxBorder";
     this.txtDienThoai.FocusHighlightEnabled = true;
     this.txtDienThoai.Location = new System.Drawing.Point(106, 83);
     this.txtDienThoai.Name = "txtDienThoai";
     this.txtDienThoai.Size = new System.Drawing.Size(193, 24);
     this.txtDienThoai.TabIndex = 2;
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(21, 79);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(79, 25);
     this.labelX2.TabIndex = 74;
     this.labelX2.Text = "Điện thoại:";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(21, 48);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(70, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "Quốc gia:";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 116);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(549, 30);
     this.panel5.TabIndex = 3;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(223, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(305, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(140, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(106, 16);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(21, 12);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(70, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên NSX:";
     //
     // frmNSX
     //
     this.ClientSize = new System.Drawing.Size(627, 450);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmNSX";
     this.Text = "Nhà sản xuất";
     this.Load += new System.EventHandler(this.frmNSX_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.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()
 {
     DevComponents.DotNetBar.Controls.GroupPanel    groupPanel1;
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDSHoaDon));
     this.lblConLai             = new DevComponents.DotNetBar.LabelX();
     this.labelX14              = new DevComponents.DotNetBar.LabelX();
     this.lblDaTra              = new DevComponents.DotNetBar.LabelX();
     this.lblTotalPrice         = new DevComponents.DotNetBar.LabelX();
     this.labelX11              = new DevComponents.DotNetBar.LabelX();
     this.labelX10              = new DevComponents.DotNetBar.LabelX();
     this.txtNgayLap            = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.splitContainerPhanLop = new System.Windows.Forms.SplitContainer();
     this.panelChaTrai          = new System.Windows.Forms.Panel();
     this.dgvDSHoaDon           = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.panelConTren          = new System.Windows.Forms.Panel();
     this.groupPanelLopCu       = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX2              = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1              = new DevComponents.DotNetBar.ButtonX();
     this.dtpTo            = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.txtTimKH         = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3          = new DevComponents.DotNetBar.LabelX();
     this.dtpFrom          = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX2          = new DevComponents.DotNetBar.LabelX();
     this.qq               = new System.Windows.Forms.Panel();
     this.dgvCTHD          = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.MaHH             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenHH            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LoaiHang         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DonGia           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SoLuong          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ThanhTien        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grpPanel         = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX9          = new DevComponents.DotNetBar.LabelX();
     this.labelX8          = new DevComponents.DotNetBar.LabelX();
     this.labelX7          = new DevComponents.DotNetBar.LabelX();
     this.txtEmail         = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtDiaChi        = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtSDT           = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6          = new DevComponents.DotNetBar.LabelX();
     this.txtTenKH         = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5          = new DevComponents.DotNetBar.LabelX();
     this.txtMaHD          = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4          = new DevComponents.DotNetBar.LabelX();
     this.btnCapNhatCongNo = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4         = new DevComponents.DotNetBar.ButtonX();
     this.btnLuu           = new DevComponents.DotNetBar.ButtonX();
     groupPanel1           = new DevComponents.DotNetBar.Controls.GroupPanel();
     groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerPhanLop)).BeginInit();
     this.splitContainerPhanLop.Panel1.SuspendLayout();
     this.splitContainerPhanLop.Panel2.SuspendLayout();
     this.splitContainerPhanLop.SuspendLayout();
     this.panelChaTrai.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDSHoaDon)).BeginInit();
     this.panelConTren.SuspendLayout();
     this.groupPanelLopCu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFrom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCTHD)).BeginInit();
     this.grpPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     groupPanel1.Controls.Add(this.btnLuu);
     groupPanel1.Controls.Add(this.buttonX4);
     groupPanel1.Controls.Add(this.btnCapNhatCongNo);
     groupPanel1.Controls.Add(this.lblConLai);
     groupPanel1.Controls.Add(this.labelX14);
     groupPanel1.Controls.Add(this.lblDaTra);
     groupPanel1.Controls.Add(this.lblTotalPrice);
     groupPanel1.Controls.Add(this.labelX11);
     groupPanel1.Controls.Add(this.labelX10);
     groupPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     groupPanel1.Location = new System.Drawing.Point(0, 736);
     groupPanel1.Name     = "groupPanel1";
     groupPanel1.Size     = new System.Drawing.Size(1065, 203);
     //
     //
     //
     groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     groupPanel1.Style.BackColorGradientAngle = 90;
     groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderBottomWidth      = 1;
     groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderLeftWidth        = 1;
     groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderRightWidth       = 1;
     groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderTopWidth      = 1;
     groupPanel1.Style.CornerDiameter      = 4;
     groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     groupPanel1.TabIndex = 5;
     //
     // lblConLai
     //
     this.lblConLai.BackColor     = System.Drawing.Color.LightGray;
     this.lblConLai.Font          = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblConLai.ForeColor     = System.Drawing.Color.Red;
     this.lblConLai.Location      = new System.Drawing.Point(793, 123);
     this.lblConLai.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.lblConLai.Name          = "lblConLai";
     this.lblConLai.Size          = new System.Drawing.Size(243, 32);
     this.lblConLai.TabIndex      = 52;
     this.lblConLai.Text          = "0";
     this.lblConLai.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX14
     //
     this.labelX14.BackColor       = System.Drawing.Color.Transparent;
     this.labelX14.Font            = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX14.ForeColor       = System.Drawing.Color.Red;
     this.labelX14.Location        = new System.Drawing.Point(545, 123);
     this.labelX14.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX14.Name            = "labelX14";
     this.labelX14.SingleLineColor = System.Drawing.Color.AntiqueWhite;
     this.labelX14.Size            = new System.Drawing.Size(225, 32);
     this.labelX14.TabIndex        = 51;
     this.labelX14.Text            = "CÒN LẠI:";
     this.labelX14.TextAlignment   = System.Drawing.StringAlignment.Far;
     //
     // lblDaTra
     //
     this.lblDaTra.BackColor     = System.Drawing.Color.Transparent;
     this.lblDaTra.Font          = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDaTra.ForeColor     = System.Drawing.Color.Blue;
     this.lblDaTra.Location      = new System.Drawing.Point(793, 58);
     this.lblDaTra.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.lblDaTra.Name          = "lblDaTra";
     this.lblDaTra.Size          = new System.Drawing.Size(243, 32);
     this.lblDaTra.TabIndex      = 50;
     this.lblDaTra.Text          = "0";
     this.lblDaTra.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // lblTotalPrice
     //
     this.lblTotalPrice.BackColor     = System.Drawing.Color.Transparent;
     this.lblTotalPrice.Font          = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalPrice.ForeColor     = System.Drawing.Color.Blue;
     this.lblTotalPrice.Location      = new System.Drawing.Point(793, 16);
     this.lblTotalPrice.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.lblTotalPrice.Name          = "lblTotalPrice";
     this.lblTotalPrice.Size          = new System.Drawing.Size(243, 32);
     this.lblTotalPrice.TabIndex      = 49;
     this.lblTotalPrice.Text          = "0";
     this.lblTotalPrice.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX11
     //
     this.labelX11.BackColor     = System.Drawing.Color.Transparent;
     this.labelX11.Font          = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX11.Location      = new System.Drawing.Point(545, 58);
     this.labelX11.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX11.Name          = "labelX11";
     this.labelX11.Size          = new System.Drawing.Size(225, 32);
     this.labelX11.TabIndex      = 48;
     this.labelX11.Text          = "ĐÃ TRẢ:";
     this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX10
     //
     this.labelX10.BackColor     = System.Drawing.Color.Transparent;
     this.labelX10.Font          = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX10.Location      = new System.Drawing.Point(545, 16);
     this.labelX10.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX10.Name          = "labelX10";
     this.labelX10.Size          = new System.Drawing.Size(225, 32);
     this.labelX10.TabIndex      = 46;
     this.labelX10.Text          = "TỔNG TIỀN:";
     this.labelX10.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtNgayLap
     //
     //
     //
     //
     this.txtNgayLap.Border.Class = "TextBoxBorder";
     this.txtNgayLap.Location     = new System.Drawing.Point(561, 24);
     this.txtNgayLap.Name         = "txtNgayLap";
     this.txtNgayLap.Size         = new System.Drawing.Size(292, 26);
     this.txtNgayLap.TabIndex     = 45;
     //
     // splitContainerPhanLop
     //
     this.splitContainerPhanLop.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerPhanLop.Location = new System.Drawing.Point(4, 1);
     this.splitContainerPhanLop.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitContainerPhanLop.Name     = "splitContainerPhanLop";
     //
     // splitContainerPhanLop.Panel1
     //
     this.splitContainerPhanLop.Panel1.Controls.Add(this.panelChaTrai);
     //
     // splitContainerPhanLop.Panel2
     //
     this.splitContainerPhanLop.Panel2.Controls.Add(this.dgvCTHD);
     this.splitContainerPhanLop.Panel2.Controls.Add(groupPanel1);
     this.splitContainerPhanLop.Panel2.Controls.Add(this.grpPanel);
     this.splitContainerPhanLop.Size             = new System.Drawing.Size(1621, 939);
     this.splitContainerPhanLop.SplitterDistance = 550;
     this.splitContainerPhanLop.SplitterWidth    = 6;
     this.splitContainerPhanLop.TabIndex         = 2;
     //
     // panelChaTrai
     //
     this.panelChaTrai.Controls.Add(this.dgvDSHoaDon);
     this.panelChaTrai.Controls.Add(this.panelConTren);
     this.panelChaTrai.Controls.Add(this.qq);
     this.panelChaTrai.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelChaTrai.Location = new System.Drawing.Point(0, 0);
     this.panelChaTrai.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelChaTrai.Name     = "panelChaTrai";
     this.panelChaTrai.Size     = new System.Drawing.Size(550, 939);
     this.panelChaTrai.TabIndex = 0;
     //
     // dgvDSHoaDon
     //
     this.dgvDSHoaDon.AllowUserToAddRows          = false;
     this.dgvDSHoaDon.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvDSHoaDon.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle1.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor             = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvDSHoaDon.DefaultCellStyle         = dataGridViewCellStyle1;
     this.dgvDSHoaDon.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.dgvDSHoaDon.GridColor     = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgvDSHoaDon.Location      = new System.Drawing.Point(0, 281);
     this.dgvDSHoaDon.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dgvDSHoaDon.Name          = "dgvDSHoaDon";
     this.dgvDSHoaDon.ReadOnly      = true;
     this.dgvDSHoaDon.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDSHoaDon.Size          = new System.Drawing.Size(538, 658);
     this.dgvDSHoaDon.TabIndex      = 7;
     this.dgvDSHoaDon.CellClick    += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDSHoaDon_CellClick);
     //
     // panelConTren
     //
     this.panelConTren.Controls.Add(this.groupPanelLopCu);
     this.panelConTren.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelConTren.Location = new System.Drawing.Point(0, 0);
     this.panelConTren.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panelConTren.Name     = "panelConTren";
     this.panelConTren.Size     = new System.Drawing.Size(538, 281);
     this.panelConTren.TabIndex = 0;
     //
     // groupPanelLopCu
     //
     this.groupPanelLopCu.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanelLopCu.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanelLopCu.Controls.Add(this.buttonX2);
     this.groupPanelLopCu.Controls.Add(this.buttonX1);
     this.groupPanelLopCu.Controls.Add(this.dtpTo);
     this.groupPanelLopCu.Controls.Add(this.labelX1);
     this.groupPanelLopCu.Controls.Add(this.txtTimKH);
     this.groupPanelLopCu.Controls.Add(this.labelX3);
     this.groupPanelLopCu.Controls.Add(this.dtpFrom);
     this.groupPanelLopCu.Controls.Add(this.labelX2);
     this.groupPanelLopCu.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupPanelLopCu.Location = new System.Drawing.Point(0, 0);
     this.groupPanelLopCu.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupPanelLopCu.Name     = "groupPanelLopCu";
     this.groupPanelLopCu.Size     = new System.Drawing.Size(538, 281);
     //
     //
     //
     this.groupPanelLopCu.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanelLopCu.Style.BackColorGradientAngle = 90;
     this.groupPanelLopCu.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanelLopCu.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderBottomWidth      = 1;
     this.groupPanelLopCu.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanelLopCu.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderLeftWidth        = 1;
     this.groupPanelLopCu.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderRightWidth       = 1;
     this.groupPanelLopCu.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanelLopCu.Style.BorderTopWidth      = 1;
     this.groupPanelLopCu.Style.CornerDiameter      = 4;
     this.groupPanelLopCu.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanelLopCu.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanelLopCu.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanelLopCu.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanelLopCu.TabIndex = 1;
     this.groupPanelLopCu.Text     = "Tìm kiếm";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX2.Image")));
     this.buttonX2.Location       = new System.Drawing.Point(372, 56);
     this.buttonX2.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(112, 54);
     this.buttonX2.TabIndex       = 50;
     this.buttonX2.Text           = "Tìm";
     this.buttonX2.Click         += new System.EventHandler(this.buttonX2_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX1.Location       = new System.Drawing.Point(372, 152);
     this.buttonX1.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(112, 69);
     this.buttonX1.TabIndex       = 51;
     this.buttonX1.Text           = "Refresh";
     //
     // dtpTo
     //
     //
     //
     //
     this.dtpTo.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.dtpTo.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpTo.ButtonDropDown.Visible  = true;
     this.dtpTo.Font     = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpTo.Location = new System.Drawing.Point(86, 188);
     this.dtpTo.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     //
     //
     //
     this.dtpTo.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpTo.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtpTo.MonthCalendar.ClearButtonVisible        = true;
     //
     //
     //
     this.dtpTo.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpTo.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpTo.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpTo.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpTo.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpTo.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtpTo.MonthCalendar.DisplayMonth       = new System.DateTime(2013, 1, 1, 0, 0, 0, 0);
     this.dtpTo.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtpTo.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpTo.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpTo.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpTo.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpTo.MonthCalendar.TodayButtonVisible = true;
     this.dtpTo.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtpTo.Name     = "dtpTo";
     this.dtpTo.Size     = new System.Drawing.Size(202, 35);
     this.dtpTo.TabIndex = 49;
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(21, 186);
     this.labelX1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(69, 35);
     this.labelX1.TabIndex = 48;
     this.labelX1.Text     = "Đến:";
     //
     // txtTimKH
     //
     //
     //
     //
     this.txtTimKH.Border.Class  = "TextBoxBorder";
     this.txtTimKH.Location      = new System.Drawing.Point(21, 61);
     this.txtTimKH.Name          = "txtTimKH";
     this.txtTimKH.Size          = new System.Drawing.Size(267, 26);
     this.txtTimKH.TabIndex      = 46;
     this.txtTimKH.WatermarkText = "Nhập khách hàng cần tìm";
     this.txtTimKH.TextChanged  += new System.EventHandler(this.txtTimKH_TextChanged);
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(21, 125);
     this.labelX3.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(69, 35);
     this.labelX3.TabIndex = 47;
     this.labelX3.Text     = "Từ:";
     //
     // dtpFrom
     //
     //
     //
     //
     this.dtpFrom.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.dtpFrom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpFrom.ButtonDropDown.Visible  = true;
     this.dtpFrom.CustomFormat            = "yyyy";
     this.dtpFrom.Font     = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpFrom.Location = new System.Drawing.Point(85, 128);
     this.dtpFrom.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     //
     //
     //
     this.dtpFrom.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFrom.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtpFrom.MonthCalendar.ClearButtonVisible        = true;
     //
     //
     //
     this.dtpFrom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpFrom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFrom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpFrom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpFrom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpFrom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtpFrom.MonthCalendar.DisplayMonth       = new System.DateTime(2013, 1, 1, 0, 0, 0, 0);
     this.dtpFrom.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtpFrom.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFrom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpFrom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFrom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpFrom.MonthCalendar.TodayButtonVisible = true;
     this.dtpFrom.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtpFrom.Name     = "dtpFrom";
     this.dtpFrom.Size     = new System.Drawing.Size(203, 35);
     this.dtpFrom.TabIndex = 46;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location  = new System.Drawing.Point(21, 22);
     this.labelX2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX2.Name      = "labelX2";
     this.labelX2.Size      = new System.Drawing.Size(145, 31);
     this.labelX2.TabIndex  = 2;
     this.labelX2.Text      = "Tên khách hàng:";
     //
     // qq
     //
     this.qq.Dock     = System.Windows.Forms.DockStyle.Right;
     this.qq.Location = new System.Drawing.Point(538, 0);
     this.qq.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.qq.Name     = "qq";
     this.qq.Size     = new System.Drawing.Size(12, 939);
     this.qq.TabIndex = 3;
     //
     // dgvCTHD
     //
     this.dgvCTHD.AllowUserToDeleteRows       = false;
     this.dgvCTHD.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvCTHD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvCTHD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.MaHH,
         this.TenHH,
         this.LoaiHang,
         this.DonGia,
         this.SoLuong,
         this.ThanhTien
     });
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvCTHD.DefaultCellStyle             = dataGridViewCellStyle2;
     this.dgvCTHD.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvCTHD.Enabled            = false;
     this.dgvCTHD.GridColor          = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgvCTHD.Location           = new System.Drawing.Point(0, 374);
     this.dgvCTHD.Name               = "dgvCTHD";
     this.dgvCTHD.ReadOnly           = true;
     this.dgvCTHD.RowTemplate.Height = 28;
     this.dgvCTHD.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvCTHD.Size               = new System.Drawing.Size(1065, 362);
     this.dgvCTHD.TabIndex           = 6;
     //
     // MaHH
     //
     this.MaHH.HeaderText = "Mã HH";
     this.MaHH.Name       = "MaHH";
     this.MaHH.ReadOnly   = true;
     //
     // TenHH
     //
     this.TenHH.HeaderText = "Tên hàng hóa";
     this.TenHH.Name       = "TenHH";
     this.TenHH.ReadOnly   = true;
     //
     // LoaiHang
     //
     this.LoaiHang.HeaderText = "Loại hàng";
     this.LoaiHang.Name       = "LoaiHang";
     this.LoaiHang.ReadOnly   = true;
     //
     // DonGia
     //
     this.DonGia.HeaderText = "Đơn giá";
     this.DonGia.Name       = "DonGia";
     this.DonGia.ReadOnly   = true;
     //
     // SoLuong
     //
     this.SoLuong.HeaderText = "Số lượng";
     this.SoLuong.Name       = "SoLuong";
     this.SoLuong.ReadOnly   = true;
     //
     // ThanhTien
     //
     this.ThanhTien.HeaderText = "Thành Tiền";
     this.ThanhTien.Name       = "ThanhTien";
     this.ThanhTien.ReadOnly   = true;
     //
     // grpPanel
     //
     this.grpPanel.CanvasColor      = System.Drawing.SystemColors.Control;
     this.grpPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.grpPanel.Controls.Add(this.txtNgayLap);
     this.grpPanel.Controls.Add(this.labelX9);
     this.grpPanel.Controls.Add(this.labelX8);
     this.grpPanel.Controls.Add(this.labelX7);
     this.grpPanel.Controls.Add(this.txtEmail);
     this.grpPanel.Controls.Add(this.txtDiaChi);
     this.grpPanel.Controls.Add(this.txtSDT);
     this.grpPanel.Controls.Add(this.labelX6);
     this.grpPanel.Controls.Add(this.txtTenKH);
     this.grpPanel.Controls.Add(this.labelX5);
     this.grpPanel.Controls.Add(this.txtMaHD);
     this.grpPanel.Controls.Add(this.labelX4);
     this.grpPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grpPanel.Location = new System.Drawing.Point(0, 0);
     this.grpPanel.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grpPanel.Name     = "grpPanel";
     this.grpPanel.Size     = new System.Drawing.Size(1065, 374);
     //
     //
     //
     this.grpPanel.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.grpPanel.Style.BackColorGradientAngle = 90;
     this.grpPanel.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.grpPanel.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderBottomWidth      = 1;
     this.grpPanel.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.grpPanel.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderLeftWidth        = 1;
     this.grpPanel.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderRightWidth       = 1;
     this.grpPanel.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.grpPanel.Style.BorderTopWidth      = 1;
     this.grpPanel.Style.CornerDiameter      = 4;
     this.grpPanel.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.grpPanel.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.grpPanel.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.grpPanel.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.grpPanel.TabIndex = 4;
     this.grpPanel.Text     = "Thông tin chi tiết đơn hàng";
     //
     // labelX9
     //
     this.labelX9.BackColor = System.Drawing.Color.Transparent;
     this.labelX9.Location  = new System.Drawing.Point(471, 19);
     this.labelX9.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX9.Name      = "labelX9";
     this.labelX9.Size      = new System.Drawing.Size(70, 31);
     this.labelX9.TabIndex  = 44;
     this.labelX9.Text      = "Ngày lập: ";
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     this.labelX8.Location  = new System.Drawing.Point(561, 171);
     this.labelX8.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX8.Name      = "labelX8";
     this.labelX8.Size      = new System.Drawing.Size(71, 31);
     this.labelX8.TabIndex  = 43;
     this.labelX8.Text      = "SĐT:";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     this.labelX7.Location  = new System.Drawing.Point(173, 168);
     this.labelX7.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX7.Name      = "labelX7";
     this.labelX7.Size      = new System.Drawing.Size(71, 31);
     this.labelX7.TabIndex  = 42;
     this.labelX7.Text      = "Email:";
     //
     // txtEmail
     //
     //
     //
     //
     this.txtEmail.Border.Class = "TextBoxBorder";
     this.txtEmail.Location     = new System.Drawing.Point(251, 173);
     this.txtEmail.Name         = "txtEmail";
     this.txtEmail.Size         = new System.Drawing.Size(253, 26);
     this.txtEmail.TabIndex     = 41;
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location  = new System.Drawing.Point(251, 240);
     this.txtDiaChi.Multiline = true;
     this.txtDiaChi.Name      = "txtDiaChi";
     this.txtDiaChi.Size      = new System.Drawing.Size(602, 67);
     this.txtDiaChi.TabIndex  = 39;
     //
     // txtSDT
     //
     this.txtSDT.Location = new System.Drawing.Point(639, 171);
     this.txtSDT.Name     = "txtSDT";
     this.txtSDT.Size     = new System.Drawing.Size(214, 26);
     this.txtSDT.TabIndex = 38;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     this.labelX6.Location  = new System.Drawing.Point(173, 238);
     this.labelX6.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(73, 32);
     this.labelX6.TabIndex  = 37;
     this.labelX6.Text      = "Địa chỉ:";
     //
     // txtTenKH
     //
     //
     //
     //
     this.txtTenKH.Border.Class = "TextBoxBorder";
     this.txtTenKH.Location     = new System.Drawing.Point(251, 113);
     this.txtTenKH.Name         = "txtTenKH";
     this.txtTenKH.Size         = new System.Drawing.Size(602, 26);
     this.txtTenKH.TabIndex     = 3;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     this.labelX5.Location  = new System.Drawing.Point(119, 113);
     this.labelX5.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX5.Name      = "labelX5";
     this.labelX5.Size      = new System.Drawing.Size(125, 31);
     this.labelX5.TabIndex  = 2;
     this.labelX5.Text      = "Tên khách hàng:";
     //
     // txtMaHD
     //
     //
     //
     //
     this.txtMaHD.Border.Class = "TextBoxBorder";
     this.txtMaHD.Location     = new System.Drawing.Point(98, 26);
     this.txtMaHD.Name         = "txtMaHD";
     this.txtMaHD.Size         = new System.Drawing.Size(159, 26);
     this.txtMaHD.TabIndex     = 1;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     this.labelX4.Location  = new System.Drawing.Point(21, 24);
     this.labelX4.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.labelX4.Name      = "labelX4";
     this.labelX4.Size      = new System.Drawing.Size(70, 31);
     this.labelX4.TabIndex  = 0;
     this.labelX4.Text      = "Mã HD";
     //
     // btnCapNhatCongNo
     //
     this.btnCapNhatCongNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCapNhatCongNo.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCapNhatCongNo.Location       = new System.Drawing.Point(21, 16);
     this.btnCapNhatCongNo.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnCapNhatCongNo.Name           = "btnCapNhatCongNo";
     this.btnCapNhatCongNo.Size           = new System.Drawing.Size(232, 62);
     this.btnCapNhatCongNo.TabIndex       = 53;
     this.btnCapNhatCongNo.Text           = "Cập nhật công nợ";
     this.btnCapNhatCongNo.Click         += new System.EventHandler(this.buttonX3_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX4.Image")));
     this.buttonX4.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX4.Location       = new System.Drawing.Point(21, 88);
     this.buttonX4.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.buttonX4.Name           = "buttonX4";
     this.buttonX4.Size           = new System.Drawing.Size(103, 85);
     this.buttonX4.TabIndex       = 54;
     this.buttonX4.Text           = "Thoát";
     this.buttonX4.Click         += new System.EventHandler(this.buttonX4_Click);
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Image          = ((System.Drawing.Image)(resources.GetObject("btnLuu.Image")));
     this.btnLuu.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnLuu.Location       = new System.Drawing.Point(150, 88);
     this.btnLuu.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnLuu.Name           = "btnLuu";
     this.btnLuu.Size           = new System.Drawing.Size(103, 85);
     this.btnLuu.TabIndex       = 55;
     this.btnLuu.Text           = "In";
     this.btnLuu.Click         += new System.EventHandler(this.btnLuu_Click);
     //
     // frmDSHoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1629, 942);
     this.Controls.Add(this.splitContainerPhanLop);
     this.Name  = "frmDSHoaDon";
     this.Text  = "frmDSHoaDon";
     this.Load += new System.EventHandler(this.frmDSHoaDon_Load);
     groupPanel1.ResumeLayout(false);
     this.splitContainerPhanLop.Panel1.ResumeLayout(false);
     this.splitContainerPhanLop.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerPhanLop)).EndInit();
     this.splitContainerPhanLop.ResumeLayout(false);
     this.panelChaTrai.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDSHoaDon)).EndInit();
     this.panelConTren.ResumeLayout(false);
     this.groupPanelLopCu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtpTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFrom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCTHD)).EndInit();
     this.grpPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txtMST = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtdienthoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txt_capdo = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_codekh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.btnNhomKH = new DevComponents.DotNetBar.ButtonX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.cmdTinhThanh = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.txt_diachi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tenkh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.cmb_tinhthanh = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtHanNo = new DevComponents.Editors.IntegerInput();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).BeginInit();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(5, 301);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(877, 255);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 75;
     this.groupPanel1.Text = "DANH SÁCH KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader9,
     this.columnHeader5,
     this.columnHeader10,
     this.columnHeader3,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader1,
     this.columnHeader4});
     this.lvhanghoa.Font = new System.Drawing.Font("Arial", 11F);
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(864, 226);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 54;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Code KH";
     this.columnHeader2.Width = 80;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Tên KH";
     this.columnHeader9.Width = 235;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "MST";
     this.columnHeader5.Width = 83;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Nhóm";
     this.columnHeader10.Width = 77;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Tỉnh thành";
     this.columnHeader3.Width = 100;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Địa chỉ";
     this.columnHeader11.Width = 74;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Điện thoại";
     this.columnHeader12.Width = 87;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Hạn nợ";
     this.columnHeader13.Width = 80;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "makh";
     this.columnHeader14.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MAnhom";
     this.columnHeader1.Width = 0;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "matinh";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtHanNo);
     this.groupPanel2.Controls.Add(this.labelX8);
     this.groupPanel2.Controls.Add(this.labelX7);
     this.groupPanel2.Controls.Add(this.labelX6);
     this.groupPanel2.Controls.Add(this.txtMST);
     this.groupPanel2.Controls.Add(this.txtdienthoai);
     this.groupPanel2.Controls.Add(this.buttonX6);
     this.groupPanel2.Controls.Add(this.buttonX4);
     this.groupPanel2.Controls.Add(this.buttonX5);
     this.groupPanel2.Controls.Add(this.labelX5);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.txt_capdo);
     this.groupPanel2.Controls.Add(this.txt_codekh);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Controls.Add(this.btnNhomKH);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmb_nhom);
     this.groupPanel2.Controls.Add(this.cmdTinhThanh);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.labelX27);
     this.groupPanel2.Controls.Add(this.txt_diachi);
     this.groupPanel2.Controls.Add(this.txt_tenkh);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Controls.Add(this.cmb_tinhthanh);
     this.groupPanel2.Location = new System.Drawing.Point(5, 41);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(880, 252);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN KHÁCH HÀNG";
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(20, 151);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(71, 25);
     this.labelX6.TabIndex = 83;
     this.labelX6.Text = "Mã Thuế:";
     //
     // txtMST
     //
     //
     //
     //
     this.txtMST.Border.Class = "TextBoxBorder";
     this.txtMST.FocusHighlightEnabled = true;
     this.txtMST.Location = new System.Drawing.Point(106, 151);
     this.txtMST.Multiline = true;
     this.txtMST.Name = "txtMST";
     this.txtMST.Size = new System.Drawing.Size(193, 24);
     this.txtMST.TabIndex = 4;
     //
     // txtdienthoai
     //
     //
     //
     //
     this.txtdienthoai.Border.Class = "TextBoxBorder";
     this.txtdienthoai.FocusHighlightEnabled = true;
     this.txtdienthoai.Location = new System.Drawing.Point(438, 12);
     this.txtdienthoai.Name = "txtdienthoai";
     this.txtdienthoai.Size = new System.Drawing.Size(374, 24);
     this.txtdienthoai.TabIndex = 5;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(408, 199);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 9;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(490, 199);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 10;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(325, 199);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 8;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(21, 117);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(83, 25);
     this.labelX5.TabIndex = 79;
     this.labelX5.Text = "Tỉnh:";
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(363, 119);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(71, 25);
     this.labelX4.TabIndex = 78;
     this.labelX4.Text = "Cấp độ:";
     //
     // txt_capdo
     //
     //
     //
     //
     this.txt_capdo.Border.Class = "TextBoxBorder";
     this.txt_capdo.FocusHighlightEnabled = true;
     this.txt_capdo.Location = new System.Drawing.Point(438, 121);
     this.txt_capdo.Multiline = true;
     this.txt_capdo.Name = "txt_capdo";
     this.txt_capdo.Size = new System.Drawing.Size(374, 24);
     this.txt_capdo.TabIndex = 7;
     //
     // txt_codekh
     //
     //
     //
     //
     this.txt_codekh.Border.Class = "TextBoxBorder";
     this.txt_codekh.FocusHighlightEnabled = true;
     this.txt_codekh.Location = new System.Drawing.Point(106, 14);
     this.txt_codekh.Name = "txt_codekh";
     this.txt_codekh.Size = new System.Drawing.Size(193, 24);
     this.txt_codekh.TabIndex = 0;
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(21, 10);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 25);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Code KH";
     //
     // btnNhomKH
     //
     this.btnNhomKH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnNhomKH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnNhomKH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNhomKH.Location = new System.Drawing.Point(302, 83);
     this.btnNhomKH.Name = "btnNhomKH";
     this.btnNhomKH.Size = new System.Drawing.Size(25, 22);
     this.btnNhomKH.TabIndex = 74;
     this.btnNhomKH.Text = "+";
     this.btnNhomKH.Click += new System.EventHandler(this.btnNhomKH_Click);
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmdInDS);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 197);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(874, 30);
     this.panel5.TabIndex = 70;
     //
     // cmdInDS
     //
     this.cmdInDS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdInDS.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdInDS.Location = new System.Drawing.Point(571, 2);
     this.cmdInDS.Margin = new System.Windows.Forms.Padding(0);
     this.cmdInDS.Name = "cmdInDS";
     this.cmdInDS.Size = new System.Drawing.Size(70, 27);
     this.cmdInDS.TabIndex = 54;
     this.cmdInDS.Text = "In DS";
     this.cmdInDS.Click += new System.EventHandler(this.cmdInDS_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(21, 83);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(83, 25);
     this.labelX2.TabIndex = 72;
     this.labelX2.Text = "Nhóm:";
     //
     // cmb_nhom
     //
     this.cmb_nhom.DisplayMember = "Text";
     this.cmb_nhom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_nhom.FocusHighlightEnabled = true;
     this.cmb_nhom.FormattingEnabled = true;
     this.cmb_nhom.ItemHeight = 18;
     this.cmb_nhom.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_nhom.Location = new System.Drawing.Point(106, 83);
     this.cmb_nhom.Name = "cmb_nhom";
     this.cmb_nhom.Size = new System.Drawing.Size(193, 24);
     this.cmb_nhom.TabIndex = 2;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // cmdTinhThanh
     //
     this.cmdTinhThanh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdTinhThanh.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdTinhThanh.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTinhThanh.Location = new System.Drawing.Point(302, 120);
     this.cmdTinhThanh.Name = "cmdTinhThanh";
     this.cmdTinhThanh.Size = new System.Drawing.Size(25, 22);
     this.cmdTinhThanh.TabIndex = 71;
     this.cmdTinhThanh.Text = "+";
     this.cmdTinhThanh.Click += new System.EventHandler(this.cmdTinhThanh_Click);
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(363, 60);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(53, 25);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Địa chỉ:";
     //
     // labelX27
     //
     this.labelX27.Location = new System.Drawing.Point(363, 12);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(71, 25);
     this.labelX27.TabIndex = 67;
     this.labelX27.Text = "Điện thoại:";
     //
     // txt_diachi
     //
     //
     //
     //
     this.txt_diachi.Border.Class = "TextBoxBorder";
     this.txt_diachi.FocusHighlightEnabled = true;
     this.txt_diachi.Location = new System.Drawing.Point(438, 48);
     this.txt_diachi.Multiline = true;
     this.txt_diachi.Name = "txt_diachi";
     this.txt_diachi.Size = new System.Drawing.Size(374, 57);
     this.txt_diachi.TabIndex = 6;
     //
     // txt_tenkh
     //
     //
     //
     //
     this.txt_tenkh.Border.Class = "TextBoxBorder";
     this.txt_tenkh.FocusHighlightEnabled = true;
     this.txt_tenkh.Location = new System.Drawing.Point(106, 48);
     this.txt_tenkh.Name = "txt_tenkh";
     this.txt_tenkh.Size = new System.Drawing.Size(193, 24);
     this.txt_tenkh.TabIndex = 1;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(21, 45);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(70, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên KH:";
     //
     // cmb_tinhthanh
     //
     this.cmb_tinhthanh.DisplayMember = "Text";
     this.cmb_tinhthanh.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_tinhthanh.FocusHighlightEnabled = true;
     this.cmb_tinhthanh.FormattingEnabled = true;
     this.cmb_tinhthanh.ItemHeight = 18;
     this.cmb_tinhthanh.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_tinhthanh.Location = new System.Drawing.Point(106, 120);
     this.cmb_tinhthanh.Name = "cmb_tinhthanh";
     this.cmb_tinhthanh.Size = new System.Drawing.Size(193, 24);
     this.cmb_tinhthanh.TabIndex = 3;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(364, 152);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(71, 25);
     this.labelX7.TabIndex = 84;
     this.labelX7.Text = "Hạn nợ:";
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(520, 154);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(40, 25);
     this.labelX8.TabIndex = 86;
     this.labelX8.Text = "ngày";
     //
     // txtHanNo
     //
     //
     //
     //
     this.txtHanNo.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtHanNo.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtHanNo.Location = new System.Drawing.Point(438, 154);
     this.txtHanNo.Name = "txtHanNo";
     this.txtHanNo.ShowUpDown = true;
     this.txtHanNo.Size = new System.Drawing.Size(80, 24);
     this.txtHanNo.TabIndex = 87;
     //
     // frmKhachHang
     //
     this.ClientSize = new System.Drawing.Size(897, 577);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmKhachHang";
     this.Text = "Quản lý khách hàng";
     this.Load += new System.EventHandler(this.frmKhachHang_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(add_product));
     this.formFrameSkinner1 = new Elegant.Ui.FormFrameSkinner();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.radSpinEditor4 = new Telerik.WinControls.UI.RadSpinEditor();
     this.radSpinEditor3 = new Telerik.WinControls.UI.RadSpinEditor();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.radSpinEditor1 = new Telerik.WinControls.UI.RadSpinEditor();
     this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radSpinEditor2 = new Telerik.WinControls.UI.RadSpinEditor();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // formFrameSkinner1
     //
     this.formFrameSkinner1.Form = this;
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.pictureBox2);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Controls.Add(this.radGroupBox4);
     this.groupPanel1.Controls.Add(this.radGroupBox3);
     this.groupPanel1.Controls.Add(this.radGroupBox2);
     this.groupPanel1.Controls.Add(this.radGroupBox1);
     this.groupPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.Location = new System.Drawing.Point(12, 12);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(704, 411);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 2;
     this.groupPanel1.Text = "إضافة سلعه";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
     this.buttonX1.Location = new System.Drawing.Point(297, 343);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(97, 42);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 25;
     this.buttonX1.Text = "إضافه";
     //
     // radGroupBox4
     //
     this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox4.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox4.Controls.Add(this.textBoxX5);
     this.radGroupBox4.Controls.Add(this.textBoxX6);
     this.radGroupBox4.Controls.Add(this.labelX13);
     this.radGroupBox4.Controls.Add(this.labelX14);
     this.radGroupBox4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "الباركود";
     this.radGroupBox4.Location = new System.Drawing.Point(351, 240);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox4.Size = new System.Drawing.Size(337, 97);
     this.radGroupBox4.TabIndex = 23;
     this.radGroupBox4.Text = "الباركود";
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Location = new System.Drawing.Point(52, 62);
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.Size = new System.Drawing.Size(200, 22);
     this.textBoxX5.TabIndex = 20;
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Location = new System.Drawing.Point(52, 33);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.Size = new System.Drawing.Size(200, 22);
     this.textBoxX6.TabIndex = 19;
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(257, 61);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(75, 23);
     this.labelX13.TabIndex = 1;
     this.labelX13.Text = "قطعة :";
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(257, 32);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(75, 23);
     this.labelX14.TabIndex = 0;
     this.labelX14.Text = "الكرتون :";
     //
     // radGroupBox3
     //
     this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox3.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox3.Controls.Add(this.labelX11);
     this.radGroupBox3.Controls.Add(this.labelX10);
     this.radGroupBox3.Controls.Add(this.radSpinEditor4);
     this.radGroupBox3.Controls.Add(this.radSpinEditor3);
     this.radGroupBox3.Controls.Add(this.labelX8);
     this.radGroupBox3.Controls.Add(this.labelX9);
     this.radGroupBox3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox3.FooterImageIndex = -1;
     this.radGroupBox3.FooterImageKey = "";
     this.radGroupBox3.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox3.HeaderImageIndex = -1;
     this.radGroupBox3.HeaderImageKey = "";
     this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox3.HeaderText = "الاسعار";
     this.radGroupBox3.Location = new System.Drawing.Point(8, 238);
     this.radGroupBox3.Name = "radGroupBox3";
     this.radGroupBox3.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox3.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox3.Size = new System.Drawing.Size(338, 97);
     this.radGroupBox3.TabIndex = 20;
     this.radGroupBox3.Text = "الاسعار";
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.ForeColor = System.Drawing.Color.Red;
     this.labelX11.Location = new System.Drawing.Point(89, 61);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(46, 23);
     this.labelX11.TabIndex = 21;
     this.labelX11.Text = "للوحدة";
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.ForeColor = System.Drawing.Color.Red;
     this.labelX10.Location = new System.Drawing.Point(89, 32);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(46, 23);
     this.labelX10.TabIndex = 20;
     this.labelX10.Text = "للوحدة";
     //
     // radSpinEditor4
     //
     this.radSpinEditor4.Location = new System.Drawing.Point(155, 35);
     this.radSpinEditor4.Name = "radSpinEditor4";
     //
     //
     //
     this.radSpinEditor4.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor4.ShowBorder = true;
     this.radSpinEditor4.Size = new System.Drawing.Size(97, 20);
     this.radSpinEditor4.TabIndex = 19;
     this.radSpinEditor4.TabStop = false;
     //
     // radSpinEditor3
     //
     this.radSpinEditor3.Location = new System.Drawing.Point(155, 64);
     this.radSpinEditor3.Name = "radSpinEditor3";
     //
     //
     //
     this.radSpinEditor3.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor3.ShowBorder = true;
     this.radSpinEditor3.Size = new System.Drawing.Size(97, 20);
     this.radSpinEditor3.TabIndex = 18;
     this.radSpinEditor3.TabStop = false;
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(258, 61);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(75, 23);
     this.labelX8.TabIndex = 1;
     this.labelX8.Text = "سعر الشراء :";
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(258, 32);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(75, 23);
     this.labelX9.TabIndex = 0;
     this.labelX9.Text = "سعر البيع :";
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox2.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox2.Controls.Add(this.radSpinEditor1);
     this.radGroupBox2.Controls.Add(this.switchButton1);
     this.radGroupBox2.Controls.Add(this.labelX5);
     this.radGroupBox2.Controls.Add(this.textBoxX3);
     this.radGroupBox2.Controls.Add(this.textBoxX4);
     this.radGroupBox2.Controls.Add(this.labelX3);
     this.radGroupBox2.Controls.Add(this.labelX4);
     this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "التاريخ";
     this.radGroupBox2.Location = new System.Drawing.Point(7, 111);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(338, 124);
     this.radGroupBox2.TabIndex = 4;
     this.radGroupBox2.Text = "التاريخ";
     //
     // radSpinEditor1
     //
     this.radSpinEditor1.Location = new System.Drawing.Point(152, 83);
     this.radSpinEditor1.Name = "radSpinEditor1";
     //
     //
     //
     this.radSpinEditor1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor1.ShowBorder = true;
     this.radSpinEditor1.Size = new System.Drawing.Size(100, 20);
     this.radSpinEditor1.TabIndex = 6;
     this.radSpinEditor1.TabStop = false;
     //
     // switchButton1
     //
     //
     //
     //
     this.switchButton1.BackgroundStyle.Class = "";
     this.switchButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.switchButton1.Location = new System.Drawing.Point(49, 81);
     this.switchButton1.Name = "switchButton1";
     this.switchButton1.OffText = "شهر";
     this.switchButton1.OnText = "سنة";
     this.switchButton1.Size = new System.Drawing.Size(97, 22);
     this.switchButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.switchButton1.TabIndex = 5;
     //
     // labelX5
     //
     this.labelX5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(258, 79);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(75, 23);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text = "فترة الصلاحيه:";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(49, 53);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(203, 22);
     this.textBoxX3.TabIndex = 3;
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Location = new System.Drawing.Point(49, 21);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(203, 22);
     this.textBoxX4.TabIndex = 2;
     //
     // labelX3
     //
     this.labelX3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(258, 50);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(75, 23);
     this.labelX3.TabIndex = 1;
     this.labelX3.Text = "تاريخ الإنتهاء:";
     //
     // labelX4
     //
     this.labelX4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(258, 21);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(75, 23);
     this.labelX4.TabIndex = 0;
     this.labelX4.Text = "تاريخ الإنتاج:";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.radSpinEditor2);
     this.radGroupBox1.Controls.Add(this.labelX6);
     this.radGroupBox1.Controls.Add(this.textBoxX2);
     this.radGroupBox1.Controls.Add(this.textBoxX1);
     this.radGroupBox1.Controls.Add(this.labelX2);
     this.radGroupBox1.Controls.Add(this.labelX1);
     this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "السلعه";
     this.radGroupBox1.Location = new System.Drawing.Point(351, 111);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(338, 123);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.Text = "السلعه";
     //
     // radSpinEditor2
     //
     this.radSpinEditor2.Location = new System.Drawing.Point(152, 82);
     this.radSpinEditor2.Name = "radSpinEditor2";
     //
     //
     //
     this.radSpinEditor2.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor2.ShowBorder = true;
     this.radSpinEditor2.Size = new System.Drawing.Size(100, 20);
     this.radSpinEditor2.TabIndex = 7;
     this.radSpinEditor2.TabStop = false;
     //
     // labelX6
     //
     this.labelX6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(258, 79);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(75, 23);
     this.labelX6.TabIndex = 4;
     this.labelX6.Text = "الكمية:";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(49, 53);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(203, 22);
     this.textBoxX2.TabIndex = 3;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(49, 21);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(203, 22);
     this.textBoxX1.TabIndex = 2;
     //
     // labelX2
     //
     this.labelX2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(258, 50);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "وصف السلعه:";
     //
     // labelX1
     //
     this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(258, 21);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "اسم السلعه:";
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(297, 3);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(135, 112);
     this.pictureBox2.TabIndex = 27;
     this.pictureBox2.TabStop = false;
     //
     // add_product
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(728, 438);
     this.Controls.Add(this.groupPanel1);
     this.Name = "add_product";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.RightToLeftLayout = true;
     this.Text = "إضافه سلعه";
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmbQuyCach = new DevComponents.DotNetBar.ButtonX();
     this.cmb_quycach = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txt_ma = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.cmdLoaiHH = new DevComponents.DotNetBar.ButtonX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmb_loai = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.cmdDVT = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txt_chidinh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmdNhomHH = new DevComponents.DotNetBar.ButtonX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.txtMota = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.txttenthuoc = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.cmb_dvt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.cmbQuyCach);
     this.groupPanel2.Controls.Add(this.cmb_quycach);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.txt_ma);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Controls.Add(this.cmdLoaiHH);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmb_loai);
     this.groupPanel2.Controls.Add(this.cmdDVT);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.txt_chidinh);
     this.groupPanel2.Controls.Add(this.cmdNhomHH);
     this.groupPanel2.Controls.Add(this.labelX27);
     this.groupPanel2.Controls.Add(this.txtMota);
     this.groupPanel2.Controls.Add(this.cmb_nhom);
     this.groupPanel2.Controls.Add(this.labelX23);
     this.groupPanel2.Controls.Add(this.labelX25);
     this.groupPanel2.Controls.Add(this.txttenthuoc);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Controls.Add(this.cmb_dvt);
     this.groupPanel2.Location = new System.Drawing.Point(12, 39);
     this.groupPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(1008, 242);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN THUỐC";
     //
     // cmbQuyCach
     //
     this.cmbQuyCach.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbQuyCach.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbQuyCach.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbQuyCach.Location = new System.Drawing.Point(710, 13);
     this.cmbQuyCach.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmbQuyCach.Name = "cmbQuyCach";
     this.cmbQuyCach.Size = new System.Drawing.Size(25, 25);
     this.cmbQuyCach.TabIndex = 79;
     this.cmbQuyCach.Text = "+";
     this.cmbQuyCach.Click += new System.EventHandler(this.cmbQuyCach_Click);
     //
     // cmb_quycach
     //
     this.cmb_quycach.DisplayMember = "Text";
     this.cmb_quycach.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_quycach.FocusHighlightEnabled = true;
     this.cmb_quycach.FormattingEnabled = true;
     this.cmb_quycach.ItemHeight = 18;
     this.cmb_quycach.Location = new System.Drawing.Point(514, 13);
     this.cmb_quycach.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_quycach.Name = "cmb_quycach";
     this.cmb_quycach.Size = new System.Drawing.Size(190, 24);
     this.cmb_quycach.TabIndex = 7;
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(426, 10);
     this.labelX4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(95, 30);
     this.labelX4.TabIndex = 77;
     this.labelX4.Text = "Quy cách:";
     //
     // txt_ma
     //
     //
     //
     //
     this.txt_ma.Border.Class = "TextBoxBorder";
     this.txt_ma.FocusHighlightEnabled = true;
     this.txt_ma.Location = new System.Drawing.Point(98, 17);
     this.txt_ma.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txt_ma.Name = "txt_ma";
     this.txt_ma.Size = new System.Drawing.Size(221, 24);
     this.txt_ma.TabIndex = 1;
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(12, 12);
     this.labelX3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(80, 30);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Mã thuốc:";
     //
     // cmdLoaiHH
     //
     this.cmdLoaiHH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdLoaiHH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdLoaiHH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdLoaiHH.Location = new System.Drawing.Point(290, 84);
     this.cmdLoaiHH.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdLoaiHH.Name = "cmdLoaiHH";
     this.cmdLoaiHH.Size = new System.Drawing.Size(25, 25);
     this.cmdLoaiHH.TabIndex = 74;
     this.cmdLoaiHH.Text = "+";
     this.cmdLoaiHH.Click += new System.EventHandler(this.cmdLoaiHH_Click);
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmdInDS);
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 187);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1002, 30);
     this.panel5.TabIndex = 8;
     //
     // cmdInDS
     //
     this.cmdInDS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdInDS.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdInDS.Enabled = false;
     this.cmdInDS.Location = new System.Drawing.Point(589, 2);
     this.cmdInDS.Margin = new System.Windows.Forms.Padding(0);
     this.cmdInDS.Name = "cmdInDS";
     this.cmdInDS.Size = new System.Drawing.Size(70, 27);
     this.cmdInDS.TabIndex = 55;
     this.cmdInDS.Text = "In";
     this.cmdInDS.Click += new System.EventHandler(this.cmdInDS_Click);
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(411, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Enabled = false;
     this.buttonX4.Location = new System.Drawing.Point(500, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(323, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(12, 80);
     this.labelX2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(80, 30);
     this.labelX2.TabIndex = 72;
     this.labelX2.Text = "Loại hàng:";
     //
     // cmb_loai
     //
     this.cmb_loai.DisplayMember = "Text";
     this.cmb_loai.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_loai.FocusHighlightEnabled = true;
     this.cmb_loai.FormattingEnabled = true;
     this.cmb_loai.ItemHeight = 18;
     this.cmb_loai.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_loai.Location = new System.Drawing.Point(98, 84);
     this.cmb_loai.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_loai.Name = "cmb_loai";
     this.cmb_loai.Size = new System.Drawing.Size(190, 24);
     this.cmb_loai.TabIndex = 3;
                this.cmb_loai.SelectedIndexChanged += new System.EventHandler(this.cmb_loai_SelectedIndexChanged);
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // cmdDVT
     //
     this.cmdDVT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdDVT.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdDVT.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdDVT.Location = new System.Drawing.Point(290, 119);
     this.cmdDVT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdDVT.Name = "cmdDVT";
     this.cmdDVT.Size = new System.Drawing.Size(25, 25);
     this.cmdDVT.TabIndex = 71;
     this.cmdDVT.Text = "+";
     this.cmdDVT.Click += new System.EventHandler(this.cmdDVT_Click);
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(426, 47);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(120, 30);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Chỉ định";
     //
     // txt_chidinh
     //
     //
     //
     //
     this.txt_chidinh.Border.Class = "TextBoxBorder";
     this.txt_chidinh.FocusHighlightEnabled = true;
     this.txt_chidinh.Location = new System.Drawing.Point(426, 80);
     this.txt_chidinh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txt_chidinh.Multiline = true;
     this.txt_chidinh.Name = "txt_chidinh";
     this.txt_chidinh.Size = new System.Drawing.Size(427, 30);
     this.txt_chidinh.TabIndex = 8;
     this.txt_chidinh.TextChanged += new System.EventHandler(this.textBoxX1_TextChanged);
     //
     // cmdNhomHH
     //
     this.cmdNhomHH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdNhomHH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdNhomHH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdNhomHH.Location = new System.Drawing.Point(290, 155);
     this.cmdNhomHH.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdNhomHH.Name = "cmdNhomHH";
     this.cmdNhomHH.Size = new System.Drawing.Size(25, 25);
     this.cmdNhomHH.TabIndex = 68;
     this.cmdNhomHH.Text = "+";
     this.cmdNhomHH.Click += new System.EventHandler(this.cmdNhomHH_Click);
     //
     // labelX27
     //
     this.labelX27.Location = new System.Drawing.Point(426, 116);
     this.labelX27.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(120, 30);
     this.labelX27.TabIndex = 67;
     this.labelX27.Text = "Mô Tả";
     //
     // txtMota
     //
     //
     //
     //
     this.txtMota.Border.Class = "TextBoxBorder";
     this.txtMota.FocusHighlightEnabled = true;
     this.txtMota.Location = new System.Drawing.Point(426, 152);
     this.txtMota.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtMota.Multiline = true;
     this.txtMota.Name = "txtMota";
     this.txtMota.Size = new System.Drawing.Size(427, 28);
     this.txtMota.TabIndex = 9;
     //
     // cmb_nhom
     //
     this.cmb_nhom.DisplayMember = "Text";
     this.cmb_nhom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_nhom.FocusHighlightEnabled = true;
     this.cmb_nhom.FormattingEnabled = true;
     this.cmb_nhom.ItemHeight = 18;
     this.cmb_nhom.Location = new System.Drawing.Point(98, 155);
     this.cmb_nhom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_nhom.Name = "cmb_nhom";
     this.cmb_nhom.Size = new System.Drawing.Size(190, 24);
     this.cmb_nhom.TabIndex = 6;
     //
     // labelX23
     //
     this.labelX23.Location = new System.Drawing.Point(12, 116);
     this.labelX23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(80, 30);
     this.labelX23.TabIndex = 58;
     this.labelX23.Text = "Đơn vị tính:";
     //
     // labelX25
     //
     this.labelX25.Location = new System.Drawing.Point(13, 152);
     this.labelX25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(79, 30);
     this.labelX25.TabIndex = 59;
     this.labelX25.Text = "Nhóm:";
     //
     // txttenthuoc
     //
     //
     //
     //
     this.txttenthuoc.Border.Class = "TextBoxBorder";
     this.txttenthuoc.FocusHighlightEnabled = true;
     this.txttenthuoc.Location = new System.Drawing.Point(98, 50);
     this.txttenthuoc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txttenthuoc.Name = "txttenthuoc";
     this.txttenthuoc.Size = new System.Drawing.Size(221, 24);
     this.txttenthuoc.TabIndex = 2;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(9, 45);
     this.labelX26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(72, 30);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên thuốc:";
     //
     // cmb_dvt
     //
     this.cmb_dvt.DisplayMember = "Text";
     this.cmb_dvt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_dvt.FocusHighlightEnabled = true;
     this.cmb_dvt.FormattingEnabled = true;
     this.cmb_dvt.ItemHeight = 18;
     this.cmb_dvt.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_dvt.Location = new System.Drawing.Point(98, 119);
     this.cmb_dvt.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_dvt.Name = "cmb_dvt";
     this.cmb_dvt.Size = new System.Drawing.Size(190, 24);
     this.cmb_dvt.TabIndex = 5;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader9,
     this.columnHeader10,
     this.columnHeader3,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(8, 4);
     this.lvhanghoa.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(989, 294);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 49;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Mã SP";
     this.columnHeader2.Width = 65;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Sản phẩm";
     this.columnHeader9.Width = 233;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Đơn vị tính";
     this.columnHeader10.Width = 76;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Quy Cách";
     this.columnHeader3.Width = 85;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Loại SP";
     this.columnHeader11.Width = 74;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Nhóm SP";
     this.columnHeader12.Width = 88;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Chỉ định";
     this.columnHeader13.Width = 149;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Mô tả";
     this.columnHeader14.Width = 170;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MA";
     this.columnHeader1.Width = 0;
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(5, 283);
     this.groupPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(1006, 327);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 72;
     this.groupPanel1.Text = "DANH SÁCH HÀNG HÓA";
     //
     // frmHangHoa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1019, 626);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "frmHangHoa";
     this.Text = "Quản lý hàng hóa";
     this.Load += new System.EventHandler(this.frmHangHoa_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.groupPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScaffoldRecommendSelect));
     this.Btn_TjBzsgsj = new DevComponents.DotNetBar.ButtonX();
     this.Lb_TjDsyt = new DevComponents.DotNetBar.LabelX();
     this.Lb_TjDsgd = new DevComponents.DotNetBar.LabelX();
     this.DbInput_TjDsgd = new DevComponents.Editors.DoubleInput();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.Cbx_TjDsyt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.Lb7_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb6_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb5_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb4_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb3_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb2_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb1_Tj = new DevComponents.DotNetBar.LabelX();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel6 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel7 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel8 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabControl_Tj = new DevComponents.DotNetBar.TabControl();
     this.tcPanel_Tj5 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem5 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj1 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj2 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj7 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem7 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj6 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem6 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj4 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj3 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel16 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_TjDsgd)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.tabControlPanel4.SuspendLayout();
     this.tabControlPanel3.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.tabControlPanel5.SuspendLayout();
     this.tabControlPanel6.SuspendLayout();
     this.tabControlPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl_Tj)).BeginInit();
     this.tabControl_Tj.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.SuspendLayout();
     //
     // Btn_TjBzsgsj
     //
     this.Btn_TjBzsgsj.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_TjBzsgsj.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_TjBzsgsj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_TjBzsgsj.Location = new System.Drawing.Point(240, 2);
     this.Btn_TjBzsgsj.Name = "Btn_TjBzsgsj";
     this.Btn_TjBzsgsj.Size = new System.Drawing.Size(122, 36);
     this.Btn_TjBzsgsj.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_TjBzsgsj.TabIndex = 0;
     this.Btn_TjBzsgsj.Text = "����ר��ʩ������ ";
     this.Btn_TjBzsgsj.Click += new System.EventHandler(this.Btn_TjBzsgsj_Click);
     //
     // Lb_TjDsyt
     //
     this.Lb_TjDsyt.AutoSize = true;
     //
     //
     //
     this.Lb_TjDsyt.BackgroundStyle.Class = "";
     this.Lb_TjDsyt.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_TjDsyt.Location = new System.Drawing.Point(9, 27);
     this.Lb_TjDsyt.Name = "Lb_TjDsyt";
     this.Lb_TjDsyt.Size = new System.Drawing.Size(118, 18);
     this.Lb_TjDsyt.TabIndex = 48;
     this.Lb_TjDsyt.Text = "�������ּܵ���;";
     //
     // Lb_TjDsgd
     //
     this.Lb_TjDsgd.AutoSize = true;
     //
     //
     //
     this.Lb_TjDsgd.BackgroundStyle.Class = "";
     this.Lb_TjDsgd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_TjDsgd.Location = new System.Drawing.Point(9, 76);
     this.Lb_TjDsgd.Name = "Lb_TjDsgd";
     this.Lb_TjDsgd.Size = new System.Drawing.Size(118, 18);
     this.Lb_TjDsgd.TabIndex = 47;
     this.Lb_TjDsgd.Text = "�������ּܵĸ߶�";
     //
     // DbInput_TjDsgd
     //
     //
     //
     //
     this.DbInput_TjDsgd.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_TjDsgd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_TjDsgd.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_TjDsgd.Increment = 1;
     this.DbInput_TjDsgd.Location = new System.Drawing.Point(131, 76);
     this.DbInput_TjDsgd.MinValue = 0;
     this.DbInput_TjDsgd.Name = "DbInput_TjDsgd";
     this.DbInput_TjDsgd.ShowUpDown = true;
     this.DbInput_TjDsgd.Size = new System.Drawing.Size(89, 21);
     this.DbInput_TjDsgd.TabIndex = 49;
     this.DbInput_TjDsgd.ValueChanged += new System.EventHandler(this.DbInput_TjDsgd_ValueChanged);
     //
     // comboItem2
     //
     this.comboItem2.Text = "װ��װ��";
     //
     // comboItem1
     //
     this.comboItem1.Text = "�ṹʩ��";
     //
     // Cbx_TjDsyt
     //
     this.Cbx_TjDsyt.DisplayMember = "Text";
     this.Cbx_TjDsyt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_TjDsyt.FormattingEnabled = true;
     this.Cbx_TjDsyt.ItemHeight = 15;
     this.Cbx_TjDsyt.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.Cbx_TjDsyt.Location = new System.Drawing.Point(130, 24);
     this.Cbx_TjDsyt.Name = "Cbx_TjDsyt";
     this.Cbx_TjDsyt.Size = new System.Drawing.Size(89, 21);
     this.Cbx_TjDsyt.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_TjDsyt.TabIndex = 50;
     this.Cbx_TjDsyt.SelectedIndexChanged += new System.EventHandler(this.Cbx_TjDsyt_SelectedIndexChanged);
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.groupPanel1.Controls.Add(this.Lb_TjDsgd);
     this.groupPanel1.Controls.Add(this.Lb_TjDsyt);
     this.groupPanel1.Controls.Add(this.Cbx_TjDsyt);
     this.groupPanel1.Controls.Add(this.DbInput_TjDsgd);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupPanel1.Location = new System.Drawing.Point(0, 0);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(252, 150);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 0;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.groupPanel2);
     this.panelEx1.Controls.Add(this.groupPanel1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(252, 558);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 47;
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.groupPanel2.Controls.Add(this.Lb7_Tj);
     this.groupPanel2.Controls.Add(this.Lb6_Tj);
     this.groupPanel2.Controls.Add(this.Lb5_Tj);
     this.groupPanel2.Controls.Add(this.Lb4_Tj);
     this.groupPanel2.Controls.Add(this.Lb3_Tj);
     this.groupPanel2.Controls.Add(this.Lb2_Tj);
     this.groupPanel2.Controls.Add(this.Lb1_Tj);
     this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupPanel2.Location = new System.Drawing.Point(0, 151);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(252, 407);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 3;
     //
     // Lb7_Tj
     //
     this.Lb7_Tj.AutoSize = true;
     //
     //
     //
     this.Lb7_Tj.BackgroundStyle.Class = "";
     this.Lb7_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb7_Tj.Enabled = false;
     this.Lb7_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb7_Tj.Location = new System.Drawing.Point(12, 303);
     this.Lb7_Tj.Name = "Lb7_Tj";
     this.Lb7_Tj.Size = new System.Drawing.Size(86, 20);
     this.Lb7_Tj.TabIndex = 48;
     this.Lb7_Tj.Text = "�� �����ּ�";
     //
     // Lb6_Tj
     //
     this.Lb6_Tj.AutoSize = true;
     //
     //
     //
     this.Lb6_Tj.BackgroundStyle.Class = "";
     this.Lb6_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb6_Tj.Enabled = false;
     this.Lb6_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb6_Tj.Location = new System.Drawing.Point(12, 265);
     this.Lb6_Tj.Name = "Lb6_Tj";
     this.Lb6_Tj.Size = new System.Drawing.Size(159, 20);
     this.Lb6_Tj.TabIndex = 48;
     this.Lb6_Tj.Text = "�� Һѹ����������ּ�";
     //
     // Lb5_Tj
     //
     this.Lb5_Tj.AutoSize = true;
     //
     //
     //
     this.Lb5_Tj.BackgroundStyle.Class = "";
     this.Lb5_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb5_Tj.Enabled = false;
     this.Lb5_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb5_Tj.Location = new System.Drawing.Point(12, 218);
     this.Lb5_Tj.Name = "Lb5_Tj";
     this.Lb5_Tj.Size = new System.Drawing.Size(130, 20);
     this.Lb5_Tj.TabIndex = 48;
     this.Lb5_Tj.Text = "�� ��ʽ�ֹܽ��ּ�";
     //
     // Lb4_Tj
     //
     this.Lb4_Tj.AutoSize = true;
     //
     //
     //
     this.Lb4_Tj.BackgroundStyle.Class = "";
     this.Lb4_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb4_Tj.Enabled = false;
     this.Lb4_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb4_Tj.Location = new System.Drawing.Point(12, 171);
     this.Lb4_Tj.Name = "Lb4_Tj";
     this.Lb4_Tj.Size = new System.Drawing.Size(187, 20);
     this.Lb4_Tj.TabIndex = 48;
     this.Lb4_Tj.Text = "�� �в����̿�ʽ�ֹܽ��ּ�";
     //
     // Lb3_Tj
     //
     this.Lb3_Tj.AutoSize = true;
     //
     //
     //
     this.Lb3_Tj.BackgroundStyle.Class = "";
     this.Lb3_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb3_Tj.Enabled = false;
     this.Lb3_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb3_Tj.Location = new System.Drawing.Point(12, 130);
     this.Lb3_Tj.Name = "Lb3_Tj";
     this.Lb3_Tj.Size = new System.Drawing.Size(115, 20);
     this.Lb3_Tj.TabIndex = 48;
     this.Lb3_Tj.Text = "�� ���ʽ���ּ�";
     //
     // Lb2_Tj
     //
     this.Lb2_Tj.AutoSize = true;
     //
     //
     //
     this.Lb2_Tj.BackgroundStyle.Class = "";
     this.Lb2_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb2_Tj.Enabled = false;
     this.Lb2_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb2_Tj.Location = new System.Drawing.Point(12, 86);
     this.Lb2_Tj.Name = "Lb2_Tj";
     this.Lb2_Tj.Size = new System.Drawing.Size(238, 20);
     this.Lb2_Tj.TabIndex = 48;
     this.Lb2_Tj.Text = "�� �ۼ�ʽ�ֹܽ��ּܣ����+�����";
     //
     // Lb1_Tj
     //
     this.Lb1_Tj.AutoSize = true;
     //
     //
     //
     this.Lb1_Tj.BackgroundStyle.Class = "";
     this.Lb1_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb1_Tj.Enabled = false;
     this.Lb1_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb1_Tj.Location = new System.Drawing.Point(12, 47);
     this.Lb1_Tj.Name = "Lb1_Tj";
     this.Lb1_Tj.Size = new System.Drawing.Size(202, 20);
     this.Lb1_Tj.TabIndex = 48;
     this.Lb1_Tj.Text = "�� �ۼ�ʽ�ֹܽ��ּܣ���أ�";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.textBoxX1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX1.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX1.Location = new System.Drawing.Point(1, 1);
     this.textBoxX1.Multiline = true;
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.ReadOnly = true;
     this.textBoxX1.Size = new System.Drawing.Size(578, 468);
     this.textBoxX1.TabIndex = 1;
     this.textBoxX1.Text = resources.GetString("textBoxX1.Text");
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.textBoxX4);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX4.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX4.Location = new System.Drawing.Point(1, 1);
     this.textBoxX4.Multiline = true;
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.ReadOnly = true;
     this.textBoxX4.Size = new System.Drawing.Size(578, 468);
     this.textBoxX4.TabIndex = 2;
     this.textBoxX4.Text = resources.GetString("textBoxX4.Text");
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.textBoxX3);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX3.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX3.Location = new System.Drawing.Point(1, 1);
     this.textBoxX3.Multiline = true;
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.ReadOnly = true;
     this.textBoxX3.Size = new System.Drawing.Size(578, 468);
     this.textBoxX3.TabIndex = 2;
     this.textBoxX3.Text = resources.GetString("textBoxX3.Text");
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.textBoxX2);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX2.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX2.Location = new System.Drawing.Point(1, 1);
     this.textBoxX2.Multiline = true;
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.ReadOnly = true;
     this.textBoxX2.Size = new System.Drawing.Size(578, 468);
     this.textBoxX2.TabIndex = 2;
     this.textBoxX2.Text = resources.GetString("textBoxX2.Text");
     //
     // tabControlPanel5
     //
     this.tabControlPanel5.Controls.Add(this.textBoxX5);
     this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel5.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel5.Name = "tabControlPanel5";
     this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel5.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel5.Style.GradientAngle = 90;
     this.tabControlPanel5.TabIndex = 5;
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX5.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX5.Location = new System.Drawing.Point(1, 1);
     this.textBoxX5.Multiline = true;
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.ReadOnly = true;
     this.textBoxX5.Size = new System.Drawing.Size(578, 468);
     this.textBoxX5.TabIndex = 2;
     this.textBoxX5.Text = resources.GetString("textBoxX5.Text");
     //
     // tabControlPanel6
     //
     this.tabControlPanel6.Controls.Add(this.textBoxX6);
     this.tabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel6.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel6.Name = "tabControlPanel6";
     this.tabControlPanel6.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel6.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel6.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel6.Style.GradientAngle = 90;
     this.tabControlPanel6.TabIndex = 6;
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX6.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX6.Location = new System.Drawing.Point(1, 1);
     this.textBoxX6.Multiline = true;
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.ReadOnly = true;
     this.textBoxX6.Size = new System.Drawing.Size(578, 468);
     this.textBoxX6.TabIndex = 2;
     this.textBoxX6.Text = resources.GetString("textBoxX6.Text");
     //
     // tabControlPanel7
     //
     this.tabControlPanel7.Controls.Add(this.textBoxX7);
     this.tabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel7.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel7.Name = "tabControlPanel7";
     this.tabControlPanel7.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel7.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel7.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel7.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel7.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel7.Style.GradientAngle = 90;
     this.tabControlPanel7.TabIndex = 7;
     this.tabControlPanel7.Visible = false;
     //
     // textBoxX7
     //
     //
     //
     //
     this.textBoxX7.Border.Class = "TextBoxBorder";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX7.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX7.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textBoxX7.Location = new System.Drawing.Point(1, 1);
     this.textBoxX7.Multiline = true;
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.ReadOnly = true;
     this.textBoxX7.Size = new System.Drawing.Size(578, 468);
     this.textBoxX7.TabIndex = 2;
     this.textBoxX7.Text = "\r\n�ŵ㣺\r\n������ס�\r\n\r\nȱ�㣺\r\n��ȫ�Խϲ\r\n\r\n�����ԣ�\r\n��Ҫ���ڽ���������װ��װ�޹��̡�\r\n";
     //
     // tabControlPanel8
     //
     this.tabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel8.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel8.Name = "tabControlPanel8";
     this.tabControlPanel8.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel8.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel8.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel8.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel8.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel8.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel8.Style.GradientAngle = 90;
     this.tabControlPanel8.TabIndex = 8;
     //
     // tabControl_Tj
     //
     this.tabControl_Tj.BackColor = System.Drawing.Color.Transparent;
     this.tabControl_Tj.CanReorderTabs = true;
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj1);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj5);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj2);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj7);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj6);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj4);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj3);
     this.tabControl_Tj.Controls.Add(this.tabControlPanel16);
     this.tabControl_Tj.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabControl_Tj.Location = new System.Drawing.Point(252, 0);
     this.tabControl_Tj.Name = "tabControl_Tj";
     this.tabControl_Tj.SelectedTabFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold);
     this.tabControl_Tj.SelectedTabIndex = 6;
     this.tabControl_Tj.Size = new System.Drawing.Size(580, 514);
     this.tabControl_Tj.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl_Tj.TabIndex = 51;
     this.tabControl_Tj.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
     this.tabControl_Tj.Tabs.Add(this.TJtabItem1);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem2);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem3);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem4);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem5);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem6);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem7);
     this.tabControl_Tj.Tabs.Add(this.tabItem1);
     this.tabControl_Tj.Text = "tabControl1";
     //
     // tcPanel_Tj5
     //
     this.tcPanel_Tj5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj5.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj5.Name = "tcPanel_Tj5";
     this.tcPanel_Tj5.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj5.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj5.Style.GradientAngle = 90;
     this.tcPanel_Tj5.TabIndex = 5;
     this.tcPanel_Tj5.TabItem = this.TJtabItem5;
     //
     // TJtabItem5
     //
     this.TJtabItem5.AttachedControl = this.tcPanel_Tj5;
     this.TJtabItem5.Name = "TJtabItem5";
     this.TJtabItem5.Text = "��ʽ�ֹܽ��ּ�";
     this.TJtabItem5.Visible = false;
     //
     // tcPanel_Tj1
     //
     this.tcPanel_Tj1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tcPanel_Tj1.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj1.Name = "tcPanel_Tj1";
     this.tcPanel_Tj1.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj1.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj1.Style.GradientAngle = 90;
     this.tcPanel_Tj1.TabIndex = 1;
     this.tcPanel_Tj1.TabItem = this.TJtabItem1;
     //
     // TJtabItem1
     //
     this.TJtabItem1.AttachedControl = this.tcPanel_Tj1;
     this.TJtabItem1.Name = "TJtabItem1";
     this.TJtabItem1.Text = "�ۼ�ʽ�ֹܽ��ּܣ���أ�";
     this.TJtabItem1.Visible = false;
     //
     // tcPanel_Tj2
     //
     this.tcPanel_Tj2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj2.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj2.Name = "tcPanel_Tj2";
     this.tcPanel_Tj2.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj2.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj2.Style.GradientAngle = 90;
     this.tcPanel_Tj2.TabIndex = 2;
     this.tcPanel_Tj2.TabItem = this.TJtabItem2;
     //
     // TJtabItem2
     //
     this.TJtabItem2.AttachedControl = this.tcPanel_Tj2;
     this.TJtabItem2.Name = "TJtabItem2";
     this.TJtabItem2.Text = "�ۼ�ʽ�ֹܽ��ּܣ����+�����";
     this.TJtabItem2.Visible = false;
     //
     // tcPanel_Tj7
     //
     this.tcPanel_Tj7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj7.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj7.Name = "tcPanel_Tj7";
     this.tcPanel_Tj7.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj7.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj7.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj7.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj7.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj7.Style.GradientAngle = 90;
     this.tcPanel_Tj7.TabIndex = 7;
     this.tcPanel_Tj7.TabItem = this.TJtabItem7;
     this.tcPanel_Tj7.Visible = false;
     //
     // TJtabItem7
     //
     this.TJtabItem7.AttachedControl = this.tcPanel_Tj7;
     this.TJtabItem7.Name = "TJtabItem7";
     this.TJtabItem7.Text = "�����ּ�";
     this.TJtabItem7.Visible = false;
     //
     // tcPanel_Tj6
     //
     this.tcPanel_Tj6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj6.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj6.Name = "tcPanel_Tj6";
     this.tcPanel_Tj6.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj6.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj6.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj6.Style.GradientAngle = 90;
     this.tcPanel_Tj6.TabIndex = 6;
     this.tcPanel_Tj6.TabItem = this.TJtabItem6;
     //
     // TJtabItem6
     //
     this.TJtabItem6.AttachedControl = this.tcPanel_Tj6;
     this.TJtabItem6.Name = "TJtabItem6";
     this.TJtabItem6.Text = "Һѹ����������ּ�";
     this.TJtabItem6.Visible = false;
     //
     // tcPanel_Tj4
     //
     this.tcPanel_Tj4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj4.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj4.Name = "tcPanel_Tj4";
     this.tcPanel_Tj4.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj4.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj4.Style.GradientAngle = 90;
     this.tcPanel_Tj4.TabIndex = 4;
     this.tcPanel_Tj4.TabItem = this.TJtabItem4;
     //
     // TJtabItem4
     //
     this.TJtabItem4.AttachedControl = this.tcPanel_Tj4;
     this.TJtabItem4.Name = "TJtabItem4";
     this.TJtabItem4.Text = "�в����̿�ʽ�ֹܽ��ּ�";
     this.TJtabItem4.Visible = false;
     //
     // tcPanel_Tj3
     //
     this.tcPanel_Tj3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj3.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj3.Name = "tcPanel_Tj3";
     this.tcPanel_Tj3.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj3.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj3.Style.GradientAngle = 90;
     this.tcPanel_Tj3.TabIndex = 3;
     this.tcPanel_Tj3.TabItem = this.TJtabItem3;
     //
     // TJtabItem3
     //
     this.TJtabItem3.AttachedControl = this.tcPanel_Tj3;
     this.TJtabItem3.Name = "TJtabItem3";
     this.TJtabItem3.Text = "���ʽ���ּ�";
     this.TJtabItem3.Visible = false;
     //
     // tabControlPanel16
     //
     this.tabControlPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel16.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel16.Name = "tabControlPanel16";
     this.tabControlPanel16.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel16.Size = new System.Drawing.Size(580, 467);
     this.tabControlPanel16.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel16.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel16.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel16.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel16.Style.GradientAngle = 90;
     this.tabControlPanel16.TabIndex = 8;
     this.tabControlPanel16.TabItem = this.tabItem1;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel16;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "";
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.Btn_TjBzsgsj);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx2.Location = new System.Drawing.Point(252, 520);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(580, 38);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 52;
     //
     // FrmScaffoldRecommendSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize = new System.Drawing.Size(832, 558);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.tabControl_Tj);
     this.Controls.Add(this.panelEx1);
     this.DoubleBuffered = true;
     this.Name = "FrmScaffoldRecommendSelect";
     this.Text = "���ּ�ѡ��-�Ƽ�ѡ��";
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_TjDsgd)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.panelEx1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.tabControlPanel1.ResumeLayout(false);
     this.tabControlPanel4.ResumeLayout(false);
     this.tabControlPanel3.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.tabControlPanel5.ResumeLayout(false);
     this.tabControlPanel6.ResumeLayout(false);
     this.tabControlPanel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl_Tj)).EndInit();
     this.tabControl_Tj.ResumeLayout(false);
     this.panelEx2.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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lbTenGiaoVien = new DevComponents.DotNetBar.LabelX();
     this.lbSiSo = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.comboLop = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dtgvHocSinh = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HoTen = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaHocSinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Lop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GioiTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NgaySinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lbNS = new DevComponents.DotNetBar.LabelX();
     this.lbGT = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.combomaHocSinh = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.btnKhongLuu = new DevComponents.DotNetBar.ButtonX();
     this.btnLuu = new DevComponents.DotNetBar.ButtonX();
     this.tbxHoTen = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.lbDiaChi = new DevComponents.DotNetBar.LabelX();
     this.tbxDiaChi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.lbGioiTinh = new DevComponents.DotNetBar.LabelX();
     this.tbxEmail = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.lbHoTen = new DevComponents.DotNetBar.LabelX();
     this.lbNgaySinh = new DevComponents.DotNetBar.LabelX();
     this.btnDong = new DevComponents.DotNetBar.ButtonX();
     this.btnThem = new DevComponents.DotNetBar.ButtonX();
     this.btnSua = new DevComponents.DotNetBar.ButtonX();
     this.btnXoa = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvHocSinh)).BeginInit();
     this.groupPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lbTenGiaoVien);
     this.groupPanel1.Controls.Add(this.lbSiSo);
     this.groupPanel1.Controls.Add(this.labelX6);
     this.groupPanel1.Controls.Add(this.comboLop);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Location = new System.Drawing.Point(2, 33);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(859, 45);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text = "Thông Tin Lớp";
     //
     // lbTenGiaoVien
     //
     this.lbTenGiaoVien.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbTenGiaoVien.BackgroundStyle.Class = "";
     this.lbTenGiaoVien.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbTenGiaoVien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTenGiaoVien.Location = new System.Drawing.Point(566, 3);
     this.lbTenGiaoVien.Name = "lbTenGiaoVien";
     this.lbTenGiaoVien.Size = new System.Drawing.Size(39, 23);
     this.lbTenGiaoVien.TabIndex = 8;
     //
     // lbSiSo
     //
     this.lbSiSo.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbSiSo.BackgroundStyle.Class = "";
     this.lbSiSo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbSiSo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbSiSo.Location = new System.Drawing.Point(343, 3);
     this.lbSiSo.Name = "lbSiSo";
     this.lbSiSo.Size = new System.Drawing.Size(39, 23);
     this.lbSiSo.TabIndex = 7;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(477, 3);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(83, 23);
     this.labelX6.TabIndex = 6;
     this.labelX6.Text = "Tên Giáo Viên: ";
     //
     // comboLop
     //
     this.comboLop.DisplayMember = "Text";
     this.comboLop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboLop.FormattingEnabled = true;
     this.comboLop.ItemHeight = 14;
     this.comboLop.Location = new System.Drawing.Point(158, 3);
     this.comboLop.Name = "comboLop";
     this.comboLop.Size = new System.Drawing.Size(58, 20);
     this.comboLop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboLop.TabIndex = 2;
     this.comboLop.SelectedIndexChanged += new System.EventHandler(this.comboLop_SelectedIndexChanged);
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.Location = new System.Drawing.Point(307, 3);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(39, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "Sĩ Số: ";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(124, 3);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(28, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "Lớp: ";
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.dtgvHocSinh);
     this.groupPanel2.Location = new System.Drawing.Point(2, 194);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(865, 198);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 2;
     this.groupPanel2.Text = "Danh Sách Học Sinh";
     //
     // dtgvHocSinh
     //
     this.dtgvHocSinh.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgvHocSinh.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT,
     this.HoTen,
     this.MaHocSinh,
     this.Lop,
     this.GioiTinh,
     this.NgaySinh,
     this.DiaChi,
     this.Email});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dtgvHocSinh.DefaultCellStyle = dataGridViewCellStyle2;
     this.dtgvHocSinh.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dtgvHocSinh.Location = new System.Drawing.Point(3, 3);
     this.dtgvHocSinh.Name = "dtgvHocSinh";
     this.dtgvHocSinh.ReadOnly = true;
     this.dtgvHocSinh.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dtgvHocSinh.Size = new System.Drawing.Size(853, 171);
     this.dtgvHocSinh.TabIndex = 1;
     //
     // STT
     //
     this.STT.DataPropertyName = "stt";
     this.STT.HeaderText = "STT";
     this.STT.Name = "STT";
     this.STT.ReadOnly = true;
     this.STT.Width = 50;
     //
     // HoTen
     //
     this.HoTen.DataPropertyName = "hoTen";
     this.HoTen.HeaderText = "Họ và Tên";
     this.HoTen.Name = "HoTen";
     this.HoTen.ReadOnly = true;
     this.HoTen.Width = 170;
     //
     // MaHocSinh
     //
     this.MaHocSinh.DataPropertyName = "maHocSinh";
     this.MaHocSinh.HeaderText = "Mã Học Sinh";
     this.MaHocSinh.Name = "MaHocSinh";
     this.MaHocSinh.ReadOnly = true;
     //
     // Lop
     //
     this.Lop.DataPropertyName = "lop";
     this.Lop.HeaderText = "Lớp";
     this.Lop.Name = "Lop";
     this.Lop.ReadOnly = true;
     this.Lop.Width = 80;
     //
     // GioiTinh
     //
     this.GioiTinh.DataPropertyName = "gioiTinh";
     this.GioiTinh.HeaderText = "Giới Tính";
     this.GioiTinh.Name = "GioiTinh";
     this.GioiTinh.ReadOnly = true;
     this.GioiTinh.Width = 80;
     //
     // NgaySinh
     //
     this.NgaySinh.DataPropertyName = "ngaySinh";
     this.NgaySinh.HeaderText = "Ngày Sinh";
     this.NgaySinh.Name = "NgaySinh";
     this.NgaySinh.ReadOnly = true;
     this.NgaySinh.Width = 80;
     //
     // DiaChi
     //
     this.DiaChi.DataPropertyName = "diaChi";
     this.DiaChi.HeaderText = "Địa Chỉ";
     this.DiaChi.Name = "DiaChi";
     this.DiaChi.ReadOnly = true;
     this.DiaChi.Width = 150;
     //
     // Email
     //
     this.Email.DataPropertyName = "email";
     this.Email.HeaderText = "Email";
     this.Email.Name = "Email";
     this.Email.ReadOnly = true;
     //
     // groupPanel3
     //
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.lbNS);
     this.groupPanel3.Controls.Add(this.lbGT);
     this.groupPanel3.Controls.Add(this.labelX3);
     this.groupPanel3.Controls.Add(this.combomaHocSinh);
     this.groupPanel3.Controls.Add(this.labelX4);
     this.groupPanel3.Controls.Add(this.btnKhongLuu);
     this.groupPanel3.Controls.Add(this.btnLuu);
     this.groupPanel3.Controls.Add(this.tbxHoTen);
     this.groupPanel3.Controls.Add(this.lbDiaChi);
     this.groupPanel3.Controls.Add(this.tbxDiaChi);
     this.groupPanel3.Controls.Add(this.lbGioiTinh);
     this.groupPanel3.Controls.Add(this.tbxEmail);
     this.groupPanel3.Controls.Add(this.lbHoTen);
     this.groupPanel3.Controls.Add(this.lbNgaySinh);
     this.groupPanel3.Location = new System.Drawing.Point(2, 84);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(859, 104);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.Class = "";
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel3.StyleMouseDown.Class = "";
     this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel3.StyleMouseOver.Class = "";
     this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel3.TabIndex = 3;
     this.groupPanel3.Text = "Thông Tin Học Sinh";
     //
     // lbNS
     //
     this.lbNS.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbNS.BackgroundStyle.Class = "";
     this.lbNS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbNS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbNS.Location = new System.Drawing.Point(98, 32);
     this.lbNS.Name = "lbNS";
     this.lbNS.Size = new System.Drawing.Size(126, 23);
     this.lbNS.TabIndex = 34;
     //
     // lbGT
     //
     this.lbGT.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbGT.BackgroundStyle.Class = "";
     this.lbGT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbGT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbGT.Location = new System.Drawing.Point(611, -3);
     this.lbGT.Name = "lbGT";
     this.lbGT.Size = new System.Drawing.Size(51, 23);
     this.lbGT.TabIndex = 33;
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.Location = new System.Drawing.Point(538, 29);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(45, 23);
     this.labelX3.TabIndex = 32;
     this.labelX3.Text = "Email: ";
     //
     // combomaHocSinh
     //
     this.combomaHocSinh.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.combomaHocSinh.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.combomaHocSinh.DisplayMember = "Text";
     this.combomaHocSinh.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.combomaHocSinh.FormattingEnabled = true;
     this.combomaHocSinh.ItemHeight = 14;
     this.combomaHocSinh.Location = new System.Drawing.Point(98, 3);
     this.combomaHocSinh.Name = "combomaHocSinh";
     this.combomaHocSinh.Size = new System.Drawing.Size(126, 20);
     this.combomaHocSinh.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.combomaHocSinh.TabIndex = 31;
     this.combomaHocSinh.SelectedIndexChanged += new System.EventHandler(this.combomaHocSinh_SelectedIndexChanged);
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX4.Location = new System.Drawing.Point(13, 5);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(75, 23);
     this.labelX4.TabIndex = 30;
     this.labelX4.Text = "Mã Học Sinh: ";
     //
     // btnKhongLuu
     //
     this.btnKhongLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnKhongLuu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnKhongLuu.Enabled = false;
     this.btnKhongLuu.Location = new System.Drawing.Point(757, 58);
     this.btnKhongLuu.Name = "btnKhongLuu";
     this.btnKhongLuu.Size = new System.Drawing.Size(75, 23);
     this.btnKhongLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnKhongLuu.TabIndex = 27;
     this.btnKhongLuu.Text = "Không Lưu";
     this.btnKhongLuu.Click += new System.EventHandler(this.btnKhongLuu_Click);
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Enabled = false;
     this.btnLuu.Location = new System.Drawing.Point(638, 58);
     this.btnLuu.Name = "btnLuu";
     this.btnLuu.Size = new System.Drawing.Size(75, 23);
     this.btnLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnLuu.TabIndex = 26;
     this.btnLuu.Text = "Lưu";
     this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
     //
     // tbxHoTen
     //
     //
     //
     //
     this.tbxHoTen.Border.Class = "TextBoxBorder";
     this.tbxHoTen.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxHoTen.Location = new System.Drawing.Point(297, 6);
     this.tbxHoTen.Name = "tbxHoTen";
     this.tbxHoTen.ReadOnly = true;
     this.tbxHoTen.Size = new System.Drawing.Size(206, 20);
     this.tbxHoTen.TabIndex = 25;
     //
     // lbDiaChi
     //
     this.lbDiaChi.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbDiaChi.BackgroundStyle.Class = "";
     this.lbDiaChi.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbDiaChi.Location = new System.Drawing.Point(230, 32);
     this.lbDiaChi.Name = "lbDiaChi";
     this.lbDiaChi.Size = new System.Drawing.Size(45, 23);
     this.lbDiaChi.TabIndex = 21;
     this.lbDiaChi.Text = "Địa Chỉ:";
     //
     // tbxDiaChi
     //
     //
     //
     //
     this.tbxDiaChi.Border.Class = "TextBoxBorder";
     this.tbxDiaChi.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxDiaChi.Location = new System.Drawing.Point(296, 35);
     this.tbxDiaChi.Name = "tbxDiaChi";
     this.tbxDiaChi.ReadOnly = true;
     this.tbxDiaChi.Size = new System.Drawing.Size(207, 20);
     this.tbxDiaChi.TabIndex = 23;
     //
     // lbGioiTinh
     //
     this.lbGioiTinh.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbGioiTinh.BackgroundStyle.Class = "";
     this.lbGioiTinh.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbGioiTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbGioiTinh.Location = new System.Drawing.Point(538, -3);
     this.lbGioiTinh.Name = "lbGioiTinh";
     this.lbGioiTinh.Size = new System.Drawing.Size(51, 23);
     this.lbGioiTinh.TabIndex = 24;
     this.lbGioiTinh.Text = "Giới Tính:";
     //
     // tbxEmail
     //
     //
     //
     //
     this.tbxEmail.Border.Class = "TextBoxBorder";
     this.tbxEmail.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxEmail.Location = new System.Drawing.Point(611, 32);
     this.tbxEmail.Name = "tbxEmail";
     this.tbxEmail.ReadOnly = true;
     this.tbxEmail.Size = new System.Drawing.Size(122, 20);
     this.tbxEmail.TabIndex = 22;
     //
     // lbHoTen
     //
     this.lbHoTen.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbHoTen.BackgroundStyle.Class = "";
     this.lbHoTen.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbHoTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbHoTen.Location = new System.Drawing.Point(230, 3);
     this.lbHoTen.Name = "lbHoTen";
     this.lbHoTen.Size = new System.Drawing.Size(61, 23);
     this.lbHoTen.TabIndex = 17;
     this.lbHoTen.Text = "Họ và Tên";
     //
     // lbNgaySinh
     //
     this.lbNgaySinh.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbNgaySinh.BackgroundStyle.Class = "";
     this.lbNgaySinh.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbNgaySinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbNgaySinh.Location = new System.Drawing.Point(13, 34);
     this.lbNgaySinh.Name = "lbNgaySinh";
     this.lbNgaySinh.Size = new System.Drawing.Size(61, 23);
     this.lbNgaySinh.TabIndex = 20;
     this.lbNgaySinh.Text = "Ngày Sinh";
     //
     // btnDong
     //
     this.btnDong.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnDong.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnDong.Location = new System.Drawing.Point(792, 398);
     this.btnDong.Name = "btnDong";
     this.btnDong.Size = new System.Drawing.Size(75, 23);
     this.btnDong.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnDong.TabIndex = 23;
     this.btnDong.Text = "Đóng";
     this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
     //
     // btnThem
     //
     this.btnThem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnThem.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnThem.Location = new System.Drawing.Point(276, 398);
     this.btnThem.Name = "btnThem";
     this.btnThem.Size = new System.Drawing.Size(75, 23);
     this.btnThem.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnThem.TabIndex = 20;
     this.btnThem.Text = "Thêm";
     this.btnThem.Click += new System.EventHandler(this.btnThem_Click);
     //
     // btnSua
     //
     this.btnSua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSua.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSua.Location = new System.Drawing.Point(462, 398);
     this.btnSua.Name = "btnSua";
     this.btnSua.Size = new System.Drawing.Size(75, 23);
     this.btnSua.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnSua.TabIndex = 22;
     this.btnSua.Text = "Sửa";
     this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
     //
     // btnXoa
     //
     this.btnXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnXoa.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnXoa.Location = new System.Drawing.Point(366, 398);
     this.btnXoa.Name = "btnXoa";
     this.btnXoa.Size = new System.Drawing.Size(75, 23);
     this.btnXoa.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnXoa.TabIndex = 21;
     this.btnXoa.Text = "Xóa";
     this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.Location = new System.Drawing.Point(268, 4);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(249, 23);
     this.labelX5.TabIndex = 26;
     this.labelX5.Text = "Lập Danh Sách Lớp";
     //
     // frmLapDanhSachLop
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(879, 426);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.btnDong);
     this.Controls.Add(this.btnThem);
     this.Controls.Add(this.btnSua);
     this.Controls.Add(this.btnXoa);
     this.Controls.Add(this.groupPanel3);
     this.Controls.Add(this.groupPanel2);
     this.Controls.Add(this.groupPanel1);
     this.DoubleBuffered = true;
     this.Name = "frmLapDanhSachLop";
     this.Text = "Lập Danh Sách Lớp";
     this.Load += new System.EventHandler(this.frmLapDanhSachLop_Load);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgvHocSinh)).EndInit();
     this.groupPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.panelTheKho = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dkpTo = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dpkfrom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.cmbKho = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.cmbTenThuoc = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cmdTheKho = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.panelTheKho.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dkpTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpkfrom)).BeginInit();
     this.SuspendLayout();
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location = new System.Drawing.Point(0, 95);
     this.crystalReportViewer1.Name = "crystalReportViewer1";
     this.crystalReportViewer1.SelectionFormula = "";
     this.crystalReportViewer1.Size = new System.Drawing.Size(992, 651);
     this.crystalReportViewer1.TabIndex = 73;
     this.crystalReportViewer1.ViewTimeSelectionFormula = "";
     //
     // panelTheKho
     //
     this.panelTheKho.BackColor = System.Drawing.Color.Transparent;
     this.panelTheKho.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelTheKho.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelTheKho.Controls.Add(this.dkpTo);
     this.panelTheKho.Controls.Add(this.dpkfrom);
     this.panelTheKho.Controls.Add(this.labelX5);
     this.panelTheKho.Controls.Add(this.cmbKho);
     this.panelTheKho.Controls.Add(this.labelX4);
     this.panelTheKho.Controls.Add(this.cmbTenThuoc);
     this.panelTheKho.Controls.Add(this.cmdTheKho);
     this.panelTheKho.Controls.Add(this.labelX2);
     this.panelTheKho.Controls.Add(this.labelX3);
     this.panelTheKho.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelTheKho.Location = new System.Drawing.Point(0, 35);
     this.panelTheKho.Name = "panelTheKho";
     this.panelTheKho.Size = new System.Drawing.Size(992, 60);
     //
     //
     //
     this.panelTheKho.Style.BackColor = System.Drawing.Color.Transparent;
     this.panelTheKho.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.panelTheKho.Style.BackColorGradientAngle = 90;
     this.panelTheKho.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderBottomWidth = 1;
     this.panelTheKho.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelTheKho.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderLeftWidth = 1;
     this.panelTheKho.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderRightWidth = 1;
     this.panelTheKho.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelTheKho.Style.BorderTopWidth = 1;
     this.panelTheKho.Style.CornerDiameter = 4;
     this.panelTheKho.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelTheKho.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.panelTheKho.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelTheKho.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.panelTheKho.TabIndex = 74;
     this.panelTheKho.Text = "Thông tin";
     //
     // dkpTo
     //
     //
     //
     //
     this.dkpTo.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dkpTo.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dkpTo.ButtonDropDown.Visible = true;
     this.dkpTo.Location = new System.Drawing.Point(695, 8);
     //
     //
     //
     this.dkpTo.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dkpTo.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dkpTo.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dkpTo.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dkpTo.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dkpTo.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dkpTo.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dkpTo.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dkpTo.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dkpTo.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dkpTo.MonthCalendar.TodayButtonVisible = true;
     this.dkpTo.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dkpTo.Name = "dkpTo";
     this.dkpTo.Size = new System.Drawing.Size(96, 24);
     this.dkpTo.TabIndex = 78;
     //
     // dpkfrom
     //
     //
     //
     //
     this.dpkfrom.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dpkfrom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dpkfrom.ButtonDropDown.Visible = true;
     this.dpkfrom.Location = new System.Drawing.Point(522, 8);
     //
     //
     //
     this.dpkfrom.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dpkfrom.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dpkfrom.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dpkfrom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dpkfrom.MonthCalendar.DisplayMonth = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
     this.dpkfrom.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dpkfrom.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dpkfrom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dpkfrom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dpkfrom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dpkfrom.MonthCalendar.TodayButtonVisible = true;
     this.dpkfrom.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dpkfrom.Name = "dpkfrom";
     this.dpkfrom.Size = new System.Drawing.Size(96, 24);
     this.dpkfrom.TabIndex = 77;
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(312, 9);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(33, 25);
     this.labelX5.TabIndex = 76;
     this.labelX5.Text = "Kho:";
     //
     // cmbKho
     //
     this.cmbKho.DisplayMember = "Text";
     this.cmbKho.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbKho.FormattingEnabled = true;
     this.cmbKho.ItemHeight = 18;
     this.cmbKho.Location = new System.Drawing.Point(351, 9);
     this.cmbKho.Name = "cmbKho";
     this.cmbKho.Size = new System.Drawing.Size(103, 24);
     this.cmbKho.TabIndex = 75;
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(30, 5);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(92, 25);
     this.labelX4.TabIndex = 74;
     this.labelX4.Text = "Khách hàng:";
     //
     // cmbTenThuoc
     //
     this.cmbTenThuoc.DisplayMember = "Text";
     this.cmbTenThuoc.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbTenThuoc.FormattingEnabled = true;
     this.cmbTenThuoc.ItemHeight = 18;
     this.cmbTenThuoc.Location = new System.Drawing.Point(128, 8);
     this.cmbTenThuoc.Name = "cmbTenThuoc";
     this.cmbTenThuoc.Size = new System.Drawing.Size(165, 24);
     this.cmbTenThuoc.TabIndex = 73;
     //
     // cmdTheKho
     //
     this.cmdTheKho.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdTheKho.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cmdTheKho.Location = new System.Drawing.Point(795, 7);
     this.cmdTheKho.Name = "cmdTheKho";
     this.cmdTheKho.Size = new System.Drawing.Size(75, 23);
     this.cmdTheKho.TabIndex = 72;
     this.cmdTheKho.Text = "Báo cáo";
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(623, 9);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(66, 25);
     this.labelX2.TabIndex = 70;
     this.labelX2.Text = "đến ngày:";
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(455, 9);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(61, 25);
     this.labelX3.TabIndex = 60;
     this.labelX3.Text = "Từ ngày:";
     //
     // frmRptKH
     //
     this.ClientSize = new System.Drawing.Size(992, 746);
     this.Controls.Add(this.crystalReportViewer1);
     this.Controls.Add(this.panelTheKho);
     this.Name = "frmRptKH";
     this.Text = "Report KH";
     this.Controls.SetChildIndex(this.panelTheKho, 0);
     this.Controls.SetChildIndex(this.crystalReportViewer1, 0);
     this.panelTheKho.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dkpTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpkfrom)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.cmbHHKM = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txtSLKM = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txtDVKM = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cmbHH = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.txtDVTban = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtSLBan = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmbIn = new DevComponents.DotNetBar.ButtonX();
     this.cmdSua = new DevComponents.DotNetBar.ButtonX();
     this.cmdXoa = new DevComponents.DotNetBar.ButtonX();
     this.cmdThem = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(0, 214);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(841, 255);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 77;
     this.groupPanel1.Text = "DANH SÁCH KHUYẾN MÃI";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1,
     this.columnHeader3,
     this.columnHeader8,
     this.columnHeader5,
     this.columnHeader6});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(3, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(829, 230);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 51;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên hàng hóa";
     this.columnHeader2.Width = 133;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Đơn vị";
     this.columnHeader4.Width = 72;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "SL mua";
     this.columnHeader1.Width = 81;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Hàng khuyến mãi";
     this.columnHeader3.Width = 137;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Đơn Vị";
     this.columnHeader8.Width = 65;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "SL KM";
     this.columnHeader5.Width = 75;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Ngày KM";
     this.columnHeader6.Width = 80;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.groupBox2);
     this.groupPanel2.Controls.Add(this.groupBox1);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Location = new System.Drawing.Point(52, 38);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(730, 178);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "Thông tin";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmbHHKM);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Controls.Add(this.txtSLKM);
     this.groupBox2.Controls.Add(this.labelX5);
     this.groupBox2.Controls.Add(this.labelX1);
     this.groupBox2.Controls.Add(this.txtDVKM);
     this.groupBox2.Location = new System.Drawing.Point(396, -7);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(323, 105);
     this.groupBox2.TabIndex = 84;
     this.groupBox2.TabStop = false;
     //
     // cmbHHKM
     //
     this.cmbHHKM.DisplayMember = "Text";
     this.cmbHHKM.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHHKM.FocusHighlightEnabled = true;
     this.cmbHHKM.FormattingEnabled = true;
     this.cmbHHKM.ItemHeight = 18;
     this.cmbHHKM.Location = new System.Drawing.Point(92, 10);
     this.cmbHHKM.Name = "cmbHHKM";
     this.cmbHHKM.Size = new System.Drawing.Size(225, 24);
     this.cmbHHKM.TabIndex = 0;
     this.cmbHHKM.SelectedIndexChanged += new System.EventHandler(this.cmbHHKM_SelectedIndexChanged);
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(6, 38);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(62, 25);
     this.labelX4.TabIndex = 80;
     this.labelX4.Text = "DVT:";
     //
     // txtSLKM
     //
     //
     //
     //
     this.txtSLKM.Border.Class = "TextBoxBorder";
     this.txtSLKM.FocusHighlightEnabled = true;
     this.txtSLKM.Location = new System.Drawing.Point(91, 70);
     this.txtSLKM.Name = "txtSLKM";
     this.txtSLKM.Size = new System.Drawing.Size(225, 24);
     this.txtSLKM.TabIndex = 1;
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(6, 11);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(83, 25);
     this.labelX5.TabIndex = 78;
     this.labelX5.Text = "Khuyến mãi:";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(6, 68);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(73, 25);
     this.labelX1.TabIndex = 82;
     this.labelX1.Text = "Số lượng:";
     //
     // txtDVKM
     //
     //
     //
     //
     this.txtDVKM.Border.Class = "TextBoxBorder";
     this.txtDVKM.FocusHighlightEnabled = true;
     this.txtDVKM.Location = new System.Drawing.Point(91, 40);
     this.txtDVKM.Name = "txtDVKM";
     this.txtDVKM.ReadOnly = true;
     this.txtDVKM.Size = new System.Drawing.Size(225, 24);
     this.txtDVKM.TabIndex = 79;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbHH);
     this.groupBox1.Controls.Add(this.txtDVTban);
     this.groupBox1.Controls.Add(this.labelX26);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txtSLBan);
     this.groupBox1.Location = new System.Drawing.Point(3, -8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(320, 106);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // cmbHH
     //
     this.cmbHH.DisplayMember = "Text";
     this.cmbHH.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHH.FocusHighlightEnabled = true;
     this.cmbHH.FormattingEnabled = true;
     this.cmbHH.ItemHeight = 18;
     this.cmbHH.Location = new System.Drawing.Point(74, 11);
     this.cmbHH.Name = "cmbHH";
     this.cmbHH.Size = new System.Drawing.Size(215, 24);
     this.cmbHH.TabIndex = 0;
     this.cmbHH.SelectedIndexChanged += new System.EventHandler(this.cmbHH_SelectedIndexChanged);
     //
     // txtDVTban
     //
     //
     //
     //
     this.txtDVTban.Border.Class = "TextBoxBorder";
     this.txtDVTban.FocusHighlightEnabled = true;
     this.txtDVTban.Location = new System.Drawing.Point(74, 44);
     this.txtDVTban.Name = "txtDVTban";
     this.txtDVTban.ReadOnly = true;
     this.txtDVTban.Size = new System.Drawing.Size(215, 24);
     this.txtDVTban.TabIndex = 73;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(5, 8);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(73, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Hàng:";
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(6, 43);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(62, 25);
     this.labelX2.TabIndex = 74;
     this.labelX2.Text = "DVT:";
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(4, 73);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 25);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Số lượng:";
     //
     // txtSLBan
     //
     //
     //
     //
     this.txtSLBan.Border.Class = "TextBoxBorder";
     this.txtSLBan.FocusHighlightEnabled = true;
     this.txtSLBan.Location = new System.Drawing.Point(74, 74);
     this.txtSLBan.Name = "txtSLBan";
     this.txtSLBan.Size = new System.Drawing.Size(215, 24);
     this.txtSLBan.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmbIn);
     this.panel5.Controls.Add(this.cmdSua);
     this.panel5.Controls.Add(this.cmdXoa);
     this.panel5.Controls.Add(this.cmdThem);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 124);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(724, 29);
     this.panel5.TabIndex = 70;
     //
     // cmbIn
     //
     this.cmbIn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbIn.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbIn.Location = new System.Drawing.Point(458, 2);
     this.cmbIn.Margin = new System.Windows.Forms.Padding(0);
     this.cmbIn.Name = "cmbIn";
     this.cmbIn.Size = new System.Drawing.Size(70, 25);
     this.cmbIn.TabIndex = 3;
     this.cmbIn.Text = "In";
     this.cmbIn.Click += new System.EventHandler(this.cmbIn_Click);
     //
     // cmdSua
     //
     this.cmdSua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdSua.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdSua.Location = new System.Drawing.Point(293, 2);
     this.cmdSua.Margin = new System.Windows.Forms.Padding(0);
     this.cmdSua.Name = "cmdSua";
     this.cmdSua.Size = new System.Drawing.Size(70, 25);
     this.cmdSua.TabIndex = 1;
     this.cmdSua.Text = "Sửa";
     this.cmdSua.Click += new System.EventHandler(this.cmdSua_Click);
     //
     // cmdXoa
     //
     this.cmdXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdXoa.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdXoa.Location = new System.Drawing.Point(375, 2);
     this.cmdXoa.Margin = new System.Windows.Forms.Padding(0);
     this.cmdXoa.Name = "cmdXoa";
     this.cmdXoa.Size = new System.Drawing.Size(70, 25);
     this.cmdXoa.TabIndex = 2;
     this.cmdXoa.Text = "Xóa";
     this.cmdXoa.Click += new System.EventHandler(this.cmdXoa_Click);
     //
     // cmdThem
     //
     this.cmdThem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdThem.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdThem.Location = new System.Drawing.Point(210, 2);
     this.cmdThem.Margin = new System.Windows.Forms.Padding(0);
     this.cmdThem.Name = "cmdThem";
     this.cmdThem.Size = new System.Drawing.Size(70, 25);
     this.cmdThem.TabIndex = 0;
     this.cmdThem.Text = "Thêm";
     this.cmdThem.Click += new System.EventHandler(this.cmdThem_Click);
     //
     // frmKhuyenMai
     //
     this.ClientSize = new System.Drawing.Size(841, 543);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmKhuyenMai";
     this.Text = "Khuyến mãi";
     this.Load += new System.EventHandler(this.frmKhuyenMai_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txt_mota = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(12, 200);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(637, 267);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 79;
     this.groupPanel1.Text = "DANH SÁCH NHÓM KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(611, 238);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 53;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên Nhóm";
     this.columnHeader2.Width = 218;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Mô Tả";
     this.columnHeader4.Width = 329;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "manhom";
     this.columnHeader1.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.txt_mota);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(108, 38);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(388, 158);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "THÔNG TIN NHÓM KHÁCH HÀNG";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(3, 56);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(97, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "Mô Tả:";
     //
     // txt_mota
     //
     //
     //
     //
     this.txt_mota.Border.Class = "TextBoxBorder";
     this.txt_mota.FocusHighlightEnabled = true;
     this.txt_mota.Location = new System.Drawing.Point(106, 44);
     this.txt_mota.Multiline = true;
     this.txt_mota.Name = "txt_mota";
     this.txt_mota.Size = new System.Drawing.Size(193, 47);
     this.txt_mota.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 103);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(382, 30);
     this.panel5.TabIndex = 2;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(158, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(240, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(75, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(106, 16);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(3, 12);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(97, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Nhóm KH:";
     //
     // fromNhomKH
     //
     this.ClientSize = new System.Drawing.Size(661, 523);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "fromNhomKH";
     this.Load += new System.EventHandler(this.fromNhomKH_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 43
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();
     DevComponents.DotNetBar.TabControlPanel     tabControlPanel1;
     DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
     DevComponents.DotNetBar.LabelX labelX1;
     this.okBtn                = new DevComponents.DotNetBar.ButtonX();
     this.cancelBtn            = new DevComponents.DotNetBar.ButtonX();
     this.gamePathBrowseBtn    = new DevComponents.DotNetBar.ButtonX();
     this.gamePath             = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabItem1             = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControl1          = new DevComponents.DotNetBar.TabControl();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     tabControlPanel1          = new DevComponents.DotNetBar.TabControlPanel();
     groupPanel1               = new DevComponents.DotNetBar.Controls.GroupPanel();
     labelX1 = new DevComponents.DotNetBar.LabelX();
     tabControlPanel1.SuspendLayout();
     groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlPanel1
     //
     tabControlPanel1.Controls.Add(this.okBtn);
     tabControlPanel1.Controls.Add(this.cancelBtn);
     tabControlPanel1.Controls.Add(groupPanel1);
     tabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tabControlPanel1.Location = new System.Drawing.Point(0, 22);
     tabControlPanel1.Name     = "tabControlPanel1";
     tabControlPanel1.Padding  = new System.Windows.Forms.Padding(1);
     tabControlPanel1.Size     = new System.Drawing.Size(353, 253);
     tabControlPanel1.Style.BackColor1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     tabControlPanel1.Style.Border            = DevComponents.DotNetBar.eBorderType.SingleLine;
     tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     tabControlPanel1.Style.BorderSide        = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                                                                                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
     tabControlPanel1.Style.GradientAngle = 90;
     tabControlPanel1.TabIndex            = 1;
     tabControlPanel1.TabItem             = this.tabItem1;
     //
     // okBtn
     //
     this.okBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.okBtn.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.okBtn.Location       = new System.Drawing.Point(174, 214);
     this.okBtn.Name           = "okBtn";
     this.okBtn.Size           = new System.Drawing.Size(75, 23);
     this.okBtn.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.okBtn.TabIndex       = 0;
     this.okBtn.Text           = "OK";
     this.okBtn.Click         += new System.EventHandler(this.okBtn_Click);
     //
     // cancelBtn
     //
     this.cancelBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cancelBtn.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cancelBtn.DialogResult   = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.Location       = new System.Drawing.Point(266, 214);
     this.cancelBtn.Name           = "cancelBtn";
     this.cancelBtn.Size           = new System.Drawing.Size(75, 23);
     this.cancelBtn.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cancelBtn.TabIndex       = 0;
     this.cancelBtn.Text           = "Cancel";
     this.cancelBtn.Click         += new System.EventHandler(this.cancelBtn_Click);
     //
     // groupPanel1
     //
     groupPanel1.BackColor        = System.Drawing.Color.Transparent;
     groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     groupPanel1.Controls.Add(labelX1);
     groupPanel1.Controls.Add(this.gamePathBrowseBtn);
     groupPanel1.Controls.Add(this.gamePath);
     groupPanel1.Location = new System.Drawing.Point(12, 4);
     groupPanel1.Name     = "groupPanel1";
     groupPanel1.Size     = new System.Drawing.Size(329, 91);
     //
     //
     //
     groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     groupPanel1.Style.BackColorGradientAngle = 90;
     groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderBottomWidth      = 1;
     groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderLeftWidth        = 1;
     groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderRightWidth       = 1;
     groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderTopWidth      = 1;
     groupPanel1.Style.Class               = "";
     groupPanel1.Style.CornerDiameter      = 4;
     groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     groupPanel1.StyleMouseDown.Class      = "";
     groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     groupPanel1.StyleMouseOver.Class      = "";
     groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     groupPanel1.TabIndex = 0;
     groupPanel1.Text     = "Game Path";
     //
     // labelX1
     //
     labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     labelX1.BackgroundStyle.Class      = "";
     labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     labelX1.Location        = new System.Drawing.Point(15, 7);
     labelX1.Name            = "labelX1";
     labelX1.SingleLineColor = System.Drawing.Color.Transparent;
     labelX1.Size            = new System.Drawing.Size(296, 23);
     labelX1.TabIndex        = 2;
     labelX1.Text            = "Please specify path to HapGame folder";
     //
     // gamePathBrowseBtn
     //
     this.gamePathBrowseBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.gamePathBrowseBtn.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.gamePathBrowseBtn.Location       = new System.Drawing.Point(236, 36);
     this.gamePathBrowseBtn.Name           = "gamePathBrowseBtn";
     this.gamePathBrowseBtn.Size           = new System.Drawing.Size(75, 23);
     this.gamePathBrowseBtn.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.gamePathBrowseBtn.TabIndex       = 1;
     this.gamePathBrowseBtn.Text           = "Browse...";
     this.gamePathBrowseBtn.Click         += new System.EventHandler(this.gamePathBrowseBtn_Click);
     //
     // gamePath
     //
     //
     //
     //
     this.gamePath.Border.Class      = "TextBoxBorder";
     this.gamePath.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.gamePath.Location          = new System.Drawing.Point(15, 36);
     this.gamePath.Name         = "gamePath";
     this.gamePath.Size         = new System.Drawing.Size(215, 20);
     this.gamePath.TabIndex     = 0;
     this.gamePath.TextChanged += new System.EventHandler(this.gamePath_TextChanged);
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = tabControlPanel1;
     this.tabItem1.Name            = "tabItem1";
     this.tabItem1.Text            = "General";
     //
     // tabControl1
     //
     this.tabControl1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControl1.CanReorderTabs = true;
     this.tabControl1.Controls.Add(tabControlPanel1);
     this.tabControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location         = new System.Drawing.Point(0, 0);
     this.tabControl1.Name             = "tabControl1";
     this.tabControl1.SelectedTabFont  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl1.SelectedTabIndex = 0;
     this.tabControl1.Size             = new System.Drawing.Size(353, 275);
     this.tabControl1.Style            = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl1.TabIndex         = 0;
     this.tabControl1.TabLayoutType    = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl1.Tabs.Add(this.tabItem1);
     this.tabControl1.Text = "tabControl1";
     //
     // SettingsDlg
     //
     this.AcceptButton        = this.okBtn;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelBtn;
     this.ClientSize          = new System.Drawing.Size(353, 275);
     this.Controls.Add(this.tabControl1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsDlg";
     this.ShowIcon        = false;
     this.Text            = "ModEditor Settings";
     tabControlPanel1.ResumeLayout(false);
     groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }