PatientForm.designer.cs 41 KB

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