namespace GeoSigma.UCDraw.WellAndSection
{
partial class FrmSetWellDistance
{
///
/// 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()
{
label1 = new System.Windows.Forms.Label();
textBoxDistance = new System.Windows.Forms.TextBox();
btnOK = new System.Windows.Forms.Button();
btnCancel = new System.Windows.Forms.Button();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(228, 53);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(20, 17);
label1.TabIndex = 0;
label1.Text = "米";
//
// textBoxDistance
//
textBoxDistance.Location = new System.Drawing.Point(87, 50);
textBoxDistance.Name = "textBoxDistance";
textBoxDistance.Size = new System.Drawing.Size(135, 23);
textBoxDistance.TabIndex = 1;
//
// btnOK
//
btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
btnOK.Location = new System.Drawing.Point(201, 128);
btnOK.Name = "btnOK";
btnOK.Size = new System.Drawing.Size(75, 33);
btnOK.TabIndex = 2;
btnOK.Text = "确定";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// btnCancel
//
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
btnCancel.Location = new System.Drawing.Point(286, 128);
btnCancel.Name = "btnCancel";
btnCancel.Size = new System.Drawing.Size(75, 33);
btnCancel.TabIndex = 3;
btnCancel.Text = "取消";
btnCancel.UseVisualStyleBackColor = true;
//
// FrmSetWellDistance
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(368, 163);
Controls.Add(btnCancel);
Controls.Add(btnOK);
Controls.Add(textBoxDistance);
Controls.Add(label1);
Name = "FrmSetWellDistance";
Text = "设置井间平均距离";
Shown += FrmSetWellDistance_Shown;
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxDistance;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}