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.

100 lines
3.7 KiB
C#

1 month ago
namespace GeoSigma.UCDraw.WellAndSection
{
partial class FrmDelBendLayers
{
/// <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()
{
btnOk = new System.Windows.Forms.Button();
btnCancel = new System.Windows.Forms.Button();
groupBox1 = new System.Windows.Forms.GroupBox();
checkedListBoxTracks = new System.Windows.Forms.CheckedListBox();
groupBox1.SuspendLayout();
SuspendLayout();
//
// btnOk
//
btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
btnOk.Location = new System.Drawing.Point(152, 307);
btnOk.Name = "btnOk";
btnOk.Size = new System.Drawing.Size(75, 35);
btnOk.TabIndex = 0;
btnOk.Text = "确定";
btnOk.UseVisualStyleBackColor = true;
btnOk.Click += btnOk_Click;
//
// btnCancel
//
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
btnCancel.Location = new System.Drawing.Point(237, 307);
btnCancel.Name = "btnCancel";
btnCancel.Size = new System.Drawing.Size(75, 35);
btnCancel.TabIndex = 1;
btnCancel.Text = "取消";
btnCancel.UseVisualStyleBackColor = true;
//
// groupBox1
//
groupBox1.Controls.Add(checkedListBoxTracks);
groupBox1.Location = new System.Drawing.Point(5, 12);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(307, 289);
groupBox1.TabIndex = 2;
groupBox1.TabStop = false;
groupBox1.Text = "设置需要断开的连层井道";
//
// checkedListBoxTracks
//
checkedListBoxTracks.FormattingEnabled = true;
checkedListBoxTracks.Location = new System.Drawing.Point(17, 22);
checkedListBoxTracks.Name = "checkedListBoxTracks";
checkedListBoxTracks.Size = new System.Drawing.Size(281, 256);
checkedListBoxTracks.TabIndex = 0;
//
// FrmDelBendLayers
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(323, 345);
Controls.Add(groupBox1);
Controls.Add(btnCancel);
Controls.Add(btnOk);
Name = "FrmDelBendLayers";
Text = "连层删除";
TopMost = true;
Shown += FrmDelBendLayers_Shown;
groupBox1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckedListBox checkedListBoxTracks;
}
}