Skip to content
Snippets Groups Projects
Commit c4c1527e authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Changed default text of forecast day labels

parent 69c27e0b
No related branches found
No related tags found
1 merge request!16Changed default text of forecast day labels
......@@ -36,10 +36,10 @@ namespace Wetterstation
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
this.lbTextInnentemp = new System.Windows.Forms.Label();
this.lbTextAussentemp = new System.Windows.Forms.Label();
this.lbTextWindSpeed = new System.Windows.Forms.Label();
......@@ -288,7 +288,7 @@ namespace Wetterstation
this.lbForecastDay1.Name = "lbForecastDay1";
this.lbForecastDay1.Size = new System.Drawing.Size(64, 58);
this.lbForecastDay1.TabIndex = 27;
this.lbForecastDay1.Text = "MO";
this.lbForecastDay1.Text = "NA";
this.lbForecastDay1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbForecastImage2
......@@ -346,7 +346,7 @@ namespace Wetterstation
this.lbForecastDay2.Name = "lbForecastDay2";
this.lbForecastDay2.Size = new System.Drawing.Size(64, 58);
this.lbForecastDay2.TabIndex = 33;
this.lbForecastDay2.Text = "DI";
this.lbForecastDay2.Text = "NA";
this.lbForecastDay2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbForecastDay3
......@@ -360,7 +360,7 @@ namespace Wetterstation
this.lbForecastDay3.Name = "lbForecastDay3";
this.lbForecastDay3.Size = new System.Drawing.Size(64, 58);
this.lbForecastDay3.TabIndex = 34;
this.lbForecastDay3.Text = "Mi";
this.lbForecastDay3.Text = "NA";
this.lbForecastDay3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbForecastDay4
......@@ -374,7 +374,7 @@ namespace Wetterstation
this.lbForecastDay4.Name = "lbForecastDay4";
this.lbForecastDay4.Size = new System.Drawing.Size(64, 58);
this.lbForecastDay4.TabIndex = 35;
this.lbForecastDay4.Text = "DO";
this.lbForecastDay4.Text = "NA";
this.lbForecastDay4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbForecastDay5
......@@ -388,7 +388,7 @@ namespace Wetterstation
this.lbForecastDay5.Name = "lbForecastDay5";
this.lbForecastDay5.Size = new System.Drawing.Size(64, 58);
this.lbForecastDay5.TabIndex = 36;
this.lbForecastDay5.Text = "FR";
this.lbForecastDay5.Text = "NA";
this.lbForecastDay5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbLuftfeuchtAussen
......@@ -446,23 +446,23 @@ namespace Wetterstation
// chart1
//
this.chart1.Anchor = System.Windows.Forms.AnchorStyles.None;
chartArea2.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea2);
legend2.Name = "Legend1";
this.chart1.Legends.Add(legend2);
chartArea1.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.chart1.Legends.Add(legend1);
this.chart1.Location = new System.Drawing.Point(37, 672);
this.chart1.Margin = new System.Windows.Forms.Padding(4);
this.chart1.Name = "chart1";
this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel;
series2.ChartArea = "ChartArea1";
series2.Legend = "Legend1";
series2.Name = "Series1";
this.chart1.Series.Add(series2);
series1.ChartArea = "ChartArea1";
series1.Legend = "Legend1";
series1.Name = "Series1";
this.chart1.Series.Add(series1);
this.chart1.Size = new System.Drawing.Size(991, 132);
this.chart1.TabIndex = 41;
this.chart1.Text = "chTendenz";
title2.Name = "Title1";
this.chart1.Titles.Add(title2);
title1.Name = "Title1";
this.chart1.Titles.Add(title1);
//
// lbHintergrund
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment