using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe { partial class FrmSetFlytoPos { /// <summary> /// Required designer variable. /// </summary> private 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(FrmSetFlytoPos)); this.textBoxXLon = 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.textBoxXLat = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // textBoxXLon // this.textBoxXLon.Location = new System.Drawing.Point(77, 28); this.textBoxXLon.Name = "textBoxXLon"; this.textBoxXLon.Size = new System.Drawing.Size(204, 21); this.textBoxXLon.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.textBoxXLat); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBoxXLon); this.groupBox1.Location = new System.Drawing.Point(11, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(310, 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(77, 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(30, 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(30, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 4; this.label2.Text = "经度:"; // // textBoxXLat // this.textBoxXLat.Location = new System.Drawing.Point(77, 55); this.textBoxXLat.Name = "textBoxXLat"; this.textBoxXLat.Size = new System.Drawing.Size(204, 21); this.textBoxXLat.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "纬度:"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonX1.Location = new System.Drawing.Point(63, 141); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(61, 22); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 11; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.button2_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonX2.Location = new System.Drawing.Point(222, 141); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(61, 22); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 12; this.buttonX2.Text = "取消"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // FrmSetFlytoPos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(333, 170); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetFlytoPos"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "飞行到目标点"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSetFlytoPos_FormClosing); this.Load += new System.EventHandler(this.SetLatLonPos_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private TextBox textBoxXLon; private GroupBox groupBox1; private Label label2; private TextBox textBoxXLat; private Label label1; private TextBox textBox3; private Label label3; private ButtonX buttonX1; private ButtonX buttonX2; } }