PatientForm.Designer.cs 39 KB

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