namespace HCTools
{
partial class Dgxinterpl
{
///
/// 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()
{
this.label1 = new System.Windows.Forms.Label();
this.textBox_dgj = new System.Windows.Forms.TextBox();
this.button_ok = new System.Windows.Forms.Button();
this.button_cancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(55, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 0;
this.label1.Text = "等高距:";
//
// textBox_dgj
//
this.textBox_dgj.Location = new System.Drawing.Point(139, 41);
this.textBox_dgj.Name = "textBox_dgj";
this.textBox_dgj.Size = new System.Drawing.Size(157, 25);
this.textBox_dgj.TabIndex = 1;
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(47, 84);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 34);
this.button_ok.TabIndex = 2;
this.button_ok.Text = "确 定";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// button_cancel
//
this.button_cancel.Location = new System.Drawing.Point(256, 84);
this.button_cancel.Name = "button_cancel";
this.button_cancel.Size = new System.Drawing.Size(75, 34);
this.button_cancel.TabIndex = 3;
this.button_cancel.Text = "取 消";
this.button_cancel.UseVisualStyleBackColor = true;
this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
//
// Dgxinterpl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(375, 145);
this.Controls.Add(this.button_cancel);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.textBox_dgj);
this.Controls.Add(this.label1);
this.Name = "Dgxinterpl";
this.Text = "Dgxinterpl";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox_dgj;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Button button_cancel;
}
}