using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe.Forms { partial class FrmGenAndFaMenTopu { /// <summary> /// Required designer variable. /// </summary> private 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkUnionFamen = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.tboxTopoName = new System.Windows.Forms.TextBox(); this.checkBoxIgnoreZ = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.tboxTolerance = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBoxClearValves = new System.Windows.Forms.CheckBox(); this.cbbPointLayers = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.checkBoxFMIgnoreZ = new System.Windows.Forms.CheckBox(); this.tbNearestDistLimit = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.checkBoxMatchNearest = new System.Windows.Forms.CheckBox(); this.tboxFMTolerance = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.btn_OK = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.checkUnionFamen); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.tboxTopoName); this.groupBox2.Controls.Add(this.checkBoxIgnoreZ); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.tboxTolerance); this.groupBox2.Location = new System.Drawing.Point(12, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(295, 122); this.groupBox2.TabIndex = 84; this.groupBox2.TabStop = false; this.groupBox2.Text = "管线参数设置:"; // // checkUnionFamen // this.checkUnionFamen.AutoSize = true; this.checkUnionFamen.Location = new System.Drawing.Point(184, 98); this.checkUnionFamen.Name = "checkUnionFamen"; this.checkUnionFamen.Size = new System.Drawing.Size(96, 16); this.checkUnionFamen.TabIndex = 92; this.checkUnionFamen.Text = "关联阀门信息"; this.checkUnionFamen.UseVisualStyleBackColor = true; this.checkUnionFamen.CheckedChanged += new System.EventHandler(this.checkUnionFamen_CheckedChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 75); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 12); this.label3.TabIndex = 85; this.label3.Text = "拓扑数据名称:"; // // tboxTopoName // this.tboxTopoName.Enabled = false; this.tboxTopoName.Location = new System.Drawing.Point(101, 71); this.tboxTopoName.Name = "tboxTopoName"; this.tboxTopoName.Size = new System.Drawing.Size(174, 21); this.tboxTopoName.TabIndex = 84; // // checkBoxIgnoreZ // this.checkBoxIgnoreZ.Anchor = System.Windows.Forms.AnchorStyles.Top; this.checkBoxIgnoreZ.AutoSize = true; this.checkBoxIgnoreZ.Location = new System.Drawing.Point(185, 47); this.checkBoxIgnoreZ.Name = "checkBoxIgnoreZ"; this.checkBoxIgnoreZ.Size = new System.Drawing.Size(78, 16); this.checkBoxIgnoreZ.TabIndex = 3; this.checkBoxIgnoreZ.Text = "不考虑Z值"; this.checkBoxIgnoreZ.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.checkBoxIgnoreZ.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 1; this.label1.Text = "误差容限(米):"; // // tboxTolerance // this.tboxTolerance.Location = new System.Drawing.Point(101, 20); this.tboxTolerance.Name = "tboxTolerance"; this.tboxTolerance.Size = new System.Drawing.Size(177, 21); this.tboxTolerance.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.checkBoxClearValves); this.groupBox1.Controls.Add(this.cbbPointLayers); this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Location = new System.Drawing.Point(12, 140); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(295, 213); this.groupBox1.TabIndex = 85; this.groupBox1.TabStop = false; this.groupBox1.Text = "阀门信息:"; // // checkBoxClearValves // this.checkBoxClearValves.Anchor = System.Windows.Forms.AnchorStyles.Top; this.checkBoxClearValves.AutoSize = true; this.checkBoxClearValves.Location = new System.Drawing.Point(11, 186); this.checkBoxClearValves.Name = "checkBoxClearValves"; this.checkBoxClearValves.Size = new System.Drawing.Size(192, 16); this.checkBoxClearValves.TabIndex = 91; this.checkBoxClearValves.Text = "匹配之前清理掉以前的阀门信息"; this.checkBoxClearValves.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.checkBoxClearValves.UseVisualStyleBackColor = true; // // cbbPointLayers // this.cbbPointLayers.FormattingEnabled = true; this.cbbPointLayers.Location = new System.Drawing.Point(101, 22); this.cbbPointLayers.Name = "cbbPointLayers"; this.cbbPointLayers.Size = new System.Drawing.Size(174, 20); this.cbbPointLayers.TabIndex = 1; // // groupBox3 // this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.checkBoxFMIgnoreZ); this.groupBox3.Controls.Add(this.tbNearestDistLimit); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.checkBoxMatchNearest); this.groupBox3.Controls.Add(this.tboxFMTolerance); this.groupBox3.Location = new System.Drawing.Point(8, 47); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(279, 131); this.groupBox3.TabIndex = 90; this.groupBox3.TabStop = false; this.groupBox3.Text = "参数设置"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(239, 100); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 89; this.label2.Text = "(米)"; // // checkBoxFMIgnoreZ // this.checkBoxFMIgnoreZ.Anchor = System.Windows.Forms.AnchorStyles.Top; this.checkBoxFMIgnoreZ.AutoSize = true; this.checkBoxFMIgnoreZ.Location = new System.Drawing.Point(177, 47); this.checkBoxFMIgnoreZ.Name = "checkBoxFMIgnoreZ"; this.checkBoxFMIgnoreZ.Size = new System.Drawing.Size(78, 16); this.checkBoxFMIgnoreZ.TabIndex = 3; this.checkBoxFMIgnoreZ.Text = "不考虑z值"; this.checkBoxFMIgnoreZ.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.checkBoxFMIgnoreZ.UseVisualStyleBackColor = true; // // tbNearestDistLimit // this.tbNearestDistLimit.Location = new System.Drawing.Point(124, 96); this.tbNearestDistLimit.Name = "tbNearestDistLimit"; this.tbNearestDistLimit.Size = new System.Drawing.Size(110, 21); this.tbNearestDistLimit.TabIndex = 88; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(10, 23); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(101, 12); this.label5.TabIndex = 1; this.label5.Text = "误差容限(米):"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 101); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(113, 12); this.label6.TabIndex = 6; this.label6.Text = "最近点距离不能超过"; // // checkBoxMatchNearest // this.checkBoxMatchNearest.Anchor = System.Windows.Forms.AnchorStyles.Top; this.checkBoxMatchNearest.AutoSize = true; this.checkBoxMatchNearest.Location = new System.Drawing.Point(6, 69); this.checkBoxMatchNearest.Name = "checkBoxMatchNearest"; this.checkBoxMatchNearest.Size = new System.Drawing.Size(180, 16); this.checkBoxMatchNearest.TabIndex = 4; this.checkBoxMatchNearest.Text = "如果没有找到则用最近点匹配"; this.checkBoxMatchNearest.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.checkBoxMatchNearest.UseVisualStyleBackColor = true; this.checkBoxMatchNearest.CheckedChanged += new System.EventHandler(this.checkBoxMatchNearest_CheckedChanged); // // tboxFMTolerance // this.tboxFMTolerance.Location = new System.Drawing.Point(117, 20); this.tboxFMTolerance.Name = "tboxFMTolerance"; this.tboxFMTolerance.Size = new System.Drawing.Size(150, 21); this.tboxFMTolerance.TabIndex = 0; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 25); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 0; this.label7.Text = "阀门图层:"; // // 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(146, 359); 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(227, 359); 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); // // FrmGenAndFaMenTopu // this.ClientSize = new System.Drawing.Size(318, 387); this.Controls.Add(this.buttonX1); this.Controls.Add(this.btn_OK); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox2); this.EnableGlass = false; 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 GroupBox groupBox2; private Label label3; private TextBox tboxTopoName; private CheckBox checkBoxIgnoreZ; private Label label1; private TextBox tboxTolerance; private GroupBox groupBox1; private ComboBox cbbPointLayers; private GroupBox groupBox3; private Label label2; private CheckBox checkBoxFMIgnoreZ; private TextBox tbNearestDistLimit; private Label label5; private Label label6; private CheckBox checkBoxMatchNearest; private TextBox tboxFMTolerance; private CheckBox checkBoxClearValves; private Label label7; private CheckBox checkUnionFamen; private ButtonX btn_OK; private ButtonX buttonX1; } }