diff --git a/.vs/DuoMultiValueControl/FileContentIndex/028a2f38-ca7e-4dbe-a5d3-ef8471ee715c.vsidx b/.vs/DuoMultiValueControl/FileContentIndex/028a2f38-ca7e-4dbe-a5d3-ef8471ee715c.vsidx
deleted file mode 100644
index 3728743..0000000
Binary files a/.vs/DuoMultiValueControl/FileContentIndex/028a2f38-ca7e-4dbe-a5d3-ef8471ee715c.vsidx and /dev/null differ
diff --git a/.vs/DuoMultiValueControl/FileContentIndex/55f20df4-508f-4f9d-8acd-f9c0e9183964.vsidx b/.vs/DuoMultiValueControl/FileContentIndex/55f20df4-508f-4f9d-8acd-f9c0e9183964.vsidx
new file mode 100644
index 0000000..df1794c
Binary files /dev/null and b/.vs/DuoMultiValueControl/FileContentIndex/55f20df4-508f-4f9d-8acd-f9c0e9183964.vsidx differ
diff --git a/.vs/DuoMultiValueControl/v17/.suo b/.vs/DuoMultiValueControl/v17/.suo
index a2bf31e..2153463 100644
Binary files a/.vs/DuoMultiValueControl/v17/.suo and b/.vs/DuoMultiValueControl/v17/.suo differ
diff --git a/DuoMultiValueControl/DuoMultiValueControl.Designer.cs b/DuoMultiValueControl/DuoMultiValueControl.Designer.cs
index 4ee78eb..81f84ff 100644
--- a/DuoMultiValueControl/DuoMultiValueControl.Designer.cs
+++ b/DuoMultiValueControl/DuoMultiValueControl.Designer.cs
@@ -28,6 +28,7 @@
///
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DuoMultiValueControl));
this.groupBoxValueControl = new System.Windows.Forms.GroupBox();
this.comboBoxGroup2 = new System.Windows.Forms.ComboBox();
this.labelGroup2 = new System.Windows.Forms.Label();
@@ -52,9 +53,7 @@
//
// groupBoxValueControl
//
- this.groupBoxValueControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.groupBoxValueControl, "groupBoxValueControl");
this.groupBoxValueControl.Controls.Add(this.comboBoxGroup2);
this.groupBoxValueControl.Controls.Add(this.labelGroup2);
this.groupBoxValueControl.Controls.Add(this.buttonCleanup);
@@ -66,179 +65,125 @@
this.groupBoxValueControl.Controls.Add(this.buttonLoad);
this.groupBoxValueControl.Controls.Add(this.dataGridViewValues);
this.groupBoxValueControl.Controls.Add(this.labelGroup1);
- this.groupBoxValueControl.Location = new System.Drawing.Point(0, 0);
this.groupBoxValueControl.Name = "groupBoxValueControl";
- this.groupBoxValueControl.Size = new System.Drawing.Size(316, 227);
- this.groupBoxValueControl.TabIndex = 0;
this.groupBoxValueControl.TabStop = false;
- this.groupBoxValueControl.Text = "Value control";
//
// comboBoxGroup2
//
- this.comboBoxGroup2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.comboBoxGroup2, "comboBoxGroup2");
this.comboBoxGroup2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxGroup2.FormattingEnabled = true;
- this.comboBoxGroup2.Location = new System.Drawing.Point(109, 46);
this.comboBoxGroup2.Name = "comboBoxGroup2";
- this.comboBoxGroup2.Size = new System.Drawing.Size(120, 21);
- this.comboBoxGroup2.TabIndex = 15;
this.comboBoxGroup2.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup2_SelectedIndexChanged);
this.comboBoxGroup2.TextChanged += new System.EventHandler(this.comboBoxGroup2_TextChanged);
//
// labelGroup2
//
- this.labelGroup2.Location = new System.Drawing.Point(6, 49);
+ resources.ApplyResources(this.labelGroup2, "labelGroup2");
this.labelGroup2.Name = "labelGroup2";
- this.labelGroup2.Size = new System.Drawing.Size(97, 13);
- this.labelGroup2.TabIndex = 14;
- this.labelGroup2.Text = "Group2";
//
// buttonCleanup
//
- this.buttonCleanup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonCleanup.Location = new System.Drawing.Point(235, 72);
+ resources.ApplyResources(this.buttonCleanup, "buttonCleanup");
this.buttonCleanup.Name = "buttonCleanup";
- this.buttonCleanup.Size = new System.Drawing.Size(75, 23);
- this.buttonCleanup.TabIndex = 13;
- this.buttonCleanup.Text = "Cleanup";
this.buttonCleanup.UseVisualStyleBackColor = true;
this.buttonCleanup.Click += new System.EventHandler(this.buttonCleanup_Click);
//
// comboBoxGroup1
//
- this.comboBoxGroup1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.comboBoxGroup1, "comboBoxGroup1");
this.comboBoxGroup1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxGroup1.FormattingEnabled = true;
- this.comboBoxGroup1.Location = new System.Drawing.Point(109, 19);
this.comboBoxGroup1.Name = "comboBoxGroup1";
- this.comboBoxGroup1.Size = new System.Drawing.Size(120, 21);
- this.comboBoxGroup1.TabIndex = 12;
this.comboBoxGroup1.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup1_SelectedIndexChanged);
this.comboBoxGroup1.TextChanged += new System.EventHandler(this.comboBoxGroup1_TextChanged);
//
// panel1
//
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.AutoSize = true;
+ resources.ApplyResources(this.panel1, "panel1");
this.panel1.BackColor = System.Drawing.SystemColors.Control;
this.panel1.Controls.Add(this.checkBoxEncryptValues);
- this.panel1.Location = new System.Drawing.Point(235, 130);
this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(75, 62);
- this.panel1.TabIndex = 11;
//
// checkBoxEncryptValues
//
- this.checkBoxEncryptValues.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.checkBoxEncryptValues.AutoSize = true;
- this.checkBoxEncryptValues.Location = new System.Drawing.Point(0, 22);
+ resources.ApplyResources(this.checkBoxEncryptValues, "checkBoxEncryptValues");
this.checkBoxEncryptValues.Name = "checkBoxEncryptValues";
- this.checkBoxEncryptValues.Size = new System.Drawing.Size(62, 17);
- this.checkBoxEncryptValues.TabIndex = 6;
- this.checkBoxEncryptValues.Text = "Encrypt";
this.checkBoxEncryptValues.UseVisualStyleBackColor = true;
//
// buttonDown
//
- this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.buttonDown, "buttonDown");
this.buttonDown.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_unten;
- this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.buttonDown.Location = new System.Drawing.Point(235, 198);
this.buttonDown.Name = "buttonDown";
- this.buttonDown.Size = new System.Drawing.Size(75, 23);
- this.buttonDown.TabIndex = 10;
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
//
// buttonUp
//
- this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.buttonUp, "buttonUp");
this.buttonUp.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_oben;
- this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.buttonUp.Location = new System.Drawing.Point(235, 101);
this.buttonUp.Name = "buttonUp";
- this.buttonUp.Size = new System.Drawing.Size(75, 23);
- this.buttonUp.TabIndex = 9;
this.buttonUp.UseVisualStyleBackColor = true;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
//
// buttonSave
//
- this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonSave.Location = new System.Drawing.Point(235, 43);
+ resources.ApplyResources(this.buttonSave, "buttonSave");
this.buttonSave.Name = "buttonSave";
- this.buttonSave.Size = new System.Drawing.Size(75, 23);
- this.buttonSave.TabIndex = 8;
- this.buttonSave.Text = "Save";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// buttonLoad
//
- this.buttonLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonLoad.Location = new System.Drawing.Point(235, 17);
+ resources.ApplyResources(this.buttonLoad, "buttonLoad");
this.buttonLoad.Name = "buttonLoad";
- this.buttonLoad.Size = new System.Drawing.Size(75, 23);
- this.buttonLoad.TabIndex = 7;
- this.buttonLoad.Text = "Load";
this.buttonLoad.UseVisualStyleBackColor = true;
this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
//
// dataGridViewValues
//
- this.dataGridViewValues.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.dataGridViewValues, "dataGridViewValues");
this.dataGridViewValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ColumnName,
this.ColumnValue});
- this.dataGridViewValues.Location = new System.Drawing.Point(6, 73);
this.dataGridViewValues.Name = "dataGridViewValues";
- this.dataGridViewValues.Size = new System.Drawing.Size(223, 148);
- this.dataGridViewValues.TabIndex = 4;
this.dataGridViewValues.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dataGridViewValues_RowsRemoved);
this.dataGridViewValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewValues_KeyDown);
//
// ColumnName
//
- this.ColumnName.HeaderText = "Variable Name";
- this.ColumnName.MinimumWidth = 90;
+ resources.ApplyResources(this.ColumnName, "ColumnName");
this.ColumnName.Name = "ColumnName";
this.ColumnName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
- this.ColumnName.Width = 90;
//
// ColumnValue
//
this.ColumnValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.ColumnValue.HeaderText = "Variable Value";
- this.ColumnValue.MinimumWidth = 90;
+ resources.ApplyResources(this.ColumnValue, "ColumnValue");
this.ColumnValue.Name = "ColumnValue";
//
// labelGroup1
//
- this.labelGroup1.Location = new System.Drawing.Point(6, 22);
+ resources.ApplyResources(this.labelGroup1, "labelGroup1");
this.labelGroup1.Name = "labelGroup1";
- this.labelGroup1.Size = new System.Drawing.Size(97, 13);
- this.labelGroup1.TabIndex = 0;
- this.labelGroup1.Text = "Group1";
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog";
+ resources.ApplyResources(this.openFileDialog, "openFileDialog");
+ //
+ // saveFileDialog
+ //
+ resources.ApplyResources(this.saveFileDialog, "saveFileDialog");
//
// DuoMultiValueControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBoxValueControl);
- this.MaximumSize = new System.Drawing.Size(800, 460);
- this.MinimumSize = new System.Drawing.Size(316, 227);
this.Name = "DuoMultiValueControl";
- this.Size = new System.Drawing.Size(316, 227);
this.groupBoxValueControl.ResumeLayout(false);
this.groupBoxValueControl.PerformLayout();
this.panel1.ResumeLayout(false);
diff --git a/DuoMultiValueControl/DuoMultiValueControl.de.resx b/DuoMultiValueControl/DuoMultiValueControl.de.resx
index 7ce12aa..ecb46fa 100644
--- a/DuoMultiValueControl/DuoMultiValueControl.de.resx
+++ b/DuoMultiValueControl/DuoMultiValueControl.de.resx
@@ -121,14 +121,17 @@
Bereinigen
-
- 0, 22
-
- 73, 17
+ 68, 17
- Chiffrieren
+ Kodieren
+
+
+ 234, 130
+
+
+ 76, 62
Speichern
@@ -139,12 +142,6 @@
Alle Werte
-
- 42, 13
-
-
- Gruppe
-
Werte Steuerung
diff --git a/DuoMultiValueControl/DuoMultiValueControl.resx b/DuoMultiValueControl/DuoMultiValueControl.resx
index f924feb..d18a404 100644
--- a/DuoMultiValueControl/DuoMultiValueControl.resx
+++ b/DuoMultiValueControl/DuoMultiValueControl.resx
@@ -117,10 +117,412 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 17, 17
-
+
+
+ 14
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Encrypt
+
+
+ System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+
+ Zoom
+
+
+
+ 75, 23
+
+
+ 316, 227
+
+
+ buttonUp
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ comboBoxGroup1
+
+
+ 6
+
+
+ Top, Right
+
+
+ 0
+
+
+ 4
+
+
+ 235, 198
+
+
+ True
+
+
+ 235, 17
+
+
+ groupBoxValueControl
+
+
+ labelGroup2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ Cleanup
+
+
+ Load
+
+
+ 0
+
+
+ 235, 43
+
+
+ 6, 49
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 235, 101
+
+
+ 235, 130
+
+
+ Top, Bottom, Left, Right
+
+
+ Variable Value
+
+
+ 4
+
+
+ panel1
+
+
+ checkBoxEncryptValues
+
+
+ 8
+
+
+ True
+
+
+ $this
+
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ColumnName
+
+
+ Value control
+
+
+ 6, 73
+
+
+ Top, Right
+
+
+ Save
+
+
+ Top, Bottom, Right
+
+
+ 109, 46
+
+
+ buttonCleanup
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Right
+
+
+ 800, 460
+
+
+ buttonSave
+
+
+ 7
+
+
+ 0, 22
+
+
+ Top, Left, Right
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 97, 13
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ saveFileDialog
+
+
+ groupBoxValueControl
+
+
+ Bottom, Right
+
+
+ Group2
+
+
+ 1
+
+
+ 5
+
+
+ groupBoxValueControl
+
+
+ 0, 0
+
+
+ 235, 72
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ Top, Right
+
+
+ 6
+
+
+ 90
+
+
+ 90
+
+
+ groupBoxValueControl
+
+
+ 223, 148
+
+
+ 109, 19
+
+
+ 75, 23
+
+
+ labelGroup1
+
+
+ groupBoxValueControl
+
+
+ groupBoxValueControl
+
+
+ 6, 22
+
+
+ 6, 13
+
+
+ groupBoxValueControl
+
+
+ 10
+
+
+ 15
+
+
+ 75, 23
+
+
+ Variable Name
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Group1
+
+
+ comboBoxGroup2
+
+
+ openFileDialog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ dataGridViewValues
+
+
+ Top, Bottom, Left, Right
+
+
+ 0
+
+
+ groupBoxValueControl
+
+
+ groupBoxValueControl
+
+
+ 12
+
+
+ DuoMultiValueControl
+
+
+ Left
+
+
+ ColumnValue
+
+
+ 316, 227
+
+
+ 120, 21
+
+
+ 0
+
+
+ 13
+
+
+ groupBoxValueControl
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 75, 23
+
+
+ 9
+
+
+ Zoom
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 97, 13
+
+
+ Top, Left, Right
+
+
+ buttonDown
+
+
+ buttonLoad
+
+
+ 7
+
+
+ 11
+
+
+ groupBoxValueControl
+
+
+ groupBoxValueControl
+
+
+ 62, 17
+
+
+ 75, 23
+
+
+ 120, 21
+
+
+ 8
+
+
+ 90
+
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 316, 227
+
+
+ 9
+
+
+ 75, 62
+
150, 17
+
+ True
+
+
+ 17, 17
+
\ No newline at end of file
diff --git a/DuoMultiValueControl/bin/Debug/de/hedmvalcon.resources.dll b/DuoMultiValueControl/bin/Debug/de/hedmvalcon.resources.dll
index 4636b57..94a82b3 100644
Binary files a/DuoMultiValueControl/bin/Debug/de/hedmvalcon.resources.dll and b/DuoMultiValueControl/bin/Debug/de/hedmvalcon.resources.dll differ
diff --git a/DuoMultiValueControl/bin/Debug/en/hedmvalcon.resources.dll b/DuoMultiValueControl/bin/Debug/en/hedmvalcon.resources.dll
index 8ec8993..d447654 100644
Binary files a/DuoMultiValueControl/bin/Debug/en/hedmvalcon.resources.dll and b/DuoMultiValueControl/bin/Debug/en/hedmvalcon.resources.dll differ
diff --git a/DuoMultiValueControl/bin/Debug/hedmvalcon.dll b/DuoMultiValueControl/bin/Debug/hedmvalcon.dll
index c84a536..7a86548 100644
Binary files a/DuoMultiValueControl/bin/Debug/hedmvalcon.dll and b/DuoMultiValueControl/bin/Debug/hedmvalcon.dll differ
diff --git a/DuoMultiValueControl/bin/Debug/hedmvalcon.pdb b/DuoMultiValueControl/bin/Debug/hedmvalcon.pdb
index 28d88df..fae1298 100644
Binary files a/DuoMultiValueControl/bin/Debug/hedmvalcon.pdb and b/DuoMultiValueControl/bin/Debug/hedmvalcon.pdb differ
diff --git a/DuoMultiValueControl/obj/Debug/DuoMultiValueControl.csproj.GenerateResource.cache b/DuoMultiValueControl/obj/Debug/DuoMultiValueControl.csproj.GenerateResource.cache
index 479e3c7..312606c 100644
Binary files a/DuoMultiValueControl/obj/Debug/DuoMultiValueControl.csproj.GenerateResource.cache and b/DuoMultiValueControl/obj/Debug/DuoMultiValueControl.csproj.GenerateResource.cache differ
diff --git a/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.de.resources b/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.de.resources
index 95a1fd7..cafa216 100644
Binary files a/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.de.resources and b/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.de.resources differ
diff --git a/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.resources b/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.resources
index 6c05a97..cd90943 100644
Binary files a/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.resources and b/DuoMultiValueControl/obj/Debug/Eugen.ESystem.Windows.Forms.DuoMultiValueControl.resources differ
diff --git a/DuoMultiValueControl/obj/Debug/de/hedmvalcon.resources.dll b/DuoMultiValueControl/obj/Debug/de/hedmvalcon.resources.dll
index 4636b57..94a82b3 100644
Binary files a/DuoMultiValueControl/obj/Debug/de/hedmvalcon.resources.dll and b/DuoMultiValueControl/obj/Debug/de/hedmvalcon.resources.dll differ
diff --git a/DuoMultiValueControl/obj/Debug/en/hedmvalcon.resources.dll b/DuoMultiValueControl/obj/Debug/en/hedmvalcon.resources.dll
index 8ec8993..d447654 100644
Binary files a/DuoMultiValueControl/obj/Debug/en/hedmvalcon.resources.dll and b/DuoMultiValueControl/obj/Debug/en/hedmvalcon.resources.dll differ
diff --git a/DuoMultiValueControl/obj/Debug/hedmvalcon.dll b/DuoMultiValueControl/obj/Debug/hedmvalcon.dll
index c84a536..7a86548 100644
Binary files a/DuoMultiValueControl/obj/Debug/hedmvalcon.dll and b/DuoMultiValueControl/obj/Debug/hedmvalcon.dll differ
diff --git a/DuoMultiValueControl/obj/Debug/hedmvalcon.pdb b/DuoMultiValueControl/obj/Debug/hedmvalcon.pdb
index 28d88df..fae1298 100644
Binary files a/DuoMultiValueControl/obj/Debug/hedmvalcon.pdb and b/DuoMultiValueControl/obj/Debug/hedmvalcon.pdb differ
diff --git a/HE-Test_Dll/Form1.cs b/HE-Test_Dll/Form1.cs
index c2f7af3..181e1d3 100644
--- a/HE-Test_Dll/Form1.cs
+++ b/HE-Test_Dll/Form1.cs
@@ -136,7 +136,7 @@ namespace HE_Test_Dll1
//duoMultiValueControl.Group2 = "CAD"; //Belegt die Gruppe vor. Darf kein Leerzeichen enthalten
duoMultiValueControl.TableKeyName = "MyVarName";
duoMultiValueControl.TableValueName = "MyValue";
- duoMultiValueControl.CheckBoxEncryptValueText = "Kodiert";
+ duoMultiValueControl.CheckBoxEncryptValueText = "Kodieren";
//duoMultiValueControl.AlwaysEncrypted = true; //Alle Werte werden immer Verschlüsselt
//duoMultiValueControl.NeverEncrypted = true; //Alle Werte werden nie Verschlüsselt
duoMultiValueControl.SetDialogWidth(600); //Der Dialog kann zwischen 316 und 800 breit sein
diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe
index e829155..a6b2278 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 9c9090e..668c45f 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/hedmvalcon.resources.dll b/HE-Test_Dll/bin/Debug/de/hedmvalcon.resources.dll
index 4636b57..94a82b3 100644
Binary files a/HE-Test_Dll/bin/Debug/de/hedmvalcon.resources.dll and b/HE-Test_Dll/bin/Debug/de/hedmvalcon.resources.dll differ
diff --git a/HE-Test_Dll/bin/Debug/en/hedmvalcon.resources.dll b/HE-Test_Dll/bin/Debug/en/hedmvalcon.resources.dll
index 8ec8993..d447654 100644
Binary files a/HE-Test_Dll/bin/Debug/en/hedmvalcon.resources.dll and b/HE-Test_Dll/bin/Debug/en/hedmvalcon.resources.dll differ
diff --git a/HE-Test_Dll/bin/Debug/hedmvalcon.dll b/HE-Test_Dll/bin/Debug/hedmvalcon.dll
index c84a536..7a86548 100644
Binary files a/HE-Test_Dll/bin/Debug/hedmvalcon.dll and b/HE-Test_Dll/bin/Debug/hedmvalcon.dll differ
diff --git a/HE-Test_Dll/bin/Debug/hedmvalcon.pdb b/HE-Test_Dll/bin/Debug/hedmvalcon.pdb
index 28d88df..fae1298 100644
Binary files a/HE-Test_Dll/bin/Debug/hedmvalcon.pdb and b/HE-Test_Dll/bin/Debug/hedmvalcon.pdb differ
diff --git a/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/HE-Test_Dll/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index 391e9dd..078a773 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 e829155..a6b2278 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 9c9090e..668c45f 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_DuoMultiValueControl.csproj.AssemblyReference.cache b/HE-Test_Dll/obj/Debug/HE-Test_DuoMultiValueControl.csproj.AssemblyReference.cache
index 41fb1f6..858f442 100644
Binary files a/HE-Test_Dll/obj/Debug/HE-Test_DuoMultiValueControl.csproj.AssemblyReference.cache and b/HE-Test_Dll/obj/Debug/HE-Test_DuoMultiValueControl.csproj.AssemblyReference.cache differ