Changed size

This commit is contained in:
2015-10-20 13:43:55 +02:00
parent dfc4ab9b42
commit 38f5ee9ee4
2 changed files with 3 additions and 3 deletions
@@ -28,13 +28,13 @@ namespace ErgometerDoctorApplication
this.Location = new System.Drawing.Point(0, 0);
this.Size = new System.Drawing.Size(250, 200);
this.Size = new System.Drawing.Size(400, 250);
this.Controls.Add(chart);
this.series = createSerie();
this.chartArea.Name = "chartArea";
this.chart.Size = new System.Drawing.Size(250, 200);
this.chart.Size = new System.Drawing.Size(400, 250);
this.chart.Dock = DockStyle.Fill;
this.chart.Series.Add(series);
+1 -1
View File
@@ -67,7 +67,7 @@ namespace ErgometerDoctorApplication
this.HeaderLabel.Text = "Sessie geschiedenis";
conSessionHistory.BringToFront();
MainClient.StartOldCLient("Test", 1907047993);
MainClient.StartOldCLient("Test", 315896171);
}
public void validateLogin()
{