This commit is contained in:
XAS-712 2019-05-01 22:48:08 +08:00
parent 839992040b
commit cdcbd66770
5 changed files with 5 additions and 6 deletions

View File

@ -1160,6 +1160,8 @@
// checkBoxAutoLoadKey // checkBoxAutoLoadKey
// //
this.checkBoxAutoLoadKey.AutoSize = true; 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.Location = new System.Drawing.Point(4, 33);
this.checkBoxAutoLoadKey.Margin = new System.Windows.Forms.Padding(2); this.checkBoxAutoLoadKey.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey"; this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey";

View File

@ -120,9 +120,6 @@
<metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>
<metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>157, 17</value> <value>157, 17</value>
</metadata> </metadata>

View File

@ -58,7 +58,7 @@ namespace MifareOneTool.Properties {
[global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")] [global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoLoadUidKey { public bool AutoLoadUidKey {
get { get {
return ((bool)(this["AutoLoadUidKey"])); return ((bool)(this["AutoLoadUidKey"]));

View File

@ -12,7 +12,7 @@
<Value Profile="(Default)">True</Value> <Value Profile="(Default)">True</Value>
</Setting> </Setting>
<Setting Name="AutoLoadUidKey" Type="System.Boolean" Scope="User"> <Setting Name="AutoLoadUidKey" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value> <Value Profile="(Default)">True</Value>
</Setting> </Setting>
<Setting Name="MainCLIColor" Type="System.Drawing.Color" Scope="User"> <Setting Name="MainCLIColor" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">192, 255, 255</Value> <Value Profile="(Default)">192, 255, 255</Value>

View File

@ -24,7 +24,7 @@
<value>True</value> <value>True</value>
</setting> </setting>
<setting name="AutoLoadUidKey" serializeAs="String"> <setting name="AutoLoadUidKey" serializeAs="String">
<value>False</value> <value>True</value>
</setting> </setting>
<setting name="MainCLIColor" serializeAs="String"> <setting name="MainCLIColor" serializeAs="String">
<value>192, 255, 255</value> <value>192, 255, 255</value>