PatientForm.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. using System.Windows.Forms.DataVisualization.Charting;
  2. namespace FietsClient
  3. {
  4. partial class PatientForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  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.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  34. System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.archiefToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.sESSIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.bicycleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.selectPortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
  42. this.openPortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.requestDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.closePortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.startTrainingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.distanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.distanceTraining = new System.Windows.Forms.ToolStripMenuItem();
  48. this.distanceBox = new System.Windows.Forms.ToolStripTextBox();
  49. this.confirmDistanceBox = new System.Windows.Forms.ToolStripMenuItem();
  50. this.setTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.minuteBox = new System.Windows.Forms.ToolStripTextBox();
  52. this.secondBox = new System.Windows.Forms.ToolStripTextBox();
  53. this.confirmTimeBox = new System.Windows.Forms.ToolStripMenuItem();
  54. this.stopTrainingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.setToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56. this.powerBox = new System.Windows.Forms.ToolStripTextBox();
  57. this.setPower = new System.Windows.Forms.ToolStripMenuItem();
  58. this.energyBox = new System.Windows.Forms.ToolStripMenuItem();
  59. this.toolStripTextBox3 = new System.Windows.Forms.ToolStripTextBox();
  60. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  61. this.speedBox = new System.Windows.Forms.GroupBox();
  62. this.speedChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  63. this.bpmBox = new System.Windows.Forms.GroupBox();
  64. this.bpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  65. this.sessionInfoBox = new System.Windows.Forms.GroupBox();
  66. this.requestedBox = new System.Windows.Forms.TextBox();
  67. this.actualBox = new System.Windows.Forms.TextBox();
  68. this.nameBox = new System.Windows.Forms.TextBox();
  69. this.sessionBox = new System.Windows.Forms.TextBox();
  70. this.timeBox = new System.Windows.Forms.TextBox();
  71. this.pulseBox = new System.Windows.Forms.TextBox();
  72. this.rpmInfoBox = new System.Windows.Forms.TextBox();
  73. this.energyInfoBox = new System.Windows.Forms.TextBox();
  74. this.distanceInfoBox = new System.Windows.Forms.TextBox();
  75. this.speedInfoBox = new System.Windows.Forms.TextBox();
  76. this.label18 = new System.Windows.Forms.Label();
  77. this.label17 = new System.Windows.Forms.Label();
  78. this.label16 = new System.Windows.Forms.Label();
  79. this.label15 = new System.Windows.Forms.Label();
  80. this.label14 = new System.Windows.Forms.Label();
  81. this.label13 = new System.Windows.Forms.Label();
  82. this.label12 = new System.Windows.Forms.Label();
  83. this.label11 = new System.Windows.Forms.Label();
  84. this.label10 = new System.Windows.Forms.Label();
  85. this.label9 = new System.Windows.Forms.Label();
  86. this.label8 = new System.Windows.Forms.Label();
  87. this.label7 = new System.Windows.Forms.Label();
  88. this.label6 = new System.Windows.Forms.Label();
  89. this.label5 = new System.Windows.Forms.Label();
  90. this.label4 = new System.Windows.Forms.Label();
  91. this.label3 = new System.Windows.Forms.Label();
  92. this.label2 = new System.Windows.Forms.Label();
  93. this.label1 = new System.Windows.Forms.Label();
  94. this.rpmBox = new System.Windows.Forms.GroupBox();
  95. this.rpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  96. this.chatBox = new System.Windows.Forms.TextBox();
  97. this.messageBox = new System.Windows.Forms.TextBox();
  98. this.chatArea = new System.Windows.Forms.GroupBox();
  99. this.sendButton = new System.Windows.Forms.Button();
  100. this.menuStrip1.SuspendLayout();
  101. this.speedBox.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).BeginInit();
  103. this.bpmBox.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).BeginInit();
  105. this.sessionInfoBox.SuspendLayout();
  106. this.rpmBox.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).BeginInit();
  108. this.chatArea.SuspendLayout();
  109. this.SuspendLayout();
  110. //
  111. // menuStrip1
  112. //
  113. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  114. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  115. this.archiefToolStripMenuItem,
  116. this.bicycleToolStripMenuItem,
  117. this.startTrainingToolStripMenuItem});
  118. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  119. this.menuStrip1.Name = "menuStrip1";
  120. this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
  121. this.menuStrip1.Size = new System.Drawing.Size(1419, 28);
  122. this.menuStrip1.TabIndex = 0;
  123. this.menuStrip1.Text = "menuStrip1";
  124. //
  125. // archiefToolStripMenuItem
  126. //
  127. this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  128. this.selectSessionToolStripMenuItem});
  129. this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
  130. this.archiefToolStripMenuItem.Size = new System.Drawing.Size(70, 24);
  131. this.archiefToolStripMenuItem.Text = "Archive";
  132. //
  133. // selectSessionToolStripMenuItem
  134. //
  135. this.selectSessionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  136. this.sESSIONSToolStripMenuItem});
  137. this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
  138. this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  139. this.selectSessionToolStripMenuItem.Text = "Select Session";
  140. //
  141. // sESSIONSToolStripMenuItem
  142. //
  143. this.sESSIONSToolStripMenuItem.Name = "sESSIONSToolStripMenuItem";
  144. this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(150, 26);
  145. this.sESSIONSToolStripMenuItem.Text = "SESSIONS";
  146. //
  147. // bicycleToolStripMenuItem
  148. //
  149. this.bicycleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  150. this.selectPortToolStripMenuItem});
  151. this.bicycleToolStripMenuItem.Name = "bicycleToolStripMenuItem";
  152. this.bicycleToolStripMenuItem.Size = new System.Drawing.Size(67, 24);
  153. this.bicycleToolStripMenuItem.Text = "Bicycle";
  154. //
  155. // selectPortToolStripMenuItem
  156. //
  157. this.selectPortToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  158. this.toolStripComboBox1,
  159. this.openPortToolStripMenuItem,
  160. this.requestDataToolStripMenuItem,
  161. this.closePortToolStripMenuItem});
  162. this.selectPortToolStripMenuItem.Name = "selectPortToolStripMenuItem";
  163. this.selectPortToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  164. this.selectPortToolStripMenuItem.Text = "Select port";
  165. //
  166. // toolStripComboBox1
  167. //
  168. this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  169. this.toolStripComboBox1.Name = "toolStripComboBox1";
  170. this.toolStripComboBox1.Size = new System.Drawing.Size(121, 28);
  171. //
  172. // openPortToolStripMenuItem
  173. //
  174. this.openPortToolStripMenuItem.Name = "openPortToolStripMenuItem";
  175. this.openPortToolStripMenuItem.Size = new System.Drawing.Size(187, 26);
  176. this.openPortToolStripMenuItem.Text = "Open port";
  177. this.openPortToolStripMenuItem.Click += new System.EventHandler(this.openPortToolStripMenuItem_Click);
  178. //
  179. // requestDataToolStripMenuItem
  180. //
  181. this.requestDataToolStripMenuItem.Enabled = false;
  182. this.requestDataToolStripMenuItem.Name = "requestDataToolStripMenuItem";
  183. this.requestDataToolStripMenuItem.Size = new System.Drawing.Size(187, 26);
  184. this.requestDataToolStripMenuItem.Text = "Request data";
  185. this.requestDataToolStripMenuItem.Click += new System.EventHandler(this.requestDataToolStripMenuItem_Click);
  186. //
  187. // closePortToolStripMenuItem
  188. //
  189. this.closePortToolStripMenuItem.Enabled = false;
  190. this.closePortToolStripMenuItem.Name = "closePortToolStripMenuItem";
  191. this.closePortToolStripMenuItem.Size = new System.Drawing.Size(187, 26);
  192. this.closePortToolStripMenuItem.Text = "Close port";
  193. this.closePortToolStripMenuItem.Click += new System.EventHandler(this.closePortToolStripMenuItem_Click);
  194. //
  195. // startTrainingToolStripMenuItem
  196. //
  197. this.startTrainingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  198. this.distanceToolStripMenuItem,
  199. this.stopTrainingToolStripMenuItem,
  200. this.setToolStripMenuItem,
  201. this.energyBox});
  202. this.startTrainingToolStripMenuItem.Name = "startTrainingToolStripMenuItem";
  203. this.startTrainingToolStripMenuItem.Size = new System.Drawing.Size(107, 24);
  204. this.startTrainingToolStripMenuItem.Text = "Start training";
  205. //
  206. // distanceToolStripMenuItem
  207. //
  208. this.distanceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  209. this.distanceTraining,
  210. this.setTimeToolStripMenuItem});
  211. this.distanceToolStripMenuItem.Name = "distanceToolStripMenuItem";
  212. this.distanceToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  213. this.distanceToolStripMenuItem.Text = "Select training";
  214. //
  215. // distanceTraining
  216. //
  217. this.distanceTraining.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  218. this.distanceBox,
  219. this.confirmDistanceBox});
  220. this.distanceTraining.Name = "distanceTraining";
  221. this.distanceTraining.Size = new System.Drawing.Size(166, 26);
  222. this.distanceTraining.Text = "Set Distance";
  223. //
  224. // distanceBox
  225. //
  226. this.distanceBox.Name = "distanceBox";
  227. this.distanceBox.Size = new System.Drawing.Size(100, 27);
  228. //
  229. // confirmDistanceBox
  230. //
  231. this.confirmDistanceBox.Name = "confirmDistanceBox";
  232. this.confirmDistanceBox.Size = new System.Drawing.Size(196, 26);
  233. this.confirmDistanceBox.Text = "Confirm distance";
  234. this.confirmDistanceBox.Click += new System.EventHandler(this.confirmDistanceBox_Click);
  235. //
  236. // setTimeToolStripMenuItem
  237. //
  238. this.setTimeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  239. this.minuteBox,
  240. this.secondBox,
  241. this.confirmTimeBox});
  242. this.setTimeToolStripMenuItem.Name = "setTimeToolStripMenuItem";
  243. this.setTimeToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
  244. this.setTimeToolStripMenuItem.Text = "Set Time";
  245. //
  246. // minuteBox
  247. //
  248. this.minuteBox.Name = "minuteBox";
  249. this.minuteBox.Size = new System.Drawing.Size(100, 27);
  250. this.minuteBox.Text = "MM";
  251. //
  252. // secondBox
  253. //
  254. this.secondBox.Name = "secondBox";
  255. this.secondBox.Size = new System.Drawing.Size(160, 27);
  256. this.secondBox.Text = "SS";
  257. //
  258. // confirmTimeBox
  259. //
  260. this.confirmTimeBox.Name = "confirmTimeBox";
  261. this.confirmTimeBox.Size = new System.Drawing.Size(226, 26);
  262. this.confirmTimeBox.Text = "Confirm time";
  263. this.confirmTimeBox.Click += new System.EventHandler(this.confirmTimeBox_Click);
  264. //
  265. // stopTrainingToolStripMenuItem
  266. //
  267. this.stopTrainingToolStripMenuItem.Name = "stopTrainingToolStripMenuItem";
  268. this.stopTrainingToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  269. this.stopTrainingToolStripMenuItem.Text = "Reset training";
  270. this.stopTrainingToolStripMenuItem.Click += new System.EventHandler(this.stopTrainingToolStripMenuItem_Click);
  271. //
  272. // setToolStripMenuItem
  273. //
  274. this.setToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  275. this.powerBox,
  276. this.setPower});
  277. this.setToolStripMenuItem.Name = "setToolStripMenuItem";
  278. this.setToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  279. this.setToolStripMenuItem.Text = "Power";
  280. //
  281. // powerBox
  282. //
  283. this.powerBox.Name = "powerBox";
  284. this.powerBox.Size = new System.Drawing.Size(100, 27);
  285. //
  286. // setPower
  287. //
  288. this.setPower.Name = "setPower";
  289. this.setPower.Size = new System.Drawing.Size(166, 26);
  290. this.setPower.Text = "Set power";
  291. this.setPower.Click += new System.EventHandler(this.setPower_Click);
  292. //
  293. // energyBox
  294. //
  295. this.energyBox.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  296. this.toolStripTextBox3,
  297. this.toolStripMenuItem1});
  298. this.energyBox.Name = "energyBox";
  299. this.energyBox.Size = new System.Drawing.Size(181, 26);
  300. this.energyBox.Text = "Energy";
  301. //
  302. // toolStripTextBox3
  303. //
  304. this.toolStripTextBox3.Name = "toolStripTextBox3";
  305. this.toolStripTextBox3.Size = new System.Drawing.Size(100, 27);
  306. //
  307. // toolStripMenuItem1
  308. //
  309. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  310. this.toolStripMenuItem1.Size = new System.Drawing.Size(166, 26);
  311. this.toolStripMenuItem1.Text = "Set energy";
  312. //
  313. // speedBox
  314. //
  315. this.speedBox.Controls.Add(this.speedChart);
  316. this.speedBox.Location = new System.Drawing.Point(16, 33);
  317. this.speedBox.Margin = new System.Windows.Forms.Padding(4);
  318. this.speedBox.Name = "speedBox";
  319. this.speedBox.Padding = new System.Windows.Forms.Padding(4);
  320. this.speedBox.Size = new System.Drawing.Size(533, 382);
  321. this.speedBox.TabIndex = 2;
  322. this.speedBox.TabStop = false;
  323. this.speedBox.Text = "Kilometers per hour:";
  324. //
  325. // speedChart
  326. //
  327. chartArea4.Name = "ChartArea1";
  328. this.speedChart.ChartAreas.Add(chartArea4);
  329. this.speedChart.Location = new System.Drawing.Point(8, 23);
  330. this.speedChart.Margin = new System.Windows.Forms.Padding(4);
  331. this.speedChart.Name = "speedChart";
  332. series4.BorderWidth = 10;
  333. series4.ChartArea = "ChartArea1";
  334. series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  335. series4.Name = "Speed";
  336. series4.XValueMember = "Time";
  337. series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  338. series4.YValueMembers = "Speed";
  339. this.speedChart.Series.Add(series4);
  340. this.speedChart.Size = new System.Drawing.Size(517, 351);
  341. this.speedChart.TabIndex = 0;
  342. this.speedChart.Text = "Speed chart";
  343. //
  344. // bpmBox
  345. //
  346. this.bpmBox.Controls.Add(this.bpmChart);
  347. this.bpmBox.Location = new System.Drawing.Point(16, 421);
  348. this.bpmBox.Margin = new System.Windows.Forms.Padding(4);
  349. this.bpmBox.Name = "bpmBox";
  350. this.bpmBox.Padding = new System.Windows.Forms.Padding(4);
  351. this.bpmBox.Size = new System.Drawing.Size(533, 382);
  352. this.bpmBox.TabIndex = 3;
  353. this.bpmBox.TabStop = false;
  354. this.bpmBox.Text = "Beats per minute:";
  355. //
  356. // bpmChart
  357. //
  358. chartArea5.Name = "ChartArea1";
  359. this.bpmChart.ChartAreas.Add(chartArea5);
  360. this.bpmChart.Location = new System.Drawing.Point(8, 23);
  361. this.bpmChart.Margin = new System.Windows.Forms.Padding(4);
  362. this.bpmChart.Name = "bpmChart";
  363. series5.BorderWidth = 10;
  364. series5.ChartArea = "ChartArea1";
  365. series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  366. series5.Name = "Beats per minute";
  367. series5.XValueMember = "Time";
  368. series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  369. series5.YValueMembers = "Beats per minutes";
  370. this.bpmChart.Series.Add(series5);
  371. this.bpmChart.Size = new System.Drawing.Size(517, 351);
  372. this.bpmChart.TabIndex = 1;
  373. this.bpmChart.Text = "beats per second";
  374. //
  375. // sessionInfoBox
  376. //
  377. this.sessionInfoBox.Controls.Add(this.requestedBox);
  378. this.sessionInfoBox.Controls.Add(this.actualBox);
  379. this.sessionInfoBox.Controls.Add(this.nameBox);
  380. this.sessionInfoBox.Controls.Add(this.sessionBox);
  381. this.sessionInfoBox.Controls.Add(this.timeBox);
  382. this.sessionInfoBox.Controls.Add(this.pulseBox);
  383. this.sessionInfoBox.Controls.Add(this.rpmInfoBox);
  384. this.sessionInfoBox.Controls.Add(this.energyInfoBox);
  385. this.sessionInfoBox.Controls.Add(this.distanceInfoBox);
  386. this.sessionInfoBox.Controls.Add(this.speedInfoBox);
  387. this.sessionInfoBox.Controls.Add(this.label18);
  388. this.sessionInfoBox.Controls.Add(this.label17);
  389. this.sessionInfoBox.Controls.Add(this.label16);
  390. this.sessionInfoBox.Controls.Add(this.label15);
  391. this.sessionInfoBox.Controls.Add(this.label14);
  392. this.sessionInfoBox.Controls.Add(this.label13);
  393. this.sessionInfoBox.Controls.Add(this.label12);
  394. this.sessionInfoBox.Controls.Add(this.label11);
  395. this.sessionInfoBox.Controls.Add(this.label10);
  396. this.sessionInfoBox.Controls.Add(this.label9);
  397. this.sessionInfoBox.Controls.Add(this.label8);
  398. this.sessionInfoBox.Controls.Add(this.label7);
  399. this.sessionInfoBox.Controls.Add(this.label6);
  400. this.sessionInfoBox.Controls.Add(this.label5);
  401. this.sessionInfoBox.Controls.Add(this.label4);
  402. this.sessionInfoBox.Controls.Add(this.label3);
  403. this.sessionInfoBox.Controls.Add(this.label2);
  404. this.sessionInfoBox.Controls.Add(this.label1);
  405. this.sessionInfoBox.Location = new System.Drawing.Point(557, 33);
  406. this.sessionInfoBox.Margin = new System.Windows.Forms.Padding(4);
  407. this.sessionInfoBox.Name = "sessionInfoBox";
  408. this.sessionInfoBox.Padding = new System.Windows.Forms.Padding(4);
  409. this.sessionInfoBox.Size = new System.Drawing.Size(533, 382);
  410. this.sessionInfoBox.TabIndex = 4;
  411. this.sessionInfoBox.TabStop = false;
  412. this.sessionInfoBox.Text = "Session info:";
  413. //
  414. // requestedBox
  415. //
  416. this.requestedBox.Location = new System.Drawing.Point(132, 272);
  417. this.requestedBox.Margin = new System.Windows.Forms.Padding(4);
  418. this.requestedBox.Name = "requestedBox";
  419. this.requestedBox.ReadOnly = true;
  420. this.requestedBox.Size = new System.Drawing.Size(79, 22);
  421. this.requestedBox.TabIndex = 37;
  422. //
  423. // actualBox
  424. //
  425. this.actualBox.Location = new System.Drawing.Point(132, 304);
  426. this.actualBox.Margin = new System.Windows.Forms.Padding(4);
  427. this.actualBox.Name = "actualBox";
  428. this.actualBox.ReadOnly = true;
  429. this.actualBox.Size = new System.Drawing.Size(79, 22);
  430. this.actualBox.TabIndex = 36;
  431. //
  432. // nameBox
  433. //
  434. this.nameBox.Location = new System.Drawing.Point(132, 16);
  435. this.nameBox.Margin = new System.Windows.Forms.Padding(4);
  436. this.nameBox.Name = "nameBox";
  437. this.nameBox.ReadOnly = true;
  438. this.nameBox.Size = new System.Drawing.Size(79, 22);
  439. this.nameBox.TabIndex = 35;
  440. //
  441. // sessionBox
  442. //
  443. this.sessionBox.Location = new System.Drawing.Point(132, 48);
  444. this.sessionBox.Margin = new System.Windows.Forms.Padding(4);
  445. this.sessionBox.Name = "sessionBox";
  446. this.sessionBox.ReadOnly = true;
  447. this.sessionBox.Size = new System.Drawing.Size(79, 22);
  448. this.sessionBox.TabIndex = 34;
  449. //
  450. // timeBox
  451. //
  452. this.timeBox.Location = new System.Drawing.Point(132, 240);
  453. this.timeBox.Margin = new System.Windows.Forms.Padding(4);
  454. this.timeBox.Name = "timeBox";
  455. this.timeBox.ReadOnly = true;
  456. this.timeBox.Size = new System.Drawing.Size(79, 22);
  457. this.timeBox.TabIndex = 33;
  458. //
  459. // pulseBox
  460. //
  461. this.pulseBox.Location = new System.Drawing.Point(132, 80);
  462. this.pulseBox.Margin = new System.Windows.Forms.Padding(4);
  463. this.pulseBox.Name = "pulseBox";
  464. this.pulseBox.ReadOnly = true;
  465. this.pulseBox.Size = new System.Drawing.Size(79, 22);
  466. this.pulseBox.TabIndex = 32;
  467. //
  468. // rpmInfoBox
  469. //
  470. this.rpmInfoBox.Location = new System.Drawing.Point(132, 112);
  471. this.rpmInfoBox.Margin = new System.Windows.Forms.Padding(4);
  472. this.rpmInfoBox.Name = "rpmInfoBox";
  473. this.rpmInfoBox.ReadOnly = true;
  474. this.rpmInfoBox.Size = new System.Drawing.Size(79, 22);
  475. this.rpmInfoBox.TabIndex = 31;
  476. //
  477. // energyInfoBox
  478. //
  479. this.energyInfoBox.Location = new System.Drawing.Point(132, 208);
  480. this.energyInfoBox.Margin = new System.Windows.Forms.Padding(4);
  481. this.energyInfoBox.Name = "energyInfoBox";
  482. this.energyInfoBox.ReadOnly = true;
  483. this.energyInfoBox.Size = new System.Drawing.Size(79, 22);
  484. this.energyInfoBox.TabIndex = 30;
  485. //
  486. // distanceInfoBox
  487. //
  488. this.distanceInfoBox.Location = new System.Drawing.Point(132, 176);
  489. this.distanceInfoBox.Margin = new System.Windows.Forms.Padding(4);
  490. this.distanceInfoBox.Name = "distanceInfoBox";
  491. this.distanceInfoBox.ReadOnly = true;
  492. this.distanceInfoBox.Size = new System.Drawing.Size(79, 22);
  493. this.distanceInfoBox.TabIndex = 29;
  494. //
  495. // speedInfoBox
  496. //
  497. this.speedInfoBox.Location = new System.Drawing.Point(132, 144);
  498. this.speedInfoBox.Margin = new System.Windows.Forms.Padding(4);
  499. this.speedInfoBox.Name = "speedInfoBox";
  500. this.speedInfoBox.ReadOnly = true;
  501. this.speedInfoBox.Size = new System.Drawing.Size(79, 22);
  502. this.speedInfoBox.TabIndex = 28;
  503. //
  504. // label18
  505. //
  506. this.label18.AutoSize = true;
  507. this.label18.Location = new System.Drawing.Point(220, 249);
  508. this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  509. this.label18.Name = "label18";
  510. this.label18.Size = new System.Drawing.Size(52, 17);
  511. this.label18.TabIndex = 27;
  512. this.label18.Text = "MM:SS";
  513. //
  514. // label17
  515. //
  516. this.label17.AutoSize = true;
  517. this.label17.Location = new System.Drawing.Point(220, 281);
  518. this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  519. this.label17.Name = "label17";
  520. this.label17.Size = new System.Drawing.Size(37, 17);
  521. this.label17.TabIndex = 26;
  522. this.label17.Text = "Watt";
  523. //
  524. // label16
  525. //
  526. this.label16.AutoSize = true;
  527. this.label16.Location = new System.Drawing.Point(220, 313);
  528. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  529. this.label16.Name = "label16";
  530. this.label16.Size = new System.Drawing.Size(37, 17);
  531. this.label16.TabIndex = 25;
  532. this.label16.Text = "Watt";
  533. //
  534. // label15
  535. //
  536. this.label15.AutoSize = true;
  537. this.label15.Location = new System.Drawing.Point(220, 217);
  538. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  539. this.label15.Name = "label15";
  540. this.label15.Size = new System.Drawing.Size(37, 17);
  541. this.label15.TabIndex = 24;
  542. this.label15.Text = "Watt";
  543. //
  544. // label14
  545. //
  546. this.label14.AutoSize = true;
  547. this.label14.Location = new System.Drawing.Point(220, 185);
  548. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  549. this.label14.Name = "label14";
  550. this.label14.Size = new System.Drawing.Size(72, 17);
  551. this.label14.TabIndex = 23;
  552. this.label14.Text = "kilometers";
  553. //
  554. // label13
  555. //
  556. this.label13.AutoSize = true;
  557. this.label13.Location = new System.Drawing.Point(220, 153);
  558. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  559. this.label13.Name = "label13";
  560. this.label13.Size = new System.Drawing.Size(130, 17);
  561. this.label13.TabIndex = 22;
  562. this.label13.Text = "kilometers per hour";
  563. //
  564. // label12
  565. //
  566. this.label12.AutoSize = true;
  567. this.label12.Location = new System.Drawing.Point(220, 121);
  568. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  569. this.label12.Name = "label12";
  570. this.label12.Size = new System.Drawing.Size(123, 17);
  571. this.label12.TabIndex = 21;
  572. this.label12.Text = "rounds per minute";
  573. //
  574. // label11
  575. //
  576. this.label11.AutoSize = true;
  577. this.label11.Location = new System.Drawing.Point(220, 89);
  578. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  579. this.label11.Name = "label11";
  580. this.label11.Size = new System.Drawing.Size(115, 17);
  581. this.label11.TabIndex = 20;
  582. this.label11.Text = "Beats per minute";
  583. //
  584. // label10
  585. //
  586. this.label10.AutoSize = true;
  587. this.label10.Location = new System.Drawing.Point(8, 313);
  588. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  589. this.label10.Name = "label10";
  590. this.label10.Size = new System.Drawing.Size(89, 17);
  591. this.label10.TabIndex = 9;
  592. this.label10.Text = "Actual power";
  593. //
  594. // label9
  595. //
  596. this.label9.AutoSize = true;
  597. this.label9.Location = new System.Drawing.Point(8, 281);
  598. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  599. this.label9.Name = "label9";
  600. this.label9.Size = new System.Drawing.Size(123, 17);
  601. this.label9.TabIndex = 8;
  602. this.label9.Text = "Requested power:";
  603. //
  604. // label8
  605. //
  606. this.label8.AutoSize = true;
  607. this.label8.Location = new System.Drawing.Point(8, 249);
  608. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  609. this.label8.Name = "label8";
  610. this.label8.Size = new System.Drawing.Size(43, 17);
  611. this.label8.TabIndex = 7;
  612. this.label8.Text = "Time:";
  613. //
  614. // label7
  615. //
  616. this.label7.AutoSize = true;
  617. this.label7.Location = new System.Drawing.Point(8, 217);
  618. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  619. this.label7.Name = "label7";
  620. this.label7.Size = new System.Drawing.Size(57, 17);
  621. this.label7.TabIndex = 6;
  622. this.label7.Text = "Energy:";
  623. //
  624. // label6
  625. //
  626. this.label6.AutoSize = true;
  627. this.label6.Location = new System.Drawing.Point(8, 185);
  628. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  629. this.label6.Name = "label6";
  630. this.label6.Size = new System.Drawing.Size(67, 17);
  631. this.label6.TabIndex = 5;
  632. this.label6.Text = "Distance:";
  633. //
  634. // label5
  635. //
  636. this.label5.AutoSize = true;
  637. this.label5.Location = new System.Drawing.Point(8, 153);
  638. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  639. this.label5.Name = "label5";
  640. this.label5.Size = new System.Drawing.Size(53, 17);
  641. this.label5.TabIndex = 4;
  642. this.label5.Text = "Speed:";
  643. //
  644. // label4
  645. //
  646. this.label4.AutoSize = true;
  647. this.label4.Location = new System.Drawing.Point(8, 121);
  648. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  649. this.label4.Name = "label4";
  650. this.label4.Size = new System.Drawing.Size(42, 17);
  651. this.label4.TabIndex = 3;
  652. this.label4.Text = "RPM:";
  653. //
  654. // label3
  655. //
  656. this.label3.AutoSize = true;
  657. this.label3.Location = new System.Drawing.Point(8, 57);
  658. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  659. this.label3.Name = "label3";
  660. this.label3.Size = new System.Drawing.Size(62, 17);
  661. this.label3.TabIndex = 2;
  662. this.label3.Text = "Session:";
  663. //
  664. // label2
  665. //
  666. this.label2.AutoSize = true;
  667. this.label2.Location = new System.Drawing.Point(8, 89);
  668. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  669. this.label2.Name = "label2";
  670. this.label2.Size = new System.Drawing.Size(47, 17);
  671. this.label2.TabIndex = 1;
  672. this.label2.Text = "Pulse:";
  673. //
  674. // label1
  675. //
  676. this.label1.AutoSize = true;
  677. this.label1.Location = new System.Drawing.Point(8, 25);
  678. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  679. this.label1.Name = "label1";
  680. this.label1.Size = new System.Drawing.Size(49, 17);
  681. this.label1.TabIndex = 0;
  682. this.label1.Text = "Naam:";
  683. //
  684. // rpmBox
  685. //
  686. this.rpmBox.Controls.Add(this.rpmChart);
  687. this.rpmBox.Location = new System.Drawing.Point(557, 421);
  688. this.rpmBox.Margin = new System.Windows.Forms.Padding(4);
  689. this.rpmBox.Name = "rpmBox";
  690. this.rpmBox.Padding = new System.Windows.Forms.Padding(4);
  691. this.rpmBox.Size = new System.Drawing.Size(533, 382);
  692. this.rpmBox.TabIndex = 5;
  693. this.rpmBox.TabStop = false;
  694. this.rpmBox.Text = "Rounds per minute:";
  695. //
  696. // rpmChart
  697. //
  698. chartArea6.Name = "ChartArea1";
  699. this.rpmChart.ChartAreas.Add(chartArea6);
  700. this.rpmChart.Location = new System.Drawing.Point(8, 23);
  701. this.rpmChart.Margin = new System.Windows.Forms.Padding(4);
  702. this.rpmChart.Name = "rpmChart";
  703. series6.BorderWidth = 10;
  704. series6.ChartArea = "ChartArea1";
  705. series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  706. series6.Name = "Rounds per minute";
  707. series6.XValueMember = "Time";
  708. series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  709. series6.YValueMembers = "Rounds per minutes";
  710. this.rpmChart.Series.Add(series6);
  711. this.rpmChart.Size = new System.Drawing.Size(517, 351);
  712. this.rpmChart.TabIndex = 2;
  713. this.rpmChart.Text = "rounds per minute";
  714. //
  715. // chatBox
  716. //
  717. this.chatBox.Location = new System.Drawing.Point(0, 23);
  718. this.chatBox.Margin = new System.Windows.Forms.Padding(4);
  719. this.chatBox.Multiline = true;
  720. this.chatBox.Name = "chatBox";
  721. this.chatBox.ReadOnly = true;
  722. this.chatBox.Size = new System.Drawing.Size(303, 671);
  723. this.chatBox.TabIndex = 3;
  724. //
  725. // messageBox
  726. //
  727. this.messageBox.Location = new System.Drawing.Point(0, 703);
  728. this.messageBox.Margin = new System.Windows.Forms.Padding(4);
  729. this.messageBox.Name = "messageBox";
  730. this.messageBox.Size = new System.Drawing.Size(303, 22);
  731. this.messageBox.TabIndex = 6;
  732. this.messageBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.messageBox_KeyPress);
  733. //
  734. // chatArea
  735. //
  736. this.chatArea.Controls.Add(this.sendButton);
  737. this.chatArea.Controls.Add(this.chatBox);
  738. this.chatArea.Controls.Add(this.messageBox);
  739. this.chatArea.Location = new System.Drawing.Point(1099, 33);
  740. this.chatArea.Margin = new System.Windows.Forms.Padding(4);
  741. this.chatArea.Name = "chatArea";
  742. this.chatArea.Padding = new System.Windows.Forms.Padding(4);
  743. this.chatArea.Size = new System.Drawing.Size(304, 770);
  744. this.chatArea.TabIndex = 5;
  745. this.chatArea.TabStop = false;
  746. this.chatArea.Text = "Chat:";
  747. //
  748. // sendButton
  749. //
  750. this.sendButton.Location = new System.Drawing.Point(0, 735);
  751. this.sendButton.Margin = new System.Windows.Forms.Padding(4);
  752. this.sendButton.Name = "sendButton";
  753. this.sendButton.Size = new System.Drawing.Size(304, 28);
  754. this.sendButton.TabIndex = 7;
  755. this.sendButton.Text = "send";
  756. this.sendButton.UseVisualStyleBackColor = true;
  757. this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
  758. //
  759. // PatientForm
  760. //
  761. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  762. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  763. this.BackColor = System.Drawing.SystemColors.Control;
  764. this.ClientSize = new System.Drawing.Size(1419, 838);
  765. this.Controls.Add(this.chatArea);
  766. this.Controls.Add(this.sessionInfoBox);
  767. this.Controls.Add(this.rpmBox);
  768. this.Controls.Add(this.bpmBox);
  769. this.Controls.Add(this.speedBox);
  770. this.Controls.Add(this.menuStrip1);
  771. this.MainMenuStrip = this.menuStrip1;
  772. this.Margin = new System.Windows.Forms.Padding(4);
  773. this.Name = "PatientForm";
  774. this.Text = "Patient";
  775. this.Load += new System.EventHandler(this.Form1_Load);
  776. this.menuStrip1.ResumeLayout(false);
  777. this.menuStrip1.PerformLayout();
  778. this.speedBox.ResumeLayout(false);
  779. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).EndInit();
  780. this.bpmBox.ResumeLayout(false);
  781. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).EndInit();
  782. this.sessionInfoBox.ResumeLayout(false);
  783. this.sessionInfoBox.PerformLayout();
  784. this.rpmBox.ResumeLayout(false);
  785. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).EndInit();
  786. this.chatArea.ResumeLayout(false);
  787. this.chatArea.PerformLayout();
  788. this.ResumeLayout(false);
  789. this.PerformLayout();
  790. }
  791. #endregion
  792. private System.Windows.Forms.MenuStrip menuStrip1;
  793. private System.Windows.Forms.ToolStripMenuItem archiefToolStripMenuItem;
  794. private System.Windows.Forms.ToolStripMenuItem selectSessionToolStripMenuItem;
  795. private System.Windows.Forms.ToolStripMenuItem sESSIONSToolStripMenuItem;
  796. private System.Windows.Forms.GroupBox speedBox;
  797. private System.Windows.Forms.GroupBox bpmBox;
  798. private System.Windows.Forms.GroupBox sessionInfoBox;
  799. private System.Windows.Forms.GroupBox rpmBox;
  800. private System.Windows.Forms.TextBox chatBox;
  801. private System.Windows.Forms.TextBox messageBox;
  802. private System.Windows.Forms.GroupBox chatArea;
  803. private System.Windows.Forms.Label label18;
  804. private System.Windows.Forms.Label label17;
  805. private System.Windows.Forms.Label label16;
  806. private System.Windows.Forms.Label label15;
  807. private System.Windows.Forms.Label label14;
  808. private System.Windows.Forms.Label label13;
  809. private System.Windows.Forms.Label label12;
  810. private System.Windows.Forms.Label label11;
  811. private System.Windows.Forms.Label label10;
  812. private System.Windows.Forms.Label label9;
  813. private System.Windows.Forms.Label label8;
  814. private System.Windows.Forms.Label label7;
  815. private System.Windows.Forms.Label label6;
  816. private System.Windows.Forms.Label label5;
  817. private System.Windows.Forms.Label label4;
  818. private System.Windows.Forms.Label label3;
  819. private System.Windows.Forms.Label label2;
  820. private System.Windows.Forms.Label label1;
  821. private System.Windows.Forms.Button sendButton;
  822. private System.Windows.Forms.ToolStripMenuItem bicycleToolStripMenuItem;
  823. private System.Windows.Forms.ToolStripMenuItem selectPortToolStripMenuItem;
  824. private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
  825. private System.Windows.Forms.ToolStripMenuItem requestDataToolStripMenuItem;
  826. private System.Windows.Forms.ToolStripMenuItem closePortToolStripMenuItem;
  827. private System.Windows.Forms.ToolStripMenuItem openPortToolStripMenuItem;
  828. private System.Windows.Forms.ToolStripMenuItem startTrainingToolStripMenuItem;
  829. private System.Windows.Forms.ToolStripMenuItem distanceToolStripMenuItem;
  830. private System.Windows.Forms.ToolStripMenuItem distanceTraining;
  831. private System.Windows.Forms.ToolStripMenuItem stopTrainingToolStripMenuItem;
  832. private System.Windows.Forms.ToolStripMenuItem setToolStripMenuItem;
  833. private System.Windows.Forms.ToolStripTextBox powerBox;
  834. private System.Windows.Forms.ToolStripMenuItem setPower;
  835. private System.Windows.Forms.ToolStripMenuItem energyBox;
  836. private System.Windows.Forms.ToolStripTextBox toolStripTextBox3;
  837. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  838. private System.Windows.Forms.ToolStripTextBox distanceBox;
  839. private System.Windows.Forms.ToolStripMenuItem confirmDistanceBox;
  840. private System.Windows.Forms.ToolStripMenuItem setTimeToolStripMenuItem;
  841. private System.Windows.Forms.ToolStripTextBox minuteBox;
  842. private System.Windows.Forms.ToolStripTextBox secondBox;
  843. private System.Windows.Forms.ToolStripMenuItem confirmTimeBox;
  844. public System.Windows.Forms.TextBox requestedBox;
  845. public System.Windows.Forms.TextBox actualBox;
  846. public System.Windows.Forms.TextBox nameBox;
  847. public System.Windows.Forms.TextBox sessionBox;
  848. public System.Windows.Forms.TextBox timeBox;
  849. public System.Windows.Forms.TextBox pulseBox;
  850. public System.Windows.Forms.TextBox rpmInfoBox;
  851. public System.Windows.Forms.TextBox energyInfoBox;
  852. public System.Windows.Forms.TextBox distanceInfoBox;
  853. public System.Windows.Forms.TextBox speedInfoBox;
  854. public System.Windows.Forms.DataVisualization.Charting.Chart speedChart;
  855. public Chart bpmChart;
  856. public Chart rpmChart;
  857. }
  858. }