Example #1
0
 static void AsignaColorFondoDateTimeInput(object sender)
 {
     DevComponents.Editors.DateTimeAdv.DateTimeInput calendario = (DevComponents.Editors.DateTimeAdv.DateTimeInput)sender;
     //calendario.DisabledBackColor = System.Drawing.Color.White;
     calendario.DisabledForeColor = System.Drawing.Color.Black;
     return;
 }
Example #2
0
 public bool IsValidDate(DevComponents.Editors.DateTimeAdv.DateTimeInput dt)
 {
     if (DateTime.Now.Year - dt.Value.Year < 0)
     {
         return(false);
     }
     else
     {
         return(true);
     }
 }
 /// <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();
 }
Example #4
0
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Empresa));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX12 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX11 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX10 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX8 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.superValidator1 = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.regularExpressionValidator1 = new DevComponents.DotNetBar.Validator.RegularExpressionValidator();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
     this.comboBoxEx6 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cADINDataSet = new Sistema_De_Administracion_De_Servicios.CADINDataSet();
     this.departamentosBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.departamentosTableAdapter = new Sistema_De_Administracion_De_Servicios.CADINDataSetTableAdapters.DepartamentosTableAdapter();
     this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx5 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.textBoxX17 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtCodCiiu = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.labelX28 = new DevComponents.DotNetBar.LabelX();
     this.cboAgrupacion = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX9 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btnGenerarPagos = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX13 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.btnEliminarContacto = new DevComponents.DotNetBar.ButtonX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx9 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx8 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx7 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.customValidator1 = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cADINDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.departamentosBindingSource)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "cod_dept";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.Enabled = false;
     this.comboBoxEx1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 15;
     this.comboBoxEx1.Location = new System.Drawing.Point(138, 91);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(139, 21);
     this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx1.TabIndex = 3;
     this.comboBoxEx1.ValueMember = "cod_dept";
     //
     // 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(517, 22);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2012, 5, 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.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(98, 21);
     this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput2.TabIndex = 100;
     //
     // labelX21
     //
     //
     //
     //
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Enabled = false;
     this.labelX21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX21.Location = new System.Drawing.Point(391, 21);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(109, 23);
     this.labelX21.TabIndex = 84;
     this.labelX21.Text = "Fecha de Inscripcion :";
     //
     // textBoxX12
     //
     this.textBoxX12.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX12.Border.Class = "TextBoxBorder";
     this.textBoxX12.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX12.ForeColor = System.Drawing.Color.Black;
     this.textBoxX12.Location = new System.Drawing.Point(358, 108);
     this.textBoxX12.Multiline = true;
     this.textBoxX12.Name = "textBoxX12";
     this.textBoxX12.ReadOnly = true;
     this.textBoxX12.Size = new System.Drawing.Size(329, 57);
     this.textBoxX12.TabIndex = 17;
     //
     // labelX15
     //
     //
     //
     //
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX15.Location = new System.Drawing.Point(360, 86);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(109, 23);
     this.labelX15.TabIndex = 72;
     this.labelX15.Text = "Materia Prima :";
     //
     // textBoxX11
     //
     this.textBoxX11.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX11.Border.Class = "TextBoxBorder";
     this.textBoxX11.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX11.ForeColor = System.Drawing.Color.Black;
     this.textBoxX11.Location = new System.Drawing.Point(360, 46);
     this.textBoxX11.Multiline = true;
     this.textBoxX11.Name = "textBoxX11";
     this.textBoxX11.ReadOnly = true;
     this.textBoxX11.Size = new System.Drawing.Size(327, 40);
     this.textBoxX11.TabIndex = 16;
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX14.Location = new System.Drawing.Point(360, 21);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(121, 23);
     this.labelX14.TabIndex = 70;
     this.labelX14.Text = "Articulos que Produce :";
     //
     // textBoxX10
     //
     this.textBoxX10.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX10.Border.Class = "TextBoxBorder";
     this.textBoxX10.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX10.ForeColor = System.Drawing.Color.Black;
     this.textBoxX10.Location = new System.Drawing.Point(146, 144);
     this.textBoxX10.Name = "textBoxX10";
     this.textBoxX10.ReadOnly = true;
     this.textBoxX10.Size = new System.Drawing.Size(90, 21);
     this.textBoxX10.TabIndex = 15;
     this.textBoxX10.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxX10_Validating);
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     //
     //
     //
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX13.Location = new System.Drawing.Point(47, 144);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(74, 15);
     this.labelX13.TabIndex = 68;
     this.labelX13.Text = "Inversion Fija :";
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     //
     //
     //
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX12.Location = new System.Drawing.Point(13, 116);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(108, 15);
     this.labelX12.TabIndex = 66;
     this.labelX12.Text = "Promedio de Ventas :";
     //
     // textBoxX8
     //
     this.textBoxX8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX8.Border.Class = "TextBoxBorder";
     this.textBoxX8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX8.ForeColor = System.Drawing.Color.Black;
     this.textBoxX8.Location = new System.Drawing.Point(138, 89);
     this.textBoxX8.MaxLength = 4;
     this.textBoxX8.Name = "textBoxX8";
     this.textBoxX8.ReadOnly = true;
     this.textBoxX8.Size = new System.Drawing.Size(50, 21);
     this.textBoxX8.TabIndex = 13;
     this.textBoxX8.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxX8_KeyPress);
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     //
     //
     //
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX11.Location = new System.Drawing.Point(10, 89);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(111, 15);
     this.labelX11.TabIndex = 64;
     this.labelX11.Text = "Cantidad Empleados :";
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     //
     //
     //
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX10.Location = new System.Drawing.Point(81, 35);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(40, 15);
     this.labelX10.TabIndex = 62;
     this.labelX10.Text = "Sector :";
     //
     // textBoxX7
     //
     this.textBoxX7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX7.Border.Class = "TextBoxBorder";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX7.ForeColor = System.Drawing.Color.Black;
     this.textBoxX7.Location = new System.Drawing.Point(487, 177);
     this.textBoxX7.MaxLength = 50;
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.ReadOnly = true;
     this.textBoxX7.Size = new System.Drawing.Size(200, 21);
     this.textBoxX7.TabIndex = 10;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX9.Location = new System.Drawing.Point(360, 176);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(109, 23);
     this.labelX9.TabIndex = 60;
     this.labelX9.Text = "Pagina Web :";
     //
     // textBoxX6
     //
     this.textBoxX6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX6.ForeColor = System.Drawing.Color.Black;
     this.textBoxX6.Location = new System.Drawing.Point(487, 148);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.ReadOnly = true;
     this.textBoxX6.Size = new System.Drawing.Size(200, 21);
     this.textBoxX6.TabIndex = 9;
     this.superValidator1.SetValidator1(this.textBoxX6, this.regularExpressionValidator1);
     this.textBoxX6.WatermarkText = "*****@*****.**";
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX8.Location = new System.Drawing.Point(360, 147);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(109, 23);
     this.labelX8.TabIndex = 58;
     this.labelX8.Text = "e-mail :";
     //
     // textBoxX5
     //
     this.textBoxX5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX5.ForeColor = System.Drawing.Color.Black;
     this.textBoxX5.Location = new System.Drawing.Point(486, 119);
     this.textBoxX5.MaxLength = 20;
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.ReadOnly = true;
     this.textBoxX5.Size = new System.Drawing.Size(139, 21);
     this.textBoxX5.TabIndex = 8;
     this.textBoxX5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxX5_KeyPress);
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX7.Location = new System.Drawing.Point(360, 118);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(92, 23);
     this.labelX7.TabIndex = 56;
     this.labelX7.Text = "Fax :";
     //
     // textBoxX4
     //
     this.textBoxX4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX4.ForeColor = System.Drawing.Color.Black;
     this.textBoxX4.Location = new System.Drawing.Point(487, 90);
     this.textBoxX4.MaxLength = 20;
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.ReadOnly = true;
     this.textBoxX4.Size = new System.Drawing.Size(139, 21);
     this.textBoxX4.TabIndex = 7;
     this.superValidator1.SetValidator1(this.textBoxX4, this.regularExpressionValidator1);
     this.textBoxX4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxX4_KeyPress);
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(360, 89);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(109, 23);
     this.labelX6.TabIndex = 54;
     this.labelX6.Text = "Telefono :";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.Location = new System.Drawing.Point(11, 89);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(121, 23);
     this.labelX5.TabIndex = 53;
     this.labelX5.Text = "Departamento :";
     //
     // 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.Enabled = false;
     this.dateTimeInput1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(486, 59);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2012, 5, 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.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(87, 21);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 6;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX4.Location = new System.Drawing.Point(360, 59);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(109, 23);
     this.labelX4.TabIndex = 51;
     this.labelX4.Text = "Fecha Constitucion :";
     //
     // textBoxX3
     //
     this.textBoxX3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX3.ForeColor = System.Drawing.Color.Black;
     this.textBoxX3.Location = new System.Drawing.Point(137, 119);
     this.textBoxX3.Multiline = true;
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.ReadOnly = true;
     this.textBoxX3.Size = new System.Drawing.Size(201, 80);
     this.textBoxX3.TabIndex = 4;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.Location = new System.Drawing.Point(11, 118);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(121, 23);
     this.labelX3.TabIndex = 49;
     this.labelX3.Text = "Direccion de Empresa :";
     //
     // textBoxX2
     //
     this.textBoxX2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX2.ForeColor = System.Drawing.Color.Black;
     this.textBoxX2.Location = new System.Drawing.Point(138, 61);
     this.textBoxX2.MaxLength = 100;
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.ReadOnly = true;
     this.textBoxX2.Size = new System.Drawing.Size(200, 21);
     this.textBoxX2.TabIndex = 2;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.Location = new System.Drawing.Point(11, 60);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(109, 23);
     this.labelX2.TabIndex = 47;
     this.labelX2.Text = "Nombre Comercial :";
     //
     // textBoxX1
     //
     this.textBoxX1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX1.ForeColor = System.Drawing.Color.Black;
     this.textBoxX1.Location = new System.Drawing.Point(138, 34);
     this.textBoxX1.MaxLength = 100;
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.ReadOnly = true;
     this.textBoxX1.Size = new System.Drawing.Size(200, 21);
     this.textBoxX1.TabIndex = 1;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(11, 31);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(109, 23);
     this.labelX1.TabIndex = 45;
     this.labelX1.Text = "Nombre de Empresa :";
     //
     // superValidator1
     //
     this.superValidator1.ContainerControl = this;
     this.superValidator1.ErrorProvider = this.errorProvider1;
     this.superValidator1.Highlighter = this.highlighter1;
     //
     // regularExpressionValidator1
     //
     this.regularExpressionValidator1.Enabled = false;
     this.regularExpressionValidator1.ErrorMessage = "E-mail inválido";
     this.regularExpressionValidator1.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.regularExpressionValidator1.ValidationExpression = "^([0-9a-zA-Z]([-\\.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9" +
         "})$";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     //
     // comboBoxEx6
     //
     this.comboBoxEx6.DisplayMember = "Text";
     this.comboBoxEx6.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx6.FormattingEnabled = true;
     this.comboBoxEx6.ItemHeight = 16;
     this.comboBoxEx6.Location = new System.Drawing.Point(125, 265);
     this.comboBoxEx6.Name = "comboBoxEx6";
     this.comboBoxEx6.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx6.TabIndex = 24;
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember = "Text";
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.Enabled = false;
     this.comboBoxEx2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight = 15;
     this.comboBoxEx2.Location = new System.Drawing.Point(138, 35);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(139, 21);
     this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx2.TabIndex = 11;
     //
     // cADINDataSet
     //
     this.cADINDataSet.DataSetName = "CADINDataSet";
     this.cADINDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // departamentosBindingSource
     //
     this.departamentosBindingSource.DataMember = "Departamentos";
     this.departamentosBindingSource.DataSource = this.cADINDataSet;
     //
     // departamentosTableAdapter
     //
     this.departamentosTableAdapter.ClearBeforeFill = true;
     //
     // checkBoxX1
     //
     //
     //
     //
     this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX1.Enabled = false;
     this.checkBoxX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxX1.Location = new System.Drawing.Point(11, 30);
     this.checkBoxX1.Name = "checkBoxX1";
     this.checkBoxX1.Size = new System.Drawing.Size(115, 23);
     this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX1.TabIndex = 18;
     this.checkBoxX1.Text = "Afiliado a CENAMI";
     //
     // checkBoxX2
     //
     //
     //
     //
     this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX2.Enabled = false;
     this.checkBoxX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxX2.Location = new System.Drawing.Point(162, 30);
     this.checkBoxX2.Name = "checkBoxX2";
     this.checkBoxX2.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX2.TabIndex = 19;
     this.checkBoxX2.Text = "Socio de CADIN";
     //
     // labelX22
     //
     //
     //
     //
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX22.Location = new System.Drawing.Point(331, 95);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(81, 23);
     this.labelX22.TabIndex = 86;
     this.labelX22.Text = "Cuota Anual :";
     //
     // labelX20
     //
     //
     //
     //
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX20.Location = new System.Drawing.Point(10, 67);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(109, 23);
     this.labelX20.TabIndex = 92;
     this.labelX20.Text = "Tipo de Membresia :";
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember = "Text";
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.Enabled = false;
     this.comboBoxEx3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight = 15;
     this.comboBoxEx3.Location = new System.Drawing.Point(137, 67);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(143, 21);
     this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx3.TabIndex = 20;
     //
     // comboBoxEx4
     //
     this.comboBoxEx4.DisplayMember = "Text";
     this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx4.Enabled = false;
     this.comboBoxEx4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx4.FormattingEnabled = true;
     this.comboBoxEx4.ItemHeight = 15;
     this.comboBoxEx4.Location = new System.Drawing.Point(433, 68);
     this.comboBoxEx4.Name = "comboBoxEx4";
     this.comboBoxEx4.Size = new System.Drawing.Size(125, 21);
     this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx4.TabIndex = 22;
     this.comboBoxEx4.Click += new System.EventHandler(this.comboBoxEx4_Click);
     //
     // labelX23
     //
     //
     //
     //
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX23.Location = new System.Drawing.Point(331, 67);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(109, 23);
     this.labelX23.TabIndex = 94;
     this.labelX23.Text = "Tipo de Tarifa :";
     //
     // comboBoxEx5
     //
     this.comboBoxEx5.DisplayMember = "Text";
     this.comboBoxEx5.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx5.Enabled = false;
     this.comboBoxEx5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx5.FormattingEnabled = true;
     this.comboBoxEx5.ItemHeight = 15;
     this.comboBoxEx5.Location = new System.Drawing.Point(137, 97);
     this.comboBoxEx5.Name = "comboBoxEx5";
     this.comboBoxEx5.Size = new System.Drawing.Size(143, 21);
     this.comboBoxEx5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx5.TabIndex = 21;
     //
     // labelX24
     //
     //
     //
     //
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX24.Location = new System.Drawing.Point(10, 96);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(109, 23);
     this.labelX24.TabIndex = 96;
     this.labelX24.Text = "Tipo de Empresa :";
     //
     // checkBoxX3
     //
     //
     //
     //
     this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX3.Enabled = false;
     this.checkBoxX3.Location = new System.Drawing.Point(593, 377);
     this.checkBoxX3.Name = "checkBoxX3";
     this.checkBoxX3.Size = new System.Drawing.Size(142, 23);
     this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX3.TabIndex = 28;
     this.checkBoxX3.Text = "Desea recibir correos";
     //
     // textBoxX17
     //
     this.textBoxX17.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX17.Border.Class = "TextBoxBorder";
     this.textBoxX17.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX17.ForeColor = System.Drawing.Color.Black;
     this.textBoxX17.Location = new System.Drawing.Point(433, 96);
     this.textBoxX17.Name = "textBoxX17";
     this.textBoxX17.Size = new System.Drawing.Size(125, 21);
     this.textBoxX17.TabIndex = 100;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtCodCiiu);
     this.groupBox1.Controls.Add(this.labelX26);
     this.groupBox1.Controls.Add(this.textBoxX2);
     this.groupBox1.Controls.Add(this.labelX1);
     this.groupBox1.Controls.Add(this.textBoxX1);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.dateTimeInput1);
     this.groupBox1.Controls.Add(this.textBoxX3);
     this.groupBox1.Controls.Add(this.comboBoxEx1);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.labelX6);
     this.groupBox1.Controls.Add(this.textBoxX4);
     this.groupBox1.Controls.Add(this.labelX7);
     this.groupBox1.Controls.Add(this.textBoxX5);
     this.groupBox1.Controls.Add(this.labelX8);
     this.groupBox1.Controls.Add(this.textBoxX6);
     this.groupBox1.Controls.Add(this.labelX9);
     this.groupBox1.Controls.Add(this.textBoxX7);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(12, 17);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(732, 216);
     this.groupBox1.TabIndex = 100;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Informacion General";
     //
     // txtCodCiiu
     //
     this.txtCodCiiu.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtCodCiiu.Border.Class = "TextBoxBorder";
     this.txtCodCiiu.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCodCiiu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCodCiiu.ForeColor = System.Drawing.Color.Black;
     this.txtCodCiiu.Location = new System.Drawing.Point(487, 31);
     this.txtCodCiiu.Name = "txtCodCiiu";
     this.txtCodCiiu.Size = new System.Drawing.Size(128, 20);
     this.txtCodCiiu.TabIndex = 5;
     //
     // labelX26
     //
     //
     //
     //
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX26.Location = new System.Drawing.Point(358, 30);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(109, 23);
     this.labelX26.TabIndex = 61;
     this.labelX26.Text = "Codigo CIIU:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.labelX29);
     this.groupBox2.Controls.Add(this.labelX28);
     this.groupBox2.Controls.Add(this.cboAgrupacion);
     this.groupBox2.Controls.Add(this.labelX27);
     this.groupBox2.Controls.Add(this.textBoxX9);
     this.groupBox2.Controls.Add(this.textBoxX12);
     this.groupBox2.Controls.Add(this.labelX10);
     this.groupBox2.Controls.Add(this.labelX11);
     this.groupBox2.Controls.Add(this.textBoxX8);
     this.groupBox2.Controls.Add(this.labelX12);
     this.groupBox2.Controls.Add(this.labelX13);
     this.groupBox2.Controls.Add(this.textBoxX10);
     this.groupBox2.Controls.Add(this.labelX14);
     this.groupBox2.Controls.Add(this.textBoxX11);
     this.groupBox2.Controls.Add(this.labelX15);
     this.groupBox2.Controls.Add(this.comboBoxEx2);
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(12, 239);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(735, 185);
     this.groupBox2.TabIndex = 101;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Datos de Produccion";
     //
     // labelX29
     //
     this.labelX29.AutoSize = true;
     //
     //
     //
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX29.Location = new System.Drawing.Point(127, 147);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(17, 15);
     this.labelX29.TabIndex = 77;
     this.labelX29.Text = "C$";
     //
     // labelX28
     //
     this.labelX28.AutoSize = true;
     //
     //
     //
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX28.Location = new System.Drawing.Point(127, 119);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(17, 15);
     this.labelX28.TabIndex = 76;
     this.labelX28.Text = "C$";
     //
     // cboAgrupacion
     //
     this.cboAgrupacion.DisplayMember = "Text";
     this.cboAgrupacion.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboAgrupacion.Enabled = false;
     this.cboAgrupacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAgrupacion.FormattingEnabled = true;
     this.cboAgrupacion.ItemHeight = 15;
     this.cboAgrupacion.Location = new System.Drawing.Point(138, 62);
     this.cboAgrupacion.Name = "cboAgrupacion";
     this.cboAgrupacion.Size = new System.Drawing.Size(139, 21);
     this.cboAgrupacion.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboAgrupacion.TabIndex = 12;
     //
     // labelX27
     //
     this.labelX27.AutoSize = true;
     //
     //
     //
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX27.Location = new System.Drawing.Point(57, 62);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(64, 15);
     this.labelX27.TabIndex = 75;
     this.labelX27.Text = "Agrupación :";
     //
     // textBoxX9
     //
     this.textBoxX9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX9.Border.Class = "TextBoxBorder";
     this.textBoxX9.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX9.ForeColor = System.Drawing.Color.Black;
     this.textBoxX9.Location = new System.Drawing.Point(145, 116);
     this.textBoxX9.Name = "textBoxX9";
     this.textBoxX9.Size = new System.Drawing.Size(90, 21);
     this.textBoxX9.TabIndex = 14;
     this.textBoxX9.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxX9_Validating_1);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.btnGenerarPagos);
     this.groupBox4.Controls.Add(this.comboBoxEx3);
     this.groupBox4.Controls.Add(this.labelX21);
     this.groupBox4.Controls.Add(this.dateTimeInput2);
     this.groupBox4.Controls.Add(this.labelX22);
     this.groupBox4.Controls.Add(this.textBoxX17);
     this.groupBox4.Controls.Add(this.checkBoxX1);
     this.groupBox4.Controls.Add(this.comboBoxEx5);
     this.groupBox4.Controls.Add(this.checkBoxX2);
     this.groupBox4.Controls.Add(this.labelX24);
     this.groupBox4.Controls.Add(this.labelX20);
     this.groupBox4.Controls.Add(this.comboBoxEx4);
     this.groupBox4.Controls.Add(this.labelX23);
     this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.Location = new System.Drawing.Point(12, 430);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(731, 138);
     this.groupBox4.TabIndex = 103;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Informacion de Membresia";
     //
     // btnGenerarPagos
     //
     this.btnGenerarPagos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnGenerarPagos.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnGenerarPagos.Location = new System.Drawing.Point(593, 94);
     this.btnGenerarPagos.Name = "btnGenerarPagos";
     this.btnGenerarPagos.Size = new System.Drawing.Size(116, 23);
     this.btnGenerarPagos.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnGenerarPagos.TabIndex = 97;
     this.btnGenerarPagos.Text = "Pagos";
     this.btnGenerarPagos.Click += new System.EventHandler(this.btnGenerarPagos_Click);
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AllowUserToAddRows = false;
     this.dataGridViewX1.AllowUserToDeleteRows = false;
     this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewX1.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewX1.EnableHeadersVisualStyles = false;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(107)))), ((int)(((byte)(114)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(11, 19);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.ReadOnly = true;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewX1.Size = new System.Drawing.Size(720, 176);
     this.dataGridViewX1.TabIndex = 23;
     //
     // labelX16
     //
     //
     //
     //
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(528, 3);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(109, 19);
     this.labelX16.TabIndex = 104;
     this.labelX16.Text = "Codigo de Empresa :";
     //
     // textBoxX13
     //
     this.textBoxX13.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX13.Border.Class = "TextBoxBorder";
     this.textBoxX13.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX13.ForeColor = System.Drawing.Color.Black;
     this.textBoxX13.Location = new System.Drawing.Point(643, 2);
     this.textBoxX13.Name = "textBoxX13";
     this.textBoxX13.ReadOnly = true;
     this.textBoxX13.Size = new System.Drawing.Size(100, 20);
     this.textBoxX13.TabIndex = 46;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this.btnEliminarContacto);
     this.groupBox3.Controls.Add(this.labelX25);
     this.groupBox3.Controls.Add(this.comboBoxEx9);
     this.groupBox3.Controls.Add(this.labelX19);
     this.groupBox3.Controls.Add(this.comboBoxEx8);
     this.groupBox3.Controls.Add(this.labelX18);
     this.groupBox3.Controls.Add(this.comboBoxEx7);
     this.groupBox3.Controls.Add(this.labelX17);
     this.groupBox3.Controls.Add(this.comboBoxEx6);
     this.groupBox3.Controls.Add(this.checkBoxX3);
     this.groupBox3.Controls.Add(this.dataGridViewX1);
     this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(12, 574);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(741, 406);
     this.groupBox3.TabIndex = 105;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Contactos";
     //
     // btnEliminarContacto
     //
     this.btnEliminarContacto.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnEliminarContacto.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnEliminarContacto.Location = new System.Drawing.Point(608, 201);
     this.btnEliminarContacto.Name = "btnEliminarContacto";
     this.btnEliminarContacto.Size = new System.Drawing.Size(123, 23);
     this.btnEliminarContacto.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnEliminarContacto.TabIndex = 109;
     this.btnEliminarContacto.Text = "Eliminar Contacto";
     this.btnEliminarContacto.Click += new System.EventHandler(this.btnEliminarContacto_Click);
     //
     // labelX25
     //
     //
     //
     //
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX25.Location = new System.Drawing.Point(391, 302);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(95, 23);
     this.labelX25.TabIndex = 108;
     this.labelX25.Text = "Tercer suplente :";
     //
     // comboBoxEx9
     //
     this.comboBoxEx9.DisplayMember = "Text";
     this.comboBoxEx9.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx9.FormattingEnabled = true;
     this.comboBoxEx9.ItemHeight = 16;
     this.comboBoxEx9.Location = new System.Drawing.Point(516, 303);
     this.comboBoxEx9.Name = "comboBoxEx9";
     this.comboBoxEx9.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx9.TabIndex = 27;
     //
     // labelX19
     //
     //
     //
     //
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX19.Location = new System.Drawing.Point(10, 301);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(95, 23);
     this.labelX19.TabIndex = 106;
     this.labelX19.Text = "Segundo suplente :";
     //
     // comboBoxEx8
     //
     this.comboBoxEx8.DisplayMember = "Text";
     this.comboBoxEx8.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx8.FormattingEnabled = true;
     this.comboBoxEx8.ItemHeight = 16;
     this.comboBoxEx8.Location = new System.Drawing.Point(125, 302);
     this.comboBoxEx8.Name = "comboBoxEx8";
     this.comboBoxEx8.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx8.TabIndex = 25;
     //
     // labelX18
     //
     //
     //
     //
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX18.Location = new System.Drawing.Point(391, 265);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(95, 23);
     this.labelX18.TabIndex = 104;
     this.labelX18.Text = "Primer suplente :";
     //
     // comboBoxEx7
     //
     this.comboBoxEx7.DisplayMember = "Text";
     this.comboBoxEx7.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx7.FormattingEnabled = true;
     this.comboBoxEx7.ItemHeight = 16;
     this.comboBoxEx7.Location = new System.Drawing.Point(516, 265);
     this.comboBoxEx7.Name = "comboBoxEx7";
     this.comboBoxEx7.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx7.TabIndex = 26;
     //
     // labelX17
     //
     //
     //
     //
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX17.Location = new System.Drawing.Point(11, 265);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(108, 23);
     this.labelX17.TabIndex = 102;
     this.labelX17.Text = "Contacto principal :";
     //
     // customValidator1
     //
     this.customValidator1.ErrorMessage = "Your error message here.";
     this.customValidator1.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label1.Location = new System.Drawing.Point(339, 39);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(14, 16);
     this.label1.TabIndex = 62;
     this.label1.Text = "*";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label2.Location = new System.Drawing.Point(339, 67);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(14, 16);
     this.label2.TabIndex = 63;
     this.label2.Text = "*";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label3.Location = new System.Drawing.Point(283, 96);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(14, 16);
     this.label3.TabIndex = 64;
     this.label3.Text = "*";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label4.Location = new System.Drawing.Point(339, 121);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(14, 16);
     this.label4.TabIndex = 65;
     this.label4.Text = "*";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label5.Location = new System.Drawing.Point(573, 64);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(14, 16);
     this.label5.TabIndex = 66;
     this.label5.Text = "*";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label6.Location = new System.Drawing.Point(283, 40);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(14, 16);
     this.label6.TabIndex = 67;
     this.label6.Text = "*";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label7.Location = new System.Drawing.Point(286, 72);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(14, 16);
     this.label7.TabIndex = 78;
     this.label7.Text = "*";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label8.Location = new System.Drawing.Point(286, 102);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(14, 16);
     this.label8.TabIndex = 101;
     this.label8.Text = "*";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label9.Location = new System.Drawing.Point(559, 74);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(14, 16);
     this.label9.TabIndex = 102;
     this.label9.Text = "*";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label10.Location = new System.Drawing.Point(559, 102);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(14, 16);
     this.label10.TabIndex = 103;
     this.label10.Text = "*";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label11.Location = new System.Drawing.Point(338, 271);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(14, 16);
     this.label11.TabIndex = 104;
     this.label11.Text = "*";
     //
     // Empresa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.textBoxX13);
     this.Controls.Add(this.labelX16);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "Empresa";
     this.Size = new System.Drawing.Size(768, 983);
     this.Load += new System.EventHandler(this.Empresa_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cADINDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.departamentosBindingSource)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.cmbSemester = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.dteEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dteStart = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.cmbSchoolYear = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.btnCancel = new DevComponents.DotNetBar.ButtonX();
     this.btnSave = new DevComponents.DotNetBar.ButtonX();
     this.lblName = new DevComponents.DotNetBar.LabelX();
     this.errorNameDuplicate = new System.Windows.Forms.ErrorProvider(this.components);
     this.panelEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dteEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorNameDuplicate)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.cmbSemester);
     this.panelEx1.Controls.Add(this.labelX3);
     this.panelEx1.Controls.Add(this.labelX2);
     this.panelEx1.Controls.Add(this.dteEnd);
     this.panelEx1.Controls.Add(this.dteStart);
     this.panelEx1.Controls.Add(this.labelX1);
     this.panelEx1.Controls.Add(this.cmbSchoolYear);
     this.panelEx1.Controls.Add(this.btnCancel);
     this.panelEx1.Controls.Add(this.btnSave);
     this.panelEx1.Controls.Add(this.lblName);
     this.panelEx1.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.panelEx1.Location = new System.Drawing.Point(3, 3);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(245, 177);
     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;
     //
     // cmbSemester
     //
     this.cmbSemester.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cmbSemester.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cmbSemester.DisplayMember = "Text";
     this.cmbSemester.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbSemester.FormattingEnabled = true;
     this.cmbSemester.ItemHeight = 19;
     this.cmbSemester.Location = new System.Drawing.Point(86, 45);
     this.cmbSemester.Name = "cmbSemester";
     this.cmbSemester.Size = new System.Drawing.Size(145, 25);
     this.cmbSemester.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbSemester.TabIndex = 10;
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(11, 107);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(60, 21);
     this.labelX3.TabIndex = 9;
     this.labelX3.Text = "結束日期";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(11, 76);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(60, 21);
     this.labelX2.TabIndex = 8;
     this.labelX2.Text = "開始日期";
     //
     // dteEnd
     //
     //
     //
     //
     this.dteEnd.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dteEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dteEnd.ButtonDropDown.Visible = true;
     this.dteEnd.IsPopupCalendarOpen = false;
     this.dteEnd.Location = new System.Drawing.Point(86, 107);
     //
     //
     //
     this.dteEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dteEnd.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dteEnd.MonthCalendar.BackgroundStyle.Class = "";
     this.dteEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteEnd.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dteEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteEnd.MonthCalendar.DisplayMonth = new System.DateTime(2013, 7, 1, 0, 0, 0, 0);
     this.dteEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dteEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dteEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dteEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dteEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dteEnd.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dteEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteEnd.MonthCalendar.TodayButtonVisible = true;
     this.dteEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dteEnd.Name = "dteEnd";
     this.dteEnd.Size = new System.Drawing.Size(145, 25);
     this.dteEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dteEnd.TabIndex = 7;
     //
     // dteStart
     //
     //
     //
     //
     this.dteStart.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dteStart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteStart.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dteStart.ButtonDropDown.Visible = true;
     this.dteStart.IsPopupCalendarOpen = false;
     this.dteStart.Location = new System.Drawing.Point(86, 76);
     //
     //
     //
     this.dteStart.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dteStart.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dteStart.MonthCalendar.BackgroundStyle.Class = "";
     this.dteStart.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteStart.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dteStart.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteStart.MonthCalendar.DisplayMonth = new System.DateTime(2013, 7, 1, 0, 0, 0, 0);
     this.dteStart.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dteStart.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dteStart.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dteStart.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dteStart.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dteStart.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dteStart.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dteStart.MonthCalendar.TodayButtonVisible = true;
     this.dteStart.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dteStart.Name = "dteStart";
     this.dteStart.Size = new System.Drawing.Size(145, 25);
     this.dteStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dteStart.TabIndex = 6;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(37, 45);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(34, 21);
     this.labelX1.TabIndex = 4;
     this.labelX1.Text = "學期";
     //
     // cmbSchoolYear
     //
     this.cmbSchoolYear.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cmbSchoolYear.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cmbSchoolYear.DisplayMember = "Text";
     this.cmbSchoolYear.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbSchoolYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSchoolYear.FormattingEnabled = true;
     this.cmbSchoolYear.ItemHeight = 19;
     this.cmbSchoolYear.Location = new System.Drawing.Point(86, 12);
     this.cmbSchoolYear.Name = "cmbSchoolYear";
     this.cmbSchoolYear.Size = new System.Drawing.Size(145, 25);
     this.cmbSchoolYear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbSchoolYear.TabIndex = 3;
     //
     // btnCancel
     //
     this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCancel.Location = new System.Drawing.Point(176, 141);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(59, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnClose);
     //
     // btnSave
     //
     this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSave.Location = new System.Drawing.Point(111, 141);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(59, 23);
     this.btnSave.TabIndex = 0;
     this.btnSave.Text = "儲存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     //
     //
     //
     this.lblName.BackgroundStyle.Class = "";
     this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblName.Location = new System.Drawing.Point(24, 12);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(47, 21);
     this.lblName.TabIndex = 0;
     this.lblName.Text = "學年度";
     //
     // errorNameDuplicate
     //
     this.errorNameDuplicate.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorNameDuplicate.ContainerControl = this;
     //
     // SchoolYearSemesterCreatorForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(251, 184);
     this.Controls.Add(this.panelEx1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "SchoolYearSemesterCreatorForm";
     this.Text = "";
     this.Load += new System.EventHandler(this.TeacherNameCreatorForm_Load);
     this.panelEx1.ResumeLayout(false);
     this.panelEx1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dteEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorNameDuplicate)).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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Actividades));
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.cbTipSolic = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.ipFechCierre = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.chkbActCerrada = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkbRealizado = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.txObservacionesA = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.ipFechProg = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.txRef = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.cbTipoAct = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.btnAgregarAct = new DevComponents.DotNetBar.ButtonX();
     this.btnCambiosAct = new DevComponents.DotNetBar.ButtonX();
     this.superValidator1 = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.requiredFieldValidator1 = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Campo Requerido");
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
     ((System.ComponentModel.ISupportInitialize)(this.ipFechCierre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ipFechProg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // labelX27
     //
     //
     //
     //
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Location = new System.Drawing.Point(6, 14);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(95, 23);
     this.labelX27.TabIndex = 62;
     this.labelX27.Text = "Tipo de Solicitud :";
     //
     // cbTipSolic
     //
     this.cbTipSolic.DisplayMember = "Text";
     this.cbTipSolic.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbTipSolic.FormattingEnabled = true;
     this.cbTipSolic.ItemHeight = 14;
     this.cbTipSolic.Location = new System.Drawing.Point(116, 12);
     this.cbTipSolic.Name = "cbTipSolic";
     this.cbTipSolic.Size = new System.Drawing.Size(173, 20);
     this.cbTipSolic.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbTipSolic.TabIndex = 61;
     //
     // ipFechCierre
     //
     //
     //
     //
     this.ipFechCierre.BackgroundStyle.Class = "DateTimeInputBackground";
     this.ipFechCierre.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechCierre.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.ipFechCierre.ButtonDropDown.Visible = true;
     this.ipFechCierre.IsPopupCalendarOpen = false;
     this.ipFechCierre.Location = new System.Drawing.Point(116, 139);
     //
     //
     //
     this.ipFechCierre.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFechCierre.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechCierre.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.ipFechCierre.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.ipFechCierre.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechCierre.MonthCalendar.DisplayMonth = new System.DateTime(2012, 6, 1, 0, 0, 0, 0);
     this.ipFechCierre.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ipFechCierre.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFechCierre.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.ipFechCierre.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFechCierre.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.ipFechCierre.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechCierre.MonthCalendar.TodayButtonVisible = true;
     this.ipFechCierre.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ipFechCierre.Name = "ipFechCierre";
     this.ipFechCierre.Size = new System.Drawing.Size(173, 20);
     this.ipFechCierre.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ipFechCierre.TabIndex = 60;
     //
     // chkbActCerrada
     //
     //
     //
     //
     this.chkbActCerrada.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkbActCerrada.Location = new System.Drawing.Point(245, 107);
     this.chkbActCerrada.Name = "chkbActCerrada";
     this.chkbActCerrada.Size = new System.Drawing.Size(32, 23);
     this.chkbActCerrada.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkbActCerrada.TabIndex = 59;
     //
     // chkbRealizado
     //
     //
     //
     //
     this.chkbRealizado.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkbRealizado.Location = new System.Drawing.Point(74, 107);
     this.chkbRealizado.Name = "chkbRealizado";
     this.chkbRealizado.Size = new System.Drawing.Size(18, 23);
     this.chkbRealizado.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkbRealizado.TabIndex = 58;
     //
     // txObservacionesA
     //
     this.txObservacionesA.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txObservacionesA.Border.Class = "TextBoxBorder";
     this.txObservacionesA.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txObservacionesA.ForeColor = System.Drawing.Color.Black;
     this.txObservacionesA.Location = new System.Drawing.Point(318, 99);
     this.txObservacionesA.Multiline = true;
     this.txObservacionesA.Name = "txObservacionesA";
     this.txObservacionesA.Size = new System.Drawing.Size(354, 52);
     this.txObservacionesA.TabIndex = 57;
     //
     // ipFechProg
     //
     //
     //
     //
     this.ipFechProg.BackgroundStyle.Class = "DateTimeInputBackground";
     this.ipFechProg.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechProg.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.ipFechProg.ButtonDropDown.Visible = true;
     this.ipFechProg.IsPopupCalendarOpen = false;
     this.ipFechProg.Location = new System.Drawing.Point(116, 64);
     //
     //
     //
     this.ipFechProg.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFechProg.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechProg.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.ipFechProg.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.ipFechProg.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechProg.MonthCalendar.DisplayMonth = new System.DateTime(2012, 6, 1, 0, 0, 0, 0);
     this.ipFechProg.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ipFechProg.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFechProg.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.ipFechProg.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFechProg.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.ipFechProg.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFechProg.MonthCalendar.TodayButtonVisible = true;
     this.ipFechProg.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ipFechProg.Name = "ipFechProg";
     this.ipFechProg.Size = new System.Drawing.Size(173, 20);
     this.ipFechProg.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ipFechProg.TabIndex = 51;
     this.superValidator1.SetValidator1(this.ipFechProg, this.requiredFieldValidator1);
     //
     // txRef
     //
     this.txRef.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txRef.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txRef.ForeColor = System.Drawing.Color.Black;
     this.txRef.Location = new System.Drawing.Point(318, 30);
     this.txRef.Multiline = true;
     this.txRef.Name = "txRef";
     this.txRef.Size = new System.Drawing.Size(354, 45);
     this.txRef.TabIndex = 56;
     //
     // labelX26
     //
     //
     //
     //
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Location = new System.Drawing.Point(318, 81);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(93, 23);
     this.labelX26.TabIndex = 55;
     this.labelX26.Text = "Observaciones :";
     //
     // labelX25
     //
     //
     //
     //
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Location = new System.Drawing.Point(6, 136);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(93, 23);
     this.labelX25.TabIndex = 54;
     this.labelX25.Text = "Fecha de Cierre :";
     //
     // labelX24
     //
     //
     //
     //
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Location = new System.Drawing.Point(144, 107);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(95, 23);
     this.labelX24.TabIndex = 53;
     this.labelX24.Text = "Actividad Cerrada :";
     //
     // labelX23
     //
     //
     //
     //
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Location = new System.Drawing.Point(6, 107);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(75, 23);
     this.labelX23.TabIndex = 52;
     this.labelX23.Text = "Realizado :";
     //
     // labelX22
     //
     //
     //
     //
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(6, 64);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(111, 23);
     this.labelX22.TabIndex = 50;
     this.labelX22.Text = "Fecha Programada :";
     //
     // labelX21
     //
     //
     //
     //
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Location = new System.Drawing.Point(318, 9);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(75, 23);
     this.labelX21.TabIndex = 49;
     this.labelX21.Text = "Referencia :";
     //
     // labelX20
     //
     //
     //
     //
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Location = new System.Drawing.Point(6, 35);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(95, 23);
     this.labelX20.TabIndex = 48;
     this.labelX20.Text = "Tipo de Actividad :";
     //
     // cbTipoAct
     //
     this.cbTipoAct.DisplayMember = "Text";
     this.cbTipoAct.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbTipoAct.FormattingEnabled = true;
     this.cbTipoAct.ItemHeight = 14;
     this.cbTipoAct.Location = new System.Drawing.Point(116, 38);
     this.cbTipoAct.Name = "cbTipoAct";
     this.cbTipoAct.Size = new System.Drawing.Size(173, 20);
     this.cbTipoAct.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbTipoAct.TabIndex = 47;
     //
     // btnAgregarAct
     //
     this.btnAgregarAct.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnAgregarAct.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnAgregarAct.Location = new System.Drawing.Point(588, 176);
     this.btnAgregarAct.Name = "btnAgregarAct";
     this.btnAgregarAct.Size = new System.Drawing.Size(107, 23);
     this.btnAgregarAct.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnAgregarAct.TabIndex = 63;
     this.btnAgregarAct.Text = "Agregar Actividad";
     this.btnAgregarAct.Click += new System.EventHandler(this.btnAgregarAct_Click);
     //
     // btnCambiosAct
     //
     this.btnCambiosAct.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCambiosAct.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCambiosAct.Location = new System.Drawing.Point(481, 176);
     this.btnCambiosAct.Name = "btnCambiosAct";
     this.btnCambiosAct.Size = new System.Drawing.Size(101, 23);
     this.btnCambiosAct.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCambiosAct.TabIndex = 64;
     this.btnCambiosAct.Text = "Guardar Cambios";
     this.btnCambiosAct.Visible = false;
     this.btnCambiosAct.Click += new System.EventHandler(this.btnCambiosAct_Click);
     //
     // superValidator1
     //
     this.superValidator1.ContainerControl = this;
     this.superValidator1.ErrorProvider = this.errorProvider1;
     this.superValidator1.Highlighter = this.highlighter1;
     //
     // requiredFieldValidator1
     //
     this.requiredFieldValidator1.ErrorMessage = "Campo Requerido";
     this.requiredFieldValidator1.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     //
     // Actividades
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(707, 214);
     this.Controls.Add(this.btnCambiosAct);
     this.Controls.Add(this.btnAgregarAct);
     this.Controls.Add(this.labelX27);
     this.Controls.Add(this.cbTipSolic);
     this.Controls.Add(this.ipFechCierre);
     this.Controls.Add(this.chkbActCerrada);
     this.Controls.Add(this.chkbRealizado);
     this.Controls.Add(this.txObservacionesA);
     this.Controls.Add(this.ipFechProg);
     this.Controls.Add(this.txRef);
     this.Controls.Add(this.labelX26);
     this.Controls.Add(this.labelX25);
     this.Controls.Add(this.labelX24);
     this.Controls.Add(this.labelX23);
     this.Controls.Add(this.labelX22);
     this.Controls.Add(this.labelX21);
     this.Controls.Add(this.labelX20);
     this.Controls.Add(this.cbTipoAct);
     this.Name = "Actividades";
     this.Text = "Actividades";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Actividades_FormClosed);
     this.Load += new System.EventHandler(this.Actividades_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ipFechCierre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ipFechProg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
        public void HienThiGrid(DataTable dtNv, TextBoxX txtManv, TextBoxX txttennv, TextBoxX txtCMND, DevComponents.Editors.DateTimeAdv.DateTimeInput dteNgaycap, TextBoxX txtNoicap, DateTimePicker dteNgaysinh, ComboBoxEx cmbGioitinh, TextBoxX txtDiachi, TextBoxX txtEmail, TextBoxX txtDTNH, TextBoxX txtDTR, TextBoxX txtDTN, ComboBoxEx cmbHonnhan, ComboBoxEx cmbLamviec, ComboBoxEx cmbPhongban, ComboBoxEx cmbTolamviec, ComboBoxEx cmbchucvu, TextBoxX txtNgayvaolam, TextBoxX txtThamnien, TextBoxX txtheso, TextBoxX txtSoTK, TextBoxX txtHinhthuc, TextBoxX txttinhoc, TextBoxX txtngoaingu, ComboBoxEx cmbhocvi, TextBoxX txtCan, TextBoxX txtCao, ComboBoxEx cmbMau, TextBoxX txtSuckhoe, TextBoxX txtBHXH, TextBoxX txtBHYT, DataGridViewX dtg, BindingNavigator bn)
        {
            BindingSource bs = new BindingSource();

            bs.DataSource    = dtNv;
            bn.BindingSource = bs;
            dtg.DataSource   = bs;

            txtManv.DataBindings.Clear();
            txtManv.DataBindings.Add("Text", bs, "manv");

            txttennv.DataBindings.Clear();
            txttennv.DataBindings.Add("Text", bs, "tennv");

            txtCMND.DataBindings.Clear();
            txtCMND.DataBindings.Add("Text", bs, "CMND");

            dteNgaycap.DataBindings.Clear();
            dteNgaycap.DataBindings.Add("Value", bs, "ngaycap");

            txtNoicap.DataBindings.Clear();
            txtNoicap.DataBindings.Add("Text", bs, "noicap");

            dteNgaysinh.DataBindings.Clear();
            dteNgaysinh.DataBindings.Add("Text", bs, "ngaysinh");

            cmbGioitinh.DataBindings.Clear();
            cmbGioitinh.DataBindings.Add("Text", bs, "gioitinh");

            txtDiachi.DataBindings.Clear();
            txtDiachi.DataBindings.Add("Text", bs, "diachi");

            txtEmail.DataBindings.Clear();
            txtEmail.DataBindings.Add("Text", bs, "email");

            txtDTN.DataBindings.Clear();
            txtDTN.DataBindings.Add("Text", bs, "sdtnha");

            txtDTNH.DataBindings.Clear();
            txtDTNH.DataBindings.Add("Text", bs, "sdtcty");

            txtDTR.DataBindings.Clear();
            txtDTR.DataBindings.Add("Text", bs, "sdtrieng");

            cmbHonnhan.DataBindings.Clear();
            cmbHonnhan.DataBindings.Add("Text", bs, "tinhtranghonnhan");

            cmbLamviec.DataBindings.Clear();
            cmbLamviec.DataBindings.Add("Text", bs, "tinhtranglamviec");

            cmbPhongban.DataBindings.Clear();
            cmbPhongban.DataBindings.Add("SelectedValue", bs, "phongban");

            cmbTolamviec.DataBindings.Clear();
            cmbTolamviec.DataBindings.Add("SelectedValue", bs, "tophutrach");

            cmbchucvu.DataBindings.Clear();
            cmbchucvu.DataBindings.Add("SelectedValue", bs, "machucvu");

            txtNgayvaolam.DataBindings.Clear();
            txtNgayvaolam.DataBindings.Add("Text", bs, "ngayvaolam");

            txtThamnien.DataBindings.Clear();
            txtThamnien.DataBindings.Add("Text", bs, "thamnien");

            txtheso.DataBindings.Clear();
            txtheso.DataBindings.Add("Text", bs, "heso");

            txtSoTK.DataBindings.Clear();
            txtSoTK.DataBindings.Add("Text", bs, "taikhoanNH");

            txtHinhthuc.DataBindings.Clear();
            txtHinhthuc.DataBindings.Add("Text", bs, "hinhthuctuyendung");

            txttinhoc.DataBindings.Clear();
            txttinhoc.DataBindings.Add("Text", bs, "tinhoc");

            txtngoaingu.DataBindings.Clear();
            txtngoaingu.DataBindings.Add("Text", bs, "ngoaingu");

            cmbhocvi.DataBindings.Clear();
            cmbhocvi.DataBindings.Add("Text", bs, "hocvi");

            txtCan.DataBindings.Clear();
            txtCan.DataBindings.Add("Text", bs, "cannang");

            txtCao.DataBindings.Clear();
            txtCao.DataBindings.Add("Text", bs, "cao");

            cmbMau.DataBindings.Clear();
            cmbMau.DataBindings.Add("Text", bs, "nhommau");

            txtSuckhoe.DataBindings.Clear();
            txtSuckhoe.DataBindings.Add("Text", bs, "tinhtrangsuckhoe");

            txtBHXH.DataBindings.Clear();
            txtBHXH.DataBindings.Add("Text", bs, "soBHXH");

            txtBHYT.DataBindings.Clear();
            txtBHYT.DataBindings.Add("Text", bs, "soBHYT");
        }
Example #8
0
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Caso));
     this.txCod_resp = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.txcod_Caso = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.ipFech_solu = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.txResp_Caso = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.txObservaciones = new System.Windows.Forms.TextBox();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.sliderNiv_solu = new DevComponents.DotNetBar.Controls.Slider();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.ckbCaso_cerr = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.txDesc_solu = new System.Windows.Forms.TextBox();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txDesc_prob = new System.Windows.Forms.TextBox();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.txCargo = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txNomb_solic = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txCod_empr = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.ipFech_soli = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnEliminarAct = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.superValidator1 = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.requiredFieldValidator4 = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Your error message here.");
     this.requiredFieldValidator3 = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Campo requerido");
     this.requiredFieldValidator2 = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Campo requerido");
     this.requiredFieldValidator1 = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Campo requerido");
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
     this.txNE = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.chkbAdm = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.btBuscarEmpresa = new DevComponents.DotNetBar.ButtonX();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ipFech_solu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ipFech_soli)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // txCod_resp
     //
     this.txCod_resp.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txCod_resp.Border.Class = "TextBoxBorder";
     this.txCod_resp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txCod_resp.ForeColor = System.Drawing.Color.Black;
     this.txCod_resp.Location = new System.Drawing.Point(157, 495);
     this.txCod_resp.Name = "txCod_resp";
     this.txCod_resp.ReadOnly = true;
     this.txCod_resp.Size = new System.Drawing.Size(95, 20);
     this.txCod_resp.TabIndex = 65;
     //
     // labelX19
     //
     //
     //
     //
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Location = new System.Drawing.Point(19, 492);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(132, 23);
     this.labelX19.TabIndex = 64;
     this.labelX19.Text = "Codigo del Responsable :";
     //
     // labelX18
     //
     //
     //
     //
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Location = new System.Drawing.Point(9, 9);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(96, 23);
     this.labelX18.TabIndex = 63;
     this.labelX18.Text = "Codigo de Caso :";
     //
     // txcod_Caso
     //
     this.txcod_Caso.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txcod_Caso.Border.Class = "TextBoxBorder";
     this.txcod_Caso.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txcod_Caso.Enabled = false;
     this.txcod_Caso.ForeColor = System.Drawing.Color.Black;
     this.txcod_Caso.Location = new System.Drawing.Point(111, 12);
     this.txcod_Caso.Name = "txcod_Caso";
     this.txcod_Caso.ReadOnly = true;
     this.txcod_Caso.Size = new System.Drawing.Size(100, 20);
     this.txcod_Caso.TabIndex = 62;
     //
     // labelX17
     //
     //
     //
     //
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Location = new System.Drawing.Point(656, 347);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(17, 23);
     this.labelX17.TabIndex = 61;
     this.labelX17.Text = "5";
     this.labelX17.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX16
     //
     //
     //
     //
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(627, 347);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(17, 23);
     this.labelX16.TabIndex = 60;
     this.labelX16.Text = "4";
     this.labelX16.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX15
     //
     //
     //
     //
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Location = new System.Drawing.Point(600, 347);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(17, 23);
     this.labelX15.TabIndex = 59;
     this.labelX15.Text = "3";
     this.labelX15.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(568, 347);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(17, 23);
     this.labelX14.TabIndex = 58;
     this.labelX14.Text = "2";
     this.labelX14.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(540, 347);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(17, 23);
     this.labelX13.TabIndex = 57;
     this.labelX13.Text = "1";
     this.labelX13.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX12
     //
     //
     //
     //
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(515, 347);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(17, 23);
     this.labelX12.TabIndex = 56;
     this.labelX12.Text = "0";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // ipFech_solu
     //
     //
     //
     //
     this.ipFech_solu.BackgroundStyle.Class = "DateTimeInputBackground";
     this.ipFech_solu.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_solu.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.ipFech_solu.ButtonDropDown.Visible = true;
     this.ipFech_solu.IsPopupCalendarOpen = false;
     this.ipFech_solu.Location = new System.Drawing.Point(487, 463);
     //
     //
     //
     this.ipFech_solu.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFech_solu.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_solu.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.ipFech_solu.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.ipFech_solu.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_solu.MonthCalendar.DisplayMonth = new System.DateTime(2012, 5, 1, 0, 0, 0, 0);
     this.ipFech_solu.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ipFech_solu.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFech_solu.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.ipFech_solu.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFech_solu.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.ipFech_solu.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_solu.MonthCalendar.TodayButtonVisible = true;
     this.ipFech_solu.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ipFech_solu.Name = "ipFech_solu";
     this.ipFech_solu.Size = new System.Drawing.Size(200, 20);
     this.ipFech_solu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ipFech_solu.TabIndex = 55;
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(373, 463);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(99, 23);
     this.labelX11.TabIndex = 54;
     this.labelX11.Text = "Fecha de Solucion :";
     //
     // txResp_Caso
     //
     this.txResp_Caso.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txResp_Caso.Border.Class = "TextBoxBorder";
     this.txResp_Caso.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txResp_Caso.ForeColor = System.Drawing.Color.Black;
     this.txResp_Caso.Location = new System.Drawing.Point(157, 466);
     this.txResp_Caso.Name = "txResp_Caso";
     this.txResp_Caso.ReadOnly = true;
     this.txResp_Caso.Size = new System.Drawing.Size(193, 20);
     this.txResp_Caso.TabIndex = 53;
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(19, 463);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(132, 23);
     this.labelX10.TabIndex = 52;
     this.labelX10.Text = "Responsable del Caso :";
     //
     // txObservaciones
     //
     this.txObservaciones.Location = new System.Drawing.Point(19, 319);
     this.txObservaciones.Multiline = true;
     this.txObservaciones.Name = "txObservaciones";
     this.txObservaciones.ReadOnly = true;
     this.txObservaciones.Size = new System.Drawing.Size(331, 131);
     this.txObservaciones.TabIndex = 51;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(19, 299);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(132, 23);
     this.labelX9.TabIndex = 50;
     this.labelX9.Text = "Observaciones :";
     //
     // sliderNiv_solu
     //
     //
     //
     //
     this.sliderNiv_solu.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.sliderNiv_solu.Enabled = false;
     this.sliderNiv_solu.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.sliderNiv_solu.Location = new System.Drawing.Point(462, 329);
     this.sliderNiv_solu.Maximum = 5;
     this.sliderNiv_solu.Name = "sliderNiv_solu";
     this.sliderNiv_solu.Size = new System.Drawing.Size(225, 23);
     this.sliderNiv_solu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
     this.sliderNiv_solu.TabIndex = 49;
     this.sliderNiv_solu.Tag = "0 1 2 3 4 5 6 ";
     this.sliderNiv_solu.Text = " ";
     this.sliderNiv_solu.Value = 0;
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(373, 328);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(98, 23);
     this.labelX8.TabIndex = 48;
     this.labelX8.Text = "Nivel de Solucion :";
     //
     // ckbCaso_cerr
     //
     //
     //
     //
     this.ckbCaso_cerr.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ckbCaso_cerr.Enabled = false;
     this.ckbCaso_cerr.Location = new System.Drawing.Point(451, 299);
     this.ckbCaso_cerr.Name = "ckbCaso_cerr";
     this.ckbCaso_cerr.Size = new System.Drawing.Size(20, 24);
     this.ckbCaso_cerr.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ckbCaso_cerr.TabIndex = 47;
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(373, 299);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(81, 23);
     this.labelX7.TabIndex = 46;
     this.labelX7.Text = "Caso Cerrado :";
     //
     // txDesc_solu
     //
     this.txDesc_solu.Location = new System.Drawing.Point(373, 162);
     this.txDesc_solu.Multiline = true;
     this.txDesc_solu.Name = "txDesc_solu";
     this.txDesc_solu.ReadOnly = true;
     this.txDesc_solu.Size = new System.Drawing.Size(331, 131);
     this.txDesc_solu.TabIndex = 45;
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(373, 132);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(132, 23);
     this.labelX6.TabIndex = 44;
     this.labelX6.Text = "Descripcion de Solucion :";
     //
     // txDesc_prob
     //
     this.txDesc_prob.Location = new System.Drawing.Point(19, 162);
     this.txDesc_prob.Multiline = true;
     this.txDesc_prob.Name = "txDesc_prob";
     this.txDesc_prob.ReadOnly = true;
     this.txDesc_prob.Size = new System.Drawing.Size(331, 131);
     this.txDesc_prob.TabIndex = 43;
     this.superValidator1.SetValidator1(this.txDesc_prob, this.requiredFieldValidator4);
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(19, 132);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(149, 23);
     this.labelX5.TabIndex = 42;
     this.labelX5.Text = "Descripcion de la Solicitud :";
     //
     // txCargo
     //
     this.txCargo.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txCargo.Border.Class = "TextBoxBorder";
     this.txCargo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txCargo.ForeColor = System.Drawing.Color.Black;
     this.txCargo.Location = new System.Drawing.Point(497, 106);
     this.txCargo.Name = "txCargo";
     this.txCargo.ReadOnly = true;
     this.txCargo.Size = new System.Drawing.Size(185, 20);
     this.txCargo.TabIndex = 41;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(451, 103);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(40, 23);
     this.labelX4.TabIndex = 40;
     this.labelX4.Text = "Cargo :";
     //
     // txNomb_solic
     //
     this.txNomb_solic.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txNomb_solic.Border.Class = "TextBoxBorder";
     this.txNomb_solic.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txNomb_solic.ForeColor = System.Drawing.Color.Black;
     this.txNomb_solic.Location = new System.Drawing.Point(157, 106);
     this.txNomb_solic.MaxLength = 50;
     this.txNomb_solic.Name = "txNomb_solic";
     this.txNomb_solic.ReadOnly = true;
     this.txNomb_solic.Size = new System.Drawing.Size(183, 20);
     this.txNomb_solic.TabIndex = 39;
     this.superValidator1.SetValidator1(this.txNomb_solic, this.requiredFieldValidator3);
     //
     // txCod_empr
     //
     this.txCod_empr.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txCod_empr.Border.Class = "TextBoxBorder";
     this.txCod_empr.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txCod_empr.ForeColor = System.Drawing.Color.Black;
     this.txCod_empr.Location = new System.Drawing.Point(568, 77);
     this.txCod_empr.Name = "txCod_empr";
     this.txCod_empr.ReadOnly = true;
     this.txCod_empr.Size = new System.Drawing.Size(114, 20);
     this.txCod_empr.TabIndex = 38;
     this.superValidator1.SetValidator1(this.txCod_empr, this.requiredFieldValidator2);
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(19, 103);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(132, 23);
     this.labelX3.TabIndex = 37;
     this.labelX3.Text = "Nombre del Solicitante :";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(451, 77);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(111, 23);
     this.labelX2.TabIndex = 36;
     this.labelX2.Text = "Codigo de Empresa :";
     //
     // ipFech_soli
     //
     //
     //
     //
     this.ipFech_soli.BackgroundStyle.Class = "DateTimeInputBackground";
     this.ipFech_soli.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_soli.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.ipFech_soli.ButtonDropDown.Visible = true;
     this.ipFech_soli.IsPopupCalendarOpen = false;
     this.ipFech_soli.Location = new System.Drawing.Point(478, 44);
     //
     //
     //
     this.ipFech_soli.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFech_soli.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_soli.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.ipFech_soli.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.ipFech_soli.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_soli.MonthCalendar.DisplayMonth = new System.DateTime(2012, 5, 1, 0, 0, 0, 0);
     this.ipFech_soli.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ipFech_soli.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ipFech_soli.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.ipFech_soli.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.ipFech_soli.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.ipFech_soli.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ipFech_soli.MonthCalendar.TodayButtonVisible = true;
     this.ipFech_soli.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ipFech_soli.Name = "ipFech_soli";
     this.ipFech_soli.Size = new System.Drawing.Size(200, 20);
     this.ipFech_soli.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ipFech_soli.TabIndex = 35;
     this.superValidator1.SetValidator1(this.ipFech_soli, this.requiredFieldValidator1);
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(373, 44);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(99, 23);
     this.labelX1.TabIndex = 34;
     this.labelX1.Text = "Fecha de Solicitud :";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnEliminarAct);
     this.groupBox1.Controls.Add(this.buttonX1);
     this.groupBox1.Controls.Add(this.dataGridViewX1);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(3, 521);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(721, 296);
     this.groupBox1.TabIndex = 66;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Actividades";
     //
     // btnEliminarAct
     //
     this.btnEliminarAct.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnEliminarAct.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnEliminarAct.Location = new System.Drawing.Point(599, 263);
     this.btnEliminarAct.Name = "btnEliminarAct";
     this.btnEliminarAct.Size = new System.Drawing.Size(102, 23);
     this.btnEliminarAct.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnEliminarAct.TabIndex = 32;
     this.btnEliminarAct.Text = "Eliminar Actividad";
     this.btnEliminarAct.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.Location = new System.Drawing.Point(475, 263);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(107, 23);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 31;
     this.buttonX1.Text = "Crear Actividad";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AccessibleDescription = "";
     this.dataGridViewX1.BackgroundColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewX1.EnableHeadersVisualStyles = false;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(107)))), ((int)(((byte)(114)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(6, 19);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.ReadOnly = true;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewX1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewX1.Size = new System.Drawing.Size(709, 234);
     this.dataGridViewX1.TabIndex = 30;
     this.dataGridViewX1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellDoubleClick);
     this.dataGridViewX1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewX1_CellFormatting);
     //
     // superValidator1
     //
     this.superValidator1.ContainerControl = this;
     this.superValidator1.ErrorProvider = this.errorProvider1;
     this.superValidator1.Highlighter = this.highlighter1;
     //
     // requiredFieldValidator4
     //
     this.requiredFieldValidator4.ErrorMessage = "Your error message here.";
     this.requiredFieldValidator4.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // requiredFieldValidator3
     //
     this.requiredFieldValidator3.ErrorMessage = "Campo requerido";
     this.requiredFieldValidator3.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // requiredFieldValidator2
     //
     this.requiredFieldValidator2.ErrorMessage = "Campo requerido";
     this.requiredFieldValidator2.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // requiredFieldValidator1
     //
     this.requiredFieldValidator1.ErrorMessage = "Campo requerido";
     this.requiredFieldValidator1.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     //
     // txNE
     //
     this.txNE.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txNE.Border.Class = "TextBoxBorder";
     this.txNE.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txNE.ForeColor = System.Drawing.Color.Black;
     this.txNE.Location = new System.Drawing.Point(157, 80);
     this.txNE.Name = "txNE";
     this.txNE.ReadOnly = true;
     this.txNE.Size = new System.Drawing.Size(183, 20);
     this.txNE.TabIndex = 68;
     this.superValidator1.SetValidator1(this.txNE, this.requiredFieldValidator2);
     //
     // labelX20
     //
     //
     //
     //
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Location = new System.Drawing.Point(19, 77);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(111, 23);
     this.labelX20.TabIndex = 67;
     this.labelX20.Text = "Nombre de Empresa :";
     //
     // chkbAdm
     //
     //
     //
     //
     this.chkbAdm.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkbAdm.Location = new System.Drawing.Point(546, 299);
     this.chkbAdm.Name = "chkbAdm";
     this.chkbAdm.Size = new System.Drawing.Size(158, 23);
     this.chkbAdm.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkbAdm.TabIndex = 69;
     this.chkbAdm.Text = "Cerrado por Administrador";
     this.chkbAdm.Visible = false;
     //
     // btBuscarEmpresa
     //
     this.btBuscarEmpresa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btBuscarEmpresa.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btBuscarEmpresa.Location = new System.Drawing.Point(357, 79);
     this.btBuscarEmpresa.Name = "btBuscarEmpresa";
     this.btBuscarEmpresa.Size = new System.Drawing.Size(75, 23);
     this.btBuscarEmpresa.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btBuscarEmpresa.TabIndex = 70;
     this.btBuscarEmpresa.Text = "Buscar";
     this.btBuscarEmpresa.Click += new System.EventHandler(this.btBuscarEmpresa_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label1.Location = new System.Drawing.Point(340, 87);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(11, 13);
     this.label1.TabIndex = 71;
     this.label1.Text = "*";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label2.Location = new System.Drawing.Point(340, 113);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(11, 13);
     this.label2.TabIndex = 72;
     this.label2.Text = "*";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label3.Location = new System.Drawing.Point(686, 83);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(11, 13);
     this.label3.TabIndex = 73;
     this.label3.Text = "*";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label4.Location = new System.Drawing.Point(684, 49);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(11, 13);
     this.label4.TabIndex = 74;
     this.label4.Text = "*";
     //
     // Caso
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btBuscarEmpresa);
     this.Controls.Add(this.chkbAdm);
     this.Controls.Add(this.txNE);
     this.Controls.Add(this.labelX20);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.txCod_resp);
     this.Controls.Add(this.labelX19);
     this.Controls.Add(this.labelX18);
     this.Controls.Add(this.txcod_Caso);
     this.Controls.Add(this.labelX17);
     this.Controls.Add(this.labelX16);
     this.Controls.Add(this.labelX15);
     this.Controls.Add(this.labelX14);
     this.Controls.Add(this.labelX13);
     this.Controls.Add(this.labelX12);
     this.Controls.Add(this.ipFech_solu);
     this.Controls.Add(this.labelX11);
     this.Controls.Add(this.txResp_Caso);
     this.Controls.Add(this.labelX10);
     this.Controls.Add(this.txObservaciones);
     this.Controls.Add(this.labelX9);
     this.Controls.Add(this.sliderNiv_solu);
     this.Controls.Add(this.labelX8);
     this.Controls.Add(this.ckbCaso_cerr);
     this.Controls.Add(this.labelX7);
     this.Controls.Add(this.txDesc_solu);
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.txDesc_prob);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.txCargo);
     this.Controls.Add(this.labelX4);
     this.Controls.Add(this.txNomb_solic);
     this.Controls.Add(this.txCod_empr);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.ipFech_soli);
     this.Controls.Add(this.labelX1);
     this.Name = "Caso";
     this.Size = new System.Drawing.Size(756, 820);
     this.Load += new System.EventHandler(this.Caso_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.ipFech_solu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ipFech_soli)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhieuThue));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.txt_MaCTPhieuThue = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.txt_TenKH = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.txt_TenKHDD = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.txt_MaKhachHangDD = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.chk_getId = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chk_MaPhieuThue = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.txt_MaPT = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.chk_MaKH = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chk_MaCTPT = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.btDelCT = new DevComponents.DotNetBar.ButtonX();
     this.btEditCT = new DevComponents.DotNetBar.ButtonX();
     this.btAddCT = new DevComponents.DotNetBar.ButtonX();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.bindingNavigatorCTPhieuThue = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.dataGridViewCTPhieuThue = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT_CTPT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaLoaiKH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CMND = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaCTPT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaPhieuThue_CT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txt_MaKH = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txt_MaLoaiPhong = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.gb_KHDDPT = new System.Windows.Forms.GroupBox();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.txt_MaKHDD = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_TenKHDaiDien = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btExit = new DevComponents.DotNetBar.ButtonX();
     this.chk_Id_PT = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.txt_MaPhieuThue = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btDelete = new DevComponents.DotNetBar.ButtonX();
     this.groupBoxGridPhieuThue = new System.Windows.Forms.GroupBox();
     this.bindingNavigatorPhieuThue = new System.Windows.Forms.BindingNavigator(this.components);
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
     this.dataGridViewPhieuThue = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT_PT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaPhieuThue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NgayThue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NgayTra = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaPhong = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ThanhToan = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.KhachHangDaiDien = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txt_NgayTra = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.btEdit = new DevComponents.DotNetBar.ButtonX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.chk_datesystem = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.txt_MaPhong = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_NgayThue = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.bt_SendPhong = new DevComponents.DotNetBar.ButtonX();
     this.bt_SendKH = new DevComponents.DotNetBar.ButtonX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.urlTraCuuPhong2 = new _042082.UserControls.urlTraCuuPhong();
     this.urlKhachHang2 = new _042082.UserControls.urlKhachHang();
     this.bt_getMaKHDD = new DevComponents.DotNetBar.ButtonX();
     this.urlTraCuuPhong1 = new _042082.UserControls.urlTraCuuPhong();
     this.groupBox2.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorCTPhieuThue)).BeginInit();
     this.bindingNavigatorCTPhieuThue.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCTPhieuThue)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.gb_KHDDPT.SuspendLayout();
     this.groupBoxGridPhieuThue.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPhieuThue)).BeginInit();
     this.bindingNavigatorPhieuThue.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPhieuThue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_NgayTra)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_NgayThue)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // txt_MaCTPhieuThue
     //
     //
     //
     //
     this.txt_MaCTPhieuThue.Border.Class = "TextBoxBorder";
     this.txt_MaCTPhieuThue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaCTPhieuThue.Enabled = false;
     this.txt_MaCTPhieuThue.Location = new System.Drawing.Point(107, 21);
     this.txt_MaCTPhieuThue.Name = "txt_MaCTPhieuThue";
     this.txt_MaCTPhieuThue.Size = new System.Drawing.Size(84, 20);
     this.txt_MaCTPhieuThue.TabIndex = 25;
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(6, 19);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(95, 22);
     this.labelX10.TabIndex = 26;
     this.labelX10.Text = "Mã CT Phiếu Thuê";
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(428, 1);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(260, 23);
     this.labelX1.TabIndex = 24;
     this.labelX1.Text = "LẬP PHIẾU THUÊ PHÒNG";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(205, 50);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(56, 20);
     this.labelX5.TabIndex = 21;
     this.labelX5.Text = "Loại Phòng";
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(14, 50);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(56, 22);
     this.labelX4.TabIndex = 16;
     this.labelX4.Text = "Mã Phòng";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txt_TenKH);
     this.groupBox2.Controls.Add(this.labelX14);
     this.groupBox2.Controls.Add(this.groupBox6);
     this.groupBox2.Controls.Add(this.chk_getId);
     this.groupBox2.Controls.Add(this.chk_MaPhieuThue);
     this.groupBox2.Controls.Add(this.txt_MaPT);
     this.groupBox2.Controls.Add(this.labelX11);
     this.groupBox2.Controls.Add(this.chk_MaKH);
     this.groupBox2.Controls.Add(this.chk_MaCTPT);
     this.groupBox2.Controls.Add(this.btDelCT);
     this.groupBox2.Controls.Add(this.btEditCT);
     this.groupBox2.Controls.Add(this.btAddCT);
     this.groupBox2.Controls.Add(this.groupBox5);
     this.groupBox2.Controls.Add(this.txt_MaCTPhieuThue);
     this.groupBox2.Controls.Add(this.labelX10);
     this.groupBox2.Controls.Add(this.txt_MaKH);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Location = new System.Drawing.Point(3, 362);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(508, 334);
     this.groupBox2.TabIndex = 22;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Chi tiết phiếu thuê";
     //
     // txt_TenKH
     //
     //
     //
     //
     this.txt_TenKH.Border.Class = "TextBoxBorder";
     this.txt_TenKH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_TenKH.Enabled = false;
     this.txt_TenKH.Location = new System.Drawing.Point(292, 48);
     this.txt_TenKH.Name = "txt_TenKH";
     this.txt_TenKH.Size = new System.Drawing.Size(155, 20);
     this.txt_TenKH.TabIndex = 45;
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(245, 47);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(46, 22);
     this.labelX14.TabIndex = 44;
     this.labelX14.Text = "Tên KH";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.txt_TenKHDD);
     this.groupBox6.Controls.Add(this.labelX9);
     this.groupBox6.Controls.Add(this.txt_MaKhachHangDD);
     this.groupBox6.Controls.Add(this.labelX8);
     this.groupBox6.Location = new System.Drawing.Point(494, 7);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(10, 74);
     this.groupBox6.TabIndex = 43;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Khách hàng đại diện";
     this.groupBox6.Visible = false;
     //
     // txt_TenKHDD
     //
     //
     //
     //
     this.txt_TenKHDD.Border.Class = "TextBoxBorder";
     this.txt_TenKHDD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_TenKHDD.Enabled = false;
     this.txt_TenKHDD.Location = new System.Drawing.Point(58, 46);
     this.txt_TenKHDD.Name = "txt_TenKHDD";
     this.txt_TenKHDD.Size = new System.Drawing.Size(155, 20);
     this.txt_TenKHDD.TabIndex = 40;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(12, 47);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(46, 22);
     this.labelX9.TabIndex = 39;
     this.labelX9.Text = "Tên KH";
     //
     // txt_MaKhachHangDD
     //
     //
     //
     //
     this.txt_MaKhachHangDD.Border.Class = "TextBoxBorder";
     this.txt_MaKhachHangDD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaKhachHangDD.Enabled = false;
     this.txt_MaKhachHangDD.Location = new System.Drawing.Point(58, 18);
     this.txt_MaKhachHangDD.Name = "txt_MaKhachHangDD";
     this.txt_MaKhachHangDD.Size = new System.Drawing.Size(84, 20);
     this.txt_MaKhachHangDD.TabIndex = 38;
     this.txt_MaKhachHangDD.TextChanged += new System.EventHandler(this.txt_MaKhachHangDD_TextChanged_1);
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(12, 18);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(40, 22);
     this.labelX8.TabIndex = 37;
     this.labelX8.Text = "Mã KH";
     //
     // chk_getId
     //
     //
     //
     //
     this.chk_getId.BackgroundStyle.Class = "";
     this.chk_getId.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chk_getId.Location = new System.Drawing.Point(197, 21);
     this.chk_getId.Name = "chk_getId";
     this.chk_getId.Size = new System.Drawing.Size(104, 20);
     this.chk_getId.TabIndex = 42;
     this.chk_getId.Text = "Lấy mã tự động";
     this.chk_getId.CheckedChanged += new System.EventHandler(this.chk_getId_CheckedChanged);
     //
     // chk_MaPhieuThue
     //
     //
     //
     //
     this.chk_MaPhieuThue.BackgroundStyle.Class = "";
     this.chk_MaPhieuThue.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chk_MaPhieuThue.Location = new System.Drawing.Point(197, 75);
     this.chk_MaPhieuThue.Name = "chk_MaPhieuThue";
     this.chk_MaPhieuThue.Size = new System.Drawing.Size(95, 23);
     this.chk_MaPhieuThue.TabIndex = 41;
     this.chk_MaPhieuThue.Text = "Lấy Mã Phiếu Thuê";
     this.chk_MaPhieuThue.CheckedChanged += new System.EventHandler(this.chk_MaPhieuThue_CheckedChanged);
     //
     // txt_MaPT
     //
     //
     //
     //
     this.txt_MaPT.Border.Class = "TextBoxBorder";
     this.txt_MaPT.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaPT.Enabled = false;
     this.txt_MaPT.Location = new System.Drawing.Point(107, 77);
     this.txt_MaPT.Name = "txt_MaPT";
     this.txt_MaPT.Size = new System.Drawing.Size(84, 20);
     this.txt_MaPT.TabIndex = 39;
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(6, 75);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(95, 22);
     this.labelX11.TabIndex = 40;
     this.labelX11.Text = "Mã Phiếu Thuê";
     //
     // chk_MaKH
     //
     //
     //
     //
     this.chk_MaKH.BackgroundStyle.Class = "";
     this.chk_MaKH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chk_MaKH.Location = new System.Drawing.Point(197, 46);
     this.chk_MaKH.Name = "chk_MaKH";
     this.chk_MaKH.Size = new System.Drawing.Size(42, 23);
     this.chk_MaKH.TabIndex = 38;
     this.chk_MaKH.Text = "Sửa";
     this.chk_MaKH.CheckedChanged += new System.EventHandler(this.chk_MaKH_CheckedChanged);
     //
     // chk_MaCTPT
     //
     //
     //
     //
     this.chk_MaCTPT.BackgroundStyle.Class = "";
     this.chk_MaCTPT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chk_MaCTPT.Location = new System.Drawing.Point(197, 19);
     this.chk_MaCTPT.Name = "chk_MaCTPT";
     this.chk_MaCTPT.Size = new System.Drawing.Size(42, 23);
     this.chk_MaCTPT.TabIndex = 37;
     this.chk_MaCTPT.Text = "Sửa";
     this.chk_MaCTPT.Visible = false;
     this.chk_MaCTPT.CheckedChanged += new System.EventHandler(this.chk_MaCTPT_CheckedChanged);
     //
     // btDelCT
     //
     this.btDelCT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btDelCT.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btDelCT.Location = new System.Drawing.Point(226, 109);
     this.btDelCT.Name = "btDelCT";
     this.btDelCT.Size = new System.Drawing.Size(75, 23);
     this.btDelCT.TabIndex = 32;
     this.btDelCT.Text = "Xóa";
     this.btDelCT.Click += new System.EventHandler(this.btDelCT_Click);
     //
     // btEditCT
     //
     this.btEditCT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btEditCT.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btEditCT.Location = new System.Drawing.Point(407, 109);
     this.btEditCT.Name = "btEditCT";
     this.btEditCT.Size = new System.Drawing.Size(75, 23);
     this.btEditCT.TabIndex = 33;
     this.btEditCT.Text = "Sửa";
     this.btEditCT.Click += new System.EventHandler(this.btEditCT_Click);
     //
     // btAddCT
     //
     this.btAddCT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAddCT.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAddCT.Location = new System.Drawing.Point(26, 109);
     this.btAddCT.Name = "btAddCT";
     this.btAddCT.Size = new System.Drawing.Size(75, 23);
     this.btAddCT.TabIndex = 31;
     this.btAddCT.Text = "Thêm";
     this.btAddCT.Click += new System.EventHandler(this.btAddCT_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.bindingNavigatorCTPhieuThue);
     this.groupBox5.Controls.Add(this.dataGridViewCTPhieuThue);
     this.groupBox5.Location = new System.Drawing.Point(3, 131);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(502, 197);
     this.groupBox5.TabIndex = 30;
     this.groupBox5.TabStop = false;
     //
     // bindingNavigatorCTPhieuThue
     //
     this.bindingNavigatorCTPhieuThue.AddNewItem = this.bindingNavigatorAddNewItem;
     this.bindingNavigatorCTPhieuThue.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigatorCTPhieuThue.DeleteItem = this.bindingNavigatorDeleteItem;
     this.bindingNavigatorCTPhieuThue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2,
     this.bindingNavigatorAddNewItem,
     this.bindingNavigatorDeleteItem,
     this.toolStripButton1});
     this.bindingNavigatorCTPhieuThue.Location = new System.Drawing.Point(3, 16);
     this.bindingNavigatorCTPhieuThue.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigatorCTPhieuThue.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigatorCTPhieuThue.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigatorCTPhieuThue.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigatorCTPhieuThue.Name = "bindingNavigatorCTPhieuThue";
     this.bindingNavigatorCTPhieuThue.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigatorCTPhieuThue.Size = new System.Drawing.Size(496, 25);
     this.bindingNavigatorCTPhieuThue.TabIndex = 23;
     this.bindingNavigatorCTPhieuThue.Text = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
     this.bindingNavigatorCountItem.Text = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = global::_042082.Properties.Resources.Icon_198;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // dataGridViewCTPhieuThue
     //
     this.dataGridViewCTPhieuThue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewCTPhieuThue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT_CTPT,
     this.MaKhachHang,
     this.TenKhachHang,
     this.MaLoaiKH,
     this.CMND,
     this.DiaChi,
     this.MaCTPT,
     this.MaPhieuThue_CT});
     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.dataGridViewCTPhieuThue.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewCTPhieuThue.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewCTPhieuThue.Location = new System.Drawing.Point(0, 48);
     this.dataGridViewCTPhieuThue.Name = "dataGridViewCTPhieuThue";
     this.dataGridViewCTPhieuThue.Size = new System.Drawing.Size(496, 143);
     this.dataGridViewCTPhieuThue.TabIndex = 22;
     //
     // STT_CTPT
     //
     this.STT_CTPT.DataPropertyName = "STT_CTPT";
     this.STT_CTPT.HeaderText = "STT";
     this.STT_CTPT.Name = "STT_CTPT";
     this.STT_CTPT.Width = 30;
     //
     // MaKhachHang
     //
     this.MaKhachHang.DataPropertyName = "MaKhachHang";
     this.MaKhachHang.HeaderText = "Mã Khách Hàng";
     this.MaKhachHang.Name = "MaKhachHang";
     this.MaKhachHang.Width = 110;
     //
     // TenKhachHang
     //
     this.TenKhachHang.DataPropertyName = "TenKhachHang";
     this.TenKhachHang.HeaderText = "Tên Khách Hàng";
     this.TenKhachHang.Name = "TenKhachHang";
     this.TenKhachHang.Width = 115;
     //
     // MaLoaiKH
     //
     this.MaLoaiKH.DataPropertyName = "MaLoaiKH";
     this.MaLoaiKH.HeaderText = "Loại Khách Hàng";
     this.MaLoaiKH.Name = "MaLoaiKH";
     this.MaLoaiKH.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.MaLoaiKH.Width = 115;
     //
     // CMND
     //
     this.CMND.DataPropertyName = "CMND";
     this.CMND.HeaderText = "Số CMND";
     this.CMND.Name = "CMND";
     this.CMND.ReadOnly = true;
     this.CMND.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.CMND.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.CMND.Width = 90;
     //
     // DiaChi
     //
     this.DiaChi.DataPropertyName = "DiaChi";
     this.DiaChi.HeaderText = "Địa Chỉ";
     this.DiaChi.Name = "DiaChi";
     //
     // MaCTPT
     //
     this.MaCTPT.DataPropertyName = "MaCTPT";
     this.MaCTPT.HeaderText = "Mã Chi Tiết Phiếu Thuê";
     this.MaCTPT.Name = "MaCTPT";
     this.MaCTPT.Width = 150;
     //
     // MaPhieuThue_CT
     //
     this.MaPhieuThue_CT.DataPropertyName = "MaPhieuThue";
     this.MaPhieuThue_CT.HeaderText = "Mã phiếu thuê";
     this.MaPhieuThue_CT.Name = "MaPhieuThue_CT";
     //
     // txt_MaKH
     //
     //
     //
     //
     this.txt_MaKH.Border.Class = "TextBoxBorder";
     this.txt_MaKH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaKH.Enabled = false;
     this.txt_MaKH.Location = new System.Drawing.Point(107, 50);
     this.txt_MaKH.Name = "txt_MaKH";
     this.txt_MaKH.Size = new System.Drawing.Size(84, 20);
     this.txt_MaKH.TabIndex = 17;
     this.txt_MaKH.TextChanged += new System.EventHandler(this.txt_MaKH_TextChanged);
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(6, 47);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(76, 22);
     this.labelX6.TabIndex = 18;
     this.labelX6.Text = "Mã khách hàng";
     //
     // txt_MaLoaiPhong
     //
     //
     //
     //
     this.txt_MaLoaiPhong.Border.Class = "TextBoxBorder";
     this.txt_MaLoaiPhong.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaLoaiPhong.Enabled = false;
     this.txt_MaLoaiPhong.Location = new System.Drawing.Point(265, 49);
     this.txt_MaLoaiPhong.Name = "txt_MaLoaiPhong";
     this.txt_MaLoaiPhong.Size = new System.Drawing.Size(30, 20);
     this.txt_MaLoaiPhong.TabIndex = 26;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.gb_KHDDPT);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.chk_Id_PT);
     this.groupBox1.Controls.Add(this.txt_MaPhieuThue);
     this.groupBox1.Controls.Add(this.btDelete);
     this.groupBox1.Controls.Add(this.groupBoxGridPhieuThue);
     this.groupBox1.Controls.Add(this.txt_NgayTra);
     this.groupBox1.Controls.Add(this.btEdit);
     this.groupBox1.Controls.Add(this.labelX7);
     this.groupBox1.Controls.Add(this.btAdd);
     this.groupBox1.Controls.Add(this.txt_MaLoaiPhong);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.chk_datesystem);
     this.groupBox1.Controls.Add(this.txt_MaPhong);
     this.groupBox1.Controls.Add(this.txt_NgayThue);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Location = new System.Drawing.Point(12, 30);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(517, 702);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Phiếu thuê";
     //
     // gb_KHDDPT
     //
     this.gb_KHDDPT.Controls.Add(this.labelX13);
     this.gb_KHDDPT.Controls.Add(this.labelX12);
     this.gb_KHDDPT.Controls.Add(this.txt_MaKHDD);
     this.gb_KHDDPT.Controls.Add(this.txt_TenKHDaiDien);
     this.gb_KHDDPT.Location = new System.Drawing.Point(301, 11);
     this.gb_KHDDPT.Name = "gb_KHDDPT";
     this.gb_KHDDPT.Size = new System.Drawing.Size(210, 87);
     this.gb_KHDDPT.TabIndex = 41;
     this.gb_KHDDPT.TabStop = false;
     this.gb_KHDDPT.Text = "Khách hàng đại diện";
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(6, 45);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(44, 20);
     this.labelX13.TabIndex = 43;
     this.labelX13.Text = "Tên KH";
     //
     // labelX12
     //
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(5, 19);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(35, 20);
     this.labelX12.TabIndex = 42;
     this.labelX12.Text = "Mã KH";
     //
     // txt_MaKHDD
     //
     //
     //
     //
     this.txt_MaKHDD.Border.Class = "TextBoxBorder";
     this.txt_MaKHDD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaKHDD.Enabled = false;
     this.txt_MaKHDD.Location = new System.Drawing.Point(56, 19);
     this.txt_MaKHDD.Name = "txt_MaKHDD";
     this.txt_MaKHDD.Size = new System.Drawing.Size(90, 20);
     this.txt_MaKHDD.TabIndex = 39;
     this.txt_MaKHDD.TextChanged += new System.EventHandler(this.txt_MaKHDD_TextChanged);
     //
     // txt_TenKHDaiDien
     //
     //
     //
     //
     this.txt_TenKHDaiDien.Border.Class = "TextBoxBorder";
     this.txt_TenKHDaiDien.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_TenKHDaiDien.Enabled = false;
     this.txt_TenKHDaiDien.Location = new System.Drawing.Point(56, 45);
     this.txt_TenKHDaiDien.Name = "txt_TenKHDaiDien";
     this.txt_TenKHDaiDien.Size = new System.Drawing.Size(147, 20);
     this.txt_TenKHDaiDien.TabIndex = 40;
     //
     // btExit
     //
     this.btExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btExit.Location = new System.Drawing.Point(395, 141);
     this.btExit.Name = "btExit";
     this.btExit.Size = new System.Drawing.Size(75, 23);
     this.btExit.TabIndex = 37;
     this.btExit.Text = "Thoát";
     this.btExit.Click += new System.EventHandler(this.btExit_Click);
     //
     // chk_Id_PT
     //
     //
     //
     //
     this.chk_Id_PT.BackgroundStyle.Class = "";
     this.chk_Id_PT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chk_Id_PT.Location = new System.Drawing.Point(200, 17);
     this.chk_Id_PT.Name = "chk_Id_PT";
     this.chk_Id_PT.Size = new System.Drawing.Size(75, 23);
     this.chk_Id_PT.TabIndex = 33;
     this.chk_Id_PT.Text = "Thêm mới";
     this.chk_Id_PT.CheckedChanged += new System.EventHandler(this.chk_Id_PT_CheckedChanged);
     //
     // txt_MaPhieuThue
     //
     //
     //
     //
     this.txt_MaPhieuThue.Border.Class = "TextBoxBorder";
     this.txt_MaPhieuThue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaPhieuThue.Enabled = false;
     this.txt_MaPhieuThue.Location = new System.Drawing.Point(116, 19);
     this.txt_MaPhieuThue.Name = "txt_MaPhieuThue";
     this.txt_MaPhieuThue.Size = new System.Drawing.Size(83, 20);
     this.txt_MaPhieuThue.TabIndex = 32;
     this.txt_MaPhieuThue.TextChanged += new System.EventHandler(this.txt_MaPhieuThue_TextChanged);
     //
     // btDelete
     //
     this.btDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btDelete.Location = new System.Drawing.Point(144, 141);
     this.btDelete.Name = "btDelete";
     this.btDelete.Size = new System.Drawing.Size(75, 23);
     this.btDelete.TabIndex = 35;
     this.btDelete.Text = "Xóa";
     this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
     //
     // groupBoxGridPhieuThue
     //
     this.groupBoxGridPhieuThue.Controls.Add(this.bindingNavigatorPhieuThue);
     this.groupBoxGridPhieuThue.Controls.Add(this.dataGridViewPhieuThue);
     this.groupBoxGridPhieuThue.Location = new System.Drawing.Point(6, 164);
     this.groupBoxGridPhieuThue.Name = "groupBoxGridPhieuThue";
     this.groupBoxGridPhieuThue.Size = new System.Drawing.Size(502, 192);
     this.groupBoxGridPhieuThue.TabIndex = 31;
     this.groupBoxGridPhieuThue.TabStop = false;
     //
     // bindingNavigatorPhieuThue
     //
     this.bindingNavigatorPhieuThue.AddNewItem = this.toolStripButton2;
     this.bindingNavigatorPhieuThue.CountItem = this.toolStripLabel1;
     this.bindingNavigatorPhieuThue.DeleteItem = this.toolStripButton3;
     this.bindingNavigatorPhieuThue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripSeparator1,
     this.toolStripTextBox1,
     this.toolStripLabel1,
     this.toolStripSeparator2,
     this.toolStripButton6,
     this.toolStripButton7,
     this.toolStripSeparator3,
     this.toolStripButton2,
     this.toolStripButton3,
     this.toolStripButton8});
     this.bindingNavigatorPhieuThue.Location = new System.Drawing.Point(3, 16);
     this.bindingNavigatorPhieuThue.MoveFirstItem = this.toolStripButton4;
     this.bindingNavigatorPhieuThue.MoveLastItem = this.toolStripButton7;
     this.bindingNavigatorPhieuThue.MoveNextItem = this.toolStripButton6;
     this.bindingNavigatorPhieuThue.MovePreviousItem = this.toolStripButton5;
     this.bindingNavigatorPhieuThue.Name = "bindingNavigatorPhieuThue";
     this.bindingNavigatorPhieuThue.PositionItem = this.toolStripTextBox1;
     this.bindingNavigatorPhieuThue.Size = new System.Drawing.Size(496, 25);
     this.bindingNavigatorPhieuThue.TabIndex = 23;
     this.bindingNavigatorPhieuThue.Text = "bindingNavigator2";
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.RightToLeftAutoMirrorImage = true;
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Add new";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(36, 22);
     this.toolStripLabel1.Text = "of {0}";
     this.toolStripLabel1.ToolTipText = "Total number of items";
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.RightToLeftAutoMirrorImage = true;
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Delete";
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.RightToLeftAutoMirrorImage = true;
     this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text = "Move first";
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.RightToLeftAutoMirrorImage = true;
     this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text = "Move previous";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.AccessibleName = "Position";
     this.toolStripTextBox1.AutoSize = false;
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(50, 21);
     this.toolStripTextBox1.Text = "0";
     this.toolStripTextBox1.ToolTipText = "Current position";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.RightToLeftAutoMirrorImage = true;
     this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text = "Move next";
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.RightToLeftAutoMirrorImage = true;
     this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text = "Move last";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton8
     //
     this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton8.Image = global::_042082.Properties.Resources.Icon_198;
     this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton8.Name = "toolStripButton8";
     this.toolStripButton8.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton8.Text = "toolStripButton1";
     //
     // dataGridViewPhieuThue
     //
     this.dataGridViewPhieuThue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewPhieuThue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT_PT,
     this.MaPhieuThue,
     this.NgayThue,
     this.NgayTra,
     this.MaPhong,
     this.ThanhToan,
     this.KhachHangDaiDien});
     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.dataGridViewPhieuThue.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewPhieuThue.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewPhieuThue.Location = new System.Drawing.Point(0, 48);
     this.dataGridViewPhieuThue.Name = "dataGridViewPhieuThue";
     this.dataGridViewPhieuThue.Size = new System.Drawing.Size(496, 138);
     this.dataGridViewPhieuThue.TabIndex = 22;
     this.dataGridViewPhieuThue.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPhieuThue_CellContentClick);
     //
     // STT_PT
     //
     this.STT_PT.DataPropertyName = "STT_PT";
     this.STT_PT.HeaderText = "STT";
     this.STT_PT.Name = "STT_PT";
     this.STT_PT.Width = 30;
     //
     // MaPhieuThue
     //
     this.MaPhieuThue.DataPropertyName = "MaPhieuThue";
     this.MaPhieuThue.HeaderText = "Mã Phiếu Thuê";
     this.MaPhieuThue.Name = "MaPhieuThue";
     this.MaPhieuThue.ReadOnly = true;
     this.MaPhieuThue.Width = 120;
     //
     // NgayThue
     //
     this.NgayThue.DataPropertyName = "NgayThue";
     this.NgayThue.HeaderText = "Ngày Thuê";
     this.NgayThue.Name = "NgayThue";
     this.NgayThue.Width = 110;
     //
     // NgayTra
     //
     this.NgayTra.DataPropertyName = "NgayTra";
     this.NgayTra.HeaderText = "Ngày Trả";
     this.NgayTra.Name = "NgayTra";
     this.NgayTra.Width = 115;
     //
     // MaPhong
     //
     this.MaPhong.DataPropertyName = "MaPhong";
     this.MaPhong.HeaderText = "Mã Phòng";
     this.MaPhong.Name = "MaPhong";
     this.MaPhong.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.MaPhong.Width = 115;
     //
     // ThanhToan
     //
     this.ThanhToan.DataPropertyName = "ThanhToan";
     this.ThanhToan.HeaderText = "Thanh Toán";
     this.ThanhToan.Name = "ThanhToan";
     this.ThanhToan.ReadOnly = true;
     this.ThanhToan.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ThanhToan.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ThanhToan.Width = 90;
     //
     // KhachHangDaiDien
     //
     this.KhachHangDaiDien.DataPropertyName = "KhachHangDaiDien";
     this.KhachHangDaiDien.HeaderText = "Khách Hàng Đại Diện";
     this.KhachHangDaiDien.Name = "KhachHangDaiDien";
     this.KhachHangDaiDien.Width = 200;
     //
     // txt_NgayTra
     //
     //
     //
     //
     this.txt_NgayTra.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txt_NgayTra.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayTra.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.txt_NgayTra.ButtonDropDown.Visible = true;
     this.txt_NgayTra.Location = new System.Drawing.Point(116, 104);
     //
     //
     //
     this.txt_NgayTra.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.txt_NgayTra.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.txt_NgayTra.MonthCalendar.BackgroundStyle.Class = "";
     this.txt_NgayTra.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayTra.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.txt_NgayTra.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayTra.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0);
     this.txt_NgayTra.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.txt_NgayTra.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.txt_NgayTra.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayTra.MonthCalendar.TodayButtonVisible = true;
     this.txt_NgayTra.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.txt_NgayTra.Name = "txt_NgayTra";
     this.txt_NgayTra.Size = new System.Drawing.Size(83, 20);
     this.txt_NgayTra.TabIndex = 28;
     //
     // btEdit
     //
     this.btEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btEdit.Location = new System.Drawing.Point(266, 141);
     this.btEdit.Name = "btEdit";
     this.btEdit.Size = new System.Drawing.Size(75, 23);
     this.btEdit.TabIndex = 36;
     this.btEdit.Text = "Sửa";
     this.btEdit.Click += new System.EventHandler(this.btEdit_Click);
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(14, 104);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(96, 20);
     this.labelX7.TabIndex = 27;
     this.labelX7.Text = "Ngày Trả Dự Kiến";
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAdd.Location = new System.Drawing.Point(14, 141);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(82, 23);
     this.btAdd.TabIndex = 34;
     this.btAdd.Text = "Lập Phiếu";
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(14, 19);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(82, 25);
     this.labelX2.TabIndex = 14;
     this.labelX2.Text = "Mã Phiếu Thuê";
     //
     // chk_datesystem
     //
     //
     //
     //
     this.chk_datesystem.BackgroundStyle.Class = "";
     this.chk_datesystem.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chk_datesystem.Location = new System.Drawing.Point(198, 76);
     this.chk_datesystem.Name = "chk_datesystem";
     this.chk_datesystem.Size = new System.Drawing.Size(97, 23);
     this.chk_datesystem.TabIndex = 19;
     this.chk_datesystem.Text = "Ngày hệ thống";
     this.chk_datesystem.CheckedChanged += new System.EventHandler(this.chk_datesystem_CheckedChanged);
     //
     // txt_MaPhong
     //
     //
     //
     //
     this.txt_MaPhong.Border.Class = "TextBoxBorder";
     this.txt_MaPhong.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_MaPhong.Location = new System.Drawing.Point(115, 49);
     this.txt_MaPhong.Name = "txt_MaPhong";
     this.txt_MaPhong.Size = new System.Drawing.Size(84, 20);
     this.txt_MaPhong.TabIndex = 11;
     this.txt_MaPhong.TextChanged += new System.EventHandler(this.txt_MaPhong_TextChanged);
     //
     // txt_NgayThue
     //
     //
     //
     //
     this.txt_NgayThue.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txt_NgayThue.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayThue.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.txt_NgayThue.ButtonDropDown.Visible = true;
     this.txt_NgayThue.Location = new System.Drawing.Point(116, 78);
     //
     //
     //
     this.txt_NgayThue.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.txt_NgayThue.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.txt_NgayThue.MonthCalendar.BackgroundStyle.Class = "";
     this.txt_NgayThue.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayThue.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.txt_NgayThue.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayThue.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0);
     this.txt_NgayThue.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.txt_NgayThue.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.txt_NgayThue.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NgayThue.MonthCalendar.TodayButtonVisible = true;
     this.txt_NgayThue.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.txt_NgayThue.Name = "txt_NgayThue";
     this.txt_NgayThue.Size = new System.Drawing.Size(83, 20);
     this.txt_NgayThue.TabIndex = 18;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(14, 78);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(63, 20);
     this.labelX3.TabIndex = 15;
     this.labelX3.Text = "Ngày Thuê";
     //
     // groupBox3
     //
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(200, 100);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     //
     // bt_SendPhong
     //
     this.bt_SendPhong.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_SendPhong.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_SendPhong.Enabled = false;
     this.bt_SendPhong.Location = new System.Drawing.Point(532, 237);
     this.bt_SendPhong.Name = "bt_SendPhong";
     this.bt_SendPhong.Size = new System.Drawing.Size(25, 23);
     this.bt_SendPhong.TabIndex = 26;
     this.bt_SendPhong.Text = "<<";
     this.bt_SendPhong.Click += new System.EventHandler(this.bt_SendPhong_Click);
     //
     // bt_SendKH
     //
     this.bt_SendKH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_SendKH.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_SendKH.Location = new System.Drawing.Point(532, 591);
     this.bt_SendKH.Name = "bt_SendKH";
     this.bt_SendKH.Size = new System.Drawing.Size(25, 23);
     this.bt_SendKH.TabIndex = 27;
     this.bt_SendKH.Text = "<<";
     this.bt_SendKH.Click += new System.EventHandler(this.bt_SendKH_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.urlTraCuuPhong2);
     this.groupBox4.Controls.Add(this.urlKhachHang2);
     this.groupBox4.Location = new System.Drawing.Point(563, 29);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(536, 703);
     this.groupBox4.TabIndex = 28;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Tra Cứu";
     //
     // urlTraCuuPhong2
     //
     this.urlTraCuuPhong2.Location = new System.Drawing.Point(12, 17);
     this.urlTraCuuPhong2.Name = "urlTraCuuPhong2";
     this.urlTraCuuPhong2.Size = new System.Drawing.Size(510, 270);
     this.urlTraCuuPhong2.TabIndex = 2;
     //
     // urlKhachHang2
     //
     this.urlKhachHang2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.urlKhachHang2.Location = new System.Drawing.Point(9, 289);
     this.urlKhachHang2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.urlKhachHang2.Name = "urlKhachHang2";
     this.urlKhachHang2.Size = new System.Drawing.Size(519, 405);
     this.urlKhachHang2.TabIndex = 1;
     this.urlKhachHang2.Load += new System.EventHandler(this.urlKhachHang2_Load);
     //
     // bt_getMaKHDD
     //
     this.bt_getMaKHDD.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_getMaKHDD.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_getMaKHDD.Enabled = false;
     this.bt_getMaKHDD.Location = new System.Drawing.Point(532, 562);
     this.bt_getMaKHDD.Name = "bt_getMaKHDD";
     this.bt_getMaKHDD.Size = new System.Drawing.Size(25, 23);
     this.bt_getMaKHDD.TabIndex = 40;
     this.bt_getMaKHDD.Text = "<<";
     this.bt_getMaKHDD.Click += new System.EventHandler(this.bt_getMaKHDD_Click);
     //
     // urlTraCuuPhong1
     //
     this.urlTraCuuPhong1.Location = new System.Drawing.Point(6, 19);
     this.urlTraCuuPhong1.Name = "urlTraCuuPhong1";
     this.urlTraCuuPhong1.Size = new System.Drawing.Size(510, 270);
     this.urlTraCuuPhong1.TabIndex = 0;
     //
     // frmPhieuThue
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1101, 763);
     this.Controls.Add(this.bt_getMaKHDD);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.bt_SendKH);
     this.Controls.Add(this.bt_SendPhong);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmPhieuThue";
     this.Text = "frmPhieuThue";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPhieuThue_FormClosing);
     this.Load += new System.EventHandler(this.frmPhieuThue_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorCTPhieuThue)).EndInit();
     this.bindingNavigatorCTPhieuThue.ResumeLayout(false);
     this.bindingNavigatorCTPhieuThue.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCTPhieuThue)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.gb_KHDDPT.ResumeLayout(false);
     this.groupBoxGridPhieuThue.ResumeLayout(false);
     this.groupBoxGridPhieuThue.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPhieuThue)).EndInit();
     this.bindingNavigatorPhieuThue.ResumeLayout(false);
     this.bindingNavigatorPhieuThue.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPhieuThue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_NgayTra)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_NgayThue)).EndInit();
     this.groupBox4.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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnThem = new DevComponents.DotNetBar.ButtonX();
     this.btnSua = new DevComponents.DotNetBar.ButtonX();
     this.btnXoa = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel1 = 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.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.gPThongTinHS = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.dtimeNgaySinh = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     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.lbEmail = new DevComponents.DotNetBar.LabelX();
     this.lbHoTen = new DevComponents.DotNetBar.LabelX();
     this.rdioNu = new System.Windows.Forms.RadioButton();
     this.lbNgaySinh = new DevComponents.DotNetBar.LabelX();
     this.rdioNam = new System.Windows.Forms.RadioButton();
     this.btnDong = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvHocSinh)).BeginInit();
     this.gPThongTinHS.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtimeNgaySinh)).BeginInit();
     this.SuspendLayout();
     //
     // btnThem
     //
     this.btnThem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnThem.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnThem.Location = new System.Drawing.Point(227, 419);
     this.btnThem.Name = "btnThem";
     this.btnThem.Size = new System.Drawing.Size(75, 23);
     this.btnThem.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnThem.TabIndex = 7;
     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(413, 419);
     this.btnSua.Name = "btnSua";
     this.btnSua.Size = new System.Drawing.Size(75, 23);
     this.btnSua.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnSua.TabIndex = 9;
     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(317, 419);
     this.btnXoa.Name = "btnXoa";
     this.btnXoa.Size = new System.Drawing.Size(75, 23);
     this.btnXoa.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnXoa.TabIndex = 8;
     this.btnXoa.Text = "Xóa";
     this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.dtgvHocSinh);
     this.groupPanel1.Location = new System.Drawing.Point(2, 134);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(744, 279);
     //
     //
     //
     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 = 15;
     this.groupPanel1.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.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(9, 3);
     this.dtgvHocSinh.MultiSelect = false;
     this.dtgvHocSinh.Name = "dtgvHocSinh";
     this.dtgvHocSinh.ReadOnly = true;
     this.dtgvHocSinh.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dtgvHocSinh.Size = new System.Drawing.Size(726, 252);
     this.dtgvHocSinh.TabIndex = 0;
     //
     // STT
     //
     this.STT.DataPropertyName = "stt";
     this.STT.HeaderText = "STT";
     this.STT.Name = "STT";
     this.STT.ReadOnly = true;
     this.STT.Width = 30;
     //
     // HoTen
     //
     this.HoTen.DataPropertyName = "hoTen";
     this.HoTen.HeaderText = "Họ và Tên";
     this.HoTen.Name = "HoTen";
     this.HoTen.ReadOnly = true;
     this.HoTen.Width = 130;
     //
     // MaHocSinh
     //
     this.MaHocSinh.DataPropertyName = "maHocSinh";
     this.MaHocSinh.HeaderText = "Mã Học Sinh";
     this.MaHocSinh.Name = "MaHocSinh";
     this.MaHocSinh.ReadOnly = true;
     //
     // 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 = 130;
     //
     // Email
     //
     this.Email.DataPropertyName = "email";
     this.Email.HeaderText = "Email";
     this.Email.Name = "Email";
     this.Email.ReadOnly = true;
     this.Email.Width = 150;
     //
     // gPThongTinHS
     //
     this.gPThongTinHS.CanvasColor = System.Drawing.SystemColors.Control;
     this.gPThongTinHS.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.gPThongTinHS.Controls.Add(this.dtimeNgaySinh);
     this.gPThongTinHS.Controls.Add(this.btnKhongLuu);
     this.gPThongTinHS.Controls.Add(this.btnLuu);
     this.gPThongTinHS.Controls.Add(this.tbxHoTen);
     this.gPThongTinHS.Controls.Add(this.lbDiaChi);
     this.gPThongTinHS.Controls.Add(this.tbxDiaChi);
     this.gPThongTinHS.Controls.Add(this.lbGioiTinh);
     this.gPThongTinHS.Controls.Add(this.tbxEmail);
     this.gPThongTinHS.Controls.Add(this.lbEmail);
     this.gPThongTinHS.Controls.Add(this.lbHoTen);
     this.gPThongTinHS.Controls.Add(this.rdioNu);
     this.gPThongTinHS.Controls.Add(this.lbNgaySinh);
     this.gPThongTinHS.Controls.Add(this.rdioNam);
     this.gPThongTinHS.Location = new System.Drawing.Point(2, 32);
     this.gPThongTinHS.Name = "gPThongTinHS";
     this.gPThongTinHS.Size = new System.Drawing.Size(744, 102);
     //
     //
     //
     this.gPThongTinHS.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.gPThongTinHS.Style.BackColorGradientAngle = 90;
     this.gPThongTinHS.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.gPThongTinHS.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gPThongTinHS.Style.BorderBottomWidth = 1;
     this.gPThongTinHS.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.gPThongTinHS.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gPThongTinHS.Style.BorderLeftWidth = 1;
     this.gPThongTinHS.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gPThongTinHS.Style.BorderRightWidth = 1;
     this.gPThongTinHS.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gPThongTinHS.Style.BorderTopWidth = 1;
     this.gPThongTinHS.Style.Class = "";
     this.gPThongTinHS.Style.CornerDiameter = 4;
     this.gPThongTinHS.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.gPThongTinHS.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.gPThongTinHS.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.gPThongTinHS.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.gPThongTinHS.StyleMouseDown.Class = "";
     this.gPThongTinHS.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.gPThongTinHS.StyleMouseOver.Class = "";
     this.gPThongTinHS.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.gPThongTinHS.TabIndex = 12;
     this.gPThongTinHS.Text = "Thông Tin Học Sinh";
     //
     // dtimeNgaySinh
     //
     //
     //
     //
     this.dtimeNgaySinh.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtimeNgaySinh.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtimeNgaySinh.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtimeNgaySinh.ButtonDropDown.Visible = true;
     this.dtimeNgaySinh.Location = new System.Drawing.Point(86, 29);
     //
     //
     //
     this.dtimeNgaySinh.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtimeNgaySinh.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtimeNgaySinh.MonthCalendar.BackgroundStyle.Class = "";
     this.dtimeNgaySinh.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtimeNgaySinh.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtimeNgaySinh.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtimeNgaySinh.MonthCalendar.DisplayMonth = new System.DateTime(2012, 12, 1, 0, 0, 0, 0);
     this.dtimeNgaySinh.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtimeNgaySinh.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtimeNgaySinh.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtimeNgaySinh.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtimeNgaySinh.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtimeNgaySinh.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtimeNgaySinh.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtimeNgaySinh.MonthCalendar.TodayButtonVisible = true;
     this.dtimeNgaySinh.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtimeNgaySinh.Name = "dtimeNgaySinh";
     this.dtimeNgaySinh.Size = new System.Drawing.Size(188, 20);
     this.dtimeNgaySinh.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtimeNgaySinh.TabIndex = 4;
     //
     // btnKhongLuu
     //
     this.btnKhongLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnKhongLuu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnKhongLuu.Location = new System.Drawing.Point(592, 55);
     this.btnKhongLuu.Name = "btnKhongLuu";
     this.btnKhongLuu.Size = new System.Drawing.Size(75, 23);
     this.btnKhongLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnKhongLuu.TabIndex = 14;
     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.Location = new System.Drawing.Point(473, 55);
     this.btnLuu.Name = "btnLuu";
     this.btnLuu.Size = new System.Drawing.Size(75, 23);
     this.btnLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnLuu.TabIndex = 13;
     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(86, 3);
     this.tbxHoTen.Name = "tbxHoTen";
     this.tbxHoTen.Size = new System.Drawing.Size(188, 20);
     this.tbxHoTen.TabIndex = 1;
     //
     // 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(280, 26);
     this.lbDiaChi.Name = "lbDiaChi";
     this.lbDiaChi.Size = new System.Drawing.Size(45, 23);
     this.lbDiaChi.TabIndex = 7;
     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(329, 29);
     this.tbxDiaChi.Name = "tbxDiaChi";
     this.tbxDiaChi.Size = new System.Drawing.Size(219, 20);
     this.tbxDiaChi.TabIndex = 5;
     //
     // 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(280, 3);
     this.lbGioiTinh.Name = "lbGioiTinh";
     this.lbGioiTinh.Size = new System.Drawing.Size(63, 23);
     this.lbGioiTinh.TabIndex = 11;
     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(592, 26);
     this.tbxEmail.Name = "tbxEmail";
     this.tbxEmail.Size = new System.Drawing.Size(133, 20);
     this.tbxEmail.TabIndex = 6;
     //
     // lbEmail
     //
     this.lbEmail.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lbEmail.BackgroundStyle.Class = "";
     this.lbEmail.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbEmail.Location = new System.Drawing.Point(554, 26);
     this.lbEmail.Name = "lbEmail";
     this.lbEmail.Size = new System.Drawing.Size(32, 23);
     this.lbEmail.TabIndex = 8;
     this.lbEmail.Text = "Email:";
     //
     // 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(19, 3);
     this.lbHoTen.Name = "lbHoTen";
     this.lbHoTen.Size = new System.Drawing.Size(61, 23);
     this.lbHoTen.TabIndex = 2;
     this.lbHoTen.Text = "Họ và Tên";
     //
     // rdioNu
     //
     this.rdioNu.AutoSize = true;
     this.rdioNu.BackColor = System.Drawing.Color.Transparent;
     this.rdioNu.Location = new System.Drawing.Point(412, 6);
     this.rdioNu.Name = "rdioNu";
     this.rdioNu.Size = new System.Drawing.Size(39, 17);
     this.rdioNu.TabIndex = 3;
     this.rdioNu.Text = "Nữ";
     this.rdioNu.UseVisualStyleBackColor = false;
     //
     // 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(19, 26);
     this.lbNgaySinh.Name = "lbNgaySinh";
     this.lbNgaySinh.Size = new System.Drawing.Size(61, 23);
     this.lbNgaySinh.TabIndex = 5;
     this.lbNgaySinh.Text = "Ngày Sinh";
     //
     // rdioNam
     //
     this.rdioNam.AutoSize = true;
     this.rdioNam.BackColor = System.Drawing.Color.Transparent;
     this.rdioNam.Checked = true;
     this.rdioNam.Location = new System.Drawing.Point(359, 6);
     this.rdioNam.Name = "rdioNam";
     this.rdioNam.Size = new System.Drawing.Size(47, 17);
     this.rdioNam.TabIndex = 2;
     this.rdioNam.TabStop = true;
     this.rdioNam.Text = "Nam";
     this.rdioNam.UseVisualStyleBackColor = false;
     //
     // btnDong
     //
     this.btnDong.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnDong.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnDong.Location = new System.Drawing.Point(671, 419);
     this.btnDong.Name = "btnDong";
     this.btnDong.Size = new System.Drawing.Size(75, 23);
     this.btnDong.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnDong.TabIndex = 10;
     this.btnDong.Text = "Đóng";
     this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.Location = new System.Drawing.Point(290, 3);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(180, 23);
     this.labelX2.TabIndex = 20;
     this.labelX2.Text = "Tiếp Nhận Học Sinh";
     //
     // frmTiepNhanHocSinh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(751, 447);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.btnDong);
     this.Controls.Add(this.btnThem);
     this.Controls.Add(this.btnSua);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.btnXoa);
     this.Controls.Add(this.gPThongTinHS);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.HelpButton = true;
     this.Name = "frmTiepNhanHocSinh";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Tiếp Nhận Học Sinh";
     this.Load += new System.EventHandler(this.frmTiepNhanHocSinh_Load);
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgvHocSinh)).EndInit();
     this.gPThongTinHS.ResumeLayout(false);
     this.gPThongTinHS.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtimeNgaySinh)).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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReport));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.btnBack = new DevComponents.DotNetBar.ButtonX();
     this.pnlFilter = new DevComponents.DotNetBar.PanelEx();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.btnView = new DevComponents.DotNetBar.ButtonX();
     this.txtString3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmbReportList = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.chkBool3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.dtmDate2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.chkBool2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.dtmDate1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.lblString1 = new DevComponents.DotNetBar.LabelX();
     this.lblString3 = new DevComponents.DotNetBar.LabelX();
     this.chkBool1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.lblDate2 = new DevComponents.DotNetBar.LabelX();
     this.lblString2 = new DevComponents.DotNetBar.LabelX();
     this.lblDate1 = new DevComponents.DotNetBar.LabelX();
     this.lblDate3 = new DevComponents.DotNetBar.LabelX();
     this.dtmDate3 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.grdList = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.lblList = new DevComponents.DotNetBar.LabelItem();
     this.txtString2 = new PT.Manager.PTComponent.MultiDropDownTextBox(this.components);
     this.txtString1 = new PT.Manager.PTComponent.MultiDropDownTextBox(this.components);
     this.panelEx1.SuspendLayout();
     this.pnlFilter.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtmDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtmDate1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtmDate3)).BeginInit();
     this.panelEx4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.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.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.crystalReportViewer1);
     this.panelEx1.Controls.Add(this.btnBack);
     this.panelEx1.Controls.Add(this.pnlFilter);
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(1039, 495);
     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;
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.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.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Location = new System.Drawing.Point(0, 231);
     this.crystalReportViewer1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.crystalReportViewer1.Name = "crystalReportViewer1";
     this.crystalReportViewer1.SelectionFormula = "";
     this.crystalReportViewer1.Size = new System.Drawing.Size(1039, 264);
     this.crystalReportViewer1.TabIndex = 13;
     this.crystalReportViewer1.ViewTimeSelectionFormula = "";
     this.crystalReportViewer1.ReportRefresh += new CrystalDecisions.Windows.Forms.RefreshEventHandler(this.crystalReportViewer1_ReportRefresh);
     //
     // btnBack
     //
     this.btnBack.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnBack.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnBack.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.btnBack.Location = new System.Drawing.Point(0, 207);
     this.btnBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnBack.Name = "btnBack";
     this.btnBack.Size = new System.Drawing.Size(1039, 24);
     this.btnBack.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnBack.TabIndex = 12;
     this.btnBack.Text = "Hiện Toàn Màn Hình";
     this.btnBack.Click += new System.EventHandler(this.btnBack_Click_1);
     //
     // pnlFilter
     //
     this.pnlFilter.CanvasColor = System.Drawing.SystemColors.Control;
     this.pnlFilter.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlFilter.Controls.Add(this.panelEx3);
     this.pnlFilter.Controls.Add(this.panelEx4);
     this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlFilter.Location = new System.Drawing.Point(0, 0);
     this.pnlFilter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pnlFilter.Name = "pnlFilter";
     this.pnlFilter.Size = new System.Drawing.Size(1039, 207);
     this.pnlFilter.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.pnlFilter.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.pnlFilter.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.pnlFilter.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlFilter.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlFilter.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlFilter.Style.GradientAngle = 90;
     this.pnlFilter.TabIndex = 11;
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.txtString2);
     this.panelEx3.Controls.Add(this.txtString1);
     this.panelEx3.Controls.Add(this.labelX1);
     this.panelEx3.Controls.Add(this.btnView);
     this.panelEx3.Controls.Add(this.txtString3);
     this.panelEx3.Controls.Add(this.cmbReportList);
     this.panelEx3.Controls.Add(this.chkBool3);
     this.panelEx3.Controls.Add(this.dtmDate2);
     this.panelEx3.Controls.Add(this.chkBool2);
     this.panelEx3.Controls.Add(this.dtmDate1);
     this.panelEx3.Controls.Add(this.lblString1);
     this.panelEx3.Controls.Add(this.lblString3);
     this.panelEx3.Controls.Add(this.chkBool1);
     this.panelEx3.Controls.Add(this.lblDate2);
     this.panelEx3.Controls.Add(this.lblString2);
     this.panelEx3.Controls.Add(this.lblDate1);
     this.panelEx3.Controls.Add(this.lblDate3);
     this.panelEx3.Controls.Add(this.dtmDate3);
     this.panelEx3.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelEx3.Location = new System.Drawing.Point(0, 0);
     this.panelEx3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(346, 207);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 17;
     //
     // labelX1
     //
     //
     //
     //
     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)(163)));
     this.labelX1.Location = new System.Drawing.Point(6, 12);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(46, 24);
     this.labelX1.TabIndex = 1;
     this.labelX1.Text = "Báo Cáo";
     //
     // btnView
     //
     this.btnView.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnView.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnView.Image = ((System.Drawing.Image)(resources.GetObject("btnView.Image")));
     this.btnView.ImageFixedSize = new System.Drawing.Size(20, 20);
     this.btnView.Location = new System.Drawing.Point(5, 170);
     this.btnView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnView.Name = "btnView";
     this.btnView.Size = new System.Drawing.Size(328, 33);
     this.btnView.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnView.TabIndex = 9;
     this.btnView.Text = "Xem Báo Cáo";
     this.btnView.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // txtString3
     //
     //
     //
     //
     this.txtString3.Border.Class = "TextBoxBorder";
     this.txtString3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtString3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtString3.Location = new System.Drawing.Point(224, 109);
     this.txtString3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtString3.Name = "txtString3";
     this.txtString3.Size = new System.Drawing.Size(100, 20);
     this.txtString3.TabIndex = 16;
     //
     // cmbReportList
     //
     this.cmbReportList.DisplayMember = "Text";
     this.cmbReportList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbReportList.Font = new System.Drawing.Font("Arial", 8.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.cmbReportList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cmbReportList.FormattingEnabled = true;
     this.cmbReportList.ItemHeight = 15;
     this.cmbReportList.Location = new System.Drawing.Point(58, 13);
     this.cmbReportList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cmbReportList.Name = "cmbReportList";
     this.cmbReportList.Size = new System.Drawing.Size(276, 21);
     this.cmbReportList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbReportList.TabIndex = 1;
     this.cmbReportList.SelectedValueChanged += new System.EventHandler(this.cmbReportList_SelectedValueChanged);
     //
     // chkBool3
     //
     //
     //
     //
     this.chkBool3.BackgroundStyle.Class = "";
     this.chkBool3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkBool3.Enabled = false;
     this.chkBool3.Location = new System.Drawing.Point(223, 135);
     this.chkBool3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chkBool3.Name = "chkBool3";
     this.chkBool3.Size = new System.Drawing.Size(82, 19);
     this.chkBool3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkBool3.TabIndex = 14;
     this.chkBool3.Text = "Bool 3";
     //
     // dtmDate2
     //
     //
     //
     //
     this.dtmDate2.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtmDate2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtmDate2.ButtonDropDown.Visible = true;
     this.dtmDate2.Enabled = false;
     this.dtmDate2.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.dtmDate2.IsPopupCalendarOpen = false;
     this.dtmDate2.Location = new System.Drawing.Point(116, 62);
     this.dtmDate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     //
     //
     //
     this.dtmDate2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtmDate2.MonthCalendar.BackgroundStyle.Class = "";
     this.dtmDate2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate2.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtmDate2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate2.MonthCalendar.DisplayMonth = new System.DateTime(2011, 12, 1, 0, 0, 0, 0);
     this.dtmDate2.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtmDate2.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtmDate2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtmDate2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtmDate2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtmDate2.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtmDate2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate2.MonthCalendar.TodayButtonVisible = true;
     this.dtmDate2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtmDate2.Name = "dtmDate2";
     this.dtmDate2.Size = new System.Drawing.Size(100, 20);
     this.dtmDate2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtmDate2.TabIndex = 1;
     //
     // chkBool2
     //
     //
     //
     //
     this.chkBool2.BackgroundStyle.Class = "";
     this.chkBool2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkBool2.Enabled = false;
     this.chkBool2.Location = new System.Drawing.Point(116, 135);
     this.chkBool2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chkBool2.Name = "chkBool2";
     this.chkBool2.Size = new System.Drawing.Size(82, 19);
     this.chkBool2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkBool2.TabIndex = 1;
     this.chkBool2.Text = "Bool 2";
     //
     // dtmDate1
     //
     //
     //
     //
     this.dtmDate1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtmDate1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtmDate1.ButtonDropDown.Visible = true;
     this.dtmDate1.Enabled = false;
     this.dtmDate1.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.dtmDate1.IsPopupCalendarOpen = false;
     this.dtmDate1.Location = new System.Drawing.Point(9, 62);
     this.dtmDate1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     //
     //
     //
     this.dtmDate1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtmDate1.MonthCalendar.BackgroundStyle.Class = "";
     this.dtmDate1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate1.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtmDate1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate1.MonthCalendar.DisplayMonth = new System.DateTime(2011, 12, 1, 0, 0, 0, 0);
     this.dtmDate1.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtmDate1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtmDate1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtmDate1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtmDate1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtmDate1.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtmDate1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate1.MonthCalendar.TodayButtonVisible = true;
     this.dtmDate1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtmDate1.Name = "dtmDate1";
     this.dtmDate1.Size = new System.Drawing.Size(100, 20);
     this.dtmDate1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtmDate1.TabIndex = 11;
     //
     // lblString1
     //
     //
     //
     //
     this.lblString1.BackgroundStyle.Class = "";
     this.lblString1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblString1.Location = new System.Drawing.Point(10, 89);
     this.lblString1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblString1.Name = "lblString1";
     this.lblString1.Size = new System.Drawing.Size(95, 18);
     this.lblString1.TabIndex = 6;
     this.lblString1.Text = "String 1";
     //
     // lblString3
     //
     //
     //
     //
     this.lblString3.BackgroundStyle.Class = "";
     this.lblString3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblString3.Location = new System.Drawing.Point(224, 89);
     this.lblString3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblString3.Name = "lblString3";
     this.lblString3.Size = new System.Drawing.Size(95, 18);
     this.lblString3.TabIndex = 9;
     this.lblString3.Text = "String 3";
     //
     // chkBool1
     //
     //
     //
     //
     this.chkBool1.BackgroundStyle.Class = "";
     this.chkBool1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkBool1.Enabled = false;
     this.chkBool1.Location = new System.Drawing.Point(9, 135);
     this.chkBool1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chkBool1.Name = "chkBool1";
     this.chkBool1.Size = new System.Drawing.Size(82, 19);
     this.chkBool1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkBool1.TabIndex = 0;
     this.chkBool1.Text = "Bool 1";
     //
     // lblDate2
     //
     //
     //
     //
     this.lblDate2.BackgroundStyle.Class = "";
     this.lblDate2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblDate2.Location = new System.Drawing.Point(116, 42);
     this.lblDate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblDate2.Name = "lblDate2";
     this.lblDate2.Size = new System.Drawing.Size(95, 18);
     this.lblDate2.TabIndex = 5;
     this.lblDate2.Text = "Date 2";
     //
     // lblString2
     //
     //
     //
     //
     this.lblString2.BackgroundStyle.Class = "";
     this.lblString2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblString2.Location = new System.Drawing.Point(117, 89);
     this.lblString2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblString2.Name = "lblString2";
     this.lblString2.Size = new System.Drawing.Size(95, 18);
     this.lblString2.TabIndex = 7;
     this.lblString2.Text = "String 2";
     //
     // lblDate1
     //
     //
     //
     //
     this.lblDate1.BackgroundStyle.Class = "";
     this.lblDate1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblDate1.Location = new System.Drawing.Point(9, 40);
     this.lblDate1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblDate1.Name = "lblDate1";
     this.lblDate1.Size = new System.Drawing.Size(95, 18);
     this.lblDate1.TabIndex = 4;
     this.lblDate1.Text = "Date 1";
     //
     // lblDate3
     //
     //
     //
     //
     this.lblDate3.BackgroundStyle.Class = "";
     this.lblDate3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblDate3.Location = new System.Drawing.Point(223, 43);
     this.lblDate3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblDate3.Name = "lblDate3";
     this.lblDate3.Size = new System.Drawing.Size(95, 18);
     this.lblDate3.TabIndex = 13;
     this.lblDate3.Text = "Date 3";
     //
     // dtmDate3
     //
     //
     //
     //
     this.dtmDate3.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtmDate3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate3.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtmDate3.ButtonDropDown.Visible = true;
     this.dtmDate3.Enabled = false;
     this.dtmDate3.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.dtmDate3.IsPopupCalendarOpen = false;
     this.dtmDate3.Location = new System.Drawing.Point(223, 62);
     this.dtmDate3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     //
     //
     //
     this.dtmDate3.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtmDate3.MonthCalendar.BackgroundStyle.Class = "";
     this.dtmDate3.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate3.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtmDate3.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate3.MonthCalendar.DisplayMonth = new System.DateTime(2011, 12, 1, 0, 0, 0, 0);
     this.dtmDate3.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtmDate3.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtmDate3.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtmDate3.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtmDate3.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtmDate3.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtmDate3.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtmDate3.MonthCalendar.TodayButtonVisible = true;
     this.dtmDate3.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtmDate3.Name = "dtmDate3";
     this.dtmDate3.Size = new System.Drawing.Size(100, 20);
     this.dtmDate3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtmDate3.TabIndex = 12;
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx4.Controls.Add(this.panelEx2);
     this.panelEx4.Controls.Add(this.grdList);
     this.panelEx4.Controls.Add(this.bar1);
     this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx4.Location = new System.Drawing.Point(0, 0);
     this.panelEx4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelEx4.Name = "panelEx4";
     this.panelEx4.Size = new System.Drawing.Size(1039, 207);
     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.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex = 18;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Location = new System.Drawing.Point(433, 42);
     this.panelEx2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(328, 163);
     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 = 14;
     //
     // grdList
     //
     this.grdList.BackgroundColor = System.Drawing.Color.White;
     this.grdList.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)(163)));
     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.grdList.DefaultCellStyle = dataGridViewCellStyle1;
     this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdList.Enabled = false;
     this.grdList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.grdList.Location = new System.Drawing.Point(0, 29);
     this.grdList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grdList.Name = "grdList";
     this.grdList.Size = new System.Drawing.Size(1039, 178);
     this.grdList.TabIndex = 1;
     this.grdList.Visible = false;
     //
     // bar1
     //
     this.bar1.AntiAlias = true;
     this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Document;
     this.bar1.DockTabStripHeight = 15;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem1,
     this.lblList});
     this.bar1.Location = new System.Drawing.Point(0, 0);
     this.bar1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.bar1.Name = "bar1";
     this.bar1.Size = new System.Drawing.Size(1039, 29);
     this.bar1.Stretch = true;
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.bar1.TabIndex = 16;
     this.bar1.TabStop = false;
     this.bar1.Text = "bar1";
     //
     // buttonItem1
     //
     this.buttonItem1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem1.Image")));
     this.buttonItem1.ImageFixedSize = new System.Drawing.Size(20, 20);
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.Text = "buttonItem1";
     this.buttonItem1.Tooltip = "Lấy Dữ Liệu";
     //
     // lblList
     //
     this.lblList.Name = "lblList";
     //
     // txtString2
     //
     this.txtString2.AutoComplete = false;
     this.txtString2.AutoDropdown = false;
     this.txtString2.AutoReSizeColumn = false;
     this.txtString2.BackColorEven = System.Drawing.Color.White;
     this.txtString2.BackColorOdd = System.Drawing.Color.White;
     //
     //
     //
     this.txtString2.Border.Class = "TextBoxBorder";
     this.txtString2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtString2.ColumnHeaders = "";
     this.txtString2.ColumnNames = "";
     this.txtString2.ColumnWidthDefault = 75;
     this.txtString2.ColumnWidths = "";
     this.txtString2.DataSource = null;
     this.txtString2.Language = "Language1";
     this.txtString2.LinkedColumnIndex = 0;
     this.txtString2.LinkedTextBox = null;
     this.txtString2.Location = new System.Drawing.Point(118, 109);
     this.txtString2.Name = "txtString2";
     this.txtString2.RowsDisplay = 10;
     this.txtString2.Size = new System.Drawing.Size(100, 20);
     this.txtString2.TabIndex = 18;
     //
     // txtString1
     //
     this.txtString1.AutoComplete = false;
     this.txtString1.AutoDropdown = false;
     this.txtString1.AutoReSizeColumn = false;
     this.txtString1.BackColorEven = System.Drawing.Color.White;
     this.txtString1.BackColorOdd = System.Drawing.Color.White;
     //
     //
     //
     this.txtString1.Border.Class = "TextBoxBorder";
     this.txtString1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtString1.ColumnHeaders = "";
     this.txtString1.ColumnNames = "";
     this.txtString1.ColumnWidthDefault = 75;
     this.txtString1.ColumnWidths = "";
     this.txtString1.DataSource = null;
     this.txtString1.Language = "Language1";
     this.txtString1.LinkedColumnIndex = 0;
     this.txtString1.LinkedTextBox = null;
     this.txtString1.Location = new System.Drawing.Point(9, 109);
     this.txtString1.Name = "txtString1";
     this.txtString1.RowsDisplay = 10;
     this.txtString1.Size = new System.Drawing.Size(100, 20);
     this.txtString1.TabIndex = 18;
     //
     // frmReport
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize = new System.Drawing.Size(1039, 495);
     this.Controls.Add(this.panelEx1);
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name = "frmReport";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "frmReport";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmReport_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReport_FormClosing);
     this.panelEx1.ResumeLayout(false);
     this.pnlFilter.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtmDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtmDate1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtmDate3)).EndInit();
     this.panelEx4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).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.components = new System.ComponentModel.Container();
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeFinValidator;
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeInicioValidator;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsignacionVariosControl));
     this.dateTimeInputInicio = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInputFin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.comboBoxLugar = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelLugar = new DevComponents.DotNetBar.LabelX();
     this.labelTitulo = new DevComponents.DotNetBar.LabelX();
     this.textBoxDuracion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelDuracion = new DevComponents.DotNetBar.LabelX();
     this.labelObservaciones = new DevComponents.DotNetBar.LabelX();
     this.labelTipoUso = new DevComponents.DotNetBar.LabelX();
     this.labelFin = new DevComponents.DotNetBar.LabelX();
     this.labelInicio = new DevComponents.DotNetBar.LabelX();
     this.comboBoxTipoUso = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxObservaciones = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.superValidator = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     this.comboBoxCliente = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.customValidator_Cliente_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.labelCliente = new DevComponents.DotNetBar.LabelX();
     this.buttonAdd = new DevComponents.DotNetBar.ButtonX();
     this.buttonEdit = new DevComponents.DotNetBar.ButtonX();
     compareDateTimeFinValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     compareDateTimeInicioValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // compareDateTimeFinValidator
     //
     compareDateTimeFinValidator.ControlToCompare = this.dateTimeInputInicio;
     compareDateTimeFinValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeFinValidator.ErrorMessage = "La fecha y hora de finalizacion debe de ser mayor que la de inicio";
     compareDateTimeFinValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeFinValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.GreaterThan;
     compareDateTimeFinValidator.ValuePropertyName = "Value";
     compareDateTimeFinValidator.ValueToCompare = "Value";
     //
     // dateTimeInputInicio
     //
     this.dateTimeInputInicio.AllowEmptyState = false;
     this.dateTimeInputInicio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dateTimeInputInicio.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputInicio.ButtonDropDown.Visible = true;
     this.dateTimeInputInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputInicio.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputInicio.IsPopupCalendarOpen = false;
     this.dateTimeInputInicio.Location = new System.Drawing.Point(3, 85);
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputInicio.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputInicio.Name = "dateTimeInputInicio";
     this.dateTimeInputInicio.ShowUpDown = true;
     this.dateTimeInputInicio.Size = new System.Drawing.Size(195, 22);
     this.dateTimeInputInicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputInicio.TabIndex = 45;
     this.superValidator.SetValidator1(this.dateTimeInputInicio, compareDateTimeInicioValidator);
     this.dateTimeInputInicio.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     this.dateTimeInputInicio.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // compareDateTimeInicioValidator
     //
     compareDateTimeInicioValidator.ControlToCompare = this.dateTimeInputFin;
     compareDateTimeInicioValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeInicioValidator.ErrorMessage = "La fecha y hora de inicio debe de ser menor que la de finalizacion";
     compareDateTimeInicioValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeInicioValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.LessThan;
     compareDateTimeInicioValidator.ValuePropertyName = "Value";
     compareDateTimeInicioValidator.ValueToCompare = "Value";
     //
     // dateTimeInputFin
     //
     this.dateTimeInputFin.AllowEmptyState = false;
     this.dateTimeInputFin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dateTimeInputFin.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFin.ButtonDropDown.Visible = true;
     this.dateTimeInputFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputFin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputFin.IsPopupCalendarOpen = false;
     this.dateTimeInputFin.Location = new System.Drawing.Point(3, 138);
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFin.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFin.Name = "dateTimeInputFin";
     this.dateTimeInputFin.ShowUpDown = true;
     this.dateTimeInputFin.Size = new System.Drawing.Size(195, 22);
     this.dateTimeInputFin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFin.TabIndex = 47;
     this.superValidator.SetValidator1(this.dateTimeInputFin, compareDateTimeFinValidator);
     this.dateTimeInputFin.Value = new System.DateTime(2012, 10, 29, 4, 53, 39, 0);
     this.dateTimeInputFin.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // comboBoxLugar
     //
     this.comboBoxLugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxLugar.DisplayMember = "Text";
     this.comboBoxLugar.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxLugar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxLugar.FormattingEnabled = true;
     this.comboBoxLugar.ItemHeight = 16;
     this.comboBoxLugar.Location = new System.Drawing.Point(3, 252);
     this.comboBoxLugar.Name = "comboBoxLugar";
     this.comboBoxLugar.Size = new System.Drawing.Size(195, 22);
     this.comboBoxLugar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxLugar.TabIndex = 56;
     //
     // labelLugar
     //
     //
     //
     //
     this.labelLugar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelLugar.Location = new System.Drawing.Point(3, 223);
     this.labelLugar.Name = "labelLugar";
     this.labelLugar.Size = new System.Drawing.Size(75, 23);
     this.labelLugar.TabIndex = 55;
     this.labelLugar.Text = "Lugar:";
     //
     // labelTitulo
     //
     //
     //
     //
     this.labelTitulo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTitulo.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitulo.ForeColor = System.Drawing.Color.DarkBlue;
     this.labelTitulo.Location = new System.Drawing.Point(3, 3);
     this.labelTitulo.Name = "labelTitulo";
     this.labelTitulo.Size = new System.Drawing.Size(200, 47);
     this.labelTitulo.TabIndex = 54;
     this.labelTitulo.Text = "Asignación de Varios";
     //
     // textBoxDuracion
     //
     this.textBoxDuracion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxDuracion.Border.Class = "TextBoxBorder";
     this.textBoxDuracion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDuracion.Location = new System.Drawing.Point(3, 195);
     this.textBoxDuracion.Name = "textBoxDuracion";
     this.textBoxDuracion.ReadOnly = true;
     this.textBoxDuracion.Size = new System.Drawing.Size(195, 22);
     this.textBoxDuracion.TabIndex = 53;
     this.textBoxDuracion.Text = "Invalido";
     //
     // labelDuracion
     //
     //
     //
     //
     this.labelDuracion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelDuracion.Location = new System.Drawing.Point(3, 166);
     this.labelDuracion.Name = "labelDuracion";
     this.labelDuracion.Size = new System.Drawing.Size(93, 23);
     this.labelDuracion.TabIndex = 52;
     this.labelDuracion.Text = "Duracion:";
     //
     // labelObservaciones
     //
     //
     //
     //
     this.labelObservaciones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelObservaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelObservaciones.Location = new System.Drawing.Point(3, 394);
     this.labelObservaciones.Name = "labelObservaciones";
     this.labelObservaciones.Size = new System.Drawing.Size(151, 23);
     this.labelObservaciones.TabIndex = 50;
     this.labelObservaciones.Text = "Observaciones:";
     //
     // labelTipoUso
     //
     //
     //
     //
     this.labelTipoUso.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTipoUso.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelTipoUso.Location = new System.Drawing.Point(3, 280);
     this.labelTipoUso.Name = "labelTipoUso";
     this.labelTipoUso.Size = new System.Drawing.Size(151, 23);
     this.labelTipoUso.TabIndex = 48;
     this.labelTipoUso.Text = "Tipo de Uso:";
     //
     // labelFin
     //
     //
     //
     //
     this.labelFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelFin.Location = new System.Drawing.Point(3, 111);
     this.labelFin.Name = "labelFin";
     this.labelFin.Size = new System.Drawing.Size(75, 23);
     this.labelFin.TabIndex = 46;
     this.labelFin.Text = "Fin:";
     //
     // labelInicio
     //
     //
     //
     //
     this.labelInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelInicio.Location = new System.Drawing.Point(3, 56);
     this.labelInicio.Name = "labelInicio";
     this.labelInicio.Size = new System.Drawing.Size(75, 23);
     this.labelInicio.TabIndex = 44;
     this.labelInicio.Text = "Inicio:";
     //
     // comboBoxTipoUso
     //
     this.comboBoxTipoUso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxTipoUso.DisplayMember = "Text";
     this.comboBoxTipoUso.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxTipoUso.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTipoUso.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxTipoUso.FormattingEnabled = true;
     this.comboBoxTipoUso.ItemHeight = 16;
     this.comboBoxTipoUso.Location = new System.Drawing.Point(3, 309);
     this.comboBoxTipoUso.Name = "comboBoxTipoUso";
     this.comboBoxTipoUso.Size = new System.Drawing.Size(195, 22);
     this.comboBoxTipoUso.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxTipoUso.TabIndex = 49;
     //
     // textBoxObservaciones
     //
     this.textBoxObservaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxObservaciones.Border.Class = "TextBoxBorder";
     this.textBoxObservaciones.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxObservaciones.Location = new System.Drawing.Point(3, 423);
     this.textBoxObservaciones.Multiline = true;
     this.textBoxObservaciones.Name = "textBoxObservaciones";
     this.textBoxObservaciones.Size = new System.Drawing.Size(195, 129);
     this.textBoxObservaciones.TabIndex = 57;
     this.textBoxObservaciones.WatermarkText = "Observaciones";
     //
     // superValidator
     //
     this.superValidator.ContainerControl = this;
     this.superValidator.ErrorProvider = this.errorProvider;
     this.superValidator.Highlighter = this.highlighter;
     this.superValidator.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     this.errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider.Icon")));
     //
     // highlighter
     //
     this.highlighter.ContainerControl = this;
     this.highlighter.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // comboBoxCliente
     //
     this.comboBoxCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxCliente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxCliente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxCliente.DisplayMember = "Text";
     this.comboBoxCliente.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxCliente.DropDownWidth = 350;
     this.comboBoxCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxCliente.FormattingEnabled = true;
     this.comboBoxCliente.ItemHeight = 16;
     this.comboBoxCliente.Location = new System.Drawing.Point(3, 366);
     this.comboBoxCliente.Name = "comboBoxCliente";
     this.comboBoxCliente.Size = new System.Drawing.Size(195, 22);
     this.comboBoxCliente.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxCliente.TabIndex = 59;
     this.superValidator.SetValidator1(this.comboBoxCliente, this.customValidator_Cliente_Exists);
     this.comboBoxCliente.SelectedIndexChanged += new System.EventHandler(this.comboBoxCliente_SelectedIndexChanged);
     this.comboBoxCliente.Leave += new System.EventHandler(this.comboBoxCliente_Leave);
     //
     // customValidator_Cliente_Exists
     //
     this.customValidator_Cliente_Exists.ErrorMessage = "Cliente invalido, para continuar agruegue los datos del cliente.";
     this.customValidator_Cliente_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Cliente_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Cliente_Valido_ValidateValue);
     //
     // labelCliente
     //
     //
     //
     //
     this.labelCliente.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelCliente.Location = new System.Drawing.Point(3, 337);
     this.labelCliente.Name = "labelCliente";
     this.labelCliente.Size = new System.Drawing.Size(93, 23);
     this.labelCliente.TabIndex = 58;
     this.labelCliente.Text = "Cliente:";
     //
     // buttonAdd
     //
     this.buttonAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdd.AntiAlias = true;
     this.buttonAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonAdd.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.buttonAdd.Image = ((System.Drawing.Image)(resources.GetObject("buttonAdd.Image")));
     this.buttonAdd.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonAdd.Location = new System.Drawing.Point(183, 345);
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.Size = new System.Drawing.Size(15, 15);
     this.buttonAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonAdd.TabIndex = 60;
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonEdit
     //
     this.buttonEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit.AntiAlias = true;
     this.buttonEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonEdit.Image = ((System.Drawing.Image)(resources.GetObject("buttonEdit.Image")));
     this.buttonEdit.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonEdit.Location = new System.Drawing.Point(162, 345);
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.Size = new System.Drawing.Size(15, 15);
     this.buttonEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonEdit.TabIndex = 61;
     this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
     //
     // AsignacionVariosControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.buttonEdit);
     this.Controls.Add(this.buttonAdd);
     this.Controls.Add(this.comboBoxCliente);
     this.Controls.Add(this.labelCliente);
     this.Controls.Add(this.textBoxObservaciones);
     this.Controls.Add(this.comboBoxLugar);
     this.Controls.Add(this.labelLugar);
     this.Controls.Add(this.labelTitulo);
     this.Controls.Add(this.textBoxDuracion);
     this.Controls.Add(this.labelDuracion);
     this.Controls.Add(this.labelObservaciones);
     this.Controls.Add(this.comboBoxTipoUso);
     this.Controls.Add(this.labelTipoUso);
     this.Controls.Add(this.dateTimeInputFin);
     this.Controls.Add(this.labelFin);
     this.Controls.Add(this.dateTimeInputInicio);
     this.Controls.Add(this.labelInicio);
     this.Name = "AsignacionVariosControl";
     this.Size = new System.Drawing.Size(219, 568);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).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.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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();
            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.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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_RegistroVentas));
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.gpoReferencia = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.fechaRefer = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.cboTipdocref = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem13 = new DevComponents.Editors.ComboItem();
            this.comboItem14 = new DevComponents.Editors.ComboItem();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.txtSerieref = new System.Windows.Forms.TextBox();
            this.txtNumeroref = new System.Windows.Forms.TextBox();
            this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.btnDatadic = new DevComponents.DotNetBar.ButtonX();
            this.fecVenc = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.fRegistro = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.cboTipoexportacion = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem17 = new DevComponents.Editors.ComboItem();
            this.comboItem18 = new DevComponents.Editors.ComboItem();
            this.cboDestinoigv = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem11 = new DevComponents.Editors.ComboItem();
            this.comboItem12 = new DevComponents.Editors.ComboItem();
            this.cboMoneda = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem9 = new DevComponents.Editors.ComboItem();
            this.comboItem10 = new DevComponents.Editors.ComboItem();
            this.cboServicio = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem7 = new DevComponents.Editors.ComboItem();
            this.comboItem8 = new DevComponents.Editors.ComboItem();
            this.cboTipdoc = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem5 = new DevComponents.Editors.ComboItem();
            this.comboItem6 = new DevComponents.Editors.ComboItem();
            this.labelX23 = new DevComponents.DotNetBar.LabelX();
            this.labelX22 = new DevComponents.DotNetBar.LabelX();
            this.labelX21 = new DevComponents.DotNetBar.LabelX();
            this.labelX20 = new DevComponents.DotNetBar.LabelX();
            this.labelX19 = new DevComponents.DotNetBar.LabelX();
            this.labelX18 = new DevComponents.DotNetBar.LabelX();
            this.labelX17 = new DevComponents.DotNetBar.LabelX();
            this.labelX16 = new DevComponents.DotNetBar.LabelX();
            this.labelX15 = new DevComponents.DotNetBar.LabelX();
            this.labelX14 = new DevComponents.DotNetBar.LabelX();
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.labelX12 = new DevComponents.DotNetBar.LabelX();
            this.labelX11 = new DevComponents.DotNetBar.LabelX();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.labelX9 = new DevComponents.DotNetBar.LabelX();
            this.grpdua = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.adufRegularizacion = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.adufEmbarque = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.cboAduana = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem15 = new DevComponents.Editors.ComboItem();
            this.comboItem16 = new DevComponents.Editors.ComboItem();
            this.labelX29 = new DevComponents.DotNetBar.LabelX();
            this.labelX28 = new DevComponents.DotNetBar.LabelX();
            this.labelX27 = new DevComponents.DotNetBar.LabelX();
            this.labelX26 = new DevComponents.DotNetBar.LabelX();
            this.labelX25 = new DevComponents.DotNetBar.LabelX();
            this.labelX24 = new DevComponents.DotNetBar.LabelX();
            this.aduValorfob = new System.Windows.Forms.TextBox();
            this.aduPeriodo = new System.Windows.Forms.TextBox();
            this.aduCorrelativo = new System.Windows.Forms.TextBox();
            this.txtNumFin = new System.Windows.Forms.TextBox();
            this.chkRetencion = new System.Windows.Forms.CheckBox();
            this.chkIncluye = new System.Windows.Forms.CheckBox();
            this.chkAfecto = new System.Windows.Forms.CheckBox();
            this.lblTipoventa = new System.Windows.Forms.TextBox();
            this.txtGlosa = new System.Windows.Forms.TextBox();
            this.txtCtadetrac = new System.Windows.Forms.TextBox();
            this.txtRuc = new System.Windows.Forms.TextBox();
            this.txtCtactename = new System.Windows.Forms.TextBox();
            this.txtPorcdet = new System.Windows.Forms.TextBox();
            this.txtSerie = new System.Windows.Forms.TextBox();
            this.txtTipoventa = new System.Windows.Forms.TextBox();
            this.txtNumero = new System.Windows.Forms.TextBox();
            this.Label29 = new System.Windows.Forms.Label();
            this.txtTipocambio = new System.Windows.Forms.TextBox();
            this.txtNumeroorden = new System.Windows.Forms.TextBox();
            this.chkDuplicar = new System.Windows.Forms.CheckBox();
            this.txtDescripcampo = new System.Windows.Forms.TextBox();
            this.GridExaminar = new System.Windows.Forms.DataGridView();
            this.asientoitems = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.rubroid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.drubro = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.numpedido = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.num_op = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tallacolor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.unidmedidaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.afectoigvid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bruto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pdscto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.valorventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.igvo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.total = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cencosid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.COL_OBS = new System.Windows.Forms.DataGridViewButtonColumn();
            this.tipguia = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.serguia = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.numguia = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.lblAnulado = new System.Windows.Forms.Label();
            this.txtMes = new System.Windows.Forms.TextBox();
            this.txtAsiento = new System.Windows.Forms.TextBox();
            this.txtDctos = new System.Windows.Forms.TextBox();
            this.txtValor = new System.Windows.Forms.TextBox();
            this.txtPigv = new System.Windows.Forms.TextBox();
            this.txtTotal = new System.Windows.Forms.TextBox();
            this.txtIgv = new System.Windows.Forms.TextBox();
            this.txtVenta = new System.Windows.Forms.TextBox();
            this.lblMoneda = new System.Windows.Forms.Label();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.cboSubdiario = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.comboItem4 = new DevComponents.Editors.ComboItem();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.chkActivo = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.cboOrigen = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.labelX35 = new DevComponents.DotNetBar.LabelX();
            this.labelX34 = new DevComponents.DotNetBar.LabelX();
            this.labelX33 = new DevComponents.DotNetBar.LabelX();
            this.labelX32 = new DevComponents.DotNetBar.LabelX();
            this.labelX31 = new DevComponents.DotNetBar.LabelX();
            this.labelX30 = new DevComponents.DotNetBar.LabelX();

            this.gbtnCompras = new DevComponents.DotNetBar.Bar();
            this.btnNew = new DevComponents.DotNetBar.ButtonItem();
            this.btnEdit = new DevComponents.DotNetBar.ButtonItem();
            this.btnSave = new DevComponents.DotNetBar.ButtonItem();
            this.btnRetro = new DevComponents.DotNetBar.ButtonItem();
            this.btnDelete = new DevComponents.DotNetBar.ButtonItem();
            this.btnPrint = new DevComponents.DotNetBar.ButtonItem();
            this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
            this.btnLog = new DevComponents.DotNetBar.ButtonItem();
            this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
            this.btnBusqueda = new DevComponents.DotNetBar.ButtonItem();
            this.btnSeekdoc = new DevComponents.DotNetBar.ButtonItem();
            this.btnAddfila = new DevComponents.DotNetBar.ButtonItem();
            this.btnDelfila = new DevComponents.DotNetBar.ButtonItem();
            this.btnActtipocambio = new DevComponents.DotNetBar.ButtonItem();
            this.btnProvfactura = new DevComponents.DotNetBar.ButtonItem();
            this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem();
            this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem();
            this.btnInicial = new DevComponents.DotNetBar.ButtonItem();
            this.btnAnterior = new DevComponents.DotNetBar.ButtonItem();
            this.btnSiguiente = new DevComponents.DotNetBar.ButtonItem();
            this.btnUltimo = new DevComponents.DotNetBar.ButtonItem();
            this.btnExit = new DevComponents.DotNetBar.ButtonItem();
            this.lblUsuar = new DevComponents.DotNetBar.LabelX();
            this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
            this.gpoReferencia.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fechaRefer)).BeginInit();
            this.groupPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fecVenc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fRegistro)).BeginInit();
            this.grpdua.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.adufRegularizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.adufEmbarque)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridExaminar)).BeginInit();
            this.groupPanel1.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            this.groupPanel3.SuspendLayout();
            this.groupPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gbtnCompras)).BeginInit();
            this.SuspendLayout();
            //
            // gpoReferencia
            //
            this.gpoReferencia.CanvasColor = System.Drawing.SystemColors.Control;
            this.gpoReferencia.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.gpoReferencia.Controls.Add(this.fechaRefer);
            this.gpoReferencia.Controls.Add(this.labelX8);
            this.gpoReferencia.Controls.Add(this.cboTipdocref);
            this.gpoReferencia.Controls.Add(this.labelX7);
            this.gpoReferencia.Controls.Add(this.labelX6);
            this.gpoReferencia.Controls.Add(this.labelX5);
            this.gpoReferencia.Controls.Add(this.txtSerieref);
            this.gpoReferencia.Controls.Add(this.txtNumeroref);
            this.gpoReferencia.DisabledBackColor = System.Drawing.Color.Empty;
            this.gpoReferencia.Location = new System.Drawing.Point(629, 5);
            this.gpoReferencia.Name = "gpoReferencia";
            this.gpoReferencia.Size = new System.Drawing.Size(367, 43);
            //
            //
            //
            this.gpoReferencia.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.gpoReferencia.Style.BackColorGradientAngle = 90;
            this.gpoReferencia.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.gpoReferencia.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpoReferencia.Style.BorderBottomWidth = 1;
            this.gpoReferencia.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.gpoReferencia.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpoReferencia.Style.BorderLeftWidth = 1;
            this.gpoReferencia.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpoReferencia.Style.BorderRightWidth = 1;
            this.gpoReferencia.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpoReferencia.Style.BorderTopWidth = 1;
            this.gpoReferencia.Style.CornerDiameter = 4;
            this.gpoReferencia.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.gpoReferencia.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.gpoReferencia.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.gpoReferencia.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            this.gpoReferencia.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.gpoReferencia.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.gpoReferencia.TabIndex = 40;
            this.toolTip.SetToolTip(this.gpoReferencia, "Referencia");
            //
            //
            //
            this.fechaRefer.BackgroundStyle.Class = "DateTimeInputBackground";
            this.fechaRefer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fechaRefer.ButtonClear.Tooltip = "";
            this.fechaRefer.ButtonCustom.Tooltip = "";
            this.fechaRefer.ButtonCustom2.Tooltip = "";
            this.fechaRefer.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.fechaRefer.ButtonDropDown.Tooltip = "";
            this.fechaRefer.ButtonDropDown.Visible = true;
            this.fechaRefer.ButtonFreeText.Tooltip = "";
            this.fechaRefer.IsPopupCalendarOpen = false;
            this.fechaRefer.Location = new System.Drawing.Point(258, 15);
            //
            //
            //
            this.fechaRefer.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.fechaRefer.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fechaRefer.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            //
            //
            //
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.fechaRefer.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fechaRefer.MonthCalendar.DisplayMonth = new System.DateTime(2014, 11, 1, 0, 0, 0, 0);
            this.fechaRefer.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.fechaRefer.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.fechaRefer.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.fechaRefer.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.fechaRefer.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.fechaRefer.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fechaRefer.MonthCalendar.TodayButtonVisible = true;
            this.fechaRefer.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.fechaRefer.Name = "fechaRefer";
            this.fechaRefer.ShowCheckBox = true;
            this.fechaRefer.Size = new System.Drawing.Size(98, 20);
            this.fechaRefer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.fechaRefer.TabIndex = 62;
            this.fechaRefer.Value = new System.DateTime(2014, 11, 8, 13, 46, 32, 0);
            this.fechaRefer.ValueChanged += new System.EventHandler(this.fechaRefer_ValueChanged);
            //
            // labelX8
            //
            this.labelX8.AutoSize = true;
            this.labelX8.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX8.Location = new System.Drawing.Point(264, -1);
            this.labelX8.Name = "labelX8";
            this.labelX8.Size = new System.Drawing.Size(52, 15);
            this.labelX8.TabIndex = 46;
            this.labelX8.Text = "F.Emisión";
            //
            // cboTipdocref
            //
            this.cboTipdocref.DisplayMember = "Text";
            this.cboTipdocref.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboTipdocref.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboTipdocref.FormattingEnabled = true;
            this.cboTipdocref.ItemHeight = 14;
            this.cboTipdocref.Items.AddRange(new object[] {
            this.comboItem13,
            this.comboItem14});
            this.cboTipdocref.Location = new System.Drawing.Point(3, 15);
            this.cboTipdocref.Name = "cboTipdocref";
            this.cboTipdocref.Size = new System.Drawing.Size(141, 20);
            this.cboTipdocref.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboTipdocref.TabIndex = 48;
            //
            // comboItem13
            //
            this.comboItem13.Text = "01-Venta Interna";
            this.comboItem13.Value = "01";
            //
            // comboItem14
            //
            this.comboItem14.Text = "02-Venta Externa";
            this.comboItem14.Value = "02";
            //
            // labelX7
            //
            this.labelX7.AutoSize = true;
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX7.Location = new System.Drawing.Point(190, -1);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(42, 15);
            this.labelX7.TabIndex = 45;
            this.labelX7.Text = "Número";
            //
            // labelX6
            //
            this.labelX6.AutoSize = true;
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX6.Location = new System.Drawing.Point(150, 0);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(28, 15);
            this.labelX6.TabIndex = 44;
            this.labelX6.Text = "Serie";
            //
            // labelX5
            //
            this.labelX5.AutoSize = true;
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX5.Location = new System.Drawing.Point(4, 0);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(59, 15);
            this.labelX5.TabIndex = 43;
            this.labelX5.Text = "Documento";
            //
            // txtSerieref
            //
            this.txtSerieref.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtSerieref.Location = new System.Drawing.Point(146, 15);
            this.txtSerieref.MaxLength = 4;
            this.txtSerieref.Name = "txtSerieref";
            this.txtSerieref.Size = new System.Drawing.Size(38, 20);
            this.txtSerieref.TabIndex = 3;
            //
            // txtNumeroref
            //
            this.txtNumeroref.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtNumeroref.Location = new System.Drawing.Point(185, 15);
            this.txtNumeroref.MaxLength = 10;
            this.txtNumeroref.Name = "txtNumeroref";
            this.txtNumeroref.Size = new System.Drawing.Size(71, 20);
            this.txtNumeroref.TabIndex = 5;
            //
            // groupPanel6
            //
            this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel6.Controls.Add(this.btnDatadic);
            this.groupPanel6.Controls.Add(this.fecVenc);
            this.groupPanel6.Controls.Add(this.fRegistro);
            this.groupPanel6.Controls.Add(this.cboTipoexportacion);
            this.groupPanel6.Controls.Add(this.cboDestinoigv);
            this.groupPanel6.Controls.Add(this.cboMoneda);
            this.groupPanel6.Controls.Add(this.cboServicio);
            this.groupPanel6.Controls.Add(this.cboTipdoc);
            this.groupPanel6.Controls.Add(this.labelX23);
            this.groupPanel6.Controls.Add(this.labelX22);
            this.groupPanel6.Controls.Add(this.labelX21);
            this.groupPanel6.Controls.Add(this.labelX20);
            this.groupPanel6.Controls.Add(this.labelX19);
            this.groupPanel6.Controls.Add(this.labelX18);
            this.groupPanel6.Controls.Add(this.labelX17);
            this.groupPanel6.Controls.Add(this.labelX16);
            this.groupPanel6.Controls.Add(this.labelX15);
            this.groupPanel6.Controls.Add(this.labelX14);
            this.groupPanel6.Controls.Add(this.labelX13);
            this.groupPanel6.Controls.Add(this.labelX12);
            this.groupPanel6.Controls.Add(this.labelX11);
            this.groupPanel6.Controls.Add(this.labelX10);
            this.groupPanel6.Controls.Add(this.labelX9);
            this.groupPanel6.Controls.Add(this.gpoReferencia);
            this.groupPanel6.Controls.Add(this.grpdua);
            this.groupPanel6.Controls.Add(this.txtNumFin);
            this.groupPanel6.Controls.Add(this.chkRetencion);
            this.groupPanel6.Controls.Add(this.chkIncluye);
            this.groupPanel6.Controls.Add(this.chkAfecto);
            this.groupPanel6.Controls.Add(this.lblTipoventa);
            this.groupPanel6.Controls.Add(this.txtGlosa);
            this.groupPanel6.Controls.Add(this.txtCtadetrac);
            this.groupPanel6.Controls.Add(this.txtRuc);
            this.groupPanel6.Controls.Add(this.txtCtactename);
            this.groupPanel6.Controls.Add(this.txtPorcdet);
            this.groupPanel6.Controls.Add(this.txtSerie);
            this.groupPanel6.Controls.Add(this.txtTipoventa);
            this.groupPanel6.Controls.Add(this.txtNumero);
            this.groupPanel6.Controls.Add(this.Label29);
            this.groupPanel6.Controls.Add(this.txtTipocambio);
            this.groupPanel6.Controls.Add(this.txtNumeroorden);
            this.groupPanel6.DisabledBackColor = System.Drawing.Color.Empty;
            this.groupPanel6.Location = new System.Drawing.Point(6, 78);
            this.groupPanel6.Name = "groupPanel6";
            this.groupPanel6.Size = new System.Drawing.Size(1005, 178);
            //
            //
            //
            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.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.groupPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel6.TabIndex = 47;
            this.toolTip.SetToolTip(this.groupPanel6, "Referencia");
            //
            // btnDatadic
            //
            this.btnDatadic.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnDatadic.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnDatadic.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnDatadic.Location = new System.Drawing.Point(879, 146);
            this.btnDatadic.Name = "btnDatadic";
            this.btnDatadic.Size = new System.Drawing.Size(98, 23);
            this.btnDatadic.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnDatadic.TabIndex = 59;
            this.btnDatadic.Text = "Datos Adicionales";
            this.btnDatadic.Click += new System.EventHandler(this.btnDatadic_Click);
            //
            // fecVenc
            //
            this.fecVenc.BackgroundStyle.Class = "DateTimeInputBackground";
            this.fecVenc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fecVenc.ButtonClear.Tooltip = "";
            this.fecVenc.ButtonCustom.Tooltip = "";
            this.fecVenc.ButtonCustom2.Tooltip = "";
            this.fecVenc.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.fecVenc.ButtonDropDown.Tooltip = "";
            this.fecVenc.ButtonDropDown.Visible = true;
            this.fecVenc.ButtonFreeText.Tooltip = "";
            this.fecVenc.IsPopupCalendarOpen = false;
            this.fecVenc.Location = new System.Drawing.Point(523, 50);
            //
            //
            //
            this.fecVenc.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.fecVenc.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fecVenc.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            //
            //
            //
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.fecVenc.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fecVenc.MonthCalendar.DisplayMonth = new System.DateTime(2014, 11, 1, 0, 0, 0, 0);
            this.fecVenc.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.fecVenc.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.fecVenc.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.fecVenc.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.fecVenc.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.fecVenc.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fecVenc.MonthCalendar.TodayButtonVisible = true;
            this.fecVenc.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.fecVenc.Name = "fecVenc";
            this.fecVenc.ShowCheckBox = true;
            this.fecVenc.Size = new System.Drawing.Size(101, 20);
            this.fecVenc.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.fecVenc.TabIndex = 58;
            this.fecVenc.Value = new System.DateTime(2014, 11, 8, 13, 46, 32, 0);
            //
            // fRegistro
            //
            this.fRegistro.BackgroundStyle.Class = "DateTimeInputBackground";
            this.fRegistro.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fRegistro.ButtonClear.Tooltip = "";
            this.fRegistro.ButtonCustom.Tooltip = "";
            this.fRegistro.ButtonCustom2.Tooltip = "";
            this.fRegistro.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.fRegistro.ButtonDropDown.Tooltip = "";
            this.fRegistro.ButtonDropDown.Visible = true;
            this.fRegistro.ButtonFreeText.Tooltip = "";
            this.fRegistro.IsPopupCalendarOpen = false;
            this.fRegistro.Location = new System.Drawing.Point(88, 50);
            //
            //
            //
            this.fRegistro.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.fRegistro.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fRegistro.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            //
            //
            //
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.fRegistro.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fRegistro.MonthCalendar.DisplayMonth = new System.DateTime(2014, 11, 1, 0, 0, 0, 0);
            this.fRegistro.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.fRegistro.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.fRegistro.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.fRegistro.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.fRegistro.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.fRegistro.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.fRegistro.MonthCalendar.TodayButtonVisible = true;
            this.fRegistro.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.fRegistro.Name = "fRegistro";
            this.fRegistro.Size = new System.Drawing.Size(91, 20);
            this.fRegistro.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.fRegistro.TabIndex = 57;
            this.fRegistro.Value = new System.DateTime(2014, 11, 8, 13, 46, 32, 0);
            //
            // cboTipoexportacion
            //
            this.cboTipoexportacion.DisplayMember = "Text";
            this.cboTipoexportacion.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboTipoexportacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboTipoexportacion.FormattingEnabled = true;
            this.cboTipoexportacion.ItemHeight = 14;
            this.cboTipoexportacion.Items.AddRange(new object[] {
            this.comboItem17,
            this.comboItem18});
            this.cboTipoexportacion.Location = new System.Drawing.Point(636, 116);
            this.cboTipoexportacion.Name = "cboTipoexportacion";
            this.cboTipoexportacion.Size = new System.Drawing.Size(358, 20);
            this.cboTipoexportacion.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboTipoexportacion.TabIndex = 54;
            //
            // comboItem17
            //
            this.comboItem17.Text = "01-Venta Interna";
            this.comboItem17.Value = "01";
            //
            // comboItem18
            //
            this.comboItem18.Text = "02-Venta Externa";
            this.comboItem18.Value = "02";
            //
            // cboDestinoigv
            //
            this.cboDestinoigv.DisplayMember = "Text";
            this.cboDestinoigv.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboDestinoigv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDestinoigv.FormattingEnabled = true;
            this.cboDestinoigv.ItemHeight = 14;
            this.cboDestinoigv.Items.AddRange(new object[] {
            this.comboItem11,
            this.comboItem12});
            this.cboDestinoigv.Location = new System.Drawing.Point(196, 147);
            this.cboDestinoigv.Name = "cboDestinoigv";
            this.cboDestinoigv.Size = new System.Drawing.Size(233, 20);
            this.cboDestinoigv.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboDestinoigv.TabIndex = 48;
            this.cboDestinoigv.SelectedIndexChanged += new System.EventHandler(this.cboDestinoigv_SelectedIndexChanged);
            //
            // comboItem11
            //
            this.comboItem11.Text = "01-Venta Interna";
            this.comboItem11.Value = "01";
            //
            // comboItem12
            //
            this.comboItem12.Text = "02-Venta Externa";
            this.comboItem12.Value = "02";
            //
            // cboMoneda
            //
            this.cboMoneda.DisplayMember = "Text";
            this.cboMoneda.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboMoneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboMoneda.FormattingEnabled = true;
            this.cboMoneda.ItemHeight = 14;
            this.cboMoneda.Items.AddRange(new object[] {
            this.comboItem9,
            this.comboItem10});
            this.cboMoneda.Location = new System.Drawing.Point(557, 119);
            this.cboMoneda.Name = "cboMoneda";
            this.cboMoneda.Size = new System.Drawing.Size(67, 20);
            this.cboMoneda.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboMoneda.TabIndex = 48;
            this.cboMoneda.SelectedIndexChanged += new System.EventHandler(this.cboMoneda_SelectedIndexChanged);
            this.cboMoneda.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cboMoneda_KeyDown);
            //
            // comboItem9
            //
            this.comboItem9.Text = "01-Venta Interna";
            this.comboItem9.Value = "01";
            //
            // comboItem10
            //
            this.comboItem10.Text = "02-Venta Externa";
            this.comboItem10.Value = "02";
            //
            // cboServicio
            //
            this.cboServicio.DisplayMember = "Text";
            this.cboServicio.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboServicio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboServicio.FormattingEnabled = true;
            this.cboServicio.ItemHeight = 14;
            this.cboServicio.Items.AddRange(new object[] {
            this.comboItem7,
            this.comboItem8});
            this.cboServicio.Location = new System.Drawing.Point(240, 73);
            this.cboServicio.Name = "cboServicio";
            this.cboServicio.Size = new System.Drawing.Size(321, 20);
            this.cboServicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboServicio.TabIndex = 56;
            this.cboServicio.SelectedIndexChanged += new System.EventHandler(this.cboServicio_SelectedIndexChanged);
            //
            // comboItem7
            //
            this.comboItem7.Text = "01-Venta Interna";
            this.comboItem7.Value = "01";
            //
            // comboItem8
            //
            this.comboItem8.Text = "02-Venta Externa";
            this.comboItem8.Value = "02";
            //
            // cboTipdoc
            //
            this.cboTipdoc.DisplayMember = "Text";
            this.cboTipdoc.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboTipdoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboTipdoc.FormattingEnabled = true;
            this.cboTipdoc.ItemHeight = 14;
            this.cboTipdoc.Items.AddRange(new object[] {
            this.comboItem5,
            this.comboItem6});
            this.cboTipdoc.Location = new System.Drawing.Point(88, 4);
            this.cboTipdoc.Name = "cboTipdoc";
            this.cboTipdoc.Size = new System.Drawing.Size(262, 20);
            this.cboTipdoc.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboTipdoc.TabIndex = 48;
            this.cboTipdoc.SelectedIndexChanged += new System.EventHandler(this.cboTipdoc_SelectedIndexChanged);
            this.cboTipdoc.SelectedValueChanged += new System.EventHandler(this.cboTipdoc_SelectedValueChanged);
            this.cboTipdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cboTipdoc_KeyDown);
            //
            // comboItem5
            //
            this.comboItem5.Text = "01-Venta Interna";
            this.comboItem5.Value = "01";
            //
            // comboItem6
            //
            this.comboItem6.Text = "02-Venta Externa";
            this.comboItem6.Value = "02";
            //
            // labelX23
            //
            this.labelX23.AutoSize = true;
            this.labelX23.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX23.Location = new System.Drawing.Point(513, 122);
            this.labelX23.Name = "labelX23";
            this.labelX23.Size = new System.Drawing.Size(42, 15);
            this.labelX23.TabIndex = 55;
            this.labelX23.Text = "Moneda";
            //
            // labelX22
            //
            this.labelX22.AutoSize = true;
            this.labelX22.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX22.Location = new System.Drawing.Point(460, 100);
            this.labelX22.Name = "labelX22";
            this.labelX22.Size = new System.Drawing.Size(43, 15);
            this.labelX22.TabIndex = 54;
            this.labelX22.Text = "Cta.Det.";
            //
            // labelX21
            //
            this.labelX21.AutoSize = true;
            this.labelX21.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX21.Location = new System.Drawing.Point(184, 77);
            this.labelX21.Name = "labelX21";
            this.labelX21.Size = new System.Drawing.Size(55, 15);
            this.labelX21.TabIndex = 53;
            this.labelX21.Text = "Detracción";
            //
            // labelX20
            //
            this.labelX20.AutoSize = true;
            this.labelX20.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX20.Location = new System.Drawing.Point(444, 52);
            this.labelX20.Name = "labelX20";
            this.labelX20.Size = new System.Drawing.Size(73, 15);
            this.labelX20.TabIndex = 52;
            this.labelX20.Text = "F.Vencimiento";
            //
            // labelX19
            //
            this.labelX19.AutoSize = true;
            this.labelX19.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX19.Location = new System.Drawing.Point(189, 53);
            this.labelX19.Name = "labelX19";
            this.labelX19.Size = new System.Drawing.Size(50, 15);
            this.labelX19.TabIndex = 51;
            this.labelX19.Text = "T.Cambio";
            //
            // labelX18
            //
            this.labelX18.AutoSize = true;
            this.labelX18.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX18.Location = new System.Drawing.Point(535, 8);
            this.labelX18.Name = "labelX18";
            this.labelX18.Size = new System.Drawing.Size(12, 15);
            this.labelX18.TabIndex = 50;
            this.labelX18.Text = "Al";
            //
            // labelX17
            //
            this.labelX17.AutoSize = true;
            this.labelX17.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX17.Location = new System.Drawing.Point(434, 7);
            this.labelX17.Name = "labelX17";
            this.labelX17.Size = new System.Drawing.Size(15, 15);
            this.labelX17.TabIndex = 49;
            this.labelX17.Text = "N°";
            //
            // labelX16
            //
            this.labelX16.AutoSize = true;
            this.labelX16.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX16.Location = new System.Drawing.Point(357, 7);
            this.labelX16.Name = "labelX16";
            this.labelX16.Size = new System.Drawing.Size(28, 15);
            this.labelX16.TabIndex = 42;
            this.labelX16.Text = "Serie";
            //
            // labelX15
            //
            this.labelX15.AutoSize = true;
            this.labelX15.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX15.Location = new System.Drawing.Point(2, 150);
            this.labelX15.Name = "labelX15";
            this.labelX15.Size = new System.Drawing.Size(188, 15);
            this.labelX15.TabIndex = 48;
            this.labelX15.Text = "La Operación es Gravada con el IGV?";
            //
            // labelX14
            //
            this.labelX14.AutoSize = true;
            this.labelX14.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX14.Location = new System.Drawing.Point(27, 122);
            this.labelX14.Name = "labelX14";
            this.labelX14.Size = new System.Drawing.Size(56, 15);
            this.labelX14.TabIndex = 47;
            this.labelX14.Text = "Tipo Venta";
            //
            // labelX13
            //
            this.labelX13.AutoSize = true;
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX13.Location = new System.Drawing.Point(52, 98);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(31, 15);
            this.labelX13.TabIndex = 46;
            this.labelX13.Text = "Glosa";
            //
            // labelX12
            //
            this.labelX12.AutoSize = true;
            this.labelX12.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX12.Location = new System.Drawing.Point(1, 76);
            this.labelX12.Name = "labelX12";
            this.labelX12.Size = new System.Drawing.Size(82, 15);
            this.labelX12.TabIndex = 45;
            this.labelX12.Text = "O/Compra -Serv";
            //
            // labelX11
            //
            this.labelX11.AutoSize = true;
            this.labelX11.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX11.Location = new System.Drawing.Point(30, 53);
            this.labelX11.Name = "labelX11";
            this.labelX11.Size = new System.Drawing.Size(53, 15);
            this.labelX11.TabIndex = 44;
            this.labelX11.Text = "F.Registro";
            //
            // labelX10
            //
            this.labelX10.AutoSize = true;
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX10.Location = new System.Drawing.Point(31, 31);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(52, 15);
            this.labelX10.TabIndex = 43;
            this.labelX10.Text = "Ruc - Cód";
            //
            // labelX9
            //
            this.labelX9.AutoSize = true;
            this.labelX9.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX9.Location = new System.Drawing.Point(14, 7);
            this.labelX9.Name = "labelX9";
            this.labelX9.Size = new System.Drawing.Size(69, 15);
            this.labelX9.TabIndex = 42;
            this.labelX9.Text = "Comprobante";
            //
            // grpdua
            //
            this.grpdua.CanvasColor = System.Drawing.SystemColors.Control;
            this.grpdua.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.grpdua.Controls.Add(this.adufRegularizacion);
            this.grpdua.Controls.Add(this.adufEmbarque);
            this.grpdua.Controls.Add(this.cboAduana);
            this.grpdua.Controls.Add(this.labelX29);
            this.grpdua.Controls.Add(this.labelX28);
            this.grpdua.Controls.Add(this.labelX27);
            this.grpdua.Controls.Add(this.labelX26);
            this.grpdua.Controls.Add(this.labelX25);
            this.grpdua.Controls.Add(this.labelX24);
            this.grpdua.Controls.Add(this.aduValorfob);
            this.grpdua.Controls.Add(this.aduPeriodo);
            this.grpdua.Controls.Add(this.aduCorrelativo);
            this.grpdua.DisabledBackColor = System.Drawing.Color.Empty;
            this.grpdua.Location = new System.Drawing.Point(630, 51);
            this.grpdua.Name = "grpdua";
            this.grpdua.Size = new System.Drawing.Size(367, 90);
            //
            //
            //
            this.grpdua.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.grpdua.Style.BackColorGradientAngle = 90;
            this.grpdua.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.grpdua.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.grpdua.Style.BorderBottomWidth = 1;
            this.grpdua.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.grpdua.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.grpdua.Style.BorderLeftWidth = 1;
            this.grpdua.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.grpdua.Style.BorderRightWidth = 1;
            this.grpdua.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.grpdua.Style.BorderTopWidth = 1;
            this.grpdua.Style.CornerDiameter = 4;
            this.grpdua.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.grpdua.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.grpdua.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.grpdua.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            this.grpdua.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.grpdua.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.grpdua.TabIndex = 41;
            //
            // adufRegularizacion
            //
            this.adufRegularizacion.BackgroundStyle.Class = "DateTimeInputBackground";
            this.adufRegularizacion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufRegularizacion.ButtonClear.Tooltip = "";
            this.adufRegularizacion.ButtonCustom.Tooltip = "";
            this.adufRegularizacion.ButtonCustom2.Tooltip = "";
            this.adufRegularizacion.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.adufRegularizacion.ButtonDropDown.Tooltip = "";
            this.adufRegularizacion.ButtonDropDown.Visible = true;
            this.adufRegularizacion.ButtonFreeText.Tooltip = "";
            this.adufRegularizacion.IsPopupCalendarOpen = false;
            this.adufRegularizacion.Location = new System.Drawing.Point(145, 38);
            //
            //
            //
            this.adufRegularizacion.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.adufRegularizacion.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufRegularizacion.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            //
            //
            //
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.adufRegularizacion.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufRegularizacion.MonthCalendar.DisplayMonth = new System.DateTime(2014, 11, 1, 0, 0, 0, 0);
            this.adufRegularizacion.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.adufRegularizacion.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.adufRegularizacion.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.adufRegularizacion.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.adufRegularizacion.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.adufRegularizacion.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufRegularizacion.MonthCalendar.TodayButtonVisible = true;
            this.adufRegularizacion.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.adufRegularizacion.Name = "adufRegularizacion";
            this.adufRegularizacion.ShowCheckBox = true;
            this.adufRegularizacion.Size = new System.Drawing.Size(98, 20);
            this.adufRegularizacion.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.adufRegularizacion.TabIndex = 61;
            this.adufRegularizacion.Value = new System.DateTime(2014, 11, 8, 13, 46, 32, 0);
            //
            // adufEmbarque
            //
            this.adufEmbarque.BackgroundStyle.Class = "DateTimeInputBackground";
            this.adufEmbarque.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufEmbarque.ButtonClear.Tooltip = "";
            this.adufEmbarque.ButtonCustom.Tooltip = "";
            this.adufEmbarque.ButtonCustom2.Tooltip = "";
            this.adufEmbarque.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.adufEmbarque.ButtonDropDown.Tooltip = "";
            this.adufEmbarque.ButtonDropDown.Visible = true;
            this.adufEmbarque.ButtonFreeText.Tooltip = "";
            this.adufEmbarque.IsPopupCalendarOpen = false;
            this.adufEmbarque.Location = new System.Drawing.Point(24, 38);
            //
            //
            //
            this.adufEmbarque.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.adufEmbarque.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufEmbarque.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            //
            //
            //
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.adufEmbarque.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufEmbarque.MonthCalendar.DisplayMonth = new System.DateTime(2014, 11, 1, 0, 0, 0, 0);
            this.adufEmbarque.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.adufEmbarque.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            //
            //
            //
            this.adufEmbarque.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.adufEmbarque.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.adufEmbarque.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.adufEmbarque.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.adufEmbarque.MonthCalendar.TodayButtonVisible = true;
            this.adufEmbarque.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.adufEmbarque.Name = "adufEmbarque";
            this.adufEmbarque.ShowCheckBox = true;
            this.adufEmbarque.Size = new System.Drawing.Size(98, 20);
            this.adufEmbarque.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.adufEmbarque.TabIndex = 60;
            this.adufEmbarque.Value = new System.DateTime(2014, 11, 8, 13, 46, 32, 0);
            //
            // cboAduana
            //
            this.cboAduana.DisplayMember = "Text";
            this.cboAduana.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboAduana.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboAduana.FormattingEnabled = true;
            this.cboAduana.ItemHeight = 14;
            this.cboAduana.Items.AddRange(new object[] {
            this.comboItem15,
            this.comboItem16});
            this.cboAduana.Location = new System.Drawing.Point(2, 16);
            this.cboAduana.Name = "cboAduana";
            this.cboAduana.Size = new System.Drawing.Size(251, 20);
            this.cboAduana.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboAduana.TabIndex = 53;
            //
            // comboItem15
            //
            this.comboItem15.Text = "01-Venta Interna";
            this.comboItem15.Value = "01";
            //
            // comboItem16
            //
            this.comboItem16.Text = "02-Venta Externa";
            this.comboItem16.Value = "02";
            //
            // labelX29
            //
            this.labelX29.AutoSize = true;
            this.labelX29.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX29.Location = new System.Drawing.Point(243, 41);
            this.labelX29.Name = "labelX29";
            this.labelX29.Size = new System.Drawing.Size(31, 15);
            this.labelX29.TabIndex = 52;
            this.labelX29.Text = "FOB$";
            //
            // labelX28
            //
            this.labelX28.AutoSize = true;
            this.labelX28.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX28.Location = new System.Drawing.Point(122, 41);
            this.labelX28.Name = "labelX28";
            this.labelX28.Size = new System.Drawing.Size(23, 15);
            this.labelX28.TabIndex = 51;
            this.labelX28.Text = "F.R.";
            //
            // labelX27
            //
            this.labelX27.AutoSize = true;
            this.labelX27.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX27.Location = new System.Drawing.Point(0, 41);
            this.labelX27.Name = "labelX27";
            this.labelX27.Size = new System.Drawing.Size(23, 15);
            this.labelX27.TabIndex = 50;
            this.labelX27.Text = "F.E.";
            //
            // labelX26
            //
            this.labelX26.AutoSize = true;
            this.labelX26.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX26.Location = new System.Drawing.Point(300, 0);
            this.labelX26.Name = "labelX26";
            this.labelX26.Size = new System.Drawing.Size(56, 15);
            this.labelX26.TabIndex = 49;
            this.labelX26.Text = "Correlativo";
            //
            // labelX25
            //
            this.labelX25.AutoSize = true;
            this.labelX25.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX25.Location = new System.Drawing.Point(257, 1);
            this.labelX25.Name = "labelX25";
            this.labelX25.Size = new System.Drawing.Size(22, 15);
            this.labelX25.TabIndex = 48;
            this.labelX25.Text = "Año";
            //
            // labelX24
            //
            this.labelX24.AutoSize = true;
            this.labelX24.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX24.Location = new System.Drawing.Point(4, 1);
            this.labelX24.Name = "labelX24";
            this.labelX24.Size = new System.Drawing.Size(40, 15);
            this.labelX24.TabIndex = 47;
            this.labelX24.Text = "Aduana";
            //
            // aduValorfob
            //
            this.aduValorfob.Enabled = false;
            this.aduValorfob.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.aduValorfob.Location = new System.Drawing.Point(274, 38);
            this.aduValorfob.Name = "aduValorfob";
            this.aduValorfob.Size = new System.Drawing.Size(87, 20);
            this.aduValorfob.TabIndex = 11;
            this.aduValorfob.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // aduPeriodo
            //
            this.aduPeriodo.Location = new System.Drawing.Point(255, 16);
            this.aduPeriodo.MaxLength = 4;
            this.aduPeriodo.Name = "aduPeriodo";
            this.aduPeriodo.Size = new System.Drawing.Size(42, 20);
            this.aduPeriodo.TabIndex = 3;
            //
            // aduCorrelativo
            //
            this.aduCorrelativo.Location = new System.Drawing.Point(299, 16);
            this.aduCorrelativo.MaxLength = 6;
            this.aduCorrelativo.Name = "aduCorrelativo";
            this.aduCorrelativo.Size = new System.Drawing.Size(62, 20);
            this.aduCorrelativo.TabIndex = 5;
            //
            // txtNumFin
            //
            this.txtNumFin.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtNumFin.Location = new System.Drawing.Point(549, 5);
            this.txtNumFin.MaxLength = 10;
            this.txtNumFin.Name = "txtNumFin";
            this.txtNumFin.Size = new System.Drawing.Size(75, 20);
            this.txtNumFin.TabIndex = 7;
            this.txtNumFin.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNumFin_KeyDown);
            this.txtNumFin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumFin_KeyPress);
            //
            // chkRetencion
            //
            this.chkRetencion.AutoSize = true;
            this.chkRetencion.BackColor = System.Drawing.Color.Transparent;
            this.chkRetencion.ForeColor = System.Drawing.Color.Blue;
            this.chkRetencion.Location = new System.Drawing.Point(710, 150);
            this.chkRetencion.Name = "chkRetencion";
            this.chkRetencion.Size = new System.Drawing.Size(123, 17);
            this.chkRetencion.TabIndex = 36;
            this.chkRetencion.TabStop = false;
            this.chkRetencion.Text = "Sujeto a Retención?";
            this.chkRetencion.UseVisualStyleBackColor = false;
            //
            // chkIncluye
            //
            this.chkIncluye.AutoSize = true;
            this.chkIncluye.BackColor = System.Drawing.Color.Transparent;
            this.chkIncluye.ForeColor = System.Drawing.Color.Green;
            this.chkIncluye.Location = new System.Drawing.Point(575, 150);
            this.chkIncluye.Name = "chkIncluye";
            this.chkIncluye.Size = new System.Drawing.Size(120, 17);
            this.chkIncluye.TabIndex = 35;
            this.chkIncluye.TabStop = false;
            this.chkIncluye.Text = "Precio Incluye IGV?";
            this.chkIncluye.UseVisualStyleBackColor = false;
            this.chkIncluye.CheckedChanged += new System.EventHandler(this.chkIncluye_CheckedChanged);
            //
            // chkAfecto
            //
            this.chkAfecto.AutoSize = true;
            this.chkAfecto.BackColor = System.Drawing.Color.Transparent;
            this.chkAfecto.ForeColor = System.Drawing.Color.Blue;
            this.chkAfecto.Location = new System.Drawing.Point(468, 150);
            this.chkAfecto.Name = "chkAfecto";
            this.chkAfecto.Size = new System.Drawing.Size(95, 17);
            this.chkAfecto.TabIndex = 34;
            this.chkAfecto.TabStop = false;
            this.chkAfecto.Text = "Afecto al IGV?";
            this.chkAfecto.UseVisualStyleBackColor = false;
            this.chkAfecto.CheckedChanged += new System.EventHandler(this.chkAfecto_CheckedChanged);
            //
            // lblTipoventa
            //
            this.lblTipoventa.Enabled = false;
            this.lblTipoventa.Location = new System.Drawing.Point(126, 119);
            this.lblTipoventa.Name = "lblTipoventa";
            this.lblTipoventa.Size = new System.Drawing.Size(382, 20);
            this.lblTipoventa.TabIndex = 29;
            //
            // txtGlosa
            //
            this.txtGlosa.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtGlosa.Enabled = false;
            this.txtGlosa.Location = new System.Drawing.Point(88, 96);
            this.txtGlosa.MaxLength = 100;
            this.txtGlosa.Name = "txtGlosa";
            this.txtGlosa.Size = new System.Drawing.Size(371, 20);
            this.txtGlosa.TabIndex = 24;
            this.txtGlosa.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtGlosa_KeyDown);
            //
            // txtCtadetrac
            //
            this.txtCtadetrac.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtCtadetrac.Enabled = false;
            this.txtCtadetrac.Location = new System.Drawing.Point(504, 96);
            this.txtCtadetrac.MaxLength = 40;
            this.txtCtadetrac.Name = "txtCtadetrac";
            this.txtCtadetrac.Size = new System.Drawing.Size(120, 20);
            this.txtCtadetrac.TabIndex = 26;
            //
            // txtRuc
            //
            this.txtRuc.Enabled = false;
            this.txtRuc.Location = new System.Drawing.Point(88, 28);
            this.txtRuc.MaxLength = 11;
            this.txtRuc.Name = "txtRuc";
            this.txtRuc.Size = new System.Drawing.Size(91, 20);
            this.txtRuc.TabIndex = 9;
            this.txtRuc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtRuc_KeyDown);
            this.txtRuc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRuc_KeyPress);
            //
            // txtCtactename
            //
            this.txtCtactename.Enabled = false;
            this.txtCtactename.Location = new System.Drawing.Point(181, 28);
            this.txtCtactename.Name = "txtCtactename";
            this.txtCtactename.Size = new System.Drawing.Size(443, 20);
            this.txtCtactename.TabIndex = 10;
            //
            // txtPorcdet
            //
            this.txtPorcdet.Enabled = false;
            this.txtPorcdet.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtPorcdet.Location = new System.Drawing.Point(581, 73);
            this.txtPorcdet.Name = "txtPorcdet";
            this.txtPorcdet.Size = new System.Drawing.Size(43, 20);
            this.txtPorcdet.TabIndex = 22;
            this.txtPorcdet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // txtSerie
            //
            this.txtSerie.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtSerie.Location = new System.Drawing.Point(386, 5);
            this.txtSerie.MaxLength = 4;
            this.txtSerie.Name = "txtSerie";
            this.txtSerie.Size = new System.Drawing.Size(39, 20);
            this.txtSerie.TabIndex = 3;
            this.txtSerie.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSerie_KeyDown);
            //
            // txtTipoventa
            //
            this.txtTipoventa.Location = new System.Drawing.Point(88, 119);
            this.txtTipoventa.MaxLength = 2;
            this.txtTipoventa.Name = "txtTipoventa";
            this.txtTipoventa.Size = new System.Drawing.Size(36, 20);
            this.txtTipoventa.TabIndex = 28;
            this.txtTipoventa.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTipoventa_KeyDown);
            //
            // txtNumero
            //
            this.txtNumero.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtNumero.Location = new System.Drawing.Point(451, 5);
            this.txtNumero.MaxLength = 10;
            this.txtNumero.Name = "txtNumero";
            this.txtNumero.Size = new System.Drawing.Size(75, 20);
            this.txtNumero.TabIndex = 5;
            this.txtNumero.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNumero_KeyDown);
            this.txtNumero.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumero_KeyPress);
            //
            // Label29
            //
            this.Label29.AutoSize = true;
            this.Label29.ForeColor = System.Drawing.Color.RoyalBlue;
            this.Label29.Location = new System.Drawing.Point(563, 76);
            this.Label29.Name = "Label29";
            this.Label29.Size = new System.Drawing.Size(15, 13);
            this.Label29.TabIndex = 21;
            this.Label29.Text = "%";
            //
            // txtTipocambio
            //
            this.txtTipocambio.Enabled = false;
            this.txtTipocambio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtTipocambio.Location = new System.Drawing.Point(240, 50);
            this.txtTipocambio.Name = "txtTipocambio";
            this.txtTipocambio.Size = new System.Drawing.Size(69, 20);
            this.txtTipocambio.TabIndex = 14;
            this.txtTipocambio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // txtNumeroorden
            //
            this.txtNumeroorden.Location = new System.Drawing.Point(88, 73);
            this.txtNumeroorden.MaxLength = 10;
            this.txtNumeroorden.Name = "txtNumeroorden";
            this.txtNumeroorden.Size = new System.Drawing.Size(91, 20);
            this.txtNumeroorden.TabIndex = 18;
            //
            // chkDuplicar
            //
            this.chkDuplicar.AutoSize = true;
            this.chkDuplicar.BackColor = System.Drawing.Color.Transparent;
            this.chkDuplicar.ForeColor = System.Drawing.Color.Blue;
            this.chkDuplicar.Location = new System.Drawing.Point(434, 512);
            this.chkDuplicar.Name = "chkDuplicar";
            this.chkDuplicar.Size = new System.Drawing.Size(96, 17);
            this.chkDuplicar.TabIndex = 8;
            this.chkDuplicar.Text = "Duplicar Línea";
            this.chkDuplicar.UseVisualStyleBackColor = false;
            //
            // txtDescripcampo
            //
            this.txtDescripcampo.BackColor = System.Drawing.Color.White;
            this.txtDescripcampo.Enabled = false;
            this.txtDescripcampo.ForeColor = System.Drawing.SystemColors.WindowFrame;
            this.txtDescripcampo.Location = new System.Drawing.Point(8, 510);
            this.txtDescripcampo.Name = "txtDescripcampo";
            this.txtDescripcampo.Size = new System.Drawing.Size(419, 20);
            this.txtDescripcampo.TabIndex = 7;
            //
            // GridExaminar
            //
            this.GridExaminar.AllowUserToAddRows = false;
            this.GridExaminar.AllowUserToDeleteRows = false;
            this.GridExaminar.AllowUserToResizeColumns = false;
            this.GridExaminar.AllowUserToResizeRows = false;
            this.GridExaminar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.GridExaminar.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            this.GridExaminar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridExaminar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.asientoitems,
            this.rubroid,
            this.drubro,
            this.numpedido,
            this.num_op,
            this.productid,
            this.tallacolor,
            this.productname,
            this.unidmedidaid,
            this.cantidad,
            this.afectoigvid,
            this.precunit,
            this.bruto,
            this.pdscto,
            this.valorventa,
            this.igvo,
            this.total,
            this.cencosid,
            this.COL_OBS,
            this.tipguia,
            this.serguia,
            this.numguia});
            this.GridExaminar.Location = new System.Drawing.Point(6, 262);
            this.GridExaminar.MultiSelect = false;
            this.GridExaminar.Name = "GridExaminar";
            this.GridExaminar.RowHeadersWidth = 10;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridExaminar.RowsDefaultCellStyle = dataGridViewCellStyle10;
            this.GridExaminar.RowTemplate.Height = 20;
            this.GridExaminar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.GridExaminar.Size = new System.Drawing.Size(1005, 240);
            this.GridExaminar.TabIndex = 6;
            this.GridExaminar.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.GridExaminar_CellBeginEdit);
            this.GridExaminar.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridExaminar_CellContentClick);
            this.GridExaminar.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridExaminar_CellEndEdit);
            this.GridExaminar.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridExaminar_CellValueChanged);
            this.GridExaminar.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.GridExaminar_EditingControlShowing);
            this.GridExaminar.SelectionChanged += new System.EventHandler(this.GridExaminar_SelectionChanged);
            this.GridExaminar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GridExaminar_KeyDown);
            //
            // asientoitems
            //
            this.asientoitems.DataPropertyName = "asientoitems";
            this.asientoitems.HeaderText = "Nro";
            this.asientoitems.Name = "asientoitems";
            this.asientoitems.ReadOnly = true;
            this.asientoitems.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.asientoitems.Visible = false;
            this.asientoitems.Width = 45;
            //
            // rubroid
            //
            this.rubroid.DataPropertyName = "rubroid";
            this.rubroid.HeaderText = "Rubro";
            this.rubroid.Name = "rubroid";
            this.rubroid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.rubroid.Width = 42;
            //
            // drubro
            //
            this.drubro.DataPropertyName = "drubro";
            this.drubro.HeaderText = "Descripción Rubro";
            this.drubro.Name = "drubro";
            this.drubro.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.drubro.Visible = false;
            this.drubro.Width = 300;
            //
            // numpedido
            //
            this.numpedido.DataPropertyName = "numpedido";
            this.numpedido.HeaderText = "Pedido";
            this.numpedido.Name = "numpedido";
            this.numpedido.Visible = false;
            this.numpedido.Width = 70;
            //
            // num_op
            //
            this.num_op.DataPropertyName = "num_op";
            this.num_op.HeaderText = "OP";
            this.num_op.Name = "num_op";
            this.num_op.Visible = false;
            this.num_op.Width = 75;
            //
            // productid
            //
            this.productid.DataPropertyName = "productid";
            this.productid.HeaderText = "Código Artículo";
            this.productid.MaxInputLength = 10;
            this.productid.Name = "productid";
            this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.productid.Width = 110;
            //
            // tallacolor
            //
            this.tallacolor.DataPropertyName = "tallacolor";
            this.tallacolor.HeaderText = "Talla/Color";
            this.tallacolor.Name = "tallacolor";
            this.tallacolor.Visible = false;
            this.tallacolor.Width = 65;
            //
            // productname
            //
            this.productname.DataPropertyName = "productname";
            this.productname.HeaderText = "Descripción";
            this.productname.Name = "productname";
            this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.productname.Width = 300;
            //
            // unidmedidaid
            //
            this.unidmedidaid.DataPropertyName = "unidmedidaid";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.unidmedidaid.DefaultCellStyle = dataGridViewCellStyle1;
            this.unidmedidaid.HeaderText = "UMD";
            this.unidmedidaid.Name = "unidmedidaid";
            this.unidmedidaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.unidmedidaid.Visible = false;
            this.unidmedidaid.Width = 35;
            //
            // cantidad
            //
            this.cantidad.DataPropertyName = "cantidad";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Format = "N3";
            dataGridViewCellStyle2.NullValue = "0";
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.cantidad.DefaultCellStyle = dataGridViewCellStyle2;
            this.cantidad.HeaderText = "Cantidad";
            this.cantidad.Name = "cantidad";
            this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.cantidad.Width = 70;
            //
            // afectoigvid
            //
            this.afectoigvid.DataPropertyName = "afectoigvid";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
            this.afectoigvid.DefaultCellStyle = dataGridViewCellStyle3;
            this.afectoigvid.HeaderText = "Des";
            this.afectoigvid.Name = "afectoigvid";
            this.afectoigvid.Width = 30;
            //
            // precunit
            //
            this.precunit.DataPropertyName = "precunit";
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle4.Format = "N5";
            dataGridViewCellStyle4.NullValue = "0";
            this.precunit.DefaultCellStyle = dataGridViewCellStyle4;
            this.precunit.HeaderText = "Unitario";
            this.precunit.Name = "precunit";
            this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.precunit.Width = 85;
            //
            // bruto
            //
            this.bruto.DataPropertyName = "bruto";
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle5.Format = "N2";
            dataGridViewCellStyle5.NullValue = "0";
            this.bruto.DefaultCellStyle = dataGridViewCellStyle5;
            this.bruto.HeaderText = "Valor";
            this.bruto.Name = "bruto";
            this.bruto.Width = 85;
            //
            // pdscto
            //
            this.pdscto.DataPropertyName = "pdscto";
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle6.Format = "N2";
            dataGridViewCellStyle6.NullValue = "0";
            this.pdscto.DefaultCellStyle = dataGridViewCellStyle6;
            this.pdscto.HeaderText = "%Dcto.";
            this.pdscto.Name = "pdscto";
            this.pdscto.Width = 55;
            //
            // valorventa
            //
            this.valorventa.DataPropertyName = "valorventa";
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.Format = "N2";
            dataGridViewCellStyle7.NullValue = "0";
            this.valorventa.DefaultCellStyle = dataGridViewCellStyle7;
            this.valorventa.HeaderText = "V.Venta";
            this.valorventa.Name = "valorventa";
            this.valorventa.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.valorventa.Width = 85;
            //
            // igvo
            //
            this.igvo.DataPropertyName = "igvo";
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle8.Format = "N2";
            dataGridViewCellStyle8.NullValue = "0";
            this.igvo.DefaultCellStyle = dataGridViewCellStyle8;
            this.igvo.HeaderText = "IGV";
            this.igvo.Name = "igvo";
            this.igvo.ReadOnly = true;
            this.igvo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.igvo.Width = 70;
            //
            // total
            //
            this.total.DataPropertyName = "total";
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle9.Format = "N2";
            dataGridViewCellStyle9.NullValue = "0";
            this.total.DefaultCellStyle = dataGridViewCellStyle9;
            this.total.HeaderText = "P.Venta";
            this.total.Name = "total";
            this.total.ReadOnly = true;
            this.total.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.total.Width = 85;
            //
            // cencosid
            //
            this.cencosid.DataPropertyName = "cencosid";
            this.cencosid.HeaderText = "C.Costo";
            this.cencosid.Name = "cencosid";
            this.cencosid.Width = 54;
            //
            // COL_OBS
            //
            this.COL_OBS.HeaderText = "Obs.";
            this.COL_OBS.Name = "COL_OBS";
            this.COL_OBS.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.COL_OBS.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.COL_OBS.Width = 65;
            //
            // tipguia
            //
            this.tipguia.DataPropertyName = "tipguia";
            this.tipguia.HeaderText = "TG";
            this.tipguia.Name = "tipguia";
            this.tipguia.Width = 34;
            //
            // serguia
            //
            this.serguia.DataPropertyName = "serguia";
            this.serguia.HeaderText = "SerGuia";
            this.serguia.Name = "serguia";
            this.serguia.Width = 50;
            //
            // numguia
            //
            this.numguia.DataPropertyName = "numguia";
            this.numguia.HeaderText = "NumGuia";
            this.numguia.Name = "numguia";
            this.numguia.Width = 80;
            //
            // lblAnulado
            //
            this.lblAnulado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblAnulado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAnulado.ForeColor = System.Drawing.Color.Red;
            this.lblAnulado.Location = new System.Drawing.Point(269, 2);
            this.lblAnulado.Name = "lblAnulado";
            this.lblAnulado.Size = new System.Drawing.Size(145, 20);
            this.lblAnulado.TabIndex = 3;
            this.lblAnulado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtMes
            //
            this.txtMes.Location = new System.Drawing.Point(37, 3);
            this.txtMes.MaxLength = 2;
            this.txtMes.Name = "txtMes";
            this.txtMes.Size = new System.Drawing.Size(30, 20);
            this.txtMes.TabIndex = 1;
            this.txtMes.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMes_KeyDown);
            this.txtMes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMes_KeyPress);
            //
            // txtAsiento
            //
            this.txtAsiento.Location = new System.Drawing.Point(132, 3);
            this.txtAsiento.MaxLength = 6;
            this.txtAsiento.Name = "txtAsiento";
            this.txtAsiento.Size = new System.Drawing.Size(68, 20);
            this.txtAsiento.TabIndex = 3;
            this.txtAsiento.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAsiento_KeyDown);
            this.txtAsiento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAsiento_KeyPress);
            //
            // txtDctos
            //
            this.txtDctos.Enabled = false;
            this.txtDctos.Location = new System.Drawing.Point(78, 14);
            this.txtDctos.Name = "txtDctos";
            this.txtDctos.Size = new System.Drawing.Size(70, 20);
            this.txtDctos.TabIndex = 3;
            this.txtDctos.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // txtValor
            //
            this.txtValor.Enabled = false;
            this.txtValor.Location = new System.Drawing.Point(4, 14);
            this.txtValor.Name = "txtValor";
            this.txtValor.Size = new System.Drawing.Size(70, 20);
            this.txtValor.TabIndex = 1;
            this.txtValor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // txtPigv
            //
            this.txtPigv.Enabled = false;
            this.txtPigv.Location = new System.Drawing.Point(226, 14);
            this.txtPigv.Name = "txtPigv";
            this.txtPigv.Size = new System.Drawing.Size(39, 20);
            this.txtPigv.TabIndex = 8;
            this.txtPigv.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtPigv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPigv_KeyDown);
            //
            // txtTotal
            //
            this.txtTotal.Enabled = false;
            this.txtTotal.Location = new System.Drawing.Point(341, 14);
            this.txtTotal.Name = "txtTotal";
            this.txtTotal.Size = new System.Drawing.Size(70, 20);
            this.txtTotal.TabIndex = 0;
            this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // txtIgv
            //
            this.txtIgv.Enabled = false;
            this.txtIgv.Location = new System.Drawing.Point(269, 14);
            this.txtIgv.Name = "txtIgv";
            this.txtIgv.Size = new System.Drawing.Size(68, 20);
            this.txtIgv.TabIndex = 10;
            this.txtIgv.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtIgv.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtIgv_KeyPress);
            //
            // txtVenta
            //
            this.txtVenta.Enabled = false;
            this.txtVenta.Location = new System.Drawing.Point(152, 14);
            this.txtVenta.Name = "txtVenta";
            this.txtVenta.Size = new System.Drawing.Size(70, 20);
            this.txtVenta.TabIndex = 7;
            this.txtVenta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // lblMoneda
            //
            this.lblMoneda.AutoSize = true;
            this.lblMoneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMoneda.ForeColor = System.Drawing.Color.Blue;
            this.lblMoneda.Location = new System.Drawing.Point(553, 526);
            this.lblMoneda.Name = "lblMoneda";
            this.lblMoneda.Size = new System.Drawing.Size(37, 16);
            this.lblMoneda.TabIndex = 9;
            this.lblMoneda.Text = "Mon";
            this.lblMoneda.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // groupPanel1
            //
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.cboSubdiario);
            this.groupPanel1.Controls.Add(this.labelX2);
            this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
            this.groupPanel1.Location = new System.Drawing.Point(8, 42);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(349, 30);
            //
            //
            //
            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.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel1.TabIndex = 40;
            //
            // cboSubdiario
            //
            this.cboSubdiario.DisplayMember = "Text";
            this.cboSubdiario.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboSubdiario.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSubdiario.FormattingEnabled = true;
            this.cboSubdiario.ItemHeight = 14;
            this.cboSubdiario.Items.AddRange(new object[] {
            this.comboItem3,
            this.comboItem4});
            this.cboSubdiario.Location = new System.Drawing.Point(61, 3);
            this.cboSubdiario.Name = "cboSubdiario";
            this.cboSubdiario.Size = new System.Drawing.Size(274, 20);
            this.cboSubdiario.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboSubdiario.TabIndex = 48;
            //
            // comboItem3
            //
            this.comboItem3.Text = "01-Venta Interna";
            this.comboItem3.Value = "01";
            //
            // comboItem4
            //
            this.comboItem4.Text = "02-Venta Externa";
            this.comboItem4.Value = "02";
            //
            // labelX2
            //
            this.labelX2.AutoSize = true;
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(5, 5);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(51, 15);
            this.labelX2.TabIndex = 0;
            this.labelX2.Text = "SubDiario";
            //
            // groupPanel2
            //
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.labelX4);
            this.groupPanel2.Controls.Add(this.labelX3);
            this.groupPanel2.Controls.Add(this.txtMes);
            this.groupPanel2.Controls.Add(this.txtAsiento);
            this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
            this.groupPanel2.Location = new System.Drawing.Point(363, 42);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(214, 30);
            //
            //
            //
            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.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel2.TabIndex = 41;
            //
            // labelX4
            //
            this.labelX4.AutoSize = true;
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Location = new System.Drawing.Point(79, 5);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(49, 15);
            this.labelX4.TabIndex = 41;
            this.labelX4.Text = "Vouchers";
            //
            // labelX3
            //
            this.labelX3.AutoSize = true;
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Location = new System.Drawing.Point(10, 5);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(23, 15);
            this.labelX3.TabIndex = 40;
            this.labelX3.Text = "Mes";
            //
            // groupPanel3
            //
            this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel3.Controls.Add(this.chkActivo);
            this.groupPanel3.Controls.Add(this.cboOrigen);
            this.groupPanel3.Controls.Add(this.labelX1);
            this.groupPanel3.Controls.Add(this.lblAnulado);
            this.groupPanel3.DisabledBackColor = System.Drawing.Color.Empty;
            this.groupPanel3.Location = new System.Drawing.Point(583, 42);
            this.groupPanel3.Name = "groupPanel3";
            this.groupPanel3.Size = new System.Drawing.Size(428, 30);
            //
            //
            //
            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.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel3.TabIndex = 40;
            //
            // chkActivo
            //
            this.chkActivo.AutoSize = true;
            this.chkActivo.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.chkActivo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.chkActivo.Location = new System.Drawing.Point(210, 5);
            this.chkActivo.Name = "chkActivo";
            this.chkActivo.Size = new System.Drawing.Size(53, 15);
            this.chkActivo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.chkActivo.TabIndex = 47;
            this.chkActivo.Text = "Activo";
            this.chkActivo.CheckedChanged += new System.EventHandler(this.chkActivo_CheckedChanged);
            //
            // cboOrigen
            //
            this.cboOrigen.DisplayMember = "Text";
            this.cboOrigen.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboOrigen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboOrigen.FormattingEnabled = true;
            this.cboOrigen.ItemHeight = 14;
            this.cboOrigen.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
            this.cboOrigen.Location = new System.Drawing.Point(48, 3);
            this.cboOrigen.Name = "cboOrigen";
            this.cboOrigen.Size = new System.Drawing.Size(125, 20);
            this.cboOrigen.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cboOrigen.TabIndex = 47;
            this.cboOrigen.SelectedIndexChanged += new System.EventHandler(this.cboOrigen_SelectedIndexChanged);
            //
            // comboItem1
            //
            this.comboItem1.Text = "01-Venta Interna";
            this.comboItem1.Value = "01";
            //
            // comboItem2
            //
            this.comboItem2.Text = "02-Venta Externa";
            this.comboItem2.Value = "02";
            //
            // labelX1
            //
            this.labelX1.AutoSize = true;
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(6, 5);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(36, 15);
            this.labelX1.TabIndex = 42;
            this.labelX1.Text = "Origen";
            //
            // groupPanel4
            //
            this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel4.Controls.Add(this.labelX35);
            this.groupPanel4.Controls.Add(this.labelX34);
            this.groupPanel4.Controls.Add(this.labelX33);
            this.groupPanel4.Controls.Add(this.labelX32);
            this.groupPanel4.Controls.Add(this.labelX31);
            this.groupPanel4.Controls.Add(this.labelX30);
            this.groupPanel4.Controls.Add(this.txtDctos);
            this.groupPanel4.Controls.Add(this.txtTotal);
            this.groupPanel4.Controls.Add(this.txtVenta);
            this.groupPanel4.Controls.Add(this.txtIgv);
            this.groupPanel4.Controls.Add(this.txtValor);
            this.groupPanel4.Controls.Add(this.txtPigv);
            this.groupPanel4.DisabledBackColor = System.Drawing.Color.Empty;
            this.groupPanel4.Location = new System.Drawing.Point(592, 508);
            this.groupPanel4.Name = "groupPanel4";
            this.groupPanel4.Size = new System.Drawing.Size(419, 41);
            //
            //
            //
            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.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel4.TabIndex = 42;
            //
            // labelX35
            //
            this.labelX35.AutoSize = true;
            this.labelX35.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX35.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX35.Location = new System.Drawing.Point(349, -1);
            this.labelX35.Name = "labelX35";
            this.labelX35.Size = new System.Drawing.Size(42, 15);
            this.labelX35.TabIndex = 53;
            this.labelX35.Text = "P.Venta";
            //
            // labelX34
            //
            this.labelX34.AutoSize = true;
            this.labelX34.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX34.Location = new System.Drawing.Point(290, -1);
            this.labelX34.Name = "labelX34";
            this.labelX34.Size = new System.Drawing.Size(21, 15);
            this.labelX34.TabIndex = 52;
            this.labelX34.Text = "IGV";
            //
            // labelX33
            //
            this.labelX33.AutoSize = true;
            this.labelX33.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX33.Location = new System.Drawing.Point(226, -1);
            this.labelX33.Name = "labelX33";
            this.labelX33.Size = new System.Drawing.Size(34, 15);
            this.labelX33.TabIndex = 51;
            this.labelX33.Text = "% IGV";
            //
            // labelX32
            //
            this.labelX32.AutoSize = true;
            this.labelX32.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX32.Location = new System.Drawing.Point(165, -1);
            this.labelX32.Name = "labelX32";
            this.labelX32.Size = new System.Drawing.Size(42, 15);
            this.labelX32.TabIndex = 50;
            this.labelX32.Text = "V.Venta";
            //
            // labelX31
            //
            this.labelX31.AutoSize = true;
            this.labelX31.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX31.Location = new System.Drawing.Point(93, -1);
            this.labelX31.Name = "labelX31";
            this.labelX31.Size = new System.Drawing.Size(34, 15);
            this.labelX31.TabIndex = 49;
            this.labelX31.Text = "Dctos.";
            //
            // labelX30
            //
            this.labelX30.AutoSize = true;
            this.labelX30.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX30.Location = new System.Drawing.Point(23, -1);
            this.labelX30.Name = "labelX30";
            this.labelX30.Size = new System.Drawing.Size(28, 15);
            this.labelX30.TabIndex = 48;
            this.labelX30.Text = "Valor";
            //
            // gbtnCompras
            //
            this.gbtnCompras.AccessibleDescription = "bar1 (bar1)";
            this.gbtnCompras.AccessibleName = "bar1";
            this.gbtnCompras.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.gbtnCompras.AntiAlias = true;
            this.gbtnCompras.Dock = System.Windows.Forms.DockStyle.Top;
            this.gbtnCompras.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.gbtnCompras.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnNew,
            this.btnEdit,
            this.btnSave,
            this.btnRetro,
            this.btnDelete,
            this.btnPrint,
            this.buttonItem8,
            this.btnLog,
            this.buttonItem10,
            this.btnBusqueda,
            this.btnSeekdoc,
            this.btnAddfila,
            this.btnDelfila,
            this.btnActtipocambio,
            this.btnProvfactura,
            this.buttonItem18,
            this.btnInicial,
            this.btnAnterior,
            this.btnSiguiente,
            this.btnUltimo,
            this.buttonItem22,
            this.btnExit});
            this.gbtnCompras.Location = new System.Drawing.Point(0, 0);
            this.gbtnCompras.Name = "gbtnCompras";
            this.gbtnCompras.Size = new System.Drawing.Size(1013, 29);
            this.gbtnCompras.Stretch = true;
            this.gbtnCompras.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.gbtnCompras.TabIndex = 0;
            this.gbtnCompras.TabStop = false;
            this.gbtnCompras.Text = "bar1";
            //
            // btnNew
            //
            this.btnNew.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
            this.btnNew.Name = "btnNew";
            this.btnNew.Text = "Nuevo [F2]";
            this.btnNew.Tooltip = "Nuevo [F2]";
            this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
            //
            // btnEdit
            //
            this.btnEdit.Image = global::BapFormulariosNet.Properties.Resources.go_edit20;
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Text = "buttonItem2";
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            //
            // btnSave
            //
            this.btnSave.Image = global::BapFormulariosNet.Properties.Resources.btn_grabar20;
            this.btnSave.Name = "btnSave";
            this.btnSave.Text = "buttonItem3";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            //
            // btnRetro
            //
            this.btnRetro.Image = global::BapFormulariosNet.Properties.Resources.btn_cancel;
            this.btnRetro.Name = "btnRetro";
            this.btnRetro.Text = "buttonItem4";
            this.btnRetro.Click += new System.EventHandler(this.btnRetro_Click);
            //
            // btnDelete
            //
            this.btnDelete.Image = global::BapFormulariosNet.Properties.Resources.btn_delete20;
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Text = "buttonItem5";
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            //
            // btnPrint
            //
            this.btnPrint.Image = global::BapFormulariosNet.Properties.Resources.btn_imprimir20;
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Text = "buttonItem6";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            //
            // buttonItem8
            //
            this.buttonItem8.Name = "buttonItem8";
            this.buttonItem8.Text = "|";
            //
            // btnLog
            //
            this.btnLog.Image = global::BapFormulariosNet.Properties.Resources.ojo20;
            this.btnLog.Name = "btnLog";
            this.btnLog.Text = "buttonItem9";
            this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
            //
            // buttonItem10
            //
            this.buttonItem10.Name = "buttonItem10";
            this.buttonItem10.Text = "|";
            //
            // btnBusqueda
            //
            this.btnBusqueda.Image = global::BapFormulariosNet.Properties.Resources.btn_listado20;
            this.btnBusqueda.Name = "btnBusqueda";
            this.btnBusqueda.Text = "buttonItem11";
            this.btnBusqueda.Click += new System.EventHandler(this.btnBusqueda_Click);
            //
            // btnSeekdoc
            //
            this.btnSeekdoc.Image = global::BapFormulariosNet.Properties.Resources.btn_search20;
            this.btnSeekdoc.Name = "btnSeekdoc";
            this.btnSeekdoc.Text = "buttonItem11";
            this.btnSeekdoc.Click += new System.EventHandler(this.btnSeekdoc_Click);
            //
            // btnAddfila
            //
            this.btnAddfila.Image = global::BapFormulariosNet.Properties.Resources.go_add;
            this.btnAddfila.Name = "btnAddfila";
            this.btnAddfila.Text = "buttonItem13";
            this.btnAddfila.Click += new System.EventHandler(this.btnAddfila_Click);
            //
            // btnDelfila
            //
            this.btnDelfila.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
            this.btnDelfila.Name = "btnDelfila";
            this.btnDelfila.Text = "buttonItem14";
            this.btnDelfila.Click += new System.EventHandler(this.btnDelfila_Click);
            //
            // btnActtipocambio
            //
            this.btnActtipocambio.Image = global::BapFormulariosNet.Properties.Resources.dolares20;
            this.btnActtipocambio.Name = "btnActtipocambio";
            this.btnActtipocambio.Text = "buttonItem15";
            this.btnActtipocambio.Click += new System.EventHandler(this.btnActtipocambio_Click);
            //
            // btnProvfactura
            //
            this.btnProvfactura.Image = global::BapFormulariosNet.Properties.Resources.notepad20x20;
            this.btnProvfactura.Name = "btnProvfactura";
            this.btnProvfactura.Text = "buttonItem16";
            this.btnProvfactura.Click += new System.EventHandler(this.btnProvfactura_Click);
            //
            // buttonItem18
            //
            this.buttonItem18.Name = "buttonItem18";
            this.buttonItem18.Text = "|";
            //
            // btnInicio
            //
            this.btnInicial.Image = global::BapFormulariosNet.Properties.Resources.go_inicio20;
            this.btnInicial.Name = "btnInicio";
            this.btnInicial.Text = "buttonItem23";
            this.btnInicial.Click += new System.EventHandler(this.btnInicial_Click);
            //
            // btnAnterior
            //
            this.btnAnterior.Image = global::BapFormulariosNet.Properties.Resources.go_anterior20;
            this.btnAnterior.Name = "btnAnterior";
            this.btnAnterior.Text = "Anterior";
            this.btnAnterior.Tooltip = "Anterior";
            this.btnAnterior.Click += new System.EventHandler(this.btnAnterior_Click);
            //
            // btnSiguiente
            //
            this.btnSiguiente.Image = global::BapFormulariosNet.Properties.Resources.go_siguiente20;
            this.btnSiguiente.Name = "btnSiguiente";
            this.btnSiguiente.Text = "buttonItem25";
            this.btnSiguiente.Click += new System.EventHandler(this.btnSiguiente_Click);
            //
            // btnUltimo
            //
            this.btnUltimo.Image = global::BapFormulariosNet.Properties.Resources.go_final20;
            this.btnUltimo.Name = "btnUltimo";
            this.btnUltimo.Text = "buttonItem26";
            this.btnUltimo.Click += new System.EventHandler(this.btnUltimo_Click);
            //
            // buttonItem22
            //
            this.buttonItem22.Name = "buttonItem22";
            this.buttonItem22.Text = "|";
            //
            // btnExit
            //
            this.btnExit.Image = global::BapFormulariosNet.Properties.Resources.Exit16x16;
            this.btnExit.Name = "btnExit";
            this.btnExit.Text = "buttonItem27";
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);

            //
            // lblUsuar
            //
            this.lblUsuar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblUsuar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUsuar.Location = new System.Drawing.Point(716, 0);
            this.lblUsuar.Name = "lblUsuar";
            this.lblUsuar.Size = new System.Drawing.Size(251, 23);
            this.lblUsuar.TabIndex = 0;
            this.lblUsuar.Text = "Usuario";
            this.lblUsuar.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblUsuar.Visible = false;
            //
            // controlContainerItem1
            //
            this.controlContainerItem1.AllowItemResize = false;
            this.controlContainerItem1.Control = this.lblUsuar;
            this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem1.Name = "controlContainerItem1";
            //
            // Frm_RegistroVentas
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1013, 555);
            this.Controls.Add(this.gbtnCompras);
            this.Controls.Add(this.groupPanel4);
            this.Controls.Add(this.groupPanel6);
            this.Controls.Add(this.groupPanel3);
            this.Controls.Add(this.groupPanel2);
            this.Controls.Add(this.groupPanel1);
            this.Controls.Add(this.chkDuplicar);
            this.Controls.Add(this.txtDescripcampo);
            this.Controls.Add(this.GridExaminar);
            this.Controls.Add(this.lblMoneda);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.Name = "Frm_RegistroVentas";
            this.Text = "Registro de Ventas";
            this.Activated += new System.EventHandler(this.Frm_RegistroVentas_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_RegistroVentas_FormClosing);
            this.Load += new System.EventHandler(this.Frm_RegistroVentas_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_RegistroVentas_KeyDown);
            this.gpoReferencia.ResumeLayout(false);
            this.gpoReferencia.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fechaRefer)).EndInit();
            this.groupPanel6.ResumeLayout(false);
            this.groupPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fecVenc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fRegistro)).EndInit();
            this.grpdua.ResumeLayout(false);
            this.grpdua.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.adufRegularizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.adufEmbarque)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GridExaminar)).EndInit();
            this.groupPanel1.ResumeLayout(false);
            this.groupPanel1.PerformLayout();
            this.groupPanel2.ResumeLayout(false);
            this.groupPanel2.PerformLayout();
            this.groupPanel3.ResumeLayout(false);
            this.groupPanel3.PerformLayout();
            this.groupPanel4.ResumeLayout(false);
            this.groupPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gbtnCompras)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable superTabPanelColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable superTabPanelItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable superTabPanelItemColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsignacionMultipleControl));
     DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable superTabPanelColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable superTabPanelItemColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelTiempo = new DevComponents.DotNetBar.LabelX();
     this.buttonAdd = new DevComponents.DotNetBar.ButtonX();
     this.checkBoxDomingo = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxSabado = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxViernes = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxJueves = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxMiercoles = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxMartes = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxLunes = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxRepetir = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.dateTimeInputFin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelFin = new DevComponents.DotNetBar.LabelX();
     this.dateTimeInputInicio = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelInicio = new DevComponents.DotNetBar.LabelX();
     this.buttonLimpiar = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.radioButtonRepeticiones = new System.Windows.Forms.RadioButton();
     this.radioButtonFecha = new System.Windows.Forms.RadioButton();
     this.integerInputRepeticiones = new DevComponents.Editors.IntegerInput();
     this.dateTimeInputFinRepeticiones = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelSesiones = new DevComponents.DotNetBar.LabelX();
     this.superTabControlAsignacion = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.comboBoxCliente = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelCliente = new DevComponents.DotNetBar.LabelX();
     this.buttonEdit = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.textBoxObservaciones = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelTipoUso = new DevComponents.DotNetBar.LabelX();
     this.labelObservaciones = new DevComponents.DotNetBar.LabelX();
     this.comboBoxTipoUso = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.superTabItemOtro = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanelAsignacion = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.textBoxDocente = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelGrupo = new DevComponents.DotNetBar.LabelX();
     this.labelAsignatura = new DevComponents.DotNetBar.LabelX();
     this.comboBoxGrupo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxAsignatura = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.superTabItemClase = new DevComponents.DotNetBar.SuperTabItem();
     this.labelAsignacion = new DevComponents.DotNetBar.LabelX();
     this.comboBoxAsignacion = new System.Windows.Forms.ComboBox();
     this.dataGridViewFechas = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.ColumnAula = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnDia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnInicio = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
     this.ColumnFin = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
     this.ColumnDuracion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnSerie = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.superValidator = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.customValidatorDiasSeleccionados = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.compareValidatorDateTimeInputFin = new DevComponents.DotNetBar.Validator.CompareValidator();
     this.customValidatorDateTimeInputFinRepeticiones = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.customValidator_Cliente_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.customValidatorValidateGrupo = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.customValidator_Asignatura_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     this.comboBoxAula = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelAula = new DevComponents.DotNetBar.LabelX();
     this.checkBoxAgruparSerie = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.textBoxTituloSerie = new DevComponents.DotNetBar.Controls.TextBoxX();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputRepeticiones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFinRepeticiones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControlAsignacion)).BeginInit();
     this.superTabControlAsignacion.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.superTabControlPanelAsignacion.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFechas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // 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(60, 30);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 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.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(80, 20);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 10000;
     //
     // labelTiempo
     //
     //
     //
     //
     this.labelTiempo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTiempo.Location = new System.Drawing.Point(10, 142);
     this.labelTiempo.Name = "labelTiempo";
     this.labelTiempo.Size = new System.Drawing.Size(200, 23);
     this.labelTiempo.TabIndex = 31;
     this.labelTiempo.Text = "Duración: 0";
     //
     // buttonAdd
     //
     this.buttonAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonAdd.Location = new System.Drawing.Point(10, 310);
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.Size = new System.Drawing.Size(75, 23);
     this.buttonAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonAdd.TabIndex = 30;
     this.buttonAdd.Text = "Añadir";
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // checkBoxDomingo
     //
     //
     //
     //
     this.checkBoxDomingo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxDomingo.Enabled = false;
     this.checkBoxDomingo.Location = new System.Drawing.Point(226, 200);
     this.checkBoxDomingo.Name = "checkBoxDomingo";
     this.checkBoxDomingo.Size = new System.Drawing.Size(30, 23);
     this.checkBoxDomingo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxDomingo.TabIndex = 28;
     this.checkBoxDomingo.Text = "D";
     //
     // checkBoxSabado
     //
     //
     //
     //
     this.checkBoxSabado.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxSabado.Enabled = false;
     this.checkBoxSabado.Location = new System.Drawing.Point(190, 200);
     this.checkBoxSabado.Name = "checkBoxSabado";
     this.checkBoxSabado.Size = new System.Drawing.Size(30, 23);
     this.checkBoxSabado.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxSabado.TabIndex = 27;
     this.checkBoxSabado.Text = "S";
     //
     // checkBoxViernes
     //
     //
     //
     //
     this.checkBoxViernes.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxViernes.Enabled = false;
     this.checkBoxViernes.Location = new System.Drawing.Point(154, 200);
     this.checkBoxViernes.Name = "checkBoxViernes";
     this.checkBoxViernes.Size = new System.Drawing.Size(30, 23);
     this.checkBoxViernes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxViernes.TabIndex = 26;
     this.checkBoxViernes.Text = "V";
     //
     // checkBoxJueves
     //
     //
     //
     //
     this.checkBoxJueves.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxJueves.Enabled = false;
     this.checkBoxJueves.Location = new System.Drawing.Point(118, 200);
     this.checkBoxJueves.Name = "checkBoxJueves";
     this.checkBoxJueves.Size = new System.Drawing.Size(30, 23);
     this.checkBoxJueves.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxJueves.TabIndex = 25;
     this.checkBoxJueves.Text = "J";
     //
     // checkBoxMiercoles
     //
     //
     //
     //
     this.checkBoxMiercoles.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxMiercoles.Enabled = false;
     this.checkBoxMiercoles.Location = new System.Drawing.Point(82, 200);
     this.checkBoxMiercoles.Name = "checkBoxMiercoles";
     this.checkBoxMiercoles.Size = new System.Drawing.Size(30, 23);
     this.checkBoxMiercoles.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxMiercoles.TabIndex = 24;
     this.checkBoxMiercoles.Text = "X";
     //
     // checkBoxMartes
     //
     //
     //
     //
     this.checkBoxMartes.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxMartes.Enabled = false;
     this.checkBoxMartes.Location = new System.Drawing.Point(46, 200);
     this.checkBoxMartes.Name = "checkBoxMartes";
     this.checkBoxMartes.Size = new System.Drawing.Size(30, 23);
     this.checkBoxMartes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxMartes.TabIndex = 23;
     this.checkBoxMartes.Text = "M";
     //
     // checkBoxLunes
     //
     //
     //
     //
     this.checkBoxLunes.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxLunes.Enabled = false;
     this.checkBoxLunes.Location = new System.Drawing.Point(10, 200);
     this.checkBoxLunes.Name = "checkBoxLunes";
     this.checkBoxLunes.Size = new System.Drawing.Size(30, 23);
     this.checkBoxLunes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxLunes.TabIndex = 22;
     this.checkBoxLunes.Text = "L";
     //
     // checkBoxRepetir
     //
     //
     //
     //
     this.checkBoxRepetir.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxRepetir.Location = new System.Drawing.Point(10, 171);
     this.checkBoxRepetir.Name = "checkBoxRepetir";
     this.checkBoxRepetir.Size = new System.Drawing.Size(100, 23);
     this.checkBoxRepetir.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxRepetir.TabIndex = 21;
     this.checkBoxRepetir.Text = "Repetir";
     this.superValidator.SetValidator1(this.checkBoxRepetir, this.customValidatorDiasSeleccionados);
     this.checkBoxRepetir.CheckedChanged += new System.EventHandler(this.checkBoxRepetir_CheckedChanged);
     //
     // dateTimeInputFin
     //
     this.dateTimeInputFin.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputFin.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFin.ButtonDropDown.Visible = true;
     this.dateTimeInputFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputFin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputFin.IsPopupCalendarOpen = false;
     this.dateTimeInputFin.Location = new System.Drawing.Point(10, 116);
     this.dateTimeInputFin.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFin.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFin.Name = "dateTimeInputFin";
     this.dateTimeInputFin.ShowUpDown = true;
     this.dateTimeInputFin.Size = new System.Drawing.Size(246, 20);
     this.dateTimeInputFin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFin.TabIndex = 20;
     this.superValidator.SetValidator1(this.dateTimeInputFin, this.compareValidatorDateTimeInputFin);
     this.dateTimeInputFin.Value = new System.DateTime(2012, 10, 29, 4, 53, 39, 0);
     this.dateTimeInputFin.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // labelFin
     //
     //
     //
     //
     this.labelFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelFin.Location = new System.Drawing.Point(10, 87);
     this.labelFin.Name = "labelFin";
     this.labelFin.Size = new System.Drawing.Size(75, 23);
     this.labelFin.TabIndex = 19;
     this.labelFin.Text = "Fin:";
     //
     // dateTimeInputInicio
     //
     this.dateTimeInputInicio.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputInicio.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputInicio.ButtonDropDown.Visible = true;
     this.dateTimeInputInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputInicio.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputInicio.IsPopupCalendarOpen = false;
     this.dateTimeInputInicio.Location = new System.Drawing.Point(10, 61);
     this.dateTimeInputInicio.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputInicio.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputInicio.Name = "dateTimeInputInicio";
     this.dateTimeInputInicio.ShowUpDown = true;
     this.dateTimeInputInicio.Size = new System.Drawing.Size(246, 20);
     this.dateTimeInputInicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputInicio.TabIndex = 18;
     this.dateTimeInputInicio.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     this.dateTimeInputInicio.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // labelInicio
     //
     //
     //
     //
     this.labelInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelInicio.Location = new System.Drawing.Point(10, 32);
     this.labelInicio.Name = "labelInicio";
     this.labelInicio.Size = new System.Drawing.Size(75, 23);
     this.labelInicio.TabIndex = 17;
     this.labelInicio.Text = "Inicio:";
     //
     // buttonLimpiar
     //
     this.buttonLimpiar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonLimpiar.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonLimpiar.Location = new System.Drawing.Point(181, 310);
     this.buttonLimpiar.Name = "buttonLimpiar";
     this.buttonLimpiar.Size = new System.Drawing.Size(75, 23);
     this.buttonLimpiar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonLimpiar.TabIndex = 33;
     this.buttonLimpiar.Text = "Limpiar";
     this.buttonLimpiar.Visible = false;
     this.buttonLimpiar.Click += new System.EventHandler(this.buttonLimpiar_Click);
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(10, 229);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(156, 23);
     this.labelX1.TabIndex = 34;
     this.labelX1.Text = "Fin de Repetición:";
     //
     // radioButtonRepeticiones
     //
     this.radioButtonRepeticiones.AutoSize = true;
     this.radioButtonRepeticiones.Checked = true;
     this.radioButtonRepeticiones.Enabled = false;
     this.radioButtonRepeticiones.Location = new System.Drawing.Point(25, 258);
     this.radioButtonRepeticiones.Name = "radioButtonRepeticiones";
     this.radioButtonRepeticiones.Size = new System.Drawing.Size(85, 17);
     this.radioButtonRepeticiones.TabIndex = 35;
     this.radioButtonRepeticiones.TabStop = true;
     this.radioButtonRepeticiones.Text = "Despues de:";
     this.radioButtonRepeticiones.UseVisualStyleBackColor = true;
     this.radioButtonRepeticiones.CheckedChanged += new System.EventHandler(this.radioButtonRepeticiones_CheckedChanged);
     //
     // radioButtonFecha
     //
     this.radioButtonFecha.AutoSize = true;
     this.radioButtonFecha.Enabled = false;
     this.radioButtonFecha.Location = new System.Drawing.Point(25, 287);
     this.radioButtonFecha.Name = "radioButtonFecha";
     this.radioButtonFecha.Size = new System.Drawing.Size(72, 17);
     this.radioButtonFecha.TabIndex = 36;
     this.radioButtonFecha.Text = "Antes del:";
     this.radioButtonFecha.UseVisualStyleBackColor = true;
     this.radioButtonFecha.CheckedChanged += new System.EventHandler(this.radioButtonFecha_CheckedChanged);
     //
     // integerInputRepeticiones
     //
     this.integerInputRepeticiones.AllowEmptyState = false;
     //
     //
     //
     this.integerInputRepeticiones.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputRepeticiones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.integerInputRepeticiones.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputRepeticiones.Enabled = false;
     this.integerInputRepeticiones.Location = new System.Drawing.Point(116, 258);
     this.integerInputRepeticiones.MaxValue = 100;
     this.integerInputRepeticiones.MinValue = 1;
     this.integerInputRepeticiones.Name = "integerInputRepeticiones";
     this.integerInputRepeticiones.ShowUpDown = true;
     this.integerInputRepeticiones.Size = new System.Drawing.Size(50, 20);
     this.integerInputRepeticiones.TabIndex = 37;
     this.integerInputRepeticiones.Value = 1;
     //
     // dateTimeInputFinRepeticiones
     //
     this.dateTimeInputFinRepeticiones.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputFinRepeticiones.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFinRepeticiones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFinRepeticiones.ButtonDropDown.Visible = true;
     this.dateTimeInputFinRepeticiones.Enabled = false;
     this.dateTimeInputFinRepeticiones.IsPopupCalendarOpen = false;
     this.dateTimeInputFinRepeticiones.Location = new System.Drawing.Point(116, 284);
     this.dateTimeInputFinRepeticiones.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFinRepeticiones.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFinRepeticiones.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFinRepeticiones.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFinRepeticiones.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFinRepeticiones.Name = "dateTimeInputFinRepeticiones";
     this.dateTimeInputFinRepeticiones.Size = new System.Drawing.Size(94, 20);
     this.dateTimeInputFinRepeticiones.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFinRepeticiones.TabIndex = 38;
     this.superValidator.SetValidator1(this.dateTimeInputFinRepeticiones, this.customValidatorDateTimeInputFinRepeticiones);
     this.dateTimeInputFinRepeticiones.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     //
     // labelSesiones
     //
     //
     //
     //
     this.labelSesiones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelSesiones.Location = new System.Drawing.Point(172, 255);
     this.labelSesiones.Name = "labelSesiones";
     this.labelSesiones.Size = new System.Drawing.Size(75, 23);
     this.labelSesiones.TabIndex = 39;
     this.labelSesiones.Text = "sesiones";
     //
     // superTabControlAsignacion
     //
     this.superTabControlAsignacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     //
     //
     //
     this.superTabControlAsignacion.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControlAsignacion.ControlBox.MenuBox.Name = "";
     this.superTabControlAsignacion.ControlBox.Name = "";
     this.superTabControlAsignacion.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabControlAsignacion.ControlBox.MenuBox,
     this.superTabControlAsignacion.ControlBox.CloseBox});
     this.superTabControlAsignacion.ControlBox.Visible = false;
     this.superTabControlAsignacion.Controls.Add(this.superTabControlPanel2);
     this.superTabControlAsignacion.Controls.Add(this.superTabControlPanelAsignacion);
     this.superTabControlAsignacion.Location = new System.Drawing.Point(300, 87);
     this.superTabControlAsignacion.Name = "superTabControlAsignacion";
     this.superTabControlAsignacion.ReorderTabsEnabled = true;
     this.superTabControlAsignacion.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.superTabControlAsignacion.SelectedTabIndex = 1;
     this.superTabControlAsignacion.Size = new System.Drawing.Size(298, 243);
     this.superTabControlAsignacion.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControlAsignacion.TabIndex = 41;
     this.superTabControlAsignacion.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabItemClase,
     this.superTabItemOtro});
     this.superTabControlAsignacion.TabsVisible = false;
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.panel2);
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 25);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     superTabLinearGradientColorTable1.AdaptiveGradient = false;
     superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
     System.Drawing.SystemColors.Control};
     superTabPanelItemColorTable1.Background = superTabLinearGradientColorTable1;
     superTabPanelColorTable1.Bottom = superTabPanelItemColorTable1;
     superTabLinearGradientColorTable2.AdaptiveGradient = false;
     superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
     System.Drawing.SystemColors.Control};
     superTabPanelItemColorTable2.Background = superTabLinearGradientColorTable2;
     superTabPanelColorTable1.Default = superTabPanelItemColorTable2;
     this.superTabControlPanel2.PanelColor = superTabPanelColorTable1;
     this.superTabControlPanel2.Size = new System.Drawing.Size(298, 218);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem = this.superTabItemOtro;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panel2.Controls.Add(this.comboBoxCliente);
     this.panel2.Controls.Add(this.labelCliente);
     this.panel2.Controls.Add(this.buttonEdit);
     this.panel2.Controls.Add(this.buttonX1);
     this.panel2.Controls.Add(this.textBoxObservaciones);
     this.panel2.Controls.Add(this.labelTipoUso);
     this.panel2.Controls.Add(this.labelObservaciones);
     this.panel2.Controls.Add(this.comboBoxTipoUso);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(298, 218);
     this.panel2.TabIndex = 49;
     //
     // comboBoxCliente
     //
     this.comboBoxCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxCliente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxCliente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxCliente.DisplayMember = "Text";
     this.comboBoxCliente.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxCliente.FormattingEnabled = true;
     this.comboBoxCliente.ItemHeight = 14;
     this.comboBoxCliente.Location = new System.Drawing.Point(84, 59);
     this.comboBoxCliente.Name = "comboBoxCliente";
     this.comboBoxCliente.Size = new System.Drawing.Size(156, 20);
     this.comboBoxCliente.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxCliente.TabIndex = 67;
     this.superValidator.SetValidator1(this.comboBoxCliente, this.customValidator_Cliente_Exists);
     this.comboBoxCliente.SelectedIndexChanged += new System.EventHandler(this.comboBoxCliente_SelectedIndexChanged);
     this.comboBoxCliente.Leave += new System.EventHandler(this.comboBoxCliente_Leave);
     //
     // labelCliente
     //
     //
     //
     //
     this.labelCliente.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelCliente.Location = new System.Drawing.Point(3, 59);
     this.labelCliente.Name = "labelCliente";
     this.labelCliente.Size = new System.Drawing.Size(72, 23);
     this.labelCliente.TabIndex = 66;
     this.labelCliente.Text = "Cliente:";
     //
     // buttonEdit
     //
     this.buttonEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit.AntiAlias = true;
     this.buttonEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonEdit.Image = ((System.Drawing.Image)(resources.GetObject("buttonEdit.Image")));
     this.buttonEdit.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonEdit.Location = new System.Drawing.Point(241, 62);
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.Size = new System.Drawing.Size(15, 15);
     this.buttonEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonEdit.TabIndex = 65;
     this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonX1.AntiAlias = true;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonX1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonX1.Location = new System.Drawing.Point(262, 62);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(15, 15);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 64;
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // textBoxObservaciones
     //
     this.textBoxObservaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxObservaciones.BackColor = System.Drawing.SystemColors.HighlightText;
     //
     //
     //
     this.textBoxObservaciones.Border.Class = "TextBoxBorder";
     this.textBoxObservaciones.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxObservaciones.ForeColor = System.Drawing.Color.Black;
     this.textBoxObservaciones.Location = new System.Drawing.Point(3, 113);
     this.textBoxObservaciones.Multiline = true;
     this.textBoxObservaciones.Name = "textBoxObservaciones";
     this.textBoxObservaciones.Size = new System.Drawing.Size(274, 79);
     this.textBoxObservaciones.TabIndex = 48;
     //
     // labelTipoUso
     //
     //
     //
     //
     this.labelTipoUso.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTipoUso.Location = new System.Drawing.Point(3, 30);
     this.labelTipoUso.Name = "labelTipoUso";
     this.labelTipoUso.Size = new System.Drawing.Size(75, 23);
     this.labelTipoUso.TabIndex = 45;
     this.labelTipoUso.Text = "Tipo de Uso:";
     //
     // labelObservaciones
     //
     //
     //
     //
     this.labelObservaciones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelObservaciones.Location = new System.Drawing.Point(3, 84);
     this.labelObservaciones.Name = "labelObservaciones";
     this.labelObservaciones.Size = new System.Drawing.Size(202, 23);
     this.labelObservaciones.TabIndex = 47;
     this.labelObservaciones.Text = "Observaciones:";
     //
     // comboBoxTipoUso
     //
     this.comboBoxTipoUso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxTipoUso.DisplayMember = "Text";
     this.comboBoxTipoUso.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxTipoUso.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTipoUso.FormattingEnabled = true;
     this.comboBoxTipoUso.ItemHeight = 14;
     this.comboBoxTipoUso.Location = new System.Drawing.Point(84, 33);
     this.comboBoxTipoUso.Name = "comboBoxTipoUso";
     this.comboBoxTipoUso.Size = new System.Drawing.Size(193, 20);
     this.comboBoxTipoUso.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxTipoUso.TabIndex = 44;
     //
     // superTabItemOtro
     //
     this.superTabItemOtro.AttachedControl = this.superTabControlPanel2;
     this.superTabItemOtro.GlobalItem = false;
     this.superTabItemOtro.Name = "superTabItemOtro";
     this.superTabItemOtro.Text = "Otro";
     //
     // superTabControlPanelAsignacion
     //
     this.superTabControlPanelAsignacion.Controls.Add(this.panel1);
     this.superTabControlPanelAsignacion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanelAsignacion.Location = new System.Drawing.Point(0, 25);
     this.superTabControlPanelAsignacion.Name = "superTabControlPanelAsignacion";
     superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
     System.Drawing.SystemColors.Control};
     superTabPanelItemColorTable3.Background = superTabLinearGradientColorTable3;
     superTabPanelColorTable2.Default = superTabPanelItemColorTable3;
     this.superTabControlPanelAsignacion.PanelColor = superTabPanelColorTable2;
     this.superTabControlPanelAsignacion.Size = new System.Drawing.Size(298, 218);
     this.superTabControlPanelAsignacion.TabIndex = 1;
     this.superTabControlPanelAsignacion.TabItem = this.superTabItemClase;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panel1.Controls.Add(this.labelX2);
     this.panel1.Controls.Add(this.textBoxDocente);
     this.panel1.Controls.Add(this.labelGrupo);
     this.panel1.Controls.Add(this.labelAsignatura);
     this.panel1.Controls.Add(this.comboBoxGrupo);
     this.panel1.Controls.Add(this.comboBoxAsignatura);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(298, 218);
     this.panel1.TabIndex = 49;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(3, 88);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex = 50;
     this.labelX2.Text = "Docente:";
     //
     // textBoxDocente
     //
     this.textBoxDocente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxDocente.Border.Class = "TextBoxBorder";
     this.textBoxDocente.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDocente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDocente.Location = new System.Drawing.Point(84, 88);
     this.textBoxDocente.Name = "textBoxDocente";
     this.textBoxDocente.ReadOnly = true;
     this.textBoxDocente.Size = new System.Drawing.Size(193, 22);
     this.textBoxDocente.TabIndex = 49;
     //
     // labelGrupo
     //
     //
     //
     //
     this.labelGrupo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelGrupo.Location = new System.Drawing.Point(3, 59);
     this.labelGrupo.Name = "labelGrupo";
     this.labelGrupo.Size = new System.Drawing.Size(75, 23);
     this.labelGrupo.TabIndex = 3;
     this.labelGrupo.Text = "Grupo:";
     //
     // labelAsignatura
     //
     //
     //
     //
     this.labelAsignatura.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAsignatura.Location = new System.Drawing.Point(3, 30);
     this.labelAsignatura.Name = "labelAsignatura";
     this.labelAsignatura.Size = new System.Drawing.Size(75, 23);
     this.labelAsignatura.TabIndex = 1;
     this.labelAsignatura.Text = "Asignatura:";
     //
     // comboBoxGrupo
     //
     this.comboBoxGrupo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxGrupo.DisplayMember = "Text";
     this.comboBoxGrupo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGrupo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGrupo.FormattingEnabled = true;
     this.comboBoxGrupo.ItemHeight = 14;
     this.comboBoxGrupo.Location = new System.Drawing.Point(84, 62);
     this.comboBoxGrupo.Name = "comboBoxGrupo";
     this.comboBoxGrupo.Size = new System.Drawing.Size(193, 20);
     this.comboBoxGrupo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxGrupo.TabIndex = 2;
     this.superValidator.SetValidator1(this.comboBoxGrupo, this.customValidatorValidateGrupo);
     this.comboBoxGrupo.SelectedIndexChanged += new System.EventHandler(this.comboBoxGrupo_SelectedIndexChanged);
     //
     // comboBoxAsignatura
     //
     this.comboBoxAsignatura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAsignatura.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxAsignatura.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxAsignatura.DisplayMember = "Text";
     this.comboBoxAsignatura.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxAsignatura.FormattingEnabled = true;
     this.comboBoxAsignatura.ItemHeight = 14;
     this.comboBoxAsignatura.Location = new System.Drawing.Point(84, 33);
     this.comboBoxAsignatura.Name = "comboBoxAsignatura";
     this.comboBoxAsignatura.Size = new System.Drawing.Size(193, 20);
     this.comboBoxAsignatura.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxAsignatura.TabIndex = 0;
     this.superValidator.SetValidator1(this.comboBoxAsignatura, this.customValidator_Asignatura_Exists);
     this.comboBoxAsignatura.SelectedIndexChanged += new System.EventHandler(this.comboBoxAsignatura_SelectedIndexChanged);
     this.comboBoxAsignatura.Leave += new System.EventHandler(this.comboBoxAsignatura_Leave);
     //
     // superTabItemClase
     //
     this.superTabItemClase.AttachedControl = this.superTabControlPanelAsignacion;
     this.superTabItemClase.GlobalItem = false;
     this.superTabItemClase.Name = "superTabItemClase";
     this.superTabItemClase.Text = "Clase";
     //
     // labelAsignacion
     //
     //
     //
     //
     this.labelAsignacion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAsignacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelAsignacion.Location = new System.Drawing.Point(300, 58);
     this.labelAsignacion.Name = "labelAsignacion";
     this.labelAsignacion.Size = new System.Drawing.Size(75, 23);
     this.labelAsignacion.TabIndex = 42;
     this.labelAsignacion.Text = "Asignacion de:";
     //
     // comboBoxAsignacion
     //
     this.comboBoxAsignacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAsignacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAsignacion.FormattingEnabled = true;
     this.comboBoxAsignacion.Items.AddRange(new object[] {
     "Clase",
     "Otros"});
     this.comboBoxAsignacion.Location = new System.Drawing.Point(381, 60);
     this.comboBoxAsignacion.Name = "comboBoxAsignacion";
     this.comboBoxAsignacion.Size = new System.Drawing.Size(196, 21);
     this.comboBoxAsignacion.TabIndex = 43;
     this.comboBoxAsignacion.SelectedIndexChanged += new System.EventHandler(this.comboBoxAsignacion_SelectedIndexChanged);
     //
     // dataGridViewFechas
     //
     this.dataGridViewFechas.AllowUserToAddRows = false;
     this.dataGridViewFechas.AllowUserToResizeColumns = false;
     this.dataGridViewFechas.AllowUserToResizeRows = false;
     this.dataGridViewFechas.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.dataGridViewFechas.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     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.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewFechas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewFechas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGridViewFechas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColumnAula,
     this.ColumnDia,
     this.ColumnInicio,
     this.ColumnFin,
     this.ColumnDuracion,
     this.ColumnSerie});
     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.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewFechas.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewFechas.EnableHeadersVisualStyles = false;
     this.dataGridViewFechas.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewFechas.Location = new System.Drawing.Point(10, 339);
     this.dataGridViewFechas.Name = "dataGridViewFechas";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     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.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewFechas.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewFechas.RowHeadersWidth = 10;
     this.dataGridViewFechas.Size = new System.Drawing.Size(567, 150);
     this.dataGridViewFechas.TabIndex = 44;
     //
     // ColumnAula
     //
     this.ColumnAula.DataPropertyName = "AulaReferencia";
     this.ColumnAula.HeaderText = "Aula";
     this.ColumnAula.Name = "ColumnAula";
     this.ColumnAula.ReadOnly = true;
     //
     // ColumnDia
     //
     this.ColumnDia.DataPropertyName = "Dia";
     this.ColumnDia.HeaderText = "Dia";
     this.ColumnDia.Name = "ColumnDia";
     this.ColumnDia.ReadOnly = true;
     this.ColumnDia.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnInicio
     //
     this.ColumnInicio.AllowEmptyState = false;
     //
     //
     //
     this.ColumnInicio.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
     this.ColumnInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.ButtonDropDown.Visible = true;
     this.ColumnInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.ColumnInicio.DataPropertyName = "Inicio";
     this.ColumnInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.ColumnInicio.HeaderText = "Inicio";
     this.ColumnInicio.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
     //
     //
     //
     this.ColumnInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     //
     //
     //
     this.ColumnInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.ColumnInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ColumnInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ColumnInicio.Name = "ColumnInicio";
     this.ColumnInicio.ShowUpDown = true;
     this.ColumnInicio.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnFin
     //
     //
     //
     //
     this.ColumnFin.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
     this.ColumnFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.ColumnFin.DataPropertyName = "Fin";
     this.ColumnFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.ColumnFin.HeaderText = "Fin";
     this.ColumnFin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
     //
     //
     //
     this.ColumnFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     //
     //
     //
     this.ColumnFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.ColumnFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ColumnFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ColumnFin.Name = "ColumnFin";
     this.ColumnFin.ShowUpDown = true;
     this.ColumnFin.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnDuracion
     //
     this.ColumnDuracion.DataPropertyName = "Duracion";
     this.ColumnDuracion.HeaderText = "Duración";
     this.ColumnDuracion.Name = "ColumnDuracion";
     this.ColumnDuracion.ReadOnly = true;
     this.ColumnDuracion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnSerie
     //
     this.ColumnSerie.DataPropertyName = "SerieDescripcion";
     this.ColumnSerie.HeaderText = "Serie";
     this.ColumnSerie.Name = "ColumnSerie";
     //
     // superValidator
     //
     this.superValidator.ContainerControl = this;
     this.superValidator.ErrorProvider = this.errorProvider;
     this.superValidator.Highlighter = this.highlighter;
     this.superValidator.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // customValidatorDiasSeleccionados
     //
     this.customValidatorDiasSeleccionados.ErrorMessage = "Almenos un dia debe de estar seleccionado";
     this.customValidatorDiasSeleccionados.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidatorDiasSeleccionados.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidatorDiasSeleccionados_ValidateValue);
     //
     // compareValidatorDateTimeInputFin
     //
     this.compareValidatorDateTimeInputFin.ControlToCompare = this.dateTimeInputInicio;
     this.compareValidatorDateTimeInputFin.ControlToCompareValuePropertyName = "Value";
     this.compareValidatorDateTimeInputFin.ErrorMessage = "Rango de fecha inválido";
     this.compareValidatorDateTimeInputFin.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.compareValidatorDateTimeInputFin.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.GreaterThan;
     //
     // customValidatorDateTimeInputFinRepeticiones
     //
     this.customValidatorDateTimeInputFinRepeticiones.ErrorMessage = "La fecha en que finaliza la repetición debe ser mayor a la de inicio";
     this.customValidatorDateTimeInputFinRepeticiones.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidatorDateTimeInputFinRepeticiones.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidatorDateValid_ValidateValue);
     //
     // customValidator_Cliente_Exists
     //
     this.customValidator_Cliente_Exists.ErrorMessage = "Cliente invalido, para continuar agruegue los datos del cliente.";
     this.customValidator_Cliente_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Cliente_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Cliente_Valido_ValidateValue);
     //
     // customValidatorValidateGrupo
     //
     this.customValidatorValidateGrupo.ErrorMessage = "Es requerido seleccionar un grupo";
     this.customValidatorValidateGrupo.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // customValidator_Asignatura_Exists
     //
     this.customValidator_Asignatura_Exists.ErrorMessage = "Asignatura Invalida.";
     this.customValidator_Asignatura_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Asignatura_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Asignatura_Exists_ValidateValue);
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     this.errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider.Icon")));
     //
     // highlighter
     //
     this.highlighter.ContainerControl = this;
     this.highlighter.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // comboBoxAula
     //
     this.comboBoxAula.DisplayMember = "Text";
     this.comboBoxAula.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxAula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAula.FormattingEnabled = true;
     this.comboBoxAula.ItemHeight = 14;
     this.comboBoxAula.Location = new System.Drawing.Point(46, 6);
     this.comboBoxAula.Name = "comboBoxAula";
     this.comboBoxAula.Size = new System.Drawing.Size(121, 20);
     this.comboBoxAula.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxAula.TabIndex = 45;
     //
     // labelAula
     //
     //
     //
     //
     this.labelAula.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAula.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelAula.Location = new System.Drawing.Point(10, 3);
     this.labelAula.Name = "labelAula";
     this.labelAula.Size = new System.Drawing.Size(30, 23);
     this.labelAula.TabIndex = 46;
     this.labelAula.Text = "Aula:";
     //
     // checkBoxAgruparSerie
     //
     //
     //
     //
     this.checkBoxAgruparSerie.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxAgruparSerie.Location = new System.Drawing.Point(300, 6);
     this.checkBoxAgruparSerie.Name = "checkBoxAgruparSerie";
     this.checkBoxAgruparSerie.Size = new System.Drawing.Size(116, 23);
     this.checkBoxAgruparSerie.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxAgruparSerie.TabIndex = 47;
     this.checkBoxAgruparSerie.Text = "Agrupar en serie";
     this.checkBoxAgruparSerie.CheckedChanged += new System.EventHandler(this.checkBoxAgruparSerie_CheckedChanged);
     //
     // textBoxTituloSerie
     //
     this.textBoxTituloSerie.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxTituloSerie.Border.Class = "TextBoxBorder";
     this.textBoxTituloSerie.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxTituloSerie.Enabled = false;
     this.textBoxTituloSerie.Location = new System.Drawing.Point(300, 32);
     this.textBoxTituloSerie.Name = "textBoxTituloSerie";
     this.textBoxTituloSerie.Size = new System.Drawing.Size(277, 20);
     this.textBoxTituloSerie.TabIndex = 48;
     //
     // AsignacionMultipleControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.Controls.Add(this.textBoxTituloSerie);
     this.Controls.Add(this.checkBoxAgruparSerie);
     this.Controls.Add(this.labelAula);
     this.Controls.Add(this.comboBoxAula);
     this.Controls.Add(this.dataGridViewFechas);
     this.Controls.Add(this.comboBoxAsignacion);
     this.Controls.Add(this.labelAsignacion);
     this.Controls.Add(this.superTabControlAsignacion);
     this.Controls.Add(this.labelSesiones);
     this.Controls.Add(this.dateTimeInputFinRepeticiones);
     this.Controls.Add(this.integerInputRepeticiones);
     this.Controls.Add(this.radioButtonFecha);
     this.Controls.Add(this.radioButtonRepeticiones);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.buttonLimpiar);
     this.Controls.Add(this.labelTiempo);
     this.Controls.Add(this.buttonAdd);
     this.Controls.Add(this.checkBoxDomingo);
     this.Controls.Add(this.checkBoxSabado);
     this.Controls.Add(this.checkBoxViernes);
     this.Controls.Add(this.checkBoxJueves);
     this.Controls.Add(this.checkBoxMiercoles);
     this.Controls.Add(this.checkBoxMartes);
     this.Controls.Add(this.checkBoxLunes);
     this.Controls.Add(this.checkBoxRepetir);
     this.Controls.Add(this.dateTimeInputFin);
     this.Controls.Add(this.labelFin);
     this.Controls.Add(this.dateTimeInputInicio);
     this.Controls.Add(this.labelInicio);
     this.Name = "AsignacionMultipleControl";
     this.Size = new System.Drawing.Size(602, 506);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputRepeticiones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFinRepeticiones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControlAsignacion)).EndInit();
     this.superTabControlAsignacion.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.superTabControlPanelAsignacion.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFechas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ErrorProvider errorProvider;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsignacionClaseControl));
     DevComponents.DotNetBar.Validator.Highlighter highlighter;
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeFinValidator;
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeInicioValidator;
     this.dateTimeInputInicio = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInputFin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelFin = new DevComponents.DotNetBar.LabelX();
     this.labelInicio = new DevComponents.DotNetBar.LabelX();
     this.labelAsignatura = new DevComponents.DotNetBar.LabelX();
     this.comboBoxAsignatura = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxGrupo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelGrupo = new DevComponents.DotNetBar.LabelX();
     this.labelDuracion = new DevComponents.DotNetBar.LabelX();
     this.textBoxDuracion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelTitulo = new DevComponents.DotNetBar.LabelX();
     this.labelLugar = new DevComponents.DotNetBar.LabelX();
     this.comboBoxLugar = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.superValidator = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.customValidator_Asignatura_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.requiredFieldGrupo = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Es requerido seleccionar un grupo");
     this.textBoxDocente = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelDocente = new DevComponents.DotNetBar.LabelX();
     errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     highlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     compareDateTimeFinValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     compareDateTimeInicioValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     ((System.ComponentModel.ISupportInitialize)(errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).BeginInit();
     this.SuspendLayout();
     //
     // errorProvider
     //
     errorProvider.ContainerControl = this;
     errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider.Icon")));
     //
     // highlighter
     //
     highlighter.ContainerControl = this;
     highlighter.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // compareDateTimeFinValidator
     //
     compareDateTimeFinValidator.ControlToCompare = this.dateTimeInputInicio;
     compareDateTimeFinValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeFinValidator.ErrorMessage = "La fecha y hora de finalizacion debe de ser mayor que la de inicio";
     compareDateTimeFinValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeFinValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.GreaterThan;
     compareDateTimeFinValidator.ValuePropertyName = "Value";
     compareDateTimeFinValidator.ValueToCompare = "Value";
     //
     // dateTimeInputInicio
     //
     this.dateTimeInputInicio.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputInicio.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputInicio.ButtonDropDown.Visible = true;
     this.dateTimeInputInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputInicio.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputInicio.IsPopupCalendarOpen = false;
     this.dateTimeInputInicio.Location = new System.Drawing.Point(10, 85);
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputInicio.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputInicio.Name = "dateTimeInputInicio";
     this.dateTimeInputInicio.ShowUpDown = true;
     this.dateTimeInputInicio.Size = new System.Drawing.Size(200, 22);
     this.dateTimeInputInicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputInicio.TabIndex = 31;
     this.superValidator.SetValidator1(this.dateTimeInputInicio, compareDateTimeInicioValidator);
     this.dateTimeInputInicio.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     this.dateTimeInputInicio.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // compareDateTimeInicioValidator
     //
     compareDateTimeInicioValidator.ControlToCompare = this.dateTimeInputFin;
     compareDateTimeInicioValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeInicioValidator.ErrorMessage = "La fecha y hora de incio debe de ser mayor que la de finalizacion";
     compareDateTimeInicioValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeInicioValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.LessThan;
     compareDateTimeInicioValidator.ValuePropertyName = "Value";
     compareDateTimeInicioValidator.ValueToCompare = "Value";
     //
     // dateTimeInputFin
     //
     this.dateTimeInputFin.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputFin.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFin.ButtonDropDown.Visible = true;
     this.dateTimeInputFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputFin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputFin.IsPopupCalendarOpen = false;
     this.dateTimeInputFin.Location = new System.Drawing.Point(10, 138);
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFin.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFin.Name = "dateTimeInputFin";
     this.dateTimeInputFin.ShowUpDown = true;
     this.dateTimeInputFin.Size = new System.Drawing.Size(200, 22);
     this.dateTimeInputFin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFin.TabIndex = 33;
     this.superValidator.SetValidator1(this.dateTimeInputFin, compareDateTimeFinValidator);
     this.dateTimeInputFin.Value = new System.DateTime(2012, 10, 29, 5, 53, 0, 0);
     this.dateTimeInputFin.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // labelFin
     //
     //
     //
     //
     this.labelFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelFin.Location = new System.Drawing.Point(10, 111);
     this.labelFin.Name = "labelFin";
     this.labelFin.Size = new System.Drawing.Size(75, 23);
     this.labelFin.TabIndex = 32;
     this.labelFin.Text = "Fin:";
     //
     // labelInicio
     //
     //
     //
     //
     this.labelInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelInicio.Location = new System.Drawing.Point(10, 56);
     this.labelInicio.Name = "labelInicio";
     this.labelInicio.Size = new System.Drawing.Size(75, 23);
     this.labelInicio.TabIndex = 30;
     this.labelInicio.Text = "Inicio:";
     //
     // labelAsignatura
     //
     //
     //
     //
     this.labelAsignatura.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAsignatura.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelAsignatura.Location = new System.Drawing.Point(10, 280);
     this.labelAsignatura.Name = "labelAsignatura";
     this.labelAsignatura.Size = new System.Drawing.Size(93, 23);
     this.labelAsignatura.TabIndex = 35;
     this.labelAsignatura.Text = "Asignatura:";
     //
     // comboBoxAsignatura
     //
     this.comboBoxAsignatura.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxAsignatura.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxAsignatura.DisplayMember = "Text";
     this.comboBoxAsignatura.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxAsignatura.DropDownWidth = 350;
     this.comboBoxAsignatura.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAsignatura.FormattingEnabled = true;
     this.comboBoxAsignatura.ItemHeight = 16;
     this.comboBoxAsignatura.Location = new System.Drawing.Point(10, 309);
     this.comboBoxAsignatura.Name = "comboBoxAsignatura";
     this.comboBoxAsignatura.Size = new System.Drawing.Size(200, 22);
     this.comboBoxAsignatura.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxAsignatura.TabIndex = 36;
     this.superValidator.SetValidator1(this.comboBoxAsignatura, this.customValidator_Asignatura_Exists);
     this.comboBoxAsignatura.SelectedIndexChanged += new System.EventHandler(this.comboBoxAsignatura_SelectedIndexChanged);
     this.comboBoxAsignatura.Leave += new System.EventHandler(this.comboBoxAsignatura_Leave);
     //
     // comboBoxGrupo
     //
     this.comboBoxGrupo.DisplayMember = "Text";
     this.comboBoxGrupo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGrupo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGrupo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxGrupo.FormattingEnabled = true;
     this.comboBoxGrupo.ItemHeight = 16;
     this.comboBoxGrupo.Location = new System.Drawing.Point(10, 364);
     this.comboBoxGrupo.Name = "comboBoxGrupo";
     this.comboBoxGrupo.Size = new System.Drawing.Size(75, 22);
     this.comboBoxGrupo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxGrupo.TabIndex = 38;
     this.superValidator.SetValidator1(this.comboBoxGrupo, this.requiredFieldGrupo);
     this.comboBoxGrupo.SelectedIndexChanged += new System.EventHandler(this.comboBoxGrupo_SelectedIndexChanged);
     //
     // labelGrupo
     //
     //
     //
     //
     this.labelGrupo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelGrupo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelGrupo.Location = new System.Drawing.Point(10, 335);
     this.labelGrupo.Name = "labelGrupo";
     this.labelGrupo.Size = new System.Drawing.Size(75, 23);
     this.labelGrupo.TabIndex = 37;
     this.labelGrupo.Text = "Grupo:";
     //
     // labelDuracion
     //
     //
     //
     //
     this.labelDuracion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelDuracion.Location = new System.Drawing.Point(10, 166);
     this.labelDuracion.Name = "labelDuracion";
     this.labelDuracion.Size = new System.Drawing.Size(93, 23);
     this.labelDuracion.TabIndex = 39;
     this.labelDuracion.Text = "Duracion:";
     //
     // textBoxDuracion
     //
     //
     //
     //
     this.textBoxDuracion.Border.Class = "TextBoxBorder";
     this.textBoxDuracion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDuracion.Location = new System.Drawing.Point(10, 195);
     this.textBoxDuracion.Name = "textBoxDuracion";
     this.textBoxDuracion.ReadOnly = true;
     this.textBoxDuracion.Size = new System.Drawing.Size(200, 22);
     this.textBoxDuracion.TabIndex = 40;
     this.textBoxDuracion.Text = "Invalido";
     //
     // labelTitulo
     //
     //
     //
     //
     this.labelTitulo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTitulo.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitulo.ForeColor = System.Drawing.Color.DarkBlue;
     this.labelTitulo.Location = new System.Drawing.Point(10, 3);
     this.labelTitulo.Name = "labelTitulo";
     this.labelTitulo.Size = new System.Drawing.Size(200, 47);
     this.labelTitulo.TabIndex = 41;
     this.labelTitulo.Text = "Asignación de Clase";
     //
     // labelLugar
     //
     //
     //
     //
     this.labelLugar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelLugar.Location = new System.Drawing.Point(10, 223);
     this.labelLugar.Name = "labelLugar";
     this.labelLugar.Size = new System.Drawing.Size(75, 23);
     this.labelLugar.TabIndex = 42;
     this.labelLugar.Text = "Lugar:";
     //
     // comboBoxLugar
     //
     this.comboBoxLugar.DisplayMember = "Text";
     this.comboBoxLugar.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxLugar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxLugar.FormattingEnabled = true;
     this.comboBoxLugar.ItemHeight = 16;
     this.comboBoxLugar.Location = new System.Drawing.Point(10, 252);
     this.comboBoxLugar.Name = "comboBoxLugar";
     this.comboBoxLugar.Size = new System.Drawing.Size(200, 22);
     this.comboBoxLugar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxLugar.TabIndex = 43;
     //
     // superValidator
     //
     this.superValidator.ContainerControl = this;
     this.superValidator.ErrorProvider = errorProvider;
     this.superValidator.Highlighter = highlighter;
     this.superValidator.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // customValidator_Asignatura_Exists
     //
     this.customValidator_Asignatura_Exists.ErrorMessage = "Asignatura Invalida.";
     this.customValidator_Asignatura_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Asignatura_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Asignatura_Exists_ValidateValue);
     //
     // requiredFieldGrupo
     //
     this.requiredFieldGrupo.ErrorMessage = "Es requerido seleccionar un grupo";
     this.requiredFieldGrupo.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.requiredFieldGrupo.ValuePropertyName = "SelectedItem";
     //
     // textBoxDocente
     //
     //
     //
     //
     this.textBoxDocente.Border.Class = "TextBoxBorder";
     this.textBoxDocente.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDocente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDocente.Location = new System.Drawing.Point(10, 421);
     this.textBoxDocente.Name = "textBoxDocente";
     this.textBoxDocente.ReadOnly = true;
     this.textBoxDocente.Size = new System.Drawing.Size(200, 22);
     this.textBoxDocente.TabIndex = 47;
     //
     // labelDocente
     //
     //
     //
     //
     this.labelDocente.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDocente.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelDocente.Location = new System.Drawing.Point(10, 392);
     this.labelDocente.Name = "labelDocente";
     this.labelDocente.Size = new System.Drawing.Size(75, 23);
     this.labelDocente.TabIndex = 46;
     this.labelDocente.Text = "Docente:";
     //
     // AsignacionClaseControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.textBoxDocente);
     this.Controls.Add(this.labelDocente);
     this.Controls.Add(this.comboBoxLugar);
     this.Controls.Add(this.labelLugar);
     this.Controls.Add(this.labelTitulo);
     this.Controls.Add(this.textBoxDuracion);
     this.Controls.Add(this.labelDuracion);
     this.Controls.Add(this.comboBoxGrupo);
     this.Controls.Add(this.labelGrupo);
     this.Controls.Add(this.comboBoxAsignatura);
     this.Controls.Add(this.labelAsignatura);
     this.Controls.Add(this.dateTimeInputFin);
     this.Controls.Add(this.labelFin);
     this.Controls.Add(this.dateTimeInputInicio);
     this.Controls.Add(this.labelInicio);
     this.Name = "AsignacionClaseControl";
     this.Size = new System.Drawing.Size(219, 466);
     ((System.ComponentModel.ISupportInitialize)(errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).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.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.tbxTenThongBao = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tbxNoiDungThongBao = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dtNgayThongBao = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.btnLuu = new DevComponents.DotNetBar.ButtonX();
     this.lvThongBao = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.maThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tenThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.noiDungThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ngayThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.dtNgayThongBao)).BeginInit();
     this.SuspendLayout();
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(34, 31);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "Tên thông báo:";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(34, 60);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(104, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "Nội dung thông báo: ";
     //
     // 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", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.ForeColor = System.Drawing.Color.Blue;
     this.labelX3.Location = new System.Drawing.Point(166, 1);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(202, 23);
     this.labelX3.TabIndex = 25;
     this.labelX3.Text = "LẬP PHIẾU THÔNG BÁO";
     //
     // tbxTenThongBao
     //
     this.tbxTenThongBao.BackColor = System.Drawing.Color.Gainsboro;
     //
     //
     //
     this.tbxTenThongBao.Border.Class = "TextBoxBorder";
     this.tbxTenThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxTenThongBao.Location = new System.Drawing.Point(211, 30);
     this.tbxTenThongBao.Name = "tbxTenThongBao";
     this.tbxTenThongBao.Size = new System.Drawing.Size(344, 20);
     this.tbxTenThongBao.TabIndex = 1;
     //
     // tbxNoiDungThongBao
     //
     this.tbxNoiDungThongBao.BackColor = System.Drawing.Color.WhiteSmoke;
     //
     //
     //
     this.tbxNoiDungThongBao.Border.Class = "TextBoxBorder";
     this.tbxNoiDungThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxNoiDungThongBao.Location = new System.Drawing.Point(34, 89);
     this.tbxNoiDungThongBao.Multiline = true;
     this.tbxNoiDungThongBao.Name = "tbxNoiDungThongBao";
     this.tbxNoiDungThongBao.Size = new System.Drawing.Size(521, 76);
     this.tbxNoiDungThongBao.TabIndex = 3;
     //
     // dtNgayThongBao
     //
     //
     //
     //
     this.dtNgayThongBao.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtNgayThongBao.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtNgayThongBao.ButtonDropDown.Visible = true;
     this.dtNgayThongBao.Location = new System.Drawing.Point(335, 56);
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtNgayThongBao.MonthCalendar.BackgroundStyle.Class = "";
     this.dtNgayThongBao.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.MonthCalendar.DisplayMonth = new System.DateTime(2013, 1, 1, 0, 0, 0, 0);
     this.dtNgayThongBao.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtNgayThongBao.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.MonthCalendar.TodayButtonVisible = true;
     this.dtNgayThongBao.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtNgayThongBao.Name = "dtNgayThongBao";
     this.dtNgayThongBao.Size = new System.Drawing.Size(220, 20);
     this.dtNgayThongBao.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtNgayThongBao.TabIndex = 2;
     this.dtNgayThongBao.Value = new System.DateTime(2013, 1, 18, 1, 29, 34, 0);
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(211, 56);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(104, 23);
     this.labelX4.TabIndex = 27;
     this.labelX4.Text = "Ngày thông báo: ";
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Location = new System.Drawing.Point(480, 171);
     this.btnLuu.Name = "btnLuu";
     this.btnLuu.Size = new System.Drawing.Size(75, 23);
     this.btnLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnLuu.TabIndex = 28;
     this.btnLuu.Text = "Lưu";
     this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
     //
     // lvThongBao
     //
     //
     //
     //
     this.lvThongBao.Border.Class = "ListViewBorder";
     this.lvThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvThongBao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.maThongBao,
     this.tenThongBao,
     this.noiDungThongBao,
     this.ngayThongBao});
     this.lvThongBao.FullRowSelect = true;
     this.lvThongBao.GridLines = true;
     this.lvThongBao.Location = new System.Drawing.Point(12, 200);
     this.lvThongBao.MultiSelect = false;
     this.lvThongBao.Name = "lvThongBao";
     this.lvThongBao.Size = new System.Drawing.Size(550, 111);
     this.lvThongBao.TabIndex = 30;
     this.lvThongBao.UseCompatibleStateImageBehavior = false;
     this.lvThongBao.View = System.Windows.Forms.View.Details;
     this.lvThongBao.DoubleClick += new System.EventHandler(this.lvThongBao_DoubleClick);
     //
     // maThongBao
     //
     this.maThongBao.Text = "Mã TB";
     this.maThongBao.Width = 50;
     //
     // tenThongBao
     //
     this.tenThongBao.Text = "Tên thông báo";
     this.tenThongBao.Width = 130;
     //
     // noiDungThongBao
     //
     this.noiDungThongBao.Text = "Nội dung thông báo";
     this.noiDungThongBao.Width = 250;
     //
     // ngayThongBao
     //
     this.ngayThongBao.Text = "Ngày thông báo";
     this.ngayThongBao.Width = 120;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(34, 171);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(115, 23);
     this.labelX5.TabIndex = 31;
     this.labelX5.Text = "Danh sách thông báo: ";
     //
     // frmLapThongBao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(579, 312);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.lvThongBao);
     this.Controls.Add(this.btnLuu);
     this.Controls.Add(this.labelX4);
     this.Controls.Add(this.dtNgayThongBao);
     this.Controls.Add(this.tbxNoiDungThongBao);
     this.Controls.Add(this.tbxTenThongBao);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Name = "frmLapThongBao";
     this.Text = "Lập thông báo";
     this.Load += new System.EventHandler(this.frmLapThongBao_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dtNgayThongBao)).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.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()
 {
     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.components = new System.ComponentModel.Container();
     this.labelXTitle = new DevComponents.DotNetBar.LabelX();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.cancelButton = new DevComponents.DotNetBar.ButtonX();
     this.checkBox_sat = new System.Windows.Forms.CheckBox();
     this.checkBox_fri = new System.Windows.Forms.CheckBox();
     this.checkBox_thu = new System.Windows.Forms.CheckBox();
     this.checkBox_wed = new System.Windows.Forms.CheckBox();
     this.checkBox_tue = new System.Windows.Forms.CheckBox();
     this.checkBox_sun = new System.Windows.Forms.CheckBox();
     this.checkBox_mon = new System.Windows.Forms.CheckBox();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cmbContinuationType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cmbHistoricalPeriod = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem_tick = new DevComponents.Editors.ComboItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.saveButton = new DevComponents.DotNetBar.ButtonX();
     this.labelX_back = new DevComponents.DotNetBar.LabelX();
     this.checkBox_AutoCollec = new System.Windows.Forms.CheckBox();
     this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.comboBoxEx_existigsSessions = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.textBoxX_sessionsName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.buttonX_add = new DevComponents.DotNetBar.ButtonX();
     this.checkBox_sy = new System.Windows.Forms.CheckBox();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.btnRemov = new DevComponents.DotNetBar.ButtonX();
     this.lbSelList = new System.Windows.Forms.ListBox();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.listViewEx_times = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader_No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader_Name1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader_TS = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader_Days = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.textBoxXListName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.contextMenuStrip1.SuspendLayout();
     this.panelEx4.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     this.panelEx2.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelXTitle
     //
     //
     //
     //
     this.labelXTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelXTitle.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelXTitle.Location = new System.Drawing.Point(101, 3);
     this.labelXTitle.Name = "labelXTitle";
     this.labelXTitle.Size = new System.Drawing.Size(239, 34);
     this.labelXTitle.TabIndex = 19;
     this.labelXTitle.Text = "EDIT GROUP";
     //
     // cancelButton
     //
     this.cancelButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cancelButton.Location = new System.Drawing.Point(666, 403);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(105, 31);
     this.cancelButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cancelButton.TabIndex = 91;
     this.cancelButton.Text = "Cancel";
     this.toolTip1.SetToolTip(this.cancelButton, "Return without saving");
     //
     // checkBox_sat
     //
     this.checkBox_sat.AutoSize = true;
     this.checkBox_sat.ForeColor = System.Drawing.Color.Black;
     this.checkBox_sat.Location = new System.Drawing.Point(458, 8);
     this.checkBox_sat.Name = "checkBox_sat";
     this.checkBox_sat.Size = new System.Drawing.Size(32, 19);
     this.checkBox_sat.TabIndex = 110;
     this.checkBox_sat.Text = "S";
     this.toolTip1.SetToolTip(this.checkBox_sat, "Saturday");
     this.checkBox_sat.UseVisualStyleBackColor = true;
     //
     // checkBox_fri
     //
     this.checkBox_fri.AutoSize = true;
     this.checkBox_fri.ForeColor = System.Drawing.Color.Black;
     this.checkBox_fri.Location = new System.Drawing.Point(420, 8);
     this.checkBox_fri.Name = "checkBox_fri";
     this.checkBox_fri.Size = new System.Drawing.Size(32, 19);
     this.checkBox_fri.TabIndex = 109;
     this.checkBox_fri.Text = "F";
     this.toolTip1.SetToolTip(this.checkBox_fri, "Friday");
     this.checkBox_fri.UseVisualStyleBackColor = true;
     //
     // checkBox_thu
     //
     this.checkBox_thu.AutoSize = true;
     this.checkBox_thu.ForeColor = System.Drawing.Color.Black;
     this.checkBox_thu.Location = new System.Drawing.Point(381, 8);
     this.checkBox_thu.Name = "checkBox_thu";
     this.checkBox_thu.Size = new System.Drawing.Size(33, 19);
     this.checkBox_thu.TabIndex = 108;
     this.checkBox_thu.Text = "T";
     this.toolTip1.SetToolTip(this.checkBox_thu, "Thursday");
     this.checkBox_thu.UseVisualStyleBackColor = true;
     //
     // checkBox_wed
     //
     this.checkBox_wed.AutoSize = true;
     this.checkBox_wed.ForeColor = System.Drawing.Color.Black;
     this.checkBox_wed.Location = new System.Drawing.Point(335, 8);
     this.checkBox_wed.Name = "checkBox_wed";
     this.checkBox_wed.Size = new System.Drawing.Size(37, 19);
     this.checkBox_wed.TabIndex = 107;
     this.checkBox_wed.Text = "W";
     this.toolTip1.SetToolTip(this.checkBox_wed, "Wednesday");
     this.checkBox_wed.UseVisualStyleBackColor = true;
     //
     // checkBox_tue
     //
     this.checkBox_tue.AutoSize = true;
     this.checkBox_tue.ForeColor = System.Drawing.Color.Black;
     this.checkBox_tue.Location = new System.Drawing.Point(296, 8);
     this.checkBox_tue.Name = "checkBox_tue";
     this.checkBox_tue.Size = new System.Drawing.Size(33, 19);
     this.checkBox_tue.TabIndex = 106;
     this.checkBox_tue.Text = "T";
     this.toolTip1.SetToolTip(this.checkBox_tue, "Tuesday");
     this.checkBox_tue.UseVisualStyleBackColor = true;
     //
     // checkBox_sun
     //
     this.checkBox_sun.AutoSize = true;
     this.checkBox_sun.ForeColor = System.Drawing.Color.Black;
     this.checkBox_sun.Location = new System.Drawing.Point(215, 8);
     this.checkBox_sun.Name = "checkBox_sun";
     this.checkBox_sun.Size = new System.Drawing.Size(32, 19);
     this.checkBox_sun.TabIndex = 104;
     this.checkBox_sun.Text = "S";
     this.toolTip1.SetToolTip(this.checkBox_sun, "Sunday");
     this.checkBox_sun.UseVisualStyleBackColor = true;
     //
     // checkBox_mon
     //
     this.checkBox_mon.AutoSize = true;
     this.checkBox_mon.ForeColor = System.Drawing.Color.Black;
     this.checkBox_mon.Location = new System.Drawing.Point(253, 8);
     this.checkBox_mon.Name = "checkBox_mon";
     this.checkBox_mon.Size = new System.Drawing.Size(37, 19);
     this.checkBox_mon.TabIndex = 105;
     this.checkBox_mon.Text = "M";
     this.toolTip1.SetToolTip(this.checkBox_mon, "Monday");
     this.checkBox_mon.UseVisualStyleBackColor = true;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.deleteToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // cmbContinuationType
     //
     this.cmbContinuationType.DisplayMember = "Text";
     this.cmbContinuationType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbContinuationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbContinuationType.Enabled = false;
     this.cmbContinuationType.FormattingEnabled = true;
     this.cmbContinuationType.ItemHeight = 17;
     this.cmbContinuationType.Location = new System.Drawing.Point(8, 69);
     this.cmbContinuationType.Name = "cmbContinuationType";
     this.cmbContinuationType.Size = new System.Drawing.Size(162, 23);
     this.cmbContinuationType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbContinuationType.TabIndex = 101;
     //
     // cmbHistoricalPeriod
     //
     this.cmbHistoricalPeriod.DisplayMember = "Text";
     this.cmbHistoricalPeriod.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHistoricalPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbHistoricalPeriod.Enabled = false;
     this.cmbHistoricalPeriod.FormattingEnabled = true;
     this.cmbHistoricalPeriod.ItemHeight = 17;
     this.cmbHistoricalPeriod.Items.AddRange(new object[] {
     this.comboItem_tick,
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem8,
     this.comboItem9,
     this.comboItem10,
     this.comboItem11,
     this.comboItem12,
     this.comboItem13,
     this.comboItem14,
     this.comboItem15});
     this.cmbHistoricalPeriod.Location = new System.Drawing.Point(8, 22);
     this.cmbHistoricalPeriod.Name = "cmbHistoricalPeriod";
     this.cmbHistoricalPeriod.Size = new System.Drawing.Size(162, 23);
     this.cmbHistoricalPeriod.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbHistoricalPeriod.TabIndex = 100;
     //
     // comboItem_tick
     //
     this.comboItem_tick.Text = "tick";
     //
     // comboItem1
     //
     this.comboItem1.Text = "1 minute";
     //
     // comboItem2
     //
     this.comboItem2.Text = "2 minutes";
     //
     // comboItem3
     //
     this.comboItem3.Text = "3 minutes";
     //
     // comboItem4
     //
     this.comboItem4.Text = "5 minutes";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10 minutes";
     //
     // comboItem6
     //
     this.comboItem6.Text = "15 minutes";
     //
     // comboItem7
     //
     this.comboItem7.Text = "30 minutes";
     //
     // comboItem8
     //
     this.comboItem8.Text = "60 minutes";
     //
     // comboItem9
     //
     this.comboItem9.Text = "240 minutes";
     //
     // comboItem10
     //
     this.comboItem10.Text = "Daily";
     //
     // comboItem11
     //
     this.comboItem11.Text = "Weekly";
     //
     // comboItem12
     //
     this.comboItem12.Text = "Monthly";
     //
     // comboItem13
     //
     this.comboItem13.Text = "Quarterly";
     //
     // comboItem14
     //
     this.comboItem14.Text = "Semiannual";
     //
     // comboItem15
     //
     this.comboItem15.Text = "Yearly";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX2.Location = new System.Drawing.Point(8, 2);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(97, 21);
     this.labelX2.TabIndex = 98;
     this.labelX2.Text = "Timeframe:";
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX3.Location = new System.Drawing.Point(8, 48);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(116, 21);
     this.labelX3.TabIndex = 99;
     this.labelX3.Text = "Continuation Types:";
     //
     // saveButton
     //
     this.saveButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.saveButton.Location = new System.Drawing.Point(542, 403);
     this.saveButton.Name = "saveButton";
     this.saveButton.Size = new System.Drawing.Size(105, 31);
     this.saveButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.saveButton.TabIndex = 94;
     this.saveButton.Text = "Save";
     //
     // labelX_back
     //
     //
     //
     //
     this.labelX_back.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX_back.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX_back.ForeColor = System.Drawing.Color.Black;
     this.labelX_back.Location = new System.Drawing.Point(3, 3);
     this.labelX_back.Name = "labelX_back";
     this.labelX_back.PaddingLeft = 6;
     this.labelX_back.Size = new System.Drawing.Size(68, 64);
     this.labelX_back.Symbol = "";
     this.labelX_back.SymbolColor = System.Drawing.Color.Green;
     this.labelX_back.SymbolSize = 50F;
     this.labelX_back.TabIndex = 104;
     this.labelX_back.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // checkBox_AutoCollec
     //
     this.checkBox_AutoCollec.AutoSize = true;
     this.checkBox_AutoCollec.ForeColor = System.Drawing.Color.Black;
     this.checkBox_AutoCollec.Location = new System.Drawing.Point(619, 55);
     this.checkBox_AutoCollec.Name = "checkBox_AutoCollec";
     this.checkBox_AutoCollec.Size = new System.Drawing.Size(152, 19);
     this.checkBox_AutoCollec.TabIndex = 116;
     this.checkBox_AutoCollec.Text = "Auto collecting enabled";
     this.checkBox_AutoCollec.UseVisualStyleBackColor = true;
     this.checkBox_AutoCollec.CheckedChanged += new System.EventHandler(this.checkBox_AutoCollec_CheckedChanged);
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx4.Controls.Add(this.buttonX1);
     this.panelEx4.Controls.Add(this.comboBoxEx_existigsSessions);
     this.panelEx4.Enabled = false;
     this.panelEx4.Location = new System.Drawing.Point(200, 331);
     this.panelEx4.Name = "panelEx4";
     this.panelEx4.Size = new System.Drawing.Size(572, 64);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx4.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx4.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx4.Style.BorderWidth = 3;
     this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex = 119;
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(496, 3);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(71, 54);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 101;
     this.buttonX1.Text = "Add";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // comboBoxEx_existigsSessions
     //
     this.comboBoxEx_existigsSessions.DisplayMember = "Text";
     this.comboBoxEx_existigsSessions.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx_existigsSessions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEx_existigsSessions.FormattingEnabled = true;
     this.comboBoxEx_existigsSessions.ItemHeight = 17;
     this.comboBoxEx_existigsSessions.Location = new System.Drawing.Point(51, 20);
     this.comboBoxEx_existigsSessions.Name = "comboBoxEx_existigsSessions";
     this.comboBoxEx_existigsSessions.Size = new System.Drawing.Size(363, 23);
     this.comboBoxEx_existigsSessions.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx_existigsSessions.TabIndex = 82;
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.checkBox_sat);
     this.panelEx3.Controls.Add(this.textBoxX_sessionsName);
     this.panelEx3.Controls.Add(this.checkBox_fri);
     this.panelEx3.Controls.Add(this.dateTimeInput1);
     this.panelEx3.Controls.Add(this.checkBox_thu);
     this.panelEx3.Controls.Add(this.buttonX_add);
     this.panelEx3.Controls.Add(this.checkBox_sy);
     this.panelEx3.Controls.Add(this.checkBox_wed);
     this.panelEx3.Controls.Add(this.dateTimeInput2);
     this.panelEx3.Controls.Add(this.checkBox_tue);
     this.panelEx3.Controls.Add(this.checkBox_sun);
     this.panelEx3.Controls.Add(this.checkBox_mon);
     this.panelEx3.Enabled = false;
     this.panelEx3.Location = new System.Drawing.Point(200, 249);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(572, 76);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx3.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx3.Style.BorderWidth = 3;
     this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 118;
     //
     // textBoxX_sessionsName
     //
     this.textBoxX_sessionsName.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxX_sessionsName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.textBoxX_sessionsName.Border.BorderLeftColor = System.Drawing.Color.Green;
     this.textBoxX_sessionsName.Border.BorderLeftWidth = 3;
     this.textBoxX_sessionsName.Border.Class = "TextBoxBorder";
     this.textBoxX_sessionsName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX_sessionsName.ForeColor = System.Drawing.Color.Black;
     this.textBoxX_sessionsName.Location = new System.Drawing.Point(14, 7);
     this.textBoxX_sessionsName.MaxLength = 100;
     this.textBoxX_sessionsName.Name = "textBoxX_sessionsName";
     this.textBoxX_sessionsName.Size = new System.Drawing.Size(183, 23);
     this.textBoxX_sessionsName.TabIndex = 103;
     //
     // 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.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(14, 36);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.Visible = false;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(83, 23);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 98;
     this.dateTimeInput1.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // buttonX_add
     //
     this.buttonX_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX_add.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX_add.Location = new System.Drawing.Point(496, 8);
     this.buttonX_add.Name = "buttonX_add";
     this.buttonX_add.Size = new System.Drawing.Size(71, 65);
     this.buttonX_add.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX_add.TabIndex = 100;
     this.buttonX_add.Text = "Add";
     this.buttonX_add.Click += new System.EventHandler(this.buttonX_add_Click_1);
     //
     // checkBox_sy
     //
     this.checkBox_sy.AutoSize = true;
     this.checkBox_sy.ForeColor = System.Drawing.Color.Black;
     this.checkBox_sy.Location = new System.Drawing.Point(296, 36);
     this.checkBox_sy.Name = "checkBox_sy";
     this.checkBox_sy.Size = new System.Drawing.Size(104, 19);
     this.checkBox_sy.TabIndex = 102;
     this.checkBox_sy.Text = "Start Yesterday";
     this.checkBox_sy.UseVisualStyleBackColor = true;
     //
     // 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.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(114, 36);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput2.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput2.MonthCalendar.Visible = false;
     this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput2.Name = "dateTimeInput2";
     this.dateTimeInput2.Size = new System.Drawing.Size(83, 23);
     this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput2.TabIndex = 99;
     this.dateTimeInput2.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.btnRemov);
     this.panelEx2.Controls.Add(this.lbSelList);
     this.panelEx2.Controls.Add(this.labelX5);
     this.panelEx2.Controls.Add(this.cmbHistoricalPeriod);
     this.panelEx2.Controls.Add(this.labelX2);
     this.panelEx2.Controls.Add(this.cmbContinuationType);
     this.panelEx2.Controls.Add(this.labelX3);
     this.panelEx2.Location = new System.Drawing.Point(16, 85);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(177, 310);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx2.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx2.Style.BorderWidth = 3;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 117;
     //
     // btnRemov
     //
     this.btnRemov.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnRemov.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnRemov.Location = new System.Drawing.Point(111, 97);
     this.btnRemov.Name = "btnRemov";
     this.btnRemov.Size = new System.Drawing.Size(59, 24);
     this.btnRemov.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnRemov.TabIndex = 73;
     this.btnRemov.Text = "<";
     this.btnRemov.Click += new System.EventHandler(this.btnRemov_Click);
     //
     // lbSelList
     //
     this.lbSelList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.lbSelList.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbSelList.FormattingEnabled = true;
     this.lbSelList.ItemHeight = 15;
     this.lbSelList.Location = new System.Drawing.Point(8, 134);
     this.lbSelList.Name = "lbSelList";
     this.lbSelList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbSelList.Size = new System.Drawing.Size(162, 169);
     this.lbSelList.TabIndex = 58;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX5.Location = new System.Drawing.Point(8, 97);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(97, 21);
     this.labelX5.TabIndex = 68;
     this.labelX5.Text = "Selected symbols:";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.listViewEx_times);
     this.panelEx1.Enabled = false;
     this.panelEx1.Location = new System.Drawing.Point(200, 85);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(571, 158);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx1.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx1.Style.BorderWidth = 3;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 115;
     //
     // listViewEx_times
     //
     this.listViewEx_times.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.listViewEx_times.Border.Class = "ListViewBorder";
     this.listViewEx_times.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx_times.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader_No,
     this.columnHeader_Name1,
     this.columnHeader_TS,
     this.columnHeader_Days});
     this.listViewEx_times.ContextMenuStrip = this.contextMenuStrip1;
     this.listViewEx_times.ForeColor = System.Drawing.Color.Black;
     this.listViewEx_times.FullRowSelect = true;
     this.listViewEx_times.Location = new System.Drawing.Point(7, 5);
     this.listViewEx_times.MultiSelect = false;
     this.listViewEx_times.Name = "listViewEx_times";
     this.listViewEx_times.Size = new System.Drawing.Size(560, 149);
     this.listViewEx_times.TabIndex = 94;
     this.listViewEx_times.UseCompatibleStateImageBehavior = false;
     this.listViewEx_times.View = System.Windows.Forms.View.Details;
     //
     // columnHeader_No
     //
     this.columnHeader_No.Text = "No";
     this.columnHeader_No.Width = 35;
     //
     // columnHeader_Name1
     //
     this.columnHeader_Name1.Text = "Name";
     this.columnHeader_Name1.Width = 120;
     //
     // columnHeader_TS
     //
     this.columnHeader_TS.Text = "Time Start";
     this.columnHeader_TS.Width = 75;
     //
     // columnHeader_Days
     //
     this.columnHeader_Days.Text = "Days";
     this.columnHeader_Days.Width = 80;
     //
     // textBoxXListName
     //
     this.textBoxXListName.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxXListName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.textBoxXListName.Border.BorderLeftColor = System.Drawing.Color.Green;
     this.textBoxXListName.Border.BorderLeftWidth = 3;
     this.textBoxXListName.Border.Class = "TextBoxBorder";
     this.textBoxXListName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxXListName.ForeColor = System.Drawing.Color.Black;
     this.textBoxXListName.Location = new System.Drawing.Point(200, 56);
     this.textBoxXListName.Name = "textBoxXListName";
     this.textBoxXListName.Size = new System.Drawing.Size(277, 23);
     this.textBoxXListName.TabIndex = 113;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX1.Location = new System.Drawing.Point(116, 55);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 21);
     this.labelX1.TabIndex = 114;
     this.labelX1.Text = "List Name:";
     //
     // EditListControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.checkBox_AutoCollec);
     this.Controls.Add(this.panelEx4);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.textBoxXListName);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.labelX_back);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.labelXTitle);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "EditListControl";
     this.Size = new System.Drawing.Size(800, 482);
     this.Load += new System.EventHandler(this.EditListControl_Load);
     this.contextMenuStrip1.ResumeLayout(false);
     this.panelEx4.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     this.panelEx3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     this.panelEx2.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.btnRemov = new DevComponents.DotNetBar.ButtonX();
     this.saveButton = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.lbSelList = new System.Windows.Forms.ListBox();
     this.cancelButton = new DevComponents.DotNetBar.ButtonX();
     this.labelXTitle = new DevComponents.DotNetBar.LabelX();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.cmbContinuationType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cmbHistoricalPeriod = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem_tick = new DevComponents.Editors.ComboItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.textBoxXListName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX_repeat_dialy = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.buttonX_add_date = new DevComponents.DotNetBar.ButtonX();
     this.listViewEx_dates = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.dateTimeInput_date = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.buttonX_add = new DevComponents.DotNetBar.ButtonX();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.checkedListBox_rd = new System.Windows.Forms.CheckedListBox();
     this.checkBoxX_parttime = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.listViewEx_times = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.ui_nudDOMDepth = new System.Windows.Forms.NumericUpDown();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panelEx1.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput_date)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ui_nudDOMDepth)).BeginInit();
     this.SuspendLayout();
     //
     // btnRemov
     //
     this.btnRemov.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnRemov.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnRemov.Location = new System.Drawing.Point(696, 45);
     this.btnRemov.Name = "btnRemov";
     this.btnRemov.Size = new System.Drawing.Size(75, 24);
     this.btnRemov.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnRemov.TabIndex = 73;
     this.btnRemov.Text = "<";
     this.btnRemov.Click += new System.EventHandler(this.btnRemov_Click);
     //
     // saveButton
     //
     this.saveButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.saveButton.Location = new System.Drawing.Point(542, 404);
     this.saveButton.Name = "saveButton";
     this.saveButton.Size = new System.Drawing.Size(105, 31);
     this.saveButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.saveButton.TabIndex = 70;
     this.saveButton.Text = "Save";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX5.Location = new System.Drawing.Point(546, 48);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(131, 21);
     this.labelX5.TabIndex = 68;
     this.labelX5.Text = "Selected symbols:";
     //
     // lbSelList
     //
     this.lbSelList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lbSelList.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbSelList.FormattingEnabled = true;
     this.lbSelList.ItemHeight = 15;
     this.lbSelList.Location = new System.Drawing.Point(542, 71);
     this.lbSelList.Name = "lbSelList";
     this.lbSelList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbSelList.Size = new System.Drawing.Size(229, 319);
     this.lbSelList.TabIndex = 58;
     //
     // cancelButton
     //
     this.cancelButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cancelButton.Location = new System.Drawing.Point(666, 404);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(105, 31);
     this.cancelButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cancelButton.TabIndex = 21;
     this.cancelButton.Text = "Cancel";
     this.toolTip1.SetToolTip(this.cancelButton, "Return without saving");
     //
     // labelXTitle
     //
     //
     //
     //
     this.labelXTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelXTitle.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelXTitle.Location = new System.Drawing.Point(101, 4);
     this.labelXTitle.Name = "labelXTitle";
     this.labelXTitle.Size = new System.Drawing.Size(239, 34);
     this.labelXTitle.TabIndex = 19;
     this.labelXTitle.Text = "EDIT SYMBOLS LIST";
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::TickNetClient.Properties.Resources.backbutton1;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(44, 44);
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop = false;
     this.toolTip1.SetToolTip(this.pictureBox1, "Cancel");
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // cmbContinuationType
     //
     this.cmbContinuationType.DisplayMember = "Text";
     this.cmbContinuationType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbContinuationType.FormattingEnabled = true;
     this.cmbContinuationType.ItemHeight = 17;
     this.cmbContinuationType.Location = new System.Drawing.Point(185, 129);
     this.cmbContinuationType.Name = "cmbContinuationType";
     this.cmbContinuationType.Size = new System.Drawing.Size(198, 23);
     this.cmbContinuationType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbContinuationType.TabIndex = 88;
     //
     // cmbHistoricalPeriod
     //
     this.cmbHistoricalPeriod.DisplayMember = "Text";
     this.cmbHistoricalPeriod.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHistoricalPeriod.FormattingEnabled = true;
     this.cmbHistoricalPeriod.ItemHeight = 17;
     this.cmbHistoricalPeriod.Items.AddRange(new object[] {
     this.comboItem_tick,
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem8,
     this.comboItem9,
     this.comboItem10,
     this.comboItem11,
     this.comboItem12,
     this.comboItem13,
     this.comboItem14,
     this.comboItem15});
     this.cmbHistoricalPeriod.Location = new System.Drawing.Point(185, 100);
     this.cmbHistoricalPeriod.Name = "cmbHistoricalPeriod";
     this.cmbHistoricalPeriod.Size = new System.Drawing.Size(351, 23);
     this.cmbHistoricalPeriod.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbHistoricalPeriod.TabIndex = 87;
     //
     // comboItem_tick
     //
     this.comboItem_tick.Text = "tick";
     //
     // comboItem1
     //
     this.comboItem1.Text = "1 minute";
     //
     // comboItem2
     //
     this.comboItem2.Text = "2 minutes";
     //
     // comboItem3
     //
     this.comboItem3.Text = "3 minutes";
     //
     // comboItem4
     //
     this.comboItem4.Text = "5 minutes";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10 minutes";
     //
     // comboItem6
     //
     this.comboItem6.Text = "15 minutes";
     //
     // comboItem7
     //
     this.comboItem7.Text = "30 minutes";
     //
     // comboItem8
     //
     this.comboItem8.Text = "60 minutes";
     //
     // comboItem9
     //
     this.comboItem9.Text = "240 minutes";
     //
     // comboItem10
     //
     this.comboItem10.Text = "Daily";
     //
     // comboItem11
     //
     this.comboItem11.Text = "Weekly";
     //
     // comboItem12
     //
     this.comboItem12.Text = "Monthly";
     //
     // comboItem13
     //
     this.comboItem13.Text = "Quarterly";
     //
     // comboItem14
     //
     this.comboItem14.Text = "Semiannual";
     //
     // comboItem15
     //
     this.comboItem15.Text = "Yearly";
     //
     // textBoxXListName
     //
     this.textBoxXListName.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxXListName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.textBoxXListName.Border.BorderLeftColor = System.Drawing.Color.Green;
     this.textBoxXListName.Border.BorderLeftWidth = 3;
     this.textBoxXListName.Border.Class = "TextBoxBorder";
     this.textBoxXListName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxXListName.ForeColor = System.Drawing.Color.Black;
     this.textBoxXListName.Location = new System.Drawing.Point(185, 71);
     this.textBoxXListName.Name = "textBoxXListName";
     this.textBoxXListName.Size = new System.Drawing.Size(351, 23);
     this.textBoxXListName.TabIndex = 83;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX1.Location = new System.Drawing.Point(104, 71);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 21);
     this.labelX1.TabIndex = 84;
     this.labelX1.Text = "List Name:";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX2.Location = new System.Drawing.Point(104, 100);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 21);
     this.labelX2.TabIndex = 85;
     this.labelX2.Text = "Timeframe:";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX3.Location = new System.Drawing.Point(45, 127);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(134, 21);
     this.labelX3.TabIndex = 86;
     this.labelX3.Text = "Continuation Types:";
     this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // checkBoxX_repeat_dialy
     //
     //
     //
     //
     this.checkBoxX_repeat_dialy.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX_repeat_dialy.Location = new System.Drawing.Point(212, 28);
     this.checkBoxX_repeat_dialy.Name = "checkBoxX_repeat_dialy";
     this.checkBoxX_repeat_dialy.Size = new System.Drawing.Size(136, 23);
     this.checkBoxX_repeat_dialy.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX_repeat_dialy.TabIndex = 89;
     this.checkBoxX_repeat_dialy.Text = "Days required";
     this.checkBoxX_repeat_dialy.CheckedChanged += new System.EventHandler(this.checkBoxX_repeat_dialy_CheckedChanged);
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.buttonX_add_date);
     this.panelEx1.Controls.Add(this.listViewEx_dates);
     this.panelEx1.Controls.Add(this.dateTimeInput_date);
     this.panelEx1.Controls.Add(this.buttonX_add);
     this.panelEx1.Controls.Add(this.dateTimeInput2);
     this.panelEx1.Controls.Add(this.dateTimeInput1);
     this.panelEx1.Controls.Add(this.checkedListBox_rd);
     this.panelEx1.Controls.Add(this.checkBoxX_parttime);
     this.panelEx1.Controls.Add(this.listViewEx_times);
     this.panelEx1.Controls.Add(this.labelX4);
     this.panelEx1.Controls.Add(this.checkBoxX_repeat_dialy);
     this.panelEx1.Location = new System.Drawing.Point(24, 172);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(512, 218);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     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 = 90;
     //
     // buttonX_add_date
     //
     this.buttonX_add_date.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX_add_date.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX_add_date.Location = new System.Drawing.Point(448, 28);
     this.buttonX_add_date.Name = "buttonX_add_date";
     this.buttonX_add_date.Size = new System.Drawing.Size(49, 23);
     this.buttonX_add_date.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX_add_date.TabIndex = 103;
     this.buttonX_add_date.Text = "Add";
     this.buttonX_add_date.Click += new System.EventHandler(this.buttonX_add_date_Click);
     //
     // listViewEx_dates
     //
     this.listViewEx_dates.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.listViewEx_dates.Border.Class = "ListViewBorder";
     this.listViewEx_dates.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx_dates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.listViewEx_dates.ContextMenuStrip = this.contextMenuStrip2;
     this.listViewEx_dates.ForeColor = System.Drawing.Color.Black;
     this.listViewEx_dates.Location = new System.Drawing.Point(354, 57);
     this.listViewEx_dates.Name = "listViewEx_dates";
     this.listViewEx_dates.Size = new System.Drawing.Size(143, 149);
     this.listViewEx_dates.TabIndex = 102;
     this.listViewEx_dates.UseCompatibleStateImageBehavior = false;
     this.listViewEx_dates.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Date";
     this.columnHeader1.Width = 120;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip2.Name = "contextMenuStrip1";
     this.contextMenuStrip2.Size = new System.Drawing.Size(108, 26);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
     this.toolStripMenuItem1.Text = "Delete";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // dateTimeInput_date
     //
     //
     //
     //
     this.dateTimeInput_date.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput_date.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput_date.ButtonDropDown.Visible = true;
     this.dateTimeInput_date.IsPopupCalendarOpen = false;
     this.dateTimeInput_date.Location = new System.Drawing.Point(354, 28);
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput_date.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput_date.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dateTimeInput_date.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput_date.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput_date.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput_date.Name = "dateTimeInput_date";
     this.dateTimeInput_date.Size = new System.Drawing.Size(88, 23);
     this.dateTimeInput_date.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput_date.TabIndex = 101;
     this.dateTimeInput_date.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // buttonX_add
     //
     this.buttonX_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX_add.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX_add.Enabled = false;
     this.buttonX_add.Location = new System.Drawing.Point(155, 57);
     this.buttonX_add.Name = "buttonX_add";
     this.buttonX_add.Size = new System.Drawing.Size(49, 23);
     this.buttonX_add.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX_add.TabIndex = 100;
     this.buttonX_add.Text = "Add";
     this.buttonX_add.Click += new System.EventHandler(this.buttonX_add_Click);
     //
     // 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.Enabled = false;
     this.dateTimeInput2.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(79, 58);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput2.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput2.MonthCalendar.Visible = false;
     this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput2.Name = "dateTimeInput2";
     this.dateTimeInput2.Size = new System.Drawing.Size(64, 23);
     this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput2.TabIndex = 99;
     this.dateTimeInput2.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // 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.Enabled = false;
     this.dateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(12, 58);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.Visible = false;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(64, 23);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 98;
     this.dateTimeInput1.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // checkedListBox_rd
     //
     this.checkedListBox_rd.Enabled = false;
     this.checkedListBox_rd.FormattingEnabled = true;
     this.checkedListBox_rd.Items.AddRange(new object[] {
     "Sunday",
     "Monday",
     "Tuesday",
     "Wednesday",
     "Thursday",
     "Friday",
     "Saturday"});
     this.checkedListBox_rd.Location = new System.Drawing.Point(212, 57);
     this.checkedListBox_rd.Name = "checkedListBox_rd";
     this.checkedListBox_rd.Size = new System.Drawing.Size(136, 148);
     this.checkedListBox_rd.TabIndex = 96;
     //
     // checkBoxX_parttime
     //
     //
     //
     //
     this.checkBoxX_parttime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX_parttime.Location = new System.Drawing.Point(12, 28);
     this.checkBoxX_parttime.Name = "checkBoxX_parttime";
     this.checkBoxX_parttime.Size = new System.Drawing.Size(192, 23);
     this.checkBoxX_parttime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX_parttime.TabIndex = 95;
     this.checkBoxX_parttime.Text = "Is particular?";
     this.checkBoxX_parttime.CheckedChanged += new System.EventHandler(this.checkBoxX_parttime_CheckedChanged);
     //
     // listViewEx_times
     //
     this.listViewEx_times.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.listViewEx_times.Border.Class = "ListViewBorder";
     this.listViewEx_times.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx_times.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader2,
     this.columnHeader3});
     this.listViewEx_times.ContextMenuStrip = this.contextMenuStrip1;
     this.listViewEx_times.Enabled = false;
     this.listViewEx_times.ForeColor = System.Drawing.Color.Black;
     this.listViewEx_times.Location = new System.Drawing.Point(12, 87);
     this.listViewEx_times.Name = "listViewEx_times";
     this.listViewEx_times.Size = new System.Drawing.Size(192, 116);
     this.listViewEx_times.TabIndex = 94;
     this.listViewEx_times.UseCompatibleStateImageBehavior = false;
     this.listViewEx_times.View = System.Windows.Forms.View.Details;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Time Start";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Time End";
     this.columnHeader3.Width = 80;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.deleteToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.labelX4.Location = new System.Drawing.Point(3, 3);
     this.labelX4.Name = "labelX4";
     this.labelX4.PaddingLeft = 10;
     this.labelX4.Size = new System.Drawing.Size(110, 23);
     this.labelX4.TabIndex = 90;
     this.labelX4.Text = "Schedule";
     //
     // ui_nudDOMDepth
     //
     this.ui_nudDOMDepth.BackColor = System.Drawing.Color.White;
     this.ui_nudDOMDepth.ForeColor = System.Drawing.Color.Black;
     this.ui_nudDOMDepth.Location = new System.Drawing.Point(485, 128);
     this.ui_nudDOMDepth.Maximum = new decimal(new int[] {
     500,
     0,
     0,
     0});
     this.ui_nudDOMDepth.Name = "ui_nudDOMDepth";
     this.ui_nudDOMDepth.Size = new System.Drawing.Size(51, 23);
     this.ui_nudDOMDepth.TabIndex = 92;
     this.ui_nudDOMDepth.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX6.Location = new System.Drawing.Point(389, 127);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(90, 21);
     this.labelX6.TabIndex = 93;
     this.labelX6.Text = "Depth";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // EditListControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.ui_nudDOMDepth);
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.cmbContinuationType);
     this.Controls.Add(this.cmbHistoricalPeriod);
     this.Controls.Add(this.textBoxXListName);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.labelXTitle);
     this.Controls.Add(this.btnRemov);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.lbSelList);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "EditListControl";
     this.Size = new System.Drawing.Size(800, 482);
     this.Load += new System.EventHandler(this.EditListControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panelEx1.ResumeLayout(false);
     this.contextMenuStrip2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput_date)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ui_nudDOMDepth)).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.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> 
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </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.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()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.lblImpName = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.dgQuizData = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.colDataField = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDataValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSave = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.dtImplementationDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dtAnalysisDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.cbxQuizName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     ((System.ComponentModel.ISupportInitialize)(this.dgQuizData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtImplementationDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtAnalysisDate)).BeginInit();
     this.SuspendLayout();
     //
     // lblImpName
     //
     this.lblImpName.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblImpName.BackgroundStyle.Class = "";
     this.lblImpName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblImpName.Location = new System.Drawing.Point(13, 54);
     this.lblImpName.Name = "lblImpName";
     this.lblImpName.Size = new System.Drawing.Size(58, 23);
     this.lblImpName.TabIndex = 1;
     this.lblImpName.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(272, 54);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 23);
     this.labelX3.TabIndex = 3;
     this.labelX3.Text = "解析日期";
     //
     // dgQuizData
     //
     this.dgQuizData.AllowUserToAddRows = false;
     this.dgQuizData.AllowUserToDeleteRows = false;
     this.dgQuizData.BackgroundColor = System.Drawing.Color.White;
     this.dgQuizData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgQuizData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colDataField,
     this.colDataValue});
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     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.dgQuizData.DefaultCellStyle = dataGridViewCellStyle1;
     this.dgQuizData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgQuizData.Location = new System.Drawing.Point(13, 91);
     this.dgQuizData.Name = "dgQuizData";
     this.dgQuizData.RowTemplate.Height = 24;
     this.dgQuizData.Size = new System.Drawing.Size(448, 183);
     this.dgQuizData.TabIndex = 3;
     this.dgQuizData.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgQuizData_CurrentCellDirtyStateChanged);
     //
     // colDataField
     //
     this.colDataField.HeaderText = "項目名稱";
     this.colDataField.Name = "colDataField";
     this.colDataField.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // colDataValue
     //
     this.colDataValue.HeaderText = "測驗結果";
     this.colDataValue.Name = "colDataValue";
     this.colDataValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colDataValue.Width = 300;
     //
     // 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(302, 282);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 4;
     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(386, 282);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 5;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // dtImplementationDate
     //
     this.dtImplementationDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.dtImplementationDate.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtImplementationDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtImplementationDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtImplementationDate.ButtonDropDown.Visible = true;
     this.dtImplementationDate.IsPopupCalendarOpen = false;
     this.dtImplementationDate.Location = new System.Drawing.Point(75, 52);
     //
     //
     //
     this.dtImplementationDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtImplementationDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtImplementationDate.MonthCalendar.BackgroundStyle.Class = "";
     this.dtImplementationDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtImplementationDate.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtImplementationDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtImplementationDate.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dtImplementationDate.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0);
     this.dtImplementationDate.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtImplementationDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtImplementationDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtImplementationDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtImplementationDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtImplementationDate.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtImplementationDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtImplementationDate.MonthCalendar.TodayButtonVisible = true;
     this.dtImplementationDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtImplementationDate.Name = "dtImplementationDate";
     this.dtImplementationDate.Size = new System.Drawing.Size(131, 25);
     this.dtImplementationDate.TabIndex = 1;
     //
     // dtAnalysisDate
     //
     this.dtAnalysisDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.dtAnalysisDate.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtAnalysisDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtAnalysisDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtAnalysisDate.ButtonDropDown.Visible = true;
     this.dtAnalysisDate.IsPopupCalendarOpen = false;
     this.dtAnalysisDate.Location = new System.Drawing.Point(330, 52);
     //
     //
     //
     this.dtAnalysisDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtAnalysisDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtAnalysisDate.MonthCalendar.BackgroundStyle.Class = "";
     this.dtAnalysisDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtAnalysisDate.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtAnalysisDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtAnalysisDate.MonthCalendar.DayNames = new string[] {
     "日",
     "一",
     "二",
     "三",
     "四",
     "五",
     "六"};
     this.dtAnalysisDate.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0);
     this.dtAnalysisDate.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtAnalysisDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtAnalysisDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtAnalysisDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtAnalysisDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtAnalysisDate.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtAnalysisDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtAnalysisDate.MonthCalendar.TodayButtonVisible = true;
     this.dtAnalysisDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtAnalysisDate.Name = "dtAnalysisDate";
     this.dtAnalysisDate.Size = new System.Drawing.Size(131, 25);
     this.dtAnalysisDate.TabIndex = 2;
     //
     // 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(58, 23);
     this.labelX1.TabIndex = 6;
     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(75, 13);
     this.cbxQuizName.Name = "cbxQuizName";
     this.cbxQuizName.Size = new System.Drawing.Size(386, 25);
     this.cbxQuizName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cbxQuizName.TabIndex = 7;
     this.cbxQuizName.SelectedIndexChanged += new System.EventHandler(this.cbxQuizName_SelectedIndexChanged);
     //
     // StudQuizDataForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(470, 309);
     this.Controls.Add(this.cbxQuizName);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.dtAnalysisDate);
     this.Controls.Add(this.dtImplementationDate);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.dgQuizData);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.lblImpName);
     this.DoubleBuffered = true;
     this.Name = "StudQuizDataForm";
     this.Text = "學生測驗內容";
     this.Load += new System.EventHandler(this.StudQuizDataForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgQuizData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtImplementationDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtAnalysisDate)).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.components = new System.ComponentModel.Container();
     this.txtNombreCliente = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtMonto = new DevComponents.DotNetBar.Controls.MaskedTextBoxAdv();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.radioMembresia = new System.Windows.Forms.RadioButton();
     this.radioCaso = new System.Windows.Forms.RadioButton();
     this.radioOtro = new System.Windows.Forms.RadioButton();
     this.tabControl2 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnBuscarCaso = new DevComponents.DotNetBar.ButtonX();
     this.txtDinamico = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.lbDinamico = new DevComponents.DotNetBar.LabelX();
     this.btnAgregarPago = new DevComponents.DotNetBar.ButtonX();
     this.btnCrearRecibo = new DevComponents.DotNetBar.ButtonX();
     this.fechaPago = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.txtDescripcion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtRecibidoPor = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.txtObservacion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.comboMoneda = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.dataGridDescripcionPago = new System.Windows.Forms.DataGridView();
     this.descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.control = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fecha = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.peri_pago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monto_pend = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.observaciones = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cod_caso = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.num_pago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monto_Pago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).BeginInit();
     this.tabControl2.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fechaPago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridDescripcionPago)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtNombreCliente
     //
     this.txtNombreCliente.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtNombreCliente.Border.Class = "TextBoxBorder";
     this.txtNombreCliente.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtNombreCliente.ForeColor = System.Drawing.Color.Black;
     this.txtNombreCliente.Location = new System.Drawing.Point(74, 15);
     this.txtNombreCliente.Name = "txtNombreCliente";
     this.txtNombreCliente.Size = new System.Drawing.Size(361, 20);
     this.txtNombreCliente.TabIndex = 1;
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(26, 13);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(48, 23);
     this.labelX3.TabIndex = 6;
     this.labelX3.Text = "Cliente:";
     //
     // txtMonto
     //
     //
     //
     //
     this.txtMonto.BackgroundStyle.Class = "TextBoxBorder";
     this.txtMonto.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtMonto.ButtonClear.Visible = true;
     this.txtMonto.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.IncludeLiterals;
     this.txtMonto.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Default;
     this.txtMonto.Location = new System.Drawing.Point(74, 191);
     this.txtMonto.Name = "txtMonto";
     this.txtMonto.Size = new System.Drawing.Size(99, 20);
     this.txtMonto.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.txtMonto.TabIndex = 4;
     this.txtMonto.Text = "";
     this.txtMonto.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtMonto.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(21, 188);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(43, 23);
     this.labelX4.TabIndex = 4;
     this.labelX4.Text = "Importe:";
     //
     // radioMembresia
     //
     this.radioMembresia.AutoSize = true;
     this.radioMembresia.BackColor = System.Drawing.Color.Transparent;
     this.radioMembresia.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioMembresia.Location = new System.Drawing.Point(44, 19);
     this.radioMembresia.Name = "radioMembresia";
     this.radioMembresia.Size = new System.Drawing.Size(88, 19);
     this.radioMembresia.TabIndex = 3;
     this.radioMembresia.TabStop = true;
     this.radioMembresia.Text = "Membresia";
     this.radioMembresia.UseVisualStyleBackColor = false;
     //
     // radioCaso
     //
     this.radioCaso.AutoSize = true;
     this.radioCaso.BackColor = System.Drawing.Color.Transparent;
     this.radioCaso.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioCaso.Location = new System.Drawing.Point(148, 19);
     this.radioCaso.Name = "radioCaso";
     this.radioCaso.Size = new System.Drawing.Size(161, 19);
     this.radioCaso.TabIndex = 0;
     this.radioCaso.TabStop = true;
     this.radioCaso.Text = "Pago Por Servicio (Caso)";
     this.radioCaso.UseVisualStyleBackColor = false;
     //
     // radioOtro
     //
     this.radioOtro.AutoSize = true;
     this.radioOtro.BackColor = System.Drawing.Color.Transparent;
     this.radioOtro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioOtro.Location = new System.Drawing.Point(323, 19);
     this.radioOtro.Name = "radioOtro";
     this.radioOtro.Size = new System.Drawing.Size(48, 19);
     this.radioOtro.TabIndex = 0;
     this.radioOtro.TabStop = true;
     this.radioOtro.Text = "Otro";
     this.radioOtro.UseVisualStyleBackColor = false;
     //
     // tabControl2
     //
     this.tabControl2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabControl2.CanReorderTabs = true;
     this.tabControl2.Controls.Add(this.tabControlPanel1);
     this.tabControl2.ForeColor = System.Drawing.Color.Black;
     this.tabControl2.Location = new System.Drawing.Point(12, 1);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.tabControl2.SelectedTabIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(458, 451);
     this.tabControl2.Style = DevComponents.DotNetBar.eTabStripStyle.SimulatedTheme;
     this.tabControl2.TabIndex = 10;
     this.tabControl2.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl2.Tabs.Add(this.tabItem1);
     this.tabControl2.Text = "tabControl2";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.groupBox1);
     this.tabControlPanel1.Controls.Add(this.btnAgregarPago);
     this.tabControlPanel1.Controls.Add(this.btnCrearRecibo);
     this.tabControlPanel1.Controls.Add(this.fechaPago);
     this.tabControlPanel1.Controls.Add(this.labelX7);
     this.tabControlPanel1.Controls.Add(this.labelX5);
     this.tabControlPanel1.Controls.Add(this.txtDescripcion);
     this.tabControlPanel1.Controls.Add(this.txtRecibidoPor);
     this.tabControlPanel1.Controls.Add(this.labelX6);
     this.tabControlPanel1.Controls.Add(this.labelX2);
     this.tabControlPanel1.Controls.Add(this.txtObservacion);
     this.tabControlPanel1.Controls.Add(this.labelX3);
     this.tabControlPanel1.Controls.Add(this.txtNombreCliente);
     this.tabControlPanel1.Controls.Add(this.comboMoneda);
     this.tabControlPanel1.Controls.Add(this.txtMonto);
     this.tabControlPanel1.Controls.Add(this.labelX4);
     this.tabControlPanel1.Controls.Add(this.labelX1);
     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(458, 425);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.White;
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.White;
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(168)))), ((int)(((byte)(153)))));
     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;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.btnBuscarCaso);
     this.groupBox1.Controls.Add(this.txtDinamico);
     this.groupBox1.Controls.Add(this.lbDinamico);
     this.groupBox1.Controls.Add(this.radioMembresia);
     this.groupBox1.Controls.Add(this.radioCaso);
     this.groupBox1.Controls.Add(this.radioOtro);
     this.groupBox1.Location = new System.Drawing.Point(21, 92);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(414, 90);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Concepto";
     //
     // btnBuscarCaso
     //
     this.btnBuscarCaso.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnBuscarCaso.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnBuscarCaso.Location = new System.Drawing.Point(278, 55);
     this.btnBuscarCaso.Name = "btnBuscarCaso";
     this.btnBuscarCaso.Size = new System.Drawing.Size(56, 20);
     this.btnBuscarCaso.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnBuscarCaso.TabIndex = 5;
     this.btnBuscarCaso.Text = "Buscar";
     this.btnBuscarCaso.Click += new System.EventHandler(this.btnBuscarCaso_Click);
     //
     // txtDinamico
     //
     this.txtDinamico.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtDinamico.Border.Class = "TextBoxBorder";
     this.txtDinamico.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtDinamico.ForeColor = System.Drawing.Color.Black;
     this.txtDinamico.Location = new System.Drawing.Point(172, 55);
     this.txtDinamico.Name = "txtDinamico";
     this.txtDinamico.Size = new System.Drawing.Size(100, 20);
     this.txtDinamico.TabIndex = 4;
     //
     // lbDinamico
     //
     //
     //
     //
     this.lbDinamico.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbDinamico.Location = new System.Drawing.Point(109, 53);
     this.lbDinamico.Name = "lbDinamico";
     this.lbDinamico.Size = new System.Drawing.Size(56, 23);
     this.lbDinamico.TabIndex = 3;
     this.lbDinamico.Text = "labelX8";
     this.lbDinamico.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // btnAgregarPago
     //
     this.btnAgregarPago.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnAgregarPago.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnAgregarPago.Location = new System.Drawing.Point(180, 389);
     this.btnAgregarPago.Name = "btnAgregarPago";
     this.btnAgregarPago.Size = new System.Drawing.Size(104, 23);
     this.btnAgregarPago.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnAgregarPago.TabIndex = 8;
     this.btnAgregarPago.Text = "Agregar";
     //
     // btnCrearRecibo
     //
     this.btnCrearRecibo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCrearRecibo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCrearRecibo.Location = new System.Drawing.Point(290, 389);
     this.btnCrearRecibo.Name = "btnCrearRecibo";
     this.btnCrearRecibo.Size = new System.Drawing.Size(145, 23);
     this.btnCrearRecibo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCrearRecibo.TabIndex = 9;
     this.btnCrearRecibo.Text = "Crear Recibo";
     this.btnCrearRecibo.Click += new System.EventHandler(this.btnCrearRecibo_Click);
     //
     // fechaPago
     //
     //
     //
     //
     this.fechaPago.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechaPago.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechaPago.ButtonDropDown.Visible = true;
     this.fechaPago.IsPopupCalendarOpen = false;
     this.fechaPago.Location = new System.Drawing.Point(331, 56);
     //
     //
     //
     this.fechaPago.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechaPago.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechaPago.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.MonthCalendar.DisplayMonth = new System.DateTime(2012, 7, 1, 0, 0, 0, 0);
     this.fechaPago.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechaPago.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.MonthCalendar.TodayButtonVisible = true;
     this.fechaPago.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechaPago.Name = "fechaPago";
     this.fechaPago.Size = new System.Drawing.Size(104, 20);
     this.fechaPago.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechaPago.TabIndex = 13;
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX7.Location = new System.Drawing.Point(21, 218);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(75, 23);
     this.labelX7.TabIndex = 14;
     this.labelX7.Text = "Descripción: ";
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(290, 54);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(48, 23);
     this.labelX5.TabIndex = 15;
     this.labelX5.Text = "Fecha:";
     //
     // txtDescripcion
     //
     this.txtDescripcion.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtDescripcion.Border.Class = "TextBoxBorder";
     this.txtDescripcion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtDescripcion.ForeColor = System.Drawing.Color.Black;
     this.txtDescripcion.Location = new System.Drawing.Point(21, 247);
     this.txtDescripcion.Multiline = true;
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.Size = new System.Drawing.Size(414, 19);
     this.txtDescripcion.TabIndex = 6;
     //
     // txtRecibidoPor
     //
     this.txtRecibidoPor.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtRecibidoPor.Border.Class = "TextBoxBorder";
     this.txtRecibidoPor.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtRecibidoPor.ForeColor = System.Drawing.Color.Black;
     this.txtRecibidoPor.Location = new System.Drawing.Point(75, 54);
     this.txtRecibidoPor.Name = "txtRecibidoPor";
     this.txtRecibidoPor.Size = new System.Drawing.Size(173, 20);
     this.txtRecibidoPor.TabIndex = 2;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(21, 272);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(75, 23);
     this.labelX6.TabIndex = 4;
     this.labelX6.Text = "Observacion: ";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(8, 51);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(71, 23);
     this.labelX2.TabIndex = 13;
     this.labelX2.Text = "Recibido por:";
     //
     // txtObservacion
     //
     this.txtObservacion.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtObservacion.Border.Class = "TextBoxBorder";
     this.txtObservacion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtObservacion.ForeColor = System.Drawing.Color.Black;
     this.txtObservacion.Location = new System.Drawing.Point(21, 301);
     this.txtObservacion.Multiline = true;
     this.txtObservacion.Name = "txtObservacion";
     this.txtObservacion.Size = new System.Drawing.Size(414, 82);
     this.txtObservacion.TabIndex = 7;
     //
     // comboMoneda
     //
     this.comboMoneda.DisplayMember = "Text";
     this.comboMoneda.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboMoneda.FormattingEnabled = true;
     this.comboMoneda.ItemHeight = 14;
     this.comboMoneda.Items.AddRange(new object[] {
     this.comboItem1});
     this.comboMoneda.Location = new System.Drawing.Point(247, 191);
     this.comboMoneda.Name = "comboMoneda";
     this.comboMoneda.Size = new System.Drawing.Size(192, 20);
     this.comboMoneda.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboMoneda.TabIndex = 5;
     //
     // comboItem1
     //
     this.comboItem1.Text = "NIO-Córdobas Nicaragüenses";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(193, 188);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(43, 23);
     this.labelX1.TabIndex = 11;
     this.labelX1.Text = "Moneda:";
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.BackColor = System.Drawing.Color.White;
     this.tabItem1.BackColor2 = System.Drawing.Color.White;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "--- Pago ---        ";
     //
     // dataGridDescripcionPago
     //
     this.dataGridDescripcionPago.AllowUserToAddRows = false;
     this.dataGridDescripcionPago.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridDescripcionPago.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridDescripcionPago.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.descripcion,
     this.monto,
     this.control,
     this.fecha,
     this.peri_pago,
     this.monto_pend,
     this.observaciones,
     this.cod_caso,
     this.num_pago,
     this.monto_Pago});
     this.dataGridDescripcionPago.Location = new System.Drawing.Point(10, 37);
     this.dataGridDescripcionPago.MultiSelect = false;
     this.dataGridDescripcionPago.Name = "dataGridDescripcionPago";
     this.dataGridDescripcionPago.Size = new System.Drawing.Size(458, 390);
     this.dataGridDescripcionPago.TabIndex = 11;
     //
     // descripcion
     //
     this.descripcion.HeaderText = "Descripción";
     this.descripcion.Name = "descripcion";
     this.descripcion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.descripcion.Width = 300;
     //
     // monto
     //
     this.monto.HeaderText = "Monto";
     this.monto.Name = "monto";
     this.monto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // control
     //
     this.control.HeaderText = "control";
     this.control.Name = "control";
     this.control.Visible = false;
     //
     // fecha
     //
     this.fecha.HeaderText = "Fecha";
     this.fecha.Name = "fecha";
     this.fecha.Visible = false;
     //
     // peri_pago
     //
     this.peri_pago.HeaderText = "Periodo";
     this.peri_pago.Name = "peri_pago";
     this.peri_pago.Visible = false;
     //
     // monto_pend
     //
     this.monto_pend.HeaderText = "montoPendiente";
     this.monto_pend.Name = "monto_pend";
     this.monto_pend.Visible = false;
     //
     // observaciones
     //
     this.observaciones.HeaderText = "Observaciones";
     this.observaciones.Name = "observaciones";
     this.observaciones.Visible = false;
     //
     // cod_caso
     //
     this.cod_caso.HeaderText = "codigocaso";
     this.cod_caso.Name = "cod_caso";
     this.cod_caso.Visible = false;
     //
     // num_pago
     //
     this.num_pago.HeaderText = "Column1";
     this.num_pago.Name = "num_pago";
     this.num_pago.Visible = false;
     //
     // monto_Pago
     //
     this.monto_Pago.HeaderText = "Column1";
     this.monto_Pago.Name = "monto_Pago";
     this.monto_Pago.Visible = false;
     //
     // expandablePanel1
     //
     this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.RightToLeft;
     this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.expandablePanel1.Controls.Add(this.dataGridDescripcionPago);
     this.expandablePanel1.Location = new System.Drawing.Point(476, 12);
     this.expandablePanel1.Name = "expandablePanel1";
     this.expandablePanel1.Size = new System.Drawing.Size(485, 440);
     this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.expandablePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandablePanel1.Style.GradientAngle = 90;
     this.expandablePanel1.TabIndex = 13;
     this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
     this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.expandablePanel1.TitleStyle.GradientAngle = 90;
     this.expandablePanel1.TitleText = "Pagos";
     //
     // RealizarPago
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ClientSize = new System.Drawing.Size(933, 457);
     this.Controls.Add(this.expandablePanel1);
     this.Controls.Add(this.tabControl2);
     this.Name = "RealizarPago";
     this.Text = "RealizarPago";
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).EndInit();
     this.tabControl2.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fechaPago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridDescripcionPago)).EndInit();
     this.expandablePanel1.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btn_del = new System.Windows.Forms.Button();
     this.btn_add = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.telef = new System.Windows.Forms.TextBox();
     this.vendpername = new System.Windows.Forms.TextBox();
     this.vendperid = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.ctacte = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtvuelto = new System.Windows.Forms.TextBox();
     this.txtefectivo = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.valventa = new System.Windows.Forms.TextBox();
     this.dctoTda = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lbl_valor = new System.Windows.Forms.Label();
     this.totimporte = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.totimpto = new System.Windows.Forms.TextBox();
     this.txt_valor = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dctoTotal = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.dctoTarj = new System.Windows.Forms.TextBox();
     this.totdscto1 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.bruto = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.totpzas = new System.Windows.Forms.TextBox();
     this.txt_stock = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.itemsT = new System.Windows.Forms.TextBox();
     this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.griddetallemov = new System.Windows.Forms.DataGridView();
     this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.direc = new System.Windows.Forms.TextBox();
     this.ctactename = new System.Windows.Forms.TextBox();
     this.nmruc = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
     this.chkfijar = new DevExpress.XtraEditors.CheckEdit();
     this.cbo_incprec = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.lbltitulo = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tipimptotasa = new System.Windows.Forms.ComboBox();
     this.fechdoc = new System.Windows.Forms.DateTimePicker();
     this.moneda = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.numdoc = new System.Windows.Forms.TextBox();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.tipodoc = new System.Windows.Forms.ComboBox();
     this.serdoc = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.btnImprimirNoval = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_detanadir = new System.Windows.Forms.ToolStripButton();
     this.btn_deteliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Calculadora = new System.Windows.Forms.ToolStripButton();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_upload = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.btn_information = new System.Windows.Forms.ToolStripButton();
     this.tipoclieprov = new System.Windows.Forms.Label();
     this.lblruc = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.pdtimagen = new System.Windows.Forms.PictureBox();
     this.lstListaprec = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.btnextraersunat = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.canticombo = new DevExpress.XtraEditors.SpinEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.preccombo = new System.Windows.Forms.TextBox();
     this.princombo = new System.Windows.Forms.CheckBox();
     this.glosa = new System.Windows.Forms.TextBox();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.label23 = new System.Windows.Forms.Label();
     this.importtarj = new System.Windows.Forms.TextBox();
     this.lstTarjGroup = new System.Windows.Forms.ListBox();
     this.dgbtarjetas = new System.Windows.Forms.DataGridView();
     this._tarjetalogo = new System.Windows.Forms.DataGridViewImageColumn();
     this._tarjetaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetanum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaimpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._ddnni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.numnotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.sernotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipnotac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.numguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipguia = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.numfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipfac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.recep_fecha = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.recep_dni = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.recep_name = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.chkNC = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkGR = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkFA = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.fechnotac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechguia = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechfac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).BeginInit();
     this.Botonera.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).BeginInit();
     this.SuspendLayout();
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_del.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_del.Location = new System.Drawing.Point(226, 34);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(21, 21);
     this.btn_del.TabIndex = 99;
     this.toolTip1.SetToolTip(this.btn_del, "Quitar");
     this.btn_del.UseVisualStyleBackColor = true;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add.Image = global::BapFormulariosNet.Properties.Resources.go_add1;
     this.btn_add.Location = new System.Drawing.Point(226, 12);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(21, 21);
     this.btn_add.TabIndex = 98;
     this.toolTip1.SetToolTip(this.btn_add, "Agregar");
     this.btn_add.UseVisualStyleBackColor = true;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(302, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 13);
     this.label12.TabIndex = 92;
     this.label12.Text = "Telef:";
     //
     // telef
     //
     this.telef.Location = new System.Drawing.Point(338, 125);
     this.telef.MaxLength = 100;
     this.telef.Name = "telef";
     this.telef.Size = new System.Drawing.Size(86, 21);
     this.telef.TabIndex = 83;
     //
     // vendpername
     //
     this.vendpername.Location = new System.Drawing.Point(100, 183);
     this.vendpername.Name = "vendpername";
     this.vendpername.Size = new System.Drawing.Size(351, 21);
     this.vendpername.TabIndex = 81;
     //
     // vendperid
     //
     this.vendperid.Location = new System.Drawing.Point(64, 183);
     this.vendperid.MaxLength = 8;
     this.vendperid.Name = "vendperid";
     this.vendperid.Size = new System.Drawing.Size(35, 21);
     this.vendperid.TabIndex = 80;
     this.vendperid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.vendperid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.vendperid_KeyDown);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(3, 186);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 13);
     this.label11.TabIndex = 78;
     this.label11.Text = "Vendedor:";
     //
     // ctacte
     //
     this.ctacte.Location = new System.Drawing.Point(64, 83);
     this.ctacte.MaxLength = 7;
     this.ctacte.Name = "ctacte";
     this.ctacte.Size = new System.Drawing.Size(53, 21);
     this.ctacte.TabIndex = 11;
     this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.txtvuelto);
     this.panel2.Controls.Add(this.txtefectivo);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.valventa);
     this.panel2.Controls.Add(this.dctoTda);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.lbl_valor);
     this.panel2.Controls.Add(this.totimporte);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.totimpto);
     this.panel2.Controls.Add(this.txt_valor);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.dctoTotal);
     this.panel2.Controls.Add(this.label39);
     this.panel2.Controls.Add(this.dctoTarj);
     this.panel2.Controls.Add(this.totdscto1);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.bruto);
     this.panel2.Controls.Add(this.label40);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.totpzas);
     this.panel2.Controls.Add(this.txt_stock);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.itemsT);
     this.panel2.Controls.Add(this.shapeContainer3);
     this.panel2.Location = new System.Drawing.Point(0, 480);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(989, 80);
     this.panel2.TabIndex = 73;
     //
     // txtvuelto
     //
     this.txtvuelto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtvuelto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtvuelto.Location = new System.Drawing.Point(905, 52);
     this.txtvuelto.Name = "txtvuelto";
     this.txtvuelto.Size = new System.Drawing.Size(75, 20);
     this.txtvuelto.TabIndex = 101;
     this.txtvuelto.Text = "00.00";
     this.txtvuelto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtefectivo
     //
     this.txtefectivo.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtefectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtefectivo.Location = new System.Drawing.Point(904, 29);
     this.txtefectivo.Name = "txtefectivo";
     this.txtefectivo.Size = new System.Drawing.Size(75, 20);
     this.txtefectivo.TabIndex = 100;
     this.txtefectivo.Text = "00.00";
     this.txtefectivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtefectivo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtefectivo_KeyDown);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(849, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(51, 13);
     this.label19.TabIndex = 99;
     this.label19.Text = "Vuelto :";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(838, 33);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(62, 13);
     this.label18.TabIndex = 98;
     this.label18.Text = "Efectivo :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(669, 13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 13);
     this.label5.TabIndex = 81;
     this.label5.Text = "Val. Venta :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(508, 12);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(68, 13);
     this.label9.TabIndex = 92;
     this.label9.Text = "Dcto.Tda :";
     //
     // valventa
     //
     this.valventa.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.valventa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.valventa.Location = new System.Drawing.Point(747, 8);
     this.valventa.Name = "valventa";
     this.valventa.Size = new System.Drawing.Size(75, 20);
     this.valventa.TabIndex = 80;
     this.valventa.Text = "100,000.00";
     this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // dctoTda
     //
     this.dctoTda.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTda.Location = new System.Drawing.Point(577, 8);
     this.dctoTda.Name = "dctoTda";
     this.dctoTda.Size = new System.Drawing.Size(75, 20);
     this.dctoTda.TabIndex = 91;
     this.dctoTda.Text = "00.00";
     this.dctoTda.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(677, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 83;
     this.label4.Text = "Impuesto :";
     //
     // lbl_valor
     //
     this.lbl_valor.AutoSize = true;
     this.lbl_valor.BackColor = System.Drawing.Color.Transparent;
     this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_valor.ForeColor = System.Drawing.Color.White;
     this.lbl_valor.Location = new System.Drawing.Point(173, 53);
     this.lbl_valor.Name = "lbl_valor";
     this.lbl_valor.Size = new System.Drawing.Size(72, 13);
     this.lbl_valor.TabIndex = 87;
     this.lbl_valor.Text = "Cost.Prom :";
     //
     // totimporte
     //
     this.totimporte.BackColor = System.Drawing.Color.YellowGreen;
     this.totimporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimporte.Location = new System.Drawing.Point(747, 50);
     this.totimporte.Name = "totimporte";
     this.totimporte.Size = new System.Drawing.Size(75, 21);
     this.totimporte.TabIndex = 84;
     this.totimporte.Text = "100,000.00";
     this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(508, 32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(68, 13);
     this.label14.TabIndex = 94;
     this.label14.Text = "Dcto.Tarj :";
     //
     // totimpto
     //
     this.totimpto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.totimpto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimpto.Location = new System.Drawing.Point(747, 29);
     this.totimpto.Name = "totimpto";
     this.totimpto.Size = new System.Drawing.Size(75, 20);
     this.totimpto.TabIndex = 82;
     this.totimpto.Text = "100,000.00";
     this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_valor
     //
     this.txt_valor.Enabled = false;
     this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_valor.Location = new System.Drawing.Point(246, 49);
     this.txt_valor.Name = "txt_valor";
     this.txt_valor.Size = new System.Drawing.Size(75, 21);
     this.txt_valor.TabIndex = 86;
     this.txt_valor.Text = "100,000.00";
     this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(699, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 85;
     this.label3.Text = "Total :";
     //
     // dctoTotal
     //
     this.dctoTotal.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTotal.Location = new System.Drawing.Point(577, 50);
     this.dctoTotal.Name = "dctoTotal";
     this.dctoTotal.Size = new System.Drawing.Size(75, 21);
     this.dctoTotal.TabIndex = 95;
     this.dctoTotal.Text = "00.00";
     this.dctoTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.White;
     this.label39.Location = new System.Drawing.Point(170, 31);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(76, 13);
     this.label39.TabIndex = 79;
     this.label39.Text = "Descuento :";
     //
     // dctoTarj
     //
     this.dctoTarj.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTarj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTarj.Location = new System.Drawing.Point(577, 29);
     this.dctoTarj.Name = "dctoTarj";
     this.dctoTarj.Size = new System.Drawing.Size(75, 20);
     this.dctoTarj.TabIndex = 93;
     this.dctoTarj.Text = "00.00";
     this.dctoTarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // totdscto1
     //
     this.totdscto1.Location = new System.Drawing.Point(246, 28);
     this.totdscto1.Name = "totdscto1";
     this.totdscto1.Size = new System.Drawing.Size(75, 21);
     this.totdscto1.TabIndex = 78;
     this.totdscto1.Text = "100,000.00";
     this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(501, 53);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(75, 13);
     this.label17.TabIndex = 96;
     this.label17.Text = "Descto.TT :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(3, 51);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(71, 13);
     this.label10.TabIndex = 77;
     this.label10.Text = "Val. Bruto :";
     //
     // bruto
     //
     this.bruto.Location = new System.Drawing.Point(76, 48);
     this.bruto.Name = "bruto";
     this.bruto.Size = new System.Drawing.Size(75, 21);
     this.bruto.TabIndex = 76;
     this.bruto.Text = "100,000.00";
     this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.White;
     this.label40.Location = new System.Drawing.Point(344, 52);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(48, 13);
     this.label40.TabIndex = 89;
     this.label40.Text = "Stock :";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(6, 29);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 75;
     this.label7.Text = "T. Piezas :";
     //
     // totpzas
     //
     this.totpzas.Location = new System.Drawing.Point(76, 26);
     this.totpzas.Name = "totpzas";
     this.totpzas.Size = new System.Drawing.Size(75, 21);
     this.totpzas.TabIndex = 74;
     this.totpzas.Text = "10,000";
     this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_stock
     //
     this.txt_stock.Enabled = false;
     this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_stock.Location = new System.Drawing.Point(392, 48);
     this.txt_stock.Name = "txt_stock";
     this.txt_stock.Size = new System.Drawing.Size(75, 21);
     this.txt_stock.TabIndex = 88;
     this.txt_stock.Text = "100,000.00";
     this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(29, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 73;
     this.label1.Text = "Items :";
     //
     // itemsT
     //
     this.itemsT.Location = new System.Drawing.Point(77, 4);
     this.itemsT.Name = "itemsT";
     this.itemsT.Size = new System.Drawing.Size(51, 21);
     this.itemsT.TabIndex = 72;
     this.itemsT.Text = "999";
     this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // shapeContainer3
     //
     this.shapeContainer3.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer3.Name = "shapeContainer3";
     this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4,
     this.lineShape3});
     this.shapeContainer3.Size = new System.Drawing.Size(989, 80);
     this.shapeContainer3.TabIndex = 97;
     this.shapeContainer3.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderWidth = 2;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 482;
     this.lineShape4.X2 = 482;
     this.lineShape4.Y1 = 10;
     this.lineShape4.Y2 = 71;
     //
     // lineShape3
     //
     this.lineShape3.BorderWidth = 2;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 665;
     this.lineShape3.X2 = 665;
     this.lineShape3.Y1 = 10;
     this.lineShape3.Y2 = 71;
     //
     // griddetallemov
     //
     this.griddetallemov.AllowUserToAddRows = false;
     this.griddetallemov.AllowUserToDeleteRows = false;
     this.griddetallemov.AllowUserToResizeColumns = false;
     this.griddetallemov.AllowUserToResizeRows = false;
     this.griddetallemov.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.griddetallemov.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.griddetallemov.ColumnHeadersHeight = 20;
     this.griddetallemov.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nostock,
     this.item,
     this.productid,
     this.productname,
     this.rollo,
     this.unmed,
     this.Ubicacion,
     this.stock_old,
     this.stock,
     this.precventa,
     this.costoultimo,
     this.costopromed,
     this.cantidad,
     this.cantidad_old,
     this.precioanterior,
     this.precunit,
     this.valor,
     this.dtotimpto,
     this.importe,
     this.importfac,
     this.dalmacaccionid,
     this.cantidadcta});
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.griddetallemov.DefaultCellStyle = dataGridViewCellStyle8;
     this.griddetallemov.Location = new System.Drawing.Point(1, 214);
     this.griddetallemov.MultiSelect = false;
     this.griddetallemov.Name = "griddetallemov";
     this.griddetallemov.RowHeadersVisible = false;
     this.griddetallemov.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.NullValue = null;
     this.griddetallemov.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.griddetallemov.RowTemplate.DefaultCellStyle.NullValue = null;
     this.griddetallemov.RowTemplate.Height = 20;
     this.griddetallemov.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.griddetallemov.Size = new System.Drawing.Size(989, 266);
     this.griddetallemov.TabIndex = 71;
     this.griddetallemov.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEndEdit);
     this.griddetallemov.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEnter);
     this.griddetallemov.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellLeave);
     this.griddetallemov.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetallemov_EditingControlShowing);
     this.griddetallemov.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyDown);
     this.griddetallemov.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyUp);
     //
     // nostock
     //
     this.nostock.DataPropertyName = "nostock";
     this.nostock.FalseValue = "false";
     this.nostock.Frozen = true;
     this.nostock.HeaderText = "Aft";
     this.nostock.Name = "nostock";
     this.nostock.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.nostock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.nostock.TrueValue = "true";
     this.nostock.Width = 20;
     //
     // item
     //
     this.item.DataPropertyName = "items";
     this.item.Frozen = true;
     this.item.HeaderText = "Items";
     this.item.Name = "item";
     this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.item.Width = 40;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.Frozen = true;
     this.productid.HeaderText = "Codigo";
     this.productid.Name = "productid";
     this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.Frozen = true;
     this.productname.HeaderText = "Producto";
     this.productname.Name = "productname";
     this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productname.Width = 400;
     //
     // rollo
     //
     this.rollo.DataPropertyName = "rollo";
     this.rollo.Frozen = true;
     this.rollo.HeaderText = "Rollo";
     this.rollo.MaxInputLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.rollo.Visible = false;
     this.rollo.Width = 80;
     //
     // unmed
     //
     this.unmed.DataPropertyName = "unmed";
     this.unmed.Frozen = true;
     this.unmed.HeaderText = "UnMed";
     this.unmed.Name = "unmed";
     this.unmed.Width = 48;
     //
     // Ubicacion
     //
     this.Ubicacion.DataPropertyName = "ubicacion";
     dataGridViewCellStyle2.NullValue = null;
     this.Ubicacion.DefaultCellStyle = dataGridViewCellStyle2;
     this.Ubicacion.Frozen = true;
     this.Ubicacion.HeaderText = "Ubicacion";
     this.Ubicacion.MaxInputLength = 4;
     this.Ubicacion.Name = "Ubicacion";
     this.Ubicacion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ubicacion.Visible = false;
     //
     // stock_old
     //
     this.stock_old.DataPropertyName = "stock_old";
     this.stock_old.Frozen = true;
     this.stock_old.HeaderText = "stock_old";
     this.stock_old.Name = "stock_old";
     this.stock_old.Visible = false;
     //
     // stock
     //
     this.stock.DataPropertyName = "stock";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle3.NullValue = null;
     this.stock.DefaultCellStyle = dataGridViewCellStyle3;
     this.stock.Frozen = true;
     this.stock.HeaderText = "Stock";
     this.stock.Name = "stock";
     this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // precventa
     //
     this.precventa.DataPropertyName = "precventa";
     this.precventa.Frozen = true;
     this.precventa.HeaderText = "precventa";
     this.precventa.Name = "precventa";
     this.precventa.Visible = false;
     //
     // costoultimo
     //
     this.costoultimo.DataPropertyName = "costoultimo";
     this.costoultimo.Frozen = true;
     this.costoultimo.HeaderText = "costoultimo";
     this.costoultimo.Name = "costoultimo";
     this.costoultimo.Visible = false;
     //
     // costopromed
     //
     this.costopromed.DataPropertyName = "costopromed";
     this.costopromed.Frozen = true;
     this.costopromed.HeaderText = "costopromed";
     this.costopromed.Name = "costopromed";
     this.costopromed.Visible = false;
     //
     // cantidad
     //
     this.cantidad.DataPropertyName = "cantidad";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.NullValue = null;
     this.cantidad.DefaultCellStyle = dataGridViewCellStyle4;
     this.cantidad.Frozen = true;
     this.cantidad.HeaderText = "Cantidad";
     this.cantidad.Name = "cantidad";
     this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cantidad.Width = 80;
     //
     // cantidad_old
     //
     this.cantidad_old.DataPropertyName = "cantidad_old";
     this.cantidad_old.Frozen = true;
     this.cantidad_old.HeaderText = "cantidad_old";
     this.cantidad_old.Name = "cantidad_old";
     this.cantidad_old.Visible = false;
     //
     // precioanterior
     //
     this.precioanterior.DataPropertyName = "precioanterior";
     this.precioanterior.Frozen = true;
     this.precioanterior.HeaderText = "precioanterior";
     this.precioanterior.Name = "precioanterior";
     this.precioanterior.Visible = false;
     //
     // precunit
     //
     this.precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format = "N2";
     dataGridViewCellStyle5.NullValue = null;
     this.precunit.DefaultCellStyle = dataGridViewCellStyle5;
     this.precunit.Frozen = true;
     this.precunit.HeaderText = "Precio";
     this.precunit.Name = "precunit";
     this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.precunit.Width = 90;
     //
     // valor
     //
     this.valor.DataPropertyName = "valor";
     this.valor.HeaderText = "valor";
     this.valor.Name = "valor";
     this.valor.Visible = false;
     //
     // dtotimpto
     //
     this.dtotimpto.DataPropertyName = "totimpto";
     this.dtotimpto.HeaderText = "totimpto";
     this.dtotimpto.Name = "dtotimpto";
     this.dtotimpto.Visible = false;
     //
     // importe
     //
     this.importe.DataPropertyName = "importe";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N4";
     dataGridViewCellStyle6.NullValue = null;
     this.importe.DefaultCellStyle = dataGridViewCellStyle6;
     this.importe.HeaderText = "Importe";
     this.importe.Name = "importe";
     this.importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.importe.Visible = false;
     //
     // importfac
     //
     this.importfac.DataPropertyName = "importfac";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this.importfac.DefaultCellStyle = dataGridViewCellStyle7;
     this.importfac.HeaderText = "Importe";
     this.importfac.Name = "importfac";
     this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dalmacaccionid
     //
     this.dalmacaccionid.DataPropertyName = "almacaccionid";
     this.dalmacaccionid.HeaderText = "almacaccionid";
     this.dalmacaccionid.Name = "dalmacaccionid";
     this.dalmacaccionid.Visible = false;
     //
     // cantidadcta
     //
     this.cantidadcta.DataPropertyName = "cantidadcta";
     this.cantidadcta.HeaderText = "cantidadcta";
     this.cantidadcta.Name = "cantidadcta";
     this.cantidadcta.Visible = false;
     //
     // direc
     //
     this.direc.Location = new System.Drawing.Point(64, 125);
     this.direc.Name = "direc";
     this.direc.Size = new System.Drawing.Size(233, 21);
     this.direc.TabIndex = 23;
     //
     // ctactename
     //
     this.ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactename.Location = new System.Drawing.Point(64, 104);
     this.ctactename.Name = "ctactename";
     this.ctactename.Size = new System.Drawing.Size(387, 21);
     this.ctactename.TabIndex = 21;
     //
     // nmruc
     //
     this.nmruc.Location = new System.Drawing.Point(160, 82);
     this.nmruc.MaxLength = 11;
     this.nmruc.Name = "nmruc";
     this.nmruc.Size = new System.Drawing.Size(90, 21);
     this.nmruc.TabIndex = 12;
     this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.btn_refresh_tcamb);
     this.panel1.Controls.Add(this.chkfijar);
     this.panel1.Controls.Add(this.cbo_incprec);
     this.panel1.Controls.Add(this.label20);
     this.panel1.Controls.Add(this.lbltitulo);
     this.panel1.Controls.Add(this.label41);
     this.panel1.Controls.Add(this.tipimptotasa);
     this.panel1.Controls.Add(this.fechdoc);
     this.panel1.Controls.Add(this.moneda);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numdoc);
     this.panel1.Controls.Add(this.tcamb);
     this.panel1.Controls.Add(this.tipodoc);
     this.panel1.Controls.Add(this.serdoc);
     this.panel1.Controls.Add(this.label21);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Location = new System.Drawing.Point(0, 29);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(993, 45);
     this.panel1.TabIndex = 2;
     //
     // btn_refresh_tcamb
     //
     this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image")));
     this.btn_refresh_tcamb.Location = new System.Drawing.Point(643, 19);
     this.btn_refresh_tcamb.Name = "btn_refresh_tcamb";
     this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22);
     this.btn_refresh_tcamb.TabIndex = 23;
     this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio";
     this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click);
     //
     // chkfijar
     //
     this.chkfijar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chkfijar.Location = new System.Drawing.Point(137, 21);
     this.chkfijar.Name = "chkfijar";
     this.chkfijar.Properties.Caption = "Fijar";
     this.chkfijar.Size = new System.Drawing.Size(51, 19);
     this.chkfijar.TabIndex = 22;
     this.chkfijar.CheckedChanged += new System.EventHandler(this.chkfijar_CheckedChanged);
     //
     // cbo_incprec
     //
     this.cbo_incprec.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.cbo_incprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_incprec.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbo_incprec.FormattingEnabled = true;
     this.cbo_incprec.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.cbo_incprec.Items.AddRange(new object[] {
     "SI",
     "NO"});
     this.cbo_incprec.Location = new System.Drawing.Point(946, 20);
     this.cbo_incprec.Name = "cbo_incprec";
     this.cbo_incprec.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.cbo_incprec.Size = new System.Drawing.Size(40, 21);
     this.cbo_incprec.TabIndex = 21;
     this.cbo_incprec.SelectedIndexChanged += new System.EventHandler(this.cbo_incprec_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(947, 5);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 20;
     this.label20.Text = "Inclu.";
     //
     // lbltitulo
     //
     this.lbltitulo.AutoSize = true;
     this.lbltitulo.BackColor = System.Drawing.Color.Transparent;
     this.lbltitulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitulo.ForeColor = System.Drawing.Color.White;
     this.lbltitulo.Location = new System.Drawing.Point(422, 9);
     this.lbltitulo.Name = "lbltitulo";
     this.lbltitulo.Size = new System.Drawing.Size(151, 31);
     this.lbltitulo.TabIndex = 19;
     this.lbltitulo.Text = "FACTURA";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.White;
     this.label41.Location = new System.Drawing.Point(928, 22);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 17);
     this.label41.TabIndex = 18;
     this.label41.Text = "%";
     //
     // tipimptotasa
     //
     this.tipimptotasa.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipimptotasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.tipimptotasa.FormattingEnabled = true;
     this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.tipimptotasa.Location = new System.Drawing.Point(887, 20);
     this.tipimptotasa.Name = "tipimptotasa";
     this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tipimptotasa.Size = new System.Drawing.Size(40, 21);
     this.tipimptotasa.TabIndex = 17;
     this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged);
     //
     // fechdoc
     //
     this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdoc.Location = new System.Drawing.Point(669, 21);
     this.fechdoc.Name = "fechdoc";
     this.fechdoc.Size = new System.Drawing.Size(84, 20);
     this.fechdoc.TabIndex = 7;
     this.fechdoc.Value = new System.DateTime(2014, 4, 14, 0, 0, 0, 0);
     this.fechdoc.ValueChanged += new System.EventHandler(this.fechdoc_ValueChanged);
     //
     // moneda
     //
     this.moneda.AutoCompleteCustomSource.AddRange(new string[] {
     "FA"});
     this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moneda.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moneda.FormattingEnabled = true;
     this.moneda.Location = new System.Drawing.Point(756, 20);
     this.moneda.Name = "moneda";
     this.moneda.Size = new System.Drawing.Size(70, 21);
     this.moneda.TabIndex = 8;
     this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(16, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Tipo Documento";
     //
     // numdoc
     //
     this.numdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc.Location = new System.Drawing.Point(231, 20);
     this.numdoc.MaxLength = 10;
     this.numdoc.Name = "numdoc";
     this.numdoc.Size = new System.Drawing.Size(87, 21);
     this.numdoc.TabIndex = 8;
     this.numdoc.Text = "000000001";
     this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
     this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress);
     //
     // tcamb
     //
     this.tcamb.Location = new System.Drawing.Point(828, 20);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(56, 21);
     this.tcamb.TabIndex = 9;
     this.tcamb.Text = "3.420";
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tipodoc
     //
     this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipodoc.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.tipodoc.FormattingEnabled = true;
     this.tipodoc.Location = new System.Drawing.Point(7, 20);
     this.tipodoc.Name = "tipodoc";
     this.tipodoc.Size = new System.Drawing.Size(128, 20);
     this.tipodoc.TabIndex = 4;
     this.tipodoc.SelectedIndexChanged += new System.EventHandler(this.tipodoc_SelectedIndexChanged);
     //
     // serdoc
     //
     this.serdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serdoc.Location = new System.Drawing.Point(189, 20);
     this.serdoc.MaxLength = 5;
     this.serdoc.Name = "serdoc";
     this.serdoc.Size = new System.Drawing.Size(40, 21);
     this.serdoc.TabIndex = 4;
     this.serdoc.Text = "2014";
     this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(761, 5);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 12;
     this.label21.Text = "Moneda";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(193, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Serie";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(883, 5);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(58, 13);
     this.label13.TabIndex = 16;
     this.label13.Text = "Impuesto";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(247, 5);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Número";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(826, 5);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(60, 13);
     this.label15.TabIndex = 14;
     this.label15.Text = "T Cambio";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(688, 5);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(42, 13);
     this.label16.TabIndex = 10;
     this.label16.Text = "Fecha";
     //
     // Botonera
     //
     this.Botonera.BackColor = System.Drawing.SystemColors.Control;
     this.Botonera.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnImprimirNoval,
     this.toolStripSeparator1,
     this.btn_primero,
     this.btn_anterior,
     this.btn_siguiente,
     this.btn_ultimo,
     this.toolStripSeparator2,
     this.btn_detanadir,
     this.btn_deteliminar,
     this.toolStripSeparator3,
     this.btn_Calculadora,
     this.btn_clave,
     this.btn_log,
     this.btn_upload,
     this.btn_salir,
     this.btn_information});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(993, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     this.Botonera.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Botonera_ItemClicked);
     //
     // btn_nuevo
     //
     this.btn_nuevo.BackColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Image")));
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = global::BapFormulariosNet.Properties.Resources.btn_eliminar20;
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Image")));
     this.btn_imprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(24, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.ToolTipText = "Impresion Valorizada";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // btnImprimirNoval
     //
     this.btnImprimirNoval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnImprimirNoval.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btnImprimirNoval.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimirNoval.Name = "btnImprimirNoval";
     this.btnImprimirNoval.Size = new System.Drawing.Size(26, 26);
     this.btnImprimirNoval.ToolTipText = "Impresion No Valorizada";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_primero
     //
     this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g;
     this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_primero.Name = "btn_primero";
     this.btn_primero.Size = new System.Drawing.Size(26, 26);
     this.btn_primero.Text = "Primero";
     this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
     //
     // btn_anterior
     //
     this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g;
     this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_anterior.Name = "btn_anterior";
     this.btn_anterior.Size = new System.Drawing.Size(26, 26);
     this.btn_anterior.Text = "Anterior";
     this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
     //
     // btn_siguiente
     //
     this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g;
     this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_siguiente.Name = "btn_siguiente";
     this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
     this.btn_siguiente.Text = "Siguiente";
     this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
     //
     // btn_ultimo
     //
     this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g;
     this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_ultimo.Name = "btn_ultimo";
     this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
     this.btn_ultimo.Text = "Ultimo";
     this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_detanadir
     //
     this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_detanadir.Image = global::BapFormulariosNet.Properties.Resources.go_add;
     this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_detanadir.Name = "btn_detanadir";
     this.btn_detanadir.Size = new System.Drawing.Size(26, 26);
     this.btn_detanadir.Text = "Añadir";
     this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click);
     //
     // btn_deteliminar
     //
     this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_deteliminar.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_deteliminar.Name = "btn_deteliminar";
     this.btn_deteliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_deteliminar.Text = "Quitar";
     this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29);
     //
     // btn_Calculadora
     //
     this.btn_Calculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_Calculadora.Image = global::BapFormulariosNet.Properties.Resources.go_calc2;
     this.btn_Calculadora.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Calculadora.Name = "btn_Calculadora";
     this.btn_Calculadora.Size = new System.Drawing.Size(26, 26);
     this.btn_Calculadora.Text = "Calculadora";
     this.btn_Calculadora.Click += new System.EventHandler(this.btn_Calculadora_Click);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "Auditoria";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_upload
     //
     this.btn_upload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_upload.Image = global::BapFormulariosNet.Properties.Resources.btn_barcode;
     this.btn_upload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_upload.Name = "btn_upload";
     this.btn_upload.Size = new System.Drawing.Size(26, 26);
     this.btn_upload.Text = "Leer Codigo Barras";
     this.btn_upload.ToolTipText = "Cargar";
     this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // btn_information
     //
     this.btn_information.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_information.Image = global::BapFormulariosNet.Properties.Resources.go_information;
     this.btn_information.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_information.Name = "btn_information";
     this.btn_information.Size = new System.Drawing.Size(26, 26);
     this.btn_information.Text = "Informacion";
     this.btn_information.Click += new System.EventHandler(this.btn_information_Click);
     //
     // tipoclieprov
     //
     this.tipoclieprov.AutoSize = true;
     this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoclieprov.Location = new System.Drawing.Point(6, 86);
     this.tipoclieprov.Name = "tipoclieprov";
     this.tipoclieprov.Size = new System.Drawing.Size(42, 13);
     this.tipoclieprov.TabIndex = 18;
     this.tipoclieprov.Text = "Cliente:";
     //
     // lblruc
     //
     this.lblruc.AutoSize = true;
     this.lblruc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblruc.Location = new System.Drawing.Point(123, 85);
     this.lblruc.Name = "lblruc";
     this.lblruc.Size = new System.Drawing.Size(33, 13);
     this.lblruc.TabIndex = 75;
     this.lblruc.Text = "RUC:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(6, 128);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(55, 13);
     this.label24.TabIndex = 22;
     this.label24.Text = "Dirección:";
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2});
     this.shapeContainer1.Size = new System.Drawing.Size(993, 560);
     this.shapeContainer1.TabIndex = 82;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderWidth = 2;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.SelectionColor = System.Drawing.SystemColors.HotTrack;
     this.lineShape2.X1 = 2;
     this.lineShape2.X2 = 453;
     this.lineShape2.Y1 = 176;
     this.lineShape2.Y2 = 176;
     //
     // pdtimagen
     //
     this.pdtimagen.BackColor = System.Drawing.Color.Transparent;
     this.pdtimagen.Image = global::BapFormulariosNet.Properties.Resources.anulado;
     this.pdtimagen.Location = new System.Drawing.Point(378, 286);
     this.pdtimagen.Name = "pdtimagen";
     this.pdtimagen.Size = new System.Drawing.Size(262, 135);
     this.pdtimagen.TabIndex = 96;
     this.pdtimagen.TabStop = false;
     //
     // lstListaprec
     //
     this.lstListaprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstListaprec.FormattingEnabled = true;
     this.lstListaprec.Location = new System.Drawing.Point(873, 99);
     this.lstListaprec.Name = "lstListaprec";
     this.lstListaprec.Size = new System.Drawing.Size(113, 21);
     this.lstListaprec.TabIndex = 98;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(870, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(85, 13);
     this.label22.TabIndex = 99;
     this.label22.Text = "Lista de Precios:";
     //
     // btnextraersunat
     //
     this.btnextraersunat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnextraersunat.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.btnextraersunat.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnextraersunat.Image = global::BapFormulariosNet.Properties.Resources.go_sunat1;
     this.btnextraersunat.Location = new System.Drawing.Point(256, 80);
     this.btnextraersunat.Name = "btnextraersunat";
     this.btnextraersunat.Size = new System.Drawing.Size(90, 23);
     this.btnextraersunat.TabIndex = 100;
     this.btnextraersunat.ToolTip = "Extrae Datos";
     this.btnextraersunat.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btnextraersunat.Click += new System.EventHandler(this.btnextraersunat_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(466, 76);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl1.Size = new System.Drawing.Size(401, 137);
     this.xtraTabControl1.TabIndex = 101;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.canticombo);
     this.xtraTabPage3.Controls.Add(this.label26);
     this.xtraTabPage3.Controls.Add(this.label25);
     this.xtraTabPage3.Controls.Add(this.preccombo);
     this.xtraTabPage3.Controls.Add(this.princombo);
     this.xtraTabPage3.Controls.Add(this.glosa);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage3.Text = "Observaciones";
     //
     // canticombo
     //
     this.canticombo.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.canticombo.Location = new System.Drawing.Point(295, 30);
     this.canticombo.Name = "canticombo";
     this.canticombo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.canticombo.Properties.MaxValue = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.canticombo.Size = new System.Drawing.Size(67, 20);
     this.canticombo.TabIndex = 87;
     this.canticombo.EditValueChanged += new System.EventHandler(this.canticombo_EditValueChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(239, 64);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(55, 13);
     this.label26.TabIndex = 86;
     this.label26.Text = "Prec/Unit:";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(210, 34);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(84, 13);
     this.label25.TabIndex = 85;
     this.label25.Text = "Nro de Combos:";
     //
     // preccombo
     //
     this.preccombo.Location = new System.Drawing.Point(295, 60);
     this.preccombo.Name = "preccombo";
     this.preccombo.ReadOnly = true;
     this.preccombo.Size = new System.Drawing.Size(67, 21);
     this.preccombo.TabIndex = 83;
     this.preccombo.Text = "0.00";
     this.preccombo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // princombo
     //
     this.princombo.AutoSize = true;
     this.princombo.Location = new System.Drawing.Point(219, 9);
     this.princombo.Name = "princombo";
     this.princombo.Size = new System.Drawing.Size(151, 17);
     this.princombo.TabIndex = 81;
     this.princombo.Text = "Imprimir en Detalle Combo";
     this.princombo.UseVisualStyleBackColor = true;
     this.princombo.CheckedChanged += new System.EventHandler(this.princombo_CheckedChanged);
     //
     // glosa
     //
     this.glosa.Location = new System.Drawing.Point(18, 9);
     this.glosa.Multiline = true;
     this.glosa.Name = "glosa";
     this.glosa.Size = new System.Drawing.Size(186, 72);
     this.glosa.TabIndex = 80;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.label23);
     this.xtraTabPage1.Controls.Add(this.importtarj);
     this.xtraTabPage1.Controls.Add(this.btn_del);
     this.xtraTabPage1.Controls.Add(this.btn_add);
     this.xtraTabPage1.Controls.Add(this.lstTarjGroup);
     this.xtraTabPage1.Controls.Add(this.dgbtarjetas);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage1.Text = "Pago con Tarjeta";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(73, 83);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(50, 13);
     this.label23.TabIndex = 101;
     this.label23.Text = "Total >>";
     //
     // importtarj
     //
     this.importtarj.Location = new System.Drawing.Point(129, 80);
     this.importtarj.MaxLength = 8;
     this.importtarj.Name = "importtarj";
     this.importtarj.Size = new System.Drawing.Size(69, 21);
     this.importtarj.TabIndex = 100;
     this.importtarj.Text = "0.00";
     this.importtarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lstTarjGroup
     //
     this.lstTarjGroup.FormattingEnabled = true;
     this.lstTarjGroup.Location = new System.Drawing.Point(253, 12);
     this.lstTarjGroup.Name = "lstTarjGroup";
     this.lstTarjGroup.Size = new System.Drawing.Size(116, 56);
     this.lstTarjGroup.TabIndex = 97;
     //
     // dgbtarjetas
     //
     this.dgbtarjetas.AllowUserToAddRows = false;
     this.dgbtarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgbtarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._tarjetalogo,
     this._tarjetaid,
     this._tarjetaname,
     this._tarjetanum,
     this._tarjetaimpo,
     this._ddnni});
     this.dgbtarjetas.Location = new System.Drawing.Point(5, 12);
     this.dgbtarjetas.Name = "dgbtarjetas";
     this.dgbtarjetas.ReadOnly = true;
     this.dgbtarjetas.RowHeadersVisible = false;
     this.dgbtarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgbtarjetas.Size = new System.Drawing.Size(214, 68);
     this.dgbtarjetas.TabIndex = 96;
     //
     // _tarjetalogo
     //
     this._tarjetalogo.DataPropertyName = "tarjetalogo";
     this._tarjetalogo.HeaderText = "TarJ";
     this._tarjetalogo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this._tarjetalogo.Name = "_tarjetalogo";
     this._tarjetalogo.ReadOnly = true;
     this._tarjetalogo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._tarjetalogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._tarjetalogo.Width = 40;
     //
     // _tarjetaid
     //
     this._tarjetaid.DataPropertyName = "tarjetaid";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._tarjetaid.DefaultCellStyle = dataGridViewCellStyle10;
     this._tarjetaid.HeaderText = "Cod";
     this._tarjetaid.Name = "_tarjetaid";
     this._tarjetaid.ReadOnly = true;
     this._tarjetaid.Visible = false;
     this._tarjetaid.Width = 30;
     //
     // _tarjetaname
     //
     this._tarjetaname.DataPropertyName = "tarjetaname";
     this._tarjetaname.HeaderText = "Nom";
     this._tarjetaname.Name = "_tarjetaname";
     this._tarjetaname.ReadOnly = true;
     this._tarjetaname.Visible = false;
     //
     // _tarjetanum
     //
     this._tarjetanum.DataPropertyName = "tarjetanume";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this._tarjetanum.DefaultCellStyle = dataGridViewCellStyle11;
     this._tarjetanum.HeaderText = "Aprob.";
     this._tarjetanum.Name = "_tarjetanum";
     this._tarjetanum.ReadOnly = true;
     this._tarjetanum.Width = 80;
     //
     // _tarjetaimpo
     //
     this._tarjetaimpo.DataPropertyName = "tarjetaimpo";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N2";
     dataGridViewCellStyle12.NullValue = null;
     this._tarjetaimpo.DefaultCellStyle = dataGridViewCellStyle12;
     this._tarjetaimpo.HeaderText = "Importe";
     this._tarjetaimpo.Name = "_tarjetaimpo";
     this._tarjetaimpo.ReadOnly = true;
     this._tarjetaimpo.Width = 80;
     //
     // _ddnni
     //
     this._ddnni.DataPropertyName = "ddnni";
     this._ddnni.HeaderText = "Dni";
     this._ddnni.Name = "_ddnni";
     this._ddnni.ReadOnly = true;
     this._ddnni.Visible = false;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.numnotac);
     this.xtraTabPage2.Controls.Add(this.sernotac);
     this.xtraTabPage2.Controls.Add(this.tipnotac);
     this.xtraTabPage2.Controls.Add(this.numguia);
     this.xtraTabPage2.Controls.Add(this.serguia);
     this.xtraTabPage2.Controls.Add(this.tipguia);
     this.xtraTabPage2.Controls.Add(this.numfac);
     this.xtraTabPage2.Controls.Add(this.serfac);
     this.xtraTabPage2.Controls.Add(this.tipfac);
     this.xtraTabPage2.Controls.Add(this.recep_fecha);
     this.xtraTabPage2.Controls.Add(this.recep_dni);
     this.xtraTabPage2.Controls.Add(this.recep_name);
     this.xtraTabPage2.Controls.Add(this.chkNC);
     this.xtraTabPage2.Controls.Add(this.chkGR);
     this.xtraTabPage2.Controls.Add(this.chkFA);
     this.xtraTabPage2.Controls.Add(this.fechnotac);
     this.xtraTabPage2.Controls.Add(this.fechguia);
     this.xtraTabPage2.Controls.Add(this.fechfac);
     this.xtraTabPage2.Controls.Add(this.label29);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Controls.Add(this.label27);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage2.Text = "Docs Referencia";
     //
     // numnotac
     //
     //
     //
     //
     this.numnotac.Border.Class = "TextBoxBorder";
     this.numnotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numnotac.ButtonCustom.Tooltip = "";
     this.numnotac.ButtonCustom2.Tooltip = "";
     this.numnotac.Location = new System.Drawing.Point(88, 60);
     this.numnotac.MaxLength = 10;
     this.numnotac.Name = "numnotac";
     this.numnotac.PreventEnterBeep = true;
     this.numnotac.Size = new System.Drawing.Size(79, 21);
     this.numnotac.TabIndex = 94;
     //
     // sernotac
     //
     //
     //
     //
     this.sernotac.Border.Class = "TextBoxBorder";
     this.sernotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.sernotac.ButtonCustom.Tooltip = "";
     this.sernotac.ButtonCustom2.Tooltip = "";
     this.sernotac.Location = new System.Drawing.Point(49, 60);
     this.sernotac.MaxLength = 4;
     this.sernotac.Name = "sernotac";
     this.sernotac.PreventEnterBeep = true;
     this.sernotac.Size = new System.Drawing.Size(37, 21);
     this.sernotac.TabIndex = 93;
     //
     // tipnotac
     //
     this.tipnotac.DisplayMember = "Text";
     this.tipnotac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipnotac.FormattingEnabled = true;
     this.tipnotac.ItemHeight = 15;
     this.tipnotac.Items.AddRange(new object[] {
     this.comboItem5});
     this.tipnotac.Location = new System.Drawing.Point(6, 60);
     this.tipnotac.Name = "tipnotac";
     this.tipnotac.Size = new System.Drawing.Size(40, 21);
     this.tipnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipnotac.TabIndex = 92;
     this.tipnotac.Text = "NC";
     //
     // comboItem5
     //
     this.comboItem5.Text = "NC";
     //
     // numguia
     //
     //
     //
     //
     this.numguia.Border.Class = "TextBoxBorder";
     this.numguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numguia.ButtonCustom.Tooltip = "";
     this.numguia.ButtonCustom2.Tooltip = "";
     this.numguia.Location = new System.Drawing.Point(88, 36);
     this.numguia.MaxLength = 10;
     this.numguia.Name = "numguia";
     this.numguia.PreventEnterBeep = true;
     this.numguia.Size = new System.Drawing.Size(79, 21);
     this.numguia.TabIndex = 91;
     //
     // serguia
     //
     //
     //
     //
     this.serguia.Border.Class = "TextBoxBorder";
     this.serguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serguia.ButtonCustom.Tooltip = "";
     this.serguia.ButtonCustom2.Tooltip = "";
     this.serguia.Location = new System.Drawing.Point(49, 36);
     this.serguia.MaxLength = 4;
     this.serguia.Name = "serguia";
     this.serguia.PreventEnterBeep = true;
     this.serguia.Size = new System.Drawing.Size(37, 21);
     this.serguia.TabIndex = 90;
     //
     // tipguia
     //
     this.tipguia.DisplayMember = "Text";
     this.tipguia.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipguia.FormattingEnabled = true;
     this.tipguia.ItemHeight = 15;
     this.tipguia.Items.AddRange(new object[] {
     this.comboItem3});
     this.tipguia.Location = new System.Drawing.Point(6, 36);
     this.tipguia.Name = "tipguia";
     this.tipguia.Size = new System.Drawing.Size(40, 21);
     this.tipguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipguia.TabIndex = 89;
     this.tipguia.Text = "GR";
     //
     // comboItem3
     //
     this.comboItem3.Text = "GR";
     //
     // numfac
     //
     //
     //
     //
     this.numfac.Border.Class = "TextBoxBorder";
     this.numfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numfac.ButtonCustom.Tooltip = "";
     this.numfac.ButtonCustom2.Tooltip = "";
     this.numfac.Location = new System.Drawing.Point(88, 12);
     this.numfac.MaxLength = 10;
     this.numfac.Name = "numfac";
     this.numfac.PreventEnterBeep = true;
     this.numfac.Size = new System.Drawing.Size(79, 21);
     this.numfac.TabIndex = 88;
     this.numfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numfac_KeyDown);
     //
     // serfac
     //
     //
     //
     //
     this.serfac.Border.Class = "TextBoxBorder";
     this.serfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serfac.ButtonCustom.Tooltip = "";
     this.serfac.ButtonCustom2.Tooltip = "";
     this.serfac.Location = new System.Drawing.Point(49, 12);
     this.serfac.MaxLength = 4;
     this.serfac.Name = "serfac";
     this.serfac.PreventEnterBeep = true;
     this.serfac.Size = new System.Drawing.Size(37, 21);
     this.serfac.TabIndex = 87;
     this.serfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.serfac_KeyDown);
     //
     // tipfac
     //
     this.tipfac.DisplayMember = "Text";
     this.tipfac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipfac.FormattingEnabled = true;
     this.tipfac.ItemHeight = 15;
     this.tipfac.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.tipfac.Location = new System.Drawing.Point(6, 12);
     this.tipfac.Name = "tipfac";
     this.tipfac.Size = new System.Drawing.Size(40, 21);
     this.tipfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipfac.TabIndex = 86;
     //
     // comboItem1
     //
     this.comboItem1.Text = "FA";
     //
     // comboItem2
     //
     this.comboItem2.Text = "BV";
     //
     // recep_fecha
     //
     //
     //
     //
     this.recep_fecha.BackgroundStyle.Class = "DateTimeInputBackground";
     this.recep_fecha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.ButtonClear.Tooltip = "";
     this.recep_fecha.ButtonCustom.Tooltip = "";
     this.recep_fecha.ButtonCustom2.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.recep_fecha.ButtonDropDown.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Visible = true;
     this.recep_fecha.ButtonFreeText.Tooltip = "";
     this.recep_fecha.IsPopupCalendarOpen = false;
     this.recep_fecha.Location = new System.Drawing.Point(297, 79);
     //
     //
     //
     this.recep_fecha.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.recep_fecha.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.recep_fecha.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.recep_fecha.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.TodayButtonVisible = true;
     this.recep_fecha.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.recep_fecha.Name = "recep_fecha";
     this.recep_fecha.Size = new System.Drawing.Size(82, 21);
     this.recep_fecha.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recep_fecha.TabIndex = 85;
     //
     // recep_dni
     //
     //
     //
     //
     this.recep_dni.Border.Class = "TextBoxBorder";
     this.recep_dni.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_dni.ButtonCustom.Tooltip = "";
     this.recep_dni.ButtonCustom2.Tooltip = "";
     this.recep_dni.Location = new System.Drawing.Point(297, 58);
     this.recep_dni.MaxLength = 8;
     this.recep_dni.Name = "recep_dni";
     this.recep_dni.PreventEnterBeep = true;
     this.recep_dni.Size = new System.Drawing.Size(83, 21);
     this.recep_dni.TabIndex = 84;
     //
     // recep_name
     //
     //
     //
     //
     this.recep_name.Border.Class = "TextBoxBorder";
     this.recep_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_name.ButtonCustom.Tooltip = "";
     this.recep_name.ButtonCustom2.Tooltip = "";
     this.recep_name.Location = new System.Drawing.Point(269, 21);
     this.recep_name.MaxLength = 100;
     this.recep_name.Multiline = true;
     this.recep_name.Name = "recep_name";
     this.recep_name.PreventEnterBeep = true;
     this.recep_name.Size = new System.Drawing.Size(111, 36);
     this.recep_name.TabIndex = 83;
     //
     // chkNC
     //
     //
     //
     //
     this.chkNC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkNC.Location = new System.Drawing.Point(247, 58);
     this.chkNC.Name = "chkNC";
     this.chkNC.Size = new System.Drawing.Size(16, 23);
     this.chkNC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkNC.TabIndex = 82;
     this.chkNC.CheckedChanged += new System.EventHandler(this.chkNC_CheckedChanged);
     //
     // chkGR
     //
     //
     //
     //
     this.chkGR.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkGR.Location = new System.Drawing.Point(247, 36);
     this.chkGR.Name = "chkGR";
     this.chkGR.Size = new System.Drawing.Size(16, 23);
     this.chkGR.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkGR.TabIndex = 81;
     this.chkGR.CheckedChanged += new System.EventHandler(this.chkGR_CheckedChanged);
     //
     // chkFA
     //
     //
     //
     //
     this.chkFA.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkFA.Location = new System.Drawing.Point(247, 12);
     this.chkFA.Name = "chkFA";
     this.chkFA.Size = new System.Drawing.Size(16, 23);
     this.chkFA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkFA.TabIndex = 80;
     this.chkFA.CheckedChanged += new System.EventHandler(this.chkFA_CheckedChanged);
     //
     // fechnotac
     //
     //
     //
     //
     this.fechnotac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechnotac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.ButtonClear.Tooltip = "";
     this.fechnotac.ButtonCustom.Tooltip = "";
     this.fechnotac.ButtonCustom2.Tooltip = "";
     this.fechnotac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechnotac.ButtonDropDown.Tooltip = "";
     this.fechnotac.ButtonDropDown.Visible = true;
     this.fechnotac.ButtonFreeText.Tooltip = "";
     this.fechnotac.IsPopupCalendarOpen = false;
     this.fechnotac.Location = new System.Drawing.Point(168, 59);
     //
     //
     //
     this.fechnotac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechnotac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechnotac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechnotac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.TodayButtonVisible = true;
     this.fechnotac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechnotac.Name = "fechnotac";
     this.fechnotac.Size = new System.Drawing.Size(82, 21);
     this.fechnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechnotac.TabIndex = 79;
     //
     // fechguia
     //
     //
     //
     //
     this.fechguia.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechguia.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.ButtonClear.Tooltip = "";
     this.fechguia.ButtonCustom.Tooltip = "";
     this.fechguia.ButtonCustom2.Tooltip = "";
     this.fechguia.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechguia.ButtonDropDown.Tooltip = "";
     this.fechguia.ButtonDropDown.Visible = true;
     this.fechguia.ButtonFreeText.Tooltip = "";
     this.fechguia.IsPopupCalendarOpen = false;
     this.fechguia.Location = new System.Drawing.Point(168, 36);
     //
     //
     //
     this.fechguia.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechguia.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechguia.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechguia.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.TodayButtonVisible = true;
     this.fechguia.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechguia.Name = "fechguia";
     this.fechguia.Size = new System.Drawing.Size(82, 21);
     this.fechguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechguia.TabIndex = 78;
     //
     // fechfac
     //
     //
     //
     //
     this.fechfac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechfac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.ButtonClear.Tooltip = "";
     this.fechfac.ButtonCustom.Tooltip = "";
     this.fechfac.ButtonCustom2.Tooltip = "";
     this.fechfac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechfac.ButtonDropDown.Tooltip = "";
     this.fechfac.ButtonDropDown.Visible = true;
     this.fechfac.ButtonFreeText.Tooltip = "";
     this.fechfac.IsPopupCalendarOpen = false;
     this.fechfac.Location = new System.Drawing.Point(168, 12);
     //
     //
     //
     this.fechfac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechfac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechfac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechfac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.TodayButtonVisible = true;
     this.fechfac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechfac.Name = "fechfac";
     this.fechfac.Size = new System.Drawing.Size(82, 21);
     this.fechfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechfac.TabIndex = 77;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(225, 84);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(73, 13);
     this.label29.TabIndex = 72;
     this.label29.Text = "Fecha Recep:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(269, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(29, 13);
     this.label28.TabIndex = 69;
     this.label28.Text = "DNI:";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(271, 9);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(55, 13);
     this.label27.TabIndex = 67;
     this.label27.Text = "Receptor:";
     //
     // Frm_ventas
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(993, 560);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnextraersunat);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.lstListaprec);
     this.Controls.Add(this.pdtimagen);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.telef);
     this.Controls.Add(this.vendpername);
     this.Controls.Add(this.vendperid);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.ctacte);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.griddetallemov);
     this.Controls.Add(this.direc);
     this.Controls.Add(this.ctactename);
     this.Controls.Add(this.nmruc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.tipoclieprov);
     this.Controls.Add(this.lblruc);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.shapeContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_ventas";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modulo de Ventas";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_movimiento_FormClosing);
     this.Load += new System.EventHandler(this.Frm_ventas_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_movimiento_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).EndInit();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHoaDon));
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.cmdNgayLap = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listViewPhieuThue = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.MaPhieuThue = new System.Windows.Forms.ColumnHeader();
     this.MaPhong = new System.Windows.Forms.ColumnHeader();
     this.TenPhong = new System.Windows.Forms.ColumnHeader();
     this.NgayTra = new System.Windows.Forms.ColumnHeader();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.txt_MaKH = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txt_DiaChi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_MaHoaDon = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btxem = new DevComponents.DotNetBar.ButtonX();
     this.btExit = new DevComponents.DotNetBar.ButtonX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.bt_tim = new DevComponents.DotNetBar.ButtonX();
     this.checkNgayTra_ThucTe = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cmd_ngaytra_thucte = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.checkmatudong = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.listViewCTPhong = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.MaKhachHang = new System.Windows.Forms.ColumnHeader();
     this.TenKhachHang = new System.Windows.Forms.ColumnHeader();
     this.DiaChi = new System.Windows.Forms.ColumnHeader();
     this.MaLoaiKhach = new System.Windows.Forms.ColumnHeader();
     this.TenLoaikhach = new System.Windows.Forms.ColumnHeader();
     this.txt_tenKH = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.cmdNgayLap)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmd_ngaytra_thucte)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(262, 11);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(318, 30);
     this.labelX1.TabIndex = 14;
     this.labelX1.Text = "LẬP HÓA ĐƠN THANH TOÁN";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX10
     //
     this.labelX10.Location = new System.Drawing.Point(317, 36);
     this.labelX10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(54, 16);
     this.labelX10.TabIndex = 22;
     this.labelX10.Text = "Ngày Lập";
     //
     // cmdNgayLap
     //
     //
     //
     //
     this.cmdNgayLap.BackgroundStyle.Class = "DateTimeInputBackground";
     this.cmdNgayLap.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.cmdNgayLap.ButtonDropDown.Visible = true;
     this.cmdNgayLap.Location = new System.Drawing.Point(379, 29);
     this.cmdNgayLap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.cmdNgayLap.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.cmdNgayLap.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0);
     this.cmdNgayLap.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.cmdNgayLap.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.cmdNgayLap.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.cmdNgayLap.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.cmdNgayLap.MonthCalendar.TodayButtonVisible = true;
     this.cmdNgayLap.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.cmdNgayLap.Name = "cmdNgayLap";
     this.cmdNgayLap.Size = new System.Drawing.Size(103, 21);
     this.cmdNgayLap.TabIndex = 24;
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(12, 35);
     this.labelX8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(65, 20);
     this.labelX8.TabIndex = 21;
     this.labelX8.Text = "Mã Hóa Đơn";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listViewPhieuThue);
     this.groupBox2.ForeColor = System.Drawing.Color.Blue;
     this.groupBox2.Location = new System.Drawing.Point(25, 180);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(697, 211);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Danh Sách Phòng Cần Thanh Toán";
     //
     // listViewPhieuThue
     //
     //
     //
     //
     this.listViewPhieuThue.Border.Class = "ListViewBorder";
     this.listViewPhieuThue.CheckBoxes = true;
     this.listViewPhieuThue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.MaPhieuThue,
     this.MaPhong,
     this.TenPhong,
     this.NgayTra});
     this.listViewPhieuThue.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewPhieuThue.GridLines = true;
     this.listViewPhieuThue.Location = new System.Drawing.Point(129, 41);
     this.listViewPhieuThue.Name = "listViewPhieuThue";
     this.listViewPhieuThue.Size = new System.Drawing.Size(422, 147);
     this.listViewPhieuThue.TabIndex = 43;
     this.listViewPhieuThue.UseCompatibleStateImageBehavior = false;
     this.listViewPhieuThue.View = System.Windows.Forms.View.Details;
     this.listViewPhieuThue.SelectedIndexChanged += new System.EventHandler(this.listViewHoaDon_SelectedIndexChanged);
     //
     // MaPhieuThue
     //
     this.MaPhieuThue.Text = "Mã Phiếu Thuê";
     this.MaPhieuThue.Width = 135;
     //
     // MaPhong
     //
     this.MaPhong.Text = "Mã Phòng";
     this.MaPhong.Width = 76;
     //
     // TenPhong
     //
     this.TenPhong.Text = "Tên Phòng";
     this.TenPhong.Width = 98;
     //
     // NgayTra
     //
     this.NgayTra.Text = "Ngày Trả";
     this.NgayTra.Width = 86;
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(11, 63);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(85, 22);
     this.labelX7.TabIndex = 30;
     this.labelX7.Text = "Mã Khách Hàng";
     //
     // txt_MaKH
     //
     //
     //
     //
     this.txt_MaKH.Border.Class = "TextBoxBorder";
     this.txt_MaKH.Location = new System.Drawing.Point(102, 65);
     this.txt_MaKH.Name = "txt_MaKH";
     this.txt_MaKH.Size = new System.Drawing.Size(103, 21);
     this.txt_MaKH.TabIndex = 29;
     this.txt_MaKH.TextChanged += new System.EventHandler(this.txt_MaKH_TextChanged);
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(12, 96);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(73, 22);
     this.labelX3.TabIndex = 34;
     this.labelX3.Text = "Địa Chỉ";
     //
     // txt_DiaChi
     //
     //
     //
     //
     this.txt_DiaChi.Border.Class = "TextBoxBorder";
     this.txt_DiaChi.Enabled = false;
     this.txt_DiaChi.Location = new System.Drawing.Point(102, 99);
     this.txt_DiaChi.Name = "txt_DiaChi";
     this.txt_DiaChi.Size = new System.Drawing.Size(330, 21);
     this.txt_DiaChi.TabIndex = 33;
     //
     // txt_MaHoaDon
     //
     //
     //
     //
     this.txt_MaHoaDon.Border.Class = "TextBoxBorder";
     this.txt_MaHoaDon.Enabled = false;
     this.txt_MaHoaDon.Location = new System.Drawing.Point(102, 35);
     this.txt_MaHoaDon.Name = "txt_MaHoaDon";
     this.txt_MaHoaDon.Size = new System.Drawing.Size(84, 21);
     this.txt_MaHoaDon.TabIndex = 35;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.btxem);
     this.groupBox4.Controls.Add(this.btExit);
     this.groupBox4.Controls.Add(this.btAdd);
     this.groupBox4.Location = new System.Drawing.Point(495, 23);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(119, 140);
     this.groupBox4.TabIndex = 36;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Nút xử lý";
     //
     // btxem
     //
     this.btxem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btxem.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btxem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btxem.ForeColor = System.Drawing.Color.Blue;
     this.btxem.Location = new System.Drawing.Point(17, 25);
     this.btxem.Name = "btxem";
     this.btxem.Size = new System.Drawing.Size(84, 25);
     this.btxem.TabIndex = 12;
     this.btxem.Text = "Xem";
     this.btxem.Click += new System.EventHandler(this.btxem_Click);
     //
     // btExit
     //
     this.btExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btExit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btExit.ForeColor = System.Drawing.Color.Blue;
     this.btExit.Location = new System.Drawing.Point(17, 93);
     this.btExit.Name = "btExit";
     this.btExit.Size = new System.Drawing.Size(84, 23);
     this.btExit.TabIndex = 11;
     this.btExit.Text = "Thoát";
     this.btExit.Click += new System.EventHandler(this.btExit_Click);
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAdd.ForeColor = System.Drawing.Color.Red;
     this.btAdd.Location = new System.Drawing.Point(17, 60);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(84, 25);
     this.btAdd.TabIndex = 8;
     this.btAdd.Text = "Lập hóa đơn";
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.bt_tim);
     this.groupBox1.Controls.Add(this.checkNgayTra_ThucTe);
     this.groupBox1.Controls.Add(this.cmd_ngaytra_thucte);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.checkmatudong);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.txt_tenKH);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.txt_MaHoaDon);
     this.groupBox1.Controls.Add(this.txt_DiaChi);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txt_MaKH);
     this.groupBox1.Controls.Add(this.labelX7);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.labelX8);
     this.groupBox1.Controls.Add(this.cmdNgayLap);
     this.groupBox1.Controls.Add(this.labelX10);
     this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.groupBox1.Location = new System.Drawing.Point(124, 64);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Size = new System.Drawing.Size(756, 660);
     this.groupBox1.TabIndex = 27;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Hóa Đơn";
     //
     // bt_tim
     //
     this.bt_tim.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_tim.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_tim.Image = ((System.Drawing.Image)(resources.GetObject("bt_tim.Image")));
     this.bt_tim.Location = new System.Drawing.Point(211, 65);
     this.bt_tim.Name = "bt_tim";
     this.bt_tim.Size = new System.Drawing.Size(44, 23);
     this.bt_tim.TabIndex = 48;
     this.bt_tim.Click += new System.EventHandler(this.bt_tim_Click);
     //
     // checkNgayTra_ThucTe
     //
     this.checkNgayTra_ThucTe.Location = new System.Drawing.Point(345, 140);
     this.checkNgayTra_ThucTe.Name = "checkNgayTra_ThucTe";
     this.checkNgayTra_ThucTe.Size = new System.Drawing.Size(99, 23);
     this.checkNgayTra_ThucTe.TabIndex = 47;
     this.checkNgayTra_ThucTe.Text = "Sửa";
     this.checkNgayTra_ThucTe.CheckedChanged += new System.EventHandler(this.checkNgayTra_ThucTe_CheckedChanged);
     //
     // cmd_ngaytra_thucte
     //
     //
     //
     //
     this.cmd_ngaytra_thucte.BackgroundStyle.Class = "DateTimeInputBackground";
     this.cmd_ngaytra_thucte.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.cmd_ngaytra_thucte.ButtonDropDown.Visible = true;
     this.cmd_ngaytra_thucte.Enabled = false;
     this.cmd_ngaytra_thucte.Location = new System.Drawing.Point(232, 142);
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.cmd_ngaytra_thucte.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.cmd_ngaytra_thucte.MonthCalendar.DisplayMonth = new System.DateTime(2011, 6, 1, 0, 0, 0, 0);
     this.cmd_ngaytra_thucte.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.cmd_ngaytra_thucte.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.cmd_ngaytra_thucte.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.cmd_ngaytra_thucte.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.cmd_ngaytra_thucte.MonthCalendar.TodayButtonVisible = true;
     this.cmd_ngaytra_thucte.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.cmd_ngaytra_thucte.Name = "cmd_ngaytra_thucte";
     this.cmd_ngaytra_thucte.Size = new System.Drawing.Size(107, 21);
     this.cmd_ngaytra_thucte.TabIndex = 46;
     //
     // labelX5
     //
     this.labelX5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.ForeColor = System.Drawing.Color.Blue;
     this.labelX5.Location = new System.Drawing.Point(133, 140);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(93, 23);
     this.labelX5.TabIndex = 44;
     this.labelX5.Text = "Ngày trả thực tế";
     //
     // checkmatudong
     //
     this.checkmatudong.Location = new System.Drawing.Point(192, 33);
     this.checkmatudong.Name = "checkmatudong";
     this.checkmatudong.Size = new System.Drawing.Size(99, 23);
     this.checkmatudong.TabIndex = 43;
     this.checkmatudong.Text = "Lấy mã tự động";
     this.checkmatudong.CheckedChanged += new System.EventHandler(this.checkmatudong_CheckedChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.listViewCTPhong);
     this.groupBox3.ForeColor = System.Drawing.Color.Blue;
     this.groupBox3.Location = new System.Drawing.Point(24, 414);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(649, 210);
     this.groupBox3.TabIndex = 42;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Chi Tiết Phòng Thuê";
     //
     // listViewCTPhong
     //
     //
     //
     //
     this.listViewCTPhong.Border.Class = "ListViewBorder";
     this.listViewCTPhong.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.MaKhachHang,
     this.TenKhachHang,
     this.DiaChi,
     this.MaLoaiKhach,
     this.TenLoaikhach});
     this.listViewCTPhong.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewCTPhong.GridLines = true;
     this.listViewCTPhong.Location = new System.Drawing.Point(15, 29);
     this.listViewCTPhong.Name = "listViewCTPhong";
     this.listViewCTPhong.Size = new System.Drawing.Size(610, 104);
     this.listViewCTPhong.TabIndex = 43;
     this.listViewCTPhong.UseCompatibleStateImageBehavior = false;
     this.listViewCTPhong.View = System.Windows.Forms.View.Details;
     //
     // MaKhachHang
     //
     this.MaKhachHang.Text = "Mã Khách Hàng";
     this.MaKhachHang.Width = 113;
     //
     // TenKhachHang
     //
     this.TenKhachHang.Text = "Tên Khách Hàng";
     this.TenKhachHang.Width = 125;
     //
     // DiaChi
     //
     this.DiaChi.Text = "Địa Chỉ";
     this.DiaChi.Width = 112;
     //
     // MaLoaiKhach
     //
     this.MaLoaiKhach.Text = "Mã Loại Khách";
     this.MaLoaiKhach.Width = 119;
     //
     // TenLoaikhach
     //
     this.TenLoaikhach.Text = "Tên Loại Khách";
     this.TenLoaikhach.Width = 117;
     //
     // txt_tenKH
     //
     //
     //
     //
     this.txt_tenKH.Border.Class = "TextBoxBorder";
     this.txt_tenKH.Enabled = false;
     this.txt_tenKH.Location = new System.Drawing.Point(377, 63);
     this.txt_tenKH.Name = "txt_tenKH";
     this.txt_tenKH.Size = new System.Drawing.Size(103, 21);
     this.txt_tenKH.TabIndex = 40;
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(286, 63);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(85, 22);
     this.labelX4.TabIndex = 41;
     this.labelX4.Text = "Tên Khách Hàng";
     //
     // frmHoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 746);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.labelX1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmHoaDon";
     this.Text = "frmHoaDonThanhToan";
     this.Load += new System.EventHandler(this.frmHoaDonThanhToan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmdNgayLap)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmd_ngaytra_thucte)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }