PatientForm.designer.cs.orig 42 KB

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