From ba88fcb47f9b38a7851e8ab130fa7a1f870fcc83 Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Tue, 20 Oct 2015 23:51:51 +0200 Subject: [PATCH] Changed min/max values --- .../Client/SessionWindow.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ErgometerDoctorApplication/Client/SessionWindow.Designer.cs b/ErgometerDoctorApplication/Client/SessionWindow.Designer.cs index 2885248..8e4b8f2 100644 --- a/ErgometerDoctorApplication/Client/SessionWindow.Designer.cs +++ b/ErgometerDoctorApplication/Client/SessionWindow.Designer.cs @@ -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);