diff --git a/.vs/SingleValueControl/FileContentIndex/53a834dd-17df-422b-b764-1f03beb868ab.vsidx b/.vs/SingleValueControl/FileContentIndex/53a834dd-17df-422b-b764-1f03beb868ab.vsidx
new file mode 100644
index 0000000..fca68a5
Binary files /dev/null and b/.vs/SingleValueControl/FileContentIndex/53a834dd-17df-422b-b764-1f03beb868ab.vsidx differ
diff --git a/.vs/SingleValueControl/FileContentIndex/af7dbefe-e102-4ae7-8cbc-dc21da7d0f4d.vsidx b/.vs/SingleValueControl/FileContentIndex/af7dbefe-e102-4ae7-8cbc-dc21da7d0f4d.vsidx
deleted file mode 100644
index 6910735..0000000
Binary files a/.vs/SingleValueControl/FileContentIndex/af7dbefe-e102-4ae7-8cbc-dc21da7d0f4d.vsidx and /dev/null differ
diff --git a/.vs/SingleValueControl/v17/.suo b/.vs/SingleValueControl/v17/.suo
index ca8f3b8..564d90d 100644
Binary files a/.vs/SingleValueControl/v17/.suo and b/.vs/SingleValueControl/v17/.suo differ
diff --git a/HE-Test_Dll/Form1.Designer.cs b/HE-Test_Dll/Form1.Designer.cs
index d915c69..30cdcbc 100644
--- a/HE-Test_Dll/Form1.Designer.cs
+++ b/HE-Test_Dll/Form1.Designer.cs
@@ -80,20 +80,20 @@
// singleValueControl
//
this.singleValueControl.AlwaysEncrypted = false;
- this.singleValueControl.CheckBoxDefaultText = "Default\r\nValue";
- this.singleValueControl.CheckBoxEncryptValueText = "Encrypt\r\nvalues";
+ this.singleValueControl.CheckBoxDefaultText = "Default";
+ this.singleValueControl.CheckBoxEncryptValueText = "Encrypted";
this.singleValueControl.Group = null;
this.singleValueControl.GroupName = "Group";
this.singleValueControl.InitialDirectory = "C:\\";
this.singleValueControl.Key = null;
this.singleValueControl.KeyName = "Key";
- this.singleValueControl.Location = new System.Drawing.Point(12, 12);
+ this.singleValueControl.Location = new System.Drawing.Point(12, 13);
this.singleValueControl.MaximumSize = new System.Drawing.Size(800, 227);
this.singleValueControl.MinimumSize = new System.Drawing.Size(316, 227);
this.singleValueControl.Name = "singleValueControl";
this.singleValueControl.Password = null;
this.singleValueControl.Size = new System.Drawing.Size(316, 227);
- this.singleValueControl.TabIndex = 14;
+ this.singleValueControl.TabIndex = 13;
this.singleValueControl.TableHeaderName = "All values";
this.singleValueControl.Topic = "Topic";
this.singleValueControl.ValueControlName = "Value control";
diff --git a/HE-Test_Dll/Form1.cs b/HE-Test_Dll/Form1.cs
index dca578b..27cf6c1 100644
--- a/HE-Test_Dll/Form1.cs
+++ b/HE-Test_Dll/Form1.cs
@@ -131,7 +131,6 @@ namespace HE_Test_Dll1
singleValueControl.KeyName = "MyKey";
//singleValueControl.Key = "Version"; //Belegt die Gruppe vor. Darf kein Leerzeichen enthalten
singleValueControl.TableHeaderName = "MyValues";
- singleValueControl.CheckBoxEncryptValueText = "Encrypt\r\nvalues";
//singleValueControl.AlwaysEncrypted = true; //Alle Werte werden immer Verschlüsselt
singleValueControl.SetDialogWidth(600); //Der Dialog kann zwischen 316 und 800 breit sein
singleValueControl.SetBasicValues(); //Die übergebenen Werte anzeigen
diff --git a/HE-Test_Dll/HE-Test_SingleValueControl.csproj b/HE-Test_Dll/HE-Test_SingleValueControl.csproj
index ce4e485..da23289 100644
--- a/HE-Test_Dll/HE-Test_SingleValueControl.csproj
+++ b/HE-Test_Dll/HE-Test_SingleValueControl.csproj
@@ -40,7 +40,8 @@
False
..\..\..\_DLL\Cryption.git\Cryption\bin\Debug\hecryption.dll
-
+
+ False
..\SingleValueControl\bin\Debug\hesvalcon.dll
diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe
index 2537b06..6fd37da 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 7d43a52..4cd4bf6 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 802de70..9ac0eab 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 0842fb2..f92c86c 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 c2ca11b..f759c08 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 ea1528d..1e47285 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/DesignTimeResolveAssemblyReferences.cache b/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index 44f7234..016f449 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/DesignTimeResolveAssemblyReferencesInput.cache b/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index fccd687..0000000
Binary files a/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe b/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe
index 2537b06..6fd37da 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 7d43a52..4cd4bf6 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 48860a2..0f4c27e 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/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.FileListAbsolute.txt b/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.FileListAbsolute.txt
index dee49ce..d3d0906 100644
--- a/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.FileListAbsolute.txt
+++ b/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.FileListAbsolute.txt
@@ -8,11 +8,11 @@ H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueContro
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\HE-Test_Dll.exe
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\HE-Test_Dll.pdb
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\hecryption.dll
+H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\hesvalcon.dll
+H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\hesvalcon.pdb
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\hecryption.pdb
+H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\de\hesvalcon.resources.dll
+H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\en\hesvalcon.resources.dll
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\obj\Debug\HE-Test_SingleValueControl.csproj.CopyComplete
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\obj\Debug\HE-Test_Dll.exe
H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\obj\Debug\HE-Test_Dll.pdb
-H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\hesvalcon.pdb
-H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\de\hesvalcon.resources.dll
-H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\en\hesvalcon.resources.dll
-H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\HE-Test_Dll\bin\Debug\hesvalcon.dll
diff --git a/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.GenerateResource.cache b/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.GenerateResource.cache
index 0ad608d..5b843ca 100644
Binary files a/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.GenerateResource.cache and b/HE-Test_Dll/obj/Debug/HE-Test_SingleValueControl.csproj.GenerateResource.cache differ
diff --git a/HE-Test_Dll/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll b/HE-Test_Dll/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll
deleted file mode 100644
index 923eb09..0000000
Binary files a/HE-Test_Dll/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll and /dev/null differ
diff --git a/HE-Test_Dll/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/HE-Test_Dll/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
deleted file mode 100644
index 70d4576..0000000
Binary files a/HE-Test_Dll/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ
diff --git a/SingleValueControl/SingleValueControl.Designer.cs b/SingleValueControl/SingleValueControl.Designer.cs
index 2b5f4b2..37443fb 100644
--- a/SingleValueControl/SingleValueControl.Designer.cs
+++ b/SingleValueControl/SingleValueControl.Designer.cs
@@ -118,8 +118,8 @@
//
// dataGridViewValues
//
- this.dataGridViewValues.AllowUserToResizeColumns = false;
resources.ApplyResources(this.dataGridViewValues, "dataGridViewValues");
+ this.dataGridViewValues.AllowUserToResizeColumns = false;
this.dataGridViewValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ColumnValue});
@@ -163,6 +163,10 @@
this.openFileDialog.FileName = "openFileDialog";
resources.ApplyResources(this.openFileDialog, "openFileDialog");
//
+ // saveFileDialog
+ //
+ resources.ApplyResources(this.saveFileDialog, "saveFileDialog");
+ //
// SingleValueControl
//
resources.ApplyResources(this, "$this");
diff --git a/SingleValueControl/SingleValueControl.de.resx b/SingleValueControl/SingleValueControl.de.resx
index 2e1251c..d4bbef0 100644
--- a/SingleValueControl/SingleValueControl.de.resx
+++ b/SingleValueControl/SingleValueControl.de.resx
@@ -117,19 +117,27 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 59, 17
+
+
+ Kodiert
+
+
+ 69, 17
+
+
+ Standard
+
Speichern
Laden
-
-
- 76, 30
-
-
- Werte ver-
-schlüsseln
+
+ Alle Werte
52, 13
@@ -146,7 +154,4 @@ schlüsseln
Werte Steuerung
-
- Alle Werte
-
\ No newline at end of file
diff --git a/SingleValueControl/SingleValueControl.resx b/SingleValueControl/SingleValueControl.resx
index 76fc628..8857041 100644
--- a/SingleValueControl/SingleValueControl.resx
+++ b/SingleValueControl/SingleValueControl.resx
@@ -117,444 +117,442 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
-
-
-
- Top, Bottom, Left, Right
-
-
- Top, Right
+
+ 8
-
- True
-
-
- False
-
-
- NoControl
-
-
-
- 0, 0
-
-
- 62, 30
-
-
- 6
-
-
- Encrypt
-values
-
-
- checkBoxEncryptValues
+
+ 3
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- panel1
+
+
+ 36, 13
-
- 0
-
-
- True
-
-
- False
-
-
- NoControl
-
-
- 0, 36
-
-
- 60, 30
-
-
- 11
-
-
- Default
-Value
-
-
- checkBoxDefaultValue
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 1
-
-
- 235, 125
-
-
- 75, 67
-
-
- 12
-
-
- panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Encrypted
groupBoxValueControl
-
- 0
+
+ 6
-
- Top, Right
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
Zoom
-
- NoControl
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 235, 198
+
+ 0
-
- 75, 23
+
+ 316, 227
-
- 10
-
-
- buttonDown
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
+
+ buttonUp
1
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
Top, Right
-
- Zoom
+
+ 6
-
+
NoControl
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ labelGroup
+
+
+ groupBoxValueControl
+
+
+ False
+
+
+ 235, 17
+
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 13
+
+
+ textBoxKey
+
+
+ 0
+
+
+ 1
+
+
+ 235, 43
+
+
+ Top, Bottom, Left, Right
+
+
+ System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
235, 96
-
+
+ 235, 125
+
+
+ Group
+
+
+ All values
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ dataGridViewValues
+
+
+ groupBoxValueControl
+
+
+ panel1
+
+
+ NoControl
+
+
+ panel1
+
+
+ True
+
+
+ 4
+
+
+ NoControl
+
+
+ NoControl
+
+
+ True
+
+
+ groupBoxValueControl
+
+
+ Value control
+
+
+ 6, 71
+
+
+ 11
+
+
+ Save
+
+
+ Top, Right
+
+
+ 110, 45
+
+
+ 7
+
+
+ SingleValueControl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ Top, Right
+
+
+ checkBoxDefaultValue
+
+
+ 800, 227
+
+
+ buttonSave
+
+
+ 3
+
+
+ 0, 13
+
+
+ 0
+
+
+ saveFileDialog
+
+
+ Top, Right
+
+
+ 2
+
+
+ Load
+
+
+ 60, 17
+
+
+ Top, Right
+
+
+ 6, 22
+
+
+ groupBoxValueControl
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 0
+
+
+ 223, 150
+
+
+ 10
+
+
+ 235, 198
+
+
+ Top, Left, Right
+
+
+ 177
+
+
+ 119, 20
+
+
+ groupBoxValueControl
+
+
+ 75, 23
+
+
+ True
+
+
+ groupBoxValueControl
+
+
+ NoControl
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ 9
+
+
+ groupBoxValueControl
+
+
+ Zoom
+
+
+ groupBoxValueControl
+
+
+ Load XML file
+
+
+ 12
+
+
+ NoControl
+
+
+ groupBoxValueControl
+
+
+ False
+
+
+ $this
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ labelKey
+
+
+ openFileDialog
+
+
+ 75, 23
+
+
+ Top, Bottom, Left, Right
+
+
+ 4
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ checkBoxEncryptValues
+
+
+ 0, 36
+
+
+ True
+
+
+ ColumnValue
+
+
+ 0
+
+
+ NoControl
+
+
+ NoControl
+
+
+ NoControl
+
+
+ textBoxGroup
+
+
+ 6, 48
+
+
+ panel1
+
+
+ 25, 13
+
+
+ 0
+
+
+ Key
+
+
75, 23
9
-
- buttonUp
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
- 2
-
-
- Top, Right
-
-
- False
-
-
- NoControl
-
-
- 235, 43
-
-
- 75, 23
-
-
- 8
-
-
- Save
-
-
- buttonSave
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
- 3
-
-
- Top, Right
-
-
- NoControl
-
-
- 235, 17
-
-
- 75, 23
-
-
- 7
-
-
- Load
+
+ buttonDown
buttonLoad
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
- 4
-
-
- Top, Bottom, Left, Right
-
-
- True
-
-
- All values
-
-
- 177
-
-
- 6, 71
-
-
- 223, 150
-
-
- 4
-
-
- dataGridViewValues
-
-
- System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
- 5
-
-
- Top, Left, Right
-
-
- 110, 45
-
-
- 119, 20
-
-
- 3
-
-
- textBoxKey
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
- 6
-
-
- True
-
-
- NoControl
-
-
- 6, 48
-
-
- 25, 13
-
-
- 2
-
-
- Key
-
-
- labelKey
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
+
7
-
- Top, Left, Right
-
-
- 110, 19
-
120, 20
-
- 1
-
-
- textBoxGroup
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
groupBoxValueControl
-
- 8
+
+ Default
-
- True
+
+ 74, 17
-
- NoControl
+
+ 75, 23
-
- 6, 22
-
-
- 36, 13
-
-
- 0
-
-
- Group
-
-
- labelGroup
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBoxValueControl
-
-
- 9
-
-
- NoControl
-
-
- 0, 0
-
-
- 316, 227
-
-
- 0
-
-
- Value control
-
-
- groupBoxValueControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
- 17, 17
-
-
- Load XML file
-
-
- 150, 17
-
-
- True
-
-
- 6, 13
-
-
- 800, 227
-
-
- 316, 227
+
+ Top, Left, Right
316, 227
-
- ColumnValue
+
+ 110, 19
-
- System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- openFileDialog
+
+ 316, 227
-
- System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 5
-
- saveFileDialog
+
+ 75, 67
-
- System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- SingleValueControl
-
-
- System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ False
+
+ 150, 17
+
+
+ True
+
+
+ True
+
+
+ 17, 17
+
+
+ True
+
\ No newline at end of file
diff --git a/SingleValueControl/bin/Debug/de/hesvalcon.resources.dll b/SingleValueControl/bin/Debug/de/hesvalcon.resources.dll
index 802de70..9ac0eab 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 0842fb2..f92c86c 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 c2ca11b..f759c08 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 ea1528d..1e47285 100644
Binary files a/SingleValueControl/bin/Debug/hesvalcon.pdb and b/SingleValueControl/bin/Debug/hesvalcon.pdb differ
diff --git a/SingleValueControl/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/SingleValueControl/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 83e6107..0000000
Binary files a/SingleValueControl/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/SingleValueControl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SingleValueControl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index 1ae2a9a..0000000
Binary files a/SingleValueControl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.de.resources b/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.de.resources
index cb53357..b8736e5 100644
Binary files a/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.de.resources and b/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.de.resources differ
diff --git a/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.resources b/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.resources
index c31cc84..6608709 100644
Binary files a/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.resources and b/SingleValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.SingleValueControl.resources differ
diff --git a/SingleValueControl/obj/Debug/SingleValueControl.csproj.AssemblyReference.cache b/SingleValueControl/obj/Debug/SingleValueControl.csproj.AssemblyReference.cache
index 642a4eb..28021f4 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/SingleValueControl.csproj.GenerateResource.cache b/SingleValueControl/obj/Debug/SingleValueControl.csproj.GenerateResource.cache
index 7491d7b..0aa03ac 100644
Binary files a/SingleValueControl/obj/Debug/SingleValueControl.csproj.GenerateResource.cache and b/SingleValueControl/obj/Debug/SingleValueControl.csproj.GenerateResource.cache differ
diff --git a/SingleValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll b/SingleValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll
deleted file mode 100644
index a3f8b69..0000000
Binary files a/SingleValueControl/obj/Debug/TempPE/Properties.AppResources.Designer.cs.dll and /dev/null differ
diff --git a/SingleValueControl/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/SingleValueControl/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
deleted file mode 100644
index f844a70..0000000
Binary files a/SingleValueControl/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ
diff --git a/SingleValueControl/obj/Debug/de/hesvalcon.resources.dll b/SingleValueControl/obj/Debug/de/hesvalcon.resources.dll
index 802de70..9ac0eab 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 0842fb2..f92c86c 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 c2ca11b..f759c08 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 ea1528d..1e47285 100644
Binary files a/SingleValueControl/obj/Debug/hesvalcon.pdb and b/SingleValueControl/obj/Debug/hesvalcon.pdb differ