123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
-
- namespace HCTools
- {
- partial class EleptDensity
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|