namespace WorldGIS { partial class FrmFlyToLatLonPos { /// <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(FrmFlyToLatLonPos)); this.button2 = new System.Windows.Forms.Button(); this.textbox1 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.OK; this.button2.Location = new System.Drawing.Point(48, 141); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(61, 22); this.button2.TabIndex = 9; this.button2.Text = "确定"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textbox1 // this.textbox1.Location = new System.Drawing.Point(81, 28); this.textbox1.Name = "textbox1"; this.textbox1.Size = new System.Drawing.Size(204, 21); this.textbox1.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textbox1); this.groupBox1.Location = new System.Drawing.Point(12, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(323, 122); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "输入要到达的坐标,例如:116.6,39.9,1000"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(81, 82); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(204, 21); this.textBox3.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(34, 87); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 5; this.label3.Text = "高度:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 4; this.label2.Text = "经度:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(81, 55); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(204, 21); this.textBox2.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "纬度:"; // // button3 // this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button3.Location = new System.Drawing.Point(225, 141); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(61, 22); this.button3.TabIndex = 10; this.button3.Text = "取消"; this.button3.UseVisualStyleBackColor = true; // // SetLatLonPos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(353, 176); 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 = "SetLatLonPos"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "飞行到目标点"; this.Load += new System.EventHandler(this.SetLatLonPos_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textbox1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; } }