DoctorForm.Designer.cs 37 KB

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