namespace HCTools { partial class EleptDensity { /// /// 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.label2 = new System.Windows.Forms.Label(); this.comboBox_ptLayer = new System.Windows.Forms.ComboBox(); this.comboBox_gw = new System.Windows.Forms.ComboBox(); this.button_ok = new System.Windows.Forms.Button(); this.button_cancel = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.textBox_density = new System.Windows.Forms.TextBox(); this.checkBox_upon = new System.Windows.Forms.CheckBox(); this.checkBox_below = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(51, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 15); this.label1.TabIndex = 0; this.label1.Text = "高程点所在图层:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(66, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 15); this.label2.TabIndex = 1; this.label2.Text = "格网所在图层:"; // // comboBox_ptLayer // this.comboBox_ptLayer.FormattingEnabled = true; this.comboBox_ptLayer.Location = new System.Drawing.Point(184, 23); this.comboBox_ptLayer.Name = "comboBox_ptLayer"; this.comboBox_ptLayer.Size = new System.Drawing.Size(197, 23); this.comboBox_ptLayer.TabIndex = 2; // // comboBox_gw // this.comboBox_gw.FormattingEnabled = true; this.comboBox_gw.Location = new System.Drawing.Point(184, 72); this.comboBox_gw.Name = "comboBox_gw"; this.comboBox_gw.Size = new System.Drawing.Size(197, 23); this.comboBox_gw.TabIndex = 3; // // button_ok // this.button_ok.Location = new System.Drawing.Point(99, 167); this.button_ok.Name = "button_ok"; this.button_ok.Size = new System.Drawing.Size(75, 29); this.button_ok.TabIndex = 6; 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(289, 167); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(75, 29); this.button_cancel.TabIndex = 7; 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(45, 128); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 15); this.label3.TabIndex = 8; this.label3.Text = "密度:"; // // textBox_density // this.textBox_density.Location = new System.Drawing.Point(103, 122); this.textBox_density.Name = "textBox_density"; this.textBox_density.Size = new System.Drawing.Size(100, 25); this.textBox_density.TabIndex = 9; // // checkBox_upon // this.checkBox_upon.AutoSize = true; this.checkBox_upon.Location = new System.Drawing.Point(345, 124); this.checkBox_upon.Name = "checkBox_upon"; this.checkBox_upon.Size = new System.Drawing.Size(89, 19); this.checkBox_upon.TabIndex = 10; this.checkBox_upon.Text = "大于密度"; this.checkBox_upon.UseVisualStyleBackColor = true; // // checkBox_below // this.checkBox_below.AutoSize = true; this.checkBox_below.Location = new System.Drawing.Point(235, 124); this.checkBox_below.Name = "checkBox_below"; this.checkBox_below.Size = new System.Drawing.Size(89, 19); this.checkBox_below.TabIndex = 11; this.checkBox_below.Text = "小于密度"; this.checkBox_below.UseVisualStyleBackColor = true; // // EleptDensity // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(468, 219); 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 = "EleptDensity"; this.Text = "高程点密度检查"; this.Load += new System.EventHandler(this.EleptDensity_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox_ptLayer; private System.Windows.Forms.ComboBox comboBox_gw; private System.Windows.Forms.Button button_ok; private System.Windows.Forms.Button button_cancel; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox_density; private System.Windows.Forms.CheckBox checkBox_upon; private System.Windows.Forms.CheckBox checkBox_below; } }