diff --git a/.vs/SingleValueControl/FileContentIndex/325ade11-3d62-4b92-86df-4b7ece37987d.vsidx b/.vs/SingleValueControl/FileContentIndex/325ade11-3d62-4b92-86df-4b7ece37987d.vsidx deleted file mode 100644 index 04dc616..0000000 Binary files a/.vs/SingleValueControl/FileContentIndex/325ade11-3d62-4b92-86df-4b7ece37987d.vsidx and /dev/null differ diff --git a/.vs/SingleValueControl/FileContentIndex/43a783df-0338-4664-b09e-75c24b40dff0.vsidx b/.vs/SingleValueControl/FileContentIndex/71787e92-559b-48d0-80d2-6948810fa76f.vsidx similarity index 100% rename from .vs/SingleValueControl/FileContentIndex/43a783df-0338-4664-b09e-75c24b40dff0.vsidx rename to .vs/SingleValueControl/FileContentIndex/71787e92-559b-48d0-80d2-6948810fa76f.vsidx diff --git a/.vs/SingleValueControl/FileContentIndex/7a547515-e0f0-4ecd-a9c0-4ab3968b598b.vsidx b/.vs/SingleValueControl/FileContentIndex/7a547515-e0f0-4ecd-a9c0-4ab3968b598b.vsidx new file mode 100644 index 0000000..c2a15fe Binary files /dev/null and b/.vs/SingleValueControl/FileContentIndex/7a547515-e0f0-4ecd-a9c0-4ab3968b598b.vsidx differ diff --git a/.vs/SingleValueControl/v17/.suo b/.vs/SingleValueControl/v17/.suo index ff5db2c..ba5162e 100644 Binary files a/.vs/SingleValueControl/v17/.suo and b/.vs/SingleValueControl/v17/.suo differ diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe index 99cdf69..2714b52 100644 Binary files a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe and b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe differ diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb b/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb index 0b5c572..ea1990a 100644 Binary files a/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb and b/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb differ diff --git a/HE-Test_Dll/bin/Debug/de/hesvalcon.resources.dll b/HE-Test_Dll/bin/Debug/de/hesvalcon.resources.dll index 2d51455..cfd456b 100644 Binary files a/HE-Test_Dll/bin/Debug/de/hesvalcon.resources.dll and b/HE-Test_Dll/bin/Debug/de/hesvalcon.resources.dll differ diff --git a/HE-Test_Dll/bin/Debug/en/hesvalcon.resources.dll b/HE-Test_Dll/bin/Debug/en/hesvalcon.resources.dll index d44f3c4..cbe5807 100644 Binary files a/HE-Test_Dll/bin/Debug/en/hesvalcon.resources.dll and b/HE-Test_Dll/bin/Debug/en/hesvalcon.resources.dll differ diff --git a/HE-Test_Dll/bin/Debug/hesvalcon.dll b/HE-Test_Dll/bin/Debug/hesvalcon.dll index 48ccc78..b587976 100644 Binary files a/HE-Test_Dll/bin/Debug/hesvalcon.dll and b/HE-Test_Dll/bin/Debug/hesvalcon.dll differ diff --git a/HE-Test_Dll/bin/Debug/hesvalcon.pdb b/HE-Test_Dll/bin/Debug/hesvalcon.pdb index 5b599a0..16c1c71 100644 Binary files a/HE-Test_Dll/bin/Debug/hesvalcon.pdb and b/HE-Test_Dll/bin/Debug/hesvalcon.pdb differ diff --git a/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe b/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe index 99cdf69..2714b52 100644 Binary files a/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe and b/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe differ diff --git a/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb b/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb index 0b5c572..ea1990a 100644 Binary files a/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb and b/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb differ diff --git a/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.AssemblyReference.cache b/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.AssemblyReference.cache index 61fd9f6..9028891 100644 Binary files a/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.AssemblyReference.cache and b/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.AssemblyReference.cache differ diff --git a/SingleValueControl/SingleValueControl.cs b/SingleValueControl/SingleValueControl.cs index 60089b1..8bc90b4 100644 --- a/SingleValueControl/SingleValueControl.cs +++ b/SingleValueControl/SingleValueControl.cs @@ -454,6 +454,11 @@ namespace Eugen.ESystem.Windows.Forms LoadXML(); } } + + if (StandardValue != 0) + { + dataGridViewValues.Rows[StandardValue - 1].DefaultCellStyle.ForeColor = Color.LightSeaGreen; //Standardwert noch einmal markiere, weil die Markierung manchmal zurückgesetzt wird + } } private void SetStandard() diff --git a/SingleValueControl/bin/Debug/de/hesvalcon.resources.dll b/SingleValueControl/bin/Debug/de/hesvalcon.resources.dll index 2d51455..cfd456b 100644 Binary files a/SingleValueControl/bin/Debug/de/hesvalcon.resources.dll and b/SingleValueControl/bin/Debug/de/hesvalcon.resources.dll differ diff --git a/SingleValueControl/bin/Debug/en/hesvalcon.resources.dll b/SingleValueControl/bin/Debug/en/hesvalcon.resources.dll index d44f3c4..cbe5807 100644 Binary files a/SingleValueControl/bin/Debug/en/hesvalcon.resources.dll and b/SingleValueControl/bin/Debug/en/hesvalcon.resources.dll differ diff --git a/SingleValueControl/bin/Debug/hesvalcon.dll b/SingleValueControl/bin/Debug/hesvalcon.dll index 48ccc78..b587976 100644 Binary files a/SingleValueControl/bin/Debug/hesvalcon.dll and b/SingleValueControl/bin/Debug/hesvalcon.dll differ diff --git a/SingleValueControl/bin/Debug/hesvalcon.pdb b/SingleValueControl/bin/Debug/hesvalcon.pdb index 5b599a0..16c1c71 100644 Binary files a/SingleValueControl/bin/Debug/hesvalcon.pdb and b/SingleValueControl/bin/Debug/hesvalcon.pdb differ diff --git a/SingleValueControl/obj/Debug/SingleValueControl.csproj.AssemblyReference.cache b/SingleValueControl/obj/Debug/SingleValueControl.csproj.AssemblyReference.cache index 28021f4..642a4eb 100644 Binary files a/SingleValueControl/obj/Debug/SingleValueControl.csproj.AssemblyReference.cache and b/SingleValueControl/obj/Debug/SingleValueControl.csproj.AssemblyReference.cache differ diff --git a/SingleValueControl/obj/Debug/de/hesvalcon.resources.dll b/SingleValueControl/obj/Debug/de/hesvalcon.resources.dll index 2d51455..cfd456b 100644 Binary files a/SingleValueControl/obj/Debug/de/hesvalcon.resources.dll and b/SingleValueControl/obj/Debug/de/hesvalcon.resources.dll differ diff --git a/SingleValueControl/obj/Debug/en/hesvalcon.resources.dll b/SingleValueControl/obj/Debug/en/hesvalcon.resources.dll index d44f3c4..cbe5807 100644 Binary files a/SingleValueControl/obj/Debug/en/hesvalcon.resources.dll and b/SingleValueControl/obj/Debug/en/hesvalcon.resources.dll differ diff --git a/SingleValueControl/obj/Debug/hesvalcon.dll b/SingleValueControl/obj/Debug/hesvalcon.dll index 48ccc78..b587976 100644 Binary files a/SingleValueControl/obj/Debug/hesvalcon.dll and b/SingleValueControl/obj/Debug/hesvalcon.dll differ diff --git a/SingleValueControl/obj/Debug/hesvalcon.pdb b/SingleValueControl/obj/Debug/hesvalcon.pdb index 5b599a0..16c1c71 100644 Binary files a/SingleValueControl/obj/Debug/hesvalcon.pdb and b/SingleValueControl/obj/Debug/hesvalcon.pdb differ