namespace WorldGIS { partial class FrmSetSelectLevel { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSetSelectLevel)); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.OK; this.button2.Location = new System.Drawing.Point(55, 78); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(61, 22); this.button2.TabIndex = 6; this.button2.Text = "确定"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button3.Location = new System.Drawing.Point(167, 78); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(61, 22); this.button3.TabIndex = 7; this.button3.Text = "取消"; this.button3.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 2; this.label1.Text = "选择层次:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(72, 29); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(163, 21); this.textBox2.TabIndex = 3; // // groupBox1 // this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(11, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(252, 67); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "输入选择层次"; // // FrmSetSellevel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(274, 106); this.Controls.Add(this.button2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetSellevel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "指定选择层次"; this.Load += new System.EventHandler(this.ExtraTerrain_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.GroupBox groupBox1; } }