PatientForm.Designer.cs 28 KB

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