PatientForm.designer.cs 42 KB

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