namespace HCTools
{
partial class PtCheck
{
///
/// 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.label_ElePoint = new System.Windows.Forms.Label();
this.comboBox_blc = new System.Windows.Forms.ComboBox();
this.label_Blc = new System.Windows.Forms.Label();
this.comboBox_ElePoint = new System.Windows.Forms.ComboBox();
this.btn_Cancel = new System.Windows.Forms.Button();
this.btn_OK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label_ElePoint
//
this.label_ElePoint.AutoSize = true;
this.label_ElePoint.Location = new System.Drawing.Point(58, 38);
this.label_ElePoint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_ElePoint.Name = "label_ElePoint";
this.label_ElePoint.Size = new System.Drawing.Size(157, 15);
this.label_ElePoint.TabIndex = 52;
this.label_ElePoint.Text = "高程点所在图层选择:";
//
// comboBox_blc
//
this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_blc.FormattingEnabled = true;
this.comboBox_blc.Items.AddRange(new object[] {
"1:500",
"1:1000",
"1:2000",
"1:5000"});
this.comboBox_blc.Location = new System.Drawing.Point(221, 93);
this.comboBox_blc.Margin = new System.Windows.Forms.Padding(4);
this.comboBox_blc.Name = "comboBox_blc";
this.comboBox_blc.Size = new System.Drawing.Size(160, 23);
this.comboBox_blc.TabIndex = 59;
//
// label_Blc
//
this.label_Blc.AutoSize = true;
this.label_Blc.Location = new System.Drawing.Point(116, 96);
this.label_Blc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_Blc.Name = "label_Blc";
this.label_Blc.Size = new System.Drawing.Size(97, 15);
this.label_Blc.TabIndex = 58;
this.label_Blc.Text = "比例尺选择:";
//
// comboBox_ElePoint
//
this.comboBox_ElePoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_ElePoint.FormattingEnabled = true;
this.comboBox_ElePoint.Location = new System.Drawing.Point(221, 35);
this.comboBox_ElePoint.Margin = new System.Windows.Forms.Padding(4);
this.comboBox_ElePoint.MaxDropDownItems = 30;
this.comboBox_ElePoint.Name = "comboBox_ElePoint";
this.comboBox_ElePoint.Size = new System.Drawing.Size(160, 23);
this.comboBox_ElePoint.TabIndex = 53;
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(263, 154);
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 = 61;
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(107, 154);
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 = 60;
this.btn_OK.Text = "确 定";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// PtCheck
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 206);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.label_ElePoint);
this.Controls.Add(this.comboBox_blc);
this.Controls.Add(this.label_Blc);
this.Controls.Add(this.comboBox_ElePoint);
this.Name = "PtCheck";
this.Text = "高程点检查";
this.Load += new System.EventHandler(this.PtCheck_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_ElePoint;
private System.Windows.Forms.ComboBox comboBox_blc;
private System.Windows.Forms.Label label_Blc;
private System.Windows.Forms.ComboBox comboBox_ElePoint;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Button btn_OK;
}
}