PatientForm.designer.cs 45 KB

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