DoctorForm.Designer.cs 37 KB

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