namespace WorldGIS { partial class FrmSetFlyParams { /// <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(FrmSetFlyParams)); this.textBoxHeight = new System.Windows.Forms.TextBox(); this.textBoxFlySpeed = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.textBoxRotateSpeed = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // textBoxHeight // this.textBoxHeight.Location = new System.Drawing.Point(144, 17); this.textBoxHeight.Name = "textBoxHeight"; this.textBoxHeight.Size = new System.Drawing.Size(84, 21); this.textBoxHeight.TabIndex = 0; // // textBoxFlySpeed // this.textBoxFlySpeed.Location = new System.Drawing.Point(144, 44); this.textBoxFlySpeed.Name = "textBoxFlySpeed"; this.textBoxFlySpeed.Size = new System.Drawing.Size(84, 21); this.textBoxFlySpeed.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(29, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 2; this.label1.Text = "沿线飞行高于线:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(28, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 3; this.label2.Text = "飞行速度为:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(233, 47); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 4; this.label3.Text = "米/s"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(234, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 5; this.label4.Text = "米"; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Location = new System.Drawing.Point(48, 123); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 6; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textBoxRotateSpeed); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBoxFlySpeed); this.groupBox1.Controls.Add(this.textBoxHeight); this.groupBox1.Location = new System.Drawing.Point(7, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(296, 110); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(235, 77); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 8; this.label6.Text = "度/s"; // // textBoxRotateSpeed // this.textBoxRotateSpeed.Location = new System.Drawing.Point(144, 71); this.textBoxRotateSpeed.Name = "textBoxRotateSpeed"; this.textBoxRotateSpeed.Size = new System.Drawing.Size(84, 21); this.textBoxRotateSpeed.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(27, 75); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 12); this.label5.TabIndex = 6; this.label5.Text = "飞行拐弯速度:"; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(196, 123); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 8; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; // // FlySetDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(310, 155); this.Controls.Add(this.button2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FlySetDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "沿线飞行设置"; this.Load += new System.EventHandler(this.FlySetDlg_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxHeight; private System.Windows.Forms.TextBox textBoxFlySpeed; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBoxRotateSpeed; } }