|
|
namespace TestIDWSharp
|
|
|
{
|
|
|
partial class Form1
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
this.txtMarkStep = new System.Windows.Forms.TextBox();
|
|
|
this.txtCurveStep = new System.Windows.Forms.TextBox();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
this.txtSearchDistance = new System.Windows.Forms.TextBox();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.txtSmooth = new System.Windows.Forms.TextBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.txtInsertTimes = new System.Windows.Forms.TextBox();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
this.txtGridX = new System.Windows.Forms.TextBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.txtResult = new System.Windows.Forms.TextBox();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
this.txtFault = new System.Windows.Forms.TextBox();
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
this.txtBorder = new System.Windows.Forms.TextBox();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.txtXyz = new System.Windows.Forms.TextBox();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(38, 38);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button1.TabIndex = 0;
|
|
|
this.button1.Text = "button1";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// tabControl1
|
|
|
//
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
this.tabControl1.Size = new System.Drawing.Size(510, 429);
|
|
|
this.tabControl1.TabIndex = 1;
|
|
|
//
|
|
|
// tabPage1
|
|
|
//
|
|
|
this.tabPage1.Controls.Add(this.txtMarkStep);
|
|
|
this.tabPage1.Controls.Add(this.txtCurveStep);
|
|
|
this.tabPage1.Controls.Add(this.label10);
|
|
|
this.tabPage1.Controls.Add(this.label9);
|
|
|
this.tabPage1.Controls.Add(this.txtSearchDistance);
|
|
|
this.tabPage1.Controls.Add(this.label8);
|
|
|
this.tabPage1.Controls.Add(this.txtSmooth);
|
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
|
this.tabPage1.Controls.Add(this.txtInsertTimes);
|
|
|
this.tabPage1.Controls.Add(this.label7);
|
|
|
this.tabPage1.Controls.Add(this.textBox5);
|
|
|
this.tabPage1.Controls.Add(this.label5);
|
|
|
this.tabPage1.Controls.Add(this.btnOK);
|
|
|
this.tabPage1.Controls.Add(this.txtGridX);
|
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
|
this.tabPage1.Controls.Add(this.label11);
|
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
|
this.tabPage1.Controls.Add(this.txtResult);
|
|
|
this.tabPage1.Controls.Add(this.button4);
|
|
|
this.tabPage1.Controls.Add(this.txtFault);
|
|
|
this.tabPage1.Controls.Add(this.button5);
|
|
|
this.tabPage1.Controls.Add(this.txtBorder);
|
|
|
this.tabPage1.Controls.Add(this.button3);
|
|
|
this.tabPage1.Controls.Add(this.label1);
|
|
|
this.tabPage1.Controls.Add(this.txtXyz);
|
|
|
this.tabPage1.Controls.Add(this.button2);
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
this.tabPage1.Size = new System.Drawing.Size(502, 403);
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
this.tabPage1.Text = "tabPage1";
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// txtMarkStep
|
|
|
//
|
|
|
this.txtMarkStep.Location = new System.Drawing.Point(276, 308);
|
|
|
this.txtMarkStep.Name = "txtMarkStep";
|
|
|
this.txtMarkStep.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtMarkStep.TabIndex = 16;
|
|
|
this.txtMarkStep.Text = "5";
|
|
|
//
|
|
|
// txtCurveStep
|
|
|
//
|
|
|
this.txtCurveStep.Location = new System.Drawing.Point(109, 307);
|
|
|
this.txtCurveStep.Name = "txtCurveStep";
|
|
|
this.txtCurveStep.Size = new System.Drawing.Size(81, 21);
|
|
|
this.txtCurveStep.TabIndex = 16;
|
|
|
this.txtCurveStep.Text = "1";
|
|
|
//
|
|
|
// label10
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Location = new System.Drawing.Point(224, 312);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label10.TabIndex = 15;
|
|
|
this.label10.Text = "标注间隔";
|
|
|
//
|
|
|
// label9
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Location = new System.Drawing.Point(38, 311);
|
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label9.TabIndex = 15;
|
|
|
this.label9.Text = "等值线步长";
|
|
|
//
|
|
|
// txtSearchDistance
|
|
|
//
|
|
|
this.txtSearchDistance.Location = new System.Drawing.Point(90, 270);
|
|
|
this.txtSearchDistance.Name = "txtSearchDistance";
|
|
|
this.txtSearchDistance.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtSearchDistance.TabIndex = 14;
|
|
|
this.txtSearchDistance.Text = "0";
|
|
|
//
|
|
|
// label8
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Location = new System.Drawing.Point(31, 273);
|
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label8.TabIndex = 13;
|
|
|
this.label8.Text = "扫描半径";
|
|
|
//
|
|
|
// txtSmooth
|
|
|
//
|
|
|
this.txtSmooth.Location = new System.Drawing.Point(90, 232);
|
|
|
this.txtSmooth.Name = "txtSmooth";
|
|
|
this.txtSmooth.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtSmooth.TabIndex = 12;
|
|
|
this.txtSmooth.Text = "1";
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Location = new System.Drawing.Point(38, 235);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label6.TabIndex = 11;
|
|
|
this.label6.Text = "平滑系数";
|
|
|
//
|
|
|
// txtInsertTimes
|
|
|
//
|
|
|
this.txtInsertTimes.Location = new System.Drawing.Point(276, 232);
|
|
|
this.txtInsertTimes.Name = "txtInsertTimes";
|
|
|
this.txtInsertTimes.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtInsertTimes.TabIndex = 10;
|
|
|
this.txtInsertTimes.Text = "2";
|
|
|
//
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Location = new System.Drawing.Point(224, 235);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label7.TabIndex = 9;
|
|
|
this.label7.Text = "加密次数";
|
|
|
//
|
|
|
// textBox5
|
|
|
//
|
|
|
this.textBox5.Location = new System.Drawing.Point(276, 196);
|
|
|
this.textBox5.Name = "textBox5";
|
|
|
this.textBox5.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox5.TabIndex = 10;
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Location = new System.Drawing.Point(224, 199);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(47, 12);
|
|
|
this.label5.TabIndex = 9;
|
|
|
this.label5.Text = "Y网格数";
|
|
|
//
|
|
|
// btnOK
|
|
|
//
|
|
|
this.btnOK.Location = new System.Drawing.Point(214, 363);
|
|
|
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);
|
|
|
//
|
|
|
// txtGridX
|
|
|
//
|
|
|
this.txtGridX.Location = new System.Drawing.Point(90, 196);
|
|
|
this.txtGridX.Name = "txtGridX";
|
|
|
this.txtGridX.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtGridX.TabIndex = 7;
|
|
|
this.txtGridX.Text = "150";
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Location = new System.Drawing.Point(38, 199);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(47, 12);
|
|
|
this.label4.TabIndex = 6;
|
|
|
this.label4.Text = "X网格数";
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Location = new System.Drawing.Point(32, 146);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label3.TabIndex = 5;
|
|
|
this.label3.Text = "输出文件";
|
|
|
//
|
|
|
// label11
|
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
|
this.label11.Location = new System.Drawing.Point(32, 104);
|
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label11.TabIndex = 5;
|
|
|
this.label11.Text = "断层文件";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Location = new System.Drawing.Point(32, 70);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label2.TabIndex = 5;
|
|
|
this.label2.Text = "边界文件";
|
|
|
//
|
|
|
// txtResult
|
|
|
//
|
|
|
this.txtResult.Location = new System.Drawing.Point(90, 142);
|
|
|
this.txtResult.Name = "txtResult";
|
|
|
this.txtResult.Size = new System.Drawing.Size(336, 21);
|
|
|
this.txtResult.TabIndex = 4;
|
|
|
this.txtResult.Text = "C:\\GeoIntelligent\\Code\\Drawer\\GVision\\TestIDWSharp\\TestData\\Result.dfd";
|
|
|
//
|
|
|
// button4
|
|
|
//
|
|
|
this.button4.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button4.Location = new System.Drawing.Point(432, 141);
|
|
|
this.button4.Name = "button4";
|
|
|
this.button4.Size = new System.Drawing.Size(43, 23);
|
|
|
this.button4.TabIndex = 3;
|
|
|
this.button4.Text = "•••";
|
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// txtFault
|
|
|
//
|
|
|
this.txtFault.Location = new System.Drawing.Point(90, 100);
|
|
|
this.txtFault.Name = "txtFault";
|
|
|
this.txtFault.Size = new System.Drawing.Size(336, 21);
|
|
|
this.txtFault.TabIndex = 4;
|
|
|
this.txtFault.Text = "C:\\GeoIntelligent\\Code\\Drawer\\GVision\\TestIDWSharp\\TestData\\1-fault.dfd";
|
|
|
//
|
|
|
// button5
|
|
|
//
|
|
|
this.button5.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button5.Location = new System.Drawing.Point(432, 99);
|
|
|
this.button5.Name = "button5";
|
|
|
this.button5.Size = new System.Drawing.Size(43, 23);
|
|
|
this.button5.TabIndex = 3;
|
|
|
this.button5.Text = "•••";
|
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// txtBorder
|
|
|
//
|
|
|
this.txtBorder.Location = new System.Drawing.Point(90, 66);
|
|
|
this.txtBorder.Name = "txtBorder";
|
|
|
this.txtBorder.Size = new System.Drawing.Size(336, 21);
|
|
|
this.txtBorder.TabIndex = 4;
|
|
|
this.txtBorder.Text = "C:\\GeoIntelligent\\Code\\Drawer\\GVision\\TestIDWSharp\\TestData\\1-border.dfd";
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
this.button3.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button3.Location = new System.Drawing.Point(432, 65);
|
|
|
this.button3.Name = "button3";
|
|
|
this.button3.Size = new System.Drawing.Size(43, 23);
|
|
|
this.button3.TabIndex = 3;
|
|
|
this.button3.Text = "•••";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Location = new System.Drawing.Point(32, 36);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label1.TabIndex = 2;
|
|
|
this.label1.Text = "散点文件";
|
|
|
//
|
|
|
// txtXyz
|
|
|
//
|
|
|
this.txtXyz.Location = new System.Drawing.Point(90, 32);
|
|
|
this.txtXyz.Name = "txtXyz";
|
|
|
this.txtXyz.Size = new System.Drawing.Size(336, 21);
|
|
|
this.txtXyz.TabIndex = 1;
|
|
|
this.txtXyz.Text = "C:\\GeoIntelligent\\Code\\Drawer\\GVision\\TestIDWSharp\\TestData\\1.xyz_Grid.xyz";
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
this.button2.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button2.Location = new System.Drawing.Point(432, 31);
|
|
|
this.button2.Name = "button2";
|
|
|
this.button2.Size = new System.Drawing.Size(43, 23);
|
|
|
this.button2.TabIndex = 0;
|
|
|
this.button2.Text = "•••";
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// tabPage2
|
|
|
//
|
|
|
this.tabPage2.Controls.Add(this.button1);
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
this.tabPage2.Size = new System.Drawing.Size(502, 403);
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
this.tabPage2.Text = "tabPage2";
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// progressBar1
|
|
|
//
|
|
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.progressBar1.Location = new System.Drawing.Point(0, 429);
|
|
|
this.progressBar1.Name = "progressBar1";
|
|
|
this.progressBar1.Size = new System.Drawing.Size(510, 23);
|
|
|
this.progressBar1.Step = 1;
|
|
|
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
this.progressBar1.TabIndex = 2;
|
|
|
//
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(510, 452);
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
this.Controls.Add(this.progressBar1);
|
|
|
this.Name = "Form1";
|
|
|
this.Text = "Form1";
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
this.tabPage1.PerformLayout();
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
private System.Windows.Forms.TextBox txtGridX;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.TextBox txtResult;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
private System.Windows.Forms.TextBox txtBorder;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.TextBox txtXyz;
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
|
private System.Windows.Forms.TextBox txtSmooth;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.TextBox txtInsertTimes;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
private System.Windows.Forms.TextBox txtSearchDistance;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
|
private System.Windows.Forms.TextBox txtMarkStep;
|
|
|
private System.Windows.Forms.TextBox txtCurveStep;
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
private System.Windows.Forms.Label label11;
|
|
|
private System.Windows.Forms.TextBox txtFault;
|
|
|
private System.Windows.Forms.Button button5;
|
|
|
}
|
|
|
}
|
|
|
|