Changed min/max values

This commit is contained in:
2015-10-20 23:51:51 +02:00
parent 0f2618a1e9
commit ba88fcb47f
+4 -4
View File
@@ -44,10 +44,10 @@ namespace ErgometerDoctorApplication
this.labelUsername = new System.Windows.Forms.Label();
this.labelHallo = new System.Windows.Forms.Label();
this.heartBeat = new PanelClientData("Hartslag", 0, 250);
this.RPM = new PanelClientData("RPM", 0, 100);
this.speed = new PanelClientData("Snelheid", 0, 500);
this.distance = new PanelClientData("Afstand (km)", 0, 1000);
this.heartBeat = new PanelClientData("Hartslag", 50, 220);
this.RPM = new PanelClientData("RPM", 0, 120);
this.speed = new PanelClientData("Snelheid", 0, 50);
this.distance = new PanelClientData("Afstand (km)", 0, 100);
this.power = new PanelClientData("Weerstand", 25, 400);
this.energy = new PanelClientData("Energie", 0, 200);
this.actualpower = new PanelClientData("Absolute Weerstand", 0, 400);