PatientForm.designer.cs 40 KB

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