namespace GeoSigma.UCDraw.WellAndSection
{
partial class FrmConnectBend
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
groupBox1 = new System.Windows.Forms.GroupBox();
btnOK = new System.Windows.Forms.Button();
btnCancel = new System.Windows.Forms.Button();
checkedListBoxTracks = new System.Windows.Forms.CheckedListBox();
groupBox1.SuspendLayout();
SuspendLayout();
//
// groupBox1
//
groupBox1.Controls.Add(checkedListBoxTracks);
groupBox1.Location = new System.Drawing.Point(10, 2);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(302, 302);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "设置连层井道";
//
// btnOK
//
btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
btnOK.Location = new System.Drawing.Point(154, 310);
btnOK.Name = "btnOK";
btnOK.Size = new System.Drawing.Size(75, 38);
btnOK.TabIndex = 1;
btnOK.Text = "确定";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// btnCancel
//
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
btnCancel.Location = new System.Drawing.Point(239, 310);
btnCancel.Name = "btnCancel";
btnCancel.Size = new System.Drawing.Size(75, 38);
btnCancel.TabIndex = 2;
btnCancel.Text = "取消";
btnCancel.UseVisualStyleBackColor = true;
//
// checkedListBoxTracks
//
checkedListBoxTracks.FormattingEnabled = true;
checkedListBoxTracks.Location = new System.Drawing.Point(17, 18);
checkedListBoxTracks.Name = "checkedListBoxTracks";
checkedListBoxTracks.Size = new System.Drawing.Size(271, 274);
checkedListBoxTracks.TabIndex = 0;
//
// FrmConnectBend
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(328, 349);
Controls.Add(btnCancel);
Controls.Add(btnOK);
Controls.Add(groupBox1);
Name = "FrmConnectBend";
Text = "连层设置";
Shown += FrmConnectBend_Shown;
groupBox1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckedListBox checkedListBoxTracks;
}
}