diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs
index 6bd8d3e..f2870ee 100644
--- a/MifareOneTool/Form1.Designer.cs
+++ b/MifareOneTool/Form1.Designer.cs
@@ -1160,6 +1160,8 @@
// checkBoxAutoLoadKey
//
this.checkBoxAutoLoadKey.AutoSize = true;
+ this.checkBoxAutoLoadKey.Checked = true;
+ this.checkBoxAutoLoadKey.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxAutoLoadKey.Location = new System.Drawing.Point(4, 33);
this.checkBoxAutoLoadKey.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey";
diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx
index 245e50e..85a464d 100644
--- a/MifareOneTool/Form1.resx
+++ b/MifareOneTool/Form1.resx
@@ -120,9 +120,6 @@
17, 17
-
- 17, 17
-
157, 17
diff --git a/MifareOneTool/Properties/Settings.Designer.cs b/MifareOneTool/Properties/Settings.Designer.cs
index 456fa7a..4156217 100644
--- a/MifareOneTool/Properties/Settings.Designer.cs
+++ b/MifareOneTool/Properties/Settings.Designer.cs
@@ -58,7 +58,7 @@ namespace MifareOneTool.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoLoadUidKey {
get {
return ((bool)(this["AutoLoadUidKey"]));
diff --git a/MifareOneTool/Properties/Settings.settings b/MifareOneTool/Properties/Settings.settings
index 0cc95ec..321caa7 100644
--- a/MifareOneTool/Properties/Settings.settings
+++ b/MifareOneTool/Properties/Settings.settings
@@ -12,7 +12,7 @@
True
- False
+ True
192, 255, 255
diff --git a/MifareOneTool/app.config b/MifareOneTool/app.config
index b8bed09..5603993 100644
--- a/MifareOneTool/app.config
+++ b/MifareOneTool/app.config
@@ -24,7 +24,7 @@
True
- False
+ True
192, 255, 255