PatientForm.Designer.cs 42 KB

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