namespace HCTools
{
partial class DeleteElept
{
///
/// 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.comboBox_gcd = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.checkedListBox_ly = new System.Windows.Forms.CheckedListBox();
this.button_ok = new System.Windows.Forms.Button();
this.button_cancel = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.comboBox_blc = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(54, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 15);
this.label1.TabIndex = 0;
this.label1.Text = "高程点所在图层:";
//
// comboBox_gcd
//
this.comboBox_gcd.FormattingEnabled = true;
this.comboBox_gcd.Location = new System.Drawing.Point(180, 25);
this.comboBox_gcd.Name = "comboBox_gcd";
this.comboBox_gcd.Size = new System.Drawing.Size(222, 23);
this.comboBox_gcd.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 111);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(202, 15);
this.label2.TabIndex = 2;
this.label2.Text = "需要删除内部高程点的图层:";
//
// checkedListBox_ly
//
this.checkedListBox_ly.FormattingEnabled = true;
this.checkedListBox_ly.Location = new System.Drawing.Point(91, 140);
this.checkedListBox_ly.Name = "checkedListBox_ly";
this.checkedListBox_ly.Size = new System.Drawing.Size(379, 184);
this.checkedListBox_ly.TabIndex = 3;
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(133, 345);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 31);
this.button_ok.TabIndex = 4;
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(355, 345);
this.button_cancel.Name = "button_cancel";
this.button_cancel.Size = new System.Drawing.Size(75, 31);
this.button_cancel.TabIndex = 5;
this.button_cancel.Text = "取 消";
this.button_cancel.UseVisualStyleBackColor = true;
this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(114, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 15);
this.label3.TabIndex = 6;
this.label3.Text = "比例尺:";
//
// comboBox_blc
//
this.comboBox_blc.FormattingEnabled = true;
this.comboBox_blc.Items.AddRange(new object[] {
"1:500",
"1:1000",
"1:2000",
"1:5000"});
this.comboBox_blc.Location = new System.Drawing.Point(180, 63);
this.comboBox_blc.Name = "comboBox_blc";
this.comboBox_blc.Size = new System.Drawing.Size(222, 23);
this.comboBox_blc.TabIndex = 7;
//
// DeleteElept
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(535, 388);
this.Controls.Add(this.comboBox_blc);
this.Controls.Add(this.label3);
this.Controls.Add(this.button_cancel);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.checkedListBox_ly);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBox_gcd);
this.Controls.Add(this.label1);
this.Name = "DeleteElept";
this.Text = "删除内部高程点";
this.Load += new System.EventHandler(this.DeleteElept_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox_gcd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckedListBox checkedListBox_ly;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Button button_cancel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comboBox_blc;
}
}