diff --git a/Wetterstation/ClassDiagram1.cd b/Wetterstation/ClassDiagram1.cd new file mode 100644 index 0000000000000000000000000000000000000000..ed614c924969d37126cb696e3a11dc8e7032e561 --- /dev/null +++ b/Wetterstation/ClassDiagram1.cd @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="utf-8"?> +<ClassDiagram MajorVersion="1" MinorVersion="1"> + <Class Name="Wetterstation.Hintergrund"> + <Position X="3.5" Y="3.75" Width="1.5" /> + <Compartments> + <Compartment Name="Fields" Collapsed="true" /> + <Compartment Name="Methods" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>/wAJLFBCp76AADEgVLGAAcgWgHDRVBiAMgRYRGCgSrg=</HashCode> + <FileName>Form1.cs</FileName> + </TypeIdentifier> + <ShowAsAssociation> + <Property Name="Resources" /> + </ShowAsAssociation> + </Class> + <Class Name="Wetterstation.Program"> + <Position X="7" Y="1.25" Width="1.5" /> + <Compartments> + <Compartment Name="Methods" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAABBAAAAA=</HashCode> + <FileName>Program.cs</FileName> + </TypeIdentifier> + <ShowAsAssociation> + <Property Name="Settings" /> + <Property Name="SettingsModel" /> + </ShowAsAssociation> + </Class> + <Class Name="Wetterstation.Sensor"> + <Position X="10.25" Y="1.25" Width="1.5" /> + <Compartments> + <Compartment Name="Fields" Collapsed="true" /> + <Compartment Name="Properties" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>CAEgIAAgAAAAAAIAAAAKAUAAAQCEAAgCgAwAAggEAgA=</HashCode> + <FileName>Sensor.cs</FileName> + </TypeIdentifier> + <ShowAsAssociation> + <Property Name="Settings" /> + </ShowAsAssociation> + </Class> + <Class Name="Wetterstation.Settings"> + <Position X="7" Y="2.75" Width="1.5" /> + <Compartments> + <Compartment Name="Fields" Collapsed="true" /> + <Compartment Name="Methods" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>QBQUABAAADAQABAAAhCAAAIGEASERFBgAAHBAAJBBAQ=</HashCode> + <FileName>Settings.cs</FileName> + </TypeIdentifier> + </Class> + <Class Name="Wetterstation.SettingsModel"> + <Position X="3.5" Y="1.25" Width="1.5" /> + <Compartments> + <Compartment Name="Properties" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>AgEgAAAIIQAAAAAAEABACAAAACAAAIIAgAAgQAAAAAA=</HashCode> + <FileName>SettingsModel.cs</FileName> + </TypeIdentifier> + <ShowAsAssociation> + <Property Name="Hintergrund" /> + <Property Name="Resources" /> + </ShowAsAssociation> + </Class> + <Class Name="Wetterstation.SqliteDataAccess"> + <Position X="10" Y="4" Width="1.5" /> + <Compartments> + <Compartment Name="Fields" Collapsed="true" /> + <Compartment Name="Methods" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>QAAAAAAAAQAAAAAAAAAAAAAAgAAAAAAghAAAAAAAAAA=</HashCode> + <FileName>SqliteDataAccess.cs</FileName> + </TypeIdentifier> + <ShowAsAssociation> + <Property Name="Settings" /> + <Property Name="Sensor" /> + </ShowAsAssociation> + </Class> + <Class Name="Wetterstation.Properties.Resources"> + <Position X="1" Y="1.25" Width="1.5" /> + <Compartments> + <Compartment Name="Fields" Collapsed="true" /> + <Compartment Name="Properties" Collapsed="true" /> + <Compartment Name="Methods" Collapsed="true" /> + </Compartments> + <TypeIdentifier> + <HashCode>CAAAAABEAgEAAAAAAEABUABBAQAAAgAgAAAAgACAAYA=</HashCode> + </TypeIdentifier> + </Class> + <Font Name="Segoe UI" Size="9" /> +</ClassDiagram> \ No newline at end of file diff --git a/Wetterstation/Form1.Designer.cs b/Wetterstation/Form1.Designer.cs index 2ecdd7a9a45cdb35e3c95d26e22a1fadb4ea97dc..7d817e9bed4a39709153f31c9e6dc5547ecd6448 100644 --- a/Wetterstation/Form1.Designer.cs +++ b/Wetterstation/Form1.Designer.cs @@ -143,7 +143,7 @@ namespace Wetterstation this.lbUhr.BackColor = System.Drawing.Color.Transparent; this.lbUhr.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold); this.lbUhr.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbUhr.Location = new System.Drawing.Point(776, 710); + this.lbUhr.Location = new System.Drawing.Point(732, 720); this.lbUhr.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbUhr.Name = "lbUhr"; this.lbUhr.Size = new System.Drawing.Size(96, 24); @@ -157,7 +157,7 @@ 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(878, 710); + this.lbDatum.Location = new System.Drawing.Point(838, 720); this.lbDatum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbDatum.Name = "lbDatum"; this.lbDatum.Size = new System.Drawing.Size(118, 24); @@ -171,10 +171,10 @@ namespace Wetterstation this.lbCity.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold); this.lbCity.ForeColor = System.Drawing.Color.White; this.lbCity.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.lbCity.Location = new System.Drawing.Point(254, 708); + this.lbCity.Location = new System.Drawing.Point(1, 714); this.lbCity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbCity.Name = "lbCity"; - this.lbCity.Size = new System.Drawing.Size(500, 32); + this.lbCity.Size = new System.Drawing.Size(1005, 32); this.lbCity.TabIndex = 43; this.lbCity.Text = "Ort: NA"; this.lbCity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -184,7 +184,7 @@ namespace Wetterstation this.btSystemKnopf.BackColor = System.Drawing.Color.Transparent; this.btSystemKnopf.BackgroundImage = global::Wetterstation.Properties.Resources.Zahnrad12; this.btSystemKnopf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.btSystemKnopf.Location = new System.Drawing.Point(998, 706); + this.btSystemKnopf.Location = new System.Drawing.Point(972, 714); this.btSystemKnopf.Name = "btSystemKnopf"; this.btSystemKnopf.Size = new System.Drawing.Size(30, 30); this.btSystemKnopf.TabIndex = 46; @@ -195,8 +195,8 @@ namespace Wetterstation // cartesianChart1 // this.cartesianChart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); - this.cartesianChart1.Location = new System.Drawing.Point(9, 444); - this.cartesianChart1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.cartesianChart1.Location = new System.Drawing.Point(1, 459); + this.cartesianChart1.Margin = new System.Windows.Forms.Padding(2); this.cartesianChart1.Name = "cartesianChart1"; this.cartesianChart1.Size = new System.Drawing.Size(1018, 252); this.cartesianChart1.TabIndex = 60; @@ -208,7 +208,7 @@ namespace Wetterstation this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label13.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label13.Location = new System.Drawing.Point(979, 398); + this.label13.Location = new System.Drawing.Point(966, 398); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(40, 17); this.label13.TabIndex = 185; @@ -221,7 +221,7 @@ namespace Wetterstation this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label14.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label14.Location = new System.Drawing.Point(979, 376); + this.label14.Location = new System.Drawing.Point(966, 376); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(40, 17); this.label14.TabIndex = 184; @@ -234,7 +234,7 @@ namespace Wetterstation this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label15.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label15.Location = new System.Drawing.Point(979, 354); + this.label15.Location = new System.Drawing.Point(966, 354); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(40, 17); this.label15.TabIndex = 183; @@ -247,7 +247,7 @@ namespace Wetterstation this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label16.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label16.Location = new System.Drawing.Point(979, 332); + this.label16.Location = new System.Drawing.Point(966, 332); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(40, 17); this.label16.TabIndex = 182; @@ -260,7 +260,7 @@ namespace Wetterstation this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label17.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label17.Location = new System.Drawing.Point(979, 310); + this.label17.Location = new System.Drawing.Point(966, 310); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(40, 17); this.label17.TabIndex = 181; @@ -273,7 +273,7 @@ namespace Wetterstation this.label18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label18.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label18.Location = new System.Drawing.Point(979, 288); + this.label18.Location = new System.Drawing.Point(966, 288); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(40, 17); this.label18.TabIndex = 180; @@ -286,7 +286,7 @@ namespace Wetterstation this.label19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label19.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label19.Location = new System.Drawing.Point(979, 266); + this.label19.Location = new System.Drawing.Point(966, 266); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(40, 17); this.label19.TabIndex = 179; @@ -299,7 +299,7 @@ namespace Wetterstation this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label20.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label20.Location = new System.Drawing.Point(979, 245); + this.label20.Location = new System.Drawing.Point(966, 245); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(40, 17); this.label20.TabIndex = 178; @@ -312,7 +312,7 @@ namespace Wetterstation this.lbForecastNextWindSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextWindSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextWindSpeed.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextWindSpeed.Location = new System.Drawing.Point(902, 398); + this.lbForecastNextWindSpeed.Location = new System.Drawing.Point(889, 398); this.lbForecastNextWindSpeed.Name = "lbForecastNextWindSpeed"; this.lbForecastNextWindSpeed.Size = new System.Drawing.Size(71, 17); this.lbForecastNextWindSpeed.TabIndex = 177; @@ -325,7 +325,7 @@ namespace Wetterstation this.lbForecastNextTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextTemp.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextTemp.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextTemp.Location = new System.Drawing.Point(902, 376); + this.lbForecastNextTemp.Location = new System.Drawing.Point(889, 376); this.lbForecastNextTemp.Name = "lbForecastNextTemp"; this.lbForecastNextTemp.Size = new System.Drawing.Size(71, 17); this.lbForecastNextTemp.TabIndex = 176; @@ -338,7 +338,7 @@ namespace Wetterstation this.lbForecastNextSnow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextSnow.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextSnow.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextSnow.Location = new System.Drawing.Point(902, 354); + this.lbForecastNextSnow.Location = new System.Drawing.Point(889, 354); this.lbForecastNextSnow.Name = "lbForecastNextSnow"; this.lbForecastNextSnow.Size = new System.Drawing.Size(71, 17); this.lbForecastNextSnow.TabIndex = 175; @@ -351,7 +351,7 @@ namespace Wetterstation this.lbForecastNextRain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextRain.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextRain.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextRain.Location = new System.Drawing.Point(902, 332); + this.lbForecastNextRain.Location = new System.Drawing.Point(889, 332); this.lbForecastNextRain.Name = "lbForecastNextRain"; this.lbForecastNextRain.Size = new System.Drawing.Size(71, 17); this.lbForecastNextRain.TabIndex = 174; @@ -364,7 +364,7 @@ namespace Wetterstation this.lbForecastNextPressure.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextPressure.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextPressure.Location = new System.Drawing.Point(902, 310); + this.lbForecastNextPressure.Location = new System.Drawing.Point(889, 310); this.lbForecastNextPressure.Name = "lbForecastNextPressure"; this.lbForecastNextPressure.Size = new System.Drawing.Size(71, 17); this.lbForecastNextPressure.TabIndex = 173; @@ -377,7 +377,7 @@ namespace Wetterstation this.lbForecastNextHumidity.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextHumidity.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextHumidity.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextHumidity.Location = new System.Drawing.Point(902, 288); + this.lbForecastNextHumidity.Location = new System.Drawing.Point(889, 288); this.lbForecastNextHumidity.Name = "lbForecastNextHumidity"; this.lbForecastNextHumidity.Size = new System.Drawing.Size(71, 17); this.lbForecastNextHumidity.TabIndex = 172; @@ -390,7 +390,7 @@ namespace Wetterstation this.lbForecastNextClouds.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextClouds.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextClouds.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextClouds.Location = new System.Drawing.Point(902, 266); + this.lbForecastNextClouds.Location = new System.Drawing.Point(889, 266); this.lbForecastNextClouds.Name = "lbForecastNextClouds"; this.lbForecastNextClouds.Size = new System.Drawing.Size(71, 17); this.lbForecastNextClouds.TabIndex = 171; @@ -403,7 +403,7 @@ namespace Wetterstation this.lbForecastNextFrom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastNextFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.lbForecastNextFrom.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastNextFrom.Location = new System.Drawing.Point(902, 245); + this.lbForecastNextFrom.Location = new System.Drawing.Point(889, 245); this.lbForecastNextFrom.Name = "lbForecastNextFrom"; this.lbForecastNextFrom.Size = new System.Drawing.Size(71, 17); this.lbForecastNextFrom.TabIndex = 170; @@ -417,7 +417,7 @@ namespace Wetterstation this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label12.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label12.Location = new System.Drawing.Point(739, 398); + this.label12.Location = new System.Drawing.Point(726, 398); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(127, 13); this.label12.TabIndex = 169; @@ -430,7 +430,7 @@ namespace Wetterstation this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label11.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label11.Location = new System.Drawing.Point(739, 376); + this.label11.Location = new System.Drawing.Point(726, 376); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(71, 13); this.label11.TabIndex = 168; @@ -443,7 +443,7 @@ namespace Wetterstation this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label10.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label10.Location = new System.Drawing.Point(739, 354); + this.label10.Location = new System.Drawing.Point(726, 354); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(50, 13); this.label10.TabIndex = 167; @@ -456,7 +456,7 @@ namespace Wetterstation this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label9.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label9.Location = new System.Drawing.Point(739, 332); + this.label9.Location = new System.Drawing.Point(726, 332); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(44, 13); this.label9.TabIndex = 166; @@ -469,7 +469,7 @@ namespace Wetterstation this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label8.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label8.Location = new System.Drawing.Point(739, 310); + this.label8.Location = new System.Drawing.Point(726, 310); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(61, 13); this.label8.TabIndex = 165; @@ -482,7 +482,7 @@ namespace Wetterstation this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label7.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label7.Location = new System.Drawing.Point(739, 288); + this.label7.Location = new System.Drawing.Point(726, 288); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(72, 13); this.label7.TabIndex = 164; @@ -495,7 +495,7 @@ namespace Wetterstation this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label6.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label6.Location = new System.Drawing.Point(739, 266); + this.label6.Location = new System.Drawing.Point(726, 266); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(50, 13); this.label6.TabIndex = 163; @@ -508,7 +508,7 @@ namespace Wetterstation this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.label5.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label5.Location = new System.Drawing.Point(739, 245); + this.label5.Location = new System.Drawing.Point(726, 245); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(58, 13); this.label5.TabIndex = 162; @@ -519,8 +519,8 @@ namespace Wetterstation this.pbForecastNext.Anchor = System.Windows.Forms.AnchorStyles.None; this.pbForecastNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.pbForecastNext.InitialImage = global::Wetterstation.Properties.Resources._01d_2x; - this.pbForecastNext.Location = new System.Drawing.Point(542, 234); - this.pbForecastNext.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.pbForecastNext.Location = new System.Drawing.Point(529, 234); + this.pbForecastNext.Margin = new System.Windows.Forms.Padding(4); this.pbForecastNext.Name = "pbForecastNext"; this.pbForecastNext.Size = new System.Drawing.Size(190, 190); this.pbForecastNext.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -533,7 +533,7 @@ namespace Wetterstation this.lbTendenzHumidityIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbTendenzHumidityIn.Image = ((System.Drawing.Image)(resources.GetObject("lbTendenzHumidityIn.Image"))); this.lbTendenzHumidityIn.InitialImage = ((System.Drawing.Image)(resources.GetObject("lbTendenzHumidityIn.InitialImage"))); - this.lbTendenzHumidityIn.Location = new System.Drawing.Point(538, 54); + this.lbTendenzHumidityIn.Location = new System.Drawing.Point(525, 54); this.lbTendenzHumidityIn.Name = "lbTendenzHumidityIn"; this.lbTendenzHumidityIn.Size = new System.Drawing.Size(20, 50); this.lbTendenzHumidityIn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -547,7 +547,7 @@ namespace Wetterstation this.lbTendenzHumidityOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbTendenzHumidityOut.Image = ((System.Drawing.Image)(resources.GetObject("lbTendenzHumidityOut.Image"))); this.lbTendenzHumidityOut.InitialImage = ((System.Drawing.Image)(resources.GetObject("lbTendenzHumidityOut.InitialImage"))); - this.lbTendenzHumidityOut.Location = new System.Drawing.Point(538, 158); + this.lbTendenzHumidityOut.Location = new System.Drawing.Point(525, 158); this.lbTendenzHumidityOut.Name = "lbTendenzHumidityOut"; this.lbTendenzHumidityOut.Size = new System.Drawing.Size(20, 50); this.lbTendenzHumidityOut.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -562,7 +562,7 @@ namespace Wetterstation this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label3.Location = new System.Drawing.Point(45, 186); + this.label3.Location = new System.Drawing.Point(32, 186); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(30, 13); this.label3.TabIndex = 158; @@ -575,7 +575,7 @@ namespace Wetterstation this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label4.Location = new System.Drawing.Point(45, 172); + this.label4.Location = new System.Drawing.Point(32, 172); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(33, 13); this.label4.TabIndex = 157; @@ -587,7 +587,7 @@ namespace Wetterstation this.pbTendenzTempIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.pbTendenzTempIn.Image = ((System.Drawing.Image)(resources.GetObject("pbTendenzTempIn.Image"))); this.pbTendenzTempIn.InitialImage = ((System.Drawing.Image)(resources.GetObject("pbTendenzTempIn.InitialImage"))); - this.pbTendenzTempIn.Location = new System.Drawing.Point(334, 54); + this.pbTendenzTempIn.Location = new System.Drawing.Point(321, 54); this.pbTendenzTempIn.Name = "pbTendenzTempIn"; this.pbTendenzTempIn.Size = new System.Drawing.Size(20, 50); this.pbTendenzTempIn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -601,7 +601,7 @@ namespace Wetterstation this.pbTendenzTempOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.pbTendenzTempOut.Image = ((System.Drawing.Image)(resources.GetObject("pbTendenzTempOut.Image"))); this.pbTendenzTempOut.InitialImage = ((System.Drawing.Image)(resources.GetObject("pbTendenzTempOut.InitialImage"))); - this.pbTendenzTempOut.Location = new System.Drawing.Point(334, 158); + this.pbTendenzTempOut.Location = new System.Drawing.Point(321, 158); this.pbTendenzTempOut.Name = "pbTendenzTempOut"; this.pbTendenzTempOut.Size = new System.Drawing.Size(20, 50); this.pbTendenzTempOut.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -614,7 +614,7 @@ namespace Wetterstation this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None; this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(945, 50); + this.pictureBox2.Location = new System.Drawing.Point(928, 50); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(10, 12); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -627,7 +627,7 @@ namespace Wetterstation this.pbTendenzPressure.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.pbTendenzPressure.Image = ((System.Drawing.Image)(resources.GetObject("pbTendenzPressure.Image"))); this.pbTendenzPressure.InitialImage = ((System.Drawing.Image)(resources.GetObject("pbTendenzPressure.InitialImage"))); - this.pbTendenzPressure.Location = new System.Drawing.Point(850, 161); + this.pbTendenzPressure.Location = new System.Drawing.Point(837, 161); this.pbTendenzPressure.Name = "pbTendenzPressure"; this.pbTendenzPressure.Size = new System.Drawing.Size(20, 50); this.pbTendenzPressure.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -641,7 +641,7 @@ namespace Wetterstation this.lbSnow3h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbSnow3h.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbSnow3h.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbSnow3h.Location = new System.Drawing.Point(451, 371); + this.lbSnow3h.Location = new System.Drawing.Point(438, 371); this.lbSnow3h.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSnow3h.Name = "lbSnow3h"; this.lbSnow3h.Size = new System.Drawing.Size(51, 14); @@ -655,7 +655,7 @@ namespace Wetterstation this.lbSnow1h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbSnow1h.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbSnow1h.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbSnow1h.Location = new System.Drawing.Point(451, 354); + this.lbSnow1h.Location = new System.Drawing.Point(438, 354); this.lbSnow1h.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSnow1h.Name = "lbSnow1h"; this.lbSnow1h.Size = new System.Drawing.Size(51, 14); @@ -670,7 +670,7 @@ namespace Wetterstation this.lb3hS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lb3hS.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb3hS.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lb3hS.Location = new System.Drawing.Point(417, 371); + this.lb3hS.Location = new System.Drawing.Point(404, 371); this.lb3hS.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb3hS.Name = "lb3hS"; this.lb3hS.Size = new System.Drawing.Size(21, 13); @@ -684,7 +684,7 @@ namespace Wetterstation this.lb1hS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lb1hS.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb1hS.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lb1hS.Location = new System.Drawing.Point(417, 354); + this.lb1hS.Location = new System.Drawing.Point(404, 354); this.lb1hS.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb1hS.Name = "lb1hS"; this.lb1hS.Size = new System.Drawing.Size(21, 13); @@ -697,7 +697,7 @@ namespace Wetterstation this.lbRain3h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbRain3h.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbRain3h.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbRain3h.Location = new System.Drawing.Point(466, 299); + this.lbRain3h.Location = new System.Drawing.Point(453, 299); this.lbRain3h.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbRain3h.Name = "lbRain3h"; this.lbRain3h.Size = new System.Drawing.Size(39, 14); @@ -711,7 +711,7 @@ namespace Wetterstation this.lbRain1h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbRain1h.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbRain1h.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbRain1h.Location = new System.Drawing.Point(466, 282); + this.lbRain1h.Location = new System.Drawing.Point(453, 282); this.lbRain1h.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbRain1h.Name = "lbRain1h"; this.lbRain1h.Size = new System.Drawing.Size(39, 14); @@ -726,7 +726,7 @@ namespace Wetterstation this.lb3hR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lb3hR.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb3hR.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lb3hR.Location = new System.Drawing.Point(417, 299); + this.lb3hR.Location = new System.Drawing.Point(404, 299); this.lb3hR.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb3hR.Name = "lb3hR"; this.lb3hR.Size = new System.Drawing.Size(21, 13); @@ -740,7 +740,7 @@ namespace Wetterstation this.lb1hR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lb1hR.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb1hR.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lb1hR.Location = new System.Drawing.Point(417, 282); + this.lb1hR.Location = new System.Drawing.Point(404, 282); this.lb1hR.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb1hR.Name = "lb1hR"; this.lb1hR.Size = new System.Drawing.Size(21, 13); @@ -754,7 +754,7 @@ namespace Wetterstation this.lbSnow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbSnow.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbSnow.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbSnow.Location = new System.Drawing.Point(457, 337); + this.lbSnow.Location = new System.Drawing.Point(444, 337); this.lbSnow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSnow.Name = "lbSnow"; this.lbSnow.Size = new System.Drawing.Size(50, 13); @@ -768,7 +768,7 @@ namespace Wetterstation this.lbRain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbRain.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbRain.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbRain.Location = new System.Drawing.Point(464, 265); + this.lbRain.Location = new System.Drawing.Point(451, 265); this.lbRain.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbRain.Name = "lbRain"; this.lbRain.Size = new System.Drawing.Size(44, 13); @@ -781,7 +781,7 @@ namespace Wetterstation this.pbKompassrose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.pbKompassrose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pbKompassrose.Image = global::Wetterstation.Properties.Resources.WindRose_neu; - this.pbKompassrose.Location = new System.Drawing.Point(890, 63); + this.pbKompassrose.Location = new System.Drawing.Point(873, 63); this.pbKompassrose.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); this.pbKompassrose.Name = "pbKompassrose"; this.pbKompassrose.Size = new System.Drawing.Size(120, 123); @@ -795,7 +795,7 @@ namespace Wetterstation this.lbForecastTemp5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastTemp5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastTemp5.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastTemp5.Location = new System.Drawing.Point(316, 371); + this.lbForecastTemp5.Location = new System.Drawing.Point(303, 371); this.lbForecastTemp5.Name = "lbForecastTemp5"; this.lbForecastTemp5.Size = new System.Drawing.Size(53, 14); this.lbForecastTemp5.TabIndex = 142; @@ -808,7 +808,7 @@ namespace Wetterstation this.lbForecastTemp4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastTemp4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastTemp4.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastTemp4.Location = new System.Drawing.Point(251, 371); + this.lbForecastTemp4.Location = new System.Drawing.Point(238, 371); this.lbForecastTemp4.Name = "lbForecastTemp4"; this.lbForecastTemp4.Size = new System.Drawing.Size(50, 14); this.lbForecastTemp4.TabIndex = 141; @@ -821,7 +821,7 @@ namespace Wetterstation this.lbForecastTemp3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastTemp3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastTemp3.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastTemp3.Location = new System.Drawing.Point(182, 371); + this.lbForecastTemp3.Location = new System.Drawing.Point(169, 371); this.lbForecastTemp3.Name = "lbForecastTemp3"; this.lbForecastTemp3.Size = new System.Drawing.Size(53, 14); this.lbForecastTemp3.TabIndex = 140; @@ -834,7 +834,7 @@ namespace Wetterstation this.lbForecastTemp2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastTemp2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastTemp2.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastTemp2.Location = new System.Drawing.Point(112, 371); + this.lbForecastTemp2.Location = new System.Drawing.Point(99, 371); this.lbForecastTemp2.Name = "lbForecastTemp2"; this.lbForecastTemp2.Size = new System.Drawing.Size(53, 14); this.lbForecastTemp2.TabIndex = 139; @@ -847,7 +847,7 @@ namespace Wetterstation this.lbForecastTemp1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastTemp1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastTemp1.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbForecastTemp1.Location = new System.Drawing.Point(40, 371); + this.lbForecastTemp1.Location = new System.Drawing.Point(27, 371); this.lbForecastTemp1.Name = "lbForecastTemp1"; this.lbForecastTemp1.Size = new System.Drawing.Size(53, 14); this.lbForecastTemp1.TabIndex = 138; @@ -860,7 +860,7 @@ namespace Wetterstation this.lbTempOutMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbTempOutMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbTempOutMin.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbTempOutMin.Location = new System.Drawing.Point(80, 186); + this.lbTempOutMin.Location = new System.Drawing.Point(67, 186); this.lbTempOutMin.Name = "lbTempOutMin"; this.lbTempOutMin.Size = new System.Drawing.Size(53, 14); this.lbTempOutMin.TabIndex = 137; @@ -873,7 +873,7 @@ namespace Wetterstation this.lbTempInMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbTempInMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbTempInMin.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbTempInMin.Location = new System.Drawing.Point(80, 81); + this.lbTempInMin.Location = new System.Drawing.Point(67, 81); this.lbTempInMin.Name = "lbTempInMin"; this.lbTempInMin.Size = new System.Drawing.Size(53, 14); this.lbTempInMin.TabIndex = 136; @@ -886,7 +886,7 @@ namespace Wetterstation this.lbTempOutMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbTempOutMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbTempOutMax.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbTempOutMax.Location = new System.Drawing.Point(80, 172); + this.lbTempOutMax.Location = new System.Drawing.Point(67, 172); this.lbTempOutMax.Name = "lbTempOutMax"; this.lbTempOutMax.Size = new System.Drawing.Size(53, 14); this.lbTempOutMax.TabIndex = 135; @@ -899,7 +899,7 @@ namespace Wetterstation this.lbTempInMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbTempInMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbTempInMax.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbTempInMax.Location = new System.Drawing.Point(80, 67); + this.lbTempInMax.Location = new System.Drawing.Point(67, 67); this.lbTempInMax.Name = "lbTempInMax"; this.lbTempInMax.Size = new System.Drawing.Size(53, 14); this.lbTempInMax.TabIndex = 134; @@ -913,7 +913,7 @@ namespace Wetterstation this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label2.Location = new System.Drawing.Point(45, 81); + this.label2.Location = new System.Drawing.Point(32, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(30, 13); this.label2.TabIndex = 133; @@ -926,7 +926,7 @@ namespace Wetterstation this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.label1.Location = new System.Drawing.Point(45, 67); + this.label1.Location = new System.Drawing.Point(32, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 132; @@ -937,8 +937,8 @@ namespace Wetterstation this.lbForecastImage1.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbForecastImage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastImage1.InitialImage = global::Wetterstation.Properties.Resources._01d_2x; - this.lbForecastImage1.Location = new System.Drawing.Point(40, 299); - this.lbForecastImage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.lbForecastImage1.Location = new System.Drawing.Point(27, 299); + this.lbForecastImage1.Margin = new System.Windows.Forms.Padding(4); this.lbForecastImage1.Name = "lbForecastImage1"; this.lbForecastImage1.Size = new System.Drawing.Size(53, 55); this.lbForecastImage1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -951,7 +951,7 @@ namespace Wetterstation this.lbForecastDay1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastDay1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastDay1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbForecastDay1.Location = new System.Drawing.Point(44, 258); + this.lbForecastDay1.Location = new System.Drawing.Point(31, 258); this.lbForecastDay1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbForecastDay1.Name = "lbForecastDay1"; this.lbForecastDay1.Size = new System.Drawing.Size(48, 47); @@ -965,7 +965,7 @@ namespace Wetterstation this.lbForecastDay2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastDay2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastDay2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbForecastDay2.Location = new System.Drawing.Point(115, 258); + this.lbForecastDay2.Location = new System.Drawing.Point(102, 258); this.lbForecastDay2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbForecastDay2.Name = "lbForecastDay2"; this.lbForecastDay2.Size = new System.Drawing.Size(48, 47); @@ -979,7 +979,7 @@ namespace Wetterstation this.lbForecastDay3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastDay3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastDay3.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbForecastDay3.Location = new System.Drawing.Point(188, 258); + this.lbForecastDay3.Location = new System.Drawing.Point(175, 258); this.lbForecastDay3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbForecastDay3.Name = "lbForecastDay3"; this.lbForecastDay3.Size = new System.Drawing.Size(48, 47); @@ -993,7 +993,7 @@ namespace Wetterstation this.lbForecastDay4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastDay4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastDay4.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbForecastDay4.Location = new System.Drawing.Point(251, 258); + this.lbForecastDay4.Location = new System.Drawing.Point(238, 258); this.lbForecastDay4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbForecastDay4.Name = "lbForecastDay4"; this.lbForecastDay4.Size = new System.Drawing.Size(48, 47); @@ -1007,7 +1007,7 @@ namespace Wetterstation this.lbForecastDay5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); this.lbForecastDay5.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbForecastDay5.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbForecastDay5.Location = new System.Drawing.Point(320, 258); + this.lbForecastDay5.Location = new System.Drawing.Point(307, 258); this.lbForecastDay5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbForecastDay5.Name = "lbForecastDay5"; this.lbForecastDay5.Size = new System.Drawing.Size(48, 47); @@ -1021,7 +1021,7 @@ 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", 36F, System.Drawing.FontStyle.Bold); this.lbAussenTemp.ForeColor = System.Drawing.Color.White; - this.lbAussenTemp.Location = new System.Drawing.Point(139, 158); + this.lbAussenTemp.Location = new System.Drawing.Point(126, 158); this.lbAussenTemp.Name = "lbAussenTemp"; this.lbAussenTemp.Size = new System.Drawing.Size(191, 57); this.lbAussenTemp.TabIndex = 113; @@ -1034,7 +1034,7 @@ 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", 36F, System.Drawing.FontStyle.Bold); this.lbLuftdruck.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbLuftdruck.Location = new System.Drawing.Point(562, 158); + this.lbLuftdruck.Location = new System.Drawing.Point(549, 158); this.lbLuftdruck.Name = "lbLuftdruck"; this.lbLuftdruck.Size = new System.Drawing.Size(282, 57); this.lbLuftdruck.TabIndex = 129; @@ -1048,7 +1048,7 @@ 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", 14.25F, System.Drawing.FontStyle.Bold); this.lbTextLuftdruck.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbTextLuftdruck.Location = new System.Drawing.Point(754, 124); + this.lbTextLuftdruck.Location = new System.Drawing.Point(741, 124); this.lbTextLuftdruck.Name = "lbTextLuftdruck"; this.lbTextLuftdruck.Size = new System.Drawing.Size(95, 24); this.lbTextLuftdruck.TabIndex = 128; @@ -1061,7 +1061,7 @@ 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); this.lbTextLuftfeuchtAussen.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbTextLuftfeuchtAussen.Location = new System.Drawing.Point(400, 124); + this.lbTextLuftfeuchtAussen.Location = new System.Drawing.Point(387, 124); this.lbTextLuftfeuchtAussen.Name = "lbTextLuftfeuchtAussen"; this.lbTextLuftfeuchtAussen.Size = new System.Drawing.Size(149, 24); this.lbTextLuftfeuchtAussen.TabIndex = 127; @@ -1073,9 +1073,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(375, 158); + this.lbLuftfeuchtAussen.Location = new System.Drawing.Point(347, 158); this.lbLuftfeuchtAussen.Name = "lbLuftfeuchtAussen"; - this.lbLuftfeuchtAussen.Size = new System.Drawing.Size(166, 57); + this.lbLuftfeuchtAussen.Size = new System.Drawing.Size(181, 57); this.lbLuftfeuchtAussen.TabIndex = 126; this.lbLuftfeuchtAussen.Text = "---"; this.lbLuftfeuchtAussen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1084,8 +1084,8 @@ namespace Wetterstation // this.lbForecastImage5.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbForecastImage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); - this.lbForecastImage5.Location = new System.Drawing.Point(316, 299); - this.lbForecastImage5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.lbForecastImage5.Location = new System.Drawing.Point(303, 299); + this.lbForecastImage5.Margin = new System.Windows.Forms.Padding(4); this.lbForecastImage5.Name = "lbForecastImage5"; this.lbForecastImage5.Size = new System.Drawing.Size(53, 55); this.lbForecastImage5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -1096,8 +1096,8 @@ namespace Wetterstation // this.lbForecastImage4.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbForecastImage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); - this.lbForecastImage4.Location = new System.Drawing.Point(251, 299); - this.lbForecastImage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.lbForecastImage4.Location = new System.Drawing.Point(238, 299); + this.lbForecastImage4.Margin = new System.Windows.Forms.Padding(4); this.lbForecastImage4.Name = "lbForecastImage4"; this.lbForecastImage4.Size = new System.Drawing.Size(53, 55); this.lbForecastImage4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -1108,8 +1108,8 @@ namespace Wetterstation // this.lbForecastImage3.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbForecastImage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); - this.lbForecastImage3.Location = new System.Drawing.Point(182, 299); - this.lbForecastImage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.lbForecastImage3.Location = new System.Drawing.Point(169, 299); + this.lbForecastImage3.Margin = new System.Windows.Forms.Padding(4); this.lbForecastImage3.Name = "lbForecastImage3"; this.lbForecastImage3.Size = new System.Drawing.Size(53, 55); this.lbForecastImage3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -1120,8 +1120,8 @@ namespace Wetterstation // this.lbForecastImage2.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbForecastImage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(10)))), ((int)(((byte)(80)))), ((int)(((byte)(147))))); - this.lbForecastImage2.Location = new System.Drawing.Point(112, 299); - this.lbForecastImage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.lbForecastImage2.Location = new System.Drawing.Point(99, 299); + this.lbForecastImage2.Margin = new System.Windows.Forms.Padding(4); this.lbForecastImage2.Name = "lbForecastImage2"; this.lbForecastImage2.Size = new System.Drawing.Size(53, 55); this.lbForecastImage2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; @@ -1134,7 +1134,7 @@ 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(890, 189); + this.lbWindricht.Location = new System.Drawing.Point(873, 189); this.lbWindricht.Name = "lbWindricht"; this.lbWindricht.Size = new System.Drawing.Size(120, 26); this.lbWindricht.TabIndex = 116; @@ -1147,9 +1147,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(375, 50); + this.lbLuftFeuchtInnen.Location = new System.Drawing.Point(347, 50); this.lbLuftFeuchtInnen.Name = "lbLuftFeuchtInnen"; - this.lbLuftFeuchtInnen.Size = new System.Drawing.Size(166, 57); + this.lbLuftFeuchtInnen.Size = new System.Drawing.Size(181, 57); this.lbLuftFeuchtInnen.TabIndex = 115; this.lbLuftFeuchtInnen.Text = "---"; this.lbLuftFeuchtInnen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1161,7 +1161,7 @@ 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", 36F, System.Drawing.FontStyle.Bold); this.lbWindSpeed.ForeColor = System.Drawing.SystemColors.ButtonFace; - this.lbWindSpeed.Location = new System.Drawing.Point(561, 52); + this.lbWindSpeed.Location = new System.Drawing.Point(548, 52); this.lbWindSpeed.Name = "lbWindSpeed"; this.lbWindSpeed.Size = new System.Drawing.Size(283, 57); this.lbWindSpeed.TabIndex = 114; @@ -1174,7 +1174,7 @@ 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", 36F, System.Drawing.FontStyle.Bold); this.lbInnenTemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbInnenTemp.Location = new System.Drawing.Point(139, 50); + this.lbInnenTemp.Location = new System.Drawing.Point(126, 50); this.lbInnenTemp.Name = "lbInnenTemp"; this.lbInnenTemp.Size = new System.Drawing.Size(189, 57); this.lbInnenTemp.TabIndex = 112; @@ -1187,9 +1187,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); this.Windrichtung.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.Windrichtung.Location = new System.Drawing.Point(886, 21); + this.Windrichtung.Location = new System.Drawing.Point(849, 21); this.Windrichtung.Name = "Windrichtung"; - this.Windrichtung.Size = new System.Drawing.Size(128, 24); + this.Windrichtung.Size = new System.Drawing.Size(150, 24); this.Windrichtung.TabIndex = 110; this.Windrichtung.Text = "Windrichtung"; this.Windrichtung.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -1201,7 +1201,7 @@ 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); this.lbTextLuftfeuchtInnen.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbTextLuftfeuchtInnen.Location = new System.Drawing.Point(400, 21); + this.lbTextLuftfeuchtInnen.Location = new System.Drawing.Point(387, 21); this.lbTextLuftfeuchtInnen.Name = "lbTextLuftfeuchtInnen"; this.lbTextLuftfeuchtInnen.Size = new System.Drawing.Size(149, 24); this.lbTextLuftfeuchtInnen.TabIndex = 109; @@ -1214,7 +1214,7 @@ 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", 14.25F, System.Drawing.FontStyle.Bold); this.lbTextWindSpeed.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbTextWindSpeed.Location = new System.Drawing.Point(648, 21); + this.lbTextWindSpeed.Location = new System.Drawing.Point(635, 21); this.lbTextWindSpeed.Name = "lbTextWindSpeed"; this.lbTextWindSpeed.Size = new System.Drawing.Size(208, 24); this.lbTextWindSpeed.TabIndex = 108; @@ -1227,7 +1227,7 @@ 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); this.lbTextAussentemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbTextAussentemp.Location = new System.Drawing.Point(160, 124); + this.lbTextAussentemp.Location = new System.Drawing.Point(147, 124); this.lbTextAussentemp.Name = "lbTextAussentemp"; this.lbTextAussentemp.Size = new System.Drawing.Size(180, 24); this.lbTextAussentemp.TabIndex = 107; @@ -1240,7 +1240,7 @@ 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); this.lbTextInnentemp.ForeColor = System.Drawing.SystemColors.ButtonHighlight; - this.lbTextInnentemp.Location = new System.Drawing.Point(176, 21); + this.lbTextInnentemp.Location = new System.Drawing.Point(163, 21); this.lbTextInnentemp.Name = "lbTextInnentemp"; this.lbTextInnentemp.Size = new System.Drawing.Size(163, 24); this.lbTextInnentemp.TabIndex = 106; @@ -1250,7 +1250,7 @@ namespace Wetterstation // 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(9, 8); + this.lbHintergrund.Location = new System.Drawing.Point(-4, 8); this.lbHintergrund.Name = "lbHintergrund"; this.lbHintergrund.Size = new System.Drawing.Size(1018, 427); this.lbHintergrund.TabIndex = 130; @@ -1260,8 +1260,8 @@ namespace Wetterstation this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Wetterstation.Properties.Resources.Bild_Dennis_Formatiert; - this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; - this.ClientSize = new System.Drawing.Size(1035, 747); + this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.ClientSize = new System.Drawing.Size(1008, 747); this.Controls.Add(this.label13); this.Controls.Add(this.label14); this.Controls.Add(this.label15); diff --git a/Wetterstation/Form1.cs b/Wetterstation/Form1.cs index af594acd51824ab3909672b56d07ea404b731d32..8c1ea4fd89e14189311d08d184154a8496beeba8 100644 --- a/Wetterstation/Form1.cs +++ b/Wetterstation/Form1.cs @@ -47,6 +47,14 @@ namespace Wetterstation updateChart(); } + internal Properties.Resources Resources + { + get => default; + set + { + } + } + //Historiediagramm auf den neuesten Stand bringen private void updateChart() { diff --git a/Wetterstation/Program.cs b/Wetterstation/Program.cs index 2d932e277d6a3485a807ef4b7b85a8e7013ea7bf..e302e594857e6661a4b77e8fe658c39ee912daf8 100644 --- a/Wetterstation/Program.cs +++ b/Wetterstation/Program.cs @@ -11,6 +11,22 @@ namespace Wetterstation { static class Program { + public static Settings Settings + { + get => default; + set + { + } + } + + public static SettingsModel SettingsModel + { + get => default; + set + { + } + } + /// <summary> /// Der Haupteinstiegspunkt für die Anwendung. /// </summary> diff --git a/Wetterstation/Sensor.cs b/Wetterstation/Sensor.cs index a804548a8a839422ae39172fec675c2a0627895b..d32558758132dc19629551a9f3c5f2d72d77e87f 100644 --- a/Wetterstation/Sensor.cs +++ b/Wetterstation/Sensor.cs @@ -152,5 +152,13 @@ namespace Wetterstation } else return -1; } + + public Settings Settings + { + get => default; + set + { + } + } } } diff --git a/Wetterstation/SettingsModel.cs b/Wetterstation/SettingsModel.cs index da95964385e54a72de93d4f1d26ebb8db28d1611..eb06c118da8e2f0da276846e1fc3b5a4ba629f3f 100644 --- a/Wetterstation/SettingsModel.cs +++ b/Wetterstation/SettingsModel.cs @@ -32,5 +32,21 @@ public string node1Innen { get; set; } public string node1Aussen { get; set; } + + public Hintergrund Hintergrund + { + get => default; + set + { + } + } + + internal Properties.Resources Resources + { + get => default; + set + { + } + } } } diff --git a/Wetterstation/SqliteDataAccess.cs b/Wetterstation/SqliteDataAccess.cs index 403922b33b37c325ad7d866a3927c09051f74f5b..508c4484ce7536f62fb76a50ae4f335d0d52c2f3 100644 --- a/Wetterstation/SqliteDataAccess.cs +++ b/Wetterstation/SqliteDataAccess.cs @@ -11,6 +11,22 @@ namespace Wetterstation { public static SQLiteConnection _dbConnection; + public static Settings Settings + { + get => default; + set + { + } + } + + public static Sensor Sensor + { + get => default; + set + { + } + } + //Settings aus der Datenbank auslesen public static SettingsModel LoadWeatherstationSettings() { diff --git a/Wetterstation/Wetterstation.csproj b/Wetterstation/Wetterstation.csproj index 7cd70decf7b0a8269edc084a076e44da55c65059..19e0753ffbee5cf3bbc98017aeeb82977fc8d42b 100644 --- a/Wetterstation/Wetterstation.csproj +++ b/Wetterstation/Wetterstation.csproj @@ -136,6 +136,7 @@ <Compile Include="Settings.Designer.cs"> <DependentUpon>Settings.cs</DependentUpon> </Compile> + <None Include="ClassDiagram1.cd" /> <None Include="Resources\Tendenz.bmp" /> <None Include="Resources\pfeil_quer.png" /> <None Include="Resources\pfeil_oben.png" />