using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe { partial class FrmFlySetDlg { /// <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(FrmFlySetDlg)); 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.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.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); 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 = "米"; // // 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 = "飞行拐弯速度:"; // // 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(38, 123); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 9; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.button1_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(194, 123); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 10; this.buttonX2.Text = "取消"; // // FrmFlySetDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(310, 150); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupBox1); 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 = "FrmFlySetDlg"; 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 TextBox textBoxHeight; private TextBox textBoxFlySpeed; private Label label1; private Label label2; private Label label3; private Label label4; private GroupBox groupBox1; private Label label5; private Label label6; private TextBox textBoxRotateSpeed; private ButtonX buttonX1; private ButtonX buttonX2; } }