diff --git a/.vs/TruthTableControl/FileContentIndex/1e3e811f-2b93-46ed-862b-9fbe7b2b1914.vsidx b/.vs/TruthTableControl/FileContentIndex/1e3e811f-2b93-46ed-862b-9fbe7b2b1914.vsidx deleted file mode 100644 index d721d2b..0000000 Binary files a/.vs/TruthTableControl/FileContentIndex/1e3e811f-2b93-46ed-862b-9fbe7b2b1914.vsidx and /dev/null differ diff --git a/.vs/TruthTableControl/FileContentIndex/a73e9fc2-ed74-40bd-b6dd-e7a565ec365f.vsidx b/.vs/TruthTableControl/FileContentIndex/a73e9fc2-ed74-40bd-b6dd-e7a565ec365f.vsidx new file mode 100644 index 0000000..5c8b167 Binary files /dev/null and b/.vs/TruthTableControl/FileContentIndex/a73e9fc2-ed74-40bd-b6dd-e7a565ec365f.vsidx differ diff --git a/.vs/TruthTableControl/v17/.suo b/.vs/TruthTableControl/v17/.suo index ff3dd5d..4819b1a 100644 Binary files a/.vs/TruthTableControl/v17/.suo and b/.vs/TruthTableControl/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 3a22938..41f2857 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 fb6e176..97d1ac8 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/hettabcon.resources.dll b/HE-Test_Dll/bin/Debug/de/hettabcon.resources.dll index f531584..bada1eb 100644 Binary files a/HE-Test_Dll/bin/Debug/de/hettabcon.resources.dll and b/HE-Test_Dll/bin/Debug/de/hettabcon.resources.dll differ diff --git a/HE-Test_Dll/bin/Debug/en/hettabcon.resources.dll b/HE-Test_Dll/bin/Debug/en/hettabcon.resources.dll index 12840c3..e06bbc4 100644 Binary files a/HE-Test_Dll/bin/Debug/en/hettabcon.resources.dll and b/HE-Test_Dll/bin/Debug/en/hettabcon.resources.dll differ diff --git a/HE-Test_Dll/bin/Debug/hettabcon.dll b/HE-Test_Dll/bin/Debug/hettabcon.dll index 7224c10..6f894b0 100644 Binary files a/HE-Test_Dll/bin/Debug/hettabcon.dll and b/HE-Test_Dll/bin/Debug/hettabcon.dll differ diff --git a/HE-Test_Dll/bin/Debug/hettabcon.pdb b/HE-Test_Dll/bin/Debug/hettabcon.pdb index c8e106e..eba1961 100644 Binary files a/HE-Test_Dll/bin/Debug/hettabcon.pdb and b/HE-Test_Dll/bin/Debug/hettabcon.pdb differ diff --git a/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 39e5860..e18e316 100644 Binary files a/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe b/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe index 3a22938..41f2857 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 fb6e176..97d1ac8 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_TruthTableControl.csproj.AssemblyReference.cache b/HE-Test_Dll/obj/Debug/HE-Test_TruthTableControl.csproj.AssemblyReference.cache index 3479772..f176b0d 100644 Binary files a/HE-Test_Dll/obj/Debug/HE-Test_TruthTableControl.csproj.AssemblyReference.cache and b/HE-Test_Dll/obj/Debug/HE-Test_TruthTableControl.csproj.AssemblyReference.cache differ diff --git a/TruthTableControl/TruthTableControl.cs b/TruthTableControl/TruthTableControl.cs index 6ab2b81..5f8143d 100644 --- a/TruthTableControl/TruthTableControl.cs +++ b/TruthTableControl/TruthTableControl.cs @@ -538,6 +538,7 @@ namespace Eugen.ESystem.Windows.Forms //XMLfileName = String.Concat(InitialDirectory, "\\", Group, ".xml"); buttonSave.Enabled = (!String.IsNullOrEmpty(comboBoxGroup.Text)); + checkBoxEncryptValues.Checked = AlwaysEncrypted; //OldNameData und OldValueDate schreiben SetData("new"); diff --git a/TruthTableControl/bin/Debug/de/hettabcon.resources.dll b/TruthTableControl/bin/Debug/de/hettabcon.resources.dll index f531584..bada1eb 100644 Binary files a/TruthTableControl/bin/Debug/de/hettabcon.resources.dll and b/TruthTableControl/bin/Debug/de/hettabcon.resources.dll differ diff --git a/TruthTableControl/bin/Debug/en/hettabcon.resources.dll b/TruthTableControl/bin/Debug/en/hettabcon.resources.dll index 12840c3..e06bbc4 100644 Binary files a/TruthTableControl/bin/Debug/en/hettabcon.resources.dll and b/TruthTableControl/bin/Debug/en/hettabcon.resources.dll differ diff --git a/TruthTableControl/bin/Debug/hettabcon.dll b/TruthTableControl/bin/Debug/hettabcon.dll index 7224c10..6f894b0 100644 Binary files a/TruthTableControl/bin/Debug/hettabcon.dll and b/TruthTableControl/bin/Debug/hettabcon.dll differ diff --git a/TruthTableControl/bin/Debug/hettabcon.pdb b/TruthTableControl/bin/Debug/hettabcon.pdb index c8e106e..eba1961 100644 Binary files a/TruthTableControl/bin/Debug/hettabcon.pdb and b/TruthTableControl/bin/Debug/hettabcon.pdb differ diff --git a/TruthTableControl/obj/Debug/TruthTableControl.csproj.AssemblyReference.cache b/TruthTableControl/obj/Debug/TruthTableControl.csproj.AssemblyReference.cache index a4ed5a9..f72f9da 100644 Binary files a/TruthTableControl/obj/Debug/TruthTableControl.csproj.AssemblyReference.cache and b/TruthTableControl/obj/Debug/TruthTableControl.csproj.AssemblyReference.cache differ diff --git a/TruthTableControl/obj/Debug/de/hettabcon.resources.dll b/TruthTableControl/obj/Debug/de/hettabcon.resources.dll index f531584..bada1eb 100644 Binary files a/TruthTableControl/obj/Debug/de/hettabcon.resources.dll and b/TruthTableControl/obj/Debug/de/hettabcon.resources.dll differ diff --git a/TruthTableControl/obj/Debug/en/hettabcon.resources.dll b/TruthTableControl/obj/Debug/en/hettabcon.resources.dll index 12840c3..e06bbc4 100644 Binary files a/TruthTableControl/obj/Debug/en/hettabcon.resources.dll and b/TruthTableControl/obj/Debug/en/hettabcon.resources.dll differ diff --git a/TruthTableControl/obj/Debug/hettabcon.dll b/TruthTableControl/obj/Debug/hettabcon.dll index 7224c10..6f894b0 100644 Binary files a/TruthTableControl/obj/Debug/hettabcon.dll and b/TruthTableControl/obj/Debug/hettabcon.dll differ diff --git a/TruthTableControl/obj/Debug/hettabcon.pdb b/TruthTableControl/obj/Debug/hettabcon.pdb index c8e106e..eba1961 100644 Binary files a/TruthTableControl/obj/Debug/hettabcon.pdb and b/TruthTableControl/obj/Debug/hettabcon.pdb differ