namespace HCTools
{
partial class Hierak
{
///
/// 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.comboBox_CrtLayer = new System.Windows.Forms.ComboBox();
this.label_CrtLayer = new System.Windows.Forms.Label();
this.textBox_Gap = new System.Windows.Forms.TextBox();
this.label_Gap = new System.Windows.Forms.Label();
this.btn_Cancel = new System.Windows.Forms.Button();
this.btn_OK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// comboBox_CrtLayer
//
this.comboBox_CrtLayer.BackColor = System.Drawing.SystemColors.Window;
this.comboBox_CrtLayer.FormattingEnabled = true;
this.comboBox_CrtLayer.Location = new System.Drawing.Point(204, 40);
this.comboBox_CrtLayer.Name = "comboBox_CrtLayer";
this.comboBox_CrtLayer.Size = new System.Drawing.Size(169, 23);
this.comboBox_CrtLayer.TabIndex = 7;
//
// label_CrtLayer
//
this.label_CrtLayer.AutoSize = true;
this.label_CrtLayer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_CrtLayer.Location = new System.Drawing.Point(75, 43);
this.label_CrtLayer.Name = "label_CrtLayer";
this.label_CrtLayer.Size = new System.Drawing.Size(112, 15);
this.label_CrtLayer.TabIndex = 6;
this.label_CrtLayer.Text = "等高线所在图层";
//
// textBox_Gap
//
this.textBox_Gap.Location = new System.Drawing.Point(204, 97);
this.textBox_Gap.Name = "textBox_Gap";
this.textBox_Gap.Size = new System.Drawing.Size(169, 25);
this.textBox_Gap.TabIndex = 5;
//
// label_Gap
//
this.label_Gap.AutoSize = true;
this.label_Gap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_Gap.Location = new System.Drawing.Point(135, 100);
this.label_Gap.Name = "label_Gap";
this.label_Gap.Size = new System.Drawing.Size(52, 15);
this.label_Gap.TabIndex = 4;
this.label_Gap.Text = "等高距";
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(283, 149);
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(100, 29);
this.btn_Cancel.TabIndex = 34;
this.btn_Cancel.Text = "取 消";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// btn_OK
//
this.btn_OK.Location = new System.Drawing.Point(117, 149);
this.btn_OK.Margin = new System.Windows.Forms.Padding(4);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(100, 29);
this.btn_OK.TabIndex = 33;
this.btn_OK.Text = "确 定";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// Hierak
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(500, 219);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.comboBox_CrtLayer);
this.Controls.Add(this.label_CrtLayer);
this.Controls.Add(this.textBox_Gap);
this.Controls.Add(this.label_Gap);
this.Name = "Hierak";
this.Text = "等高线分层";
this.Load += new System.EventHandler(this.Hierak_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox comboBox_CrtLayer;
private System.Windows.Forms.Label label_CrtLayer;
private System.Windows.Forms.TextBox textBox_Gap;
private System.Windows.Forms.Label label_Gap;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Button btn_OK;
}
}