예제 #1
0
 private void SetOptionalInt(DevComponents.Editors.IntegerInput intinput, DevComponents.DotNetBar.Controls.CheckBoxX checkbox, int?num)
 {
     if (num != null)
     {
         checkbox.Checked = true; intinput.Value = (int)num;
     }
 }
예제 #2
0
 private void InitializeComponent()
 {
     this.integerInput = new DevComponents.Editors.IntegerInput();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput)).BeginInit();
     this.SuspendLayout();
     //
     // integerInput
     //
     //
     //
     //
     this.integerInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.integerInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInput.Location   = new System.Drawing.Point(0, 3);
     this.integerInput.Name       = "integerInput";
     this.integerInput.ShowUpDown = true;
     this.integerInput.Size       = new System.Drawing.Size(150, 21);
     this.integerInput.TabIndex   = 0;
     //
     // frmIntegerEdit
     //
     this.BackColor  = System.Drawing.SystemColors.Window;
     this.ClientSize = new System.Drawing.Size(150, 27);
     this.Controls.Add(this.integerInput);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmIntegerEdit";
     this.ShowInTaskbar   = false;
     this.TopMost         = true;
     ((System.ComponentModel.ISupportInitialize)(this.integerInput)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
 private void InitializeComponent()
 {
     this.panelEx1         = new DevComponents.DotNetBar.PanelEx();
     this.panelEx4         = new DevComponents.DotNetBar.PanelEx();
     this.listValueItem    = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.panelEx2         = new DevComponents.DotNetBar.PanelEx();
     this.labelBackCaption = new DevComponents.DotNetBar.LabelX();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.maxSizeInput     = new DevComponents.Editors.DoubleInput();
     this.minSizeInput     = new DevComponents.Editors.DoubleInput();
     this.maxValueInput    = new DevComponents.Editors.DoubleInput();
     this.minValueInput    = new DevComponents.Editors.DoubleInput();
     this.cmbField         = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     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.labelPreviewFore = new DevComponents.DotNetBar.LabelX();
     this.levelInput       = new DevComponents.Editors.IntegerInput();
     this.labelX13         = new DevComponents.DotNetBar.LabelX();
     this.labelX8          = new DevComponents.DotNetBar.LabelX();
     this.labelPreviewBack = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     this.panelEx4.SuspendLayout();
     this.panelEx2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxSizeInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minSizeInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panelEx4);
     this.panelEx1.Controls.Add(this.panelEx2);
     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(465, 370);
     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;
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx4.Controls.Add(this.listValueItem);
     this.panelEx4.Location        = new System.Drawing.Point(3, 107);
     this.panelEx4.Name            = "panelEx4";
     this.panelEx4.Size            = new System.Drawing.Size(459, 260);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelEx4.Style.BackColor2.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx4.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex            = 49;
     //
     // listValueItem
     //
     //
     //
     //
     this.listValueItem.Border.Class  = "ListViewBorder";
     this.listValueItem.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listValueItem.FullRowSelect = true;
     this.listValueItem.Location      = new System.Drawing.Point(0, 0);
     this.listValueItem.Name          = "listValueItem";
     this.listValueItem.Size          = new System.Drawing.Size(459, 260);
     this.listValueItem.TabIndex      = 1;
     this.listValueItem.UseCompatibleStateImageBehavior = false;
     this.listValueItem.View              = System.Windows.Forms.View.Details;
     this.listValueItem.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DoListValueItemMouseDoubleClick);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx2.Controls.Add(this.labelBackCaption);
     this.panelEx2.Controls.Add(this.labelX1);
     this.panelEx2.Controls.Add(this.maxSizeInput);
     this.panelEx2.Controls.Add(this.minSizeInput);
     this.panelEx2.Controls.Add(this.maxValueInput);
     this.panelEx2.Controls.Add(this.minValueInput);
     this.panelEx2.Controls.Add(this.cmbField);
     this.panelEx2.Controls.Add(this.labelX12);
     this.panelEx2.Controls.Add(this.labelX11);
     this.panelEx2.Controls.Add(this.labelX10);
     this.panelEx2.Controls.Add(this.labelX9);
     this.panelEx2.Controls.Add(this.labelPreviewFore);
     this.panelEx2.Controls.Add(this.levelInput);
     this.panelEx2.Controls.Add(this.labelX13);
     this.panelEx2.Controls.Add(this.labelX8);
     this.panelEx2.Controls.Add(this.labelPreviewBack);
     this.panelEx2.Location        = new System.Drawing.Point(3, 3);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(459, 100);
     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            = 47;
     //
     // labelBackCaption
     //
     this.labelBackCaption.AutoSize  = true;
     this.labelBackCaption.BackColor = System.Drawing.Color.Transparent;
     this.labelBackCaption.Location  = new System.Drawing.Point(346, 59);
     this.labelBackCaption.Name      = "labelBackCaption";
     this.labelBackCaption.Size      = new System.Drawing.Size(19, 31);
     this.labelBackCaption.TabIndex  = 36;
     this.labelBackCaption.Text      = "背\r\n景";
     //
     // labelX1
     //
     this.labelX1.AutoSize  = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Location  = new System.Drawing.Point(346, 13);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(19, 31);
     this.labelX1.TabIndex  = 35;
     this.labelX1.Text      = "符\r\n号";
     //
     // maxSizeInput
     //
     //
     //
     //
     this.maxSizeInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.maxSizeInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.maxSizeInput.Increment     = 1;
     this.maxSizeInput.Location      = new System.Drawing.Point(244, 71);
     this.maxSizeInput.MinValue      = 0.01;
     this.maxSizeInput.Name          = "maxSizeInput";
     this.maxSizeInput.Size          = new System.Drawing.Size(90, 21);
     this.maxSizeInput.TabIndex      = 4;
     this.maxSizeInput.Value         = 1;
     this.maxSizeInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // minSizeInput
     //
     //
     //
     //
     this.minSizeInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.minSizeInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.minSizeInput.Increment     = 1;
     this.minSizeInput.Location      = new System.Drawing.Point(244, 41);
     this.minSizeInput.MinValue      = 0.01;
     this.minSizeInput.Name          = "minSizeInput";
     this.minSizeInput.Size          = new System.Drawing.Size(90, 21);
     this.minSizeInput.TabIndex      = 3;
     this.minSizeInput.Value         = 1;
     this.minSizeInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // maxValueInput
     //
     //
     //
     //
     this.maxValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.maxValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.maxValueInput.Increment     = 1;
     this.maxValueInput.Location      = new System.Drawing.Point(56, 71);
     this.maxValueInput.Name          = "maxValueInput";
     this.maxValueInput.Size          = new System.Drawing.Size(112, 21);
     this.maxValueInput.TabIndex      = 3;
     this.maxValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // minValueInput
     //
     //
     //
     //
     this.minValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.minValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.minValueInput.Increment     = 1;
     this.minValueInput.Location      = new System.Drawing.Point(56, 41);
     this.minValueInput.Name          = "minValueInput";
     this.minValueInput.Size          = new System.Drawing.Size(112, 21);
     this.minValueInput.TabIndex      = 2;
     this.minValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // cmbField
     //
     this.cmbField.DisplayMember     = "Text";
     this.cmbField.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbField.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbField.FormattingEnabled = true;
     this.cmbField.ItemHeight        = 15;
     this.cmbField.Location          = new System.Drawing.Point(56, 10);
     this.cmbField.Name                  = "cmbField";
     this.cmbField.Size                  = new System.Drawing.Size(159, 21);
     this.cmbField.TabIndex              = 2;
     this.cmbField.SelectedIndexChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     this.labelX12.Location = new System.Drawing.Point(11, 13);
     this.labelX12.Name     = "labelX12";
     this.labelX12.Size     = new System.Drawing.Size(31, 18);
     this.labelX12.TabIndex = 19;
     this.labelX12.Text     = "字段";
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     this.labelX11.Location = new System.Drawing.Point(11, 72);
     this.labelX11.Name     = "labelX11";
     this.labelX11.Size     = new System.Drawing.Size(44, 18);
     this.labelX11.TabIndex = 20;
     this.labelX11.Text     = "最大值";
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     this.labelX10.Location = new System.Drawing.Point(11, 43);
     this.labelX10.Name     = "labelX10";
     this.labelX10.Size     = new System.Drawing.Size(44, 18);
     this.labelX10.TabIndex = 21;
     this.labelX10.Text     = "最小值";
     //
     // labelX9
     //
     this.labelX9.AutoSize = true;
     this.labelX9.Location = new System.Drawing.Point(223, 13);
     this.labelX9.Name     = "labelX9";
     this.labelX9.Size     = new System.Drawing.Size(31, 18);
     this.labelX9.TabIndex = 22;
     this.labelX9.Text     = "等级";
     //
     // labelPreviewFore
     //
     this.labelPreviewFore.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewFore.Location  = new System.Drawing.Point(367, 8);
     this.labelPreviewFore.Name      = "labelPreviewFore";
     this.labelPreviewFore.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewFore.TabIndex  = 24;
     this.labelPreviewFore.Click    += new System.EventHandler(this.Control_Click);
     //
     // levelInput
     //
     //
     //
     //
     this.levelInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.levelInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.levelInput.Location      = new System.Drawing.Point(260, 10);
     this.levelInput.MinValue      = 1;
     this.levelInput.Name          = "levelInput";
     this.levelInput.ShowUpDown    = true;
     this.levelInput.Size          = new System.Drawing.Size(51, 21);
     this.levelInput.TabIndex      = 26;
     this.levelInput.Value         = 5;
     this.levelInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     this.labelX13.Location = new System.Drawing.Point(174, 73);
     this.labelX13.Name     = "labelX13";
     this.labelX13.Size     = new System.Drawing.Size(68, 18);
     this.labelX13.TabIndex = 30;
     this.labelX13.Text     = "符号最大值";
     //
     // labelX8
     //
     this.labelX8.AutoSize = true;
     this.labelX8.Location = new System.Drawing.Point(174, 43);
     this.labelX8.Name     = "labelX8";
     this.labelX8.Size     = new System.Drawing.Size(68, 18);
     this.labelX8.TabIndex = 31;
     this.labelX8.Text     = "符号最小值";
     //
     // labelPreviewBack
     //
     this.labelPreviewBack.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewBack.Location  = new System.Drawing.Point(367, 54);
     this.labelPreviewBack.Name      = "labelPreviewBack";
     this.labelPreviewBack.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewBack.TabIndex  = 34;
     this.labelPreviewBack.Click    += new System.EventHandler(this.Control_Click);
     //
     // frmBreakSizeRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmBreakSizeRenderer";
     this.Size = new System.Drawing.Size(465, 370);
     this.panelEx1.ResumeLayout(false);
     this.panelEx4.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxSizeInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minSizeInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).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.wizard1 = new DevComponents.DotNetBar.Wizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.wizardPage2 = new DevComponents.DotNetBar.WizardPage();
     this.labelDBConTip = new System.Windows.Forms.Label();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.textBoxXPwd = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxDBUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.ipAddressInput1 = new DevComponents.Editors.IpAddressInput();
     this.wizardPage3 = new DevComponents.DotNetBar.WizardPage();
     this.labelWarehouseSetInfo = new System.Windows.Forms.Label();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.integerInputColumns = new DevComponents.Editors.IntegerInput();
     this.integerInputChannels = new DevComponents.Editors.IntegerInput();
     this.integerInputLayer = new DevComponents.Editors.IntegerInput();
     this.progressBarXHouseInit = new DevComponents.DotNetBar.Controls.ProgressBarX();
     this.wizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.wizardPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ipAddressInput1)).BeginInit();
     this.wizardPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputColumns)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputChannels)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputLayer)).BeginInit();
     this.SuspendLayout();
     //
     // wizard1
     //
     this.wizard1.BackButtonText = "< 上一步";
     this.wizard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(229)))), ((int)(((byte)(253)))));
     this.wizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.wizard1.CancelButtonText = "取消";
     this.wizard1.Cursor = System.Windows.Forms.Cursors.Default;
     this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wizard1.FinishButtonTabIndex = 3;
     this.wizard1.FinishButtonText = "确定";
     //
     //
     //
     this.wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.FooterStyle.Class = "";
     this.wizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.wizard1.HeaderCaptionFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold);
     this.wizard1.HeaderDescriptionIndent = 62;
     this.wizard1.HeaderDescriptionVisible = false;
     this.wizard1.HeaderHeight = 90;
     this.wizard1.HeaderImageAlignment = DevComponents.DotNetBar.eWizardTitleImageAlignment.Left;
     //
     //
     //
     this.wizard1.HeaderStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.wizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.wizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.wizard1.HeaderStyle.BorderBottomWidth = 1;
     this.wizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.wizard1.HeaderStyle.BorderLeftWidth = 1;
     this.wizard1.HeaderStyle.BorderRightWidth = 1;
     this.wizard1.HeaderStyle.BorderTopWidth = 1;
     this.wizard1.HeaderStyle.Class = "";
     this.wizard1.HeaderStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.wizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.wizard1.HeaderTitleIndent = 62;
     this.wizard1.HelpButtonVisible = false;
     this.wizard1.Location = new System.Drawing.Point(0, 0);
     this.wizard1.Name = "wizard1";
     this.wizard1.NextButtonText = "下一步 >";
     this.wizard1.Size = new System.Drawing.Size(894, 473);
     this.wizard1.TabIndex = 1;
     this.wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
     this.wizardPage1,
     this.wizardPage2,
     this.wizardPage3});
     this.wizard1.NextButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_NextButtonClick);
     this.wizard1.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_FinishButtonClick);
     this.wizard1.CancelButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_CancelButtonClick);
     this.wizard1.WizardPageChanging += new DevComponents.DotNetBar.WizardCancelPageChangeEventHandler(this.wizard1_WizardPageChanging);
     //
     // wizardPage1
     //
     this.wizardPage1.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.wizardPage1.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.label1);
     this.wizardPage1.Controls.Add(this.label2);
     this.wizardPage1.Controls.Add(this.label3);
     this.wizardPage1.Location = new System.Drawing.Point(7, 102);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.PageDescription = "欢迎页面";
     this.wizardPage1.Size = new System.Drawing.Size(880, 313);
     //
     //
     //
     this.wizardPage1.Style.Class = "";
     //
     //
     //
     this.wizardPage1.StyleMouseDown.Class = "";
     //
     //
     //
     this.wizardPage1.StyleMouseOver.Class = "";
     this.wizardPage1.TabIndex = 7;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(206, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(572, 66);
     this.label1.TabIndex = 0;
     this.label1.Text = "欢迎使用XXX系统,在第一次使用之前需要完成下面的初始化!";
     //
     // label2
     //
     this.label2.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.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location = new System.Drawing.Point(210, 100);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(655, 181);
     this.label2.TabIndex = 1;
     this.label2.Text = "通过此向导,您将完成:\r\n\r\n1数据库服务器验证信息初始化\r\n\r\n2仓位设置初始化";
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(210, 290);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(120, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "继续,请按下一步";
     //
     // wizardPage2
     //
     this.wizardPage2.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.wizardPage2.AntiAlias = false;
     this.wizardPage2.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.wizardPage2.Controls.Add(this.labelDBConTip);
     this.wizardPage2.Controls.Add(this.labelX6);
     this.wizardPage2.Controls.Add(this.labelX2);
     this.wizardPage2.Controls.Add(this.labelX1);
     this.wizardPage2.Controls.Add(this.textBoxXPwd);
     this.wizardPage2.Controls.Add(this.textBoxDBUser);
     this.wizardPage2.Controls.Add(this.ipAddressInput1);
     this.wizardPage2.Location = new System.Drawing.Point(7, 102);
     this.wizardPage2.Name = "wizardPage2";
     this.wizardPage2.PageDescription = "数据库身份信息验证";
     this.wizardPage2.PageTitle = "数据库验证信息设置";
     this.wizardPage2.Size = new System.Drawing.Size(880, 313);
     //
     //
     //
     this.wizardPage2.Style.Class = "";
     //
     //
     //
     this.wizardPage2.StyleMouseDown.Class = "";
     //
     //
     //
     this.wizardPage2.StyleMouseOver.Class = "";
     this.wizardPage2.TabIndex = 8;
     //
     // labelDBConTip
     //
     this.labelDBConTip.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.labelDBConTip.BackColor = System.Drawing.Color.Transparent;
     this.labelDBConTip.Location = new System.Drawing.Point(155, 132);
     this.labelDBConTip.Name = "labelDBConTip";
     this.labelDBConTip.Size = new System.Drawing.Size(655, 155);
     this.labelDBConTip.TabIndex = 9;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.Location = new System.Drawing.Point(156, 92);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(121, 23);
     this.labelX6.TabIndex = 7;
     this.labelX6.Text = "库登密码";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.Location = new System.Drawing.Point(157, 61);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(121, 23);
     this.labelX2.TabIndex = 7;
     this.labelX2.Text = "登录名";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.Location = new System.Drawing.Point(157, 24);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(121, 23);
     this.labelX1.TabIndex = 8;
     this.labelX1.Text = "数据库服务器IP地址";
     //
     // textBoxXPwd
     //
     //
     //
     //
     this.textBoxXPwd.Border.Class = "TextBoxBorder";
     this.textBoxXPwd.Location = new System.Drawing.Point(283, 92);
     this.textBoxXPwd.Name = "textBoxXPwd";
     this.textBoxXPwd.Size = new System.Drawing.Size(177, 21);
     this.textBoxXPwd.TabIndex = 6;
     this.textBoxXPwd.UseSystemPasswordChar = true;
     this.textBoxXPwd.Enter += new System.EventHandler(this.wizardPage2_dbSetInput);
     //
     // textBoxDBUser
     //
     //
     //
     //
     this.textBoxDBUser.Border.Class = "TextBoxBorder";
     this.textBoxDBUser.Location = new System.Drawing.Point(283, 58);
     this.textBoxDBUser.Name = "textBoxDBUser";
     this.textBoxDBUser.Size = new System.Drawing.Size(177, 21);
     this.textBoxDBUser.TabIndex = 6;
     this.textBoxDBUser.Text = "sa";
     this.textBoxDBUser.Enter += new System.EventHandler(this.wizardPage2_dbSetInput);
     //
     // ipAddressInput1
     //
     this.ipAddressInput1.AutoOverwrite = true;
     //
     //
     //
     this.ipAddressInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.ipAddressInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.ipAddressInput1.ButtonFreeText.Visible = true;
     this.ipAddressInput1.Location = new System.Drawing.Point(284, 23);
     this.ipAddressInput1.Name = "ipAddressInput1";
     this.ipAddressInput1.Size = new System.Drawing.Size(176, 21);
     this.ipAddressInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ipAddressInput1.TabIndex = 5;
     this.ipAddressInput1.Value = "127.0.0.1";
     this.ipAddressInput1.Enter += new System.EventHandler(this.wizardPage2_dbSetInput);
     //
     // wizardPage3
     //
     this.wizardPage3.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.wizardPage3.AntiAlias = false;
     this.wizardPage3.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage3.Controls.Add(this.progressBarXHouseInit);
     this.wizardPage3.Controls.Add(this.labelWarehouseSetInfo);
     this.wizardPage3.Controls.Add(this.labelX5);
     this.wizardPage3.Controls.Add(this.labelX4);
     this.wizardPage3.Controls.Add(this.labelX3);
     this.wizardPage3.Controls.Add(this.integerInputColumns);
     this.wizardPage3.Controls.Add(this.integerInputChannels);
     this.wizardPage3.Controls.Add(this.integerInputLayer);
     this.wizardPage3.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.wizardPage3.Location = new System.Drawing.Point(7, 102);
     this.wizardPage3.Name = "wizardPage3";
     this.wizardPage3.PageDescription = "货架信息设置 ";
     this.wizardPage3.PageTitle = "货架信息设置 ";
     this.wizardPage3.Size = new System.Drawing.Size(880, 313);
     //
     //
     //
     this.wizardPage3.Style.Class = "";
     //
     //
     //
     this.wizardPage3.StyleMouseDown.Class = "";
     //
     //
     //
     this.wizardPage3.StyleMouseOver.Class = "";
     this.wizardPage3.TabIndex = 9;
     //
     // labelWarehouseSetInfo
     //
     this.labelWarehouseSetInfo.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.labelWarehouseSetInfo.BackColor = System.Drawing.Color.Transparent;
     this.labelWarehouseSetInfo.Location = new System.Drawing.Point(105, 218);
     this.labelWarehouseSetInfo.Name = "labelWarehouseSetInfo";
     this.labelWarehouseSetInfo.Size = new System.Drawing.Size(532, 88);
     this.labelWarehouseSetInfo.TabIndex = 10;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.Location = new System.Drawing.Point(224, 99);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(42, 23);
     this.labelX5.TabIndex = 8;
     this.labelX5.Text = "列数";
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.Location = new System.Drawing.Point(224, 65);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(42, 23);
     this.labelX4.TabIndex = 8;
     this.labelX4.Text = "巷道数";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.Location = new System.Drawing.Point(224, 26);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(42, 23);
     this.labelX3.TabIndex = 8;
     this.labelX3.Text = "层数";
     //
     // integerInputColumns
     //
     //
     //
     //
     this.integerInputColumns.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputColumns.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputColumns.Location = new System.Drawing.Point(274, 99);
     this.integerInputColumns.Name = "integerInputColumns";
     this.integerInputColumns.ShowUpDown = true;
     this.integerInputColumns.Size = new System.Drawing.Size(96, 21);
     this.integerInputColumns.TabIndex = 0;
     this.integerInputColumns.Value = 50;
     //
     // integerInputChannels
     //
     //
     //
     //
     this.integerInputChannels.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputChannels.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputChannels.Location = new System.Drawing.Point(274, 62);
     this.integerInputChannels.Name = "integerInputChannels";
     this.integerInputChannels.ShowUpDown = true;
     this.integerInputChannels.Size = new System.Drawing.Size(96, 21);
     this.integerInputChannels.TabIndex = 0;
     this.integerInputChannels.Value = 2;
     //
     // integerInputLayer
     //
     //
     //
     //
     this.integerInputLayer.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputLayer.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputLayer.Location = new System.Drawing.Point(274, 23);
     this.integerInputLayer.Name = "integerInputLayer";
     this.integerInputLayer.ShowUpDown = true;
     this.integerInputLayer.Size = new System.Drawing.Size(96, 21);
     this.integerInputLayer.TabIndex = 0;
     this.integerInputLayer.Value = 4;
     //
     // progressBarXHouseInit
     //
     //
     //
     //
     this.progressBarXHouseInit.BackgroundStyle.Class = "";
     this.progressBarXHouseInit.Location = new System.Drawing.Point(138, 176);
     this.progressBarXHouseInit.Name = "progressBarXHouseInit";
     this.progressBarXHouseInit.Size = new System.Drawing.Size(467, 23);
     this.progressBarXHouseInit.TabIndex = 11;
     this.progressBarXHouseInit.Text = "progressBarX1";
     this.progressBarXHouseInit.Visible = false;
     //
     // wizardForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(894, 473);
     this.Controls.Add(this.wizard1);
     this.Name = "wizardForm";
     this.Text = "系统初始化配置";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.wizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ipAddressInput1)).EndInit();
     this.wizardPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.integerInputColumns)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputChannels)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputLayer)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
0
 private void InitializeComponent()
 {
     components       = new System.ComponentModel.Container();
     _IntegerInput_ID = new DevComponents.Editors.IntegerInput();
     _IntegerInput_ID.ValueChanged          += new EventHandler(IntegerInput_ID_ValueChanged);
     _ComboBoxEx_Layer                       = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     _ComboBoxEx_Layer.SelectedIndexChanged += new EventHandler(ComboBoxEx_Layer_SelectedIndexChanged);
     _ButtonX_Remove        = new DevComponents.DotNetBar.ButtonX();
     _ButtonX_Remove.Click += new EventHandler(ButtonX_Remove_Click);
     _LabelX1 = new DevComponents.DotNetBar.LabelX();
     _LabelX2 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)_IntegerInput_ID).BeginInit();
     SuspendLayout();
     //
     // IntegerInput_ID
     //
     //
     //
     //
     _IntegerInput_ID.BackgroundStyle.Class      = "DateTimeInputBackground";
     _IntegerInput_ID.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     _IntegerInput_ID.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
     _IntegerInput_ID.Location   = new System.Drawing.Point(34, 5);
     _IntegerInput_ID.MinValue   = 0;
     _IntegerInput_ID.Name       = "IntegerInput_ID";
     _IntegerInput_ID.ShowUpDown = true;
     _IntegerInput_ID.Size       = new System.Drawing.Size(53, 20);
     _IntegerInput_ID.TabIndex   = 0;
     //
     // ComboBoxEx_Layer
     //
     _ComboBoxEx_Layer.Anchor            = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
     _ComboBoxEx_Layer.DisplayMember     = "Text";
     _ComboBoxEx_Layer.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     _ComboBoxEx_Layer.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     _ComboBoxEx_Layer.ForeColor         = System.Drawing.Color.Black;
     _ComboBoxEx_Layer.FormattingEnabled = true;
     _ComboBoxEx_Layer.ItemHeight        = 15;
     _ComboBoxEx_Layer.Location          = new System.Drawing.Point(140, 4);
     _ComboBoxEx_Layer.Name     = "ComboBoxEx_Layer";
     _ComboBoxEx_Layer.Size     = new System.Drawing.Size(148, 21);
     _ComboBoxEx_Layer.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     _ComboBoxEx_Layer.TabIndex = 0;
     //
     // ButtonX_Remove
     //
     _ButtonX_Remove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     _ButtonX_Remove.Anchor         = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
     _ButtonX_Remove.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     _ButtonX_Remove.Image          = My.Resources.Resources.icons8_delete_sign_16px;
     _ButtonX_Remove.Location       = new System.Drawing.Point(294, 3);
     _ButtonX_Remove.Name           = "ButtonX_Remove";
     _ButtonX_Remove.Size           = new System.Drawing.Size(23, 23);
     _ButtonX_Remove.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     _ButtonX_Remove.TabIndex       = 2;
     //
     // LabelX1
     //
     //
     //
     //
     _LabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     _LabelX1.Location = new System.Drawing.Point(3, 3);
     _LabelX1.Name     = "LabelX1";
     _LabelX1.Size     = new System.Drawing.Size(25, 23);
     _LabelX1.TabIndex = 3;
     _LabelX1.Text     = "ID:";
     //
     // LabelX2
     //
     //
     //
     //
     _LabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     _LabelX2.Location = new System.Drawing.Point(93, 3);
     _LabelX2.Name     = "LabelX2";
     _LabelX2.Size     = new System.Drawing.Size(41, 23);
     _LabelX2.TabIndex = 3;
     _LabelX2.Text     = "Layer:";
     //
     // CustomDisplaylistEntryEditor
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     Controls.Add(_LabelX2);
     Controls.Add(_LabelX1);
     Controls.Add(_ButtonX_Remove);
     Controls.Add(_IntegerInput_ID);
     Controls.Add(_ComboBoxEx_Layer);
     Name = "CustomDisplaylistEntryEditor";
     Size = new System.Drawing.Size(320, 29);
     ((System.ComponentModel.ISupportInitialize)_IntegerInput_ID).EndInit();
     ResumeLayout(false);
 }
예제 #6
0
파일: frmMain.cs 프로젝트: yangyugfan/dpcp
 /// <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(frmMain));
     this.mdiClient1 = new System.Windows.Forms.MdiClient();
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.itemContainer9 = new DevComponents.DotNetBar.ItemContainer();
     this.btnText = new DevComponents.DotNetBar.ButtonItem();
     this.btnNavigation = new DevComponents.DotNetBar.ButtonItem();
     this.labelStatus = new DevComponents.DotNetBar.LabelItem();
     this.progressBarItem1 = new DevComponents.DotNetBar.ProgressBarItem();
     this.itemContainer13 = new DevComponents.DotNetBar.ItemContainer();
     this.labelPosition = new DevComponents.DotNetBar.LabelItem();
     this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
     this.ribPnlContext = new DevComponents.DotNetBar.RibbonPanel();
     this.ribGrpMainLoop = new DevComponents.DotNetBar.RibbonBar();
     this.btnParamIn4MainLoop = new DevComponents.DotNetBar.ButtonItem();
     this.btnCalc4MainLoop = new DevComponents.DotNetBar.ButtonItem();
     this.btnProcess4MainLoop = new DevComponents.DotNetBar.ButtonItem();
     this.ribPnlWrite = new DevComponents.DotNetBar.RibbonPanel();
     this.ribTagParagraph = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainerParagrapg1 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainerParagrapg2 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonAlignLeft = new DevComponents.DotNetBar.ButtonItem();
     this.buttonAlignCenter = new DevComponents.DotNetBar.ButtonItem();
     this.buttonAlignRight = new DevComponents.DotNetBar.ButtonItem();
     this.buttonAlignJustify = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainerParagrapg4 = new DevComponents.DotNetBar.ItemContainer();
     this.btnSeqNumber = new DevComponents.DotNetBar.ButtonItem();
     this.btnGrade = new DevComponents.DotNetBar.ButtonItem();
     this.btnToRigth = new DevComponents.DotNetBar.ButtonItem();
     this.btnToLeft = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainerParagrapg3 = new DevComponents.DotNetBar.ItemContainer();
     this.btnBorders = new DevComponents.DotNetBar.ButtonItem();
     this.btnShading = new DevComponents.DotNetBar.ButtonItem();
     this.ribTagFont = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainerFont1 = new DevComponents.DotNetBar.ItemContainer();
     this.comboFont = new DevComponents.DotNetBar.ComboBoxItem();
     this.comboFontSize = new DevComponents.DotNetBar.ComboBoxItem();
     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.itemContainerFont2 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonFontBold = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFontItalic = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFontUnderline = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFontStrike = new DevComponents.DotNetBar.ButtonItem();
     this.buttonTextColor = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.ribTagClipboard = new DevComponents.DotNetBar.RibbonBar();
     this.buttonPaste = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem53 = new DevComponents.DotNetBar.ButtonItem();
     this.btnPasteSpecial = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainerClipboard = new DevComponents.DotNetBar.ItemContainer();
     this.buttonCut = new DevComponents.DotNetBar.ButtonItem();
     this.btnFormat = new DevComponents.DotNetBar.ButtonItem();
     this.ribPnlLayout = new DevComponents.DotNetBar.RibbonPanel();
     this.ribBarOptions = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainerOptions1 = new DevComponents.DotNetBar.ItemContainer();
     this.checkBoxItem1 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem3 = new DevComponents.DotNetBar.CheckBoxItem();
     this.itemContainer1Options2 = new DevComponents.DotNetBar.ItemContainer();
     this.checkBoxItem4 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem6 = new DevComponents.DotNetBar.CheckBoxItem();
     this.ribBarFind = new DevComponents.DotNetBar.RibbonBar();
     this.buttonFind = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainerFind = new DevComponents.DotNetBar.ItemContainer();
     this.buttonReplace = new DevComponents.DotNetBar.ButtonItem();
     this.buttonGoto = new DevComponents.DotNetBar.ButtonItem();
     this.ribTagPageSetup = new DevComponents.DotNetBar.RibbonBar();
     this.buttonMargins = new DevComponents.DotNetBar.ButtonItem();
     this.btnOrientation = new DevComponents.DotNetBar.ButtonItem();
     this.btnAuto = new DevComponents.DotNetBar.ButtonItem();
     this.btnHorizontal = new DevComponents.DotNetBar.ButtonItem();
     this.btnVertical = new DevComponents.DotNetBar.ButtonItem();
     this.btnSize = new DevComponents.DotNetBar.ButtonItem();
     this.btnPrintArea = new DevComponents.DotNetBar.ButtonItem();
     this.ribTabPrjManage = new DevComponents.DotNetBar.RibbonTabItem();
     this.ribTabMainDevice = new DevComponents.DotNetBar.RibbonTabItem();
     this.ribTagMainLoop = new DevComponents.DotNetBar.RibbonTabItem();
     this.buttonChangeStyle = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2007Blue = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandTheme = new DevComponents.DotNetBar.Command(this.components);
     this.buttonStyleOffice2007Silver = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFile = new DevComponents.DotNetBar.Office2007StartButton();
     this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.recentPlacesItemsPanel = new DevComponents.DotNetBar.ItemPanel();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.recentDocsItemPane = new DevComponents.DotNetBar.ItemPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.itemPanel1 = new DevComponents.DotNetBar.ItemPanel();
     this.buttonItem67 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem68 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem69 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem70 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem71 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem72 = new DevComponents.DotNetBar.ButtonItem();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.integerInput1 = new DevComponents.Editors.IntegerInput();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.superTabItem3 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.itemPanel2 = new DevComponents.DotNetBar.ItemPanel();
     this.buttonItem77 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem73 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem74 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem75 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem76 = new DevComponents.DotNetBar.ButtonItem();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.superTabItem4 = new DevComponents.DotNetBar.SuperTabItem();
     this.buttonItem61 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandSave = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem63 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem64 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem65 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem66 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonSave = new DevComponents.DotNetBar.ButtonItem();
     this.buttonUndo = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem47 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem48 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem49 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleMetro = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem62 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2007Black = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem60 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleCustom = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.RibbonStateCommand = new DevComponents.DotNetBar.Command(this.components);
     this.menuFileContainer = new DevComponents.DotNetBar.ItemContainer();
     this.menuFileTwoColumnContainer = new DevComponents.DotNetBar.ItemContainer();
     this.menuFileItems = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFileSaveAs = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer12 = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem56 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem57 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem58 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem59 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem();
     this.menuFileMRU = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem8 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem26 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem29 = new DevComponents.DotNetBar.ButtonItem();
     this.menuFileBottomContainer = new DevComponents.DotNetBar.ItemContainer();
     this.buttonOptions = new DevComponents.DotNetBar.ButtonItem();
     this.buttonExit = new DevComponents.DotNetBar.ButtonItem();
     this.progressBarTimer = new System.Windows.Forms.Timer(this.components);
     this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
     this.grpBoxTree = new System.Windows.Forms.GroupBox();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.ribbonControl1.SuspendLayout();
     this.ribPnlContext.SuspendLayout();
     this.ribPnlWrite.SuspendLayout();
     this.ribPnlLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     this.superTabControl1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.superTabControlPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).BeginInit();
     this.superTabControlPanel4.SuspendLayout();
     this.grpBoxTree.SuspendLayout();
     this.SuspendLayout();
     //
     // mdiClient1
     //
     this.mdiClient1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.mdiClient1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mdiClient1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdiClient1.Location = new System.Drawing.Point(5, 148);
     this.mdiClient1.Name = "mdiClient1";
     this.mdiClient1.Size = new System.Drawing.Size(958, 452);
     this.mdiClient1.TabIndex = 5;
     //
     // bar1
     //
     this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
     this.bar1.AccessibleName = "DotNetBar Bar";
     this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
     this.bar1.AntiAlias = true;
     this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
     this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bar1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.ResizeHandle;
     this.bar1.IsMaximized = false;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer9,
     this.labelStatus,
     this.progressBarItem1,
     this.itemContainer13});
     this.bar1.ItemSpacing = 2;
     this.bar1.Location = new System.Drawing.Point(5, 600);
     this.bar1.Name = "bar1";
     this.bar1.PaddingBottom = 0;
     this.bar1.PaddingTop = 0;
     this.bar1.Size = new System.Drawing.Size(958, 28);
     this.bar1.Stretch = true;
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.bar1.TabIndex = 7;
     this.bar1.TabStop = false;
     this.bar1.Text = "barStatus";
     //
     // itemContainer9
     //
     //
     //
     //
     this.itemContainer9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer9.BeginGroup = true;
     this.itemContainer9.Name = "itemContainer9";
     this.itemContainer9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnText,
     this.btnNavigation});
     //
     //
     //
     this.itemContainer9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnText
     //
     this.btnText.Enabled = false;
     this.btnText.EnableMarkup = false;
     this.btnText.FontBold = true;
     this.btnText.ForeColor = System.Drawing.Color.Black;
     this.btnText.ImagePaddingVertical = 9;
     this.btnText.Name = "btnText";
     this.btnText.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
     this.btnText.RibbonWordWrap = false;
     this.btnText.ShowSubItems = false;
     this.btnText.StopPulseOnMouseOver = false;
     this.btnText.SymbolSize = 10F;
     this.btnText.Text = "当前位置:";
     //
     // btnNavigation
     //
     this.btnNavigation.Enabled = false;
     this.btnNavigation.FontBold = true;
     this.btnNavigation.ImagePaddingVertical = 9;
     this.btnNavigation.Name = "btnNavigation";
     this.btnNavigation.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.None;
     this.btnNavigation.SymbolSize = 10F;
     this.btnNavigation.Tooltip = "Comments";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.PaddingLeft = 2;
     this.labelStatus.PaddingRight = 2;
     this.labelStatus.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.labelStatus.Stretch = true;
     //
     // progressBarItem1
     //
     //
     //
     //
     this.progressBarItem1.BackStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.progressBarItem1.ChunkGradientAngle = 0F;
     this.progressBarItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.progressBarItem1.Name = "progressBarItem1";
     this.progressBarItem1.RecentlyUsed = false;
     //
     // itemContainer13
     //
     //
     //
     //
     this.itemContainer13.BackgroundStyle.Class = "Office2007StatusBarBackground2";
     this.itemContainer13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer13.Name = "itemContainer13";
     this.itemContainer13.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelPosition});
     //
     //
     //
     this.itemContainer13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelPosition
     //
     this.labelPosition.Name = "labelPosition";
     this.labelPosition.PaddingLeft = 2;
     this.labelPosition.PaddingRight = 2;
     this.labelPosition.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.labelPosition.Width = 100;
     //
     // ribbonControl1
     //
     this.ribbonControl1.BackColor = System.Drawing.SystemColors.Control;
     this.ribbonControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ribbonControl1.BackgroundImage")));
     //
     //
     //
     this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl1.CaptionVisible = true;
     this.ribbonControl1.Controls.Add(this.ribPnlContext);
     this.ribbonControl1.Controls.Add(this.ribPnlWrite);
     this.ribbonControl1.Controls.Add(this.ribPnlLayout);
     this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonControl1.ForeColor = System.Drawing.Color.Black;
     this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.ribTabPrjManage,
     this.ribTabMainDevice,
     this.ribTagMainLoop,
     this.buttonChangeStyle});
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonControl1.Location = new System.Drawing.Point(5, 1);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
     this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonFile,
     this.buttonSave,
     this.buttonUndo});
     this.ribbonControl1.RibbonStripFont = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonControl1.Size = new System.Drawing.Size(958, 147);
     this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
     this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
     this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
     this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
     this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>";
     this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel";
     this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
     this.ribbonControl1.SystemText.QatDialogOkButton = "OK";
     this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove";
     this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
     this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex = 8;
     //
     // ribPnlContext
     //
     this.ribPnlContext.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribPnlContext.Controls.Add(this.ribGrpMainLoop);
     this.ribPnlContext.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribPnlContext.Location = new System.Drawing.Point(0, 58);
     this.ribPnlContext.Name = "ribPnlContext";
     this.ribPnlContext.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribPnlContext.Size = new System.Drawing.Size(958, 86);
     //
     //
     //
     this.ribPnlContext.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribPnlContext.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribPnlContext.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribPnlContext.TabIndex = 4;
     //
     // ribGrpMainLoop
     //
     this.ribGrpMainLoop.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribGrpMainLoop.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribGrpMainLoop.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribGrpMainLoop.ContainerControlProcessDialogKey = true;
     this.ribGrpMainLoop.DragDropSupport = true;
     this.ribGrpMainLoop.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribGrpMainLoop.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnParamIn4MainLoop,
     this.btnCalc4MainLoop,
     this.btnProcess4MainLoop});
     this.ribGrpMainLoop.Location = new System.Drawing.Point(3, 0);
     this.ribGrpMainLoop.Name = "ribGrpMainLoop";
     this.ribGrpMainLoop.Size = new System.Drawing.Size(189, 89);
     this.ribGrpMainLoop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribGrpMainLoop.TabIndex = 0;
     this.ribGrpMainLoop.Text = "主回路状态计算";
     //
     //
     //
     this.ribGrpMainLoop.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribGrpMainLoop.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnParamIn4MainLoop
     //
     this.btnParamIn4MainLoop.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnParamIn4MainLoop.Image = ((System.Drawing.Image)(resources.GetObject("btnParamIn4MainLoop.Image")));
     this.btnParamIn4MainLoop.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnParamIn4MainLoop.Name = "btnParamIn4MainLoop";
     this.btnParamIn4MainLoop.RibbonWordWrap = false;
     this.btnParamIn4MainLoop.Text = "参数录入";
     //
     // btnCalc4MainLoop
     //
     this.btnCalc4MainLoop.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnCalc4MainLoop.Image = ((System.Drawing.Image)(resources.GetObject("btnCalc4MainLoop.Image")));
     this.btnCalc4MainLoop.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnCalc4MainLoop.Name = "btnCalc4MainLoop";
     this.btnCalc4MainLoop.RibbonWordWrap = false;
     this.btnCalc4MainLoop.Text = "工况计算";
     //
     // btnProcess4MainLoop
     //
     this.btnProcess4MainLoop.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnProcess4MainLoop.Image = ((System.Drawing.Image)(resources.GetObject("btnProcess4MainLoop.Image")));
     this.btnProcess4MainLoop.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnProcess4MainLoop.Name = "btnProcess4MainLoop";
     this.btnProcess4MainLoop.RibbonWordWrap = false;
     this.btnProcess4MainLoop.Text = "结果处理";
     //
     // ribPnlWrite
     //
     this.ribPnlWrite.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribPnlWrite.Controls.Add(this.ribTagParagraph);
     this.ribPnlWrite.Controls.Add(this.ribTagFont);
     this.ribPnlWrite.Controls.Add(this.ribTagClipboard);
     this.ribPnlWrite.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribPnlWrite.Location = new System.Drawing.Point(0, 58);
     this.ribPnlWrite.Name = "ribPnlWrite";
     this.ribPnlWrite.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribPnlWrite.Size = new System.Drawing.Size(958, 86);
     //
     //
     //
     this.ribPnlWrite.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribPnlWrite.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribPnlWrite.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribPnlWrite.TabIndex = 1;
     this.ribPnlWrite.Visible = false;
     //
     // ribTagParagraph
     //
     this.ribTagParagraph.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribTagParagraph.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagParagraph.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagParagraph.ContainerControlProcessDialogKey = true;
     this.ribTagParagraph.DialogLauncherVisible = true;
     this.ribTagParagraph.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribTagParagraph.DragDropSupport = true;
     this.ribTagParagraph.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainerParagrapg1,
     this.itemContainerParagrapg3});
     this.ribTagParagraph.Location = new System.Drawing.Point(242, 0);
     this.ribTagParagraph.Name = "ribTagParagraph";
     this.ribTagParagraph.Size = new System.Drawing.Size(203, 83);
     this.ribTagParagraph.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribTagParagraph.TabIndex = 2;
     this.ribTagParagraph.Text = "&Paragraph";
     //
     //
     //
     this.ribTagParagraph.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagParagraph.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagParagraph.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     this.ribTagParagraph.LaunchDialog += new System.EventHandler(this.LaunchRibbonDialog);
     //
     // itemContainerParagrapg1
     //
     //
     //
     //
     this.itemContainerParagrapg1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerParagrapg1.ItemSpacing = 3;
     this.itemContainerParagrapg1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainerParagrapg1.Name = "itemContainerParagrapg1";
     this.itemContainerParagrapg1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainerParagrapg2,
     this.itemContainerParagrapg4});
     //
     //
     //
     this.itemContainerParagrapg1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerParagrapg1.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainerParagrapg2
     //
     //
     //
     //
     this.itemContainerParagrapg2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerParagrapg2.BeginGroup = true;
     this.itemContainerParagrapg2.Name = "itemContainerParagrapg2";
     this.itemContainerParagrapg2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonAlignLeft,
     this.buttonAlignCenter,
     this.buttonAlignRight,
     this.buttonAlignJustify});
     //
     //
     //
     this.itemContainerParagrapg2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonAlignLeft
     //
     this.buttonAlignLeft.Enabled = false;
     this.buttonAlignLeft.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignLeft.Image")));
     this.buttonAlignLeft.Name = "buttonAlignLeft";
     this.buttonAlignLeft.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlL);
     this.buttonAlignLeft.Text = "Align &Left";
     //
     // buttonAlignCenter
     //
     this.buttonAlignCenter.Enabled = false;
     this.buttonAlignCenter.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignCenter.Image")));
     this.buttonAlignCenter.Name = "buttonAlignCenter";
     this.buttonAlignCenter.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlE);
     this.buttonAlignCenter.Text = "Align &Center";
     //
     // buttonAlignRight
     //
     this.buttonAlignRight.Enabled = false;
     this.buttonAlignRight.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignRight.Image")));
     this.buttonAlignRight.Name = "buttonAlignRight";
     this.buttonAlignRight.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlR);
     this.buttonAlignRight.Text = "Align &Right";
     //
     // buttonAlignJustify
     //
     this.buttonAlignJustify.Enabled = false;
     this.buttonAlignJustify.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignJustify.Image")));
     this.buttonAlignJustify.Name = "buttonAlignJustify";
     this.buttonAlignJustify.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlJ);
     this.buttonAlignJustify.Text = "&Justify";
     //
     // itemContainerParagrapg4
     //
     //
     //
     //
     this.itemContainerParagrapg4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerParagrapg4.BeginGroup = true;
     this.itemContainerParagrapg4.Name = "itemContainerParagrapg4";
     this.itemContainerParagrapg4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnSeqNumber,
     this.btnGrade,
     this.btnToRigth,
     this.btnToLeft});
     //
     //
     //
     this.itemContainerParagrapg4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnSeqNumber
     //
     this.btnSeqNumber.Image = ((System.Drawing.Image)(resources.GetObject("btnSeqNumber.Image")));
     this.btnSeqNumber.Name = "btnSeqNumber";
     this.btnSeqNumber.Text = "&Numbered Bullets";
     //
     // btnGrade
     //
     this.btnGrade.Image = ((System.Drawing.Image)(resources.GetObject("btnGrade.Image")));
     this.btnGrade.Name = "btnGrade";
     this.btnGrade.Text = "&Bullets";
     //
     // btnToRigth
     //
     this.btnToRigth.Image = ((System.Drawing.Image)(resources.GetObject("btnToRigth.Image")));
     this.btnToRigth.Name = "btnToRigth";
     this.btnToRigth.Text = "&Indent";
     //
     // btnToLeft
     //
     this.btnToLeft.Image = ((System.Drawing.Image)(resources.GetObject("btnToLeft.Image")));
     this.btnToLeft.Name = "btnToLeft";
     this.btnToLeft.Text = "&Outdent";
     //
     // itemContainerParagrapg3
     //
     //
     //
     //
     this.itemContainerParagrapg3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerParagrapg3.ItemSpacing = 3;
     this.itemContainerParagrapg3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainerParagrapg3.Name = "itemContainerParagrapg3";
     this.itemContainerParagrapg3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnBorders,
     this.btnShading});
     //
     //
     //
     this.itemContainerParagrapg3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerParagrapg3.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnBorders
     //
     this.btnBorders.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnBorders.Image = ((System.Drawing.Image)(resources.GetObject("btnBorders.Image")));
     this.btnBorders.Name = "btnBorders";
     this.btnBorders.NotificationMarkText = "4";
     this.btnBorders.Text = "&Borders";
     this.btnBorders.Click += new System.EventHandler(this.buttonItem6_Click);
     //
     // btnShading
     //
     this.btnShading.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnShading.Image = ((System.Drawing.Image)(resources.GetObject("btnShading.Image")));
     this.btnShading.Name = "btnShading";
     this.btnShading.Text = "&Shading";
     //
     // ribTagFont
     //
     this.ribTagFont.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribTagFont.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagFont.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagFont.ContainerControlProcessDialogKey = true;
     this.ribTagFont.DialogLauncherVisible = true;
     this.ribTagFont.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribTagFont.DragDropSupport = true;
     this.ribTagFont.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainerFont1,
     this.itemContainerFont2});
     this.ribTagFont.ItemSpacing = 5;
     this.ribTagFont.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.ribTagFont.Location = new System.Drawing.Point(76, 0);
     this.ribTagFont.Name = "ribTagFont";
     this.ribTagFont.ResizeItemsToFit = false;
     this.ribTagFont.Size = new System.Drawing.Size(166, 83);
     this.ribTagFont.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribTagFont.TabIndex = 1;
     this.ribTagFont.Text = "F&ont";
     //
     //
     //
     this.ribTagFont.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagFont.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagFont.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     this.ribTagFont.LaunchDialog += new System.EventHandler(this.LaunchRibbonDialog);
     //
     // itemContainerFont1
     //
     //
     //
     //
     this.itemContainerFont1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerFont1.Name = "itemContainerFont1";
     this.itemContainerFont1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.comboFont,
     this.comboFontSize});
     //
     //
     //
     this.itemContainerFont1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // comboFont
     //
     this.comboFont.ComboWidth = 96;
     this.comboFont.DropDownHeight = 106;
     this.comboFont.DropDownWidth = 242;
     this.comboFont.Enabled = false;
     this.comboFont.FontCombo = true;
     this.comboFont.ItemHeight = 14;
     this.comboFont.Name = "comboFont";
     //
     // comboFontSize
     //
     this.comboFontSize.ComboWidth = 40;
     this.comboFontSize.DropDownHeight = 106;
     this.comboFontSize.ItemHeight = 16;
     this.comboFontSize.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4,
     this.comboItem5});
     this.comboFontSize.Name = "comboFontSize";
     //
     // comboItem1
     //
     this.comboItem1.Text = "6";
     //
     // comboItem2
     //
     this.comboItem2.Text = "7";
     //
     // comboItem3
     //
     this.comboItem3.Text = "8";
     //
     // comboItem4
     //
     this.comboItem4.Text = "9";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10";
     //
     // itemContainerFont2
     //
     //
     //
     //
     this.itemContainerFont2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerFont2.BeginGroup = true;
     this.itemContainerFont2.Name = "itemContainerFont2";
     this.itemContainerFont2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonFontBold,
     this.buttonFontItalic,
     this.buttonFontUnderline,
     this.buttonFontStrike,
     this.buttonTextColor});
     //
     //
     //
     this.itemContainerFont2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonFontBold
     //
     this.buttonFontBold.Enabled = false;
     this.buttonFontBold.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontBold.Image")));
     this.buttonFontBold.Name = "buttonFontBold";
     this.buttonFontBold.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlB);
     this.buttonFontBold.Text = "&Bold";
     //
     // buttonFontItalic
     //
     this.buttonFontItalic.Enabled = false;
     this.buttonFontItalic.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontItalic.Image")));
     this.buttonFontItalic.Name = "buttonFontItalic";
     this.buttonFontItalic.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI);
     this.buttonFontItalic.Text = "&Italic";
     //
     // buttonFontUnderline
     //
     this.buttonFontUnderline.Enabled = false;
     this.buttonFontUnderline.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontUnderline.Image")));
     this.buttonFontUnderline.Name = "buttonFontUnderline";
     this.buttonFontUnderline.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlU);
     this.buttonFontUnderline.Text = "&Underline";
     //
     // buttonFontStrike
     //
     this.buttonFontStrike.Enabled = false;
     this.buttonFontStrike.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontStrike.Image")));
     this.buttonFontStrike.Name = "buttonFontStrike";
     this.buttonFontStrike.Text = "&Strike";
     //
     // buttonTextColor
     //
     this.buttonTextColor.Enabled = false;
     this.buttonTextColor.Image = ((System.Drawing.Image)(resources.GetObject("buttonTextColor.Image")));
     this.buttonTextColor.Name = "buttonTextColor";
     this.buttonTextColor.SelectedColorImageRectangle = new System.Drawing.Rectangle(0, 13, 16, 3);
     this.buttonTextColor.Text = "Text &Color";
     //
     // ribTagClipboard
     //
     this.ribTagClipboard.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribTagClipboard.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagClipboard.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagClipboard.ContainerControlProcessDialogKey = true;
     this.ribTagClipboard.DialogLauncherVisible = true;
     this.ribTagClipboard.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribTagClipboard.DragDropSupport = true;
     this.ribTagClipboard.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonPaste,
     this.itemContainerClipboard});
     this.ribTagClipboard.Location = new System.Drawing.Point(3, 0);
     this.ribTagClipboard.Name = "ribTagClipboard";
     this.ribTagClipboard.Size = new System.Drawing.Size(73, 83);
     this.ribTagClipboard.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribTagClipboard.TabIndex = 0;
     this.ribTagClipboard.Text = "&Clipboard";
     //
     //
     //
     this.ribTagClipboard.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagClipboard.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagClipboard.LaunchDialog += new System.EventHandler(this.LaunchRibbonDialog);
     //
     // buttonPaste
     //
     this.buttonPaste.Image = ((System.Drawing.Image)(resources.GetObject("buttonPaste.Image")));
     this.buttonPaste.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonPaste.Name = "buttonPaste";
     this.buttonPaste.SplitButton = true;
     this.buttonPaste.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem53,
     this.btnPasteSpecial});
     this.buttonPaste.Text = "&Paste";
     //
     // buttonItem53
     //
     this.buttonItem53.Enabled = false;
     this.buttonItem53.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem53.Image")));
     this.buttonItem53.Name = "buttonItem53";
     this.buttonItem53.Text = "&Paste";
     //
     // btnPasteSpecial
     //
     this.btnPasteSpecial.Image = ((System.Drawing.Image)(resources.GetObject("btnPasteSpecial.Image")));
     this.btnPasteSpecial.Name = "btnPasteSpecial";
     this.btnPasteSpecial.Text = "Paste &Special...";
     //
     // itemContainerClipboard
     //
     //
     //
     //
     this.itemContainerClipboard.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerClipboard.ItemSpacing = 0;
     this.itemContainerClipboard.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainerClipboard.Name = "itemContainerClipboard";
     this.itemContainerClipboard.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonCut,
     this.btnFormat});
     //
     //
     //
     this.itemContainerClipboard.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonCut
     //
     this.buttonCut.Enabled = false;
     this.buttonCut.Image = ((System.Drawing.Image)(resources.GetObject("buttonCut.Image")));
     this.buttonCut.Name = "buttonCut";
     this.buttonCut.Text = "Cu&t";
     //
     // btnFormat
     //
     this.btnFormat.Image = ((System.Drawing.Image)(resources.GetObject("btnFormat.Image")));
     this.btnFormat.Name = "btnFormat";
     this.btnFormat.Text = "Format Painter";
     //
     // ribPnlLayout
     //
     this.ribPnlLayout.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribPnlLayout.Controls.Add(this.ribBarOptions);
     this.ribPnlLayout.Controls.Add(this.ribBarFind);
     this.ribPnlLayout.Controls.Add(this.ribTagPageSetup);
     this.ribPnlLayout.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribPnlLayout.Location = new System.Drawing.Point(0, 58);
     this.ribPnlLayout.Name = "ribPnlLayout";
     this.ribPnlLayout.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribPnlLayout.Size = new System.Drawing.Size(958, 86);
     //
     //
     //
     this.ribPnlLayout.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribPnlLayout.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribPnlLayout.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribPnlLayout.TabIndex = 3;
     this.ribPnlLayout.Visible = false;
     //
     // ribBarOptions
     //
     this.ribBarOptions.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribBarOptions.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribBarOptions.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribBarOptions.ContainerControlProcessDialogKey = true;
     this.ribBarOptions.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribBarOptions.DragDropSupport = true;
     this.ribBarOptions.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainerOptions1,
     this.itemContainer1Options2});
     this.ribBarOptions.ItemSpacing = 4;
     this.ribBarOptions.Location = new System.Drawing.Point(375, 0);
     this.ribBarOptions.Name = "ribBarOptions";
     this.ribBarOptions.Size = new System.Drawing.Size(200, 83);
     this.ribBarOptions.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribBarOptions.TabIndex = 4;
     this.ribBarOptions.Text = "Options";
     //
     //
     //
     this.ribBarOptions.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribBarOptions.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // itemContainerOptions1
     //
     //
     //
     //
     this.itemContainerOptions1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerOptions1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainerOptions1.Name = "itemContainerOptions1";
     this.itemContainerOptions1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.checkBoxItem1,
     this.checkBoxItem3});
     //
     //
     //
     this.itemContainerOptions1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // checkBoxItem1
     //
     this.checkBoxItem1.Checked = true;
     this.checkBoxItem1.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.checkBoxItem1.Name = "checkBoxItem1";
     this.checkBoxItem1.Text = "Header";
     this.checkBoxItem1.ThreeState = true;
     //
     // checkBoxItem3
     //
     this.checkBoxItem3.Checked = true;
     this.checkBoxItem3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxItem3.Name = "checkBoxItem3";
     this.checkBoxItem3.Text = "Margins";
     //
     // itemContainer1Options2
     //
     //
     //
     //
     this.itemContainer1Options2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1Options2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer1Options2.Name = "itemContainer1Options2";
     this.itemContainer1Options2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.checkBoxItem4,
     this.checkBoxItem6});
     //
     //
     //
     this.itemContainer1Options2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // checkBoxItem4
     //
     this.checkBoxItem4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.checkBoxItem4.Name = "checkBoxItem4";
     this.checkBoxItem4.Text = "Horizontal Layout";
     //
     // checkBoxItem6
     //
     this.checkBoxItem6.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.checkBoxItem6.Checked = true;
     this.checkBoxItem6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxItem6.Name = "checkBoxItem6";
     this.checkBoxItem6.Text = "Automatic Layout";
     //
     // ribBarFind
     //
     this.ribBarFind.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribBarFind.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribBarFind.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribBarFind.ContainerControlProcessDialogKey = true;
     this.ribBarFind.DialogLauncherVisible = true;
     this.ribBarFind.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribBarFind.DragDropSupport = true;
     this.ribBarFind.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonFind,
     this.itemContainerFind});
     this.ribBarFind.Location = new System.Drawing.Point(231, 0);
     this.ribBarFind.Name = "ribBarFind";
     this.ribBarFind.Size = new System.Drawing.Size(144, 83);
     this.ribBarFind.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribBarFind.TabIndex = 3;
     this.ribBarFind.Text = "Fi&nd";
     //
     //
     //
     this.ribBarFind.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribBarFind.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribBarFind.LaunchDialog += new System.EventHandler(this.LaunchRibbonDialog);
     //
     // buttonFind
     //
     this.buttonFind.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonFind.Enabled = false;
     this.buttonFind.Image = ((System.Drawing.Image)(resources.GetObject("buttonFind.Image")));
     this.buttonFind.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonFind.Name = "buttonFind";
     this.buttonFind.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlF);
     this.buttonFind.Text = "&Find";
     //
     // itemContainerFind
     //
     //
     //
     //
     this.itemContainerFind.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerFind.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainerFind.Name = "itemContainerFind";
     this.itemContainerFind.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonReplace,
     this.buttonGoto});
     //
     //
     //
     this.itemContainerFind.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonReplace
     //
     this.buttonReplace.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonReplace.Enabled = false;
     this.buttonReplace.Image = ((System.Drawing.Image)(resources.GetObject("buttonReplace.Image")));
     this.buttonReplace.Name = "buttonReplace";
     this.buttonReplace.Text = "&Replace";
     //
     // buttonGoto
     //
     this.buttonGoto.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonGoto.Enabled = false;
     this.buttonGoto.Image = ((System.Drawing.Image)(resources.GetObject("buttonGoto.Image")));
     this.buttonGoto.Name = "buttonGoto";
     this.buttonGoto.Text = "&Goto";
     //
     // ribTagPageSetup
     //
     this.ribTagPageSetup.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribTagPageSetup.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagPageSetup.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagPageSetup.ContainerControlProcessDialogKey = true;
     this.ribTagPageSetup.DialogLauncherVisible = true;
     this.ribTagPageSetup.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribTagPageSetup.DragDropSupport = true;
     this.ribTagPageSetup.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonMargins,
     this.btnOrientation,
     this.btnSize,
     this.btnPrintArea});
     this.ribTagPageSetup.Location = new System.Drawing.Point(3, 0);
     this.ribTagPageSetup.Name = "ribTagPageSetup";
     this.ribTagPageSetup.Size = new System.Drawing.Size(228, 83);
     this.ribTagPageSetup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribTagPageSetup.TabIndex = 1;
     this.ribTagPageSetup.Text = "Page Setup";
     //
     //
     //
     this.ribTagPageSetup.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribTagPageSetup.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribTagPageSetup.LaunchDialog += new System.EventHandler(this.LaunchRibbonDialog);
     //
     // buttonMargins
     //
     this.buttonMargins.Image = ((System.Drawing.Image)(resources.GetObject("buttonMargins.Image")));
     this.buttonMargins.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonMargins.Name = "buttonMargins";
     this.buttonMargins.Text = "Margins";
     //
     // btnOrientation
     //
     this.btnOrientation.AutoExpandOnClick = true;
     this.btnOrientation.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnOrientation.Image = ((System.Drawing.Image)(resources.GetObject("btnOrientation.Image")));
     this.btnOrientation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnOrientation.Name = "btnOrientation";
     this.btnOrientation.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnAuto,
     this.btnHorizontal,
     this.btnVertical});
     this.btnOrientation.Text = "Orientation <expand/>";
     //
     // btnAuto
     //
     this.btnAuto.Checked = true;
     this.btnAuto.Name = "btnAuto";
     this.btnAuto.OptionGroup = "orientation";
     this.btnAuto.Text = "Auto";
     //
     // btnHorizontal
     //
     this.btnHorizontal.Name = "btnHorizontal";
     this.btnHorizontal.OptionGroup = "orientation";
     this.btnHorizontal.Text = "Horizontal";
     //
     // btnVertical
     //
     this.btnVertical.Name = "btnVertical";
     this.btnVertical.OptionGroup = "orientation";
     this.btnVertical.Text = "Vertical";
     //
     // btnSize
     //
     this.btnSize.Image = ((System.Drawing.Image)(resources.GetObject("btnSize.Image")));
     this.btnSize.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnSize.Name = "btnSize";
     this.btnSize.Text = "Size";
     //
     // btnPrintArea
     //
     this.btnPrintArea.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnPrintArea.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintArea.Image")));
     this.btnPrintArea.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnPrintArea.Name = "btnPrintArea";
     this.btnPrintArea.Text = "Print Area";
     //
     // ribTabPrjManage
     //
     this.ribTabPrjManage.Name = "ribTabPrjManage";
     this.ribTabPrjManage.Panel = this.ribPnlWrite;
     this.ribTabPrjManage.Text = "工程管理";
     //
     // ribTabMainDevice
     //
     this.ribTabMainDevice.Name = "ribTabMainDevice";
     this.ribTabMainDevice.Panel = this.ribPnlLayout;
     this.ribTabMainDevice.Text = "主设备参数选择";
     //
     // ribTagMainLoop
     //
     this.ribTagMainLoop.Checked = true;
     this.ribTagMainLoop.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Orange;
     this.ribTagMainLoop.Name = "ribTagMainLoop";
     this.ribTagMainLoop.Panel = this.ribPnlContext;
     this.ribTagMainLoop.Text = "主回路状态计算";
     //
     // buttonChangeStyle
     //
     this.buttonChangeStyle.AutoExpandOnClick = true;
     this.buttonChangeStyle.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.buttonChangeStyle.Name = "buttonChangeStyle";
     this.buttonChangeStyle.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonStyleOffice2007Blue,
     this.buttonStyleOffice2007Silver});
     this.buttonChangeStyle.Text = "Style";
     //
     // buttonStyleOffice2007Blue
     //
     this.buttonStyleOffice2007Blue.Command = this.AppCommandTheme;
     this.buttonStyleOffice2007Blue.CommandParameter = "Office2007Blue";
     this.buttonStyleOffice2007Blue.Name = "buttonStyleOffice2007Blue";
     this.buttonStyleOffice2007Blue.OptionGroup = "style";
     this.buttonStyleOffice2007Blue.Text = "Office 2007 <font color=\"Blue\"><b>Blue</b></font>";
     //
     // AppCommandTheme
     //
     this.AppCommandTheme.Name = "AppCommandTheme";
     this.AppCommandTheme.Executed += new System.EventHandler(this.AppCommandTheme_Executed);
     //
     // buttonStyleOffice2007Silver
     //
     this.buttonStyleOffice2007Silver.Command = this.AppCommandTheme;
     this.buttonStyleOffice2007Silver.CommandParameter = "Office2007Silver";
     this.buttonStyleOffice2007Silver.Name = "buttonStyleOffice2007Silver";
     this.buttonStyleOffice2007Silver.OptionGroup = "style";
     this.buttonStyleOffice2007Silver.Text = "Office 2007 <font color=\"Silver\"><b>Silver</b></font>";
     //
     // buttonFile
     //
     this.buttonFile.BackstageTab = this.superTabControl1;
     this.buttonFile.CanCustomize = false;
     this.buttonFile.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.buttonFile.Image = ((System.Drawing.Image)(resources.GetObject("buttonFile.Image")));
     this.buttonFile.ImagePaddingHorizontal = 2;
     this.buttonFile.ImagePaddingVertical = 2;
     this.buttonFile.Name = "buttonFile";
     this.buttonFile.ShowSubItems = false;
     this.buttonFile.Text = "&FILE";
     //
     // superTabControl1
     //
     this.superTabControl1.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.superTabControl1.BackColor = System.Drawing.Color.White;
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabControl1.ControlBox.MenuBox,
     this.superTabControl1.ControlBox.CloseBox});
     this.superTabControl1.ControlBox.Visible = false;
     this.superTabControl1.Controls.Add(this.superTabControlPanel1);
     this.superTabControl1.Controls.Add(this.superTabControlPanel2);
     this.superTabControl1.Controls.Add(this.superTabControlPanel3);
     this.superTabControl1.Controls.Add(this.superTabControlPanel4);
     this.superTabControl1.ForeColor = System.Drawing.Color.Black;
     this.superTabControl1.ItemPadding.Left = 6;
     this.superTabControl1.ItemPadding.Right = 4;
     this.superTabControl1.ItemPadding.Top = 4;
     this.superTabControl1.Location = new System.Drawing.Point(6, 47);
     this.superTabControl1.Name = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = false;
     this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Segoe UI", 9.75F);
     this.superTabControl1.SelectedTabIndex = 0;
     this.superTabControl1.Size = new System.Drawing.Size(958, 578);
     this.superTabControl1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.superTabControl1.TabFont = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControl1.TabHorizontalSpacing = 16;
     this.superTabControl1.TabIndex = 14;
     this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem61,
     this.buttonItem63,
     this.buttonItem64,
     this.superTabItem1,
     this.superTabItem2,
     this.superTabItem3,
     this.superTabItem4,
     this.buttonItem65,
     this.buttonItem66});
     this.superTabControl1.TabVerticalSpacing = 8;
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel1.Controls.Add(this.panelEx2);
     this.superTabControlPanel1.Controls.Add(this.panelEx1);
     this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(236, 0);
     this.superTabControlPanel1.Name = "superTabControlPanel1";
     this.superTabControlPanel1.Size = new System.Drawing.Size(722, 578);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem = this.superTabItem1;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.recentPlacesItemsPanel);
     this.panelEx2.Controls.Add(this.labelX2);
     this.panelEx2.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx2.Location = new System.Drawing.Point(314, 0);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Padding = new System.Windows.Forms.Padding(12);
     this.panelEx2.Size = new System.Drawing.Size(408, 578);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.Color = System.Drawing.Color.Transparent;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Right;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 1;
     this.panelEx2.Text = "panelEx2";
     //
     // recentPlacesItemsPanel
     //
     this.recentPlacesItemsPanel.AutoScroll = true;
     //
     //
     //
     this.recentPlacesItemsPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recentPlacesItemsPanel.ContainerControlProcessDialogKey = true;
     this.recentPlacesItemsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.recentPlacesItemsPanel.DragDropSupport = true;
     this.recentPlacesItemsPanel.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.recentPlacesItemsPanel.Location = new System.Drawing.Point(12, 35);
     this.recentPlacesItemsPanel.Name = "recentPlacesItemsPanel";
     this.recentPlacesItemsPanel.Size = new System.Drawing.Size(384, 531);
     this.recentPlacesItemsPanel.TabIndex = 2;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX2.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX2.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.ForeColor = System.Drawing.Color.DimGray;
     this.labelX2.Location = new System.Drawing.Point(12, 12);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(384, 23);
     this.labelX2.TabIndex = 0;
     this.labelX2.Text = "Recent Places";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.recentDocsItemPane);
     this.panelEx1.Controls.Add(this.labelX1);
     this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Padding = new System.Windows.Forms.Padding(12);
     this.panelEx1.Size = new System.Drawing.Size(314, 578);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Right;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 0;
     this.panelEx1.Text = "panelEx1";
     //
     // recentDocsItemPane
     //
     this.recentDocsItemPane.AutoScroll = true;
     //
     //
     //
     this.recentDocsItemPane.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recentDocsItemPane.ContainerControlProcessDialogKey = true;
     this.recentDocsItemPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.recentDocsItemPane.DragDropSupport = true;
     this.recentDocsItemPane.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.recentDocsItemPane.Location = new System.Drawing.Point(12, 35);
     this.recentDocsItemPane.Name = "recentDocsItemPane";
     this.recentDocsItemPane.Size = new System.Drawing.Size(290, 531);
     this.recentDocsItemPane.TabIndex = 1;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX1.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX1.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.ForeColor = System.Drawing.Color.DimGray;
     this.labelX1.Location = new System.Drawing.Point(12, 12);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(290, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "Recent Documents";
     //
     // superTabItem1
     //
     this.superTabItem1.AttachedControl = this.superTabControlPanel1;
     this.superTabItem1.GlobalItem = false;
     this.superTabItem1.KeyTips = "R";
     this.superTabItem1.Name = "superTabItem1";
     this.superTabItem1.Text = "Recent";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel2.Controls.Add(this.itemPanel1);
     this.superTabControlPanel2.Controls.Add(this.labelX3);
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(236, 0);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     this.superTabControlPanel2.Padding = new System.Windows.Forms.Padding(12);
     this.superTabControlPanel2.Size = new System.Drawing.Size(722, 578);
     this.superTabControlPanel2.TabIndex = 2;
     this.superTabControlPanel2.TabItem = this.superTabItem2;
     //
     // itemPanel1
     //
     this.itemPanel1.AutoScroll = true;
     this.itemPanel1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.itemPanel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel1.ContainerControlProcessDialogKey = true;
     this.itemPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel1.DragDropSupport = true;
     this.itemPanel1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem67,
     this.buttonItem68,
     this.buttonItem69,
     this.buttonItem70,
     this.buttonItem71,
     this.buttonItem72});
     this.itemPanel1.Location = new System.Drawing.Point(12, 35);
     this.itemPanel1.MultiLine = true;
     this.itemPanel1.Name = "itemPanel1";
     this.itemPanel1.Size = new System.Drawing.Size(698, 531);
     this.itemPanel1.TabIndex = 3;
     //
     // buttonItem67
     //
     this.buttonItem67.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem67.ForeColor = System.Drawing.Color.Black;
     this.buttonItem67.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem67.Image")));
     this.buttonItem67.ImagePaddingVertical = 12;
     this.buttonItem67.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem67.Name = "buttonItem67";
     this.buttonItem67.Text = "<span align=\"center\">Blank<br/>document</span>";
     //
     // buttonItem68
     //
     this.buttonItem68.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem68.ForeColor = System.Drawing.Color.Black;
     this.buttonItem68.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem68.Image")));
     this.buttonItem68.ImagePaddingVertical = 12;
     this.buttonItem68.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem68.Name = "buttonItem68";
     this.buttonItem68.Text = "Blog post";
     //
     // buttonItem69
     //
     this.buttonItem69.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem69.ForeColor = System.Drawing.Color.Black;
     this.buttonItem69.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem69.Image")));
     this.buttonItem69.ImagePaddingHorizontal = 12;
     this.buttonItem69.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem69.Name = "buttonItem69";
     this.buttonItem69.Text = "<span align=\"center\">Recent<br/>templates</span>";
     //
     // buttonItem70
     //
     this.buttonItem70.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem70.ForeColor = System.Drawing.Color.Black;
     this.buttonItem70.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem70.Image")));
     this.buttonItem70.ImagePaddingHorizontal = 12;
     this.buttonItem70.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem70.Name = "buttonItem70";
     this.buttonItem70.Text = "<span align=\"center\">Sample<br/>templates</span>";
     //
     // buttonItem71
     //
     this.buttonItem71.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem71.ForeColor = System.Drawing.Color.Black;
     this.buttonItem71.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem71.Image")));
     this.buttonItem71.ImagePaddingHorizontal = 12;
     this.buttonItem71.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem71.Name = "buttonItem71";
     this.buttonItem71.Text = "My templates";
     //
     // buttonItem72
     //
     this.buttonItem72.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem72.ForeColor = System.Drawing.Color.Black;
     this.buttonItem72.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem72.Image")));
     this.buttonItem72.ImagePaddingHorizontal = 12;
     this.buttonItem72.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem72.Name = "buttonItem72";
     this.buttonItem72.Text = "<span align=\"center\">New from<br/>existing</span>";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX3.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX3.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.ForeColor = System.Drawing.Color.DimGray;
     this.labelX3.Location = new System.Drawing.Point(12, 12);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(698, 23);
     this.labelX3.TabIndex = 1;
     this.labelX3.Text = "Available Templates";
     //
     // superTabItem2
     //
     this.superTabItem2.AttachedControl = this.superTabControlPanel2;
     this.superTabItem2.GlobalItem = false;
     this.superTabItem2.KeyTips = "N";
     this.superTabItem2.Name = "superTabItem2";
     this.superTabItem2.Text = "New";
     //
     // superTabControlPanel3
     //
     this.superTabControlPanel3.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel3.Controls.Add(this.panelEx3);
     this.superTabControlPanel3.Controls.Add(this.labelX5);
     this.superTabControlPanel3.Controls.Add(this.integerInput1);
     this.superTabControlPanel3.Controls.Add(this.labelX4);
     this.superTabControlPanel3.Controls.Add(this.buttonX1);
     this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel3.Location = new System.Drawing.Point(236, 0);
     this.superTabControlPanel3.Name = "superTabControlPanel3";
     this.superTabControlPanel3.Size = new System.Drawing.Size(722, 578);
     this.superTabControlPanel3.TabIndex = 3;
     this.superTabControlPanel3.TabItem = this.superTabItem3;
     //
     // panelEx3
     //
     this.panelEx3.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.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx3.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelEx3.Location = new System.Drawing.Point(292, 4);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(427, 571);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.Color = System.Drawing.Color.White;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Silver;
     this.panelEx3.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx3.Style.ForeColor.Color = System.Drawing.Color.Gray;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 5;
     this.panelEx3.Text = "Print Preview Goes Here...";
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.ForeColor = System.Drawing.Color.Black;
     this.labelX5.Location = new System.Drawing.Point(143, 54);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(48, 19);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text = "Copies:";
     //
     // integerInput1
     //
     //
     //
     //
     this.integerInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.integerInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInput1.Location = new System.Drawing.Point(198, 53);
     this.integerInput1.Name = "integerInput1";
     this.integerInput1.ShowUpDown = true;
     this.integerInput1.Size = new System.Drawing.Size(66, 22);
     this.integerInput1.TabIndex = 3;
     this.integerInput1.Value = 1;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX4.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX4.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX4.ForeColor = System.Drawing.Color.DimGray;
     this.labelX4.Location = new System.Drawing.Point(144, 16);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(120, 23);
     this.labelX4.TabIndex = 2;
     this.labelX4.Text = "Print";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX1.Location = new System.Drawing.Point(21, 21);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(109, 101);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 0;
     this.buttonX1.Text = "Print";
     //
     // superTabItem3
     //
     this.superTabItem3.AttachedControl = this.superTabControlPanel3;
     this.superTabItem3.GlobalItem = false;
     this.superTabItem3.KeyTips = "P";
     this.superTabItem3.Name = "superTabItem3";
     this.superTabItem3.Text = "Print";
     //
     // superTabControlPanel4
     //
     this.superTabControlPanel4.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel4.Controls.Add(this.itemPanel2);
     this.superTabControlPanel4.Controls.Add(this.labelX6);
     this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel4.Location = new System.Drawing.Point(236, 0);
     this.superTabControlPanel4.Name = "superTabControlPanel4";
     this.superTabControlPanel4.Padding = new System.Windows.Forms.Padding(12);
     this.superTabControlPanel4.Size = new System.Drawing.Size(722, 578);
     this.superTabControlPanel4.TabIndex = 4;
     this.superTabControlPanel4.TabItem = this.superTabItem4;
     //
     // itemPanel2
     //
     this.itemPanel2.AutoScroll = true;
     this.itemPanel2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.itemPanel2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel2.ContainerControlProcessDialogKey = true;
     this.itemPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel2.DragDropSupport = true;
     this.itemPanel2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem77,
     this.buttonItem73,
     this.buttonItem74,
     this.buttonItem75,
     this.buttonItem76});
     this.itemPanel2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel2.Location = new System.Drawing.Point(12, 35);
     this.itemPanel2.Name = "itemPanel2";
     this.itemPanel2.Size = new System.Drawing.Size(698, 531);
     this.itemPanel2.TabIndex = 3;
     //
     // buttonItem77
     //
     this.buttonItem77.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem77.CommandParameter = "http://www.devcomponents.com/kb/questions.php?questionid=127";
     this.buttonItem77.ForeColor = System.Drawing.Color.Black;
     this.buttonItem77.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem77.Image")));
     this.buttonItem77.Name = "buttonItem77";
     this.buttonItem77.Text = "Backstage<br/>\r\n<font color=\"Gray\">How to build Office 2010 style Backstage with " +
     "DotNetBar</font>";
     //
     // buttonItem73
     //
     this.buttonItem73.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem73.CommandParameter = "http://www.devcomponents.com/kb/";
     this.buttonItem73.ForeColor = System.Drawing.Color.Black;
     this.buttonItem73.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem73.Image")));
     this.buttonItem73.Name = "buttonItem73";
     this.buttonItem73.Text = "DotNetBar Knowledge Base<br/>\r\n<font color=\"Gray\">Browse our online Knowledge Bas" +
     "e.</font>";
     //
     // buttonItem74
     //
     this.buttonItem74.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem74.CommandParameter = "http://www.devcomponents.com/dotnetbar/movies.aspx";
     this.buttonItem74.ForeColor = System.Drawing.Color.Black;
     this.buttonItem74.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem74.Image")));
     this.buttonItem74.Name = "buttonItem74";
     this.buttonItem74.Text = "Movie Tutorials<br/>\r\n<font color=\"Gray\">Watch getting started online movie tutor" +
     "ials</font>";
     //
     // buttonItem75
     //
     this.buttonItem75.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem75.CommandParameter = "http://www.devcomponents.com/support.aspx";
     this.buttonItem75.ForeColor = System.Drawing.Color.Black;
     this.buttonItem75.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem75.Image")));
     this.buttonItem75.Name = "buttonItem75";
     this.buttonItem75.Text = "Contact Us<br/>\r\n<font color=\"Gray\">Let us know if you need help or how we can ma" +
     "ke DotNetBar even better.</font>";
     //
     // buttonItem76
     //
     this.buttonItem76.BeginGroup = true;
     this.buttonItem76.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem76.CommandParameter = "http://www.devcomponents.com/dotnetbar/applicationgallery/";
     this.buttonItem76.ForeColor = System.Drawing.Color.Black;
     this.buttonItem76.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem76.Image")));
     this.buttonItem76.Name = "buttonItem76";
     this.buttonItem76.Text = "Application Gallery<br/>\r\n<font color=\"Gray\">See how other developers are using D" +
     "otNetBar in our application gallery</font>";
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX6.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX6.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX6.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.ForeColor = System.Drawing.Color.DimGray;
     this.labelX6.Location = new System.Drawing.Point(12, 12);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(698, 23);
     this.labelX6.TabIndex = 2;
     this.labelX6.Text = "Support";
     //
     // superTabItem4
     //
     this.superTabItem4.AttachedControl = this.superTabControlPanel4;
     this.superTabItem4.GlobalItem = false;
     this.superTabItem4.KeyTips = "H";
     this.superTabItem4.Name = "superTabItem4";
     this.superTabItem4.Text = "Help";
     //
     // buttonItem61
     //
     this.buttonItem61.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem61.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem61.Command = this.AppCommandSave;
     this.buttonItem61.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem61.Image")));
     this.buttonItem61.ImagePaddingHorizontal = 18;
     this.buttonItem61.ImagePaddingVertical = 10;
     this.buttonItem61.KeyTips = "S";
     this.buttonItem61.Name = "buttonItem61";
     this.buttonItem61.Stretch = true;
     this.buttonItem61.Text = "Save";
     //
     // AppCommandSave
     //
     this.AppCommandSave.Name = "AppCommandSave";
     //
     // buttonItem63
     //
     this.buttonItem63.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem63.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem63.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem63.Image")));
     this.buttonItem63.ImagePaddingHorizontal = 18;
     this.buttonItem63.ImagePaddingVertical = 10;
     this.buttonItem63.KeyTips = "O";
     this.buttonItem63.Name = "buttonItem63";
     this.buttonItem63.Stretch = true;
     this.buttonItem63.Text = "Open";
     //
     // buttonItem64
     //
     this.buttonItem64.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem64.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem64.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem64.Image")));
     this.buttonItem64.ImagePaddingHorizontal = 18;
     this.buttonItem64.ImagePaddingVertical = 10;
     this.buttonItem64.KeyTips = "C";
     this.buttonItem64.Name = "buttonItem64";
     this.buttonItem64.Stretch = true;
     this.buttonItem64.Text = "Close";
     //
     // buttonItem65
     //
     this.buttonItem65.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem65.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem65.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem65.Image")));
     this.buttonItem65.ImagePaddingHorizontal = 18;
     this.buttonItem65.ImagePaddingVertical = 10;
     this.buttonItem65.KeyTips = "T";
     this.buttonItem65.Name = "buttonItem65";
     this.buttonItem65.Stretch = true;
     this.buttonItem65.Text = "Options";
     //
     // buttonItem66
     //
     this.buttonItem66.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem66.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem66.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem66.Image")));
     this.buttonItem66.ImagePaddingHorizontal = 18;
     this.buttonItem66.ImagePaddingVertical = 10;
     this.buttonItem66.KeyTips = "X";
     this.buttonItem66.Name = "buttonItem66";
     this.buttonItem66.Stretch = true;
     this.buttonItem66.Text = "Exit";
     //
     // buttonSave
     //
     this.buttonSave.Command = this.AppCommandSave;
     this.buttonSave.Enabled = false;
     this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.Text = "buttonItem2";
     //
     // buttonUndo
     //
     this.buttonUndo.Enabled = false;
     this.buttonUndo.Name = "buttonUndo";
     this.buttonUndo.Text = "Undo";
     //
     // buttonItem47
     //
     this.buttonItem47.BeginGroup = true;
     this.buttonItem47.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem47.Image")));
     this.buttonItem47.Name = "buttonItem47";
     this.buttonItem47.Text = "Search for Templates Online...";
     //
     // buttonItem48
     //
     this.buttonItem48.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem48.Image")));
     this.buttonItem48.Name = "buttonItem48";
     this.buttonItem48.Text = "Browse for Templates...";
     //
     // buttonItem49
     //
     this.buttonItem49.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem49.Image")));
     this.buttonItem49.Name = "buttonItem49";
     this.buttonItem49.Text = "Save Current Template...";
     //
     // buttonItem17
     //
     this.buttonItem17.Name = "buttonItem17";
     //
     // buttonStyleMetro
     //
     this.buttonStyleMetro.Name = "buttonStyleMetro";
     //
     // buttonItem62
     //
     this.buttonItem62.Name = "buttonItem62";
     //
     // buttonStyleOffice2007Black
     //
     this.buttonStyleOffice2007Black.Command = this.AppCommandTheme;
     this.buttonStyleOffice2007Black.CommandParameter = "Office2007Black";
     this.buttonStyleOffice2007Black.Name = "buttonStyleOffice2007Black";
     this.buttonStyleOffice2007Black.OptionGroup = "style";
     this.buttonStyleOffice2007Black.Text = "Office 2007 <font color=\"black\"><b>Black</b></font>";
     //
     // buttonItem60
     //
     this.buttonItem60.Name = "buttonItem60";
     //
     // buttonItem16
     //
     this.buttonItem16.Name = "buttonItem16";
     //
     // buttonStyleCustom
     //
     this.buttonStyleCustom.BeginGroup = true;
     this.buttonStyleCustom.Command = this.AppCommandTheme;
     this.buttonStyleCustom.Name = "buttonStyleCustom";
     this.buttonStyleCustom.Text = "Custom scheme";
     this.buttonStyleCustom.Tooltip = "Custom color scheme is created based on currently selected color table. Try selec" +
     "ting Silver or Blue color table and then creating custom color scheme.";
     this.buttonStyleCustom.SelectedColorChanged += new System.EventHandler(this.buttonStyleCustom_SelectedColorChanged);
     this.buttonStyleCustom.ColorPreview += new DevComponents.DotNetBar.ColorPreviewEventHandler(this.buttonStyleCustom_ColorPreview);
     this.buttonStyleCustom.ExpandChange += new System.EventHandler(this.buttonStyleCustom_ExpandChange);
     //
     // RibbonStateCommand
     //
     this.RibbonStateCommand.Name = "RibbonStateCommand";
     this.RibbonStateCommand.Executed += new System.EventHandler(this.RibbonStateCommand_Executed);
     //
     // menuFileContainer
     //
     //
     //
     //
     this.menuFileContainer.BackgroundStyle.Class = "RibbonFileMenuContainer";
     this.menuFileContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileContainer.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.menuFileContainer.Name = "menuFileContainer";
     this.menuFileContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.menuFileTwoColumnContainer,
     this.menuFileBottomContainer});
     //
     //
     //
     this.menuFileContainer.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // menuFileTwoColumnContainer
     //
     //
     //
     //
     this.menuFileTwoColumnContainer.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
     this.menuFileTwoColumnContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingBottom = 2;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingLeft = 2;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingRight = 2;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingTop = 2;
     this.menuFileTwoColumnContainer.ItemSpacing = 0;
     this.menuFileTwoColumnContainer.Name = "menuFileTwoColumnContainer";
     this.menuFileTwoColumnContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.menuFileItems,
     this.menuFileMRU});
     //
     //
     //
     this.menuFileTwoColumnContainer.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // menuFileItems
     //
     //
     //
     //
     this.menuFileItems.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
     this.menuFileItems.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileItems.ItemSpacing = 5;
     this.menuFileItems.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.menuFileItems.MinimumSize = new System.Drawing.Size(120, 0);
     this.menuFileItems.Name = "menuFileItems";
     this.menuFileItems.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem20,
     this.buttonItem21,
     this.buttonFileSaveAs,
     this.buttonItem23,
     this.buttonItem24,
     this.buttonItem25});
     //
     //
     //
     this.menuFileItems.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem20
     //
     this.buttonItem20.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem20.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem20.Image")));
     this.buttonItem20.ImageSmall = ((System.Drawing.Image)(resources.GetObject("buttonItem20.ImageSmall")));
     this.buttonItem20.Name = "buttonItem20";
     this.buttonItem20.SubItemsExpandWidth = 24;
     this.buttonItem20.Text = "&New";
     //
     // buttonItem21
     //
     this.buttonItem21.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem21.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem21.Image")));
     this.buttonItem21.Name = "buttonItem21";
     this.buttonItem21.SubItemsExpandWidth = 24;
     this.buttonItem21.Text = "&Open...";
     //
     // buttonFileSaveAs
     //
     this.buttonFileSaveAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonFileSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileSaveAs.Image")));
     this.buttonFileSaveAs.ImageSmall = ((System.Drawing.Image)(resources.GetObject("buttonFileSaveAs.ImageSmall")));
     this.buttonFileSaveAs.Name = "buttonFileSaveAs";
     this.buttonFileSaveAs.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer12});
     this.buttonFileSaveAs.SubItemsExpandWidth = 24;
     this.buttonFileSaveAs.Text = "&Save As...";
     //
     // itemContainer12
     //
     //
     //
     //
     this.itemContainer12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer12.ItemSpacing = 4;
     this.itemContainer12.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer12.MinimumSize = new System.Drawing.Size(210, 256);
     this.itemContainer12.Name = "itemContainer12";
     this.itemContainer12.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem1,
     this.buttonItem56,
     this.buttonItem57,
     this.buttonItem58,
     this.buttonItem59});
     //
     //
     //
     this.itemContainer12.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelItem1
     //
     this.labelItem1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.labelItem1.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.labelItem1.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
     this.labelItem1.Name = "labelItem1";
     this.labelItem1.PaddingBottom = 5;
     this.labelItem1.PaddingLeft = 5;
     this.labelItem1.PaddingRight = 5;
     this.labelItem1.PaddingTop = 5;
     this.labelItem1.Text = "<b>Save a copy of the document</b>";
     //
     // buttonItem56
     //
     this.buttonItem56.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem56.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem56.Image")));
     this.buttonItem56.Name = "buttonItem56";
     this.buttonItem56.Text = "<b>&Rich Text Document</b>\r\n<div padding=\"0,0,4,0\" width=\"170\">Save the document " +
     "in the default file format.</div>";
     //
     // buttonItem57
     //
     this.buttonItem57.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem57.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem57.Image")));
     this.buttonItem57.Name = "buttonItem57";
     this.buttonItem57.Text = "<b>Document &Template</b>\r\n<div padding=\"0,0,4,0\" width=\"170\">Save as a template " +
     "that can be used to format future documents.</div>";
     //
     // buttonItem58
     //
     this.buttonItem58.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem58.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem58.Image")));
     this.buttonItem58.Name = "buttonItem58";
     this.buttonItem58.Text = "<b>&Find add-ins for other formats</b>\r\n<div padding=\"0,0,4,0\" width=\"180\">Learn " +
     "about add-ins to save to other formats such as PDF or XPS.</div>";
     //
     // buttonItem59
     //
     this.buttonItem59.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem59.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem59.Image")));
     this.buttonItem59.Name = "buttonItem59";
     this.buttonItem59.Text = "<b>&Other Formats</b>\r\n<div padding=\"0,0,4,0\" width=\"170\">Open the Save As dialog" +
     " box to select from all possible file types.</div>";
     //
     // buttonItem23
     //
     this.buttonItem23.BeginGroup = true;
     this.buttonItem23.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem23.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem23.Image")));
     this.buttonItem23.Name = "buttonItem23";
     this.buttonItem23.SubItemsExpandWidth = 24;
     this.buttonItem23.Text = "S&hare...";
     //
     // buttonItem24
     //
     this.buttonItem24.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem24.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem24.Image")));
     this.buttonItem24.Name = "buttonItem24";
     this.buttonItem24.SubItemsExpandWidth = 24;
     this.buttonItem24.Text = "&Print...";
     //
     // buttonItem25
     //
     this.buttonItem25.BeginGroup = true;
     this.buttonItem25.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem25.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem25.Image")));
     this.buttonItem25.Name = "buttonItem25";
     this.buttonItem25.SubItemsExpandWidth = 24;
     this.buttonItem25.Text = "&Close";
     //
     // menuFileMRU
     //
     //
     //
     //
     this.menuFileMRU.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer";
     this.menuFileMRU.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileMRU.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.menuFileMRU.MinimumSize = new System.Drawing.Size(225, 0);
     this.menuFileMRU.Name = "menuFileMRU";
     this.menuFileMRU.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem8,
     this.buttonItem26,
     this.buttonItem27,
     this.buttonItem28,
     this.buttonItem29});
     //
     //
     //
     this.menuFileMRU.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelItem8
     //
     this.labelItem8.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.labelItem8.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
     this.labelItem8.Name = "labelItem8";
     this.labelItem8.PaddingBottom = 2;
     this.labelItem8.PaddingTop = 2;
     this.labelItem8.Stretch = true;
     this.labelItem8.Text = "Recent Documents";
     //
     // buttonItem26
     //
     this.buttonItem26.Name = "buttonItem26";
     this.buttonItem26.Text = "&1. Short News 5-7.rtf";
     //
     // buttonItem27
     //
     this.buttonItem27.Name = "buttonItem27";
     this.buttonItem27.Text = "&2. Prospect Email.rtf";
     //
     // buttonItem28
     //
     this.buttonItem28.Name = "buttonItem28";
     this.buttonItem28.Text = "&3. Customer Email.rtf";
     //
     // buttonItem29
     //
     this.buttonItem29.Name = "buttonItem29";
     this.buttonItem29.Text = "&4. example.rtf";
     //
     // menuFileBottomContainer
     //
     //
     //
     //
     this.menuFileBottomContainer.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
     this.menuFileBottomContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileBottomContainer.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
     this.menuFileBottomContainer.Name = "menuFileBottomContainer";
     this.menuFileBottomContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonOptions,
     this.buttonExit});
     //
     //
     //
     this.menuFileBottomContainer.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonOptions
     //
     this.buttonOptions.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonOptions.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonOptions.Image = ((System.Drawing.Image)(resources.GetObject("buttonOptions.Image")));
     this.buttonOptions.Name = "buttonOptions";
     this.buttonOptions.SubItemsExpandWidth = 24;
     this.buttonOptions.Text = "RibbonPad Opt&ions";
     //
     // buttonExit
     //
     this.buttonExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonExit.Image = ((System.Drawing.Image)(resources.GetObject("buttonExit.Image")));
     this.buttonExit.Name = "buttonExit";
     this.buttonExit.SubItemsExpandWidth = 24;
     this.buttonExit.Text = "E&xit RibbonPad";
     //
     // progressBarTimer
     //
     this.progressBarTimer.Enabled = true;
     this.progressBarTimer.Interval = 800;
     this.progressBarTimer.Tick += new System.EventHandler(this.progressBarTimer_Tick);
     //
     // styleManager
     //
     this.styleManager.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Silver;
     this.styleManager.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199))))));
     //
     // grpBoxTree
     //
     this.grpBoxTree.Controls.Add(this.treeView1);
     this.grpBoxTree.Location = new System.Drawing.Point(8, 154);
     this.grpBoxTree.Name = "grpBoxTree";
     this.grpBoxTree.Size = new System.Drawing.Size(210, 443);
     this.grpBoxTree.TabIndex = 15;
     this.grpBoxTree.TabStop = false;
     //
     // treeView1
     //
     this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Font = new System.Drawing.Font("Segoe UI", 7.9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.ImageIndex = 0;
     this.treeView1.ImageList = this.imageList;
     this.treeView1.Indent = 23;
     this.treeView1.ItemHeight = 18;
     this.treeView1.Location = new System.Drawing.Point(3, 18);
     this.treeView1.Name = "treeView1";
     this.treeView1.SelectedImageIndex = 0;
     this.treeView1.Size = new System.Drawing.Size(204, 422);
     this.treeView1.TabIndex = 0;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "node.png");
     this.imageList.Images.SetKeyName(1, "leaf.png");
     //
     // frmMain
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ClientSize = new System.Drawing.Size(968, 630);
     this.Controls.Add(this.grpBoxTree);
     this.Controls.Add(this.superTabControl1);
     this.Controls.Add(this.ribbonControl1);
     this.Controls.Add(this.bar1);
     this.Controls.Add(this.mdiClient1);
     this.EnableGlass = false;
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "frmMain";
     this.Text = "DPCP SOFTWAVE";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.ribbonControl1.ResumeLayout(false);
     this.ribbonControl1.PerformLayout();
     this.ribPnlContext.ResumeLayout(false);
     this.ribPnlWrite.ResumeLayout(false);
     this.ribPnlLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     this.superTabControl1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.superTabControlPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).EndInit();
     this.superTabControlPanel4.ResumeLayout(false);
     this.grpBoxTree.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #7
0
 private void InitializeComponent()
 {
     this.panelEx1         = new DevComponents.DotNetBar.PanelEx();
     this.panelEx4         = new DevComponents.DotNetBar.PanelEx();
     this.listValueItem    = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.panelEx2         = new DevComponents.DotNetBar.PanelEx();
     this.cmbColorRamp     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX6          = new DevComponents.DotNetBar.LabelX();
     this.maxValueInput    = new DevComponents.Editors.DoubleInput();
     this.minValueInput    = new DevComponents.Editors.DoubleInput();
     this.cmbField         = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     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.labelPreviewFore = new DevComponents.DotNetBar.LabelX();
     this.levelInput       = new DevComponents.Editors.IntegerInput();
     this.panelEx1.SuspendLayout();
     this.panelEx4.SuspendLayout();
     this.panelEx2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panelEx4);
     this.panelEx1.Controls.Add(this.panelEx2);
     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(465, 370);
     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;
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx4.Controls.Add(this.listValueItem);
     this.panelEx4.Location        = new System.Drawing.Point(3, 107);
     this.panelEx4.Name            = "panelEx4";
     this.panelEx4.Size            = new System.Drawing.Size(459, 260);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelEx4.Style.BackColor2.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx4.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex            = 50;
     //
     // listValueItem
     //
     //
     //
     //
     this.listValueItem.Border.Class  = "ListViewBorder";
     this.listValueItem.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listValueItem.FullRowSelect = true;
     this.listValueItem.Location      = new System.Drawing.Point(0, 0);
     this.listValueItem.Name          = "listValueItem";
     this.listValueItem.Size          = new System.Drawing.Size(459, 260);
     this.listValueItem.TabIndex      = 1;
     this.listValueItem.UseCompatibleStateImageBehavior = false;
     this.listValueItem.View              = System.Windows.Forms.View.Details;
     this.listValueItem.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DoListValueItemMouseDoubleClick);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx2.Controls.Add(this.cmbColorRamp);
     this.panelEx2.Controls.Add(this.labelX6);
     this.panelEx2.Controls.Add(this.maxValueInput);
     this.panelEx2.Controls.Add(this.minValueInput);
     this.panelEx2.Controls.Add(this.cmbField);
     this.panelEx2.Controls.Add(this.labelX1);
     this.panelEx2.Controls.Add(this.labelX2);
     this.panelEx2.Controls.Add(this.labelX3);
     this.panelEx2.Controls.Add(this.labelX4);
     this.panelEx2.Controls.Add(this.labelX5);
     this.panelEx2.Controls.Add(this.labelPreviewFore);
     this.panelEx2.Controls.Add(this.levelInput);
     this.panelEx2.Location        = new System.Drawing.Point(3, 3);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(459, 100);
     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            = 46;
     //
     // cmbColorRamp
     //
     this.cmbColorRamp.DisplayMember     = "Text";
     this.cmbColorRamp.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbColorRamp.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbColorRamp.FormattingEnabled = true;
     this.cmbColorRamp.ItemHeight        = 21;
     this.cmbColorRamp.Location          = new System.Drawing.Point(67, 37);
     this.cmbColorRamp.Name                  = "cmbColorRamp";
     this.cmbColorRamp.Size                  = new System.Drawing.Size(237, 27);
     this.cmbColorRamp.TabIndex              = 2;
     this.cmbColorRamp.SelectedIndexChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX6
     //
     this.labelX6.AutoSize  = true;
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     this.labelX6.Location  = new System.Drawing.Point(310, 16);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(19, 31);
     this.labelX6.TabIndex  = 36;
     this.labelX6.Text      = "符\r\n号";
     //
     // maxValueInput
     //
     //
     //
     //
     this.maxValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.maxValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.maxValueInput.Increment     = 1;
     this.maxValueInput.Location      = new System.Drawing.Point(214, 70);
     this.maxValueInput.Name          = "maxValueInput";
     this.maxValueInput.Size          = new System.Drawing.Size(90, 21);
     this.maxValueInput.TabIndex      = 3;
     this.maxValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // minValueInput
     //
     //
     //
     //
     this.minValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.minValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.minValueInput.Increment     = 1;
     this.minValueInput.Location      = new System.Drawing.Point(67, 70);
     this.minValueInput.Name          = "minValueInput";
     this.minValueInput.Size          = new System.Drawing.Size(90, 21);
     this.minValueInput.TabIndex      = 2;
     this.minValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // cmbField
     //
     this.cmbField.DisplayMember     = "Text";
     this.cmbField.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbField.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbField.FormattingEnabled = true;
     this.cmbField.ItemHeight        = 15;
     this.cmbField.Location          = new System.Drawing.Point(67, 11);
     this.cmbField.Name                  = "cmbField";
     this.cmbField.Size                  = new System.Drawing.Size(237, 21);
     this.cmbField.TabIndex              = 2;
     this.cmbField.SelectedIndexChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(10, 12);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(31, 18);
     this.labelX1.TabIndex = 7;
     this.labelX1.Text     = "字段";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(10, 73);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(44, 18);
     this.labelX2.TabIndex = 8;
     this.labelX2.Text     = "最小值";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.Location = new System.Drawing.Point(164, 73);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(44, 18);
     this.labelX3.TabIndex = 9;
     this.labelX3.Text     = "最大值";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(313, 73);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(31, 18);
     this.labelX4.TabIndex = 10;
     this.labelX4.Text     = "等级";
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(10, 42);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(56, 18);
     this.labelX5.TabIndex = 11;
     this.labelX5.Text     = "颜色方案";
     //
     // labelPreviewFore
     //
     this.labelPreviewFore.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewFore.Location  = new System.Drawing.Point(330, 11);
     this.labelPreviewFore.Name      = "labelPreviewFore";
     this.labelPreviewFore.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewFore.TabIndex  = 12;
     this.labelPreviewFore.Click    += new System.EventHandler(this.Control_Click);
     //
     // levelInput
     //
     //
     //
     //
     this.levelInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.levelInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.levelInput.Location      = new System.Drawing.Point(350, 70);
     this.levelInput.MinValue      = 1;
     this.levelInput.Name          = "levelInput";
     this.levelInput.ShowUpDown    = true;
     this.levelInput.Size          = new System.Drawing.Size(60, 21);
     this.levelInput.TabIndex      = 14;
     this.levelInput.Value         = 5;
     this.levelInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // frmBreakColorRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmBreakColorRenderer";
     this.Size = new System.Drawing.Size(465, 370);
     this.panelEx1.ResumeLayout(false);
     this.panelEx4.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).EndInit();
     this.ResumeLayout(false);
 }
예제 #8
0
 private void InitializeComponent()
 {
     this.panelEx1       = new DevComponents.DotNetBar.PanelEx();
     this.labelX1        = new DevComponents.DotNetBar.LabelX();
     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.comboBoxEx1    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboTree1     = new DevComponents.DotNetBar.Controls.ComboTree();
     this.doubleInput1   = new DevComponents.Editors.DoubleInput();
     this.doubleInput2   = new DevComponents.Editors.DoubleInput();
     this.integerInput1  = new DevComponents.Editors.IntegerInput();
     this.advTree1       = new DevComponents.AdvTree.AdvTree();
     this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
     this.elementStyle1  = new DevComponents.DotNetBar.ElementStyle();
     this.labelX6        = new DevComponents.DotNetBar.LabelX();
     this.labelX7        = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.labelX7);
     this.panelEx1.Controls.Add(this.labelX6);
     this.panelEx1.Controls.Add(this.advTree1);
     this.panelEx1.Controls.Add(this.integerInput1);
     this.panelEx1.Controls.Add(this.doubleInput2);
     this.panelEx1.Controls.Add(this.doubleInput1);
     this.panelEx1.Controls.Add(this.comboTree1);
     this.panelEx1.Controls.Add(this.comboBoxEx1);
     this.panelEx1.Controls.Add(this.labelX5);
     this.panelEx1.Controls.Add(this.labelX4);
     this.panelEx1.Controls.Add(this.labelX3);
     this.panelEx1.Controls.Add(this.labelX2);
     this.panelEx1.Controls.Add(this.labelX1);
     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(411, 319);
     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;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(11, 14);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(50, 18);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text     = "字 段 :";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(11, 44);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(50, 18);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text     = "颜 色 :";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.Location = new System.Drawing.Point(11, 75);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(50, 18);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text     = "最小值:";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(154, 75);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(50, 18);
     this.labelX4.TabIndex = 3;
     this.labelX4.Text     = "最大值:";
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(204, 14);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(37, 18);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text     = "等级:";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember     = "Text";
     this.comboBoxEx1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight        = 15;
     this.comboBoxEx1.Location          = new System.Drawing.Point(61, 12);
     this.comboBoxEx1.Name     = "comboBoxEx1";
     this.comboBoxEx1.Size     = new System.Drawing.Size(137, 21);
     this.comboBoxEx1.TabIndex = 5;
     //
     // comboTree1
     //
     this.comboTree1.BackColor = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.comboTree1.BackgroundStyle.Class  = "TextBoxBorder";
     this.comboTree1.ButtonDropDown.Visible = true;
     this.comboTree1.Location = new System.Drawing.Point(61, 41);
     this.comboTree1.Name     = "comboTree1";
     this.comboTree1.Size     = new System.Drawing.Size(228, 23);
     this.comboTree1.TabIndex = 6;
     //
     // doubleInput1
     //
     //
     //
     //
     this.doubleInput1.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.doubleInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput1.Increment = 1;
     this.doubleInput1.Location  = new System.Drawing.Point(61, 72);
     this.doubleInput1.Name      = "doubleInput1";
     this.doubleInput1.Size      = new System.Drawing.Size(87, 21);
     this.doubleInput1.TabIndex  = 7;
     //
     // doubleInput2
     //
     //
     //
     //
     this.doubleInput2.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.doubleInput2.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput2.Increment = 1;
     this.doubleInput2.Location  = new System.Drawing.Point(202, 72);
     this.doubleInput2.Name      = "doubleInput2";
     this.doubleInput2.Size      = new System.Drawing.Size(87, 21);
     this.doubleInput2.TabIndex  = 8;
     //
     // integerInput1
     //
     //
     //
     //
     this.integerInput1.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.integerInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInput1.Location   = new System.Drawing.Point(242, 11);
     this.integerInput1.MaxValue   = 1000;
     this.integerInput1.MinValue   = 1;
     this.integerInput1.Name       = "integerInput1";
     this.integerInput1.ShowUpDown = true;
     this.integerInput1.Size       = new System.Drawing.Size(47, 21);
     this.integerInput1.TabIndex   = 9;
     this.integerInput1.Value      = 1;
     //
     // advTree1
     //
     this.advTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
     this.advTree1.AllowDrop      = true;
     this.advTree1.BackColor      = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.advTree1.BackgroundStyle.Class = "TreeBorderKey";
     this.advTree1.Location       = new System.Drawing.Point(11, 103);
     this.advTree1.Name           = "advTree1";
     this.advTree1.NodesConnector = this.nodeConnector1;
     this.advTree1.NodeStyle      = this.elementStyle1;
     this.advTree1.PathSeparator  = ";";
     this.advTree1.Size           = new System.Drawing.Size(384, 201);
     this.advTree1.Styles.Add(this.elementStyle1);
     this.advTree1.TabIndex = 10;
     this.advTree1.Text     = "advTree1";
     //
     // nodeConnector1
     //
     this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // elementStyle1
     //
     this.elementStyle1.Name      = "elementStyle1";
     this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText;
     //
     // labelX6
     //
     this.labelX6.AutoSize = true;
     this.labelX6.Location = new System.Drawing.Point(326, 14);
     this.labelX6.Name     = "labelX6";
     this.labelX6.Size     = new System.Drawing.Size(31, 18);
     this.labelX6.TabIndex = 11;
     this.labelX6.Text     = "符号";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Maroon;
     this.labelX7.Location  = new System.Drawing.Point(295, 43);
     this.labelX7.Name      = "labelX7";
     this.labelX7.Size      = new System.Drawing.Size(100, 50);
     this.labelX7.TabIndex  = 12;
     //
     // frmColorBreakRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmColorBreakRenderer";
     this.Size = new System.Drawing.Size(411, 319);
     this.panelEx1.ResumeLayout(false);
     this.panelEx1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #9
0
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_AddSpecialItem));

            _Button_Cancel                         = new DevComponents.DotNetBar.ButtonX();
            _Button_Cancel.Click                  += new EventHandler(Button_Okay_Click);
            _Button_Okay                           = new DevComponents.DotNetBar.ButtonX();
            _Button_Okay.Click                    += new EventHandler(Button_Okay_Click);
            _GroupBox_Type                         = new GroupBox();
            _CheckBoxX_Mist                        = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX_Mist.CheckedChangedEx      += new DevComponents.DotNetBar.Controls.CheckBoxXChangeEventHandler(CheckBoxX_SpecialBoxType_CheckedChanged);
            _CheckBoxX_ToxicHaze                   = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX_ToxicHaze.CheckedChangedEx += new DevComponents.DotNetBar.Controls.CheckBoxXChangeEventHandler(CheckBoxX_SpecialBoxType_CheckedChanged);
            _CheckBoxX_Water                       = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX_Water.CheckedChangedEx     += new DevComponents.DotNetBar.Controls.CheckBoxXChangeEventHandler(CheckBoxX_SpecialBoxType_CheckedChanged);
            _CheckBoxX_Water.CheckedChanged       += new EventHandler(CheckBoxX_Water_CheckedChanged);
            _GroupBox_Box                          = new GroupBox();
            _LabelX3            = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_Alpha = new DevComponents.Editors.IntegerInput();
            _IntegerInput_Alpha.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _LabelX2            = new DevComponents.DotNetBar.LabelX();
            _ComboBox_WaterType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBox_WaterType.SelectedIndexChanged += new EventHandler(ComboBox_WaterType_SelectedIndexChanged);
            _LabelX1                          = new DevComponents.DotNetBar.LabelX();
            _Button_SetUpHeight               = new DevComponents.DotNetBar.ButtonX();
            _Button_SetUpHeight.Click        += new EventHandler(Button_SetUpHeight_Click);
            _LabelX_Height                    = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_Scale               = new DevComponents.Editors.IntegerInput();
            _IntegerInput_Scale.ValueChanged += new EventHandler(IntegerInput_Scale_ValueChanged);
            _Button_SetUpPos2                 = new DevComponents.DotNetBar.ButtonX();
            _Button_SetUpPos2.Click          += new EventHandler(Button_SetUpPos1_Click);
            _Button_SetUpPos1                 = new DevComponents.DotNetBar.ButtonX();
            _Button_SetUpPos1.Click          += new EventHandler(Button_SetUpPos1_Click);
            _LabelX_Pos2                      = new DevComponents.DotNetBar.LabelX();
            _LabelX_Pos1                      = new DevComponents.DotNetBar.LabelX();
            _LabelX59                         = new DevComponents.DotNetBar.LabelX();
            _Panel1 = new Panel();
            _GroupBox_Type.SuspendLayout();
            _GroupBox_Box.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Alpha).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Scale).BeginInit();
            _Panel1.SuspendLayout();
            SuspendLayout();
            //
            // Button_Cancel
            //
            _Button_Cancel.AccessibleRole   = AccessibleRole.PushButton;
            _Button_Cancel.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_Cancel.DialogResult     = DialogResult.Cancel;
            _Button_Cancel.FocusCuesEnabled = false;
            _Button_Cancel.Location         = new Point(65, 133);
            _Button_Cancel.Name             = "Button_Cancel";
            _Button_Cancel.Size             = new Size(56, 23);
            _Button_Cancel.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_Cancel.TabIndex         = 103;
            _Button_Cancel.Text             = "Cancel";
            //
            // Button_Okay
            //
            _Button_Okay.AccessibleRole   = AccessibleRole.PushButton;
            _Button_Okay.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_Okay.DialogResult     = DialogResult.OK;
            _Button_Okay.FocusCuesEnabled = false;
            _Button_Okay.Location         = new Point(3, 133);
            _Button_Okay.Name             = "Button_Okay";
            _Button_Okay.Size             = new Size(56, 23);
            _Button_Okay.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_Okay.TabIndex         = 102;
            _Button_Okay.Text             = "Okay";
            //
            // GroupBox_Type
            //
            _GroupBox_Type.Controls.Add(_CheckBoxX_Mist);
            _GroupBox_Type.Controls.Add(_CheckBoxX_ToxicHaze);
            _GroupBox_Type.Controls.Add(_CheckBoxX_Water);
            _GroupBox_Type.Location = new Point(3, 3);
            _GroupBox_Type.Name     = "GroupBox_Type";
            _GroupBox_Type.Size     = new Size(118, 124);
            _GroupBox_Type.TabIndex = 104;
            _GroupBox_Type.TabStop  = false;
            _GroupBox_Type.Text     = "Type";
            //
            // CheckBoxX_Mist
            //
            //
            //
            //
            _CheckBoxX_Mist.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX_Mist.CheckBoxStyle    = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
            _CheckBoxX_Mist.FocusCuesEnabled = false;
            _CheckBoxX_Mist.Location         = new Point(6, 71);
            _CheckBoxX_Mist.Name             = "CheckBoxX_Mist";
            _CheckBoxX_Mist.Size             = new Size(106, 20);
            _CheckBoxX_Mist.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _CheckBoxX_Mist.TabIndex         = 2;
            _CheckBoxX_Mist.Text             = "Mist";
            //
            // CheckBoxX_ToxicHaze
            //
            //
            //
            //
            _CheckBoxX_ToxicHaze.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX_ToxicHaze.CheckBoxStyle    = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
            _CheckBoxX_ToxicHaze.FocusCuesEnabled = false;
            _CheckBoxX_ToxicHaze.Location         = new Point(6, 45);
            _CheckBoxX_ToxicHaze.Name             = "CheckBoxX_ToxicHaze";
            _CheckBoxX_ToxicHaze.Size             = new Size(106, 20);
            _CheckBoxX_ToxicHaze.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _CheckBoxX_ToxicHaze.TabIndex         = 1;
            _CheckBoxX_ToxicHaze.Text             = "Toxic Haze";
            //
            // CheckBoxX_Water
            //
            //
            //
            //
            _CheckBoxX_Water.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX_Water.CheckBoxStyle    = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
            _CheckBoxX_Water.FocusCuesEnabled = false;
            _CheckBoxX_Water.Location         = new Point(6, 19);
            _CheckBoxX_Water.Name             = "CheckBoxX_Water";
            _CheckBoxX_Water.Size             = new Size(106, 20);
            _CheckBoxX_Water.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _CheckBoxX_Water.TabIndex         = 0;
            _CheckBoxX_Water.Text             = "Water";
            //
            // GroupBox_Box
            //
            _GroupBox_Box.Controls.Add(_LabelX3);
            _GroupBox_Box.Controls.Add(_IntegerInput_Alpha);
            _GroupBox_Box.Controls.Add(_LabelX2);
            _GroupBox_Box.Controls.Add(_ComboBox_WaterType);
            _GroupBox_Box.Controls.Add(_LabelX1);
            _GroupBox_Box.Controls.Add(_Button_SetUpHeight);
            _GroupBox_Box.Controls.Add(_LabelX_Height);
            _GroupBox_Box.Controls.Add(_IntegerInput_Scale);
            _GroupBox_Box.Controls.Add(_Button_SetUpPos2);
            _GroupBox_Box.Controls.Add(_Button_SetUpPos1);
            _GroupBox_Box.Controls.Add(_LabelX_Pos2);
            _GroupBox_Box.Controls.Add(_LabelX_Pos1);
            _GroupBox_Box.Controls.Add(_LabelX59);
            _GroupBox_Box.Location = new Point(127, 3);
            _GroupBox_Box.Name     = "GroupBox_Box";
            _GroupBox_Box.Size     = new Size(258, 153);
            _GroupBox_Box.TabIndex = 105;
            _GroupBox_Box.TabStop  = false;
            _GroupBox_Box.Text     = "Box Settings";
            _GroupBox_Box.Visible  = false;
            //
            // LabelX3
            //
            //
            //
            //
            _LabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX3.Location = new Point(123, 121);
            _LabelX3.Name     = "LabelX3";
            _LabelX3.Size     = new Size(15, 23);
            _LabelX3.TabIndex = 116;
            _LabelX3.Text     = "%";
            //
            // IntegerInput_Alpha
            //
            //
            //
            //
            _IntegerInput_Alpha.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Alpha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Alpha.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_Alpha.Location = new Point(87, 123);
            _IntegerInput_Alpha.MaxValue = 100;
            _IntegerInput_Alpha.MinValue = 0;
            _IntegerInput_Alpha.Name     = "IntegerInput_Alpha";
            _IntegerInput_Alpha.Size     = new Size(30, 20);
            _IntegerInput_Alpha.TabIndex = 115;
            _IntegerInput_Alpha.Value    = 30;
            //
            // LabelX2
            //
            //
            //
            //
            _LabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX2.Location = new Point(6, 123);
            _LabelX2.Name     = "LabelX2";
            _LabelX2.Size     = new Size(75, 20);
            _LabelX2.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX2.TabIndex = 114;
            _LabelX2.Text     = "Transparence:";
            //
            // ComboBox_WaterType
            //
            _ComboBox_WaterType.DrawMode          = DrawMode.OwnerDrawFixed;
            _ComboBox_WaterType.DropDownStyle     = ComboBoxStyle.DropDownList;
            _ComboBox_WaterType.ForeColor         = Color.Black;
            _ComboBox_WaterType.FormattingEnabled = true;
            _ComboBox_WaterType.ItemHeight        = 15;
            _ComboBox_WaterType.Items.AddRange(new object[] { "Default Water", "Invisible Water", "JRB Water", "Green Water", "Lava Water" });
            _ComboBox_WaterType.Location = new Point(147, 97);
            _ComboBox_WaterType.Name     = "ComboBox_WaterType";
            _ComboBox_WaterType.Size     = new Size(105, 21);
            _ComboBox_WaterType.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ComboBox_WaterType.TabIndex = 111;
            //
            // LabelX1
            //
            //
            //
            //
            _LabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX1.Location = new Point(6, 97);
            _LabelX1.Name     = "LabelX1";
            _LabelX1.Size     = new Size(135, 20);
            _LabelX1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX1.TabIndex = 110;
            _LabelX1.Text     = "Water Type:";
            //
            // Button_SetUpHeight
            //
            _Button_SetUpHeight.AccessibleRole   = AccessibleRole.PushButton;
            _Button_SetUpHeight.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_SetUpHeight.FocusCuesEnabled = false;
            _Button_SetUpHeight.Location         = new Point(202, 70);
            _Button_SetUpHeight.Name             = "Button_SetUpHeight";
            _Button_SetUpHeight.Size             = new Size(50, 22);
            _Button_SetUpHeight.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_SetUpHeight.TabIndex         = 109;
            _Button_SetUpHeight.Text             = "Set up";
            //
            // LabelX_Height
            //
            //
            //
            //
            _LabelX_Height.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Height.Location = new Point(120, 71);
            _LabelX_Height.Name     = "LabelX_Height";
            _LabelX_Height.Size     = new Size(76, 20);
            _LabelX_Height.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Height.TabIndex = 108;
            _LabelX_Height.Text     = "Height: 0";
            //
            // IntegerInput_Scale
            //
            //
            //
            //
            _IntegerInput_Scale.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Scale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Scale.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_Scale.Location   = new Point(44, 71);
            _IntegerInput_Scale.MaxValue   = 8192;
            _IntegerInput_Scale.MinValue   = -8192;
            _IntegerInput_Scale.Name       = "IntegerInput_Scale";
            _IntegerInput_Scale.ShowUpDown = true;
            _IntegerInput_Scale.Size       = new Size(53, 20);
            _IntegerInput_Scale.TabIndex   = 103;
            //
            // Button_SetUpPos2
            //
            _Button_SetUpPos2.AccessibleRole   = AccessibleRole.PushButton;
            _Button_SetUpPos2.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_SetUpPos2.FocusCuesEnabled = false;
            _Button_SetUpPos2.Location         = new Point(202, 44);
            _Button_SetUpPos2.Name             = "Button_SetUpPos2";
            _Button_SetUpPos2.Size             = new Size(50, 22);
            _Button_SetUpPos2.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_SetUpPos2.TabIndex         = 102;
            _Button_SetUpPos2.Text             = "Set up";
            //
            // Button_SetUpPos1
            //
            _Button_SetUpPos1.AccessibleRole   = AccessibleRole.PushButton;
            _Button_SetUpPos1.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_SetUpPos1.FocusCuesEnabled = false;
            _Button_SetUpPos1.Location         = new Point(202, 18);
            _Button_SetUpPos1.Name             = "Button_SetUpPos1";
            _Button_SetUpPos1.Size             = new Size(50, 22);
            _Button_SetUpPos1.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_SetUpPos1.TabIndex         = 101;
            _Button_SetUpPos1.Text             = "Set up";
            //
            // LabelX_Pos2
            //
            //
            //
            //
            _LabelX_Pos2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Pos2.Location = new Point(6, 45);
            _LabelX_Pos2.Name     = "LabelX_Pos2";
            _LabelX_Pos2.Size     = new Size(190, 20);
            _LabelX_Pos2.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Pos2.TabIndex = 100;
            _LabelX_Pos2.Text     = "Edge 2: 0, 0";
            //
            // LabelX_Pos1
            //
            //
            //
            //
            _LabelX_Pos1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Pos1.Location = new Point(6, 19);
            _LabelX_Pos1.Name     = "LabelX_Pos1";
            _LabelX_Pos1.Size     = new Size(190, 20);
            _LabelX_Pos1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Pos1.TabIndex = 98;
            _LabelX_Pos1.Text     = "Edge 1: 0, 0";
            //
            // LabelX59
            //
            //
            //
            //
            _LabelX59.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX59.Location = new Point(6, 71);
            _LabelX59.Name     = "LabelX59";
            _LabelX59.Size     = new Size(32, 20);
            _LabelX59.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX59.TabIndex = 95;
            _LabelX59.Text     = "Scale:";
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_GroupBox_Type);
            _Panel1.Controls.Add(_GroupBox_Box);
            _Panel1.Controls.Add(_Button_Cancel);
            _Panel1.Controls.Add(_Button_Okay);
            _Panel1.Dock     = DockStyle.Fill;
            _Panel1.Location = new Point(0, 0);
            _Panel1.Name     = "Panel1";
            _Panel1.Size     = new Size(389, 159);
            _Panel1.TabIndex = 106;
            //
            // Form_AddSpecialItem
            //
            AutoScaleDimensions = new SizeF(6.0F, 13.0F);
            AutoScaleMode       = AutoScaleMode.Font;
            ClientSize          = new Size(389, 159);
            Controls.Add(_Panel1);
            FormBorderStyle    = FormBorderStyle.FixedToolWindow;
            Icon               = (Icon)resources.GetObject("$this.Icon");
            MaximizeBox        = false;
            MinimizeBox        = false;
            Name               = "Form_AddSpecialItem";
            ShowIcon           = false;
            StartPosition      = FormStartPosition.CenterScreen;
            Text               = "Add Special Item";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            _GroupBox_Type.ResumeLayout(false);
            _GroupBox_Box.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Alpha).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Scale).EndInit();
            _Panel1.ResumeLayout(false);
            ResumeLayout(false);
        }
예제 #10
0
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogSetUpPoint));

            _Button_Okay    = new DevComponents.DotNetBar.ButtonX();
            _IntegerInput_X = new DevComponents.Editors.IntegerInput();
            _LabelX_X       = new DevComponents.DotNetBar.LabelX();
            _LabelX_Y       = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_Y = new DevComponents.Editors.IntegerInput();
            _LabelX_Z       = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_Z = new DevComponents.Editors.IntegerInput();
            _Button_Cancle  = new DevComponents.DotNetBar.ButtonX();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_X).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Y).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Z).BeginInit();
            SuspendLayout();
            //
            // Button_Okay
            //
            _Button_Okay.AccessibleRole   = System.Windows.Forms.AccessibleRole.PushButton;
            _Button_Okay.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_Okay.DialogResult     = System.Windows.Forms.DialogResult.OK;
            _Button_Okay.FocusCuesEnabled = false;
            _Button_Okay.Location         = new System.Drawing.Point(12, 90);
            _Button_Okay.Name             = "Button_Okay";
            _Button_Okay.Size             = new System.Drawing.Size(56, 23);
            _Button_Okay.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_Okay.TabIndex         = 0;
            _Button_Okay.Text             = "Okay";
            //
            // IntegerInput_X
            //
            //
            //
            //
            _IntegerInput_X.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_X.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_X.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_X.Location   = new System.Drawing.Point(36, 12);
            _IntegerInput_X.MaxValue   = 32767;
            _IntegerInput_X.MinValue   = -32767;
            _IntegerInput_X.Name       = "IntegerInput_X";
            _IntegerInput_X.ShowUpDown = true;
            _IntegerInput_X.Size       = new System.Drawing.Size(100, 20);
            _IntegerInput_X.TabIndex   = 1;
            _IntegerInput_X.Visible    = false;
            //
            // LabelX_X
            //
            //
            //
            //
            _LabelX_X.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_X.Location = new System.Drawing.Point(12, 12);
            _LabelX_X.Name     = "LabelX_X";
            _LabelX_X.Size     = new System.Drawing.Size(18, 20);
            _LabelX_X.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_X.TabIndex = 91;
            _LabelX_X.Text     = "X:";
            _LabelX_X.Visible  = false;
            //
            // LabelX_Y
            //
            //
            //
            //
            _LabelX_Y.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Y.Location = new System.Drawing.Point(12, 38);
            _LabelX_Y.Name     = "LabelX_Y";
            _LabelX_Y.Size     = new System.Drawing.Size(18, 20);
            _LabelX_Y.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Y.TabIndex = 93;
            _LabelX_Y.Text     = "Y:";
            _LabelX_Y.Visible  = false;
            //
            // IntegerInput_Y
            //
            //
            //
            //
            _IntegerInput_Y.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Y.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Y.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_Y.Location   = new System.Drawing.Point(36, 38);
            _IntegerInput_Y.MaxValue   = 32767;
            _IntegerInput_Y.MinValue   = -32767;
            _IntegerInput_Y.Name       = "IntegerInput_Y";
            _IntegerInput_Y.ShowUpDown = true;
            _IntegerInput_Y.Size       = new System.Drawing.Size(100, 20);
            _IntegerInput_Y.TabIndex   = 92;
            _IntegerInput_Y.Visible    = false;
            //
            // LabelX_Z
            //
            //
            //
            //
            _LabelX_Z.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Z.Location = new System.Drawing.Point(12, 64);
            _LabelX_Z.Name     = "LabelX_Z";
            _LabelX_Z.Size     = new System.Drawing.Size(18, 20);
            _LabelX_Z.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Z.TabIndex = 95;
            _LabelX_Z.Text     = "Z:";
            _LabelX_Z.Visible  = false;
            //
            // IntegerInput_Z
            //
            //
            //
            //
            _IntegerInput_Z.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Z.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Z.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_Z.Location   = new System.Drawing.Point(36, 64);
            _IntegerInput_Z.MaxValue   = 32767;
            _IntegerInput_Z.MinValue   = -32767;
            _IntegerInput_Z.Name       = "IntegerInput_Z";
            _IntegerInput_Z.ShowUpDown = true;
            _IntegerInput_Z.Size       = new System.Drawing.Size(100, 20);
            _IntegerInput_Z.TabIndex   = 94;
            _IntegerInput_Z.Visible    = false;
            //
            // Button_Cancle
            //
            _Button_Cancle.AccessibleRole   = System.Windows.Forms.AccessibleRole.PushButton;
            _Button_Cancle.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_Cancle.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
            _Button_Cancle.FocusCuesEnabled = false;
            _Button_Cancle.Location         = new System.Drawing.Point(80, 90);
            _Button_Cancle.Name             = "Button_Cancle";
            _Button_Cancle.Size             = new System.Drawing.Size(56, 23);
            _Button_Cancle.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_Cancle.TabIndex         = 96;
            _Button_Cancle.Text             = "Cancel";
            //
            // DialogSetUpPoint
            //
            AcceptButton        = _Button_Okay;
            AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
            AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            CancelButton        = _Button_Cancle;
            ClientSize          = new System.Drawing.Size(148, 125);
            Controls.Add(_Button_Cancle);
            Controls.Add(_LabelX_Z);
            Controls.Add(_IntegerInput_Z);
            Controls.Add(_LabelX_Y);
            Controls.Add(_IntegerInput_Y);
            Controls.Add(_LabelX_X);
            Controls.Add(_IntegerInput_X);
            Controls.Add(_Button_Okay);
            FormBorderStyle    = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            Icon               = (System.Drawing.Icon)resources.GetObject("$this.Icon");
            MaximizeBox        = false;
            MinimizeBox        = false;
            Name               = "DialogSetUpPoint";
            ShowIcon           = false;
            StartPosition      = System.Windows.Forms.FormStartPosition.CenterParent;
            Text               = "Point";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_X).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Y).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Z).EndInit();
            ResumeLayout(false);
        }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SetUpPoint));

            _Button_Okay    = new DevComponents.DotNetBar.ButtonX();
            _IntegerInput_X = new DevComponents.Editors.IntegerInput();
            _LabelX_X       = new DevComponents.DotNetBar.LabelX();
            _LabelX_Y       = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_Y = new DevComponents.Editors.IntegerInput();
            _LabelX_Z       = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_Z = new DevComponents.Editors.IntegerInput();
            _Button_Cancel  = new DevComponents.DotNetBar.ButtonX();
            _Panel1         = new Panel();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_X).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Y).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Z).BeginInit();
            _Panel1.SuspendLayout();
            SuspendLayout();
            //
            // Button_Okay
            //
            _Button_Okay.AccessibleRole   = AccessibleRole.PushButton;
            _Button_Okay.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_Okay.DialogResult     = DialogResult.OK;
            _Button_Okay.FocusCuesEnabled = false;
            _Button_Okay.Location         = new Point(3, 81);
            _Button_Okay.Name             = "Button_Okay";
            _Button_Okay.Size             = new Size(56, 23);
            _Button_Okay.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_Okay.TabIndex         = 0;
            _Button_Okay.Text             = "Okay";
            //
            // IntegerInput_X
            //
            //
            //
            //
            _IntegerInput_X.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_X.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_X.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_X.Location   = new Point(27, 3);
            _IntegerInput_X.MaxValue   = 32767;
            _IntegerInput_X.MinValue   = -32767;
            _IntegerInput_X.Name       = "IntegerInput_X";
            _IntegerInput_X.ShowUpDown = true;
            _IntegerInput_X.Size       = new Size(100, 20);
            _IntegerInput_X.TabIndex   = 1;
            _IntegerInput_X.Visible    = false;
            //
            // LabelX_X
            //
            //
            //
            //
            _LabelX_X.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_X.Location = new Point(3, 3);
            _LabelX_X.Name     = "LabelX_X";
            _LabelX_X.Size     = new Size(18, 20);
            _LabelX_X.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_X.TabIndex = 91;
            _LabelX_X.Text     = "X:";
            _LabelX_X.Visible  = false;
            //
            // LabelX_Y
            //
            //
            //
            //
            _LabelX_Y.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Y.Location = new Point(3, 29);
            _LabelX_Y.Name     = "LabelX_Y";
            _LabelX_Y.Size     = new Size(18, 20);
            _LabelX_Y.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Y.TabIndex = 93;
            _LabelX_Y.Text     = "Y:";
            _LabelX_Y.Visible  = false;
            //
            // IntegerInput_Y
            //
            //
            //
            //
            _IntegerInput_Y.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Y.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Y.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_Y.Location   = new Point(27, 29);
            _IntegerInput_Y.MaxValue   = 32767;
            _IntegerInput_Y.MinValue   = -32767;
            _IntegerInput_Y.Name       = "IntegerInput_Y";
            _IntegerInput_Y.ShowUpDown = true;
            _IntegerInput_Y.Size       = new Size(100, 20);
            _IntegerInput_Y.TabIndex   = 92;
            _IntegerInput_Y.Visible    = false;
            //
            // LabelX_Z
            //
            //
            //
            //
            _LabelX_Z.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Z.Location = new Point(3, 55);
            _LabelX_Z.Name     = "LabelX_Z";
            _LabelX_Z.Size     = new Size(18, 20);
            _LabelX_Z.Style    = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            _LabelX_Z.TabIndex = 95;
            _LabelX_Z.Text     = "Z:";
            _LabelX_Z.Visible  = false;
            //
            // IntegerInput_Z
            //
            //
            //
            //
            _IntegerInput_Z.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Z.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Z.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput_Z.Location   = new Point(27, 55);
            _IntegerInput_Z.MaxValue   = 32767;
            _IntegerInput_Z.MinValue   = -32767;
            _IntegerInput_Z.Name       = "IntegerInput_Z";
            _IntegerInput_Z.ShowUpDown = true;
            _IntegerInput_Z.Size       = new Size(100, 20);
            _IntegerInput_Z.TabIndex   = 94;
            _IntegerInput_Z.Visible    = false;
            //
            // Button_Cancel
            //
            _Button_Cancel.AccessibleRole   = AccessibleRole.PushButton;
            _Button_Cancel.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_Cancel.DialogResult     = DialogResult.Cancel;
            _Button_Cancel.FocusCuesEnabled = false;
            _Button_Cancel.Location         = new Point(71, 81);
            _Button_Cancel.Name             = "Button_Cancel";
            _Button_Cancel.Size             = new Size(56, 23);
            _Button_Cancel.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _Button_Cancel.TabIndex         = 96;
            _Button_Cancel.Text             = "Cancel";
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_LabelX_X);
            _Panel1.Controls.Add(_Button_Cancel);
            _Panel1.Controls.Add(_Button_Okay);
            _Panel1.Controls.Add(_LabelX_Z);
            _Panel1.Controls.Add(_IntegerInput_X);
            _Panel1.Controls.Add(_IntegerInput_Z);
            _Panel1.Controls.Add(_IntegerInput_Y);
            _Panel1.Controls.Add(_LabelX_Y);
            _Panel1.Dock     = DockStyle.Fill;
            _Panel1.Location = new Point(0, 0);
            _Panel1.Name     = "Panel1";
            _Panel1.Size     = new Size(130, 107);
            _Panel1.TabIndex = 97;
            //
            // Form_SetUpPoint
            //
            AcceptButton        = _Button_Okay;
            AutoScaleDimensions = new SizeF(6.0F, 13.0F);
            AutoScaleMode       = AutoScaleMode.Font;
            CancelButton        = _Button_Cancel;
            ClientSize          = new Size(130, 107);
            Controls.Add(_Panel1);
            FormBorderStyle    = FormBorderStyle.FixedToolWindow;
            Icon               = (Icon)resources.GetObject("$this.Icon");
            MaximizeBox        = false;
            MinimizeBox        = false;
            Name               = "Form_SetUpPoint";
            ShowIcon           = false;
            StartPosition      = FormStartPosition.CenterParent;
            Text               = "Point";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_X).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Y).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Z).EndInit();
            _Panel1.ResumeLayout(false);
            ResumeLayout(false);
        }
예제 #12
0
        private DevComponents.AdvTree.Node AddNode(DevComponents.AdvTree.Node parentNode, string tag, string name, string description, InputTypes inputType, object value, bool selected, SetOptionValue setOptionValue)
        {
            DevComponents.DotNetBar.SuperTooltipInfo tooltip = new DevComponents.DotNetBar.SuperTooltipInfo(name, null, description, null, null, DevComponents.DotNetBar.eTooltipColor.Gray);

            DevComponents.DotNetBar.Controls.CheckBoxX checkBoxSelect = new DevComponents.DotNetBar.Controls.CheckBoxX()
            {
                Checked          = selected,
                Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled,
                BackColor        = Color.Transparent,
                CheckBoxPosition = DevComponents.DotNetBar.eCheckBoxPosition.Right
            };
            DevComponents.AdvTree.Node newNode = new DevComponents.AdvTree.Node()
            {
                HostedControl = checkBoxSelect,
                Name          = tag
            };
            DevComponents.AdvTree.Cell nameCell = new DevComponents.AdvTree.Cell()
            {
                Text = name
            };
            DevComponents.AdvTree.Cell valueCell = new DevComponents.AdvTree.Cell()
            {
                EditorType = DevComponents.AdvTree.eCellEditorType.Custom,
                Editable   = true
            };
            switch (inputType)
            {
            case InputTypes.Double:
                double?doubleValue = (double?)value;
                DevComponents.Editors.DoubleInput doubleInput = new DevComponents.Editors.DoubleInput()
                {
                    Value = doubleValue.HasValue ? doubleValue.Value : 0
                };
                valueCell.HostedControl   = doubleInput;
                doubleInput.ValueChanged += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, doubleInput, setOptionValue); };
                break;

            case InputTypes.Integer:
                int?intValue = (int?)value;
                DevComponents.Editors.IntegerInput integerInput = new DevComponents.Editors.IntegerInput()
                {
                    Value = intValue.HasValue ? intValue.Value : 0
                };
                valueCell.HostedControl    = integerInput;
                integerInput.ValueChanged += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, integerInput, setOptionValue); };
                break;

            case InputTypes.String:
                TextBox textBox = new TextBox()
                {
                    Text = (string)value
                };
                valueCell.HostedControl = textBox;
                textBox.TextChanged    += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, textBox, setOptionValue); };
                break;

            case InputTypes.Boolean:
                bool?boolValue = (bool?)value;

                DevComponents.DotNetBar.Controls.CheckBoxX checkBox = new DevComponents.DotNetBar.Controls.CheckBoxX()
                {
                    Checked   = boolValue.HasValue ? boolValue.Value : false,
                    Style     = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled,
                    BackColor = Color.Transparent,
                };
                checkBox.CheckedChanged += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, checkBox, setOptionValue); };
                valueCell.HostedControl  = checkBox;
                break;

            default:
                throw new NotImplementedException("InputType not handled yet: " + inputType.ToString());
            }
            newNode.Cells.Add(nameCell);
            newNode.Cells.Add(valueCell);

            nameCell.Enabled  = checkBoxSelect.Checked;
            valueCell.Enabled = checkBoxSelect.Checked;
            valueCell.HostedControl.Enabled = checkBoxSelect.Checked;

            superTooltip1.SetSuperTooltip(newNode, tooltip);
            superTooltip1.SetSuperTooltip(checkBoxSelect, tooltip);
            superTooltip1.SetSuperTooltip(valueCell.HostedControl, tooltip);

            checkBoxSelect.CheckedChanged += delegate
            {
                nameCell.Enabled  = checkBoxSelect.Checked;
                valueCell.Enabled = checkBoxSelect.Checked;
                valueCell.HostedControl.Enabled = checkBoxSelect.Checked;

                if (checkBoxSelect.Checked)
                {
                    valueCell.HostedControl.Focus();
                }
            };
            if (parentNode == null)
            {
                advTree1.Nodes.Add(newNode);
            }
            else
            {
                parentNode.Nodes.Add(newNode);
            }

            return(newNode);
        }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(StarPositionEditor));

            _Panel1          = new Panel();
            _LabelX5         = new DevComponents.DotNetBar.LabelX();
            _LabelX4         = new DevComponents.DotNetBar.LabelX();
            _LabelX3         = new DevComponents.DotNetBar.LabelX();
            _ButtonX1        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX1.Click += new EventHandler(ButtonX1_Click);
            _LabelX2         = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_z  = new DevComponents.Editors.IntegerInput();
            _IntegerInput_Y  = new DevComponents.Editors.IntegerInput();
            _IntegerInput_X  = new DevComponents.Editors.IntegerInput();
            _ComboBoxEx1     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBoxEx1.SelectedIndexChanged += new EventHandler(ComboBoxEx1_SelectedIndexChanged);
            _LabelX1 = new DevComponents.DotNetBar.LabelX();
            _Panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_z).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Y).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_X).BeginInit();
            SuspendLayout();
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_LabelX5);
            _Panel1.Controls.Add(_LabelX4);
            _Panel1.Controls.Add(_LabelX3);
            _Panel1.Controls.Add(_ButtonX1);
            _Panel1.Controls.Add(_LabelX2);
            _Panel1.Controls.Add(_IntegerInput_z);
            _Panel1.Controls.Add(_IntegerInput_Y);
            _Panel1.Controls.Add(_IntegerInput_X);
            _Panel1.Controls.Add(_ComboBoxEx1);
            _Panel1.Controls.Add(_LabelX1);
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.Name = "Panel1";
            //
            // LabelX5
            //
            //
            //
            //
            _LabelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX5, "LabelX5");
            _LabelX5.Name = "LabelX5";
            //
            // LabelX4
            //
            //
            //
            //
            _LabelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX4, "LabelX4");
            _LabelX4.Name = "LabelX4";
            //
            // LabelX3
            //
            //
            //
            //
            _LabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX3, "LabelX3");
            _LabelX3.Name = "LabelX3";
            //
            // ButtonX1
            //
            _ButtonX1.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX1.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX1.FocusCuesEnabled = false;
            _ButtonX1.Image            = My.Resources.MyIcons.icons8_save_16px;
            resources.ApplyResources(_ButtonX1, "ButtonX1");
            _ButtonX1.Name        = "ButtonX1";
            _ButtonX1.Style       = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX1.SymbolColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX1.SymbolSet   = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX1.SymbolSize  = 12.0F;
            //
            // LabelX2
            //
            //
            //
            //
            _LabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX2, "LabelX2");
            _LabelX2.Name = "LabelX2";
            //
            // IntegerInput_z
            //
            //
            //
            //
            _IntegerInput_z.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_z.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_z.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            resources.ApplyResources(_IntegerInput_z, "IntegerInput_z");
            _IntegerInput_z.MaxValue   = 32767;
            _IntegerInput_z.MinValue   = -32768;
            _IntegerInput_z.Name       = "IntegerInput_z";
            _IntegerInput_z.ShowUpDown = true;
            //
            // IntegerInput_Y
            //
            //
            //
            //
            _IntegerInput_Y.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_Y.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_Y.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            resources.ApplyResources(_IntegerInput_Y, "IntegerInput_Y");
            _IntegerInput_Y.MaxValue   = 32767;
            _IntegerInput_Y.MinValue   = -32768;
            _IntegerInput_Y.Name       = "IntegerInput_Y";
            _IntegerInput_Y.ShowUpDown = true;
            //
            // IntegerInput_X
            //
            //
            //
            //
            _IntegerInput_X.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_X.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_X.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            resources.ApplyResources(_IntegerInput_X, "IntegerInput_X");
            _IntegerInput_X.MaxValue   = 32767;
            _IntegerInput_X.MinValue   = -32768;
            _IntegerInput_X.Name       = "IntegerInput_X";
            _IntegerInput_X.ShowUpDown = true;
            //
            // ComboBoxEx1
            //
            _ComboBoxEx1.DisplayMember     = "Text";
            _ComboBoxEx1.DrawMode          = DrawMode.OwnerDrawFixed;
            _ComboBoxEx1.DropDownStyle     = ComboBoxStyle.DropDownList;
            _ComboBoxEx1.ForeColor         = Color.Black;
            _ComboBoxEx1.FormattingEnabled = true;
            resources.ApplyResources(_ComboBoxEx1, "ComboBoxEx1");
            _ComboBoxEx1.Name  = "ComboBoxEx1";
            _ComboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX1
            //
            //
            //
            //
            _LabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX1, "LabelX1");
            _LabelX1.Name = "LabelX1";
            //
            // StarPositionEditor
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(_Panel1);
            FormBorderStyle    = FormBorderStyle.FixedSingle;
            MaximizeBox        = false;
            Name               = "StarPositionEditor";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            _Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_z).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_Y).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_X).EndInit();
            ResumeLayout(false);
        }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(TrajectoryEditor));

            _ListViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
            _ListViewEx1.SelectedIndexChanged += new EventHandler(ListViewEx1_SelectedIndexChanged);
            _ColumnHeader1 = new ColumnHeader();
            _ColumnHeader2 = new ColumnHeader();
            _ColumnHeader3 = new ColumnHeader();
            _ColumnHeader4 = new ColumnHeader();
            _ComboBoxEx1   = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBoxEx1.SelectedIndexChanged += new EventHandler(ComboBoxEx1_SelectedIndexChanged);
            _IntegerInput1 = new DevComponents.Editors.IntegerInput();
            _IntegerInput1.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _IntegerInput2 = new DevComponents.Editors.IntegerInput();
            _IntegerInput2.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _IntegerInput3 = new DevComponents.Editors.IntegerInput();
            _IntegerInput3.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _LabelX2         = new DevComponents.DotNetBar.LabelX();
            _LabelX3         = new DevComponents.DotNetBar.LabelX();
            _ButtonX1        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX1.Click += new EventHandler(ButtonX1_Click);
            _ButtonX2        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX2.Click += new EventHandler(ButtonX2_Click);
            _ButtonX3        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX3.Click += new EventHandler(ButtonX3_Click);
            _ButtonX4        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX4.Click += new EventHandler(ButtonX4_Click);
            _LabelX4         = new DevComponents.DotNetBar.LabelX();
            _LabelX5         = new DevComponents.DotNetBar.LabelX();
            _LabelX6         = new DevComponents.DotNetBar.LabelX();
            _LabelX7         = new DevComponents.DotNetBar.LabelX();
            _ButtonX5        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX5.Click += new EventHandler(ButtonX5_Click);
            _ButtonX6        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX6.Click += new EventHandler(ButtonX6_Click);
            _ButtonX7        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX7.Click += new EventHandler(ButtonX7_Click);
            _ButtonX8        = new DevComponents.DotNetBar.ButtonX();
            _Panel1          = new Panel();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput3).BeginInit();
            _Panel1.SuspendLayout();
            SuspendLayout();
            //
            // ListViewEx1
            //
            resources.ApplyResources(_ListViewEx1, "ListViewEx1");
            _ListViewEx1.BackColor = Color.White;
            //
            //
            //
            _ListViewEx1.Border.Class      = "ListViewBorder";
            _ListViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx1.Columns.AddRange(new ColumnHeader[] { _ColumnHeader1, _ColumnHeader2, _ColumnHeader3, _ColumnHeader4 });
            _ListViewEx1.DisabledBackColor = Color.Empty;
            _ListViewEx1.FocusCuesEnabled  = false;
            _ListViewEx1.ForeColor         = Color.Black;
            _ListViewEx1.FullRowSelect     = true;
            _ListViewEx1.HeaderStyle       = ColumnHeaderStyle.Nonclickable;
            _ListViewEx1.HideSelection     = false;
            _ListViewEx1.MultiSelect       = false;
            _ListViewEx1.Name = "ListViewEx1";
            _ListViewEx1.UseCompatibleStateImageBehavior = false;
            _ListViewEx1.View = View.Details;
            //
            // ColumnHeader1
            //
            resources.ApplyResources(_ColumnHeader1, "ColumnHeader1");
            //
            // ColumnHeader2
            //
            resources.ApplyResources(_ColumnHeader2, "ColumnHeader2");
            //
            // ColumnHeader3
            //
            resources.ApplyResources(_ColumnHeader3, "ColumnHeader3");
            //
            // ColumnHeader4
            //
            resources.ApplyResources(_ColumnHeader4, "ColumnHeader4");
            //
            // ComboBoxEx1
            //
            resources.ApplyResources(_ComboBoxEx1, "ComboBoxEx1");
            _ComboBoxEx1.DisplayMember     = "Text";
            _ComboBoxEx1.DrawMode          = DrawMode.OwnerDrawFixed;
            _ComboBoxEx1.DropDownStyle     = ComboBoxStyle.DropDownList;
            _ComboBoxEx1.DropDownWidth     = 250;
            _ComboBoxEx1.ForeColor         = Color.Black;
            _ComboBoxEx1.FormattingEnabled = true;
            _ComboBoxEx1.Name  = "ComboBoxEx1";
            _ComboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // IntegerInput1
            //
            resources.ApplyResources(_IntegerInput1, "IntegerInput1");
            //
            //
            //
            _IntegerInput1.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput1.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput1.MaxValue   = 65535;
            _IntegerInput1.MinValue   = -65535;
            _IntegerInput1.Name       = "IntegerInput1";
            _IntegerInput1.ShowUpDown = true;
            //
            // IntegerInput2
            //
            resources.ApplyResources(_IntegerInput2, "IntegerInput2");
            //
            //
            //
            _IntegerInput2.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput2.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput2.MaxValue   = 65535;
            _IntegerInput2.MinValue   = -65535;
            _IntegerInput2.Name       = "IntegerInput2";
            _IntegerInput2.ShowUpDown = true;
            //
            // IntegerInput3
            //
            resources.ApplyResources(_IntegerInput3, "IntegerInput3");
            //
            //
            //
            _IntegerInput3.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput3.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput3.MaxValue   = 65535;
            _IntegerInput3.MinValue   = -65535;
            _IntegerInput3.Name       = "IntegerInput3";
            _IntegerInput3.ShowUpDown = true;
            //
            // LabelX2
            //
            resources.ApplyResources(_LabelX2, "LabelX2");
            _LabelX2.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX2.Name  = "LabelX2";
            _LabelX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX3
            //
            resources.ApplyResources(_LabelX3, "LabelX3");
            _LabelX3.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX3.Name  = "LabelX3";
            _LabelX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX1
            //
            _ButtonX1.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX1, "ButtonX1");
            _ButtonX1.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX1.FocusCuesEnabled = false;
            _ButtonX1.Image            = My.Resources.MyIcons.icons8_add_subnode_16px;
            _ButtonX1.Name             = "ButtonX1";
            _ButtonX1.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX1.SymbolColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX1.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX1.SymbolSize       = 12.0F;
            //
            // ButtonX2
            //
            _ButtonX2.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX2, "ButtonX2");
            _ButtonX2.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX2.FocusCuesEnabled = false;
            _ButtonX2.Image            = My.Resources.MyIcons.icons8_delete_subnode_16px;
            _ButtonX2.Name             = "ButtonX2";
            _ButtonX2.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX2.SymbolColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(150)), Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(0)));
            _ButtonX2.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX2.SymbolSize       = 12.0F;
            //
            // ButtonX3
            //
            _ButtonX3.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX3, "ButtonX3");
            _ButtonX3.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX3.FocusCuesEnabled = false;
            _ButtonX3.Image            = My.Resources.MyIcons.icons8_export_16px;
            _ButtonX3.Name             = "ButtonX3";
            _ButtonX3.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX4
            //
            _ButtonX4.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX4, "ButtonX4");
            _ButtonX4.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX4.FocusCuesEnabled = false;
            _ButtonX4.Image            = My.Resources.MyIcons.icons8_import_16px;
            _ButtonX4.Name             = "ButtonX4";
            _ButtonX4.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX4
            //
            resources.ApplyResources(_LabelX4, "LabelX4");
            _LabelX4.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX4.Name = "LabelX4";
            //
            // LabelX5
            //
            resources.ApplyResources(_LabelX5, "LabelX5");
            _LabelX5.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX5.Name = "LabelX5";
            //
            // LabelX6
            //
            resources.ApplyResources(_LabelX6, "LabelX6");
            _LabelX6.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX6.Name = "LabelX6";
            //
            // LabelX7
            //
            resources.ApplyResources(_LabelX7, "LabelX7");
            _LabelX7.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX7.Name = "LabelX7";
            //
            // ButtonX5
            //
            _ButtonX5.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX5, "ButtonX5");
            _ButtonX5.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX5.FocusCuesEnabled = false;
            _ButtonX5.Image            = My.Resources.MyIcons.icons8_save_16px;
            _ButtonX5.Name             = "ButtonX5";
            _ButtonX5.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX6
            //
            _ButtonX6.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX6, "ButtonX6");
            _ButtonX6.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX6.FocusCuesEnabled = false;
            _ButtonX6.Image            = My.Resources.MyIcons.icons8_move_node_up_16px;
            _ButtonX6.Name             = "ButtonX6";
            _ButtonX6.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX6.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX6.SymbolSize       = 12.0F;
            //
            // ButtonX7
            //
            _ButtonX7.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX7, "ButtonX7");
            _ButtonX7.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX7.FocusCuesEnabled = false;
            _ButtonX7.Image            = My.Resources.MyIcons.icons8_move_node_down_16px;
            _ButtonX7.Name             = "ButtonX7";
            _ButtonX7.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX7.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX7.SymbolSize       = 12.0F;
            //
            // ButtonX8
            //
            _ButtonX8.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX8, "ButtonX8");
            _ButtonX8.AutoExpandOnClick = true;
            _ButtonX8.ColorTable        = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX8.FocusCuesEnabled  = false;
            _ButtonX8.Image             = My.Resources.MyIcons.icons8_plus_math_16px;
            _ButtonX8.Name        = "ButtonX8";
            _ButtonX8.Style       = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX8.SymbolColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX8.SymbolSet   = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX8.SymbolSize  = 12.0F;
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_ButtonX8);
            _Panel1.Controls.Add(_ListViewEx1);
            _Panel1.Controls.Add(_ButtonX6);
            _Panel1.Controls.Add(_ComboBoxEx1);
            _Panel1.Controls.Add(_ButtonX7);
            _Panel1.Controls.Add(_LabelX4);
            _Panel1.Controls.Add(_ButtonX5);
            _Panel1.Controls.Add(_ButtonX3);
            _Panel1.Controls.Add(_LabelX7);
            _Panel1.Controls.Add(_ButtonX2);
            _Panel1.Controls.Add(_IntegerInput3);
            _Panel1.Controls.Add(_IntegerInput2);
            _Panel1.Controls.Add(_LabelX5);
            _Panel1.Controls.Add(_LabelX6);
            _Panel1.Controls.Add(_LabelX3);
            _Panel1.Controls.Add(_LabelX2);
            _Panel1.Controls.Add(_ButtonX4);
            _Panel1.Controls.Add(_ButtonX1);
            _Panel1.Controls.Add(_IntegerInput1);
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.Name = "Panel1";
            //
            // TrajectoryEditor
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(_Panel1);
            FormBorderStyle    = FormBorderStyle.FixedSingle;
            MaximizeBox        = false;
            Name               = "TrajectoryEditor";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_IntegerInput1).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput2).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput3).EndInit();
            _Panel1.ResumeLayout(false);
            ResumeLayout(false);
        }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.Tb_MaterialWCDHGQZ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_MaterialWCDHGQZ = new DevComponents.DotNetBar.LabelX();
     this.TabScaffloldMaterial = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.IntInput_Item3JDCJGMJKDS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item3JDCKYMJKDS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item3JDCKMJBJ = new DevComponents.Editors.IntegerInput();
     this.DbInput_Item3CS = new DevComponents.Editors.IntegerInput();
     this.DbInput_Item3XS = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3MJKD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3MJBJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3CD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3GD = new DevComponents.Editors.DoubleInput();
     this.labelX32 = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item3_ZDCJGMJKDS = new DevComponents.DotNetBar.LabelX();
     this.labelX30 = new DevComponents.DotNetBar.LabelX();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Item3JDCSZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem58 = new DevComponents.Editors.ComboItem();
     this.comboItem59 = new DevComponents.Editors.ComboItem();
     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.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.YLtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.TB_Item4ZZBZZ = new System.Windows.Forms.TextBox();
     this.Db_Item4FZXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4FYGDBHXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4FHZTXXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4JBFY = new DevComponents.Editors.DoubleInput();
     this.Db_Item4HZBZZ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4GSSDLZZ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4BJYXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4AQXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4SLGSSS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4LJZH = new DevComponents.Editors.DoubleInput();
     this.Db_Item4GSSZJ = new DevComponents.Editors.DoubleInput();
     this.labelX56 = new DevComponents.DotNetBar.LabelX();
     this.labelX55 = new DevComponents.DotNetBar.LabelX();
     this.labelX54 = new DevComponents.DotNetBar.LabelX();
     this.labelX53 = new DevComponents.DotNetBar.LabelX();
     this.labelX52 = new DevComponents.DotNetBar.LabelX();
     this.labelX51 = new DevComponents.DotNetBar.LabelX();
     this.labelX50 = new DevComponents.DotNetBar.LabelX();
     this.labelX49 = new DevComponents.DotNetBar.LabelX();
     this.labelX48 = new DevComponents.DotNetBar.LabelX();
     this.labelX47 = new DevComponents.DotNetBar.LabelX();
     this.labelX46 = new DevComponents.DotNetBar.LabelX();
     this.labelX45 = new DevComponents.DotNetBar.LabelX();
     this.Db_Item4KJQD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4KWQD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4JMDKJ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4JMGXJ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4XTLMJJ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4WDXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4HBZDJL = new DevComponents.Editors.DoubleInput();
     this.Db_Item4DLDDJL = new DevComponents.Editors.DoubleInput();
     this.labelX44 = new DevComponents.DotNetBar.LabelX();
     this.labelX43 = new DevComponents.DotNetBar.LabelX();
     this.labelX42 = new DevComponents.DotNetBar.LabelX();
     this.Db_Item4XTLFBHD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4PZZL = new DevComponents.Editors.DoubleInput();
     this.Db_Item4GD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4KD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4CD = new DevComponents.Editors.DoubleInput();
     this.labelX31 = new DevComponents.DotNetBar.LabelX();
     this.labelX33 = new DevComponents.DotNetBar.LabelX();
     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.labelX40 = new DevComponents.DotNetBar.LabelX();
     this.labelX41 = new DevComponents.DotNetBar.LabelX();
     this.YLtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.IntInput_MaterialJDCJGLGZJ = new DevComponents.Editors.IntegerInput();
     this.IntInput_MaterialJDCKYLGZJ = new DevComponents.Editors.IntegerInput();
     this.IntInput_MaterialJDCKYBJ = new DevComponents.Editors.IntegerInput();
     this.Tb_MaterialGGLX = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Cb_MaterialJDCSZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.DBIput_MaterialCLYLXS = new DevComponents.Editors.DoubleInput();
     this.DbInput_MaterialLQJL = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialGGLX = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialCLYLXS = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCJGLGZJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCKYLGZJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCKYBJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCSZ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialWCDHGJJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialLQJL = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialBJ = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialBJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialLGZJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialLGHJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_MaterialLGZJ = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialLGHJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialDSCD = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialDSCD = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialDSGD = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialDSGD = new DevComponents.DotNetBar.LabelX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.Cb_MaterialWCDHGJJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.YLtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.DbInput_Item2XS = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item2L0 = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item2L1 = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item2H1 = new DevComponents.Editors.DoubleInput();
     this.IntInput_Item2LDX = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item2CS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item2SPX = new DevComponents.Editors.IntegerInput();
     this.Cbx_Item2HJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.comboItem16 = new DevComponents.Editors.ComboItem();
     this.comboItem17 = new DevComponents.Editors.ComboItem();
     this.comboItem18 = new DevComponents.Editors.ComboItem();
     this.comboItem19 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2LGD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem50 = new DevComponents.Editors.ComboItem();
     this.comboItem51 = new DevComponents.Editors.ComboItem();
     this.comboItem52 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2LDX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem44 = new DevComponents.Editors.ComboItem();
     this.comboItem45 = new DevComponents.Editors.ComboItem();
     this.comboItem46 = new DevComponents.Editors.ComboItem();
     this.comboItem47 = new DevComponents.Editors.ComboItem();
     this.comboItem48 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2SPX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem38 = new DevComponents.Editors.ComboItem();
     this.comboItem39 = new DevComponents.Editors.ComboItem();
     this.comboItem40 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem32 = new DevComponents.Editors.ComboItem();
     this.comboItem33 = new DevComponents.Editors.ComboItem();
     this.comboItem34 = new DevComponents.Editors.ComboItem();
     this.comboItem35 = new DevComponents.Editors.ComboItem();
     this.comboItem36 = new DevComponents.Editors.ComboItem();
     this.comboItem37 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2WXG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem26 = new DevComponents.Editors.ComboItem();
     this.comboItem27 = new DevComponents.Editors.ComboItem();
     this.comboItem28 = new DevComponents.Editors.ComboItem();
     this.comboItem29 = new DevComponents.Editors.ComboItem();
     this.comboItem30 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2DKJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem54 = new DevComponents.Editors.ComboItem();
     this.comboItem55 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2WXGBZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem31 = new DevComponents.Editors.ComboItem();
     this.comboItem41 = new DevComponents.Editors.ComboItem();
     this.comboItem42 = new DevComponents.Editors.ComboItem();
     this.comboItem43 = new DevComponents.Editors.ComboItem();
     this.comboItem49 = new DevComponents.Editors.ComboItem();
     this.comboItem53 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2JHG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem24 = new DevComponents.Editors.ComboItem();
     this.comboItem25 = new DevComponents.Editors.ComboItem();
     this.comboItem56 = new DevComponents.Editors.ComboItem();
     this.comboItem57 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2LGG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem20 = new DevComponents.Editors.ComboItem();
     this.comboItem21 = new DevComponents.Editors.ComboItem();
     this.comboItem22 = new DevComponents.Editors.ComboItem();
     this.comboItem23 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2ZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     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.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item2BJ = new DevComponents.Editors.DoubleInput();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item2BS = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item2CD = new DevComponents.Editors.DoubleInput();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item2GD = new DevComponents.Editors.DoubleInput();
     this.YLtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.Btn_YLSubmit = new DevComponents.DotNetBar.ButtonX();
     this.BtnSubmit = new DevComponents.DotNetBar.ButtonX();
     this.LbScaffoldType = new DevComponents.DotNetBar.LabelX();
     this.CbxScaffoldType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem60 = new DevComponents.Editors.ComboItem();
     this.comboItem61 = new DevComponents.Editors.ComboItem();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldMaterial)).BeginInit();
     this.TabScaffloldMaterial.SuspendLayout();
     this.tabControlPanel3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCJGMJKDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKYMJKDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKMJBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3XS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJKD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3GD)).BeginInit();
     this.tabControlPanel4.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FZXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FYGDBHXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FHZTXXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JBFY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HZBZZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSDLZZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4BJYXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4AQXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4SLGSSS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4LJZH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KJQD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KWQD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMDKJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMGXJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLMJJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4WDXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HBZDJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4DLDDJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLFBHD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4PZZL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4CD)).BeginInit();
     this.tabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCJGLGZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYLGZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DBIput_MaterialCLYLXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLQJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGHJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSCD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSGD)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2XS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2H1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2LDX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2CS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2SPX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2CD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2GD)).BeginInit();
     this.panelEx2.SuspendLayout();
     this.panelEx3.SuspendLayout();
     this.SuspendLayout();
     //
     // Tb_MaterialWCDHGQZ
     //
     //
     //
     //
     this.Tb_MaterialWCDHGQZ.Border.Class = "TextBoxBorder";
     this.Tb_MaterialWCDHGQZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_MaterialWCDHGQZ.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Tb_MaterialWCDHGQZ.Location = new System.Drawing.Point(164, 327);
     this.Tb_MaterialWCDHGQZ.Name = "Tb_MaterialWCDHGQZ";
     this.Tb_MaterialWCDHGQZ.ReadOnly = true;
     this.Tb_MaterialWCDHGQZ.Size = new System.Drawing.Size(87, 21);
     this.Tb_MaterialWCDHGQZ.TabIndex = 55;
     this.Tb_MaterialWCDHGQZ.Text = "1";
     this.Tb_MaterialWCDHGQZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_MaterialWCDHGQZ
     //
     //
     //
     //
     this.Lb_MaterialWCDHGQZ.BackgroundStyle.Class = "";
     this.Lb_MaterialWCDHGQZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialWCDHGQZ.Location = new System.Drawing.Point(26, 327);
     this.Lb_MaterialWCDHGQZ.Name = "Lb_MaterialWCDHGQZ";
     this.Lb_MaterialWCDHGQZ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialWCDHGQZ.TabIndex = 52;
     this.Lb_MaterialWCDHGQZ.Text = "�����˼��ȡֵ";
     this.Lb_MaterialWCDHGQZ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // TabScaffloldMaterial
     //
     this.TabScaffloldMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(250)))));
     this.TabScaffloldMaterial.CanReorderTabs = true;
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel4);
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel1);
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel2);
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel3);
     this.TabScaffloldMaterial.Location = new System.Drawing.Point(0, 32);
     this.TabScaffloldMaterial.Name = "TabScaffloldMaterial";
     this.TabScaffloldMaterial.SelectedTabFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold);
     this.TabScaffloldMaterial.SelectedTabIndex = 0;
     this.TabScaffloldMaterial.Size = new System.Drawing.Size(636, 407);
     this.TabScaffloldMaterial.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.TabScaffloldMaterial.TabIndex = 45;
     this.TabScaffloldMaterial.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem1);
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem2);
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem3);
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem4);
     this.TabScaffloldMaterial.Text = "tabControl1";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.groupBox3);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.YLtabItem3;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox3.Controls.Add(this.IntInput_Item3JDCJGMJKDS);
     this.groupBox3.Controls.Add(this.IntInput_Item3JDCKYMJKDS);
     this.groupBox3.Controls.Add(this.IntInput_Item3JDCKMJBJ);
     this.groupBox3.Controls.Add(this.DbInput_Item3CS);
     this.groupBox3.Controls.Add(this.DbInput_Item3XS);
     this.groupBox3.Controls.Add(this.DbInput_Item3MJKD);
     this.groupBox3.Controls.Add(this.DbInput_Item3MJBJ);
     this.groupBox3.Controls.Add(this.DbInput_Item3CD);
     this.groupBox3.Controls.Add(this.DbInput_Item3GD);
     this.groupBox3.Controls.Add(this.labelX32);
     this.groupBox3.Controls.Add(this.Lb_Item3_ZDCJGMJKDS);
     this.groupBox3.Controls.Add(this.labelX30);
     this.groupBox3.Controls.Add(this.labelX29);
     this.groupBox3.Controls.Add(this.Cbx_Item3JDCSZ);
     this.groupBox3.Controls.Add(this.labelX28);
     this.groupBox3.Controls.Add(this.labelX27);
     this.groupBox3.Controls.Add(this.labelX26);
     this.groupBox3.Controls.Add(this.labelX25);
     this.groupBox3.Controls.Add(this.labelX24);
     this.groupBox3.Controls.Add(this.labelX23);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(1, 1);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(634, 380);
     this.groupBox3.TabIndex = 87;
     this.groupBox3.TabStop = false;
     //
     // IntInput_Item3JDCJGMJKDS
     //
     //
     //
     //
     this.IntInput_Item3JDCJGMJKDS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item3JDCJGMJKDS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item3JDCJGMJKDS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item3JDCJGMJKDS.Location = new System.Drawing.Point(478, 229);
     this.IntInput_Item3JDCJGMJKDS.MaxValue = 100;
     this.IntInput_Item3JDCJGMJKDS.MinValue = 0;
     this.IntInput_Item3JDCJGMJKDS.Name = "IntInput_Item3JDCJGMJKDS";
     this.IntInput_Item3JDCJGMJKDS.ShowUpDown = true;
     this.IntInput_Item3JDCJGMJKDS.Size = new System.Drawing.Size(87, 21);
     this.IntInput_Item3JDCJGMJKDS.TabIndex = 95;
     //
     // IntInput_Item3JDCKYMJKDS
     //
     //
     //
     //
     this.IntInput_Item3JDCKYMJKDS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item3JDCKYMJKDS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item3JDCKYMJKDS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item3JDCKYMJKDS.Location = new System.Drawing.Point(478, 179);
     this.IntInput_Item3JDCKYMJKDS.MaxValue = 7;
     this.IntInput_Item3JDCKYMJKDS.MinValue = 4;
     this.IntInput_Item3JDCKYMJKDS.Name = "IntInput_Item3JDCKYMJKDS";
     this.IntInput_Item3JDCKYMJKDS.ShowUpDown = true;
     this.IntInput_Item3JDCKYMJKDS.Size = new System.Drawing.Size(87, 21);
     this.IntInput_Item3JDCKYMJKDS.TabIndex = 94;
     this.IntInput_Item3JDCKYMJKDS.Value = 5;
     //
     // IntInput_Item3JDCKMJBJ
     //
     //
     //
     //
     this.IntInput_Item3JDCKMJBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item3JDCKMJBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item3JDCKMJBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item3JDCKMJBJ.Location = new System.Drawing.Point(478, 133);
     this.IntInput_Item3JDCKMJBJ.MaxValue = 10;
     this.IntInput_Item3JDCKMJBJ.MinValue = 0;
     this.IntInput_Item3JDCKMJBJ.Name = "IntInput_Item3JDCKMJBJ";
     this.IntInput_Item3JDCKMJBJ.ShowUpDown = true;
     this.IntInput_Item3JDCKMJBJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_Item3JDCKMJBJ.TabIndex = 93;
     this.IntInput_Item3JDCKMJBJ.Value = 3;
     //
     // DbInput_Item3CS
     //
     //
     //
     //
     this.DbInput_Item3CS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3CS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3CS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3CS.Location = new System.Drawing.Point(161, 282);
     this.DbInput_Item3CS.MinValue = 0;
     this.DbInput_Item3CS.Name = "DbInput_Item3CS";
     this.DbInput_Item3CS.ShowUpDown = true;
     this.DbInput_Item3CS.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3CS.TabIndex = 92;
     this.DbInput_Item3CS.Value = 2;
     //
     // DbInput_Item3XS
     //
     //
     //
     //
     this.DbInput_Item3XS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3XS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3XS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3XS.Increment = 0.1;
     this.DbInput_Item3XS.Location = new System.Drawing.Point(478, 281);
     this.DbInput_Item3XS.MaxValue = 100;
     this.DbInput_Item3XS.MinValue = 1;
     this.DbInput_Item3XS.Name = "DbInput_Item3XS";
     this.DbInput_Item3XS.ShowUpDown = true;
     this.DbInput_Item3XS.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3XS.TabIndex = 91;
     this.DbInput_Item3XS.Value = 1.1;
     //
     // DbInput_Item3MJKD
     //
     //
     //
     //
     this.DbInput_Item3MJKD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3MJKD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3MJKD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3MJKD.Increment = 0.1;
     this.DbInput_Item3MJKD.Location = new System.Drawing.Point(161, 229);
     this.DbInput_Item3MJKD.MaxValue = 5;
     this.DbInput_Item3MJKD.MinValue = 0;
     this.DbInput_Item3MJKD.Name = "DbInput_Item3MJKD";
     this.DbInput_Item3MJKD.ShowUpDown = true;
     this.DbInput_Item3MJKD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3MJKD.TabIndex = 87;
     this.DbInput_Item3MJKD.Value = 1.2;
     //
     // DbInput_Item3MJBJ
     //
     //
     //
     //
     this.DbInput_Item3MJBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3MJBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3MJBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3MJBJ.Increment = 0.1;
     this.DbInput_Item3MJBJ.Location = new System.Drawing.Point(161, 179);
     this.DbInput_Item3MJBJ.MaxValue = 5;
     this.DbInput_Item3MJBJ.MinValue = 0;
     this.DbInput_Item3MJBJ.Name = "DbInput_Item3MJBJ";
     this.DbInput_Item3MJBJ.ShowUpDown = true;
     this.DbInput_Item3MJBJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3MJBJ.TabIndex = 86;
     this.DbInput_Item3MJBJ.Value = 1.98;
     //
     // DbInput_Item3CD
     //
     //
     //
     //
     this.DbInput_Item3CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3CD.Increment = 0.1;
     this.DbInput_Item3CD.Location = new System.Drawing.Point(161, 133);
     this.DbInput_Item3CD.MaxValue = 10000;
     this.DbInput_Item3CD.MinValue = 0;
     this.DbInput_Item3CD.Name = "DbInput_Item3CD";
     this.DbInput_Item3CD.ShowUpDown = true;
     this.DbInput_Item3CD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3CD.TabIndex = 85;
     this.DbInput_Item3CD.Value = 100;
     //
     // DbInput_Item3GD
     //
     //
     //
     //
     this.DbInput_Item3GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3GD.Increment = 0.1;
     this.DbInput_Item3GD.Location = new System.Drawing.Point(161, 91);
     this.DbInput_Item3GD.MaxValue = 100;
     this.DbInput_Item3GD.MinValue = 0;
     this.DbInput_Item3GD.Name = "DbInput_Item3GD";
     this.DbInput_Item3GD.ShowUpDown = true;
     this.DbInput_Item3GD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3GD.TabIndex = 84;
     this.DbInput_Item3GD.Value = 24;
     //
     // labelX32
     //
     this.labelX32.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX32.BackgroundStyle.Class = "";
     this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX32.Location = new System.Drawing.Point(342, 282);
     this.labelX32.Name = "labelX32";
     this.labelX32.Size = new System.Drawing.Size(130, 20);
     this.labelX32.TabIndex = 83;
     this.labelX32.Text = "��������ϵ��";
     this.labelX32.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_Item3_ZDCJGMJKDS
     //
     this.Lb_Item3_ZDCJGMJKDS.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.Lb_Item3_ZDCJGMJKDS.BackgroundStyle.Class = "";
     this.Lb_Item3_ZDCJGMJKDS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3_ZDCJGMJKDS.Location = new System.Drawing.Point(342, 230);
     this.Lb_Item3_ZDCJGMJKDS.Name = "Lb_Item3_ZDCJGMJKDS";
     this.Lb_Item3_ZDCJGMJKDS.Size = new System.Drawing.Size(130, 20);
     this.Lb_Item3_ZDCJGMJKDS.TabIndex = 82;
     this.Lb_Item3_ZDCJGMJKDS.Text = "����ż���żܿ����";
     this.Lb_Item3_ZDCJGMJKDS.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX30
     //
     this.labelX30.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX30.BackgroundStyle.Class = "";
     this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX30.Location = new System.Drawing.Point(342, 179);
     this.labelX30.Name = "labelX30";
     this.labelX30.Size = new System.Drawing.Size(130, 20);
     this.labelX30.TabIndex = 81;
     this.labelX30.Text = "����ſ�Խ�żܿ����";
     this.labelX30.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX29
     //
     this.labelX29.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX29.BackgroundStyle.Class = "";
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.Location = new System.Drawing.Point(342, 133);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(130, 20);
     this.labelX29.TabIndex = 80;
     this.labelX29.Text = "����ſ��żܲ���";
     this.labelX29.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Item3JDCSZ
     //
     this.Cbx_Item3JDCSZ.DisplayMember = "Text";
     this.Cbx_Item3JDCSZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item3JDCSZ.FormattingEnabled = true;
     this.Cbx_Item3JDCSZ.ItemHeight = 15;
     this.Cbx_Item3JDCSZ.Items.AddRange(new object[] {
     this.comboItem58,
     this.comboItem59});
     this.Cbx_Item3JDCSZ.Location = new System.Drawing.Point(478, 91);
     this.Cbx_Item3JDCSZ.Name = "Cbx_Item3JDCSZ";
     this.Cbx_Item3JDCSZ.Size = new System.Drawing.Size(87, 21);
     this.Cbx_Item3JDCSZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item3JDCSZ.TabIndex = 79;
     this.Cbx_Item3JDCSZ.SelectedIndexChanged += new System.EventHandler(this.Cbx_Item3JDCSZ_SelectedIndexChanged);
     //
     // comboItem58
     //
     this.comboItem58.Text = "�������� ";
     //
     // comboItem59
     //
     this.comboItem59.Text = "����������";
     //
     // labelX28
     //
     this.labelX28.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX28.BackgroundStyle.Class = "";
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.Location = new System.Drawing.Point(342, 91);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(130, 20);
     this.labelX28.TabIndex = 74;
     this.labelX28.Text = "���������";
     this.labelX28.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX27
     //
     this.labelX27.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX27.BackgroundStyle.Class = "";
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Location = new System.Drawing.Point(25, 282);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(130, 20);
     this.labelX27.TabIndex = 73;
     this.labelX27.Text = "���ְ�������";
     this.labelX27.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX26
     //
     this.labelX26.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX26.BackgroundStyle.Class = "";
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Location = new System.Drawing.Point(25, 230);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(130, 20);
     this.labelX26.TabIndex = 72;
     this.labelX26.Text = "�żܿ��l(m)";
     this.labelX26.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX25
     //
     this.labelX25.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX25.BackgroundStyle.Class = "";
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Location = new System.Drawing.Point(25, 179);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(130, 20);
     this.labelX25.TabIndex = 71;
     this.labelX25.Text = "�żܲ���h(m)";
     this.labelX25.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX24
     //
     this.labelX24.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX24.BackgroundStyle.Class = "";
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Location = new System.Drawing.Point(25, 133);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(130, 20);
     this.labelX24.TabIndex = 70;
     this.labelX24.Text = "���ּܴ��賤��L1(m)";
     this.labelX24.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX23
     //
     this.labelX23.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX23.BackgroundStyle.Class = "";
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Location = new System.Drawing.Point(25, 91);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(130, 20);
     this.labelX23.TabIndex = 69;
     this.labelX23.Text = "���ּܴ���߶�H(m)";
     this.labelX23.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // YLtabItem3
     //
     this.YLtabItem3.AttachedControl = this.tabControlPanel3;
     this.YLtabItem3.Name = "YLtabItem3";
     this.YLtabItem3.Text = "��ʽ���ּ����ϼ���";
     this.YLtabItem3.Visible = false;
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.groupBox4);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.YLtabItem4;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox4.Controls.Add(this.TB_Item4ZZBZZ);
     this.groupBox4.Controls.Add(this.Db_Item4FZXS);
     this.groupBox4.Controls.Add(this.Db_Item4FYGDBHXS);
     this.groupBox4.Controls.Add(this.Db_Item4FHZTXXS);
     this.groupBox4.Controls.Add(this.Db_Item4JBFY);
     this.groupBox4.Controls.Add(this.Db_Item4HZBZZ);
     this.groupBox4.Controls.Add(this.Db_Item4GSSDLZZ);
     this.groupBox4.Controls.Add(this.Db_Item4BJYXS);
     this.groupBox4.Controls.Add(this.Db_Item4AQXS);
     this.groupBox4.Controls.Add(this.Db_Item4SLGSSS);
     this.groupBox4.Controls.Add(this.Db_Item4LJZH);
     this.groupBox4.Controls.Add(this.Db_Item4GSSZJ);
     this.groupBox4.Controls.Add(this.labelX56);
     this.groupBox4.Controls.Add(this.labelX55);
     this.groupBox4.Controls.Add(this.labelX54);
     this.groupBox4.Controls.Add(this.labelX53);
     this.groupBox4.Controls.Add(this.labelX52);
     this.groupBox4.Controls.Add(this.labelX51);
     this.groupBox4.Controls.Add(this.labelX50);
     this.groupBox4.Controls.Add(this.labelX49);
     this.groupBox4.Controls.Add(this.labelX48);
     this.groupBox4.Controls.Add(this.labelX47);
     this.groupBox4.Controls.Add(this.labelX46);
     this.groupBox4.Controls.Add(this.labelX45);
     this.groupBox4.Controls.Add(this.Db_Item4KJQD);
     this.groupBox4.Controls.Add(this.Db_Item4KWQD);
     this.groupBox4.Controls.Add(this.Db_Item4JMDKJ);
     this.groupBox4.Controls.Add(this.Db_Item4JMGXJ);
     this.groupBox4.Controls.Add(this.Db_Item4XTLMJJ);
     this.groupBox4.Controls.Add(this.Db_Item4WDXS);
     this.groupBox4.Controls.Add(this.Db_Item4HBZDJL);
     this.groupBox4.Controls.Add(this.Db_Item4DLDDJL);
     this.groupBox4.Controls.Add(this.labelX44);
     this.groupBox4.Controls.Add(this.labelX43);
     this.groupBox4.Controls.Add(this.labelX42);
     this.groupBox4.Controls.Add(this.Db_Item4XTLFBHD);
     this.groupBox4.Controls.Add(this.Db_Item4PZZL);
     this.groupBox4.Controls.Add(this.Db_Item4GD);
     this.groupBox4.Controls.Add(this.Db_Item4KD);
     this.groupBox4.Controls.Add(this.Db_Item4CD);
     this.groupBox4.Controls.Add(this.labelX31);
     this.groupBox4.Controls.Add(this.labelX33);
     this.groupBox4.Controls.Add(this.labelX34);
     this.groupBox4.Controls.Add(this.labelX35);
     this.groupBox4.Controls.Add(this.labelX36);
     this.groupBox4.Controls.Add(this.labelX37);
     this.groupBox4.Controls.Add(this.labelX38);
     this.groupBox4.Controls.Add(this.labelX39);
     this.groupBox4.Controls.Add(this.labelX40);
     this.groupBox4.Controls.Add(this.labelX41);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(1, 1);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(634, 380);
     this.groupBox4.TabIndex = 88;
     this.groupBox4.TabStop = false;
     //
     // TB_Item4ZZBZZ
     //
     this.TB_Item4ZZBZZ.AcceptsReturn = true;
     this.TB_Item4ZZBZZ.BackColor = System.Drawing.SystemColors.Window;
     this.TB_Item4ZZBZZ.Location = new System.Drawing.Point(544, 181);
     this.TB_Item4ZZBZZ.Name = "TB_Item4ZZBZZ";
     this.TB_Item4ZZBZZ.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.TB_Item4ZZBZZ.Size = new System.Drawing.Size(87, 21);
     this.TB_Item4ZZBZZ.TabIndex = 131;
     this.TB_Item4ZZBZZ.Text = "0.205";
     this.TB_Item4ZZBZZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.TB_Item4ZZBZZ.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TB_Item4ZZBZZ_KeyPress);
     //
     // Db_Item4FZXS
     //
     //
     //
     //
     this.Db_Item4FZXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4FZXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4FZXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4FZXS.Increment = 0.1;
     this.Db_Item4FZXS.Location = new System.Drawing.Point(544, 308);
     this.Db_Item4FZXS.MinValue = 0;
     this.Db_Item4FZXS.Name = "Db_Item4FZXS";
     this.Db_Item4FZXS.ShowUpDown = true;
     this.Db_Item4FZXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4FZXS.TabIndex = 130;
     this.Db_Item4FZXS.Value = 1;
     //
     // Db_Item4FYGDBHXS
     //
     //
     //
     //
     this.Db_Item4FYGDBHXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4FYGDBHXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4FYGDBHXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4FYGDBHXS.Increment = 0.01;
     this.Db_Item4FYGDBHXS.Location = new System.Drawing.Point(544, 282);
     this.Db_Item4FYGDBHXS.MinValue = 0;
     this.Db_Item4FYGDBHXS.Name = "Db_Item4FYGDBHXS";
     this.Db_Item4FYGDBHXS.ShowUpDown = true;
     this.Db_Item4FYGDBHXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4FYGDBHXS.TabIndex = 129;
     this.Db_Item4FYGDBHXS.Value = 1.35;
     //
     // Db_Item4FHZTXXS
     //
     //
     //
     //
     this.Db_Item4FHZTXXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4FHZTXXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4FHZTXXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4FHZTXXS.Increment = 0.1;
     this.Db_Item4FHZTXXS.Location = new System.Drawing.Point(544, 257);
     this.Db_Item4FHZTXXS.MinValue = 0;
     this.Db_Item4FHZTXXS.Name = "Db_Item4FHZTXXS";
     this.Db_Item4FHZTXXS.ShowUpDown = true;
     this.Db_Item4FHZTXXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4FHZTXXS.TabIndex = 128;
     this.Db_Item4FHZTXXS.Value = 0.8;
     //
     // Db_Item4JBFY
     //
     //
     //
     //
     this.Db_Item4JBFY.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4JBFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4JBFY.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4JBFY.Increment = 0.1;
     this.Db_Item4JBFY.Location = new System.Drawing.Point(544, 230);
     this.Db_Item4JBFY.MinValue = 0;
     this.Db_Item4JBFY.Name = "Db_Item4JBFY";
     this.Db_Item4JBFY.ShowUpDown = true;
     this.Db_Item4JBFY.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4JBFY.TabIndex = 127;
     this.Db_Item4JBFY.Value = 0.3;
     //
     // Db_Item4HZBZZ
     //
     //
     //
     //
     this.Db_Item4HZBZZ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4HZBZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4HZBZZ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4HZBZZ.Increment = 0.1;
     this.Db_Item4HZBZZ.Location = new System.Drawing.Point(544, 203);
     this.Db_Item4HZBZZ.MinValue = 0;
     this.Db_Item4HZBZZ.Name = "Db_Item4HZBZZ";
     this.Db_Item4HZBZZ.ShowUpDown = true;
     this.Db_Item4HZBZZ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4HZBZZ.TabIndex = 126;
     this.Db_Item4HZBZZ.Value = 1;
     //
     // Db_Item4GSSDLZZ
     //
     //
     //
     //
     this.Db_Item4GSSDLZZ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4GSSDLZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4GSSDLZZ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4GSSDLZZ.Increment = 0.1;
     this.Db_Item4GSSDLZZ.Location = new System.Drawing.Point(544, 153);
     this.Db_Item4GSSDLZZ.MinValue = 0;
     this.Db_Item4GSSDLZZ.Name = "Db_Item4GSSDLZZ";
     this.Db_Item4GSSDLZZ.ShowUpDown = true;
     this.Db_Item4GSSDLZZ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4GSSDLZZ.TabIndex = 124;
     this.Db_Item4GSSDLZZ.Value = 6;
     //
     // Db_Item4BJYXS
     //
     //
     //
     //
     this.Db_Item4BJYXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4BJYXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4BJYXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4BJYXS.Increment = 0.01;
     this.Db_Item4BJYXS.Location = new System.Drawing.Point(544, 124);
     this.Db_Item4BJYXS.MinValue = 0;
     this.Db_Item4BJYXS.Name = "Db_Item4BJYXS";
     this.Db_Item4BJYXS.ShowUpDown = true;
     this.Db_Item4BJYXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4BJYXS.TabIndex = 123;
     this.Db_Item4BJYXS.Value = 0.85;
     //
     // Db_Item4AQXS
     //
     //
     //
     //
     this.Db_Item4AQXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4AQXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4AQXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4AQXS.Increment = 0.1;
     this.Db_Item4AQXS.Location = new System.Drawing.Point(544, 98);
     this.Db_Item4AQXS.MinValue = 0;
     this.Db_Item4AQXS.Name = "Db_Item4AQXS";
     this.Db_Item4AQXS.ShowUpDown = true;
     this.Db_Item4AQXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4AQXS.TabIndex = 122;
     this.Db_Item4AQXS.Value = 7;
     //
     // Db_Item4SLGSSS
     //
     //
     //
     //
     this.Db_Item4SLGSSS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4SLGSSS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4SLGSSS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4SLGSSS.Increment = 0.1;
     this.Db_Item4SLGSSS.Location = new System.Drawing.Point(544, 73);
     this.Db_Item4SLGSSS.MinValue = 0;
     this.Db_Item4SLGSSS.Name = "Db_Item4SLGSSS";
     this.Db_Item4SLGSSS.ShowUpDown = true;
     this.Db_Item4SLGSSS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4SLGSSS.TabIndex = 121;
     this.Db_Item4SLGSSS.Value = 2;
     //
     // Db_Item4LJZH
     //
     //
     //
     //
     this.Db_Item4LJZH.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4LJZH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4LJZH.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4LJZH.Increment = 0.1;
     this.Db_Item4LJZH.Location = new System.Drawing.Point(544, 46);
     this.Db_Item4LJZH.MinValue = 0;
     this.Db_Item4LJZH.Name = "Db_Item4LJZH";
     this.Db_Item4LJZH.ShowUpDown = true;
     this.Db_Item4LJZH.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4LJZH.TabIndex = 120;
     this.Db_Item4LJZH.Value = 269.4;
     //
     // Db_Item4GSSZJ
     //
     //
     //
     //
     this.Db_Item4GSSZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4GSSZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4GSSZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4GSSZJ.Increment = 0.1;
     this.Db_Item4GSSZJ.Location = new System.Drawing.Point(544, 20);
     this.Db_Item4GSSZJ.MinValue = 0;
     this.Db_Item4GSSZJ.Name = "Db_Item4GSSZJ";
     this.Db_Item4GSSZJ.ShowUpDown = true;
     this.Db_Item4GSSZJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4GSSZJ.TabIndex = 119;
     this.Db_Item4GSSZJ.Value = 19.5;
     //
     // labelX56
     //
     this.labelX56.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX56.BackgroundStyle.Class = "";
     this.labelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX56.Location = new System.Drawing.Point(342, 308);
     this.labelX56.Name = "labelX56";
     this.labelX56.Size = new System.Drawing.Size(196, 20);
     this.labelX56.TabIndex = 118;
     this.labelX56.Text = "����ϵ��";
     this.labelX56.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX55
     //
     this.labelX55.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX55.BackgroundStyle.Class = "";
     this.labelX55.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX55.Location = new System.Drawing.Point(342, 282);
     this.labelX55.Name = "labelX55";
     this.labelX55.Size = new System.Drawing.Size(196, 20);
     this.labelX55.TabIndex = 117;
     this.labelX55.Text = "��ѹ�߶ȱ仯ϵ��";
     this.labelX55.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX54
     //
     this.labelX54.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX54.BackgroundStyle.Class = "";
     this.labelX54.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX54.Location = new System.Drawing.Point(342, 256);
     this.labelX54.Name = "labelX54";
     this.labelX54.Size = new System.Drawing.Size(196, 20);
     this.labelX54.TabIndex = 116;
     this.labelX54.Text = "���������ϵ��";
     this.labelX54.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX53
     //
     this.labelX53.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX53.BackgroundStyle.Class = "";
     this.labelX53.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX53.Location = new System.Drawing.Point(342, 230);
     this.labelX53.Name = "labelX53";
     this.labelX53.Size = new System.Drawing.Size(196, 20);
     this.labelX53.TabIndex = 115;
     this.labelX53.Text = "������ѹ��0��KN/m2��";
     this.labelX53.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX52
     //
     this.labelX52.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX52.BackgroundStyle.Class = "";
     this.labelX52.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX52.Location = new System.Drawing.Point(342, 203);
     this.labelX52.Name = "labelX52";
     this.labelX52.Size = new System.Drawing.Size(196, 20);
     this.labelX52.TabIndex = 114;
     this.labelX52.Text = "ʩ������ر�׼ֵqk��KN/m2��";
     this.labelX52.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX51
     //
     this.labelX51.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX51.BackgroundStyle.Class = "";
     this.labelX51.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX51.Location = new System.Drawing.Point(342, 179);
     this.labelX51.Name = "labelX51";
     this.labelX51.Size = new System.Drawing.Size(196, 20);
     this.labelX51.TabIndex = 113;
     this.labelX51.Text = "���������ر�׼ֵgk��kN/m��";
     this.labelX51.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX50
     //
     this.labelX50.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX50.BackgroundStyle.Class = "";
     this.labelX50.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX50.Location = new System.Drawing.Point(342, 153);
     this.labelX50.Name = "labelX50";
     this.labelX50.Size = new System.Drawing.Size(196, 20);
     this.labelX50.TabIndex = 112;
     this.labelX50.Text = "��˿�����������ر�׼ֵGk��kN��";
     this.labelX50.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX49
     //
     this.labelX49.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX49.BackgroundStyle.Class = "";
     this.labelX49.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX49.Location = new System.Drawing.Point(342, 124);
     this.labelX49.Name = "labelX49";
     this.labelX49.Size = new System.Drawing.Size(196, 20);
     this.labelX49.TabIndex = 111;
     this.labelX49.Text = "������ϵ����";
     this.labelX49.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX48
     //
     this.labelX48.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX48.BackgroundStyle.Class = "";
     this.labelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX48.Location = new System.Drawing.Point(342, 98);
     this.labelX48.Name = "labelX48";
     this.labelX48.Size = new System.Drawing.Size(196, 20);
     this.labelX48.TabIndex = 110;
     this.labelX48.Text = "��ȫϵ��K";
     this.labelX48.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX47
     //
     this.labelX47.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX47.BackgroundStyle.Class = "";
     this.labelX47.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX47.Location = new System.Drawing.Point(342, 72);
     this.labelX47.Name = "labelX47";
     this.labelX47.Size = new System.Drawing.Size(196, 20);
     this.labelX47.TabIndex = 109;
     this.labelX47.Text = "ÿ鯼���������˿����n";
     this.labelX47.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX46
     //
     this.labelX46.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX46.BackgroundStyle.Class = "";
     this.labelX46.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX46.Location = new System.Drawing.Point(342, 46);
     this.labelX46.Name = "labelX46";
     this.labelX46.Size = new System.Drawing.Size(196, 20);
     this.labelX46.TabIndex = 108;
     this.labelX46.Text = "��˿�ƶ������ܺͣ�kN��";
     this.labelX46.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX45
     //
     this.labelX45.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX45.BackgroundStyle.Class = "";
     this.labelX45.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX45.Location = new System.Drawing.Point(342, 20);
     this.labelX45.Name = "labelX45";
     this.labelX45.Size = new System.Drawing.Size(196, 20);
     this.labelX45.TabIndex = 107;
     this.labelX45.Text = "��˿��ֱ����mm��";
     this.labelX45.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Db_Item4KJQD
     //
     //
     //
     //
     this.Db_Item4KJQD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4KJQD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4KJQD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4KJQD.Increment = 0.1;
     this.Db_Item4KJQD.Location = new System.Drawing.Point(239, 334);
     this.Db_Item4KJQD.MinValue = 0;
     this.Db_Item4KJQD.Name = "Db_Item4KJQD";
     this.Db_Item4KJQD.ShowUpDown = true;
     this.Db_Item4KJQD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4KJQD.TabIndex = 106;
     this.Db_Item4KJQD.Value = 125;
     //
     // Db_Item4KWQD
     //
     //
     //
     //
     this.Db_Item4KWQD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4KWQD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4KWQD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4KWQD.Increment = 0.1;
     this.Db_Item4KWQD.Location = new System.Drawing.Point(239, 308);
     this.Db_Item4KWQD.MinValue = 0;
     this.Db_Item4KWQD.Name = "Db_Item4KWQD";
     this.Db_Item4KWQD.ShowUpDown = true;
     this.Db_Item4KWQD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4KWQD.TabIndex = 105;
     this.Db_Item4KWQD.Value = 205;
     //
     // Db_Item4JMDKJ
     //
     //
     //
     //
     this.Db_Item4JMDKJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4JMDKJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4JMDKJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4JMDKJ.Increment = 0.1;
     this.Db_Item4JMDKJ.Location = new System.Drawing.Point(239, 203);
     this.Db_Item4JMDKJ.MinValue = 0;
     this.Db_Item4JMDKJ.Name = "Db_Item4JMDKJ";
     this.Db_Item4JMDKJ.ShowUpDown = true;
     this.Db_Item4JMDKJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4JMDKJ.TabIndex = 104;
     this.Db_Item4JMDKJ.Value = 141;
     //
     // Db_Item4JMGXJ
     //
     //
     //
     //
     this.Db_Item4JMGXJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4JMGXJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4JMGXJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4JMGXJ.Increment = 0.1;
     this.Db_Item4JMGXJ.Location = new System.Drawing.Point(239, 177);
     this.Db_Item4JMGXJ.MinValue = 0;
     this.Db_Item4JMGXJ.Name = "Db_Item4JMGXJ";
     this.Db_Item4JMGXJ.ShowUpDown = true;
     this.Db_Item4JMGXJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4JMGXJ.TabIndex = 103;
     this.Db_Item4JMGXJ.Value = 1130;
     //
     // Db_Item4XTLMJJ
     //
     //
     //
     //
     this.Db_Item4XTLMJJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4XTLMJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4XTLMJJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4XTLMJJ.Increment = 0.1;
     this.Db_Item4XTLMJJ.Location = new System.Drawing.Point(239, 151);
     this.Db_Item4XTLMJJ.MinValue = 0;
     this.Db_Item4XTLMJJ.Name = "Db_Item4XTLMJJ";
     this.Db_Item4XTLMJJ.ShowUpDown = true;
     this.Db_Item4XTLMJJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4XTLMJJ.TabIndex = 102;
     this.Db_Item4XTLMJJ.Value = 50;
     //
     // Db_Item4WDXS
     //
     //
     //
     //
     this.Db_Item4WDXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4WDXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4WDXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4WDXS.Increment = 0.1;
     this.Db_Item4WDXS.Location = new System.Drawing.Point(239, 282);
     this.Db_Item4WDXS.MinValue = 0;
     this.Db_Item4WDXS.Name = "Db_Item4WDXS";
     this.Db_Item4WDXS.ShowUpDown = true;
     this.Db_Item4WDXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4WDXS.TabIndex = 101;
     this.Db_Item4WDXS.Value = 2;
     //
     // Db_Item4HBZDJL
     //
     //
     //
     //
     this.Db_Item4HBZDJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4HBZDJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4HBZDJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4HBZDJL.Increment = 0.1;
     this.Db_Item4HBZDJL.Location = new System.Drawing.Point(239, 257);
     this.Db_Item4HBZDJL.MinValue = 0;
     this.Db_Item4HBZDJL.Name = "Db_Item4HBZDJL";
     this.Db_Item4HBZDJL.ShowUpDown = true;
     this.Db_Item4HBZDJL.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4HBZDJL.TabIndex = 100;
     this.Db_Item4HBZDJL.Value = 4;
     //
     // Db_Item4DLDDJL
     //
     //
     //
     //
     this.Db_Item4DLDDJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4DLDDJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4DLDDJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4DLDDJL.Increment = 0.1;
     this.Db_Item4DLDDJL.Location = new System.Drawing.Point(239, 230);
     this.Db_Item4DLDDJL.MinValue = 0;
     this.Db_Item4DLDDJL.Name = "Db_Item4DLDDJL";
     this.Db_Item4DLDDJL.ShowUpDown = true;
     this.Db_Item4DLDDJL.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4DLDDJL.TabIndex = 99;
     this.Db_Item4DLDDJL.Value = 1.2;
     //
     // labelX44
     //
     this.labelX44.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX44.BackgroundStyle.Class = "";
     this.labelX44.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX44.Location = new System.Drawing.Point(6, 334);
     this.labelX44.Name = "labelX44";
     this.labelX44.Size = new System.Drawing.Size(227, 20);
     this.labelX44.TabIndex = 98;
     this.labelX44.Text = " ����������ǿ�����ֵf��N/mm2��";
     this.labelX44.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX43
     //
     this.labelX43.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX43.BackgroundStyle.Class = "";
     this.labelX43.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX43.Location = new System.Drawing.Point(6, 308);
     this.labelX43.Name = "labelX43";
     this.labelX43.Size = new System.Drawing.Size(227, 20);
     this.labelX43.TabIndex = 97;
     this.labelX43.Text = "����������ǿ�����ֵf��N/mm2��";
     this.labelX43.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX42
     //
     this.labelX42.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX42.BackgroundStyle.Class = "";
     this.labelX42.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX42.Location = new System.Drawing.Point(6, 282);
     this.labelX42.Name = "labelX42";
     this.labelX42.Size = new System.Drawing.Size(227, 20);
     this.labelX42.TabIndex = 96;
     this.labelX42.Text = "�����������ȶ�ϵ��";
     this.labelX42.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Db_Item4XTLFBHD
     //
     //
     //
     //
     this.Db_Item4XTLFBHD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4XTLFBHD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4XTLFBHD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4XTLFBHD.Increment = 0.01;
     this.Db_Item4XTLFBHD.Location = new System.Drawing.Point(239, 124);
     this.Db_Item4XTLFBHD.MinValue = 0;
     this.Db_Item4XTLFBHD.Name = "Db_Item4XTLFBHD";
     this.Db_Item4XTLFBHD.ShowUpDown = true;
     this.Db_Item4XTLFBHD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4XTLFBHD.TabIndex = 91;
     this.Db_Item4XTLFBHD.Value = 0.99;
     //
     // Db_Item4PZZL
     //
     //
     //
     //
     this.Db_Item4PZZL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4PZZL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4PZZL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4PZZL.Increment = 0.1;
     this.Db_Item4PZZL.Location = new System.Drawing.Point(239, 98);
     this.Db_Item4PZZL.MinValue = 0;
     this.Db_Item4PZZL.Name = "Db_Item4PZZL";
     this.Db_Item4PZZL.ShowUpDown = true;
     this.Db_Item4PZZL.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4PZZL.TabIndex = 87;
     this.Db_Item4PZZL.Value = 3000;
     //
     // Db_Item4GD
     //
     //
     //
     //
     this.Db_Item4GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4GD.Increment = 0.1;
     this.Db_Item4GD.Location = new System.Drawing.Point(239, 72);
     this.Db_Item4GD.MinValue = 0;
     this.Db_Item4GD.Name = "Db_Item4GD";
     this.Db_Item4GD.ShowUpDown = true;
     this.Db_Item4GD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4GD.TabIndex = 86;
     this.Db_Item4GD.Value = 1.2;
     //
     // Db_Item4KD
     //
     //
     //
     //
     this.Db_Item4KD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4KD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4KD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4KD.Increment = 0.1;
     this.Db_Item4KD.Location = new System.Drawing.Point(239, 46);
     this.Db_Item4KD.MinValue = 0;
     this.Db_Item4KD.Name = "Db_Item4KD";
     this.Db_Item4KD.ShowUpDown = true;
     this.Db_Item4KD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4KD.TabIndex = 85;
     this.Db_Item4KD.Value = 0.7;
     //
     // Db_Item4CD
     //
     //
     //
     //
     this.Db_Item4CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4CD.Increment = 0.1;
     this.Db_Item4CD.Location = new System.Drawing.Point(239, 20);
     this.Db_Item4CD.MinValue = 0;
     this.Db_Item4CD.Name = "Db_Item4CD";
     this.Db_Item4CD.ShowUpDown = true;
     this.Db_Item4CD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4CD.TabIndex = 84;
     this.Db_Item4CD.Value = 2.4;
     //
     // labelX31
     //
     this.labelX31.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX31.BackgroundStyle.Class = "";
     this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX31.Location = new System.Drawing.Point(6, 256);
     this.labelX31.Name = "labelX31";
     this.labelX31.Size = new System.Drawing.Size(227, 20);
     this.labelX31.TabIndex = 83;
     this.labelX31.Text = "������ǰ��֧������֧�����L2��m��";
     this.labelX31.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX33
     //
     this.labelX33.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX33.BackgroundStyle.Class = "";
     this.labelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX33.Location = new System.Drawing.Point(6, 230);
     this.labelX33.Name = "labelX33";
     this.labelX33.Size = new System.Drawing.Size(227, 20);
     this.labelX33.TabIndex = 82;
     this.labelX33.Text = "������ǰ��֧���������������L1��m��";
     this.labelX33.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX34
     //
     this.labelX34.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX34.BackgroundStyle.Class = "";
     this.labelX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX34.Location = new System.Drawing.Point(6, 203);
     this.labelX34.Name = "labelX34";
     this.labelX34.Size = new System.Drawing.Size(227, 20);
     this.labelX34.TabIndex = 81;
     this.labelX34.Text = "����������ֿ���W��cm3��";
     this.labelX34.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX35
     //
     this.labelX35.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX35.BackgroundStyle.Class = "";
     this.labelX35.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX35.Location = new System.Drawing.Point(6, 177);
     this.labelX35.Name = "labelX35";
     this.labelX35.Size = new System.Drawing.Size(227, 20);
     this.labelX35.TabIndex = 80;
     this.labelX35.Text = "������������Ծ�I��cm4��";
     this.labelX35.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX36
     //
     this.labelX36.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX36.BackgroundStyle.Class = "";
     this.labelX36.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX36.Location = new System.Drawing.Point(6, 151);
     this.labelX36.Name = "labelX36";
     this.labelX36.Size = new System.Drawing.Size(227, 20);
     this.labelX36.TabIndex = 74;
     this.labelX36.Text = "�����������S��cm3��";
     this.labelX36.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX37
     //
     this.labelX37.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX37.BackgroundStyle.Class = "";
     this.labelX37.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX37.Location = new System.Drawing.Point(6, 98);
     this.labelX37.Name = "labelX37";
     this.labelX37.Size = new System.Drawing.Size(227, 20);
     this.labelX37.TabIndex = 73;
     this.labelX37.Text = "��������m��kg��";
     this.labelX37.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX38
     //
     this.labelX38.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX38.BackgroundStyle.Class = "";
     this.labelX38.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX38.Location = new System.Drawing.Point(6, 124);
     this.labelX38.Name = "labelX38";
     this.labelX38.Size = new System.Drawing.Size(227, 21);
     this.labelX38.TabIndex = 72;
     this.labelX38.Text = "������������tw(cm)";
     this.labelX38.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX39
     //
     this.labelX39.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX39.BackgroundStyle.Class = "";
     this.labelX39.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX39.Location = new System.Drawing.Point(6, 72);
     this.labelX39.Name = "labelX39";
     this.labelX39.Size = new System.Drawing.Size(227, 20);
     this.labelX39.TabIndex = 71;
     this.labelX39.Text = "�����߶ȣ�m��";
     this.labelX39.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX40
     //
     this.labelX40.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX40.BackgroundStyle.Class = "";
     this.labelX40.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX40.Location = new System.Drawing.Point(6, 46);
     this.labelX40.Name = "labelX40";
     this.labelX40.Size = new System.Drawing.Size(227, 20);
     this.labelX40.TabIndex = 70;
     this.labelX40.Text = "������ȣ�m��";
     this.labelX40.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX41
     //
     this.labelX41.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX41.BackgroundStyle.Class = "";
     this.labelX41.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX41.Location = new System.Drawing.Point(6, 20);
     this.labelX41.Name = "labelX41";
     this.labelX41.Size = new System.Drawing.Size(227, 20);
     this.labelX41.TabIndex = 69;
     this.labelX41.Text = "�������ȣ�m��";
     this.labelX41.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // YLtabItem4
     //
     this.YLtabItem4.AttachedControl = this.tabControlPanel4;
     this.YLtabItem4.Name = "YLtabItem4";
     this.YLtabItem4.Text = "�������ּ����ϼ���";
     this.YLtabItem4.Visible = false;
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
     this.tabControlPanel1.Controls.Add(this.Tb_MaterialWCDHGQZ);
     this.tabControlPanel1.Controls.Add(this.IntInput_MaterialJDCJGLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialWCDHGQZ);
     this.tabControlPanel1.Controls.Add(this.IntInput_MaterialJDCKYLGZJ);
     this.tabControlPanel1.Controls.Add(this.IntInput_MaterialJDCKYBJ);
     this.tabControlPanel1.Controls.Add(this.Tb_MaterialGGLX);
     this.tabControlPanel1.Controls.Add(this.Cb_MaterialJDCSZ);
     this.tabControlPanel1.Controls.Add(this.DBIput_MaterialCLYLXS);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialLQJL);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialGGLX);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialCLYLXS);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCJGLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCKYLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCKYBJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCSZ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialWCDHGJJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialLQJL);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialBJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialBJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialLGZJ);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialLGHJ);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialLGHJ);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialDSCD);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialDSCD);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialDSGD);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialDSGD);
     this.tabControlPanel1.Controls.Add(this.groupBox1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     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.YLtabItem1;
     //
     // IntInput_MaterialJDCJGLGZJ
     //
     //
     //
     //
     this.IntInput_MaterialJDCJGLGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_MaterialJDCJGLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_MaterialJDCJGLGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_MaterialJDCJGLGZJ.Enabled = false;
     this.IntInput_MaterialJDCJGLGZJ.Location = new System.Drawing.Point(499, 201);
     this.IntInput_MaterialJDCJGLGZJ.MaxValue = 100;
     this.IntInput_MaterialJDCJGLGZJ.MinValue = 0;
     this.IntInput_MaterialJDCJGLGZJ.Name = "IntInput_MaterialJDCJGLGZJ";
     this.IntInput_MaterialJDCJGLGZJ.ShowUpDown = true;
     this.IntInput_MaterialJDCJGLGZJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_MaterialJDCJGLGZJ.TabIndex = 82;
     //
     // IntInput_MaterialJDCKYLGZJ
     //
     //
     //
     //
     this.IntInput_MaterialJDCKYLGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_MaterialJDCKYLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_MaterialJDCKYLGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_MaterialJDCKYLGZJ.Location = new System.Drawing.Point(499, 165);
     this.IntInput_MaterialJDCKYLGZJ.MaxValue = 7;
     this.IntInput_MaterialJDCKYLGZJ.MinValue = 4;
     this.IntInput_MaterialJDCKYLGZJ.Name = "IntInput_MaterialJDCKYLGZJ";
     this.IntInput_MaterialJDCKYLGZJ.ShowUpDown = true;
     this.IntInput_MaterialJDCKYLGZJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_MaterialJDCKYLGZJ.TabIndex = 83;
     this.IntInput_MaterialJDCKYLGZJ.Value = 5;
     //
     // IntInput_MaterialJDCKYBJ
     //
     //
     //
     //
     this.IntInput_MaterialJDCKYBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_MaterialJDCKYBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_MaterialJDCKYBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_MaterialJDCKYBJ.Location = new System.Drawing.Point(499, 130);
     this.IntInput_MaterialJDCKYBJ.MaxValue = 10;
     this.IntInput_MaterialJDCKYBJ.MinValue = 0;
     this.IntInput_MaterialJDCKYBJ.Name = "IntInput_MaterialJDCKYBJ";
     this.IntInput_MaterialJDCKYBJ.ShowUpDown = true;
     this.IntInput_MaterialJDCKYBJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_MaterialJDCKYBJ.TabIndex = 84;
     this.IntInput_MaterialJDCKYBJ.Value = 3;
     //
     // Tb_MaterialGGLX
     //
     //
     //
     //
     this.Tb_MaterialGGLX.Border.Class = "TextBoxBorder";
     this.Tb_MaterialGGLX.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_MaterialGGLX.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Tb_MaterialGGLX.Location = new System.Drawing.Point(499, 274);
     this.Tb_MaterialGGLX.Name = "Tb_MaterialGGLX";
     this.Tb_MaterialGGLX.ReadOnly = true;
     this.Tb_MaterialGGLX.Size = new System.Drawing.Size(87, 21);
     this.Tb_MaterialGGLX.TabIndex = 81;
     this.Tb_MaterialGGLX.Text = "��48.3��3.6";
     this.Tb_MaterialGGLX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Cb_MaterialJDCSZ
     //
     this.Cb_MaterialJDCSZ.DisplayMember = "Text";
     this.Cb_MaterialJDCSZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_MaterialJDCSZ.FormattingEnabled = true;
     this.Cb_MaterialJDCSZ.ItemHeight = 15;
     this.Cb_MaterialJDCSZ.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.Cb_MaterialJDCSZ.Location = new System.Drawing.Point(499, 92);
     this.Cb_MaterialJDCSZ.Name = "Cb_MaterialJDCSZ";
     this.Cb_MaterialJDCSZ.Size = new System.Drawing.Size(87, 21);
     this.Cb_MaterialJDCSZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_MaterialJDCSZ.TabIndex = 78;
     this.Cb_MaterialJDCSZ.SelectedIndexChanged += new System.EventHandler(this.Cb_MaterialJDCSZ_SelectedIndexChanged);
     //
     // comboItem3
     //
     this.comboItem3.Text = "�������� ";
     //
     // comboItem4
     //
     this.comboItem4.Text = "����������";
     //
     // DBIput_MaterialCLYLXS
     //
     //
     //
     //
     this.DBIput_MaterialCLYLXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DBIput_MaterialCLYLXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DBIput_MaterialCLYLXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DBIput_MaterialCLYLXS.Increment = 0.1;
     this.DBIput_MaterialCLYLXS.Location = new System.Drawing.Point(499, 237);
     this.DBIput_MaterialCLYLXS.MaxValue = 5;
     this.DBIput_MaterialCLYLXS.MinValue = 0.1;
     this.DBIput_MaterialCLYLXS.Name = "DBIput_MaterialCLYLXS";
     this.DBIput_MaterialCLYLXS.ShowUpDown = true;
     this.DBIput_MaterialCLYLXS.Size = new System.Drawing.Size(87, 21);
     this.DBIput_MaterialCLYLXS.TabIndex = 76;
     this.DBIput_MaterialCLYLXS.Value = 1.1;
     //
     // DbInput_MaterialLQJL
     //
     //
     //
     //
     this.DbInput_MaterialLQJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialLQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialLQJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialLQJL.Increment = 0.1;
     this.DbInput_MaterialLQJL.Location = new System.Drawing.Point(163, 253);
     this.DbInput_MaterialLQJL.MaxValue = 5;
     this.DbInput_MaterialLQJL.MinValue = 0.1;
     this.DbInput_MaterialLQJL.Name = "DbInput_MaterialLQJL";
     this.DbInput_MaterialLQJL.ShowUpDown = true;
     this.DbInput_MaterialLQJL.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialLQJL.TabIndex = 77;
     this.DbInput_MaterialLQJL.Value = 0.3;
     //
     // Lb_MaterialGGLX
     //
     //
     //
     //
     this.Lb_MaterialGGLX.BackgroundStyle.Class = "";
     this.Lb_MaterialGGLX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialGGLX.Location = new System.Drawing.Point(360, 274);
     this.Lb_MaterialGGLX.Name = "Lb_MaterialGGLX";
     this.Lb_MaterialGGLX.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialGGLX.TabIndex = 72;
     this.Lb_MaterialGGLX.Text = "�ֹ�����";
     this.Lb_MaterialGGLX.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialCLYLXS
     //
     //
     //
     //
     this.Lb_MaterialCLYLXS.BackgroundStyle.Class = "";
     this.Lb_MaterialCLYLXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialCLYLXS.Location = new System.Drawing.Point(360, 238);
     this.Lb_MaterialCLYLXS.Name = "Lb_MaterialCLYLXS";
     this.Lb_MaterialCLYLXS.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialCLYLXS.TabIndex = 71;
     this.Lb_MaterialCLYLXS.Text = " ��������ϵ��";
     this.Lb_MaterialCLYLXS.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCJGLGZJ
     //
     //
     //
     //
     this.Lb_MaterialJDCJGLGZJ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCJGLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCJGLGZJ.Enabled = false;
     this.Lb_MaterialJDCJGLGZJ.Location = new System.Drawing.Point(360, 203);
     this.Lb_MaterialJDCJGLGZJ.Name = "Lb_MaterialJDCJGLGZJ";
     this.Lb_MaterialJDCJGLGZJ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCJGLGZJ.TabIndex = 73;
     this.Lb_MaterialJDCJGLGZJ.Text = "����ż�������ݾ���";
     this.Lb_MaterialJDCJGLGZJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCKYLGZJ
     //
     //
     //
     //
     this.Lb_MaterialJDCKYLGZJ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCKYLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCKYLGZJ.Location = new System.Drawing.Point(360, 166);
     this.Lb_MaterialJDCKYLGZJ.Name = "Lb_MaterialJDCKYLGZJ";
     this.Lb_MaterialJDCKYLGZJ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCKYLGZJ.TabIndex = 75;
     this.Lb_MaterialJDCKYLGZJ.Text = "����ſ�Խ�����ݾ���";
     this.Lb_MaterialJDCKYLGZJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCKYBJ
     //
     //
     //
     //
     this.Lb_MaterialJDCKYBJ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCKYBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCKYBJ.Location = new System.Drawing.Point(360, 131);
     this.Lb_MaterialJDCKYBJ.Name = "Lb_MaterialJDCKYBJ";
     this.Lb_MaterialJDCKYBJ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCKYBJ.TabIndex = 74;
     this.Lb_MaterialJDCKYBJ.Text = "����ſ�Խ������";
     this.Lb_MaterialJDCKYBJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCSZ
     //
     //
     //
     //
     this.Lb_MaterialJDCSZ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCSZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCSZ.Location = new System.Drawing.Point(360, 93);
     this.Lb_MaterialJDCSZ.Name = "Lb_MaterialJDCSZ";
     this.Lb_MaterialJDCSZ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCSZ.TabIndex = 67;
     this.Lb_MaterialJDCSZ.Text = "���������";
     this.Lb_MaterialJDCSZ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialWCDHGJJ
     //
     //
     //
     //
     this.Lb_MaterialWCDHGJJ.BackgroundStyle.Class = "";
     this.Lb_MaterialWCDHGJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialWCDHGJJ.Location = new System.Drawing.Point(26, 290);
     this.Lb_MaterialWCDHGJJ.Name = "Lb_MaterialWCDHGJJ";
     this.Lb_MaterialWCDHGJJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialWCDHGJJ.TabIndex = 70;
     this.Lb_MaterialWCDHGJJ.Text = "�����˼��ѡ��";
     this.Lb_MaterialWCDHGJJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialLQJL
     //
     //
     //
     //
     this.Lb_MaterialLQJL.BackgroundStyle.Class = "";
     this.Lb_MaterialLQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialLQJL.Location = new System.Drawing.Point(26, 253);
     this.Lb_MaterialLQJL.Name = "Lb_MaterialLQJL";
     this.Lb_MaterialLQJL.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialLQJL.TabIndex = 69;
     this.Lb_MaterialLQJL.Text = "���ּ����ŵ���ǽ����";
     this.Lb_MaterialLQJL.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialBJ
     //
     //
     //
     //
     this.DbInput_MaterialBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialBJ.Increment = 1;
     this.DbInput_MaterialBJ.Location = new System.Drawing.Point(163, 217);
     this.DbInput_MaterialBJ.MaxValue = 2;
     this.DbInput_MaterialBJ.MinValue = 1.2;
     this.DbInput_MaterialBJ.Name = "DbInput_MaterialBJ";
     this.DbInput_MaterialBJ.ShowUpDown = true;
     this.DbInput_MaterialBJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialBJ.TabIndex = 66;
     this.DbInput_MaterialBJ.Value = 1.8;
     //
     // Lb_MaterialBJ
     //
     //
     //
     //
     this.Lb_MaterialBJ.BackgroundStyle.Class = "";
     this.Lb_MaterialBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialBJ.Location = new System.Drawing.Point(26, 217);
     this.Lb_MaterialBJ.Name = "Lb_MaterialBJ";
     this.Lb_MaterialBJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialBJ.TabIndex = 65;
     this.Lb_MaterialBJ.Text = "����h(m)";
     this.Lb_MaterialBJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialLGZJ
     //
     //
     //
     //
     this.Lb_MaterialLGZJ.BackgroundStyle.Class = "";
     this.Lb_MaterialLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialLGZJ.Location = new System.Drawing.Point(26, 145);
     this.Lb_MaterialLGZJ.Name = "Lb_MaterialLGZJ";
     this.Lb_MaterialLGZJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialLGZJ.TabIndex = 61;
     this.Lb_MaterialLGZJ.Text = "�����ݾ�la(m)";
     this.Lb_MaterialLGZJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialLGHJ
     //
     //
     //
     //
     this.DbInput_MaterialLGHJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialLGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialLGHJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialLGHJ.Increment = 1;
     this.DbInput_MaterialLGHJ.Location = new System.Drawing.Point(163, 181);
     this.DbInput_MaterialLGHJ.MaxValue = 1.3;
     this.DbInput_MaterialLGHJ.MinValue = 0.5;
     this.DbInput_MaterialLGHJ.Name = "DbInput_MaterialLGHJ";
     this.DbInput_MaterialLGHJ.ShowUpDown = true;
     this.DbInput_MaterialLGHJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialLGHJ.TabIndex = 64;
     this.DbInput_MaterialLGHJ.Value = 1.05;
     //
     // DbInput_MaterialLGZJ
     //
     //
     //
     //
     this.DbInput_MaterialLGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialLGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialLGZJ.Increment = 0.1;
     this.DbInput_MaterialLGZJ.Location = new System.Drawing.Point(163, 145);
     this.DbInput_MaterialLGZJ.MaxValue = 1.8;
     this.DbInput_MaterialLGZJ.MinValue = 1.2;
     this.DbInput_MaterialLGZJ.Name = "DbInput_MaterialLGZJ";
     this.DbInput_MaterialLGZJ.ShowUpDown = true;
     this.DbInput_MaterialLGZJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialLGZJ.TabIndex = 62;
     this.DbInput_MaterialLGZJ.Value = 1.5;
     //
     // Lb_MaterialLGHJ
     //
     //
     //
     //
     this.Lb_MaterialLGHJ.BackgroundStyle.Class = "";
     this.Lb_MaterialLGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialLGHJ.Location = new System.Drawing.Point(26, 181);
     this.Lb_MaterialLGHJ.Name = "Lb_MaterialLGHJ";
     this.Lb_MaterialLGHJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialLGHJ.TabIndex = 63;
     this.Lb_MaterialLGHJ.Text = "���˺��lb(m)";
     this.Lb_MaterialLGHJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialDSCD
     //
     //
     //
     //
     this.DbInput_MaterialDSCD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialDSCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialDSCD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialDSCD.Increment = 0.1;
     this.DbInput_MaterialDSCD.Location = new System.Drawing.Point(163, 108);
     this.DbInput_MaterialDSCD.MaxValue = 10000;
     this.DbInput_MaterialDSCD.MinValue = 0;
     this.DbInput_MaterialDSCD.Name = "DbInput_MaterialDSCD";
     this.DbInput_MaterialDSCD.ShowUpDown = true;
     this.DbInput_MaterialDSCD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialDSCD.TabIndex = 59;
     this.DbInput_MaterialDSCD.Value = 100;
     //
     // Lb_MaterialDSCD
     //
     //
     //
     //
     this.Lb_MaterialDSCD.BackgroundStyle.Class = "";
     this.Lb_MaterialDSCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialDSCD.Location = new System.Drawing.Point(26, 109);
     this.Lb_MaterialDSCD.Name = "Lb_MaterialDSCD";
     this.Lb_MaterialDSCD.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialDSCD.TabIndex = 57;
     this.Lb_MaterialDSCD.Text = "���ּܴ��賤��L1(m)";
     this.Lb_MaterialDSCD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialDSGD
     //
     //
     //
     //
     this.DbInput_MaterialDSGD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialDSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialDSGD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialDSGD.Increment = 0.1;
     this.DbInput_MaterialDSGD.Location = new System.Drawing.Point(163, 72);
     this.DbInput_MaterialDSGD.MaxValue = 100;
     this.DbInput_MaterialDSGD.MinValue = 0;
     this.DbInput_MaterialDSGD.Name = "DbInput_MaterialDSGD";
     this.DbInput_MaterialDSGD.ShowUpDown = true;
     this.DbInput_MaterialDSGD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialDSGD.TabIndex = 60;
     this.DbInput_MaterialDSGD.Value = 24;
     //
     // Lb_MaterialDSGD
     //
     //
     //
     //
     this.Lb_MaterialDSGD.BackgroundStyle.Class = "";
     this.Lb_MaterialDSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialDSGD.Location = new System.Drawing.Point(26, 73);
     this.Lb_MaterialDSGD.Name = "Lb_MaterialDSGD";
     this.Lb_MaterialDSGD.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialDSGD.TabIndex = 58;
     this.Lb_MaterialDSGD.Text = "���ּܴ���߶�H(m)";
     this.Lb_MaterialDSGD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox1.Controls.Add(this.Cb_MaterialWCDHGJJ);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(1, 1);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(634, 380);
     this.groupBox1.TabIndex = 85;
     this.groupBox1.TabStop = false;
     //
     // Cb_MaterialWCDHGJJ
     //
     this.Cb_MaterialWCDHGJJ.DisplayMember = "Text";
     this.Cb_MaterialWCDHGJJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_MaterialWCDHGJJ.FormattingEnabled = true;
     this.Cb_MaterialWCDHGJJ.ItemHeight = 15;
     this.Cb_MaterialWCDHGJJ.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.Cb_MaterialWCDHGJJ.Location = new System.Drawing.Point(163, 290);
     this.Cb_MaterialWCDHGJJ.Name = "Cb_MaterialWCDHGJJ";
     this.Cb_MaterialWCDHGJJ.Size = new System.Drawing.Size(87, 21);
     this.Cb_MaterialWCDHGJJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_MaterialWCDHGJJ.TabIndex = 80;
     this.Cb_MaterialWCDHGJJ.SelectedIndexChanged += new System.EventHandler(this.Cb_MaterialWCDHGJJ_SelectedIndexChanged_1);
     //
     // comboItem1
     //
     this.comboItem1.Text = "����";
     //
     // comboItem2
     //
     this.comboItem2.Text = "1/2����";
     //
     // YLtabItem1
     //
     this.YLtabItem1.AttachedControl = this.tabControlPanel1;
     this.YLtabItem1.Name = "YLtabItem1";
     this.YLtabItem1.Text = "˫�Ž��ּ����ϼ���";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.groupBox2);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.YLtabItem2;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox2.Controls.Add(this.DbInput_Item2XS);
     this.groupBox2.Controls.Add(this.DbInput_Item2L0);
     this.groupBox2.Controls.Add(this.DbInput_Item2L1);
     this.groupBox2.Controls.Add(this.DbInput_Item2H1);
     this.groupBox2.Controls.Add(this.IntInput_Item2LDX);
     this.groupBox2.Controls.Add(this.IntInput_Item2CS);
     this.groupBox2.Controls.Add(this.IntInput_Item2SPX);
     this.groupBox2.Controls.Add(this.Cbx_Item2HJ);
     this.groupBox2.Controls.Add(this.Cbx_Item2LGD);
     this.groupBox2.Controls.Add(this.Cbx_Item2LDX);
     this.groupBox2.Controls.Add(this.Cbx_Item2SPX);
     this.groupBox2.Controls.Add(this.comboBoxEx2);
     this.groupBox2.Controls.Add(this.Cbx_Item2WXG);
     this.groupBox2.Controls.Add(this.Cbx_Item2DKJ);
     this.groupBox2.Controls.Add(this.Cbx_Item2WXGBZ);
     this.groupBox2.Controls.Add(this.Cbx_Item2JHG);
     this.groupBox2.Controls.Add(this.Cbx_Item2LGG);
     this.groupBox2.Controls.Add(this.Cbx_Item2ZJ);
     this.groupBox2.Controls.Add(this.labelX21);
     this.groupBox2.Controls.Add(this.labelX12);
     this.groupBox2.Controls.Add(this.labelX20);
     this.groupBox2.Controls.Add(this.labelX11);
     this.groupBox2.Controls.Add(this.labelX19);
     this.groupBox2.Controls.Add(this.labelX10);
     this.groupBox2.Controls.Add(this.labelX18);
     this.groupBox2.Controls.Add(this.labelX9);
     this.groupBox2.Controls.Add(this.labelX17);
     this.groupBox2.Controls.Add(this.labelX8);
     this.groupBox2.Controls.Add(this.labelX16);
     this.groupBox2.Controls.Add(this.labelX22);
     this.groupBox2.Controls.Add(this.labelX7);
     this.groupBox2.Controls.Add(this.labelX15);
     this.groupBox2.Controls.Add(this.labelX5);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Controls.Add(this.DbInput_Item2BJ);
     this.groupBox2.Controls.Add(this.labelX14);
     this.groupBox2.Controls.Add(this.Tb_Item2BS);
     this.groupBox2.Controls.Add(this.labelX13);
     this.groupBox2.Controls.Add(this.labelX1);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Controls.Add(this.DbInput_Item2CD);
     this.groupBox2.Controls.Add(this.labelX2);
     this.groupBox2.Controls.Add(this.labelX3);
     this.groupBox2.Controls.Add(this.DbInput_Item2GD);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(1, 1);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(634, 380);
     this.groupBox2.TabIndex = 86;
     this.groupBox2.TabStop = false;
     //
     // DbInput_Item2XS
     //
     //
     //
     //
     this.DbInput_Item2XS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2XS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2XS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2XS.Increment = 1;
     this.DbInput_Item2XS.Location = new System.Drawing.Point(454, 314);
     this.DbInput_Item2XS.MinValue = 1;
     this.DbInput_Item2XS.Name = "DbInput_Item2XS";
     this.DbInput_Item2XS.ShowUpDown = true;
     this.DbInput_Item2XS.Size = new System.Drawing.Size(79, 21);
     this.DbInput_Item2XS.TabIndex = 88;
     this.DbInput_Item2XS.Value = 1.1;
     //
     // DbInput_Item2L0
     //
     //
     //
     //
     this.DbInput_Item2L0.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2L0.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2L0.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2L0.Increment = 0.1;
     this.DbInput_Item2L0.Location = new System.Drawing.Point(453, 247);
     this.DbInput_Item2L0.MaxValue = 2;
     this.DbInput_Item2L0.MinValue = 0;
     this.DbInput_Item2L0.Name = "DbInput_Item2L0";
     this.DbInput_Item2L0.ShowUpDown = true;
     this.DbInput_Item2L0.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item2L0.TabIndex = 87;
     this.DbInput_Item2L0.Value = 0.6;
     //
     // DbInput_Item2L1
     //
     //
     //
     //
     this.DbInput_Item2L1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2L1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2L1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2L1.Increment = 0.1;
     this.DbInput_Item2L1.Location = new System.Drawing.Point(453, 213);
     this.DbInput_Item2L1.MaxValue = 8;
     this.DbInput_Item2L1.MinValue = 0;
     this.DbInput_Item2L1.Name = "DbInput_Item2L1";
     this.DbInput_Item2L1.ShowUpDown = true;
     this.DbInput_Item2L1.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item2L1.TabIndex = 87;
     this.DbInput_Item2L1.Value = 1.8;
     //
     // DbInput_Item2H1
     //
     //
     //
     //
     this.DbInput_Item2H1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2H1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2H1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2H1.Increment = 0.1;
     this.DbInput_Item2H1.Location = new System.Drawing.Point(453, 179);
     this.DbInput_Item2H1.MaxValue = 8;
     this.DbInput_Item2H1.MinValue = 0;
     this.DbInput_Item2H1.Name = "DbInput_Item2H1";
     this.DbInput_Item2H1.ShowUpDown = true;
     this.DbInput_Item2H1.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item2H1.TabIndex = 87;
     this.DbInput_Item2H1.Value = 1.8;
     //
     // IntInput_Item2LDX
     //
     //
     //
     //
     this.IntInput_Item2LDX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item2LDX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item2LDX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item2LDX.Location = new System.Drawing.Point(453, 142);
     this.IntInput_Item2LDX.MinValue = 0;
     this.IntInput_Item2LDX.Name = "IntInput_Item2LDX";
     this.IntInput_Item2LDX.ShowUpDown = true;
     this.IntInput_Item2LDX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Item2LDX.TabIndex = 86;
     this.IntInput_Item2LDX.Value = 1;
     //
     // IntInput_Item2CS
     //
     //
     //
     //
     this.IntInput_Item2CS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item2CS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item2CS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item2CS.Location = new System.Drawing.Point(453, 280);
     this.IntInput_Item2CS.MinValue = 0;
     this.IntInput_Item2CS.Name = "IntInput_Item2CS";
     this.IntInput_Item2CS.ShowUpDown = true;
     this.IntInput_Item2CS.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Item2CS.TabIndex = 86;
     this.IntInput_Item2CS.Value = 1;
     //
     // IntInput_Item2SPX
     //
     //
     //
     //
     this.IntInput_Item2SPX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item2SPX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item2SPX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item2SPX.Location = new System.Drawing.Point(453, 109);
     this.IntInput_Item2SPX.MinValue = 0;
     this.IntInput_Item2SPX.Name = "IntInput_Item2SPX";
     this.IntInput_Item2SPX.ShowUpDown = true;
     this.IntInput_Item2SPX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Item2SPX.TabIndex = 86;
     this.IntInput_Item2SPX.Value = 1;
     //
     // Cbx_Item2HJ
     //
     this.Cbx_Item2HJ.DisplayMember = "Text";
     this.Cbx_Item2HJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2HJ.FormattingEnabled = true;
     this.Cbx_Item2HJ.ItemHeight = 15;
     this.Cbx_Item2HJ.Items.AddRange(new object[] {
     this.comboItem14,
     this.comboItem15,
     this.comboItem16,
     this.comboItem17,
     this.comboItem18,
     this.comboItem19});
     this.Cbx_Item2HJ.Location = new System.Drawing.Point(147, 184);
     this.Cbx_Item2HJ.Name = "Cbx_Item2HJ";
     this.Cbx_Item2HJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2HJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2HJ.TabIndex = 76;
     //
     // comboItem14
     //
     this.comboItem14.Text = "0.5";
     //
     // comboItem15
     //
     this.comboItem15.Text = "0.6";
     //
     // comboItem16
     //
     this.comboItem16.Text = "0.9";
     //
     // comboItem17
     //
     this.comboItem17.Text = "1.2";
     //
     // comboItem18
     //
     this.comboItem18.Text = "1.5";
     //
     // comboItem19
     //
     this.comboItem19.Text = "1.8";
     //
     // Cbx_Item2LGD
     //
     this.Cbx_Item2LGD.DisplayMember = "Text";
     this.Cbx_Item2LGD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2LGD.FormattingEnabled = true;
     this.Cbx_Item2LGD.ItemHeight = 15;
     this.Cbx_Item2LGD.Items.AddRange(new object[] {
     this.comboItem50,
     this.comboItem51,
     this.comboItem52});
     this.Cbx_Item2LGD.Location = new System.Drawing.Point(147, 341);
     this.Cbx_Item2LGD.Name = "Cbx_Item2LGD";
     this.Cbx_Item2LGD.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2LGD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2LGD.TabIndex = 76;
     //
     // comboItem50
     //
     this.comboItem50.Text = "KTZ-45";
     //
     // comboItem51
     //
     this.comboItem51.Text = "KTZ-60";
     //
     // comboItem52
     //
     this.comboItem52.Text = "KTZ-75";
     //
     // Cbx_Item2LDX
     //
     this.Cbx_Item2LDX.DisplayMember = "Text";
     this.Cbx_Item2LDX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2LDX.FormattingEnabled = true;
     this.Cbx_Item2LDX.ItemHeight = 15;
     this.Cbx_Item2LDX.Items.AddRange(new object[] {
     this.comboItem44,
     this.comboItem45,
     this.comboItem46,
     this.comboItem47,
     this.comboItem48});
     this.Cbx_Item2LDX.Location = new System.Drawing.Point(147, 315);
     this.Cbx_Item2LDX.Name = "Cbx_Item2LDX";
     this.Cbx_Item2LDX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2LDX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2LDX.TabIndex = 76;
     //
     // comboItem44
     //
     this.comboItem44.Text = "XG-0912";
     //
     // comboItem45
     //
     this.comboItem45.Text = "XG-1212";
     //
     // comboItem46
     //
     this.comboItem46.Text = "XG-1218";
     //
     // comboItem47
     //
     this.comboItem47.Text = "XG-1518";
     //
     // comboItem48
     //
     this.comboItem48.Text = "XG-1818";
     //
     // Cbx_Item2SPX
     //
     this.Cbx_Item2SPX.DisplayMember = "Text";
     this.Cbx_Item2SPX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2SPX.FormattingEnabled = true;
     this.Cbx_Item2SPX.ItemHeight = 15;
     this.Cbx_Item2SPX.Items.AddRange(new object[] {
     this.comboItem38,
     this.comboItem39,
     this.comboItem40});
     this.Cbx_Item2SPX.Location = new System.Drawing.Point(147, 289);
     this.Cbx_Item2SPX.Name = "Cbx_Item2SPX";
     this.Cbx_Item2SPX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2SPX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2SPX.TabIndex = 76;
     //
     // comboItem38
     //
     this.comboItem38.Text = "ZXG-0912";
     //
     // comboItem39
     //
     this.comboItem39.Text = "ZXG-1212";
     //
     // comboItem40
     //
     this.comboItem40.Text = "ZXG-1218";
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember = "Text";
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight = 15;
     this.comboBoxEx2.Items.AddRange(new object[] {
     this.comboItem32,
     this.comboItem33,
     this.comboItem34,
     this.comboItem35,
     this.comboItem36,
     this.comboItem37});
     this.comboBoxEx2.Location = new System.Drawing.Point(147, 289);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(86, 21);
     this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx2.TabIndex = 76;
     //
     // comboItem32
     //
     this.comboItem32.Text = "0.3";
     //
     // comboItem33
     //
     this.comboItem33.Text = "0.6";
     //
     // comboItem34
     //
     this.comboItem34.Text = "0.9";
     //
     // comboItem35
     //
     this.comboItem35.Text = "1.2";
     //
     // comboItem36
     //
     this.comboItem36.Text = "1.5";
     //
     // comboItem37
     //
     this.comboItem37.Text = "1.8";
     //
     // Cbx_Item2WXG
     //
     this.Cbx_Item2WXG.DisplayMember = "Text";
     this.Cbx_Item2WXG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2WXG.FormattingEnabled = true;
     this.Cbx_Item2WXG.ItemHeight = 15;
     this.Cbx_Item2WXG.Items.AddRange(new object[] {
     this.comboItem26,
     this.comboItem27,
     this.comboItem28,
     this.comboItem29,
     this.comboItem30});
     this.Cbx_Item2WXG.Location = new System.Drawing.Point(147, 263);
     this.Cbx_Item2WXG.Name = "Cbx_Item2WXG";
     this.Cbx_Item2WXG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2WXG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2WXG.TabIndex = 76;
     //
     // comboItem26
     //
     this.comboItem26.Text = "XG-0912";
     //
     // comboItem27
     //
     this.comboItem27.Text = "XG-1212";
     //
     // comboItem28
     //
     this.comboItem28.Text = "XG-1218";
     //
     // comboItem29
     //
     this.comboItem29.Text = "XG-1518";
     //
     // comboItem30
     //
     this.comboItem30.Text = "XG-1818";
     //
     // Cbx_Item2DKJ
     //
     this.Cbx_Item2DKJ.DisplayMember = "Text";
     this.Cbx_Item2DKJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2DKJ.FormattingEnabled = true;
     this.Cbx_Item2DKJ.ItemHeight = 15;
     this.Cbx_Item2DKJ.Items.AddRange(new object[] {
     this.comboItem54,
     this.comboItem55});
     this.Cbx_Item2DKJ.Location = new System.Drawing.Point(453, 32);
     this.Cbx_Item2DKJ.Name = "Cbx_Item2DKJ";
     this.Cbx_Item2DKJ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Item2DKJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2DKJ.TabIndex = 76;
     this.Cbx_Item2DKJ.Text = "2";
     //
     // comboItem54
     //
     this.comboItem54.Text = "1";
     //
     // comboItem55
     //
     this.comboItem55.Text = "2";
     //
     // Cbx_Item2WXGBZ
     //
     this.Cbx_Item2WXGBZ.DisplayMember = "Text";
     this.Cbx_Item2WXGBZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2WXGBZ.FormattingEnabled = true;
     this.Cbx_Item2WXGBZ.ItemHeight = 15;
     this.Cbx_Item2WXGBZ.Items.AddRange(new object[] {
     this.comboItem31,
     this.comboItem41,
     this.comboItem42,
     this.comboItem43,
     this.comboItem49,
     this.comboItem53});
     this.Cbx_Item2WXGBZ.Location = new System.Drawing.Point(453, 75);
     this.Cbx_Item2WXGBZ.Name = "Cbx_Item2WXGBZ";
     this.Cbx_Item2WXGBZ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Item2WXGBZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2WXGBZ.TabIndex = 76;
     this.Cbx_Item2WXGBZ.Text = "6";
     //
     // comboItem31
     //
     this.comboItem31.Text = "1";
     //
     // comboItem41
     //
     this.comboItem41.Text = "2";
     //
     // comboItem42
     //
     this.comboItem42.Text = "3";
     //
     // comboItem43
     //
     this.comboItem43.Text = "4";
     //
     // comboItem49
     //
     this.comboItem49.Text = "5";
     //
     // comboItem53
     //
     this.comboItem53.Text = "6";
     //
     // Cbx_Item2JHG
     //
     this.Cbx_Item2JHG.DisplayMember = "Text";
     this.Cbx_Item2JHG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2JHG.FormattingEnabled = true;
     this.Cbx_Item2JHG.ItemHeight = 15;
     this.Cbx_Item2JHG.Items.AddRange(new object[] {
     this.comboItem24,
     this.comboItem25,
     this.comboItem56,
     this.comboItem57});
     this.Cbx_Item2JHG.Location = new System.Drawing.Point(147, 213);
     this.Cbx_Item2JHG.Name = "Cbx_Item2JHG";
     this.Cbx_Item2JHG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2JHG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2JHG.TabIndex = 76;
     //
     // comboItem24
     //
     this.comboItem24.Text = "JHG-90";
     //
     // comboItem25
     //
     this.comboItem25.Text = "JHG-120";
     //
     // comboItem56
     //
     this.comboItem56.Text = "JHG-120+30";
     //
     // comboItem57
     //
     this.comboItem57.Text = "JHG-120+60";
     //
     // Cbx_Item2LGG
     //
     this.Cbx_Item2LGG.DisplayMember = "Text";
     this.Cbx_Item2LGG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2LGG.FormattingEnabled = true;
     this.Cbx_Item2LGG.ItemHeight = 15;
     this.Cbx_Item2LGG.Items.AddRange(new object[] {
     this.comboItem20,
     this.comboItem21,
     this.comboItem22,
     this.comboItem23});
     this.Cbx_Item2LGG.Location = new System.Drawing.Point(147, 237);
     this.Cbx_Item2LGG.Name = "Cbx_Item2LGG";
     this.Cbx_Item2LGG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2LGG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2LGG.TabIndex = 76;
     //
     // comboItem20
     //
     this.comboItem20.Text = "LG-120";
     //
     // comboItem21
     //
     this.comboItem21.Text = "LG-180";
     //
     // comboItem22
     //
     this.comboItem22.Text = "LG-240";
     //
     // comboItem23
     //
     this.comboItem23.Text = "LG-300";
     //
     // Cbx_Item2ZJ
     //
     this.Cbx_Item2ZJ.DisplayMember = "Text";
     this.Cbx_Item2ZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2ZJ.FormattingEnabled = true;
     this.Cbx_Item2ZJ.ItemHeight = 15;
     this.Cbx_Item2ZJ.Items.AddRange(new object[] {
     this.comboItem8,
     this.comboItem9,
     this.comboItem10,
     this.comboItem11,
     this.comboItem12,
     this.comboItem13});
     this.Cbx_Item2ZJ.Location = new System.Drawing.Point(148, 158);
     this.Cbx_Item2ZJ.Name = "Cbx_Item2ZJ";
     this.Cbx_Item2ZJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2ZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2ZJ.TabIndex = 76;
     //
     // comboItem8
     //
     this.comboItem8.Text = "0.3";
     //
     // comboItem9
     //
     this.comboItem9.Text = "0.6";
     //
     // comboItem10
     //
     this.comboItem10.Text = "0.9";
     //
     // comboItem11
     //
     this.comboItem11.Text = "1.2";
     //
     // comboItem12
     //
     this.comboItem12.Text = "1.5";
     //
     // comboItem13
     //
     this.comboItem13.Text = "1.8";
     //
     // labelX21
     //
     this.labelX21.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX21.BackgroundStyle.Class = "";
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Location = new System.Drawing.Point(291, 315);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(156, 20);
     this.labelX21.TabIndex = 73;
     this.labelX21.Text = "��������ϵ��";
     this.labelX21.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX12
     //
     this.labelX12.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(11, 342);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(130, 20);
     this.labelX12.TabIndex = 73;
     this.labelX12.Text = "���˵�������";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX20
     //
     this.labelX20.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX20.BackgroundStyle.Class = "";
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Location = new System.Drawing.Point(291, 281);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(156, 20);
     this.labelX20.TabIndex = 73;
     this.labelX20.Text = "���ְ����˵��Ű��������";
     this.labelX20.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX11
     //
     this.labelX11.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(11, 316);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(130, 20);
     this.labelX11.TabIndex = 73;
     this.labelX11.Text = "�ȵ�б�˸ֹ�����";
     this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX19
     //
     this.labelX19.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX19.BackgroundStyle.Class = "";
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Location = new System.Drawing.Point(291, 247);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(156, 20);
     this.labelX19.TabIndex = 73;
     this.labelX19.Text = "��ǽ�����㳤��l0 (mm)";
     this.labelX19.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX10
     //
     this.labelX10.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(11, 290);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(130, 20);
     this.labelX10.TabIndex = 73;
     this.labelX10.Text = "ˮƽб�˸ֹ�����";
     this.labelX10.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX18
     //
     this.labelX18.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX18.BackgroundStyle.Class = "";
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Location = new System.Drawing.Point(291, 213);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(156, 20);
     this.labelX18.TabIndex = 73;
     this.labelX18.Text = "��ǽ��ˮƽ���L1(m)";
     this.labelX18.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX9
     //
     this.labelX9.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(11, 290);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(130, 20);
     this.labelX9.TabIndex = 73;
     this.labelX9.Text = "���˸ֹ�����";
     this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX17
     //
     this.labelX17.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX17.BackgroundStyle.Class = "";
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Location = new System.Drawing.Point(291, 179);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(156, 20);
     this.labelX17.TabIndex = 73;
     this.labelX17.Text = "��ǽ��������H1(m)";
     this.labelX17.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(11, 264);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(130, 20);
     this.labelX8.TabIndex = 73;
     this.labelX8.Text = "��б�˸ֹ�����";
     this.labelX8.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX16
     //
     this.labelX16.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(291, 109);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(156, 20);
     this.labelX16.TabIndex = 73;
     this.labelX16.Text = "ˮƽб�˲���(����һ��)";
     this.labelX16.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX22
     //
     this.labelX22.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(11, 214);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(130, 20);
     this.labelX22.TabIndex = 73;
     this.labelX22.Text = "���˸ֹ�����";
     this.labelX22.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(11, 238);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(130, 20);
     this.labelX7.TabIndex = 73;
     this.labelX7.Text = "���˸ֹ�����";
     this.labelX7.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX15
     //
     this.labelX15.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Location = new System.Drawing.Point(291, 143);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(156, 20);
     this.labelX15.TabIndex = 75;
     this.labelX15.Text = "�ȵ�б�˲���(����һ��)";
     this.labelX15.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(11, 158);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(130, 20);
     this.labelX5.TabIndex = 73;
     this.labelX5.Text = "�����ݾ�la(m)";
     this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(11, 184);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(130, 20);
     this.labelX6.TabIndex = 75;
     this.labelX6.Text = "���˺��lb(m)";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item2BJ
     //
     //
     //
     //
     this.DbInput_Item2BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2BJ.Increment = 1;
     this.DbInput_Item2BJ.Location = new System.Drawing.Point(148, 97);
     this.DbInput_Item2BJ.MaxValue = 1.8;
     this.DbInput_Item2BJ.MinValue = 1.2;
     this.DbInput_Item2BJ.Name = "DbInput_Item2BJ";
     this.DbInput_Item2BJ.ShowUpDown = true;
     this.DbInput_Item2BJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item2BJ.TabIndex = 72;
     this.DbInput_Item2BJ.Value = 1.8;
     this.DbInput_Item2BJ.ValueChanged += new System.EventHandler(this.DbInput_Item2BJ_ValueChanged);
     //
     // labelX14
     //
     this.labelX14.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(291, 32);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(156, 20);
     this.labelX14.TabIndex = 71;
     this.labelX14.Text = "������˸���njg";
     this.labelX14.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Tb_Item2BS
     //
     //
     //
     //
     this.Tb_Item2BS.Border.Class = "TextBoxBorder";
     this.Tb_Item2BS.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item2BS.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Tb_Item2BS.Location = new System.Drawing.Point(147, 131);
     this.Tb_Item2BS.Name = "Tb_Item2BS";
     this.Tb_Item2BS.ReadOnly = true;
     this.Tb_Item2BS.Size = new System.Drawing.Size(87, 21);
     this.Tb_Item2BS.TabIndex = 72;
     this.Tb_Item2BS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelX13
     //
     this.labelX13.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(291, 75);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(156, 20);
     this.labelX13.TabIndex = 71;
     this.labelX13.Text = "��б�˲���(����һ��)";
     this.labelX13.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(11, 97);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(130, 20);
     this.labelX1.TabIndex = 71;
     this.labelX1.Text = "����h(m)";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(11, 132);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(130, 20);
     this.labelX4.TabIndex = 71;
     this.labelX4.Text = "���ּܴ��貽��";
     this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item2CD
     //
     //
     //
     //
     this.DbInput_Item2CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2CD.Increment = 0.1;
     this.DbInput_Item2CD.Location = new System.Drawing.Point(148, 61);
     this.DbInput_Item2CD.MaxValue = 10000;
     this.DbInput_Item2CD.MinValue = 0;
     this.DbInput_Item2CD.Name = "DbInput_Item2CD";
     this.DbInput_Item2CD.ShowUpDown = true;
     this.DbInput_Item2CD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item2CD.TabIndex = 69;
     this.DbInput_Item2CD.Value = 100;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(11, 62);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(130, 20);
     this.labelX2.TabIndex = 67;
     this.labelX2.Text = "���ּܴ��賤��L1(m)";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(11, 26);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(130, 20);
     this.labelX3.TabIndex = 68;
     this.labelX3.Text = "���ּܴ���߶�H(m)";
     this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item2GD
     //
     //
     //
     //
     this.DbInput_Item2GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2GD.Increment = 0.1;
     this.DbInput_Item2GD.Location = new System.Drawing.Point(148, 25);
     this.DbInput_Item2GD.MaxValue = 50;
     this.DbInput_Item2GD.MinValue = 0;
     this.DbInput_Item2GD.Name = "DbInput_Item2GD";
     this.DbInput_Item2GD.ShowUpDown = true;
     this.DbInput_Item2GD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item2GD.TabIndex = 70;
     this.DbInput_Item2GD.Value = 15;
     this.DbInput_Item2GD.ValueChanged += new System.EventHandler(this.DbInput_Item2GD_ValueChanged);
     //
     // YLtabItem2
     //
     this.YLtabItem2.AttachedControl = this.tabControlPanel2;
     this.YLtabItem2.Name = "YLtabItem2";
     this.YLtabItem2.Text = "���ʽ���ּ����ϼ���";
     this.YLtabItem2.Visible = false;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.Btn_YLSubmit);
     this.panelEx2.Controls.Add(this.BtnSubmit);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx2.Location = new System.Drawing.Point(0, 442);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(636, 33);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 46;
     //
     // Btn_YLSubmit
     //
     this.Btn_YLSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_YLSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_YLSubmit.Dock = System.Windows.Forms.DockStyle.Right;
     this.Btn_YLSubmit.Location = new System.Drawing.Point(561, 0);
     this.Btn_YLSubmit.Name = "Btn_YLSubmit";
     this.Btn_YLSubmit.Size = new System.Drawing.Size(75, 33);
     this.Btn_YLSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_YLSubmit.TabIndex = 43;
     this.Btn_YLSubmit.Text = "ȷ ��";
     this.Btn_YLSubmit.Click += new System.EventHandler(this.Btn_YLSubmit_Click);
     //
     // BtnSubmit
     //
     this.BtnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.BtnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.BtnSubmit.Location = new System.Drawing.Point(722, 4);
     this.BtnSubmit.Name = "BtnSubmit";
     this.BtnSubmit.Size = new System.Drawing.Size(77, 28);
     this.BtnSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.BtnSubmit.TabIndex = 42;
     this.BtnSubmit.Text = "ȷ ��";
     //
     // LbScaffoldType
     //
     this.LbScaffoldType.AutoSize = true;
     //
     //
     //
     this.LbScaffoldType.BackgroundStyle.Class = "";
     this.LbScaffoldType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.LbScaffoldType.Location = new System.Drawing.Point(26, 8);
     this.LbScaffoldType.Name = "LbScaffoldType";
     this.LbScaffoldType.Size = new System.Drawing.Size(105, 18);
     this.LbScaffoldType.TabIndex = 42;
     this.LbScaffoldType.Text = "ѡ����ּ����ͣ�";
     //
     // CbxScaffoldType
     //
     this.CbxScaffoldType.DisplayMember = "Text";
     this.CbxScaffoldType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.CbxScaffoldType.FormattingEnabled = true;
     this.CbxScaffoldType.ItemHeight = 15;
     this.CbxScaffoldType.Items.AddRange(new object[] {
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem60,
     this.comboItem61});
     this.CbxScaffoldType.Location = new System.Drawing.Point(137, 7);
     this.CbxScaffoldType.Name = "CbxScaffoldType";
     this.CbxScaffoldType.Size = new System.Drawing.Size(132, 21);
     this.CbxScaffoldType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.CbxScaffoldType.TabIndex = 48;
     this.CbxScaffoldType.SelectedIndexChanged += new System.EventHandler(this.CbxScaffoldType_SelectedIndexChanged);
     //
     // comboItem5
     //
     this.comboItem5.Text = "˫�Ž��ּ����ϼ���";
     //
     // comboItem6
     //
     this.comboItem6.Text = "���Ž��ּ����ϼ���";
     //
     // comboItem7
     //
     this.comboItem7.Text = "���ʽ���ּ����ϼ���";
     //
     // comboItem60
     //
     this.comboItem60.Text = "��ʽ���ּ���������";
     //
     // comboItem61
     //
     this.comboItem61.Text = "�������ּ���������";
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.CbxScaffoldType);
     this.panelEx3.Controls.Add(this.LbScaffoldType);
     this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelEx3.Location = new System.Drawing.Point(0, 0);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(636, 31);
     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 = 47;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel4;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "�������ּ���������";
     this.tabItem1.Visible = false;
     //
     // FrmScaffoldMaterialCalculate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize = new System.Drawing.Size(636, 475);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.TabScaffloldMaterial);
     this.DoubleBuffered = true;
     this.Name = "FrmScaffoldMaterialCalculate";
     this.Text = "���ּܼ���-���ϼ���";
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldMaterial)).EndInit();
     this.TabScaffloldMaterial.ResumeLayout(false);
     this.tabControlPanel3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCJGMJKDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKYMJKDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKMJBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3XS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJKD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3GD)).EndInit();
     this.tabControlPanel4.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FZXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FYGDBHXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FHZTXXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JBFY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HZBZZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSDLZZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4BJYXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4AQXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4SLGSSS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4LJZH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KJQD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KWQD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMDKJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMGXJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLMJJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4WDXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HBZDJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4DLDDJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLFBHD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4PZZL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4CD)).EndInit();
     this.tabControlPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCJGLGZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYLGZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DBIput_MaterialCLYLXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLQJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGHJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSCD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSGD)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2XS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2H1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2LDX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2CS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2SPX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2CD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2GD)).EndInit();
     this.panelEx2.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     this.panelEx3.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #16
0
 private int?GetOptionalInt(DevComponents.Editors.IntegerInput intinput, DevComponents.DotNetBar.Controls.CheckBoxX checkbox)
 {
     return(checkbox.Checked ? (int?)intinput.Value : null);
 }
예제 #17
0
        /// <summary>
        /// Fills the debug parameters grid with values.
        /// </summary>
        private void PopulateDebugParameters()
        {
            treeDebugParams.Nodes.Clear();
            ParametersToPass = new object[CurrentFunction.Parameters.Count];
            bool parametersMatch = false;
            List<object> parameterObjects = null;
            ValuesThatHaveBeenSet = new bool[CurrentFunction.Parameters.Count];

            if (FunctionRunner.CachedParameters.ContainsKey(CurrentFunction))
            {
                parameterObjects = FunctionRunner.CachedParameters[CurrentFunction];
                parametersMatch = CurrentFunction.Parameters.Count == parameterObjects.Count;

                if (parametersMatch)
                {
                    for (int i = 0; i < CurrentFunction.Parameters.Count; i++)
                    {
                        if (parameterObjects[i] == null || !CurrentFunction.Parameters[i].DataType.IsInstanceOfType(parameterObjects[i]))
                        {
                            parametersMatch = false;
                        }
                    }
                }
            }
            for (int i = 0; i < CurrentFunction.Parameters.Count; i++)
            {
                if (parametersMatch)
                {
                    ParametersToPass[i] = parameterObjects[i];
                    ValuesThatHaveBeenSet[i] = true;
                }
            }
            for (int i = 0; i < CurrentFunction.Parameters.Count; i++)
            {
                ParamInfo param = CurrentFunction.Parameters[i];
                string displayName = param.Name;
                //string displayName = string.Format("{2}. {0} ({1}):", param.Name, param.DataType, i + 1);
                string displayValue = "";
                DevComponents.AdvTree.Node node = new DevComponents.AdvTree.Node();
                node.Cells[0].StyleNormal = treeDebugParams.Styles["elementStyle1"];
                node.Tag = param;
                Control editControl = null;
                object existingParamObject = null;
                bool isBasicType = true;

                switch (param.DataType.Name.ToLower())
                {
                    case "bool":
                    case "boolean":
                        editControl = new DevComponents.DotNetBar.Controls.CheckBoxX();
                        ((DevComponents.DotNetBar.Controls.CheckBoxX)editControl).Checked = ValuesThatHaveBeenSet[i] ? (bool)ParametersToPass[i] : false;
                        ((DevComponents.DotNetBar.Controls.CheckBoxX)editControl).CheckedChangedEx += DebugParamChanged_CheckboxX;
                        break;
                    case "int":
                    case "int32":
                        editControl = new DevComponents.Editors.IntegerInput();
                        ((DevComponents.Editors.IntegerInput)editControl).Value = ValuesThatHaveBeenSet[i] ? (int)ParametersToPass[i] : 0;
                        ((DevComponents.Editors.IntegerInput)editControl).ValueChanged += DebugParamChanged_IntegerInput;
                        break;
                    case "double":
                        editControl = new DevComponents.Editors.DoubleInput();
                        ((DevComponents.Editors.DoubleInput)editControl).Value = ValuesThatHaveBeenSet[i] ? (double)ParametersToPass[i] : 0;
                        ((DevComponents.Editors.DoubleInput)editControl).ValueChanged += DebugParamChanged_DoubleInput;
                        break;
                    case "string":
                        editControl = new DevComponents.DotNetBar.Controls.TextBoxX();
                        editControl.Text = ValuesThatHaveBeenSet[i] ? (string)ParametersToPass[i] : "";
                        editControl.TextChanged += DebugParamChanged_TextBoxX;
                        break;
                    default:
                        //MessageBox.Show(string.Format("Parameter-type not handled yet: {0}.\n\nPlease contact [email protected]", param.DataType.Name), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        //return;
                        isBasicType = false;
                        break;
                }
                if (isBasicType)
                {
                    node.Text = string.Format("{0} ({1})", param.Name, param.DataType);
                }
                //if (param.DataType.GetInterface("ArchAngel.Interfaces.IScriptBaseObject") != null)
                if (!isBasicType)
                {
                    if (ParametersToPass[i] != null)
                    {
                        displayValue = ProviderInfo.GetDisplayName(ParametersToPass[i]);
                    }
                    else
                    {
                        // Let's check whether another function has previously set a value for this kind of object...
                        foreach (List<object> paramList in FunctionRunner.CachedParameters.Values)
                        {
                            foreach (object existingParam in paramList)
                            {
                                if (param.DataType.IsInstanceOfType(existingParam))
                                {
                                    existingParamObject = existingParam;
                                    ValuesThatHaveBeenSet[i] = true;
                                    ParametersToPass[i] = existingParamObject;
                                    displayValue = ProviderInfo.GetDisplayName(existingParam);
                                }
                            }
                        }
                        if (existingParamObject == null)
                        {
                            //node.Cells[0].StyleNormal = treeDebugParams.Styles["elementStyleMissing"];
                            node.ImageIndex = 1;
                            displayValue = "Click to set";
                        }
                    }
                    //editControl = new DevComponents.DotNetBar.Controls.ComboTree();
                    editControl = new ButtonX();
                    editControl.Text = editControl.Text = ValuesThatHaveBeenSet[i] ? displayValue : "Click to set";
                    editControl.Text = string.Format("<u>{0}</u>", editControl.Text);
                    editControl.Tag = existingParamObject;
                    ((ButtonX)editControl).ColorTable = eButtonColor.Flat;
                    ((ButtonX)editControl).Style = eDotNetBarStyle.OfficeXP;
                    ((ButtonX)editControl).FocusCuesEnabled = false;
                    editControl.Cursor = Cursors.Hand;
                    editControl.Click += DebugParamChanged_ButtonX;

                    //string[] prevSelections = new string[] { "red", "blue", "green"};

                    //foreach (string prevSelection in prevSelections)
                    //{
                    //    DevComponents.AdvTree.Node prevSelNode = new DevComponents.AdvTree.Node();
                    //    prevSelNode.Text = prevSelection;
                    //    //((DevComponents.DotNetBar.Controls.ComboTree)editControl).Nodes.Add(prevSelNode);
                    //    //((ComboBox)editControl).Items.Add(prevSelection);
                    //    //((DevComponents.DotNetBar.Controls.ComboTree)editControl).Dock = DockStyle.Fill;
                    //    //((DevComponents.DotNetBar.Controls.ComboTree)editControl).SelectedIndex = 0;
                    //}
                    node.Text = displayName;
                    //node.he
                }
                DevComponents.AdvTree.Cell cell = new DevComponents.AdvTree.Cell();
                cell.HostedControl = editControl;
                cell.StyleNormal = treeDebugParams.Styles["elementStyle1"];
                node.Cells.Add(cell);
                treeDebugParams.Nodes.Add(node);
            }
            SetCachedParameters();
        }
예제 #18
0
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_CoinsSettings));

            _Panel1 = new Panel();
            _ButtonX_SaveSettings        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_SaveSettings.Click += new EventHandler(ButtonX1_Click);
            _GroupBox4                        = new GroupBox();
            _ButtonX_Remove3DCoins            = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_Remove3DCoins.Click     += new EventHandler(ButtonX_Remove3DCoins_Click);
            _ButtonX_ImportKaze3DCoins        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_ImportKaze3DCoins.Click += new EventHandler(ButtonX_ImportKaze3DCoins_Click);
            _GroupBox3                        = new GroupBox();
            _LabelX10 = new DevComponents.DotNetBar.LabelX();
            _SwitchButton_EnableNewRedCoinsCounter = new DevComponents.DotNetBar.Controls.SwitchButton();
            _LabelX6 = new DevComponents.DotNetBar.LabelX();
            _TextBoxX_NewRedCoinsCounterTextForCoins = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_NewRedCoinsCounterTextForCoin  = new DevComponents.DotNetBar.Controls.TextBoxX();
            _LabelX5   = new DevComponents.DotNetBar.LabelX();
            _LabelX1   = new DevComponents.DotNetBar.LabelX();
            _GroupBox1 = new GroupBox();
            _SwitchButton_CoinsRestoreHealth = new DevComponents.DotNetBar.Controls.SwitchButton();
            _LabelX9 = new DevComponents.DotNetBar.LabelX();
            _SwitchButton_ShowCoinsHudOnHubs = new DevComponents.DotNetBar.Controls.SwitchButton();
            _LabelX8 = new DevComponents.DotNetBar.LabelX();
            _SwitchButton_Enable100Coins = new DevComponents.DotNetBar.Controls.SwitchButton();
            _LabelX7 = new DevComponents.DotNetBar.LabelX();
            _LabelX2 = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_CoinsForRedCoinsStar = new DevComponents.Editors.IntegerInput();
            _LabelX4 = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_CoinsForBowserRedCoinsStar = new DevComponents.Editors.IntegerInput();
            _LabelX3 = new DevComponents.DotNetBar.LabelX();
            _IntegerInput_CoinsFor100CoinsStar = new DevComponents.Editors.IntegerInput();
            _Panel1.SuspendLayout();
            _GroupBox4.SuspendLayout();
            _GroupBox3.SuspendLayout();
            _GroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_CoinsForRedCoinsStar).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_CoinsForBowserRedCoinsStar).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_CoinsFor100CoinsStar).BeginInit();
            SuspendLayout();
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_ButtonX_SaveSettings);
            _Panel1.Controls.Add(_GroupBox4);
            _Panel1.Controls.Add(_GroupBox3);
            _Panel1.Controls.Add(_GroupBox1);
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.Name = "Panel1";
            //
            // ButtonX_SaveSettings
            //
            _ButtonX_SaveSettings.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX_SaveSettings.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_SaveSettings.FocusCuesEnabled = false;
            _ButtonX_SaveSettings.Image            = My.Resources.MyIcons.icons8_save_16px;
            resources.ApplyResources(_ButtonX_SaveSettings, "ButtonX_SaveSettings");
            _ButtonX_SaveSettings.Name  = "ButtonX_SaveSettings";
            _ButtonX_SaveSettings.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // GroupBox4
            //
            _GroupBox4.Controls.Add(_ButtonX_Remove3DCoins);
            _GroupBox4.Controls.Add(_ButtonX_ImportKaze3DCoins);
            resources.ApplyResources(_GroupBox4, "GroupBox4");
            _GroupBox4.Name    = "GroupBox4";
            _GroupBox4.TabStop = false;
            //
            // ButtonX_Remove3DCoins
            //
            _ButtonX_Remove3DCoins.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX_Remove3DCoins.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_Remove3DCoins.FocusCuesEnabled = false;
            _ButtonX_Remove3DCoins.Image            = My.Resources.MyIcons.icons8_delete_sign_16px;
            resources.ApplyResources(_ButtonX_Remove3DCoins, "ButtonX_Remove3DCoins");
            _ButtonX_Remove3DCoins.Name  = "ButtonX_Remove3DCoins";
            _ButtonX_Remove3DCoins.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX_ImportKaze3DCoins
            //
            _ButtonX_ImportKaze3DCoins.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX_ImportKaze3DCoins.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_ImportKaze3DCoins.FocusCuesEnabled = false;
            resources.ApplyResources(_ButtonX_ImportKaze3DCoins, "ButtonX_ImportKaze3DCoins");
            _ButtonX_ImportKaze3DCoins.Name  = "ButtonX_ImportKaze3DCoins";
            _ButtonX_ImportKaze3DCoins.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // GroupBox3
            //
            _GroupBox3.Controls.Add(_LabelX10);
            _GroupBox3.Controls.Add(_SwitchButton_EnableNewRedCoinsCounter);
            _GroupBox3.Controls.Add(_LabelX6);
            _GroupBox3.Controls.Add(_TextBoxX_NewRedCoinsCounterTextForCoins);
            _GroupBox3.Controls.Add(_TextBoxX_NewRedCoinsCounterTextForCoin);
            _GroupBox3.Controls.Add(_LabelX5);
            _GroupBox3.Controls.Add(_LabelX1);
            resources.ApplyResources(_GroupBox3, "GroupBox3");
            _GroupBox3.Name    = "GroupBox3";
            _GroupBox3.TabStop = false;
            //
            // LabelX10
            //
            //
            //
            //
            _LabelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX10, "LabelX10");
            _LabelX10.Name = "LabelX10";
            //
            // SwitchButton_EnableNewRedCoinsCounter
            //
            //
            //
            //
            _SwitchButton_EnableNewRedCoinsCounter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _SwitchButton_EnableNewRedCoinsCounter.FocusCuesEnabled           = false;
            resources.ApplyResources(_SwitchButton_EnableNewRedCoinsCounter, "SwitchButton_EnableNewRedCoinsCounter");
            _SwitchButton_EnableNewRedCoinsCounter.Name              = "SwitchButton_EnableNewRedCoinsCounter";
            _SwitchButton_EnableNewRedCoinsCounter.OffTextColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _SwitchButton_EnableNewRedCoinsCounter.OnBackColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(139)), Conversions.ToInteger(Conversions.ToByte(195)), Conversions.ToInteger(Conversions.ToByte(80)));
            _SwitchButton_EnableNewRedCoinsCounter.OnTextColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(21)), Conversions.ToInteger(Conversions.ToByte(66)), Conversions.ToInteger(Conversions.ToByte(139)));
            _SwitchButton_EnableNewRedCoinsCounter.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _SwitchButton_EnableNewRedCoinsCounter.SwitchBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(147)), Conversions.ToInteger(Conversions.ToByte(164)), Conversions.ToInteger(Conversions.ToByte(181)));
            _SwitchButton_EnableNewRedCoinsCounter.SwitchBorderColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(69)), Conversions.ToInteger(Conversions.ToByte(85)), Conversions.ToInteger(Conversions.ToByte(107)));
            _SwitchButton_EnableNewRedCoinsCounter.SwitchWidth       = 15;
            _SwitchButton_EnableNewRedCoinsCounter.Value             = true;
            _SwitchButton_EnableNewRedCoinsCounter.ValueObject       = "Y";
            //
            // LabelX6
            //
            //
            //
            //
            _LabelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX6, "LabelX6");
            _LabelX6.Name          = "LabelX6";
            _LabelX6.TextAlignment = StringAlignment.Center;
            //
            // TextBoxX_NewRedCoinsCounterTextForCoins
            //
            _TextBoxX_NewRedCoinsCounterTextForCoins.BackColor = Color.White;
            //
            //
            //
            _TextBoxX_NewRedCoinsCounterTextForCoins.Border.Class      = "TextBoxBorder";
            _TextBoxX_NewRedCoinsCounterTextForCoins.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_NewRedCoinsCounterTextForCoins.DisabledBackColor = Color.White;
            _TextBoxX_NewRedCoinsCounterTextForCoins.ForeColor         = Color.Black;
            resources.ApplyResources(_TextBoxX_NewRedCoinsCounterTextForCoins, "TextBoxX_NewRedCoinsCounterTextForCoins");
            _TextBoxX_NewRedCoinsCounterTextForCoins.Name             = "TextBoxX_NewRedCoinsCounterTextForCoins";
            _TextBoxX_NewRedCoinsCounterTextForCoins.PreventEnterBeep = true;
            //
            // TextBoxX_NewRedCoinsCounterTextForCoin
            //
            _TextBoxX_NewRedCoinsCounterTextForCoin.BackColor = Color.White;
            //
            //
            //
            _TextBoxX_NewRedCoinsCounterTextForCoin.Border.Class      = "TextBoxBorder";
            _TextBoxX_NewRedCoinsCounterTextForCoin.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_NewRedCoinsCounterTextForCoin.DisabledBackColor = Color.White;
            _TextBoxX_NewRedCoinsCounterTextForCoin.ForeColor         = Color.Black;
            resources.ApplyResources(_TextBoxX_NewRedCoinsCounterTextForCoin, "TextBoxX_NewRedCoinsCounterTextForCoin");
            _TextBoxX_NewRedCoinsCounterTextForCoin.Name             = "TextBoxX_NewRedCoinsCounterTextForCoin";
            _TextBoxX_NewRedCoinsCounterTextForCoin.PreventEnterBeep = true;
            //
            // LabelX5
            //
            //
            //
            //
            _LabelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX5, "LabelX5");
            _LabelX5.Name = "LabelX5";
            //
            // LabelX1
            //
            //
            //
            //
            _LabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX1, "LabelX1");
            _LabelX1.Name = "LabelX1";
            //
            // GroupBox1
            //
            _GroupBox1.Controls.Add(_SwitchButton_CoinsRestoreHealth);
            _GroupBox1.Controls.Add(_LabelX9);
            _GroupBox1.Controls.Add(_SwitchButton_ShowCoinsHudOnHubs);
            _GroupBox1.Controls.Add(_LabelX8);
            _GroupBox1.Controls.Add(_SwitchButton_Enable100Coins);
            _GroupBox1.Controls.Add(_LabelX7);
            _GroupBox1.Controls.Add(_LabelX2);
            _GroupBox1.Controls.Add(_IntegerInput_CoinsForRedCoinsStar);
            _GroupBox1.Controls.Add(_LabelX4);
            _GroupBox1.Controls.Add(_IntegerInput_CoinsForBowserRedCoinsStar);
            _GroupBox1.Controls.Add(_LabelX3);
            _GroupBox1.Controls.Add(_IntegerInput_CoinsFor100CoinsStar);
            resources.ApplyResources(_GroupBox1, "GroupBox1");
            _GroupBox1.Name    = "GroupBox1";
            _GroupBox1.TabStop = false;
            //
            // SwitchButton_CoinsRestoreHealth
            //
            //
            //
            //
            _SwitchButton_CoinsRestoreHealth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _SwitchButton_CoinsRestoreHealth.FocusCuesEnabled           = false;
            resources.ApplyResources(_SwitchButton_CoinsRestoreHealth, "SwitchButton_CoinsRestoreHealth");
            _SwitchButton_CoinsRestoreHealth.Name              = "SwitchButton_CoinsRestoreHealth";
            _SwitchButton_CoinsRestoreHealth.OffTextColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _SwitchButton_CoinsRestoreHealth.OnBackColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(139)), Conversions.ToInteger(Conversions.ToByte(195)), Conversions.ToInteger(Conversions.ToByte(80)));
            _SwitchButton_CoinsRestoreHealth.OnTextColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(21)), Conversions.ToInteger(Conversions.ToByte(66)), Conversions.ToInteger(Conversions.ToByte(139)));
            _SwitchButton_CoinsRestoreHealth.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _SwitchButton_CoinsRestoreHealth.SwitchBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(147)), Conversions.ToInteger(Conversions.ToByte(164)), Conversions.ToInteger(Conversions.ToByte(181)));
            _SwitchButton_CoinsRestoreHealth.SwitchBorderColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(69)), Conversions.ToInteger(Conversions.ToByte(85)), Conversions.ToInteger(Conversions.ToByte(107)));
            _SwitchButton_CoinsRestoreHealth.SwitchWidth       = 15;
            _SwitchButton_CoinsRestoreHealth.Value             = true;
            _SwitchButton_CoinsRestoreHealth.ValueObject       = "Y";
            //
            // LabelX9
            //
            //
            //
            //
            _LabelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX9, "LabelX9");
            _LabelX9.Name = "LabelX9";
            //
            // SwitchButton_ShowCoinsHudOnHubs
            //
            //
            //
            //
            _SwitchButton_ShowCoinsHudOnHubs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _SwitchButton_ShowCoinsHudOnHubs.FocusCuesEnabled           = false;
            resources.ApplyResources(_SwitchButton_ShowCoinsHudOnHubs, "SwitchButton_ShowCoinsHudOnHubs");
            _SwitchButton_ShowCoinsHudOnHubs.Name              = "SwitchButton_ShowCoinsHudOnHubs";
            _SwitchButton_ShowCoinsHudOnHubs.OffTextColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _SwitchButton_ShowCoinsHudOnHubs.OnBackColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(139)), Conversions.ToInteger(Conversions.ToByte(195)), Conversions.ToInteger(Conversions.ToByte(80)));
            _SwitchButton_ShowCoinsHudOnHubs.OnTextColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(21)), Conversions.ToInteger(Conversions.ToByte(66)), Conversions.ToInteger(Conversions.ToByte(139)));
            _SwitchButton_ShowCoinsHudOnHubs.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _SwitchButton_ShowCoinsHudOnHubs.SwitchBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(147)), Conversions.ToInteger(Conversions.ToByte(164)), Conversions.ToInteger(Conversions.ToByte(181)));
            _SwitchButton_ShowCoinsHudOnHubs.SwitchBorderColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(69)), Conversions.ToInteger(Conversions.ToByte(85)), Conversions.ToInteger(Conversions.ToByte(107)));
            _SwitchButton_ShowCoinsHudOnHubs.SwitchWidth       = 15;
            _SwitchButton_ShowCoinsHudOnHubs.Value             = true;
            _SwitchButton_ShowCoinsHudOnHubs.ValueObject       = "Y";
            //
            // LabelX8
            //
            //
            //
            //
            _LabelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX8, "LabelX8");
            _LabelX8.Name = "LabelX8";
            //
            // SwitchButton_Enable100Coins
            //
            //
            //
            //
            _SwitchButton_Enable100Coins.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _SwitchButton_Enable100Coins.FocusCuesEnabled           = false;
            resources.ApplyResources(_SwitchButton_Enable100Coins, "SwitchButton_Enable100Coins");
            _SwitchButton_Enable100Coins.Name              = "SwitchButton_Enable100Coins";
            _SwitchButton_Enable100Coins.OffTextColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _SwitchButton_Enable100Coins.OnBackColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(139)), Conversions.ToInteger(Conversions.ToByte(195)), Conversions.ToInteger(Conversions.ToByte(80)));
            _SwitchButton_Enable100Coins.OnTextColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(21)), Conversions.ToInteger(Conversions.ToByte(66)), Conversions.ToInteger(Conversions.ToByte(139)));
            _SwitchButton_Enable100Coins.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _SwitchButton_Enable100Coins.SwitchBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(147)), Conversions.ToInteger(Conversions.ToByte(164)), Conversions.ToInteger(Conversions.ToByte(181)));
            _SwitchButton_Enable100Coins.SwitchBorderColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(69)), Conversions.ToInteger(Conversions.ToByte(85)), Conversions.ToInteger(Conversions.ToByte(107)));
            _SwitchButton_Enable100Coins.SwitchWidth       = 15;
            _SwitchButton_Enable100Coins.Value             = true;
            _SwitchButton_Enable100Coins.ValueObject       = "Y";
            //
            // LabelX7
            //
            //
            //
            //
            _LabelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX7, "LabelX7");
            _LabelX7.Name = "LabelX7";
            //
            // LabelX2
            //
            //
            //
            //
            _LabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX2, "LabelX2");
            _LabelX2.Name = "LabelX2";
            //
            // IntegerInput_CoinsForRedCoinsStar
            //
            //
            //
            //
            _IntegerInput_CoinsForRedCoinsStar.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_CoinsForRedCoinsStar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_CoinsForRedCoinsStar.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            resources.ApplyResources(_IntegerInput_CoinsForRedCoinsStar, "IntegerInput_CoinsForRedCoinsStar");
            _IntegerInput_CoinsForRedCoinsStar.Name       = "IntegerInput_CoinsForRedCoinsStar";
            _IntegerInput_CoinsForRedCoinsStar.ShowUpDown = true;
            //
            // LabelX4
            //
            //
            //
            //
            _LabelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX4, "LabelX4");
            _LabelX4.Name = "LabelX4";
            //
            // IntegerInput_CoinsForBowserRedCoinsStar
            //
            //
            //
            //
            _IntegerInput_CoinsForBowserRedCoinsStar.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_CoinsForBowserRedCoinsStar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_CoinsForBowserRedCoinsStar.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            resources.ApplyResources(_IntegerInput_CoinsForBowserRedCoinsStar, "IntegerInput_CoinsForBowserRedCoinsStar");
            _IntegerInput_CoinsForBowserRedCoinsStar.Name       = "IntegerInput_CoinsForBowserRedCoinsStar";
            _IntegerInput_CoinsForBowserRedCoinsStar.ShowUpDown = true;
            //
            // LabelX3
            //
            //
            //
            //
            _LabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX3, "LabelX3");
            _LabelX3.Name = "LabelX3";
            //
            // IntegerInput_CoinsFor100CoinsStar
            //
            //
            //
            //
            _IntegerInput_CoinsFor100CoinsStar.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput_CoinsFor100CoinsStar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput_CoinsFor100CoinsStar.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            resources.ApplyResources(_IntegerInput_CoinsFor100CoinsStar, "IntegerInput_CoinsFor100CoinsStar");
            _IntegerInput_CoinsFor100CoinsStar.Name       = "IntegerInput_CoinsFor100CoinsStar";
            _IntegerInput_CoinsFor100CoinsStar.ShowUpDown = true;
            //
            // Form_CoinsSettings
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(_Panel1);
            FormBorderStyle    = FormBorderStyle.FixedSingle;
            MaximizeBox        = false;
            Name               = "Form_CoinsSettings";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            _Panel1.ResumeLayout(false);
            _GroupBox4.ResumeLayout(false);
            _GroupBox3.ResumeLayout(false);
            _GroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_CoinsForRedCoinsStar).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_CoinsForBowserRedCoinsStar).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput_CoinsFor100CoinsStar).EndInit();
            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.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.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.panelNhapXuat = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmdShow = new DevComponents.DotNetBar.ButtonX();
     this.txtNam = new DevComponents.Editors.IntegerInput();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txtThang = new DevComponents.Editors.IntegerInput();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.panelNhapXuat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNam)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtThang)).BeginInit();
     this.SuspendLayout();
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location = new System.Drawing.Point(0, 100);
     this.crystalReportViewer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.crystalReportViewer1.Name = "crystalReportViewer1";
     this.crystalReportViewer1.SelectionFormula = "";
     this.crystalReportViewer1.Size = new System.Drawing.Size(992, 646);
     this.crystalReportViewer1.TabIndex = 72;
     this.crystalReportViewer1.ViewTimeSelectionFormula = "";
     //
     // panelNhapXuat
     //
     this.panelNhapXuat.BackColor = System.Drawing.Color.Transparent;
     this.panelNhapXuat.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelNhapXuat.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelNhapXuat.Controls.Add(this.cmdShow);
     this.panelNhapXuat.Controls.Add(this.txtNam);
     this.panelNhapXuat.Controls.Add(this.labelX1);
     this.panelNhapXuat.Controls.Add(this.txtThang);
     this.panelNhapXuat.Controls.Add(this.labelX26);
     this.panelNhapXuat.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelNhapXuat.Location = new System.Drawing.Point(0, 35);
     this.panelNhapXuat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelNhapXuat.Name = "panelNhapXuat";
     this.panelNhapXuat.Size = new System.Drawing.Size(992, 65);
     //
     //
     //
     this.panelNhapXuat.Style.BackColor = System.Drawing.Color.Transparent;
     this.panelNhapXuat.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.panelNhapXuat.Style.BackColorGradientAngle = 90;
     this.panelNhapXuat.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderBottomWidth = 1;
     this.panelNhapXuat.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelNhapXuat.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderLeftWidth = 1;
     this.panelNhapXuat.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderRightWidth = 1;
     this.panelNhapXuat.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.panelNhapXuat.Style.BorderTopWidth = 1;
     this.panelNhapXuat.Style.CornerDiameter = 4;
     this.panelNhapXuat.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.panelNhapXuat.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.panelNhapXuat.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelNhapXuat.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.panelNhapXuat.TabIndex = 71;
     this.panelNhapXuat.Text = "Thông tin";
     //
     // cmdShow
     //
     this.cmdShow.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdShow.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cmdShow.Location = new System.Drawing.Point(617, 4);
     this.cmdShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdShow.Name = "cmdShow";
     this.cmdShow.Size = new System.Drawing.Size(86, 28);
     this.cmdShow.TabIndex = 72;
     this.cmdShow.Text = "Báo cáo";
     this.cmdShow.Click += new System.EventHandler(this.cmdShow_Click);
     //
     // txtNam
     //
     //
     //
     //
     this.txtNam.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtNam.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtNam.Location = new System.Drawing.Point(526, 7);
     this.txtNam.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtNam.Name = "txtNam";
     this.txtNam.ShowUpDown = true;
     this.txtNam.Size = new System.Drawing.Size(64, 24);
     this.txtNam.TabIndex = 71;
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(480, 6);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(46, 30);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Năm:";
     //
     // txtThang
     //
     //
     //
     //
     this.txtThang.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtThang.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtThang.Location = new System.Drawing.Point(390, 6);
     this.txtThang.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtThang.Name = "txtThang";
     this.txtThang.ShowUpDown = true;
     this.txtThang.Size = new System.Drawing.Size(64, 24);
     this.txtThang.TabIndex = 69;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(344, 4);
     this.labelX26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(46, 30);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tháng:";
     //
     // frmTonghopthuchi
     //
     this.ClientSize = new System.Drawing.Size(992, 746);
     this.Controls.Add(this.crystalReportViewer1);
     this.Controls.Add(this.panelNhapXuat);
     this.Name = "frmTonghopthuchi";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Controls.SetChildIndex(this.panelNhapXuat, 0);
     this.Controls.SetChildIndex(this.crystalReportViewer1, 0);
     this.panelNhapXuat.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtNam)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtThang)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txtCode = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtChineseName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txtEnglishName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.txtAddress = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txtEnglishAddress = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.txtTelephone = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtFax = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.txtChancellorChineseName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.txtChancellorEnglishName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.txtEduDirectorName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.txtStuDirectorName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.btnSave = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.intSchoolYear = new DevComponents.Editors.IntegerInput();
     this.intSemester = new DevComponents.Editors.IntegerInput();
     this.txtCEO = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.intSchoolYear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.intSemester)).BeginInit();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(33, 10);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(64, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "學校代碼";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtCode
     //
     //
     //
     //
     this.txtCode.Border.Class = "TextBoxBorder";
     this.txtCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCode.Location = new System.Drawing.Point(103, 8);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(124, 23);
     this.txtCode.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(279, 10);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(46, 23);
     this.labelX2.TabIndex = 2;
     this.labelX2.Text = "學年度";
     this.labelX2.Visible = false;
     //
     // 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(405, 10);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(40, 23);
     this.labelX3.TabIndex = 4;
     this.labelX3.Text = "學期";
     this.labelX3.Visible = false;
     //
     // txtChineseName
     //
     //
     //
     //
     this.txtChineseName.Border.Class = "TextBoxBorder";
     this.txtChineseName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtChineseName.Location = new System.Drawing.Point(103, 39);
     this.txtChineseName.Name = "txtChineseName";
     this.txtChineseName.Size = new System.Drawing.Size(394, 23);
     this.txtChineseName.TabIndex = 7;
     //
     // 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(10, 39);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(87, 23);
     this.labelX4.TabIndex = 6;
     this.labelX4.Text = "學校中文名稱";
     this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtEnglishName
     //
     //
     //
     //
     this.txtEnglishName.Border.Class = "TextBoxBorder";
     this.txtEnglishName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtEnglishName.Location = new System.Drawing.Point(103, 66);
     this.txtEnglishName.Name = "txtEnglishName";
     this.txtEnglishName.Size = new System.Drawing.Size(394, 23);
     this.txtEnglishName.TabIndex = 5;
     //
     // 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(10, 68);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(87, 23);
     this.labelX5.TabIndex = 8;
     this.labelX5.Text = "學校英文名稱";
     this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtAddress
     //
     //
     //
     //
     this.txtAddress.Border.Class = "TextBoxBorder";
     this.txtAddress.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtAddress.Location = new System.Drawing.Point(103, 95);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(394, 23);
     this.txtAddress.TabIndex = 6;
     //
     // 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(10, 97);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(87, 23);
     this.labelX6.TabIndex = 10;
     this.labelX6.Text = "學校中文地址";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtEnglishAddress
     //
     //
     //
     //
     this.txtEnglishAddress.Border.Class = "TextBoxBorder";
     this.txtEnglishAddress.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtEnglishAddress.Location = new System.Drawing.Point(103, 124);
     this.txtEnglishAddress.Name = "txtEnglishAddress";
     this.txtEnglishAddress.Size = new System.Drawing.Size(394, 23);
     this.txtEnglishAddress.TabIndex = 7;
     //
     // 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(10, 126);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(87, 23);
     this.labelX7.TabIndex = 12;
     this.labelX7.Text = "學校英文地址";
     this.labelX7.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtTelephone
     //
     //
     //
     //
     this.txtTelephone.Border.Class = "TextBoxBorder";
     this.txtTelephone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtTelephone.Location = new System.Drawing.Point(103, 153);
     this.txtTelephone.Name = "txtTelephone";
     this.txtTelephone.Size = new System.Drawing.Size(124, 23);
     this.txtTelephone.TabIndex = 8;
     //
     // 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(33, 155);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(64, 23);
     this.labelX8.TabIndex = 14;
     this.labelX8.Text = "學校電話";
     this.labelX8.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtFax
     //
     //
     //
     //
     this.txtFax.Border.Class = "TextBoxBorder";
     this.txtFax.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtFax.Location = new System.Drawing.Point(374, 154);
     this.txtFax.Name = "txtFax";
     this.txtFax.Size = new System.Drawing.Size(122, 23);
     this.txtFax.TabIndex = 9;
     //
     // 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(304, 154);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(64, 23);
     this.labelX9.TabIndex = 16;
     this.labelX9.Text = "學校傳真";
     this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtChancellorChineseName
     //
     //
     //
     //
     this.txtChancellorChineseName.Border.Class = "TextBoxBorder";
     this.txtChancellorChineseName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtChancellorChineseName.Location = new System.Drawing.Point(103, 182);
     this.txtChancellorChineseName.Name = "txtChancellorChineseName";
     this.txtChancellorChineseName.Size = new System.Drawing.Size(393, 23);
     this.txtChancellorChineseName.TabIndex = 10;
     //
     // 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(10, 184);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(87, 23);
     this.labelX10.TabIndex = 18;
     this.labelX10.Text = "校長中文姓名";
     this.labelX10.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtChancellorEnglishName
     //
     //
     //
     //
     this.txtChancellorEnglishName.Border.Class = "TextBoxBorder";
     this.txtChancellorEnglishName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtChancellorEnglishName.Location = new System.Drawing.Point(103, 211);
     this.txtChancellorEnglishName.Name = "txtChancellorEnglishName";
     this.txtChancellorEnglishName.Size = new System.Drawing.Size(393, 23);
     this.txtChancellorEnglishName.TabIndex = 11;
     //
     // 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(10, 213);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(87, 23);
     this.labelX11.TabIndex = 20;
     this.labelX11.Text = "校長英文姓名";
     this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtEduDirectorName
     //
     //
     //
     //
     this.txtEduDirectorName.Border.Class = "TextBoxBorder";
     this.txtEduDirectorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtEduDirectorName.Location = new System.Drawing.Point(103, 240);
     this.txtEduDirectorName.Name = "txtEduDirectorName";
     this.txtEduDirectorName.Size = new System.Drawing.Size(124, 23);
     this.txtEduDirectorName.TabIndex = 12;
     //
     // labelX12
     //
     this.labelX12.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(12, 242);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(85, 23);
     this.labelX12.TabIndex = 22;
     this.labelX12.Text = "院長姓名";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // txtStuDirectorName
     //
     //
     //
     //
     this.txtStuDirectorName.Border.Class = "TextBoxBorder";
     this.txtStuDirectorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtStuDirectorName.Location = new System.Drawing.Point(372, 240);
     this.txtStuDirectorName.Name = "txtStuDirectorName";
     this.txtStuDirectorName.Size = new System.Drawing.Size(124, 23);
     this.txtStuDirectorName.TabIndex = 13;
     //
     // labelX13
     //
     this.labelX13.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(281, 242);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(87, 23);
     this.labelX13.TabIndex = 24;
     this.labelX13.Text = "副院長姓名";
     this.labelX13.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // 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(335, 276);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 14;
     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(422, 275);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 15;
     this.btnExit.Text = "離開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // intSchoolYear
     //
     this.intSchoolYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.intSchoolYear.BackgroundStyle.Class = "DateTimeInputBackground";
     this.intSchoolYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.intSchoolYear.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.intSchoolYear.Location = new System.Drawing.Point(331, 8);
     this.intSchoolYear.MaxValue = 9999;
     this.intSchoolYear.MinValue = 1;
     this.intSchoolYear.Name = "intSchoolYear";
     this.intSchoolYear.ShowUpDown = true;
     this.intSchoolYear.Size = new System.Drawing.Size(61, 23);
     this.intSchoolYear.TabIndex = 25;
     this.intSchoolYear.Value = 1;
     this.intSchoolYear.Visible = false;
     //
     // intSemester
     //
     this.intSemester.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.intSemester.BackgroundStyle.Class = "DateTimeInputBackground";
     this.intSemester.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.intSemester.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.intSemester.Location = new System.Drawing.Point(444, 8);
     this.intSemester.MaxValue = 2;
     this.intSemester.MinValue = 0;
     this.intSemester.Name = "intSemester";
     this.intSemester.ShowUpDown = true;
     this.intSemester.Size = new System.Drawing.Size(50, 23);
     this.intSemester.TabIndex = 26;
     this.intSemester.Value = 1;
     this.intSemester.Visible = false;
     //
     // txtCEO
     //
     //
     //
     //
     this.txtCEO.Border.Class = "TextBoxBorder";
     this.txtCEO.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCEO.Location = new System.Drawing.Point(103, 270);
     this.txtCEO.Name = "txtCEO";
     this.txtCEO.Size = new System.Drawing.Size(124, 23);
     this.txtCEO.TabIndex = 27;
     //
     // labelX14
     //
     this.labelX14.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(12, 271);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(85, 23);
     this.labelX14.TabIndex = 28;
     this.labelX14.Text = "執行長姓名";
     this.labelX14.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // SchoolInfo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(507, 310);
     this.Controls.Add(this.txtCEO);
     this.Controls.Add(this.labelX14);
     this.Controls.Add(this.intSemester);
     this.Controls.Add(this.intSchoolYear);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.txtStuDirectorName);
     this.Controls.Add(this.labelX13);
     this.Controls.Add(this.txtEduDirectorName);
     this.Controls.Add(this.labelX12);
     this.Controls.Add(this.txtChancellorEnglishName);
     this.Controls.Add(this.labelX11);
     this.Controls.Add(this.txtChancellorChineseName);
     this.Controls.Add(this.labelX10);
     this.Controls.Add(this.txtFax);
     this.Controls.Add(this.labelX9);
     this.Controls.Add(this.txtTelephone);
     this.Controls.Add(this.labelX8);
     this.Controls.Add(this.txtEnglishAddress);
     this.Controls.Add(this.labelX7);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.txtEnglishName);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.txtChineseName);
     this.Controls.Add(this.labelX4);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Name = "SchoolInfo";
     this.Text = "管理學校基本資料";
     this.Load += new System.EventHandler(this.SchoolInfoMangement_Load);
     ((System.ComponentModel.ISupportInitialize)(this.intSchoolYear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.intSemester)).EndInit();
     this.ResumeLayout(false);
 }
예제 #22
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.checkBoxX11 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.comboBoxEx7 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem19 = new DevComponents.Editors.ComboItem();
     this.comboItem20 = new DevComponents.Editors.ComboItem();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX9 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.comboBoxEx8 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem17 = new DevComponents.Editors.ComboItem();
     this.comboItem18 = new DevComponents.Editors.ComboItem();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX10 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.comboBoxEx5 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.comboItem16 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx6 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX12 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.checkBox6 = new System.Windows.Forms.CheckBox();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.checkBox4 = new System.Windows.Forms.CheckBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.checkBox11 = new System.Windows.Forms.CheckBox();
     this.checkBox10 = new System.Windows.Forms.CheckBox();
     this.checkBox9 = new System.Windows.Forms.CheckBox();
     this.checkBox8 = new System.Windows.Forms.CheckBox();
     this.checkBox7 = new System.Windows.Forms.CheckBox();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx9 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     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.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.integerInput1 = new DevComponents.Editors.IntegerInput();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.panelEx2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).BeginInit();
     this.SuspendLayout();
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(31, 42);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(91, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "模板铺设尺寸:";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(129, 44);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "长LL(mm)";
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(364, 45);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(114, 23);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text = "宽BB(mm):";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(473, 45);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 21);
     this.textBox2.TabIndex = 4;
     this.textBox2.Text = "3000";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioButton2);
     this.groupBox2.Controls.Add(this.radioButton1);
     this.groupBox2.Controls.Add(this.checkBoxX11);
     this.groupBox2.Controls.Add(this.comboBoxEx7);
     this.groupBox2.Controls.Add(this.labelX12);
     this.groupBox2.Controls.Add(this.checkBoxX9);
     this.groupBox2.Controls.Add(this.comboBoxEx8);
     this.groupBox2.Controls.Add(this.labelX13);
     this.groupBox2.Controls.Add(this.checkBoxX10);
     this.groupBox2.Controls.Add(this.comboBoxEx5);
     this.groupBox2.Controls.Add(this.comboBoxEx6);
     this.groupBox2.Controls.Add(this.labelX10);
     this.groupBox2.Controls.Add(this.labelX11);
     this.groupBox2.Controls.Add(this.checkBoxX7);
     this.groupBox2.Controls.Add(this.checkBoxX8);
     this.groupBox2.Controls.Add(this.comboBoxEx4);
     this.groupBox2.Controls.Add(this.labelX9);
     this.groupBox2.Controls.Add(this.checkBoxX6);
     this.groupBox2.Controls.Add(this.comboBoxEx3);
     this.groupBox2.Controls.Add(this.labelX8);
     this.groupBox2.Controls.Add(this.checkBoxX5);
     this.groupBox2.Controls.Add(this.comboBoxEx2);
     this.groupBox2.Controls.Add(this.comboBoxEx1);
     this.groupBox2.Controls.Add(this.labelX7);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Controls.Add(this.checkBoxX4);
     this.groupBox2.Controls.Add(this.checkBoxX3);
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Location = new System.Drawing.Point(30, 72);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(364, 359);
     this.groupBox2.TabIndex = 33;
     this.groupBox2.TabStop = false;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Checked = true;
     this.radioButton2.Location = new System.Drawing.Point(214, 23);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(35, 16);
     this.radioButton2.TabIndex = 63;
     this.radioButton2.TabStop = true;
     this.radioButton2.Text = "否";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(117, 23);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(35, 16);
     this.radioButton1.TabIndex = 62;
     this.radioButton1.Text = "是";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // checkBoxX11
     //
     //
     //
     //
     this.checkBoxX11.BackgroundStyle.Class = "";
     this.checkBoxX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX11.Location = new System.Drawing.Point(6, 330);
     this.checkBoxX11.Name = "checkBoxX11";
     this.checkBoxX11.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX11.TabIndex = 61;
     this.checkBoxX11.Text = "连接角模";
     //
     // comboBoxEx7
     //
     this.comboBoxEx7.DisplayMember = "Text";
     this.comboBoxEx7.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx7.FormattingEnabled = true;
     this.comboBoxEx7.ItemHeight = 15;
     this.comboBoxEx7.Items.AddRange(new object[] {
     this.comboItem19,
     this.comboItem20});
     this.comboBoxEx7.Location = new System.Drawing.Point(287, 222);
     this.comboBoxEx7.Name = "comboBoxEx7";
     this.comboBoxEx7.Size = new System.Drawing.Size(44, 21);
     this.comboBoxEx7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx7.TabIndex = 60;
     //
     // comboItem19
     //
     this.comboItem19.Text = "50";
     //
     // comboItem20
     //
     this.comboItem20.Text = "100";
     //
     // labelX12
     //
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(254, 222);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(54, 23);
     this.labelX12.TabIndex = 59;
     this.labelX12.Text = "尺寸:";
     //
     // checkBoxX9
     //
     //
     //
     //
     this.checkBoxX9.BackgroundStyle.Class = "";
     this.checkBoxX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX9.Location = new System.Drawing.Point(255, 180);
     this.checkBoxX9.Name = "checkBoxX9";
     this.checkBoxX9.Size = new System.Drawing.Size(76, 23);
     this.checkBoxX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX9.TabIndex = 58;
     this.checkBoxX9.Text = "阳角模";
     this.checkBoxX9.CheckedChanged += new System.EventHandler(this.checkBoxX9_CheckedChanged);
     //
     // comboBoxEx8
     //
     this.comboBoxEx8.DisplayMember = "Text";
     this.comboBoxEx8.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx8.FormattingEnabled = true;
     this.comboBoxEx8.ItemHeight = 15;
     this.comboBoxEx8.Items.AddRange(new object[] {
     this.comboItem17,
     this.comboItem18});
     this.comboBoxEx8.Location = new System.Drawing.Point(287, 151);
     this.comboBoxEx8.Name = "comboBoxEx8";
     this.comboBoxEx8.Size = new System.Drawing.Size(44, 21);
     this.comboBoxEx8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx8.TabIndex = 57;
     //
     // comboItem17
     //
     this.comboItem17.Text = "150";
     //
     // comboItem18
     //
     this.comboItem18.Text = "100";
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(254, 151);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(55, 23);
     this.labelX13.TabIndex = 56;
     this.labelX13.Text = "尺寸:";
     //
     // checkBoxX10
     //
     //
     //
     //
     this.checkBoxX10.BackgroundStyle.Class = "";
     this.checkBoxX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX10.Location = new System.Drawing.Point(255, 122);
     this.checkBoxX10.Name = "checkBoxX10";
     this.checkBoxX10.Size = new System.Drawing.Size(76, 23);
     this.checkBoxX10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX10.TabIndex = 55;
     this.checkBoxX10.Text = "阴角模";
     this.checkBoxX10.CheckedChanged += new System.EventHandler(this.checkBoxX10_CheckedChanged);
     //
     // comboBoxEx5
     //
     this.comboBoxEx5.DisplayMember = "Text";
     this.comboBoxEx5.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx5.FormattingEnabled = true;
     this.comboBoxEx5.ItemHeight = 15;
     this.comboBoxEx5.Items.AddRange(new object[] {
     this.comboItem15,
     this.comboItem16});
     this.comboBoxEx5.Location = new System.Drawing.Point(180, 293);
     this.comboBoxEx5.Name = "comboBoxEx5";
     this.comboBoxEx5.Size = new System.Drawing.Size(55, 21);
     this.comboBoxEx5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx5.TabIndex = 54;
     //
     // comboItem15
     //
     this.comboItem15.Text = "50";
     //
     // comboItem16
     //
     this.comboItem16.Text = "100";
     //
     // comboBoxEx6
     //
     this.comboBoxEx6.DisplayMember = "Text";
     this.comboBoxEx6.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx6.FormattingEnabled = true;
     this.comboBoxEx6.ItemHeight = 15;
     this.comboBoxEx6.Items.AddRange(new object[] {
     this.comboItem13,
     this.comboItem14});
     this.comboBoxEx6.Location = new System.Drawing.Point(180, 260);
     this.comboBoxEx6.Name = "comboBoxEx6";
     this.comboBoxEx6.Size = new System.Drawing.Size(55, 21);
     this.comboBoxEx6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx6.TabIndex = 53;
     //
     // comboItem13
     //
     this.comboItem13.Text = "150";
     //
     // comboItem14
     //
     this.comboItem14.Text = "100";
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(140, 293);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(54, 23);
     this.labelX10.TabIndex = 52;
     this.labelX10.Text = "尺寸:";
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(139, 258);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(55, 23);
     this.labelX11.TabIndex = 51;
     this.labelX11.Text = "尺寸:";
     //
     // checkBoxX7
     //
     //
     //
     //
     this.checkBoxX7.BackgroundStyle.Class = "";
     this.checkBoxX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX7.Location = new System.Drawing.Point(83, 291);
     this.checkBoxX7.Name = "checkBoxX7";
     this.checkBoxX7.Size = new System.Drawing.Size(104, 23);
     this.checkBoxX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX7.TabIndex = 50;
     this.checkBoxX7.Text = "阳角模";
     this.checkBoxX7.CheckedChanged += new System.EventHandler(this.checkBoxX7_CheckedChanged);
     //
     // checkBoxX8
     //
     //
     //
     //
     this.checkBoxX8.BackgroundStyle.Class = "";
     this.checkBoxX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX8.Location = new System.Drawing.Point(83, 258);
     this.checkBoxX8.Name = "checkBoxX8";
     this.checkBoxX8.Size = new System.Drawing.Size(104, 23);
     this.checkBoxX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX8.TabIndex = 49;
     this.checkBoxX8.Text = "阴角模";
     this.checkBoxX8.CheckedChanged += new System.EventHandler(this.checkBoxX8_CheckedChanged);
     //
     // comboBoxEx4
     //
     this.comboBoxEx4.DisplayMember = "Text";
     this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx4.FormattingEnabled = true;
     this.comboBoxEx4.ItemHeight = 15;
     this.comboBoxEx4.Items.AddRange(new object[] {
     this.comboItem11,
     this.comboItem12});
     this.comboBoxEx4.Location = new System.Drawing.Point(33, 216);
     this.comboBoxEx4.Name = "comboBoxEx4";
     this.comboBoxEx4.Size = new System.Drawing.Size(44, 21);
     this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx4.TabIndex = 48;
     //
     // comboItem11
     //
     this.comboItem11.Text = "50";
     //
     // comboItem12
     //
     this.comboItem12.Text = "100";
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(7, 217);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(54, 23);
     this.labelX9.TabIndex = 47;
     this.labelX9.Text = "尺寸:";
     //
     // checkBoxX6
     //
     //
     //
     //
     this.checkBoxX6.BackgroundStyle.Class = "";
     this.checkBoxX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX6.Location = new System.Drawing.Point(6, 178);
     this.checkBoxX6.Name = "checkBoxX6";
     this.checkBoxX6.Size = new System.Drawing.Size(76, 23);
     this.checkBoxX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX6.TabIndex = 46;
     this.checkBoxX6.Text = "阳角模";
     this.checkBoxX6.CheckedChanged += new System.EventHandler(this.checkBoxX6_CheckedChanged);
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember = "Text";
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight = 15;
     this.comboBoxEx3.Items.AddRange(new object[] {
     this.comboItem9,
     this.comboItem10});
     this.comboBoxEx3.Location = new System.Drawing.Point(33, 153);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(44, 21);
     this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx3.TabIndex = 45;
     //
     // comboItem9
     //
     this.comboItem9.Text = "150";
     //
     // comboItem10
     //
     this.comboItem10.Text = "100";
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(6, 153);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(55, 23);
     this.labelX8.TabIndex = 44;
     this.labelX8.Text = "尺寸:";
     //
     // checkBoxX5
     //
     //
     //
     //
     this.checkBoxX5.BackgroundStyle.Class = "";
     this.checkBoxX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX5.Location = new System.Drawing.Point(6, 124);
     this.checkBoxX5.Name = "checkBoxX5";
     this.checkBoxX5.Size = new System.Drawing.Size(76, 23);
     this.checkBoxX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX5.TabIndex = 43;
     this.checkBoxX5.Text = "阴角模";
     this.checkBoxX5.CheckedChanged += new System.EventHandler(this.checkBoxX5_CheckedChanged);
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember = "Text";
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight = 15;
     this.comboBoxEx2.Items.AddRange(new object[] {
     this.comboItem7,
     this.comboItem8});
     this.comboBoxEx2.Location = new System.Drawing.Point(180, 95);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(55, 21);
     this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx2.TabIndex = 42;
     //
     // comboItem7
     //
     this.comboItem7.Text = "50";
     //
     // comboItem8
     //
     this.comboItem8.Text = "100";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 15;
     this.comboBoxEx1.Items.AddRange(new object[] {
     this.comboItem5,
     this.comboItem6});
     this.comboBoxEx1.Location = new System.Drawing.Point(180, 68);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(55, 21);
     this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx1.TabIndex = 41;
     //
     // comboItem5
     //
     this.comboItem5.Text = "150";
     //
     // comboItem6
     //
     this.comboItem6.Text = "100";
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(139, 93);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(54, 23);
     this.labelX7.TabIndex = 40;
     this.labelX7.Text = "尺寸:";
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(138, 68);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(55, 23);
     this.labelX6.TabIndex = 39;
     this.labelX6.Text = "尺寸:";
     //
     // checkBoxX4
     //
     //
     //
     //
     this.checkBoxX4.BackgroundStyle.Class = "";
     this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX4.Location = new System.Drawing.Point(83, 93);
     this.checkBoxX4.Name = "checkBoxX4";
     this.checkBoxX4.Size = new System.Drawing.Size(104, 23);
     this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX4.TabIndex = 38;
     this.checkBoxX4.Text = "阳角模";
     this.checkBoxX4.CheckedChanged += new System.EventHandler(this.checkBoxX4_CheckedChanged);
     //
     // checkBoxX3
     //
     //
     //
     //
     this.checkBoxX3.BackgroundStyle.Class = "";
     this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX3.Location = new System.Drawing.Point(83, 68);
     this.checkBoxX3.Name = "checkBoxX3";
     this.checkBoxX3.Size = new System.Drawing.Size(104, 23);
     this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX3.TabIndex = 37;
     this.checkBoxX3.Text = "阴角模";
     this.checkBoxX3.CheckedChanged += new System.EventHandler(this.checkBoxX3_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(83, 124);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(166, 121);
     this.groupBox1.TabIndex = 36;
     this.groupBox1.TabStop = false;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(19, 23);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(109, 23);
     this.labelX4.TabIndex = 33;
     this.labelX4.Text = "是否选用角模:";
     //
     // checkBoxX12
     //
     //
     //
     //
     this.checkBoxX12.BackgroundStyle.Class = "";
     this.checkBoxX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX12.Location = new System.Drawing.Point(400, 87);
     this.checkBoxX12.Name = "checkBoxX12";
     this.checkBoxX12.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX12.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX12.TabIndex = 34;
     this.checkBoxX12.Text = "选用模板规格:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.checkBox6);
     this.groupBox3.Controls.Add(this.checkBox5);
     this.groupBox3.Controls.Add(this.checkBox4);
     this.groupBox3.Controls.Add(this.checkBox3);
     this.groupBox3.Controls.Add(this.checkBox2);
     this.groupBox3.Controls.Add(this.checkBox1);
     this.groupBox3.Location = new System.Drawing.Point(400, 116);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(200, 80);
     this.groupBox3.TabIndex = 37;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "长l(mm):";
     //
     // checkBox6
     //
     this.checkBox6.AutoSize = true;
     this.checkBox6.Location = new System.Drawing.Point(107, 56);
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.Size = new System.Drawing.Size(48, 16);
     this.checkBox6.TabIndex = 5;
     this.checkBox6.Text = "1500";
     this.checkBox6.UseVisualStyleBackColor = true;
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(107, 37);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(48, 16);
     this.checkBox5.TabIndex = 4;
     this.checkBox5.Text = "1200";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // checkBox4
     //
     this.checkBox4.AutoSize = true;
     this.checkBox4.Location = new System.Drawing.Point(107, 15);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(42, 16);
     this.checkBox4.TabIndex = 3;
     this.checkBox4.Text = "900";
     this.checkBox4.UseVisualStyleBackColor = true;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(22, 56);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(42, 16);
     this.checkBox3.TabIndex = 2;
     this.checkBox3.Text = "750";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(22, 34);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(42, 16);
     this.checkBox2.TabIndex = 1;
     this.checkBox2.Text = "600";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(22, 18);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(42, 16);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text = "450";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBox11);
     this.groupBox4.Controls.Add(this.checkBox10);
     this.groupBox4.Controls.Add(this.checkBox9);
     this.groupBox4.Controls.Add(this.checkBox8);
     this.groupBox4.Controls.Add(this.checkBox7);
     this.groupBox4.Location = new System.Drawing.Point(400, 232);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(200, 85);
     this.groupBox4.TabIndex = 38;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "宽b(mm):";
     //
     // checkBox11
     //
     this.checkBox11.AutoSize = true;
     this.checkBox11.Location = new System.Drawing.Point(107, 56);
     this.checkBox11.Name = "checkBox11";
     this.checkBox11.Size = new System.Drawing.Size(42, 16);
     this.checkBox11.TabIndex = 5;
     this.checkBox11.Text = "300";
     this.checkBox11.UseVisualStyleBackColor = true;
     //
     // checkBox10
     //
     this.checkBox10.AutoSize = true;
     this.checkBox10.Location = new System.Drawing.Point(107, 27);
     this.checkBox10.Name = "checkBox10";
     this.checkBox10.Size = new System.Drawing.Size(42, 16);
     this.checkBox10.TabIndex = 4;
     this.checkBox10.Text = "250";
     this.checkBox10.UseVisualStyleBackColor = true;
     //
     // checkBox9
     //
     this.checkBox9.AutoSize = true;
     this.checkBox9.Location = new System.Drawing.Point(22, 62);
     this.checkBox9.Name = "checkBox9";
     this.checkBox9.Size = new System.Drawing.Size(42, 16);
     this.checkBox9.TabIndex = 3;
     this.checkBox9.Text = "200";
     this.checkBox9.UseVisualStyleBackColor = true;
     //
     // checkBox8
     //
     this.checkBox8.AutoSize = true;
     this.checkBox8.Location = new System.Drawing.Point(22, 42);
     this.checkBox8.Name = "checkBox8";
     this.checkBox8.Size = new System.Drawing.Size(42, 16);
     this.checkBox8.TabIndex = 2;
     this.checkBox8.Text = "150";
     this.checkBox8.UseVisualStyleBackColor = true;
     //
     // checkBox7
     //
     this.checkBox7.AutoSize = true;
     this.checkBox7.Location = new System.Drawing.Point(22, 20);
     this.checkBox7.Name = "checkBox7";
     this.checkBox7.Size = new System.Drawing.Size(42, 16);
     this.checkBox7.TabIndex = 1;
     this.checkBox7.Text = "100";
     this.checkBox7.UseVisualStyleBackColor = true;
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(422, 334);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(75, 23);
     this.labelX14.TabIndex = 39;
     this.labelX14.Text = "排列方式:";
     //
     // comboBoxEx9
     //
     this.comboBoxEx9.DisplayMember = "Text";
     this.comboBoxEx9.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx9.FormattingEnabled = true;
     this.comboBoxEx9.ItemHeight = 15;
     this.comboBoxEx9.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4});
     this.comboBoxEx9.Location = new System.Drawing.Point(507, 332);
     this.comboBoxEx9.Name = "comboBoxEx9";
     this.comboBoxEx9.Size = new System.Drawing.Size(93, 21);
     this.comboBoxEx9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx9.TabIndex = 40;
     //
     // comboItem1
     //
     this.comboItem1.Text = "全部横向排列";
     //
     // comboItem2
     //
     this.comboItem2.Text = "全部竖向排列";
     //
     // comboItem3
     //
     this.comboItem3.Text = "横竖混合排列";
     //
     // comboItem4
     //
     this.comboItem4.Text = "不固定排列";
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.buttonX1);
     this.panelEx2.Location = new System.Drawing.Point(30, 437);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(594, 33);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 41;
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(511, 0);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(80, 30);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 0;
     this.buttonX1.Text = "配板设计";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // integerInput1
     //
     //
     //
     //
     this.integerInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.integerInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInput1.Location = new System.Drawing.Point(210, 46);
     this.integerInput1.Name = "integerInput1";
     this.integerInput1.ShowUpDown = true;
     this.integerInput1.Size = new System.Drawing.Size(80, 21);
     this.integerInput1.TabIndex = 42;
     this.integerInput1.Value = 6000;
     //
     // Frmpeiban
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.ClientSize = new System.Drawing.Size(636, 475);
     this.Controls.Add(this.integerInput1);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.comboBoxEx9);
     this.Controls.Add(this.labelX14);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.checkBoxX12);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Name = "Frmpeiban";
     this.Load += new System.EventHandler(this.Frmpeiban_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.panelEx2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockContainerItem3 = new DevComponents.DotNetBar.DockContainerItem();
     this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.BtnSubmit = new DevComponents.DotNetBar.ButtonX();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.LbScaffoldType = new DevComponents.DotNetBar.LabelX();
     this.CbxScaffoldType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem72 = new DevComponents.Editors.ComboItem();
     this.comboItem73 = new DevComponents.Editors.ComboItem();
     this.comboItem74 = new DevComponents.Editors.ComboItem();
     this.comboItem66 = new DevComponents.Editors.ComboItem();
     this.comboItem70 = new DevComponents.Editors.ComboItem();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.TabScaffloldPower = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.Tb_Item1GGWJ = new System.Windows.Forms.TextBox();
     this.Tb_Item1BH = new System.Windows.Forms.TextBox();
     this.Lb_Item1BH = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item1GGWJ = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1SKJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item1DKJ = new DevComponents.Editors.DoubleInput();
     this.Lb_Item17 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1LQJL = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1LQJL = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1DSGD = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1DSGD = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1BJ = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1BJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1XHGWSCD = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1LGZJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1LGHJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item1LGZJ = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1LGHJ = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel13 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item1S = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item1D = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item1GD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item1KJ = new DevComponents.Editors.DoubleInput();
     this.Tb_Lx4Item1BJ = new System.Windows.Forms.TextBox();
     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.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx4Item1MF2 = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item1MF1 = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item1MF4 = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item1MF3 = new System.Windows.Forms.RadioButton();
     this.LX4tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel6 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item6 = new System.Windows.Forms.GroupBox();
     this.Lb_Item6Uz = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item6Uz = new DevComponents.Editors.DoubleInput();
     this.Cb_Item7DMCCD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem214 = new DevComponents.Editors.ComboItem();
     this.comboItem215 = new DevComponents.Editors.ComboItem();
     this.comboItem216 = new DevComponents.Editors.ComboItem();
     this.comboItem217 = new DevComponents.Editors.ComboItem();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.Grp_Item6SF = new System.Windows.Forms.GroupBox();
     this.Cb_Item6SF = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem37 = new DevComponents.Editors.ComboItem();
     this.comboItem38 = new DevComponents.Editors.ComboItem();
     this.comboItem39 = new DevComponents.Editors.ComboItem();
     this.comboItem40 = new DevComponents.Editors.ComboItem();
     this.comboItem41 = new DevComponents.Editors.ComboItem();
     this.comboItem42 = new DevComponents.Editors.ComboItem();
     this.comboItem43 = new DevComponents.Editors.ComboItem();
     this.comboItem44 = new DevComponents.Editors.ComboItem();
     this.comboItem45 = new DevComponents.Editors.ComboItem();
     this.comboItem46 = new DevComponents.Editors.ComboItem();
     this.comboItem47 = new DevComponents.Editors.ComboItem();
     this.comboItem48 = new DevComponents.Editors.ComboItem();
     this.comboItem49 = new DevComponents.Editors.ComboItem();
     this.comboItem50 = new DevComponents.Editors.ComboItem();
     this.comboItem51 = new DevComponents.Editors.ComboItem();
     this.comboItem52 = new DevComponents.Editors.ComboItem();
     this.comboItem53 = new DevComponents.Editors.ComboItem();
     this.comboItem54 = new DevComponents.Editors.ComboItem();
     this.comboItem55 = new DevComponents.Editors.ComboItem();
     this.comboItem56 = new DevComponents.Editors.ComboItem();
     this.comboItem57 = new DevComponents.Editors.ComboItem();
     this.comboItem58 = new DevComponents.Editors.ComboItem();
     this.comboItem59 = new DevComponents.Editors.ComboItem();
     this.comboItem60 = new DevComponents.Editors.ComboItem();
     this.comboItem61 = new DevComponents.Editors.ComboItem();
     this.comboItem62 = new DevComponents.Editors.ComboItem();
     this.comboItem63 = new DevComponents.Editors.ComboItem();
     this.comboItem71 = new DevComponents.Editors.ComboItem();
     this.comboItem75 = new DevComponents.Editors.ComboItem();
     this.comboItem142 = new DevComponents.Editors.ComboItem();
     this.comboItem143 = new DevComponents.Editors.ComboItem();
     this.comboItem144 = new DevComponents.Editors.ComboItem();
     this.comboItem145 = new DevComponents.Editors.ComboItem();
     this.comboItem146 = new DevComponents.Editors.ComboItem();
     this.Lb_Item6SF = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item6SFDQFY = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item6DQ = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item6DQ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.Lb_Item6SFDQFY = new DevComponents.DotNetBar.LabelX();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.Lb_Item6SelfJBFY = new DevComponents.DotNetBar.LabelX();
     this.Chk_Item6Self = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.DbInput_Item6SelfJBFY = new DevComponents.Editors.DoubleInput();
     this.LXtabItem6 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item5 = new System.Windows.Forms.GroupBox();
     this.DbInput_Item5HZBZ = new DevComponents.Editors.DoubleInput();
     this.IntInput_Item5PSCS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item5SGCS = new DevComponents.Editors.IntegerInput();
     this.Cb_Item5YT = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem34 = new DevComponents.Editors.ComboItem();
     this.comboItem35 = new DevComponents.Editors.ComboItem();
     this.comboItem36 = new DevComponents.Editors.ComboItem();
     this.Lb_Item5PSCS = new DevComponents.DotNetBar.LabelX();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item5YT = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem5 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.IntInput_Item4PSCS = new DevComponents.Editors.IntegerInput();
     this.Tb_Item4JBZZBZZ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Tb_Item4JSBZZBZZ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Cb_Item4JSBLB = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     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.Lb_Item4JSBLB = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item4AQW = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item4AQW = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item4JBLB = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.Lb_Item4JBZZBZZ = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item4JBLB = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item4PSCS = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item4JSBZZBZZ = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item4GK = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item2 = new System.Windows.Forms.GroupBox();
     this.Grp_Item2DHG = new System.Windows.Forms.GroupBox();
     this.Cb_Item2DHGGS = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem22 = new DevComponents.Editors.ComboItem();
     this.comboItem23 = new DevComponents.Editors.ComboItem();
     this.comboItem24 = new DevComponents.Editors.ComboItem();
     this.comboItem25 = new DevComponents.Editors.ComboItem();
     this.Lb_Item2DHGGS = new DevComponents.DotNetBar.LabelX();
     this.Rdo_Item2XHG = new System.Windows.Forms.RadioButton();
     this.Grp_Item2XHG = new System.Windows.Forms.GroupBox();
     this.Tb_Item2XHGJJ = new System.Windows.Forms.TextBox();
     this.Cb_Item2LGZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem20 = new DevComponents.Editors.ComboItem();
     this.comboItem21 = new DevComponents.Editors.ComboItem();
     this.Lb_Item2LGZJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item2XHGJJ = new DevComponents.DotNetBar.LabelX();
     this.Rdo_Item2DHG = new System.Windows.Forms.RadioButton();
     this.LXtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel9 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item9 = new System.Windows.Forms.GroupBox();
     this.Cb_Item9DJLX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.comboItem16 = new DevComponents.Editors.ComboItem();
     this.Lb_Item9DJLX = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item9ZYCD = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item9ZYCD = new DevComponents.DotNetBar.LabelX();
     this.DbIput_Item9DBK = new DevComponents.Editors.DoubleInput();
     this.Lb_Item9DBK = new DevComponents.DotNetBar.LabelX();
     this.Btn_Item9SearchChart = new DevComponents.DotNetBar.ButtonX();
     this.Tb_Item9DJCZL = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item9DJCZL = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item9DJTLX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem17 = new DevComponents.Editors.ComboItem();
     this.comboItem18 = new DevComponents.Editors.ComboItem();
     this.comboItem19 = new DevComponents.Editors.ComboItem();
     this.comboItem64 = new DevComponents.Editors.ComboItem();
     this.comboItem65 = new DevComponents.Editors.ComboItem();
     this.comboItem67 = new DevComponents.Editors.ComboItem();
     this.comboItem68 = new DevComponents.Editors.ComboItem();
     this.comboItem69 = new DevComponents.Editors.ComboItem();
     this.Lb_Item9DJTLX = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem9 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel17 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.IntInput_Lx5Item1NO = new DevComponents.Editors.IntegerInput();
     this.IntInput_Lx5Item1LDX = new DevComponents.Editors.IntegerInput();
     this.IntInput_Lx5Item1SPX = new DevComponents.Editors.IntegerInput();
     this.Cbx_Lx5Item1LGJXG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem212 = new DevComponents.Editors.ComboItem();
     this.comboItem213 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1DKJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem201 = new DevComponents.Editors.ComboItem();
     this.comboItem202 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1WXGBZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem203 = new DevComponents.Editors.ComboItem();
     this.comboItem204 = new DevComponents.Editors.ComboItem();
     this.comboItem205 = new DevComponents.Editors.ComboItem();
     this.comboItem206 = new DevComponents.Editors.ComboItem();
     this.comboItem207 = new DevComponents.Editors.ComboItem();
     this.comboItem208 = new DevComponents.Editors.ComboItem();
     this.labelX48 = new DevComponents.DotNetBar.LabelX();
     this.labelX52 = new DevComponents.DotNetBar.LabelX();
     this.labelX49 = new DevComponents.DotNetBar.LabelX();
     this.labelX62 = new DevComponents.DotNetBar.LabelX();
     this.labelX50 = new DevComponents.DotNetBar.LabelX();
     this.labelX51 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Lx5Item1LDX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem188 = new DevComponents.Editors.ComboItem();
     this.comboItem189 = new DevComponents.Editors.ComboItem();
     this.comboItem190 = new DevComponents.Editors.ComboItem();
     this.comboItem191 = new DevComponents.Editors.ComboItem();
     this.comboItem192 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1SPX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem193 = new DevComponents.Editors.ComboItem();
     this.comboItem194 = new DevComponents.Editors.ComboItem();
     this.comboItem195 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1WXG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem196 = new DevComponents.Editors.ComboItem();
     this.comboItem197 = new DevComponents.Editors.ComboItem();
     this.comboItem198 = new DevComponents.Editors.ComboItem();
     this.comboItem199 = new DevComponents.Editors.ComboItem();
     this.comboItem200 = new DevComponents.Editors.ComboItem();
     this.labelX45 = new DevComponents.DotNetBar.LabelX();
     this.labelX46 = new DevComponents.DotNetBar.LabelX();
     this.labelX47 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Lx5Item1LGG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem184 = new DevComponents.Editors.ComboItem();
     this.comboItem185 = new DevComponents.Editors.ComboItem();
     this.comboItem186 = new DevComponents.Editors.ComboItem();
     this.comboItem187 = new DevComponents.Editors.ComboItem();
     this.labelX44 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Lx5Item1HJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem168 = new DevComponents.Editors.ComboItem();
     this.comboItem169 = new DevComponents.Editors.ComboItem();
     this.comboItem170 = new DevComponents.Editors.ComboItem();
     this.comboItem171 = new DevComponents.Editors.ComboItem();
     this.comboItem172 = new DevComponents.Editors.ComboItem();
     this.comboItem173 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1JHG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem174 = new DevComponents.Editors.ComboItem();
     this.comboItem175 = new DevComponents.Editors.ComboItem();
     this.comboItem176 = new DevComponents.Editors.ComboItem();
     this.comboItem177 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1ZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem178 = new DevComponents.Editors.ComboItem();
     this.comboItem179 = new DevComponents.Editors.ComboItem();
     this.comboItem180 = new DevComponents.Editors.ComboItem();
     this.comboItem181 = new DevComponents.Editors.ComboItem();
     this.comboItem182 = new DevComponents.Editors.ComboItem();
     this.comboItem183 = new DevComponents.Editors.ComboItem();
     this.labelX39 = new DevComponents.DotNetBar.LabelX();
     this.labelX40 = new DevComponents.DotNetBar.LabelX();
     this.labelX41 = new DevComponents.DotNetBar.LabelX();
     this.labelX43 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2GD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item1BJ = new DevComponents.Editors.DoubleInput();
     this.labelX38 = new DevComponents.DotNetBar.LabelX();
     this.LX5tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel16 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox19 = new System.Windows.Forms.GroupBox();
     this.Btn_Lx4Item4Search1 = new DevComponents.DotNetBar.ButtonX();
     this.DbInput_Lx4Item4TZXS = new DevComponents.Editors.DoubleInput();
     this.Btn_Lx4Item4Search2 = new DevComponents.DotNetBar.ButtonX();
     this.Tb_Lx4Item4DJCZL = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX37 = new DevComponents.DotNetBar.LabelX();
     this.labelX33 = new DevComponents.DotNetBar.LabelX();
     this.Cb_Lx4Item4DJTLX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem160 = new DevComponents.Editors.ComboItem();
     this.comboItem161 = new DevComponents.Editors.ComboItem();
     this.comboItem162 = new DevComponents.Editors.ComboItem();
     this.comboItem163 = new DevComponents.Editors.ComboItem();
     this.comboItem164 = new DevComponents.Editors.ComboItem();
     this.comboItem165 = new DevComponents.Editors.ComboItem();
     this.comboItem166 = new DevComponents.Editors.ComboItem();
     this.comboItem167 = new DevComponents.Editors.ComboItem();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.DbIput_Lx4Item4DBK = new DevComponents.Editors.DoubleInput();
     this.DbIput_Lx4Item4DBC = new DevComponents.Editors.DoubleInput();
     this.labelX36 = new DevComponents.DotNetBar.LabelX();
     this.labelX35 = new DevComponents.DotNetBar.LabelX();
     this.labelX32 = new DevComponents.DotNetBar.LabelX();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.DbIput_Lx4Item4DFMJ = new DevComponents.Editors.DoubleInput();
     this.labelX30 = new DevComponents.DotNetBar.LabelX();
     this.Tb_Lx4Item4YFMJ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX31 = new DevComponents.DotNetBar.LabelX();
     this.groupBox18 = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx4Item4CK = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item4QF = new System.Windows.Forms.RadioButton();
     this.LX4tabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel15 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item3SG = new DevComponents.Editors.DoubleInput();
     this.IntInput_Lx4Item3CS = new DevComponents.Editors.IntegerInput();
     this.Cbx_Lx4Item3YT = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem158 = new DevComponents.Editors.ComboItem();
     this.comboItem159 = new DevComponents.Editors.ComboItem();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.labelX28 = new DevComponents.DotNetBar.LabelX();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item3HL = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item3AQW = new DevComponents.Editors.DoubleInput();
     this.Cbx_Lx4Item3JGJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem156 = new DevComponents.Editors.ComboItem();
     this.comboItem157 = new DevComponents.Editors.ComboItem();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupBox16 = new System.Windows.Forms.GroupBox();
     this.Cbx_Lx4Item3JSB = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem151 = new DevComponents.Editors.ComboItem();
     this.comboItem153 = new DevComponents.Editors.ComboItem();
     this.comboItem154 = new DevComponents.Editors.ComboItem();
     this.comboItem155 = new DevComponents.Editors.ComboItem();
     this.IntInput_Lx4Item3SPJ = new DevComponents.Editors.IntegerInput();
     this.IntInput_Lx4Item3JSB = new DevComponents.Editors.IntegerInput();
     this.labelX63 = new DevComponents.DotNetBar.LabelX();
     this.labelX34 = new DevComponents.DotNetBar.LabelX();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.LX4tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel14 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item2SP = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item2SX = new DevComponents.Editors.DoubleInput();
     this.labelX64 = new DevComponents.DotNetBar.LabelX();
     this.labelX65 = new DevComponents.DotNetBar.LabelX();
     this.Grp_Lx4Item2HF = new System.Windows.Forms.GroupBox();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx4Item2DJ = new DevComponents.Editors.DoubleInput();
     this.Grp_Lx4Item2KJ = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx4Item2S = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item2D = new System.Windows.Forms.RadioButton();
     this.Cbx_Lx4Item2LJFS = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem150 = new DevComponents.Editors.ComboItem();
     this.comboItem152 = new DevComponents.Editors.ComboItem();
     this.DbInput_Lx4Item2BJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item2CD = new DevComponents.Editors.DoubleInput();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.LX4tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel11 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item11 = new System.Windows.Forms.GroupBox();
     this.Tb_Item11MGXGJL = new System.Windows.Forms.TextBox();
     this.Lb_Item11LBHNTQD = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item11MGXGJL = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item11ULSZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem120 = new DevComponents.Editors.ComboItem();
     this.comboItem121 = new DevComponents.Editors.ComboItem();
     this.comboItem122 = new DevComponents.Editors.ComboItem();
     this.comboItem123 = new DevComponents.Editors.ComboItem();
     this.comboItem124 = new DevComponents.Editors.ComboItem();
     this.comboItem125 = new DevComponents.Editors.ComboItem();
     this.comboItem126 = new DevComponents.Editors.ComboItem();
     this.Lb_Item11ULSZJ = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item11LBHNTQD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem127 = new DevComponents.Editors.ComboItem();
     this.comboItem128 = new DevComponents.Editors.ComboItem();
     this.comboItem129 = new DevComponents.Editors.ComboItem();
     this.comboItem130 = new DevComponents.Editors.ComboItem();
     this.comboItem131 = new DevComponents.Editors.ComboItem();
     this.comboItem132 = new DevComponents.Editors.ComboItem();
     this.comboItem133 = new DevComponents.Editors.ComboItem();
     this.LXtabItem11 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel10 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item10 = new System.Windows.Forms.GroupBox();
     this.Lb_Item10GLXH = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item10GLXH = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem76 = new DevComponents.Editors.ComboItem();
     this.comboItem77 = new DevComponents.Editors.ComboItem();
     this.comboItem78 = new DevComponents.Editors.ComboItem();
     this.comboItem79 = new DevComponents.Editors.ComboItem();
     this.comboItem80 = new DevComponents.Editors.ComboItem();
     this.comboItem81 = new DevComponents.Editors.ComboItem();
     this.comboItem82 = new DevComponents.Editors.ComboItem();
     this.comboItem83 = new DevComponents.Editors.ComboItem();
     this.comboItem84 = new DevComponents.Editors.ComboItem();
     this.comboItem85 = new DevComponents.Editors.ComboItem();
     this.comboItem86 = new DevComponents.Editors.ComboItem();
     this.comboItem87 = new DevComponents.Editors.ComboItem();
     this.comboItem88 = new DevComponents.Editors.ComboItem();
     this.comboItem89 = new DevComponents.Editors.ComboItem();
     this.comboItem90 = new DevComponents.Editors.ComboItem();
     this.comboItem91 = new DevComponents.Editors.ComboItem();
     this.comboItem92 = new DevComponents.Editors.ComboItem();
     this.comboItem93 = new DevComponents.Editors.ComboItem();
     this.comboItem94 = new DevComponents.Editors.ComboItem();
     this.comboItem95 = new DevComponents.Editors.ComboItem();
     this.comboItem96 = new DevComponents.Editors.ComboItem();
     this.comboItem97 = new DevComponents.Editors.ComboItem();
     this.comboItem98 = new DevComponents.Editors.ComboItem();
     this.comboItem99 = new DevComponents.Editors.ComboItem();
     this.comboItem100 = new DevComponents.Editors.ComboItem();
     this.comboItem101 = new DevComponents.Editors.ComboItem();
     this.comboItem102 = new DevComponents.Editors.ComboItem();
     this.comboItem103 = new DevComponents.Editors.ComboItem();
     this.comboItem104 = new DevComponents.Editors.ComboItem();
     this.comboItem105 = new DevComponents.Editors.ComboItem();
     this.comboItem106 = new DevComponents.Editors.ComboItem();
     this.comboItem107 = new DevComponents.Editors.ComboItem();
     this.comboItem108 = new DevComponents.Editors.ComboItem();
     this.comboItem109 = new DevComponents.Editors.ComboItem();
     this.comboItem110 = new DevComponents.Editors.ComboItem();
     this.comboItem111 = new DevComponents.Editors.ComboItem();
     this.comboItem112 = new DevComponents.Editors.ComboItem();
     this.comboItem113 = new DevComponents.Editors.ComboItem();
     this.comboItem114 = new DevComponents.Editors.ComboItem();
     this.comboItem115 = new DevComponents.Editors.ComboItem();
     this.comboItem116 = new DevComponents.Editors.ComboItem();
     this.comboItem117 = new DevComponents.Editors.ComboItem();
     this.Tb_Item10RXND = new System.Windows.Forms.TextBox();
     this.Lb_Item10RXND1 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item10MGD = new DevComponents.Editors.DoubleInput();
     this.Cb_Item10RXND = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem118 = new DevComponents.Editors.ComboItem();
     this.comboItem119 = new DevComponents.Editors.ComboItem();
     this.Lb_Item10MGD = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item10RXND2 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item10XTD = new DevComponents.Editors.DoubleInput();
     this.Lb_Item10XTD = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem10 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel8 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item8 = new System.Windows.Forms.GroupBox();
     this.Tb_Item8DFXS1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item8DFXS1 = new DevComponents.DotNetBar.LabelX();
     this.Grp_Item8FBS = new System.Windows.Forms.GroupBox();
     this.Grp_Item8ADFMJ = new System.Windows.Forms.GroupBox();
     this.DbIput_Item8DFMJ = new DevComponents.Editors.DoubleInput();
     this.labelX42 = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item8YFMJ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item8YFMJ = new DevComponents.DotNetBar.LabelX();
     this.Rdo_Item8ADFMJ = new System.Windows.Forms.RadioButton();
     this.Rdo_Item8QMM = new System.Windows.Forms.RadioButton();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.Rdo_Item8FBSK = new System.Windows.Forms.RadioButton();
     this.Rdo_Item8WMMW = new System.Windows.Forms.RadioButton();
     this.Rdo_Item8FBSQ = new System.Windows.Forms.RadioButton();
     this.LXtabItem8 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel12 = new DevComponents.DotNetBar.TabControlPanel();
     this.Cb_Item3FS = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     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.comboItem134 = new DevComponents.Editors.ComboItem();
     this.Cb_Item3JJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem136 = new DevComponents.Editors.ComboItem();
     this.comboItem137 = new DevComponents.Editors.ComboItem();
     this.Lb_Item3FS = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item3LQJJJ = new DevComponents.DotNetBar.LabelX();
     this.Grp_Item3 = new System.Windows.Forms.GroupBox();
     this.DbInput_Item3ZXL = new DevComponents.Editors.DoubleInput();
     this.Grp_Item3FSKJLJ = new System.Windows.Forms.GroupBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.Lb_Item3ZXL = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel18 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox21 = new System.Windows.Forms.GroupBox();
     this.Grp_Lx5Item2HF = new System.Windows.Forms.GroupBox();
     this.labelX58 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2DJ = new DevComponents.Editors.DoubleInput();
     this.Grp_Lx5Item2RL = new System.Windows.Forms.GroupBox();
     this.labelX60 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2LJ = new DevComponents.Editors.DoubleInput();
     this.Grp_Lx5Item2KJ = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx5Item2S = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx5Item2D = new System.Windows.Forms.RadioButton();
     this.labelX54 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2KJ = new DevComponents.Editors.DoubleInput();
     this.Cbx_Lx5Item2LQJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem209 = new DevComponents.Editors.ComboItem();
     this.comboItem210 = new DevComponents.Editors.ComboItem();
     this.comboItem211 = new DevComponents.Editors.ComboItem();
     this.DbInput_Lx5Item2MJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2BJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2L0 = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2SP = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2SX = new DevComponents.Editors.DoubleInput();
     this.labelX59 = new DevComponents.DotNetBar.LabelX();
     this.labelX57 = new DevComponents.DotNetBar.LabelX();
     this.labelX56 = new DevComponents.DotNetBar.LabelX();
     this.labelX53 = new DevComponents.DotNetBar.LabelX();
     this.labelX61 = new DevComponents.DotNetBar.LabelX();
     this.labelX55 = new DevComponents.DotNetBar.LabelX();
     this.LX5tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.doubleInput8 = new DevComponents.Editors.DoubleInput();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem29 = new DevComponents.Editors.ComboItem();
     this.comboItem30 = new DevComponents.Editors.ComboItem();
     this.comboItem31 = new DevComponents.Editors.ComboItem();
     this.comboItem32 = new DevComponents.Editors.ComboItem();
     this.comboItem33 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem26 = new DevComponents.Editors.ComboItem();
     this.comboItem27 = new DevComponents.Editors.ComboItem();
     this.comboItem28 = new DevComponents.Editors.ComboItem();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldPower)).BeginInit();
     this.TabScaffloldPower.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.Grp_Item1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1SKJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DKJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LQJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DSGD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1XHGWSCD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGHJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGZJ)).BeginInit();
     this.tabControlPanel13.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1S)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1D)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1GD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1KJ)).BeginInit();
     this.groupBox10.SuspendLayout();
     this.tabControlPanel6.SuspendLayout();
     this.Grp_Item6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6Uz)).BeginInit();
     this.Grp_Item6SF.SuspendLayout();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6SelfJBFY)).BeginInit();
     this.tabControlPanel5.SuspendLayout();
     this.Grp_Item5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item5HZBZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5PSCS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5SGCS)).BeginInit();
     this.tabControlPanel4.SuspendLayout();
     this.groupBox11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item4PSCS)).BeginInit();
     this.tabControlPanel2.SuspendLayout();
     this.Grp_Item2.SuspendLayout();
     this.Grp_Item2DHG.SuspendLayout();
     this.Grp_Item2XHG.SuspendLayout();
     this.tabControlPanel9.SuspendLayout();
     this.Grp_Item9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item9DBK)).BeginInit();
     this.tabControlPanel17.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1NO)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1LDX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1SPX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2GD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item1BJ)).BeginInit();
     this.tabControlPanel16.SuspendLayout();
     this.groupBox19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item4TZXS)).BeginInit();
     this.groupBox20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBK)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBC)).BeginInit();
     this.groupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DFMJ)).BeginInit();
     this.groupBox18.SuspendLayout();
     this.tabControlPanel15.SuspendLayout();
     this.groupBox17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3SG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3CS)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.groupBox14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3HL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3AQW)).BeginInit();
     this.groupBox16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3SPJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3JSB)).BeginInit();
     this.tabControlPanel14.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SX)).BeginInit();
     this.Grp_Lx4Item2HF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2DJ)).BeginInit();
     this.Grp_Lx4Item2KJ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2CD)).BeginInit();
     this.tabControlPanel11.SuspendLayout();
     this.Grp_Item11.SuspendLayout();
     this.tabControlPanel10.SuspendLayout();
     this.Grp_Item10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10MGD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10XTD)).BeginInit();
     this.tabControlPanel8.SuspendLayout();
     this.Grp_Item8.SuspendLayout();
     this.Grp_Item8FBS.SuspendLayout();
     this.Grp_Item8ADFMJ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item8DFMJ)).BeginInit();
     this.groupBox15.SuspendLayout();
     this.tabControlPanel12.SuspendLayout();
     this.Grp_Item3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3ZXL)).BeginInit();
     this.Grp_Item3FSKJLJ.SuspendLayout();
     this.tabControlPanel18.SuspendLayout();
     this.groupBox21.SuspendLayout();
     this.Grp_Lx5Item2HF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2DJ)).BeginInit();
     this.Grp_Lx5Item2RL.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2LJ)).BeginInit();
     this.Grp_Lx5Item2KJ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2KJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2MJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2L0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SX)).BeginInit();
     this.tabControlPanel3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput8)).BeginInit();
     this.SuspendLayout();
     //
     // dockContainerItem1
     //
     this.dockContainerItem1.Name = "dockContainerItem1";
     this.dockContainerItem1.Text = "dockContainerItem1";
     //
     // dockContainerItem2
     //
     this.dockContainerItem2.Name = "dockContainerItem2";
     this.dockContainerItem2.Text = "dockContainerItem2";
     //
     // dockContainerItem3
     //
     this.dockContainerItem3.Name = "dockContainerItem3";
     this.dockContainerItem3.Text = "dockContainerItem3";
     //
     // superTabItem2
     //
     this.superTabItem2.AttachedControl = this.superTabControlPanel2;
     this.superTabItem2.GlobalItem = false;
     this.superTabItem2.Name = "superTabItem2";
     this.superTabItem2.Text = "�͸�������ּ�";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     this.superTabControlPanel2.Size = new System.Drawing.Size(761, 393);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem = this.superTabItem2;
     //
     // comboItem1
     //
     this.comboItem1.Text = "��ص��Ž��ּ�";
     //
     // comboItem2
     //
     this.comboItem2.Text = "�͸�������ּ�";
     //
     // comboItem3
     //
     this.comboItem3.Text = "��ص��Ž��ּ�";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.BtnSubmit);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx1.Location = new System.Drawing.Point(0, 450);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(638, 32);
     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 = 20;
     //
     // BtnSubmit
     //
     this.BtnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.BtnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.BtnSubmit.Dock = System.Windows.Forms.DockStyle.Right;
     this.BtnSubmit.Location = new System.Drawing.Point(563, 0);
     this.BtnSubmit.Name = "BtnSubmit";
     this.BtnSubmit.Size = new System.Drawing.Size(75, 32);
     this.BtnSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.BtnSubmit.TabIndex = 42;
     this.BtnSubmit.Text = "ȷ ��";
     this.BtnSubmit.Click += new System.EventHandler(this.BtnSubmit_Click);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.LbScaffoldType);
     this.panelEx2.Controls.Add(this.CbxScaffoldType);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelEx2.Location = new System.Drawing.Point(0, 0);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(638, 41);
     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 = 22;
     //
     // LbScaffoldType
     //
     this.LbScaffoldType.AutoSize = true;
     //
     //
     //
     this.LbScaffoldType.BackgroundStyle.Class = "";
     this.LbScaffoldType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.LbScaffoldType.Location = new System.Drawing.Point(18, 9);
     this.LbScaffoldType.Name = "LbScaffoldType";
     this.LbScaffoldType.Size = new System.Drawing.Size(105, 18);
     this.LbScaffoldType.TabIndex = 40;
     this.LbScaffoldType.Text = "ѡ����ּ����ͣ�";
     //
     // CbxScaffoldType
     //
     this.CbxScaffoldType.DisplayMember = "Text";
     this.CbxScaffoldType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.CbxScaffoldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbxScaffoldType.FormattingEnabled = true;
     this.CbxScaffoldType.ItemHeight = 15;
     this.CbxScaffoldType.Items.AddRange(new object[] {
     this.comboItem72,
     this.comboItem73,
     this.comboItem74,
     this.comboItem66,
     this.comboItem70});
     this.CbxScaffoldType.Location = new System.Drawing.Point(125, 9);
     this.CbxScaffoldType.Name = "CbxScaffoldType";
     this.CbxScaffoldType.Size = new System.Drawing.Size(139, 21);
     this.CbxScaffoldType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.CbxScaffoldType.TabIndex = 41;
     this.CbxScaffoldType.SelectedIndexChanged += new System.EventHandler(this.CbxScaffoldType_SelectedIndexChanged);
     //
     // comboItem72
     //
     this.comboItem72.Text = "���˫�Ž��ּ�";
     //
     // comboItem73
     //
     this.comboItem73.Text = "�͸�������ּ�";
     //
     // comboItem74
     //
     this.comboItem74.Text = "��ص��Ž��ּ�";
     //
     // comboItem66
     //
     this.comboItem66.Text = "��ʽ�ֹܽ��ּ�";
     //
     // comboItem70
     //
     this.comboItem70.Text = "���ʽ���ּ�";
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2});
     this.buttonItem1.Text = "buttonItem1";
     //
     // buttonItem2
     //
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem3,
     this.buttonItem4});
     this.buttonItem2.Text = "buttonItem2";
     //
     // buttonItem3
     //
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.Text = "buttonItem3";
     //
     // buttonItem4
     //
     this.buttonItem4.Name = "buttonItem4";
     this.buttonItem4.Text = "buttonItem4";
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.TabScaffloldPower);
     this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx3.Location = new System.Drawing.Point(0, 41);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(638, 409);
     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 = 23;
     //
     // TabScaffloldPower
     //
     this.TabScaffloldPower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.TabScaffloldPower.CanReorderTabs = true;
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel1);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel13);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel6);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel5);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel4);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel2);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel9);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel17);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel16);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel15);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel14);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel11);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel10);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel8);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel12);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel18);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel3);
     this.TabScaffloldPower.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TabScaffloldPower.Location = new System.Drawing.Point(0, 0);
     this.TabScaffloldPower.Name = "TabScaffloldPower";
     this.TabScaffloldPower.SelectedTabFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold);
     this.TabScaffloldPower.SelectedTabIndex = 0;
     this.TabScaffloldPower.Size = new System.Drawing.Size(638, 409);
     this.TabScaffloldPower.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.TabScaffloldPower.TabIndex = 46;
     this.TabScaffloldPower.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem1);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem2);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem3);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem4);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem5);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem6);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem8);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem9);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem10);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem11);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem1);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem2);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem3);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem4);
     this.TabScaffloldPower.Tabs.Add(this.LX5tabItem1);
     this.TabScaffloldPower.Tabs.Add(this.LX5tabItem2);
     this.TabScaffloldPower.Text = "��ǽ������";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.Grp_Item1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     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.LXtabItem1;
     //
     // Grp_Item1
     //
     this.Grp_Item1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item1.Controls.Add(this.groupBox2);
     this.Grp_Item1.Controls.Add(this.labelX1);
     this.Grp_Item1.Controls.Add(this.labelX8);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1SKJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1DKJ);
     this.Grp_Item1.Controls.Add(this.Lb_Item17);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1LQJL);
     this.Grp_Item1.Controls.Add(this.Lb_Item1LQJL);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1DSGD);
     this.Grp_Item1.Controls.Add(this.Lb_Item1DSGD);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1BJ);
     this.Grp_Item1.Controls.Add(this.Lb_Item1BJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1XHGWSCD);
     this.Grp_Item1.Controls.Add(this.Lb_Item1LGZJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1LGHJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1LGZJ);
     this.Grp_Item1.Controls.Add(this.Lb_Item1LGHJ);
     this.Grp_Item1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item1.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item1.Name = "Grp_Item1";
     this.Grp_Item1.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item1.TabIndex = 4;
     this.Grp_Item1.TabStop = false;
     this.Grp_Item1.Text = "ѡ�����";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.Tb_Item1GGWJ);
     this.groupBox2.Controls.Add(this.Tb_Item1BH);
     this.groupBox2.Controls.Add(this.Lb_Item1BH);
     this.groupBox2.Controls.Add(this.Lb_Item1GGWJ);
     this.groupBox2.Location = new System.Drawing.Point(3, 209);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(620, 115);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "�̶�����";
     //
     // Tb_Item1GGWJ
     //
     this.Tb_Item1GGWJ.Location = new System.Drawing.Point(135, 58);
     this.Tb_Item1GGWJ.Name = "Tb_Item1GGWJ";
     this.Tb_Item1GGWJ.ReadOnly = true;
     this.Tb_Item1GGWJ.Size = new System.Drawing.Size(86, 21);
     this.Tb_Item1GGWJ.TabIndex = 20;
     this.Tb_Item1GGWJ.Text = "48.3";
     this.Tb_Item1GGWJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Tb_Item1BH
     //
     this.Tb_Item1BH.Location = new System.Drawing.Point(135, 33);
     this.Tb_Item1BH.Name = "Tb_Item1BH";
     this.Tb_Item1BH.ReadOnly = true;
     this.Tb_Item1BH.Size = new System.Drawing.Size(86, 21);
     this.Tb_Item1BH.TabIndex = 19;
     this.Tb_Item1BH.Text = "3.6";
     this.Tb_Item1BH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item1BH
     //
     //
     //
     //
     this.Lb_Item1BH.BackgroundStyle.Class = "";
     this.Lb_Item1BH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1BH.Location = new System.Drawing.Point(54, 31);
     this.Lb_Item1BH.Name = "Lb_Item1BH";
     this.Lb_Item1BH.Size = new System.Drawing.Size(75, 21);
     this.Lb_Item1BH.TabIndex = 18;
     this.Lb_Item1BH.Text = " �ں�mm��";
     //
     // Lb_Item1GGWJ
     //
     //
     //
     //
     this.Lb_Item1GGWJ.BackgroundStyle.Class = "";
     this.Lb_Item1GGWJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1GGWJ.Location = new System.Drawing.Point(37, 59);
     this.Lb_Item1GGWJ.Name = "Lb_Item1GGWJ";
     this.Lb_Item1GGWJ.Size = new System.Drawing.Size(92, 20);
     this.Lb_Item1GGWJ.TabIndex = 17;
     this.Lb_Item1GGWJ.Text = "�ֹ��⾶��mm��";
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(298, 36);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(162, 20);
     this.labelX1.TabIndex = 20;
     this.labelX1.Text = "С��˼������쳤��a1(m)";
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(308, 87);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(117, 20);
     this.labelX8.TabIndex = 16;
     this.labelX8.Text = " ˫�ۼ�����������";
     //
     // DbInput_Item1SKJ
     //
     //
     //
     //
     this.DbInput_Item1SKJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1SKJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1SKJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1SKJ.Increment = 1;
     this.DbInput_Item1SKJ.Location = new System.Drawing.Point(463, 87);
     this.DbInput_Item1SKJ.MaxValue = 16;
     this.DbInput_Item1SKJ.MinValue = 0;
     this.DbInput_Item1SKJ.Name = "DbInput_Item1SKJ";
     this.DbInput_Item1SKJ.ShowUpDown = true;
     this.DbInput_Item1SKJ.Size = new System.Drawing.Size(69, 21);
     this.DbInput_Item1SKJ.TabIndex = 15;
     this.DbInput_Item1SKJ.Value = 12;
     //
     // DbInput_Item1DKJ
     //
     //
     //
     //
     this.DbInput_Item1DKJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1DKJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1DKJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1DKJ.Increment = 1;
     this.DbInput_Item1DKJ.Location = new System.Drawing.Point(463, 60);
     this.DbInput_Item1DKJ.MaxValue = 8;
     this.DbInput_Item1DKJ.MinValue = 0;
     this.DbInput_Item1DKJ.Name = "DbInput_Item1DKJ";
     this.DbInput_Item1DKJ.ShowUpDown = true;
     this.DbInput_Item1DKJ.Size = new System.Drawing.Size(69, 21);
     this.DbInput_Item1DKJ.TabIndex = 13;
     this.DbInput_Item1DKJ.Value = 8;
     //
     // Lb_Item17
     //
     //
     //
     //
     this.Lb_Item17.BackgroundStyle.Class = "";
     this.Lb_Item17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item17.Location = new System.Drawing.Point(308, 61);
     this.Lb_Item17.Name = "Lb_Item17";
     this.Lb_Item17.Size = new System.Drawing.Size(117, 20);
     this.Lb_Item17.TabIndex = 12;
     this.Lb_Item17.Text = " ���ۼ�����������";
     //
     // DbInput_Item1LQJL
     //
     //
     //
     //
     this.DbInput_Item1LQJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1LQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1LQJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1LQJL.Increment = 0.1;
     this.DbInput_Item1LQJL.Location = new System.Drawing.Point(158, 144);
     this.DbInput_Item1LQJL.MaxValue = 5;
     this.DbInput_Item1LQJL.MinValue = 0.1;
     this.DbInput_Item1LQJL.Name = "DbInput_Item1LQJL";
     this.DbInput_Item1LQJL.ShowUpDown = true;
     this.DbInput_Item1LQJL.Size = new System.Drawing.Size(63, 21);
     this.DbInput_Item1LQJL.TabIndex = 9;
     this.DbInput_Item1LQJL.Value = 0.3;
     //
     // Lb_Item1LQJL
     //
     //
     //
     //
     this.Lb_Item1LQJL.BackgroundStyle.Class = "";
     this.Lb_Item1LQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1LQJL.Location = new System.Drawing.Point(2, 145);
     this.Lb_Item1LQJL.Name = "Lb_Item1LQJL";
     this.Lb_Item1LQJL.Size = new System.Drawing.Size(152, 20);
     this.Lb_Item1LQJL.TabIndex = 8;
     this.Lb_Item1LQJL.Text = "���ּ����ŵ���ǽ����(m)";
     //
     // DbInput_Item1DSGD
     //
     //
     //
     //
     this.DbInput_Item1DSGD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1DSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1DSGD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1DSGD.Increment = 1;
     this.DbInput_Item1DSGD.Location = new System.Drawing.Point(158, 117);
     this.DbInput_Item1DSGD.MaxValue = 50;
     this.DbInput_Item1DSGD.MinValue = 0;
     this.DbInput_Item1DSGD.Name = "DbInput_Item1DSGD";
     this.DbInput_Item1DSGD.ShowUpDown = true;
     this.DbInput_Item1DSGD.Size = new System.Drawing.Size(62, 21);
     this.DbInput_Item1DSGD.TabIndex = 7;
     this.DbInput_Item1DSGD.Value = 24;
     //
     // Lb_Item1DSGD
     //
     //
     //
     //
     this.Lb_Item1DSGD.BackgroundStyle.Class = "";
     this.Lb_Item1DSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1DSGD.Location = new System.Drawing.Point(33, 118);
     this.Lb_Item1DSGD.Name = "Lb_Item1DSGD";
     this.Lb_Item1DSGD.Size = new System.Drawing.Size(121, 20);
     this.Lb_Item1DSGD.TabIndex = 6;
     this.Lb_Item1DSGD.Text = "���ּܴ���߶�H(m)";
     //
     // DbInput_Item1BJ
     //
     //
     //
     //
     this.DbInput_Item1BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1BJ.Increment = 1;
     this.DbInput_Item1BJ.Location = new System.Drawing.Point(159, 90);
     this.DbInput_Item1BJ.MaxValue = 2;
     this.DbInput_Item1BJ.MinValue = 1.2;
     this.DbInput_Item1BJ.Name = "DbInput_Item1BJ";
     this.DbInput_Item1BJ.ShowUpDown = true;
     this.DbInput_Item1BJ.Size = new System.Drawing.Size(61, 21);
     this.DbInput_Item1BJ.TabIndex = 5;
     this.DbInput_Item1BJ.Value = 1.8;
     //
     // Lb_Item1BJ
     //
     //
     //
     //
     this.Lb_Item1BJ.BackgroundStyle.Class = "";
     this.Lb_Item1BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1BJ.Location = new System.Drawing.Point(95, 91);
     this.Lb_Item1BJ.Name = "Lb_Item1BJ";
     this.Lb_Item1BJ.Size = new System.Drawing.Size(59, 20);
     this.Lb_Item1BJ.TabIndex = 4;
     this.Lb_Item1BJ.Text = "����h(m)";
     //
     // DbInput_Item1XHGWSCD
     //
     //
     //
     //
     this.DbInput_Item1XHGWSCD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1XHGWSCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1XHGWSCD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1XHGWSCD.Increment = 0.1;
     this.DbInput_Item1XHGWSCD.Location = new System.Drawing.Point(463, 36);
     this.DbInput_Item1XHGWSCD.MaxValue = 0.5;
     this.DbInput_Item1XHGWSCD.MinValue = 0;
     this.DbInput_Item1XHGWSCD.Name = "DbInput_Item1XHGWSCD";
     this.DbInput_Item1XHGWSCD.ShowUpDown = true;
     this.DbInput_Item1XHGWSCD.Size = new System.Drawing.Size(69, 21);
     this.DbInput_Item1XHGWSCD.TabIndex = 3;
     this.DbInput_Item1XHGWSCD.Value = 0.2;
     //
     // Lb_Item1LGZJ
     //
     //
     //
     //
     this.Lb_Item1LGZJ.BackgroundStyle.Class = "";
     this.Lb_Item1LGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1LGZJ.Location = new System.Drawing.Point(66, 39);
     this.Lb_Item1LGZJ.Name = "Lb_Item1LGZJ";
     this.Lb_Item1LGZJ.Size = new System.Drawing.Size(88, 20);
     this.Lb_Item1LGZJ.TabIndex = 0;
     this.Lb_Item1LGZJ.Text = "�����ݾ�la(m)";
     //
     // DbInput_Item1LGHJ
     //
     //
     //
     //
     this.DbInput_Item1LGHJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1LGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1LGHJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1LGHJ.Increment = 1;
     this.DbInput_Item1LGHJ.Location = new System.Drawing.Point(159, 64);
     this.DbInput_Item1LGHJ.MaxValue = 1.3;
     this.DbInput_Item1LGHJ.MinValue = 0.5;
     this.DbInput_Item1LGHJ.Name = "DbInput_Item1LGHJ";
     this.DbInput_Item1LGHJ.ShowUpDown = true;
     this.DbInput_Item1LGHJ.Size = new System.Drawing.Size(61, 21);
     this.DbInput_Item1LGHJ.TabIndex = 3;
     this.DbInput_Item1LGHJ.Value = 1.05;
     //
     // DbInput_Item1LGZJ
     //
     //
     //
     //
     this.DbInput_Item1LGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1LGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1LGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1LGZJ.Increment = 0.1;
     this.DbInput_Item1LGZJ.Location = new System.Drawing.Point(159, 38);
     this.DbInput_Item1LGZJ.MaxValue = 1.8;
     this.DbInput_Item1LGZJ.MinValue = 1.2;
     this.DbInput_Item1LGZJ.Name = "DbInput_Item1LGZJ";
     this.DbInput_Item1LGZJ.ShowUpDown = true;
     this.DbInput_Item1LGZJ.Size = new System.Drawing.Size(61, 21);
     this.DbInput_Item1LGZJ.TabIndex = 1;
     this.DbInput_Item1LGZJ.Value = 1.5;
     //
     // Lb_Item1LGHJ
     //
     //
     //
     //
     this.Lb_Item1LGHJ.BackgroundStyle.Class = "";
     this.Lb_Item1LGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1LGHJ.Location = new System.Drawing.Point(66, 64);
     this.Lb_Item1LGHJ.Name = "Lb_Item1LGHJ";
     this.Lb_Item1LGHJ.Size = new System.Drawing.Size(88, 20);
     this.Lb_Item1LGHJ.TabIndex = 2;
     this.Lb_Item1LGHJ.Text = "���˺��lb(m)";
     //
     // LXtabItem1
     //
     this.LXtabItem1.AttachedControl = this.tabControlPanel1;
     this.LXtabItem1.Name = "LXtabItem1";
     this.LXtabItem1.Text = " ���ּܴ������";
     //
     // tabControlPanel13
     //
     this.tabControlPanel13.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.tabControlPanel13.Controls.Add(this.groupBox1);
     this.tabControlPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel13.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel13.Name = "tabControlPanel13";
     this.tabControlPanel13.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel13.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel13.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel13.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel13.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel13.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel13.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel13.Style.GradientAngle = 90;
     this.tabControlPanel13.TabIndex = 14;
     this.tabControlPanel13.TabItem = this.LX4tabItem1;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1S);
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1D);
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1GD);
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1KJ);
     this.groupBox1.Controls.Add(this.Tb_Lx4Item1BJ);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.labelX6);
     this.groupBox1.Controls.Add(this.groupBox10);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(1, 1);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(636, 338);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // DbInput_Lx4Item1S
     //
     //
     //
     //
     this.DbInput_Lx4Item1S.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1S.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1S.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1S.Increment = 1;
     this.DbInput_Lx4Item1S.Location = new System.Drawing.Point(374, 217);
     this.DbInput_Lx4Item1S.MaxValue = 16;
     this.DbInput_Lx4Item1S.MinValue = 0;
     this.DbInput_Lx4Item1S.Name = "DbInput_Lx4Item1S";
     this.DbInput_Lx4Item1S.ShowUpDown = true;
     this.DbInput_Lx4Item1S.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1S.TabIndex = 26;
     this.DbInput_Lx4Item1S.Value = 12;
     //
     // DbInput_Lx4Item1D
     //
     //
     //
     //
     this.DbInput_Lx4Item1D.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1D.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1D.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1D.Increment = 1;
     this.DbInput_Lx4Item1D.Location = new System.Drawing.Point(374, 173);
     this.DbInput_Lx4Item1D.MaxValue = 8;
     this.DbInput_Lx4Item1D.MinValue = 0;
     this.DbInput_Lx4Item1D.Name = "DbInput_Lx4Item1D";
     this.DbInput_Lx4Item1D.ShowUpDown = true;
     this.DbInput_Lx4Item1D.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1D.TabIndex = 26;
     this.DbInput_Lx4Item1D.Value = 8;
     //
     // DbInput_Lx4Item1GD
     //
     //
     //
     //
     this.DbInput_Lx4Item1GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1GD.Increment = 1;
     this.DbInput_Lx4Item1GD.Location = new System.Drawing.Point(374, 129);
     this.DbInput_Lx4Item1GD.MaxValue = 55;
     this.DbInput_Lx4Item1GD.MinValue = 0;
     this.DbInput_Lx4Item1GD.Name = "DbInput_Lx4Item1GD";
     this.DbInput_Lx4Item1GD.ShowUpDown = true;
     this.DbInput_Lx4Item1GD.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1GD.TabIndex = 26;
     this.DbInput_Lx4Item1GD.Value = 24;
     //
     // DbInput_Lx4Item1KJ
     //
     //
     //
     //
     this.DbInput_Lx4Item1KJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1KJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1KJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1KJ.Increment = 1;
     this.DbInput_Lx4Item1KJ.Location = new System.Drawing.Point(374, 84);
     this.DbInput_Lx4Item1KJ.MinValue = 0;
     this.DbInput_Lx4Item1KJ.Name = "DbInput_Lx4Item1KJ";
     this.DbInput_Lx4Item1KJ.ShowUpDown = true;
     this.DbInput_Lx4Item1KJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1KJ.TabIndex = 26;
     this.DbInput_Lx4Item1KJ.Value = 1.2;
     //
     // Tb_Lx4Item1BJ
     //
     this.Tb_Lx4Item1BJ.Location = new System.Drawing.Point(374, 32);
     this.Tb_Lx4Item1BJ.Name = "Tb_Lx4Item1BJ";
     this.Tb_Lx4Item1BJ.ReadOnly = true;
     this.Tb_Lx4Item1BJ.Size = new System.Drawing.Size(80, 21);
     this.Tb_Lx4Item1BJ.TabIndex = 25;
     this.Tb_Lx4Item1BJ.Text = "1980";
     this.Tb_Lx4Item1BJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(236, 218);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(139, 20);
     this.labelX2.TabIndex = 13;
     this.labelX2.Text = "˫�ۼ�������������";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(236, 129);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(139, 20);
     this.labelX3.TabIndex = 12;
     this.labelX3.Text = "���ּܴ���߶�H(m)��";
     this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(236, 173);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(139, 20);
     this.labelX4.TabIndex = 11;
     this.labelX4.Text = "���ۼ�������������";
     this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(275, 85);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(100, 20);
     this.labelX5.TabIndex = 9;
     this.labelX5.Text = "�żܿ��l(m)��";
     this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(275, 33);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(100, 20);
     this.labelX6.TabIndex = 10;
     this.labelX6.Text = "�żܲ���h(m)��";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF2);
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF1);
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF4);
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF3);
     this.groupBox10.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox10.Location = new System.Drawing.Point(3, 17);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(117, 318);
     this.groupBox10.TabIndex = 8;
     this.groupBox10.TabStop = false;
     this.groupBox10.Text = "�ż�����";
     //
     // Rdo_Lx4Item1MF2
     //
     this.Rdo_Lx4Item1MF2.AutoSize = true;
     this.Rdo_Lx4Item1MF2.Location = new System.Drawing.Point(8, 94);
     this.Rdo_Lx4Item1MF2.Name = "Rdo_Lx4Item1MF2";
     this.Rdo_Lx4Item1MF2.Size = new System.Drawing.Size(89, 16);
     this.Rdo_Lx4Item1MF2.TabIndex = 5;
     this.Rdo_Lx4Item1MF2.Text = "MF1219��2��";
     this.Rdo_Lx4Item1MF2.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF2.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF2_CheckedChanged);
     //
     // Rdo_Lx4Item1MF1
     //
     this.Rdo_Lx4Item1MF1.AutoSize = true;
     this.Rdo_Lx4Item1MF1.Checked = true;
     this.Rdo_Lx4Item1MF1.Location = new System.Drawing.Point(9, 45);
     this.Rdo_Lx4Item1MF1.Name = "Rdo_Lx4Item1MF1";
     this.Rdo_Lx4Item1MF1.Size = new System.Drawing.Size(89, 16);
     this.Rdo_Lx4Item1MF1.TabIndex = 5;
     this.Rdo_Lx4Item1MF1.TabStop = true;
     this.Rdo_Lx4Item1MF1.Text = "MF1219��1��";
     this.Rdo_Lx4Item1MF1.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF1.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF1_CheckedChanged);
     //
     // Rdo_Lx4Item1MF4
     //
     this.Rdo_Lx4Item1MF4.AutoSize = true;
     this.Rdo_Lx4Item1MF4.Location = new System.Drawing.Point(9, 192);
     this.Rdo_Lx4Item1MF4.Name = "Rdo_Lx4Item1MF4";
     this.Rdo_Lx4Item1MF4.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item1MF4.TabIndex = 5;
     this.Rdo_Lx4Item1MF4.Text = "MF1017";
     this.Rdo_Lx4Item1MF4.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF4.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF4_CheckedChanged);
     //
     // Rdo_Lx4Item1MF3
     //
     this.Rdo_Lx4Item1MF3.AutoSize = true;
     this.Rdo_Lx4Item1MF3.Location = new System.Drawing.Point(8, 143);
     this.Rdo_Lx4Item1MF3.Name = "Rdo_Lx4Item1MF3";
     this.Rdo_Lx4Item1MF3.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item1MF3.TabIndex = 5;
     this.Rdo_Lx4Item1MF3.Text = "MF0817";
     this.Rdo_Lx4Item1MF3.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF3.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF3_CheckedChanged);
     //
     // LX4tabItem1
     //
     this.LX4tabItem1.AttachedControl = this.tabControlPanel13;
     this.LX4tabItem1.Name = "LX4tabItem1";
     this.LX4tabItem1.Text = "4���ּܲ���";
     this.LX4tabItem1.Visible = false;
     //
     // tabControlPanel6
     //
     this.tabControlPanel6.Controls.Add(this.Grp_Item6);
     this.tabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel6.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel6.Name = "tabControlPanel6";
     this.tabControlPanel6.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel6.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel6.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel6.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel6.Style.GradientAngle = 90;
     this.tabControlPanel6.TabIndex = 6;
     this.tabControlPanel6.TabItem = this.LXtabItem6;
     //
     // Grp_Item6
     //
     this.Grp_Item6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item6.Controls.Add(this.Lb_Item6Uz);
     this.Grp_Item6.Controls.Add(this.DbInput_Item6Uz);
     this.Grp_Item6.Controls.Add(this.Cb_Item7DMCCD);
     this.Grp_Item6.Controls.Add(this.labelX17);
     this.Grp_Item6.Controls.Add(this.Grp_Item6SF);
     this.Grp_Item6.Controls.Add(this.groupBox9);
     this.Grp_Item6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item6.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item6.Name = "Grp_Item6";
     this.Grp_Item6.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item6.TabIndex = 0;
     this.Grp_Item6.TabStop = false;
     //
     // Lb_Item6Uz
     //
     //
     //
     //
     this.Lb_Item6Uz.BackgroundStyle.Class = "";
     this.Lb_Item6Uz.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6Uz.Location = new System.Drawing.Point(265, 233);
     this.Lb_Item6Uz.Name = "Lb_Item6Uz";
     this.Lb_Item6Uz.Size = new System.Drawing.Size(107, 35);
     this.Lb_Item6Uz.TabIndex = 1;
     this.Lb_Item6Uz.Text = "���������ϵ����";
     //
     // DbInput_Item6Uz
     //
     //
     //
     //
     this.DbInput_Item6Uz.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item6Uz.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item6Uz.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item6Uz.Increment = 1;
     this.DbInput_Item6Uz.Location = new System.Drawing.Point(373, 240);
     this.DbInput_Item6Uz.MinValue = 0;
     this.DbInput_Item6Uz.Name = "DbInput_Item6Uz";
     this.DbInput_Item6Uz.ShowUpDown = true;
     this.DbInput_Item6Uz.Size = new System.Drawing.Size(105, 21);
     this.DbInput_Item6Uz.TabIndex = 3;
     this.DbInput_Item6Uz.Value = 1.04;
     //
     // Cb_Item7DMCCD
     //
     this.Cb_Item7DMCCD.DisplayMember = "Text";
     this.Cb_Item7DMCCD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item7DMCCD.FormattingEnabled = true;
     this.Cb_Item7DMCCD.ItemHeight = 15;
     this.Cb_Item7DMCCD.Items.AddRange(new object[] {
     this.comboItem214,
     this.comboItem215,
     this.comboItem216,
     this.comboItem217});
     this.Cb_Item7DMCCD.Location = new System.Drawing.Point(90, 239);
     this.Cb_Item7DMCCD.Name = "Cb_Item7DMCCD";
     this.Cb_Item7DMCCD.Size = new System.Drawing.Size(104, 21);
     this.Cb_Item7DMCCD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item7DMCCD.TabIndex = 6;
     //
     // comboItem214
     //
     this.comboItem214.Text = "A��";
     //
     // comboItem215
     //
     this.comboItem215.Text = "B��";
     //
     // comboItem216
     //
     this.comboItem216.Text = "C��";
     //
     // comboItem217
     //
     this.comboItem217.Text = "D��";
     //
     // labelX17
     //
     //
     //
     //
     this.labelX17.BackgroundStyle.Class = "";
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Location = new System.Drawing.Point(17, 236);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(80, 32);
     this.labelX17.TabIndex = 5;
     this.labelX17.Text = "����ֲڶ�";
     //
     // Grp_Item6SF
     //
     this.Grp_Item6SF.Controls.Add(this.Cb_Item6SF);
     this.Grp_Item6SF.Controls.Add(this.Lb_Item6SF);
     this.Grp_Item6SF.Controls.Add(this.Tb_Item6SFDQFY);
     this.Grp_Item6SF.Controls.Add(this.Lb_Item6DQ);
     this.Grp_Item6SF.Controls.Add(this.Cb_Item6DQ);
     this.Grp_Item6SF.Controls.Add(this.Lb_Item6SFDQFY);
     this.Grp_Item6SF.Location = new System.Drawing.Point(11, 13);
     this.Grp_Item6SF.Name = "Grp_Item6SF";
     this.Grp_Item6SF.Size = new System.Drawing.Size(559, 92);
     this.Grp_Item6SF.TabIndex = 0;
     this.Grp_Item6SF.TabStop = false;
     this.Grp_Item6SF.Text = "��ʡ�ݲ�ѯ��ѹ";
     //
     // Cb_Item6SF
     //
     this.Cb_Item6SF.DisplayMember = "Text";
     this.Cb_Item6SF.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item6SF.FormattingEnabled = true;
     this.Cb_Item6SF.ItemHeight = 15;
     this.Cb_Item6SF.Items.AddRange(new object[] {
     this.comboItem37,
     this.comboItem38,
     this.comboItem39,
     this.comboItem40,
     this.comboItem41,
     this.comboItem42,
     this.comboItem43,
     this.comboItem44,
     this.comboItem45,
     this.comboItem46,
     this.comboItem47,
     this.comboItem48,
     this.comboItem49,
     this.comboItem50,
     this.comboItem51,
     this.comboItem52,
     this.comboItem53,
     this.comboItem54,
     this.comboItem55,
     this.comboItem56,
     this.comboItem57,
     this.comboItem58,
     this.comboItem59,
     this.comboItem60,
     this.comboItem61,
     this.comboItem62,
     this.comboItem63,
     this.comboItem71,
     this.comboItem75,
     this.comboItem142,
     this.comboItem143,
     this.comboItem144,
     this.comboItem145,
     this.comboItem146});
     this.Cb_Item6SF.Location = new System.Drawing.Point(41, 28);
     this.Cb_Item6SF.Name = "Cb_Item6SF";
     this.Cb_Item6SF.Size = new System.Drawing.Size(82, 21);
     this.Cb_Item6SF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item6SF.TabIndex = 23;
     this.Cb_Item6SF.Text = "����";
     this.Cb_Item6SF.SelectedIndexChanged += new System.EventHandler(this.Cb_Item6SF_SelectedIndexChanged);
     //
     // comboItem37
     //
     this.comboItem37.Text = "����";
     //
     // comboItem38
     //
     this.comboItem38.Text = "���";
     //
     // comboItem39
     //
     this.comboItem39.Text = "�Ϻ�";
     //
     // comboItem40
     //
     this.comboItem40.Text = "����";
     //
     // comboItem41
     //
     this.comboItem41.Text = "�ӱ�";
     //
     // comboItem42
     //
     this.comboItem42.Text = "ɽ��";
     //
     // comboItem43
     //
     this.comboItem43.Text = "���ɹ�";
     //
     // comboItem44
     //
     this.comboItem44.Text = "����";
     //
     // comboItem45
     //
     this.comboItem45.Text = "����";
     //
     // comboItem46
     //
     this.comboItem46.Text = "������";
     //
     // comboItem47
     //
     this.comboItem47.Text = "ɽ��";
     //
     // comboItem48
     //
     this.comboItem48.Text = "����";
     //
     // comboItem49
     //
     this.comboItem49.Text = "�㽭";
     //
     // comboItem50
     //
     this.comboItem50.Text = "����";
     //
     // comboItem51
     //
     this.comboItem51.Text = "����";
     //
     // comboItem52
     //
     this.comboItem52.Text = "����";
     //
     // comboItem53
     //
     this.comboItem53.Text = "����";
     //
     // comboItem54
     //
     this.comboItem54.Text = "����";
     //
     // comboItem55
     //
     this.comboItem55.Text = "����";
     //
     // comboItem56
     //
     this.comboItem56.Text = "�ຣ";
     //
     // comboItem57
     //
     this.comboItem57.Text = "�½�";
     //
     // comboItem58
     //
     this.comboItem58.Text = "����";
     //
     // comboItem59
     //
     this.comboItem59.Text = "����";
     //
     // comboItem60
     //
     this.comboItem60.Text = "����";
     //
     // comboItem61
     //
     this.comboItem61.Text = "�㶫";
     //
     // comboItem62
     //
     this.comboItem62.Text = "����";
     //
     // comboItem63
     //
     this.comboItem63.Text = "����";
     //
     // comboItem71
     //
     this.comboItem71.Text = "�Ĵ�";
     //
     // comboItem75
     //
     this.comboItem75.Text = "����";
     //
     // comboItem142
     //
     this.comboItem142.Text = "����";
     //
     // comboItem143
     //
     this.comboItem143.Text = "����";
     //
     // comboItem144
     //
     this.comboItem144.Text = "̨��";
     //
     // comboItem145
     //
     this.comboItem145.Text = "���";
     //
     // comboItem146
     //
     this.comboItem146.Text = "����";
     //
     // Lb_Item6SF
     //
     //
     //
     //
     this.Lb_Item6SF.BackgroundStyle.Class = "";
     this.Lb_Item6SF.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6SF.Location = new System.Drawing.Point(6, 28);
     this.Lb_Item6SF.Name = "Lb_Item6SF";
     this.Lb_Item6SF.Size = new System.Drawing.Size(42, 22);
     this.Lb_Item6SF.TabIndex = 2;
     this.Lb_Item6SF.Text = "ʡ�ݣ�";
     //
     // Tb_Item6SFDQFY
     //
     //
     //
     //
     this.Tb_Item6SFDQFY.Border.Class = "TextBoxBorder";
     this.Tb_Item6SFDQFY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item6SFDQFY.Location = new System.Drawing.Point(455, 29);
     this.Tb_Item6SFDQFY.Name = "Tb_Item6SFDQFY";
     this.Tb_Item6SFDQFY.ReadOnly = true;
     this.Tb_Item6SFDQFY.Size = new System.Drawing.Size(69, 21);
     this.Tb_Item6SFDQFY.TabIndex = 22;
     this.Tb_Item6SFDQFY.Text = "0.30";
     this.Tb_Item6SFDQFY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item6DQ
     //
     //
     //
     //
     this.Lb_Item6DQ.BackgroundStyle.Class = "";
     this.Lb_Item6DQ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6DQ.Location = new System.Drawing.Point(148, 29);
     this.Lb_Item6DQ.Name = "Lb_Item6DQ";
     this.Lb_Item6DQ.Size = new System.Drawing.Size(42, 22);
     this.Lb_Item6DQ.TabIndex = 3;
     this.Lb_Item6DQ.Text = "������";
     //
     // Cb_Item6DQ
     //
     this.Cb_Item6DQ.DisplayMember = "Text";
     this.Cb_Item6DQ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item6DQ.FormattingEnabled = true;
     this.Cb_Item6DQ.ItemHeight = 15;
     this.Cb_Item6DQ.Location = new System.Drawing.Point(191, 29);
     this.Cb_Item6DQ.Name = "Cb_Item6DQ";
     this.Cb_Item6DQ.Size = new System.Drawing.Size(95, 21);
     this.Cb_Item6DQ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item6DQ.TabIndex = 5;
     this.Cb_Item6DQ.Text = "����";
     this.Cb_Item6DQ.SelectedIndexChanged += new System.EventHandler(this.Cb_Item6DQ_SelectedIndexChanged);
     //
     // Lb_Item6SFDQFY
     //
     //
     //
     //
     this.Lb_Item6SFDQFY.BackgroundStyle.Class = "";
     this.Lb_Item6SFDQFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6SFDQFY.Location = new System.Drawing.Point(293, 29);
     this.Lb_Item6SFDQFY.Name = "Lb_Item6SFDQFY";
     this.Lb_Item6SFDQFY.Size = new System.Drawing.Size(165, 28);
     this.Lb_Item6SFDQFY.TabIndex = 7;
     this.Lb_Item6SFDQFY.Text = "�õ����ķ�ѹ�ǣ�kN/m2����";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.Lb_Item6SelfJBFY);
     this.groupBox9.Controls.Add(this.Chk_Item6Self);
     this.groupBox9.Controls.Add(this.DbInput_Item6SelfJBFY);
     this.groupBox9.Location = new System.Drawing.Point(11, 121);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(559, 92);
     this.groupBox9.TabIndex = 0;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "�û���ѡ";
     //
     // Lb_Item6SelfJBFY
     //
     //
     //
     //
     this.Lb_Item6SelfJBFY.BackgroundStyle.Class = "";
     this.Lb_Item6SelfJBFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6SelfJBFY.Enabled = false;
     this.Lb_Item6SelfJBFY.Location = new System.Drawing.Point(20, 48);
     this.Lb_Item6SelfJBFY.Name = "Lb_Item6SelfJBFY";
     this.Lb_Item6SelfJBFY.Size = new System.Drawing.Size(139, 35);
     this.Lb_Item6SelfJBFY.TabIndex = 1;
     this.Lb_Item6SelfJBFY.Text = "������ѹWo��kN/m2����";
     //
     // Chk_Item6Self
     //
     //
     //
     //
     this.Chk_Item6Self.BackgroundStyle.Class = "";
     this.Chk_Item6Self.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Chk_Item6Self.Location = new System.Drawing.Point(20, 20);
     this.Chk_Item6Self.Name = "Chk_Item6Self";
     this.Chk_Item6Self.Size = new System.Drawing.Size(168, 31);
     this.Chk_Item6Self.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Chk_Item6Self.TabIndex = 0;
     this.Chk_Item6Self.Text = "Ҫ�Լ��趨������ѹ��";
     this.Chk_Item6Self.CheckedChanged += new System.EventHandler(this.Chk_Item6Self_CheckedChanged);
     //
     // DbInput_Item6SelfJBFY
     //
     //
     //
     //
     this.DbInput_Item6SelfJBFY.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item6SelfJBFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item6SelfJBFY.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item6SelfJBFY.Enabled = false;
     this.DbInput_Item6SelfJBFY.Increment = 1;
     this.DbInput_Item6SelfJBFY.Location = new System.Drawing.Point(162, 51);
     this.DbInput_Item6SelfJBFY.Name = "DbInput_Item6SelfJBFY";
     this.DbInput_Item6SelfJBFY.ShowUpDown = true;
     this.DbInput_Item6SelfJBFY.Size = new System.Drawing.Size(105, 21);
     this.DbInput_Item6SelfJBFY.TabIndex = 3;
     //
     // LXtabItem6
     //
     this.LXtabItem6.AttachedControl = this.tabControlPanel6;
     this.LXtabItem6.Name = "LXtabItem6";
     this.LXtabItem6.Text = "����ز���+��ѹ�߶ȱ仯ϵ��";
     //
     // tabControlPanel5
     //
     this.tabControlPanel5.Controls.Add(this.Grp_Item5);
     this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel5.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel5.Name = "tabControlPanel5";
     this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel5.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel5.Style.GradientAngle = 90;
     this.tabControlPanel5.TabIndex = 5;
     this.tabControlPanel5.TabItem = this.LXtabItem5;
     //
     // Grp_Item5
     //
     this.Grp_Item5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item5.Controls.Add(this.DbInput_Item5HZBZ);
     this.Grp_Item5.Controls.Add(this.IntInput_Item5PSCS);
     this.Grp_Item5.Controls.Add(this.IntInput_Item5SGCS);
     this.Grp_Item5.Controls.Add(this.Cb_Item5YT);
     this.Grp_Item5.Controls.Add(this.Lb_Item5PSCS);
     this.Grp_Item5.Controls.Add(this.labelX24);
     this.Grp_Item5.Controls.Add(this.labelX23);
     this.Grp_Item5.Controls.Add(this.Lb_Item5YT);
     this.Grp_Item5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item5.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item5.Name = "Grp_Item5";
     this.Grp_Item5.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item5.TabIndex = 0;
     this.Grp_Item5.TabStop = false;
     //
     // DbInput_Item5HZBZ
     //
     //
     //
     //
     this.DbInput_Item5HZBZ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item5HZBZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item5HZBZ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item5HZBZ.Increment = 0.1;
     this.DbInput_Item5HZBZ.Location = new System.Drawing.Point(232, 138);
     this.DbInput_Item5HZBZ.MinValue = 0;
     this.DbInput_Item5HZBZ.Name = "DbInput_Item5HZBZ";
     this.DbInput_Item5HZBZ.ShowUpDown = true;
     this.DbInput_Item5HZBZ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item5HZBZ.TabIndex = 27;
     this.DbInput_Item5HZBZ.Value = 2;
     //
     // IntInput_Item5PSCS
     //
     //
     //
     //
     this.IntInput_Item5PSCS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item5PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item5PSCS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item5PSCS.Location = new System.Drawing.Point(234, 179);
     this.IntInput_Item5PSCS.MinValue = 0;
     this.IntInput_Item5PSCS.Name = "IntInput_Item5PSCS";
     this.IntInput_Item5PSCS.ShowUpDown = true;
     this.IntInput_Item5PSCS.Size = new System.Drawing.Size(78, 21);
     this.IntInput_Item5PSCS.TabIndex = 26;
     this.IntInput_Item5PSCS.Value = 1;
     //
     // IntInput_Item5SGCS
     //
     //
     //
     //
     this.IntInput_Item5SGCS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item5SGCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item5SGCS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item5SGCS.Location = new System.Drawing.Point(152, 95);
     this.IntInput_Item5SGCS.MinValue = 0;
     this.IntInput_Item5SGCS.Name = "IntInput_Item5SGCS";
     this.IntInput_Item5SGCS.ShowUpDown = true;
     this.IntInput_Item5SGCS.Size = new System.Drawing.Size(134, 21);
     this.IntInput_Item5SGCS.TabIndex = 26;
     this.IntInput_Item5SGCS.Value = 1;
     //
     // Cb_Item5YT
     //
     this.Cb_Item5YT.DisplayMember = "Text";
     this.Cb_Item5YT.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item5YT.FormattingEnabled = true;
     this.Cb_Item5YT.ItemHeight = 15;
     this.Cb_Item5YT.Items.AddRange(new object[] {
     this.comboItem34,
     this.comboItem35,
     this.comboItem36});
     this.Cb_Item5YT.Location = new System.Drawing.Point(151, 46);
     this.Cb_Item5YT.Name = "Cb_Item5YT";
     this.Cb_Item5YT.Size = new System.Drawing.Size(135, 21);
     this.Cb_Item5YT.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item5YT.TabIndex = 3;
     this.Cb_Item5YT.Text = "װ��ʩ�����ּ�";
     this.Cb_Item5YT.SelectedIndexChanged += new System.EventHandler(this.Cb_Item5YT_SelectedIndexChanged);
     //
     // comboItem34
     //
     this.comboItem34.Text = "װ��ʩ�����ּ�";
     //
     // comboItem35
     //
     this.comboItem35.Text = "�ṹʩ�����ּ�";
     //
     // comboItem36
     //
     this.comboItem36.Text = "������;���ּ�";
     //
     // Lb_Item5PSCS
     //
     //
     //
     //
     this.Lb_Item5PSCS.BackgroundStyle.Class = "";
     this.Lb_Item5PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item5PSCS.Location = new System.Drawing.Point(52, 178);
     this.Lb_Item5PSCS.Name = "Lb_Item5PSCS";
     this.Lb_Item5PSCS.Size = new System.Drawing.Size(185, 27);
     this.Lb_Item5PSCS.TabIndex = 2;
     this.Lb_Item5PSCS.Text = "���ְ塢���ˡ����Ű��������:";
     //
     // labelX24
     //
     //
     //
     //
     this.labelX24.BackgroundStyle.Class = "";
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Location = new System.Drawing.Point(59, 132);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(178, 41);
     this.labelX24.TabIndex = 2;
     this.labelX24.Text = "ʩ������ر�׼ֵ��kN/m2����";
     //
     // labelX23
     //
     //
     //
     //
     this.labelX23.BackgroundStyle.Class = "";
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Location = new System.Drawing.Point(59, 85);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(95, 41);
     this.labelX23.TabIndex = 1;
     this.labelX23.Text = "ͬʱʩ��������";
     //
     // Lb_Item5YT
     //
     //
     //
     //
     this.Lb_Item5YT.BackgroundStyle.Class = "";
     this.Lb_Item5YT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item5YT.Location = new System.Drawing.Point(59, 38);
     this.Lb_Item5YT.Name = "Lb_Item5YT";
     this.Lb_Item5YT.Size = new System.Drawing.Size(86, 41);
     this.Lb_Item5YT.TabIndex = 0;
     this.Lb_Item5YT.Text = "���ּ���;��";
     //
     // LXtabItem5
     //
     this.LXtabItem5.AttachedControl = this.tabControlPanel5;
     this.LXtabItem5.Name = "LXtabItem5";
     this.LXtabItem5.Text = "�ɱ���ز���";
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.groupBox11);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.LXtabItem4;
     this.tabControlPanel4.Text = "���ú��ز���";
     //
     // groupBox11
     //
     this.groupBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox11.Controls.Add(this.IntInput_Item4PSCS);
     this.groupBox11.Controls.Add(this.Tb_Item4JBZZBZZ);
     this.groupBox11.Controls.Add(this.Tb_Item4JSBZZBZZ);
     this.groupBox11.Controls.Add(this.Cb_Item4JSBLB);
     this.groupBox11.Controls.Add(this.Lb_Item4JSBLB);
     this.groupBox11.Controls.Add(this.Tb_Item4AQW);
     this.groupBox11.Controls.Add(this.Lb_Item4AQW);
     this.groupBox11.Controls.Add(this.Cb_Item4JBLB);
     this.groupBox11.Controls.Add(this.Lb_Item4JBZZBZZ);
     this.groupBox11.Controls.Add(this.Lb_Item4JBLB);
     this.groupBox11.Controls.Add(this.Lb_Item4PSCS);
     this.groupBox11.Controls.Add(this.Lb_Item4JSBZZBZZ);
     this.groupBox11.Controls.Add(this.Tb_Item4GK);
     this.groupBox11.Controls.Add(this.labelX18);
     this.groupBox11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox11.Location = new System.Drawing.Point(1, 1);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(636, 338);
     this.groupBox11.TabIndex = 2;
     this.groupBox11.TabStop = false;
     //
     // IntInput_Item4PSCS
     //
     //
     //
     //
     this.IntInput_Item4PSCS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item4PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item4PSCS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item4PSCS.Location = new System.Drawing.Point(126, 177);
     this.IntInput_Item4PSCS.MaxValue = 3;
     this.IntInput_Item4PSCS.MinValue = 0;
     this.IntInput_Item4PSCS.Name = "IntInput_Item4PSCS";
     this.IntInput_Item4PSCS.ShowUpDown = true;
     this.IntInput_Item4PSCS.Size = new System.Drawing.Size(49, 21);
     this.IntInput_Item4PSCS.TabIndex = 23;
     this.IntInput_Item4PSCS.Value = 3;
     //
     // Tb_Item4JBZZBZZ
     //
     //
     //
     //
     this.Tb_Item4JBZZBZZ.Border.Class = "TextBoxBorder";
     this.Tb_Item4JBZZBZZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4JBZZBZZ.Location = new System.Drawing.Point(499, 132);
     this.Tb_Item4JBZZBZZ.Name = "Tb_Item4JBZZBZZ";
     this.Tb_Item4JBZZBZZ.ReadOnly = true;
     this.Tb_Item4JBZZBZZ.Size = new System.Drawing.Size(69, 21);
     this.Tb_Item4JBZZBZZ.TabIndex = 22;
     this.Tb_Item4JBZZBZZ.Text = "0.16";
     this.Tb_Item4JBZZBZZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Tb_Item4JSBZZBZZ
     //
     //
     //
     //
     this.Tb_Item4JSBZZBZZ.Border.Class = "TextBoxBorder";
     this.Tb_Item4JSBZZBZZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4JSBZZBZZ.Location = new System.Drawing.Point(499, 76);
     this.Tb_Item4JSBZZBZZ.Name = "Tb_Item4JSBZZBZZ";
     this.Tb_Item4JSBZZBZZ.ReadOnly = true;
     this.Tb_Item4JSBZZBZZ.Size = new System.Drawing.Size(69, 21);
     this.Tb_Item4JSBZZBZZ.TabIndex = 21;
     this.Tb_Item4JSBZZBZZ.Text = "0.30";
     this.Tb_Item4JSBZZBZZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Cb_Item4JSBLB
     //
     this.Cb_Item4JSBLB.DisplayMember = "Text";
     this.Cb_Item4JSBLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item4JSBLB.FormattingEnabled = true;
     this.Cb_Item4JSBLB.ItemHeight = 15;
     this.Cb_Item4JSBLB.Items.AddRange(new object[] {
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7});
     this.Cb_Item4JSBLB.Location = new System.Drawing.Point(124, 79);
     this.Cb_Item4JSBLB.Name = "Cb_Item4JSBLB";
     this.Cb_Item4JSBLB.Size = new System.Drawing.Size(161, 21);
     this.Cb_Item4JSBLB.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item4JSBLB.TabIndex = 19;
     this.Cb_Item4JSBLB.Text = "��ѹ�ֽ��ְ�";
     this.Cb_Item4JSBLB.SelectedIndexChanged += new System.EventHandler(this.Cb_Item4JSBLB_SelectedIndexChanged_1);
     //
     // comboItem4
     //
     this.comboItem4.Text = "��ѹ�ֽ��ְ�";
     //
     // comboItem5
     //
     this.comboItem5.Text = "��Ƭ���ְ�";
     //
     // comboItem6
     //
     this.comboItem6.Text = "ľ���ְ�";
     //
     // comboItem7
     //
     this.comboItem7.Text = "��Ž��ְ�";
     //
     // Lb_Item4JSBLB
     //
     //
     //
     //
     this.Lb_Item4JSBLB.BackgroundStyle.Class = "";
     this.Lb_Item4JSBLB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JSBLB.Location = new System.Drawing.Point(46, 79);
     this.Lb_Item4JSBLB.Name = "Lb_Item4JSBLB";
     this.Lb_Item4JSBLB.Size = new System.Drawing.Size(82, 23);
     this.Lb_Item4JSBLB.TabIndex = 18;
     this.Lb_Item4JSBLB.Text = "���ְ����";
     //
     // Tb_Item4AQW
     //
     //
     //
     //
     this.Tb_Item4AQW.Border.Class = "TextBoxBorder";
     this.Tb_Item4AQW.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4AQW.Location = new System.Drawing.Point(390, 178);
     this.Tb_Item4AQW.Name = "Tb_Item4AQW";
     this.Tb_Item4AQW.Size = new System.Drawing.Size(56, 21);
     this.Tb_Item4AQW.TabIndex = 16;
     this.Tb_Item4AQW.Text = "0.02";
     this.Tb_Item4AQW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item4AQW
     //
     //
     //
     //
     this.Lb_Item4AQW.BackgroundStyle.Class = "";
     this.Lb_Item4AQW.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4AQW.Location = new System.Drawing.Point(210, 178);
     this.Lb_Item4AQW.Name = "Lb_Item4AQW";
     this.Lb_Item4AQW.Size = new System.Drawing.Size(179, 23);
     this.Lb_Item4AQW.TabIndex = 15;
     this.Lb_Item4AQW.Text = " ��ȫ�����ر�׼ֵ��kN/m2����";
     //
     // Cb_Item4JBLB
     //
     this.Cb_Item4JBLB.DisplayMember = "Text";
     this.Cb_Item4JBLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item4JBLB.FormattingEnabled = true;
     this.Cb_Item4JBLB.ItemHeight = 15;
     this.Cb_Item4JBLB.Items.AddRange(new object[] {
     this.comboItem8,
     this.comboItem9,
     this.comboItem10});
     this.Cb_Item4JBLB.Location = new System.Drawing.Point(123, 132);
     this.Cb_Item4JBLB.Name = "Cb_Item4JBLB";
     this.Cb_Item4JBLB.Size = new System.Drawing.Size(162, 21);
     this.Cb_Item4JBLB.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item4JBLB.TabIndex = 12;
     this.Cb_Item4JBLB.Text = "���ˡ���ѹ�ֽ��ְ嵲��";
     this.Cb_Item4JBLB.SelectedIndexChanged += new System.EventHandler(this.Cb_Item4JBLB_SelectedIndexChanged_1);
     //
     // comboItem8
     //
     this.comboItem8.Text = "���ˡ���ѹ�ֽ��ְ嵲��";
     //
     // comboItem9
     //
     this.comboItem9.Text = "���ˡ���Ƭ���ְ嵲��";
     //
     // comboItem10
     //
     this.comboItem10.Text = "���ˡ�ľ���ְ嵲��";
     //
     // Lb_Item4JBZZBZZ
     //
     //
     //
     //
     this.Lb_Item4JBZZBZZ.BackgroundStyle.Class = "";
     this.Lb_Item4JBZZBZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JBZZBZZ.Location = new System.Drawing.Point(299, 131);
     this.Lb_Item4JBZZBZZ.Name = "Lb_Item4JBZZBZZ";
     this.Lb_Item4JBZZBZZ.Size = new System.Drawing.Size(211, 23);
     this.Lb_Item4JBZZBZZ.TabIndex = 11;
     this.Lb_Item4JBZZBZZ.Text = "  ���˵��Ű����ر�׼ֵ��kN/m����";
     //
     // Lb_Item4JBLB
     //
     //
     //
     //
     this.Lb_Item4JBLB.BackgroundStyle.Class = "";
     this.Lb_Item4JBLB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JBLB.Location = new System.Drawing.Point(16, 130);
     this.Lb_Item4JBLB.Name = "Lb_Item4JBLB";
     this.Lb_Item4JBLB.Size = new System.Drawing.Size(112, 23);
     this.Lb_Item4JBLB.TabIndex = 10;
     this.Lb_Item4JBLB.Text = " ���˵��Ű����";
     //
     // Lb_Item4PSCS
     //
     //
     //
     //
     this.Lb_Item4PSCS.BackgroundStyle.Class = "";
     this.Lb_Item4PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4PSCS.Location = new System.Drawing.Point(10, 175);
     this.Lb_Item4PSCS.Name = "Lb_Item4PSCS";
     this.Lb_Item4PSCS.Size = new System.Drawing.Size(121, 23);
     this.Lb_Item4PSCS.TabIndex = 9;
     this.Lb_Item4PSCS.Text = "  ���ְ����������";
     //
     // Lb_Item4JSBZZBZZ
     //
     //
     //
     //
     this.Lb_Item4JSBZZBZZ.BackgroundStyle.Class = "";
     this.Lb_Item4JSBZZBZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JSBZZBZZ.Location = new System.Drawing.Point(321, 76);
     this.Lb_Item4JSBZZBZZ.Name = "Lb_Item4JSBZZBZZ";
     this.Lb_Item4JSBZZBZZ.Size = new System.Drawing.Size(181, 23);
     this.Lb_Item4JSBZZBZZ.TabIndex = 5;
     this.Lb_Item4JSBZZBZZ.Text = " ���ְ����ر�׼ֵ��kN/m2����";
     //
     // Tb_Item4GK
     //
     //
     //
     //
     this.Tb_Item4GK.Border.Class = "TextBoxBorder";
     this.Tb_Item4GK.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4GK.Location = new System.Drawing.Point(289, 30);
     this.Tb_Item4GK.Name = "Tb_Item4GK";
     this.Tb_Item4GK.Size = new System.Drawing.Size(96, 21);
     this.Tb_Item4GK.TabIndex = 2;
     //
     // labelX18
     //
     //
     //
     //
     this.labelX18.BackgroundStyle.Class = "";
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Location = new System.Drawing.Point(43, 25);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(245, 34);
     this.labelX18.TabIndex = 1;
     this.labelX18.Text = "ÿ�����˳��ܵĽṹ���ر�׼ֵ��kN/m����";
     //
     // LXtabItem4
     //
     this.LXtabItem4.AttachedControl = this.tabControlPanel4;
     this.LXtabItem4.Name = "LXtabItem4";
     this.LXtabItem4.Text = "���ú��ز���";
     this.LXtabItem4.Click += new System.EventHandler(this.LXtabItem4_Click);
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPanel2.Controls.Add(this.Grp_Item2);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.LXtabItem2;
     //
     // Grp_Item2
     //
     this.Grp_Item2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item2.Controls.Add(this.Grp_Item2DHG);
     this.Grp_Item2.Controls.Add(this.Rdo_Item2XHG);
     this.Grp_Item2.Controls.Add(this.Grp_Item2XHG);
     this.Grp_Item2.Controls.Add(this.Rdo_Item2DHG);
     this.Grp_Item2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item2.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item2.Name = "Grp_Item2";
     this.Grp_Item2.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item2.TabIndex = 24;
     this.Grp_Item2.TabStop = false;
     this.Grp_Item2.Text = "��С��˲���";
     //
     // Grp_Item2DHG
     //
     this.Grp_Item2DHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item2DHG.Controls.Add(this.Cb_Item2DHGGS);
     this.Grp_Item2DHG.Controls.Add(this.Lb_Item2DHGGS);
     this.Grp_Item2DHG.Location = new System.Drawing.Point(289, 95);
     this.Grp_Item2DHG.Name = "Grp_Item2DHG";
     this.Grp_Item2DHG.Size = new System.Drawing.Size(317, 81);
     this.Grp_Item2DHG.TabIndex = 5;
     this.Grp_Item2DHG.TabStop = false;
     this.Grp_Item2DHG.Text = "�������ϣ���Ű壩";
     //
     // Cb_Item2DHGGS
     //
     this.Cb_Item2DHGGS.DisplayMember = "Text";
     this.Cb_Item2DHGGS.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item2DHGGS.FormattingEnabled = true;
     this.Cb_Item2DHGGS.ItemHeight = 15;
     this.Cb_Item2DHGGS.Items.AddRange(new object[] {
     this.comboItem22,
     this.comboItem23,
     this.comboItem24,
     this.comboItem25});
     this.Cb_Item2DHGGS.Location = new System.Drawing.Point(251, 29);
     this.Cb_Item2DHGGS.Name = "Cb_Item2DHGGS";
     this.Cb_Item2DHGGS.Size = new System.Drawing.Size(52, 21);
     this.Cb_Item2DHGGS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item2DHGGS.TabIndex = 22;
     this.Cb_Item2DHGGS.Text = "3";
     //
     // comboItem22
     //
     this.comboItem22.Text = "0";
     //
     // comboItem23
     //
     this.comboItem23.Text = "1";
     //
     // comboItem24
     //
     this.comboItem24.Text = "2";
     //
     // comboItem25
     //
     this.comboItem25.Text = "3";
     //
     // Lb_Item2DHGGS
     //
     //
     //
     //
     this.Lb_Item2DHGGS.BackgroundStyle.Class = "";
     this.Lb_Item2DHGGS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item2DHGGS.Location = new System.Drawing.Point(13, 29);
     this.Lb_Item2DHGGS.Name = "Lb_Item2DHGGS";
     this.Lb_Item2DHGGS.Size = new System.Drawing.Size(243, 23);
     this.Lb_Item2DHGGS.TabIndex = 3;
     this.Lb_Item2DHGGS.Text = "������С����ϵĴ��˸������������ࣩ";
     //
     // Rdo_Item2XHG
     //
     this.Rdo_Item2XHG.AutoSize = true;
     this.Rdo_Item2XHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Item2XHG.Location = new System.Drawing.Point(20, 46);
     this.Rdo_Item2XHG.Name = "Rdo_Item2XHG";
     this.Rdo_Item2XHG.Size = new System.Drawing.Size(83, 16);
     this.Rdo_Item2XHG.TabIndex = 23;
     this.Rdo_Item2XHG.Text = "�������";
     this.Rdo_Item2XHG.UseVisualStyleBackColor = false;
     this.Rdo_Item2XHG.CheckedChanged += new System.EventHandler(this.Rdo_Item2XHG_CheckedChanged);
     //
     // Grp_Item2XHG
     //
     this.Grp_Item2XHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item2XHG.Controls.Add(this.Tb_Item2XHGJJ);
     this.Grp_Item2XHG.Controls.Add(this.Cb_Item2LGZJ);
     this.Grp_Item2XHG.Controls.Add(this.Lb_Item2LGZJ);
     this.Grp_Item2XHG.Controls.Add(this.Lb_Item2XHGJJ);
     this.Grp_Item2XHG.Enabled = false;
     this.Grp_Item2XHG.Location = new System.Drawing.Point(14, 82);
     this.Grp_Item2XHG.Name = "Grp_Item2XHG";
     this.Grp_Item2XHG.Size = new System.Drawing.Size(245, 94);
     this.Grp_Item2XHG.TabIndex = 0;
     this.Grp_Item2XHG.TabStop = false;
     this.Grp_Item2XHG.Text = "�������";
     //
     // Tb_Item2XHGJJ
     //
     this.Tb_Item2XHGJJ.Location = new System.Drawing.Point(121, 62);
     this.Tb_Item2XHGJJ.Name = "Tb_Item2XHGJJ";
     this.Tb_Item2XHGJJ.ReadOnly = true;
     this.Tb_Item2XHGJJ.Size = new System.Drawing.Size(80, 21);
     this.Tb_Item2XHGJJ.TabIndex = 24;
     this.Tb_Item2XHGJJ.Text = "1";
     this.Tb_Item2XHGJJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Cb_Item2LGZJ
     //
     this.Cb_Item2LGZJ.DisplayMember = "Text";
     this.Cb_Item2LGZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item2LGZJ.FormattingEnabled = true;
     this.Cb_Item2LGZJ.ItemHeight = 15;
     this.Cb_Item2LGZJ.Items.AddRange(new object[] {
     this.comboItem20,
     this.comboItem21});
     this.Cb_Item2LGZJ.Location = new System.Drawing.Point(97, 28);
     this.Cb_Item2LGZJ.Name = "Cb_Item2LGZJ";
     this.Cb_Item2LGZJ.Size = new System.Drawing.Size(104, 21);
     this.Cb_Item2LGZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item2LGZJ.TabIndex = 23;
     this.Cb_Item2LGZJ.Text = "�����ݾ�la ";
     this.Cb_Item2LGZJ.SelectedIndexChanged += new System.EventHandler(this.Cb_Item2LGZJ_SelectedIndexChanged);
     //
     // comboItem20
     //
     this.comboItem20.Text = "�����ݾ�la/2 ";
     //
     // comboItem21
     //
     this.comboItem21.Text = "�����ݾ�la ";
     //
     // Lb_Item2LGZJ
     //
     //
     //
     //
     this.Lb_Item2LGZJ.BackgroundStyle.Class = "";
     this.Lb_Item2LGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item2LGZJ.Location = new System.Drawing.Point(15, 29);
     this.Lb_Item2LGZJ.Name = "Lb_Item2LGZJ";
     this.Lb_Item2LGZJ.Size = new System.Drawing.Size(91, 20);
     this.Lb_Item2LGZJ.TabIndex = 22;
     this.Lb_Item2LGZJ.Text = "�����ݾ�ѡ��";
     //
     // Lb_Item2XHGJJ
     //
     //
     //
     //
     this.Lb_Item2XHGJJ.BackgroundStyle.Class = "";
     this.Lb_Item2XHGJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item2XHGJJ.Location = new System.Drawing.Point(10, 63);
     this.Lb_Item2XHGJJ.Name = "Lb_Item2XHGJJ";
     this.Lb_Item2XHGJJ.Size = new System.Drawing.Size(121, 20);
     this.Lb_Item2XHGJJ.TabIndex = 22;
     this.Lb_Item2XHGJJ.Text = " С��˼��S��m��:";
     //
     // Rdo_Item2DHG
     //
     this.Rdo_Item2DHG.AutoSize = true;
     this.Rdo_Item2DHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Item2DHG.Checked = true;
     this.Rdo_Item2DHG.Location = new System.Drawing.Point(292, 50);
     this.Rdo_Item2DHG.Name = "Rdo_Item2DHG";
     this.Rdo_Item2DHG.Size = new System.Drawing.Size(143, 16);
     this.Rdo_Item2DHG.TabIndex = 23;
     this.Rdo_Item2DHG.TabStop = true;
     this.Rdo_Item2DHG.Text = "�������ϣ���Ű壩";
     this.Rdo_Item2DHG.UseVisualStyleBackColor = false;
     //
     // LXtabItem2
     //
     this.LXtabItem2.AttachedControl = this.tabControlPanel2;
     this.LXtabItem2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.LXtabItem2.Name = "LXtabItem2";
     this.LXtabItem2.Text = "��С��˲���";
     //
     // tabControlPanel9
     //
     this.tabControlPanel9.Controls.Add(this.Grp_Item9);
     this.tabControlPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel9.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel9.Name = "tabControlPanel9";
     this.tabControlPanel9.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel9.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel9.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel9.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel9.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel9.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel9.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel9.Style.GradientAngle = 90;
     this.tabControlPanel9.TabIndex = 9;
     this.tabControlPanel9.TabItem = this.LXtabItem9;
     //
     // Grp_Item9
     //
     this.Grp_Item9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item9.Controls.Add(this.Cb_Item9DJLX);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DJLX);
     this.Grp_Item9.Controls.Add(this.Tb_Item9ZYCD);
     this.Grp_Item9.Controls.Add(this.Lb_Item9ZYCD);
     this.Grp_Item9.Controls.Add(this.DbIput_Item9DBK);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DBK);
     this.Grp_Item9.Controls.Add(this.Btn_Item9SearchChart);
     this.Grp_Item9.Controls.Add(this.Tb_Item9DJCZL);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DJCZL);
     this.Grp_Item9.Controls.Add(this.Cb_Item9DJTLX);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DJTLX);
     this.Grp_Item9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item9.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item9.Name = "Grp_Item9";
     this.Grp_Item9.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item9.TabIndex = 0;
     this.Grp_Item9.TabStop = false;
     this.Grp_Item9.Text = "���˵ػ�����������";
     //
     // Cb_Item9DJLX
     //
     this.Cb_Item9DJLX.DisplayMember = "Text";
     this.Cb_Item9DJLX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item9DJLX.FormattingEnabled = true;
     this.Cb_Item9DJLX.ItemHeight = 15;
     this.Cb_Item9DJLX.Items.AddRange(new object[] {
     this.comboItem15,
     this.comboItem16});
     this.Cb_Item9DJLX.Location = new System.Drawing.Point(152, 156);
     this.Cb_Item9DJLX.Name = "Cb_Item9DJLX";
     this.Cb_Item9DJLX.Size = new System.Drawing.Size(136, 21);
     this.Cb_Item9DJLX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item9DJLX.TabIndex = 20;
     //
     // comboItem15
     //
     this.comboItem15.Text = "��Ȼ�ػ�";
     //
     // comboItem16
     //
     this.comboItem16.Text = "�������ػ�";
     //
     // Lb_Item9DJLX
     //
     //
     //
     //
     this.Lb_Item9DJLX.BackgroundStyle.Class = "";
     this.Lb_Item9DJLX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DJLX.Location = new System.Drawing.Point(31, 156);
     this.Lb_Item9DJLX.Name = "Lb_Item9DJLX";
     this.Lb_Item9DJLX.Size = new System.Drawing.Size(117, 23);
     this.Lb_Item9DJLX.TabIndex = 19;
     this.Lb_Item9DJLX.Text = "�ػ����ͣ�";
     this.Lb_Item9DJLX.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Tb_Item9ZYCD
     //
     //
     //
     //
     this.Tb_Item9ZYCD.Border.Class = "TextBoxBorder";
     this.Tb_Item9ZYCD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item9ZYCD.Location = new System.Drawing.Point(154, 125);
     this.Tb_Item9ZYCD.Name = "Tb_Item9ZYCD";
     this.Tb_Item9ZYCD.ReadOnly = true;
     this.Tb_Item9ZYCD.Size = new System.Drawing.Size(137, 21);
     this.Tb_Item9ZYCD.TabIndex = 18;
     this.Tb_Item9ZYCD.Text = "1.50";
     //
     // Lb_Item9ZYCD
     //
     //
     //
     //
     this.Lb_Item9ZYCD.BackgroundStyle.Class = "";
     this.Lb_Item9ZYCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9ZYCD.Location = new System.Drawing.Point(26, 124);
     this.Lb_Item9ZYCD.Name = "Lb_Item9ZYCD";
     this.Lb_Item9ZYCD.Size = new System.Drawing.Size(128, 23);
     this.Lb_Item9ZYCD.TabIndex = 17;
     this.Lb_Item9ZYCD.Text = "�� �� �� �� ��m����";
     //
     // DbIput_Item9DBK
     //
     //
     //
     //
     this.DbIput_Item9DBK.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Item9DBK.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Item9DBK.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Item9DBK.Increment = 0.1;
     this.DbIput_Item9DBK.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Item9DBK.Location = new System.Drawing.Point(153, 82);
     this.DbIput_Item9DBK.MinValue = 0;
     this.DbIput_Item9DBK.Name = "DbIput_Item9DBK";
     this.DbIput_Item9DBK.ShowUpDown = true;
     this.DbIput_Item9DBK.Size = new System.Drawing.Size(137, 21);
     this.DbIput_Item9DBK.TabIndex = 16;
     this.DbIput_Item9DBK.Value = 0.3;
     //
     // Lb_Item9DBK
     //
     //
     //
     //
     this.Lb_Item9DBK.BackgroundStyle.Class = "";
     this.Lb_Item9DBK.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DBK.Location = new System.Drawing.Point(20, 82);
     this.Lb_Item9DBK.Name = "Lb_Item9DBK";
     this.Lb_Item9DBK.Size = new System.Drawing.Size(146, 23);
     this.Lb_Item9DBK.TabIndex = 7;
     this.Lb_Item9DBK.Text = " ���ּܵ�����ף���";
     //
     // Btn_Item9SearchChart
     //
     this.Btn_Item9SearchChart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_Item9SearchChart.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_Item9SearchChart.Font = new System.Drawing.Font("����", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_Item9SearchChart.Image = global::Framework.Properties.Resources.Search;
     this.Btn_Item9SearchChart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Btn_Item9SearchChart.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Btn_Item9SearchChart.Location = new System.Drawing.Point(498, 28);
     this.Btn_Item9SearchChart.Name = "Btn_Item9SearchChart";
     this.Btn_Item9SearchChart.Size = new System.Drawing.Size(53, 50);
     this.Btn_Item9SearchChart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_Item9SearchChart.TabIndex = 6;
     this.Btn_Item9SearchChart.Text = "��ѯͼ��";
     this.Btn_Item9SearchChart.Click += new System.EventHandler(this.Btn_Item9SearchChart_Click);
     //
     // Tb_Item9DJCZL
     //
     //
     //
     //
     this.Tb_Item9DJCZL.Border.Class = "TextBoxBorder";
     this.Tb_Item9DJCZL.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item9DJCZL.Location = new System.Drawing.Point(399, 39);
     this.Tb_Item9DJCZL.Name = "Tb_Item9DJCZL";
     this.Tb_Item9DJCZL.ReadOnly = true;
     this.Tb_Item9DJCZL.Size = new System.Drawing.Size(84, 21);
     this.Tb_Item9DJCZL.TabIndex = 5;
     this.Tb_Item9DJCZL.Text = "200";
     //
     // Lb_Item9DJCZL
     //
     //
     //
     //
     this.Lb_Item9DJCZL.BackgroundStyle.Class = "";
     this.Lb_Item9DJCZL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DJCZL.Location = new System.Drawing.Point(224, 37);
     this.Lb_Item9DJCZL.Name = "Lb_Item9DJCZL";
     this.Lb_Item9DJCZL.Size = new System.Drawing.Size(180, 23);
     this.Lb_Item9DJCZL.TabIndex = 4;
     this.Lb_Item9DJCZL.Text = " �ػ���������׼ֵ��kN/m2����";
     //
     // Cb_Item9DJTLX
     //
     this.Cb_Item9DJTLX.DisplayMember = "Text";
     this.Cb_Item9DJTLX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item9DJTLX.FormattingEnabled = true;
     this.Cb_Item9DJTLX.ItemHeight = 15;
     this.Cb_Item9DJTLX.Items.AddRange(new object[] {
     this.comboItem17,
     this.comboItem18,
     this.comboItem19,
     this.comboItem64,
     this.comboItem65,
     this.comboItem67,
     this.comboItem68,
     this.comboItem69});
     this.Cb_Item9DJTLX.Location = new System.Drawing.Point(104, 36);
     this.Cb_Item9DJTLX.Name = "Cb_Item9DJTLX";
     this.Cb_Item9DJTLX.Size = new System.Drawing.Size(111, 21);
     this.Cb_Item9DJTLX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item9DJTLX.TabIndex = 3;
     this.Cb_Item9DJTLX.SelectedIndexChanged += new System.EventHandler(this.Cb_Item9DJTLX_SelectedIndexChanged);
     //
     // comboItem17
     //
     this.comboItem17.Text = "��ʯ";
     //
     // comboItem18
     //
     this.comboItem18.Text = "��ʯ��";
     //
     // comboItem19
     //
     this.comboItem19.Text = "ɰ��";
     //
     // comboItem64
     //
     this.comboItem64.Text = "����";
     //
     // comboItem65
     //
     this.comboItem65.Text = "������";
     //
     // comboItem67
     //
     this.comboItem67.Text = "��ճ��";
     //
     // comboItem68
     //
     this.comboItem68.Text = "ճ����";
     //
     // comboItem69
     //
     this.comboItem69.Text = "��������";
     //
     // Lb_Item9DJTLX
     //
     //
     //
     //
     this.Lb_Item9DJTLX.BackgroundStyle.Class = "";
     this.Lb_Item9DJTLX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DJTLX.Location = new System.Drawing.Point(29, 36);
     this.Lb_Item9DJTLX.Name = "Lb_Item9DJTLX";
     this.Lb_Item9DJTLX.Size = new System.Drawing.Size(91, 23);
     this.Lb_Item9DJTLX.TabIndex = 2;
     this.Lb_Item9DJTLX.Text = "�ػ������ͣ�";
     //
     // LXtabItem9
     //
     this.LXtabItem9.AttachedControl = this.tabControlPanel9;
     this.LXtabItem9.Name = "LXtabItem9";
     this.LXtabItem9.Text = "���˵ػ�������";
     //
     // tabControlPanel17
     //
     this.tabControlPanel17.Controls.Add(this.groupBox8);
     this.tabControlPanel17.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel17.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel17.Name = "tabControlPanel17";
     this.tabControlPanel17.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel17.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel17.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel17.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel17.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel17.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel17.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel17.Style.GradientAngle = 90;
     this.tabControlPanel17.TabIndex = 18;
     this.tabControlPanel17.TabItem = this.LX5tabItem1;
     //
     // groupBox8
     //
     this.groupBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox8.Controls.Add(this.IntInput_Lx5Item1NO);
     this.groupBox8.Controls.Add(this.IntInput_Lx5Item1LDX);
     this.groupBox8.Controls.Add(this.IntInput_Lx5Item1SPX);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1LGJXG);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1DKJ);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1WXGBZ);
     this.groupBox8.Controls.Add(this.labelX48);
     this.groupBox8.Controls.Add(this.labelX52);
     this.groupBox8.Controls.Add(this.labelX49);
     this.groupBox8.Controls.Add(this.labelX62);
     this.groupBox8.Controls.Add(this.labelX50);
     this.groupBox8.Controls.Add(this.labelX51);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1LDX);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1SPX);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1WXG);
     this.groupBox8.Controls.Add(this.labelX45);
     this.groupBox8.Controls.Add(this.labelX46);
     this.groupBox8.Controls.Add(this.labelX47);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1LGG);
     this.groupBox8.Controls.Add(this.labelX44);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1HJ);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1JHG);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1ZJ);
     this.groupBox8.Controls.Add(this.labelX39);
     this.groupBox8.Controls.Add(this.labelX40);
     this.groupBox8.Controls.Add(this.labelX41);
     this.groupBox8.Controls.Add(this.labelX43);
     this.groupBox8.Controls.Add(this.DbInput_Lx5Item2GD);
     this.groupBox8.Controls.Add(this.DbInput_Lx5Item1BJ);
     this.groupBox8.Controls.Add(this.labelX38);
     this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox8.Location = new System.Drawing.Point(1, 1);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(636, 338);
     this.groupBox8.TabIndex = 3;
     this.groupBox8.TabStop = false;
     //
     // IntInput_Lx5Item1NO
     //
     //
     //
     //
     this.IntInput_Lx5Item1NO.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx5Item1NO.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx5Item1NO.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx5Item1NO.Location = new System.Drawing.Point(465, 211);
     this.IntInput_Lx5Item1NO.MinValue = 0;
     this.IntInput_Lx5Item1NO.Name = "IntInput_Lx5Item1NO";
     this.IntInput_Lx5Item1NO.ShowUpDown = true;
     this.IntInput_Lx5Item1NO.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Lx5Item1NO.TabIndex = 99;
     this.IntInput_Lx5Item1NO.Value = 30;
     //
     // IntInput_Lx5Item1LDX
     //
     //
     //
     //
     this.IntInput_Lx5Item1LDX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx5Item1LDX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx5Item1LDX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx5Item1LDX.Location = new System.Drawing.Point(465, 168);
     this.IntInput_Lx5Item1LDX.MinValue = 1;
     this.IntInput_Lx5Item1LDX.Name = "IntInput_Lx5Item1LDX";
     this.IntInput_Lx5Item1LDX.ShowUpDown = true;
     this.IntInput_Lx5Item1LDX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Lx5Item1LDX.TabIndex = 99;
     this.IntInput_Lx5Item1LDX.Value = 1;
     //
     // IntInput_Lx5Item1SPX
     //
     //
     //
     //
     this.IntInput_Lx5Item1SPX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx5Item1SPX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx5Item1SPX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx5Item1SPX.Location = new System.Drawing.Point(465, 125);
     this.IntInput_Lx5Item1SPX.MinValue = 1;
     this.IntInput_Lx5Item1SPX.Name = "IntInput_Lx5Item1SPX";
     this.IntInput_Lx5Item1SPX.ShowUpDown = true;
     this.IntInput_Lx5Item1SPX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Lx5Item1SPX.TabIndex = 100;
     this.IntInput_Lx5Item1SPX.Value = 1;
     //
     // Cbx_Lx5Item1LGJXG
     //
     this.Cbx_Lx5Item1LGJXG.DisplayMember = "Text";
     this.Cbx_Lx5Item1LGJXG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1LGJXG.FormattingEnabled = true;
     this.Cbx_Lx5Item1LGJXG.ItemHeight = 15;
     this.Cbx_Lx5Item1LGJXG.Items.AddRange(new object[] {
     this.comboItem212,
     this.comboItem213});
     this.Cbx_Lx5Item1LGJXG.Location = new System.Drawing.Point(465, 254);
     this.Cbx_Lx5Item1LGJXG.Name = "Cbx_Lx5Item1LGJXG";
     this.Cbx_Lx5Item1LGJXG.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item1LGJXG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1LGJXG.TabIndex = 97;
     //
     // comboItem212
     //
     this.comboItem212.Text = "���˼���б��";
     //
     // comboItem213
     //
     this.comboItem213.Text = "���˼���б��";
     //
     // Cbx_Lx5Item1DKJ
     //
     this.Cbx_Lx5Item1DKJ.DisplayMember = "Text";
     this.Cbx_Lx5Item1DKJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1DKJ.FormattingEnabled = true;
     this.Cbx_Lx5Item1DKJ.ItemHeight = 15;
     this.Cbx_Lx5Item1DKJ.Items.AddRange(new object[] {
     this.comboItem201,
     this.comboItem202});
     this.Cbx_Lx5Item1DKJ.Location = new System.Drawing.Point(465, 39);
     this.Cbx_Lx5Item1DKJ.Name = "Cbx_Lx5Item1DKJ";
     this.Cbx_Lx5Item1DKJ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item1DKJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1DKJ.TabIndex = 97;
     //
     // comboItem201
     //
     this.comboItem201.Text = "1";
     //
     // comboItem202
     //
     this.comboItem202.Text = "2";
     //
     // Cbx_Lx5Item1WXGBZ
     //
     this.Cbx_Lx5Item1WXGBZ.DisplayMember = "Text";
     this.Cbx_Lx5Item1WXGBZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1WXGBZ.FormattingEnabled = true;
     this.Cbx_Lx5Item1WXGBZ.ItemHeight = 15;
     this.Cbx_Lx5Item1WXGBZ.Items.AddRange(new object[] {
     this.comboItem203,
     this.comboItem204,
     this.comboItem205,
     this.comboItem206,
     this.comboItem207,
     this.comboItem208});
     this.Cbx_Lx5Item1WXGBZ.Location = new System.Drawing.Point(465, 82);
     this.Cbx_Lx5Item1WXGBZ.Name = "Cbx_Lx5Item1WXGBZ";
     this.Cbx_Lx5Item1WXGBZ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item1WXGBZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1WXGBZ.TabIndex = 98;
     //
     // comboItem203
     //
     this.comboItem203.Text = "1";
     //
     // comboItem204
     //
     this.comboItem204.Text = "2";
     //
     // comboItem205
     //
     this.comboItem205.Text = "3";
     //
     // comboItem206
     //
     this.comboItem206.Text = "4";
     //
     // comboItem207
     //
     this.comboItem207.Text = "5";
     //
     // comboItem208
     //
     this.comboItem208.Text = "6";
     //
     // labelX48
     //
     this.labelX48.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX48.BackgroundStyle.Class = "";
     this.labelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX48.Location = new System.Drawing.Point(292, 126);
     this.labelX48.Name = "labelX48";
     this.labelX48.Size = new System.Drawing.Size(171, 20);
     this.labelX48.TabIndex = 95;
     this.labelX48.Text = "ˮƽб�˲���(����һ��)";
     this.labelX48.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX52
     //
     this.labelX52.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX52.BackgroundStyle.Class = "";
     this.labelX52.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX52.Location = new System.Drawing.Point(292, 212);
     this.labelX52.Name = "labelX52";
     this.labelX52.Size = new System.Drawing.Size(171, 20);
     this.labelX52.TabIndex = 96;
     this.labelX52.Text = "�ɵ���������������ֵN0(kN)";
     this.labelX52.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX49
     //
     this.labelX49.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX49.BackgroundStyle.Class = "";
     this.labelX49.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX49.Location = new System.Drawing.Point(292, 169);
     this.labelX49.Name = "labelX49";
     this.labelX49.Size = new System.Drawing.Size(171, 20);
     this.labelX49.TabIndex = 96;
     this.labelX49.Text = "�ȵ�б�˲���(����һ��)";
     this.labelX49.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX62
     //
     this.labelX62.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX62.BackgroundStyle.Class = "";
     this.labelX62.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX62.Location = new System.Drawing.Point(292, 255);
     this.labelX62.Name = "labelX62";
     this.labelX62.Size = new System.Drawing.Size(171, 20);
     this.labelX62.TabIndex = 93;
     this.labelX62.Text = "���˼�б������";
     this.labelX62.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX50
     //
     this.labelX50.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX50.BackgroundStyle.Class = "";
     this.labelX50.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX50.Location = new System.Drawing.Point(292, 40);
     this.labelX50.Name = "labelX50";
     this.labelX50.Size = new System.Drawing.Size(171, 20);
     this.labelX50.TabIndex = 93;
     this.labelX50.Text = "������˸���njg";
     this.labelX50.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX51
     //
     this.labelX51.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX51.BackgroundStyle.Class = "";
     this.labelX51.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX51.Location = new System.Drawing.Point(292, 83);
     this.labelX51.Name = "labelX51";
     this.labelX51.Size = new System.Drawing.Size(171, 20);
     this.labelX51.TabIndex = 94;
     this.labelX51.Text = "��б�˲���(����һ��)";
     this.labelX51.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Lx5Item1LDX
     //
     this.Cbx_Lx5Item1LDX.DisplayMember = "Text";
     this.Cbx_Lx5Item1LDX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1LDX.FormattingEnabled = true;
     this.Cbx_Lx5Item1LDX.ItemHeight = 15;
     this.Cbx_Lx5Item1LDX.Items.AddRange(new object[] {
     this.comboItem188,
     this.comboItem189,
     this.comboItem190,
     this.comboItem191,
     this.comboItem192});
     this.Cbx_Lx5Item1LDX.Location = new System.Drawing.Point(147, 297);
     this.Cbx_Lx5Item1LDX.Name = "Cbx_Lx5Item1LDX";
     this.Cbx_Lx5Item1LDX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1LDX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1LDX.TabIndex = 90;
     //
     // comboItem188
     //
     this.comboItem188.Text = "XG-0912";
     //
     // comboItem189
     //
     this.comboItem189.Text = "XG-1212";
     //
     // comboItem190
     //
     this.comboItem190.Text = "XG-1218";
     //
     // comboItem191
     //
     this.comboItem191.Text = "XG-1518";
     //
     // comboItem192
     //
     this.comboItem192.Text = "XG-1818";
     //
     // Cbx_Lx5Item1SPX
     //
     this.Cbx_Lx5Item1SPX.DisplayMember = "Text";
     this.Cbx_Lx5Item1SPX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1SPX.FormattingEnabled = true;
     this.Cbx_Lx5Item1SPX.ItemHeight = 15;
     this.Cbx_Lx5Item1SPX.Items.AddRange(new object[] {
     this.comboItem193,
     this.comboItem194,
     this.comboItem195});
     this.Cbx_Lx5Item1SPX.Location = new System.Drawing.Point(147, 261);
     this.Cbx_Lx5Item1SPX.Name = "Cbx_Lx5Item1SPX";
     this.Cbx_Lx5Item1SPX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1SPX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1SPX.TabIndex = 91;
     //
     // comboItem193
     //
     this.comboItem193.Text = "ZXG-0912";
     //
     // comboItem194
     //
     this.comboItem194.Text = "ZXG-1212";
     //
     // comboItem195
     //
     this.comboItem195.Text = "ZXG-1218";
     //
     // Cbx_Lx5Item1WXG
     //
     this.Cbx_Lx5Item1WXG.DisplayMember = "Text";
     this.Cbx_Lx5Item1WXG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1WXG.FormattingEnabled = true;
     this.Cbx_Lx5Item1WXG.ItemHeight = 15;
     this.Cbx_Lx5Item1WXG.Items.AddRange(new object[] {
     this.comboItem196,
     this.comboItem197,
     this.comboItem198,
     this.comboItem199,
     this.comboItem200});
     this.Cbx_Lx5Item1WXG.Location = new System.Drawing.Point(147, 225);
     this.Cbx_Lx5Item1WXG.Name = "Cbx_Lx5Item1WXG";
     this.Cbx_Lx5Item1WXG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1WXG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1WXG.TabIndex = 92;
     //
     // comboItem196
     //
     this.comboItem196.Text = "XG-0912";
     //
     // comboItem197
     //
     this.comboItem197.Text = "XG-1212";
     //
     // comboItem198
     //
     this.comboItem198.Text = "XG-1218";
     //
     // comboItem199
     //
     this.comboItem199.Text = "XG-1518";
     //
     // comboItem200
     //
     this.comboItem200.Text = "XG-1818";
     //
     // labelX45
     //
     this.labelX45.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX45.BackgroundStyle.Class = "";
     this.labelX45.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX45.Location = new System.Drawing.Point(16, 296);
     this.labelX45.Name = "labelX45";
     this.labelX45.Size = new System.Drawing.Size(130, 20);
     this.labelX45.TabIndex = 88;
     this.labelX45.Text = "�ȵ�б�˸ֹ�����";
     this.labelX45.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX46
     //
     this.labelX46.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX46.BackgroundStyle.Class = "";
     this.labelX46.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX46.Location = new System.Drawing.Point(16, 260);
     this.labelX46.Name = "labelX46";
     this.labelX46.Size = new System.Drawing.Size(130, 20);
     this.labelX46.TabIndex = 87;
     this.labelX46.Text = "ˮƽб�˸ֹ�����";
     this.labelX46.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX47
     //
     this.labelX47.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX47.BackgroundStyle.Class = "";
     this.labelX47.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX47.Location = new System.Drawing.Point(16, 224);
     this.labelX47.Name = "labelX47";
     this.labelX47.Size = new System.Drawing.Size(130, 20);
     this.labelX47.TabIndex = 89;
     this.labelX47.Text = "��б�˸ֹ�����";
     this.labelX47.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Lx5Item1LGG
     //
     this.Cbx_Lx5Item1LGG.DisplayMember = "Text";
     this.Cbx_Lx5Item1LGG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1LGG.FormattingEnabled = true;
     this.Cbx_Lx5Item1LGG.ItemHeight = 15;
     this.Cbx_Lx5Item1LGG.Items.AddRange(new object[] {
     this.comboItem184,
     this.comboItem185,
     this.comboItem186,
     this.comboItem187});
     this.Cbx_Lx5Item1LGG.Location = new System.Drawing.Point(147, 189);
     this.Cbx_Lx5Item1LGG.Name = "Cbx_Lx5Item1LGG";
     this.Cbx_Lx5Item1LGG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1LGG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1LGG.TabIndex = 86;
     //
     // comboItem184
     //
     this.comboItem184.Text = "LG-120";
     //
     // comboItem185
     //
     this.comboItem185.Text = "LG-180";
     //
     // comboItem186
     //
     this.comboItem186.Text = "LG-240";
     //
     // comboItem187
     //
     this.comboItem187.Text = "LG-300";
     //
     // labelX44
     //
     this.labelX44.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX44.BackgroundStyle.Class = "";
     this.labelX44.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX44.Location = new System.Drawing.Point(16, 188);
     this.labelX44.Name = "labelX44";
     this.labelX44.Size = new System.Drawing.Size(130, 20);
     this.labelX44.TabIndex = 85;
     this.labelX44.Text = "���˸ֹ�����";
     this.labelX44.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Lx5Item1HJ
     //
     this.Cbx_Lx5Item1HJ.DisplayMember = "Text";
     this.Cbx_Lx5Item1HJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1HJ.FormattingEnabled = true;
     this.Cbx_Lx5Item1HJ.ItemHeight = 15;
     this.Cbx_Lx5Item1HJ.Items.AddRange(new object[] {
     this.comboItem168,
     this.comboItem169,
     this.comboItem170,
     this.comboItem171,
     this.comboItem172,
     this.comboItem173});
     this.Cbx_Lx5Item1HJ.Location = new System.Drawing.Point(147, 117);
     this.Cbx_Lx5Item1HJ.Name = "Cbx_Lx5Item1HJ";
     this.Cbx_Lx5Item1HJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1HJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1HJ.TabIndex = 82;
     //
     // comboItem168
     //
     this.comboItem168.Text = "0.3";
     //
     // comboItem169
     //
     this.comboItem169.Text = "0.6";
     //
     // comboItem170
     //
     this.comboItem170.Text = "0.9";
     //
     // comboItem171
     //
     this.comboItem171.Text = "1.2";
     //
     // comboItem172
     //
     this.comboItem172.Text = "1.5";
     //
     // comboItem173
     //
     this.comboItem173.Text = "1.8";
     //
     // Cbx_Lx5Item1JHG
     //
     this.Cbx_Lx5Item1JHG.DisplayMember = "Text";
     this.Cbx_Lx5Item1JHG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1JHG.FormattingEnabled = true;
     this.Cbx_Lx5Item1JHG.ItemHeight = 15;
     this.Cbx_Lx5Item1JHG.Items.AddRange(new object[] {
     this.comboItem174,
     this.comboItem175,
     this.comboItem176,
     this.comboItem177});
     this.Cbx_Lx5Item1JHG.Location = new System.Drawing.Point(147, 153);
     this.Cbx_Lx5Item1JHG.Name = "Cbx_Lx5Item1JHG";
     this.Cbx_Lx5Item1JHG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1JHG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1JHG.TabIndex = 83;
     //
     // comboItem174
     //
     this.comboItem174.Text = "JHG-90";
     //
     // comboItem175
     //
     this.comboItem175.Text = "JHG-120";
     //
     // comboItem176
     //
     this.comboItem176.Text = "JHG-120+30";
     //
     // comboItem177
     //
     this.comboItem177.Text = "JHG-120+60";
     //
     // Cbx_Lx5Item1ZJ
     //
     this.Cbx_Lx5Item1ZJ.DisplayMember = "Text";
     this.Cbx_Lx5Item1ZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1ZJ.FormattingEnabled = true;
     this.Cbx_Lx5Item1ZJ.ItemHeight = 15;
     this.Cbx_Lx5Item1ZJ.Items.AddRange(new object[] {
     this.comboItem178,
     this.comboItem179,
     this.comboItem180,
     this.comboItem181,
     this.comboItem182,
     this.comboItem183});
     this.Cbx_Lx5Item1ZJ.Location = new System.Drawing.Point(148, 81);
     this.Cbx_Lx5Item1ZJ.Name = "Cbx_Lx5Item1ZJ";
     this.Cbx_Lx5Item1ZJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1ZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1ZJ.TabIndex = 84;
     //
     // comboItem178
     //
     this.comboItem178.Text = "0.3";
     //
     // comboItem179
     //
     this.comboItem179.Text = "0.6";
     //
     // comboItem180
     //
     this.comboItem180.Text = "0.9";
     //
     // comboItem181
     //
     this.comboItem181.Text = "1.2";
     //
     // comboItem182
     //
     this.comboItem182.Text = "1.5";
     //
     // comboItem183
     //
     this.comboItem183.Text = "1.8";
     //
     // labelX39
     //
     this.labelX39.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX39.BackgroundStyle.Class = "";
     this.labelX39.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX39.Location = new System.Drawing.Point(16, 152);
     this.labelX39.Name = "labelX39";
     this.labelX39.Size = new System.Drawing.Size(130, 20);
     this.labelX39.TabIndex = 80;
     this.labelX39.Text = "���˸ֹ�����";
     this.labelX39.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX40
     //
     this.labelX40.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX40.BackgroundStyle.Class = "";
     this.labelX40.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX40.Location = new System.Drawing.Point(16, 80);
     this.labelX40.Name = "labelX40";
     this.labelX40.Size = new System.Drawing.Size(130, 20);
     this.labelX40.TabIndex = 79;
     this.labelX40.Text = "�����ݾ�la(m)";
     this.labelX40.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX41
     //
     this.labelX41.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX41.BackgroundStyle.Class = "";
     this.labelX41.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX41.Location = new System.Drawing.Point(16, 116);
     this.labelX41.Name = "labelX41";
     this.labelX41.Size = new System.Drawing.Size(130, 20);
     this.labelX41.TabIndex = 81;
     this.labelX41.Text = "���˺��lb(m)";
     this.labelX41.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX43
     //
     this.labelX43.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX43.BackgroundStyle.Class = "";
     this.labelX43.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX43.Location = new System.Drawing.Point(16, 44);
     this.labelX43.Name = "labelX43";
     this.labelX43.Size = new System.Drawing.Size(130, 20);
     this.labelX43.TabIndex = 77;
     this.labelX43.Text = "���ּܴ���߶�H(m)";
     this.labelX43.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2GD
     //
     //
     //
     //
     this.DbInput_Lx5Item2GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2GD.Increment = 0.1;
     this.DbInput_Lx5Item2GD.Location = new System.Drawing.Point(148, 45);
     this.DbInput_Lx5Item2GD.MaxValue = 50;
     this.DbInput_Lx5Item2GD.MinValue = 0;
     this.DbInput_Lx5Item2GD.Name = "DbInput_Lx5Item2GD";
     this.DbInput_Lx5Item2GD.ShowUpDown = true;
     this.DbInput_Lx5Item2GD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Lx5Item2GD.TabIndex = 78;
     this.DbInput_Lx5Item2GD.Value = 15;
     //
     // DbInput_Lx5Item1BJ
     //
     //
     //
     //
     this.DbInput_Lx5Item1BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item1BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item1BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item1BJ.Increment = 1;
     this.DbInput_Lx5Item1BJ.Location = new System.Drawing.Point(148, 9);
     this.DbInput_Lx5Item1BJ.MaxValue = 1.8;
     this.DbInput_Lx5Item1BJ.MinValue = 1.2;
     this.DbInput_Lx5Item1BJ.Name = "DbInput_Lx5Item1BJ";
     this.DbInput_Lx5Item1BJ.ShowUpDown = true;
     this.DbInput_Lx5Item1BJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Lx5Item1BJ.TabIndex = 74;
     this.DbInput_Lx5Item1BJ.Value = 1.8;
     //
     // labelX38
     //
     this.labelX38.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX38.BackgroundStyle.Class = "";
     this.labelX38.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX38.Location = new System.Drawing.Point(16, 8);
     this.labelX38.Name = "labelX38";
     this.labelX38.Size = new System.Drawing.Size(130, 20);
     this.labelX38.TabIndex = 73;
     this.labelX38.Text = "����h(m)";
     this.labelX38.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX5tabItem1
     //
     this.LX5tabItem1.AttachedControl = this.tabControlPanel17;
     this.LX5tabItem1.Name = "LX5tabItem1";
     this.LX5tabItem1.Text = "5���ּܴ������";
     this.LX5tabItem1.Visible = false;
     //
     // tabControlPanel16
     //
     this.tabControlPanel16.Controls.Add(this.groupBox19);
     this.tabControlPanel16.Controls.Add(this.groupBox7);
     this.tabControlPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel16.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel16.Name = "tabControlPanel16";
     this.tabControlPanel16.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel16.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel16.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel16.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel16.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel16.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel16.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel16.Style.GradientAngle = 90;
     this.tabControlPanel16.TabIndex = 17;
     this.tabControlPanel16.TabItem = this.LX4tabItem4;
     //
     // groupBox19
     //
     this.groupBox19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox19.Controls.Add(this.Btn_Lx4Item4Search1);
     this.groupBox19.Controls.Add(this.DbInput_Lx4Item4TZXS);
     this.groupBox19.Controls.Add(this.Btn_Lx4Item4Search2);
     this.groupBox19.Controls.Add(this.Tb_Lx4Item4DJCZL);
     this.groupBox19.Controls.Add(this.labelX37);
     this.groupBox19.Controls.Add(this.labelX33);
     this.groupBox19.Controls.Add(this.Cb_Lx4Item4DJTLX);
     this.groupBox19.Controls.Add(this.groupBox20);
     this.groupBox19.Controls.Add(this.labelX32);
     this.groupBox19.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBox19.Location = new System.Drawing.Point(292, 1);
     this.groupBox19.Name = "groupBox19";
     this.groupBox19.Size = new System.Drawing.Size(345, 338);
     this.groupBox19.TabIndex = 2;
     this.groupBox19.TabStop = false;
     this.groupBox19.Text = "�ػ�������";
     //
     // Btn_Lx4Item4Search1
     //
     this.Btn_Lx4Item4Search1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_Lx4Item4Search1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_Lx4Item4Search1.Font = new System.Drawing.Font("����", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_Lx4Item4Search1.Image = global::Framework.Properties.Resources.Search;
     this.Btn_Lx4Item4Search1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Btn_Lx4Item4Search1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Btn_Lx4Item4Search1.Location = new System.Drawing.Point(282, 37);
     this.Btn_Lx4Item4Search1.Name = "Btn_Lx4Item4Search1";
     this.Btn_Lx4Item4Search1.Size = new System.Drawing.Size(57, 52);
     this.Btn_Lx4Item4Search1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_Lx4Item4Search1.TabIndex = 10;
     this.Btn_Lx4Item4Search1.Text = "��ѯͼ��";
     this.Btn_Lx4Item4Search1.Click += new System.EventHandler(this.Btn_Lx4Item4Search1_Click);
     //
     // DbInput_Lx4Item4TZXS
     //
     //
     //
     //
     this.DbInput_Lx4Item4TZXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item4TZXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item4TZXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item4TZXS.Increment = 0.1;
     this.DbInput_Lx4Item4TZXS.Location = new System.Drawing.Point(148, 227);
     this.DbInput_Lx4Item4TZXS.MaxValue = 1;
     this.DbInput_Lx4Item4TZXS.MinValue = 0;
     this.DbInput_Lx4Item4TZXS.Name = "DbInput_Lx4Item4TZXS";
     this.DbInput_Lx4Item4TZXS.ShowUpDown = true;
     this.DbInput_Lx4Item4TZXS.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item4TZXS.TabIndex = 9;
     this.DbInput_Lx4Item4TZXS.Value = 1;
     //
     // Btn_Lx4Item4Search2
     //
     this.Btn_Lx4Item4Search2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_Lx4Item4Search2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_Lx4Item4Search2.Font = new System.Drawing.Font("����", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_Lx4Item4Search2.Image = global::Framework.Properties.Resources.Search;
     this.Btn_Lx4Item4Search2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Btn_Lx4Item4Search2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Btn_Lx4Item4Search2.Location = new System.Drawing.Point(242, 211);
     this.Btn_Lx4Item4Search2.Name = "Btn_Lx4Item4Search2";
     this.Btn_Lx4Item4Search2.Size = new System.Drawing.Size(57, 52);
     this.Btn_Lx4Item4Search2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_Lx4Item4Search2.TabIndex = 8;
     this.Btn_Lx4Item4Search2.Text = "��ѯͼ��";
     this.Btn_Lx4Item4Search2.Click += new System.EventHandler(this.Btn_Lx4Item4Search2_Click);
     //
     // Tb_Lx4Item4DJCZL
     //
     //
     //
     //
     this.Tb_Lx4Item4DJCZL.Border.Class = "TextBoxBorder";
     this.Tb_Lx4Item4DJCZL.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Lx4Item4DJCZL.Location = new System.Drawing.Point(193, 67);
     this.Tb_Lx4Item4DJCZL.Name = "Tb_Lx4Item4DJCZL";
     this.Tb_Lx4Item4DJCZL.ReadOnly = true;
     this.Tb_Lx4Item4DJCZL.Size = new System.Drawing.Size(84, 21);
     this.Tb_Lx4Item4DJCZL.TabIndex = 7;
     this.Tb_Lx4Item4DJCZL.Text = "200";
     //
     // labelX37
     //
     //
     //
     //
     this.labelX37.BackgroundStyle.Class = "";
     this.labelX37.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX37.Location = new System.Drawing.Point(25, 225);
     this.labelX37.Name = "labelX37";
     this.labelX37.Size = new System.Drawing.Size(129, 23);
     this.labelX37.TabIndex = 6;
     this.labelX37.Text = "�ػ�����������ϵ����";
     //
     // labelX33
     //
     //
     //
     //
     this.labelX33.BackgroundStyle.Class = "";
     this.labelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX33.Location = new System.Drawing.Point(18, 65);
     this.labelX33.Name = "labelX33";
     this.labelX33.Size = new System.Drawing.Size(180, 23);
     this.labelX33.TabIndex = 6;
     this.labelX33.Text = " �ػ���������׼ֵ��kN/m2����";
     //
     // Cb_Lx4Item4DJTLX
     //
     this.Cb_Lx4Item4DJTLX.DisplayMember = "Text";
     this.Cb_Lx4Item4DJTLX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Lx4Item4DJTLX.FormattingEnabled = true;
     this.Cb_Lx4Item4DJTLX.ItemHeight = 15;
     this.Cb_Lx4Item4DJTLX.Items.AddRange(new object[] {
     this.comboItem160,
     this.comboItem161,
     this.comboItem162,
     this.comboItem163,
     this.comboItem164,
     this.comboItem165,
     this.comboItem166,
     this.comboItem167});
     this.Cb_Lx4Item4DJTLX.Location = new System.Drawing.Point(100, 36);
     this.Cb_Lx4Item4DJTLX.Name = "Cb_Lx4Item4DJTLX";
     this.Cb_Lx4Item4DJTLX.Size = new System.Drawing.Size(177, 21);
     this.Cb_Lx4Item4DJTLX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Lx4Item4DJTLX.TabIndex = 5;
     this.Cb_Lx4Item4DJTLX.SelectedIndexChanged += new System.EventHandler(this.Cb_Lx4Item4DJTLX_SelectedIndexChanged);
     //
     // comboItem160
     //
     this.comboItem160.Text = "��ʯ";
     //
     // comboItem161
     //
     this.comboItem161.Text = "��ʯ��";
     //
     // comboItem162
     //
     this.comboItem162.Text = "ɰ��";
     //
     // comboItem163
     //
     this.comboItem163.Text = "����";
     //
     // comboItem164
     //
     this.comboItem164.Text = "������";
     //
     // comboItem165
     //
     this.comboItem165.Text = "��ճ��";
     //
     // comboItem166
     //
     this.comboItem166.Text = "ճ����";
     //
     // comboItem167
     //
     this.comboItem167.Text = "��������";
     //
     // groupBox20
     //
     this.groupBox20.Controls.Add(this.DbIput_Lx4Item4DBK);
     this.groupBox20.Controls.Add(this.DbIput_Lx4Item4DBC);
     this.groupBox20.Controls.Add(this.labelX36);
     this.groupBox20.Controls.Add(this.labelX35);
     this.groupBox20.Location = new System.Drawing.Point(25, 114);
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.Size = new System.Drawing.Size(219, 85);
     this.groupBox20.TabIndex = 8;
     this.groupBox20.TabStop = false;
     this.groupBox20.Text = "���ּܵ��ߴ�";
     //
     // DbIput_Lx4Item4DBK
     //
     //
     //
     //
     this.DbIput_Lx4Item4DBK.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Lx4Item4DBK.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Lx4Item4DBK.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Lx4Item4DBK.Increment = 1;
     this.DbIput_Lx4Item4DBK.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Lx4Item4DBK.Location = new System.Drawing.Point(118, 47);
     this.DbIput_Lx4Item4DBK.MinValue = 0;
     this.DbIput_Lx4Item4DBK.Name = "DbIput_Lx4Item4DBK";
     this.DbIput_Lx4Item4DBK.ShowUpDown = true;
     this.DbIput_Lx4Item4DBK.Size = new System.Drawing.Size(85, 21);
     this.DbIput_Lx4Item4DBK.TabIndex = 22;
     this.DbIput_Lx4Item4DBK.Value = 0.3;
     //
     // DbIput_Lx4Item4DBC
     //
     //
     //
     //
     this.DbIput_Lx4Item4DBC.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Lx4Item4DBC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Lx4Item4DBC.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Lx4Item4DBC.Increment = 1;
     this.DbIput_Lx4Item4DBC.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Lx4Item4DBC.Location = new System.Drawing.Point(118, 20);
     this.DbIput_Lx4Item4DBC.MinValue = 0;
     this.DbIput_Lx4Item4DBC.Name = "DbIput_Lx4Item4DBC";
     this.DbIput_Lx4Item4DBC.ShowUpDown = true;
     this.DbIput_Lx4Item4DBC.Size = new System.Drawing.Size(85, 21);
     this.DbIput_Lx4Item4DBC.TabIndex = 22;
     this.DbIput_Lx4Item4DBC.Value = 0.3;
     //
     // labelX36
     //
     //
     //
     //
     this.labelX36.BackgroundStyle.Class = "";
     this.labelX36.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX36.Location = new System.Drawing.Point(58, 20);
     this.labelX36.Name = "labelX36";
     this.labelX36.Size = new System.Drawing.Size(60, 23);
     this.labelX36.TabIndex = 21;
     this.labelX36.Text = "��峤a��";
     //
     // labelX35
     //
     //
     //
     //
     this.labelX35.BackgroundStyle.Class = "";
     this.labelX35.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX35.Location = new System.Drawing.Point(58, 47);
     this.labelX35.Name = "labelX35";
     this.labelX35.Size = new System.Drawing.Size(60, 23);
     this.labelX35.TabIndex = 21;
     this.labelX35.Text = "����b��";
     //
     // labelX32
     //
     //
     //
     //
     this.labelX32.BackgroundStyle.Class = "";
     this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX32.Location = new System.Drawing.Point(25, 36);
     this.labelX32.Name = "labelX32";
     this.labelX32.Size = new System.Drawing.Size(79, 23);
     this.labelX32.TabIndex = 4;
     this.labelX32.Text = "�ػ������ͣ�";
     //
     // groupBox7
     //
     this.groupBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox7.Controls.Add(this.DbIput_Lx4Item4DFMJ);
     this.groupBox7.Controls.Add(this.labelX30);
     this.groupBox7.Controls.Add(this.Tb_Lx4Item4YFMJ);
     this.groupBox7.Controls.Add(this.labelX31);
     this.groupBox7.Controls.Add(this.groupBox18);
     this.groupBox7.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox7.Location = new System.Drawing.Point(1, 1);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(290, 338);
     this.groupBox7.TabIndex = 2;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "���������ϵ��";
     //
     // DbIput_Lx4Item4DFMJ
     //
     //
     //
     //
     this.DbIput_Lx4Item4DFMJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Lx4Item4DFMJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Lx4Item4DFMJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Lx4Item4DFMJ.Increment = 1;
     this.DbIput_Lx4Item4DFMJ.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Lx4Item4DFMJ.Location = new System.Drawing.Point(115, 173);
     this.DbIput_Lx4Item4DFMJ.Name = "DbIput_Lx4Item4DFMJ";
     this.DbIput_Lx4Item4DFMJ.ShowUpDown = true;
     this.DbIput_Lx4Item4DFMJ.Size = new System.Drawing.Size(91, 21);
     this.DbIput_Lx4Item4DFMJ.TabIndex = 22;
     this.DbIput_Lx4Item4DFMJ.Value = 66.67;
     //
     // labelX30
     //
     //
     //
     //
     this.labelX30.BackgroundStyle.Class = "";
     this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX30.Location = new System.Drawing.Point(11, 176);
     this.labelX30.Name = "labelX30";
     this.labelX30.Size = new System.Drawing.Size(104, 23);
     this.labelX30.TabIndex = 21;
     this.labelX30.Text = "�������An(m2)��";
     //
     // Tb_Lx4Item4YFMJ
     //
     //
     //
     //
     this.Tb_Lx4Item4YFMJ.Border.Class = "TextBoxBorder";
     this.Tb_Lx4Item4YFMJ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Lx4Item4YFMJ.Location = new System.Drawing.Point(115, 140);
     this.Tb_Lx4Item4YFMJ.Name = "Tb_Lx4Item4YFMJ";
     this.Tb_Lx4Item4YFMJ.ReadOnly = true;
     this.Tb_Lx4Item4YFMJ.Size = new System.Drawing.Size(91, 21);
     this.Tb_Lx4Item4YFMJ.TabIndex = 20;
     this.Tb_Lx4Item4YFMJ.Text = "100";
     this.Tb_Lx4Item4YFMJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelX31
     //
     //
     //
     //
     this.labelX31.BackgroundStyle.Class = "";
     this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX31.Location = new System.Drawing.Point(36, 140);
     this.labelX31.Name = "labelX31";
     this.labelX31.Size = new System.Drawing.Size(85, 23);
     this.labelX31.TabIndex = 19;
     this.labelX31.Text = "ӭ�����Aw��";
     //
     // groupBox18
     //
     this.groupBox18.Controls.Add(this.Rdo_Lx4Item4CK);
     this.groupBox18.Controls.Add(this.Rdo_Lx4Item4QF);
     this.groupBox18.Location = new System.Drawing.Point(17, 38);
     this.groupBox18.Name = "groupBox18";
     this.groupBox18.Size = new System.Drawing.Size(207, 85);
     this.groupBox18.TabIndex = 8;
     this.groupBox18.TabStop = false;
     this.groupBox18.Text = "���ּܼ�����������״��";
     //
     // Rdo_Lx4Item4CK
     //
     this.Rdo_Lx4Item4CK.AutoSize = true;
     this.Rdo_Lx4Item4CK.Location = new System.Drawing.Point(14, 50);
     this.Rdo_Lx4Item4CK.Name = "Rdo_Lx4Item4CK";
     this.Rdo_Lx4Item4CK.Size = new System.Drawing.Size(131, 16);
     this.Rdo_Lx4Item4CK.TabIndex = 5;
     this.Rdo_Lx4Item4CK.TabStop = true;
     this.Rdo_Lx4Item4CK.Text = "��������ܺͿ���ǽ";
     this.Rdo_Lx4Item4CK.UseVisualStyleBackColor = true;
     //
     // Rdo_Lx4Item4QF
     //
     this.Rdo_Lx4Item4QF.AutoSize = true;
     this.Rdo_Lx4Item4QF.Checked = true;
     this.Rdo_Lx4Item4QF.Location = new System.Drawing.Point(14, 23);
     this.Rdo_Lx4Item4QF.Name = "Rdo_Lx4Item4QF";
     this.Rdo_Lx4Item4QF.Size = new System.Drawing.Size(71, 16);
     this.Rdo_Lx4Item4QF.TabIndex = 5;
     this.Rdo_Lx4Item4QF.TabStop = true;
     this.Rdo_Lx4Item4QF.Text = "ȫ���ǽ";
     this.Rdo_Lx4Item4QF.UseVisualStyleBackColor = true;
     //
     // LX4tabItem4
     //
     this.LX4tabItem4.AttachedControl = this.tabControlPanel16;
     this.LX4tabItem4.Name = "LX4tabItem4";
     this.LX4tabItem4.Text = "4���������ϵ��+�ػ�������";
     this.LX4tabItem4.Visible = false;
     //
     // tabControlPanel15
     //
     this.tabControlPanel15.Controls.Add(this.groupBox17);
     this.tabControlPanel15.Controls.Add(this.groupBox4);
     this.tabControlPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel15.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel15.Name = "tabControlPanel15";
     this.tabControlPanel15.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel15.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel15.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel15.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel15.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel15.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel15.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel15.Style.GradientAngle = 90;
     this.tabControlPanel15.TabIndex = 16;
     this.tabControlPanel15.TabItem = this.LX4tabItem3;
     //
     // groupBox17
     //
     this.groupBox17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox17.Controls.Add(this.DbInput_Lx4Item3SG);
     this.groupBox17.Controls.Add(this.IntInput_Lx4Item3CS);
     this.groupBox17.Controls.Add(this.Cbx_Lx4Item3YT);
     this.groupBox17.Controls.Add(this.labelX27);
     this.groupBox17.Controls.Add(this.labelX28);
     this.groupBox17.Controls.Add(this.labelX29);
     this.groupBox17.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBox17.Location = new System.Drawing.Point(308, 1);
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.Size = new System.Drawing.Size(329, 338);
     this.groupBox17.TabIndex = 33;
     this.groupBox17.TabStop = false;
     this.groupBox17.Text = "����ز���";
     //
     // DbInput_Lx4Item3SG
     //
     //
     //
     //
     this.DbInput_Lx4Item3SG.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item3SG.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item3SG.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item3SG.Increment = 0.1;
     this.DbInput_Lx4Item3SG.Location = new System.Drawing.Point(133, 151);
     this.DbInput_Lx4Item3SG.MinValue = 0;
     this.DbInput_Lx4Item3SG.Name = "DbInput_Lx4Item3SG";
     this.DbInput_Lx4Item3SG.ShowUpDown = true;
     this.DbInput_Lx4Item3SG.Size = new System.Drawing.Size(135, 21);
     this.DbInput_Lx4Item3SG.TabIndex = 33;
     this.DbInput_Lx4Item3SG.Value = 3;
     //
     // IntInput_Lx4Item3CS
     //
     //
     //
     //
     this.IntInput_Lx4Item3CS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx4Item3CS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx4Item3CS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx4Item3CS.Location = new System.Drawing.Point(134, 101);
     this.IntInput_Lx4Item3CS.MinValue = 0;
     this.IntInput_Lx4Item3CS.Name = "IntInput_Lx4Item3CS";
     this.IntInput_Lx4Item3CS.ShowUpDown = true;
     this.IntInput_Lx4Item3CS.Size = new System.Drawing.Size(134, 21);
     this.IntInput_Lx4Item3CS.TabIndex = 32;
     this.IntInput_Lx4Item3CS.Value = 1;
     //
     // Cbx_Lx4Item3YT
     //
     this.Cbx_Lx4Item3YT.DisplayMember = "Text";
     this.Cbx_Lx4Item3YT.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item3YT.FormattingEnabled = true;
     this.Cbx_Lx4Item3YT.ItemHeight = 15;
     this.Cbx_Lx4Item3YT.Items.AddRange(new object[] {
     this.comboItem158,
     this.comboItem159});
     this.Cbx_Lx4Item3YT.Location = new System.Drawing.Point(133, 54);
     this.Cbx_Lx4Item3YT.Name = "Cbx_Lx4Item3YT";
     this.Cbx_Lx4Item3YT.Size = new System.Drawing.Size(135, 21);
     this.Cbx_Lx4Item3YT.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item3YT.TabIndex = 31;
     //
     // comboItem158
     //
     this.comboItem158.Text = "װ��ʩ�����ּ�";
     //
     // comboItem159
     //
     this.comboItem159.Text = "�ṹʩ�����ּ�";
     //
     // labelX27
     //
     //
     //
     //
     this.labelX27.BackgroundStyle.Class = "";
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Location = new System.Drawing.Point(22, 150);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(120, 41);
     this.labelX27.TabIndex = 30;
     this.labelX27.Text = "ʩ������ر�׼ֵ��\r\n   ��kN/m2�� ";
     //
     // labelX28
     //
     //
     //
     //
     this.labelX28.BackgroundStyle.Class = "";
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.Location = new System.Drawing.Point(46, 89);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(95, 41);
     this.labelX28.TabIndex = 29;
     this.labelX28.Text = "ͬʱʩ��������";
     //
     // labelX29
     //
     //
     //
     //
     this.labelX29.BackgroundStyle.Class = "";
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.Location = new System.Drawing.Point(49, 43);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(86, 41);
     this.labelX29.TabIndex = 28;
     this.labelX29.Text = "���ּ���;��";
     this.labelX29.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox4.Controls.Add(this.groupBox14);
     this.groupBox4.Controls.Add(this.groupBox16);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox4.Location = new System.Drawing.Point(1, 1);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(306, 338);
     this.groupBox4.TabIndex = 2;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "���ú���";
     //
     // groupBox14
     //
     this.groupBox14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox14.Controls.Add(this.DbInput_Lx4Item3HL);
     this.groupBox14.Controls.Add(this.DbInput_Lx4Item3AQW);
     this.groupBox14.Controls.Add(this.Cbx_Lx4Item3JGJ);
     this.groupBox14.Controls.Add(this.labelX22);
     this.groupBox14.Controls.Add(this.labelX25);
     this.groupBox14.Controls.Add(this.labelX26);
     this.groupBox14.Location = new System.Drawing.Point(20, 165);
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.Size = new System.Drawing.Size(276, 122);
     this.groupBox14.TabIndex = 33;
     this.groupBox14.TabStop = false;
     this.groupBox14.Text = "ÿ�׸߽��ּܽṹ���ز���";
     //
     // DbInput_Lx4Item3HL
     //
     //
     //
     //
     this.DbInput_Lx4Item3HL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item3HL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item3HL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item3HL.Increment = 1;
     this.DbInput_Lx4Item3HL.Location = new System.Drawing.Point(126, 90);
     this.DbInput_Lx4Item3HL.MinValue = 0;
     this.DbInput_Lx4Item3HL.Name = "DbInput_Lx4Item3HL";
     this.DbInput_Lx4Item3HL.ShowUpDown = true;
     this.DbInput_Lx4Item3HL.Size = new System.Drawing.Size(143, 21);
     this.DbInput_Lx4Item3HL.TabIndex = 21;
     this.DbInput_Lx4Item3HL.Value = 0.2;
     //
     // DbInput_Lx4Item3AQW
     //
     //
     //
     //
     this.DbInput_Lx4Item3AQW.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item3AQW.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item3AQW.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item3AQW.Increment = 1;
     this.DbInput_Lx4Item3AQW.Location = new System.Drawing.Point(126, 56);
     this.DbInput_Lx4Item3AQW.MinValue = 0;
     this.DbInput_Lx4Item3AQW.Name = "DbInput_Lx4Item3AQW";
     this.DbInput_Lx4Item3AQW.ShowUpDown = true;
     this.DbInput_Lx4Item3AQW.Size = new System.Drawing.Size(143, 21);
     this.DbInput_Lx4Item3AQW.TabIndex = 21;
     this.DbInput_Lx4Item3AQW.Value = 0.2;
     //
     // Cbx_Lx4Item3JGJ
     //
     this.Cbx_Lx4Item3JGJ.DisplayMember = "Text";
     this.Cbx_Lx4Item3JGJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item3JGJ.FormattingEnabled = true;
     this.Cbx_Lx4Item3JGJ.ItemHeight = 15;
     this.Cbx_Lx4Item3JGJ.Items.AddRange(new object[] {
     this.comboItem156,
     this.comboItem157});
     this.Cbx_Lx4Item3JGJ.Location = new System.Drawing.Point(126, 25);
     this.Cbx_Lx4Item3JGJ.Name = "Cbx_Lx4Item3JGJ";
     this.Cbx_Lx4Item3JGJ.Size = new System.Drawing.Size(143, 21);
     this.Cbx_Lx4Item3JGJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item3JGJ.TabIndex = 20;
     //
     // comboItem156
     //
     this.comboItem156.Text = "0.06����42.0��2.5��";
     //
     // comboItem157
     //
     this.comboItem157.Text = "0.04����48.0��3.5��";
     //
     // labelX22
     //
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(16, 91);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(113, 20);
     this.labelX22.TabIndex = 12;
     this.labelX22.Text = "��������(kN/m)��";
     this.labelX22.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX25
     //
     //
     //
     //
     this.labelX25.BackgroundStyle.Class = "";
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Location = new System.Drawing.Point(11, 57);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(118, 20);
     this.labelX25.TabIndex = 12;
     this.labelX25.Text = "��ȫ������(kN/m)��";
     this.labelX25.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX26
     //
     //
     //
     //
     this.labelX26.BackgroundStyle.Class = "";
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Location = new System.Drawing.Point(5, 25);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(125, 20);
     this.labelX26.TabIndex = 12;
     this.labelX26.Text = "�ӹ̼����� (kN/m)��";
     this.labelX26.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox16
     //
     this.groupBox16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox16.Controls.Add(this.Cbx_Lx4Item3JSB);
     this.groupBox16.Controls.Add(this.IntInput_Lx4Item3SPJ);
     this.groupBox16.Controls.Add(this.IntInput_Lx4Item3JSB);
     this.groupBox16.Controls.Add(this.labelX63);
     this.groupBox16.Controls.Add(this.labelX34);
     this.groupBox16.Controls.Add(this.labelX21);
     this.groupBox16.Controls.Add(this.labelX20);
     this.groupBox16.Controls.Add(this.labelX19);
     this.groupBox16.Location = new System.Drawing.Point(20, 32);
     this.groupBox16.Name = "groupBox16";
     this.groupBox16.Size = new System.Drawing.Size(276, 122);
     this.groupBox16.TabIndex = 32;
     this.groupBox16.TabStop = false;
     this.groupBox16.Text = "ÿ�׸߽��ּܽṹ���ز���";
     //
     // Cbx_Lx4Item3JSB
     //
     this.Cbx_Lx4Item3JSB.DisplayMember = "Text";
     this.Cbx_Lx4Item3JSB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item3JSB.FormattingEnabled = true;
     this.Cbx_Lx4Item3JSB.ItemHeight = 15;
     this.Cbx_Lx4Item3JSB.Items.AddRange(new object[] {
     this.comboItem151,
     this.comboItem153,
     this.comboItem154,
     this.comboItem155});
     this.Cbx_Lx4Item3JSB.Location = new System.Drawing.Point(118, 91);
     this.Cbx_Lx4Item3JSB.Name = "Cbx_Lx4Item3JSB";
     this.Cbx_Lx4Item3JSB.Size = new System.Drawing.Size(98, 21);
     this.Cbx_Lx4Item3JSB.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item3JSB.TabIndex = 20;
     //
     // comboItem151
     //
     this.comboItem151.Text = "P1803";
     //
     // comboItem153
     //
     this.comboItem153.Text = "P1804";
     //
     // comboItem154
     //
     this.comboItem154.Text = "P1805";
     //
     // comboItem155
     //
     this.comboItem155.Text = "P1806";
     //
     // IntInput_Lx4Item3SPJ
     //
     //
     //
     //
     this.IntInput_Lx4Item3SPJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx4Item3SPJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx4Item3SPJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx4Item3SPJ.Location = new System.Drawing.Point(121, 56);
     this.IntInput_Lx4Item3SPJ.MinValue = 0;
     this.IntInput_Lx4Item3SPJ.Name = "IntInput_Lx4Item3SPJ";
     this.IntInput_Lx4Item3SPJ.ShowUpDown = true;
     this.IntInput_Lx4Item3SPJ.Size = new System.Drawing.Size(55, 21);
     this.IntInput_Lx4Item3SPJ.TabIndex = 13;
     this.IntInput_Lx4Item3SPJ.Value = 1;
     //
     // IntInput_Lx4Item3JSB
     //
     //
     //
     //
     this.IntInput_Lx4Item3JSB.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx4Item3JSB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx4Item3JSB.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx4Item3JSB.Location = new System.Drawing.Point(121, 25);
     this.IntInput_Lx4Item3JSB.MinValue = 0;
     this.IntInput_Lx4Item3JSB.Name = "IntInput_Lx4Item3JSB";
     this.IntInput_Lx4Item3JSB.ShowUpDown = true;
     this.IntInput_Lx4Item3JSB.Size = new System.Drawing.Size(55, 21);
     this.IntInput_Lx4Item3JSB.TabIndex = 13;
     this.IntInput_Lx4Item3JSB.Value = 1;
     //
     // labelX63
     //
     //
     //
     //
     this.labelX63.BackgroundStyle.Class = "";
     this.labelX63.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX63.Location = new System.Drawing.Point(174, 57);
     this.labelX63.Name = "labelX63";
     this.labelX63.Size = new System.Drawing.Size(43, 20);
     this.labelX63.TabIndex = 12;
     this.labelX63.Text = "��һ��";
     this.labelX63.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX34
     //
     //
     //
     //
     this.labelX34.BackgroundStyle.Class = "";
     this.labelX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX34.Location = new System.Drawing.Point(173, 25);
     this.labelX34.Name = "labelX34";
     this.labelX34.Size = new System.Drawing.Size(43, 20);
     this.labelX34.TabIndex = 12;
     this.labelX34.Text = "��һ��";
     this.labelX34.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX21
     //
     //
     //
     //
     this.labelX21.BackgroundStyle.Class = "";
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Location = new System.Drawing.Point(9, 91);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(113, 20);
     this.labelX21.TabIndex = 12;
     this.labelX21.Text = "���ְ����";
     this.labelX21.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX20
     //
     //
     //
     //
     this.labelX20.BackgroundStyle.Class = "";
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Location = new System.Drawing.Point(12, 57);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(113, 20);
     this.labelX20.TabIndex = 12;
     this.labelX20.Text = "ˮƽ�ܴ��跽ʽ��";
     this.labelX20.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX19
     //
     //
     //
     //
     this.labelX19.BackgroundStyle.Class = "";
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Location = new System.Drawing.Point(12, 25);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(113, 20);
     this.labelX19.TabIndex = 12;
     this.labelX19.Text = "���ְ���跽ʽ��";
     this.labelX19.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX4tabItem3
     //
     this.LX4tabItem3.AttachedControl = this.tabControlPanel15;
     this.LX4tabItem3.Name = "LX4tabItem3";
     this.LX4tabItem3.Text = "4���ú���+�����";
     this.LX4tabItem3.Visible = false;
     //
     // tabControlPanel14
     //
     this.tabControlPanel14.Controls.Add(this.groupBox3);
     this.tabControlPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel14.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel14.Name = "tabControlPanel14";
     this.tabControlPanel14.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel14.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel14.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel14.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel14.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel14.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel14.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel14.Style.GradientAngle = 90;
     this.tabControlPanel14.TabIndex = 15;
     this.tabControlPanel14.TabItem = this.LX4tabItem2;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2SP);
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2SX);
     this.groupBox3.Controls.Add(this.labelX64);
     this.groupBox3.Controls.Add(this.labelX65);
     this.groupBox3.Controls.Add(this.Grp_Lx4Item2HF);
     this.groupBox3.Controls.Add(this.Grp_Lx4Item2KJ);
     this.groupBox3.Controls.Add(this.Cbx_Lx4Item2LJFS);
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2BJ);
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2CD);
     this.groupBox3.Controls.Add(this.labelX11);
     this.groupBox3.Controls.Add(this.labelX9);
     this.groupBox3.Controls.Add(this.labelX7);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(1, 1);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(636, 338);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop = false;
     //
     // DbInput_Lx4Item2SP
     //
     //
     //
     //
     this.DbInput_Lx4Item2SP.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2SP.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2SP.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2SP.Increment = 0.1;
     this.DbInput_Lx4Item2SP.Location = new System.Drawing.Point(178, 158);
     this.DbInput_Lx4Item2SP.MaxValue = 8;
     this.DbInput_Lx4Item2SP.MinValue = 0;
     this.DbInput_Lx4Item2SP.Name = "DbInput_Lx4Item2SP";
     this.DbInput_Lx4Item2SP.ShowUpDown = true;
     this.DbInput_Lx4Item2SP.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2SP.TabIndex = 96;
     this.DbInput_Lx4Item2SP.Value = 1.8;
     //
     // DbInput_Lx4Item2SX
     //
     //
     //
     //
     this.DbInput_Lx4Item2SX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2SX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2SX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2SX.Increment = 0.1;
     this.DbInput_Lx4Item2SX.Location = new System.Drawing.Point(178, 112);
     this.DbInput_Lx4Item2SX.MaxValue = 8;
     this.DbInput_Lx4Item2SX.MinValue = 0;
     this.DbInput_Lx4Item2SX.Name = "DbInput_Lx4Item2SX";
     this.DbInput_Lx4Item2SX.ShowUpDown = true;
     this.DbInput_Lx4Item2SX.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2SX.TabIndex = 97;
     this.DbInput_Lx4Item2SX.Value = 1.8;
     //
     // labelX64
     //
     this.labelX64.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX64.BackgroundStyle.Class = "";
     this.labelX64.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX64.Location = new System.Drawing.Point(19, 158);
     this.labelX64.Name = "labelX64";
     this.labelX64.Size = new System.Drawing.Size(156, 20);
     this.labelX64.TabIndex = 94;
     this.labelX64.Text = "��ǽ��ˮƽ���H1(m):";
     this.labelX64.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX65
     //
     this.labelX65.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX65.BackgroundStyle.Class = "";
     this.labelX65.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX65.Location = new System.Drawing.Point(27, 112);
     this.labelX65.Name = "labelX65";
     this.labelX65.Size = new System.Drawing.Size(156, 20);
     this.labelX65.TabIndex = 95;
     this.labelX65.Text = "��ǽ��������H1(m)��";
     this.labelX65.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Grp_Lx4Item2HF
     //
     this.Grp_Lx4Item2HF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx4Item2HF.Controls.Add(this.labelX12);
     this.Grp_Lx4Item2HF.Controls.Add(this.DbInput_Lx4Item2DJ);
     this.Grp_Lx4Item2HF.Enabled = false;
     this.Grp_Lx4Item2HF.Location = new System.Drawing.Point(323, 176);
     this.Grp_Lx4Item2HF.Name = "Grp_Lx4Item2HF";
     this.Grp_Lx4Item2HF.Size = new System.Drawing.Size(302, 82);
     this.Grp_Lx4Item2HF.TabIndex = 31;
     this.Grp_Lx4Item2HF.TabStop = false;
     this.Grp_Lx4Item2HF.Text = "��ǽ����ʽѡ�񡰺������ӡ�ʱ������д��������";
     //
     // labelX12
     //
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(5, 34);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(211, 20);
     this.labelX12.TabIndex = 13;
     this.labelX12.Text = "�ԽӺ���Ŀ�����ѹǿ�ȣ�N/mm2����";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx4Item2DJ
     //
     //
     //
     //
     this.DbInput_Lx4Item2DJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2DJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2DJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2DJ.Increment = 1;
     this.DbInput_Lx4Item2DJ.Location = new System.Drawing.Point(217, 33);
     this.DbInput_Lx4Item2DJ.MaxValue = 10000;
     this.DbInput_Lx4Item2DJ.MinValue = 0;
     this.DbInput_Lx4Item2DJ.Name = "DbInput_Lx4Item2DJ";
     this.DbInput_Lx4Item2DJ.ShowUpDown = true;
     this.DbInput_Lx4Item2DJ.Size = new System.Drawing.Size(79, 21);
     this.DbInput_Lx4Item2DJ.TabIndex = 27;
     this.DbInput_Lx4Item2DJ.Value = 205;
     //
     // Grp_Lx4Item2KJ
     //
     this.Grp_Lx4Item2KJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx4Item2KJ.Controls.Add(this.Rdo_Lx4Item2S);
     this.Grp_Lx4Item2KJ.Controls.Add(this.Rdo_Lx4Item2D);
     this.Grp_Lx4Item2KJ.Location = new System.Drawing.Point(321, 63);
     this.Grp_Lx4Item2KJ.Name = "Grp_Lx4Item2KJ";
     this.Grp_Lx4Item2KJ.Size = new System.Drawing.Size(304, 81);
     this.Grp_Lx4Item2KJ.TabIndex = 31;
     this.Grp_Lx4Item2KJ.TabStop = false;
     this.Grp_Lx4Item2KJ.Text = "��ǽ����ʽѡ�񡰿ۼ����ӡ�ʱ����ѡ��/˫�ۼ�";
     //
     // Rdo_Lx4Item2S
     //
     this.Rdo_Lx4Item2S.AutoSize = true;
     this.Rdo_Lx4Item2S.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx4Item2S.Location = new System.Drawing.Point(141, 45);
     this.Rdo_Lx4Item2S.Name = "Rdo_Lx4Item2S";
     this.Rdo_Lx4Item2S.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item2S.TabIndex = 24;
     this.Rdo_Lx4Item2S.TabStop = true;
     this.Rdo_Lx4Item2S.Text = "˫�ۼ�";
     this.Rdo_Lx4Item2S.UseVisualStyleBackColor = false;
     //
     // Rdo_Lx4Item2D
     //
     this.Rdo_Lx4Item2D.AutoSize = true;
     this.Rdo_Lx4Item2D.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx4Item2D.Checked = true;
     this.Rdo_Lx4Item2D.Location = new System.Drawing.Point(43, 42);
     this.Rdo_Lx4Item2D.Name = "Rdo_Lx4Item2D";
     this.Rdo_Lx4Item2D.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item2D.TabIndex = 24;
     this.Rdo_Lx4Item2D.TabStop = true;
     this.Rdo_Lx4Item2D.Text = "���ۼ�";
     this.Rdo_Lx4Item2D.UseVisualStyleBackColor = false;
     //
     // Cbx_Lx4Item2LJFS
     //
     this.Cbx_Lx4Item2LJFS.DisplayMember = "Text";
     this.Cbx_Lx4Item2LJFS.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item2LJFS.FormattingEnabled = true;
     this.Cbx_Lx4Item2LJFS.ItemHeight = 15;
     this.Cbx_Lx4Item2LJFS.Items.AddRange(new object[] {
     this.comboItem150,
     this.comboItem152});
     this.Cbx_Lx4Item2LJFS.Location = new System.Drawing.Point(434, 23);
     this.Cbx_Lx4Item2LJFS.Name = "Cbx_Lx4Item2LJFS";
     this.Cbx_Lx4Item2LJFS.Size = new System.Drawing.Size(82, 21);
     this.Cbx_Lx4Item2LJFS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item2LJFS.TabIndex = 30;
     this.Cbx_Lx4Item2LJFS.Text = " ";
     this.Cbx_Lx4Item2LJFS.SelectedIndexChanged += new System.EventHandler(this.Cbx_Lx4Item2LJFS_SelectedIndexChanged);
     //
     // comboItem150
     //
     this.comboItem150.Text = "�ۼ�����";
     //
     // comboItem152
     //
     this.comboItem152.Text = "��������";
     //
     // DbInput_Lx4Item2BJ
     //
     //
     //
     //
     this.DbInput_Lx4Item2BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2BJ.Increment = 1;
     this.DbInput_Lx4Item2BJ.Location = new System.Drawing.Point(178, 74);
     this.DbInput_Lx4Item2BJ.MinValue = 0;
     this.DbInput_Lx4Item2BJ.Name = "DbInput_Lx4Item2BJ";
     this.DbInput_Lx4Item2BJ.ShowUpDown = true;
     this.DbInput_Lx4Item2BJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2BJ.TabIndex = 28;
     this.DbInput_Lx4Item2BJ.Value = 15.8;
     //
     // DbInput_Lx4Item2CD
     //
     //
     //
     //
     this.DbInput_Lx4Item2CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2CD.Increment = 1;
     this.DbInput_Lx4Item2CD.Location = new System.Drawing.Point(178, 22);
     this.DbInput_Lx4Item2CD.MaxValue = 2000;
     this.DbInput_Lx4Item2CD.MinValue = 0;
     this.DbInput_Lx4Item2CD.Name = "DbInput_Lx4Item2CD";
     this.DbInput_Lx4Item2CD.ShowUpDown = true;
     this.DbInput_Lx4Item2CD.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2CD.TabIndex = 27;
     this.DbInput_Lx4Item2CD.Value = 600;
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(317, 23);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(111, 20);
     this.labelX11.TabIndex = 13;
     this.labelX11.Text = "��ǽ�����ӷ�ʽ��";
     this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(17, 75);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(168, 20);
     this.labelX9.TabIndex = 13;
     this.labelX9.Text = "��ǽ�������ת�뾶i(mm)��";
     this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(28, 23);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(157, 20);
     this.labelX7.TabIndex = 13;
     this.labelX7.Text = "��ǽ�����㳤��l0 (mm)��";
     this.labelX7.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX4tabItem2
     //
     this.LX4tabItem2.AttachedControl = this.tabControlPanel14;
     this.LX4tabItem2.Name = "LX4tabItem2";
     this.LX4tabItem2.Text = "4��ǽ��";
     this.LX4tabItem2.Visible = false;
     //
     // tabControlPanel11
     //
     this.tabControlPanel11.Controls.Add(this.Grp_Item11);
     this.tabControlPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel11.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel11.Name = "tabControlPanel11";
     this.tabControlPanel11.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel11.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel11.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel11.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel11.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel11.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel11.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel11.Style.GradientAngle = 90;
     this.tabControlPanel11.TabIndex = 11;
     this.tabControlPanel11.TabItem = this.LXtabItem11;
     //
     // Grp_Item11
     //
     this.Grp_Item11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item11.Controls.Add(this.Tb_Item11MGXGJL);
     this.Grp_Item11.Controls.Add(this.Lb_Item11LBHNTQD);
     this.Grp_Item11.Controls.Add(this.Lb_Item11MGXGJL);
     this.Grp_Item11.Controls.Add(this.Cb_Item11ULSZJ);
     this.Grp_Item11.Controls.Add(this.Lb_Item11ULSZJ);
     this.Grp_Item11.Controls.Add(this.Cb_Item11LBHNTQD);
     this.Grp_Item11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item11.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item11.Name = "Grp_Item11";
     this.Grp_Item11.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item11.TabIndex = 29;
     this.Grp_Item11.TabStop = false;
     this.Grp_Item11.Text = "�͸���¥��ê��";
     //
     // Tb_Item11MGXGJL
     //
     this.Tb_Item11MGXGJL.Location = new System.Drawing.Point(205, 82);
     this.Tb_Item11MGXGJL.Name = "Tb_Item11MGXGJL";
     this.Tb_Item11MGXGJL.ReadOnly = true;
     this.Tb_Item11MGXGJL.Size = new System.Drawing.Size(76, 21);
     this.Tb_Item11MGXGJL.TabIndex = 29;
     this.Tb_Item11MGXGJL.Text = "0.2";
     this.Tb_Item11MGXGJL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item11LBHNTQD
     //
     this.Lb_Item11LBHNTQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item11LBHNTQD.BackgroundStyle.Class = "";
     this.Lb_Item11LBHNTQD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item11LBHNTQD.Location = new System.Drawing.Point(71, 131);
     this.Lb_Item11LBHNTQD.Name = "Lb_Item11LBHNTQD";
     this.Lb_Item11LBHNTQD.Size = new System.Drawing.Size(134, 23);
     this.Lb_Item11LBHNTQD.TabIndex = 28;
     this.Lb_Item11LBHNTQD.Text = " ¥�������ǿ�ȵȼ���";
     //
     // Lb_Item11MGXGJL
     //
     this.Lb_Item11MGXGJL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item11MGXGJL.BackgroundStyle.Class = "";
     this.Lb_Item11MGXGJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item11MGXGJL.Location = new System.Drawing.Point(35, 81);
     this.Lb_Item11MGXGJL.Name = "Lb_Item11MGXGJL";
     this.Lb_Item11MGXGJL.Size = new System.Drawing.Size(172, 23);
     this.Lb_Item11MGXGJL.TabIndex = 28;
     this.Lb_Item11MGXGJL.Text = "ê��λ�����͸�β������(m)��";
     //
     // Cb_Item11ULSZJ
     //
     this.Cb_Item11ULSZJ.DisplayMember = "Text";
     this.Cb_Item11ULSZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item11ULSZJ.FormattingEnabled = true;
     this.Cb_Item11ULSZJ.ItemHeight = 15;
     this.Cb_Item11ULSZJ.Items.AddRange(new object[] {
     this.comboItem120,
     this.comboItem121,
     this.comboItem122,
     this.comboItem123,
     this.comboItem124,
     this.comboItem125,
     this.comboItem126});
     this.Cb_Item11ULSZJ.Location = new System.Drawing.Point(205, 34);
     this.Cb_Item11ULSZJ.Name = "Cb_Item11ULSZJ";
     this.Cb_Item11ULSZJ.Size = new System.Drawing.Size(76, 21);
     this.Cb_Item11ULSZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item11ULSZJ.TabIndex = 27;
     //
     // comboItem120
     //
     this.comboItem120.Text = "12";
     //
     // comboItem121
     //
     this.comboItem121.Text = "14";
     //
     // comboItem122
     //
     this.comboItem122.Text = "16";
     //
     // comboItem123
     //
     this.comboItem123.Text = "18";
     //
     // comboItem124
     //
     this.comboItem124.Text = "20";
     //
     // comboItem125
     //
     this.comboItem125.Text = "22";
     //
     // comboItem126
     //
     this.comboItem126.Text = "24";
     //
     // Lb_Item11ULSZJ
     //
     this.Lb_Item11ULSZJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item11ULSZJ.BackgroundStyle.Class = "";
     this.Lb_Item11ULSZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item11ULSZJ.Location = new System.Drawing.Point(12, 33);
     this.Lb_Item11ULSZJ.Name = "Lb_Item11ULSZJ";
     this.Lb_Item11ULSZJ.Size = new System.Drawing.Size(190, 23);
     this.Lb_Item11ULSZJ.TabIndex = 28;
     this.Lb_Item11ULSZJ.Text = " U�͸ֽ���������˨ֱ����mm����";
     //
     // Cb_Item11LBHNTQD
     //
     this.Cb_Item11LBHNTQD.DisplayMember = "Text";
     this.Cb_Item11LBHNTQD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item11LBHNTQD.FormattingEnabled = true;
     this.Cb_Item11LBHNTQD.ItemHeight = 15;
     this.Cb_Item11LBHNTQD.Items.AddRange(new object[] {
     this.comboItem127,
     this.comboItem128,
     this.comboItem129,
     this.comboItem130,
     this.comboItem131,
     this.comboItem132,
     this.comboItem133});
     this.Cb_Item11LBHNTQD.Location = new System.Drawing.Point(205, 130);
     this.Cb_Item11LBHNTQD.Name = "Cb_Item11LBHNTQD";
     this.Cb_Item11LBHNTQD.Size = new System.Drawing.Size(76, 21);
     this.Cb_Item11LBHNTQD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item11LBHNTQD.TabIndex = 27;
     //
     // comboItem127
     //
     this.comboItem127.Text = "C20";
     //
     // comboItem128
     //
     this.comboItem128.Text = "C25";
     //
     // comboItem129
     //
     this.comboItem129.Text = "C30";
     //
     // comboItem130
     //
     this.comboItem130.Text = "C35";
     //
     // comboItem131
     //
     this.comboItem131.Text = "C40";
     //
     // comboItem132
     //
     this.comboItem132.Text = "C45";
     //
     // comboItem133
     //
     this.comboItem133.Text = "C50";
     //
     // LXtabItem11
     //
     this.LXtabItem11.AttachedControl = this.tabControlPanel11;
     this.LXtabItem11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.LXtabItem11.Name = "LXtabItem11";
     this.LXtabItem11.Text = "�͸���¥��ê��";
     this.LXtabItem11.Visible = false;
     //
     // tabControlPanel10
     //
     this.tabControlPanel10.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPanel10.Controls.Add(this.Grp_Item10);
     this.tabControlPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel10.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel10.Name = "tabControlPanel10";
     this.tabControlPanel10.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel10.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel10.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel10.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel10.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel10.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel10.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel10.Style.GradientAngle = 90;
     this.tabControlPanel10.TabIndex = 10;
     this.tabControlPanel10.TabItem = this.LXtabItem10;
     //
     // Grp_Item10
     //
     this.Grp_Item10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item10.Controls.Add(this.Lb_Item10GLXH);
     this.Grp_Item10.Controls.Add(this.Cb_Item10GLXH);
     this.Grp_Item10.Controls.Add(this.Tb_Item10RXND);
     this.Grp_Item10.Controls.Add(this.Lb_Item10RXND1);
     this.Grp_Item10.Controls.Add(this.DbInput_Item10MGD);
     this.Grp_Item10.Controls.Add(this.Cb_Item10RXND);
     this.Grp_Item10.Controls.Add(this.Lb_Item10MGD);
     this.Grp_Item10.Controls.Add(this.Lb_Item10RXND2);
     this.Grp_Item10.Controls.Add(this.DbInput_Item10XTD);
     this.Grp_Item10.Controls.Add(this.Lb_Item10XTD);
     this.Grp_Item10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item10.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item10.Name = "Grp_Item10";
     this.Grp_Item10.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item10.TabIndex = 28;
     this.Grp_Item10.TabStop = false;
     this.Grp_Item10.Text = "�͸�������ּ�";
     //
     // Lb_Item10GLXH
     //
     this.Lb_Item10GLXH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10GLXH.BackgroundStyle.Class = "";
     this.Lb_Item10GLXH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10GLXH.Location = new System.Drawing.Point(21, 33);
     this.Lb_Item10GLXH.Name = "Lb_Item10GLXH";
     this.Lb_Item10GLXH.Size = new System.Drawing.Size(141, 23);
     this.Lb_Item10GLXH.TabIndex = 1;
     this.Lb_Item10GLXH.Text = "�����ͺţ�";
     this.Lb_Item10GLXH.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cb_Item10GLXH
     //
     this.Cb_Item10GLXH.DisplayMember = "Text";
     this.Cb_Item10GLXH.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item10GLXH.DropDownHeight = 200;
     this.Cb_Item10GLXH.FormattingEnabled = true;
     this.Cb_Item10GLXH.IntegralHeight = false;
     this.Cb_Item10GLXH.ItemHeight = 15;
     this.Cb_Item10GLXH.Items.AddRange(new object[] {
     this.comboItem76,
     this.comboItem77,
     this.comboItem78,
     this.comboItem79,
     this.comboItem80,
     this.comboItem81,
     this.comboItem82,
     this.comboItem83,
     this.comboItem84,
     this.comboItem85,
     this.comboItem86,
     this.comboItem87,
     this.comboItem88,
     this.comboItem89,
     this.comboItem90,
     this.comboItem91,
     this.comboItem92,
     this.comboItem93,
     this.comboItem94,
     this.comboItem95,
     this.comboItem96,
     this.comboItem97,
     this.comboItem98,
     this.comboItem99,
     this.comboItem100,
     this.comboItem101,
     this.comboItem102,
     this.comboItem103,
     this.comboItem104,
     this.comboItem105,
     this.comboItem106,
     this.comboItem107,
     this.comboItem108,
     this.comboItem109,
     this.comboItem110,
     this.comboItem111,
     this.comboItem112,
     this.comboItem113,
     this.comboItem114,
     this.comboItem115,
     this.comboItem116,
     this.comboItem117});
     this.Cb_Item10GLXH.Location = new System.Drawing.Point(164, 35);
     this.Cb_Item10GLXH.Name = "Cb_Item10GLXH";
     this.Cb_Item10GLXH.Size = new System.Drawing.Size(114, 21);
     this.Cb_Item10GLXH.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item10GLXH.TabIndex = 18;
     //
     // comboItem76
     //
     this.comboItem76.Text = "16�Ź��ָ�";
     //
     // comboItem77
     //
     this.comboItem77.Text = "18�Ź��ָ�";
     //
     // comboItem78
     //
     this.comboItem78.Text = "20a�Ź��ָ�";
     //
     // comboItem79
     //
     this.comboItem79.Text = "20b�Ź��ָ�";
     //
     // comboItem80
     //
     this.comboItem80.Text = "22a�Ź��ָ�";
     //
     // comboItem81
     //
     this.comboItem81.Text = "22b�Ź��ָ�";
     //
     // comboItem82
     //
     this.comboItem82.Text = "24a�Ź��ָ�";
     //
     // comboItem83
     //
     this.comboItem83.Text = "24b�Ź��ָ�";
     //
     // comboItem84
     //
     this.comboItem84.Text = "25a�Ź��ָ�";
     //
     // comboItem85
     //
     this.comboItem85.Text = "25b�Ź��ָ�";
     //
     // comboItem86
     //
     this.comboItem86.Text = "27a�Ź��ָ�";
     //
     // comboItem87
     //
     this.comboItem87.Text = "27b�Ź��ָ�";
     //
     // comboItem88
     //
     this.comboItem88.Text = "28a�Ź��ָ�";
     //
     // comboItem89
     //
     this.comboItem89.Text = "28b�Ź��ָ�";
     //
     // comboItem90
     //
     this.comboItem90.Text = "30a�Ź��ָ�";
     //
     // comboItem91
     //
     this.comboItem91.Text = "30b�Ź��ָ�";
     //
     // comboItem92
     //
     this.comboItem92.Text = "30c�Ź��ָ�";
     //
     // comboItem93
     //
     this.comboItem93.Text = "32a�Ź��ָ�";
     //
     // comboItem94
     //
     this.comboItem94.Text = "32b�Ź��ָ�";
     //
     // comboItem95
     //
     this.comboItem95.Text = "32c�Ź��ָ�";
     //
     // comboItem96
     //
     this.comboItem96.Text = "36a�Ź��ָ�";
     //
     // comboItem97
     //
     this.comboItem97.Text = "36b�Ź��ָ�";
     //
     // comboItem98
     //
     this.comboItem98.Text = "36c�Ź��ָ�";
     //
     // comboItem99
     //
     this.comboItem99.Text = "40a�Ź��ָ�";
     //
     // comboItem100
     //
     this.comboItem100.Text = "40b�Ź��ָ�";
     //
     // comboItem101
     //
     this.comboItem101.Text = "40c�Ź��ָ�";
     //
     // comboItem102
     //
     this.comboItem102.Text = "45a�Ź��ָ�";
     //
     // comboItem103
     //
     this.comboItem103.Text = "45b�Ź��ָ�";
     //
     // comboItem104
     //
     this.comboItem104.Text = "45c�Ź��ָ�";
     //
     // comboItem105
     //
     this.comboItem105.Text = "50a�Ź��ָ�";
     //
     // comboItem106
     //
     this.comboItem106.Text = "50b�Ź��ָ�";
     //
     // comboItem107
     //
     this.comboItem107.Text = "50c�Ź��ָ�";
     //
     // comboItem108
     //
     this.comboItem108.Text = "56a�Ź��ָ�";
     //
     // comboItem109
     //
     this.comboItem109.Text = "56b�Ź��ָ�";
     //
     // comboItem110
     //
     this.comboItem110.Text = "56c�Ź��ָ�";
     //
     // comboItem111
     //
     this.comboItem111.Text = "63a�Ź��ָ�";
     //
     // comboItem112
     //
     this.comboItem112.Text = "63b�Ź��ָ�";
     //
     // comboItem113
     //
     this.comboItem113.Text = "63c�Ź��ָ�";
     //
     // Tb_Item10RXND
     //
     this.Tb_Item10RXND.Location = new System.Drawing.Point(164, 190);
     this.Tb_Item10RXND.Name = "Tb_Item10RXND";
     this.Tb_Item10RXND.ReadOnly = true;
     this.Tb_Item10RXND.Size = new System.Drawing.Size(116, 21);
     this.Tb_Item10RXND.TabIndex = 27;
     this.Tb_Item10RXND.Text = "0.0104";
     this.Tb_Item10RXND.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item10RXND1
     //
     this.Lb_Item10RXND1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10RXND1.BackgroundStyle.Class = "";
     this.Lb_Item10RXND1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10RXND1.Location = new System.Drawing.Point(31, 149);
     this.Lb_Item10RXND1.Name = "Lb_Item10RXND1";
     this.Lb_Item10RXND1.Size = new System.Drawing.Size(133, 23);
     this.Lb_Item10RXND1.TabIndex = 26;
     this.Lb_Item10RXND1.Text = "�����������Ӷ�ѡ��";
     this.Lb_Item10RXND1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item10MGD
     //
     this.DbInput_Item10MGD.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     //
     //
     //
     this.DbInput_Item10MGD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item10MGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item10MGD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item10MGD.Colors.Highlight = System.Drawing.Color.White;
     this.DbInput_Item10MGD.Colors.HighlightText = System.Drawing.Color.White;
     this.DbInput_Item10MGD.Increment = 0.1;
     this.DbInput_Item10MGD.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbInput_Item10MGD.Location = new System.Drawing.Point(166, 66);
     this.DbInput_Item10MGD.Name = "DbInput_Item10MGD";
     this.DbInput_Item10MGD.ShowUpDown = true;
     this.DbInput_Item10MGD.Size = new System.Drawing.Size(112, 21);
     this.DbInput_Item10MGD.TabIndex = 17;
     this.DbInput_Item10MGD.Value = 2;
     //
     // Cb_Item10RXND
     //
     this.Cb_Item10RXND.DisplayMember = "Text";
     this.Cb_Item10RXND.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item10RXND.FormattingEnabled = true;
     this.Cb_Item10RXND.ItemHeight = 15;
     this.Cb_Item10RXND.Items.AddRange(new object[] {
     this.comboItem118,
     this.comboItem119});
     this.Cb_Item10RXND.Location = new System.Drawing.Point(164, 149);
     this.Cb_Item10RXND.Name = "Cb_Item10RXND";
     this.Cb_Item10RXND.Size = new System.Drawing.Size(116, 21);
     this.Cb_Item10RXND.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item10RXND.TabIndex = 24;
     this.Cb_Item10RXND.SelectedIndexChanged += new System.EventHandler(this.Cb_Item10RXND_SelectedIndexChanged);
     //
     // comboItem118
     //
     this.comboItem118.Text = "2���������/250";
     //
     // comboItem119
     //
     this.comboItem119.Text = "2���������/400";
     //
     // Lb_Item10MGD
     //
     this.Lb_Item10MGD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10MGD.BackgroundStyle.Class = "";
     this.Lb_Item10MGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10MGD.Location = new System.Drawing.Point(11, 68);
     this.Lb_Item10MGD.Name = "Lb_Item10MGD";
     this.Lb_Item10MGD.Size = new System.Drawing.Size(153, 23);
     this.Lb_Item10MGD.TabIndex = 19;
     this.Lb_Item10MGD.Text = "������ê�̶γ��ȣ�m����";
     this.Lb_Item10MGD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_Item10RXND2
     //
     this.Lb_Item10RXND2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10RXND2.BackgroundStyle.Class = "";
     this.Lb_Item10RXND2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10RXND2.Location = new System.Drawing.Point(7, 187);
     this.Lb_Item10RXND2.Name = "Lb_Item10RXND2";
     this.Lb_Item10RXND2.Size = new System.Drawing.Size(157, 23);
     this.Lb_Item10RXND2.TabIndex = 23;
     this.Lb_Item10RXND2.Text = "�����������Ӷ� �� m����";
     this.Lb_Item10RXND2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item10XTD
     //
     this.DbInput_Item10XTD.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.DbInput_Item10XTD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item10XTD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item10XTD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item10XTD.Increment = 0.1;
     this.DbInput_Item10XTD.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbInput_Item10XTD.Location = new System.Drawing.Point(166, 106);
     this.DbInput_Item10XTD.MaxValue = 10;
     this.DbInput_Item10XTD.MinValue = 0.6;
     this.DbInput_Item10XTD.Name = "DbInput_Item10XTD";
     this.DbInput_Item10XTD.ShowUpDown = true;
     this.DbInput_Item10XTD.Size = new System.Drawing.Size(112, 21);
     this.DbInput_Item10XTD.TabIndex = 20;
     this.DbInput_Item10XTD.Value = 1.3;
     //
     // Lb_Item10XTD
     //
     this.Lb_Item10XTD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10XTD.BackgroundStyle.Class = "";
     this.Lb_Item10XTD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10XTD.Location = new System.Drawing.Point(11, 108);
     this.Lb_Item10XTD.Name = "Lb_Item10XTD";
     this.Lb_Item10XTD.Size = new System.Drawing.Size(153, 23);
     this.Lb_Item10XTD.TabIndex = 21;
     this.Lb_Item10XTD.Text = "����������γ��ȣ�m����";
     this.Lb_Item10XTD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LXtabItem10
     //
     this.LXtabItem10.AttachedControl = this.tabControlPanel10;
     this.LXtabItem10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.LXtabItem10.Name = "LXtabItem10";
     this.LXtabItem10.Text = "�͸�������ּ�";
     this.LXtabItem10.Visible = false;
     //
     // tabControlPanel8
     //
     this.tabControlPanel8.Controls.Add(this.Grp_Item8);
     this.tabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel8.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel8.Name = "tabControlPanel8";
     this.tabControlPanel8.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel8.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel8.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel8.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel8.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel8.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel8.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel8.Style.GradientAngle = 90;
     this.tabControlPanel8.TabIndex = 8;
     this.tabControlPanel8.TabItem = this.LXtabItem8;
     //
     // Grp_Item8
     //
     this.Grp_Item8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item8.Controls.Add(this.Tb_Item8DFXS1);
     this.Grp_Item8.Controls.Add(this.Lb_Item8DFXS1);
     this.Grp_Item8.Controls.Add(this.Grp_Item8FBS);
     this.Grp_Item8.Controls.Add(this.groupBox15);
     this.Grp_Item8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grp_Item8.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item8.Name = "Grp_Item8";
     this.Grp_Item8.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item8.TabIndex = 0;
     this.Grp_Item8.TabStop = false;
     //
     // Tb_Item8DFXS1
     //
     //
     //
     //
     this.Tb_Item8DFXS1.Border.Class = "TextBoxBorder";
     this.Tb_Item8DFXS1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item8DFXS1.Enabled = false;
     this.Tb_Item8DFXS1.Location = new System.Drawing.Point(434, 254);
     this.Tb_Item8DFXS1.Name = "Tb_Item8DFXS1";
     this.Tb_Item8DFXS1.ReadOnly = true;
     this.Tb_Item8DFXS1.Size = new System.Drawing.Size(71, 21);
     this.Tb_Item8DFXS1.TabIndex = 5;
     this.Tb_Item8DFXS1.Text = "0.8";
     //
     // Lb_Item8DFXS1
     //
     //
     //
     //
     this.Lb_Item8DFXS1.BackgroundStyle.Class = "";
     this.Lb_Item8DFXS1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item8DFXS1.Location = new System.Drawing.Point(328, 256);
     this.Lb_Item8DFXS1.Name = "Lb_Item8DFXS1";
     this.Lb_Item8DFXS1.Size = new System.Drawing.Size(91, 23);
     this.Lb_Item8DFXS1.TabIndex = 4;
     this.Lb_Item8DFXS1.Text = "����ϵ����";
     //
     // Grp_Item8FBS
     //
     this.Grp_Item8FBS.Controls.Add(this.Grp_Item8ADFMJ);
     this.Grp_Item8FBS.Controls.Add(this.Rdo_Item8ADFMJ);
     this.Grp_Item8FBS.Controls.Add(this.Rdo_Item8QMM);
     this.Grp_Item8FBS.Location = new System.Drawing.Point(302, 31);
     this.Grp_Item8FBS.Name = "Grp_Item8FBS";
     this.Grp_Item8FBS.Size = new System.Drawing.Size(317, 199);
     this.Grp_Item8FBS.TabIndex = 4;
     this.Grp_Item8FBS.TabStop = false;
     this.Grp_Item8FBS.Text = "���ʽ���ּ�";
     //
     // Grp_Item8ADFMJ
     //
     this.Grp_Item8ADFMJ.Controls.Add(this.DbIput_Item8DFMJ);
     this.Grp_Item8ADFMJ.Controls.Add(this.labelX42);
     this.Grp_Item8ADFMJ.Controls.Add(this.Tb_Item8YFMJ);
     this.Grp_Item8ADFMJ.Controls.Add(this.Lb_Item8YFMJ);
     this.Grp_Item8ADFMJ.Enabled = false;
     this.Grp_Item8ADFMJ.Location = new System.Drawing.Point(25, 85);
     this.Grp_Item8ADFMJ.Name = "Grp_Item8ADFMJ";
     this.Grp_Item8ADFMJ.Size = new System.Drawing.Size(265, 91);
     this.Grp_Item8ADFMJ.TabIndex = 7;
     this.Grp_Item8ADFMJ.TabStop = false;
     //
     // DbIput_Item8DFMJ
     //
     //
     //
     //
     this.DbIput_Item8DFMJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Item8DFMJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Item8DFMJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Item8DFMJ.Increment = 1;
     this.DbIput_Item8DFMJ.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Item8DFMJ.Location = new System.Drawing.Point(125, 53);
     this.DbIput_Item8DFMJ.Name = "DbIput_Item8DFMJ";
     this.DbIput_Item8DFMJ.ShowUpDown = true;
     this.DbIput_Item8DFMJ.Size = new System.Drawing.Size(68, 21);
     this.DbIput_Item8DFMJ.TabIndex = 18;
     this.DbIput_Item8DFMJ.Value = 66.67;
     this.DbIput_Item8DFMJ.ValueChanged += new System.EventHandler(this.DbIput_Item8DFMJ_ValueChanged);
     //
     // labelX42
     //
     //
     //
     //
     this.labelX42.BackgroundStyle.Class = "";
     this.labelX42.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX42.Location = new System.Drawing.Point(11, 56);
     this.labelX42.Name = "labelX42";
     this.labelX42.Size = new System.Drawing.Size(86, 23);
     this.labelX42.TabIndex = 17;
     this.labelX42.Text = "�������An��";
     //
     // Tb_Item8YFMJ
     //
     //
     //
     //
     this.Tb_Item8YFMJ.Border.Class = "TextBoxBorder";
     this.Tb_Item8YFMJ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item8YFMJ.Location = new System.Drawing.Point(125, 20);
     this.Tb_Item8YFMJ.Name = "Tb_Item8YFMJ";
     this.Tb_Item8YFMJ.ReadOnly = true;
     this.Tb_Item8YFMJ.Size = new System.Drawing.Size(68, 21);
     this.Tb_Item8YFMJ.TabIndex = 8;
     this.Tb_Item8YFMJ.Text = "100";
     this.Tb_Item8YFMJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item8YFMJ
     //
     //
     //
     //
     this.Lb_Item8YFMJ.BackgroundStyle.Class = "";
     this.Lb_Item8YFMJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item8YFMJ.Location = new System.Drawing.Point(12, 20);
     this.Lb_Item8YFMJ.Name = "Lb_Item8YFMJ";
     this.Lb_Item8YFMJ.Size = new System.Drawing.Size(85, 23);
     this.Lb_Item8YFMJ.TabIndex = 2;
     this.Lb_Item8YFMJ.Text = "ӭ�����Aw��";
     //
     // Rdo_Item8ADFMJ
     //
     this.Rdo_Item8ADFMJ.AutoSize = true;
     this.Rdo_Item8ADFMJ.Location = new System.Drawing.Point(5, 62);
     this.Rdo_Item8ADFMJ.Name = "Rdo_Item8ADFMJ";
     this.Rdo_Item8ADFMJ.Size = new System.Drawing.Size(167, 16);
     this.Rdo_Item8ADFMJ.TabIndex = 0;
     this.Rdo_Item8ADFMJ.Text = "������������� 1.2*An/Aw";
     this.Rdo_Item8ADFMJ.UseVisualStyleBackColor = true;
     this.Rdo_Item8ADFMJ.CheckedChanged += new System.EventHandler(this.Rdo_Item8ADFMJ_CheckedChanged);
     //
     // Rdo_Item8QMM
     //
     this.Rdo_Item8QMM.AutoSize = true;
     this.Rdo_Item8QMM.Checked = true;
     this.Rdo_Item8QMM.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Rdo_Item8QMM.Location = new System.Drawing.Point(6, 28);
     this.Rdo_Item8QMM.Name = "Rdo_Item8QMM";
     this.Rdo_Item8QMM.Size = new System.Drawing.Size(107, 16);
     this.Rdo_Item8QMM.TabIndex = 0;
     this.Rdo_Item8QMM.TabStop = true;
     this.Rdo_Item8QMM.Text = "ȡ��Ŀ��Ĭ��ֵ";
     this.Rdo_Item8QMM.UseVisualStyleBackColor = true;
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.Rdo_Item8FBSK);
     this.groupBox15.Controls.Add(this.Rdo_Item8WMMW);
     this.groupBox15.Controls.Add(this.Rdo_Item8FBSQ);
     this.groupBox15.Location = new System.Drawing.Point(11, 24);
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.Size = new System.Drawing.Size(256, 313);
     this.groupBox15.TabIndex = 7;
     this.groupBox15.TabStop = false;
     this.groupBox15.Text = "���ּܼ�����������״��";
     //
     // Rdo_Item8FBSK
     //
     this.Rdo_Item8FBSK.AutoSize = true;
     this.Rdo_Item8FBSK.Checked = true;
     this.Rdo_Item8FBSK.Location = new System.Drawing.Point(14, 97);
     this.Rdo_Item8FBSK.Name = "Rdo_Item8FBSK";
     this.Rdo_Item8FBSK.Size = new System.Drawing.Size(239, 16);
     this.Rdo_Item8FBSK.TabIndex = 5;
     this.Rdo_Item8FBSK.TabStop = true;
     this.Rdo_Item8FBSK.Text = "���ʽ���ּܱ�����������ܺͿ���ǽ��";
     this.Rdo_Item8FBSK.UseVisualStyleBackColor = true;
     this.Rdo_Item8FBSK.CheckedChanged += new System.EventHandler(this.Rdo_Item8FBSK_CheckedChanged);
     //
     // Rdo_Item8WMMW
     //
     this.Rdo_Item8WMMW.AutoSize = true;
     this.Rdo_Item8WMMW.Location = new System.Drawing.Point(14, 22);
     this.Rdo_Item8WMMW.Name = "Rdo_Item8WMMW";
     this.Rdo_Item8WMMW.Size = new System.Drawing.Size(167, 16);
     this.Rdo_Item8WMMW.TabIndex = 5;
     this.Rdo_Item8WMMW.Text = "����ʽ���ּܣ�����Ŀ����";
     this.Rdo_Item8WMMW.UseVisualStyleBackColor = true;
     this.Rdo_Item8WMMW.CheckedChanged += new System.EventHandler(this.Rdo_Item8WMMW_CheckedChanged);
     //
     // Rdo_Item8FBSQ
     //
     this.Rdo_Item8FBSQ.AutoSize = true;
     this.Rdo_Item8FBSQ.Location = new System.Drawing.Point(13, 172);
     this.Rdo_Item8FBSQ.Name = "Rdo_Item8FBSQ";
     this.Rdo_Item8FBSQ.Size = new System.Drawing.Size(167, 16);
     this.Rdo_Item8FBSQ.TabIndex = 5;
     this.Rdo_Item8FBSQ.Text = "���ʽ���ּܱ���ȫ���ǽ";
     this.Rdo_Item8FBSQ.UseVisualStyleBackColor = true;
     this.Rdo_Item8FBSQ.CheckedChanged += new System.EventHandler(this.Rdo_Item8FBSQ_CheckedChanged);
     //
     // LXtabItem8
     //
     this.LXtabItem8.AttachedControl = this.tabControlPanel8;
     this.LXtabItem8.Name = "LXtabItem8";
     this.LXtabItem8.Text = "���������ϵ��";
     //
     // tabControlPanel12
     //
     this.tabControlPanel12.Controls.Add(this.Cb_Item3FS);
     this.tabControlPanel12.Controls.Add(this.Cb_Item3JJ);
     this.tabControlPanel12.Controls.Add(this.Lb_Item3FS);
     this.tabControlPanel12.Controls.Add(this.Lb_Item3LQJJJ);
     this.tabControlPanel12.Controls.Add(this.Grp_Item3);
     this.tabControlPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel12.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel12.Name = "tabControlPanel12";
     this.tabControlPanel12.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel12.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel12.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel12.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel12.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel12.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel12.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel12.Style.GradientAngle = 90;
     this.tabControlPanel12.TabIndex = 13;
     this.tabControlPanel12.TabItem = this.LXtabItem3;
     //
     // Cb_Item3FS
     //
     this.Cb_Item3FS.DisplayMember = "Text";
     this.Cb_Item3FS.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item3FS.FormattingEnabled = true;
     this.Cb_Item3FS.ItemHeight = 15;
     this.Cb_Item3FS.Items.AddRange(new object[] {
     this.comboItem11,
     this.comboItem12,
     this.comboItem13,
     this.comboItem14,
     this.comboItem134});
     this.Cb_Item3FS.Location = new System.Drawing.Point(116, 109);
     this.Cb_Item3FS.Name = "Cb_Item3FS";
     this.Cb_Item3FS.Size = new System.Drawing.Size(121, 21);
     this.Cb_Item3FS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item3FS.TabIndex = 18;
     this.Cb_Item3FS.SelectedIndexChanged += new System.EventHandler(this.Cb_Item3FS_SelectedIndexChanged);
     //
     // comboItem11
     //
     this.comboItem11.Text = "�ۼ�����";
     //
     // comboItem12
     //
     this.comboItem12.Text = "��˨����";
     //
     // comboItem13
     //
     this.comboItem13.Text = "��������";
     //
     // comboItem14
     //
     this.comboItem14.Text = "����Ӳ��";
     //
     // comboItem134
     //
     this.comboItem134.Text = "������˨";
     //
     // Cb_Item3JJ
     //
     this.Cb_Item3JJ.DisplayMember = "Text";
     this.Cb_Item3JJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item3JJ.FormattingEnabled = true;
     this.Cb_Item3JJ.ItemHeight = 15;
     this.Cb_Item3JJ.Items.AddRange(new object[] {
     this.comboItem136,
     this.comboItem137});
     this.Cb_Item3JJ.Location = new System.Drawing.Point(116, 63);
     this.Cb_Item3JJ.Name = "Cb_Item3JJ";
     this.Cb_Item3JJ.Size = new System.Drawing.Size(121, 21);
     this.Cb_Item3JJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item3JJ.TabIndex = 17;
     //
     // comboItem136
     //
     this.comboItem136.Text = "��������";
     //
     // comboItem137
     //
     this.comboItem137.Text = "��������";
     //
     // Lb_Item3FS
     //
     this.Lb_Item3FS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item3FS.BackgroundStyle.Class = "";
     this.Lb_Item3FS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3FS.Location = new System.Drawing.Point(25, 104);
     this.Lb_Item3FS.Name = "Lb_Item3FS";
     this.Lb_Item3FS.Size = new System.Drawing.Size(85, 26);
     this.Lb_Item3FS.TabIndex = 15;
     this.Lb_Item3FS.Text = "��ǽ����ʽ";
     //
     // Lb_Item3LQJJJ
     //
     this.Lb_Item3LQJJJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item3LQJJJ.BackgroundStyle.Class = "";
     this.Lb_Item3LQJJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3LQJJJ.Location = new System.Drawing.Point(25, 63);
     this.Lb_Item3LQJJJ.Name = "Lb_Item3LQJJJ";
     this.Lb_Item3LQJJJ.Size = new System.Drawing.Size(85, 26);
     this.Lb_Item3LQJJJ.TabIndex = 14;
     this.Lb_Item3LQJJJ.Text = "��ǽ�����";
     //
     // Grp_Item3
     //
     this.Grp_Item3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item3.Controls.Add(this.DbInput_Item3ZXL);
     this.Grp_Item3.Controls.Add(this.Grp_Item3FSKJLJ);
     this.Grp_Item3.Controls.Add(this.Lb_Item3ZXL);
     this.Grp_Item3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item3.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item3.Name = "Grp_Item3";
     this.Grp_Item3.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item3.TabIndex = 21;
     this.Grp_Item3.TabStop = false;
     this.Grp_Item3.Text = "��ǽ����������";
     //
     // DbInput_Item3ZXL
     //
     //
     //
     //
     this.DbInput_Item3ZXL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3ZXL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3ZXL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3ZXL.Increment = 0.1;
     this.DbInput_Item3ZXL.Location = new System.Drawing.Point(302, 284);
     this.DbInput_Item3ZXL.MaxValue = 3;
     this.DbInput_Item3ZXL.MinValue = 0;
     this.DbInput_Item3ZXL.Name = "DbInput_Item3ZXL";
     this.DbInput_Item3ZXL.ShowUpDown = true;
     this.DbInput_Item3ZXL.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item3ZXL.TabIndex = 22;
     this.DbInput_Item3ZXL.Value = 3;
     this.DbInput_Item3ZXL.WatermarkColor = System.Drawing.SystemColors.ControlLightLight;
     //
     // Grp_Item3FSKJLJ
     //
     this.Grp_Item3FSKJLJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item3FSKJLJ.Controls.Add(this.radioButton2);
     this.Grp_Item3FSKJLJ.Controls.Add(this.radioButton1);
     this.Grp_Item3FSKJLJ.Location = new System.Drawing.Point(20, 153);
     this.Grp_Item3FSKJLJ.Name = "Grp_Item3FSKJLJ";
     this.Grp_Item3FSKJLJ.Size = new System.Drawing.Size(310, 97);
     this.Grp_Item3FSKJLJ.TabIndex = 21;
     this.Grp_Item3FSKJLJ.TabStop = false;
     this.Grp_Item3FSKJLJ.Text = "��ǽ����ʽѡ�񡰿ۼ����ӡ�ʱ����ѡ��˫�ۼ�";
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.radioButton2.Enabled = false;
     this.radioButton2.Location = new System.Drawing.Point(141, 45);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(59, 16);
     this.radioButton2.TabIndex = 24;
     this.radioButton2.Text = "˫�ۼ�";
     this.radioButton2.UseVisualStyleBackColor = false;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.radioButton1.Checked = true;
     this.radioButton1.Enabled = false;
     this.radioButton1.Location = new System.Drawing.Point(43, 42);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(59, 16);
     this.radioButton1.TabIndex = 24;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "���ۼ�";
     this.radioButton1.UseVisualStyleBackColor = false;
     //
     // Lb_Item3ZXL
     //
     this.Lb_Item3ZXL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item3ZXL.BackgroundStyle.Class = "";
     this.Lb_Item3ZXL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3ZXL.Location = new System.Drawing.Point(20, 284);
     this.Lb_Item3ZXL.Name = "Lb_Item3ZXL";
     this.Lb_Item3ZXL.Size = new System.Drawing.Size(288, 26);
     this.Lb_Item3ZXL.TabIndex = 16;
     this.Lb_Item3ZXL.Text = "��ǽ��Լ�����ּ�ƽ������β�����������No(kN)";
     //
     // LXtabItem3
     //
     this.LXtabItem3.AttachedControl = this.tabControlPanel12;
     this.LXtabItem3.Name = "LXtabItem3";
     this.LXtabItem3.Text = "��ǽ������";
     //
     // tabControlPanel18
     //
     this.tabControlPanel18.Controls.Add(this.groupBox21);
     this.tabControlPanel18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel18.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel18.Name = "tabControlPanel18";
     this.tabControlPanel18.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel18.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel18.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel18.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel18.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel18.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel18.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel18.Style.GradientAngle = 90;
     this.tabControlPanel18.TabIndex = 19;
     this.tabControlPanel18.TabItem = this.LX5tabItem2;
     this.tabControlPanel18.Text = "��ǽ��";
     //
     // groupBox21
     //
     this.groupBox21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox21.Controls.Add(this.Grp_Lx5Item2HF);
     this.groupBox21.Controls.Add(this.Grp_Lx5Item2RL);
     this.groupBox21.Controls.Add(this.Grp_Lx5Item2KJ);
     this.groupBox21.Controls.Add(this.Cbx_Lx5Item2LQJ);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2MJ);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2BJ);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2L0);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2SP);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2SX);
     this.groupBox21.Controls.Add(this.labelX59);
     this.groupBox21.Controls.Add(this.labelX57);
     this.groupBox21.Controls.Add(this.labelX56);
     this.groupBox21.Controls.Add(this.labelX53);
     this.groupBox21.Controls.Add(this.labelX61);
     this.groupBox21.Controls.Add(this.labelX55);
     this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox21.Location = new System.Drawing.Point(1, 1);
     this.groupBox21.Name = "groupBox21";
     this.groupBox21.Size = new System.Drawing.Size(636, 338);
     this.groupBox21.TabIndex = 4;
     this.groupBox21.TabStop = false;
     //
     // Grp_Lx5Item2HF
     //
     this.Grp_Lx5Item2HF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx5Item2HF.Controls.Add(this.labelX58);
     this.Grp_Lx5Item2HF.Controls.Add(this.DbInput_Lx5Item2DJ);
     this.Grp_Lx5Item2HF.Enabled = false;
     this.Grp_Lx5Item2HF.Location = new System.Drawing.Point(330, 121);
     this.Grp_Lx5Item2HF.Name = "Grp_Lx5Item2HF";
     this.Grp_Lx5Item2HF.Size = new System.Drawing.Size(307, 74);
     this.Grp_Lx5Item2HF.TabIndex = 99;
     this.Grp_Lx5Item2HF.TabStop = false;
     this.Grp_Lx5Item2HF.Text = "��ǽ����ʽѡ�񡰺������ӡ�ʱ";
     //
     // labelX58
     //
     //
     //
     //
     this.labelX58.BackgroundStyle.Class = "";
     this.labelX58.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX58.Location = new System.Drawing.Point(9, 34);
     this.labelX58.Name = "labelX58";
     this.labelX58.Size = new System.Drawing.Size(211, 20);
     this.labelX58.TabIndex = 13;
     this.labelX58.Text = "�ԽӺ���Ŀ�����ѹǿ�ȣ�N/mm2����";
     this.labelX58.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2DJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2DJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2DJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2DJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2DJ.Increment = 1;
     this.DbInput_Lx5Item2DJ.Location = new System.Drawing.Point(222, 33);
     this.DbInput_Lx5Item2DJ.MaxValue = 10000;
     this.DbInput_Lx5Item2DJ.MinValue = 0;
     this.DbInput_Lx5Item2DJ.Name = "DbInput_Lx5Item2DJ";
     this.DbInput_Lx5Item2DJ.ShowUpDown = true;
     this.DbInput_Lx5Item2DJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2DJ.TabIndex = 27;
     this.DbInput_Lx5Item2DJ.Value = 205;
     //
     // Grp_Lx5Item2RL
     //
     this.Grp_Lx5Item2RL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx5Item2RL.Controls.Add(this.labelX60);
     this.Grp_Lx5Item2RL.Controls.Add(this.DbInput_Lx5Item2LJ);
     this.Grp_Lx5Item2RL.Enabled = false;
     this.Grp_Lx5Item2RL.Location = new System.Drawing.Point(333, 210);
     this.Grp_Lx5Item2RL.Name = "Grp_Lx5Item2RL";
     this.Grp_Lx5Item2RL.Size = new System.Drawing.Size(300, 74);
     this.Grp_Lx5Item2RL.TabIndex = 98;
     this.Grp_Lx5Item2RL.TabStop = false;
     this.Grp_Lx5Item2RL.Text = "��ǽ����ʽѡ������Ӳ�š�ʱ";
     //
     // labelX60
     //
     //
     //
     //
     this.labelX60.BackgroundStyle.Class = "";
     this.labelX60.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX60.Location = new System.Drawing.Point(7, 34);
     this.labelX60.Name = "labelX60";
     this.labelX60.Size = new System.Drawing.Size(187, 20);
     this.labelX60.TabIndex = 13;
     this.labelX60.Text = "���Ӹֽ�Ŀ���ǿ�ȣ�N/mm2����";
     this.labelX60.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2LJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2LJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2LJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2LJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2LJ.Increment = 1;
     this.DbInput_Lx5Item2LJ.Location = new System.Drawing.Point(197, 33);
     this.DbInput_Lx5Item2LJ.MaxValue = 10000;
     this.DbInput_Lx5Item2LJ.MinValue = 0;
     this.DbInput_Lx5Item2LJ.Name = "DbInput_Lx5Item2LJ";
     this.DbInput_Lx5Item2LJ.ShowUpDown = true;
     this.DbInput_Lx5Item2LJ.Size = new System.Drawing.Size(79, 21);
     this.DbInput_Lx5Item2LJ.TabIndex = 27;
     this.DbInput_Lx5Item2LJ.Value = 205;
     //
     // Grp_Lx5Item2KJ
     //
     this.Grp_Lx5Item2KJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx5Item2KJ.Controls.Add(this.Rdo_Lx5Item2S);
     this.Grp_Lx5Item2KJ.Controls.Add(this.Rdo_Lx5Item2D);
     this.Grp_Lx5Item2KJ.Controls.Add(this.labelX54);
     this.Grp_Lx5Item2KJ.Controls.Add(this.DbInput_Lx5Item2KJ);
     this.Grp_Lx5Item2KJ.Location = new System.Drawing.Point(328, 20);
     this.Grp_Lx5Item2KJ.Name = "Grp_Lx5Item2KJ";
     this.Grp_Lx5Item2KJ.Size = new System.Drawing.Size(304, 89);
     this.Grp_Lx5Item2KJ.TabIndex = 97;
     this.Grp_Lx5Item2KJ.TabStop = false;
     this.Grp_Lx5Item2KJ.Text = "��ǽ����ʽѡ�񡰿ۼ����ӡ�ʱ";
     //
     // Rdo_Lx5Item2S
     //
     this.Rdo_Lx5Item2S.AutoSize = true;
     this.Rdo_Lx5Item2S.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx5Item2S.Location = new System.Drawing.Point(122, 28);
     this.Rdo_Lx5Item2S.Name = "Rdo_Lx5Item2S";
     this.Rdo_Lx5Item2S.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx5Item2S.TabIndex = 24;
     this.Rdo_Lx5Item2S.Text = "˫�ۼ�";
     this.Rdo_Lx5Item2S.UseVisualStyleBackColor = false;
     //
     // Rdo_Lx5Item2D
     //
     this.Rdo_Lx5Item2D.AutoSize = true;
     this.Rdo_Lx5Item2D.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx5Item2D.Checked = true;
     this.Rdo_Lx5Item2D.Location = new System.Drawing.Point(16, 28);
     this.Rdo_Lx5Item2D.Name = "Rdo_Lx5Item2D";
     this.Rdo_Lx5Item2D.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx5Item2D.TabIndex = 24;
     this.Rdo_Lx5Item2D.TabStop = true;
     this.Rdo_Lx5Item2D.Text = "���ۼ�";
     this.Rdo_Lx5Item2D.UseVisualStyleBackColor = false;
     //
     // labelX54
     //
     this.labelX54.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX54.BackgroundStyle.Class = "";
     this.labelX54.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX54.Location = new System.Drawing.Point(13, 53);
     this.labelX54.Name = "labelX54";
     this.labelX54.Size = new System.Drawing.Size(118, 20);
     this.labelX54.TabIndex = 88;
     this.labelX54.Text = "�ۼ��������ۼ�ϵ��";
     this.labelX54.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2KJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2KJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2KJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2KJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2KJ.Increment = 0.1;
     this.DbInput_Lx5Item2KJ.Location = new System.Drawing.Point(131, 52);
     this.DbInput_Lx5Item2KJ.MaxValue = 1;
     this.DbInput_Lx5Item2KJ.MinValue = 0;
     this.DbInput_Lx5Item2KJ.Name = "DbInput_Lx5Item2KJ";
     this.DbInput_Lx5Item2KJ.ShowUpDown = true;
     this.DbInput_Lx5Item2KJ.Size = new System.Drawing.Size(53, 21);
     this.DbInput_Lx5Item2KJ.TabIndex = 92;
     this.DbInput_Lx5Item2KJ.Value = 0.9;
     //
     // Cbx_Lx5Item2LQJ
     //
     this.Cbx_Lx5Item2LQJ.DisplayMember = "Text";
     this.Cbx_Lx5Item2LQJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item2LQJ.FormattingEnabled = true;
     this.Cbx_Lx5Item2LQJ.ItemHeight = 15;
     this.Cbx_Lx5Item2LQJ.Items.AddRange(new object[] {
     this.comboItem209,
     this.comboItem210,
     this.comboItem211});
     this.Cbx_Lx5Item2LQJ.Location = new System.Drawing.Point(184, 248);
     this.Cbx_Lx5Item2LQJ.Name = "Cbx_Lx5Item2LQJ";
     this.Cbx_Lx5Item2LQJ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item2LQJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item2LQJ.TabIndex = 96;
     this.Cbx_Lx5Item2LQJ.SelectedIndexChanged += new System.EventHandler(this.Cbx_Lx5Item2LQJ_SelectedIndexChanged);
     //
     // comboItem209
     //
     this.comboItem209.Text = "�ۼ�����";
     //
     // comboItem210
     //
     this.comboItem210.Text = "��������";
     //
     // comboItem211
     //
     this.comboItem211.Text = "����Ӳ��";
     //
     // DbInput_Lx5Item2MJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2MJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2MJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2MJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2MJ.Increment = 1;
     this.DbInput_Lx5Item2MJ.Location = new System.Drawing.Point(184, 207);
     this.DbInput_Lx5Item2MJ.MinValue = 0;
     this.DbInput_Lx5Item2MJ.Name = "DbInput_Lx5Item2MJ";
     this.DbInput_Lx5Item2MJ.ShowUpDown = true;
     this.DbInput_Lx5Item2MJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2MJ.TabIndex = 94;
     this.DbInput_Lx5Item2MJ.Value = 489;
     //
     // DbInput_Lx5Item2BJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2BJ.Increment = 1;
     this.DbInput_Lx5Item2BJ.Location = new System.Drawing.Point(184, 159);
     this.DbInput_Lx5Item2BJ.MinValue = 0;
     this.DbInput_Lx5Item2BJ.Name = "DbInput_Lx5Item2BJ";
     this.DbInput_Lx5Item2BJ.ShowUpDown = true;
     this.DbInput_Lx5Item2BJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2BJ.TabIndex = 94;
     this.DbInput_Lx5Item2BJ.Value = 15.8;
     //
     // DbInput_Lx5Item2L0
     //
     //
     //
     //
     this.DbInput_Lx5Item2L0.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2L0.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2L0.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2L0.Increment = 0.1;
     this.DbInput_Lx5Item2L0.Location = new System.Drawing.Point(184, 111);
     this.DbInput_Lx5Item2L0.MaxValue = 2000;
     this.DbInput_Lx5Item2L0.MinValue = 0;
     this.DbInput_Lx5Item2L0.Name = "DbInput_Lx5Item2L0";
     this.DbInput_Lx5Item2L0.ShowUpDown = true;
     this.DbInput_Lx5Item2L0.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2L0.TabIndex = 91;
     this.DbInput_Lx5Item2L0.Value = 600;
     //
     // DbInput_Lx5Item2SP
     //
     //
     //
     //
     this.DbInput_Lx5Item2SP.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2SP.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2SP.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2SP.Increment = 0.1;
     this.DbInput_Lx5Item2SP.Location = new System.Drawing.Point(184, 61);
     this.DbInput_Lx5Item2SP.MaxValue = 8;
     this.DbInput_Lx5Item2SP.MinValue = 0;
     this.DbInput_Lx5Item2SP.Name = "DbInput_Lx5Item2SP";
     this.DbInput_Lx5Item2SP.ShowUpDown = true;
     this.DbInput_Lx5Item2SP.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2SP.TabIndex = 93;
     this.DbInput_Lx5Item2SP.Value = 1.8;
     //
     // DbInput_Lx5Item2SX
     //
     //
     //
     //
     this.DbInput_Lx5Item2SX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2SX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2SX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2SX.Increment = 0.1;
     this.DbInput_Lx5Item2SX.Location = new System.Drawing.Point(184, 15);
     this.DbInput_Lx5Item2SX.MaxValue = 8;
     this.DbInput_Lx5Item2SX.MinValue = 0;
     this.DbInput_Lx5Item2SX.Name = "DbInput_Lx5Item2SX";
     this.DbInput_Lx5Item2SX.ShowUpDown = true;
     this.DbInput_Lx5Item2SX.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2SX.TabIndex = 93;
     this.DbInput_Lx5Item2SX.Value = 1.8;
     //
     // labelX59
     //
     this.labelX59.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX59.BackgroundStyle.Class = "";
     this.labelX59.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX59.Location = new System.Drawing.Point(23, 248);
     this.labelX59.Name = "labelX59";
     this.labelX59.Size = new System.Drawing.Size(158, 20);
     this.labelX59.TabIndex = 89;
     this.labelX59.Text = "��ǽ�����ӷ�ʽ";
     this.labelX59.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX57
     //
     this.labelX57.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX57.BackgroundStyle.Class = "";
     this.labelX57.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX57.Location = new System.Drawing.Point(25, 207);
     this.labelX57.Name = "labelX57";
     this.labelX57.Size = new System.Drawing.Size(156, 20);
     this.labelX57.TabIndex = 89;
     this.labelX57.Text = "��ǽ���������Ac(mm2)";
     this.labelX57.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX56
     //
     this.labelX56.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX56.BackgroundStyle.Class = "";
     this.labelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX56.Location = new System.Drawing.Point(25, 159);
     this.labelX56.Name = "labelX56";
     this.labelX56.Size = new System.Drawing.Size(156, 20);
     this.labelX56.TabIndex = 89;
     this.labelX56.Text = "��ǽ�������ת�뾶i(mm)";
     this.labelX56.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX53
     //
     this.labelX53.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX53.BackgroundStyle.Class = "";
     this.labelX53.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX53.Location = new System.Drawing.Point(25, 111);
     this.labelX53.Name = "labelX53";
     this.labelX53.Size = new System.Drawing.Size(156, 20);
     this.labelX53.TabIndex = 89;
     this.labelX53.Text = "��ǽ�����㳤��l0 (mm)";
     this.labelX53.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX61
     //
     this.labelX61.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX61.BackgroundStyle.Class = "";
     this.labelX61.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX61.Location = new System.Drawing.Point(25, 61);
     this.labelX61.Name = "labelX61";
     this.labelX61.Size = new System.Drawing.Size(156, 20);
     this.labelX61.TabIndex = 90;
     this.labelX61.Text = "��ǽ��ˮƽ���H1(m)";
     this.labelX61.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX55
     //
     this.labelX55.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX55.BackgroundStyle.Class = "";
     this.labelX55.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX55.Location = new System.Drawing.Point(25, 15);
     this.labelX55.Name = "labelX55";
     this.labelX55.Size = new System.Drawing.Size(156, 20);
     this.labelX55.TabIndex = 90;
     this.labelX55.Text = "��ǽ��������H1(m)";
     this.labelX55.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX5tabItem2
     //
     this.LX5tabItem2.AttachedControl = this.tabControlPanel18;
     this.LX5tabItem2.Name = "LX5tabItem2";
     this.LX5tabItem2.Text = "5��ǽ��";
     this.LX5tabItem2.Visible = false;
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.groupBox5);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox5.Controls.Add(this.groupBox6);
     this.groupBox5.Controls.Add(this.doubleInput8);
     this.groupBox5.Controls.Add(this.comboBoxEx3);
     this.groupBox5.Controls.Add(this.comboBoxEx4);
     this.groupBox5.Controls.Add(this.labelX14);
     this.groupBox5.Controls.Add(this.labelX13);
     this.groupBox5.Controls.Add(this.labelX16);
     this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox5.Location = new System.Drawing.Point(1, 1);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(636, 338);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "��ǽ����������";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.checkBoxX4);
     this.groupBox6.Controls.Add(this.checkBoxX3);
     this.groupBox6.Controls.Add(this.labelX15);
     this.groupBox6.Location = new System.Drawing.Point(29, 122);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(598, 97);
     this.groupBox6.TabIndex = 6;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "��ѡ�ˡ��ۼ����ӡ�";
     //
     // checkBoxX4
     //
     //
     //
     //
     this.checkBoxX4.BackgroundStyle.Class = "";
     this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX4.Location = new System.Drawing.Point(300, 31);
     this.checkBoxX4.Name = "checkBoxX4";
     this.checkBoxX4.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX4.TabIndex = 2;
     this.checkBoxX4.Text = "˫�ۼ�";
     //
     // checkBoxX3
     //
     //
     //
     //
     this.checkBoxX3.BackgroundStyle.Class = "";
     this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX3.Location = new System.Drawing.Point(183, 31);
     this.checkBoxX3.Name = "checkBoxX3";
     this.checkBoxX3.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX3.TabIndex = 1;
     this.checkBoxX3.Text = "���ۼ�";
     //
     // labelX15
     //
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Location = new System.Drawing.Point(43, 26);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(113, 34);
     this.labelX15.TabIndex = 0;
     this.labelX15.Text = "��ѡ��˫�ۼ�";
     //
     // doubleInput8
     //
     //
     //
     //
     this.doubleInput8.BackgroundStyle.Class = "DateTimeInputBackground";
     this.doubleInput8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.doubleInput8.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput8.Increment = 1;
     this.doubleInput8.Location = new System.Drawing.Point(350, 230);
     this.doubleInput8.Name = "doubleInput8";
     this.doubleInput8.ShowUpDown = true;
     this.doubleInput8.Size = new System.Drawing.Size(85, 21);
     this.doubleInput8.TabIndex = 5;
     this.doubleInput8.Value = 3;
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember = "Text";
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight = 15;
     this.comboBoxEx3.Items.AddRange(new object[] {
     this.comboItem29,
     this.comboItem30,
     this.comboItem31,
     this.comboItem32,
     this.comboItem33});
     this.comboBoxEx3.Location = new System.Drawing.Point(126, 84);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(121, 21);
     this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx3.TabIndex = 4;
     //
     // comboItem29
     //
     this.comboItem29.Text = "�ۼ�����";
     //
     // comboItem30
     //
     this.comboItem30.Text = "��˨����";
     //
     // comboItem31
     //
     this.comboItem31.Text = "��������";
     //
     // comboItem32
     //
     this.comboItem32.Text = "����Ӳ��";
     //
     // comboItem33
     //
     this.comboItem33.Text = "������˨";
     //
     // comboBoxEx4
     //
     this.comboBoxEx4.DisplayMember = "Text";
     this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx4.FormattingEnabled = true;
     this.comboBoxEx4.ItemHeight = 15;
     this.comboBoxEx4.Items.AddRange(new object[] {
     this.comboItem26,
     this.comboItem27,
     this.comboItem28});
     this.comboBoxEx4.Location = new System.Drawing.Point(126, 38);
     this.comboBoxEx4.Name = "comboBoxEx4";
     this.comboBoxEx4.Size = new System.Drawing.Size(121, 21);
     this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx4.TabIndex = 3;
     //
     // comboItem26
     //
     this.comboItem26.Text = "��������";
     //
     // comboItem27
     //
     this.comboItem27.Text = "��������";
     //
     // comboItem28
     //
     this.comboItem28.Text = "��������";
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(35, 230);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(304, 26);
     this.labelX14.TabIndex = 2;
     this.labelX14.Text = "��ǽ��Լ�����ּ�ƽ������β�����������No(kN)";
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(35, 79);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(119, 26);
     this.labelX13.TabIndex = 1;
     this.labelX13.Text = "��ǽ����ʽ";
     //
     // labelX16
     //
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(35, 38);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(119, 26);
     this.labelX16.TabIndex = 0;
     this.labelX16.Text = "��ǽ�����";
     //
     // FrmScaffoldPowerCalculate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize = new System.Drawing.Size(638, 482);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.panelEx1);
     this.DoubleBuffered = true;
     this.Name = "FrmScaffoldPowerCalculate";
     this.Text = "���ּܼ���-��ѧ����";
     //this.Load += new System.EventHandler(this.FrmScaffoldPowerCalculate_Load);
     this.panelEx1.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     this.panelEx3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldPower)).EndInit();
     this.TabScaffloldPower.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.Grp_Item1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1SKJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DKJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LQJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DSGD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1XHGWSCD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGHJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGZJ)).EndInit();
     this.tabControlPanel13.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1S)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1D)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1GD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1KJ)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     this.tabControlPanel6.ResumeLayout(false);
     this.Grp_Item6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6Uz)).EndInit();
     this.Grp_Item6SF.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6SelfJBFY)).EndInit();
     this.tabControlPanel5.ResumeLayout(false);
     this.Grp_Item5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item5HZBZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5PSCS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5SGCS)).EndInit();
     this.tabControlPanel4.ResumeLayout(false);
     this.groupBox11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item4PSCS)).EndInit();
     this.tabControlPanel2.ResumeLayout(false);
     this.Grp_Item2.ResumeLayout(false);
     this.Grp_Item2.PerformLayout();
     this.Grp_Item2DHG.ResumeLayout(false);
     this.Grp_Item2XHG.ResumeLayout(false);
     this.Grp_Item2XHG.PerformLayout();
     this.tabControlPanel9.ResumeLayout(false);
     this.Grp_Item9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item9DBK)).EndInit();
     this.tabControlPanel17.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1NO)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1LDX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1SPX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2GD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item1BJ)).EndInit();
     this.tabControlPanel16.ResumeLayout(false);
     this.groupBox19.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item4TZXS)).EndInit();
     this.groupBox20.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBK)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBC)).EndInit();
     this.groupBox7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DFMJ)).EndInit();
     this.groupBox18.ResumeLayout(false);
     this.groupBox18.PerformLayout();
     this.tabControlPanel15.ResumeLayout(false);
     this.groupBox17.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3SG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3CS)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3HL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3AQW)).EndInit();
     this.groupBox16.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3SPJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3JSB)).EndInit();
     this.tabControlPanel14.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SX)).EndInit();
     this.Grp_Lx4Item2HF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2DJ)).EndInit();
     this.Grp_Lx4Item2KJ.ResumeLayout(false);
     this.Grp_Lx4Item2KJ.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2CD)).EndInit();
     this.tabControlPanel11.ResumeLayout(false);
     this.Grp_Item11.ResumeLayout(false);
     this.Grp_Item11.PerformLayout();
     this.tabControlPanel10.ResumeLayout(false);
     this.Grp_Item10.ResumeLayout(false);
     this.Grp_Item10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10MGD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10XTD)).EndInit();
     this.tabControlPanel8.ResumeLayout(false);
     this.Grp_Item8.ResumeLayout(false);
     this.Grp_Item8FBS.ResumeLayout(false);
     this.Grp_Item8FBS.PerformLayout();
     this.Grp_Item8ADFMJ.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item8DFMJ)).EndInit();
     this.groupBox15.ResumeLayout(false);
     this.groupBox15.PerformLayout();
     this.tabControlPanel12.ResumeLayout(false);
     this.Grp_Item3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3ZXL)).EndInit();
     this.Grp_Item3FSKJLJ.ResumeLayout(false);
     this.Grp_Item3FSKJLJ.PerformLayout();
     this.tabControlPanel18.ResumeLayout(false);
     this.groupBox21.ResumeLayout(false);
     this.Grp_Lx5Item2HF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2DJ)).EndInit();
     this.Grp_Lx5Item2RL.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2LJ)).EndInit();
     this.Grp_Lx5Item2KJ.ResumeLayout(false);
     this.Grp_Lx5Item2KJ.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2KJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2MJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2L0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SX)).EndInit();
     this.tabControlPanel3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput8)).EndInit();
     this.ResumeLayout(false);
 }
예제 #24
0
        private void AddStatInfo()
        {
            if (addCtr == 11)
                return;

            LabelX newStatTypeLabelX = new LabelX();
            newStatTypeLabelX.BackColor = Color.Transparent;

            lastLocY += 35;

            //Stat Type Label

            newStatTypeLabelX.BackgroundStyle.Class = "";
            newStatTypeLabelX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            newStatTypeLabelX.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            newStatTypeLabelX.Location = new System.Drawing.Point(13, lastLocY);
            newStatTypeLabelX.Name = "statTypeLabelX" + addCtr;
            newStatTypeLabelX.Size = new System.Drawing.Size(59, 23);
            newStatTypeLabelX.TabIndex = 8 + addCtr;
            newStatTypeLabelX.Text = "Stat Type";

            addButtonX.Location = new Point(addButtonX.Location.X, lastLocY + 25);

            itemStatsGroupPanel.Controls.Add(newStatTypeLabelX);

            //Stat Type ComboBoxEx

            DevComponents.DotNetBar.Controls.ComboBoxEx newStatTypeComboBoxEx = new DevComponents.DotNetBar.Controls.ComboBoxEx();

            foreach (DevComponents.Editors.ComboItem item in statTypeComboBoxEx1.Items)
            {
                newStatTypeComboBoxEx.Items.Add(item.Text);
            }

            newStatTypeComboBoxEx.DropDownStyle = ComboBoxStyle.DropDownList;
            newStatTypeComboBoxEx.DisplayMember = "Text";
            newStatTypeComboBoxEx.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            newStatTypeComboBoxEx.FormattingEnabled = true;
            newStatTypeComboBoxEx.ItemHeight = 14;
            newStatTypeComboBoxEx.Location = new System.Drawing.Point(79, lastLocY);
            newStatTypeComboBoxEx.Name = "statTypeComboBoxEx" + addCtr;
            newStatTypeComboBoxEx.Size = new System.Drawing.Size(152, 20);
            newStatTypeComboBoxEx.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            newStatTypeComboBoxEx.TabIndex = 9 + addCtr;

            itemStatsGroupPanel.Controls.Add(newStatTypeComboBoxEx);

            //Stat Type Value Label

            LabelX newStatValueLabelX = new LabelX();

            newStatValueLabelX.BackColor = Color.Transparent;
            newStatValueLabelX.BackgroundStyle.Class = "";
            newStatValueLabelX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            newStatValueLabelX.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            newStatValueLabelX.Location = new System.Drawing.Point(237, lastLocY);
            newStatValueLabelX.Name = "statTypeValueLabelX" + addCtr;
            newStatValueLabelX.Size = new System.Drawing.Size(39, 23);
            newStatValueLabelX.TabIndex = 10 + addCtr;
            newStatValueLabelX.Text = "Value";

            itemStatsGroupPanel.Controls.Add(newStatValueLabelX);

            //Stat Type Value IntegerInput

            DevComponents.Editors.IntegerInput newStatTypeValueIntegerInput = new DevComponents.Editors.IntegerInput();

            newStatTypeValueIntegerInput.BackgroundStyle.Class = "DateTimeInputBackground";
            newStatTypeValueIntegerInput.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            newStatTypeValueIntegerInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            newStatTypeValueIntegerInput.Location = new System.Drawing.Point(283, lastLocY);
            newStatTypeValueIntegerInput.Name = "statTypeValueIntegerInput1";
            newStatTypeValueIntegerInput.ShowUpDown = true;
            newStatTypeValueIntegerInput.Size = new System.Drawing.Size(80, 20);
            newStatTypeValueIntegerInput.TabIndex = 11;

            itemStatsGroupPanel.Controls.Add(newStatTypeValueIntegerInput);

            addCtr++;
        }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.mdiClient1 = new System.Windows.Forms.MdiClient();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.tabStrip1 = new DevComponents.DotNetBar.TabStrip();
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.labelStatus = new DevComponents.DotNetBar.LabelItem();
     this.progressBarItem1 = new DevComponents.DotNetBar.ProgressBarItem();
     this.itemContainer13 = new DevComponents.DotNetBar.ItemContainer();
     this.labelPosition = new DevComponents.DotNetBar.LabelItem();
     this.mainRibbonControl = new DevComponents.DotNetBar.RibbonControl();
     this.contextMenuBar = new DevComponents.DotNetBar.ContextMenuBar();
     this.bEditPopup = new DevComponents.DotNetBar.ButtonItem();
     this.bCut = new DevComponents.DotNetBar.ButtonItem();
     this.bCopy = new DevComponents.DotNetBar.ButtonItem();
     this.bPaste = new DevComponents.DotNetBar.ButtonItem();
     this.bSelectAll = new DevComponents.DotNetBar.ButtonItem();
     this.switchButtonItem1 = new DevComponents.DotNetBar.SwitchButtonItem();
     this.RibbonStateCommand = new DevComponents.DotNetBar.Command(this.components);
     this.buttonFile = new DevComponents.DotNetBar.Office2007StartButton();
     this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.recentPlacesItemsPanel = new DevComponents.DotNetBar.ItemPanel();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.recentDocsItemPane = new DevComponents.DotNetBar.ItemPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.itemPanel1 = new DevComponents.DotNetBar.ItemPanel();
     this.buttonItem67 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandNew = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem68 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem69 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem70 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem71 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem72 = new DevComponents.DotNetBar.ButtonItem();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.itemPanel2 = new DevComponents.DotNetBar.ItemPanel();
     this.buttonItem77 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandGoToUrl = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem73 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem74 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem75 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem76 = new DevComponents.DotNetBar.ButtonItem();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.superTabItem4 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.integerInput1 = new DevComponents.Editors.IntegerInput();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.superTabItem3 = new DevComponents.DotNetBar.SuperTabItem();
     this.buttonItem61 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandSave = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem63 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandOpen = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem64 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem65 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem66 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandExit = new DevComponents.DotNetBar.Command(this.components);
     this.menuFileContainer = new DevComponents.DotNetBar.ItemContainer();
     this.menuFileTwoColumnContainer = new DevComponents.DotNetBar.ItemContainer();
     this.menuFileItems = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFileSaveAs = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandSaveAs = new DevComponents.DotNetBar.Command(this.components);
     this.itemContainer12 = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem56 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem57 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem58 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem59 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem();
     this.menuFileMRU = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem8 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem26 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem29 = new DevComponents.DotNetBar.ButtonItem();
     this.menuFileBottomContainer = new DevComponents.DotNetBar.ItemContainer();
     this.buttonOptions = new DevComponents.DotNetBar.ButtonItem();
     this.buttonExit = new DevComponents.DotNetBar.ButtonItem();
     this.buttonNew = new DevComponents.DotNetBar.ButtonItem();
     this.buttonSave = new DevComponents.DotNetBar.ButtonItem();
     this.buttonUndo = new DevComponents.DotNetBar.ButtonItem();
     this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
     this.ribbonTabItemGroup1 = new DevComponents.DotNetBar.RibbonTabItemGroup();
     this.buttonStyleMetro = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandTheme = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem47 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem48 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem49 = new DevComponents.DotNetBar.ButtonItem();
     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.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
     this.progressBarTimer = new System.Windows.Forms.Timer(this.components);
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.contextMenuBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     this.superTabControl1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.superTabControlPanel4.SuspendLayout();
     this.superTabControlPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).BeginInit();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt = "*.rtf";
     this.openFileDialog1.Filter = "Text Files (*.txt)|*.txt|RTF Files (*.rtf)|*.rtf|All Files(*.*)|*.*";
     this.openFileDialog1.FilterIndex = 2;
     this.openFileDialog1.Title = "Open File";
     //
     // mdiClient1
     //
     this.mdiClient1.BackColor = System.Drawing.Color.White;
     this.mdiClient1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mdiClient1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdiClient1.Location = new System.Drawing.Point(5, 178);
     this.mdiClient1.Name = "mdiClient1";
     this.mdiClient1.Size = new System.Drawing.Size(766, 301);
     this.mdiClient1.TabIndex = 5;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "*.rtf";
     this.saveFileDialog1.FileName = "doc1";
     this.saveFileDialog1.Filter = "Text Files (*.txt)|*.txt|RTF Files (*.rtf)|*.rtf|All Files(*.*)|*.*";
     this.saveFileDialog1.FilterIndex = 2;
     this.saveFileDialog1.Title = "Save File";
     //
     // tabStrip1
     //
     this.tabStrip1.AutoSelectAttachedControl = true;
     this.tabStrip1.CanReorderTabs = true;
     this.tabStrip1.CloseButtonOnTabsVisible = true;
     this.tabStrip1.CloseButtonVisible = false;
     this.tabStrip1.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabStrip1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStrip1.ForeColor = System.Drawing.Color.Black;
     this.tabStrip1.Location = new System.Drawing.Point(5, 152);
     this.tabStrip1.MdiForm = this;
     this.tabStrip1.MdiTabbedDocuments = true;
     this.tabStrip1.Name = "tabStrip1";
     this.tabStrip1.SelectedTab = null;
     this.tabStrip1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStrip1.Size = new System.Drawing.Size(766, 26);
     this.tabStrip1.Style = DevComponents.DotNetBar.eTabStripStyle.Metro;
     this.tabStrip1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
     this.tabStrip1.TabIndex = 6;
     this.tabStrip1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabStrip1.Text = "tabStrip1";
     //
     // bar1
     //
     this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
     this.bar1.AccessibleName = "DotNetBar Bar";
     this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
     this.bar1.AntiAlias = true;
     this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
     this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bar1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.ResizeHandle;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelStatus,
     this.progressBarItem1,
     this.itemContainer13});
     this.bar1.ItemSpacing = 2;
     this.bar1.Location = new System.Drawing.Point(5, 479);
     this.bar1.Name = "bar1";
     this.bar1.PaddingBottom = 0;
     this.bar1.PaddingTop = 0;
     this.bar1.Size = new System.Drawing.Size(766, 19);
     this.bar1.Stretch = true;
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.bar1.TabIndex = 7;
     this.bar1.TabStop = false;
     this.bar1.Text = "barStatus";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.PaddingLeft = 2;
     this.labelStatus.PaddingRight = 2;
     this.labelStatus.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.labelStatus.Stretch = true;
     //
     // progressBarItem1
     //
     //
     //
     //
     this.progressBarItem1.BackStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.progressBarItem1.ChunkGradientAngle = 0F;
     this.progressBarItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.progressBarItem1.Name = "progressBarItem1";
     this.progressBarItem1.RecentlyUsed = false;
     //
     // itemContainer13
     //
     //
     //
     //
     this.itemContainer13.BackgroundStyle.Class = "Office2007StatusBarBackground2";
     this.itemContainer13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer13.Name = "itemContainer13";
     this.itemContainer13.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelPosition});
     //
     //
     //
     this.itemContainer13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelPosition
     //
     this.labelPosition.Name = "labelPosition";
     this.labelPosition.PaddingLeft = 2;
     this.labelPosition.PaddingRight = 2;
     this.labelPosition.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.labelPosition.Stretch = true;
     this.labelPosition.Text = "����˹̹�Ƽ����޹�˾ ��Ȩ����";
     this.labelPosition.Width = 180;
     //
     // mainRibbonControl
     //
     this.mainRibbonControl.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.mainRibbonControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.mainRibbonControl.CaptionVisible = true;
     this.mainRibbonControl.Dock = System.Windows.Forms.DockStyle.Top;
     this.mainRibbonControl.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainRibbonControl.ForeColor = System.Drawing.Color.Black;
     this.mainRibbonControl.GlobalContextMenuBar = this.contextMenuBar;
     this.mainRibbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.switchButtonItem1});
     this.mainRibbonControl.KeyTipsFont = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainRibbonControl.Location = new System.Drawing.Point(5, 1);
     this.mainRibbonControl.MdiSystemItemVisible = false;
     this.mainRibbonControl.Name = "mainRibbonControl";
     this.mainRibbonControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.mainRibbonControl.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonFile,
     this.buttonNew,
     this.buttonSave,
     this.buttonUndo,
     this.qatCustomizeItem1});
     this.mainRibbonControl.RibbonStripFont = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainRibbonControl.Size = new System.Drawing.Size(766, 151);
     this.mainRibbonControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.mainRibbonControl.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
     this.mainRibbonControl.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
     this.mainRibbonControl.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.mainRibbonControl.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
     this.mainRibbonControl.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
     this.mainRibbonControl.SystemText.QatDialogAddButton = "&Add >>";
     this.mainRibbonControl.SystemText.QatDialogCancelButton = "Cancel";
     this.mainRibbonControl.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
     this.mainRibbonControl.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
     this.mainRibbonControl.SystemText.QatDialogOkButton = "OK";
     this.mainRibbonControl.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.mainRibbonControl.SystemText.QatDialogRemoveButton = "&Remove";
     this.mainRibbonControl.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
     this.mainRibbonControl.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
     this.mainRibbonControl.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
     this.mainRibbonControl.TabGroupHeight = 14;
     this.mainRibbonControl.TabGroups.AddRange(new DevComponents.DotNetBar.RibbonTabItemGroup[] {
     this.ribbonTabItemGroup1});
     this.mainRibbonControl.TabGroupsVisible = true;
     this.mainRibbonControl.TabIndex = 8;
     this.mainRibbonControl.BeforeRibbonPanelPopupClose += new DevComponents.DotNetBar.RibbonPopupCloseEventHandler(this.ribbonControl1_BeforeRibbonPanelPopupClose);
     //
     // contextMenuBar
     //
     this.contextMenuBar.AntiAlias = true;
     this.contextMenuBar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contextMenuBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.bEditPopup});
     this.contextMenuBar.Location = new System.Drawing.Point(352, 309);
     this.contextMenuBar.Name = "contextMenuBar";
     this.contextMenuBar.Size = new System.Drawing.Size(150, 25);
     this.contextMenuBar.Stretch = true;
     this.contextMenuBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.contextMenuBar.TabIndex = 13;
     this.contextMenuBar.TabStop = false;
     //
     // bEditPopup
     //
     this.bEditPopup.AutoExpandOnClick = true;
     this.bEditPopup.GlobalName = "bEditPopup";
     this.bEditPopup.Name = "bEditPopup";
     this.bEditPopup.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.SystemDefault;
     this.bEditPopup.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.bCut,
     this.bCopy,
     this.bPaste,
     this.bSelectAll});
     this.bEditPopup.Text = "bEditPopup";
     //
     // bCut
     //
     this.bCut.BeginGroup = true;
     this.bCut.GlobalName = "bCut";
     this.bCut.ImageIndex = 5;
     this.bCut.Name = "bCut";
     this.bCut.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.SystemDefault;
     this.bCut.Text = "Cu&t";
     //
     // bCopy
     //
     this.bCopy.GlobalName = "bCopy";
     this.bCopy.ImageIndex = 4;
     this.bCopy.Name = "bCopy";
     this.bCopy.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.SystemDefault;
     this.bCopy.Text = "&Copy";
     //
     // bPaste
     //
     this.bPaste.GlobalName = "bPaste";
     this.bPaste.ImageIndex = 12;
     this.bPaste.Name = "bPaste";
     this.bPaste.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.SystemDefault;
     this.bPaste.Text = "&Paste";
     //
     // bSelectAll
     //
     this.bSelectAll.BeginGroup = true;
     this.bSelectAll.GlobalName = "bSelectAll";
     this.bSelectAll.Name = "bSelectAll";
     this.bSelectAll.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.SystemDefault;
     this.bSelectAll.Text = "Select &All";
     //
     // switchButtonItem1
     //
     this.switchButtonItem1.ButtonHeight = 20;
     this.switchButtonItem1.ButtonWidth = 62;
     this.switchButtonItem1.Command = this.RibbonStateCommand;
     this.switchButtonItem1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.switchButtonItem1.Margin.Bottom = 2;
     this.switchButtonItem1.Margin.Left = 4;
     this.switchButtonItem1.Name = "switchButtonItem1";
     this.switchButtonItem1.OffText = "MAX";
     this.switchButtonItem1.OnText = "MIN";
     this.switchButtonItem1.Tooltip = "Minimizes/Maximizes the Ribbon";
     //
     // RibbonStateCommand
     //
     this.RibbonStateCommand.Name = "RibbonStateCommand";
     this.RibbonStateCommand.Executed += new System.EventHandler(this.RibbonStateCommand_Executed);
     //
     // buttonFile
     //
     this.buttonFile.AutoExpandOnClick = true;
     this.buttonFile.BackstageTab = this.superTabControl1;
     this.buttonFile.CanCustomize = false;
     this.buttonFile.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.buttonFile.Image = ((System.Drawing.Image)(resources.GetObject("buttonFile.Image")));
     this.buttonFile.ImagePaddingHorizontal = 2;
     this.buttonFile.ImagePaddingVertical = 2;
     this.buttonFile.Name = "buttonFile";
     this.buttonFile.ShowSubItems = false;
     this.buttonFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.menuFileContainer});
     this.buttonFile.Text = "&File";
     //
     // superTabControl1
     //
     this.superTabControl1.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.superTabControl1.BackColor = System.Drawing.Color.White;
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabControl1.ControlBox.MenuBox,
     this.superTabControl1.ControlBox.CloseBox});
     this.superTabControl1.ControlBox.Visible = false;
     this.superTabControl1.Controls.Add(this.superTabControlPanel1);
     this.superTabControl1.Controls.Add(this.superTabControlPanel2);
     this.superTabControl1.Controls.Add(this.superTabControlPanel4);
     this.superTabControl1.Controls.Add(this.superTabControlPanel3);
     this.superTabControl1.ForeColor = System.Drawing.Color.Black;
     this.superTabControl1.ItemPadding.Left = 6;
     this.superTabControl1.ItemPadding.Right = 4;
     this.superTabControl1.ItemPadding.Top = 4;
     this.superTabControl1.Location = new System.Drawing.Point(6, 47);
     this.superTabControl1.Name = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = false;
     this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Segoe UI", 9.75F);
     this.superTabControl1.SelectedTabIndex = 0;
     this.superTabControl1.Size = new System.Drawing.Size(766, 448);
     this.superTabControl1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.superTabControl1.TabFont = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControl1.TabHorizontalSpacing = 16;
     this.superTabControl1.TabIndex = 14;
     this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem61,
     this.buttonItem63,
     this.buttonItem64,
     this.superTabItem1,
     this.superTabItem2,
     this.superTabItem3,
     this.superTabItem4,
     this.buttonItem65,
     this.buttonItem66});
     this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.superTabControl1.TabVerticalSpacing = 8;
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel1.Controls.Add(this.panelEx2);
     this.superTabControlPanel1.Controls.Add(this.panelEx1);
     this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(100, 0);
     this.superTabControlPanel1.Name = "superTabControlPanel1";
     this.superTabControlPanel1.Size = new System.Drawing.Size(666, 448);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem = this.superTabItem1;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.recentPlacesItemsPanel);
     this.panelEx2.Controls.Add(this.labelX2);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx2.Location = new System.Drawing.Point(314, 0);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Padding = new System.Windows.Forms.Padding(12);
     this.panelEx2.Size = new System.Drawing.Size(352, 448);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.Color = System.Drawing.Color.Transparent;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Right;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 1;
     this.panelEx2.Text = "panelEx2";
     //
     // recentPlacesItemsPanel
     //
     this.recentPlacesItemsPanel.AutoScroll = true;
     //
     //
     //
     this.recentPlacesItemsPanel.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.recentPlacesItemsPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recentPlacesItemsPanel.ContainerControlProcessDialogKey = true;
     this.recentPlacesItemsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.recentPlacesItemsPanel.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.recentPlacesItemsPanel.Location = new System.Drawing.Point(12, 35);
     this.recentPlacesItemsPanel.Name = "recentPlacesItemsPanel";
     this.recentPlacesItemsPanel.Size = new System.Drawing.Size(328, 401);
     this.recentPlacesItemsPanel.TabIndex = 2;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX2.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX2.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.ForeColor = System.Drawing.Color.DimGray;
     this.labelX2.Location = new System.Drawing.Point(12, 12);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(328, 23);
     this.labelX2.TabIndex = 0;
     this.labelX2.Text = "Recent Places";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.recentDocsItemPane);
     this.panelEx1.Controls.Add(this.labelX1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Padding = new System.Windows.Forms.Padding(12);
     this.panelEx1.Size = new System.Drawing.Size(314, 448);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Right;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 0;
     this.panelEx1.Text = "panelEx1";
     //
     // recentDocsItemPane
     //
     this.recentDocsItemPane.AutoScroll = true;
     //
     //
     //
     this.recentDocsItemPane.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.recentDocsItemPane.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recentDocsItemPane.ContainerControlProcessDialogKey = true;
     this.recentDocsItemPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.recentDocsItemPane.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.recentDocsItemPane.Location = new System.Drawing.Point(12, 35);
     this.recentDocsItemPane.Name = "recentDocsItemPane";
     this.recentDocsItemPane.Size = new System.Drawing.Size(290, 401);
     this.recentDocsItemPane.TabIndex = 1;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX1.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX1.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.ForeColor = System.Drawing.Color.DimGray;
     this.labelX1.Location = new System.Drawing.Point(12, 12);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(290, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "Recent Documents";
     //
     // superTabItem1
     //
     this.superTabItem1.AttachedControl = this.superTabControlPanel1;
     this.superTabItem1.GlobalItem = false;
     this.superTabItem1.KeyTips = "R";
     this.superTabItem1.Name = "superTabItem1";
     this.superTabItem1.Text = "Recent";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel2.Controls.Add(this.itemPanel1);
     this.superTabControlPanel2.Controls.Add(this.labelX3);
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(100, 0);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     this.superTabControlPanel2.Padding = new System.Windows.Forms.Padding(12);
     this.superTabControlPanel2.Size = new System.Drawing.Size(666, 448);
     this.superTabControlPanel2.TabIndex = 2;
     this.superTabControlPanel2.TabItem = this.superTabItem2;
     //
     // itemPanel1
     //
     this.itemPanel1.AutoScroll = true;
     this.itemPanel1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.itemPanel1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.itemPanel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel1.ContainerControlProcessDialogKey = true;
     this.itemPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem67,
     this.buttonItem68,
     this.buttonItem69,
     this.buttonItem70,
     this.buttonItem71,
     this.buttonItem72});
     this.itemPanel1.Location = new System.Drawing.Point(12, 35);
     this.itemPanel1.MultiLine = true;
     this.itemPanel1.Name = "itemPanel1";
     this.itemPanel1.Size = new System.Drawing.Size(642, 401);
     this.itemPanel1.TabIndex = 3;
     //
     // buttonItem67
     //
     this.buttonItem67.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem67.Command = this.AppCommandNew;
     this.buttonItem67.ForeColor = System.Drawing.Color.Black;
     this.buttonItem67.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem67.Image")));
     this.buttonItem67.ImagePaddingVertical = 12;
     this.buttonItem67.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem67.Name = "buttonItem67";
     this.buttonItem67.Text = "<span align=\"center\">Blank<br/>document</span>";
     //
     // AppCommandNew
     //
     this.AppCommandNew.Name = "AppCommandNew";
     this.AppCommandNew.Executed += new System.EventHandler(this.AppCommandNew_Executed);
     //
     // buttonItem68
     //
     this.buttonItem68.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem68.ForeColor = System.Drawing.Color.Black;
     this.buttonItem68.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem68.Image")));
     this.buttonItem68.ImagePaddingVertical = 12;
     this.buttonItem68.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem68.Name = "buttonItem68";
     this.buttonItem68.Text = "Blog post";
     //
     // buttonItem69
     //
     this.buttonItem69.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem69.ForeColor = System.Drawing.Color.Black;
     this.buttonItem69.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem69.Image")));
     this.buttonItem69.ImagePaddingHorizontal = 12;
     this.buttonItem69.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem69.Name = "buttonItem69";
     this.buttonItem69.Text = "<span align=\"center\">Recent<br/>templates</span>";
     //
     // buttonItem70
     //
     this.buttonItem70.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem70.ForeColor = System.Drawing.Color.Black;
     this.buttonItem70.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem70.Image")));
     this.buttonItem70.ImagePaddingHorizontal = 12;
     this.buttonItem70.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem70.Name = "buttonItem70";
     this.buttonItem70.Text = "<span align=\"center\">Sample<br/>templates</span>";
     //
     // buttonItem71
     //
     this.buttonItem71.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem71.ForeColor = System.Drawing.Color.Black;
     this.buttonItem71.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem71.Image")));
     this.buttonItem71.ImagePaddingHorizontal = 12;
     this.buttonItem71.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem71.Name = "buttonItem71";
     this.buttonItem71.Text = "My templates";
     //
     // buttonItem72
     //
     this.buttonItem72.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem72.ForeColor = System.Drawing.Color.Black;
     this.buttonItem72.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem72.Image")));
     this.buttonItem72.ImagePaddingHorizontal = 12;
     this.buttonItem72.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem72.Name = "buttonItem72";
     this.buttonItem72.Text = "<span align=\"center\">New from<br/>existing</span>";
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX3.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX3.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.ForeColor = System.Drawing.Color.DimGray;
     this.labelX3.Location = new System.Drawing.Point(12, 12);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(642, 23);
     this.labelX3.TabIndex = 1;
     this.labelX3.Text = "Available Templates";
     //
     // superTabItem2
     //
     this.superTabItem2.AttachedControl = this.superTabControlPanel2;
     this.superTabItem2.GlobalItem = false;
     this.superTabItem2.KeyTips = "N";
     this.superTabItem2.Name = "superTabItem2";
     this.superTabItem2.Text = "New";
     //
     // superTabControlPanel4
     //
     this.superTabControlPanel4.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel4.Controls.Add(this.itemPanel2);
     this.superTabControlPanel4.Controls.Add(this.labelX6);
     this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel4.Location = new System.Drawing.Point(100, 0);
     this.superTabControlPanel4.Name = "superTabControlPanel4";
     this.superTabControlPanel4.Padding = new System.Windows.Forms.Padding(12);
     this.superTabControlPanel4.Size = new System.Drawing.Size(666, 448);
     this.superTabControlPanel4.TabIndex = 4;
     this.superTabControlPanel4.TabItem = this.superTabItem4;
     //
     // itemPanel2
     //
     this.itemPanel2.AutoScroll = true;
     this.itemPanel2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.itemPanel2.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.itemPanel2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel2.ContainerControlProcessDialogKey = true;
     this.itemPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.itemPanel2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem77,
     this.buttonItem73,
     this.buttonItem74,
     this.buttonItem75,
     this.buttonItem76});
     this.itemPanel2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel2.Location = new System.Drawing.Point(12, 35);
     this.itemPanel2.Name = "itemPanel2";
     this.itemPanel2.Size = new System.Drawing.Size(642, 401);
     this.itemPanel2.TabIndex = 3;
     //
     // buttonItem77
     //
     this.buttonItem77.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem77.Command = this.AppCommandGoToUrl;
     this.buttonItem77.CommandParameter = "http://www.devcomponents.com/kb/questions.php?questionid=127";
     this.buttonItem77.ForeColor = System.Drawing.Color.Black;
     this.buttonItem77.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem77.Image")));
     this.buttonItem77.Name = "buttonItem77";
     this.buttonItem77.Text = "Backstage<br/>\r\n<font color=\"Gray\">How to build Office 2010 style Backstage with " +
         "DotNetBar</font>";
     //
     // AppCommandGoToUrl
     //
     this.AppCommandGoToUrl.Name = "AppCommandGoToUrl";
     this.AppCommandGoToUrl.Executed += new System.EventHandler(this.AppCommandGoToUrl_Executed);
     //
     // buttonItem73
     //
     this.buttonItem73.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem73.Command = this.AppCommandGoToUrl;
     this.buttonItem73.CommandParameter = "http://www.devcomponents.com/kb/";
     this.buttonItem73.ForeColor = System.Drawing.Color.Black;
     this.buttonItem73.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem73.Image")));
     this.buttonItem73.Name = "buttonItem73";
     this.buttonItem73.Text = "DotNetBar Knowledge Base<br/>\r\n<font color=\"Gray\">Browse our online Knowledge Bas" +
         "e.</font>";
     //
     // buttonItem74
     //
     this.buttonItem74.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem74.Command = this.AppCommandGoToUrl;
     this.buttonItem74.CommandParameter = "http://www.devcomponents.com/dotnetbar/movies.aspx";
     this.buttonItem74.ForeColor = System.Drawing.Color.Black;
     this.buttonItem74.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem74.Image")));
     this.buttonItem74.Name = "buttonItem74";
     this.buttonItem74.Text = "Movie Tutorials<br/>\r\n<font color=\"Gray\">Watch getting started online movie tutor" +
         "ials</font>";
     //
     // buttonItem75
     //
     this.buttonItem75.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem75.Command = this.AppCommandGoToUrl;
     this.buttonItem75.CommandParameter = "http://www.devcomponents.com/support.aspx";
     this.buttonItem75.ForeColor = System.Drawing.Color.Black;
     this.buttonItem75.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem75.Image")));
     this.buttonItem75.Name = "buttonItem75";
     this.buttonItem75.Text = "Contact Us<br/>\r\n<font color=\"Gray\">Let us know if you need help or how we can ma" +
         "ke DotNetBar even better.</font>";
     //
     // buttonItem76
     //
     this.buttonItem76.BeginGroup = true;
     this.buttonItem76.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem76.Command = this.AppCommandGoToUrl;
     this.buttonItem76.CommandParameter = "http://www.devcomponents.com/dotnetbar/applicationgallery/";
     this.buttonItem76.ForeColor = System.Drawing.Color.Black;
     this.buttonItem76.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem76.Image")));
     this.buttonItem76.Name = "buttonItem76";
     this.buttonItem76.Text = "Application Gallery<br/>\r\n<font color=\"Gray\">See how other developers are using D" +
         "otNetBar in our application gallery</font>";
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX6.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX6.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Dock = System.Windows.Forms.DockStyle.Top;
     this.labelX6.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.ForeColor = System.Drawing.Color.DimGray;
     this.labelX6.Location = new System.Drawing.Point(12, 12);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(642, 23);
     this.labelX6.TabIndex = 2;
     this.labelX6.Text = "Support";
     //
     // superTabItem4
     //
     this.superTabItem4.AttachedControl = this.superTabControlPanel4;
     this.superTabItem4.GlobalItem = false;
     this.superTabItem4.KeyTips = "H";
     this.superTabItem4.Name = "superTabItem4";
     this.superTabItem4.Text = "Help";
     //
     // superTabControlPanel3
     //
     this.superTabControlPanel3.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.BottomRight;
     this.superTabControlPanel3.Controls.Add(this.panelEx3);
     this.superTabControlPanel3.Controls.Add(this.labelX5);
     this.superTabControlPanel3.Controls.Add(this.integerInput1);
     this.superTabControlPanel3.Controls.Add(this.labelX4);
     this.superTabControlPanel3.Controls.Add(this.buttonX1);
     this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel3.Location = new System.Drawing.Point(100, 0);
     this.superTabControlPanel3.Name = "superTabControlPanel3";
     this.superTabControlPanel3.Size = new System.Drawing.Size(666, 448);
     this.superTabControlPanel3.TabIndex = 3;
     this.superTabControlPanel3.TabItem = this.superTabItem3;
     //
     // panelEx3
     //
     this.panelEx3.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.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelEx3.Location = new System.Drawing.Point(292, 4);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(371, 441);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.Color = System.Drawing.Color.White;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Silver;
     this.panelEx3.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx3.Style.ForeColor.Color = System.Drawing.Color.Gray;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 5;
     this.panelEx3.Text = "Print Preview Goes Here...";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.ForeColor = System.Drawing.Color.Black;
     this.labelX5.Location = new System.Drawing.Point(143, 54);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(48, 19);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text = "Copies:";
     //
     // integerInput1
     //
     //
     //
     //
     this.integerInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.integerInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInput1.Location = new System.Drawing.Point(198, 53);
     this.integerInput1.Name = "integerInput1";
     this.integerInput1.ShowUpDown = true;
     this.integerInput1.Size = new System.Drawing.Size(66, 22);
     this.integerInput1.TabIndex = 3;
     this.integerInput1.Value = 1;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash;
     this.labelX4.BackgroundStyle.BorderBottomColor = System.Drawing.Color.Gray;
     this.labelX4.BackgroundStyle.BorderBottomWidth = 1;
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX4.ForeColor = System.Drawing.Color.DimGray;
     this.labelX4.Location = new System.Drawing.Point(144, 16);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(120, 23);
     this.labelX4.TabIndex = 2;
     this.labelX4.Text = "Print";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonX1.Location = new System.Drawing.Point(21, 21);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(109, 101);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 0;
     this.buttonX1.Text = "Print";
     //
     // superTabItem3
     //
     this.superTabItem3.AttachedControl = this.superTabControlPanel3;
     this.superTabItem3.GlobalItem = false;
     this.superTabItem3.KeyTips = "P";
     this.superTabItem3.Name = "superTabItem3";
     this.superTabItem3.Text = "Print";
     //
     // buttonItem61
     //
     this.buttonItem61.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem61.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem61.Command = this.AppCommandSave;
     this.buttonItem61.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem61.Image")));
     this.buttonItem61.ImagePaddingHorizontal = 18;
     this.buttonItem61.ImagePaddingVertical = 10;
     this.buttonItem61.KeyTips = "S";
     this.buttonItem61.Name = "buttonItem61";
     this.buttonItem61.Stretch = true;
     this.buttonItem61.Text = "Save";
     //
     // AppCommandSave
     //
     this.AppCommandSave.Name = "AppCommandSave";
     this.AppCommandSave.Executed += new System.EventHandler(this.AppCommandSave_Executed);
     //
     // buttonItem63
     //
     this.buttonItem63.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem63.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem63.Command = this.AppCommandOpen;
     this.buttonItem63.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem63.Image")));
     this.buttonItem63.ImagePaddingHorizontal = 18;
     this.buttonItem63.ImagePaddingVertical = 10;
     this.buttonItem63.KeyTips = "O";
     this.buttonItem63.Name = "buttonItem63";
     this.buttonItem63.Stretch = true;
     this.buttonItem63.Text = "Open";
     //
     // AppCommandOpen
     //
     this.AppCommandOpen.Name = "AppCommandOpen";
     this.AppCommandOpen.Executed += new System.EventHandler(this.AppCommandOpen_Executed);
     //
     // buttonItem64
     //
     this.buttonItem64.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem64.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem64.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem64.Image")));
     this.buttonItem64.ImagePaddingHorizontal = 18;
     this.buttonItem64.ImagePaddingVertical = 10;
     this.buttonItem64.KeyTips = "C";
     this.buttonItem64.Name = "buttonItem64";
     this.buttonItem64.Stretch = true;
     this.buttonItem64.Text = "Close";
     //
     // buttonItem65
     //
     this.buttonItem65.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem65.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem65.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem65.Image")));
     this.buttonItem65.ImagePaddingHorizontal = 18;
     this.buttonItem65.ImagePaddingVertical = 10;
     this.buttonItem65.KeyTips = "T";
     this.buttonItem65.Name = "buttonItem65";
     this.buttonItem65.Stretch = true;
     this.buttonItem65.Text = "Options";
     //
     // buttonItem66
     //
     this.buttonItem66.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem66.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
     this.buttonItem66.Command = this.AppCommandExit;
     this.buttonItem66.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem66.Image")));
     this.buttonItem66.ImagePaddingHorizontal = 18;
     this.buttonItem66.ImagePaddingVertical = 10;
     this.buttonItem66.KeyTips = "X";
     this.buttonItem66.Name = "buttonItem66";
     this.buttonItem66.Stretch = true;
     this.buttonItem66.Text = "Exit";
     //
     // AppCommandExit
     //
     this.AppCommandExit.Name = "AppCommandExit";
     this.AppCommandExit.Executed += new System.EventHandler(this.AppCommandExit_Executed);
     //
     // menuFileContainer
     //
     //
     //
     //
     this.menuFileContainer.BackgroundStyle.Class = "RibbonFileMenuContainer";
     this.menuFileContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileContainer.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.menuFileContainer.Name = "menuFileContainer";
     this.menuFileContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.menuFileTwoColumnContainer,
     this.menuFileBottomContainer});
     //
     //
     //
     this.menuFileContainer.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // menuFileTwoColumnContainer
     //
     //
     //
     //
     this.menuFileTwoColumnContainer.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
     this.menuFileTwoColumnContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingBottom = 2;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingLeft = 2;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingRight = 2;
     this.menuFileTwoColumnContainer.BackgroundStyle.PaddingTop = 2;
     this.menuFileTwoColumnContainer.ItemSpacing = 0;
     this.menuFileTwoColumnContainer.Name = "menuFileTwoColumnContainer";
     this.menuFileTwoColumnContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.menuFileItems,
     this.menuFileMRU});
     //
     //
     //
     this.menuFileTwoColumnContainer.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // menuFileItems
     //
     //
     //
     //
     this.menuFileItems.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
     this.menuFileItems.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileItems.ItemSpacing = 5;
     this.menuFileItems.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.menuFileItems.MinimumSize = new System.Drawing.Size(120, 0);
     this.menuFileItems.Name = "menuFileItems";
     this.menuFileItems.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem20,
     this.buttonItem21,
     this.buttonFileSaveAs,
     this.buttonItem23,
     this.buttonItem24,
     this.buttonItem25});
     //
     //
     //
     this.menuFileItems.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem20
     //
     this.buttonItem20.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem20.Command = this.AppCommandNew;
     this.buttonItem20.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem20.Image")));
     this.buttonItem20.ImageSmall = ((System.Drawing.Image)(resources.GetObject("buttonItem20.ImageSmall")));
     this.buttonItem20.Name = "buttonItem20";
     this.buttonItem20.SubItemsExpandWidth = 24;
     this.buttonItem20.Text = "&New";
     //
     // buttonItem21
     //
     this.buttonItem21.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem21.Command = this.AppCommandOpen;
     this.buttonItem21.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem21.Image")));
     this.buttonItem21.Name = "buttonItem21";
     this.buttonItem21.SubItemsExpandWidth = 24;
     this.buttonItem21.Text = "&Open...";
     //
     // buttonFileSaveAs
     //
     this.buttonFileSaveAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonFileSaveAs.Command = this.AppCommandSaveAs;
     this.buttonFileSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileSaveAs.Image")));
     this.buttonFileSaveAs.ImageSmall = ((System.Drawing.Image)(resources.GetObject("buttonFileSaveAs.ImageSmall")));
     this.buttonFileSaveAs.Name = "buttonFileSaveAs";
     this.buttonFileSaveAs.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer12});
     this.buttonFileSaveAs.SubItemsExpandWidth = 24;
     this.buttonFileSaveAs.Text = "&Save As...";
     this.buttonFileSaveAs.ExpandChange += new System.EventHandler(this.buttonFileSaveAs_ExpandChange);
     //
     // AppCommandSaveAs
     //
     this.AppCommandSaveAs.Name = "AppCommandSaveAs";
     this.AppCommandSaveAs.Executed += new System.EventHandler(this.AppCommandSaveAs_Executed);
     //
     // itemContainer12
     //
     //
     //
     //
     this.itemContainer12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer12.ItemSpacing = 4;
     this.itemContainer12.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer12.MinimumSize = new System.Drawing.Size(210, 256);
     this.itemContainer12.Name = "itemContainer12";
     this.itemContainer12.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem1,
     this.buttonItem56,
     this.buttonItem57,
     this.buttonItem58,
     this.buttonItem59});
     //
     //
     //
     this.itemContainer12.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelItem1
     //
     this.labelItem1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.labelItem1.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.labelItem1.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
     this.labelItem1.Name = "labelItem1";
     this.labelItem1.PaddingBottom = 5;
     this.labelItem1.PaddingLeft = 5;
     this.labelItem1.PaddingRight = 5;
     this.labelItem1.PaddingTop = 5;
     this.labelItem1.Text = "<b>Save a copy of the document</b>";
     //
     // buttonItem56
     //
     this.buttonItem56.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem56.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem56.Image")));
     this.buttonItem56.Name = "buttonItem56";
     this.buttonItem56.Text = "<b>&Rich Text Document</b>\r\n<div padding=\"0,0,4,0\" width=\"170\">Save the document " +
         "in the default file format.</div>";
     //
     // buttonItem57
     //
     this.buttonItem57.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem57.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem57.Image")));
     this.buttonItem57.Name = "buttonItem57";
     this.buttonItem57.Text = "<b>Document &Template</b>\r\n<div padding=\"0,0,4,0\" width=\"170\">Save as a template " +
         "that can be used to format future documents.</div>";
     //
     // buttonItem58
     //
     this.buttonItem58.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem58.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem58.Image")));
     this.buttonItem58.Name = "buttonItem58";
     this.buttonItem58.Text = "<b>&Find add-ins for other formats</b>\r\n<div padding=\"0,0,4,0\" width=\"180\">Learn " +
         "about add-ins to save to other formats such as PDF or XPS.</div>";
     //
     // buttonItem59
     //
     this.buttonItem59.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem59.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem59.Image")));
     this.buttonItem59.Name = "buttonItem59";
     this.buttonItem59.Text = "<b>&Other Formats</b>\r\n<div padding=\"0,0,4,0\" width=\"170\">Open the Save As dialog" +
         " box to select from all possible file types.</div>";
     //
     // buttonItem23
     //
     this.buttonItem23.BeginGroup = true;
     this.buttonItem23.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem23.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem23.Image")));
     this.buttonItem23.Name = "buttonItem23";
     this.buttonItem23.SubItemsExpandWidth = 24;
     this.buttonItem23.Text = "S&hare...";
     //
     // buttonItem24
     //
     this.buttonItem24.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem24.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem24.Image")));
     this.buttonItem24.Name = "buttonItem24";
     this.buttonItem24.SubItemsExpandWidth = 24;
     this.buttonItem24.Text = "&Print...";
     //
     // buttonItem25
     //
     this.buttonItem25.BeginGroup = true;
     this.buttonItem25.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem25.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem25.Image")));
     this.buttonItem25.Name = "buttonItem25";
     this.buttonItem25.SubItemsExpandWidth = 24;
     this.buttonItem25.Text = "&Close";
     //
     // menuFileMRU
     //
     //
     //
     //
     this.menuFileMRU.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer";
     this.menuFileMRU.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileMRU.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.menuFileMRU.MinimumSize = new System.Drawing.Size(225, 0);
     this.menuFileMRU.Name = "menuFileMRU";
     this.menuFileMRU.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem8,
     this.buttonItem26,
     this.buttonItem27,
     this.buttonItem28,
     this.buttonItem29});
     //
     //
     //
     this.menuFileMRU.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelItem8
     //
     this.labelItem8.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.labelItem8.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
     this.labelItem8.Name = "labelItem8";
     this.labelItem8.PaddingBottom = 2;
     this.labelItem8.PaddingTop = 2;
     this.labelItem8.Stretch = true;
     this.labelItem8.Text = "Recent Documents";
     //
     // buttonItem26
     //
     this.buttonItem26.Name = "buttonItem26";
     this.buttonItem26.Text = "&1. Short News 5-7.rtf";
     //
     // buttonItem27
     //
     this.buttonItem27.Name = "buttonItem27";
     this.buttonItem27.Text = "&2. Prospect Email.rtf";
     //
     // buttonItem28
     //
     this.buttonItem28.Name = "buttonItem28";
     this.buttonItem28.Text = "&3. Customer Email.rtf";
     //
     // buttonItem29
     //
     this.buttonItem29.Name = "buttonItem29";
     this.buttonItem29.Text = "&4. example.rtf";
     //
     // menuFileBottomContainer
     //
     //
     //
     //
     this.menuFileBottomContainer.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
     this.menuFileBottomContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.menuFileBottomContainer.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
     this.menuFileBottomContainer.Name = "menuFileBottomContainer";
     this.menuFileBottomContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonOptions,
     this.buttonExit});
     //
     //
     //
     this.menuFileBottomContainer.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonOptions
     //
     this.buttonOptions.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonOptions.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonOptions.Image = ((System.Drawing.Image)(resources.GetObject("buttonOptions.Image")));
     this.buttonOptions.Name = "buttonOptions";
     this.buttonOptions.SubItemsExpandWidth = 24;
     this.buttonOptions.Text = "RibbonPad Opt&ions";
     //
     // buttonExit
     //
     this.buttonExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonExit.Command = this.AppCommandExit;
     this.buttonExit.Image = ((System.Drawing.Image)(resources.GetObject("buttonExit.Image")));
     this.buttonExit.Name = "buttonExit";
     this.buttonExit.SubItemsExpandWidth = 24;
     this.buttonExit.Text = "E&xit RibbonPad";
     //
     // buttonNew
     //
     this.buttonNew.Command = this.AppCommandNew;
     this.buttonNew.Image = ((System.Drawing.Image)(resources.GetObject("buttonNew.Image")));
     this.buttonNew.Name = "buttonNew";
     this.buttonNew.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
     this.buttonNew.Text = "New Document";
     //
     // buttonSave
     //
     this.buttonSave.Command = this.AppCommandSave;
     this.buttonSave.Enabled = false;
     this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.Text = "buttonItem2";
     //
     // buttonUndo
     //
     this.buttonUndo.Enabled = false;
     this.buttonUndo.Image = ((System.Drawing.Image)(resources.GetObject("buttonUndo.Image")));
     this.buttonUndo.Name = "buttonUndo";
     this.buttonUndo.Text = "Undo";
     //
     // qatCustomizeItem1
     //
     this.qatCustomizeItem1.Name = "qatCustomizeItem1";
     //
     // ribbonTabItemGroup1
     //
     this.ribbonTabItemGroup1.Color = DevComponents.DotNetBar.eRibbonTabGroupColor.Orange;
     this.ribbonTabItemGroup1.GroupTitle = "Tab Group";
     this.ribbonTabItemGroup1.Name = "ribbonTabItemGroup1";
     //
     //
     //
     this.ribbonTabItemGroup1.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(158)))), ((int)(((byte)(159)))));
     this.ribbonTabItemGroup1.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(226)))));
     this.ribbonTabItemGroup1.Style.BackColorGradientAngle = 90;
     this.ribbonTabItemGroup1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderBottomWidth = 1;
     this.ribbonTabItemGroup1.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(58)))), ((int)(((byte)(59)))));
     this.ribbonTabItemGroup1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderLeftWidth = 1;
     this.ribbonTabItemGroup1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderRightWidth = 1;
     this.ribbonTabItemGroup1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderTopWidth = 1;
     this.ribbonTabItemGroup1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonTabItemGroup1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.ribbonTabItemGroup1.Style.TextColor = System.Drawing.Color.Black;
     this.ribbonTabItemGroup1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     // buttonStyleMetro
     //
     this.buttonStyleMetro.Checked = true;
     this.buttonStyleMetro.Command = this.AppCommandTheme;
     this.buttonStyleMetro.CommandParameter = "Metro";
     this.buttonStyleMetro.Name = "buttonStyleMetro";
     this.buttonStyleMetro.OptionGroup = "style";
     this.buttonStyleMetro.Text = "Metro/Office 2013";
     //
     // AppCommandTheme
     //
     this.AppCommandTheme.Name = "AppCommandTheme";
     this.AppCommandTheme.Executed += new System.EventHandler(this.AppCommandTheme_Executed);
     //
     // buttonItem47
     //
     this.buttonItem47.BeginGroup = true;
     this.buttonItem47.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem47.Image")));
     this.buttonItem47.Name = "buttonItem47";
     this.buttonItem47.Text = "Search for Templates Online...";
     //
     // buttonItem48
     //
     this.buttonItem48.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem48.Image")));
     this.buttonItem48.Name = "buttonItem48";
     this.buttonItem48.Text = "Browse for Templates...";
     //
     // buttonItem49
     //
     this.buttonItem49.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem49.Image")));
     this.buttonItem49.Name = "buttonItem49";
     this.buttonItem49.Text = "Save Current Template...";
     //
     // comboItem1
     //
     this.comboItem1.Text = "6";
     //
     // comboItem2
     //
     this.comboItem2.Text = "7";
     //
     // comboItem3
     //
     this.comboItem3.Text = "8";
     //
     // comboItem4
     //
     this.comboItem4.Text = "9";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10";
     //
     // comboItem6
     //
     this.comboItem6.Text = "11";
     //
     // comboItem7
     //
     this.comboItem7.Text = "12";
     //
     // comboItem8
     //
     this.comboItem8.Text = "13";
     //
     // comboItem9
     //
     this.comboItem9.Text = "14";
     //
     // superTooltip1
     //
     this.superTooltip1.DefaultFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTooltip1.MinimumTooltipSize = new System.Drawing.Size(150, 50);
     //
     // progressBarTimer
     //
     this.progressBarTimer.Enabled = true;
     this.progressBarTimer.Interval = 800;
     this.progressBarTimer.Tick += new System.EventHandler(this.progressBarTimer_Tick);
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "OpenExistingPlace.png");
     //
     // frmMain
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ClientSize = new System.Drawing.Size(776, 500);
     this.Controls.Add(this.superTabControl1);
     this.Controls.Add(this.contextMenuBar);
     this.Controls.Add(this.tabStrip1);
     this.Controls.Add(this.mainRibbonControl);
     this.Controls.Add(this.bar1);
     this.Controls.Add(this.mdiClient1);
     this.EnableGlass = false;
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "frmMain";
     this.Text = "����˹̹ƽ̨";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.MdiChildActivate += new System.EventHandler(this.MdiChildActivated);
     this.Move += new System.EventHandler(this.frmMain_Move);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.contextMenuBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     this.superTabControl1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.superTabControlPanel4.ResumeLayout(false);
     this.superTabControlPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txtMST = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtdienthoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txt_capdo = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_codekh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.btnNhomKH = new DevComponents.DotNetBar.ButtonX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.cmdTinhThanh = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.txt_diachi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tenkh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.cmb_tinhthanh = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtHanNo = new DevComponents.Editors.IntegerInput();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).BeginInit();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(5, 301);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(877, 255);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 75;
     this.groupPanel1.Text = "DANH SÁCH KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader9,
     this.columnHeader5,
     this.columnHeader10,
     this.columnHeader3,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader1,
     this.columnHeader4});
     this.lvhanghoa.Font = new System.Drawing.Font("Arial", 11F);
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(864, 226);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 54;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Code KH";
     this.columnHeader2.Width = 80;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Tên KH";
     this.columnHeader9.Width = 235;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "MST";
     this.columnHeader5.Width = 83;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Nhóm";
     this.columnHeader10.Width = 77;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Tỉnh thành";
     this.columnHeader3.Width = 100;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Địa chỉ";
     this.columnHeader11.Width = 74;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Điện thoại";
     this.columnHeader12.Width = 87;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Hạn nợ";
     this.columnHeader13.Width = 80;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "makh";
     this.columnHeader14.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MAnhom";
     this.columnHeader1.Width = 0;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "matinh";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtHanNo);
     this.groupPanel2.Controls.Add(this.labelX8);
     this.groupPanel2.Controls.Add(this.labelX7);
     this.groupPanel2.Controls.Add(this.labelX6);
     this.groupPanel2.Controls.Add(this.txtMST);
     this.groupPanel2.Controls.Add(this.txtdienthoai);
     this.groupPanel2.Controls.Add(this.buttonX6);
     this.groupPanel2.Controls.Add(this.buttonX4);
     this.groupPanel2.Controls.Add(this.buttonX5);
     this.groupPanel2.Controls.Add(this.labelX5);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.txt_capdo);
     this.groupPanel2.Controls.Add(this.txt_codekh);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Controls.Add(this.btnNhomKH);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmb_nhom);
     this.groupPanel2.Controls.Add(this.cmdTinhThanh);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.labelX27);
     this.groupPanel2.Controls.Add(this.txt_diachi);
     this.groupPanel2.Controls.Add(this.txt_tenkh);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Controls.Add(this.cmb_tinhthanh);
     this.groupPanel2.Location = new System.Drawing.Point(5, 41);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(880, 252);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN KHÁCH HÀNG";
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(20, 151);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(71, 25);
     this.labelX6.TabIndex = 83;
     this.labelX6.Text = "Mã Thuế:";
     //
     // txtMST
     //
     //
     //
     //
     this.txtMST.Border.Class = "TextBoxBorder";
     this.txtMST.FocusHighlightEnabled = true;
     this.txtMST.Location = new System.Drawing.Point(106, 151);
     this.txtMST.Multiline = true;
     this.txtMST.Name = "txtMST";
     this.txtMST.Size = new System.Drawing.Size(193, 24);
     this.txtMST.TabIndex = 4;
     //
     // txtdienthoai
     //
     //
     //
     //
     this.txtdienthoai.Border.Class = "TextBoxBorder";
     this.txtdienthoai.FocusHighlightEnabled = true;
     this.txtdienthoai.Location = new System.Drawing.Point(438, 12);
     this.txtdienthoai.Name = "txtdienthoai";
     this.txtdienthoai.Size = new System.Drawing.Size(374, 24);
     this.txtdienthoai.TabIndex = 5;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(408, 199);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 9;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(490, 199);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 10;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(325, 199);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 8;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(21, 117);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(83, 25);
     this.labelX5.TabIndex = 79;
     this.labelX5.Text = "Tỉnh:";
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(363, 119);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(71, 25);
     this.labelX4.TabIndex = 78;
     this.labelX4.Text = "Cấp độ:";
     //
     // txt_capdo
     //
     //
     //
     //
     this.txt_capdo.Border.Class = "TextBoxBorder";
     this.txt_capdo.FocusHighlightEnabled = true;
     this.txt_capdo.Location = new System.Drawing.Point(438, 121);
     this.txt_capdo.Multiline = true;
     this.txt_capdo.Name = "txt_capdo";
     this.txt_capdo.Size = new System.Drawing.Size(374, 24);
     this.txt_capdo.TabIndex = 7;
     //
     // txt_codekh
     //
     //
     //
     //
     this.txt_codekh.Border.Class = "TextBoxBorder";
     this.txt_codekh.FocusHighlightEnabled = true;
     this.txt_codekh.Location = new System.Drawing.Point(106, 14);
     this.txt_codekh.Name = "txt_codekh";
     this.txt_codekh.Size = new System.Drawing.Size(193, 24);
     this.txt_codekh.TabIndex = 0;
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(21, 10);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 25);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Code KH";
     //
     // btnNhomKH
     //
     this.btnNhomKH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnNhomKH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnNhomKH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNhomKH.Location = new System.Drawing.Point(302, 83);
     this.btnNhomKH.Name = "btnNhomKH";
     this.btnNhomKH.Size = new System.Drawing.Size(25, 22);
     this.btnNhomKH.TabIndex = 74;
     this.btnNhomKH.Text = "+";
     this.btnNhomKH.Click += new System.EventHandler(this.btnNhomKH_Click);
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmdInDS);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 197);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(874, 30);
     this.panel5.TabIndex = 70;
     //
     // cmdInDS
     //
     this.cmdInDS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdInDS.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdInDS.Location = new System.Drawing.Point(571, 2);
     this.cmdInDS.Margin = new System.Windows.Forms.Padding(0);
     this.cmdInDS.Name = "cmdInDS";
     this.cmdInDS.Size = new System.Drawing.Size(70, 27);
     this.cmdInDS.TabIndex = 54;
     this.cmdInDS.Text = "In DS";
     this.cmdInDS.Click += new System.EventHandler(this.cmdInDS_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(21, 83);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(83, 25);
     this.labelX2.TabIndex = 72;
     this.labelX2.Text = "Nhóm:";
     //
     // cmb_nhom
     //
     this.cmb_nhom.DisplayMember = "Text";
     this.cmb_nhom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_nhom.FocusHighlightEnabled = true;
     this.cmb_nhom.FormattingEnabled = true;
     this.cmb_nhom.ItemHeight = 18;
     this.cmb_nhom.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_nhom.Location = new System.Drawing.Point(106, 83);
     this.cmb_nhom.Name = "cmb_nhom";
     this.cmb_nhom.Size = new System.Drawing.Size(193, 24);
     this.cmb_nhom.TabIndex = 2;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // cmdTinhThanh
     //
     this.cmdTinhThanh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdTinhThanh.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdTinhThanh.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTinhThanh.Location = new System.Drawing.Point(302, 120);
     this.cmdTinhThanh.Name = "cmdTinhThanh";
     this.cmdTinhThanh.Size = new System.Drawing.Size(25, 22);
     this.cmdTinhThanh.TabIndex = 71;
     this.cmdTinhThanh.Text = "+";
     this.cmdTinhThanh.Click += new System.EventHandler(this.cmdTinhThanh_Click);
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(363, 60);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(53, 25);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Địa chỉ:";
     //
     // labelX27
     //
     this.labelX27.Location = new System.Drawing.Point(363, 12);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(71, 25);
     this.labelX27.TabIndex = 67;
     this.labelX27.Text = "Điện thoại:";
     //
     // txt_diachi
     //
     //
     //
     //
     this.txt_diachi.Border.Class = "TextBoxBorder";
     this.txt_diachi.FocusHighlightEnabled = true;
     this.txt_diachi.Location = new System.Drawing.Point(438, 48);
     this.txt_diachi.Multiline = true;
     this.txt_diachi.Name = "txt_diachi";
     this.txt_diachi.Size = new System.Drawing.Size(374, 57);
     this.txt_diachi.TabIndex = 6;
     //
     // txt_tenkh
     //
     //
     //
     //
     this.txt_tenkh.Border.Class = "TextBoxBorder";
     this.txt_tenkh.FocusHighlightEnabled = true;
     this.txt_tenkh.Location = new System.Drawing.Point(106, 48);
     this.txt_tenkh.Name = "txt_tenkh";
     this.txt_tenkh.Size = new System.Drawing.Size(193, 24);
     this.txt_tenkh.TabIndex = 1;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(21, 45);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(70, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên KH:";
     //
     // cmb_tinhthanh
     //
     this.cmb_tinhthanh.DisplayMember = "Text";
     this.cmb_tinhthanh.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_tinhthanh.FocusHighlightEnabled = true;
     this.cmb_tinhthanh.FormattingEnabled = true;
     this.cmb_tinhthanh.ItemHeight = 18;
     this.cmb_tinhthanh.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_tinhthanh.Location = new System.Drawing.Point(106, 120);
     this.cmb_tinhthanh.Name = "cmb_tinhthanh";
     this.cmb_tinhthanh.Size = new System.Drawing.Size(193, 24);
     this.cmb_tinhthanh.TabIndex = 3;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(364, 152);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(71, 25);
     this.labelX7.TabIndex = 84;
     this.labelX7.Text = "Hạn nợ:";
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(520, 154);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(40, 25);
     this.labelX8.TabIndex = 86;
     this.labelX8.Text = "ngày";
     //
     // txtHanNo
     //
     //
     //
     //
     this.txtHanNo.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtHanNo.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtHanNo.Location = new System.Drawing.Point(438, 154);
     this.txtHanNo.Name = "txtHanNo";
     this.txtHanNo.ShowUpDown = true;
     this.txtHanNo.Size = new System.Drawing.Size(80, 24);
     this.txtHanNo.TabIndex = 87;
     //
     // frmKhachHang
     //
     this.ClientSize = new System.Drawing.Size(897, 577);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmKhachHang";
     this.Text = "Quản lý khách hàng";
     this.Load += new System.EventHandler(this.frmKhachHang_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).EndInit();
     this.ResumeLayout(false);
 }
        private DevComponents.AdvTree.Node AddNode(DevComponents.AdvTree.Node parentNode, string tag, string name, string description, InputTypes inputType, object value, bool selected, SetOptionValue setOptionValue)
        {
            DevComponents.DotNetBar.SuperTooltipInfo tooltip = new DevComponents.DotNetBar.SuperTooltipInfo(name, null, description, null, null, DevComponents.DotNetBar.eTooltipColor.Gray);

            DevComponents.DotNetBar.Controls.CheckBoxX checkBoxSelect = new DevComponents.DotNetBar.Controls.CheckBoxX()
            {
                Checked = selected,
                Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled,
                BackColor = Color.Transparent,
                CheckBoxPosition = DevComponents.DotNetBar.eCheckBoxPosition.Right
            };
            DevComponents.AdvTree.Node newNode = new DevComponents.AdvTree.Node()
            {
                HostedControl = checkBoxSelect,
                Name = tag
            };
            DevComponents.AdvTree.Cell nameCell = new DevComponents.AdvTree.Cell()
            {
                Text = name
            };
            DevComponents.AdvTree.Cell valueCell = new DevComponents.AdvTree.Cell()
            {
                EditorType = DevComponents.AdvTree.eCellEditorType.Custom,
                Editable = true
            };
            switch (inputType)
            {
                case InputTypes.Double:
                    double? doubleValue = (double?)value;
                    DevComponents.Editors.DoubleInput doubleInput = new DevComponents.Editors.DoubleInput()
                    {
                        Value = doubleValue.HasValue ? doubleValue.Value : 0
                    };
                    valueCell.HostedControl = doubleInput;
                    doubleInput.ValueChanged += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, doubleInput, setOptionValue); };
                    break;
                case InputTypes.Integer:
                    int? intValue = (int?)value;
                    DevComponents.Editors.IntegerInput integerInput = new DevComponents.Editors.IntegerInput()
                    {
                        Value = intValue.HasValue ? intValue.Value : 0
                    };
                    valueCell.HostedControl = integerInput;
                    integerInput.ValueChanged += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, integerInput, setOptionValue); };
                    break;
                case InputTypes.String:
                    TextBox textBox = new TextBox()
                    {
                        Text = (string)value
                    };
                    valueCell.HostedControl = textBox;
                    textBox.TextChanged += delegate(object sender, EventArgs e) { ValueChanged(checkBoxSelect, textBox, setOptionValue); };
                    break;
                case InputTypes.Boolean:
                    bool? boolValue = (bool?)value;

                    DevComponents.DotNetBar.Controls.CheckBoxX checkBox = new DevComponents.DotNetBar.Controls.CheckBoxX()
                    {
                        Checked = boolValue.HasValue ? boolValue.Value : false,
                        Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled,
                        BackColor = Color.Transparent,
                    };
                    checkBox.CheckedChanged += delegate (object sender, EventArgs e) { ValueChanged(checkBoxSelect, checkBox, setOptionValue); };
                    valueCell.HostedControl = checkBox;
                    break;
                default:
                    throw new NotImplementedException("InputType not handled yet: " + inputType.ToString());
            }
            newNode.Cells.Add(nameCell);
            newNode.Cells.Add(valueCell);

            nameCell.Enabled = checkBoxSelect.Checked;
            valueCell.Enabled = checkBoxSelect.Checked;
            valueCell.HostedControl.Enabled = checkBoxSelect.Checked;

            superTooltip1.SetSuperTooltip(newNode, tooltip);
            superTooltip1.SetSuperTooltip(checkBoxSelect, tooltip);
            superTooltip1.SetSuperTooltip(valueCell.HostedControl, tooltip);

            checkBoxSelect.CheckedChanged += delegate
            {
                nameCell.Enabled = checkBoxSelect.Checked;
                valueCell.Enabled = checkBoxSelect.Checked;
                valueCell.HostedControl.Enabled = checkBoxSelect.Checked;

                if (checkBoxSelect.Checked)
                    valueCell.HostedControl.Focus();
            };
            if (parentNode == null)
                advTree1.Nodes.Add(newNode);
            else
                parentNode.Nodes.Add(newNode);

            return newNode;
        }