PatientForm.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. namespace FietsClientV2
  2. {
  3. partial class PatientForm
  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. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea10 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend10 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  32. System.Windows.Forms.DataVisualization.Charting.Legend legend11 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  33. System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  35. System.Windows.Forms.DataVisualization.Charting.Legend legend12 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  36. System.Windows.Forms.DataVisualization.Charting.Series series12 = new System.Windows.Forms.DataVisualization.Charting.Series();
  37. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  38. this.archiefToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.sESSIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.bicycleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.selectPortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
  44. this.speedBox = new System.Windows.Forms.GroupBox();
  45. this.speedChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  46. this.bpmBox = new System.Windows.Forms.GroupBox();
  47. this.bpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  48. this.sessionInfoBox = new System.Windows.Forms.GroupBox();
  49. this.label18 = new System.Windows.Forms.Label();
  50. this.label17 = new System.Windows.Forms.Label();
  51. this.label16 = new System.Windows.Forms.Label();
  52. this.label15 = new System.Windows.Forms.Label();
  53. this.label14 = new System.Windows.Forms.Label();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.label12 = new System.Windows.Forms.Label();
  56. this.label11 = new System.Windows.Forms.Label();
  57. this.naamLabel = new System.Windows.Forms.Label();
  58. this.sessionLabel = new System.Windows.Forms.Label();
  59. this.pulseLabel = new System.Windows.Forms.Label();
  60. this.rpmLabel = new System.Windows.Forms.Label();
  61. this.speedLabel = new System.Windows.Forms.Label();
  62. this.distanceLabel = new System.Windows.Forms.Label();
  63. this.energyLabel = new System.Windows.Forms.Label();
  64. this.timeLabel = new System.Windows.Forms.Label();
  65. this.actualPowerLabel = new System.Windows.Forms.Label();
  66. this.requestedPowerLabel = new System.Windows.Forms.Label();
  67. this.label10 = new System.Windows.Forms.Label();
  68. this.label9 = new System.Windows.Forms.Label();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.label7 = new System.Windows.Forms.Label();
  71. this.label6 = new System.Windows.Forms.Label();
  72. this.label5 = new System.Windows.Forms.Label();
  73. this.label4 = new System.Windows.Forms.Label();
  74. this.label3 = new System.Windows.Forms.Label();
  75. this.label2 = new System.Windows.Forms.Label();
  76. this.label1 = new System.Windows.Forms.Label();
  77. this.rpmBox = new System.Windows.Forms.GroupBox();
  78. this.rpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  79. this.chatBox = new System.Windows.Forms.TextBox();
  80. this.messageBox = new System.Windows.Forms.TextBox();
  81. this.chatArea = new System.Windows.Forms.GroupBox();
  82. this.sendButton = new System.Windows.Forms.Button();
  83. this.requestDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  84. this.closePortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  85. this.menuStrip1.SuspendLayout();
  86. this.speedBox.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).BeginInit();
  88. this.bpmBox.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).BeginInit();
  90. this.sessionInfoBox.SuspendLayout();
  91. this.rpmBox.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).BeginInit();
  93. this.chatArea.SuspendLayout();
  94. this.SuspendLayout();
  95. //
  96. // menuStrip1
  97. //
  98. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  99. this.archiefToolStripMenuItem,
  100. this.bicycleToolStripMenuItem});
  101. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  102. this.menuStrip1.Name = "menuStrip1";
  103. this.menuStrip1.Size = new System.Drawing.Size(1064, 24);
  104. this.menuStrip1.TabIndex = 0;
  105. this.menuStrip1.Text = "menuStrip1";
  106. //
  107. // archiefToolStripMenuItem
  108. //
  109. this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.selectSessionToolStripMenuItem});
  111. this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
  112. this.archiefToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  113. this.archiefToolStripMenuItem.Text = "Archive";
  114. //
  115. // selectSessionToolStripMenuItem
  116. //
  117. this.selectSessionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  118. this.sESSIONSToolStripMenuItem});
  119. this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
  120. this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
  121. this.selectSessionToolStripMenuItem.Text = "Select Session";
  122. //
  123. // sESSIONSToolStripMenuItem
  124. //
  125. this.sESSIONSToolStripMenuItem.Name = "sESSIONSToolStripMenuItem";
  126. this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  127. this.sESSIONSToolStripMenuItem.Text = "SESSIONS";
  128. //
  129. // bicycleToolStripMenuItem
  130. //
  131. this.bicycleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  132. this.selectPortToolStripMenuItem});
  133. this.bicycleToolStripMenuItem.Name = "bicycleToolStripMenuItem";
  134. this.bicycleToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
  135. this.bicycleToolStripMenuItem.Text = "Bicycle";
  136. //
  137. // selectPortToolStripMenuItem
  138. //
  139. this.selectPortToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  140. this.toolStripComboBox1,
  141. this.requestDataToolStripMenuItem,
  142. this.closePortToolStripMenuItem});
  143. this.selectPortToolStripMenuItem.Name = "selectPortToolStripMenuItem";
  144. this.selectPortToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  145. this.selectPortToolStripMenuItem.Text = "Select port";
  146. //
  147. // toolStripComboBox1
  148. //
  149. this.toolStripComboBox1.Name = "toolStripComboBox1";
  150. this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
  151. this.toolStripComboBox1.Click += new System.EventHandler(this.toolStripComboBox1_Click);
  152. //
  153. // speedBox
  154. //
  155. this.speedBox.Controls.Add(this.speedChart);
  156. this.speedBox.Location = new System.Drawing.Point(12, 27);
  157. this.speedBox.Name = "speedBox";
  158. this.speedBox.Size = new System.Drawing.Size(400, 310);
  159. this.speedBox.TabIndex = 2;
  160. this.speedBox.TabStop = false;
  161. this.speedBox.Text = "Speed:";
  162. //
  163. // speedChart
  164. //
  165. chartArea10.Name = "ChartArea1";
  166. this.speedChart.ChartAreas.Add(chartArea10);
  167. legend10.Name = "Legend1";
  168. this.speedChart.Legends.Add(legend10);
  169. this.speedChart.Location = new System.Drawing.Point(6, 19);
  170. this.speedChart.Name = "speedChart";
  171. series10.ChartArea = "ChartArea1";
  172. series10.Legend = "Legend1";
  173. series10.Name = "Series1";
  174. this.speedChart.Series.Add(series10);
  175. this.speedChart.Size = new System.Drawing.Size(388, 285);
  176. this.speedChart.TabIndex = 0;
  177. this.speedChart.Text = "Speed chart";
  178. //
  179. // bpmBox
  180. //
  181. this.bpmBox.Controls.Add(this.bpmChart);
  182. this.bpmBox.Location = new System.Drawing.Point(12, 343);
  183. this.bpmBox.Name = "bpmBox";
  184. this.bpmBox.Size = new System.Drawing.Size(400, 310);
  185. this.bpmBox.TabIndex = 3;
  186. this.bpmBox.TabStop = false;
  187. this.bpmBox.Text = "Beats per second:";
  188. //
  189. // bpmChart
  190. //
  191. chartArea11.Name = "ChartArea1";
  192. this.bpmChart.ChartAreas.Add(chartArea11);
  193. legend11.Name = "Legend1";
  194. this.bpmChart.Legends.Add(legend11);
  195. this.bpmChart.Location = new System.Drawing.Point(6, 19);
  196. this.bpmChart.Name = "bpmChart";
  197. series11.ChartArea = "ChartArea1";
  198. series11.Legend = "Legend1";
  199. series11.Name = "Series1";
  200. this.bpmChart.Series.Add(series11);
  201. this.bpmChart.Size = new System.Drawing.Size(388, 285);
  202. this.bpmChart.TabIndex = 1;
  203. this.bpmChart.Text = "beats per second";
  204. //
  205. // sessionInfoBox
  206. //
  207. this.sessionInfoBox.Controls.Add(this.label18);
  208. this.sessionInfoBox.Controls.Add(this.label17);
  209. this.sessionInfoBox.Controls.Add(this.label16);
  210. this.sessionInfoBox.Controls.Add(this.label15);
  211. this.sessionInfoBox.Controls.Add(this.label14);
  212. this.sessionInfoBox.Controls.Add(this.label13);
  213. this.sessionInfoBox.Controls.Add(this.label12);
  214. this.sessionInfoBox.Controls.Add(this.label11);
  215. this.sessionInfoBox.Controls.Add(this.naamLabel);
  216. this.sessionInfoBox.Controls.Add(this.sessionLabel);
  217. this.sessionInfoBox.Controls.Add(this.pulseLabel);
  218. this.sessionInfoBox.Controls.Add(this.rpmLabel);
  219. this.sessionInfoBox.Controls.Add(this.speedLabel);
  220. this.sessionInfoBox.Controls.Add(this.distanceLabel);
  221. this.sessionInfoBox.Controls.Add(this.energyLabel);
  222. this.sessionInfoBox.Controls.Add(this.timeLabel);
  223. this.sessionInfoBox.Controls.Add(this.actualPowerLabel);
  224. this.sessionInfoBox.Controls.Add(this.requestedPowerLabel);
  225. this.sessionInfoBox.Controls.Add(this.label10);
  226. this.sessionInfoBox.Controls.Add(this.label9);
  227. this.sessionInfoBox.Controls.Add(this.label8);
  228. this.sessionInfoBox.Controls.Add(this.label7);
  229. this.sessionInfoBox.Controls.Add(this.label6);
  230. this.sessionInfoBox.Controls.Add(this.label5);
  231. this.sessionInfoBox.Controls.Add(this.label4);
  232. this.sessionInfoBox.Controls.Add(this.label3);
  233. this.sessionInfoBox.Controls.Add(this.label2);
  234. this.sessionInfoBox.Controls.Add(this.label1);
  235. this.sessionInfoBox.Location = new System.Drawing.Point(418, 27);
  236. this.sessionInfoBox.Name = "sessionInfoBox";
  237. this.sessionInfoBox.Size = new System.Drawing.Size(400, 310);
  238. this.sessionInfoBox.TabIndex = 4;
  239. this.sessionInfoBox.TabStop = false;
  240. this.sessionInfoBox.Text = "Session info:";
  241. //
  242. // label18
  243. //
  244. this.label18.AutoSize = true;
  245. this.label18.Location = new System.Drawing.Point(165, 107);
  246. this.label18.Name = "label18";
  247. this.label18.Size = new System.Drawing.Size(42, 13);
  248. this.label18.TabIndex = 27;
  249. this.label18.Text = "MM:SS";
  250. //
  251. // label17
  252. //
  253. this.label17.AutoSize = true;
  254. this.label17.Location = new System.Drawing.Point(165, 120);
  255. this.label17.Name = "label17";
  256. this.label17.Size = new System.Drawing.Size(30, 13);
  257. this.label17.TabIndex = 26;
  258. this.label17.Text = "Watt";
  259. //
  260. // label16
  261. //
  262. this.label16.AutoSize = true;
  263. this.label16.Location = new System.Drawing.Point(165, 133);
  264. this.label16.Name = "label16";
  265. this.label16.Size = new System.Drawing.Size(30, 13);
  266. this.label16.TabIndex = 25;
  267. this.label16.Text = "Watt";
  268. //
  269. // label15
  270. //
  271. this.label15.AutoSize = true;
  272. this.label15.Location = new System.Drawing.Point(165, 94);
  273. this.label15.Name = "label15";
  274. this.label15.Size = new System.Drawing.Size(30, 13);
  275. this.label15.TabIndex = 24;
  276. this.label15.Text = "Watt";
  277. //
  278. // label14
  279. //
  280. this.label14.AutoSize = true;
  281. this.label14.Location = new System.Drawing.Point(165, 81);
  282. this.label14.Name = "label14";
  283. this.label14.Size = new System.Drawing.Size(54, 13);
  284. this.label14.TabIndex = 23;
  285. this.label14.Text = "kilometers";
  286. //
  287. // label13
  288. //
  289. this.label13.AutoSize = true;
  290. this.label13.Location = new System.Drawing.Point(165, 68);
  291. this.label13.Name = "label13";
  292. this.label13.Size = new System.Drawing.Size(96, 13);
  293. this.label13.TabIndex = 22;
  294. this.label13.Text = "kilometers per hour";
  295. //
  296. // label12
  297. //
  298. this.label12.AutoSize = true;
  299. this.label12.Location = new System.Drawing.Point(165, 55);
  300. this.label12.Name = "label12";
  301. this.label12.Size = new System.Drawing.Size(91, 13);
  302. this.label12.TabIndex = 21;
  303. this.label12.Text = "rounds per minute";
  304. //
  305. // label11
  306. //
  307. this.label11.AutoSize = true;
  308. this.label11.Location = new System.Drawing.Point(165, 42);
  309. this.label11.Name = "label11";
  310. this.label11.Size = new System.Drawing.Size(86, 13);
  311. this.label11.TabIndex = 20;
  312. this.label11.Text = "Beats per minute";
  313. //
  314. // naamLabel
  315. //
  316. this.naamLabel.AutoSize = true;
  317. this.naamLabel.Location = new System.Drawing.Point(106, 16);
  318. this.naamLabel.Name = "naamLabel";
  319. this.naamLabel.Size = new System.Drawing.Size(53, 13);
  320. this.naamLabel.TabIndex = 19;
  321. this.naamLabel.Text = "Unknown";
  322. //
  323. // sessionLabel
  324. //
  325. this.sessionLabel.AutoSize = true;
  326. this.sessionLabel.Location = new System.Drawing.Point(106, 29);
  327. this.sessionLabel.Name = "sessionLabel";
  328. this.sessionLabel.Size = new System.Drawing.Size(53, 13);
  329. this.sessionLabel.TabIndex = 18;
  330. this.sessionLabel.Text = "Unknown";
  331. //
  332. // pulseLabel
  333. //
  334. this.pulseLabel.AutoSize = true;
  335. this.pulseLabel.Location = new System.Drawing.Point(106, 42);
  336. this.pulseLabel.Name = "pulseLabel";
  337. this.pulseLabel.Size = new System.Drawing.Size(53, 13);
  338. this.pulseLabel.TabIndex = 17;
  339. this.pulseLabel.Text = "Unknown";
  340. //
  341. // rpmLabel
  342. //
  343. this.rpmLabel.AutoSize = true;
  344. this.rpmLabel.Location = new System.Drawing.Point(106, 55);
  345. this.rpmLabel.Name = "rpmLabel";
  346. this.rpmLabel.Size = new System.Drawing.Size(53, 13);
  347. this.rpmLabel.TabIndex = 16;
  348. this.rpmLabel.Text = "Unknown";
  349. //
  350. // speedLabel
  351. //
  352. this.speedLabel.AutoSize = true;
  353. this.speedLabel.Location = new System.Drawing.Point(106, 68);
  354. this.speedLabel.Name = "speedLabel";
  355. this.speedLabel.Size = new System.Drawing.Size(53, 13);
  356. this.speedLabel.TabIndex = 15;
  357. this.speedLabel.Text = "Unknown";
  358. //
  359. // distanceLabel
  360. //
  361. this.distanceLabel.AutoSize = true;
  362. this.distanceLabel.Location = new System.Drawing.Point(106, 81);
  363. this.distanceLabel.Name = "distanceLabel";
  364. this.distanceLabel.Size = new System.Drawing.Size(53, 13);
  365. this.distanceLabel.TabIndex = 14;
  366. this.distanceLabel.Text = "Unknown";
  367. //
  368. // energyLabel
  369. //
  370. this.energyLabel.AutoSize = true;
  371. this.energyLabel.Location = new System.Drawing.Point(106, 94);
  372. this.energyLabel.Name = "energyLabel";
  373. this.energyLabel.Size = new System.Drawing.Size(53, 13);
  374. this.energyLabel.TabIndex = 13;
  375. this.energyLabel.Text = "Unknown";
  376. //
  377. // timeLabel
  378. //
  379. this.timeLabel.AutoSize = true;
  380. this.timeLabel.Location = new System.Drawing.Point(106, 107);
  381. this.timeLabel.Name = "timeLabel";
  382. this.timeLabel.Size = new System.Drawing.Size(53, 13);
  383. this.timeLabel.TabIndex = 12;
  384. this.timeLabel.Text = "Unknown";
  385. //
  386. // actualPowerLabel
  387. //
  388. this.actualPowerLabel.AutoSize = true;
  389. this.actualPowerLabel.Location = new System.Drawing.Point(106, 133);
  390. this.actualPowerLabel.Name = "actualPowerLabel";
  391. this.actualPowerLabel.Size = new System.Drawing.Size(53, 13);
  392. this.actualPowerLabel.TabIndex = 11;
  393. this.actualPowerLabel.Text = "Unknown";
  394. //
  395. // requestedPowerLabel
  396. //
  397. this.requestedPowerLabel.AutoSize = true;
  398. this.requestedPowerLabel.Location = new System.Drawing.Point(106, 120);
  399. this.requestedPowerLabel.Name = "requestedPowerLabel";
  400. this.requestedPowerLabel.Size = new System.Drawing.Size(53, 13);
  401. this.requestedPowerLabel.TabIndex = 10;
  402. this.requestedPowerLabel.Text = "Unknown";
  403. //
  404. // label10
  405. //
  406. this.label10.AutoSize = true;
  407. this.label10.Location = new System.Drawing.Point(6, 133);
  408. this.label10.Name = "label10";
  409. this.label10.Size = new System.Drawing.Size(69, 13);
  410. this.label10.TabIndex = 9;
  411. this.label10.Text = "Actual power";
  412. //
  413. // label9
  414. //
  415. this.label9.AutoSize = true;
  416. this.label9.Location = new System.Drawing.Point(6, 120);
  417. this.label9.Name = "label9";
  418. this.label9.Size = new System.Drawing.Size(94, 13);
  419. this.label9.TabIndex = 8;
  420. this.label9.Text = "Requested power:";
  421. //
  422. // label8
  423. //
  424. this.label8.AutoSize = true;
  425. this.label8.Location = new System.Drawing.Point(6, 107);
  426. this.label8.Name = "label8";
  427. this.label8.Size = new System.Drawing.Size(33, 13);
  428. this.label8.TabIndex = 7;
  429. this.label8.Text = "Time:";
  430. //
  431. // label7
  432. //
  433. this.label7.AutoSize = true;
  434. this.label7.Location = new System.Drawing.Point(6, 94);
  435. this.label7.Name = "label7";
  436. this.label7.Size = new System.Drawing.Size(43, 13);
  437. this.label7.TabIndex = 6;
  438. this.label7.Text = "Energy:";
  439. //
  440. // label6
  441. //
  442. this.label6.AutoSize = true;
  443. this.label6.Location = new System.Drawing.Point(6, 81);
  444. this.label6.Name = "label6";
  445. this.label6.Size = new System.Drawing.Size(52, 13);
  446. this.label6.TabIndex = 5;
  447. this.label6.Text = "Distance:";
  448. //
  449. // label5
  450. //
  451. this.label5.AutoSize = true;
  452. this.label5.Location = new System.Drawing.Point(6, 68);
  453. this.label5.Name = "label5";
  454. this.label5.Size = new System.Drawing.Size(41, 13);
  455. this.label5.TabIndex = 4;
  456. this.label5.Text = "Speed:";
  457. //
  458. // label4
  459. //
  460. this.label4.AutoSize = true;
  461. this.label4.Location = new System.Drawing.Point(6, 55);
  462. this.label4.Name = "label4";
  463. this.label4.Size = new System.Drawing.Size(34, 13);
  464. this.label4.TabIndex = 3;
  465. this.label4.Text = "RPM:";
  466. //
  467. // label3
  468. //
  469. this.label3.AutoSize = true;
  470. this.label3.Location = new System.Drawing.Point(6, 29);
  471. this.label3.Name = "label3";
  472. this.label3.Size = new System.Drawing.Size(47, 13);
  473. this.label3.TabIndex = 2;
  474. this.label3.Text = "Session:";
  475. //
  476. // label2
  477. //
  478. this.label2.AutoSize = true;
  479. this.label2.Location = new System.Drawing.Point(6, 42);
  480. this.label2.Name = "label2";
  481. this.label2.Size = new System.Drawing.Size(36, 13);
  482. this.label2.TabIndex = 1;
  483. this.label2.Text = "Pulse:";
  484. //
  485. // label1
  486. //
  487. this.label1.AutoSize = true;
  488. this.label1.Location = new System.Drawing.Point(6, 16);
  489. this.label1.Name = "label1";
  490. this.label1.Size = new System.Drawing.Size(38, 13);
  491. this.label1.TabIndex = 0;
  492. this.label1.Text = "Naam:";
  493. //
  494. // rpmBox
  495. //
  496. this.rpmBox.Controls.Add(this.rpmChart);
  497. this.rpmBox.Location = new System.Drawing.Point(418, 343);
  498. this.rpmBox.Name = "rpmBox";
  499. this.rpmBox.Size = new System.Drawing.Size(400, 310);
  500. this.rpmBox.TabIndex = 5;
  501. this.rpmBox.TabStop = false;
  502. this.rpmBox.Text = "Rounds per minute:";
  503. //
  504. // rpmChart
  505. //
  506. chartArea12.Name = "ChartArea1";
  507. this.rpmChart.ChartAreas.Add(chartArea12);
  508. legend12.Name = "Legend1";
  509. this.rpmChart.Legends.Add(legend12);
  510. this.rpmChart.Location = new System.Drawing.Point(6, 19);
  511. this.rpmChart.Name = "rpmChart";
  512. series12.ChartArea = "ChartArea1";
  513. series12.Legend = "Legend1";
  514. series12.Name = "Series1";
  515. this.rpmChart.Series.Add(series12);
  516. this.rpmChart.Size = new System.Drawing.Size(388, 285);
  517. this.rpmChart.TabIndex = 2;
  518. this.rpmChart.Text = "rounds per minute";
  519. //
  520. // chatBox
  521. //
  522. this.chatBox.Location = new System.Drawing.Point(0, 19);
  523. this.chatBox.Multiline = true;
  524. this.chatBox.Name = "chatBox";
  525. this.chatBox.ReadOnly = true;
  526. this.chatBox.Size = new System.Drawing.Size(228, 546);
  527. this.chatBox.TabIndex = 3;
  528. //
  529. // messageBox
  530. //
  531. this.messageBox.Location = new System.Drawing.Point(0, 571);
  532. this.messageBox.Name = "messageBox";
  533. this.messageBox.Size = new System.Drawing.Size(228, 20);
  534. this.messageBox.TabIndex = 6;
  535. //
  536. // chatArea
  537. //
  538. this.chatArea.Controls.Add(this.sendButton);
  539. this.chatArea.Controls.Add(this.chatBox);
  540. this.chatArea.Controls.Add(this.messageBox);
  541. this.chatArea.Location = new System.Drawing.Point(824, 27);
  542. this.chatArea.Name = "chatArea";
  543. this.chatArea.Size = new System.Drawing.Size(228, 626);
  544. this.chatArea.TabIndex = 5;
  545. this.chatArea.TabStop = false;
  546. this.chatArea.Text = "Chat:";
  547. //
  548. // sendButton
  549. //
  550. this.sendButton.Location = new System.Drawing.Point(0, 597);
  551. this.sendButton.Name = "sendButton";
  552. this.sendButton.Size = new System.Drawing.Size(228, 23);
  553. this.sendButton.TabIndex = 7;
  554. this.sendButton.Text = "send";
  555. this.sendButton.UseVisualStyleBackColor = true;
  556. //
  557. // requestDataToolStripMenuItem
  558. //
  559. this.requestDataToolStripMenuItem.Enabled = false;
  560. this.requestDataToolStripMenuItem.Name = "requestDataToolStripMenuItem";
  561. this.requestDataToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
  562. this.requestDataToolStripMenuItem.Text = "Request data";
  563. this.requestDataToolStripMenuItem.Click += new System.EventHandler(this.requestDataToolStripMenuItem_Click);
  564. //
  565. // closePortToolStripMenuItem
  566. //
  567. this.closePortToolStripMenuItem.Enabled = false;
  568. this.closePortToolStripMenuItem.Name = "closePortToolStripMenuItem";
  569. this.closePortToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
  570. this.closePortToolStripMenuItem.Text = "Close port";
  571. this.closePortToolStripMenuItem.Click += new System.EventHandler(this.closePortToolStripMenuItem_Click);
  572. //
  573. // PatientForm
  574. //
  575. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  576. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  577. this.BackColor = System.Drawing.SystemColors.Control;
  578. this.ClientSize = new System.Drawing.Size(1064, 681);
  579. this.Controls.Add(this.chatArea);
  580. this.Controls.Add(this.sessionInfoBox);
  581. this.Controls.Add(this.rpmBox);
  582. this.Controls.Add(this.bpmBox);
  583. this.Controls.Add(this.speedBox);
  584. this.Controls.Add(this.menuStrip1);
  585. this.MainMenuStrip = this.menuStrip1;
  586. this.Name = "PatientForm";
  587. this.Text = "Patient";
  588. this.Load += new System.EventHandler(this.Form1_Load);
  589. this.menuStrip1.ResumeLayout(false);
  590. this.menuStrip1.PerformLayout();
  591. this.speedBox.ResumeLayout(false);
  592. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).EndInit();
  593. this.bpmBox.ResumeLayout(false);
  594. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).EndInit();
  595. this.sessionInfoBox.ResumeLayout(false);
  596. this.sessionInfoBox.PerformLayout();
  597. this.rpmBox.ResumeLayout(false);
  598. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).EndInit();
  599. this.chatArea.ResumeLayout(false);
  600. this.chatArea.PerformLayout();
  601. this.ResumeLayout(false);
  602. this.PerformLayout();
  603. }
  604. #endregion
  605. private System.Windows.Forms.MenuStrip menuStrip1;
  606. private System.Windows.Forms.ToolStripMenuItem archiefToolStripMenuItem;
  607. private System.Windows.Forms.ToolStripMenuItem selectSessionToolStripMenuItem;
  608. private System.Windows.Forms.ToolStripMenuItem sESSIONSToolStripMenuItem;
  609. private System.Windows.Forms.GroupBox speedBox;
  610. private System.Windows.Forms.GroupBox bpmBox;
  611. private System.Windows.Forms.GroupBox sessionInfoBox;
  612. private System.Windows.Forms.GroupBox rpmBox;
  613. private System.Windows.Forms.DataVisualization.Charting.Chart speedChart;
  614. private System.Windows.Forms.DataVisualization.Charting.Chart bpmChart;
  615. private System.Windows.Forms.DataVisualization.Charting.Chart rpmChart;
  616. private System.Windows.Forms.TextBox chatBox;
  617. private System.Windows.Forms.TextBox messageBox;
  618. private System.Windows.Forms.GroupBox chatArea;
  619. private System.Windows.Forms.Label label18;
  620. private System.Windows.Forms.Label label17;
  621. private System.Windows.Forms.Label label16;
  622. private System.Windows.Forms.Label label15;
  623. private System.Windows.Forms.Label label14;
  624. private System.Windows.Forms.Label label13;
  625. private System.Windows.Forms.Label label12;
  626. private System.Windows.Forms.Label label11;
  627. private System.Windows.Forms.Label naamLabel;
  628. private System.Windows.Forms.Label sessionLabel;
  629. private System.Windows.Forms.Label pulseLabel;
  630. private System.Windows.Forms.Label rpmLabel;
  631. private System.Windows.Forms.Label speedLabel;
  632. private System.Windows.Forms.Label distanceLabel;
  633. private System.Windows.Forms.Label energyLabel;
  634. private System.Windows.Forms.Label timeLabel;
  635. private System.Windows.Forms.Label actualPowerLabel;
  636. private System.Windows.Forms.Label requestedPowerLabel;
  637. private System.Windows.Forms.Label label10;
  638. private System.Windows.Forms.Label label9;
  639. private System.Windows.Forms.Label label8;
  640. private System.Windows.Forms.Label label7;
  641. private System.Windows.Forms.Label label6;
  642. private System.Windows.Forms.Label label5;
  643. private System.Windows.Forms.Label label4;
  644. private System.Windows.Forms.Label label3;
  645. private System.Windows.Forms.Label label2;
  646. private System.Windows.Forms.Label label1;
  647. private System.Windows.Forms.Button sendButton;
  648. private System.Windows.Forms.ToolStripMenuItem bicycleToolStripMenuItem;
  649. private System.Windows.Forms.ToolStripMenuItem selectPortToolStripMenuItem;
  650. private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
  651. private System.Windows.Forms.ToolStripMenuItem requestDataToolStripMenuItem;
  652. private System.Windows.Forms.ToolStripMenuItem closePortToolStripMenuItem;
  653. }
  654. }