ClientApplicatie.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. using System;
  2. using System.IO.Ports;
  3. using System.Windows.Forms;
  4. namespace ErgometerApplication
  5. {
  6. partial class ClientApplicatie
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. this.updateTimer = new System.Windows.Forms.Timer(this.components);
  33. this.panelClientContainer = new System.Windows.Forms.Panel();
  34. this.panelDataViewLeft = new System.Windows.Forms.Panel();
  35. this.panelClientChat = new ErgometerApplication.PanelClientChat();
  36. this.panelLogin = new ErgometerApplication.PanelLogin(this);
  37. this.panelGatherInfo = new PanelGatherInfo(this);
  38. this.panelTopBar = new System.Windows.Forms.Panel();
  39. this.buttonLogOff = new System.Windows.Forms.Button();
  40. this.labelUsername = new System.Windows.Forms.Label();
  41. this.labelHallo = new System.Windows.Forms.Label();
  42. this.heartBeat = new PanelClientData("Hartslag", 50, 220);
  43. this.RPM = new PanelClientData("RPM", 0, 120);
  44. this.speed = new PanelClientData("Snelheid", 0, 50);
  45. this.distance = new PanelClientData("Afstand (km)", 0, 100);
  46. this.power = new PanelClientData("Weerstand", 25, 400);
  47. this.energy = new PanelClientData("Energie", 0, 200);
  48. this.actualpower = new PanelClientData("Absolute Weerstand", 0, 400);
  49. this.time = new PanelClientData("Tijd", 0, 400);
  50. this.steps = new PanelClientSteps();
  51. this.panelClientContainer.SuspendLayout();
  52. this.panelTopBar.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // updateTimer
  56. //
  57. this.updateTimer.Interval = 500;
  58. this.updateTimer.Tick += new System.EventHandler(this.updateTimer_Tick);
  59. //
  60. // panelClientContainer
  61. //
  62. this.panelClientContainer.Controls.Add(this.panelDataViewLeft);
  63. this.panelClientContainer.Controls.Add(this.panelClientChat);
  64. this.panelClientContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.panelClientContainer.Location = new System.Drawing.Point(0, 0);
  66. this.panelClientContainer.Name = "panelClientContainer";
  67. this.panelClientContainer.Size = new System.Drawing.Size(800, 600);
  68. this.panelClientContainer.TabIndex = 0;
  69. //
  70. // panelDataViewLeft
  71. //
  72. this.panelDataViewLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.panelDataViewLeft.Location = new System.Drawing.Point(0, 0);
  74. this.panelDataViewLeft.Name = "panelDataViewLeft";
  75. this.panelDataViewLeft.Size = new System.Drawing.Size(18, 600);
  76. this.panelDataViewLeft.TabIndex = 3;
  77. this.panelDataViewLeft.BackColor = System.Drawing.Color.Gray;
  78. this.panelDataViewLeft.Controls.Add(heartBeat);
  79. this.panelDataViewLeft.Controls.Add(RPM);
  80. this.panelDataViewLeft.Controls.Add(speed);
  81. this.panelDataViewLeft.Controls.Add(distance);
  82. this.panelDataViewLeft.Controls.Add(power);
  83. this.panelDataViewLeft.Controls.Add(energy);
  84. this.panelDataViewLeft.Controls.Add(actualpower);
  85. this.panelDataViewLeft.Controls.Add(steps);
  86. this.panelDataViewLeft.Controls.Add(time);
  87. //
  88. // panelClientChat
  89. //
  90. this.panelClientChat.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  91. this.panelClientChat.Dock = System.Windows.Forms.DockStyle.Right;
  92. this.panelClientChat.Location = new System.Drawing.Point(400, 0);
  93. this.panelClientChat.Name = "panelClientChat";
  94. this.panelClientChat.Size = new System.Drawing.Size(400, 600);
  95. this.panelClientChat.TabIndex = 2;
  96. //
  97. // panelTopBar
  98. //
  99. this.panelTopBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  100. this.panelTopBar.Controls.Add(this.buttonLogOff);
  101. this.panelTopBar.Controls.Add(this.labelUsername);
  102. this.panelTopBar.Controls.Add(this.labelHallo);
  103. this.panelTopBar.Dock = System.Windows.Forms.DockStyle.Top;
  104. this.panelTopBar.Location = new System.Drawing.Point(0, 0);
  105. this.panelTopBar.Name = "panelTopBar";
  106. this.panelTopBar.Size = new System.Drawing.Size(800, 30);
  107. this.panelTopBar.TabIndex = 1;
  108. this.panelTopBar.Visible = false;
  109. //
  110. // buttonLogOff
  111. //
  112. this.buttonLogOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  113. this.buttonLogOff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  114. this.buttonLogOff.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  115. this.buttonLogOff.Font = new System.Drawing.Font("Segoe UI Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.buttonLogOff.Location = new System.Drawing.Point(722, 3);
  117. this.buttonLogOff.Name = "buttonLogOff";
  118. this.buttonLogOff.Size = new System.Drawing.Size(75, 23);
  119. this.buttonLogOff.TabIndex = 1;
  120. this.buttonLogOff.Text = "Afmelden";
  121. this.buttonLogOff.UseVisualStyleBackColor = false;
  122. this.buttonLogOff.Click += new System.EventHandler(this.buttonLogOff_Click);
  123. //
  124. // labelUsername
  125. //
  126. this.labelUsername.AutoSize = true;
  127. this.labelUsername.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  128. this.labelUsername.ForeColor = System.Drawing.Color.White;
  129. this.labelUsername.Location = new System.Drawing.Point(49, 3);
  130. this.labelUsername.Name = "labelUsername";
  131. this.labelUsername.Size = new System.Drawing.Size(144, 21);
  132. this.labelUsername.TabIndex = 0;
  133. this.labelUsername.Text = "<Gebruikersnaam>";
  134. //
  135. // labelHallo
  136. //
  137. this.labelHallo.AutoSize = true;
  138. this.labelHallo.Font = new System.Drawing.Font("Segoe UI Semilight", 12F);
  139. this.labelHallo.ForeColor = System.Drawing.Color.White;
  140. this.labelHallo.Location = new System.Drawing.Point(3, 3);
  141. this.labelHallo.Name = "labelHallo";
  142. this.labelHallo.Size = new System.Drawing.Size(54, 21);
  143. this.labelHallo.TabIndex = 0;
  144. this.labelHallo.Text = "Hallo, ";
  145. //
  146. // ClientApplicatie
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(700, 500);
  151. this.MinimumSize = new System.Drawing.Size(550, 550);
  152. this.Controls.Add(this.panelTopBar);
  153. this.Controls.Add(this.panelLogin);
  154. this.Controls.Add(this.panelGatherInfo);
  155. this.Controls.Add(this.panelClientContainer);
  156. this.Name = "ClientApplicatie";
  157. this.Text = "Client Applicatie";
  158. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  159. this.panelClientContainer.ResumeLayout(false);
  160. this.panelTopBar.ResumeLayout(false);
  161. this.panelTopBar.PerformLayout();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private System.Windows.Forms.Timer updateTimer;
  166. private System.Windows.Forms.Panel panelClientContainer;
  167. private PanelClientChat panelClientChat;
  168. private PanelLogin panelLogin;
  169. private PanelGatherInfo panelGatherInfo;
  170. private System.Windows.Forms.Panel panelDataViewLeft;
  171. private System.Windows.Forms.Panel panelTopBar;
  172. private System.Windows.Forms.Button buttonLogOff;
  173. private System.Windows.Forms.Label labelUsername;
  174. private System.Windows.Forms.Label labelHallo;
  175. public PanelClientData heartBeat, RPM, speed, distance, power, energy, seconds, actualpower, time;
  176. public PanelClientSteps steps;
  177. }
  178. }