namespace Cyberpipe { partial class FrmGenAndFaMenTopu { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.cmbPipeLineType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cbbPointLayers = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.btn_OK = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); 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.labelX6 = new DevComponents.DotNetBar.LabelX(); this.checkBoxIgnoreZ = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkUnionFamen = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxFMIgnoreZ = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxMatchNearest = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxClearValves = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.groupBox2 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.tboxTopoName = new System.Windows.Forms.TextBox(); this.tboxTolerance = new System.Windows.Forms.TextBox(); this.groupBox1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.groupBox3 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.tbNearestDistLimit = new System.Windows.Forms.TextBox(); this.tboxFMTolerance = new System.Windows.Forms.TextBox(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // cmbPipeLineType // this.cmbPipeLineType.DisplayMember = "Text"; this.cmbPipeLineType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbPipeLineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPipeLineType.FormattingEnabled = true; this.cmbPipeLineType.ItemHeight = 15; this.cmbPipeLineType.Location = new System.Drawing.Point(161, 3); this.cmbPipeLineType.Name = "cmbPipeLineType"; this.cmbPipeLineType.Size = new System.Drawing.Size(171, 21); this.cmbPipeLineType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cmbPipeLineType.TabIndex = 94; this.cmbPipeLineType.SelectedIndexChanged += new System.EventHandler(this.cmbPipeLineType_SelectedIndexChanged); // // cbbPointLayers // this.cbbPointLayers.DisplayMember = "Text"; this.cbbPointLayers.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbbPointLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbPointLayers.FormattingEnabled = true; this.cbbPointLayers.ItemHeight = 15; this.cbbPointLayers.Location = new System.Drawing.Point(161, 4); this.cbbPointLayers.Name = "cbbPointLayers"; this.cbbPointLayers.Size = new System.Drawing.Size(171, 21); this.cbbPointLayers.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbbPointLayers.TabIndex = 95; // // btn_OK // this.btn_OK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_OK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_OK.Location = new System.Drawing.Point(214, 441); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(60, 23); this.btn_OK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_OK.TabIndex = 88; this.btn_OK.Text = "确定"; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(295, 441); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(60, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 89; this.buttonX1.Text = "取消"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // labelX1 // this.labelX1.AutoSize = true; this.labelX1.BackColor = System.Drawing.Color.Transparent; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(11, 3); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(68, 18); this.labelX1.TabIndex = 95; this.labelX1.Text = "管线类型:"; // // labelX2 // this.labelX2.AutoSize = true; 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(11, 34); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(93, 18); this.labelX2.TabIndex = 96; this.labelX2.Text = "误差容限(米):"; // // labelX3 // this.labelX3.AutoSize = true; 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(11, 97); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(93, 18); this.labelX3.TabIndex = 97; this.labelX3.Text = "拓扑数据名称:"; // // labelX4 // this.labelX4.AutoSize = true; 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(3, 5); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(93, 18); this.labelX4.TabIndex = 97; this.labelX4.Text = "误差容限(米):"; // // labelX5 // this.labelX5.AutoSize = true; 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(5, 90); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(118, 18); this.labelX5.TabIndex = 98; this.labelX5.Text = "最近点距离不能超过"; // // labelX6 // this.labelX6.AutoSize = true; this.labelX6.BackColor = System.Drawing.Color.Transparent; // // // this.labelX6.BackgroundStyle.Class = ""; this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Location = new System.Drawing.Point(285, 90); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(19, 18); this.labelX6.TabIndex = 99; this.labelX6.Text = "米"; // // checkBoxIgnoreZ // this.checkBoxIgnoreZ.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxIgnoreZ.BackgroundStyle.Class = ""; this.checkBoxIgnoreZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxIgnoreZ.Location = new System.Drawing.Point(221, 68); this.checkBoxIgnoreZ.Name = "checkBoxIgnoreZ"; this.checkBoxIgnoreZ.Size = new System.Drawing.Size(100, 23); this.checkBoxIgnoreZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxIgnoreZ.TabIndex = 98; this.checkBoxIgnoreZ.Text = "不考虑Z值"; // // checkUnionFamen // this.checkUnionFamen.BackColor = System.Drawing.Color.Transparent; // // // this.checkUnionFamen.BackgroundStyle.Class = ""; this.checkUnionFamen.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkUnionFamen.Location = new System.Drawing.Point(221, 136); this.checkUnionFamen.Name = "checkUnionFamen"; this.checkUnionFamen.Size = new System.Drawing.Size(100, 23); this.checkUnionFamen.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkUnionFamen.TabIndex = 99; this.checkUnionFamen.Text = "关联阀门信息"; this.checkUnionFamen.CheckedChanged += new System.EventHandler(this.checkUnionFamen_CheckedChanged); // // checkBoxFMIgnoreZ // this.checkBoxFMIgnoreZ.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxFMIgnoreZ.BackgroundStyle.Class = ""; this.checkBoxFMIgnoreZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxFMIgnoreZ.Location = new System.Drawing.Point(209, 38); this.checkBoxFMIgnoreZ.Name = "checkBoxFMIgnoreZ"; this.checkBoxFMIgnoreZ.Size = new System.Drawing.Size(100, 23); this.checkBoxFMIgnoreZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxFMIgnoreZ.TabIndex = 100; this.checkBoxFMIgnoreZ.Text = "不考虑Z值"; // // checkBoxMatchNearest // this.checkBoxMatchNearest.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxMatchNearest.BackgroundStyle.Class = ""; this.checkBoxMatchNearest.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxMatchNearest.Location = new System.Drawing.Point(3, 62); this.checkBoxMatchNearest.Name = "checkBoxMatchNearest"; this.checkBoxMatchNearest.Size = new System.Drawing.Size(232, 23); this.checkBoxMatchNearest.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxMatchNearest.TabIndex = 101; this.checkBoxMatchNearest.Text = "如果没有找到则用最近点匹配"; this.checkBoxMatchNearest.CheckedChanged += new System.EventHandler(this.checkBoxMatchNearest_CheckedChanged); // // checkBoxClearValves // this.checkBoxClearValves.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxClearValves.BackgroundStyle.Class = ""; this.checkBoxClearValves.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxClearValves.Location = new System.Drawing.Point(13, 191); this.checkBoxClearValves.Name = "checkBoxClearValves"; this.checkBoxClearValves.Size = new System.Drawing.Size(232, 23); this.checkBoxClearValves.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxClearValves.TabIndex = 102; this.checkBoxClearValves.Text = "匹配之前清理掉以前的阀门信息"; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.CanvasColor = System.Drawing.SystemColors.Control; this.groupBox2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupBox2.Controls.Add(this.tboxTopoName); this.groupBox2.Controls.Add(this.tboxTolerance); this.groupBox2.Controls.Add(this.labelX1); this.groupBox2.Controls.Add(this.cmbPipeLineType); this.groupBox2.Controls.Add(this.checkUnionFamen); this.groupBox2.Controls.Add(this.labelX2); this.groupBox2.Controls.Add(this.checkBoxIgnoreZ); this.groupBox2.Controls.Add(this.labelX3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(367, 186); // // // this.groupBox2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupBox2.Style.BackColorGradientAngle = 90; this.groupBox2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupBox2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox2.Style.BorderBottomWidth = 1; this.groupBox2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupBox2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox2.Style.BorderLeftWidth = 1; this.groupBox2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox2.Style.BorderRightWidth = 1; this.groupBox2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox2.Style.BorderTopWidth = 1; this.groupBox2.Style.Class = ""; this.groupBox2.Style.CornerDiameter = 4; this.groupBox2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupBox2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupBox2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupBox2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupBox2.StyleMouseDown.Class = ""; this.groupBox2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupBox2.StyleMouseOver.Class = ""; this.groupBox2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupBox2.TabIndex = 90; this.groupBox2.Text = "管线信息"; // // tboxTopoName // this.tboxTopoName.Location = new System.Drawing.Point(161, 96); this.tboxTopoName.Name = "tboxTopoName"; this.tboxTopoName.Size = new System.Drawing.Size(171, 21); this.tboxTopoName.TabIndex = 106; // // tboxTolerance // this.tboxTolerance.Location = new System.Drawing.Point(161, 31); this.tboxTolerance.Name = "tboxTolerance"; this.tboxTolerance.Size = new System.Drawing.Size(171, 21); this.tboxTolerance.TabIndex = 105; // // groupBox1 // this.groupBox1.CanvasColor = System.Drawing.SystemColors.Control; this.groupBox1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupBox1.Controls.Add(this.labelX7); this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.checkBoxClearValves); this.groupBox1.Controls.Add(this.cbbPointLayers); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 186); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(367, 244); // // // this.groupBox1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupBox1.Style.BackColorGradientAngle = 90; this.groupBox1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupBox1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox1.Style.BorderBottomWidth = 1; this.groupBox1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupBox1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox1.Style.BorderLeftWidth = 1; this.groupBox1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox1.Style.BorderRightWidth = 1; this.groupBox1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox1.Style.BorderTopWidth = 1; this.groupBox1.Style.Class = ""; this.groupBox1.Style.CornerDiameter = 4; this.groupBox1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupBox1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupBox1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupBox1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupBox1.StyleMouseDown.Class = ""; this.groupBox1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupBox1.StyleMouseOver.Class = ""; this.groupBox1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupBox1.TabIndex = 91; this.groupBox1.Text = "阀门信息"; // // labelX7 // this.labelX7.AutoSize = true; 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(17, 4); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(68, 18); this.labelX7.TabIndex = 103; this.labelX7.Text = "阀门图层:"; // // groupBox3 // this.groupBox3.BackColor = System.Drawing.Color.Transparent; this.groupBox3.CanvasColor = System.Drawing.SystemColors.Control; this.groupBox3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupBox3.Controls.Add(this.tbNearestDistLimit); this.groupBox3.Controls.Add(this.tboxFMTolerance); this.groupBox3.Controls.Add(this.labelX4); this.groupBox3.Controls.Add(this.labelX5); this.groupBox3.Controls.Add(this.checkBoxMatchNearest); this.groupBox3.Controls.Add(this.labelX6); this.groupBox3.Controls.Add(this.checkBoxFMIgnoreZ); this.groupBox3.Location = new System.Drawing.Point(9, 35); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(343, 148); // // // this.groupBox3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupBox3.Style.BackColorGradientAngle = 90; this.groupBox3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupBox3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox3.Style.BorderBottomWidth = 1; this.groupBox3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupBox3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox3.Style.BorderLeftWidth = 1; this.groupBox3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox3.Style.BorderRightWidth = 1; this.groupBox3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupBox3.Style.BorderTopWidth = 1; this.groupBox3.Style.Class = ""; this.groupBox3.Style.CornerDiameter = 4; this.groupBox3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupBox3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupBox3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupBox3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupBox3.StyleMouseDown.Class = ""; this.groupBox3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupBox3.StyleMouseOver.Class = ""; this.groupBox3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupBox3.TabIndex = 92; this.groupBox3.Text = "参数信息"; // // tbNearestDistLimit // this.tbNearestDistLimit.Location = new System.Drawing.Point(170, 87); this.tbNearestDistLimit.Name = "tbNearestDistLimit"; this.tbNearestDistLimit.Size = new System.Drawing.Size(100, 21); this.tbNearestDistLimit.TabIndex = 107; // // tboxFMTolerance // this.tboxFMTolerance.Location = new System.Drawing.Point(152, 3); this.tboxFMTolerance.Name = "tboxFMTolerance"; this.tboxFMTolerance.Size = new System.Drawing.Size(157, 21); this.tboxFMTolerance.TabIndex = 106; // // FrmGenAndFaMenTopu // this.ClientSize = new System.Drawing.Size(367, 472); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.btn_OK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmGenAndFaMenTopu"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "创建拓扑"; this.Load += new System.EventHandler(this.FrmGenAndFaMenTopu_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX btn_OK; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.Controls.ComboBoxEx cmbPipeLineType; private DevComponents.DotNetBar.Controls.ComboBoxEx cbbPointLayers; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX labelX6; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.Controls.CheckBoxX checkUnionFamen; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxMatchNearest; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxIgnoreZ; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxClearValves; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxFMIgnoreZ; private DevComponents.DotNetBar.Controls.GroupPanel groupBox2; private DevComponents.DotNetBar.Controls.GroupPanel groupBox1; private DevComponents.DotNetBar.Controls.GroupPanel groupBox3; private DevComponents.DotNetBar.LabelX labelX7; private System.Windows.Forms.TextBox tboxTopoName; private System.Windows.Forms.TextBox tboxTolerance; private System.Windows.Forms.TextBox tbNearestDistLimit; private System.Windows.Forms.TextBox tboxFMTolerance; } }