123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
-
- namespace CutDGX
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows 窗体设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBox_jqx = new System.Windows.Forms.ComboBox();
- this.comboBox_sqx = new System.Windows.Forms.ComboBox();
- this.textBox_cj = new System.Windows.Forms.TextBox();
- this.textBox_ignore = new System.Windows.Forms.TextBox();
- this.button_ok = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(64, 48);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(97, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "计曲线图层:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(67, 114);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(97, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "首曲线图层:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(371, 48);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(82, 15);
- this.label3.TabIndex = 2;
- this.label3.Text = "裁剪宽度:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(359, 119);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(97, 15);
- this.label4.TabIndex = 3;
- this.label4.Text = "可忽略阈值:";
- //
- // comboBox_jqx
- //
- this.comboBox_jqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_jqx.FormattingEnabled = true;
- this.comboBox_jqx.Location = new System.Drawing.Point(170, 45);
- this.comboBox_jqx.Name = "comboBox_jqx";
- this.comboBox_jqx.Size = new System.Drawing.Size(141, 23);
- this.comboBox_jqx.TabIndex = 4;
- //
- // comboBox_sqx
- //
- this.comboBox_sqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_sqx.FormattingEnabled = true;
- this.comboBox_sqx.Location = new System.Drawing.Point(173, 111);
- this.comboBox_sqx.Name = "comboBox_sqx";
- this.comboBox_sqx.Size = new System.Drawing.Size(141, 23);
- this.comboBox_sqx.TabIndex = 5;
- //
- // textBox_cj
- //
- this.textBox_cj.Location = new System.Drawing.Point(462, 45);
- this.textBox_cj.Name = "textBox_cj";
- this.textBox_cj.Size = new System.Drawing.Size(100, 25);
- this.textBox_cj.TabIndex = 6;
- //
- // textBox_ignore
- //
- this.textBox_ignore.Location = new System.Drawing.Point(462, 109);
- this.textBox_ignore.Name = "textBox_ignore";
- this.textBox_ignore.Size = new System.Drawing.Size(100, 25);
- this.textBox_ignore.TabIndex = 7;
- //
- // button_ok
- //
- this.button_ok.Location = new System.Drawing.Point(290, 169);
- this.button_ok.Name = "button_ok";
- this.button_ok.Size = new System.Drawing.Size(75, 33);
- this.button_ok.TabIndex = 10;
- this.button_ok.Text = "确 定";
- this.button_ok.UseVisualStyleBackColor = true;
- this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(664, 228);
- this.Controls.Add(this.button_ok);
- this.Controls.Add(this.textBox_ignore);
- this.Controls.Add(this.textBox_cj);
- this.Controls.Add(this.comboBox_sqx);
- this.Controls.Add(this.comboBox_jqx);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "Form1";
- this.Text = "等高线裁剪";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox comboBox_jqx;
- private System.Windows.Forms.ComboBox comboBox_sqx;
- private System.Windows.Forms.TextBox textBox_cj;
- private System.Windows.Forms.TextBox textBox_ignore;
- private System.Windows.Forms.Button button_ok;
- }
- }
|