diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs
index 7a884c7..e71ea5c 100644
--- a/MifareOneTool/Form1.Designer.cs
+++ b/MifareOneTool/Form1.Designer.cs
@@ -121,6 +121,7 @@
this.flowLayoutPanel21 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
+ this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
@@ -140,6 +141,7 @@
this.label11 = new System.Windows.Forms.Label();
this.SetDeviceCombo = new System.Windows.Forms.ComboBox();
this.checkBoxMultiDev = new System.Windows.Forms.CheckBox();
+ this.flowLayoutPanel22 = new System.Windows.Forms.FlowLayoutPanel();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxDefIsAdv = new System.Windows.Forms.CheckBox();
@@ -154,6 +156,10 @@
this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton();
this.curDevice = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
+ this.flowLayoutPanel23 = new System.Windows.Forms.FlowLayoutPanel();
+ this.label12 = new System.Windows.Forms.Label();
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
+ this.groupBox15 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.flowLayoutPanel12.SuspendLayout();
@@ -196,6 +202,7 @@
this.groupBox9.SuspendLayout();
this.flowLayoutPanel21.SuspendLayout();
this.tabPage3.SuspendLayout();
+ this.tableLayoutPanel14.SuspendLayout();
this.flowLayoutPanel6.SuspendLayout();
this.groupBox6.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
@@ -204,11 +211,14 @@
((System.ComponentModel.ISupportInitialize)(this.numericCLIFontSize)).BeginInit();
this.groupBox14.SuspendLayout();
this.flowLayoutPanel5.SuspendLayout();
+ this.flowLayoutPanel22.SuspendLayout();
this.groupBox13.SuspendLayout();
this.flowLayoutPanel4.SuspendLayout();
this.groupBox11.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.statusStrip1.SuspendLayout();
+ this.flowLayoutPanel23.SuspendLayout();
+ this.groupBox15.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
@@ -871,20 +881,25 @@
//
// tabPage3
//
- this.tabPage3.Controls.Add(this.flowLayoutPanel6);
+ this.tabPage3.Controls.Add(this.tableLayoutPanel14);
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.Name = "tabPage3";
this.tabPage3.UseVisualStyleBackColor = true;
this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
//
+ // tableLayoutPanel14
+ //
+ resources.ApplyResources(this.tableLayoutPanel14, "tableLayoutPanel14");
+ this.tableLayoutPanel14.Controls.Add(this.flowLayoutPanel6, 0, 0);
+ this.tableLayoutPanel14.Controls.Add(this.flowLayoutPanel22, 0, 1);
+ this.tableLayoutPanel14.Name = "tableLayoutPanel14";
+ //
// flowLayoutPanel6
//
resources.ApplyResources(this.flowLayoutPanel6, "flowLayoutPanel6");
this.flowLayoutPanel6.Controls.Add(this.groupBox6);
this.flowLayoutPanel6.Controls.Add(this.groupBox12);
this.flowLayoutPanel6.Controls.Add(this.groupBox14);
- this.flowLayoutPanel6.Controls.Add(this.groupBox13);
- this.flowLayoutPanel6.Controls.Add(this.groupBox11);
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
//
// groupBox6
@@ -941,8 +956,8 @@
//
// groupBox12
//
- this.groupBox12.Controls.Add(this.tableLayoutPanel12);
resources.ApplyResources(this.groupBox12, "groupBox12");
+ this.groupBox12.Controls.Add(this.tableLayoutPanel12);
this.groupBox12.Name = "groupBox12";
this.groupBox12.TabStop = false;
//
@@ -1041,6 +1056,14 @@
this.checkBoxMultiDev.UseVisualStyleBackColor = true;
this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged);
//
+ // flowLayoutPanel22
+ //
+ resources.ApplyResources(this.flowLayoutPanel22, "flowLayoutPanel22");
+ this.flowLayoutPanel22.Controls.Add(this.groupBox15);
+ this.flowLayoutPanel22.Controls.Add(this.groupBox13);
+ this.flowLayoutPanel22.Controls.Add(this.groupBox11);
+ this.flowLayoutPanel22.Name = "flowLayoutPanel22";
+ //
// groupBox13
//
resources.ApplyResources(this.groupBox13, "groupBox13");
@@ -1133,6 +1156,35 @@
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
+ // flowLayoutPanel23
+ //
+ resources.ApplyResources(this.flowLayoutPanel23, "flowLayoutPanel23");
+ this.flowLayoutPanel23.Controls.Add(this.label12);
+ this.flowLayoutPanel23.Controls.Add(this.comboBox1);
+ this.flowLayoutPanel23.Name = "flowLayoutPanel23";
+ //
+ // label12
+ //
+ resources.ApplyResources(this.label12, "label12");
+ this.label12.Name = "label12";
+ //
+ // comboBox1
+ //
+ resources.ApplyResources(this.comboBox1, "comboBox1");
+ this.comboBox1.FormattingEnabled = true;
+ this.comboBox1.Items.AddRange(new object[] {
+ resources.GetString("comboBox1.Items"),
+ resources.GetString("comboBox1.Items1")});
+ this.comboBox1.Name = "comboBox1";
+ this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
+ //
+ // groupBox15
+ //
+ resources.ApplyResources(this.groupBox15, "groupBox15");
+ this.groupBox15.Controls.Add(this.flowLayoutPanel23);
+ this.groupBox15.Name = "groupBox15";
+ this.groupBox15.TabStop = false;
+ //
// Form1
//
resources.ApplyResources(this, "$this");
@@ -1227,6 +1279,8 @@
this.flowLayoutPanel21.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
+ this.tableLayoutPanel14.ResumeLayout(false);
+ this.tableLayoutPanel14.PerformLayout();
this.flowLayoutPanel6.ResumeLayout(false);
this.flowLayoutPanel6.PerformLayout();
this.groupBox6.ResumeLayout(false);
@@ -1242,6 +1296,8 @@
this.groupBox14.PerformLayout();
this.flowLayoutPanel5.ResumeLayout(false);
this.flowLayoutPanel5.PerformLayout();
+ this.flowLayoutPanel22.ResumeLayout(false);
+ this.flowLayoutPanel22.PerformLayout();
this.groupBox13.ResumeLayout(false);
this.groupBox13.PerformLayout();
this.flowLayoutPanel4.ResumeLayout(false);
@@ -1252,6 +1308,10 @@
this.flowLayoutPanel3.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
+ this.flowLayoutPanel23.ResumeLayout(false);
+ this.flowLayoutPanel23.PerformLayout();
+ this.groupBox15.ResumeLayout(false);
+ this.groupBox15.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@@ -1383,6 +1443,12 @@
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13;
private System.Windows.Forms.Button buttonEMfWrite;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel22;
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel23;
+ private System.Windows.Forms.GroupBox groupBox15;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.ComboBox comboBox1;
}
}
diff --git a/MifareOneTool/Form1.cs b/MifareOneTool/Form1.cs
index d09de1b..bbd2a31 100644
--- a/MifareOneTool/Form1.cs
+++ b/MifareOneTool/Form1.cs
@@ -14,6 +14,7 @@ using System.Text.RegularExpressions;
using Microsoft.VisualBasic;
using System.Reflection;
using System.Runtime.InteropServices;
+using System.Globalization;
namespace MifareOneTool
{
@@ -21,6 +22,8 @@ namespace MifareOneTool
{
public Form1()
{
+ System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(Properties.Settings.Default.Language);
+ System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo(Properties.Settings.Default.Language);
InitializeComponent();
}
@@ -1540,5 +1543,26 @@ namespace MifareOneTool
{
}
- }
+
+ private void ComboBox1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ if (comboBox1.SelectedItem.ToString() == "标准")
+ {
+ System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("zh-ZH");
+ System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("zh-ZH");
+ Properties.Settings.Default.Language = "zh-ZH";
+ Properties.Settings.Default.Save();
+ Application.Restart();
+ }
+ else if (comboBox1.SelectedItem.ToString() == "俄语")
+ {
+ System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("ru-RU");
+ System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("ru-RU");
+ Properties.Settings.Default.Language = "ru-RU";
+ Properties.Settings.Default.Save();
+ Application.Restart();
+
+ }
+ }
+}
}
diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx
index 620766e..a3aaf32 100644
--- a/MifareOneTool/Form1.resx
+++ b/MifareOneTool/Form1.resx
@@ -134,46 +134,100 @@
1
+
+ flowLayoutPanel12
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel5
+
+
+ 0
+
+
+ flowLayoutPanel11
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel5
+
+
+ 1
+
+
+ Fill
+
+
+
+ 2, 15
+
+
+ 2
+
+
+ 136, 70
+
+
+ 13
+
+
+ tableLayoutPanel5
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 140, 87
+
+
+ 0
+
+
+ 设备控制
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 0
+
True
GrowAndShrink
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
-
- Microsoft Sans Serif, 8.25pt
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 65, 23
-
-
- 1
-
-
- 手动扫描
-
-
- 17, 17
-
-
- 扫描有效卡片。
-
buttonScanCard
@@ -207,12 +261,102 @@
0
+
+ 17, 17
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 65, 23
+
+
+ 1
+
+
+ 手动扫描
+
+
+ 扫描有效卡片。
+
+
+ buttonScanCard
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel12
+
+
+ 0
+
True
GrowAndShrink
+
+ buttonListDev
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel11
+
+
+ 0
+
+
+ buttonCLI
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel11
+
+
+ 1
+
+
+ 3, 3
+
+
+ 130, 27
+
+
+ 13
+
+
+ flowLayoutPanel11
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel5
+
+
+ 1
+
True
@@ -298,90 +442,6 @@
1
-
- 3, 3
-
-
- 130, 27
-
-
- 13
-
-
- flowLayoutPanel11
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel5
-
-
- 1
-
-
- Fill
-
-
- 2, 15
-
-
- 2
-
-
- 136, 70
-
-
- 13
-
-
- tableLayoutPanel5
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
-
-
- Fill
-
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 140, 87
-
-
- 0
-
-
- 设备控制
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel7
-
-
- 0
-
Top, Left, Right
@@ -462,6 +522,54 @@
GrowAndShrink
+
+ tableLayoutPanel7
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ 146, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 154, 87
+
+
+ 4
+
+
+ 普通卡操作
+
+
+ groupBox2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 1
+
True
@@ -471,12 +579,99 @@
1
+
+ flowLayoutPanel14
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel7
+
+
+ 0
+
+
+ flowLayoutPanel13
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel7
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 15
+
+
+ 2
+
+
+ 150, 70
+
+
+ 13
+
+
+ tableLayoutPanel7
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox2
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
True
GrowAndShrink
+
+ buttonSelectKey
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel14
+
+
+ 0
+
+
+ 3, 38
+
+
+ 82, 27
+
+
+ 13
+
+
+ flowLayoutPanel14
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel7
+
+
+ 0
+
True
@@ -519,33 +714,57 @@
0
-
- 3, 38
-
-
- 82, 27
-
-
- 13
-
-
- flowLayoutPanel14
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel7
-
-
- 0
-
True
GrowAndShrink
+
+ buttonMfWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel13
+
+
+ 1
+
+
+ buttonMfFormat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel13
+
+
+ 2
+
+
+ 3, 3
+
+
+ 144, 27
+
+
+ 13
+
+
+ flowLayoutPanel13
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel7
+
+
+ 1
+
True
@@ -630,90 +849,6 @@
2
-
- 3, 3
-
-
- 144, 27
-
-
- 13
-
-
- flowLayoutPanel13
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel7
-
-
- 1
-
-
- Fill
-
-
- 2, 15
-
-
- 2
-
-
- 150, 70
-
-
- 13
-
-
- tableLayoutPanel7
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox2
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
-
-
- Fill
-
-
- 146, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 154, 87
-
-
- 4
-
-
- 普通卡操作
-
-
- groupBox2
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel7
-
-
- 1
-
True
@@ -974,6 +1109,54 @@
GrowAndShrink
+
+ tableLayoutPanel10
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ 418, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 124, 96
+
+
+ 5
+
+
+ 运行/终端
+
+
+ groupBox3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel8
+
+
+ 2
+
True
@@ -983,12 +1166,99 @@
1
+
+ flowLayoutPanel20
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel10
+
+
+ 0
+
+
+ flowLayoutPanel19
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel10
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 15
+
+
+ 2
+
+
+ 120, 79
+
+
+ 13
+
+
+ tableLayoutPanel10
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox3
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
True
GrowAndShrink
+
+ buttonKill
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel20
+
+
+ 0
+
+
+ 3, 36
+
+
+ 57, 27
+
+
+ 17
+
+
+ flowLayoutPanel20
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel10
+
+
+ 0
+
True
@@ -1028,33 +1298,57 @@
0
-
- 3, 36
-
-
- 57, 27
-
-
- 17
-
-
- flowLayoutPanel20
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel10
-
-
- 0
-
True
GrowAndShrink
+
+ buttonConClr
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel19
+
+
+ 0
+
+
+ buttonConSave
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel19
+
+
+ 1
+
+
+ 3, 3
+
+
+ 114, 27
+
+
+ 13
+
+
+ flowLayoutPanel19
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel10
+
+
+ 1
+
True
@@ -1133,90 +1427,6 @@
1
-
- 3, 3
-
-
- 114, 27
-
-
- 13
-
-
- flowLayoutPanel19
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel10
-
-
- 1
-
-
- Fill
-
-
- 2, 15
-
-
- 2
-
-
- 120, 79
-
-
- 13
-
-
- tableLayoutPanel10
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox3
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
-
- Fill
-
-
- 418, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 124, 96
-
-
- 5
-
-
- 运行/终端
-
-
- groupBox3
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel8
-
-
- 2
-
True
@@ -1337,6 +1547,9 @@
0
+
+ 17, 17
+
True
@@ -1553,120 +1766,6 @@
GrowAndShrink
-
- True
-
-
- GrowAndShrink
-
-
- 1
-
-
- True
-
-
- GrowAndShrink
-
-
- 3, 42
-
-
- 76, 27
-
-
- 13
-
-
- flowLayoutPanel10
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel6
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- Microsoft Sans Serif, 8.25pt
-
-
- 72, 3
-
-
- 103, 23
-
-
- 2
-
-
- MFF08 CUID修复
-
-
- buttonMFF08
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel9
-
-
- 1
-
-
- 3, 3
-
-
- 178, 29
-
-
- 13
-
-
- flowLayoutPanel9
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel6
-
-
- 1
-
-
- Fill
-
-
- 2, 15
-
-
- 2
-
-
- 184, 79
-
-
- 13
-
tableLayoutPanel6
@@ -1715,9 +1814,687 @@
0
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ flowLayoutPanel10
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ 0
+
+
+ flowLayoutPanel9
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 15
+
+
+ 2
+
+
+ 184, 79
+
+
+ 13
+
+
+ tableLayoutPanel6
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox4
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 3, 42
+
+
+ 76, 27
+
+
+ 13
+
+
+ flowLayoutPanel10
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ buttonMFF08
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel9
+
+
+ 1
+
+
+ 3, 3
+
+
+ 178, 29
+
+
+ 13
+
+
+ flowLayoutPanel9
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 72, 3
+
+
+ 103, 23
+
+
+ 2
+
+
+ MFF08 CUID修复
+
+
+ buttonMFF08
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel9
+
+
+ 1
+
Top, Left, Right
+
+ tableLayoutPanel2
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage2
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="panel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,100" /></TableLayoutSettings>
+
+
+ 4, 22
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 567, 212
+
+
+ 1
+
+
+ 复制卡模式
+
+
+ tabPage2
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControl1
+
+
+ 0
+
+
+ tableLayoutPanel4
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage1
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ 4, 22
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 567, 212
+
+
+ 0
+
+
+ 高级操作模式
+
+
+ tabPage1
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControl1
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ groupBox6
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel6
+
+
+ 0
+
+
+ groupBox12
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel6
+
+
+ 1
+
+
+ groupBox14
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel6
+
+
+ 2
+
+
+ Fill
+
+
+ 3, 3
+
+
+ 561, 131
+
+
+ 14
+
+
+ False
+
+
+ flowLayoutPanel6
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel14
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ True
+
+
+ Fill
+
+
+ NoControl
+
+
+ 3, 0
+
+
+ 79, 13
+
+
+ 0
+
+
+ 选择界面语言
+
+
+ label12
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel23
+
+
+ 0
+
+
+ Fill
+
+
+ 标准
+
+
+ 俄语
+
+
+ 3, 16
+
+
+ 79, 21
+
+
+ 1
+
+
+ comboBox1
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel23
+
+
+ 1
+
+
+ Fill
+
+
+ TopDown
+
+
+ 3, 16
+
+
+ 85, 40
+
+
+ 13
+
+
+ flowLayoutPanel23
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox15
+
+
+ 0
+
+
+ Fill
+
+
+ 3, 3
+
+
+ 91, 59
+
+
+ 14
+
+
+ 语言和地区
+
+
+ groupBox15
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel22
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ flowLayoutPanel4
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox13
+
+
+ 0
+
+
+ Fill
+
+
+ 99, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 154, 61
+
+
+ 13
+
+
+ 偏好设置
+
+
+ groupBox13
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel22
+
+
+ 1
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ flowLayoutPanel3
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox11
+
+
+ 0
+
+
+ Fill
+
+
+ 257, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 94, 61
+
+
+ 14
+
+
+ HardNested
+
+
+ groupBox11
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel22
+
+
+ 2
+
+
+ Fill
+
+
+ 3, 140
+
+
+ 561, 69
+
+
+ 16
+
+
+ False
+
+
+ flowLayoutPanel22
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel14
+
+
+ 1
+
+
+ Fill
+
+
+ 0, 0
+
+
+ 2
+
+
+ 567, 212
+
+
+ 15
+
+
+ tableLayoutPanel14
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage3
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel22" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ 4, 22
+
+
+ 2, 2, 2, 2
+
+
+ 567, 212
+
+
+ 2
+
+
+ 软件设置
+
+
+ tabPage3
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabControl1
+
+
+ 2
+
+
+ 0, 5
+
+
+ 2, 2, 2, 2
+
+
+ 575, 238
+
+
+ 11
+
+
+ tabControl1
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
True
@@ -1727,12 +2504,153 @@
5
+
+ flowLayoutPanel1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 0
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 1
+
+
+ groupBox5
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 2
+
+
+ tableLayoutPanel3
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 3
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ groupBox7
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 4
+
+
+ Fill
+
+
+ 2, 2
+
+
+ 1
+
+
+ 563, 208
+
+
+ 15
+
+
+ tableLayoutPanel2
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage2
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="panel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,100" /></TableLayoutSettings>
+
True
GrowAndShrink
+
+ label8
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 0
+
+
+ label4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel1
+
+
+ 1
+
+
+ TopDown
+
+
+ 300, 3
+
+
+ 41, 39
+
+
+ 16
+
+
+ flowLayoutPanel1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 0
+
True
@@ -1794,36 +2712,63 @@
1
-
- TopDown
-
-
- 300, 3
-
-
- 41, 39
-
-
- 16
-
-
- flowLayoutPanel1
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel2
-
-
- 0
-
True
GrowAndShrink
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label3" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
+
+ label5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 1
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 197, 145
+
+
+ 14
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 1
+
True
@@ -1833,6 +2778,108 @@
4
+
+ label7
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 0
+
+
+ buttonEscan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 1
+
+
+ label3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 2
+
+
+ buttonECheckEncrypt
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 3
+
+
+ label2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 4
+
+
+ buttoEScanCard
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ 5
+
+
+ 5, 18
+
+
+ 2, 2, 2, 2
+
+
+ 2
+
+
+ 190, 54
+
+
+ 12
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label3" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
True
@@ -2050,36 +3097,6 @@
5
-
- 5, 18
-
-
- 2, 2, 2, 2
-
-
- 2
-
-
- 190, 54
-
-
- 12
-
-
- tableLayoutPanel1
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- panel1
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label3" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
-
True
@@ -2121,36 +3138,60 @@
1
-
- 2, 2
-
-
- 2, 2, 2, 2
-
-
- 197, 145
-
-
- 14
-
-
- panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel2
-
-
- 1
-
True
GrowAndShrink
+
+ tableLayoutPanel11
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ 203, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 92, 204
+
+
+ 0
+
+
+ [2]读取原卡
+
+
+ groupBox5
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 2
+
True
@@ -2160,6 +3201,96 @@
1
+
+ buttonEReadUID
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 0
+
+
+ buttonEMfRead
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 1
+
+
+ buttonECmfoc
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 2
+
+
+ buttonEMfoc
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 3
+
+
+ buttonESelectKey
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ 4
+
+
+ Fill
+
+
+ 2, 15
+
+
+ 5
+
+
+ 88, 187
+
+
+ 13
+
+
+ tableLayoutPanel11
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox5
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
True
@@ -2340,69 +3471,6 @@
4
-
- Fill
-
-
- 2, 15
-
-
- 5
-
-
- 88, 187
-
-
- 13
-
-
- tableLayoutPanel11
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox5
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
-
- Fill
-
-
- 203, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 92, 204
-
-
- 0
-
-
- [2]读取原卡
-
-
- groupBox5
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel2
-
-
- 2
-
True
@@ -2412,6 +3480,60 @@
1
+
+ label6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel3
+
+
+ 0
+
+
+ buttonEStop
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel3
+
+
+ 1
+
+
+ Fill
+
+
+ 439, 3
+
+
+ 2
+
+
+ 128, 202
+
+
+ 16
+
+
+ tableLayoutPanel3
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 3
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
True
@@ -2487,42 +3609,60 @@
1
-
- Fill
-
-
- 439, 3
-
-
- 2
-
-
- 128, 202
-
-
- 16
-
-
- tableLayoutPanel3
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel2
-
-
- 3
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
-
True
GrowAndShrink
+
+ tableLayoutPanel13
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox7
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ 346, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 88, 204
+
+
+ 3
+
+
+ [3]写入新卡
+
+
+ groupBox7
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel2
+
+
+ 4
+
True
@@ -2532,6 +3672,84 @@
1
+
+ buttonEUIDWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 0
+
+
+ button4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 1
+
+
+ buttonECuidWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 2
+
+
+ buttonEMfWrite
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 3
+
+
+ Fill
+
+
+ 2, 15
+
+
+ 4
+
+
+ 84, 187
+
+
+ 13
+
+
+ tableLayoutPanel13
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox7
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
True
@@ -2679,129 +3897,6 @@
3
-
- Fill
-
-
- 2, 15
-
-
- 4
-
-
- 84, 187
-
-
- 13
-
-
- tableLayoutPanel13
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox7
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
-
- Fill
-
-
- 346, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 88, 204
-
-
- 3
-
-
- [3]写入新卡
-
-
- groupBox7
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel2
-
-
- 4
-
-
- Fill
-
-
- 2, 2
-
-
- 1
-
-
- 563, 208
-
-
- 15
-
-
- tableLayoutPanel2
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage2
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="panel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,100" /></TableLayoutSettings>
-
-
- 4, 22
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 567, 212
-
-
- 1
-
-
- 复制卡模式
-
-
- tabPage2
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 0
-
True
@@ -2811,135 +3906,108 @@
1
+
+ flowLayoutPanel8
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel4
+
+
+ 0
+
+
+ flowLayoutPanel7
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel4
+
+
+ 1
+
+
+ 8, 5
+
+
+ 2
+
+
+ 583, 212
+
+
+ 0
+
+
+ tableLayoutPanel4
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabPage1
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
+
True
GrowAndShrink
+
+ groupBox10
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel8
+
+
+ 1
+
+
+ Top
+
+
+ 3, 109
+
+
+ 577, 100
+
+
+ 15
+
+
+ False
+
+
+ flowLayoutPanel8
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel4
+
+
+ 0
+
True
GrowAndShrink
-
- True
-
-
- GrowAndShrink
-
-
- 1
-
-
- True
-
-
- GrowAndShrink
-
-
- True
-
-
- GrowAndShrink
-
-
- Fill
-
-
- Microsoft Sans Serif, 8.25pt
-
-
- 128, 2
-
-
- 2, 2, 2, 2
-
-
- 74, 23
-
-
- 14
-
-
- HardNested
-
-
- buttonHardNested
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel18
-
-
- 2
-
-
- 2, 35
-
-
- 2, 2, 2, 2
-
-
- 204, 27
-
-
- 14
-
-
- flowLayoutPanel18
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel8
-
-
- 0
-
-
- True
-
-
- GrowAndShrink
-
-
- 3, 3
-
-
- 195, 27
-
-
- 13
-
-
- flowLayoutPanel17
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel8
-
-
- 1
-
-
- 7, 14
-
-
- 2
-
-
- 208, 64
-
-
- 13
-
tableLayoutPanel8
@@ -2988,45 +4056,285 @@
1
-
- Top
+
+ True
-
- 3, 109
+
+ GrowAndShrink
-
- 577, 100
+
+ 1
-
- 15
+
+ flowLayoutPanel18
-
- False
-
-
- flowLayoutPanel8
-
-
+
System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tableLayoutPanel4
+
+ tableLayoutPanel8
-
+
0
+
+ flowLayoutPanel17
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel8
+
+
+ 1
+
+
+ 7, 14
+
+
+ 2
+
+
+ 208, 64
+
+
+ 13
+
+
+ tableLayoutPanel8
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox10
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ buttonHardNested
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel18
+
+
+ 2
+
+
+ 2, 35
+
+
+ 2, 2, 2, 2
+
+
+ 204, 27
+
+
+ 14
+
+
+ flowLayoutPanel18
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel8
+
+
+ 0
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ Fill
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 128, 2
+
+
+ 2, 2, 2, 2
+
+
+ 74, 23
+
+
+ 14
+
+
+ HardNested
+
+
+ buttonHardNested
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel18
+
+
+ 2
+
+
+ True
+
+
+ GrowAndShrink
+
+
+ 3, 3
+
+
+ 195, 27
+
+
+ 13
+
+
+ flowLayoutPanel17
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel8
+
+
+ 1
+
True
GrowAndShrink
+
+ groupBox8
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 2
+
+
+ groupBox9
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 3
+
+
+ Fill
+
+
+ 3, 3
+
+
+ 577, 100
+
+
+ 14
+
+
+ False
+
+
+ flowLayoutPanel7
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel4
+
+
+ 1
+
True
GrowAndShrink
+
+ tableLayoutPanel9
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox8
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ Fill
+
+
+ 304, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 192, 87
+
+
+ 6
+
+
+ UID/UFUID卡操作
+
+
+ groupBox8
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel7
+
+
+ 2
+
True
@@ -3036,6 +4344,60 @@
1
+
+ flowLayoutPanel16
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel9
+
+
+ 0
+
+
+ flowLayoutPanel15
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel9
+
+
+ 1
+
+
+ Fill
+
+
+ 2, 15
+
+
+ 2
+
+
+ 188, 70
+
+
+ 13
+
+
+ tableLayoutPanel9
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox8
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
True
@@ -3090,133 +4452,12 @@
1
-
- Fill
-
-
- 2, 15
-
-
- 2
-
-
- 188, 70
-
-
- 13
-
-
- tableLayoutPanel9
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox8
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
-
- Fill
-
-
- 304, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 192, 87
-
-
- 6
-
-
- UID/UFUID卡操作
-
-
- groupBox8
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel7
-
-
- 2
-
True
GrowAndShrink
-
- True
-
-
- GrowAndShrink
-
-
- True
-
-
- Fill
-
-
- 2, 44
-
-
- 2, 0, 2, 0
-
-
- 67, 26
-
-
- 5
-
-
- 该卡种读取
-同普通卡
-
-
- MiddleCenter
-
-
- label1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel21
-
-
- 0
-
-
- Fill
-
-
- BottomUp
-
-
- 2, 15
-
-
- 71, 70
-
-
- 0
-
flowLayoutPanel21
@@ -3262,108 +4503,220 @@
3
-
- Fill
-
-
- 3, 3
-
-
- 577, 100
-
-
- 14
-
-
- False
-
-
- flowLayoutPanel7
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel4
-
-
- 1
-
-
- 8, 5
-
-
- 2
-
-
- 583, 212
-
-
- 0
-
-
- tableLayoutPanel4
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage1
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings>
-
-
- 4, 22
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 567, 212
-
-
- 0
-
-
- 高级操作模式
-
-
- tabPage1
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 1
-
-
+
True
-
+
GrowAndShrink
+
+ label1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel21
+
+
+ 0
+
+
+ Fill
+
+
+ BottomUp
+
+
+ 2, 15
+
+
+ 71, 70
+
+
+ 0
+
+
+ flowLayoutPanel21
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox9
+
+
+ 0
+
+
+ True
+
+
+ Fill
+
+
+ 2, 44
+
+
+ 2, 0, 2, 0
+
+
+ 67, 26
+
+
+ 5
+
+
+ 该卡种读取
+同普通卡
+
+
+ MiddleCenter
+
+
+ label1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel21
+
+
+ 0
+
True
GrowAndShrink
+
+ flowLayoutPanel2
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox6
+
+
+ 0
+
+
+ Fill
+
+
+ 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 141, 127
+
+
+ 0
+
+
+ 卡操作相关
+
+
+ groupBox6
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel6
+
+
+ 0
+
True
GrowAndShrink
+
+ checkBoxAutoABN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 0
+
+
+ checkBoxAutoLoadKey
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 1
+
+
+ checkBoxWriteProtect
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 2
+
+
+ checkBoxCuidKeyOver
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel2
+
+
+ 3
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 15
+
+
+ 137, 110
+
+
+ 14
+
+
+ flowLayoutPanel2
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox6
+
+
+ 0
+
True
@@ -3481,62 +4834,62 @@
3
-
+
+ True
+
+
+ GrowAndShrink
+
+
+ tableLayoutPanel12
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox12
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
Fill
-
- TopDown
+
+ 147, 2
-
- 2, 15
-
-
- 137, 86
-
-
- 14
-
-
- flowLayoutPanel2
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox6
-
-
- 0
-
-
- 2, 2
-
-
+
2, 2, 2, 2
-
+
2, 2, 2, 2
-
- 141, 103
+
+ 163, 127
-
- 0
+
+ 12
-
- 卡操作相关
+
+ 界面设置
-
- groupBox6
+
+ groupBox12
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
flowLayoutPanel6
-
- 0
+
+ 1
+
+
+ Top, Bottom, Left
True
@@ -3547,6 +4900,84 @@
2
+
+ numericCLIFontSize
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 0
+
+
+ label9
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 1
+
+
+ label10
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 2
+
+
+ buttonCLIColor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel12
+
+
+ 3
+
+
+ 7, 18
+
+
+ 2
+
+
+ 151, 49
+
+
+ 14
+
+
+ tableLayoutPanel12
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox12
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
+
+
+ Fill
+
85, 27
@@ -3631,6 +5062,9 @@
2
+
+ Fill
+
Popup
@@ -3661,75 +5095,138 @@
3
-
- 7, 18
-
-
- 2
-
-
- 151, 49
-
-
- 14
-
-
- tableLayoutPanel12
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox12
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings>
-
-
- 147, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 150, 70
-
-
- 12
-
-
- 界面设置
-
-
- groupBox12
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel6
-
-
- 1
-
True
GrowAndShrink
+
+ flowLayoutPanel5
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox14
+
+
+ 0
+
+
+ Fill
+
+
+ 314, 2
+
+
+ 2, 2, 2, 2
+
+
+ 2, 2, 2, 2
+
+
+ 141, 127
+
+
+ 15
+
+
+ 优化设置
+
+
+ groupBox14
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel6
+
+
+ 2
+
True
GrowAndShrink
+
+ checkBoxNewScan
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 0
+
+
+ label11
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 1
+
+
+ SetDeviceCombo
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 2
+
+
+ checkBoxMultiDev
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel5
+
+
+ 3
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 15
+
+
+ 137, 110
+
+
+ 14
+
+
+ flowLayoutPanel5
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox14
+
+
+ 0
+
True
@@ -3837,72 +5334,63 @@
3
-
- TopDown
-
-
- 10, 20
-
-
- 137, 110
-
-
- 14
-
-
- flowLayoutPanel5
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox14
-
-
- 0
-
-
- 301, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 152, 148
-
-
- 15
-
-
- 优化设置
-
-
- groupBox14
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel6
-
-
- 2
-
-
- True
-
-
- GrowAndShrink
-
True
GrowAndShrink
+
+ checkBoxDefIsAdv
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 0
+
+
+ checkBoxAutoSave
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel4
+
+
+ 1
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 15
+
+
+ 150, 44
+
+
+ 14
+
+
+ flowLayoutPanel4
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox13
+
+
+ 0
+
True
@@ -3963,72 +5451,51 @@
1
-
- TopDown
-
-
- 12, 28
-
-
- 150, 42
-
-
- 14
-
-
- flowLayoutPanel4
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox13
-
-
- 0
-
-
- 457, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 167, 88
-
-
- 13
-
-
- 偏好设置
-
-
- groupBox13
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel6
-
-
- 3
-
-
- True
-
-
- GrowAndShrink
-
True
GrowAndShrink
+
+ checkBoxHardLowCost
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ flowLayoutPanel3
+
+
+ 0
+
+
+ Fill
+
+
+ TopDown
+
+
+ 2, 15
+
+
+ 90, 44
+
+
+ 14
+
+
+ flowLayoutPanel3
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox11
+
+
+ 0
+
True
@@ -4059,135 +5526,36 @@
0
-
- TopDown
-
-
- 11, 18
-
-
- 90, 21
-
-
- 14
-
-
- flowLayoutPanel3
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox11
-
-
- 0
-
-
- 628, 2
-
-
- 2, 2, 2, 2
-
-
- 2, 2, 2, 2
-
-
- 106, 57
-
-
- 14
-
-
- HardNested
-
-
- groupBox11
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- flowLayoutPanel6
-
-
- 4
-
-
- 8, 3
-
-
- 736, 152
-
-
- 14
-
-
- flowLayoutPanel6
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabPage3
-
-
- 0
-
-
- 4, 22
-
-
- 2, 2, 2, 2
-
-
- 567, 212
-
-
- 2
-
-
- 软件设置
-
-
- tabPage3
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tabControl1
-
-
- 2
-
-
- 0, 5
-
-
- 2, 2, 2, 2
-
-
- 575, 238
-
-
- 11
-
-
- tabControl1
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
157, 17
+
+ 0, 425
+
+
+ 1, 0, 10, 0
+
+
+ 575, 31
+
+
+ 12
+
+
+ statusStrip1
+
+
+ statusStrip1
+
+
+ System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
False
@@ -4245,33 +5613,6 @@
0, 26
-
- 0, 425
-
-
- 1, 0, 10, 0
-
-
- 575, 31
-
-
- 12
-
-
- statusStrip1
-
-
- statusStrip1
-
-
- System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
297, 17
diff --git a/MifareOneTool/Form1.ru.resx b/MifareOneTool/Form1.ru.resx
index 0da62f2..81a56bf 100644
--- a/MifareOneTool/Form1.ru.resx
+++ b/MifareOneTool/Form1.ru.resx
@@ -324,6 +324,12 @@
Защита от записи данных (рекомендуется)
+
+ Китайский
+
+
+ Русский
+
Управление устройством
@@ -339,6 +345,9 @@
Настройки оптимизации
+
+ Язык и регион
+
Обычные операции
@@ -374,6 +383,9 @@
Укажите устройство
+
+ Выберите язык интерфейса
+
1. Начните здесь
diff --git a/MifareOneTool/Form1.zh.resx b/MifareOneTool/Form1.zh.resx
index 4badcfa..00aea4a 100644
--- a/MifareOneTool/Form1.zh.resx
+++ b/MifareOneTool/Form1.zh.resx
@@ -326,6 +326,12 @@
数据写入保护(建议)
+
+ 标准
+
+
+ 俄语
+
MifareOne Tool
@@ -347,6 +353,9 @@
优化设置
+
+ 语言和地区
+
普通卡操作
@@ -381,6 +390,9 @@
指定设备
+
+ 选择界面语言
+
>>
@@ -428,9 +440,6 @@
Hello,cardman!
首次运行建议点击"检测设备"以加快后续运行速度
- Previous text: Hello,cardman!
-首次运行建议点击"检测设备"以加快后续运行速度
-
就绪
diff --git a/MifareOneTool/MifareOneTool.csproj b/MifareOneTool/MifareOneTool.csproj
index ecc77a1..a52abeb 100644
--- a/MifareOneTool/MifareOneTool.csproj
+++ b/MifareOneTool/MifareOneTool.csproj
@@ -104,12 +104,6 @@
-
- Form
-
-
- SelectLanguage.cs
-
Form1.cs
@@ -171,9 +165,6 @@
Resources.resx
-
- SelectLanguage.cs
-
SettingsSingleFileGenerator
diff --git a/MifareOneTool/MifareOneTool_ml.xml b/MifareOneTool/MifareOneTool_ml.xml
index fc76eed..41a905b 100644
--- a/MifareOneTool/MifareOneTool_ml.xml
+++ b/MifareOneTool/MifareOneTool_ml.xml
@@ -1002,6 +1002,18 @@
334
+
+ 335
+
+
+ 336
+
+
+ 337
+
+
+ 338
+
30724
Китайский
@@ -5062,6 +5074,54 @@ CUID карта
Сравнение дампов
2
+
+ 335
+ 30724
+ 语言和地区
+ 1
+
+
+ 336
+ 30724
+ 选择界面语言
+ 1
+
+
+ 337
+ 30724
+ 标准
+ 1
+
+
+ 338
+ 30724
+ 俄语
+ 1
+
+
+ 337
+ 25
+ Китайский
+ 2
+
+
+ 338
+ 25
+ Русский
+ 2
+
+
+ 335
+ 25
+ Язык и регион
+ 2
+
+
+ 336
+ 25
+ Выберите язык интерфейса
+ 2
+
FormMFF08.resx
logBox.Text
@@ -9710,6 +9770,70 @@ CUID карта
richTextBox1.Lines[0]
false
+
+ Form1.resx
+ groupBox15.Text
+ 335
+ true
+ groupBox15.Text
+ false
+
+
+ Form1.resx
+ label12.Text
+ 336
+ true
+ label12.Text
+ false
+
+
+ Form1.cs
+ groupBox15.Text
+ 335
+ true
+ groupBox15.Text
+ false
+
+
+ Form1.cs
+ label12.Text
+ 336
+ true
+ label12.Text
+ false
+
+
+ Form1.resx
+ comboBox1.Items
+ 337
+ true
+ comboBox1.Items
+ false
+
+
+ Form1.resx
+ comboBox1.Items1
+ 338
+ true
+ comboBox1.Items1
+ false
+
+
+ Form1.cs
+ comboBox1.Items[0]
+ 337
+ true
+ comboBox1.Items
+ false
+
+
+ Form1.cs
+ comboBox1.Items[1]
+ 338
+ true
+ comboBox1.Items1
+ false
+
XmlDatabaseVersion
1
diff --git a/MifareOneTool/Program.cs b/MifareOneTool/Program.cs
index 27a21c4..1cbbda9 100644
--- a/MifareOneTool/Program.cs
+++ b/MifareOneTool/Program.cs
@@ -20,13 +20,6 @@ namespace MifareOneTool
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
-
- //Show the language select dialog
- MultiLang.SelectLanguage frmLang = new MultiLang.SelectLanguage() ;
- frmLang.LoadSettingsAndShow() ;
- frmLang.Dispose() ;
- frmLang = null ;
-
Application.Run(new Form1());
}
else
diff --git a/MifareOneTool/Properties/Settings.Designer.cs b/MifareOneTool/Properties/Settings.Designer.cs
index 4156217..ead22cd 100644
--- a/MifareOneTool/Properties/Settings.Designer.cs
+++ b/MifareOneTool/Properties/Settings.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
+// Этот код создан программой.
+// Исполняемая версия:4.0.30319.42000
//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+// повторной генерации кода.
//
//------------------------------------------------------------------------------
@@ -12,7 +12,7 @@ namespace MifareOneTool.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -175,5 +175,17 @@ namespace MifareOneTool.Properties {
this["CuidKeyOver"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string Language {
+ get {
+ return ((string)(this["Language"]));
+ }
+ set {
+ this["Language"] = value;
+ }
+ }
}
}
diff --git a/MifareOneTool/Properties/Settings.settings b/MifareOneTool/Properties/Settings.settings
index 321caa7..03fba2f 100644
--- a/MifareOneTool/Properties/Settings.settings
+++ b/MifareOneTool/Properties/Settings.settings
@@ -41,5 +41,8 @@
True
+
+
+
\ No newline at end of file
diff --git a/MifareOneTool/SelectLanguage.cs b/MifareOneTool/SelectLanguage.cs
index c784337..37dc25a 100644
--- a/MifareOneTool/SelectLanguage.cs
+++ b/MifareOneTool/SelectLanguage.cs
@@ -282,9 +282,5 @@ namespace MultiLang
StartupMode = enumStartupMode.UseDefaultCulture;
}
- private void LstCultures_SelectedIndexChanged(object sender, EventArgs e)
- {
-
- }
}
}
\ No newline at end of file
diff --git a/MifareOneTool/SelectLanguage.designer.cs b/MifareOneTool/SelectLanguage.designer.cs
index 8f3aca8..79c59c4 100644
--- a/MifareOneTool/SelectLanguage.designer.cs
+++ b/MifareOneTool/SelectLanguage.designer.cs
@@ -28,7 +28,6 @@ namespace MultiLang
///
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectLanguage));
this.rbSelected = new System.Windows.Forms.RadioButton();
this.rbShow = new System.Windows.Forms.RadioButton();
this.lblStartup = new System.Windows.Forms.Label();
@@ -41,62 +40,108 @@ namespace MultiLang
//
// rbSelected
//
- resources.ApplyResources(this.rbSelected, "rbSelected");
+ this.rbSelected.AccessibleDescription = "";
+ this.rbSelected.AccessibleName = "";
+ this.rbSelected.FlatStyle = System.Windows.Forms.FlatStyle.System;
+ this.rbSelected.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.rbSelected.Location = new System.Drawing.Point(4, 40);
this.rbSelected.Name = "rbSelected";
+ this.rbSelected.Size = new System.Drawing.Size(209, 20);
+ this.rbSelected.TabIndex = 2;
+ this.rbSelected.Text = "Use the selected language";
this.rbSelected.CheckedChanged += new System.EventHandler(this.OnStartup_CheckedChanged);
//
// rbShow
//
- resources.ApplyResources(this.rbShow, "rbShow");
+ this.rbShow.AccessibleDescription = "";
+ this.rbShow.AccessibleName = "";
this.rbShow.Checked = true;
+ this.rbShow.FlatStyle = System.Windows.Forms.FlatStyle.System;
+ this.rbShow.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.rbShow.Location = new System.Drawing.Point(4, 20);
this.rbShow.Name = "rbShow";
+ this.rbShow.Size = new System.Drawing.Size(209, 20);
+ this.rbShow.TabIndex = 1;
this.rbShow.TabStop = true;
+ this.rbShow.Text = "Show this form again";
this.rbShow.CheckedChanged += new System.EventHandler(this.OnStartup_CheckedChanged);
//
// lblStartup
//
- resources.ApplyResources(this.lblStartup, "lblStartup");
+ this.lblStartup.AccessibleDescription = "";
+ this.lblStartup.AccessibleName = "";
+ this.lblStartup.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.lblStartup.Location = new System.Drawing.Point(4, 3);
this.lblStartup.Name = "lblStartup";
+ this.lblStartup.Size = new System.Drawing.Size(209, 17);
+ this.lblStartup.TabIndex = 0;
+ this.lblStartup.Text = "Next time ...";
//
// rbDefault
//
- resources.ApplyResources(this.rbDefault, "rbDefault");
+ this.rbDefault.AccessibleDescription = "";
+ this.rbDefault.AccessibleName = "";
+ this.rbDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
+ this.rbDefault.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.rbDefault.Location = new System.Drawing.Point(4, 60);
this.rbDefault.Name = "rbDefault";
+ this.rbDefault.Size = new System.Drawing.Size(209, 20);
+ this.rbDefault.TabIndex = 3;
+ this.rbDefault.Text = "Use the default language";
this.rbDefault.CheckedChanged += new System.EventHandler(this.OnStartup_CheckedChanged);
//
// lstCultures
//
- resources.ApplyResources(this.lstCultures, "lstCultures");
+ this.lstCultures.AccessibleDescription = "";
+ this.lstCultures.AccessibleName = "";
this.lstCultures.DisplayMember = "NativeName";
+ this.lstCultures.Font = new System.Drawing.Font("Arial", 9.75F);
+ this.lstCultures.IntegralHeight = false;
+ this.lstCultures.ItemHeight = 16;
+ this.lstCultures.Location = new System.Drawing.Point(4, 4);
this.lstCultures.Name = "lstCultures";
- this.lstCultures.SelectedIndexChanged += new System.EventHandler(this.LstCultures_SelectedIndexChanged);
+ this.lstCultures.Size = new System.Drawing.Size(264, 220);
+ this.lstCultures.TabIndex = 7;
this.lstCultures.DoubleClick += new System.EventHandler(this.btOK_Click);
//
// btOK
//
- resources.ApplyResources(this.btOK, "btOK");
+ this.btOK.AccessibleDescription = "";
+ this.btOK.AccessibleName = "";
+ this.btOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+ this.btOK.Location = new System.Drawing.Point(180, 316);
this.btOK.Name = "btOK";
+ this.btOK.Size = new System.Drawing.Size(90, 32);
+ this.btOK.TabIndex = 8;
+ this.btOK.Text = "OK";
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// Panel1
//
- resources.ApplyResources(this.Panel1, "Panel1");
+ this.Panel1.AccessibleDescription = "";
+ this.Panel1.AccessibleName = "";
this.Panel1.BackColor = System.Drawing.SystemColors.Control;
this.Panel1.Controls.Add(this.rbDefault);
this.Panel1.Controls.Add(this.rbSelected);
this.Panel1.Controls.Add(this.rbShow);
this.Panel1.Controls.Add(this.lblStartup);
+ this.Panel1.Location = new System.Drawing.Point(4, 228);
this.Panel1.Name = "Panel1";
+ this.Panel1.Size = new System.Drawing.Size(264, 84);
+ this.Panel1.TabIndex = 9;
//
// SelectLanguage
//
- resources.ApplyResources(this, "$this");
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(272, 352);
this.Controls.Add(this.lstCultures);
this.Controls.Add(this.btOK);
this.Controls.Add(this.Panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "SelectLanguage";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "SelectLanguage";
this.Load += new System.EventHandler(this.SelectLanguage_Load);
this.Panel1.ResumeLayout(false);
this.ResumeLayout(false);
diff --git a/MifareOneTool/SelectLanguage.resx b/MifareOneTool/SelectLanguage.resx
index 7c86551..1af7de1 100644
--- a/MifareOneTool/SelectLanguage.resx
+++ b/MifareOneTool/SelectLanguage.resx
@@ -117,289 +117,4 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
-
-
-
-
- System
-
-
- NoControl
-
-
-
- 6, 62
-
-
- 4, 5, 4, 5
-
-
- 314, 31
-
-
-
- 2
-
-
- Use the selected language
-
-
- rbSelected
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 1
-
-
-
-
-
-
-
-
- System
-
-
- NoControl
-
-
- 6, 31
-
-
- 4, 5, 4, 5
-
-
- 314, 31
-
-
- 1
-
-
- Show this form again
-
-
- rbShow
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 2
-
-
-
-
-
-
-
-
- NoControl
-
-
- 6, 5
-
-
- 4, 0, 4, 0
-
-
- 314, 26
-
-
- 0
-
-
- Next time ...
-
-
- lblStartup
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 3
-
-
-
-
-
-
-
-
- System
-
-
- NoControl
-
-
- 6, 92
-
-
- 4, 5, 4, 5
-
-
- 314, 31
-
-
- 3
-
-
- Use the default language
-
-
- rbDefault
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 0
-
-
-
-
-
-
-
-
- Arial, 9.75pt
-
-
- False
-
-
- 23
-
-
- 6, 6
-
-
- 4, 5, 4, 5
-
-
- 394, 336
-
-
- 7
-
-
- lstCultures
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
-
-
-
-
-
-
- NoControl
-
-
- 270, 486
-
-
- 4, 5, 4, 5
-
-
- 135, 49
-
-
- 8
-
-
- OK
-
-
- btOK
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
-
-
-
-
-
-
-
- 6, 351
-
-
- 4, 5, 4, 5
-
-
- 396, 129
-
-
- 9
-
-
- Panel1
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 2
-
-
- True
-
-
- 9, 20
-
-
- 408, 542
-
-
- 4, 5, 4, 5
-
-
- CenterScreen
-
-
- SelectLanguage
-
-
- SelectLanguage
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
\ No newline at end of file
diff --git a/MifareOneTool/app.config b/MifareOneTool/app.config
index 5603993..7bcf15b 100644
--- a/MifareOneTool/app.config
+++ b/MifareOneTool/app.config
@@ -53,6 +53,9 @@
True
+
+
+
\ No newline at end of file
diff --git a/MifareOneTool/ml_temp_ControlsScan.xml b/MifareOneTool/ml_temp_ControlsScan.xml
index d4a75e5..2b15953 100644
--- a/MifareOneTool/ml_temp_ControlsScan.xml
+++ b/MifareOneTool/ml_temp_ControlsScan.xml
@@ -1058,6 +1058,36 @@
71
Form1.cs
+ comboBox1.Items[0]
+ Items
+
+ System.Windows.Forms.Form
+ 标准
+ BAcomboBox1.Items[0]
+ 8965
+ false
+ 1
+ 0
+ comboBox1.Items[0]
+
+
+ 72
+ Form1.cs
+ comboBox1.Items[1]
+ Items
+
+ System.Windows.Forms.Form
+ 俄语
+ BAcomboBox1.Items[1]
+ 8965
+ false
+ 1
+ 1
+ comboBox1.Items[1]
+
+
+ 73
+ Form1.cs
groupBox1.Text
Text
@@ -1071,7 +1101,7 @@
groupBox1.Text
- 72
+ 74
Form1.cs
groupBox10.Text
Text
@@ -1086,7 +1116,7 @@
groupBox10.Text
- 73
+ 75
Form1.cs
groupBox11.Text
Text
@@ -1101,7 +1131,7 @@
groupBox11.Text
- 74
+ 76
Form1.cs
groupBox12.Text
Text
@@ -1116,7 +1146,7 @@
groupBox12.Text
- 75
+ 77
Form1.cs
groupBox13.Text
Text
@@ -1131,7 +1161,7 @@
groupBox13.Text
- 76
+ 78
Form1.cs
groupBox14.Text
Text
@@ -1146,7 +1176,22 @@
groupBox14.Text
- 77
+ 79
+ Form1.cs
+ groupBox15.Text
+ Text
+
+ System.Windows.Forms.Form
+ 语言和地区
+ BAgroupBox15.Text
+ 8963
+ false
+ 1
+ -1
+ groupBox15.Text
+
+
+ 80
Form1.cs
groupBox2.Text
Text
@@ -1161,7 +1206,7 @@
groupBox2.Text
- 78
+ 81
Form1.cs
groupBox3.Text
Text
@@ -1176,7 +1221,7 @@
groupBox3.Text
- 79
+ 82
Form1.cs
groupBox4.Text
Text
@@ -1191,7 +1236,7 @@
groupBox4.Text
- 80
+ 83
Form1.cs
groupBox5.Text
Text
@@ -1206,7 +1251,7 @@
groupBox5.Text
- 81
+ 84
Form1.cs
groupBox6.Text
Text
@@ -1221,7 +1266,7 @@
groupBox6.Text
- 82
+ 85
Form1.cs
groupBox7.Text
Text
@@ -1236,7 +1281,7 @@
groupBox7.Text
- 83
+ 86
Form1.cs
groupBox8.Text
Text
@@ -1251,7 +1296,7 @@
groupBox8.Text
- 84
+ 87
Form1.cs
groupBox9.Text
Text
@@ -1266,7 +1311,7 @@
groupBox9.Text
- 85
+ 88
Form1.cs
label1.Text
Text
@@ -1282,7 +1327,7 @@
label1.Text
- 86
+ 89
Form1.cs
label10.Text
Text
@@ -1297,7 +1342,7 @@
label10.Text
- 87
+ 90
Form1.cs
label11.Text
Text
@@ -1312,7 +1357,22 @@
label11.Text
- 88
+ 91
+ Form1.cs
+ label12.Text
+ Text
+
+ System.Windows.Forms.Form
+ 选择界面语言
+ BAlabel12.Text
+ 8963
+ false
+ 1
+ -1
+ label12.Text
+
+
+ 92
Form1.cs
label2.Text
Text
@@ -1327,7 +1387,7 @@
label2.Text
- 89
+ 93
Form1.cs
label3.Text
Text
@@ -1342,7 +1402,7 @@
label3.Text
- 90
+ 94
Form1.cs
label4.Text
Text
@@ -1357,7 +1417,7 @@
label4.Text
- 91
+ 95
Form1.cs
label5.Text
Text
@@ -1383,7 +1443,7 @@
label5.Text
- 92
+ 96
Form1.cs
label6.Text
Text
@@ -1398,7 +1458,7 @@
label6.Text
- 93
+ 97
Form1.cs
label7.Text
Text
@@ -1414,7 +1474,7 @@
label7.Text
- 94
+ 98
Form1.cs
label8.Text
Text
@@ -1430,7 +1490,7 @@
label8.Text
- 95
+ 99
Form1.cs
label9.Text
Text
@@ -1445,7 +1505,7 @@
label9.Text
- 96
+ 100
Form1.cs
richTextBox1.Text
Text
@@ -1462,7 +1522,7 @@
richTextBox1.Text
- 97
+ 101
Form1.cs
statusLabel.Text
Text
@@ -1477,7 +1537,7 @@
statusLabel.Text
- 98
+ 102
Form1.cs
statusStrip1.Text
Text
@@ -1492,7 +1552,7 @@
statusStrip1.Text
- 99
+ 103
Form1.cs
tabPage1.Text
Text
@@ -1507,7 +1567,7 @@
tabPage1.Text
- 100
+ 104
Form1.cs
tabPage2.Text
Text
@@ -1522,7 +1582,7 @@
tabPage2.Text
- 101
+ 105
Form1.cs
tabPage3.Text
Text
@@ -1537,7 +1597,7 @@
tabPage3.Text
- 102
+ 106
Form1.cs
toolStripCheckUpdate.Text
Text
@@ -1552,7 +1612,7 @@
toolStripCheckUpdate.Text
- 103
+ 107
Form1.cs
toolStripCheckUpdate.ToolTipText
ToolTipText
@@ -1567,7 +1627,7 @@
toolStripCheckUpdate.ToolTipText
- 104
+ 108
Form1.cs
richTextBox1.Lines[0]
Lines
@@ -1582,7 +1642,7 @@
richTextBox1.Lines[0]
- 105
+ 109
Form1.cs
richTextBox1.Lines[1]
Lines
@@ -1597,7 +1657,7 @@
richTextBox1.Lines[1]
- 106
+ 110
Form1.cs
richTextBox1.Lines[2]
Lines
@@ -1612,7 +1672,7 @@
richTextBox1.Lines[2]
- 107
+ 111
FormDiff.cs
FormDiff.cs
FormDiff.cs
@@ -1627,7 +1687,7 @@
- 108
+ 112
FormDiff.cs
FormDiff.Text
Text
@@ -1642,7 +1702,7 @@
$this.Text
- 109
+ 113
FormDiff.cs
button1.Text
Text
@@ -1657,7 +1717,7 @@
button1.Text
- 110
+ 114
FormDiff.cs
button2.Text
Text
@@ -1672,7 +1732,7 @@
button2.Text
- 111
+ 115
FormDiff.cs
button3.Text
Text
@@ -1687,7 +1747,7 @@
button3.Text
- 112
+ 116
FormDiff.cs
richTextBox1.Text
Text
@@ -1706,7 +1766,7 @@
richTextBox1.Text
- 113
+ 117
FormDiff.cs
richTextBox1.Lines[0]
Lines
@@ -1721,7 +1781,7 @@
richTextBox1.Lines[0]
- 114
+ 118
FormDiff.cs
richTextBox1.Lines[1]
Lines
@@ -1736,7 +1796,7 @@
richTextBox1.Lines[1]
- 115
+ 119
FormDiff.cs
richTextBox1.Lines[2]
Lines
@@ -1751,7 +1811,7 @@
richTextBox1.Lines[2]
- 116
+ 120
FormDiff.cs
richTextBox1.Lines[3]
Lines
@@ -1766,7 +1826,7 @@
richTextBox1.Lines[3]
- 117
+ 121
FormDiff.cs
richTextBox1.Lines[4]
Lines
@@ -1781,7 +1841,7 @@
richTextBox1.Lines[4]
- 118
+ 122
FormHardNes.cs
FormHardNes.cs
FormHardNes.cs
@@ -1796,7 +1856,7 @@
- 119
+ 123
FormHardNes.cs
FormHardNes.Text
Text
@@ -1811,7 +1871,7 @@
$this.Text
- 120
+ 124
FormHardNes.cs
button1.Text
Text
@@ -1826,7 +1886,7 @@
button1.Text
- 121
+ 125
FormHardNes.cs
button2.Text
Text
@@ -1841,7 +1901,7 @@
button2.Text
- 122
+ 126
FormHardNes.cs
checkBoxColOnly.Text
Text
@@ -1856,7 +1916,7 @@
checkBoxColOnly.Text
- 123
+ 127
FormHardNes.cs
groupBox1.Text
Text
@@ -1871,7 +1931,7 @@
groupBox1.Text
- 124
+ 128
FormHardNes.cs
groupBox2.Text
Text
@@ -1886,7 +1946,7 @@
groupBox2.Text
- 125
+ 129
FormHardNes.cs
keyEdit.Text
Text
@@ -1901,7 +1961,7 @@
keyEdit.Text
- 126
+ 130
FormHardNes.cs
label1.Text
Text
@@ -1916,7 +1976,7 @@
label1.Text
- 127
+ 131
FormHardNes.cs
label2.Text
Text
@@ -1931,7 +1991,7 @@
label2.Text
- 128
+ 132
FormHardNes.cs
label3.Text
Text
@@ -1946,7 +2006,7 @@
label3.Text
- 129
+ 133
FormHardNes.cs
label4.Text
Text
@@ -1961,7 +2021,7 @@
label4.Text
- 130
+ 134
FormHardNes.cs
label5.Text
Text
@@ -1976,7 +2036,7 @@
label5.Text
- 131
+ 135
FormHardNes.cs
label6.Text
Text
@@ -1991,7 +2051,7 @@
label6.Text
- 132
+ 136
FormHardNes.cs
radioKey1A.Text
Text
@@ -2006,7 +2066,7 @@
radioKey1A.Text
- 133
+ 137
FormHardNes.cs
radioKey1B.Text
Text
@@ -2021,7 +2081,7 @@
radioKey1B.Text
- 134
+ 138
FormHardNes.cs
radioKey2A.Text
Text
@@ -2036,7 +2096,7 @@
radioKey2A.Text
- 135
+ 139
FormHardNes.cs
radioKey2B.Text
Text
@@ -2051,7 +2111,7 @@
radioKey2B.Text
- 136
+ 140
FormHardNes.cs
sector1.Text
Text
@@ -2066,7 +2126,7 @@
sector1.Text
- 137
+ 141
FormHardNes.cs
keyEdit.Lines[0]
Lines
@@ -2081,7 +2141,7 @@
keyEdit.Lines[0]
- 138
+ 142
FormHardNes.cs
sector1.Lines[0]
Lines
@@ -2096,7 +2156,7 @@
sector1.Lines[0]
- 139
+ 143
FormHTool.cs
FormHTool.cs
FormHTool.cs
@@ -2111,7 +2171,7 @@
- 140
+ 144
FormHTool.cs
FormHTool.Text
Text
@@ -2126,7 +2186,7 @@
$this.Text
- 141
+ 145
FormHTool.cs
buttonSaveSectorEdit.Text
Text
@@ -2141,7 +2201,7 @@
buttonSaveSectorEdit.Text
- 142
+ 146
FormHTool.cs
Column1.HeaderText
HeaderText
@@ -2156,7 +2216,7 @@
Column1.HeaderText
- 143
+ 147
FormHTool.cs
comboBox1.Items[0]
Items
@@ -2171,7 +2231,7 @@
comboBox1.Items[0]
- 144
+ 148
FormHTool.cs
comboBox1.Items[1]
Items
@@ -2186,7 +2246,7 @@
comboBox1.Items[1]
- 145
+ 149
FormHTool.cs
comboBox1.Items[2]
Items
@@ -2201,7 +2261,7 @@
comboBox1.Items[2]
- 146
+ 150
FormHTool.cs
comboBox1.Items[3]
Items
@@ -2216,7 +2276,7 @@
comboBox1.Items[3]
- 147
+ 151
FormHTool.cs
comboBox1.Items[4]
Items
@@ -2231,7 +2291,7 @@
comboBox1.Items[4]
- 148
+ 152
FormHTool.cs
comboBox1.Items[5]
Items
@@ -2246,7 +2306,7 @@
comboBox1.Items[5]
- 149
+ 153
FormHTool.cs
comboBox1.Items[6]
Items
@@ -2261,7 +2321,7 @@
comboBox1.Items[6]
- 150
+ 154
FormHTool.cs
comboBox1.Items[7]
Items
@@ -2276,7 +2336,7 @@
comboBox1.Items[7]
- 151
+ 155
FormHTool.cs
comboBox2.Items[0]
Items
@@ -2291,7 +2351,7 @@
comboBox2.Items[0]
- 152
+ 156
FormHTool.cs
comboBox2.Items[1]
Items
@@ -2306,7 +2366,7 @@
comboBox2.Items[1]
- 153
+ 157
FormHTool.cs
comboBox2.Items[2]
Items
@@ -2321,7 +2381,7 @@
comboBox2.Items[2]
- 154
+ 158
FormHTool.cs
comboBox2.Items[3]
Items
@@ -2336,7 +2396,7 @@
comboBox2.Items[3]
- 155
+ 159
FormHTool.cs
comboBox2.Items[4]
Items
@@ -2351,7 +2411,7 @@
comboBox2.Items[4]
- 156
+ 160
FormHTool.cs
comboBox2.Items[5]
Items
@@ -2366,7 +2426,7 @@
comboBox2.Items[5]
- 157
+ 161
FormHTool.cs
comboBox2.Items[6]
Items
@@ -2381,7 +2441,7 @@
comboBox2.Items[6]
- 158
+ 162
FormHTool.cs
comboBox2.Items[7]
Items
@@ -2396,7 +2456,7 @@
comboBox2.Items[7]
- 159
+ 163
FormHTool.cs
comboBox3.Items[0]
Items
@@ -2411,7 +2471,7 @@
comboBox3.Items[0]
- 160
+ 164
FormHTool.cs
comboBox3.Items[1]
Items
@@ -2426,7 +2486,7 @@
comboBox3.Items[1]
- 161
+ 165
FormHTool.cs
comboBox3.Items[2]
Items
@@ -2441,7 +2501,7 @@
comboBox3.Items[2]
- 162
+ 166
FormHTool.cs
comboBox3.Items[3]
Items
@@ -2456,7 +2516,7 @@
comboBox3.Items[3]
- 163
+ 167
FormHTool.cs
comboBox3.Items[4]
Items
@@ -2471,7 +2531,7 @@
comboBox3.Items[4]
- 164
+ 168
FormHTool.cs
comboBox3.Items[5]
Items
@@ -2486,7 +2546,7 @@
comboBox3.Items[5]
- 165
+ 169
FormHTool.cs
comboBox3.Items[6]
Items
@@ -2501,7 +2561,7 @@
comboBox3.Items[6]
- 166
+ 170
FormHTool.cs
comboBox3.Items[7]
Items
@@ -2516,7 +2576,7 @@
comboBox3.Items[7]
- 167
+ 171
FormHTool.cs
comboBox4.Items[0]
Items
@@ -2531,7 +2591,7 @@
comboBox4.Items[0]
- 168
+ 172
FormHTool.cs
comboBox4.Items[1]
Items
@@ -2546,7 +2606,7 @@
comboBox4.Items[1]
- 169
+ 173
FormHTool.cs
comboBox4.Items[2]
Items
@@ -2561,7 +2621,7 @@
comboBox4.Items[2]
- 170
+ 174
FormHTool.cs
comboBox4.Items[3]
Items
@@ -2576,7 +2636,7 @@
comboBox4.Items[3]
- 171
+ 175
FormHTool.cs
comboBox4.Items[4]
Items
@@ -2591,7 +2651,7 @@
comboBox4.Items[4]
- 172
+ 176
FormHTool.cs
comboBox4.Items[5]
Items
@@ -2606,7 +2666,7 @@
comboBox4.Items[5]
- 173
+ 177
FormHTool.cs
comboBox4.Items[6]
Items
@@ -2621,7 +2681,7 @@
comboBox4.Items[6]
- 174
+ 178
FormHTool.cs
comboBox4.Items[7]
Items
@@ -2636,7 +2696,7 @@
comboBox4.Items[7]
- 175
+ 179
FormHTool.cs
groupBox1.Text
Text
@@ -2651,7 +2711,7 @@
groupBox1.Text
- 176
+ 180
FormHTool.cs
groupBox2.Text
Text
@@ -2666,7 +2726,7 @@
groupBox2.Text
- 177
+ 181
FormHTool.cs
groupBox3.Text
Text
@@ -2681,7 +2741,7 @@
groupBox3.Text
- 178
+ 182
FormHTool.cs
label1.Text
Text
@@ -2696,7 +2756,7 @@
label1.Text
- 179
+ 183
FormHTool.cs
label2.Text
Text
@@ -2711,7 +2771,7 @@
label2.Text
- 180
+ 184
FormHTool.cs
label3.Text
Text
@@ -2726,7 +2786,7 @@
label3.Text
- 181
+ 185
FormHTool.cs
label4.Text
Text
@@ -2741,7 +2801,7 @@
label4.Text
- 182
+ 186
FormHTool.cs
label5.Text
Text
@@ -2756,7 +2816,7 @@
label5.Text
- 183
+ 187
FormHTool.cs
label6.Text
Text
@@ -2771,7 +2831,7 @@
label6.Text
- 184
+ 188
FormHTool.cs
label7.Text
Text
@@ -2786,7 +2846,7 @@
label7.Text
- 185
+ 189
FormHTool.cs
label8.Text
Text
@@ -2801,7 +2861,7 @@
label8.Text
- 186
+ 190
FormHTool.cs
label9.Text
Text
@@ -2816,7 +2876,7 @@
label9.Text
- 187
+ 191
FormHTool.cs
labelCurSec.Text
Text
@@ -2831,7 +2891,7 @@
labelCurSec.Text
- 188
+ 192
FormHTool.cs
menuStrip1.Text
Text
@@ -2846,7 +2906,7 @@
menuStrip1.Text
- 189
+ 193
FormHTool.cs
richTextBox1.Text
Text
@@ -2863,7 +2923,7 @@
richTextBox1.Text
- 190
+ 194
FormHTool.cs
保存ToolStripMenuItem.Text
Text
@@ -2878,7 +2938,7 @@
保存ToolStripMenuItem.Text
- 191
+ 195
FormHTool.cs
修改UIDToolStripMenuItem.Text
Text
@@ -2893,7 +2953,7 @@
修改UIDToolStripMenuItem.Text
- 192
+ 196
FormHTool.cs
列出全卡密钥ToolStripMenuItem.Text
Text
@@ -2908,7 +2968,7 @@
列出全卡密钥ToolStripMenuItem.Text
- 193
+ 197
FormHTool.cs
另存为ToolStripMenuItem.Text
Text
@@ -2923,7 +2983,7 @@
另存为ToolStripMenuItem.Text
- 194
+ 198
FormHTool.cs
导入MCT格式ToolStripMenuItem.Text
Text
@@ -2938,7 +2998,7 @@
导入MCT格式ToolStripMenuItem.Text
- 195
+ 199
FormHTool.cs
导出为MCT格式ToolStripMenuItem.Text
Text
@@ -2953,7 +3013,7 @@
导出为MCT格式ToolStripMenuItem.Text
- 196
+ 200
FormHTool.cs
导出密钥字典ToolStripMenuItem.Text
Text
@@ -2968,7 +3028,7 @@
导出密钥字典ToolStripMenuItem.Text
- 197
+ 201
FormHTool.cs
工具ToolStripMenuItem.Text
Text
@@ -2983,7 +3043,7 @@
工具ToolStripMenuItem.Text
- 198
+ 202
FormHTool.cs
打开ToolStripMenuItem.Text
Text
@@ -2998,7 +3058,7 @@
打开ToolStripMenuItem.Text
- 199
+ 203
FormHTool.cs
文件ToolStripMenuItem.Text
Text
@@ -3013,7 +3073,7 @@
文件ToolStripMenuItem.Text
- 200
+ 204
FormHTool.cs
新建ToolStripMenuItem.Text
Text
@@ -3028,7 +3088,7 @@
新建ToolStripMenuItem.Text
- 201
+ 205
FormHTool.cs
检查全卡ToolStripMenuItem.Text
Text
@@ -3043,7 +3103,7 @@
检查全卡ToolStripMenuItem.Text
- 202
+ 206
FormHTool.cs
检查并纠正全卡ToolStripMenuItem.Text
Text
@@ -3058,7 +3118,7 @@
检查并纠正全卡ToolStripMenuItem.Text
- 203
+ 207
FormHTool.cs
退出ToolStripMenuItem.Text
Text
@@ -3073,7 +3133,7 @@
退出ToolStripMenuItem.Text
- 204
+ 208
FormHTool.cs
richTextBox1.Lines[0]
Lines
@@ -3088,7 +3148,7 @@
richTextBox1.Lines[0]
- 205
+ 209
FormHTool.cs
richTextBox1.Lines[1]
Lines
@@ -3103,7 +3163,7 @@
richTextBox1.Lines[1]
- 206
+ 210
FormHTool.cs
richTextBox1.Lines[2]
Lines
@@ -3118,7 +3178,7 @@
richTextBox1.Lines[2]
- 207
+ 211
FormMFF08.cs
FormMFF08.cs
FormMFF08.cs
@@ -3133,7 +3193,7 @@
- 208
+ 212
FormMFF08.cs
FormMFF08.Text
Text
@@ -3148,7 +3208,7 @@
$this.Text
- 209
+ 213
FormMFF08.cs
buttonClr.Text
Text
@@ -3163,7 +3223,7 @@
buttonClr.Text
- 210
+ 214
FormMFF08.cs
buttonKeyWrite.Text
Text
@@ -3180,7 +3240,7 @@ CUID卡
buttonKeyWrite.Text
- 211
+ 215
FormMFF08.cs
buttonLoadKey.Text
Text
@@ -3195,7 +3255,7 @@ CUID卡
buttonLoadKey.Text
- 212
+ 216
FormMFF08.cs
buttonWriteEmpty.Text
Text
@@ -3212,7 +3272,7 @@ CUID卡
buttonWriteEmpty.Text
- 213
+ 217
FormMFF08.cs
groupBox1.Text
Text
@@ -3227,7 +3287,7 @@ CUID卡
groupBox1.Text
- 214
+ 218
FormMFF08.cs
groupBox2.Text
Text
@@ -3242,7 +3302,7 @@ CUID卡
groupBox2.Text
- 215
+ 219
FormMFF08.cs
groupBox3.Text
Text
@@ -3257,7 +3317,7 @@ CUID卡
groupBox3.Text
- 216
+ 220
FormMFF08.cs
label1.Text
Text
@@ -3274,7 +3334,7 @@ CUID卡
label1.Text
- 217
+ 221
FormMFF08.cs
label2.Text
Text
@@ -3289,7 +3349,7 @@ CUID卡
label2.Text
- 218
+ 222
FormMFF08.cs
logBox.Text
Text
@@ -3309,7 +3369,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
logBox.Text
- 219
+ 223
FormMFF08.cs
logBox.Lines[0]
Lines
@@ -3324,7 +3384,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
logBox.Lines[0]
- 220
+ 224
FormMFF08.cs
logBox.Lines[1]
Lines
@@ -3339,7 +3399,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
logBox.Lines[1]
- 221
+ 225
FormMFF08.cs
logBox.Lines[2]
Lines
@@ -3354,7 +3414,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
logBox.Lines[2]
- 222
+ 226
FormMFF08.cs
logBox.Lines[3]
Lines
@@ -3369,7 +3429,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
logBox.Lines[3]
- 223
+ 227
FormMFF08.cs
logBox.Lines[4]
Lines
@@ -3384,7 +3444,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
logBox.Lines[4]
- 224
+ 228
FormMFF08.cs
logBox.Lines[5]
Lines
@@ -3398,109 +3458,4 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
5
logBox.Lines[5]
-
- 225
- SelectLanguage.cs
- SelectLanguage.cs
- SelectLanguage.cs
-
- System.Windows.Forms.Form
-
- SelectLanguage.cs
- 0
- false
- 0
- -1
-
-
-
- 226
- SelectLanguage.cs
- SelectLanguage.Text
- Text
-
- System.Windows.Forms.Form
- SelectLanguage
- AASelectLanguage.Text
- 8963
- false
- 1
- -1
- $this.Text
-
-
- 227
- SelectLanguage.cs
- btOK.Text
- Text
-
- System.Windows.Forms.Form
- OK
- BAbtOK.Text
- 8963
- false
- 1
- -1
- btOK.Text
-
-
- 228
- SelectLanguage.cs
- lblStartup.Text
- Text
-
- System.Windows.Forms.Form
- Next time ...
- BAlblStartup.Text
- 8963
- false
- 1
- -1
- lblStartup.Text
-
-
- 229
- SelectLanguage.cs
- rbDefault.Text
- Text
-
- System.Windows.Forms.Form
- Use the default language
- BArbDefault.Text
- 8963
- false
- 1
- -1
- rbDefault.Text
-
-
- 230
- SelectLanguage.cs
- rbSelected.Text
- Text
-
- System.Windows.Forms.Form
- Use the selected language
- BArbSelected.Text
- 8963
- false
- 1
- -1
- rbSelected.Text
-
-
- 231
- SelectLanguage.cs
- rbShow.Text
- Text
-
- System.Windows.Forms.Form
- Show this form again
- BArbShow.Text
- 8963
- false
- 1
- -1
- rbShow.Text
-
\ No newline at end of file
diff --git a/MifareOneTool/ml_temp_SourceScan.xml b/MifareOneTool/ml_temp_SourceScan.xml
index 14d6fb9..e1f658f 100644
--- a/MifareOneTool/ml_temp_SourceScan.xml
+++ b/MifareOneTool/ml_temp_SourceScan.xml
@@ -350,14 +350,14 @@
18
Form1.cs
- 33
+ 36
45
207
有任务运行中,不可执行。
false
0
- 33
- 33
+ 36
+ 36
false
false
buttonListDev_Click
@@ -371,14 +371,14 @@
19
Form1.cs
- 33
+ 36
68
208
设备忙
false
1
- 33
- 33
+ 36
+ 36
false
false
buttonListDev_Click
@@ -392,14 +392,14 @@
20
Form1.cs
- 34
+ 37
37
209
MifareOne Tool - 运行中
false
0
- 34
- 34
+ 37
+ 37
false
false
buttonListDev_Click
@@ -413,13 +413,13 @@
21
Form1.cs
- 36
+ 39
28
libnfc.conf
false
0
- 36
- 36
+ 39
+ 39
false
false
buttonListDev_Click
@@ -432,13 +432,13 @@
22
Form1.cs
- 46
+ 49
27
allow_autoscan =
false
0
- 46
- 46
+ 49
+ 49
false
false
writeConfig
@@ -451,13 +451,13 @@
23
Form1.cs
- 46
+ 49
61
true
false
1
- 46
- 46
+ 49
+ 49
false
false
writeConfig
@@ -470,13 +470,13 @@
24
Form1.cs
- 46
+ 49
70
false
false
2
- 46
- 46
+ 49
+ 49
false
false
writeConfig
@@ -489,14 +489,14 @@
25
Form1.cs
- 46
+ 49
81
false
3
- 46
- 46
+ 49
+ 49
false
false
writeConfig
@@ -509,13 +509,13 @@
26
Form1.cs
- 47
+ 50
21
allow_intrusive_scan =
false
0
- 47
- 47
+ 50
+ 50
false
false
writeConfig
@@ -528,13 +528,13 @@
27
Form1.cs
- 47
+ 50
60
true
false
1
- 47
- 47
+ 50
+ 50
false
false
writeConfig
@@ -547,13 +547,13 @@
28
Form1.cs
- 47
+ 50
69
false
false
2
- 47
- 47
+ 50
+ 50
false
false
writeConfig
@@ -566,14 +566,14 @@
29
Form1.cs
- 47
+ 50
80
false
3
- 47
- 47
+ 50
+ 50
false
false
writeConfig
@@ -586,14 +586,14 @@
30
Form1.cs
- 48
+ 51
21
device.name = "NFC-Device"
false
0
- 48
- 48
+ 51
+ 51
false
false
writeConfig
@@ -606,13 +606,13 @@
31
Form1.cs
- 49
+ 52
21
device.connstring = "
false
0
- 49
- 49
+ 52
+ 52
false
false
writeConfig
@@ -625,13 +625,13 @@
32
Form1.cs
- 49
+ 52
57
"
false
1
- 49
- 49
+ 52
+ 52
false
false
writeConfig
@@ -644,13 +644,13 @@
33
Form1.cs
- 50
+ 53
32
libnfc.conf
false
0
- 50
- 50
+ 53
+ 53
false
false
writeConfig
@@ -663,14 +663,14 @@
34
Form1.cs
- 51
+ 54
30
210
设备串口:
false
0
- 51
- 51
+ 54
+ 54
false
false
writeConfig
@@ -684,13 +684,13 @@
35
Form1.cs
- 51
+ 54
63
pn532_uart:
false
1
- 51
- 51
+ 54
+ 54
false
false
writeConfig
@@ -703,13 +703,13 @@
36
Form1.cs
- 51
+ 54
90
:115200
false
2
- 51
- 51
+ 54
+ 54
false
false
writeConfig
@@ -722,14 +722,14 @@
37
Form1.cs
- 60
+ 63
24
211
MifareOne Tool - 运行完毕
false
0
- 60
- 60
+ 63
+ 63
false
false
default_rpt
@@ -743,13 +743,13 @@
38
Form1.cs
- 69
+ 72
52
auto_keys
false
0
- 69
- 69
+ 72
+ 72
false
false
default_rpt
@@ -762,13 +762,13 @@
39
Form1.cs
- 70
+ 73
44
auto_keys\
false
0
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -781,13 +781,13 @@
40
Form1.cs
- 70
+ 73
70
_
false
1
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -800,13 +800,13 @@
41
Form1.cs
- 70
+ 73
108
/
false
2
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -819,13 +819,13 @@
42
Form1.cs
- 70
+ 73
113
-
false
3
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -838,13 +838,13 @@
43
Form1.cs
- 70
+ 73
126
false
4
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -857,13 +857,13 @@
44
Form1.cs
- 70
+ 73
131
_
false
5
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -876,13 +876,13 @@
45
Form1.cs
- 70
+ 73
144
:
false
6
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -895,13 +895,13 @@
46
Form1.cs
- 70
+ 73
149
-
false
7
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -914,13 +914,13 @@
47
Form1.cs
- 70
+ 73
156
.mfd
false
8
- 70
- 70
+ 73
+ 73
false
false
default_rpt
@@ -933,14 +933,14 @@
48
Form1.cs
- 76
+ 79
35
212
##已自动保存-
false
0
- 76
- 76
+ 79
+ 79
false
false
default_rpt
@@ -954,13 +954,13 @@
49
Form1.cs
- 76
+ 79
66
##
false
1
- 76
- 76
+ 79
+ 79
false
false
default_rpt
@@ -973,14 +973,14 @@
50
Form1.cs
- 81
+ 84
35
213
##缓存文件异常##
false
0
- 81
- 81
+ 84
+ 84
false
false
default_rpt
@@ -994,14 +994,14 @@
51
Form1.cs
- 90
+ 93
33
214
请选择MFD文件保存位置及文件名
false
0
- 90
- 90
+ 93
+ 93
false
false
default_rpt
@@ -1015,14 +1015,14 @@
52
Form1.cs
- 92
+ 95
34
215
DUMP文件|*.dump|MFD文件|*.mfd
false
0
- 92
- 92
+ 95
+ 95
false
false
default_rpt
@@ -1036,14 +1036,14 @@
53
Form1.cs
- 102
+ 105
39
216
##已保存-
false
0
- 102
- 102
+ 105
+ 105
false
false
default_rpt
@@ -1057,13 +1057,13 @@
54
Form1.cs
- 102
+ 105
72
##
false
1
- 102
- 102
+ 105
+ 105
false
false
default_rpt
@@ -1076,14 +1076,14 @@
55
Form1.cs
- 107
+ 110
39
217
##未保存##
false
0
- 107
- 107
+ 110
+ 110
false
false
default_rpt
@@ -1097,14 +1097,14 @@
56
Form1.cs
- 113
+ 116
35
213
##缓存文件异常##
false
0
- 113
- 113
+ 116
+ 116
false
false
default_rpt
@@ -1118,14 +1118,14 @@
57
Form1.cs
- 118
+ 121
24
211
MifareOne Tool - 运行完毕
false
0
- 118
- 118
+ 121
+ 121
false
false
default_rpt
@@ -1139,14 +1139,14 @@
58
Form1.cs
- 123
+ 126
27
218
##Nonce收集完毕##
false
0
- 123
- 123
+ 126
+ 126
false
false
default_rpt
@@ -1160,14 +1160,14 @@
59
Form1.cs
- 124
+ 127
27
219
您可以上传到云计算服务节点进行计算。
false
0
- 124
- 124
+ 127
+ 127
false
false
default_rpt
@@ -1181,14 +1181,14 @@
60
Form1.cs
- 127
+ 130
24
211
MifareOne Tool - 运行完毕
false
0
- 127
- 127
+ 130
+ 130
false
false
default_rpt
@@ -1202,14 +1202,14 @@
61
Form1.cs
- 131
+ 134
27
220
识别了以下设备:
false
0
- 131
- 131
+ 134
+ 134
false
false
default_rpt
@@ -1223,14 +1223,14 @@
62
Form1.cs
- 139
+ 142
31
221
将自动选择首个设备:
false
0
- 139
- 139
+ 142
+ 142
false
false
default_rpt
@@ -1244,14 +1244,14 @@
63
Form1.cs
- 147
+ 150
31
222
没有发现任何有效的NFC设备。
false
0
- 147
- 147
+ 150
+ 150
false
false
default_rpt
@@ -1265,14 +1265,14 @@
64
Form1.cs
- 148
+ 151
31
223
请检查接线是否正确/驱动是否正常安装/设备电源是否已经打开(对于具有电源开关的型号)。
false
0
- 148
- 148
+ 151
+ 151
false
false
default_rpt
@@ -1286,14 +1286,14 @@
65
Form1.cs
- 160
+ 163
44
false
0
- 160
- 160
+ 163
+ 163
false
false
logAppend
@@ -1306,13 +1306,13 @@
66
Form1.cs
- 167
+ 170
58
nfc-bin/nfc-scan-device.exe
false
0
- 167
- 167
+ 170
+ 170
false
false
list_dev
@@ -1325,14 +1325,14 @@
67
Form1.cs
- 175
+ 178
33
224
开始执行检测设备……
false
0
- 175
- 175
+ 178
+ 178
false
false
list_dev
@@ -1346,13 +1346,13 @@
68
Form1.cs
- 184
+ 187
57
pn532_uart:COM\d+:115200
false
0
- 184
- 184
+ 187
+ 187
false
false
list_dev
@@ -1365,14 +1365,14 @@
69
Form1.cs
- 200
+ 203
35
225
##运行完毕##
false
0
- 200
- 200
+ 203
+ 203
false
false
list_dev
@@ -1386,14 +1386,14 @@
70
Form1.cs
- 205
+ 208
23
226
#软件版本
false
0
- 205
- 205
+ 208
+ 208
false
false
Form1_Load
@@ -1407,14 +1407,14 @@
71
Form1.cs
- 206
+ 209
38
227
本地版本
false
0
- 206
- 206
+ 209
+ 209
false
false
Form1_Load
@@ -1428,13 +1428,13 @@
72
Form1.cs
- 207
+ 210
40
auto_keys
false
0
- 207
- 207
+ 210
+ 210
false
false
Form1_Load
@@ -1447,13 +1447,13 @@
73
Form1.cs
- 225
+ 228
34
libnfc.conf
false
0
- 225
- 225
+ 228
+ 228
false
false
Form1_Load
@@ -1466,13 +1466,13 @@
74
Form1.cs
- 227
+ 230
56
libnfc.conf
false
0
- 227
- 227
+ 230
+ 230
false
false
Form1_Load
@@ -1485,13 +1485,13 @@
75
Form1.cs
- 230
+ 233
46
device.connstring = "pn532_uart:
false
0
- 230
- 230
+ 233
+ 233
false
false
Form1_Load
@@ -1504,14 +1504,14 @@
76
Form1.cs
- 232
+ 235
46
210
设备串口:
false
0
- 232
- 232
+ 235
+ 235
false
false
Form1_Load
@@ -1525,13 +1525,13 @@
77
Form1.cs
- 232
+ 235
77
device.connstring = "pn532_uart:
false
1
- 232
- 232
+ 235
+ 235
false
false
Form1_Load
@@ -1544,13 +1544,13 @@
78
Form1.cs
- 232
+ 235
126
:115200"
false
2
- 232
- 232
+ 235
+ 235
false
false
Form1_Load
@@ -1563,14 +1563,14 @@
79
Form1.cs
- 241
+ 244
45
207
有任务运行中,不可执行。
false
0
- 241
- 241
+ 244
+ 244
false
false
buttonScanCard_Click
@@ -1584,14 +1584,14 @@
80
Form1.cs
- 241
+ 244
68
208
设备忙
false
1
- 241
- 241
+ 244
+ 244
false
false
buttonScanCard_Click
@@ -1605,14 +1605,14 @@
81
Form1.cs
- 241
+ 244
164
209
MifareOne Tool - 运行中
false
2
- 241
- 241
+ 244
+ 244
false
false
buttonScanCard_Click
@@ -1626,13 +1626,13 @@
82
Form1.cs
- 252
+ 255
58
nfc-bin/nfc-list.exe
false
0
- 252
- 252
+ 255
+ 255
false
false
list_tag
@@ -1645,14 +1645,14 @@
83
Form1.cs
- 260
+ 263
32
228
开始执行扫描卡片……
false
0
- 260
- 260
+ 263
+ 263
false
false
list_tag
@@ -1666,14 +1666,14 @@
84
Form1.cs
- 269
+ 272
35
225
##运行完毕##
false
0
- 269
- 269
+ 272
+ 272
false
false
list_tag
@@ -1687,13 +1687,13 @@
85
Form1.cs
- 276
+ 279
58
nfc-bin/nfc-list.exe
false
0
- 276
- 276
+ 279
+ 279
false
false
GetUID
@@ -1706,13 +1706,13 @@
86
Form1.cs
- 285
+ 288
32
UID\s\(NFCID1\)\: ([0-9A-Fa-f]{2}\s\s[0-9A-Fa-f]{2}\s\s[0-9A-Fa-f]{2}\s\s[0-9A-Fa-f]{2})
false
0
- 285
- 285
+ 288
+ 288
true
false
GetUID
@@ -1725,13 +1725,13 @@
87
Form1.cs
- 288
+ 291
79
false
0
- 288
- 288
+ 291
+ 291
false
false
GetUID
@@ -1744,13 +1744,13 @@
88
Form1.cs
- 288
+ 291
96
UID(NFCID1):
false
1
- 288
- 288
+ 291
+ 291
false
false
GetUID
@@ -1763,13 +1763,13 @@
89
Form1.cs
- 298
+ 301
36
auto_keys
false
0
- 298
- 298
+ 301
+ 301
false
false
LoadUidKey
@@ -1782,13 +1782,13 @@
90
Form1.cs
- 300
+ 303
44
auto_keys
false
0
- 300
- 300
+ 303
+ 303
false
false
LoadUidKey
@@ -1801,14 +1801,14 @@
91
Form1.cs
- 304
+ 307
23
229
正在检索是否存在key.mfd…
false
0
- 304
- 304
+ 307
+ 307
false
false
LoadUidKey
@@ -1822,13 +1822,13 @@
92
Form1.cs
- 305
+ 308
60
auto_keys
false
0
- 305
- 305
+ 308
+ 308
false
false
LoadUidKey
@@ -1841,13 +1841,13 @@
93
Form1.cs
- 305
+ 308
73
*.mfd
false
1
- 305
- 305
+ 308
+ 308
false
false
LoadUidKey
@@ -1860,13 +1860,13 @@
94
Form1.cs
- 309
+ 312
42
auto_keys\
false
0
- 309
- 309
+ 312
+ 312
false
false
LoadUidKey
@@ -1879,14 +1879,14 @@
95
Form1.cs
- 311
+ 314
31
230
已找到!K=
false
0
- 311
- 311
+ 314
+ 314
false
false
LoadUidKey
@@ -1900,13 +1900,13 @@
96
Form1.cs
- 313
+ 316
45
K=
false
0
- 313
- 313
+ 316
+ 316
false
false
LoadUidKey
@@ -1919,14 +1919,14 @@
97
Form1.cs
- 324
+ 327
45
207
有任务运行中,不可执行。
false
0
- 324
- 324
+ 327
+ 327
false
false
buttonMfRead_Click
@@ -1940,14 +1940,14 @@
98
Form1.cs
- 324
+ 327
68
208
设备忙
false
1
- 324
- 324
+ 327
+ 327
false
false
buttonMfRead_Click
@@ -1961,14 +1961,14 @@
99
Form1.cs
- 324
+ 327
164
209
MifareOne Tool - 运行中
false
2
- 324
- 324
+ 327
+ 327
false
false
buttonMfRead_Click
@@ -1982,13 +1982,13 @@
100
Form1.cs
- 325
+ 328
28
MfRead.tmp
false
0
- 325
- 325
+ 328
+ 328
false
false
buttonMfRead_Click
@@ -2001,13 +2001,13 @@
101
Form1.cs
- 326
+ 329
26
A
false
0
- 326
- 326
+ 329
+ 329
false
false
buttonMfRead_Click
@@ -2020,13 +2020,13 @@
102
Form1.cs
- 340
+ 343
23
C
false
0
- 340
- 340
+ 343
+ 343
false
false
buttonMfRead_Click
@@ -2039,14 +2039,14 @@
103
Form1.cs
- 341
+ 344
27
231
正在使用智能KeyABN…
false
0
- 341
- 341
+ 344
+ 344
false
false
buttonMfRead_Click
@@ -2060,14 +2060,14 @@
104
Form1.cs
- 345
+ 348
41
232
使用KeyA(是)或KeyB(否),还是不使用(用于全新白卡)(取消)?
false
0
- 345
- 345
+ 348
+ 348
false
false
buttonMfRead_Click
@@ -2081,13 +2081,13 @@
105
Form1.cs
- 345
+ 348
84
KeyA/B/N
false
1
- 345
- 345
+ 348
+ 348
false
false
buttonMfRead_Click
@@ -2100,13 +2100,13 @@
106
Form1.cs
- 348
+ 351
31
B
false
0
- 348
- 348
+ 351
+ 351
false
false
buttonMfRead_Click
@@ -2119,13 +2119,13 @@
107
Form1.cs
- 352
+ 355
31
x
false
0
- 352
- 352
+ 355
+ 355
false
false
buttonMfRead_Click
@@ -2138,13 +2138,13 @@
108
Form1.cs
- 368
+ 371
58
nfc-bin/nfc-mfclassic.exe
false
0
- 368
- 368
+ 371
+ 371
false
false
mf_read
@@ -2157,13 +2157,13 @@
109
Form1.cs
- 370
+ 373
30
r
false
0
- 370
- 370
+ 373
+ 373
false
false
mf_read
@@ -2176,13 +2176,13 @@
110
Form1.cs
- 370
+ 373
47
u "
false
1
- 370
- 370
+ 373
+ 373
false
false
mf_read
@@ -2195,13 +2195,13 @@
111
Form1.cs
- 370
+ 373
67
"
false
2
- 370
- 370
+ 373
+ 373
false
false
mf_read
@@ -2214,13 +2214,13 @@
112
Form1.cs
- 373
+ 376
35
"
false
0
- 373
- 373
+ 376
+ 376
false
false
mf_read
@@ -2233,13 +2233,13 @@
113
Form1.cs
- 373
+ 376
52
" f
false
1
- 373
- 373
+ 376
+ 376
false
false
mf_read
@@ -2252,14 +2252,14 @@
114
Form1.cs
- 382
+ 385
33
233
开始执行读取卡片……
false
0
- 382
- 382
+ 385
+ 385
false
false
mf_read
@@ -2273,14 +2273,14 @@
115
Form1.cs
- 392
+ 395
39
225
##运行完毕##
false
0
- 392
- 392
+ 395
+ 395
false
false
mf_read
@@ -2294,14 +2294,14 @@
116
Form1.cs
- 396
+ 399
39
234
##运行出错##
false
0
- 396
- 396
+ 399
+ 399
false
false
mf_read
@@ -2315,13 +2315,13 @@
117
Form1.cs
- 403
+ 406
58
cmd.exe
false
0
- 403
- 403
+ 406
+ 406
false
false
buttonCLI_Click
@@ -2334,13 +2334,13 @@
118
Form1.cs
- 404
+ 407
37
nfc-bin
false
0
- 404
- 404
+ 407
+ 407
false
false
buttonCLI_Click
@@ -2353,14 +2353,14 @@
119
Form1.cs
- 414
+ 417
26
235
MFD文件|*.mfd|DUMP文件|*.dump
false
0
- 414
- 414
+ 417
+ 417
false
false
buttonSelectKey_Click
@@ -2374,14 +2374,14 @@
120
Form1.cs
- 415
+ 418
25
236
请选择一个包含目标卡密钥的MFD文件(通常是已经破解出的该卡的MFD文件)
false
0
- 415
- 415
+ 418
+ 418
false
false
buttonSelectKey_Click
@@ -2395,13 +2395,13 @@
121
Form1.cs
- 420
+ 423
41
K=
false
0
- 420
- 420
+ 423
+ 423
false
false
buttonSelectKey_Click
@@ -2414,14 +2414,14 @@
122
Form1.cs
- 425
+ 428
40
20
选择key.mfd
false
0
- 425
- 425
+ 428
+ 428
false
false
buttonSelectKey_Click
@@ -2435,14 +2435,14 @@
123
Form1.cs
- 440
+ 443
46
237
打开出错
false
0
- 440
- 440
+ 443
+ 443
false
false
writecheck
@@ -2456,14 +2456,14 @@
124
Form1.cs
- 455
+ 458
45
207
有任务运行中,不可执行。
false
0
- 455
- 455
+ 458
+ 458
false
false
buttonMfWrite_Click
@@ -2477,14 +2477,14 @@
125
Form1.cs
- 455
+ 458
68
208
设备忙
false
1
- 455
- 455
+ 458
+ 458
false
false
buttonMfWrite_Click
@@ -2498,14 +2498,14 @@
126
Form1.cs
- 455
+ 458
164
209
MifareOne Tool - 运行中
false
2
- 455
- 455
+ 458
+ 458
false
false
buttonMfWrite_Click
@@ -2519,14 +2519,14 @@
127
Form1.cs
- 459
+ 462
26
238
MFD文件|*.mfd;*.dump
false
0
- 459
- 459
+ 462
+ 462
false
false
buttonMfWrite_Click
@@ -2540,14 +2540,14 @@
128
Form1.cs
- 460
+ 463
25
239
请选择需要写入的MFD文件
false
0
- 460
- 460
+ 463
+ 463
false
false
buttonMfWrite_Click
@@ -2561,14 +2561,14 @@
129
Form1.cs
- 470
+ 473
54
240
将要写入的文件存在错误,请用高级模式中的Hex工具打开查看。
false
0
- 470
- 470
+ 473
+ 473
false
false
buttonMfWrite_Click
@@ -2582,14 +2582,14 @@
130
Form1.cs
- 470
+ 473
95
241
错误
false
1
- 470
- 470
+ 473
+ 473
false
false
buttonMfWrite_Click
@@ -2603,13 +2603,13 @@
131
Form1.cs
- 471
+ 474
26
A
false
0
- 471
- 471
+ 474
+ 474
false
false
buttonMfWrite_Click
@@ -2622,13 +2622,13 @@
132
Form1.cs
- 475
+ 478
23
C
false
0
- 475
- 475
+ 478
+ 478
false
false
buttonMfWrite_Click
@@ -2641,14 +2641,14 @@
133
Form1.cs
- 476
+ 479
27
231
正在使用智能KeyABN…
false
0
- 476
- 476
+ 479
+ 479
false
false
buttonMfWrite_Click
@@ -2662,14 +2662,14 @@
134
Form1.cs
- 480
+ 483
41
232
使用KeyA(是)或KeyB(否),还是不使用(用于全新白卡)(取消)?
false
0
- 480
- 480
+ 483
+ 483
false
false
buttonMfWrite_Click
@@ -2683,14 +2683,14 @@
135
Form1.cs
- 480
+ 483
83
242
KeyA/B/N
false
1
- 480
- 480
+ 483
+ 483
false
false
buttonMfWrite_Click
@@ -2704,13 +2704,13 @@
136
Form1.cs
- 483
+ 486
31
B
false
0
- 483
- 483
+ 486
+ 486
false
false
buttonMfWrite_Click
@@ -2723,13 +2723,13 @@
137
Form1.cs
- 487
+ 490
31
x
false
0
- 487
- 487
+ 490
+ 490
false
false
buttonMfWrite_Click
@@ -2742,13 +2742,13 @@
138
Form1.cs
- 501
+ 504
58
nfc-bin/nfc-mfclassic.exe
false
0
- 501
- 501
+ 504
+ 504
false
false
mf_write
@@ -2761,13 +2761,13 @@
139
Form1.cs
- 503
+ 506
30
w
false
0
- 503
- 503
+ 506
+ 506
false
false
mf_write
@@ -2780,13 +2780,13 @@
140
Form1.cs
- 503
+ 506
47
u "
false
1
- 503
- 503
+ 506
+ 506
false
false
mf_write
@@ -2799,13 +2799,13 @@
141
Form1.cs
- 503
+ 506
67
"
false
2
- 503
- 503
+ 506
+ 506
false
false
mf_write
@@ -2818,13 +2818,13 @@
142
Form1.cs
- 506
+ 509
35
"
false
0
- 506
- 506
+ 509
+ 509
false
false
mf_write
@@ -2837,13 +2837,13 @@
143
Form1.cs
- 506
+ 509
52
" f
false
1
- 506
- 506
+ 509
+ 509
false
false
mf_write
@@ -2856,14 +2856,14 @@
144
Form1.cs
- 515
+ 518
33
243
开始执行写入M1卡片……
false
0
- 515
- 515
+ 518
+ 518
false
false
mf_write
@@ -2877,14 +2877,14 @@
145
Form1.cs
- 523
+ 526
35
225
##运行完毕##
false
0
- 523
- 523
+ 526
+ 526
false
false
mf_write
@@ -2898,14 +2898,14 @@
146
Form1.cs
- 528
+ 531
45
207
有任务运行中,不可执行。
false
0
- 528
- 528
+ 531
+ 531
false
false
buttonMfoc_Click
@@ -2919,14 +2919,14 @@
147
Form1.cs
- 528
+ 531
68
208
设备忙
false
1
- 528
- 528
+ 531
+ 531
false
false
buttonMfoc_Click
@@ -2940,14 +2940,14 @@
148
Form1.cs
- 528
+ 531
164
209
MifareOne Tool - 运行中
false
2
- 528
- 528
+ 531
+ 531
false
false
buttonMfoc_Click
@@ -2961,13 +2961,13 @@
149
Form1.cs
- 529
+ 532
28
Mfoc.tmp
false
0
- 529
- 529
+ 532
+ 532
false
false
buttonMfoc_Click
@@ -2980,14 +2980,14 @@
150
Form1.cs
- 533
+ 536
52
244
请输入已知的Key,以英文半角逗号分隔。
false
0
- 533
- 533
+ 536
+ 536
false
false
buttonMfoc_Click
@@ -3001,14 +3001,14 @@
151
Form1.cs
- 533
+ 536
83
245
请输入已知Key
false
1
- 533
- 533
+ 536
+ 536
false
false
buttonMfoc_Click
@@ -3022,13 +3022,13 @@
152
Form1.cs
- 536
+ 539
75
,
false
0
- 536
- 536
+ 539
+ 539
false
false
buttonMfoc_Click
@@ -3041,13 +3041,13 @@
153
Form1.cs
- 539
+ 542
39
[0-9A-Fa-f]{12}
false
0
- 539
- 539
+ 542
+ 542
false
false
buttonMfoc_Click
@@ -3060,13 +3060,13 @@
154
Form1.cs
- 542
+ 545
37
-k
false
0
- 542
- 542
+ 545
+ 545
false
false
buttonMfoc_Click
@@ -3079,13 +3079,13 @@
155
Form1.cs
- 542
+ 545
66
false
1
- 542
- 542
+ 545
+ 545
false
false
buttonMfoc_Click
@@ -3098,13 +3098,13 @@
156
Form1.cs
- 562
+ 565
58
nfc-bin/mfoc.exe
false
0
- 562
- 562
+ 565
+ 565
false
false
mfoc
@@ -3117,13 +3117,13 @@
157
Form1.cs
- 564
+ 567
40
-O "
false
0
- 564
- 564
+ 567
+ 567
false
false
mfoc
@@ -3136,13 +3136,13 @@
158
Form1.cs
- 564
+ 567
61
"
false
1
- 564
- 564
+ 567
+ 567
false
false
mfoc
@@ -3155,14 +3155,14 @@
159
Form1.cs
- 572
+ 575
33
246
开始执行MFOC解密……
false
0
- 572
- 572
+ 575
+ 575
false
false
mfoc
@@ -3176,14 +3176,14 @@
160
Form1.cs
- 582
+ 585
39
225
##运行完毕##
false
0
- 582
- 582
+ 585
+ 585
false
false
mfoc
@@ -3197,14 +3197,14 @@
161
Form1.cs
- 586
+ 589
39
234
##运行出错##
false
0
- 586
- 586
+ 589
+ 589
false
false
mfoc
@@ -3218,14 +3218,14 @@
162
Form1.cs
- 593
+ 596
45
207
有任务运行中,不可执行。
false
0
- 593
- 593
+ 596
+ 596
false
false
buttonUidReset_Click
@@ -3239,14 +3239,14 @@
163
Form1.cs
- 593
+ 596
68
208
设备忙
false
1
- 593
- 593
+ 596
+ 596
false
false
buttonUidReset_Click
@@ -3260,14 +3260,14 @@
164
Form1.cs
- 593
+ 596
164
209
MifareOne Tool - 运行中
false
2
- 593
- 593
+ 596
+ 596
false
false
buttonUidReset_Click
@@ -3281,13 +3281,13 @@
165
Form1.cs
- 607
+ 610
35
{0:x2}
false
0
- 607
- 607
+ 610
+ 610
false
false
hex
@@ -3300,13 +3300,13 @@
166
Form1.cs
- 615
+ 618
58
nfc-bin/nfc-mfsetuid.exe
false
0
- 615
- 615
+ 618
+ 618
false
false
reset_uid
@@ -3319,13 +3319,13 @@
167
Form1.cs
- 619
+ 622
41
2B0804006263646566676869
false
0
- 619
- 619
+ 622
+ 622
false
false
reset_uid
@@ -3338,14 +3338,14 @@
168
Form1.cs
- 627
+ 630
33
247
开始执行重置UID卡片卡号……
false
0
- 627
- 627
+ 630
+ 630
false
false
reset_uid
@@ -3359,14 +3359,14 @@
169
Form1.cs
- 635
+ 638
35
225
##运行完毕##
false
0
- 635
- 635
+ 638
+ 638
false
false
reset_uid
@@ -3380,14 +3380,14 @@
170
Form1.cs
- 640
+ 643
45
207
有任务运行中,不可执行。
false
0
- 640
- 640
+ 643
+ 643
false
false
buttonUidFormat_Click
@@ -3401,14 +3401,14 @@
171
Form1.cs
- 640
+ 643
68
208
设备忙
false
1
- 640
- 640
+ 643
+ 643
false
false
buttonUidFormat_Click
@@ -3422,14 +3422,14 @@
172
Form1.cs
- 640
+ 643
164
209
MifareOne Tool - 运行中
false
2
- 640
- 640
+ 643
+ 643
false
false
buttonUidFormat_Click
@@ -3443,15 +3443,15 @@
173
Form1.cs
- 641
+ 644
33
248
该操作将会清空UID卡内全部数据!!!
清空后不可恢复!请确认是否要继续操作?
false
0
- 641
- 641
+ 644
+ 644
false
false
buttonUidFormat_Click
@@ -3465,14 +3465,14 @@
174
Form1.cs
- 641
+ 644
75
249
危险操作警告
false
1
- 641
- 641
+ 644
+ 644
false
false
buttonUidFormat_Click
@@ -3486,13 +3486,13 @@
175
Form1.cs
- 653
+ 656
58
nfc-bin/nfc-mfsetuid.exe
false
0
- 653
- 653
+ 656
+ 656
false
false
format_uid
@@ -3505,13 +3505,13 @@
176
Form1.cs
- 657
+ 660
30
-f
false
0
- 657
- 657
+ 660
+ 660
false
false
format_uid
@@ -3524,13 +3524,13 @@
177
Form1.cs
- 657
+ 660
49
2B0804006263646566676869
false
1
- 657
- 657
+ 660
+ 660
false
false
format_uid
@@ -3543,14 +3543,14 @@
178
Form1.cs
- 665
+ 668
33
250
开始执行UID卡片全格……
false
0
- 665
- 665
+ 668
+ 668
false
false
format_uid
@@ -3564,14 +3564,14 @@
179
Form1.cs
- 673
+ 676
35
225
##运行完毕##
false
0
- 673
- 673
+ 676
+ 676
false
false
format_uid
@@ -3585,14 +3585,14 @@
180
Form1.cs
- 678
+ 681
45
207
有任务运行中,不可执行。
false
0
- 678
- 678
+ 681
+ 681
false
false
buttonBmfRead_Click
@@ -3606,14 +3606,14 @@
181
Form1.cs
- 678
+ 681
68
208
设备忙
false
1
- 678
- 678
+ 681
+ 681
false
false
buttonBmfRead_Click
@@ -3627,13 +3627,13 @@
182
Form1.cs
- 678
+ 681
165
MifareOne Tool - 运行中
false
2
- 678
- 678
+ 681
+ 681
false
false
buttonBmfRead_Click
@@ -3646,13 +3646,13 @@
183
Form1.cs
- 679
+ 682
28
BmfRead.tmp
false
0
- 679
- 679
+ 682
+ 682
false
false
buttonBmfRead_Click
@@ -3665,13 +3665,13 @@
184
Form1.cs
- 695
+ 698
58
nfc-bin/nfc-mfclassic.exe
false
0
- 695
- 695
+ 698
+ 698
false
false
bmf_read
@@ -3684,13 +3684,13 @@
185
Form1.cs
- 697
+ 700
30
R A u "
false
0
- 697
- 697
+ 700
+ 700
false
false
bmf_read
@@ -3703,13 +3703,13 @@
186
Form1.cs
- 697
+ 700
53
"
false
1
- 697
- 697
+ 700
+ 700
false
false
bmf_read
@@ -3722,14 +3722,14 @@
187
Form1.cs
- 705
+ 708
33
251
开始执行UID卡片读取……
false
0
- 705
- 705
+ 708
+ 708
false
false
bmf_read
@@ -3743,14 +3743,14 @@
188
Form1.cs
- 715
+ 718
39
225
##运行完毕##
false
0
- 715
- 715
+ 718
+ 718
false
false
bmf_read
@@ -3764,14 +3764,14 @@
189
Form1.cs
- 719
+ 722
39
234
##运行出错##
false
0
- 719
- 719
+ 722
+ 722
false
false
bmf_read
@@ -3785,14 +3785,14 @@
190
Form1.cs
- 726
+ 729
45
207
有任务运行中,不可执行。
false
0
- 726
- 726
+ 729
+ 729
false
false
buttonBmfWrite_Click
@@ -3806,14 +3806,14 @@
191
Form1.cs
- 726
+ 729
68
208
设备忙
false
1
- 726
- 726
+ 729
+ 729
false
false
buttonBmfWrite_Click
@@ -3827,13 +3827,13 @@
192
Form1.cs
- 726
+ 729
165
MifareOne Tool - 运行中
false
2
- 726
- 726
+ 729
+ 729
false
false
buttonBmfWrite_Click
@@ -3846,13 +3846,13 @@
193
Form1.cs
- 730
+ 733
27
MFD文件|*.mfd;*.dump
false
0
- 730
- 730
+ 733
+ 733
false
false
buttonBmfWrite_Click
@@ -3865,14 +3865,14 @@
194
Form1.cs
- 731
+ 734
25
239
请选择需要写入的MFD文件
false
0
- 731
- 731
+ 734
+ 734
false
false
buttonBmfWrite_Click
@@ -3886,13 +3886,13 @@
195
Form1.cs
- 751
+ 754
58
nfc-bin/nfc-mfclassic.exe
false
0
- 751
- 751
+ 754
+ 754
false
false
bmf_write
@@ -3905,13 +3905,13 @@
196
Form1.cs
- 753
+ 756
30
W A u "
false
0
- 753
- 753
+ 756
+ 756
false
false
bmf_write
@@ -3924,13 +3924,13 @@
197
Form1.cs
- 753
+ 756
53
"
false
1
- 753
- 753
+ 756
+ 756
false
false
bmf_write
@@ -3943,13 +3943,13 @@
198
Form1.cs
- 756
+ 759
35
"
false
0
- 756
- 756
+ 759
+ 759
false
false
bmf_write
@@ -3962,13 +3962,13 @@
199
Form1.cs
- 756
+ 759
52
" f
false
1
- 756
- 756
+ 759
+ 759
false
false
bmf_write
@@ -3981,14 +3981,14 @@
200
Form1.cs
- 765
+ 768
33
252
开始执行UID卡片写入……
false
0
- 765
- 765
+ 768
+ 768
false
false
bmf_write
@@ -4002,14 +4002,14 @@
201
Form1.cs
- 773
+ 776
35
225
##运行完毕##
false
0
- 773
- 773
+ 776
+ 776
false
false
bmf_write
@@ -4023,13 +4023,13 @@
202
Form1.cs
- 784
+ 787
32
m1t.log
false
0
- 784
- 784
+ 787
+ 787
false
false
buttonConSave_Click
@@ -4042,14 +4042,14 @@
203
Form1.cs
- 785
+ 788
29
253
终端内容已保存至m1t.log文件
false
0
- 785
- 785
+ 788
+ 788
false
false
buttonConSave_Click
@@ -4063,14 +4063,14 @@
204
Form1.cs
- 785
+ 788
58
254
Information
false
1
- 785
- 785
+ 788
+ 788
false
false
buttonConSave_Click
@@ -4084,14 +4084,14 @@
205
Form1.cs
- 792
+ 795
45
207
有任务运行中,不可执行。
false
0
- 792
- 792
+ 795
+ 795
false
false
buttonUidWrite_Click
@@ -4105,14 +4105,14 @@
206
Form1.cs
- 792
+ 795
68
208
设备忙
false
1
- 792
- 792
+ 795
+ 795
false
false
buttonUidWrite_Click
@@ -4126,14 +4126,14 @@
207
Form1.cs
- 792
+ 795
164
209
MifareOne Tool - 运行中
false
2
- 792
- 792
+ 795
+ 795
false
false
buttonUidWrite_Click
@@ -4147,14 +4147,14 @@
208
Form1.cs
- 796
+ 799
47
255
请输入需要写入的UID卡号,共8位十六进制数,如E44A3BF1。
false
0
- 796
- 796
+ 799
+ 799
false
false
buttonUidWrite_Click
@@ -4168,14 +4168,14 @@
209
Form1.cs
- 796
+ 799
89
256
请输入UID号
false
1
- 796
- 796
+ 799
+ 799
false
false
buttonUidWrite_Click
@@ -4189,13 +4189,13 @@
210
Form1.cs
- 797
+ 800
27
[0-9A-Fa-f]{8}
false
0
- 797
- 797
+ 800
+ 800
false
false
buttonUidWrite_Click
@@ -4208,14 +4208,14 @@
211
Form1.cs
- 800
+ 803
33
257
输入的UID号不合法
false
0
- 800
- 800
+ 803
+ 803
false
false
buttonUidWrite_Click
@@ -4229,13 +4229,13 @@
212
Form1.cs
- 800
+ 803
56
InputError
false
1
- 800
- 800
+ 803
+ 803
false
false
buttonUidWrite_Click
@@ -4248,13 +4248,13 @@
213
Form1.cs
- 813
+ 816
58
nfc-bin/nfc-mfsetuid.exe
false
0
- 813
- 813
+ 816
+ 816
false
false
set_uid
@@ -4267,13 +4267,13 @@
214
Form1.cs
- 814
+ 817
74
2B0804006263646566676869
false
0
- 814
- 814
+ 817
+ 817
false
false
set_uid
@@ -4286,14 +4286,14 @@
215
Form1.cs
- 822
+ 825
33
258
开始执行UID卡片设定卡号……
false
0
- 822
- 822
+ 825
+ 825
false
false
set_uid
@@ -4307,14 +4307,14 @@
216
Form1.cs
- 830
+ 833
35
225
##运行完毕##
false
0
- 830
- 830
+ 833
+ 833
false
false
set_uid
@@ -4328,14 +4328,14 @@
217
Form1.cs
- 835
+ 838
45
207
有任务运行中,不可执行。
false
0
- 835
- 835
+ 838
+ 838
false
false
buttonMfcuk_Click
@@ -4349,14 +4349,14 @@
218
Form1.cs
- 835
+ 838
68
208
设备忙
false
1
- 835
- 835
+ 838
+ 838
false
false
buttonMfcuk_Click
@@ -4370,14 +4370,14 @@
219
Form1.cs
- 836
+ 839
20
209
MifareOne Tool - 运行中
false
0
- 836
- 836
+ 839
+ 839
false
false
buttonMfcuk_Click
@@ -4391,14 +4391,14 @@
220
Form1.cs
- 846
+ 849
45
207
有任务运行中,不可执行。
false
0
- 846
- 846
+ 849
+ 849
false
false
Mfcuk
@@ -4412,14 +4412,14 @@
221
Form1.cs
- 846
+ 849
68
208
设备忙
false
1
- 846
- 846
+ 849
+ 849
false
false
Mfcuk
@@ -4433,13 +4433,13 @@
222
Form1.cs
- 847
+ 850
58
cmd
false
0
- 847
- 847
+ 850
+ 850
false
false
Mfcuk
@@ -4452,13 +4452,13 @@
223
Form1.cs
- 848
+ 851
30
/k mfcuk.exe -v 3 -C -R -1 -s 250 -S 250
false
0
- 848
- 848
+ 851
+ 851
false
false
Mfcuk
@@ -4471,13 +4471,13 @@
224
Form1.cs
- 849
+ 852
37
nfc-bin
false
0
- 849
- 849
+ 852
+ 852
false
false
Mfcuk
@@ -4490,14 +4490,14 @@
225
Form1.cs
- 853
+ 856
33
259
开始执行全加密卡片爆破……
false
0
- 853
- 853
+ 856
+ 856
false
false
Mfcuk
@@ -4511,14 +4511,14 @@
226
Form1.cs
- 856
+ 859
35
225
##运行完毕##
false
0
- 856
- 856
+ 859
+ 859
false
false
Mfcuk
@@ -4532,14 +4532,14 @@
227
Form1.cs
- 863
+ 866
45
207
有任务运行中,不可执行。
false
0
- 863
- 863
+ 866
+ 866
false
false
buttonCmfWrite_Click
@@ -4553,14 +4553,14 @@
228
Form1.cs
- 863
+ 866
68
208
设备忙
false
1
- 863
- 863
+ 866
+ 866
false
false
buttonCmfWrite_Click
@@ -4574,14 +4574,14 @@
229
Form1.cs
- 863
+ 866
164
209
MifareOne Tool - 运行中
false
2
- 863
- 863
+ 866
+ 866
false
false
buttonCmfWrite_Click
@@ -4595,14 +4595,14 @@
230
Form1.cs
- 867
+ 870
26
238
MFD文件|*.mfd;*.dump
false
0
- 867
- 867
+ 870
+ 870
false
false
buttonCmfWrite_Click
@@ -4616,14 +4616,14 @@
231
Form1.cs
- 868
+ 871
25
239
请选择需要写入的MFD文件
false
0
- 868
- 868
+ 871
+ 871
false
false
buttonCmfWrite_Click
@@ -4637,14 +4637,14 @@
232
Form1.cs
- 878
+ 881
54
240
将要写入的文件存在错误,请用高级模式中的Hex工具打开查看。
false
0
- 878
- 878
+ 881
+ 881
false
false
buttonCmfWrite_Click
@@ -4658,14 +4658,14 @@
233
Form1.cs
- 878
+ 881
95
241
错误
false
1
- 878
- 878
+ 881
+ 881
false
false
buttonCmfWrite_Click
@@ -4679,13 +4679,13 @@
234
Form1.cs
- 884
+ 887
36
cuid_empty.kmf
false
0
- 884
- 884
+ 887
+ 887
false
false
buttonCmfWrite_Click
@@ -4698,13 +4698,13 @@
235
Form1.cs
- 885
+ 888
27
cuid_empty.kmf
false
0
- 885
- 885
+ 888
+ 888
false
false
buttonCmfWrite_Click
@@ -4717,14 +4717,14 @@
236
Form1.cs
- 886
+ 889
27
260
已启用CUID空卡写入补丁
false
0
- 886
- 886
+ 889
+ 889
false
false
buttonCmfWrite_Click
@@ -4738,13 +4738,13 @@
237
Form1.cs
- 888
+ 891
26
A
false
0
- 888
- 888
+ 891
+ 891
false
false
buttonCmfWrite_Click
@@ -4757,13 +4757,13 @@
238
Form1.cs
- 892
+ 895
23
C
false
0
- 892
- 892
+ 895
+ 895
false
false
buttonCmfWrite_Click
@@ -4776,14 +4776,14 @@
239
Form1.cs
- 893
+ 896
27
231
正在使用智能KeyABN…
false
0
- 893
- 893
+ 896
+ 896
false
false
buttonCmfWrite_Click
@@ -4797,14 +4797,14 @@
240
Form1.cs
- 897
+ 900
41
232
使用KeyA(是)或KeyB(否),还是不使用(用于全新白卡)(取消)?
false
0
- 897
- 897
+ 900
+ 900
false
false
buttonCmfWrite_Click
@@ -4818,13 +4818,13 @@
241
Form1.cs
- 897
+ 900
84
KeyA/B/N
false
1
- 897
- 897
+ 900
+ 900
false
false
buttonCmfWrite_Click
@@ -4837,13 +4837,13 @@
242
Form1.cs
- 900
+ 903
31
B
false
0
- 900
- 900
+ 903
+ 903
false
false
buttonCmfWrite_Click
@@ -4856,13 +4856,13 @@
243
Form1.cs
- 904
+ 907
31
x
false
0
- 904
- 904
+ 907
+ 907
false
false
buttonCmfWrite_Click
@@ -4875,13 +4875,13 @@
244
Form1.cs
- 918
+ 921
58
nfc-bin/nfc-mfclassic.exe
false
0
- 918
- 918
+ 921
+ 921
false
false
cmf_write
@@ -4894,13 +4894,13 @@
245
Form1.cs
- 920
+ 923
30
c
false
0
- 920
- 920
+ 923
+ 923
false
false
cmf_write
@@ -4913,13 +4913,13 @@
246
Form1.cs
- 920
+ 923
47
u "
false
1
- 920
- 920
+ 923
+ 923
false
false
cmf_write
@@ -4932,13 +4932,13 @@