DoctorForm.Designer.cs 35 KB

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