DoctorForm.Designer.cs 38 KB

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