From cbf0397656d65e477327202e0e3b5630a7d71142 Mon Sep 17 00:00:00 2001 From: Semen8991 Date: Sat, 11 May 2019 16:29:09 +0300 Subject: [PATCH] added program language switch --- MifareOneTool/Form1.Designer.cs | 74 +- MifareOneTool/Form1.cs | 26 +- MifareOneTool/Form1.resx | 4239 +++++++++++------ MifareOneTool/Form1.ru.resx | 12 + MifareOneTool/Form1.zh.resx | 15 +- MifareOneTool/MifareOneTool.csproj | 9 - MifareOneTool/MifareOneTool_ml.xml | 124 + MifareOneTool/Program.cs | 7 - MifareOneTool/Properties/Settings.Designer.cs | 22 +- MifareOneTool/Properties/Settings.settings | 3 + MifareOneTool/SelectLanguage.cs | 4 - MifareOneTool/SelectLanguage.designer.cs | 65 +- MifareOneTool/SelectLanguage.resx | 285 -- MifareOneTool/app.config | 3 + MifareOneTool/ml_temp_ControlsScan.xml | 471 +- MifareOneTool/ml_temp_SourceScan.xml | 2822 ++++++----- 16 files changed, 4687 insertions(+), 3494 deletions(-) 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 @@ 247 Form1.cs - 920 + 923 67 " false 2 - 920 - 920 + 923 + 923 false false cmf_write @@ -4951,13 +4951,13 @@ 248 Form1.cs - 923 + 926 35 " false 0 - 923 - 923 + 926 + 926 false false cmf_write @@ -4970,13 +4970,13 @@ 249 Form1.cs - 923 + 926 52 " f false 1 - 923 - 923 + 926 + 926 false false cmf_write @@ -4989,14 +4989,14 @@ 250 Form1.cs - 932 + 935 33 261 开始执行CUID/FUID卡片写入…… false 0 - 932 - 932 + 935 + 935 false false cmf_write @@ -5010,13 +5010,13 @@ 251 Form1.cs - 944 + 947 30 cuid_empty.kmf false 0 - 944 - 944 + 947 + 947 false false cmf_write @@ -5029,14 +5029,14 @@ 252 Form1.cs - 946 + 949 35 225 ##运行完毕## false 0 - 946 - 946 + 949 + 949 false false cmf_write @@ -5050,14 +5050,14 @@ 253 Form1.cs - 956 + 959 45 262 MifareOne Tool - 已终止 false 0 - 956 - 956 + 959 + 959 false false buttonKill_Click @@ -5071,14 +5071,14 @@ 254 Form1.cs - 957 + 960 31 263 ##程序已被强制停止## false 0 - 957 - 957 + 960 + 960 false false buttonKill_Click @@ -5092,14 +5092,14 @@ 255 Form1.cs - 964 + 967 45 207 有任务运行中,不可执行。 false 0 - 964 - 964 + 967 + 967 false false buttonLockUfuid_Click @@ -5113,14 +5113,14 @@ 256 Form1.cs - 964 + 967 68 208 设备忙 false 1 - 964 - 964 + 967 + 967 false false buttonLockUfuid_Click @@ -5134,14 +5134,14 @@ 257 Form1.cs - 964 + 967 164 209 MifareOne Tool - 运行中 false 2 - 964 - 964 + 967 + 967 false false buttonLockUfuid_Click @@ -5155,15 +5155,15 @@ 258 Form1.cs - 965 + 968 33 264 该操作将会锁死UFUID卡片!!! 锁死后不可恢复!无法再次更改0块!请确认是否要继续操作? false 0 - 965 - 965 + 968 + 968 false false buttonLockUfuid_Click @@ -5177,14 +5177,14 @@ 259 Form1.cs - 965 + 968 75 249 危险操作警告 false 1 - 965 - 965 + 968 + 968 false false buttonLockUfuid_Click @@ -5198,13 +5198,13 @@ 260 Form1.cs - 977 + 980 58 nfc-bin/nfc-mfsetuid.exe false 0 - 977 - 977 + 980 + 980 false false lock_ufuid @@ -5217,13 +5217,13 @@ 261 Form1.cs - 981 + 984 30 -q -l false 0 - 981 - 981 + 984 + 984 false false lock_ufuid @@ -5236,14 +5236,14 @@ 262 Form1.cs - 989 + 992 33 265 开始执行UFUID卡片锁定…… false 0 - 989 - 989 + 992 + 992 false false lock_ufuid @@ -5257,14 +5257,14 @@ 263 Form1.cs - 997 + 1000 35 225 ##运行完毕## false 0 - 997 - 997 + 1000 + 1000 false false lock_ufuid @@ -5278,14 +5278,14 @@ 264 Form1.cs - 1002 + 1005 45 207 有任务运行中,不可执行。 false 0 - 1002 - 1002 + 1005 + 1005 false false buttonMfFormat_Click @@ -5299,14 +5299,14 @@ 265 Form1.cs - 1002 + 1005 68 208 设备忙 false 1 - 1002 - 1002 + 1005 + 1005 false false buttonMfFormat_Click @@ -5320,14 +5320,14 @@ 266 Form1.cs - 1003 + 1006 49 266 未选择有效key.mfd。 false 0 - 1003 - 1003 + 1006 + 1006 false false buttonMfFormat_Click @@ -5341,14 +5341,14 @@ 267 Form1.cs - 1003 + 1006 73 267 无密钥 false 1 - 1003 - 1003 + 1006 + 1006 false false buttonMfFormat_Click @@ -5362,14 +5362,14 @@ 268 Form1.cs - 1003 + 1006 167 209 MifareOne Tool - 运行中 false 2 - 1003 - 1003 + 1006 + 1006 false false buttonMfFormat_Click @@ -5383,13 +5383,13 @@ 269 Form1.cs - 1005 + 1008 26 A false 0 - 1005 - 1005 + 1008 + 1008 false false buttonMfFormat_Click @@ -5402,13 +5402,13 @@ 270 Form1.cs - 1008 + 1011 23 C false 0 - 1008 - 1008 + 1011 + 1011 false false buttonMfFormat_Click @@ -5421,14 +5421,14 @@ 271 Form1.cs - 1009 + 1012 27 231 正在使用智能KeyABN… false 0 - 1009 - 1009 + 1012 + 1012 false false buttonMfFormat_Click @@ -5442,14 +5442,14 @@ 272 Form1.cs - 1013 + 1016 41 268 使用KeyA(是)或KeyB(否)? false 0 - 1013 - 1013 + 1016 + 1016 false false buttonMfFormat_Click @@ -5463,13 +5463,13 @@ 273 Form1.cs - 1013 + 1016 70 KeyA/B false 1 - 1013 - 1013 + 1016 + 1016 false false buttonMfFormat_Click @@ -5482,13 +5482,13 @@ 274 Form1.cs - 1016 + 1019 31 B false 0 - 1016 - 1016 + 1019 + 1019 false false buttonMfFormat_Click @@ -5501,13 +5501,13 @@ 275 Form1.cs - 1030 + 1033 58 nfc-bin/nfc-mfclassic.exe false 0 - 1030 - 1030 + 1033 + 1033 false false mf_format @@ -5520,13 +5520,13 @@ 276 Form1.cs - 1032 + 1035 30 f false 0 - 1032 - 1032 + 1035 + 1035 false false mf_format @@ -5539,13 +5539,13 @@ 277 Form1.cs - 1032 + 1035 47 u " false 1 - 1032 - 1032 + 1035 + 1035 false false mf_format @@ -5558,13 +5558,13 @@ 278 Form1.cs - 1032 + 1035 67 " false 2 - 1032 - 1032 + 1035 + 1035 false false mf_format @@ -5577,13 +5577,13 @@ 279 Form1.cs - 1033 + 1036 31 " false 0 - 1033 - 1033 + 1036 + 1036 false false mf_format @@ -5596,13 +5596,13 @@ 280 Form1.cs - 1033 + 1036 48 " f false 1 - 1033 - 1033 + 1036 + 1036 false false mf_format @@ -5615,14 +5615,14 @@ 281 Form1.cs - 1041 + 1044 33 269 开始执行格式化M1卡片…… false 0 - 1041 - 1041 + 1044 + 1044 false false mf_format @@ -5636,14 +5636,14 @@ 282 Form1.cs - 1049 + 1052 35 225 ##运行完毕## false 0 - 1049 - 1049 + 1052 + 1052 false false mf_format @@ -5657,14 +5657,14 @@ 283 Form1.cs - 1069 + 1072 45 207 有任务运行中,不可执行。 false 0 - 1069 - 1069 + 1072 + 1072 false false buttonECmfoc_Click @@ -5678,14 +5678,14 @@ 284 Form1.cs - 1069 + 1072 68 208 设备忙 false 1 - 1069 - 1069 + 1072 + 1072 false false buttonECmfoc_Click @@ -5699,14 +5699,14 @@ 285 Form1.cs - 1069 + 1072 164 209 MifareOne Tool - 运行中 false 2 - 1069 - 1069 + 1072 + 1072 false false buttonECmfoc_Click @@ -5720,13 +5720,13 @@ 286 Form1.cs - 1070 + 1073 28 Mfoc.tmp false 0 - 1070 - 1070 + 1073 + 1073 false false buttonECmfoc_Click @@ -5739,14 +5739,14 @@ 287 Form1.cs - 1072 + 1075 48 244 请输入已知的Key,以英文半角逗号分隔。 false 0 - 1072 - 1072 + 1075 + 1075 false false buttonECmfoc_Click @@ -5760,14 +5760,14 @@ 288 Form1.cs - 1072 + 1075 79 245 请输入已知Key false 1 - 1072 - 1072 + 1075 + 1075 false false buttonECmfoc_Click @@ -5781,13 +5781,13 @@ 289 Form1.cs - 1072 + 1075 100 FFFFFFFFFFFF false 2 - 1072 - 1072 + 1075 + 1075 false false buttonECmfoc_Click @@ -5800,13 +5800,13 @@ 290 Form1.cs - 1077 + 1080 35 [0-9A-Fa-f]{12} false 0 - 1077 - 1077 + 1080 + 1080 false false buttonECmfoc_Click @@ -5819,13 +5819,13 @@ 291 Form1.cs - 1080 + 1083 33 -k false 0 - 1080 - 1080 + 1083 + 1083 false false buttonECmfoc_Click @@ -5838,13 +5838,13 @@ 292 Form1.cs - 1080 + 1083 62 false 1 - 1080 - 1080 + 1083 + 1083 false false buttonECmfoc_Click @@ -5857,14 +5857,14 @@ 293 Form1.cs - 1129 + 1132 45 207 有任务运行中,不可执行。 false 0 - 1129 - 1129 + 1132 + 1132 false false buttonEnAcr122u_Click @@ -5878,14 +5878,14 @@ 294 Form1.cs - 1129 + 1132 68 208 设备忙 false 1 - 1129 - 1129 + 1132 + 1132 false false buttonEnAcr122u_Click @@ -5899,14 +5899,14 @@ 295 Form1.cs - 1129 + 1132 164 209 MifareOne Tool - 运行中 false 2 - 1129 - 1129 + 1132 + 1132 false false buttonEnAcr122u_Click @@ -5920,15 +5920,15 @@ 296 Form1.cs - 1130 + 1133 33 270 同时打开ACR122U支持可能会引起操作速度下降。 请确认是否要继续操作? false 0 - 1130 - 1130 + 1133 + 1133 false false buttonEnAcr122u_Click @@ -5942,14 +5942,14 @@ 297 Form1.cs - 1130 + 1133 75 271 提示信息 false 1 - 1130 - 1130 + 1133 + 1133 false false buttonEnAcr122u_Click @@ -5963,13 +5963,13 @@ 298 Form1.cs - 1131 + 1134 23 MifareOne Tool false 0 - 1131 - 1131 + 1134 + 1134 false false buttonEnAcr122u_Click @@ -5982,13 +5982,13 @@ 299 Form1.cs - 1133 + 1136 30 nfc-bin/libnfc(PN532Only).dll false 0 - 1133 - 1133 + 1136 + 1136 false false buttonEnAcr122u_Click @@ -6001,14 +6001,14 @@ 300 Form1.cs - 1135 + 1138 27 272 ACR122U支持已经打开过。 false 0 - 1135 - 1135 + 1138 + 1138 false false buttonEnAcr122u_Click @@ -6022,13 +6022,13 @@ 301 Form1.cs - 1137 + 1140 30 nfc-bin/libnfc(ACR122U).dll false 0 - 1137 - 1137 + 1140 + 1140 false false buttonEnAcr122u_Click @@ -6041,14 +6041,14 @@ 302 Form1.cs - 1139 + 1142 27 273 正在打开ACR122U支持…… false 0 - 1139 - 1139 + 1142 + 1142 false false buttonEnAcr122u_Click @@ -6062,13 +6062,13 @@ 303 Form1.cs - 1140 + 1143 28 nfc-bin/libnfc.dll false 0 - 1140 - 1140 + 1143 + 1143 false false buttonEnAcr122u_Click @@ -6081,13 +6081,13 @@ 304 Form1.cs - 1140 + 1143 50 nfc-bin/libnfc(PN532Only).dll false 1 - 1140 - 1140 + 1143 + 1143 false false buttonEnAcr122u_Click @@ -6100,13 +6100,13 @@ 305 Form1.cs - 1141 + 1144 28 nfc-bin/libnfc(ACR122U).dll false 0 - 1141 - 1141 + 1144 + 1144 false false buttonEnAcr122u_Click @@ -6119,13 +6119,13 @@ 306 Form1.cs - 1141 + 1144 59 nfc-bin/libnfc.dll false 1 - 1141 - 1141 + 1144 + 1144 false false buttonEnAcr122u_Click @@ -6138,14 +6138,14 @@ 307 Form1.cs - 1142 + 1145 27 274 已打开。 false 0 - 1142 - 1142 + 1145 + 1145 false false buttonEnAcr122u_Click @@ -6159,14 +6159,14 @@ 308 Form1.cs - 1145 + 1148 20 211 MifareOne Tool - 运行完毕 false 0 - 1145 - 1145 + 1148 + 1148 false false buttonEnAcr122u_Click @@ -6180,14 +6180,14 @@ 309 Form1.cs - 1146 + 1149 23 225 ##运行完毕## false 0 - 1146 - 1146 + 1149 + 1149 false false buttonEnAcr122u_Click @@ -6201,14 +6201,14 @@ 310 Form1.cs - 1153 + 1156 36 275 运行中 false 0 - 1153 - 1153 + 1156 + 1156 false false timer1_Tick @@ -6222,14 +6222,14 @@ 311 Form1.cs - 1158 + 1161 41 276 运行时间: false 0 - 1158 - 1158 + 1161 + 1161 false false timer1_Tick @@ -6243,14 +6243,14 @@ 312 Form1.cs - 1158 + 1161 99 277 false 1 - 1158 - 1158 + 1161 + 1161 false false timer1_Tick @@ -6264,14 +6264,14 @@ 313 Form1.cs - 1161 + 1164 39 278 空闲 false 0 - 1161 - 1161 + 1164 + 1164 false false timer1_Tick @@ -6285,14 +6285,14 @@ 314 Form1.cs - 1166 + 1169 45 207 有任务运行中,不可执行。 false 0 - 1166 - 1166 + 1169 + 1169 false false buttonCheckEncrypt_Click @@ -6306,14 +6306,14 @@ 315 Form1.cs - 1166 + 1169 68 208 设备忙 false 1 - 1166 - 1166 + 1169 + 1169 false false buttonCheckEncrypt_Click @@ -6327,14 +6327,14 @@ 316 Form1.cs - 1166 + 1169 164 209 MifareOne Tool - 运行中 false 2 - 1166 - 1166 + 1169 + 1169 false false buttonCheckEncrypt_Click @@ -6348,14 +6348,14 @@ 317 Form1.cs - 1170 + 1173 52 244 请输入已知的Key,以英文半角逗号分隔。 false 0 - 1170 - 1170 + 1173 + 1173 false false buttonCheckEncrypt_Click @@ -6369,14 +6369,14 @@ 318 Form1.cs - 1170 + 1173 83 245 请输入已知Key false 1 - 1170 - 1170 + 1173 + 1173 false false buttonCheckEncrypt_Click @@ -6390,13 +6390,13 @@ 319 Form1.cs - 1173 + 1176 75 , false 0 - 1173 - 1173 + 1176 + 1176 false false buttonCheckEncrypt_Click @@ -6409,13 +6409,13 @@ 320 Form1.cs - 1176 + 1179 39 [0-9A-Fa-f]{12} false 0 - 1176 - 1176 + 1179 + 1179 false false buttonCheckEncrypt_Click @@ -6428,13 +6428,13 @@ 321 Form1.cs - 1179 + 1182 37 -k false 0 - 1179 - 1179 + 1182 + 1182 false false buttonCheckEncrypt_Click @@ -6447,13 +6447,13 @@ 322 Form1.cs - 1179 + 1182 66 false 1 - 1179 - 1179 + 1182 + 1182 false false buttonCheckEncrypt_Click @@ -6466,13 +6466,13 @@ 323 Form1.cs - 1194 + 1197 58 nfc-bin/mfdetect.exe false 0 - 1194 - 1194 + 1197 + 1197 false false MfDetect @@ -6485,13 +6485,13 @@ 324 Form1.cs - 1195 + 1198 53 -O dummy.tmp false 0 - 1195 - 1195 + 1198 + 1198 false false MfDetect @@ -6504,14 +6504,14 @@ 325 Form1.cs - 1203 + 1206 33 279 开始执行检测卡片加密…… false 0 - 1203 - 1203 + 1206 + 1206 false false MfDetect @@ -6525,13 +6525,13 @@ 326 Form1.cs - 1210 + 1213 26 dummy.tmp false 0 - 1210 - 1210 + 1213 + 1213 false false MfDetect @@ -6544,14 +6544,14 @@ 327 Form1.cs - 1214 + 1217 39 225 ##运行完毕## false 0 - 1214 - 1214 + 1217 + 1217 false false MfDetect @@ -6565,14 +6565,14 @@ 328 Form1.cs - 1218 + 1221 39 234 ##运行出错## false 0 - 1218 - 1218 + 1221 + 1221 false false MfDetect @@ -6586,13 +6586,13 @@ 329 Form1.cs - 1235 + 1238 28 https://github.com/xcicode/MifareOneTool/releases/latest false 0 - 1235 - 1235 + 1238 + 1238 false false toolStripCheckUpdate_ButtonClick @@ -6605,14 +6605,14 @@ 330 Form1.cs - 1246 + 1249 45 207 有任务运行中,不可执行。 false 0 - 1246 - 1246 + 1249 + 1249 false false buttonnKeysMfoc_Click @@ -6626,14 +6626,14 @@ 331 Form1.cs - 1246 + 1249 68 208 设备忙 false 1 - 1246 - 1246 + 1249 + 1249 false false buttonnKeysMfoc_Click @@ -6647,14 +6647,14 @@ 332 Form1.cs - 1246 + 1249 164 209 MifareOne Tool - 运行中 false 2 - 1246 - 1246 + 1249 + 1249 false false buttonnKeysMfoc_Click @@ -6668,13 +6668,13 @@ 333 Form1.cs - 1247 + 1250 28 Mfoc.tmp false 0 - 1247 - 1247 + 1250 + 1250 false false buttonnKeysMfoc_Click @@ -6687,14 +6687,14 @@ 334 Form1.cs - 1249 + 1252 48 244 请输入已知的Key,以英文半角逗号分隔。 false 0 - 1249 - 1249 + 1252 + 1252 false false buttonnKeysMfoc_Click @@ -6708,14 +6708,14 @@ 335 Form1.cs - 1249 + 1252 79 245 请输入已知Key false 1 - 1249 - 1249 + 1252 + 1252 false false buttonnKeysMfoc_Click @@ -6729,13 +6729,13 @@ 336 Form1.cs - 1252 + 1255 71 , false 0 - 1252 - 1252 + 1255 + 1255 false false buttonnKeysMfoc_Click @@ -6748,13 +6748,13 @@ 337 Form1.cs - 1255 + 1258 35 [0-9A-Fa-f]{12} false 0 - 1255 - 1255 + 1258 + 1258 false false buttonnKeysMfoc_Click @@ -6767,13 +6767,13 @@ 338 Form1.cs - 1258 + 1261 33 -k false 0 - 1258 - 1258 + 1261 + 1261 false false buttonnKeysMfoc_Click @@ -6786,13 +6786,13 @@ 339 Form1.cs - 1258 + 1261 62 false 1 - 1258 - 1258 + 1261 + 1261 false false buttonnKeysMfoc_Click @@ -6805,14 +6805,14 @@ 340 Form1.cs - 1276 + 1279 45 207 有任务运行中,不可执行。 false 0 - 1276 - 1276 + 1279 + 1279 false false buttonDictMfoc_Click @@ -6826,14 +6826,14 @@ 341 Form1.cs - 1276 + 1279 68 208 设备忙 false 1 - 1276 - 1276 + 1279 + 1279 false false buttonDictMfoc_Click @@ -6847,14 +6847,14 @@ 342 Form1.cs - 1276 + 1279 164 209 MifareOne Tool - 运行中 false 2 - 1276 - 1276 + 1279 + 1279 false false buttonDictMfoc_Click @@ -6868,13 +6868,13 @@ 343 Form1.cs - 1277 + 1280 32 /k false 0 - 1277 - 1277 + 1280 + 1280 false false buttonDictMfoc_Click @@ -6887,14 +6887,14 @@ 344 Form1.cs - 1285 + 1288 26 280 密钥字典文件|*.dic false 0 - 1285 - 1285 + 1288 + 1288 false false buttonDictMfoc_Click @@ -6908,14 +6908,14 @@ 345 Form1.cs - 1286 + 1289 25 281 请选择需要打开的密钥字典文件 false 0 - 1286 - 1286 + 1289 + 1289 false false buttonDictMfoc_Click @@ -6929,14 +6929,14 @@ 346 Form1.cs - 1294 + 1297 24 282 MifareOne Tool - 已取消 false 0 - 1294 - 1294 + 1297 + 1297 false false buttonDictMfoc_Click @@ -6950,13 +6950,13 @@ 347 Form1.cs - 1297 + 1300 28 Mfoc.tmp false 0 - 1297 - 1297 + 1300 + 1300 false false buttonDictMfoc_Click @@ -6969,13 +6969,13 @@ 348 Form1.cs - 1298 + 1301 27 -f " false 0 - 1298 - 1298 + 1301 + 1301 false false buttonDictMfoc_Click @@ -6988,13 +6988,13 @@ 349 Form1.cs - 1298 + 1301 48 " false 1 - 1298 - 1298 + 1301 + 1301 false false buttonDictMfoc_Click @@ -7007,13 +7007,13 @@ 350 Form1.cs - 1319 + 1322 58 cmd.exe false 0 - 1319 - 1319 + 1322 + 1322 false false mfocCMD @@ -7026,13 +7026,13 @@ 351 Form1.cs - 1321 + 1324 37 ./ false 0 - 1321 - 1321 + 1324 + 1324 false false mfocCMD @@ -7045,13 +7045,13 @@ 352 Form1.cs - 1322 + 1325 30 /T:0A false 0 - 1322 - 1322 + 1325 + 1325 false false mfocCMD @@ -7064,13 +7064,13 @@ 353 Form1.cs - 1322 + 1325 52 nfc-bin\mfoc.exe false 1 - 1322 - 1322 + 1325 + 1325 true false mfocCMD @@ -7083,13 +7083,13 @@ 354 Form1.cs - 1322 + 1325 85 -O " false 2 - 1322 - 1322 + 1325 + 1325 false false mfocCMD @@ -7102,13 +7102,13 @@ 355 Form1.cs - 1322 + 1325 106 " false 3 - 1322 - 1322 + 1325 + 1325 false false mfocCMD @@ -7121,14 +7121,14 @@ 356 Form1.cs - 1326 + 1329 33 283 开始执行字典模式MFOC解密…… false 0 - 1326 - 1326 + 1329 + 1329 false false mfocCMD @@ -7142,14 +7142,14 @@ 357 Form1.cs - 1331 + 1334 39 225 ##运行完毕## false 0 - 1331 - 1331 + 1334 + 1334 false false mfocCMD @@ -7163,14 +7163,14 @@ 358 Form1.cs - 1335 + 1338 39 234 ##运行出错## false 0 - 1335 - 1335 + 1338 + 1338 false false mfocCMD @@ -7184,14 +7184,14 @@ 359 Form1.cs - 1362 + 1365 45 207 有任务运行中,不可执行。 false 0 - 1362 - 1362 + 1365 + 1365 false false buttonHardNested_Click @@ -7205,14 +7205,14 @@ 360 Form1.cs - 1362 + 1365 68 208 设备忙 false 1 - 1362 - 1362 + 1365 + 1365 false false buttonHardNested_Click @@ -7226,14 +7226,14 @@ 361 Form1.cs - 1362 + 1365 164 209 MifareOne Tool - 运行中 false 2 - 1362 - 1362 + 1365 + 1365 false false buttonHardNested_Click @@ -7247,14 +7247,14 @@ 362 Form1.cs - 1383 + 1386 24 282 MifareOne Tool - 已取消 false 0 - 1383 - 1383 + 1386 + 1386 false false buttonHardNested_Click @@ -7268,13 +7268,13 @@ 363 Form1.cs - 1389 + 1392 58 nfc-bin/libnfc_hardnested.exe false 0 - 1389 - 1389 + 1392 + 1392 false false Hardnest @@ -7287,13 +7287,13 @@ 364 Form1.cs - 1392 + 1395 33 nfc-bin/libnfc_hardnestedlc.exe false 0 - 1392 - 1392 + 1395 + 1395 false false Hardnest @@ -7306,14 +7306,14 @@ 365 Form1.cs - 1402 + 1405 33 284 开始执行HardNested解密强化卡…… false 0 - 1402 - 1402 + 1405 + 1405 false false Hardnest @@ -7327,14 +7327,14 @@ 366 Form1.cs - 1412 + 1415 39 225 ##运行完毕## false 0 - 1412 - 1412 + 1415 + 1415 false false Hardnest @@ -7348,14 +7348,14 @@ 367 Form1.cs - 1416 + 1419 39 234 ##运行出错## false 0 - 1416 - 1416 + 1419 + 1419 false false Hardnest @@ -7369,14 +7369,14 @@ 368 Form1.cs - 1423 + 1426 57 285 nfc-bin/collect.exe false 0 - 1423 - 1423 + 1426 + 1426 false false CollectNonce @@ -7390,14 +7390,14 @@ 369 Form1.cs - 1432 + 1435 33 286 开始执行HardNested收集数据…… false 0 - 1432 - 1432 + 1435 + 1435 false false CollectNonce @@ -7411,14 +7411,14 @@ 370 Form1.cs - 1442 + 1445 39 225 ##运行完毕## false 0 - 1442 - 1442 + 1445 + 1445 false false CollectNonce @@ -7432,14 +7432,14 @@ 371 Form1.cs - 1446 + 1449 39 234 ##运行出错## false 0 - 1446 - 1446 + 1449 + 1449 false false CollectNonce @@ -7453,14 +7453,14 @@ 372 Form1.cs - 1509 + 1512 27 287 已指定使用该NFC设备: false 0 - 1509 - 1509 + 1512 + 1512 false false SetDeviceCombo_SelectedIndexChanged @@ -7473,6 +7473,158 @@ 373 + Form1.cs + 1549 + 55 + 标准 + false + 0 + 1549 + 1549 + false + false + ComboBox1_SelectedIndexChanged + 2 + false + false + MifareOneTool.Form1 + false + + + 374 + Form1.cs + 1551 + 102 + zh-ZH + false + 0 + 1551 + 1551 + false + false + ComboBox1_SelectedIndexChanged + 4 + false + false + MifareOneTool.Form1 + false + + + 375 + Form1.cs + 1552 + 100 + zh-ZH + false + 0 + 1552 + 1552 + false + false + ComboBox1_SelectedIndexChanged + 5 + false + false + MifareOneTool.Form1 + false + + + 376 + Form1.cs + 1553 + 57 + zh-ZH + false + 0 + 1553 + 1553 + false + false + ComboBox1_SelectedIndexChanged + 6 + false + false + MifareOneTool.Form1 + false + + + 377 + Form1.cs + 1557 + 60 + 俄语 + false + 0 + 1557 + 1557 + false + false + ComboBox1_SelectedIndexChanged + 10 + false + false + MifareOneTool.Form1 + false + + + 378 + Form1.cs + 1559 + 102 + ru-RU + false + 0 + 1559 + 1559 + false + false + ComboBox1_SelectedIndexChanged + 12 + false + false + MifareOneTool.Form1 + false + + + 379 + Form1.cs + 1560 + 100 + ru-RU + false + 0 + 1560 + 1560 + false + false + ComboBox1_SelectedIndexChanged + 13 + false + false + MifareOneTool.Form1 + false + + + 380 + Form1.cs + 1561 + 57 + ru-RU + false + 0 + 1561 + 1561 + false + false + ComboBox1_SelectedIndexChanged + 14 + false + false + MifareOneTool.Form1 + false + + + 381 FormDiff.cs 30 26 @@ -7493,7 +7645,7 @@ false - 374 + 382 FormDiff.cs 31 25 @@ -7514,7 +7666,7 @@ false - 375 + 383 FormDiff.cs 45 33 @@ -7533,7 +7685,7 @@ false - 376 + 384 FormDiff.cs 49 46 @@ -7554,7 +7706,7 @@ false - 377 + 385 FormDiff.cs 60 44 @@ -7574,7 +7726,7 @@ false - 378 + 386 FormDiff.cs 68 26 @@ -7595,7 +7747,7 @@ false - 379 + 387 FormDiff.cs 69 25 @@ -7616,7 +7768,7 @@ false - 380 + 388 FormDiff.cs 83 33 @@ -7635,7 +7787,7 @@ false - 381 + 389 FormDiff.cs 87 46 @@ -7656,7 +7808,7 @@ false - 382 + 390 FormDiff.cs 102 27 @@ -7677,7 +7829,7 @@ false - 383 + 391 FormDiff.cs 111 33 @@ -7696,7 +7848,7 @@ false - 384 + 392 FormDiff.cs 112 32 @@ -7717,7 +7869,7 @@ false - 385 + 393 FormDiff.cs 120 37 @@ -7736,7 +7888,7 @@ false - 386 + 394 FormDiff.cs 124 37 @@ -7755,7 +7907,7 @@ false - 387 + 395 FormDiff.cs 127 37 @@ -7774,7 +7926,7 @@ false - 388 + 396 FormDiff.cs 128 37 @@ -7793,7 +7945,7 @@ false - 389 + 397 FormDiff.cs 129 37 @@ -7812,7 +7964,7 @@ false - 390 + 398 FormDiff.cs 130 39 @@ -7831,7 +7983,7 @@ false - 391 + 399 FormDiff.cs 137 20 @@ -7852,7 +8004,7 @@ false - 392 + 400 FormDiff.cs 137 59 @@ -7874,7 +8026,7 @@ false - 393 + 401 FormHardNes.cs 38 46 @@ -7893,7 +8045,7 @@ false - 394 + 402 FormHardNes.cs 39 81 @@ -7912,7 +8064,7 @@ false - 395 + 403 FormHardNes.cs 40 43 @@ -7931,7 +8083,7 @@ false - 396 + 404 FormHardNes.cs 40 49 @@ -7950,7 +8102,7 @@ false - 397 + 405 FormHardNes.cs 40 56 @@ -7969,7 +8121,7 @@ false - 398 + 406 FormHardNes.cs 41 81 @@ -7988,7 +8140,7 @@ false - 399 + 407 FormHardNes.cs 42 42 @@ -8007,7 +8159,7 @@ false - 400 + 408 FormHardNes.cs 42 48 @@ -8026,7 +8178,7 @@ false - 401 + 409 FormHardNes.cs 48 25 @@ -8045,7 +8197,7 @@ false - 402 + 410 FormHardNes.cs 49 33 @@ -8064,7 +8216,7 @@ false - 403 + 411 FormHardNes.cs 50 40 @@ -8083,7 +8235,7 @@ false - 404 + 412 FormHardNes.cs 50 46 @@ -8102,7 +8254,7 @@ false - 405 + 413 FormHardNes.cs 51 19 @@ -8121,7 +8273,7 @@ false - 406 + 414 FormHardNes.cs 69 38 @@ -8140,7 +8292,7 @@ false - 407 + 415 FormHardNes.cs 119 33 @@ -8161,7 +8313,7 @@ false - 408 + 416 FormHTool.cs 34 27 @@ -8182,7 +8334,7 @@ false - 409 + 417 FormHTool.cs 39 44 @@ -8202,7 +8354,7 @@ false - 410 + 418 FormHTool.cs 56 41 @@ -8223,7 +8375,7 @@ false - 411 + 419 FormHTool.cs 59 32 @@ -8244,7 +8396,7 @@ false - 412 + 420 FormHTool.cs 80 24 @@ -8266,7 +8418,7 @@ false - 413 + 421 FormHTool.cs 88 24 @@ -8288,7 +8440,7 @@ false - 414 + 422 FormHTool.cs 96 24 @@ -8310,7 +8462,7 @@ false - 415 + 423 FormHTool.cs 108 26 @@ -8331,7 +8483,7 @@ false - 416 + 424 FormHTool.cs 109 25 @@ -8352,7 +8504,7 @@ false - 417 + 425 FormHTool.cs 126 46 @@ -8373,7 +8525,7 @@ false - 418 + 426 FormHTool.cs 131 23 @@ -8394,7 +8546,7 @@ false - 419 + 427 FormHTool.cs 158 45 @@ -8415,7 +8567,7 @@ false - 420 + 428 FormHTool.cs 160 23 @@ -8436,7 +8588,7 @@ false - 421 + 429 FormHTool.cs 160 58 @@ -8457,7 +8609,7 @@ false - 422 + 430 FormHTool.cs 168 31 @@ -8476,7 +8628,7 @@ false - 423 + 431 FormHTool.cs 169 25 @@ -8497,7 +8649,7 @@ false - 424 + 432 FormHTool.cs 171 26 @@ -8518,7 +8670,7 @@ false - 425 + 433 FormHTool.cs 186 45 @@ -8539,7 +8691,7 @@ false - 426 + 434 FormHTool.cs 188 23 @@ -8560,7 +8712,7 @@ false - 427 + 435 FormHTool.cs 188 52 @@ -8579,7 +8731,7 @@ false - 428 + 436 FormHTool.cs 193 38 @@ -8598,7 +8750,7 @@ false - 429 + 437 FormHTool.cs 210 38 @@ -8617,7 +8769,7 @@ false - 430 + 438 FormHTool.cs 236 37 @@ -8638,7 +8790,7 @@ false - 431 + 439 FormHTool.cs 261 27 @@ -8659,7 +8811,7 @@ false - 432 + 440 FormHTool.cs 268 52 @@ -8680,7 +8832,7 @@ false - 433 + 441 FormHTool.cs 284 33 @@ -8701,7 +8853,7 @@ false - 434 + 442 FormHTool.cs 288 30 @@ -8723,7 +8875,7 @@ false - 435 + 443 FormHTool.cs 291 28 @@ -8744,7 +8896,7 @@ false - 436 + 444 FormHTool.cs 291 59 @@ -8764,7 +8916,7 @@ false - 437 + 445 FormHTool.cs 294 32 @@ -8786,7 +8938,7 @@ false - 438 + 446 FormHTool.cs 298 32 @@ -8808,7 +8960,7 @@ false - 439 + 447 FormHTool.cs 302 32 @@ -8830,7 +8982,7 @@ false - 440 + 448 FormHTool.cs 306 32 @@ -8852,7 +9004,7 @@ false - 441 + 449 FormHTool.cs 320 47 @@ -8873,7 +9025,7 @@ false - 442 + 450 FormHTool.cs 320 89 @@ -8894,7 +9046,7 @@ false - 443 + 451 FormHTool.cs 321 27 @@ -8913,7 +9065,7 @@ false - 444 + 452 FormHTool.cs 324 33 @@ -8934,7 +9086,7 @@ false - 445 + 453 FormHTool.cs 324 55 @@ -8955,7 +9107,7 @@ false - 446 + 454 FormHTool.cs 334 23 @@ -8976,7 +9128,7 @@ false - 447 + 455 FormHTool.cs 334 60 @@ -8997,7 +9149,7 @@ false - 448 + 456 FormHTool.cs 343 23 @@ -9018,7 +9170,7 @@ false - 449 + 457 FormHTool.cs 352 33 @@ -9039,7 +9191,7 @@ false - 450 + 458 FormHTool.cs 356 30 @@ -9061,7 +9213,7 @@ false - 451 + 459 FormHTool.cs 359 28 @@ -9082,7 +9234,7 @@ false - 452 + 460 FormHTool.cs 359 59 @@ -9102,7 +9254,7 @@ false - 453 + 461 FormHTool.cs 368 32 @@ -9124,7 +9276,7 @@ false - 454 + 462 FormHTool.cs 376 32 @@ -9146,7 +9298,7 @@ false - 455 + 463 FormHTool.cs 384 32 @@ -9168,7 +9320,7 @@ false - 456 + 464 FormHTool.cs 388 32 @@ -9190,7 +9342,7 @@ false - 457 + 465 FormHTool.cs 401 31 @@ -9209,7 +9361,7 @@ false - 458 + 466 FormHTool.cs 402 25 @@ -9230,7 +9382,7 @@ false - 459 + 467 FormHTool.cs 404 26 @@ -9251,7 +9403,7 @@ false - 460 + 468 FormHTool.cs 419 45 @@ -9272,7 +9424,7 @@ false - 461 + 469 FormHTool.cs 421 23 @@ -9293,7 +9445,7 @@ false - 462 + 470 FormHTool.cs 421 56 @@ -9312,7 +9464,7 @@ false - 463 + 471 FormHTool.cs 429 31 @@ -9331,7 +9483,7 @@ false - 464 + 472 FormHTool.cs 430 25 @@ -9352,7 +9504,7 @@ false - 465 + 473 FormHTool.cs 432 26 @@ -9373,7 +9525,7 @@ false - 466 + 474 FormHTool.cs 442 23 @@ -9394,7 +9546,7 @@ false - 467 + 475 FormHTool.cs 442 57 @@ -9413,7 +9565,7 @@ false - 468 + 476 FormHTool.cs 450 26 @@ -9434,7 +9586,7 @@ false - 469 + 477 FormHTool.cs 451 25 @@ -9455,7 +9607,7 @@ false - 470 + 478 FormHTool.cs 468 46 @@ -9476,7 +9628,7 @@ false - 471 + 479 FormHTool.cs 473 23 @@ -9497,7 +9649,7 @@ false - 472 + 480 FormHTool.cs 481 31 @@ -9518,7 +9670,7 @@ false - 473 + 481 FormHTool.cs 482 32 @@ -9537,7 +9689,7 @@ false - 474 + 482 FormHTool.cs 483 32 @@ -9556,7 +9708,7 @@ false - 475 + 483 FormMFF08.cs 26 26 @@ -9577,7 +9729,7 @@ false - 476 + 484 FormMFF08.cs 27 25 @@ -9598,7 +9750,7 @@ false - 477 + 485 FormMFF08.cs 45 38 @@ -9618,7 +9770,7 @@ false - 478 + 486 FormMFF08.cs 70 45 @@ -9639,7 +9791,7 @@ false - 479 + 487 FormMFF08.cs 70 68 @@ -9660,7 +9812,7 @@ false - 480 + 488 FormMFF08.cs 72 32 @@ -9679,7 +9831,7 @@ false - 481 + 489 FormMFF08.cs 77 48 @@ -9698,7 +9850,7 @@ false - 482 + 490 FormMFF08.cs 77 67 @@ -9717,7 +9869,7 @@ false - 483 + 491 FormMFF08.cs 77 72 @@ -9736,7 +9888,7 @@ false - 484 + 492 FormMFF08.cs 83 58 @@ -9755,7 +9907,7 @@ false - 485 + 493 FormMFF08.cs 85 30 @@ -9774,7 +9926,7 @@ false - 486 + 494 FormMFF08.cs 85 47 @@ -9793,7 +9945,7 @@ false - 487 + 495 FormMFF08.cs 85 67 @@ -9812,7 +9964,7 @@ false - 488 + 496 FormMFF08.cs 88 35 @@ -9831,7 +9983,7 @@ false - 489 + 497 FormMFF08.cs 88 53 @@ -9850,7 +10002,7 @@ false - 490 + 498 FormMFF08.cs 105 35 @@ -9871,7 +10023,7 @@ false - 491 + 499 FormMFF08.cs 110 45 @@ -9892,7 +10044,7 @@ false - 492 + 500 FormMFF08.cs 110 68 @@ -9913,7 +10065,7 @@ false - 493 + 501 FormMFF08.cs 112 32 @@ -9932,7 +10084,7 @@ false - 494 + 502 FormMFF08.cs 115 33 @@ -9954,7 +10106,7 @@ false - 495 + 503 FormMFF08.cs 115 75 @@ -9975,7 +10127,7 @@ false - 496 + 504 FormMFF08.cs 122 48 @@ -9994,7 +10146,7 @@ false - 497 + 505 FormMFF08.cs 122 67 @@ -10013,7 +10165,7 @@ false - 498 + 506 FormMFF08.cs 127 31 @@ -10032,7 +10184,7 @@ false - 499 + 507 FormMFF08.cs 129 33 @@ -10054,7 +10206,7 @@ false - 500 + 508 FormMFF08.cs 129 63 @@ -10075,7 +10227,7 @@ false - 501 + 509 GitHubUpdate.cs 17 37 @@ -10096,7 +10248,7 @@ false - 502 + 510 GitHubUpdate.cs 25 66 @@ -10115,7 +10267,7 @@ false - 503 + 511 GitHubUpdate.cs 25 110 @@ -10134,7 +10286,7 @@ false - 504 + 512 GitHubUpdate.cs 29 34 @@ -10153,7 +10305,7 @@ false - 505 + 513 GitHubUpdate.cs 39 46 @@ -10172,7 +10324,7 @@ false - 506 + 514 GitHubUpdate.cs 52 66 @@ -10191,7 +10343,7 @@ false - 507 + 515 GitHubUpdate.cs 52 110 @@ -10210,7 +10362,7 @@ false - 508 + 516 GitHubUpdate.cs 56 34 @@ -10229,7 +10381,7 @@ false - 509 + 517 GitHubUpdate.cs 65 46 @@ -10248,21 +10400,21 @@ false - 510 + 518 Program.cs - 45 + 38 41 333 您已经运行了MifareOne Tool,打开多个本程序可能会造成冲突及不可预料到的错误。 确认要继续吗? false 0 - 45 - 45 + 38 + 38 false false Main - 29 + 22 您已经运行了MifareOne_Tool_打开多个本程序可能 false false @@ -10270,272 +10422,24 @@ false - 511 + 519 Program.cs - 45 + 38 83 334 您正在试图重复运行 false 1 - 45 - 45 + 38 + 38 false false Main - 29 + 22 您正在试图重复运行 false false MifareOneTool.Program false - - 512 - SelectLanguage.cs - 50 - 56 - ru - true - 0 - 50 - 50 - false - false - SupportedCultures - 0 - false - false - MultiLang.SelectLanguage - false - - - 513 - SelectLanguage.cs - 50 - 62 - zh - true - 1 - 50 - 50 - false - false - SupportedCultures - 0 - false - false - MultiLang.SelectLanguage - false - - - 514 - SelectLanguage.cs - 88 - 42 - The settings have been saved. - - false - 0 - 88 - 88 - false - false - LoadSettingsAndShow - 28 - false - false - MultiLang.SelectLanguage - false - - - 515 - SelectLanguage.cs - 89 - 42 - The language change will take full effect the next time you start the program. - false - 0 - 89 - 89 - false - false - LoadSettingsAndShow - 29 - false - false - MultiLang.SelectLanguage - false - - - 516 - SelectLanguage.cs - 90 - 42 - Select language - false - 0 - 90 - 90 - false - false - LoadSettingsAndShow - 30 - false - false - MultiLang.SelectLanguage - false - - - 517 - SelectLanguage.cs - 122 - 42 - CultureSettings.xml - true - 0 - 122 - 122 - false - false - LoadSettings - 11 - false - false - MultiLang.SelectLanguage - false - - - 518 - SelectLanguage.cs - 127 - 54 - CultureSettings.xml - false - 0 - 127 - 127 - false - false - LoadSettings - 16 - false - false - MultiLang.SelectLanguage - false - - - 519 - SelectLanguage.cs - 138 - 31 - StartupMode - true - 0 - 138 - 138 - false - false - LoadSettings - 27 - false - false - MultiLang.SelectLanguage - false - - - 520 - SelectLanguage.cs - 141 - 31 - Culture - true - 0 - 141 - 141 - false - false - LoadSettings - 30 - false - false - MultiLang.SelectLanguage - false - - - 521 - SelectLanguage.cs - 167 - 82 - CultureSettings.xml - true - 0 - 167 - 167 - false - false - SaveSettings - 8 - false - false - MultiLang.SelectLanguage - false - - - 522 - SelectLanguage.cs - 172 - 39 - CultureSettings - true - 0 - 172 - 172 - false - false - SaveSettings - 13 - false - false - MultiLang.SelectLanguage - false - - - 523 - SelectLanguage.cs - 173 - 39 - StartupMode - true - 0 - 173 - 173 - false - false - SaveSettings - 14 - false - false - MultiLang.SelectLanguage - false - - - 524 - SelectLanguage.cs - 176 - 39 - Culture - true - 0 - 176 - 176 - false - false - SaveSettings - 17 - false - false - MultiLang.SelectLanguage - false - \ No newline at end of file