PatientForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. namespace FietsClientV2
  2. {
  3. partial class PatientForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  32. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  33. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  35. System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  36. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  37. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  38. this.archiefToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.selectSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.sESSIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.speedBox = new System.Windows.Forms.GroupBox();
  42. this.speedChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  43. this.bpmBox = new System.Windows.Forms.GroupBox();
  44. this.bpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  45. this.sessionInfoBox = new System.Windows.Forms.GroupBox();
  46. this.rpmBox = new System.Windows.Forms.GroupBox();
  47. this.rpmChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  48. this.chatBox = new System.Windows.Forms.TextBox();
  49. this.messageBox = new System.Windows.Forms.TextBox();
  50. this.chatArea = new System.Windows.Forms.GroupBox();
  51. this.menuStrip1.SuspendLayout();
  52. this.speedBox.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).BeginInit();
  54. this.bpmBox.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).BeginInit();
  56. this.rpmBox.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).BeginInit();
  58. this.chatArea.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // menuStrip1
  62. //
  63. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  64. this.archiefToolStripMenuItem});
  65. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  66. this.menuStrip1.Name = "menuStrip1";
  67. this.menuStrip1.Size = new System.Drawing.Size(1064, 24);
  68. this.menuStrip1.TabIndex = 0;
  69. this.menuStrip1.Text = "menuStrip1";
  70. //
  71. // archiefToolStripMenuItem
  72. //
  73. this.archiefToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  74. this.selectSessionToolStripMenuItem});
  75. this.archiefToolStripMenuItem.Name = "archiefToolStripMenuItem";
  76. this.archiefToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
  77. this.archiefToolStripMenuItem.Text = "Archief";
  78. //
  79. // selectSessionToolStripMenuItem
  80. //
  81. this.selectSessionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  82. this.sESSIONSToolStripMenuItem});
  83. this.selectSessionToolStripMenuItem.Name = "selectSessionToolStripMenuItem";
  84. this.selectSessionToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
  85. this.selectSessionToolStripMenuItem.Text = "Select Session";
  86. //
  87. // sESSIONSToolStripMenuItem
  88. //
  89. this.sESSIONSToolStripMenuItem.Name = "sESSIONSToolStripMenuItem";
  90. this.sESSIONSToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  91. this.sESSIONSToolStripMenuItem.Text = "SESSIONS";
  92. //
  93. // speedBox
  94. //
  95. this.speedBox.Controls.Add(this.speedChart);
  96. this.speedBox.Location = new System.Drawing.Point(12, 27);
  97. this.speedBox.Name = "speedBox";
  98. this.speedBox.Size = new System.Drawing.Size(400, 310);
  99. this.speedBox.TabIndex = 2;
  100. this.speedBox.TabStop = false;
  101. this.speedBox.Text = "Speed:";
  102. //
  103. // speedChart
  104. //
  105. chartArea1.Name = "ChartArea1";
  106. this.speedChart.ChartAreas.Add(chartArea1);
  107. legend1.Name = "Legend1";
  108. this.speedChart.Legends.Add(legend1);
  109. this.speedChart.Location = new System.Drawing.Point(6, 19);
  110. this.speedChart.Name = "speedChart";
  111. series1.ChartArea = "ChartArea1";
  112. series1.Legend = "Legend1";
  113. series1.Name = "Series1";
  114. this.speedChart.Series.Add(series1);
  115. this.speedChart.Size = new System.Drawing.Size(388, 285);
  116. this.speedChart.TabIndex = 0;
  117. this.speedChart.Text = "Speed chart";
  118. //
  119. // bpmBox
  120. //
  121. this.bpmBox.Controls.Add(this.bpmChart);
  122. this.bpmBox.Location = new System.Drawing.Point(12, 343);
  123. this.bpmBox.Name = "bpmBox";
  124. this.bpmBox.Size = new System.Drawing.Size(400, 310);
  125. this.bpmBox.TabIndex = 3;
  126. this.bpmBox.TabStop = false;
  127. this.bpmBox.Text = "Beats per second:";
  128. //
  129. // bpmChart
  130. //
  131. chartArea2.Name = "ChartArea1";
  132. this.bpmChart.ChartAreas.Add(chartArea2);
  133. legend2.Name = "Legend1";
  134. this.bpmChart.Legends.Add(legend2);
  135. this.bpmChart.Location = new System.Drawing.Point(6, 19);
  136. this.bpmChart.Name = "bpmChart";
  137. series2.ChartArea = "ChartArea1";
  138. series2.Legend = "Legend1";
  139. series2.Name = "Series1";
  140. this.bpmChart.Series.Add(series2);
  141. this.bpmChart.Size = new System.Drawing.Size(388, 285);
  142. this.bpmChart.TabIndex = 1;
  143. this.bpmChart.Text = "beats per second";
  144. //
  145. // sessionInfoBox
  146. //
  147. this.sessionInfoBox.Location = new System.Drawing.Point(418, 27);
  148. this.sessionInfoBox.Name = "sessionInfoBox";
  149. this.sessionInfoBox.Size = new System.Drawing.Size(400, 310);
  150. this.sessionInfoBox.TabIndex = 4;
  151. this.sessionInfoBox.TabStop = false;
  152. this.sessionInfoBox.Text = "Session info:";
  153. //
  154. // rpmBox
  155. //
  156. this.rpmBox.Controls.Add(this.rpmChart);
  157. this.rpmBox.Location = new System.Drawing.Point(418, 343);
  158. this.rpmBox.Name = "rpmBox";
  159. this.rpmBox.Size = new System.Drawing.Size(400, 310);
  160. this.rpmBox.TabIndex = 5;
  161. this.rpmBox.TabStop = false;
  162. this.rpmBox.Text = "Rounds per minute:";
  163. //
  164. // rpmChart
  165. //
  166. chartArea3.Name = "ChartArea1";
  167. this.rpmChart.ChartAreas.Add(chartArea3);
  168. legend3.Name = "Legend1";
  169. this.rpmChart.Legends.Add(legend3);
  170. this.rpmChart.Location = new System.Drawing.Point(6, 19);
  171. this.rpmChart.Name = "rpmChart";
  172. series3.ChartArea = "ChartArea1";
  173. series3.Legend = "Legend1";
  174. series3.Name = "Series1";
  175. this.rpmChart.Series.Add(series3);
  176. this.rpmChart.Size = new System.Drawing.Size(388, 285);
  177. this.rpmChart.TabIndex = 2;
  178. this.rpmChart.Text = "rounds per minute";
  179. //
  180. // chatBox
  181. //
  182. this.chatBox.Location = new System.Drawing.Point(0, 19);
  183. this.chatBox.Multiline = true;
  184. this.chatBox.Name = "chatBox";
  185. this.chatBox.ReadOnly = true;
  186. this.chatBox.Size = new System.Drawing.Size(228, 581);
  187. this.chatBox.TabIndex = 3;
  188. //
  189. // messageBox
  190. //
  191. this.messageBox.Location = new System.Drawing.Point(0, 606);
  192. this.messageBox.Name = "messageBox";
  193. this.messageBox.Size = new System.Drawing.Size(228, 20);
  194. this.messageBox.TabIndex = 6;
  195. //
  196. // chatArea
  197. //
  198. this.chatArea.Controls.Add(this.chatBox);
  199. this.chatArea.Controls.Add(this.messageBox);
  200. this.chatArea.Location = new System.Drawing.Point(824, 27);
  201. this.chatArea.Name = "chatArea";
  202. this.chatArea.Size = new System.Drawing.Size(228, 626);
  203. this.chatArea.TabIndex = 5;
  204. this.chatArea.TabStop = false;
  205. this.chatArea.Text = "Chat:";
  206. //
  207. // PatientForm
  208. //
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.BackColor = System.Drawing.SystemColors.Control;
  212. this.ClientSize = new System.Drawing.Size(1064, 681);
  213. this.Controls.Add(this.chatArea);
  214. this.Controls.Add(this.sessionInfoBox);
  215. this.Controls.Add(this.rpmBox);
  216. this.Controls.Add(this.bpmBox);
  217. this.Controls.Add(this.speedBox);
  218. this.Controls.Add(this.menuStrip1);
  219. this.MainMenuStrip = this.menuStrip1;
  220. this.Name = "PatientForm";
  221. this.Text = "Patient";
  222. this.Load += new System.EventHandler(this.Form1_Load);
  223. this.menuStrip1.ResumeLayout(false);
  224. this.menuStrip1.PerformLayout();
  225. this.speedBox.ResumeLayout(false);
  226. ((System.ComponentModel.ISupportInitialize)(this.speedChart)).EndInit();
  227. this.bpmBox.ResumeLayout(false);
  228. ((System.ComponentModel.ISupportInitialize)(this.bpmChart)).EndInit();
  229. this.rpmBox.ResumeLayout(false);
  230. ((System.ComponentModel.ISupportInitialize)(this.rpmChart)).EndInit();
  231. this.chatArea.ResumeLayout(false);
  232. this.chatArea.PerformLayout();
  233. this.ResumeLayout(false);
  234. this.PerformLayout();
  235. }
  236. #endregion
  237. private System.Windows.Forms.MenuStrip menuStrip1;
  238. private System.Windows.Forms.ToolStripMenuItem archiefToolStripMenuItem;
  239. private System.Windows.Forms.ToolStripMenuItem selectSessionToolStripMenuItem;
  240. private System.Windows.Forms.ToolStripMenuItem sESSIONSToolStripMenuItem;
  241. private System.Windows.Forms.GroupBox speedBox;
  242. private System.Windows.Forms.GroupBox bpmBox;
  243. private System.Windows.Forms.GroupBox sessionInfoBox;
  244. private System.Windows.Forms.GroupBox rpmBox;
  245. private System.Windows.Forms.DataVisualization.Charting.Chart speedChart;
  246. private System.Windows.Forms.DataVisualization.Charting.Chart bpmChart;
  247. private System.Windows.Forms.DataVisualization.Charting.Chart rpmChart;
  248. private System.Windows.Forms.TextBox chatBox;
  249. private System.Windows.Forms.TextBox messageBox;
  250. private System.Windows.Forms.GroupBox chatArea;
  251. }
  252. }