PatientForm.designer.cs 39 KB

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