namespace TestMicroStructure { partial class FormMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.lblFileInput = new System.Windows.Forms.Label(); this.rbtnInputSingle = new System.Windows.Forms.RadioButton(); this.rbtnInputMult = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnFileOutput = new System.Windows.Forms.Button(); this.btbFileGrid = new System.Windows.Forms.Button(); this.btnFileFault = new System.Windows.Forms.Button(); this.btnFileInput = new System.Windows.Forms.Button(); this.txtFileOutput = new System.Windows.Forms.TextBox(); this.txtFileGrid = new System.Windows.Forms.TextBox(); this.txtFileFault = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtFileInput = new System.Windows.Forms.TextBox(); this.lblFileGrid = new System.Windows.Forms.Label(); this.lblFileFault = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtCloseDistance = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.ckbClose = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.ckbFaultFilter = new System.Windows.Forms.CheckBox(); this.txtExtendDistance = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.ckbFault = new System.Windows.Forms.CheckBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.ckbSmooth = new System.Windows.Forms.CheckBox(); this.txtZoomin = new System.Windows.Forms.TextBox(); this.txtUnitScale = new System.Windows.Forms.TextBox(); this.txtStructureRadius = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtRedundant = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtMiniAngle = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtOffsetDistance = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.ckbNose = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.txtFaultCloseDistance = new System.Windows.Forms.TextBox(); this.txtMinPoints = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.txtMiniArea = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // lblFileInput // this.lblFileInput.AutoSize = true; this.lblFileInput.Location = new System.Drawing.Point(26, 49); this.lblFileInput.Name = "lblFileInput"; this.lblFileInput.Size = new System.Drawing.Size(53, 12); this.lblFileInput.TabIndex = 0; this.lblFileInput.Text = "数据文件"; // // rbtnInputSingle // this.rbtnInputSingle.AutoSize = true; this.rbtnInputSingle.Checked = true; this.rbtnInputSingle.Location = new System.Drawing.Point(21, 20); this.rbtnInputSingle.Name = "rbtnInputSingle"; this.rbtnInputSingle.Size = new System.Drawing.Size(59, 16); this.rbtnInputSingle.TabIndex = 1; this.rbtnInputSingle.TabStop = true; this.rbtnInputSingle.Text = "单文件"; this.rbtnInputSingle.UseVisualStyleBackColor = true; this.rbtnInputSingle.CheckedChanged += new System.EventHandler(this.rbtnInputSingle_CheckedChanged); // // rbtnInputMult // this.rbtnInputMult.AutoSize = true; this.rbtnInputMult.Location = new System.Drawing.Point(100, 20); this.rbtnInputMult.Name = "rbtnInputMult"; this.rbtnInputMult.Size = new System.Drawing.Size(59, 16); this.rbtnInputMult.TabIndex = 2; this.rbtnInputMult.Text = "多文件"; this.rbtnInputMult.UseVisualStyleBackColor = true; this.rbtnInputMult.CheckedChanged += new System.EventHandler(this.rbtnInputMult_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.btnFileOutput); this.groupBox1.Controls.Add(this.btbFileGrid); this.groupBox1.Controls.Add(this.btnFileFault); this.groupBox1.Controls.Add(this.btnFileInput); this.groupBox1.Controls.Add(this.txtFileOutput); this.groupBox1.Controls.Add(this.txtFileGrid); this.groupBox1.Controls.Add(this.txtFileFault); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtFileInput); this.groupBox1.Controls.Add(this.lblFileGrid); this.groupBox1.Controls.Add(this.rbtnInputSingle); this.groupBox1.Controls.Add(this.lblFileFault); this.groupBox1.Controls.Add(this.rbtnInputMult); this.groupBox1.Controls.Add(this.lblFileInput); this.groupBox1.Location = new System.Drawing.Point(17, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(492, 176); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "输入输出"; // // btnFileOutput // this.btnFileOutput.Location = new System.Drawing.Point(446, 139); this.btnFileOutput.Name = "btnFileOutput"; this.btnFileOutput.Size = new System.Drawing.Size(33, 23); this.btnFileOutput.TabIndex = 4; this.btnFileOutput.Text = "..."; this.btnFileOutput.UseVisualStyleBackColor = true; this.btnFileOutput.Click += new System.EventHandler(this.btnFileOutput_Click); // // btbFileGrid // this.btbFileGrid.Enabled = false; this.btbFileGrid.Location = new System.Drawing.Point(446, 103); this.btbFileGrid.Name = "btbFileGrid"; this.btbFileGrid.Size = new System.Drawing.Size(33, 23); this.btbFileGrid.TabIndex = 4; this.btbFileGrid.Text = "..."; this.btbFileGrid.UseVisualStyleBackColor = true; this.btbFileGrid.Click += new System.EventHandler(this.btbFileGrid_Click); // // btnFileFault // this.btnFileFault.Enabled = false; this.btnFileFault.Location = new System.Drawing.Point(446, 73); this.btnFileFault.Name = "btnFileFault"; this.btnFileFault.Size = new System.Drawing.Size(33, 23); this.btnFileFault.TabIndex = 4; this.btnFileFault.Text = "..."; this.btnFileFault.UseVisualStyleBackColor = true; this.btnFileFault.Click += new System.EventHandler(this.btnFileFault_Click); // // btnFileInput // this.btnFileInput.Location = new System.Drawing.Point(446, 44); this.btnFileInput.Name = "btnFileInput"; this.btnFileInput.Size = new System.Drawing.Size(33, 23); this.btnFileInput.TabIndex = 4; this.btnFileInput.Text = "..."; this.btnFileInput.UseVisualStyleBackColor = true; this.btnFileInput.Click += new System.EventHandler(this.btnFileInput_Click); // // txtFileOutput // this.txtFileOutput.Location = new System.Drawing.Point(84, 140); this.txtFileOutput.Name = "txtFileOutput"; this.txtFileOutput.Size = new System.Drawing.Size(361, 21); this.txtFileOutput.TabIndex = 3; // // txtFileGrid // this.txtFileGrid.Enabled = false; this.txtFileGrid.Location = new System.Drawing.Point(84, 104); this.txtFileGrid.Name = "txtFileGrid"; this.txtFileGrid.Size = new System.Drawing.Size(361, 21); this.txtFileGrid.TabIndex = 3; // // txtFileFault // this.txtFileFault.Enabled = false; this.txtFileFault.Location = new System.Drawing.Point(84, 74); this.txtFileFault.Name = "txtFileFault"; this.txtFileFault.Size = new System.Drawing.Size(361, 21); this.txtFileFault.TabIndex = 3; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(26, 144); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 0; this.label4.Text = "输出文件"; // // txtFileInput // this.txtFileInput.Location = new System.Drawing.Point(84, 45); this.txtFileInput.Name = "txtFileInput"; this.txtFileInput.Size = new System.Drawing.Size(361, 21); this.txtFileInput.TabIndex = 3; // // lblFileGrid // this.lblFileGrid.AutoSize = true; this.lblFileGrid.Enabled = false; this.lblFileGrid.Location = new System.Drawing.Point(26, 108); this.lblFileGrid.Name = "lblFileGrid"; this.lblFileGrid.Size = new System.Drawing.Size(53, 12); this.lblFileGrid.TabIndex = 0; this.lblFileGrid.Text = "网格文件"; // // lblFileFault // this.lblFileFault.AutoSize = true; this.lblFileFault.Enabled = false; this.lblFileFault.Location = new System.Drawing.Point(26, 78); this.lblFileFault.Name = "lblFileFault"; this.lblFileFault.Size = new System.Drawing.Size(53, 12); this.lblFileFault.TabIndex = 0; this.lblFileFault.Text = "断层文件"; // // groupBox2 // this.groupBox2.Controls.Add(this.txtCloseDistance); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.ckbClose); this.groupBox2.Location = new System.Drawing.Point(17, 194); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(492, 52); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; // // txtCloseDistance // this.txtCloseDistance.Location = new System.Drawing.Point(125, 20); this.txtCloseDistance.Name = "txtCloseDistance"; this.txtCloseDistance.Size = new System.Drawing.Size(100, 21); this.txtCloseDistance.TabIndex = 2; this.txtCloseDistance.Text = "30"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(41, 25); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 1; this.label5.Text = "闭合最大距离"; // // ckbClose // this.ckbClose.AutoSize = true; this.ckbClose.Checked = true; this.ckbClose.CheckState = System.Windows.Forms.CheckState.Checked; this.ckbClose.Location = new System.Drawing.Point(10, 0); this.ckbClose.Name = "ckbClose"; this.ckbClose.Size = new System.Drawing.Size(72, 16); this.ckbClose.TabIndex = 0; this.ckbClose.Text = "高点低点"; this.ckbClose.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.ckbFaultFilter); this.groupBox3.Controls.Add(this.txtExtendDistance); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.ckbFault); this.groupBox3.Location = new System.Drawing.Point(17, 253); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(492, 54); this.groupBox3.TabIndex = 5; this.groupBox3.TabStop = false; // // ckbFaultFilter // this.ckbFaultFilter.AutoSize = true; this.ckbFaultFilter.Checked = true; this.ckbFaultFilter.CheckState = System.Windows.Forms.CheckState.Checked; this.ckbFaultFilter.Location = new System.Drawing.Point(310, 22); this.ckbFaultFilter.Name = "ckbFaultFilter"; this.ckbFaultFilter.Size = new System.Drawing.Size(108, 16); this.ckbFaultFilter.TabIndex = 3; this.ckbFaultFilter.Text = "删除断层内构造"; this.ckbFaultFilter.UseVisualStyleBackColor = true; this.ckbFaultFilter.Visible = false; // // txtExtendDistance // this.txtExtendDistance.Location = new System.Drawing.Point(125, 20); this.txtExtendDistance.Name = "txtExtendDistance"; this.txtExtendDistance.Size = new System.Drawing.Size(100, 21); this.txtExtendDistance.TabIndex = 2; this.txtExtendDistance.Text = "100"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(29, 25); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 12); this.label6.TabIndex = 1; this.label6.Text = "等值线延长距离"; // // ckbFault // this.ckbFault.AutoSize = true; this.ckbFault.Checked = true; this.ckbFault.CheckState = System.Windows.Forms.CheckState.Checked; this.ckbFault.Location = new System.Drawing.Point(10, 0); this.ckbFault.Name = "ckbFault"; this.ckbFault.Size = new System.Drawing.Size(72, 16); this.ckbFault.TabIndex = 0; this.ckbFault.Text = "断鼻断沟"; this.ckbFault.UseVisualStyleBackColor = true; // // groupBox4 // this.groupBox4.Controls.Add(this.ckbSmooth); this.groupBox4.Controls.Add(this.txtZoomin); this.groupBox4.Controls.Add(this.txtUnitScale); this.groupBox4.Controls.Add(this.txtStructureRadius); this.groupBox4.Controls.Add(this.label2); this.groupBox4.Controls.Add(this.txtRedundant); this.groupBox4.Controls.Add(this.label1); this.groupBox4.Controls.Add(this.txtMiniAngle); this.groupBox4.Controls.Add(this.label10); this.groupBox4.Controls.Add(this.txtOffsetDistance); this.groupBox4.Controls.Add(this.label8); this.groupBox4.Controls.Add(this.label9); this.groupBox4.Controls.Add(this.ckbNose); this.groupBox4.Controls.Add(this.label7); this.groupBox4.Location = new System.Drawing.Point(17, 313); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(492, 144); this.groupBox4.TabIndex = 6; this.groupBox4.TabStop = false; // // ckbSmooth // this.ckbSmooth.AutoSize = true; this.ckbSmooth.Location = new System.Drawing.Point(79, 113); this.ckbSmooth.Name = "ckbSmooth"; this.ckbSmooth.Size = new System.Drawing.Size(72, 16); this.ckbSmooth.TabIndex = 3; this.ckbSmooth.Text = "光滑处理"; this.ckbSmooth.UseVisualStyleBackColor = true; // // txtZoomin // this.txtZoomin.Location = new System.Drawing.Point(338, 82); this.txtZoomin.Name = "txtZoomin"; this.txtZoomin.Size = new System.Drawing.Size(100, 21); this.txtZoomin.TabIndex = 2; this.txtZoomin.Text = "10"; // // txtUnitScale // this.txtUnitScale.Location = new System.Drawing.Point(125, 82); this.txtUnitScale.Name = "txtUnitScale"; this.txtUnitScale.Size = new System.Drawing.Size(100, 21); this.txtUnitScale.TabIndex = 2; this.txtUnitScale.Text = "0.5"; // // txtStructureRadius // this.txtStructureRadius.Location = new System.Drawing.Point(338, 52); this.txtStructureRadius.Name = "txtStructureRadius"; this.txtStructureRadius.Size = new System.Drawing.Size(100, 21); this.txtStructureRadius.TabIndex = 2; this.txtStructureRadius.Text = "40"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(278, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 0; this.label2.Text = "放大系数"; // // txtRedundant // this.txtRedundant.Location = new System.Drawing.Point(125, 52); this.txtRedundant.Name = "txtRedundant"; this.txtRedundant.Size = new System.Drawing.Size(100, 21); this.txtRedundant.TabIndex = 2; this.txtRedundant.Text = "0.6"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(77, 85); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "重合比"; // // txtMiniAngle // this.txtMiniAngle.Location = new System.Drawing.Point(338, 22); this.txtMiniAngle.Name = "txtMiniAngle"; this.txtMiniAngle.Size = new System.Drawing.Size(100, 21); this.txtMiniAngle.TabIndex = 2; this.txtMiniAngle.Text = "80"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(278, 56); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 0; this.label10.Text = "圈闭半径"; // // txtOffsetDistance // this.txtOffsetDistance.Location = new System.Drawing.Point(125, 22); this.txtOffsetDistance.Name = "txtOffsetDistance"; this.txtOffsetDistance.Size = new System.Drawing.Size(100, 21); this.txtOffsetDistance.TabIndex = 2; this.txtOffsetDistance.Text = "30"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(278, 25); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 0; this.label8.Text = "最小角度"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(65, 55); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 0; this.label9.Text = "冗余参数"; // // ckbNose // this.ckbNose.AutoSize = true; this.ckbNose.Checked = true; this.ckbNose.CheckState = System.Windows.Forms.CheckState.Checked; this.ckbNose.Location = new System.Drawing.Point(10, 0); this.ckbNose.Name = "ckbNose"; this.ckbNose.Size = new System.Drawing.Size(72, 16); this.ckbNose.TabIndex = 1; this.ckbNose.Text = "鼻状沟槽"; this.ckbNose.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(65, 25); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 0; this.label7.Text = "偏移距离"; // // groupBox5 // this.groupBox5.Controls.Add(this.txtFaultCloseDistance); this.groupBox5.Controls.Add(this.txtMinPoints); this.groupBox5.Controls.Add(this.label14); this.groupBox5.Controls.Add(this.label12); this.groupBox5.Controls.Add(this.txtMiniArea); this.groupBox5.Controls.Add(this.label11); this.groupBox5.Location = new System.Drawing.Point(17, 463); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(492, 90); this.groupBox5.TabIndex = 7; this.groupBox5.TabStop = false; this.groupBox5.Text = "筛选条件"; // // txtFaultCloseDistance // this.txtFaultCloseDistance.Location = new System.Drawing.Point(125, 51); this.txtFaultCloseDistance.Name = "txtFaultCloseDistance"; this.txtFaultCloseDistance.Size = new System.Drawing.Size(100, 21); this.txtFaultCloseDistance.TabIndex = 2; this.txtFaultCloseDistance.Text = "30"; // // txtMinPoints // this.txtMinPoints.Location = new System.Drawing.Point(338, 20); this.txtMinPoints.Name = "txtMinPoints"; this.txtMinPoints.Size = new System.Drawing.Size(100, 21); this.txtMinPoints.TabIndex = 2; this.txtMinPoints.Text = "4"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(22, 55); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(101, 12); this.label14.TabIndex = 0; this.label14.Text = "断层最大闭合距离"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(266, 24); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 0; this.label12.Text = "最小节点数"; // // txtMiniArea // this.txtMiniArea.Location = new System.Drawing.Point(125, 20); this.txtMiniArea.Name = "txtMiniArea"; this.txtMiniArea.Size = new System.Drawing.Size(100, 21); this.txtMiniArea.TabIndex = 2; this.txtMiniArea.Text = "800"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(65, 23); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 12); this.label11.TabIndex = 0; this.label11.Text = "最小面积"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(280, 570); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 8; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(387, 570); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 8; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(530, 610); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "微构造识别"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblFileInput; private System.Windows.Forms.RadioButton rbtnInputSingle; private System.Windows.Forms.RadioButton rbtnInputMult; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnFileOutput; private System.Windows.Forms.Button btbFileGrid; private System.Windows.Forms.Button btnFileFault; private System.Windows.Forms.Button btnFileInput; private System.Windows.Forms.TextBox txtFileOutput; private System.Windows.Forms.TextBox txtFileGrid; private System.Windows.Forms.TextBox txtFileFault; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtFileInput; private System.Windows.Forms.Label lblFileGrid; private System.Windows.Forms.Label lblFileFault; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox txtCloseDistance; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox ckbClose; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox ckbFaultFilter; private System.Windows.Forms.TextBox txtExtendDistance; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox ckbFault; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.TextBox txtStructureRadius; private System.Windows.Forms.TextBox txtRedundant; private System.Windows.Forms.TextBox txtMiniAngle; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtOffsetDistance; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox ckbNose; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.TextBox txtFaultCloseDistance; private System.Windows.Forms.TextBox txtMinPoints; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtMiniArea; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox txtUnitScale; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox ckbSmooth; private System.Windows.Forms.TextBox txtZoomin; private System.Windows.Forms.Label label2; } }