Form2.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. namespace MOTINOVA_MC_Test
  2. {
  3. partial class Form2
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30. this.zedGraphControl1 = new ZedGraph.ZedGraphControl();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.textBox_Sensor2 = new System.Windows.Forms.TextBox();
  34. this.textBox_MotorSpeed = new System.Windows.Forms.TextBox();
  35. this.textBox_Sensor3 = new System.Windows.Forms.TextBox();
  36. this.textBox_Sensor1 = new System.Windows.Forms.TextBox();
  37. this.textBox_Current = new System.Windows.Forms.TextBox();
  38. this.textBox_Torque = new System.Windows.Forms.TextBox();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.groupBox2 = new System.Windows.Forms.GroupBox();
  45. this.timer1 = new System.Windows.Forms.Timer(this.components);
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.groupBox3 = new System.Windows.Forms.GroupBox();
  50. this.textBox_ReadDataPeriod = new System.Windows.Forms.TextBox();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.checkBox_MotorSpeedLine = new System.Windows.Forms.CheckBox();
  54. this.checkBox_CurrentLine = new System.Windows.Forms.CheckBox();
  55. this.checkBox_Sensor3 = new System.Windows.Forms.CheckBox();
  56. this.checkBox_Sensor2 = new System.Windows.Forms.CheckBox();
  57. this.checkBox_Sensor1 = new System.Windows.Forms.CheckBox();
  58. this.checkBox_TorqueLine = new System.Windows.Forms.CheckBox();
  59. this.timer2 = new System.Windows.Forms.Timer(this.components);
  60. this.checkBox_ReadWave = new System.Windows.Forms.CheckBox();
  61. this.groupBox1.SuspendLayout();
  62. this.groupBox2.SuspendLayout();
  63. this.groupBox3.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // zedGraphControl1
  67. //
  68. this.zedGraphControl1.Location = new System.Drawing.Point(8, 30);
  69. this.zedGraphControl1.Margin = new System.Windows.Forms.Padding(5);
  70. this.zedGraphControl1.Name = "zedGraphControl1";
  71. this.zedGraphControl1.ScrollGrace = 0D;
  72. this.zedGraphControl1.ScrollMaxX = 0D;
  73. this.zedGraphControl1.ScrollMaxY = 0D;
  74. this.zedGraphControl1.ScrollMaxY2 = 0D;
  75. this.zedGraphControl1.ScrollMinX = 0D;
  76. this.zedGraphControl1.ScrollMinY = 0D;
  77. this.zedGraphControl1.ScrollMinY2 = 0D;
  78. this.zedGraphControl1.Size = new System.Drawing.Size(837, 488);
  79. this.zedGraphControl1.TabIndex = 0;
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.label1.Location = new System.Drawing.Point(12, 42);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(65, 20);
  88. this.label1.TabIndex = 1;
  89. this.label1.Text = "踩踏力矩";
  90. //
  91. // groupBox1
  92. //
  93. this.groupBox1.Controls.Add(this.textBox_Sensor2);
  94. this.groupBox1.Controls.Add(this.textBox_MotorSpeed);
  95. this.groupBox1.Controls.Add(this.textBox_Sensor3);
  96. this.groupBox1.Controls.Add(this.textBox_Sensor1);
  97. this.groupBox1.Controls.Add(this.textBox_Current);
  98. this.groupBox1.Controls.Add(this.textBox_Torque);
  99. this.groupBox1.Controls.Add(this.label9);
  100. this.groupBox1.Controls.Add(this.label3);
  101. this.groupBox1.Controls.Add(this.label10);
  102. this.groupBox1.Controls.Add(this.label8);
  103. this.groupBox1.Controls.Add(this.label2);
  104. this.groupBox1.Controls.Add(this.label1);
  105. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  107. this.groupBox1.Name = "groupBox1";
  108. this.groupBox1.Size = new System.Drawing.Size(190, 282);
  109. this.groupBox1.TabIndex = 2;
  110. this.groupBox1.TabStop = false;
  111. this.groupBox1.Text = "实时数据";
  112. //
  113. // textBox_Sensor2
  114. //
  115. this.textBox_Sensor2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.textBox_Sensor2.Location = new System.Drawing.Point(90, 103);
  117. this.textBox_Sensor2.Name = "textBox_Sensor2";
  118. this.textBox_Sensor2.ReadOnly = true;
  119. this.textBox_Sensor2.Size = new System.Drawing.Size(82, 26);
  120. this.textBox_Sensor2.TabIndex = 2;
  121. //
  122. // textBox_MotorSpeed
  123. //
  124. this.textBox_MotorSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.textBox_MotorSpeed.Location = new System.Drawing.Point(90, 199);
  126. this.textBox_MotorSpeed.Name = "textBox_MotorSpeed";
  127. this.textBox_MotorSpeed.ReadOnly = true;
  128. this.textBox_MotorSpeed.Size = new System.Drawing.Size(82, 26);
  129. this.textBox_MotorSpeed.TabIndex = 2;
  130. //
  131. // textBox_Sensor3
  132. //
  133. this.textBox_Sensor3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.textBox_Sensor3.Location = new System.Drawing.Point(90, 135);
  135. this.textBox_Sensor3.Name = "textBox_Sensor3";
  136. this.textBox_Sensor3.ReadOnly = true;
  137. this.textBox_Sensor3.Size = new System.Drawing.Size(82, 26);
  138. this.textBox_Sensor3.TabIndex = 2;
  139. //
  140. // textBox_Sensor1
  141. //
  142. this.textBox_Sensor1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.textBox_Sensor1.Location = new System.Drawing.Point(90, 71);
  144. this.textBox_Sensor1.Name = "textBox_Sensor1";
  145. this.textBox_Sensor1.ReadOnly = true;
  146. this.textBox_Sensor1.Size = new System.Drawing.Size(82, 26);
  147. this.textBox_Sensor1.TabIndex = 2;
  148. //
  149. // textBox_Current
  150. //
  151. this.textBox_Current.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.textBox_Current.Location = new System.Drawing.Point(90, 167);
  153. this.textBox_Current.Name = "textBox_Current";
  154. this.textBox_Current.ReadOnly = true;
  155. this.textBox_Current.Size = new System.Drawing.Size(82, 26);
  156. this.textBox_Current.TabIndex = 2;
  157. //
  158. // textBox_Torque
  159. //
  160. this.textBox_Torque.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.textBox_Torque.Location = new System.Drawing.Point(90, 39);
  162. this.textBox_Torque.Name = "textBox_Torque";
  163. this.textBox_Torque.ReadOnly = true;
  164. this.textBox_Torque.Size = new System.Drawing.Size(82, 26);
  165. this.textBox_Torque.TabIndex = 2;
  166. //
  167. // label9
  168. //
  169. this.label9.AutoSize = true;
  170. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.label9.Location = new System.Drawing.Point(12, 106);
  172. this.label9.Name = "label9";
  173. this.label9.Size = new System.Drawing.Size(59, 20);
  174. this.label9.TabIndex = 1;
  175. this.label9.Text = "传感器2";
  176. //
  177. // label3
  178. //
  179. this.label3.AutoSize = true;
  180. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label3.Location = new System.Drawing.Point(12, 202);
  182. this.label3.Name = "label3";
  183. this.label3.Size = new System.Drawing.Size(65, 20);
  184. this.label3.TabIndex = 1;
  185. this.label3.Text = "马达转速";
  186. //
  187. // label10
  188. //
  189. this.label10.AutoSize = true;
  190. this.label10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.label10.Location = new System.Drawing.Point(12, 138);
  192. this.label10.Name = "label10";
  193. this.label10.Size = new System.Drawing.Size(59, 20);
  194. this.label10.TabIndex = 1;
  195. this.label10.Text = "传感器3";
  196. //
  197. // label8
  198. //
  199. this.label8.AutoSize = true;
  200. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.label8.Location = new System.Drawing.Point(12, 75);
  202. this.label8.Name = "label8";
  203. this.label8.Size = new System.Drawing.Size(59, 20);
  204. this.label8.TabIndex = 1;
  205. this.label8.Text = "传感器1";
  206. //
  207. // label2
  208. //
  209. this.label2.AutoSize = true;
  210. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.label2.Location = new System.Drawing.Point(12, 170);
  212. this.label2.Name = "label2";
  213. this.label2.Size = new System.Drawing.Size(65, 20);
  214. this.label2.TabIndex = 1;
  215. this.label2.Text = "母线电流";
  216. //
  217. // groupBox2
  218. //
  219. this.groupBox2.Controls.Add(this.zedGraphControl1);
  220. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.groupBox2.Location = new System.Drawing.Point(199, 3);
  222. this.groupBox2.Name = "groupBox2";
  223. this.groupBox2.Size = new System.Drawing.Size(853, 526);
  224. this.groupBox2.TabIndex = 2;
  225. this.groupBox2.TabStop = false;
  226. this.groupBox2.Text = "曲线采集";
  227. //
  228. // timer1
  229. //
  230. this.timer1.Enabled = true;
  231. this.timer1.Interval = 200;
  232. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  233. //
  234. // label4
  235. //
  236. this.label4.AutoSize = true;
  237. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.label4.Location = new System.Drawing.Point(7, 545);
  239. this.label4.Name = "label4";
  240. this.label4.Size = new System.Drawing.Size(68, 20);
  241. this.label4.TabIndex = 3;
  242. this.label4.Text = "系统时间:";
  243. //
  244. // button1
  245. //
  246. this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.button1.Location = new System.Drawing.Point(956, 537);
  248. this.button1.Name = "button1";
  249. this.button1.Size = new System.Drawing.Size(96, 36);
  250. this.button1.TabIndex = 4;
  251. this.button1.Text = "曲线保存";
  252. this.button1.UseVisualStyleBackColor = true;
  253. this.button1.Click += new System.EventHandler(this.button1_Click);
  254. //
  255. // label5
  256. //
  257. this.label5.AutoSize = true;
  258. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.label5.Location = new System.Drawing.Point(84, 545);
  260. this.label5.Name = "label5";
  261. this.label5.Size = new System.Drawing.Size(50, 20);
  262. this.label5.TabIndex = 5;
  263. this.label5.Text = "label5";
  264. //
  265. // groupBox3
  266. //
  267. this.groupBox3.Controls.Add(this.textBox_ReadDataPeriod);
  268. this.groupBox3.Controls.Add(this.label7);
  269. this.groupBox3.Controls.Add(this.label6);
  270. this.groupBox3.Controls.Add(this.checkBox_MotorSpeedLine);
  271. this.groupBox3.Controls.Add(this.checkBox_CurrentLine);
  272. this.groupBox3.Controls.Add(this.checkBox_Sensor3);
  273. this.groupBox3.Controls.Add(this.checkBox_Sensor2);
  274. this.groupBox3.Controls.Add(this.checkBox_Sensor1);
  275. this.groupBox3.Controls.Add(this.checkBox_TorqueLine);
  276. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.groupBox3.Location = new System.Drawing.Point(3, 291);
  278. this.groupBox3.Name = "groupBox3";
  279. this.groupBox3.Size = new System.Drawing.Size(190, 238);
  280. this.groupBox3.TabIndex = 6;
  281. this.groupBox3.TabStop = false;
  282. this.groupBox3.Text = "曲线采集";
  283. //
  284. // textBox_ReadDataPeriod
  285. //
  286. this.textBox_ReadDataPeriod.Location = new System.Drawing.Point(80, 206);
  287. this.textBox_ReadDataPeriod.Name = "textBox_ReadDataPeriod";
  288. this.textBox_ReadDataPeriod.Size = new System.Drawing.Size(70, 26);
  289. this.textBox_ReadDataPeriod.TabIndex = 4;
  290. this.textBox_ReadDataPeriod.Text = "200";
  291. this.textBox_ReadDataPeriod.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  292. //
  293. // label7
  294. //
  295. this.label7.AutoSize = true;
  296. this.label7.Location = new System.Drawing.Point(156, 210);
  297. this.label7.Name = "label7";
  298. this.label7.Size = new System.Drawing.Size(28, 20);
  299. this.label7.TabIndex = 3;
  300. this.label7.Text = "ms";
  301. //
  302. // label6
  303. //
  304. this.label6.AutoSize = true;
  305. this.label6.Location = new System.Drawing.Point(9, 210);
  306. this.label6.Name = "label6";
  307. this.label6.Size = new System.Drawing.Size(65, 20);
  308. this.label6.TabIndex = 3;
  309. this.label6.Text = "采集周期";
  310. //
  311. // checkBox_MotorSpeedLine
  312. //
  313. this.checkBox_MotorSpeedLine.AutoSize = true;
  314. this.checkBox_MotorSpeedLine.Checked = true;
  315. this.checkBox_MotorSpeedLine.CheckState = System.Windows.Forms.CheckState.Checked;
  316. this.checkBox_MotorSpeedLine.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.checkBox_MotorSpeedLine.Location = new System.Drawing.Point(24, 169);
  318. this.checkBox_MotorSpeedLine.Name = "checkBox_MotorSpeedLine";
  319. this.checkBox_MotorSpeedLine.Size = new System.Drawing.Size(112, 24);
  320. this.checkBox_MotorSpeedLine.TabIndex = 2;
  321. this.checkBox_MotorSpeedLine.Text = "马达转速曲线";
  322. this.checkBox_MotorSpeedLine.UseVisualStyleBackColor = true;
  323. this.checkBox_MotorSpeedLine.CheckedChanged += new System.EventHandler(this.checkBox_MotorSpeedLine_CheckedChanged);
  324. //
  325. // checkBox_CurrentLine
  326. //
  327. this.checkBox_CurrentLine.AutoSize = true;
  328. this.checkBox_CurrentLine.Checked = true;
  329. this.checkBox_CurrentLine.CheckState = System.Windows.Forms.CheckState.Checked;
  330. this.checkBox_CurrentLine.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.checkBox_CurrentLine.Location = new System.Drawing.Point(24, 141);
  332. this.checkBox_CurrentLine.Name = "checkBox_CurrentLine";
  333. this.checkBox_CurrentLine.Size = new System.Drawing.Size(112, 24);
  334. this.checkBox_CurrentLine.TabIndex = 1;
  335. this.checkBox_CurrentLine.Text = "母线电流曲线";
  336. this.checkBox_CurrentLine.UseVisualStyleBackColor = true;
  337. this.checkBox_CurrentLine.CheckedChanged += new System.EventHandler(this.checkBox_CurrentLine_CheckedChanged);
  338. //
  339. // checkBox_Sensor3
  340. //
  341. this.checkBox_Sensor3.AutoSize = true;
  342. this.checkBox_Sensor3.Checked = true;
  343. this.checkBox_Sensor3.CheckState = System.Windows.Forms.CheckState.Checked;
  344. this.checkBox_Sensor3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.checkBox_Sensor3.Location = new System.Drawing.Point(24, 113);
  346. this.checkBox_Sensor3.Name = "checkBox_Sensor3";
  347. this.checkBox_Sensor3.Size = new System.Drawing.Size(106, 24);
  348. this.checkBox_Sensor3.TabIndex = 0;
  349. this.checkBox_Sensor3.Text = "传感器3曲线";
  350. this.checkBox_Sensor3.UseVisualStyleBackColor = true;
  351. this.checkBox_Sensor3.CheckedChanged += new System.EventHandler(this.checkBox_Sensor3_CheckedChanged);
  352. //
  353. // checkBox_Sensor2
  354. //
  355. this.checkBox_Sensor2.AutoSize = true;
  356. this.checkBox_Sensor2.Checked = true;
  357. this.checkBox_Sensor2.CheckState = System.Windows.Forms.CheckState.Checked;
  358. this.checkBox_Sensor2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.checkBox_Sensor2.Location = new System.Drawing.Point(24, 85);
  360. this.checkBox_Sensor2.Name = "checkBox_Sensor2";
  361. this.checkBox_Sensor2.Size = new System.Drawing.Size(106, 24);
  362. this.checkBox_Sensor2.TabIndex = 0;
  363. this.checkBox_Sensor2.Text = "传感器2曲线";
  364. this.checkBox_Sensor2.UseVisualStyleBackColor = true;
  365. this.checkBox_Sensor2.CheckedChanged += new System.EventHandler(this.checkBox_Sensor2_CheckedChanged);
  366. //
  367. // checkBox_Sensor1
  368. //
  369. this.checkBox_Sensor1.AutoSize = true;
  370. this.checkBox_Sensor1.Checked = true;
  371. this.checkBox_Sensor1.CheckState = System.Windows.Forms.CheckState.Checked;
  372. this.checkBox_Sensor1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.checkBox_Sensor1.Location = new System.Drawing.Point(24, 57);
  374. this.checkBox_Sensor1.Name = "checkBox_Sensor1";
  375. this.checkBox_Sensor1.Size = new System.Drawing.Size(106, 24);
  376. this.checkBox_Sensor1.TabIndex = 0;
  377. this.checkBox_Sensor1.Text = "传感器1曲线";
  378. this.checkBox_Sensor1.UseVisualStyleBackColor = true;
  379. this.checkBox_Sensor1.CheckedChanged += new System.EventHandler(this.checkBox_Sensor1_CheckedChanged);
  380. //
  381. // checkBox_TorqueLine
  382. //
  383. this.checkBox_TorqueLine.AutoSize = true;
  384. this.checkBox_TorqueLine.Checked = true;
  385. this.checkBox_TorqueLine.CheckState = System.Windows.Forms.CheckState.Checked;
  386. this.checkBox_TorqueLine.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.checkBox_TorqueLine.Location = new System.Drawing.Point(24, 29);
  388. this.checkBox_TorqueLine.Name = "checkBox_TorqueLine";
  389. this.checkBox_TorqueLine.Size = new System.Drawing.Size(112, 24);
  390. this.checkBox_TorqueLine.TabIndex = 0;
  391. this.checkBox_TorqueLine.Text = "踩踏力矩曲线";
  392. this.checkBox_TorqueLine.UseVisualStyleBackColor = true;
  393. this.checkBox_TorqueLine.CheckedChanged += new System.EventHandler(this.checkBox_TorqueLine_CheckedChanged);
  394. //
  395. // timer2
  396. //
  397. this.timer2.Enabled = true;
  398. this.timer2.Interval = 1000;
  399. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  400. //
  401. // checkBox_ReadWave
  402. //
  403. this.checkBox_ReadWave.AutoSize = true;
  404. this.checkBox_ReadWave.Checked = true;
  405. this.checkBox_ReadWave.CheckState = System.Windows.Forms.CheckState.Checked;
  406. this.checkBox_ReadWave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.checkBox_ReadWave.Location = new System.Drawing.Point(866, 544);
  408. this.checkBox_ReadWave.Name = "checkBox_ReadWave";
  409. this.checkBox_ReadWave.Size = new System.Drawing.Size(84, 24);
  410. this.checkBox_ReadWave.TabIndex = 0;
  411. this.checkBox_ReadWave.Text = "启动采集";
  412. this.checkBox_ReadWave.UseVisualStyleBackColor = true;
  413. //
  414. // Form2
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  418. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(120)))));
  419. this.ClientSize = new System.Drawing.Size(1064, 582);
  420. this.Controls.Add(this.groupBox3);
  421. this.Controls.Add(this.label5);
  422. this.Controls.Add(this.button1);
  423. this.Controls.Add(this.label4);
  424. this.Controls.Add(this.groupBox2);
  425. this.Controls.Add(this.groupBox1);
  426. this.Controls.Add(this.checkBox_ReadWave);
  427. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  428. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  429. this.Name = "Form2";
  430. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  431. this.Text = "曲线采集";
  432. this.Load += new System.EventHandler(this.Form2_Load);
  433. this.groupBox1.ResumeLayout(false);
  434. this.groupBox1.PerformLayout();
  435. this.groupBox2.ResumeLayout(false);
  436. this.groupBox3.ResumeLayout(false);
  437. this.groupBox3.PerformLayout();
  438. this.ResumeLayout(false);
  439. this.PerformLayout();
  440. }
  441. #endregion
  442. private ZedGraph.ZedGraphControl zedGraphControl1;
  443. private System.Windows.Forms.Label label1;
  444. private System.Windows.Forms.GroupBox groupBox1;
  445. private System.Windows.Forms.TextBox textBox_MotorSpeed;
  446. private System.Windows.Forms.TextBox textBox_Current;
  447. private System.Windows.Forms.TextBox textBox_Torque;
  448. private System.Windows.Forms.Label label3;
  449. private System.Windows.Forms.Label label2;
  450. private System.Windows.Forms.GroupBox groupBox2;
  451. private System.Windows.Forms.Timer timer1;
  452. private System.Windows.Forms.Label label4;
  453. private System.Windows.Forms.Button button1;
  454. private System.Windows.Forms.Label label5;
  455. private System.Windows.Forms.GroupBox groupBox3;
  456. private System.Windows.Forms.CheckBox checkBox_MotorSpeedLine;
  457. private System.Windows.Forms.CheckBox checkBox_CurrentLine;
  458. private System.Windows.Forms.CheckBox checkBox_TorqueLine;
  459. private System.Windows.Forms.Timer timer2;
  460. private System.Windows.Forms.TextBox textBox_ReadDataPeriod;
  461. private System.Windows.Forms.Label label7;
  462. private System.Windows.Forms.Label label6;
  463. private System.Windows.Forms.TextBox textBox_Sensor2;
  464. private System.Windows.Forms.TextBox textBox_Sensor3;
  465. private System.Windows.Forms.TextBox textBox_Sensor1;
  466. private System.Windows.Forms.Label label9;
  467. private System.Windows.Forms.Label label10;
  468. private System.Windows.Forms.Label label8;
  469. private System.Windows.Forms.CheckBox checkBox_Sensor3;
  470. private System.Windows.Forms.CheckBox checkBox_Sensor2;
  471. private System.Windows.Forms.CheckBox checkBox_Sensor1;
  472. private System.Windows.Forms.CheckBox checkBox_ReadWave;
  473. }
  474. }