Changed size
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -67,7 +67,7 @@ namespace ErgometerDoctorApplication
|
||||
this.HeaderLabel.Text = "Sessie geschiedenis";
|
||||
conSessionHistory.BringToFront();
|
||||
|
||||
MainClient.StartOldCLient("Test", 1907047993);
|
||||
MainClient.StartOldCLient("Test", 315896171);
|
||||
}
|
||||
public void validateLogin()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user