namespace SIASUN.Autopilot.View { partial class FormTest { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.picExControl1 = new SIASUN.Autopilot.View.PicExControl(); this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.txt_Add = new DevExpress.XtraEditors.TextEdit(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txt_Stree = new DevExpress.XtraEditors.TextEdit(); this.btn_Angle = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.txt_Add.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Stree.Properties)).BeginInit(); this.SuspendLayout(); // // picExControl1 // this.picExControl1.AllawDraw = false; this.picExControl1.BIsStretch = false; this.picExControl1.ImageRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.picExControl1.IsFirstZoom = true; this.picExControl1.Location = new System.Drawing.Point(377, 19); this.picExControl1.Margin = new System.Windows.Forms.Padding(4); this.picExControl1.Name = "picExControl1"; this.picExControl1.RectColor = System.Drawing.Color.Red; this.picExControl1.Size = new System.Drawing.Size(1212, 866); this.picExControl1.TabIndex = 0; // // toolTipController1 // this.toolTipController1.Rounded = true; this.toolTipController1.ShowBeak = true; this.toolTipController1.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(31, 37); this.simpleButton1.Margin = new System.Windows.Forms.Padding(4); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(100, 29); this.simpleButton1.TabIndex = 1; this.simpleButton1.Text = "测试行车路线"; this.simpleButton1.Click += new System.EventHandler(this.button5_Click); // // btn_Add // this.btn_Add.Location = new System.Drawing.Point(174, 258); this.btn_Add.Margin = new System.Windows.Forms.Padding(4); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(100, 29); this.btn_Add.TabIndex = 2; this.btn_Add.Text = "加减速"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // txt_Add // this.txt_Add.Location = new System.Drawing.Point(31, 261); this.txt_Add.Name = "txt_Add"; this.txt_Add.Size = new System.Drawing.Size(100, 24); this.txt_Add.TabIndex = 3; // // label1 // this.label1.Location = new System.Drawing.Point(28, 195); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(246, 42); this.label1.TabIndex = 4; this.label1.Text = "请先输入加速和减速系数,加速为正,减速为负,值为浮点型"; // // label2 // this.label2.Location = new System.Drawing.Point(28, 334); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(246, 42); this.label2.TabIndex = 5; this.label2.Text = "请先输入转盘系数,值为浮点型"; // // txt_Stree // this.txt_Stree.Location = new System.Drawing.Point(31, 379); this.txt_Stree.Name = "txt_Stree"; this.txt_Stree.Size = new System.Drawing.Size(100, 24); this.txt_Stree.TabIndex = 6; // // btn_Angle // this.btn_Angle.Location = new System.Drawing.Point(174, 374); this.btn_Angle.Margin = new System.Windows.Forms.Padding(4); this.btn_Angle.Name = "btn_Angle"; this.btn_Angle.Size = new System.Drawing.Size(100, 29); this.btn_Angle.TabIndex = 7; this.btn_Angle.Text = "方向"; this.btn_Angle.Click += new System.EventHandler(this.btn_Angle_Click); // // FormTest // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1624, 900); this.Controls.Add(this.btn_Angle); this.Controls.Add(this.txt_Stree); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txt_Add); this.Controls.Add(this.btn_Add); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.picExControl1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FormTest"; this.Text = "FormTest"; this.Load += new System.EventHandler(this.FormTest_Load); ((System.ComponentModel.ISupportInitialize)(this.txt_Add.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Stree.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private SIASUN.Autopilot.View.PicExControl picExControl1; private DevExpress.Utils.ToolTipController toolTipController1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.TextEdit txt_Add; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private DevExpress.XtraEditors.TextEdit txt_Stree; private DevExpress.XtraEditors.SimpleButton btn_Angle; } }