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.

157 lines
6.7 KiB
C#

1 month ago
namespace GeoSigma.UCDraw.WellAndSection
{
partial class FrmAddWellTrack
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.trackTypeListBox = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.selectTracklistBox = new System.Windows.Forms.ListBox();
this.btnAddTrack = new System.Windows.Forms.Button();
this.btnDelTrack = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.trackTypeListBox);
this.groupBox1.Location = new System.Drawing.Point(13, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(166, 351);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "可选井道类型";
//
// trackTypeListBox
//
this.trackTypeListBox.FormattingEnabled = true;
this.trackTypeListBox.ItemHeight = 12;
this.trackTypeListBox.Location = new System.Drawing.Point(7, 20);
this.trackTypeListBox.MultiColumn = true;
this.trackTypeListBox.Name = "trackTypeListBox";
this.trackTypeListBox.Size = new System.Drawing.Size(153, 316);
this.trackTypeListBox.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.selectTracklistBox);
this.groupBox2.Location = new System.Drawing.Point(267, 17);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(166, 346);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "已选井道";
//
// selectTracklistBox
//
this.selectTracklistBox.FormattingEnabled = true;
this.selectTracklistBox.ItemHeight = 12;
this.selectTracklistBox.Location = new System.Drawing.Point(7, 19);
this.selectTracklistBox.MultiColumn = true;
this.selectTracklistBox.Name = "selectTracklistBox";
this.selectTracklistBox.Size = new System.Drawing.Size(153, 316);
this.selectTracklistBox.TabIndex = 0;
//
// btnAddTrack
//
this.btnAddTrack.Location = new System.Drawing.Point(185, 130);
this.btnAddTrack.Name = "btnAddTrack";
this.btnAddTrack.Size = new System.Drawing.Size(75, 28);
this.btnAddTrack.TabIndex = 2;
this.btnAddTrack.Text = "增加";
this.btnAddTrack.UseVisualStyleBackColor = true;
this.btnAddTrack.Click += new System.EventHandler(this.btnAddTrack_Click);
//
// btnDelTrack
//
this.btnDelTrack.Location = new System.Drawing.Point(186, 246);
this.btnDelTrack.Name = "btnDelTrack";
this.btnDelTrack.Size = new System.Drawing.Size(75, 28);
this.btnDelTrack.TabIndex = 3;
this.btnDelTrack.Text = "删除";
this.btnDelTrack.UseVisualStyleBackColor = true;
this.btnDelTrack.Click += new System.EventHandler(this.btnDelTrack_Click);
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(278, 370);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 28);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(370, 370);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 28);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// FrmAddWellTrack
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(459, 404);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnDelTrack);
this.Controls.Add(this.btnAddTrack);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAddWellTrack";
this.Text = "添加井道";
this.Shown += new System.EventHandler(this.FrmAddWellTrack_Shown);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox trackTypeListBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListBox selectTracklistBox;
private System.Windows.Forms.Button btnAddTrack;
private System.Windows.Forms.Button btnDelTrack;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}