emmmmm
This commit is contained in:
parent
839992040b
commit
cdcbd66770
2
MifareOneTool/Form1.Designer.cs
generated
2
MifareOneTool/Form1.Designer.cs
generated
@ -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";
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
2
MifareOneTool/Properties/Settings.Designer.cs
generated
2
MifareOneTool/Properties/Settings.Designer.cs
generated
@ -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"]));
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user