Form1.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace Test
  2. {
  3. partial class obstacleDetectionForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.laserDataChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.tb_angleLeft = new System.Windows.Forms.TextBox();
  36. this.tb_angleRight = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.lb_obstacle = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.textBox3 = new System.Windows.Forms.TextBox();
  42. this.button3 = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.laserDataChart)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // button1
  47. //
  48. this.button1.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.button1.Location = new System.Drawing.Point(587, 743);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(91, 58);
  52. this.button1.TabIndex = 1;
  53. this.button1.Text = "开始";
  54. this.button1.UseVisualStyleBackColor = true;
  55. this.button1.Click += new System.EventHandler(this.button1_Click);
  56. //
  57. // laserDataChart
  58. //
  59. chartArea1.Name = "ChartArea1";
  60. this.laserDataChart.ChartAreas.Add(chartArea1);
  61. legend1.Name = "Legend1";
  62. this.laserDataChart.Legends.Add(legend1);
  63. this.laserDataChart.Location = new System.Drawing.Point(26, 69);
  64. this.laserDataChart.Name = "laserDataChart";
  65. series1.ChartArea = "ChartArea1";
  66. series1.Legend = "Legend1";
  67. series1.Name = "Series1";
  68. this.laserDataChart.Series.Add(series1);
  69. this.laserDataChart.Size = new System.Drawing.Size(1764, 623);
  70. this.laserDataChart.TabIndex = 2;
  71. this.laserDataChart.Text = "雷达数据可视化";
  72. //
  73. // button2
  74. //
  75. this.button2.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.button2.Location = new System.Drawing.Point(1032, 743);
  77. this.button2.Name = "button2";
  78. this.button2.Size = new System.Drawing.Size(103, 58);
  79. this.button2.TabIndex = 3;
  80. this.button2.Text = "结束";
  81. this.button2.UseVisualStyleBackColor = true;
  82. this.button2.Click += new System.EventHandler(this.button2_Click);
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Location = new System.Drawing.Point(109, 31);
  88. this.label1.Name = "label1";
  89. this.label1.Size = new System.Drawing.Size(52, 15);
  90. this.label1.TabIndex = 4;
  91. this.label1.Text = "角度:";
  92. //
  93. // tb_angleLeft
  94. //
  95. this.tb_angleLeft.Location = new System.Drawing.Point(194, 21);
  96. this.tb_angleLeft.Name = "tb_angleLeft";
  97. this.tb_angleLeft.Size = new System.Drawing.Size(100, 25);
  98. this.tb_angleLeft.TabIndex = 5;
  99. this.tb_angleLeft.Text = "-45";
  100. //
  101. // tb_angleRight
  102. //
  103. this.tb_angleRight.Location = new System.Drawing.Point(376, 21);
  104. this.tb_angleRight.Name = "tb_angleRight";
  105. this.tb_angleRight.Size = new System.Drawing.Size(100, 25);
  106. this.tb_angleRight.TabIndex = 6;
  107. this.tb_angleRight.Text = "225";
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.Location = new System.Drawing.Point(315, 31);
  113. this.label2.Name = "label2";
  114. this.label2.Size = new System.Drawing.Size(22, 15);
  115. this.label2.TabIndex = 7;
  116. this.label2.Text = "到";
  117. //
  118. // label3
  119. //
  120. this.label3.AutoSize = true;
  121. this.label3.Location = new System.Drawing.Point(1180, 30);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(67, 15);
  124. this.label3.TabIndex = 8;
  125. this.label3.Text = "障碍物:";
  126. //
  127. // lb_obstacle
  128. //
  129. this.lb_obstacle.AutoSize = true;
  130. this.lb_obstacle.Location = new System.Drawing.Point(1238, 31);
  131. this.lb_obstacle.Name = "lb_obstacle";
  132. this.lb_obstacle.Size = new System.Drawing.Size(23, 15);
  133. this.lb_obstacle.TabIndex = 9;
  134. this.lb_obstacle.Text = "-1";
  135. //
  136. // label5
  137. //
  138. this.label5.AutoSize = true;
  139. this.label5.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.label5.Location = new System.Drawing.Point(679, 31);
  141. this.label5.Name = "label5";
  142. this.label5.Size = new System.Drawing.Size(66, 19);
  143. this.label5.TabIndex = 10;
  144. this.label5.Text = "误差:";
  145. //
  146. // textBox3
  147. //
  148. this.textBox3.Location = new System.Drawing.Point(751, 25);
  149. this.textBox3.Name = "textBox3";
  150. this.textBox3.Size = new System.Drawing.Size(53, 25);
  151. this.textBox3.TabIndex = 11;
  152. this.textBox3.Text = "40";
  153. //
  154. // button3
  155. //
  156. this.button3.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.button3.Location = new System.Drawing.Point(797, 743);
  158. this.button3.Name = "button3";
  159. this.button3.Size = new System.Drawing.Size(98, 58);
  160. this.button3.TabIndex = 12;
  161. this.button3.Text = "暂停";
  162. this.button3.UseVisualStyleBackColor = true;
  163. this.button3.Click += new System.EventHandler(this.button3_Click);
  164. //
  165. // obstacleDetectionForm
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.ClientSize = new System.Drawing.Size(1791, 837);
  170. this.Controls.Add(this.button3);
  171. this.Controls.Add(this.textBox3);
  172. this.Controls.Add(this.label5);
  173. this.Controls.Add(this.lb_obstacle);
  174. this.Controls.Add(this.label3);
  175. this.Controls.Add(this.label2);
  176. this.Controls.Add(this.tb_angleRight);
  177. this.Controls.Add(this.tb_angleLeft);
  178. this.Controls.Add(this.label1);
  179. this.Controls.Add(this.button2);
  180. this.Controls.Add(this.laserDataChart);
  181. this.Controls.Add(this.button1);
  182. this.Name = "obstacleDetectionForm";
  183. this.Text = "防撞雷达程序";
  184. ((System.ComponentModel.ISupportInitialize)(this.laserDataChart)).EndInit();
  185. this.ResumeLayout(false);
  186. this.PerformLayout();
  187. }
  188. #endregion
  189. private System.Windows.Forms.Button button1;
  190. private System.Windows.Forms.DataVisualization.Charting.Chart laserDataChart;
  191. private System.Windows.Forms.Button button2;
  192. private System.Windows.Forms.Label label1;
  193. private System.Windows.Forms.TextBox tb_angleLeft;
  194. private System.Windows.Forms.TextBox tb_angleRight;
  195. private System.Windows.Forms.Label label2;
  196. private System.Windows.Forms.Label label3;
  197. private System.Windows.Forms.Label lb_obstacle;
  198. private System.Windows.Forms.Label label5;
  199. private System.Windows.Forms.TextBox textBox3;
  200. private System.Windows.Forms.Button button3;
  201. }
  202. }