namespace HCTools
{
partial class Joinedge_Form
{
///
/// 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.comboBox_tk = new System.Windows.Forms.ComboBox();
this.button_ok = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBox_sele = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(61, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 15);
this.label1.TabIndex = 0;
this.label1.Text = "图幅框所在图层:";
//
// comboBox_tk
//
this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_tk.FormattingEnabled = true;
this.comboBox_tk.Location = new System.Drawing.Point(206, 35);
this.comboBox_tk.Name = "comboBox_tk";
this.comboBox_tk.Size = new System.Drawing.Size(158, 23);
this.comboBox_tk.TabIndex = 1;
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(181, 137);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 31);
this.button_ok.TabIndex = 2;
this.button_ok.Text = "确 定";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(64, 91);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 15);
this.label2.TabIndex = 3;
this.label2.Text = "搜索阈值:";
//
// textBox_sele
//
this.textBox_sele.Location = new System.Drawing.Point(206, 88);
this.textBox_sele.Name = "textBox_sele";
this.textBox_sele.Size = new System.Drawing.Size(100, 25);
this.textBox_sele.TabIndex = 4;
this.textBox_sele.Text = "0.001";
//
// Joinedge_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(475, 206);
this.Controls.Add(this.textBox_sele);
this.Controls.Add(this.label2);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.comboBox_tk);
this.Controls.Add(this.label1);
this.Name = "Joinedge_Form";
this.Text = "图幅接边";
this.Load += new System.EventHandler(this.Joinedge_Form_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox_tk;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_sele;
}
}