namespace WorldGIS { partial class FrmSetLayerVisibleAltitude { /// <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() { this.buttonOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxMinVisibleAlt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxMaxVisibleAlt = new System.Windows.Forms.TextBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonOK // this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.Location = new System.Drawing.Point(58, 117); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(65, 24); this.buttonOK.TabIndex = 11; this.buttonOK.Text = "确定"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBoxMinVisibleAlt); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBoxMaxVisibleAlt); this.groupBox1.Location = new System.Drawing.Point(10, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(279, 103); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 12); this.label2.TabIndex = 3; this.label2.Text = "最小可见高度:"; // // textBoxMinVisibleAlt // this.textBoxMinVisibleAlt.Location = new System.Drawing.Point(105, 60); this.textBoxMinVisibleAlt.Name = "textBoxMinVisibleAlt"; this.textBoxMinVisibleAlt.Size = new System.Drawing.Size(163, 21); this.textBoxMinVisibleAlt.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 1; this.label1.Text = "最大可见高度:"; // // textBoxMaxVisibleAlt // this.textBoxMaxVisibleAlt.Location = new System.Drawing.Point(106, 29); this.textBoxMaxVisibleAlt.Name = "textBoxMaxVisibleAlt"; this.textBoxMaxVisibleAlt.Size = new System.Drawing.Size(163, 21); this.textBoxMaxVisibleAlt.TabIndex = 0; // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(179, 117); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(65, 24); this.buttonCancel.TabIndex = 12; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; // // FrmLayerVisibleAltitudeSetting // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(299, 148); this.Controls.Add(this.buttonOK); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmLayerVisibleAltitudeSetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图层可见高度"; this.Load += new System.EventHandler(this.FrmLayerVisibleAltitudeSetting_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxMinVisibleAlt; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxMaxVisibleAlt; private System.Windows.Forms.Button buttonCancel; } }