DoctorSessionUC.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. namespace FietsClient.Forms
  2. {
  3. partial class DoctorSessionUC
  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 Component 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 chartArea10 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series();
  30. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  31. System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  33. System.Windows.Forms.DataVisualization.Charting.Series series12 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.rpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  36. this.bpmBox = new System.Windows.Forms.GroupBox();
  37. this.bpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  38. this.speedBox = new System.Windows.Forms.GroupBox();
  39. this.speedChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  40. this.sessionInfoBox = new System.Windows.Forms.GroupBox();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.setTimeSecondsBox = new System.Windows.Forms.TextBox();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.setPowerBox = new System.Windows.Forms.TextBox();
  45. this.setTimeMinutesBox = new System.Windows.Forms.TextBox();
  46. this.setDistanceBox = new System.Windows.Forms.TextBox();
  47. this.setPowerButton = new System.Windows.Forms.Button();
  48. this.requestedBox = new System.Windows.Forms.TextBox();
  49. this.setTimeButton = new System.Windows.Forms.Button();
  50. this.setDistanceButton = new System.Windows.Forms.Button();
  51. this.actualBox = new System.Windows.Forms.TextBox();
  52. this.nameBox = new System.Windows.Forms.TextBox();
  53. this.sessionBox = new System.Windows.Forms.TextBox();
  54. this.timeBox = new System.Windows.Forms.TextBox();
  55. this.pulseBox = new System.Windows.Forms.TextBox();
  56. this.rpmInfoBox = new System.Windows.Forms.TextBox();
  57. this.energyInfoBox = new System.Windows.Forms.TextBox();
  58. this.distanceInfoBox = new System.Windows.Forms.TextBox();
  59. this.speedInfoBox = new System.Windows.Forms.TextBox();
  60. this.label18 = new System.Windows.Forms.Label();
  61. this.label17 = new System.Windows.Forms.Label();
  62. this.label16 = new System.Windows.Forms.Label();
  63. this.label15 = new System.Windows.Forms.Label();
  64. this.label14 = new System.Windows.Forms.Label();
  65. this.label13 = new System.Windows.Forms.Label();
  66. this.label12 = new System.Windows.Forms.Label();
  67. this.label11 = new System.Windows.Forms.Label();
  68. this.label10 = new System.Windows.Forms.Label();
  69. this.label9 = new System.Windows.Forms.Label();
  70. this.label8 = new System.Windows.Forms.Label();
  71. this.label7 = new System.Windows.Forms.Label();
  72. this.label6 = new System.Windows.Forms.Label();
  73. this.label5 = new System.Windows.Forms.Label();
  74. this.label4 = new System.Windows.Forms.Label();
  75. this.label3 = new System.Windows.Forms.Label();
  76. this.label2 = new System.Windows.Forms.Label();
  77. this.label1 = new System.Windows.Forms.Label();
  78. this.groupBox1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).BeginInit();
  80. this.bpmBox.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).BeginInit();
  82. this.speedBox.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).BeginInit();
  84. this.sessionInfoBox.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // groupBox1
  88. //
  89. this.groupBox1.Controls.Add(this.rpmChart);
  90. this.groupBox1.Location = new System.Drawing.Point(411, 320);
  91. this.groupBox1.Name = "groupBox1";
  92. this.groupBox1.Size = new System.Drawing.Size(400, 310);
  93. this.groupBox1.TabIndex = 9;
  94. this.groupBox1.TabStop = false;
  95. this.groupBox1.Text = "Rounds per minute:";
  96. //
  97. // rpmChart
  98. //
  99. chartArea10.Name = "ChartArea1";
  100. this.rpmChart.ChartAreas.Add(chartArea10);
  101. this.rpmChart.Location = new System.Drawing.Point(6, 19);
  102. this.rpmChart.Name = "rpmChart";
  103. series10.BorderWidth = 10;
  104. series10.ChartArea = "ChartArea1";
  105. series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  106. series10.Name = "Rounds per minute";
  107. series10.XValueMember = "Time";
  108. series10.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  109. series10.YValueMembers = "Rounds per minutes";
  110. this.rpmChart.Series.Add(series10);
  111. this.rpmChart.Size = new System.Drawing.Size(388, 285);
  112. this.rpmChart.TabIndex = 2;
  113. this.rpmChart.Text = "rounds per minute";
  114. //
  115. // bpmBox
  116. //
  117. this.bpmBox.Controls.Add(this.bpmChart);
  118. this.bpmBox.Location = new System.Drawing.Point(5, 320);
  119. this.bpmBox.Name = "bpmBox";
  120. this.bpmBox.Size = new System.Drawing.Size(400, 310);
  121. this.bpmBox.TabIndex = 8;
  122. this.bpmBox.TabStop = false;
  123. this.bpmBox.Text = "Beats per minute:";
  124. //
  125. // bpmChart
  126. //
  127. chartArea11.Name = "ChartArea1";
  128. this.bpmChart.ChartAreas.Add(chartArea11);
  129. this.bpmChart.Location = new System.Drawing.Point(6, 19);
  130. this.bpmChart.Name = "bpmChart";
  131. series11.BorderWidth = 10;
  132. series11.ChartArea = "ChartArea1";
  133. series11.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  134. series11.Name = "Beats per minute";
  135. series11.XValueMember = "Time";
  136. series11.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  137. series11.YValueMembers = "Beats per minutes";
  138. this.bpmChart.Series.Add(series11);
  139. this.bpmChart.Size = new System.Drawing.Size(388, 285);
  140. this.bpmChart.TabIndex = 1;
  141. this.bpmChart.Text = "beats per second";
  142. //
  143. // speedBox
  144. //
  145. this.speedBox.Controls.Add(this.speedChart);
  146. this.speedBox.Location = new System.Drawing.Point(3, 3);
  147. this.speedBox.Name = "speedBox";
  148. this.speedBox.Size = new System.Drawing.Size(400, 310);
  149. this.speedBox.TabIndex = 11;
  150. this.speedBox.TabStop = false;
  151. this.speedBox.Text = "Kilometers per hour:";
  152. //
  153. // speedChart
  154. //
  155. chartArea12.Name = "ChartArea1";
  156. this.speedChart.ChartAreas.Add(chartArea12);
  157. this.speedChart.Location = new System.Drawing.Point(6, 19);
  158. this.speedChart.Name = "speedChart";
  159. series12.BorderWidth = 10;
  160. series12.ChartArea = "ChartArea1";
  161. series12.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  162. series12.Name = "Speed";
  163. series12.XValueMember = "Time";
  164. series12.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
  165. series12.YValueMembers = "Speed";
  166. this.speedChart.Series.Add(series12);
  167. this.speedChart.Size = new System.Drawing.Size(388, 285);
  168. this.speedChart.TabIndex = 0;
  169. this.speedChart.Text = "Speed chart";
  170. //
  171. // sessionInfoBox
  172. //
  173. this.sessionInfoBox.Controls.Add(this.button2);
  174. this.sessionInfoBox.Controls.Add(this.setTimeSecondsBox);
  175. this.sessionInfoBox.Controls.Add(this.button1);
  176. this.sessionInfoBox.Controls.Add(this.setPowerBox);
  177. this.sessionInfoBox.Controls.Add(this.setTimeMinutesBox);
  178. this.sessionInfoBox.Controls.Add(this.setDistanceBox);
  179. this.sessionInfoBox.Controls.Add(this.setPowerButton);
  180. this.sessionInfoBox.Controls.Add(this.requestedBox);
  181. this.sessionInfoBox.Controls.Add(this.setTimeButton);
  182. this.sessionInfoBox.Controls.Add(this.setDistanceButton);
  183. this.sessionInfoBox.Controls.Add(this.actualBox);
  184. this.sessionInfoBox.Controls.Add(this.nameBox);
  185. this.sessionInfoBox.Controls.Add(this.sessionBox);
  186. this.sessionInfoBox.Controls.Add(this.timeBox);
  187. this.sessionInfoBox.Controls.Add(this.pulseBox);
  188. this.sessionInfoBox.Controls.Add(this.rpmInfoBox);
  189. this.sessionInfoBox.Controls.Add(this.energyInfoBox);
  190. this.sessionInfoBox.Controls.Add(this.distanceInfoBox);
  191. this.sessionInfoBox.Controls.Add(this.speedInfoBox);
  192. this.sessionInfoBox.Controls.Add(this.label18);
  193. this.sessionInfoBox.Controls.Add(this.label17);
  194. this.sessionInfoBox.Controls.Add(this.label16);
  195. this.sessionInfoBox.Controls.Add(this.label15);
  196. this.sessionInfoBox.Controls.Add(this.label14);
  197. this.sessionInfoBox.Controls.Add(this.label13);
  198. this.sessionInfoBox.Controls.Add(this.label12);
  199. this.sessionInfoBox.Controls.Add(this.label11);
  200. this.sessionInfoBox.Controls.Add(this.label10);
  201. this.sessionInfoBox.Controls.Add(this.label9);
  202. this.sessionInfoBox.Controls.Add(this.label8);
  203. this.sessionInfoBox.Controls.Add(this.label7);
  204. this.sessionInfoBox.Controls.Add(this.label6);
  205. this.sessionInfoBox.Controls.Add(this.label5);
  206. this.sessionInfoBox.Controls.Add(this.label4);
  207. this.sessionInfoBox.Controls.Add(this.label3);
  208. this.sessionInfoBox.Controls.Add(this.label2);
  209. this.sessionInfoBox.Controls.Add(this.label1);
  210. this.sessionInfoBox.Location = new System.Drawing.Point(411, 3);
  211. this.sessionInfoBox.Name = "sessionInfoBox";
  212. this.sessionInfoBox.Size = new System.Drawing.Size(400, 310);
  213. this.sessionInfoBox.TabIndex = 10;
  214. this.sessionInfoBox.TabStop = false;
  215. this.sessionInfoBox.Text = "Session info:";
  216. //
  217. // button2
  218. //
  219. this.button2.Location = new System.Drawing.Point(99, 281);
  220. this.button2.Name = "button2";
  221. this.button2.Size = new System.Drawing.Size(75, 23);
  222. this.button2.TabIndex = 41;
  223. this.button2.Text = "Stop sessie";
  224. this.button2.UseVisualStyleBackColor = true;
  225. this.button2.Click += new System.EventHandler(this.button2_Click);
  226. //
  227. // setTimeSecondsBox
  228. //
  229. this.setTimeSecondsBox.Location = new System.Drawing.Point(342, 197);
  230. this.setTimeSecondsBox.Margin = new System.Windows.Forms.Padding(2);
  231. this.setTimeSecondsBox.Name = "setTimeSecondsBox";
  232. this.setTimeSecondsBox.Size = new System.Drawing.Size(38, 20);
  233. this.setTimeSecondsBox.TabIndex = 90;
  234. this.setTimeSecondsBox.Text = "SS";
  235. //
  236. // button1
  237. //
  238. this.button1.Location = new System.Drawing.Point(9, 281);
  239. this.button1.Name = "button1";
  240. this.button1.Size = new System.Drawing.Size(75, 23);
  241. this.button1.TabIndex = 40;
  242. this.button1.Text = "Start sessie";
  243. this.button1.UseVisualStyleBackColor = true;
  244. this.button1.Click += new System.EventHandler(this.button1_Click);
  245. //
  246. // setPowerBox
  247. //
  248. this.setPowerBox.Location = new System.Drawing.Point(304, 223);
  249. this.setPowerBox.Margin = new System.Windows.Forms.Padding(2);
  250. this.setPowerBox.Name = "setPowerBox";
  251. this.setPowerBox.Size = new System.Drawing.Size(76, 20);
  252. this.setPowerBox.TabIndex = 89;
  253. //
  254. // setTimeMinutesBox
  255. //
  256. this.setTimeMinutesBox.Location = new System.Drawing.Point(304, 197);
  257. this.setTimeMinutesBox.Margin = new System.Windows.Forms.Padding(2);
  258. this.setTimeMinutesBox.Name = "setTimeMinutesBox";
  259. this.setTimeMinutesBox.Size = new System.Drawing.Size(38, 20);
  260. this.setTimeMinutesBox.TabIndex = 88;
  261. this.setTimeMinutesBox.Text = "MM";
  262. //
  263. // setDistanceBox
  264. //
  265. this.setDistanceBox.Location = new System.Drawing.Point(305, 142);
  266. this.setDistanceBox.Margin = new System.Windows.Forms.Padding(2);
  267. this.setDistanceBox.Name = "setDistanceBox";
  268. this.setDistanceBox.Size = new System.Drawing.Size(76, 20);
  269. this.setDistanceBox.TabIndex = 87;
  270. //
  271. // setPowerButton
  272. //
  273. this.setPowerButton.Location = new System.Drawing.Point(224, 219);
  274. this.setPowerButton.Name = "setPowerButton";
  275. this.setPowerButton.Size = new System.Drawing.Size(75, 23);
  276. this.setPowerButton.TabIndex = 86;
  277. this.setPowerButton.Text = "Set power";
  278. this.setPowerButton.UseVisualStyleBackColor = true;
  279. this.setPowerButton.Click += new System.EventHandler(this.setPowerButton_Click);
  280. //
  281. // requestedBox
  282. //
  283. this.requestedBox.Location = new System.Drawing.Point(99, 221);
  284. this.requestedBox.Name = "requestedBox";
  285. this.requestedBox.ReadOnly = true;
  286. this.requestedBox.Size = new System.Drawing.Size(60, 20);
  287. this.requestedBox.TabIndex = 37;
  288. //
  289. // setTimeButton
  290. //
  291. this.setTimeButton.Location = new System.Drawing.Point(224, 195);
  292. this.setTimeButton.Name = "setTimeButton";
  293. this.setTimeButton.Size = new System.Drawing.Size(75, 23);
  294. this.setTimeButton.TabIndex = 85;
  295. this.setTimeButton.Text = "Set time";
  296. this.setTimeButton.UseVisualStyleBackColor = true;
  297. this.setTimeButton.Click += new System.EventHandler(this.setTimeButton_Click);
  298. //
  299. // setDistanceButton
  300. //
  301. this.setDistanceButton.Location = new System.Drawing.Point(224, 141);
  302. this.setDistanceButton.Name = "setDistanceButton";
  303. this.setDistanceButton.Size = new System.Drawing.Size(75, 23);
  304. this.setDistanceButton.TabIndex = 84;
  305. this.setDistanceButton.Text = "Set distance";
  306. this.setDistanceButton.UseVisualStyleBackColor = true;
  307. this.setDistanceButton.Click += new System.EventHandler(this.setDistanceButton_Click);
  308. //
  309. // actualBox
  310. //
  311. this.actualBox.Location = new System.Drawing.Point(99, 247);
  312. this.actualBox.Name = "actualBox";
  313. this.actualBox.ReadOnly = true;
  314. this.actualBox.Size = new System.Drawing.Size(60, 20);
  315. this.actualBox.TabIndex = 36;
  316. //
  317. // nameBox
  318. //
  319. this.nameBox.Location = new System.Drawing.Point(99, 13);
  320. this.nameBox.Name = "nameBox";
  321. this.nameBox.ReadOnly = true;
  322. this.nameBox.Size = new System.Drawing.Size(60, 20);
  323. this.nameBox.TabIndex = 35;
  324. //
  325. // sessionBox
  326. //
  327. this.sessionBox.Location = new System.Drawing.Point(99, 39);
  328. this.sessionBox.Name = "sessionBox";
  329. this.sessionBox.ReadOnly = true;
  330. this.sessionBox.Size = new System.Drawing.Size(60, 20);
  331. this.sessionBox.TabIndex = 34;
  332. //
  333. // timeBox
  334. //
  335. this.timeBox.Location = new System.Drawing.Point(99, 195);
  336. this.timeBox.Name = "timeBox";
  337. this.timeBox.ReadOnly = true;
  338. this.timeBox.Size = new System.Drawing.Size(60, 20);
  339. this.timeBox.TabIndex = 33;
  340. //
  341. // pulseBox
  342. //
  343. this.pulseBox.Location = new System.Drawing.Point(99, 65);
  344. this.pulseBox.Name = "pulseBox";
  345. this.pulseBox.ReadOnly = true;
  346. this.pulseBox.Size = new System.Drawing.Size(60, 20);
  347. this.pulseBox.TabIndex = 32;
  348. //
  349. // rpmInfoBox
  350. //
  351. this.rpmInfoBox.Location = new System.Drawing.Point(99, 91);
  352. this.rpmInfoBox.Name = "rpmInfoBox";
  353. this.rpmInfoBox.ReadOnly = true;
  354. this.rpmInfoBox.Size = new System.Drawing.Size(60, 20);
  355. this.rpmInfoBox.TabIndex = 31;
  356. //
  357. // energyInfoBox
  358. //
  359. this.energyInfoBox.Location = new System.Drawing.Point(99, 169);
  360. this.energyInfoBox.Name = "energyInfoBox";
  361. this.energyInfoBox.ReadOnly = true;
  362. this.energyInfoBox.Size = new System.Drawing.Size(60, 20);
  363. this.energyInfoBox.TabIndex = 30;
  364. //
  365. // distanceInfoBox
  366. //
  367. this.distanceInfoBox.Location = new System.Drawing.Point(99, 143);
  368. this.distanceInfoBox.Name = "distanceInfoBox";
  369. this.distanceInfoBox.ReadOnly = true;
  370. this.distanceInfoBox.Size = new System.Drawing.Size(60, 20);
  371. this.distanceInfoBox.TabIndex = 29;
  372. //
  373. // speedInfoBox
  374. //
  375. this.speedInfoBox.Location = new System.Drawing.Point(99, 117);
  376. this.speedInfoBox.Name = "speedInfoBox";
  377. this.speedInfoBox.ReadOnly = true;
  378. this.speedInfoBox.Size = new System.Drawing.Size(60, 20);
  379. this.speedInfoBox.TabIndex = 28;
  380. //
  381. // label18
  382. //
  383. this.label18.AutoSize = true;
  384. this.label18.Location = new System.Drawing.Point(164, 197);
  385. this.label18.Name = "label18";
  386. this.label18.Size = new System.Drawing.Size(42, 13);
  387. this.label18.TabIndex = 27;
  388. this.label18.Text = "MM:SS";
  389. //
  390. // label17
  391. //
  392. this.label17.AutoSize = true;
  393. this.label17.Location = new System.Drawing.Point(164, 223);
  394. this.label17.Name = "label17";
  395. this.label17.Size = new System.Drawing.Size(30, 13);
  396. this.label17.TabIndex = 26;
  397. this.label17.Text = "Watt";
  398. //
  399. // label16
  400. //
  401. this.label16.AutoSize = true;
  402. this.label16.Location = new System.Drawing.Point(164, 249);
  403. this.label16.Name = "label16";
  404. this.label16.Size = new System.Drawing.Size(30, 13);
  405. this.label16.TabIndex = 25;
  406. this.label16.Text = "Watt";
  407. //
  408. // label15
  409. //
  410. this.label15.AutoSize = true;
  411. this.label15.Location = new System.Drawing.Point(164, 171);
  412. this.label15.Name = "label15";
  413. this.label15.Size = new System.Drawing.Size(30, 13);
  414. this.label15.TabIndex = 24;
  415. this.label15.Text = "Watt";
  416. //
  417. // label14
  418. //
  419. this.label14.AutoSize = true;
  420. this.label14.Location = new System.Drawing.Point(164, 145);
  421. this.label14.Name = "label14";
  422. this.label14.Size = new System.Drawing.Size(54, 13);
  423. this.label14.TabIndex = 23;
  424. this.label14.Text = "kilometers";
  425. //
  426. // label13
  427. //
  428. this.label13.AutoSize = true;
  429. this.label13.Location = new System.Drawing.Point(164, 119);
  430. this.label13.Name = "label13";
  431. this.label13.Size = new System.Drawing.Size(96, 13);
  432. this.label13.TabIndex = 22;
  433. this.label13.Text = "kilometers per hour";
  434. //
  435. // label12
  436. //
  437. this.label12.AutoSize = true;
  438. this.label12.Location = new System.Drawing.Point(164, 93);
  439. this.label12.Name = "label12";
  440. this.label12.Size = new System.Drawing.Size(91, 13);
  441. this.label12.TabIndex = 21;
  442. this.label12.Text = "rounds per minute";
  443. //
  444. // label11
  445. //
  446. this.label11.AutoSize = true;
  447. this.label11.Location = new System.Drawing.Point(164, 67);
  448. this.label11.Name = "label11";
  449. this.label11.Size = new System.Drawing.Size(86, 13);
  450. this.label11.TabIndex = 20;
  451. this.label11.Text = "Beats per minute";
  452. //
  453. // label10
  454. //
  455. this.label10.AutoSize = true;
  456. this.label10.Location = new System.Drawing.Point(6, 254);
  457. this.label10.Name = "label10";
  458. this.label10.Size = new System.Drawing.Size(69, 13);
  459. this.label10.TabIndex = 9;
  460. this.label10.Text = "Actual power";
  461. //
  462. // label9
  463. //
  464. this.label9.AutoSize = true;
  465. this.label9.Location = new System.Drawing.Point(6, 228);
  466. this.label9.Name = "label9";
  467. this.label9.Size = new System.Drawing.Size(94, 13);
  468. this.label9.TabIndex = 8;
  469. this.label9.Text = "Requested power:";
  470. //
  471. // label8
  472. //
  473. this.label8.AutoSize = true;
  474. this.label8.Location = new System.Drawing.Point(6, 202);
  475. this.label8.Name = "label8";
  476. this.label8.Size = new System.Drawing.Size(33, 13);
  477. this.label8.TabIndex = 7;
  478. this.label8.Text = "Time:";
  479. //
  480. // label7
  481. //
  482. this.label7.AutoSize = true;
  483. this.label7.Location = new System.Drawing.Point(6, 176);
  484. this.label7.Name = "label7";
  485. this.label7.Size = new System.Drawing.Size(43, 13);
  486. this.label7.TabIndex = 6;
  487. this.label7.Text = "Energy:";
  488. //
  489. // label6
  490. //
  491. this.label6.AutoSize = true;
  492. this.label6.Location = new System.Drawing.Point(6, 150);
  493. this.label6.Name = "label6";
  494. this.label6.Size = new System.Drawing.Size(52, 13);
  495. this.label6.TabIndex = 5;
  496. this.label6.Text = "Distance:";
  497. //
  498. // label5
  499. //
  500. this.label5.AutoSize = true;
  501. this.label5.Location = new System.Drawing.Point(6, 124);
  502. this.label5.Name = "label5";
  503. this.label5.Size = new System.Drawing.Size(41, 13);
  504. this.label5.TabIndex = 4;
  505. this.label5.Text = "Speed:";
  506. //
  507. // label4
  508. //
  509. this.label4.AutoSize = true;
  510. this.label4.Location = new System.Drawing.Point(6, 98);
  511. this.label4.Name = "label4";
  512. this.label4.Size = new System.Drawing.Size(34, 13);
  513. this.label4.TabIndex = 3;
  514. this.label4.Text = "RPM:";
  515. //
  516. // label3
  517. //
  518. this.label3.AutoSize = true;
  519. this.label3.Location = new System.Drawing.Point(6, 46);
  520. this.label3.Name = "label3";
  521. this.label3.Size = new System.Drawing.Size(47, 13);
  522. this.label3.TabIndex = 2;
  523. this.label3.Text = "Session:";
  524. //
  525. // label2
  526. //
  527. this.label2.AutoSize = true;
  528. this.label2.Location = new System.Drawing.Point(6, 72);
  529. this.label2.Name = "label2";
  530. this.label2.Size = new System.Drawing.Size(36, 13);
  531. this.label2.TabIndex = 1;
  532. this.label2.Text = "Pulse:";
  533. //
  534. // label1
  535. //
  536. this.label1.AutoSize = true;
  537. this.label1.Location = new System.Drawing.Point(6, 20);
  538. this.label1.Name = "label1";
  539. this.label1.Size = new System.Drawing.Size(38, 13);
  540. this.label1.TabIndex = 0;
  541. this.label1.Text = "Naam:";
  542. //
  543. // DoctorSessionUC
  544. //
  545. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  546. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  547. this.BackColor = System.Drawing.SystemColors.Control;
  548. this.Controls.Add(this.groupBox1);
  549. this.Controls.Add(this.bpmBox);
  550. this.Controls.Add(this.speedBox);
  551. this.Controls.Add(this.sessionInfoBox);
  552. this.Name = "DoctorSessionUC";
  553. this.Size = new System.Drawing.Size(822, 640);
  554. this.groupBox1.ResumeLayout(false);
  555. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).EndInit();
  556. this.bpmBox.ResumeLayout(false);
  557. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).EndInit();
  558. this.speedBox.ResumeLayout(false);
  559. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).EndInit();
  560. this.sessionInfoBox.ResumeLayout(false);
  561. this.sessionInfoBox.PerformLayout();
  562. this.ResumeLayout(false);
  563. }
  564. #endregion
  565. private System.Windows.Forms.GroupBox groupBox1;
  566. public System.Windows.Forms.DataVisualization.Charting.Chart rpmChart;
  567. private System.Windows.Forms.GroupBox bpmBox;
  568. public System.Windows.Forms.DataVisualization.Charting.Chart bpmChart;
  569. private System.Windows.Forms.GroupBox speedBox;
  570. public System.Windows.Forms.DataVisualization.Charting.Chart speedChart;
  571. private System.Windows.Forms.GroupBox sessionInfoBox;
  572. public System.Windows.Forms.TextBox setTimeSecondsBox;
  573. public System.Windows.Forms.TextBox setPowerBox;
  574. public System.Windows.Forms.TextBox setTimeMinutesBox;
  575. public System.Windows.Forms.TextBox setDistanceBox;
  576. private System.Windows.Forms.Button setPowerButton;
  577. public System.Windows.Forms.TextBox requestedBox;
  578. private System.Windows.Forms.Button setTimeButton;
  579. private System.Windows.Forms.Button setDistanceButton;
  580. public System.Windows.Forms.TextBox actualBox;
  581. public System.Windows.Forms.TextBox nameBox;
  582. public System.Windows.Forms.TextBox sessionBox;
  583. public System.Windows.Forms.TextBox timeBox;
  584. public System.Windows.Forms.TextBox pulseBox;
  585. public System.Windows.Forms.TextBox rpmInfoBox;
  586. public System.Windows.Forms.TextBox energyInfoBox;
  587. public System.Windows.Forms.TextBox distanceInfoBox;
  588. public System.Windows.Forms.TextBox speedInfoBox;
  589. private System.Windows.Forms.Label label18;
  590. private System.Windows.Forms.Label label17;
  591. private System.Windows.Forms.Label label16;
  592. private System.Windows.Forms.Label label15;
  593. private System.Windows.Forms.Label label14;
  594. private System.Windows.Forms.Label label13;
  595. private System.Windows.Forms.Label label12;
  596. private System.Windows.Forms.Label label11;
  597. private System.Windows.Forms.Label label10;
  598. private System.Windows.Forms.Label label9;
  599. private System.Windows.Forms.Label label8;
  600. private System.Windows.Forms.Label label7;
  601. private System.Windows.Forms.Label label6;
  602. private System.Windows.Forms.Label label5;
  603. private System.Windows.Forms.Label label4;
  604. private System.Windows.Forms.Label label3;
  605. private System.Windows.Forms.Label label2;
  606. private System.Windows.Forms.Label label1;
  607. private System.Windows.Forms.Button button2;
  608. private System.Windows.Forms.Button button1;
  609. }
  610. }