You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

838 lines
42 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace SmartWells
{
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.components = new System.ComponentModel.Container();
this.txtBorderFile = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ckbSide2 = new System.Windows.Forms.CheckBox();
this.ckbSide1 = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.txtResultFile = new System.Windows.Forms.TextBox();
this.btnPlay = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.stlInfor = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.btnBorderFile = new System.Windows.Forms.Button();
this.btnResultFile = new System.Windows.Forms.Button();
this.btnOutput = new System.Windows.Forms.Button();
this.txtFaultage = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnFaultFile = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtBranchSpace = new System.Windows.Forms.TextBox();
this.txtBranchLength = new System.Windows.Forms.TextBox();
this.txtBranchDistance = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.ckbReDeployment = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtBranchCount = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtWellName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnPause = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtAngleEnd = new System.Windows.Forms.TextBox();
this.txtAngleStart = new System.Windows.Forms.TextBox();
this.txtMutationRate = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.ckbMiniFaultLength = new System.Windows.Forms.CheckBox();
this.txtRotationAngles = new System.Windows.Forms.RichTextBox();
this.rdbRotationAngles = new System.Windows.Forms.RadioButton();
this.txtMinFaultLength = new System.Windows.Forms.TextBox();
this.txtRotationTimes = new System.Windows.Forms.TextBox();
this.rdbRotationTimes = new System.Windows.Forms.RadioButton();
this.txtPartsSpace = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.btnStop = new System.Windows.Forms.Button();
this.btnMap = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.txtMap = new System.Windows.Forms.TextBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.panel2 = new System.Windows.Forms.Panel();
this.lblNestInfo = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lsvHistory = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.statusStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.SuspendLayout();
//
// txtBorderFile
//
this.txtBorderFile.Location = new System.Drawing.Point(82, 50);
this.txtBorderFile.Margin = new System.Windows.Forms.Padding(2);
this.txtBorderFile.Name = "txtBorderFile";
this.txtBorderFile.Size = new System.Drawing.Size(302, 21);
this.txtBorderFile.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 54);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "边界图层";
//
// ckbSide2
//
this.ckbSide2.AutoSize = true;
this.ckbSide2.Checked = true;
this.ckbSide2.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckbSide2.Location = new System.Drawing.Point(26, 200);
this.ckbSide2.Margin = new System.Windows.Forms.Padding(2);
this.ckbSide2.Name = "ckbSide2";
this.ckbSide2.Size = new System.Drawing.Size(72, 16);
this.ckbSide2.TabIndex = 3;
this.ckbSide2.Text = "双侧布井";
this.ckbSide2.UseVisualStyleBackColor = true;
//
// ckbSide1
//
this.ckbSide1.AutoSize = true;
this.ckbSide1.Checked = true;
this.ckbSide1.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckbSide1.Location = new System.Drawing.Point(104, 200);
this.ckbSide1.Margin = new System.Windows.Forms.Padding(2);
this.ckbSide1.Name = "ckbSide1";
this.ckbSide1.Size = new System.Drawing.Size(72, 16);
this.ckbSide1.TabIndex = 3;
this.ckbSide1.Text = "单侧布井";
this.ckbSide1.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 406);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 1;
this.label3.Text = "输出结果";
//
// txtResultFile
//
this.txtResultFile.Location = new System.Drawing.Point(82, 404);
this.txtResultFile.Margin = new System.Windows.Forms.Padding(2);
this.txtResultFile.Name = "txtResultFile";
this.txtResultFile.Size = new System.Drawing.Size(302, 21);
this.txtResultFile.TabIndex = 0;
this.txtResultFile.Text = "C:\\GeoIntelligent\\Drawer\\Drawer\\SmartNest\\SmartWells\\TestData\\result2.dfd";
//
// btnPlay
//
this.btnPlay.Location = new System.Drawing.Point(54, 478);
this.btnPlay.Margin = new System.Windows.Forms.Padding(2);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(79, 33);
this.btnPlay.TabIndex = 4;
this.btnPlay.Text = "执行计算";
this.btnPlay.UseVisualStyleBackColor = true;
this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.stlInfor,
this.toolStripProgressBar1});
this.statusStrip1.Location = new System.Drawing.Point(0, 582);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 7, 0);
this.statusStrip1.Size = new System.Drawing.Size(1093, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// stlInfor
//
this.stlInfor.AutoSize = false;
this.stlInfor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.stlInfor.Name = "stlInfor";
this.stlInfor.Size = new System.Drawing.Size(246, 17);
this.stlInfor.Text = " ";
this.stlInfor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.AutoSize = false;
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(850, 16);
//
// btnBorderFile
//
this.btnBorderFile.Font = new System.Drawing.Font("Franklin Gothic Demi Cond", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBorderFile.Location = new System.Drawing.Point(386, 50);
this.btnBorderFile.Margin = new System.Windows.Forms.Padding(2);
this.btnBorderFile.Name = "btnBorderFile";
this.btnBorderFile.Size = new System.Drawing.Size(29, 22);
this.btnBorderFile.TabIndex = 6;
this.btnBorderFile.Text = "…";
this.btnBorderFile.UseVisualStyleBackColor = true;
this.btnBorderFile.Click += new System.EventHandler(this.btnBorderFile_Click);
//
// btnResultFile
//
this.btnResultFile.Font = new System.Drawing.Font("Franklin Gothic Demi Cond", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnResultFile.Location = new System.Drawing.Point(386, 402);
this.btnResultFile.Margin = new System.Windows.Forms.Padding(2);
this.btnResultFile.Name = "btnResultFile";
this.btnResultFile.Size = new System.Drawing.Size(29, 22);
this.btnResultFile.TabIndex = 6;
this.btnResultFile.Text = "…";
this.btnResultFile.UseVisualStyleBackColor = true;
this.btnResultFile.Click += new System.EventHandler(this.btnResultFile_Click);
//
// btnOutput
//
this.btnOutput.Location = new System.Drawing.Point(312, 478);
this.btnOutput.Margin = new System.Windows.Forms.Padding(2);
this.btnOutput.Name = "btnOutput";
this.btnOutput.Size = new System.Drawing.Size(79, 33);
this.btnOutput.TabIndex = 4;
this.btnOutput.Text = "输出结果";
this.btnOutput.UseVisualStyleBackColor = true;
this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
//
// txtFaultage
//
this.txtFaultage.Location = new System.Drawing.Point(82, 86);
this.txtFaultage.Margin = new System.Windows.Forms.Padding(2);
this.txtFaultage.Name = "txtFaultage";
this.txtFaultage.Size = new System.Drawing.Size(302, 21);
this.txtFaultage.TabIndex = 0;
this.txtFaultage.Tag = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 90);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 1;
this.label4.Text = "断裂图层";
//
// btnFaultFile
//
this.btnFaultFile.Font = new System.Drawing.Font("Franklin Gothic Demi Cond", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnFaultFile.Location = new System.Drawing.Point(386, 86);
this.btnFaultFile.Margin = new System.Windows.Forms.Padding(2);
this.btnFaultFile.Name = "btnFaultFile";
this.btnFaultFile.Size = new System.Drawing.Size(29, 22);
this.btnFaultFile.TabIndex = 6;
this.btnFaultFile.Text = "…";
this.btnFaultFile.UseVisualStyleBackColor = true;
this.btnFaultFile.Click += new System.EventHandler(this.btnFaultFile_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtBranchSpace);
this.groupBox1.Controls.Add(this.txtBranchLength);
this.groupBox1.Controls.Add(this.txtBranchDistance);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.ckbReDeployment);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtBranchCount);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtWellName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.ckbSide1);
this.groupBox1.Controls.Add(this.ckbSide2);
this.groupBox1.Location = new System.Drawing.Point(20, 124);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
this.groupBox1.Size = new System.Drawing.Size(200, 262);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "井平台参数";
//
// txtBranchSpace
//
this.txtBranchSpace.Location = new System.Drawing.Point(94, 158);
this.txtBranchSpace.Margin = new System.Windows.Forms.Padding(2);
this.txtBranchSpace.Name = "txtBranchSpace";
this.txtBranchSpace.Size = new System.Drawing.Size(90, 21);
this.txtBranchSpace.TabIndex = 5;
this.txtBranchSpace.Text = "300";
//
// txtBranchLength
//
this.txtBranchLength.Location = new System.Drawing.Point(94, 128);
this.txtBranchLength.Margin = new System.Windows.Forms.Padding(2);
this.txtBranchLength.Name = "txtBranchLength";
this.txtBranchLength.Size = new System.Drawing.Size(90, 21);
this.txtBranchLength.TabIndex = 5;
this.txtBranchLength.Text = "1800";
//
// txtBranchDistance
//
this.txtBranchDistance.Location = new System.Drawing.Point(94, 96);
this.txtBranchDistance.Margin = new System.Windows.Forms.Padding(2);
this.txtBranchDistance.Name = "txtBranchDistance";
this.txtBranchDistance.Size = new System.Drawing.Size(90, 21);
this.txtBranchDistance.TabIndex = 5;
this.txtBranchDistance.Text = "500";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(18, 161);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 4;
this.label8.Text = "井支间距:";
//
// ckbReDeployment
//
this.ckbReDeployment.AutoSize = true;
this.ckbReDeployment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ckbReDeployment.Location = new System.Drawing.Point(26, 234);
this.ckbReDeployment.Margin = new System.Windows.Forms.Padding(2);
this.ckbReDeployment.Name = "ckbReDeployment";
this.ckbReDeployment.Size = new System.Drawing.Size(75, 21);
this.ckbReDeployment.TabIndex = 10;
this.ckbReDeployment.Text = "二次布井";
this.toolTip1.SetToolTip(this.ckbReDeployment, "在已有布井基础上再次布井。");
this.ckbReDeployment.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(18, 130);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 12);
this.label7.TabIndex = 4;
this.label7.Text = "水平段长度:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(18, 99);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 4;
this.label6.Text = "靶前距:";
//
// txtBranchCount
//
this.txtBranchCount.Location = new System.Drawing.Point(94, 66);
this.txtBranchCount.Margin = new System.Windows.Forms.Padding(2);
this.txtBranchCount.Name = "txtBranchCount";
this.txtBranchCount.Size = new System.Drawing.Size(90, 21);
this.txtBranchCount.TabIndex = 5;
this.txtBranchCount.Text = "6";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 68);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "井支数:";
//
// txtWellName
//
this.txtWellName.Location = new System.Drawing.Point(94, 34);
this.txtWellName.Margin = new System.Windows.Forms.Padding(2);
this.txtWellName.Name = "txtWellName";
this.txtWellName.Size = new System.Drawing.Size(90, 21);
this.txtWellName.TabIndex = 5;
this.txtWellName.Text = "井";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 37);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 4;
this.label2.Text = "井名:";
//
// btnPause
//
this.btnPause.Enabled = false;
this.btnPause.Location = new System.Drawing.Point(140, 478);
this.btnPause.Margin = new System.Windows.Forms.Padding(2);
this.btnPause.Name = "btnPause";
this.btnPause.Size = new System.Drawing.Size(79, 33);
this.btnPause.TabIndex = 8;
this.btnPause.Text = "暂停";
this.btnPause.UseVisualStyleBackColor = true;
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtAngleEnd);
this.groupBox2.Controls.Add(this.txtAngleStart);
this.groupBox2.Controls.Add(this.txtMutationRate);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.ckbMiniFaultLength);
this.groupBox2.Controls.Add(this.txtRotationAngles);
this.groupBox2.Controls.Add(this.rdbRotationAngles);
this.groupBox2.Controls.Add(this.txtMinFaultLength);
this.groupBox2.Controls.Add(this.txtRotationTimes);
this.groupBox2.Controls.Add(this.rdbRotationTimes);
this.groupBox2.Controls.Add(this.txtPartsSpace);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Location = new System.Drawing.Point(238, 124);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
this.groupBox2.Size = new System.Drawing.Size(186, 262);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "计算参数";
//
// txtAngleEnd
//
this.txtAngleEnd.Location = new System.Drawing.Point(138, 121);
this.txtAngleEnd.Margin = new System.Windows.Forms.Padding(2);
this.txtAngleEnd.Name = "txtAngleEnd";
this.txtAngleEnd.Size = new System.Drawing.Size(36, 21);
this.txtAngleEnd.TabIndex = 14;
this.txtAngleEnd.Text = "180";
//
// txtAngleStart
//
this.txtAngleStart.Location = new System.Drawing.Point(89, 121);
this.txtAngleStart.Margin = new System.Windows.Forms.Padding(2);
this.txtAngleStart.Name = "txtAngleStart";
this.txtAngleStart.Size = new System.Drawing.Size(36, 21);
this.txtAngleStart.TabIndex = 14;
this.txtAngleStart.Text = "0";
//
// txtMutationRate
//
this.txtMutationRate.Location = new System.Drawing.Point(89, 62);
this.txtMutationRate.Margin = new System.Windows.Forms.Padding(2);
this.txtMutationRate.Name = "txtMutationRate";
this.txtMutationRate.Size = new System.Drawing.Size(85, 21);
this.txtMutationRate.TabIndex = 13;
this.txtMutationRate.Text = "0.5";
this.toolTip1.SetToolTip(this.txtMutationRate, "0.1-0.9之间");
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(125, 124);
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(11, 12);
this.label13.TabIndex = 12;
this.label13.Text = "-";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(30, 124);
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 12;
this.label12.Text = "角度范围:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(13, 66);
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 12;
this.label11.Text = "突变率:";
//
// ckbMiniFaultLength
//
this.ckbMiniFaultLength.AutoSize = true;
this.ckbMiniFaultLength.Checked = true;
this.ckbMiniFaultLength.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckbMiniFaultLength.Location = new System.Drawing.Point(15, 234);
this.ckbMiniFaultLength.Name = "ckbMiniFaultLength";
this.ckbMiniFaultLength.Size = new System.Drawing.Size(84, 16);
this.ckbMiniFaultLength.TabIndex = 11;
this.ckbMiniFaultLength.Text = "忽略小断裂";
this.ckbMiniFaultLength.UseVisualStyleBackColor = true;
//
// txtRotationAngles
//
this.txtRotationAngles.Location = new System.Drawing.Point(30, 169);
this.txtRotationAngles.Name = "txtRotationAngles";
this.txtRotationAngles.Size = new System.Drawing.Size(144, 52);
this.txtRotationAngles.TabIndex = 10;
this.txtRotationAngles.Text = "0,\n0,\n90,\n0,\n0,\n270,\n180,\n180,\n180,\n90";
//
// rdbRotationAngles
//
this.rdbRotationAngles.AutoSize = true;
this.rdbRotationAngles.Location = new System.Drawing.Point(15, 146);
this.rdbRotationAngles.Name = "rdbRotationAngles";
this.rdbRotationAngles.Size = new System.Drawing.Size(83, 16);
this.rdbRotationAngles.TabIndex = 9;
this.rdbRotationAngles.Text = "指定角度:";
this.rdbRotationAngles.UseVisualStyleBackColor = true;
this.rdbRotationAngles.CheckedChanged += new System.EventHandler(this.rdbRotationAngles_CheckedChanged);
//
// txtMinFaultLength
//
this.txtMinFaultLength.Location = new System.Drawing.Point(101, 231);
this.txtMinFaultLength.Margin = new System.Windows.Forms.Padding(2);
this.txtMinFaultLength.Name = "txtMinFaultLength";
this.txtMinFaultLength.Size = new System.Drawing.Size(64, 21);
this.txtMinFaultLength.TabIndex = 8;
this.txtMinFaultLength.Text = "1000";
//
// txtRotationTimes
//
this.txtRotationTimes.Location = new System.Drawing.Point(89, 92);
this.txtRotationTimes.Margin = new System.Windows.Forms.Padding(2);
this.txtRotationTimes.Name = "txtRotationTimes";
this.txtRotationTimes.Size = new System.Drawing.Size(85, 21);
this.txtRotationTimes.TabIndex = 8;
this.txtRotationTimes.Text = "8";
//
// rdbRotationTimes
//
this.rdbRotationTimes.AutoSize = true;
this.rdbRotationTimes.Checked = true;
this.rdbRotationTimes.Location = new System.Drawing.Point(15, 95);
this.rdbRotationTimes.Name = "rdbRotationTimes";
this.rdbRotationTimes.Size = new System.Drawing.Size(83, 16);
this.rdbRotationTimes.TabIndex = 7;
this.rdbRotationTimes.TabStop = true;
this.rdbRotationTimes.Text = "旋转次数:";
this.rdbRotationTimes.UseVisualStyleBackColor = true;
this.rdbRotationTimes.CheckedChanged += new System.EventHandler(this.rdbRotationTimes_CheckedChanged);
//
// txtPartsSpace
//
this.txtPartsSpace.Location = new System.Drawing.Point(89, 32);
this.txtPartsSpace.Margin = new System.Windows.Forms.Padding(2);
this.txtPartsSpace.Name = "txtPartsSpace";
this.txtPartsSpace.Size = new System.Drawing.Size(85, 21);
this.txtPartsSpace.TabIndex = 6;
this.txtPartsSpace.Text = "500";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(13, 36);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 5;
this.label9.Text = "井平台间距:";
//
// btnStop
//
this.btnStop.Enabled = false;
this.btnStop.Location = new System.Drawing.Point(226, 478);
this.btnStop.Margin = new System.Windows.Forms.Padding(2);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(79, 33);
this.btnStop.TabIndex = 8;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnMap
//
this.btnMap.Font = new System.Drawing.Font("Franklin Gothic Demi Cond", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnMap.Location = new System.Drawing.Point(386, 14);
this.btnMap.Margin = new System.Windows.Forms.Padding(2);
this.btnMap.Name = "btnMap";
this.btnMap.Size = new System.Drawing.Size(29, 22);
this.btnMap.TabIndex = 13;
this.btnMap.Text = "…";
this.btnMap.UseVisualStyleBackColor = true;
this.btnMap.Click += new System.EventHandler(this.btnMap_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(10, 20);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 12;
this.label10.Text = "断裂分布图";
//
// txtMap
//
this.txtMap.Location = new System.Drawing.Point(82, 16);
this.txtMap.Margin = new System.Windows.Forms.Padding(2);
this.txtMap.Name = "txtMap";
this.txtMap.Size = new System.Drawing.Size(302, 21);
this.txtMap.TabIndex = 11;
this.txtMap.Text = "C:\\GeoIntelligent\\Drawer\\Drawer\\SmartNest\\SmartWells\\TestData\\断裂分布图.kev";
this.txtMap.TextChanged += new System.EventHandler(this.txtMap_TextChanged);
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 5000;
this.toolTip1.InitialDelay = 100;
this.toolTip1.ReshowDelay = 100;
this.toolTip1.ShowAlways = true;
//
// panel2
//
this.panel2.Controls.Add(this.lblNestInfo);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(529, 30);
this.panel2.TabIndex = 15;
//
// lblNestInfo
//
this.lblNestInfo.AutoSize = true;
this.lblNestInfo.Location = new System.Drawing.Point(2, 14);
this.lblNestInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblNestInfo.Name = "lblNestInfo";
this.lblNestInfo.Size = new System.Drawing.Size(53, 12);
this.lblNestInfo.TabIndex = 0;
this.lblNestInfo.Text = "覆盖率:";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 30);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(529, 552);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 14;
this.pictureBox1.TabStop = false;
this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
this.splitContainer1.Panel1.Controls.Add(this.panel2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.lsvHistory);
this.splitContainer1.Size = new System.Drawing.Size(657, 582);
this.splitContainer1.SplitterDistance = 529;
this.splitContainer1.SplitterWidth = 2;
this.splitContainer1.TabIndex = 16;
//
// lsvHistory
//
this.lsvHistory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.lsvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
this.lsvHistory.HideSelection = false;
this.lsvHistory.Location = new System.Drawing.Point(0, 0);
this.lsvHistory.Margin = new System.Windows.Forms.Padding(2);
this.lsvHistory.Name = "lsvHistory";
this.lsvHistory.Size = new System.Drawing.Size(126, 582);
this.lsvHistory.TabIndex = 16;
this.lsvHistory.UseCompatibleStateImageBehavior = false;
this.lsvHistory.View = System.Windows.Forms.View.Details;
this.lsvHistory.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lsvHistory_ItemSelectionChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "执行记录";
this.columnHeader1.Width = 120;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.txtMap);
this.splitContainer2.Panel1.Controls.Add(this.txtBorderFile);
this.splitContainer2.Panel1.Controls.Add(this.btnMap);
this.splitContainer2.Panel1.Controls.Add(this.txtFaultage);
this.splitContainer2.Panel1.Controls.Add(this.label10);
this.splitContainer2.Panel1.Controls.Add(this.txtResultFile);
this.splitContainer2.Panel1.Controls.Add(this.label1);
this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
this.splitContainer2.Panel1.Controls.Add(this.label4);
this.splitContainer2.Panel1.Controls.Add(this.btnStop);
this.splitContainer2.Panel1.Controls.Add(this.label3);
this.splitContainer2.Panel1.Controls.Add(this.btnPause);
this.splitContainer2.Panel1.Controls.Add(this.btnPlay);
this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
this.splitContainer2.Panel1.Controls.Add(this.btnOutput);
this.splitContainer2.Panel1.Controls.Add(this.btnResultFile);
this.splitContainer2.Panel1.Controls.Add(this.btnBorderFile);
this.splitContainer2.Panel1.Controls.Add(this.btnFaultFile);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
this.splitContainer2.Size = new System.Drawing.Size(1093, 582);
this.splitContainer2.SplitterDistance = 434;
this.splitContainer2.SplitterWidth = 2;
this.splitContainer2.TabIndex = 16;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1093, 604);
this.Controls.Add(this.splitContainer2);
this.Controls.Add(this.statusStrip1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Form1";
this.Text = "钻井平台自动推荐-V1.0";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel1.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtBorderFile;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox ckbSide2;
private System.Windows.Forms.CheckBox ckbSide1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtResultFile;
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel stlInfor;
private System.Windows.Forms.Button btnBorderFile;
private System.Windows.Forms.Button btnResultFile;
private System.Windows.Forms.Button btnOutput;
private System.Windows.Forms.TextBox txtFaultage;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnFaultFile;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtWellName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBranchCount;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtBranchSpace;
private System.Windows.Forms.TextBox txtBranchLength;
private System.Windows.Forms.TextBox txtBranchDistance;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnPause;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.TextBox txtPartsSpace;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtRotationTimes;
private System.Windows.Forms.RadioButton rdbRotationTimes;
private System.Windows.Forms.RadioButton rdbRotationAngles;
private System.Windows.Forms.RichTextBox txtRotationAngles;
private System.Windows.Forms.CheckBox ckbMiniFaultLength;
private System.Windows.Forms.TextBox txtMinFaultLength;
private System.Windows.Forms.CheckBox ckbReDeployment;
private System.Windows.Forms.Button btnMap;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtMap;
private System.Windows.Forms.TextBox txtMutationRate;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtAngleEnd;
private System.Windows.Forms.TextBox txtAngleStart;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ListView lsvHistory;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.Label lblNestInfo;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
}
}