PatientForm.Designer.cs 32 KB

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