|
@@ -50,6 +50,7 @@ namespace ErgometerDoctorApplication
|
|
|
this.energy = new PanelClientData("Energie", 0, 200);
|
|
this.energy = new PanelClientData("Energie", 0, 200);
|
|
|
this.actualpower = new PanelClientData("Absolute Weerstand", 0, 400);
|
|
this.actualpower = new PanelClientData("Absolute Weerstand", 0, 400);
|
|
|
this.time = new PanelClientData("Tijd", 0, 400);
|
|
this.time = new PanelClientData("Tijd", 0, 400);
|
|
|
|
|
+ this.steps = new ErgometerApplication.PanelClientSteps();
|
|
|
|
|
|
|
|
this.panelClientContainer.SuspendLayout();
|
|
this.panelClientContainer.SuspendLayout();
|
|
|
this.panelTopBar.SuspendLayout();
|
|
this.panelTopBar.SuspendLayout();
|
|
@@ -81,6 +82,7 @@ namespace ErgometerDoctorApplication
|
|
|
this.panelDataViewLeft.Controls.Add(power);
|
|
this.panelDataViewLeft.Controls.Add(power);
|
|
|
this.panelDataViewLeft.Controls.Add(energy);
|
|
this.panelDataViewLeft.Controls.Add(energy);
|
|
|
this.panelDataViewLeft.Controls.Add(actualpower);
|
|
this.panelDataViewLeft.Controls.Add(actualpower);
|
|
|
|
|
+ this.panelDataViewLeft.Controls.Add(steps);
|
|
|
this.panelDataViewLeft.Controls.Add(time);
|
|
this.panelDataViewLeft.Controls.Add(time);
|
|
|
|
|
|
|
|
|
|
|
|
@@ -156,6 +158,7 @@ namespace ErgometerDoctorApplication
|
|
|
private System.Windows.Forms.Label labelUsername;
|
|
private System.Windows.Forms.Label labelUsername;
|
|
|
private System.Windows.Forms.Label labelHallo;
|
|
private System.Windows.Forms.Label labelHallo;
|
|
|
public PanelClientData heartBeat, RPM, speed, distance, power, energy, seconds, actualpower, time;
|
|
public PanelClientData heartBeat, RPM, speed, distance, power, energy, seconds, actualpower, time;
|
|
|
|
|
+ public ErgometerApplication.PanelClientSteps steps;
|
|
|
|
|
|
|
|
private void createTitle()
|
|
private void createTitle()
|
|
|
{
|
|
{
|