FormTest.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace SIASUN.Autopilot.View
  2. {
  3. partial class FormTest
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.picExControl1 = new SIASUN.Autopilot.View.PicExControl();
  30. this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
  31. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  33. this.txt_Add = new DevExpress.XtraEditors.TextEdit();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.txt_Stree = new DevExpress.XtraEditors.TextEdit();
  37. this.btn_Angle = new DevExpress.XtraEditors.SimpleButton();
  38. ((System.ComponentModel.ISupportInitialize)(this.txt_Add.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.txt_Stree.Properties)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // picExControl1
  43. //
  44. this.picExControl1.AllawDraw = false;
  45. this.picExControl1.BIsStretch = false;
  46. this.picExControl1.ImageRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  47. this.picExControl1.IsFirstZoom = true;
  48. this.picExControl1.Location = new System.Drawing.Point(377, 19);
  49. this.picExControl1.Margin = new System.Windows.Forms.Padding(4);
  50. this.picExControl1.Name = "picExControl1";
  51. this.picExControl1.RectColor = System.Drawing.Color.Red;
  52. this.picExControl1.Size = new System.Drawing.Size(1212, 866);
  53. this.picExControl1.TabIndex = 0;
  54. //
  55. // toolTipController1
  56. //
  57. this.toolTipController1.Rounded = true;
  58. this.toolTipController1.ShowBeak = true;
  59. this.toolTipController1.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop;
  60. //
  61. // simpleButton1
  62. //
  63. this.simpleButton1.Location = new System.Drawing.Point(31, 37);
  64. this.simpleButton1.Margin = new System.Windows.Forms.Padding(4);
  65. this.simpleButton1.Name = "simpleButton1";
  66. this.simpleButton1.Size = new System.Drawing.Size(100, 29);
  67. this.simpleButton1.TabIndex = 1;
  68. this.simpleButton1.Text = "测试行车路线";
  69. this.simpleButton1.Click += new System.EventHandler(this.button5_Click);
  70. //
  71. // btn_Add
  72. //
  73. this.btn_Add.Location = new System.Drawing.Point(174, 258);
  74. this.btn_Add.Margin = new System.Windows.Forms.Padding(4);
  75. this.btn_Add.Name = "btn_Add";
  76. this.btn_Add.Size = new System.Drawing.Size(100, 29);
  77. this.btn_Add.TabIndex = 2;
  78. this.btn_Add.Text = "加减速";
  79. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  80. //
  81. // txt_Add
  82. //
  83. this.txt_Add.Location = new System.Drawing.Point(31, 261);
  84. this.txt_Add.Name = "txt_Add";
  85. this.txt_Add.Size = new System.Drawing.Size(100, 24);
  86. this.txt_Add.TabIndex = 3;
  87. //
  88. // label1
  89. //
  90. this.label1.Location = new System.Drawing.Point(28, 195);
  91. this.label1.Name = "label1";
  92. this.label1.Size = new System.Drawing.Size(246, 42);
  93. this.label1.TabIndex = 4;
  94. this.label1.Text = "请先输入加速和减速系数,加速为正,减速为负,值为浮点型";
  95. //
  96. // label2
  97. //
  98. this.label2.Location = new System.Drawing.Point(28, 334);
  99. this.label2.Name = "label2";
  100. this.label2.Size = new System.Drawing.Size(246, 42);
  101. this.label2.TabIndex = 5;
  102. this.label2.Text = "请先输入转盘系数,值为浮点型";
  103. //
  104. // txt_Stree
  105. //
  106. this.txt_Stree.Location = new System.Drawing.Point(31, 379);
  107. this.txt_Stree.Name = "txt_Stree";
  108. this.txt_Stree.Size = new System.Drawing.Size(100, 24);
  109. this.txt_Stree.TabIndex = 6;
  110. //
  111. // btn_Angle
  112. //
  113. this.btn_Angle.Location = new System.Drawing.Point(174, 374);
  114. this.btn_Angle.Margin = new System.Windows.Forms.Padding(4);
  115. this.btn_Angle.Name = "btn_Angle";
  116. this.btn_Angle.Size = new System.Drawing.Size(100, 29);
  117. this.btn_Angle.TabIndex = 7;
  118. this.btn_Angle.Text = "方向";
  119. this.btn_Angle.Click += new System.EventHandler(this.btn_Angle_Click);
  120. //
  121. // FormTest
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(1624, 900);
  126. this.Controls.Add(this.btn_Angle);
  127. this.Controls.Add(this.txt_Stree);
  128. this.Controls.Add(this.label2);
  129. this.Controls.Add(this.label1);
  130. this.Controls.Add(this.txt_Add);
  131. this.Controls.Add(this.btn_Add);
  132. this.Controls.Add(this.simpleButton1);
  133. this.Controls.Add(this.picExControl1);
  134. this.Margin = new System.Windows.Forms.Padding(4);
  135. this.Name = "FormTest";
  136. this.Text = "FormTest";
  137. this.Load += new System.EventHandler(this.FormTest_Load);
  138. ((System.ComponentModel.ISupportInitialize)(this.txt_Add.Properties)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.txt_Stree.Properties)).EndInit();
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. private SIASUN.Autopilot.View.PicExControl picExControl1;
  144. private DevExpress.Utils.ToolTipController toolTipController1;
  145. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  146. private DevExpress.XtraEditors.SimpleButton btn_Add;
  147. private DevExpress.XtraEditors.TextEdit txt_Add;
  148. private System.Windows.Forms.Label label1;
  149. private System.Windows.Forms.Label label2;
  150. private DevExpress.XtraEditors.TextEdit txt_Stree;
  151. private DevExpress.XtraEditors.SimpleButton btn_Angle;
  152. }
  153. }