From 13bbc89efe2fd8dfc6cdae4765b76307b3e1d475 Mon Sep 17 00:00:00 2001
From: Klaus Merzbach <me@merzbach.com>
Date: Fri, 31 Jan 2020 15:44:41 +0100
Subject: [PATCH] Settings editiert

---
 Wetterstation/Form1.Designer.cs               | 394 +++++++++---------
 Wetterstation/Form1.cs                        |   8 +
 Wetterstation/Program.cs                      |   4 +-
 .../Properties/Resources.Designer.cs          |  40 ++
 Wetterstation/Properties/Resources.resx       |  20 +-
 Wetterstation/Resources/Zahnrad.png           | Bin 0 -> 548 bytes
 Wetterstation/Resources/Zahnrad1.png          | Bin 0 -> 7227 bytes
 Wetterstation/Resources/Zahnrad11.png         | Bin 0 -> 3581 bytes
 Wetterstation/Resources/Zahnrad12.png         | Bin 0 -> 3581 bytes
 Wetterstation/Settings.Designer.cs            | 299 +++++++------
 Wetterstation/Settings.cs                     |  33 +-
 Wetterstation/Wetterstation.csproj            |   4 +
 12 files changed, 468 insertions(+), 334 deletions(-)
 create mode 100644 Wetterstation/Resources/Zahnrad.png
 create mode 100644 Wetterstation/Resources/Zahnrad1.png
 create mode 100644 Wetterstation/Resources/Zahnrad11.png
 create mode 100644 Wetterstation/Resources/Zahnrad12.png

diff --git a/Wetterstation/Form1.Designer.cs b/Wetterstation/Form1.Designer.cs
index a1e3dfe..fb941e2 100644
--- a/Wetterstation/Form1.Designer.cs
+++ b/Wetterstation/Form1.Designer.cs
@@ -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 chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
+            System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
+            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
+            System.Windows.Forms.DataVisualization.Charting.Title title3 = 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();
@@ -53,10 +53,6 @@ namespace Wetterstation
             this.lbWindricht = new System.Windows.Forms.Label();
             this.lbUhr = new System.Windows.Forms.Label();
             this.lbDatum = new System.Windows.Forms.Label();
-            this.LED_N = new System.Windows.Forms.Label();
-            this.LED_O = new System.Windows.Forms.Label();
-            this.LED_S = new System.Windows.Forms.Label();
-            this.LED_W = new System.Windows.Forms.Label();
             this.lbTextTendenz = new System.Windows.Forms.Label();
             this.lbWT1 = new System.Windows.Forms.Label();
             this.picTg2 = new System.Windows.Forms.PictureBox();
@@ -76,6 +72,16 @@ namespace Wetterstation
             this.lbCity = new System.Windows.Forms.Label();
             this.picTg1 = new System.Windows.Forms.PictureBox();
             this.btSystemKnopf = new System.Windows.Forms.Button();
+            this.label1 = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.label4 = new System.Windows.Forms.Label();
+            this.label3 = new System.Windows.Forms.Label();
+            this.label5 = new System.Windows.Forms.Label();
+            this.label6 = new System.Windows.Forms.Label();
+            this.label7 = new System.Windows.Forms.Label();
+            this.label8 = new System.Windows.Forms.Label();
+            this.label9 = new System.Windows.Forms.Label();
+            this.label10 = new System.Windows.Forms.Label();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.picTg2)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.picTg3)).BeginInit();
@@ -91,10 +97,9 @@ namespace Wetterstation
             this.lbTextInnentemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextInnentemp.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextInnentemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextInnentemp.Location = new System.Drawing.Point(213, 26);
-            this.lbTextInnentemp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextInnentemp.Location = new System.Drawing.Point(160, 21);
             this.lbTextInnentemp.Name = "lbTextInnentemp";
-            this.lbTextInnentemp.Size = new System.Drawing.Size(203, 29);
+            this.lbTextInnentemp.Size = new System.Drawing.Size(163, 24);
             this.lbTextInnentemp.TabIndex = 0;
             this.lbTextInnentemp.Text = "Innentemperatur";
             // 
@@ -104,10 +109,9 @@ namespace Wetterstation
             this.lbTextAussentemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextAussentemp.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextAussentemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextAussentemp.Location = new System.Drawing.Point(203, 153);
-            this.lbTextAussentemp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextAussentemp.Location = new System.Drawing.Point(152, 124);
             this.lbTextAussentemp.Name = "lbTextAussentemp";
-            this.lbTextAussentemp.Size = new System.Drawing.Size(224, 29);
+            this.lbTextAussentemp.Size = new System.Drawing.Size(180, 24);
             this.lbTextAussentemp.TabIndex = 1;
             this.lbTextAussentemp.Text = "Aussentemperatur";
             // 
@@ -117,10 +121,9 @@ namespace Wetterstation
             this.lbTextWindSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextWindSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextWindSpeed.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextWindSpeed.Location = new System.Drawing.Point(776, 31);
-            this.lbTextWindSpeed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextWindSpeed.Location = new System.Drawing.Point(582, 25);
             this.lbTextWindSpeed.Name = "lbTextWindSpeed";
-            this.lbTextWindSpeed.Size = new System.Drawing.Size(208, 24);
+            this.lbTextWindSpeed.Size = new System.Drawing.Size(165, 18);
             this.lbTextWindSpeed.TabIndex = 2;
             this.lbTextWindSpeed.Text = "Windgeschwindigkeit";
             this.lbTextWindSpeed.Click += new System.EventHandler(this.Windgeschwindigkeit_Click);
@@ -131,10 +134,9 @@ namespace Wetterstation
             this.lbTextLuftfeuchtInnen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextLuftfeuchtInnen.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextLuftfeuchtInnen.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextLuftfeuchtInnen.Location = new System.Drawing.Point(536, 26);
-            this.lbTextLuftfeuchtInnen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextLuftfeuchtInnen.Location = new System.Drawing.Point(402, 21);
             this.lbTextLuftfeuchtInnen.Name = "lbTextLuftfeuchtInnen";
-            this.lbTextLuftfeuchtInnen.Size = new System.Drawing.Size(189, 29);
+            this.lbTextLuftfeuchtInnen.Size = new System.Drawing.Size(149, 24);
             this.lbTextLuftfeuchtInnen.TabIndex = 3;
             this.lbTextLuftfeuchtInnen.Text = "Luftfeuchtigkeit";
             this.lbTextLuftfeuchtInnen.Click += new System.EventHandler(this.LbTextLuftfeucht_Click);
@@ -145,10 +147,9 @@ namespace Wetterstation
             this.Windrichtung.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.Windrichtung.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.Windrichtung.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.Windrichtung.Location = new System.Drawing.Point(1133, 26);
-            this.Windrichtung.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.Windrichtung.Location = new System.Drawing.Point(850, 21);
             this.Windrichtung.Name = "Windrichtung";
-            this.Windrichtung.Size = new System.Drawing.Size(165, 29);
+            this.Windrichtung.Size = new System.Drawing.Size(134, 24);
             this.Windrichtung.TabIndex = 4;
             this.Windrichtung.Text = "Windrichtung";
             // 
@@ -158,10 +159,9 @@ namespace Wetterstation
             this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
             this.pictureBox1.BackgroundImage = global::Wetterstation.Properties.Resources.Kompassrose;
             this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
-            this.pictureBox1.Location = new System.Drawing.Point(1161, 59);
-            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.pictureBox1.Location = new System.Drawing.Point(871, 48);
             this.pictureBox1.Name = "pictureBox1";
-            this.pictureBox1.Size = new System.Drawing.Size(119, 111);
+            this.pictureBox1.Size = new System.Drawing.Size(89, 90);
             this.pictureBox1.TabIndex = 10;
             this.pictureBox1.TabStop = false;
             this.pictureBox1.Click += new System.EventHandler(this.PictureBox1_Click);
@@ -172,10 +172,9 @@ namespace Wetterstation
             this.lbInnenTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbInnenTemp.Font = new System.Drawing.Font("Arial", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbInnenTemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbInnenTemp.Location = new System.Drawing.Point(177, 54);
-            this.lbInnenTemp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbInnenTemp.Location = new System.Drawing.Point(133, 44);
             this.lbInnenTemp.Name = "lbInnenTemp";
-            this.lbInnenTemp.Size = new System.Drawing.Size(306, 93);
+            this.lbInnenTemp.Size = new System.Drawing.Size(248, 75);
             this.lbInnenTemp.TabIndex = 13;
             this.lbInnenTemp.Text = "23,3 C°";
             this.lbInnenTemp.BackColorChanged += new System.EventHandler(this.HierInnen_BackColorChanged);
@@ -187,10 +186,9 @@ namespace Wetterstation
             this.lbAussenTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbAussenTemp.Font = new System.Drawing.Font("Arial", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbAussenTemp.ForeColor = System.Drawing.Color.White;
-            this.lbAussenTemp.Location = new System.Drawing.Point(176, 186);
-            this.lbAussenTemp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbAussenTemp.Location = new System.Drawing.Point(132, 151);
             this.lbAussenTemp.Name = "lbAussenTemp";
-            this.lbAussenTemp.Size = new System.Drawing.Size(306, 93);
+            this.lbAussenTemp.Size = new System.Drawing.Size(248, 75);
             this.lbAussenTemp.TabIndex = 15;
             this.lbAussenTemp.Text = "25,7 C°";
             this.lbAussenTemp.Click += new System.EventHandler(this.HierAussen_Click);
@@ -201,10 +199,9 @@ namespace Wetterstation
             this.lbWindSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWindSpeed.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWindSpeed.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbWindSpeed.Location = new System.Drawing.Point(813, 55);
-            this.lbWindSpeed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWindSpeed.Location = new System.Drawing.Point(610, 45);
             this.lbWindSpeed.Name = "lbWindSpeed";
-            this.lbWindSpeed.Size = new System.Drawing.Size(142, 35);
+            this.lbWindSpeed.Size = new System.Drawing.Size(113, 29);
             this.lbWindSpeed.TabIndex = 16;
             this.lbWindSpeed.Text = "12 m/sec";
             // 
@@ -214,10 +211,9 @@ namespace Wetterstation
             this.lbLuftFeuchtInnen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbLuftFeuchtInnen.Font = new System.Drawing.Font("Arial", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbLuftFeuchtInnen.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbLuftFeuchtInnen.Location = new System.Drawing.Point(547, 63);
-            this.lbLuftFeuchtInnen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbLuftFeuchtInnen.Location = new System.Drawing.Point(410, 51);
             this.lbLuftFeuchtInnen.Name = "lbLuftFeuchtInnen";
-            this.lbLuftFeuchtInnen.Size = new System.Drawing.Size(164, 70);
+            this.lbLuftFeuchtInnen.Size = new System.Drawing.Size(133, 56);
             this.lbLuftFeuchtInnen.TabIndex = 17;
             this.lbLuftFeuchtInnen.Text = "36 %";
             this.lbLuftFeuchtInnen.Click += new System.EventHandler(this.LbLuftFeuchtInnen_Click);
@@ -228,10 +224,9 @@ namespace Wetterstation
             this.lbWindricht.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWindricht.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWindricht.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbWindricht.Location = new System.Drawing.Point(1185, 199);
-            this.lbWindricht.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWindricht.Location = new System.Drawing.Point(889, 162);
             this.lbWindricht.Name = "lbWindricht";
-            this.lbWindricht.Size = new System.Drawing.Size(67, 32);
+            this.lbWindricht.Size = new System.Drawing.Size(50, 24);
             this.lbWindricht.TabIndex = 18;
             this.lbWindricht.Text = "Süd";
             // 
@@ -241,10 +236,9 @@ namespace Wetterstation
             this.lbUhr.BackColor = System.Drawing.Color.Transparent;
             this.lbUhr.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbUhr.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbUhr.Location = new System.Drawing.Point(1188, 807);
-            this.lbUhr.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbUhr.Location = new System.Drawing.Point(817, 656);
             this.lbUhr.Name = "lbUhr";
-            this.lbUhr.Size = new System.Drawing.Size(137, 35);
+            this.lbUhr.Size = new System.Drawing.Size(105, 29);
             this.lbUhr.TabIndex = 19;
             this.lbUhr.Text = "22:56:12";
             this.lbUhr.Click += new System.EventHandler(this.HierUhr_Click);
@@ -255,84 +249,22 @@ namespace Wetterstation
             this.lbDatum.BackColor = System.Drawing.Color.Transparent;
             this.lbDatum.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbDatum.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbDatum.Location = new System.Drawing.Point(1171, 857);
-            this.lbDatum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbDatum.Location = new System.Drawing.Point(804, 696);
             this.lbDatum.Name = "lbDatum";
-            this.lbDatum.Size = new System.Drawing.Size(151, 32);
+            this.lbDatum.Size = new System.Drawing.Size(118, 24);
             this.lbDatum.TabIndex = 20;
             this.lbDatum.Text = "24.12.1872";
             this.lbDatum.Click += new System.EventHandler(this.HierDatum_Click);
             // 
-            // LED_N
-            // 
-            this.LED_N.AllowDrop = true;
-            this.LED_N.AutoEllipsis = true;
-            this.LED_N.AutoSize = true;
-            this.LED_N.BackColor = System.Drawing.Color.Transparent;
-            this.LED_N.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(70)))), ((int)(((byte)(90)))));
-            this.LED_N.Location = new System.Drawing.Point(1219, 377);
-            this.LED_N.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.LED_N.Name = "LED_N";
-            this.LED_N.Size = new System.Drawing.Size(70, 17);
-            this.LED_N.TabIndex = 21;
-            this.LED_N.Text = "LED Nord";
-            this.LED_N.Click += new System.EventHandler(this.LED_Click);
-            // 
-            // LED_O
-            // 
-            this.LED_O.AllowDrop = true;
-            this.LED_O.AutoEllipsis = true;
-            this.LED_O.AutoSize = true;
-            this.LED_O.BackColor = System.Drawing.Color.Transparent;
-            this.LED_O.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(70)))), ((int)(((byte)(90)))));
-            this.LED_O.Location = new System.Drawing.Point(1219, 417);
-            this.LED_O.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.LED_O.Name = "LED_O";
-            this.LED_O.Size = new System.Drawing.Size(61, 17);
-            this.LED_O.TabIndex = 22;
-            this.LED_O.Text = "LED Ost";
-            this.LED_O.Click += new System.EventHandler(this.Label1_Click);
-            // 
-            // LED_S
-            // 
-            this.LED_S.AllowDrop = true;
-            this.LED_S.AutoEllipsis = true;
-            this.LED_S.AutoSize = true;
-            this.LED_S.BackColor = System.Drawing.Color.Transparent;
-            this.LED_S.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(70)))), ((int)(((byte)(90)))));
-            this.LED_S.Location = new System.Drawing.Point(1219, 454);
-            this.LED_S.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.LED_S.Name = "LED_S";
-            this.LED_S.Size = new System.Drawing.Size(72, 17);
-            this.LED_S.TabIndex = 23;
-            this.LED_S.Text = "LED Sued";
-            this.LED_S.Click += new System.EventHandler(this.LED_S_Click);
-            // 
-            // LED_W
-            // 
-            this.LED_W.AllowDrop = true;
-            this.LED_W.AutoEllipsis = true;
-            this.LED_W.AutoSize = true;
-            this.LED_W.BackColor = System.Drawing.Color.Transparent;
-            this.LED_W.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(70)))), ((int)(((byte)(90)))));
-            this.LED_W.Location = new System.Drawing.Point(1219, 487);
-            this.LED_W.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.LED_W.Name = "LED_W";
-            this.LED_W.Size = new System.Drawing.Size(71, 17);
-            this.LED_W.TabIndex = 24;
-            this.LED_W.Text = "LED West";
-            this.LED_W.Click += new System.EventHandler(this.LED_W_Click);
-            // 
             // lbTextTendenz
             // 
             this.lbTextTendenz.AutoSize = true;
             this.lbTextTendenz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextTendenz.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextTendenz.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextTendenz.Location = new System.Drawing.Point(48, 32);
-            this.lbTextTendenz.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextTendenz.Location = new System.Drawing.Point(36, 26);
             this.lbTextTendenz.Name = "lbTextTendenz";
-            this.lbTextTendenz.Size = new System.Drawing.Size(80, 20);
+            this.lbTextTendenz.Size = new System.Drawing.Size(68, 16);
             this.lbTextTendenz.TabIndex = 25;
             this.lbTextTendenz.Text = "Tendenz";
             // 
@@ -342,10 +274,9 @@ namespace Wetterstation
             this.lbWT1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWT1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWT1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbWT1.Location = new System.Drawing.Point(169, 293);
-            this.lbWT1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWT1.Location = new System.Drawing.Point(127, 238);
             this.lbWT1.Name = "lbWT1";
-            this.lbWT1.Size = new System.Drawing.Size(64, 58);
+            this.lbWT1.Size = new System.Drawing.Size(48, 47);
             this.lbWT1.TabIndex = 27;
             this.lbWT1.Text = "MO";
             this.lbWT1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -353,10 +284,9 @@ namespace Wetterstation
             // picTg2
             // 
             this.picTg2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
-            this.picTg2.Location = new System.Drawing.Point(236, 334);
-            this.picTg2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.picTg2.Location = new System.Drawing.Point(177, 271);
             this.picTg2.Name = "picTg2";
-            this.picTg2.Size = new System.Drawing.Size(71, 54);
+            this.picTg2.Size = new System.Drawing.Size(53, 44);
             this.picTg2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
             this.picTg2.TabIndex = 29;
             this.picTg2.TabStop = false;
@@ -365,10 +295,9 @@ namespace Wetterstation
             // picTg3
             // 
             this.picTg3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
-            this.picTg3.Location = new System.Drawing.Point(307, 334);
-            this.picTg3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.picTg3.Location = new System.Drawing.Point(230, 271);
             this.picTg3.Name = "picTg3";
-            this.picTg3.Size = new System.Drawing.Size(71, 54);
+            this.picTg3.Size = new System.Drawing.Size(53, 44);
             this.picTg3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
             this.picTg3.TabIndex = 30;
             this.picTg3.TabStop = false;
@@ -376,10 +305,9 @@ namespace Wetterstation
             // picTg4
             // 
             this.picTg4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
-            this.picTg4.Location = new System.Drawing.Point(376, 334);
-            this.picTg4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.picTg4.Location = new System.Drawing.Point(282, 271);
             this.picTg4.Name = "picTg4";
-            this.picTg4.Size = new System.Drawing.Size(71, 54);
+            this.picTg4.Size = new System.Drawing.Size(53, 44);
             this.picTg4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
             this.picTg4.TabIndex = 31;
             this.picTg4.TabStop = false;
@@ -387,10 +315,9 @@ namespace Wetterstation
             // picTg5
             // 
             this.picTg5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
-            this.picTg5.Location = new System.Drawing.Point(441, 334);
-            this.picTg5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.picTg5.Location = new System.Drawing.Point(331, 271);
             this.picTg5.Name = "picTg5";
-            this.picTg5.Size = new System.Drawing.Size(71, 54);
+            this.picTg5.Size = new System.Drawing.Size(53, 44);
             this.picTg5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
             this.picTg5.TabIndex = 32;
             this.picTg5.TabStop = false;
@@ -401,10 +328,9 @@ namespace Wetterstation
             this.lbWt2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWt2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWt2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbWt2.Location = new System.Drawing.Point(239, 293);
-            this.lbWt2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWt2.Location = new System.Drawing.Point(179, 238);
             this.lbWt2.Name = "lbWt2";
-            this.lbWt2.Size = new System.Drawing.Size(64, 58);
+            this.lbWt2.Size = new System.Drawing.Size(48, 47);
             this.lbWt2.TabIndex = 33;
             this.lbWt2.Text = "DI";
             this.lbWt2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -415,10 +341,9 @@ namespace Wetterstation
             this.lbWt3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWt3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWt3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbWt3.Location = new System.Drawing.Point(312, 293);
-            this.lbWt3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWt3.Location = new System.Drawing.Point(234, 238);
             this.lbWt3.Name = "lbWt3";
-            this.lbWt3.Size = new System.Drawing.Size(64, 58);
+            this.lbWt3.Size = new System.Drawing.Size(48, 47);
             this.lbWt3.TabIndex = 34;
             this.lbWt3.Text = "Mi";
             this.lbWt3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -429,10 +354,9 @@ namespace Wetterstation
             this.lbWt4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWt4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWt4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbWt4.Location = new System.Drawing.Point(376, 293);
-            this.lbWt4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWt4.Location = new System.Drawing.Point(282, 238);
             this.lbWt4.Name = "lbWt4";
-            this.lbWt4.Size = new System.Drawing.Size(64, 58);
+            this.lbWt4.Size = new System.Drawing.Size(48, 47);
             this.lbWt4.TabIndex = 35;
             this.lbWt4.Text = "DO";
             this.lbWt4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -443,10 +367,9 @@ namespace Wetterstation
             this.lbWt5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbWt5.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbWt5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbWt5.Location = new System.Drawing.Point(444, 293);
-            this.lbWt5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbWt5.Location = new System.Drawing.Point(333, 238);
             this.lbWt5.Name = "lbWt5";
-            this.lbWt5.Size = new System.Drawing.Size(64, 58);
+            this.lbWt5.Size = new System.Drawing.Size(48, 47);
             this.lbWt5.TabIndex = 36;
             this.lbWt5.Text = "FR";
             this.lbWt5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -457,10 +380,9 @@ namespace Wetterstation
             this.lbLuftfeuchtAussen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbLuftfeuchtAussen.Font = new System.Drawing.Font("Arial", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbLuftfeuchtAussen.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbLuftfeuchtAussen.Location = new System.Drawing.Point(549, 196);
-            this.lbLuftfeuchtAussen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbLuftfeuchtAussen.Location = new System.Drawing.Point(412, 159);
             this.lbLuftfeuchtAussen.Name = "lbLuftfeuchtAussen";
-            this.lbLuftfeuchtAussen.Size = new System.Drawing.Size(164, 70);
+            this.lbLuftfeuchtAussen.Size = new System.Drawing.Size(133, 56);
             this.lbLuftfeuchtAussen.TabIndex = 37;
             this.lbLuftfeuchtAussen.Text = "36 %";
             this.lbLuftfeuchtAussen.Click += new System.EventHandler(this.LbLuftfeuchtAussen_Click);
@@ -471,10 +393,9 @@ namespace Wetterstation
             this.lbTextLuftfeuchtAussen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextLuftfeuchtAussen.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextLuftfeuchtAussen.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextLuftfeuchtAussen.Location = new System.Drawing.Point(536, 153);
-            this.lbTextLuftfeuchtAussen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextLuftfeuchtAussen.Location = new System.Drawing.Point(402, 124);
             this.lbTextLuftfeuchtAussen.Name = "lbTextLuftfeuchtAussen";
-            this.lbTextLuftfeuchtAussen.Size = new System.Drawing.Size(189, 29);
+            this.lbTextLuftfeuchtAussen.Size = new System.Drawing.Size(149, 24);
             this.lbTextLuftfeuchtAussen.TabIndex = 38;
             this.lbTextLuftfeuchtAussen.Text = "Luftfeuchtigkeit";
             // 
@@ -484,10 +405,9 @@ namespace Wetterstation
             this.lbTextLuftdruck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbTextLuftdruck.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbTextLuftdruck.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
-            this.lbTextLuftdruck.Location = new System.Drawing.Point(831, 106);
-            this.lbTextLuftdruck.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbTextLuftdruck.Location = new System.Drawing.Point(623, 86);
             this.lbTextLuftdruck.Name = "lbTextLuftdruck";
-            this.lbTextLuftdruck.Size = new System.Drawing.Size(101, 25);
+            this.lbTextLuftdruck.Size = new System.Drawing.Size(85, 20);
             this.lbTextLuftdruck.TabIndex = 39;
             this.lbTextLuftdruck.Text = "Luftdruck";
             // 
@@ -497,42 +417,39 @@ namespace Wetterstation
             this.lbLuftdruck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
             this.lbLuftdruck.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbLuftdruck.ForeColor = System.Drawing.SystemColors.ButtonFace;
-            this.lbLuftdruck.Location = new System.Drawing.Point(820, 132);
-            this.lbLuftdruck.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbLuftdruck.Location = new System.Drawing.Point(615, 107);
             this.lbLuftdruck.Name = "lbLuftdruck";
-            this.lbLuftdruck.Size = new System.Drawing.Size(129, 35);
+            this.lbLuftdruck.Size = new System.Drawing.Size(103, 29);
             this.lbLuftdruck.TabIndex = 40;
             this.lbLuftdruck.Text = "999 hPa";
             // 
             // 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);
-            this.chart1.Location = new System.Drawing.Point(37, 672);
-            this.chart1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            chartArea3.Name = "ChartArea1";
+            this.chart1.ChartAreas.Add(chartArea3);
+            legend3.Name = "Legend1";
+            this.chart1.Legends.Add(legend3);
+            this.chart1.Location = new System.Drawing.Point(28, 546);
             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);
-            this.chart1.Size = new System.Drawing.Size(991, 132);
+            series3.ChartArea = "ChartArea1";
+            series3.Legend = "Legend1";
+            series3.Name = "Series1";
+            this.chart1.Series.Add(series3);
+            this.chart1.Size = new System.Drawing.Size(743, 107);
             this.chart1.TabIndex = 41;
             this.chart1.Text = "chTendenz";
-            title2.Name = "Title1";
-            this.chart1.Titles.Add(title2);
+            title3.Name = "Title1";
+            this.chart1.Titles.Add(title3);
             // 
             // lbHintergrund
             // 
             this.lbHintergrund.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.lbHintergrund.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
-            this.lbHintergrund.Location = new System.Drawing.Point(16, 22);
-            this.lbHintergrund.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbHintergrund.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
+            this.lbHintergrund.Location = new System.Drawing.Point(12, 18);
             this.lbHintergrund.Name = "lbHintergrund";
-            this.lbHintergrund.Size = new System.Drawing.Size(1312, 370);
+            this.lbHintergrund.Size = new System.Drawing.Size(984, 301);
             this.lbHintergrund.TabIndex = 42;
             // 
             // lbCity
@@ -540,10 +457,9 @@ namespace Wetterstation
             this.lbCity.BackColor = System.Drawing.Color.Transparent;
             this.lbCity.Font = new System.Drawing.Font("Arial Black", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lbCity.ForeColor = System.Drawing.Color.White;
-            this.lbCity.Location = new System.Drawing.Point(0, 807);
-            this.lbCity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbCity.Location = new System.Drawing.Point(0, 656);
             this.lbCity.Name = "lbCity";
-            this.lbCity.Size = new System.Drawing.Size(1343, 62);
+            this.lbCity.Size = new System.Drawing.Size(1007, 50);
             this.lbCity.TabIndex = 43;
             this.lbCity.Text = "Marienhausen";
             this.lbCity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -551,10 +467,9 @@ namespace Wetterstation
             // picTg1
             // 
             this.picTg1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147)))));
-            this.picTg1.Location = new System.Drawing.Point(165, 334);
-            this.picTg1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.picTg1.Location = new System.Drawing.Point(124, 271);
             this.picTg1.Name = "picTg1";
-            this.picTg1.Size = new System.Drawing.Size(71, 54);
+            this.picTg1.Size = new System.Drawing.Size(53, 44);
             this.picTg1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
             this.picTg1.TabIndex = 44;
             this.picTg1.TabStop = false;
@@ -562,23 +477,123 @@ namespace Wetterstation
             // btSystemKnopf
             // 
             this.btSystemKnopf.BackColor = System.Drawing.Color.Transparent;
-            this.btSystemKnopf.BackgroundImage = global::Wetterstation.Properties.Resources.Systemknopf;
-            this.btSystemKnopf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
-            this.btSystemKnopf.Location = new System.Drawing.Point(1223, 709);
-            this.btSystemKnopf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.btSystemKnopf.BackgroundImage = global::Wetterstation.Properties.Resources.Zahnrad12;
+            this.btSystemKnopf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+            this.btSystemKnopf.Location = new System.Drawing.Point(966, 687);
             this.btSystemKnopf.Name = "btSystemKnopf";
-            this.btSystemKnopf.Size = new System.Drawing.Size(67, 62);
+            this.btSystemKnopf.Size = new System.Drawing.Size(30, 30);
             this.btSystemKnopf.TabIndex = 46;
             this.btSystemKnopf.TextAlign = System.Drawing.ContentAlignment.TopLeft;
             this.btSystemKnopf.UseVisualStyleBackColor = false;
+            this.btSystemKnopf.Click += new System.EventHandler(this.BtSystemKnopf_Click);
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(75, 493);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(29, 13);
+            this.label1.TabIndex = 47;
+            this.label1.Text = "max.";
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.Location = new System.Drawing.Point(75, 515);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(26, 13);
+            this.label2.TabIndex = 48;
+            this.label2.Text = "min.";
+            // 
+            // label4
+            // 
+            this.label4.AutoSize = true;
+            this.label4.Location = new System.Drawing.Point(122, 474);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(34, 13);
+            this.label4.TabIndex = 49;
+            this.label4.Text = "Innen";
+            // 
+            // label3
+            // 
+            this.label3.AutoSize = true;
+            this.label3.Location = new System.Drawing.Point(215, 474);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(42, 13);
+            this.label3.TabIndex = 50;
+            this.label3.Text = "Aussen";
+            // 
+            // label5
+            // 
+            this.label5.AutoSize = true;
+            this.label5.Location = new System.Drawing.Point(121, 493);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(72, 13);
+            this.label5.TabIndex = 51;
+            this.label5.Text = "12,4 C° 17:45";
+            // 
+            // label6
+            // 
+            this.label6.AutoSize = true;
+            this.label6.Location = new System.Drawing.Point(211, 493);
+            this.label6.Name = "label6";
+            this.label6.Size = new System.Drawing.Size(72, 13);
+            this.label6.TabIndex = 52;
+            this.label6.Text = "2,4 C° 22:67h";
+            // 
+            // label7
+            // 
+            this.label7.AutoSize = true;
+            this.label7.Location = new System.Drawing.Point(211, 515);
+            this.label7.Name = "label7";
+            this.label7.Size = new System.Drawing.Size(72, 13);
+            this.label7.TabIndex = 54;
+            this.label7.Text = "2,4 C° 22:67h";
+            // 
+            // label8
+            // 
+            this.label8.AutoSize = true;
+            this.label8.Location = new System.Drawing.Point(121, 515);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(72, 13);
+            this.label8.TabIndex = 53;
+            this.label8.Text = "12,4 C° 17:45";
+            // 
+            // label9
+            // 
+            this.label9.AutoSize = true;
+            this.label9.Location = new System.Drawing.Point(243, 225);
+            this.label9.Name = "label9";
+            this.label9.Size = new System.Drawing.Size(72, 13);
+            this.label9.TabIndex = 56;
+            this.label9.Text = "2,4 C° 22:67h";
+            // 
+            // label10
+            // 
+            this.label10.AutoSize = true;
+            this.label10.Location = new System.Drawing.Point(153, 225);
+            this.label10.Name = "label10";
+            this.label10.Size = new System.Drawing.Size(72, 13);
+            this.label10.TabIndex = 55;
+            this.label10.Text = "12,4 C° 17:45";
             // 
             // Hintergrund
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.BackgroundImage = global::Wetterstation.Properties.Resources.Strand;
+            this.BackgroundImage = global::Wetterstation.Properties.Resources.Bild_Dennis_Formatiert;
             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
-            this.ClientSize = new System.Drawing.Size(1344, 897);
+            this.ClientSize = new System.Drawing.Size(1008, 729);
+            this.Controls.Add(this.label9);
+            this.Controls.Add(this.label10);
+            this.Controls.Add(this.label7);
+            this.Controls.Add(this.label8);
+            this.Controls.Add(this.label6);
+            this.Controls.Add(this.label5);
+            this.Controls.Add(this.label3);
+            this.Controls.Add(this.label4);
+            this.Controls.Add(this.label2);
+            this.Controls.Add(this.label1);
             this.Controls.Add(this.btSystemKnopf);
             this.Controls.Add(this.picTg1);
             this.Controls.Add(this.lbWT1);
@@ -597,10 +612,6 @@ namespace Wetterstation
             this.Controls.Add(this.picTg3);
             this.Controls.Add(this.picTg2);
             this.Controls.Add(this.lbTextTendenz);
-            this.Controls.Add(this.LED_W);
-            this.Controls.Add(this.LED_S);
-            this.Controls.Add(this.LED_O);
-            this.Controls.Add(this.LED_N);
             this.Controls.Add(this.lbDatum);
             this.Controls.Add(this.lbUhr);
             this.Controls.Add(this.lbWindricht);
@@ -616,7 +627,6 @@ namespace Wetterstation
             this.Controls.Add(this.lbHintergrund);
             this.Controls.Add(this.lbCity);
             this.DoubleBuffered = true;
-            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.Name = "Hintergrund";
             this.Text = "Wetterstation C++ Kurs Alfatraining Dozent Karol Lassota";
             this.Load += new System.EventHandler(this.Hintergrund_Load);
@@ -647,10 +657,6 @@ namespace Wetterstation
         private System.Windows.Forms.Label lbWindricht;
         private System.Windows.Forms.Label lbUhr;
         private System.Windows.Forms.Label lbDatum;
-        private System.Windows.Forms.Label LED_N;
-        private System.Windows.Forms.Label LED_O;
-        private System.Windows.Forms.Label LED_S;
-        private System.Windows.Forms.Label LED_W;
         private System.Windows.Forms.Label lbTextTendenz;
         private Label lbWT1;
         private PictureBox picTg2;
@@ -670,6 +676,16 @@ namespace Wetterstation
         private Label lbCity;
         private PictureBox picTg1;
         private Button btSystemKnopf;
+        private Label label1;
+        private Label label2;
+        private Label label4;
+        private Label label3;
+        private Label label5;
+        private Label label6;
+        private Label label7;
+        private Label label8;
+        private Label label9;
+        private Label label10;
     }
 }
 
diff --git a/Wetterstation/Form1.cs b/Wetterstation/Form1.cs
index 0aae021..94bcd1b 100644
--- a/Wetterstation/Form1.cs
+++ b/Wetterstation/Form1.cs
@@ -207,5 +207,13 @@ namespace Wetterstation
         {
 
         }
+
+        private void BtSystemKnopf_Click(object sender, EventArgs e)
+        {
+            Form frm = new Settings();
+            // abhängig von Form1
+           frm.Show(this);
+
+        }
     }
 }
diff --git a/Wetterstation/Program.cs b/Wetterstation/Program.cs
index e5aa54f..0254cde 100644
--- a/Wetterstation/Program.cs
+++ b/Wetterstation/Program.cs
@@ -18,8 +18,8 @@ namespace Wetterstation
         static void Main()
         {
             Application.EnableVisualStyles();
-            Application.SetCompatibleTextRenderingDefault(false);
-            //           Application.Run(new Hintergrund());
+           Application.SetCompatibleTextRenderingDefault(false);
+           Application.Run(new Hintergrund());
             Application.Run(new Settings());
         }
     }
diff --git a/Wetterstation/Properties/Resources.Designer.cs b/Wetterstation/Properties/Resources.Designer.cs
index cc75caa..75646b9 100644
--- a/Wetterstation/Properties/Resources.Designer.cs
+++ b/Wetterstation/Properties/Resources.Designer.cs
@@ -119,5 +119,45 @@ namespace Wetterstation.Properties {
                 return ((System.Drawing.Bitmap)(obj));
             }
         }
+        
+        /// <summary>
+        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
+        /// </summary>
+        internal static System.Drawing.Bitmap Zahnrad {
+            get {
+                object obj = ResourceManager.GetObject("Zahnrad", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
+        /// </summary>
+        internal static System.Drawing.Bitmap Zahnrad1 {
+            get {
+                object obj = ResourceManager.GetObject("Zahnrad1", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
+        /// </summary>
+        internal static System.Drawing.Bitmap Zahnrad11 {
+            get {
+                object obj = ResourceManager.GetObject("Zahnrad11", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
+        /// <summary>
+        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
+        /// </summary>
+        internal static System.Drawing.Bitmap Zahnrad12 {
+            get {
+                object obj = ResourceManager.GetObject("Zahnrad12", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
     }
 }
diff --git a/Wetterstation/Properties/Resources.resx b/Wetterstation/Properties/Resources.resx
index 06f98e7..3a51285 100644
--- a/Wetterstation/Properties/Resources.resx
+++ b/Wetterstation/Properties/Resources.resx
@@ -118,22 +118,34 @@
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="earth" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\earth.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
   <data name="Kompassrose" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\Resources\Kompassrose.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
   <data name="saturn" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\Resources\saturn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
-  <data name="earth" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>..\Resources\earth.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  <data name="Zahnrad" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Zahnrad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="Zahnrad1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Zahnrad1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
   <data name="Bild_Dennis_Formatiert" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\Resources\Bild_Dennis_Formatiert.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
+  <data name="Systemknopf" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Systemknopf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
   <data name="Strand" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\Resources\Strand.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
-  <data name="Systemknopf" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>..\Resources\Systemknopf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  <data name="Zahnrad11" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Zahnrad11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="Zahnrad12" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Zahnrad12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
 </root>
\ No newline at end of file
diff --git a/Wetterstation/Resources/Zahnrad.png b/Wetterstation/Resources/Zahnrad.png
new file mode 100644
index 0000000000000000000000000000000000000000..8805976c734a784b53ed9fc5d72c70af36892441
GIT binary patch
literal 548
zcmV+<0^9wGP)<h;3K|Lk000e1NJLTq001%o001%w0ssI2kzF6=00001b5ch_0Itp)
z=>Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0l7&;K~z{r?btnz
z!Y~kqVJ<<*and2t({PkX+=T-m(Q^dKG#r4MijE!O*Q)`0?EFC>%G2SQjK8%YS(x3w
z(iE$SDOMBXjWr8U=wPI=*6TG{l*{Epxvj3T2=Z*XTvBeUZY;Oo`F!TJ=hj1%z1?o-
z*00wqOG&k2xrvTGiQDbQYCvz#lE-RNzKLPI%AQ#!7GvIk4Gg~-t1L^#^lHD~vw<NK
zOE9TdjJD-F1j7tPQPB6WTCFG;=u7GptEwtG0#c$WKu1#hSlRc-;c%e!8RevWliXvN
zrzFlvi=J7X8@(Az4udf<G}XWbG4e#BDG=F!i)`VOn8E`~UiK3pXjR(8qR(Shq2RG<
zqfeP)+2~V76syr&UYaS`XjLLh&hdEUq8OTL;DQ*r-_jJwZxFqmo=zvqN&VkWHRe4V
z_~9d%7f77hV2|p5!~A12pU;`slb1guDibUHd2B8GzWE{(i!pD&28Q2^B^c8yM%(fo
zf?*Gf#e&sgzwA41qI?2)?YZ?3WpBIPM%OKM`z&s=7oYnf$+FpO$f6AYvzs7`LZO54
m#(IY-RufaKCcZM({r(5IahH4ycQ?cU0000<MNUMnLSTYBF#Fs9

literal 0
HcmV?d00001

diff --git a/Wetterstation/Resources/Zahnrad1.png b/Wetterstation/Resources/Zahnrad1.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b45ad9814f698a223f1df3b5f7fdb7bad90af2e
GIT binary patch
literal 7227
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
DX-u_7

literal 0
HcmV?d00001

diff --git a/Wetterstation/Resources/Zahnrad11.png b/Wetterstation/Resources/Zahnrad11.png
new file mode 100644
index 0000000000000000000000000000000000000000..05eefb59fd5fde45b44641cb664732905148cf3d
GIT binary patch
literal 3581
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
Dhq$~1

literal 0
HcmV?d00001

diff --git a/Wetterstation/Resources/Zahnrad12.png b/Wetterstation/Resources/Zahnrad12.png
new file mode 100644
index 0000000000000000000000000000000000000000..05eefb59fd5fde45b44641cb664732905148cf3d
GIT binary patch
literal 3581
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
Dhq$~1

literal 0
HcmV?d00001

diff --git a/Wetterstation/Settings.Designer.cs b/Wetterstation/Settings.Designer.cs
index 4e1b492..1e45099 100644
--- a/Wetterstation/Settings.Designer.cs
+++ b/Wetterstation/Settings.Designer.cs
@@ -38,220 +38,226 @@
             this.lbSettingsUser = new System.Windows.Forms.Label();
             this.lbSettingsPasswort = new System.Windows.Forms.Label();
             this.textBox1 = new System.Windows.Forms.TextBox();
-            this.lbSettingsTopic = new System.Windows.Forms.Label();
-            this.tbSettingsTopic = new System.Windows.Forms.TextBox();
-            this.lbStettingsFullTopic = new System.Windows.Forms.Label();
-            this.textBox2 = new System.Windows.Forms.TextBox();
+            this.lbPlatzhalter1 = new System.Windows.Forms.Label();
+            this.tbPlatzhalter1 = new System.Windows.Forms.TextBox();
+            this.lbPlatzhalter2 = new System.Windows.Forms.Label();
+            this.tbPlatzhalter2 = new System.Windows.Forms.TextBox();
             this.lbSettingsOrt = new System.Windows.Forms.Label();
             this.textBox3 = new System.Windows.Forms.TextBox();
             this.lbSettingsLand = new System.Windows.Forms.Label();
             this.tbSettingsLand = new System.Windows.Forms.TextBox();
             this.lblFrontendId = new System.Windows.Forms.Label();
+            this.btSichern = new System.Windows.Forms.Button();
             this.SuspendLayout();
             // 
             // lbSettingsHost
             // 
+            this.lbSettingsHost.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsHost.AutoSize = true;
             this.lbSettingsHost.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsHost.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsHost.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsHost.Location = new System.Drawing.Point(31, 70);
-            this.lbSettingsHost.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsHost.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsHost.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsHost.Location = new System.Drawing.Point(28, 50);
             this.lbSettingsHost.Name = "lbSettingsHost";
-            this.lbSettingsHost.Size = new System.Drawing.Size(68, 24);
+            this.lbSettingsHost.Size = new System.Drawing.Size(43, 16);
             this.lbSettingsHost.TabIndex = 0;
             this.lbSettingsHost.Text = "Host()";
+            this.lbSettingsHost.Click += new System.EventHandler(this.LbSettingsHost_Click);
             // 
             // tbSettingsHost
             // 
             this.tbSettingsHost.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.tbSettingsHost.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tbSettingsHost.Location = new System.Drawing.Point(13, 96);
-            this.tbSettingsHost.Margin = new System.Windows.Forms.Padding(4);
-            this.tbSettingsHost.MinimumSize = new System.Drawing.Size(399, 30);
+            this.tbSettingsHost.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbSettingsHost.Location = new System.Drawing.Point(28, 65);
+            this.tbSettingsHost.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbSettingsHost.MinimumSize = new System.Drawing.Size(300, 15);
             this.tbSettingsHost.Name = "tbSettingsHost";
-            this.tbSettingsHost.Size = new System.Drawing.Size(399, 35);
+            this.tbSettingsHost.Size = new System.Drawing.Size(300, 25);
             this.tbSettingsHost.TabIndex = 4;
+            this.tbSettingsHost.TextChanged += new System.EventHandler(this.TbSettingsHost_TextChanged);
             // 
             // lbSettingsPort
             // 
+            this.lbSettingsPort.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsPort.AutoSize = true;
             this.lbSettingsPort.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsPort.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsPort.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsPort.Location = new System.Drawing.Point(31, 149);
-            this.lbSettingsPort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsPort.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsPort.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsPort.Location = new System.Drawing.Point(28, 100);
             this.lbSettingsPort.Name = "lbSettingsPort";
-            this.lbSettingsPort.Size = new System.Drawing.Size(114, 24);
+            this.lbSettingsPort.Size = new System.Drawing.Size(74, 16);
             this.lbSettingsPort.TabIndex = 5;
             this.lbSettingsPort.Text = "Port (1883)";
             // 
             // tbSettingsPort
             // 
             this.tbSettingsPort.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.tbSettingsPort.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tbSettingsPort.Location = new System.Drawing.Point(13, 172);
-            this.tbSettingsPort.Margin = new System.Windows.Forms.Padding(4);
-            this.tbSettingsPort.MinimumSize = new System.Drawing.Size(399, 30);
+            this.tbSettingsPort.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbSettingsPort.Location = new System.Drawing.Point(28, 115);
+            this.tbSettingsPort.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbSettingsPort.MinimumSize = new System.Drawing.Size(300, 15);
             this.tbSettingsPort.Name = "tbSettingsPort";
-            this.tbSettingsPort.Size = new System.Drawing.Size(399, 35);
+            this.tbSettingsPort.Size = new System.Drawing.Size(300, 25);
             this.tbSettingsPort.TabIndex = 6;
             // 
             // lbSettingsClient
             // 
+            this.lbSettingsClient.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsClient.AutoSize = true;
             this.lbSettingsClient.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsClient.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsClient.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsClient.Location = new System.Drawing.Point(31, 229);
-            this.lbSettingsClient.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsClient.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsClient.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsClient.Location = new System.Drawing.Point(28, 150);
             this.lbSettingsClient.Name = "lbSettingsClient";
-            this.lbSettingsClient.Size = new System.Drawing.Size(212, 24);
+            this.lbSettingsClient.Size = new System.Drawing.Size(140, 16);
             this.lbSettingsClient.TabIndex = 7;
             this.lbSettingsClient.Text = "Client (DVES 06236C)";
+            this.lbSettingsClient.Click += new System.EventHandler(this.LbSettingsClient_Click);
             // 
             // tbSettingsClient
             // 
             this.tbSettingsClient.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.tbSettingsClient.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tbSettingsClient.Location = new System.Drawing.Point(15, 252);
-            this.tbSettingsClient.Margin = new System.Windows.Forms.Padding(4);
-            this.tbSettingsClient.MinimumSize = new System.Drawing.Size(399, 30);
+            this.tbSettingsClient.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbSettingsClient.Location = new System.Drawing.Point(28, 165);
+            this.tbSettingsClient.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbSettingsClient.MinimumSize = new System.Drawing.Size(300, 15);
             this.tbSettingsClient.Name = "tbSettingsClient";
-            this.tbSettingsClient.Size = new System.Drawing.Size(399, 35);
+            this.tbSettingsClient.Size = new System.Drawing.Size(300, 25);
             this.tbSettingsClient.TabIndex = 8;
+            this.tbSettingsClient.TextChanged += new System.EventHandler(this.TbSettingsClient_TextChanged);
             // 
             // tbSettingsUser
             // 
             this.tbSettingsUser.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.tbSettingsUser.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tbSettingsUser.Location = new System.Drawing.Point(15, 333);
-            this.tbSettingsUser.Margin = new System.Windows.Forms.Padding(4);
-            this.tbSettingsUser.MinimumSize = new System.Drawing.Size(399, 30);
+            this.tbSettingsUser.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbSettingsUser.Location = new System.Drawing.Point(28, 215);
+            this.tbSettingsUser.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbSettingsUser.MinimumSize = new System.Drawing.Size(300, 15);
             this.tbSettingsUser.Name = "tbSettingsUser";
-            this.tbSettingsUser.Size = new System.Drawing.Size(399, 35);
+            this.tbSettingsUser.Size = new System.Drawing.Size(300, 25);
             this.tbSettingsUser.TabIndex = 9;
             // 
             // lbSettingsUser
             // 
+            this.lbSettingsUser.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsUser.AutoSize = true;
             this.lbSettingsUser.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsUser.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsUser.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsUser.Location = new System.Drawing.Point(31, 307);
-            this.lbSettingsUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsUser.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsUser.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsUser.Location = new System.Drawing.Point(28, 200);
             this.lbSettingsUser.Name = "lbSettingsUser";
-            this.lbSettingsUser.Size = new System.Drawing.Size(177, 24);
+            this.lbSettingsUser.Size = new System.Drawing.Size(115, 16);
             this.lbSettingsUser.TabIndex = 10;
             this.lbSettingsUser.Text = "User (DVES User)";
+            this.lbSettingsUser.Click += new System.EventHandler(this.LbSettingsUser_Click);
             // 
             // lbSettingsPasswort
             // 
+            this.lbSettingsPasswort.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsPasswort.AutoSize = true;
             this.lbSettingsPasswort.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsPasswort.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsPasswort.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsPasswort.Location = new System.Drawing.Point(31, 390);
-            this.lbSettingsPasswort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsPasswort.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsPasswort.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsPasswort.Location = new System.Drawing.Point(28, 250);
             this.lbSettingsPasswort.Name = "lbSettingsPasswort";
-            this.lbSettingsPasswort.Size = new System.Drawing.Size(120, 24);
+            this.lbSettingsPasswort.Size = new System.Drawing.Size(80, 16);
             this.lbSettingsPasswort.TabIndex = 11;
             this.lbSettingsPasswort.Text = "Password #";
             // 
             // textBox1
             // 
             this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.textBox1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.textBox1.Location = new System.Drawing.Point(13, 414);
-            this.textBox1.Margin = new System.Windows.Forms.Padding(4);
-            this.textBox1.MinimumSize = new System.Drawing.Size(399, 30);
+            this.textBox1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.textBox1.Location = new System.Drawing.Point(29, 265);
+            this.textBox1.MaximumSize = new System.Drawing.Size(300, 25);
+            this.textBox1.MinimumSize = new System.Drawing.Size(300, 15);
             this.textBox1.Name = "textBox1";
-            this.textBox1.Size = new System.Drawing.Size(399, 35);
+            this.textBox1.Size = new System.Drawing.Size(300, 25);
             this.textBox1.TabIndex = 12;
             // 
-            // lbSettingsTopic
-            // 
-            this.lbSettingsTopic.AutoSize = true;
-            this.lbSettingsTopic.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsTopic.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsTopic.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsTopic.Location = new System.Drawing.Point(31, 480);
-            this.lbSettingsTopic.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.lbSettingsTopic.Name = "lbSettingsTopic";
-            this.lbSettingsTopic.Size = new System.Drawing.Size(311, 24);
-            this.lbSettingsTopic.TabIndex = 13;
-            this.lbSettingsTopic.Text = "Topic = %topic% (wetterstation)";
-            // 
-            // tbSettingsTopic
-            // 
-            this.tbSettingsTopic.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.tbSettingsTopic.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tbSettingsTopic.Location = new System.Drawing.Point(13, 503);
-            this.tbSettingsTopic.Margin = new System.Windows.Forms.Padding(4);
-            this.tbSettingsTopic.MinimumSize = new System.Drawing.Size(399, 30);
-            this.tbSettingsTopic.Name = "tbSettingsTopic";
-            this.tbSettingsTopic.Size = new System.Drawing.Size(399, 35);
-            this.tbSettingsTopic.TabIndex = 14;
-            // 
-            // lbStettingsFullTopic
-            // 
-            this.lbStettingsFullTopic.AutoSize = true;
-            this.lbStettingsFullTopic.BackColor = System.Drawing.Color.Transparent;
-            this.lbStettingsFullTopic.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbStettingsFullTopic.ForeColor = System.Drawing.Color.White;
-            this.lbStettingsFullTopic.Location = new System.Drawing.Point(29, 574);
-            this.lbStettingsFullTopic.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.lbStettingsFullTopic.Name = "lbStettingsFullTopic";
-            this.lbStettingsFullTopic.Size = new System.Drawing.Size(303, 24);
-            this.lbStettingsFullTopic.TabIndex = 15;
-            this.lbStettingsFullTopic.Text = "Full Topic (%prefix%/%topic%/)";
-            // 
-            // textBox2
-            // 
-            this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.textBox2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.textBox2.Location = new System.Drawing.Point(12, 597);
-            this.textBox2.Margin = new System.Windows.Forms.Padding(4);
-            this.textBox2.MinimumSize = new System.Drawing.Size(399, 30);
-            this.textBox2.Name = "textBox2";
-            this.textBox2.Size = new System.Drawing.Size(399, 35);
-            this.textBox2.TabIndex = 16;
-            this.textBox2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
+            // lbPlatzhalter1
+            // 
+            this.lbPlatzhalter1.Anchor = System.Windows.Forms.AnchorStyles.None;
+            this.lbPlatzhalter1.AutoSize = true;
+            this.lbPlatzhalter1.BackColor = System.Drawing.Color.Transparent;
+            this.lbPlatzhalter1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbPlatzhalter1.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbPlatzhalter1.Location = new System.Drawing.Point(28, 300);
+            this.lbPlatzhalter1.Name = "lbPlatzhalter1";
+            this.lbPlatzhalter1.Size = new System.Drawing.Size(84, 16);
+            this.lbPlatzhalter1.TabIndex = 13;
+            this.lbPlatzhalter1.Text = "Platzhalter1";
+            // 
+            // tbPlatzhalter1
+            // 
+            this.tbPlatzhalter1.Anchor = System.Windows.Forms.AnchorStyles.None;
+            this.tbPlatzhalter1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbPlatzhalter1.Location = new System.Drawing.Point(28, 315);
+            this.tbPlatzhalter1.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbPlatzhalter1.MinimumSize = new System.Drawing.Size(300, 15);
+            this.tbPlatzhalter1.Name = "tbPlatzhalter1";
+            this.tbPlatzhalter1.Size = new System.Drawing.Size(300, 25);
+            this.tbPlatzhalter1.TabIndex = 14;
+            // 
+            // lbPlatzhalter2
+            // 
+            this.lbPlatzhalter2.Anchor = System.Windows.Forms.AnchorStyles.None;
+            this.lbPlatzhalter2.AutoSize = true;
+            this.lbPlatzhalter2.BackColor = System.Drawing.Color.Transparent;
+            this.lbPlatzhalter2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbPlatzhalter2.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbPlatzhalter2.Location = new System.Drawing.Point(28, 350);
+            this.lbPlatzhalter2.Name = "lbPlatzhalter2";
+            this.lbPlatzhalter2.Size = new System.Drawing.Size(84, 16);
+            this.lbPlatzhalter2.TabIndex = 15;
+            this.lbPlatzhalter2.Text = "Platzhalter2";
+            // 
+            // tbPlatzhalter2
+            // 
+            this.tbPlatzhalter2.Anchor = System.Windows.Forms.AnchorStyles.None;
+            this.tbPlatzhalter2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbPlatzhalter2.Location = new System.Drawing.Point(28, 365);
+            this.tbPlatzhalter2.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbPlatzhalter2.MinimumSize = new System.Drawing.Size(300, 15);
+            this.tbPlatzhalter2.Name = "tbPlatzhalter2";
+            this.tbPlatzhalter2.Size = new System.Drawing.Size(300, 25);
+            this.tbPlatzhalter2.TabIndex = 16;
+            this.tbPlatzhalter2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
             // 
             // lbSettingsOrt
             // 
+            this.lbSettingsOrt.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsOrt.AutoSize = true;
             this.lbSettingsOrt.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsOrt.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsOrt.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsOrt.Location = new System.Drawing.Point(28, 668);
-            this.lbSettingsOrt.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsOrt.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsOrt.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsOrt.Location = new System.Drawing.Point(28, 400);
             this.lbSettingsOrt.Name = "lbSettingsOrt";
-            this.lbSettingsOrt.Size = new System.Drawing.Size(114, 24);
+            this.lbSettingsOrt.Size = new System.Drawing.Size(77, 16);
             this.lbSettingsOrt.TabIndex = 17;
             this.lbSettingsOrt.Text = "Stadt / PLZ";
             // 
             // textBox3
             // 
             this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.textBox3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.textBox3.Location = new System.Drawing.Point(15, 691);
-            this.textBox3.Margin = new System.Windows.Forms.Padding(4);
-            this.textBox3.MinimumSize = new System.Drawing.Size(399, 30);
+            this.textBox3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.textBox3.Location = new System.Drawing.Point(28, 415);
+            this.textBox3.MaximumSize = new System.Drawing.Size(300, 25);
+            this.textBox3.MinimumSize = new System.Drawing.Size(300, 15);
             this.textBox3.Name = "textBox3";
-            this.textBox3.Size = new System.Drawing.Size(399, 35);
+            this.textBox3.Size = new System.Drawing.Size(300, 25);
             this.textBox3.TabIndex = 18;
             // 
             // lbSettingsLand
             // 
+            this.lbSettingsLand.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lbSettingsLand.AutoSize = true;
             this.lbSettingsLand.BackColor = System.Drawing.Color.Transparent;
-            this.lbSettingsLand.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lbSettingsLand.ForeColor = System.Drawing.Color.White;
-            this.lbSettingsLand.Location = new System.Drawing.Point(37, 754);
-            this.lbSettingsLand.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lbSettingsLand.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lbSettingsLand.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.lbSettingsLand.Location = new System.Drawing.Point(28, 450);
             this.lbSettingsLand.Name = "lbSettingsLand";
-            this.lbSettingsLand.Size = new System.Drawing.Size(205, 24);
+            this.lbSettingsLand.Size = new System.Drawing.Size(137, 16);
             this.lbSettingsLand.TabIndex = 19;
             this.lbSettingsLand.Text = "Länderkennung (DE)";
             this.lbSettingsLand.Click += new System.EventHandler(this.Label1_Click);
@@ -259,42 +265,56 @@
             // tbSettingsLand
             // 
             this.tbSettingsLand.Anchor = System.Windows.Forms.AnchorStyles.None;
-            this.tbSettingsLand.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tbSettingsLand.Location = new System.Drawing.Point(21, 781);
-            this.tbSettingsLand.Margin = new System.Windows.Forms.Padding(4);
-            this.tbSettingsLand.MinimumSize = new System.Drawing.Size(399, 30);
+            this.tbSettingsLand.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tbSettingsLand.Location = new System.Drawing.Point(28, 465);
+            this.tbSettingsLand.MaximumSize = new System.Drawing.Size(300, 25);
+            this.tbSettingsLand.MinimumSize = new System.Drawing.Size(300, 15);
             this.tbSettingsLand.Name = "tbSettingsLand";
-            this.tbSettingsLand.Size = new System.Drawing.Size(399, 35);
+            this.tbSettingsLand.Size = new System.Drawing.Size(300, 25);
             this.tbSettingsLand.TabIndex = 20;
             // 
             // lblFrontendId
             // 
+            this.lblFrontendId.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.lblFrontendId.AutoSize = true;
             this.lblFrontendId.BackColor = System.Drawing.Color.Transparent;
-            this.lblFrontendId.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.lblFrontendId.ForeColor = System.Drawing.Color.White;
-            this.lblFrontendId.Location = new System.Drawing.Point(31, 29);
-            this.lblFrontendId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblFrontendId.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblFrontendId.ForeColor = System.Drawing.Color.Black;
+            this.lblFrontendId.Location = new System.Drawing.Point(29, 24);
             this.lblFrontendId.Name = "lblFrontendId";
-            this.lblFrontendId.Size = new System.Drawing.Size(126, 24);
+            this.lblFrontendId.Size = new System.Drawing.Size(73, 15);
             this.lblFrontendId.TabIndex = 21;
             this.lblFrontendId.Text = "Frontend Id:";
             // 
+            // btSichern
+            // 
+            this.btSichern.BackColor = System.Drawing.Color.DarkGray;
+            this.btSichern.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.btSichern.Font = new System.Drawing.Font("Arial Narrow", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.btSichern.Location = new System.Drawing.Point(28, 552);
+            this.btSichern.Name = "btSichern";
+            this.btSichern.Size = new System.Drawing.Size(300, 34);
+            this.btSichern.TabIndex = 22;
+            this.btSichern.Text = "Daten übernehmen";
+            this.btSichern.UseVisualStyleBackColor = false;
+            this.btSichern.Click += new System.EventHandler(this.BtSichern_Click);
+            // 
             // Settings
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.BackColor = System.Drawing.SystemColors.ScrollBar;
-            this.ClientSize = new System.Drawing.Size(757, 858);
+            this.ClientSize = new System.Drawing.Size(361, 698);
+            this.Controls.Add(this.btSichern);
             this.Controls.Add(this.lblFrontendId);
             this.Controls.Add(this.tbSettingsLand);
             this.Controls.Add(this.lbSettingsLand);
             this.Controls.Add(this.textBox3);
             this.Controls.Add(this.lbSettingsOrt);
-            this.Controls.Add(this.textBox2);
-            this.Controls.Add(this.lbStettingsFullTopic);
-            this.Controls.Add(this.tbSettingsTopic);
-            this.Controls.Add(this.lbSettingsTopic);
+            this.Controls.Add(this.tbPlatzhalter2);
+            this.Controls.Add(this.lbPlatzhalter2);
+            this.Controls.Add(this.tbPlatzhalter1);
+            this.Controls.Add(this.lbPlatzhalter1);
             this.Controls.Add(this.textBox1);
             this.Controls.Add(this.lbSettingsPasswort);
             this.Controls.Add(this.lbSettingsUser);
@@ -305,8 +325,10 @@
             this.Controls.Add(this.lbSettingsPort);
             this.Controls.Add(this.tbSettingsHost);
             this.Controls.Add(this.lbSettingsHost);
-            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.Location = new System.Drawing.Point(500, 0);
+            this.Margin = new System.Windows.Forms.Padding(2);
             this.Name = "Settings";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.Text = "Settings";
             this.Load += new System.EventHandler(this.Settings_Load);
             this.ResumeLayout(false);
@@ -326,14 +348,15 @@
         private System.Windows.Forms.Label lbSettingsUser;
         private System.Windows.Forms.Label lbSettingsPasswort;
         private System.Windows.Forms.TextBox textBox1;
-        private System.Windows.Forms.Label lbSettingsTopic;
-        private System.Windows.Forms.TextBox tbSettingsTopic;
-        private System.Windows.Forms.Label lbStettingsFullTopic;
-        private System.Windows.Forms.TextBox textBox2;
+        private System.Windows.Forms.Label lbPlatzhalter1;
+        private System.Windows.Forms.TextBox tbPlatzhalter1;
+        private System.Windows.Forms.Label lbPlatzhalter2;
+        private System.Windows.Forms.TextBox tbPlatzhalter2;
         private System.Windows.Forms.Label lbSettingsOrt;
         private System.Windows.Forms.TextBox textBox3;
         private System.Windows.Forms.Label lbSettingsLand;
         private System.Windows.Forms.TextBox tbSettingsLand;
         private System.Windows.Forms.Label lblFrontendId;
+        private System.Windows.Forms.Button btSichern;
     }
 }
\ No newline at end of file
diff --git a/Wetterstation/Settings.cs b/Wetterstation/Settings.cs
index 048504b..bf9709a 100644
--- a/Wetterstation/Settings.cs
+++ b/Wetterstation/Settings.cs
@@ -19,7 +19,7 @@ namespace Wetterstation
             InitializeComponent();
             lblFrontendId.Text = "Frontend Id: " + generateId();
         }
-
+        
         private void TextBox2_TextChanged(object sender, EventArgs e)
         {
 
@@ -82,6 +82,37 @@ namespace Wetterstation
         {
 
         }
+
+        private void TbSettingsClient_TextChanged(object sender, EventArgs e)
+        {
+
+        }
+
+        private void LbSettingsClient_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void TbSettingsHost_TextChanged(object sender, EventArgs e)
+        {
+
+        }
+
+        private void LbSettingsHost_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void LbSettingsUser_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void BtSichern_Click(object sender, EventArgs e)
+        {
+            this.Close();
+
+        }
     }
 }
 
diff --git a/Wetterstation/Wetterstation.csproj b/Wetterstation/Wetterstation.csproj
index 1038ece..9762571 100644
--- a/Wetterstation/Wetterstation.csproj
+++ b/Wetterstation/Wetterstation.csproj
@@ -138,6 +138,10 @@
     <Content Include="Resources\13n%402x.png" />
     <Content Include="Resources\50d%402x.png" />
     <Content Include="Resources\50n%402x.png" />
+    <None Include="Resources\Zahnrad12.png" />
+    <None Include="Resources\Zahnrad11.png" />
+    <None Include="Resources\Zahnrad1.png" />
+    <None Include="Resources\Zahnrad.png" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file
-- 
GitLab