123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
-
- namespace HCTools
- {
- partial class CheckL
- {
- /// <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.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.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.comboBox_sqx = new System.Windows.Forms.ComboBox();
- this.comboBox_jqx = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // textBox_Gap
- //
- this.textBox_Gap.Location = new System.Drawing.Point(167, 127);
- this.textBox_Gap.Name = "textBox_Gap";
- this.textBox_Gap.Size = new System.Drawing.Size(169, 25);
- this.textBox_Gap.TabIndex = 3;
- //
- // 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(94, 130);
- this.label_Gap.Name = "label_Gap";
- this.label_Gap.Size = new System.Drawing.Size(67, 15);
- this.label_Gap.TabIndex = 2;
- this.label_Gap.Text = "等高距:";
- //
- // btn_Cancel
- //
- this.btn_Cancel.Location = new System.Drawing.Point(255, 171);
- 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(77, 171);
- 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);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(64, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(97, 15);
- this.label1.TabIndex = 35;
- this.label1.Text = "首曲线图层:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(64, 74);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(97, 15);
- this.label2.TabIndex = 36;
- this.label2.Text = "计曲线图层:";
- //
- // comboBox_sqx
- //
- this.comboBox_sqx.FormattingEnabled = true;
- this.comboBox_sqx.Location = new System.Drawing.Point(167, 22);
- this.comboBox_sqx.Name = "comboBox_sqx";
- this.comboBox_sqx.Size = new System.Drawing.Size(169, 23);
- this.comboBox_sqx.TabIndex = 37;
- //
- // comboBox_jqx
- //
- this.comboBox_jqx.FormattingEnabled = true;
- this.comboBox_jqx.Location = new System.Drawing.Point(167, 71);
- this.comboBox_jqx.Name = "comboBox_jqx";
- this.comboBox_jqx.Size = new System.Drawing.Size(169, 23);
- this.comboBox_jqx.TabIndex = 38;
- //
- // CheckL
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(434, 213);
- this.Controls.Add(this.comboBox_jqx);
- this.Controls.Add(this.comboBox_sqx);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btn_Cancel);
- this.Controls.Add(this.btn_OK);
- this.Controls.Add(this.textBox_Gap);
- this.Controls.Add(this.label_Gap);
- this.Name = "CheckL";
- this.Text = "等高线检查";
- this.Load += new System.EventHandler(this.CheckL_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- 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;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox comboBox_sqx;
- private System.Windows.Forms.ComboBox comboBox_jqx;
- }
- }
|