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