namespace HCTools
{
partial class DGXGeneral
{
///
/// 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.checkedListBox_dgxtc = new System.Windows.Forms.CheckedListBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comboBox_dgj = new System.Windows.Forms.ComboBox();
this.butn_ok = new System.Windows.Forms.Button();
this.butn_cancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// checkedListBox_dgxtc
//
this.checkedListBox_dgxtc.FormattingEnabled = true;
this.checkedListBox_dgxtc.Location = new System.Drawing.Point(44, 102);
this.checkedListBox_dgxtc.Name = "checkedListBox_dgxtc";
this.checkedListBox_dgxtc.Size = new System.Drawing.Size(235, 264);
this.checkedListBox_dgxtc.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(112, 15);
this.label1.TabIndex = 1;
this.label1.Text = "转换后等高距:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(127, 15);
this.label2.TabIndex = 2;
this.label2.Text = "选择等高线图层:";
//
// comboBox_dgj
//
this.comboBox_dgj.FormattingEnabled = true;
this.comboBox_dgj.Items.AddRange(new object[] {
"0.5",
"1",
"2",
"2.5",
"5",
"10",
"20",
"40",
"50"});
this.comboBox_dgj.Location = new System.Drawing.Point(134, 32);
this.comboBox_dgj.Name = "comboBox_dgj";
this.comboBox_dgj.Size = new System.Drawing.Size(155, 23);
this.comboBox_dgj.TabIndex = 3;
//
// butn_ok
//
this.butn_ok.Location = new System.Drawing.Point(28, 389);
this.butn_ok.Name = "butn_ok";
this.butn_ok.Size = new System.Drawing.Size(75, 23);
this.butn_ok.TabIndex = 4;
this.butn_ok.Text = "确 定";
this.butn_ok.UseVisualStyleBackColor = true;
this.butn_ok.Click += new System.EventHandler(this.butn_ok_Click);
//
// butn_cancel
//
this.butn_cancel.Location = new System.Drawing.Point(214, 389);
this.butn_cancel.Name = "butn_cancel";
this.butn_cancel.Size = new System.Drawing.Size(75, 23);
this.butn_cancel.TabIndex = 5;
this.butn_cancel.Text = "取 消";
this.butn_cancel.UseVisualStyleBackColor = true;
//
// DGXGeneral
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(338, 424);
this.Controls.Add(this.butn_cancel);
this.Controls.Add(this.butn_ok);
this.Controls.Add(this.comboBox_dgj);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.checkedListBox_dgxtc);
this.Name = "DGXGeneral";
this.Text = "等高线缩编";
this.Load += new System.EventHandler(this.DGXGeneral_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckedListBox checkedListBox_dgxtc;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox_dgj;
private System.Windows.Forms.Button butn_ok;
private System.Windows.Forms.Button butn_cancel;
}
}