diff --git a/.vs/DuoValueControl/FileContentIndex/5f5df918-1b6d-45e4-a964-5f292d9c77c2.vsidx b/.vs/DuoValueControl/FileContentIndex/5f5df918-1b6d-45e4-a964-5f292d9c77c2.vsidx
deleted file mode 100644
index 6e78a89..0000000
Binary files a/.vs/DuoValueControl/FileContentIndex/5f5df918-1b6d-45e4-a964-5f292d9c77c2.vsidx and /dev/null differ
diff --git a/.vs/DuoValueControl/FileContentIndex/bb6fcd0c-cbac-44bb-8cbc-42ebba0780ea.vsidx b/.vs/DuoValueControl/FileContentIndex/bb6fcd0c-cbac-44bb-8cbc-42ebba0780ea.vsidx
new file mode 100644
index 0000000..2899272
Binary files /dev/null and b/.vs/DuoValueControl/FileContentIndex/bb6fcd0c-cbac-44bb-8cbc-42ebba0780ea.vsidx differ
diff --git a/.vs/DuoValueControl/v17/.suo b/.vs/DuoValueControl/v17/.suo
index a238d94..9a4aa2e 100644
Binary files a/.vs/DuoValueControl/v17/.suo and b/.vs/DuoValueControl/v17/.suo differ
diff --git a/Daten/Test1.xml b/Daten/Test1.xml
index 1a8b862..93338f7 100644
--- a/Daten/Test1.xml
+++ b/Daten/Test1.xml
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/DuoValueControl/Properties/AppResources.Designer.cs b/DuoValueControl/Properties/AppResources.Designer.cs
index c67ec92..847e3f7 100644
--- a/DuoValueControl/Properties/AppResources.Designer.cs
+++ b/DuoValueControl/Properties/AppResources.Designer.cs
@@ -96,6 +96,15 @@ namespace Eugen.ESystem.Windows.Forms.Properties {
}
}
+ ///
+ /// Sucht eine lokalisierte Zeichenfolge, die Information ähnelt.
+ ///
+ internal static string msgBoxCapt003 {
+ get {
+ return ResourceManager.GetString("msgBoxCapt003", resourceCulture);
+ }
+ }
+
///
/// Sucht eine lokalisierte Zeichenfolge, die File not found! ähnelt.
///
@@ -104,5 +113,14 @@ namespace Eugen.ESystem.Windows.Forms.Properties {
return ResourceManager.GetString("msgBoxTxt001", resourceCulture);
}
}
+
+ ///
+ /// Sucht eine lokalisierte Zeichenfolge, die The file was saved successfully. ähnelt.
+ ///
+ internal static string msgBoxTxt003 {
+ get {
+ return ResourceManager.GetString("msgBoxTxt003", resourceCulture);
+ }
+ }
}
}
diff --git a/DuoValueControl/Properties/AppResources.de.resx b/DuoValueControl/Properties/AppResources.de.resx
index 542c7e5..ca69ad3 100644
--- a/DuoValueControl/Properties/AppResources.de.resx
+++ b/DuoValueControl/Properties/AppResources.de.resx
@@ -129,7 +129,13 @@
Fehler
+
+ Information
+
Datei wurde nicht gefunden!
+
+ Die Datei wurde erfolgreich gespeichert.
+
\ No newline at end of file
diff --git a/DuoValueControl/Properties/AppResources.en.resx b/DuoValueControl/Properties/AppResources.en.resx
index b326915..162a2d9 100644
--- a/DuoValueControl/Properties/AppResources.en.resx
+++ b/DuoValueControl/Properties/AppResources.en.resx
@@ -129,7 +129,13 @@
Error
+
+ Information
+
File not found!
+
+ The file was saved successfully.
+
\ No newline at end of file
diff --git a/DuoValueControl/Properties/AppResources.resx b/DuoValueControl/Properties/AppResources.resx
index b326915..162a2d9 100644
--- a/DuoValueControl/Properties/AppResources.resx
+++ b/DuoValueControl/Properties/AppResources.resx
@@ -129,7 +129,13 @@
Error
+
+ Information
+
File not found!
+
+ The file was saved successfully.
+
\ No newline at end of file
diff --git a/DuoValueControl/SaveXML.cs b/DuoValueControl/SaveXML.cs
index 35e7d43..3ba4f72 100644
--- a/DuoValueControl/SaveXML.cs
+++ b/DuoValueControl/SaveXML.cs
@@ -3,8 +3,10 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
+using System.Windows.Forms;
using System.Xml;
using System.Xml.Linq;
+using AppRes = Eugen.ESystem.Windows.Forms.Properties.AppResources;
namespace Eugen.ESystem.Windows.Forms
@@ -38,6 +40,8 @@ namespace Eugen.ESystem.Windows.Forms
}
rootElement.Save(FileName);
+
+ MessageBox.Show(AppRes.msgBoxTxt003, AppRes.msgBoxCapt003, MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
}
diff --git a/DuoValueControl/bin/Debug/de/hedvalcon.resources.dll b/DuoValueControl/bin/Debug/de/hedvalcon.resources.dll
index 24164eb..f2eafc4 100644
Binary files a/DuoValueControl/bin/Debug/de/hedvalcon.resources.dll and b/DuoValueControl/bin/Debug/de/hedvalcon.resources.dll differ
diff --git a/DuoValueControl/bin/Debug/en/hedvalcon.resources.dll b/DuoValueControl/bin/Debug/en/hedvalcon.resources.dll
index 4ded71a..8ffb1f7 100644
Binary files a/DuoValueControl/bin/Debug/en/hedvalcon.resources.dll and b/DuoValueControl/bin/Debug/en/hedvalcon.resources.dll differ
diff --git a/DuoValueControl/bin/Debug/hedvalcon.dll b/DuoValueControl/bin/Debug/hedvalcon.dll
index af3b904..1d0f713 100644
Binary files a/DuoValueControl/bin/Debug/hedvalcon.dll and b/DuoValueControl/bin/Debug/hedvalcon.dll differ
diff --git a/DuoValueControl/bin/Debug/hedvalcon.pdb b/DuoValueControl/bin/Debug/hedvalcon.pdb
index d20dd76..3ac576b 100644
Binary files a/DuoValueControl/bin/Debug/hedvalcon.pdb and b/DuoValueControl/bin/Debug/hedvalcon.pdb differ
diff --git a/DuoValueControl/obj/Debug/DuoValueControl.csproj.GenerateResource.cache b/DuoValueControl/obj/Debug/DuoValueControl.csproj.GenerateResource.cache
index e2c8ccf..5fc8963 100644
Binary files a/DuoValueControl/obj/Debug/DuoValueControl.csproj.GenerateResource.cache and b/DuoValueControl/obj/Debug/DuoValueControl.csproj.GenerateResource.cache differ
diff --git a/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.de.resources b/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.de.resources
index 43b39a2..88e5ec5 100644
Binary files a/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.de.resources and b/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.de.resources differ
diff --git a/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.en.resources b/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.en.resources
index f06fe37..f13ec9e 100644
Binary files a/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.en.resources and b/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.en.resources differ
diff --git a/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.resources b/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.resources
index f06fe37..f13ec9e 100644
Binary files a/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.resources and b/DuoValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.Properties.AppResources.resources differ
diff --git a/DuoValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll b/DuoValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll
index bd57d5b..379958e 100644
Binary files a/DuoValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll and b/DuoValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll differ
diff --git a/DuoValueControl/obj/Debug/de/hedvalcon.resources.dll b/DuoValueControl/obj/Debug/de/hedvalcon.resources.dll
index 24164eb..f2eafc4 100644
Binary files a/DuoValueControl/obj/Debug/de/hedvalcon.resources.dll and b/DuoValueControl/obj/Debug/de/hedvalcon.resources.dll differ
diff --git a/DuoValueControl/obj/Debug/en/hedvalcon.resources.dll b/DuoValueControl/obj/Debug/en/hedvalcon.resources.dll
index 4ded71a..8ffb1f7 100644
Binary files a/DuoValueControl/obj/Debug/en/hedvalcon.resources.dll and b/DuoValueControl/obj/Debug/en/hedvalcon.resources.dll differ
diff --git a/DuoValueControl/obj/Debug/hedvalcon.dll b/DuoValueControl/obj/Debug/hedvalcon.dll
index af3b904..1d0f713 100644
Binary files a/DuoValueControl/obj/Debug/hedvalcon.dll and b/DuoValueControl/obj/Debug/hedvalcon.dll differ
diff --git a/DuoValueControl/obj/Debug/hedvalcon.pdb b/DuoValueControl/obj/Debug/hedvalcon.pdb
index d20dd76..3ac576b 100644
Binary files a/DuoValueControl/obj/Debug/hedvalcon.pdb and b/DuoValueControl/obj/Debug/hedvalcon.pdb differ
diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe
index 990e61d..8b73ed1 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 2cd9efa..dc61d63 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/hedvalcon.resources.dll b/HE-Test_Dll/bin/Debug/de/hedvalcon.resources.dll
index 24164eb..f2eafc4 100644
Binary files a/HE-Test_Dll/bin/Debug/de/hedvalcon.resources.dll and b/HE-Test_Dll/bin/Debug/de/hedvalcon.resources.dll differ
diff --git a/HE-Test_Dll/bin/Debug/en/hedvalcon.resources.dll b/HE-Test_Dll/bin/Debug/en/hedvalcon.resources.dll
index 4ded71a..8ffb1f7 100644
Binary files a/HE-Test_Dll/bin/Debug/en/hedvalcon.resources.dll and b/HE-Test_Dll/bin/Debug/en/hedvalcon.resources.dll differ
diff --git a/HE-Test_Dll/bin/Debug/hedvalcon.dll b/HE-Test_Dll/bin/Debug/hedvalcon.dll
index af3b904..1d0f713 100644
Binary files a/HE-Test_Dll/bin/Debug/hedvalcon.dll and b/HE-Test_Dll/bin/Debug/hedvalcon.dll differ
diff --git a/HE-Test_Dll/bin/Debug/hedvalcon.pdb b/HE-Test_Dll/bin/Debug/hedvalcon.pdb
index d20dd76..3ac576b 100644
Binary files a/HE-Test_Dll/bin/Debug/hedvalcon.pdb and b/HE-Test_Dll/bin/Debug/hedvalcon.pdb differ
diff --git a/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index 735f684..4efeba9 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 990e61d..8b73ed1 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 2cd9efa..dc61d63 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_DuoValueControl.csproj.AssemblyReference.cache b/HE-Test_Dll/obj/Debug/HE-Test_DuoValueControl.csproj.AssemblyReference.cache
index b7515e7..73f7342 100644
Binary files a/HE-Test_Dll/obj/Debug/HE-Test_DuoValueControl.csproj.AssemblyReference.cache and b/HE-Test_Dll/obj/Debug/HE-Test_DuoValueControl.csproj.AssemblyReference.cache differ