namespace HCTools
{
partial class DgxAnno
{
///
/// 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.checkBox_below = new System.Windows.Forms.CheckBox();
this.checkBox_upon = new System.Windows.Forms.CheckBox();
this.textBox_density = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button_cancel = new System.Windows.Forms.Button();
this.button_ok = new System.Windows.Forms.Button();
this.comboBox_gw = new System.Windows.Forms.ComboBox();
this.comboBox_ptLayer = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// checkBox_below
//
this.checkBox_below.AutoSize = true;
this.checkBox_below.Location = new System.Drawing.Point(236, 135);
this.checkBox_below.Name = "checkBox_below";
this.checkBox_below.Size = new System.Drawing.Size(89, 19);
this.checkBox_below.TabIndex = 21;
this.checkBox_below.Text = "小于密度";
this.checkBox_below.UseVisualStyleBackColor = true;
//
// checkBox_upon
//
this.checkBox_upon.AutoSize = true;
this.checkBox_upon.Location = new System.Drawing.Point(346, 135);
this.checkBox_upon.Name = "checkBox_upon";
this.checkBox_upon.Size = new System.Drawing.Size(89, 19);
this.checkBox_upon.TabIndex = 20;
this.checkBox_upon.Text = "大于密度";
this.checkBox_upon.UseVisualStyleBackColor = true;
//
// textBox_density
//
this.textBox_density.Location = new System.Drawing.Point(104, 133);
this.textBox_density.Name = "textBox_density";
this.textBox_density.Size = new System.Drawing.Size(100, 25);
this.textBox_density.TabIndex = 19;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(46, 139);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 15);
this.label3.TabIndex = 18;
this.label3.Text = "密度:";
//
// button_cancel
//
this.button_cancel.Location = new System.Drawing.Point(290, 178);
this.button_cancel.Name = "button_cancel";
this.button_cancel.Size = new System.Drawing.Size(75, 29);
this.button_cancel.TabIndex = 17;
this.button_cancel.Text = "取 消";
this.button_cancel.UseVisualStyleBackColor = true;
this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(100, 178);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 29);
this.button_ok.TabIndex = 16;
this.button_ok.Text = "确 定";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// comboBox_gw
//
this.comboBox_gw.FormattingEnabled = true;
this.comboBox_gw.Location = new System.Drawing.Point(185, 83);
this.comboBox_gw.Name = "comboBox_gw";
this.comboBox_gw.Size = new System.Drawing.Size(197, 23);
this.comboBox_gw.TabIndex = 15;
//
// comboBox_ptLayer
//
this.comboBox_ptLayer.FormattingEnabled = true;
this.comboBox_ptLayer.Location = new System.Drawing.Point(185, 34);
this.comboBox_ptLayer.Name = "comboBox_ptLayer";
this.comboBox_ptLayer.Size = new System.Drawing.Size(197, 23);
this.comboBox_ptLayer.TabIndex = 14;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(67, 86);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 15);
this.label2.TabIndex = 13;
this.label2.Text = "格网所在图层:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(157, 15);
this.label1.TabIndex = 12;
this.label1.Text = "等高线注记所在图层:";
//
// DgxAnno
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(478, 232);
this.Controls.Add(this.checkBox_below);
this.Controls.Add(this.checkBox_upon);
this.Controls.Add(this.textBox_density);
this.Controls.Add(this.label3);
this.Controls.Add(this.button_cancel);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.comboBox_gw);
this.Controls.Add(this.comboBox_ptLayer);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "DgxAnno";
this.Text = "等高线高程注记密度检查";
this.Load += new System.EventHandler(this.DgxAnno_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox checkBox_below;
private System.Windows.Forms.CheckBox checkBox_upon;
private System.Windows.Forms.TextBox textBox_density;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button_cancel;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.ComboBox comboBox_gw;
private System.Windows.Forms.ComboBox comboBox_ptLayer;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}